sanity 3.93.1-next.16.586a638358 → 3.93.1-next.17.e9296c12d1
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/lib/_chunks-cjs/version.js +1 -1
- package/lib/_chunks-es/version.mjs +1 -1
- package/package.json +11 -17
- package/src/_createContext/createGlobalScopedContext.ts +0 -73
- package/src/_createContext/index.ts +0 -1
- package/src/_exports/_createContext.ts +0 -1
- package/src/_exports/_internal.ts +0 -1
- package/src/_exports/_singletons.ts +0 -1
- package/src/_exports/cli.ts +0 -6
- package/src/_exports/desk.ts +0 -1
- package/src/_exports/index.ts +0 -3
- package/src/_exports/migrate.ts +0 -1
- package/src/_exports/presentation.ts +0 -1
- package/src/_exports/router.ts +0 -1
- package/src/_exports/structure.ts +0 -1
- package/src/_internal/cli/actions/app/build.telemetry.ts +0 -7
- package/src/_internal/cli/actions/app/buildAction.ts +0 -206
- package/src/_internal/cli/actions/app/deployAction.ts +0 -152
- package/src/_internal/cli/actions/app/devAction.ts +0 -69
- package/src/_internal/cli/actions/app/undeployAction.ts +0 -80
- package/src/_internal/cli/actions/backup/archiveDir.ts +0 -51
- package/src/_internal/cli/actions/backup/chooseBackupIdPrompt.ts +0 -46
- package/src/_internal/cli/actions/backup/cleanupTmpDir.ts +0 -13
- package/src/_internal/cli/actions/backup/debug.ts +0 -1
- package/src/_internal/cli/actions/backup/downloadAsset.ts +0 -56
- package/src/_internal/cli/actions/backup/downloadDocument.ts +0 -28
- package/src/_internal/cli/actions/backup/fetchNextBackupPage.ts +0 -88
- package/src/_internal/cli/actions/backup/parseApiErr.ts +0 -35
- package/src/_internal/cli/actions/backup/progressSpinner.ts +0 -59
- package/src/_internal/cli/actions/backup/resolveApiClient.ts +0 -46
- package/src/_internal/cli/actions/backup/withRetry.ts +0 -30
- package/src/_internal/cli/actions/build/build.telemetry.ts +0 -7
- package/src/_internal/cli/actions/build/buildAction.ts +0 -247
- package/src/_internal/cli/actions/cors/addCorsOrigin.ts +0 -180
- package/src/_internal/cli/actions/dataset/alias/promptForDatasetAliasName.ts +0 -22
- package/src/_internal/cli/actions/dataset/alias/validateDatasetAliasName.ts +0 -35
- package/src/_internal/cli/actions/dataset/chooseDatasetPrompt.ts +0 -36
- package/src/_internal/cli/actions/dataset/datasetNamePrompt.ts +0 -22
- package/src/_internal/cli/actions/dataset/listDatasetCopyJobs.ts +0 -111
- package/src/_internal/cli/actions/dataset/validateDatasetName.ts +0 -35
- package/src/_internal/cli/actions/deploy/deployAction.ts +0 -168
- package/src/_internal/cli/actions/deploy/helpers.ts +0 -571
- package/src/_internal/cli/actions/deploy/undeployAction.ts +0 -84
- package/src/_internal/cli/actions/dev/devAction.ts +0 -299
- package/src/_internal/cli/actions/exec/configClient.ts +0 -21
- package/src/_internal/cli/actions/exec/esbuild.ts +0 -8
- package/src/_internal/cli/actions/exec/execScript.ts +0 -71
- package/src/_internal/cli/actions/graphql/SchemaError.ts +0 -50
- package/src/_internal/cli/actions/graphql/deleteApiAction.ts +0 -109
- package/src/_internal/cli/actions/graphql/deployApiAction.ts +0 -535
- package/src/_internal/cli/actions/graphql/extractFromSanitySchema.ts +0 -768
- package/src/_internal/cli/actions/graphql/gen1/generateTypeFilters.ts +0 -245
- package/src/_internal/cli/actions/graphql/gen1/generateTypeQueries.ts +0 -92
- package/src/_internal/cli/actions/graphql/gen1/index.ts +0 -10
- package/src/_internal/cli/actions/graphql/gen2/filters/booleanFilters.ts +0 -26
- package/src/_internal/cli/actions/graphql/gen2/filters/dateFilters.ts +0 -46
- package/src/_internal/cli/actions/graphql/gen2/filters/dateTimeFilters.ts +0 -46
- package/src/_internal/cli/actions/graphql/gen2/filters/documentFilters.ts +0 -21
- package/src/_internal/cli/actions/graphql/gen2/filters/floatFilters.ts +0 -46
- package/src/_internal/cli/actions/graphql/gen2/filters/idFilters.ts +0 -44
- package/src/_internal/cli/actions/graphql/gen2/filters/integerFilters.ts +0 -46
- package/src/_internal/cli/actions/graphql/gen2/filters/stringFilters.ts +0 -49
- package/src/_internal/cli/actions/graphql/gen2/generateTypeFilters.ts +0 -105
- package/src/_internal/cli/actions/graphql/gen2/generateTypeQueries.ts +0 -113
- package/src/_internal/cli/actions/graphql/gen2/generateTypeSortings.ts +0 -87
- package/src/_internal/cli/actions/graphql/gen2/index.ts +0 -16
- package/src/_internal/cli/actions/graphql/gen3/filters/documentFilters.ts +0 -21
- package/src/_internal/cli/actions/graphql/gen3/generateTypeFilters.ts +0 -127
- package/src/_internal/cli/actions/graphql/gen3/generateTypeQueries.ts +0 -123
- package/src/_internal/cli/actions/graphql/gen3/generateTypeSortings.ts +0 -89
- package/src/_internal/cli/actions/graphql/gen3/index.ts +0 -34
- package/src/_internal/cli/actions/graphql/gen3/utils.ts +0 -11
- package/src/_internal/cli/actions/graphql/getGraphQLAPIs.ts +0 -72
- package/src/_internal/cli/actions/graphql/helpUrls.ts +0 -1
- package/src/_internal/cli/actions/graphql/helpers.ts +0 -29
- package/src/_internal/cli/actions/graphql/listApisAction.ts +0 -50
- package/src/_internal/cli/actions/graphql/types.ts +0 -188
- package/src/_internal/cli/actions/manifest/extractManifestAction.ts +0 -198
- package/src/_internal/cli/actions/media/constants.ts +0 -2
- package/src/_internal/cli/actions/media/createAspectAction.ts +0 -82
- package/src/_internal/cli/actions/media/deleteAspectAction.ts +0 -84
- package/src/_internal/cli/actions/media/deployAspectAction.ts +0 -372
- package/src/_internal/cli/actions/media/exportAssetsAction.ts +0 -117
- package/src/_internal/cli/actions/media/importAssetsAction.test.ts +0 -210
- package/src/_internal/cli/actions/media/importAssetsAction.ts +0 -491
- package/src/_internal/cli/actions/media/lib/determineTargetMediaLibrary.ts +0 -55
- package/src/_internal/cli/actions/media/lib/findNdjsonEntry.test.ts +0 -57
- package/src/_internal/cli/actions/media/lib/findNdjsonEntry.ts +0 -27
- package/src/_internal/cli/actions/media/lib/withMediaLibraryConfig.ts +0 -27
- package/src/_internal/cli/actions/media/test/createMockClient.ts +0 -37
- package/src/_internal/cli/actions/media/test/fixtures/test-media-library-archive.tar.gz +0 -0
- package/src/_internal/cli/actions/media/test/fixtures/test-media-library-directory/data.ndjson +0 -3
- package/src/_internal/cli/actions/media/test/fixtures/test-media-library-directory/files/4b1cf41766d3671f22f2c614c278f60493e28474.zip +0 -0
- package/src/_internal/cli/actions/media/test/fixtures/test-media-library-directory/images/2167dbd2135fce8298cc1448eeb512ed60b3224b-5472x3648.jpg +0 -0
- package/src/_internal/cli/actions/media/test/fixtures/test-media-library-directory/images/a2e6ee830963242992e07afd2773b02a65821939-166x112.jpg +0 -0
- package/src/_internal/cli/actions/preview/previewAction.ts +0 -47
- package/src/_internal/cli/actions/schema/__telemetry__/schemaStore.telemetry.ts +0 -29
- package/src/_internal/cli/actions/schema/deleteSchemaAction.ts +0 -190
- package/src/_internal/cli/actions/schema/deploySchemasAction.ts +0 -200
- package/src/_internal/cli/actions/schema/extractAction.ts +0 -103
- package/src/_internal/cli/actions/schema/extractSchema.telemetry.ts +0 -16
- package/src/_internal/cli/actions/schema/formatSchemaValidation.ts +0 -97
- package/src/_internal/cli/actions/schema/listSchemasAction.ts +0 -174
- package/src/_internal/cli/actions/schema/schemaStoreTypes.ts +0 -33
- package/src/_internal/cli/actions/schema/utils/mainfestExtractor.ts +0 -63
- package/src/_internal/cli/actions/schema/utils/manifestReader.ts +0 -128
- package/src/_internal/cli/actions/schema/utils/schemaActionHelpers.ts +0 -3
- package/src/_internal/cli/actions/schema/utils/schemaApiClient.ts +0 -19
- package/src/_internal/cli/actions/schema/utils/schemaStoreOutStrings.ts +0 -19
- package/src/_internal/cli/actions/schema/utils/schemaStoreValidation.ts +0 -226
- package/src/_internal/cli/actions/schema/utils/uniqueProjectIdDataset.ts +0 -14
- package/src/_internal/cli/actions/schema/utils/workspaceSchemaId.ts +0 -29
- package/src/_internal/cli/actions/schema/validateAction.ts +0 -122
- package/src/_internal/cli/actions/validation/reporters/index.ts +0 -5
- package/src/_internal/cli/actions/validation/reporters/jsonReporter.ts +0 -30
- package/src/_internal/cli/actions/validation/reporters/ndjsonReporter.ts +0 -18
- package/src/_internal/cli/actions/validation/reporters/prettyReporter/formatDocumentValidation.ts +0 -95
- package/src/_internal/cli/actions/validation/reporters/prettyReporter/index.ts +0 -1
- package/src/_internal/cli/actions/validation/reporters/prettyReporter/prettyReporter.ts +0 -125
- package/src/_internal/cli/actions/validation/reporters/prettyReporter/util.ts +0 -90
- package/src/_internal/cli/actions/validation/validateAction.ts +0 -172
- package/src/_internal/cli/actions/validation/validateDocuments.ts +0 -113
- package/src/_internal/cli/commands/backup/backupGroup.ts +0 -13
- package/src/_internal/cli/commands/backup/disableBackupCommand.ts +0 -44
- package/src/_internal/cli/commands/backup/downloadBackupCommand.ts +0 -286
- package/src/_internal/cli/commands/backup/enableBackupCommand.ts +0 -52
- package/src/_internal/cli/commands/backup/listBackupCommand.ts +0 -149
- package/src/_internal/cli/commands/build/buildCommand.ts +0 -60
- package/src/_internal/cli/commands/cors/addCorsOriginCommand.ts +0 -47
- package/src/_internal/cli/commands/cors/corsGroup.ts +0 -10
- package/src/_internal/cli/commands/cors/deleteCorsOriginCommand.ts +0 -54
- package/src/_internal/cli/commands/cors/listCorsOriginsCommand.ts +0 -25
- package/src/_internal/cli/commands/cors/types.ts +0 -9
- package/src/_internal/cli/commands/dataset/alias/aliasCommands.ts +0 -75
- package/src/_internal/cli/commands/dataset/alias/createAliasHandler.ts +0 -66
- package/src/_internal/cli/commands/dataset/alias/datasetAliasesClient.ts +0 -47
- package/src/_internal/cli/commands/dataset/alias/deleteAliasHandler.ts +0 -56
- package/src/_internal/cli/commands/dataset/alias/linkAliasHandler.ts +0 -76
- package/src/_internal/cli/commands/dataset/alias/listAliasesHandler.ts +0 -16
- package/src/_internal/cli/commands/dataset/alias/types.ts +0 -9
- package/src/_internal/cli/commands/dataset/alias/unlinkAliasHandler.ts +0 -72
- package/src/_internal/cli/commands/dataset/copyDatasetCommand.ts +0 -246
- package/src/_internal/cli/commands/dataset/createDatasetCommand.ts +0 -94
- package/src/_internal/cli/commands/dataset/datasetGroup.ts +0 -6
- package/src/_internal/cli/commands/dataset/datasetVisibilityCommand.ts +0 -69
- package/src/_internal/cli/commands/dataset/deleteDatasetCommand.ts +0 -64
- package/src/_internal/cli/commands/dataset/exportDatasetCommand.ts +0 -237
- package/src/_internal/cli/commands/dataset/importDatasetCommand.ts +0 -395
- package/src/_internal/cli/commands/dataset/listDatasetsCommand.ts +0 -22
- package/src/_internal/cli/commands/deploy/deployCommand.ts +0 -57
- package/src/_internal/cli/commands/deploy/undeployCommand.ts +0 -47
- package/src/_internal/cli/commands/dev/devCommand.ts +0 -70
- package/src/_internal/cli/commands/documents/createDocumentsCommand.ts +0 -266
- package/src/_internal/cli/commands/documents/deleteDocumentsCommand.ts +0 -65
- package/src/_internal/cli/commands/documents/documentsGroup.ts +0 -10
- package/src/_internal/cli/commands/documents/getDocumentsCommand.ts +0 -55
- package/src/_internal/cli/commands/documents/queryDocumentsCommand.ts +0 -118
- package/src/_internal/cli/commands/documents/validateDocumentsCommand.ts +0 -43
- package/src/_internal/cli/commands/exec/execCommand.ts +0 -38
- package/src/_internal/cli/commands/graphql/deleteGraphQLAPICommand.ts +0 -37
- package/src/_internal/cli/commands/graphql/deployGraphQLAPICommand.ts +0 -48
- package/src/_internal/cli/commands/graphql/graphqlGroup.ts +0 -10
- package/src/_internal/cli/commands/graphql/listGraphQLAPIsCommand.ts +0 -28
- package/src/_internal/cli/commands/hook/createHookCommand.ts +0 -28
- package/src/_internal/cli/commands/hook/deleteHookCommand.ts +0 -55
- package/src/_internal/cli/commands/hook/hookGroup.ts +0 -10
- package/src/_internal/cli/commands/hook/listHookLogsCommand.ts +0 -132
- package/src/_internal/cli/commands/hook/listHooksCommand.ts +0 -43
- package/src/_internal/cli/commands/hook/printHookAttemptCommand.ts +0 -73
- package/src/_internal/cli/commands/hook/types.ts +0 -83
- package/src/_internal/cli/commands/index.ts +0 -138
- package/src/_internal/cli/commands/manifest/extractManifestCommand.ts +0 -35
- package/src/_internal/cli/commands/manifest/manifestGroup.ts +0 -6
- package/src/_internal/cli/commands/media/createAspectCommand.ts +0 -21
- package/src/_internal/cli/commands/media/deleteAspectCommand.ts +0 -24
- package/src/_internal/cli/commands/media/deployAspectCommand.ts +0 -28
- package/src/_internal/cli/commands/media/exportMediaCommand.ts +0 -28
- package/src/_internal/cli/commands/media/importMediaCommand.ts +0 -35
- package/src/_internal/cli/commands/media/mediaGroup.ts +0 -11
- package/src/_internal/cli/commands/migration/constants.ts +0 -3
- package/src/_internal/cli/commands/migration/createMigrationCommand.ts +0 -132
- package/src/_internal/cli/commands/migration/listMigrationsCommand.ts +0 -116
- package/src/_internal/cli/commands/migration/migrationGroup.ts +0 -6
- package/src/_internal/cli/commands/migration/prettyMutationFormatter.ts +0 -205
- package/src/_internal/cli/commands/migration/runMigrationCommand.ts +0 -284
- package/src/_internal/cli/commands/migration/templates/minimalAdvanced.ts +0 -29
- package/src/_internal/cli/commands/migration/templates/minimalSimple.ts +0 -69
- package/src/_internal/cli/commands/migration/templates/renameField.ts +0 -28
- package/src/_internal/cli/commands/migration/templates/renameType.ts +0 -27
- package/src/_internal/cli/commands/migration/templates/stringToPTE.ts +0 -40
- package/src/_internal/cli/commands/migration/utils/ensureApiVersionFormat.ts +0 -23
- package/src/_internal/cli/commands/migration/utils/mutationFormatter.ts +0 -83
- package/src/_internal/cli/commands/migration/utils/resolveMigrationScript.ts +0 -78
- package/src/_internal/cli/commands/preview/previewCommand.ts +0 -53
- package/src/_internal/cli/commands/schema/deleteSchemaCommand.ts +0 -44
- package/src/_internal/cli/commands/schema/deploySchemaCommand.ts +0 -45
- package/src/_internal/cli/commands/schema/extractSchemaCommand.ts +0 -32
- package/src/_internal/cli/commands/schema/schemaGroup.ts +0 -6
- package/src/_internal/cli/commands/schema/schemaListCommand.ts +0 -49
- package/src/_internal/cli/commands/schema/validateSchemaCommand.ts +0 -35
- package/src/_internal/cli/commands/start/startCommand.ts +0 -95
- package/src/_internal/cli/commands/users/inviteUserCommand.ts +0 -93
- package/src/_internal/cli/commands/users/listUsersCommand.ts +0 -117
- package/src/_internal/cli/commands/users/types.ts +0 -64
- package/src/_internal/cli/commands/users/usersGroup.ts +0 -10
- package/src/_internal/cli/debug.ts +0 -3
- package/src/_internal/cli/server/aliases.ts +0 -34
- package/src/_internal/cli/server/buildStaticFiles.ts +0 -204
- package/src/_internal/cli/server/buildVendorDependencies.ts +0 -262
- package/src/_internal/cli/server/components/BasicDocument.tsx +0 -56
- package/src/_internal/cli/server/components/DefaultDocument.tsx +0 -162
- package/src/_internal/cli/server/components/Favicons.tsx +0 -13
- package/src/_internal/cli/server/components/NoJavascript.tsx +0 -40
- package/src/_internal/cli/server/components/globalErrorHandler/GlobalErrorHandler.tsx +0 -134
- package/src/_internal/cli/server/components/globalErrorHandler/types.ts +0 -22
- package/src/_internal/cli/server/constants.ts +0 -36
- package/src/_internal/cli/server/createExternalFromImportMap.ts +0 -15
- package/src/_internal/cli/server/debug.ts +0 -3
- package/src/_internal/cli/server/devServer.ts +0 -88
- package/src/_internal/cli/server/esbuild-register.js +0 -4
- package/src/_internal/cli/server/getBrowserAliases.ts +0 -63
- package/src/_internal/cli/server/getEntryModule.ts +0 -65
- package/src/_internal/cli/server/getStudioEnvironmentVariables.ts +0 -91
- package/src/_internal/cli/server/getViteConfig.ts +0 -265
- package/src/_internal/cli/server/helpers.ts +0 -39
- package/src/_internal/cli/server/index.ts +0 -4
- package/src/_internal/cli/server/previewServer.ts +0 -126
- package/src/_internal/cli/server/renderDocument.tsx +0 -373
- package/src/_internal/cli/server/runtime.ts +0 -94
- package/src/_internal/cli/server/sanityConfig.ts +0 -61
- package/src/_internal/cli/server/sanityMonorepo.ts +0 -44
- package/src/_internal/cli/server/vite/plugin-sanity-basepath-redirect.ts +0 -25
- package/src/_internal/cli/server/vite/plugin-sanity-build-entries.ts +0 -105
- package/src/_internal/cli/server/vite/plugin-sanity-favicons.ts +0 -95
- package/src/_internal/cli/server/vite/plugin-sanity-runtime-rewrite.ts +0 -19
- package/src/_internal/cli/server/webManifest.ts +0 -17
- package/src/_internal/cli/threads/configClient.ts +0 -21
- package/src/_internal/cli/threads/esbuild.ts +0 -8
- package/src/_internal/cli/threads/extractManifest.ts +0 -33
- package/src/_internal/cli/threads/extractSchema.ts +0 -78
- package/src/_internal/cli/threads/getGraphQLAPIs.ts +0 -180
- package/src/_internal/cli/threads/registerBrowserEnv.ts +0 -6
- package/src/_internal/cli/threads/validateDocuments.ts +0 -422
- package/src/_internal/cli/threads/validateSchema.ts +0 -81
- package/src/_internal/cli/util/checkRequiredDependencies.ts +0 -176
- package/src/_internal/cli/util/checkStudioDependencyVersions.ts +0 -180
- package/src/_internal/cli/util/colorizeJson.ts +0 -45
- package/src/_internal/cli/util/compareDependencyVersions.ts +0 -86
- package/src/_internal/cli/util/determineIsApp.ts +0 -5
- package/src/_internal/cli/util/ensureTrailingSlash.ts +0 -11
- package/src/_internal/cli/util/extractDocumentsFromNdjsonOrTarball.ts +0 -116
- package/src/_internal/cli/util/fileExists.ts +0 -10
- package/src/_internal/cli/util/formatSize.ts +0 -5
- package/src/_internal/cli/util/getAutoUpdatesImportMap.ts +0 -80
- package/src/_internal/cli/util/getClientUrl.ts +0 -7
- package/src/_internal/cli/util/getStudioWorkspaces.ts +0 -85
- package/src/_internal/cli/util/getUrlHeaders.ts +0 -33
- package/src/_internal/cli/util/humanFileSize.ts +0 -6
- package/src/_internal/cli/util/isInteractive.ts +0 -3
- package/src/_internal/cli/util/isPathDirName.ts +0 -6
- package/src/_internal/cli/util/mockBrowserEnvironment.ts +0 -180
- package/src/_internal/cli/util/moduleFormatUtils.ts +0 -23
- package/src/_internal/cli/util/packageManager/getUpgradeCommand.ts +0 -25
- package/src/_internal/cli/util/packageManager/packageManagerChoice.ts +0 -204
- package/src/_internal/cli/util/packageManager/upgradePackages.ts +0 -49
- package/src/_internal/cli/util/prettifyQuotaError.ts +0 -10
- package/src/_internal/cli/util/readModuleVersion.ts +0 -17
- package/src/_internal/cli/util/readPackageManifest.ts +0 -61
- package/src/_internal/cli/util/servers.ts +0 -90
- package/src/_internal/cli/util/shouldAutoUpdate.ts +0 -35
- package/src/_internal/cli/util/timing.ts +0 -31
- package/src/_internal/cli/util/tree.ts +0 -140
- package/src/_internal/cli/util/workerChannels.ts +0 -229
- package/src/_internal/cli/vitest.config.mts +0 -13
- package/src/_internal/index.ts +0 -5
- package/src/_internal/manifest/Icon.tsx +0 -30
- package/src/_internal/manifest/extractWorkspaceManifest.tsx +0 -585
- package/src/_internal/manifest/manifestTypeHelpers.ts +0 -115
- package/src/_internal/manifest/manifestTypes.ts +0 -129
- package/src/_internal/manifest/purifyConfig.ts +0 -310
- package/src/_singletons/context/ActiveWorkspaceMatcherContext.ts +0 -10
- package/src/_singletons/context/AddonDatasetContext.ts +0 -12
- package/src/_singletons/context/AppIdCacheContext.ts +0 -11
- package/src/_singletons/context/CalendarContext.ts +0 -11
- package/src/_singletons/context/ChangeIndicatorTrackerContexts.ts +0 -20
- package/src/_singletons/context/ColorSchemeSetValueContext.ts +0 -12
- package/src/_singletons/context/ColorSchemeValueContext.ts +0 -12
- package/src/_singletons/context/CommentInputContext.ts +0 -11
- package/src/_singletons/context/CommentsAuthoringPathContext.ts +0 -12
- package/src/_singletons/context/CommentsContext.ts +0 -11
- package/src/_singletons/context/CommentsEnabledContext.ts +0 -20
- package/src/_singletons/context/CommentsIntentContext.ts +0 -11
- package/src/_singletons/context/CommentsOnboardingContext.ts +0 -11
- package/src/_singletons/context/CommentsSelectedPathContext.ts +0 -11
- package/src/_singletons/context/CommentsUpsellContext.ts +0 -11
- package/src/_singletons/context/CopyPasteContext.ts +0 -12
- package/src/_singletons/context/DiffContext.ts +0 -9
- package/src/_singletons/context/DocumentActionPropsContext.ts +0 -11
- package/src/_singletons/context/DocumentChangeContext.ts +0 -9
- package/src/_singletons/context/DocumentFieldActionsContext.ts +0 -18
- package/src/_singletons/context/DocumentIdContext.ts +0 -16
- package/src/_singletons/context/DocumentPaneContext.ts +0 -9
- package/src/_singletons/context/DocumentSheetListContext.ts +0 -9
- package/src/_singletons/context/EventsContext.ts +0 -11
- package/src/_singletons/context/FieldActionsContext.ts +0 -32
- package/src/_singletons/context/FormBuilderContext.ts +0 -11
- package/src/_singletons/context/FormCallbacksContext.ts +0 -11
- package/src/_singletons/context/FormFieldPresenceContext.ts +0 -9
- package/src/_singletons/context/FormValueContext.ts +0 -11
- package/src/_singletons/context/FreeTrialContext.ts +0 -11
- package/src/_singletons/context/GetFormValueContext.ts +0 -16
- package/src/_singletons/context/HoveredFieldContext.ts +0 -25
- package/src/_singletons/context/IsLastPaneContext.ts +0 -21
- package/src/_singletons/context/LocaleContext.ts +0 -27
- package/src/_singletons/context/MediaLibraryIdContext.ts +0 -7
- package/src/_singletons/context/MentionUserContext.ts +0 -11
- package/src/_singletons/context/NavbarContext.ts +0 -15
- package/src/_singletons/context/PaneContext.ts +0 -11
- package/src/_singletons/context/PaneLayoutContext.ts +0 -11
- package/src/_singletons/context/PaneRouterContext.tsx +0 -40
- package/src/_singletons/context/PerspectiveContext.ts +0 -13
- package/src/_singletons/context/PortableTextMarkersContext.ts +0 -11
- package/src/_singletons/context/PortableTextMemberItemElementRefsContext.ts +0 -12
- package/src/_singletons/context/PortableTextMemberItemsContext.ts +0 -11
- package/src/_singletons/context/PresenceContext.ts +0 -11
- package/src/_singletons/context/PresenceTrackerContexts.ts +0 -18
- package/src/_singletons/context/PresentationContext.ts +0 -11
- package/src/_singletons/context/PresentationDisplayedDocumentContext.ts +0 -12
- package/src/_singletons/context/PresentationDocumentContext.ts +0 -11
- package/src/_singletons/context/PresentationNavigateContext.ts +0 -11
- package/src/_singletons/context/PresentationPanelsContext.ts +0 -11
- package/src/_singletons/context/PresentationParamsContext.ts +0 -11
- package/src/_singletons/context/PresentationSharedStateContext.ts +0 -12
- package/src/_singletons/context/PreviewCardContext.ts +0 -13
- package/src/_singletons/context/ReferenceInputOptionsContext.ts +0 -11
- package/src/_singletons/context/ReferenceItemRefContext.ts +0 -22
- package/src/_singletons/context/ReleasesMetadataContext.ts +0 -12
- package/src/_singletons/context/ReleasesTableContext.ts +0 -11
- package/src/_singletons/context/ReleasesUpsellContext.ts +0 -12
- package/src/_singletons/context/ResourceCacheContext.ts +0 -11
- package/src/_singletons/context/ReviewChangesContext.ts +0 -14
- package/src/_singletons/context/RouterContext.ts +0 -11
- package/src/_singletons/context/RouterHistoryContext.ts +0 -12
- package/src/_singletons/context/SanityCreateConfigContext.tsx +0 -13
- package/src/_singletons/context/SchedulePublishingUpsellContext.ts +0 -41
- package/src/_singletons/context/ScheduledPublishingEnabledContext.ts +0 -36
- package/src/_singletons/context/Schedules.ts +0 -24
- package/src/_singletons/context/ScrollContext.ts +0 -10
- package/src/_singletons/context/SearchContext.ts +0 -11
- package/src/_singletons/context/SortableItemIdContext.ts +0 -9
- package/src/_singletons/context/SourceContext.ts +0 -8
- package/src/_singletons/context/StructureToolContext.ts +0 -11
- package/src/_singletons/context/StudioAnnouncementsContext.ts +0 -11
- package/src/_singletons/context/TasksContext.ts +0 -11
- package/src/_singletons/context/TasksEnabledContext.ts +0 -20
- package/src/_singletons/context/TasksNavigationContext.ts +0 -11
- package/src/_singletons/context/TasksUpsellContext.ts +0 -12
- package/src/_singletons/context/TreeEditingEnabledContext.ts +0 -14
- package/src/_singletons/context/UserColorManagerContext.ts +0 -11
- package/src/_singletons/context/ValidationContext.ts +0 -10
- package/src/_singletons/context/VirtualizerScrollInstanceContext.ts +0 -12
- package/src/_singletons/context/WorkspaceContext.ts +0 -11
- package/src/_singletons/context/WorkspacesContext.ts +0 -9
- package/src/_singletons/context/ZIndexContext.ts +0 -45
- package/src/_singletons/index.ts +0 -84
- package/src/core/FIXME.ts +0 -2
- package/src/core/canvas/__telemetry__/canvas.telemetry.ts +0 -53
- package/src/core/canvas/actions/EditInCanvas/EditInCanvasAction.tsx +0 -30
- package/src/core/canvas/actions/LinkToCanvas/DocumentDiff/DocumentDiff.tsx +0 -62
- package/src/core/canvas/actions/LinkToCanvas/LinkToCanvasAction.tsx +0 -106
- package/src/core/canvas/actions/LinkToCanvas/LinkToCanvasDialog.tsx +0 -94
- package/src/core/canvas/actions/LinkToCanvas/LinkToCanvasDiff.tsx +0 -102
- package/src/core/canvas/actions/LinkToCanvas/useLinkToCanvas.ts +0 -217
- package/src/core/canvas/actions/UnlinkFromCanvas/UnlinkFromCanvasAction.tsx +0 -83
- package/src/core/canvas/actions/UnlinkFromCanvas/UnlinkFromCanvasDialog.tsx +0 -99
- package/src/core/canvas/actions/useCanvasCompanionDoc.ts +0 -25
- package/src/core/canvas/canvasIntegrationPlugin.ts +0 -26
- package/src/core/canvas/i18n/index.ts +0 -27
- package/src/core/canvas/i18n/resources.ts +0 -79
- package/src/core/canvas/store/createCanvasCompanionDocsStore.ts +0 -100
- package/src/core/canvas/store/useCanvasCompanionDocsStore.ts +0 -38
- package/src/core/canvas/types.ts +0 -12
- package/src/core/canvas/useCanvasTelemetry.ts +0 -54
- package/src/core/canvas/useNavigateToCanvasDoc.ts +0 -68
- package/src/core/changeIndicators/ChangeFieldWrapper.tsx +0 -99
- package/src/core/changeIndicators/ChangeIndicator.tsx +0 -132
- package/src/core/changeIndicators/ChangeIndicatorTrackerContexts.ts +0 -19
- package/src/core/changeIndicators/ConnectorContext.ts +0 -10
- package/src/core/changeIndicators/ElementWithChangeBar.styled.tsx +0 -159
- package/src/core/changeIndicators/ElementWithChangeBar.tsx +0 -78
- package/src/core/changeIndicators/constants.ts +0 -13
- package/src/core/changeIndicators/helpers/findMostSpecificTarget.ts +0 -71
- package/src/core/changeIndicators/helpers/getOffsetsTo.ts +0 -47
- package/src/core/changeIndicators/helpers/isChangeBar.ts +0 -8
- package/src/core/changeIndicators/helpers/scrollIntoView.ts +0 -43
- package/src/core/changeIndicators/helpers/scrollUtils.ts +0 -12
- package/src/core/changeIndicators/index.ts +0 -5
- package/src/core/changeIndicators/overlay/ChangeConnectorRoot.tsx +0 -48
- package/src/core/changeIndicators/overlay/ClampedRect.tsx +0 -18
- package/src/core/changeIndicators/overlay/Connector.styled.tsx +0 -39
- package/src/core/changeIndicators/overlay/Connector.tsx +0 -132
- package/src/core/changeIndicators/overlay/ConnectorsOverlay.styled.tsx +0 -12
- package/src/core/changeIndicators/overlay/ConnectorsOverlay.tsx +0 -198
- package/src/core/changeIndicators/overlay/DebugLayers.tsx +0 -50
- package/src/core/changeIndicators/overlay/connectorPath.ts +0 -153
- package/src/core/changeIndicators/overlay/mapConnectorToLine.ts +0 -75
- package/src/core/changeIndicators/overlay/types.ts +0 -28
- package/src/core/changeIndicators/overlay/useResizeObserver.ts +0 -10
- package/src/core/changeIndicators/tracker.tsx +0 -77
- package/src/core/changeIndicators/types.ts +0 -20
- package/src/core/changeIndicators/useHoveredChange.tsx +0 -18
- package/src/core/comments/__telemetry__/comments.telemetry.ts +0 -21
- package/src/core/comments/components/CommentBreadcrumbs.tsx +0 -87
- package/src/core/comments/components/CommentDeleteDialog.tsx +0 -78
- package/src/core/comments/components/avatars/CommentsAvatar.tsx +0 -44
- package/src/core/comments/components/avatars/SpacerAvatar.tsx +0 -16
- package/src/core/comments/components/avatars/index.ts +0 -2
- package/src/core/comments/components/constants.ts +0 -3
- package/src/core/comments/components/icons/CommentDisabledIcon.tsx +0 -34
- package/src/core/comments/components/icons/CommentIcon.tsx +0 -28
- package/src/core/comments/components/icons/MentionIcon.tsx +0 -27
- package/src/core/comments/components/icons/ReactionIcon.tsx +0 -49
- package/src/core/comments/components/icons/SendIcon.tsx +0 -27
- package/src/core/comments/components/icons/index.ts +0 -5
- package/src/core/comments/components/index.ts +0 -8
- package/src/core/comments/components/list/CommentThreadLayout.tsx +0 -162
- package/src/core/comments/components/list/CommentsList.tsx +0 -234
- package/src/core/comments/components/list/CommentsListItem.tsx +0 -400
- package/src/core/comments/components/list/CommentsListItemContextMenu.tsx +0 -173
- package/src/core/comments/components/list/CommentsListItemLayout.tsx +0 -512
- package/src/core/comments/components/list/CommentsListItemReferencedValue.tsx +0 -92
- package/src/core/comments/components/list/CommentsListStatus.tsx +0 -73
- package/src/core/comments/components/list/CreateNewThreadInput.tsx +0 -113
- package/src/core/comments/components/list/index.ts +0 -3
- package/src/core/comments/components/list/styles.ts +0 -27
- package/src/core/comments/components/mentions/MentionsMenu.tsx +0 -145
- package/src/core/comments/components/mentions/MentionsMenuItem.tsx +0 -55
- package/src/core/comments/components/mentions/index.ts +0 -1
- package/src/core/comments/components/onboarding/CommentsOnboardingPopover.tsx +0 -58
- package/src/core/comments/components/onboarding/index.ts +0 -1
- package/src/core/comments/components/pte/CommentInlineHighlightSpan.tsx +0 -92
- package/src/core/comments/components/pte/CommentMessageSerializer.tsx +0 -89
- package/src/core/comments/components/pte/blocks/MentionInlineBlock.tsx +0 -67
- package/src/core/comments/components/pte/blocks/NormalBlock.tsx +0 -17
- package/src/core/comments/components/pte/blocks/index.ts +0 -2
- package/src/core/comments/components/pte/comment-input/CommentInput.tsx +0 -266
- package/src/core/comments/components/pte/comment-input/CommentInputDiscardDialog.tsx +0 -72
- package/src/core/comments/components/pte/comment-input/CommentInputInner.tsx +0 -224
- package/src/core/comments/components/pte/comment-input/CommentInputProvider.tsx +0 -229
- package/src/core/comments/components/pte/comment-input/Editable.tsx +0 -237
- package/src/core/comments/components/pte/comment-input/index.ts +0 -2
- package/src/core/comments/components/pte/comment-input/useCommentInput.ts +0 -14
- package/src/core/comments/components/pte/comment-input/useCursorElement.ts +0 -57
- package/src/core/comments/components/pte/config.ts +0 -37
- package/src/core/comments/components/pte/index.ts +0 -3
- package/src/core/comments/components/pte/render/index.ts +0 -2
- package/src/core/comments/components/pte/render/renderBlock.tsx +0 -9
- package/src/core/comments/components/pte/render/renderChild.tsx +0 -15
- package/src/core/comments/components/reactions/CommentReactionsBar.tsx +0 -201
- package/src/core/comments/components/reactions/CommentReactionsMenu.tsx +0 -100
- package/src/core/comments/components/reactions/CommentReactionsMenuButton.tsx +0 -128
- package/src/core/comments/components/reactions/CommentReactionsUsersTooltip.tsx +0 -173
- package/src/core/comments/components/reactions/EmojiText.styled.ts +0 -8
- package/src/core/comments/components/reactions/TransparentCard.styled.ts +0 -12
- package/src/core/comments/components/reactions/index.ts +0 -4
- package/src/core/comments/components/upsell/CommentsUpsellPanel.tsx +0 -25
- package/src/core/comments/components/upsell/index.ts +0 -1
- package/src/core/comments/constants.ts +0 -48
- package/src/core/comments/context/authoring-path/CommentsAuthoringPathProvider.tsx +0 -41
- package/src/core/comments/context/authoring-path/index.ts +0 -2
- package/src/core/comments/context/authoring-path/types.ts +0 -8
- package/src/core/comments/context/comments/CommentsProvider.tsx +0 -354
- package/src/core/comments/context/comments/index.ts +0 -1
- package/src/core/comments/context/comments/types.ts +0 -53
- package/src/core/comments/context/enabled/CommentsEnabledProvider.tsx +0 -24
- package/src/core/comments/context/enabled/index.ts +0 -1
- package/src/core/comments/context/enabled/types.ts +0 -11
- package/src/core/comments/context/index.ts +0 -7
- package/src/core/comments/context/intent/CommentsIntentProvider.tsx +0 -27
- package/src/core/comments/context/intent/index.ts +0 -1
- package/src/core/comments/context/intent/types.ts +0 -7
- package/src/core/comments/context/onboarding/CommentsOnboardingProvider.tsx +0 -52
- package/src/core/comments/context/onboarding/index.ts +0 -1
- package/src/core/comments/context/onboarding/types.ts +0 -4
- package/src/core/comments/context/selected-path/CommentsSelectedPathProvider.tsx +0 -42
- package/src/core/comments/context/selected-path/index.ts +0 -2
- package/src/core/comments/context/selected-path/types.ts +0 -16
- package/src/core/comments/context/upsell/CommentsUpsellProvider.tsx +0 -152
- package/src/core/comments/context/upsell/index.ts +0 -2
- package/src/core/comments/context/upsell/types.ts +0 -16
- package/src/core/comments/helpers.ts +0 -57
- package/src/core/comments/hooks/index.ts +0 -11
- package/src/core/comments/hooks/use-comment-operations/createOperation.ts +0 -193
- package/src/core/comments/hooks/use-comment-operations/index.ts +0 -1
- package/src/core/comments/hooks/use-comment-operations/reactOperation.ts +0 -92
- package/src/core/comments/hooks/use-comment-operations/removeOperation.ts +0 -17
- package/src/core/comments/hooks/use-comment-operations/updateOperation.ts +0 -99
- package/src/core/comments/hooks/use-comment-operations/useCommentOperations.ts +0 -216
- package/src/core/comments/hooks/useComments.ts +0 -18
- package/src/core/comments/hooks/useCommentsAuthoringPath.ts +0 -18
- package/src/core/comments/hooks/useCommentsEnabled.ts +0 -12
- package/src/core/comments/hooks/useCommentsIntent.ts +0 -12
- package/src/core/comments/hooks/useCommentsOnboarding.ts +0 -14
- package/src/core/comments/hooks/useCommentsScroll.ts +0 -177
- package/src/core/comments/hooks/useCommentsSelectedPath.ts +0 -17
- package/src/core/comments/hooks/useCommentsTelemetry.ts +0 -44
- package/src/core/comments/hooks/useCommentsUpsell.ts +0 -27
- package/src/core/comments/hooks/useNotificationTarget.ts +0 -63
- package/src/core/comments/hooks/useResolveCommentsEnabled.ts +0 -53
- package/src/core/comments/i18n/index.ts +0 -27
- package/src/core/comments/i18n/resources.ts +0 -203
- package/src/core/comments/index.ts +0 -37
- package/src/core/comments/plugin/document-layout/CommentsDocumentLayout.tsx +0 -44
- package/src/core/comments/plugin/document-layout/index.ts +0 -1
- package/src/core/comments/plugin/field/CommentsField.tsx +0 -339
- package/src/core/comments/plugin/field/CommentsFieldButton.tsx +0 -201
- package/src/core/comments/plugin/field/index.ts +0 -1
- package/src/core/comments/plugin/index.ts +0 -33
- package/src/core/comments/plugin/input/CommentsInput.tsx +0 -18
- package/src/core/comments/plugin/input/components/CommentsPortableTextInput.tsx +0 -571
- package/src/core/comments/plugin/input/components/FloatingButtonPopover.tsx +0 -68
- package/src/core/comments/plugin/input/components/InlineCommentInputPopover.tsx +0 -104
- package/src/core/comments/plugin/input/components/index.ts +0 -1
- package/src/core/comments/plugin/input/helpers.ts +0 -112
- package/src/core/comments/plugin/input/index.ts +0 -1
- package/src/core/comments/plugin/inspector/CommentsInspector.tsx +0 -451
- package/src/core/comments/plugin/inspector/CommentsInspectorFeedbackFooter.tsx +0 -35
- package/src/core/comments/plugin/inspector/CommentsInspectorHeader.tsx +0 -91
- package/src/core/comments/plugin/inspector/index.ts +0 -26
- package/src/core/comments/plugin/studio-layout/CommentsStudioLayout.tsx +0 -23
- package/src/core/comments/plugin/studio-layout/index.ts +0 -1
- package/src/core/comments/store/index.ts +0 -1
- package/src/core/comments/store/reducer.ts +0 -157
- package/src/core/comments/store/useCommentsStore.ts +0 -198
- package/src/core/comments/types.ts +0 -317
- package/src/core/comments/utils/buildCommentBreadcrumbs.ts +0 -230
- package/src/core/comments/utils/buildCommentThreadItems.ts +0 -106
- package/src/core/comments/utils/index.ts +0 -6
- package/src/core/comments/utils/inline-comments/buildCommentRangeDecorations.tsx +0 -143
- package/src/core/comments/utils/inline-comments/buildRangeDecorationSelectionsFromComments.ts +0 -222
- package/src/core/comments/utils/inline-comments/buildTextSelectionFromFragment.ts +0 -89
- package/src/core/comments/utils/inline-comments/index.ts +0 -3
- package/src/core/comments/utils/mergeCommentReactions.ts +0 -26
- package/src/core/comments/utils/transform-children/index.ts +0 -23
- package/src/core/comments/utils/transform-children/linkMiddleware.tsx +0 -38
- package/src/core/comments/utils/transform-children/types.ts +0 -3
- package/src/core/comments/utils/weakenReferencesInContentSnapshot.ts +0 -41
- package/src/core/components/BetaBadge.tsx +0 -16
- package/src/core/components/CapabilityGate.test.tsx +0 -105
- package/src/core/components/CapabilityGate.tsx +0 -40
- package/src/core/components/Favicons.tsx +0 -16
- package/src/core/components/Hotkeys.tsx +0 -81
- package/src/core/components/InsufficientPermissionsMessage.tsx +0 -88
- package/src/core/components/IntentButton.tsx +0 -19
- package/src/core/components/NoJavascript.tsx +0 -38
- package/src/core/components/RelativeTime.tsx +0 -22
- package/src/core/components/StatusButton.tsx +0 -66
- package/src/core/components/TooltipOfDisabled.tsx +0 -15
- package/src/core/components/WithReferringDocuments.tsx +0 -24
- package/src/core/components/collapseMenu/CollapseMenu.tsx +0 -368
- package/src/core/components/collapseMenu/CollapseMenuButton.tsx +0 -48
- package/src/core/components/collapseMenu/CollapseMenuDivider.tsx +0 -22
- package/src/core/components/collapseMenu/CollapseOverflowMenu.tsx +0 -65
- package/src/core/components/collapseMenu/ObserveElement.tsx +0 -33
- package/src/core/components/collapseMenu/index.ts +0 -2
- package/src/core/components/collapseTabList/CollapseTabList.tsx +0 -162
- package/src/core/components/collapseTabList/index.ts +0 -1
- package/src/core/components/commandList/CommandList.tsx +0 -753
- package/src/core/components/commandList/index.ts +0 -2
- package/src/core/components/commandList/types.ts +0 -85
- package/src/core/components/contextMenuButton/ContextMenuButton.tsx +0 -39
- package/src/core/components/contextMenuButton/index.ts +0 -1
- package/src/core/components/documentStatus/DocumentStatus.tsx +0 -119
- package/src/core/components/documentStatus/index.ts +0 -1
- package/src/core/components/documentStatusIndicator/DocumentStatusIndicator.tsx +0 -108
- package/src/core/components/documentStatusIndicator/index.ts +0 -1
- package/src/core/components/errorActions/ErrorActions.tsx +0 -56
- package/src/core/components/errorActions/index.ts +0 -3
- package/src/core/components/errorActions/strings.ts +0 -10
- package/src/core/components/errorActions/types.ts +0 -7
- package/src/core/components/errorActions/useCopyErrorDetails.test.ts +0 -59
- package/src/core/components/errorActions/useCopyErrorDetails.ts +0 -57
- package/src/core/components/hookCollection/GetHookCollectionState.tsx +0 -36
- package/src/core/components/hookCollection/HookCollectionState.tsx +0 -45
- package/src/core/components/hookCollection/actionId.ts +0 -18
- package/src/core/components/hookCollection/defineHookStateComponent.tsx +0 -54
- package/src/core/components/hookCollection/index.ts +0 -2
- package/src/core/components/hookCollection/requestIdleCallback.ts +0 -24
- package/src/core/components/hookCollection/types.ts +0 -21
- package/src/core/components/hookCollection/useHookCollectionKeys.tsx +0 -15
- package/src/core/components/hookCollection/useHookCollectionStates.tsx +0 -82
- package/src/core/components/image/Image.tsx +0 -63
- package/src/core/components/image/index.ts +0 -1
- package/src/core/components/index.ts +0 -37
- package/src/core/components/inputs/DateFilters/calendar/CalendarDay.tsx +0 -81
- package/src/core/components/inputs/DateFilters/calendar/CalendarFilter.tsx +0 -243
- package/src/core/components/inputs/DateFilters/calendar/CalendarMonth.tsx +0 -69
- package/src/core/components/inputs/DateFilters/calendar/index.ts +0 -1
- package/src/core/components/inputs/DateInputs/DatePicker.tsx +0 -55
- package/src/core/components/inputs/DateInputs/DateTimeInput.tsx +0 -183
- package/src/core/components/inputs/DateInputs/LazyTextInput.tsx +0 -74
- package/src/core/components/inputs/DateInputs/TimeInput.tsx +0 -9
- package/src/core/components/inputs/DateInputs/calendar/Calendar.tsx +0 -464
- package/src/core/components/inputs/DateInputs/calendar/CalendarDay.tsx +0 -51
- package/src/core/components/inputs/DateInputs/calendar/CalendarMonth.tsx +0 -74
- package/src/core/components/inputs/DateInputs/calendar/YearInput.tsx +0 -33
- package/src/core/components/inputs/DateInputs/calendar/constants.ts +0 -29
- package/src/core/components/inputs/DateInputs/calendar/features.ts +0 -4
- package/src/core/components/inputs/DateInputs/calendar/types.ts +0 -41
- package/src/core/components/inputs/DateInputs/calendar/utils.ts +0 -45
- package/src/core/components/loadingBlock/LoadingBlock.tsx +0 -139
- package/src/core/components/loadingBlock/index.ts +0 -1
- package/src/core/components/popoverDialog/PopoverContainer.tsx +0 -39
- package/src/core/components/popoverDialog/PopoverDialog.tsx +0 -96
- package/src/core/components/popoverDialog/index.ts +0 -1
- package/src/core/components/previewCard/PreviewCard.tsx +0 -64
- package/src/core/components/previewCard/index.ts +0 -1
- package/src/core/components/previews/_common/Media.styled.ts +0 -76
- package/src/core/components/previews/_common/Media.tsx +0 -68
- package/src/core/components/previews/constants.ts +0 -38
- package/src/core/components/previews/general/CompactPreview.tsx +0 -103
- package/src/core/components/previews/general/DefaultPreview.tsx +0 -151
- package/src/core/components/previews/general/DetailPreview.styled.ts +0 -53
- package/src/core/components/previews/general/DetailPreview.tsx +0 -121
- package/src/core/components/previews/general/MediaPreview.styled.ts +0 -48
- package/src/core/components/previews/general/MediaPreview.tsx +0 -105
- package/src/core/components/previews/helpers.tsx +0 -40
- package/src/core/components/previews/index.ts +0 -15
- package/src/core/components/previews/portableText/BlockImagePreview.styled.tsx +0 -29
- package/src/core/components/previews/portableText/BlockImagePreview.tsx +0 -106
- package/src/core/components/previews/portableText/BlockPreview.tsx +0 -77
- package/src/core/components/previews/portableText/InlinePreview.styled.tsx +0 -75
- package/src/core/components/previews/portableText/InlinePreview.tsx +0 -45
- package/src/core/components/previews/template/TemplatePreview.tsx +0 -122
- package/src/core/components/previews/types.ts +0 -75
- package/src/core/components/progress/CircularProgress.tsx +0 -63
- package/src/core/components/progress/LinearProgress.tsx +0 -36
- package/src/core/components/progress/index.ts +0 -2
- package/src/core/components/react-track-elements/hooks.ts +0 -124
- package/src/core/components/react-track-elements/index.ts +0 -2
- package/src/core/components/react-track-elements/types.ts +0 -12
- package/src/core/components/resizer/Resizable.tsx +0 -73
- package/src/core/components/resizer/Resizer.tsx +0 -112
- package/src/core/components/rovingFocus/index.ts +0 -2
- package/src/core/components/rovingFocus/types.ts +0 -16
- package/src/core/components/rovingFocus/useRovingFocus.ts +0 -201
- package/src/core/components/scroll/hooks.ts +0 -11
- package/src/core/components/scroll/index.ts +0 -3
- package/src/core/components/scroll/scrollContainer.tsx +0 -84
- package/src/core/components/scroll/types.ts +0 -7
- package/src/core/components/textWithTone/TextWithTone.tsx +0 -54
- package/src/core/components/textWithTone/index.ts +0 -1
- package/src/core/components/timeZone/DialogTimeZone.tsx +0 -172
- package/src/core/components/timeZone/timeZoneButton/TimeZoneButton.tsx +0 -111
- package/src/core/components/timeZone/timeZoneButton/TimeZoneButtonElementQuery.tsx +0 -22
- package/src/core/components/transitional/ImperativeToast.ts +0 -26
- package/src/core/components/transitional/LegacyLayerProvider.tsx +0 -25
- package/src/core/components/transitional/index.ts +0 -2
- package/src/core/components/userAvatar/UserAvatar.tsx +0 -141
- package/src/core/components/userAvatar/index.ts +0 -1
- package/src/core/components/zOffsets/ZIndexProvider.tsx +0 -11
- package/src/core/components/zOffsets/index.ts +0 -3
- package/src/core/components/zOffsets/types.ts +0 -52
- package/src/core/components/zOffsets/useZIndex.ts +0 -13
- package/src/core/config/ConfigPropertyError.ts +0 -29
- package/src/core/config/ConfigResolutionError.ts +0 -34
- package/src/core/config/SchemaError.ts +0 -10
- package/src/core/config/auth/types.ts +0 -99
- package/src/core/config/components/index.ts +0 -1
- package/src/core/config/components/useMiddlewareComponents.tsx +0 -90
- package/src/core/config/configPropertyReducers.ts +0 -600
- package/src/core/config/createDefaultIcon.tsx +0 -73
- package/src/core/config/defineConfig.ts +0 -18
- package/src/core/config/definePlugin.ts +0 -56
- package/src/core/config/document/actions.ts +0 -206
- package/src/core/config/document/badges.ts +0 -28
- package/src/core/config/document/fieldActions/define.ts +0 -6
- package/src/core/config/document/fieldActions/index.ts +0 -10
- package/src/core/config/document/fieldActions/reducer.ts +0 -18
- package/src/core/config/document/fieldActions/types.ts +0 -106
- package/src/core/config/document/index.ts +0 -4
- package/src/core/config/document/inspector.ts +0 -91
- package/src/core/config/flattenConfig.ts +0 -43
- package/src/core/config/form/index.ts +0 -1
- package/src/core/config/form/types.ts +0 -27
- package/src/core/config/index.ts +0 -20
- package/src/core/config/prepareConfig.tsx +0 -804
- package/src/core/config/resolveConfig.ts +0 -95
- package/src/core/config/resolveConfigProperty.ts +0 -71
- package/src/core/config/resolveDefaultPlugins.ts +0 -78
- package/src/core/config/resolveSchemaTypes.ts +0 -30
- package/src/core/config/studio/index.ts +0 -1
- package/src/core/config/studio/types.ts +0 -105
- package/src/core/config/types.ts +0 -1118
- package/src/core/config/useConfigContextFromSource.ts +0 -29
- package/src/core/create/__telemetry__/create.telemetry.ts +0 -32
- package/src/core/create/components/CreateIntegrationWrapper.tsx +0 -6
- package/src/core/create/components/CreateLearnMoreButton.tsx +0 -26
- package/src/core/create/components/CreateLinkedActions.tsx +0 -54
- package/src/core/create/components/CreateLinkedDocumentBannerContent.tsx +0 -106
- package/src/core/create/components/CreateUnlinkConfirmDialog.tsx +0 -63
- package/src/core/create/components/DialogPortalProvider.tsx +0 -10
- package/src/core/create/components/constants.ts +0 -1
- package/src/core/create/components/media/CreateSvg.tsx +0 -224
- package/src/core/create/context/SanityCreateConfigProvider.tsx +0 -42
- package/src/core/create/context/index.ts +0 -2
- package/src/core/create/context/useSanityCreateConfig.ts +0 -35
- package/src/core/create/createDocumentUrls.ts +0 -13
- package/src/core/create/createIntegrationPlugin.ts +0 -19
- package/src/core/create/createUtils.ts +0 -55
- package/src/core/create/i18n/index.ts +0 -27
- package/src/core/create/i18n/resources.ts +0 -52
- package/src/core/create/index.ts +0 -3
- package/src/core/create/studio-app/AppIdCacheProvider.tsx +0 -35
- package/src/core/create/studio-app/appIdCache.ts +0 -37
- package/src/core/create/studio-app/checkStudioManifestExists.ts +0 -22
- package/src/core/create/studio-app/fetchCreateCompatibleAppId.ts +0 -93
- package/src/core/create/studio-app/useStudioAppIdStore.ts +0 -86
- package/src/core/create/types.ts +0 -33
- package/src/core/create/useSanityCreateTelemetry.ts +0 -55
- package/src/core/deprecatedPlugins/DeprecatedScheduledPublishing.tsx +0 -40
- package/src/core/environment/hasSanityPackageInImportMap.test.ts +0 -31
- package/src/core/environment/hasSanityPackageInImportMap.ts +0 -17
- package/src/core/environment/index.ts +0 -6
- package/src/core/error/errorReporter.ts +0 -43
- package/src/core/error/isImportError.ts +0 -20
- package/src/core/error/isKnownError.ts +0 -25
- package/src/core/error/sentry/README.md +0 -3
- package/src/core/error/sentry/makeBufferedTransport.ts +0 -63
- package/src/core/error/sentry/sentryErrorReporter.ts +0 -410
- package/src/core/error/types/isErrorWithDetails.ts +0 -7
- package/src/core/field/TODO.ts +0 -4
- package/src/core/field/conditional-property/__snapshots__/useConditionalProperty.test.tsx.snap +0 -48
- package/src/core/field/conditional-property/index.ts +0 -1
- package/src/core/field/conditional-property/useConditionalProperty.test.tsx +0 -213
- package/src/core/field/conditional-property/useConditionalProperty.tsx +0 -38
- package/src/core/field/conditional-property/utils.tsx +0 -62
- package/src/core/field/diff/annotations/helpers.ts +0 -186
- package/src/core/field/diff/annotations/hooks.ts +0 -24
- package/src/core/field/diff/annotations/index.ts +0 -2
- package/src/core/field/diff/changes/buildChangeList.ts +0 -326
- package/src/core/field/diff/changes/helpers.ts +0 -59
- package/src/core/field/diff/changes/undoChange.ts +0 -378
- package/src/core/field/diff/components/ChangeBreadcrumb.tsx +0 -31
- package/src/core/field/diff/components/ChangeList.styled.tsx +0 -6
- package/src/core/field/diff/components/ChangeList.tsx +0 -176
- package/src/core/field/diff/components/ChangeResolver.tsx +0 -68
- package/src/core/field/diff/components/ChangeTitleSegment.tsx +0 -141
- package/src/core/field/diff/components/ChangesError.tsx +0 -36
- package/src/core/field/diff/components/DiffCard.tsx +0 -132
- package/src/core/field/diff/components/DiffErrorBoundary.tsx +0 -65
- package/src/core/field/diff/components/DiffFromTo.tsx +0 -84
- package/src/core/field/diff/components/DiffInspectWrapper.tsx +0 -119
- package/src/core/field/diff/components/DiffString.tsx +0 -92
- package/src/core/field/diff/components/DiffTooltip.tsx +0 -114
- package/src/core/field/diff/components/Event.tsx +0 -207
- package/src/core/field/diff/components/FallbackDiff.tsx +0 -29
- package/src/core/field/diff/components/FieldChange.styled.tsx +0 -34
- package/src/core/field/diff/components/FieldChange.tsx +0 -221
- package/src/core/field/diff/components/FromTo.tsx +0 -59
- package/src/core/field/diff/components/FromToArrow.tsx +0 -26
- package/src/core/field/diff/components/GroupChange.styled.tsx +0 -32
- package/src/core/field/diff/components/GroupChange.tsx +0 -186
- package/src/core/field/diff/components/MetaInfo.tsx +0 -50
- package/src/core/field/diff/components/NoChanges.tsx +0 -18
- package/src/core/field/diff/components/RevertChangesButton.tsx +0 -49
- package/src/core/field/diff/components/ValueError.tsx +0 -29
- package/src/core/field/diff/components/constants.ts +0 -95
- package/src/core/field/diff/components/index.ts +0 -22
- package/src/core/field/diff/contexts/DocumentChangeContext.tsx +0 -19
- package/src/core/field/diff/helpers.ts +0 -40
- package/src/core/field/diff/hooks/index.ts +0 -3
- package/src/core/field/diff/hooks/useChangeVerb.ts +0 -23
- package/src/core/field/diff/hooks/useDocumentChange.ts +0 -15
- package/src/core/field/diff/hooks/useRefPreview.ts +0 -32
- package/src/core/field/diff/hooks/useRefValue.ts +0 -27
- package/src/core/field/diff/index.ts +0 -6
- package/src/core/field/diff/resolve/defaultComponents.ts +0 -24
- package/src/core/field/diff/resolve/diffResolver.ts +0 -27
- package/src/core/field/diff/resolve/index.ts +0 -2
- package/src/core/field/diff/resolve/resolveDiffComponent.ts +0 -60
- package/src/core/field/index.ts +0 -5
- package/src/core/field/paths/helpers.ts +0 -170
- package/src/core/field/paths/index.ts +0 -1
- package/src/core/field/preview/index.ts +0 -1
- package/src/core/field/preview/types.ts +0 -31
- package/src/core/field/schema/helpers.ts +0 -61
- package/src/core/field/types/array/diff/ArrayOfOptionsFieldDiff.tsx +0 -171
- package/src/core/field/types/array/diff/index.ts +0 -1
- package/src/core/field/types/array/util/arrayUtils.ts +0 -42
- package/src/core/field/types/boolean/diff/BooleanFieldDiff.tsx +0 -43
- package/src/core/field/types/boolean/diff/index.ts +0 -1
- package/src/core/field/types/boolean/preview/BooleanPreview.tsx +0 -49
- package/src/core/field/types/boolean/preview/index.ts +0 -1
- package/src/core/field/types/datetime/diff/DatetimeFieldDiff.tsx +0 -15
- package/src/core/field/types/datetime/diff/index.ts +0 -1
- package/src/core/field/types/datetime/preview/DatetimePreview.tsx +0 -33
- package/src/core/field/types/datetime/preview/index.ts +0 -1
- package/src/core/field/types/file/diff/FileFieldDiff.tsx +0 -128
- package/src/core/field/types/file/diff/helpers.ts +0 -48
- package/src/core/field/types/file/diff/index.ts +0 -1
- package/src/core/field/types/file/diff/types.ts +0 -19
- package/src/core/field/types/image/diff/HotspotCropSVG.tsx +0 -122
- package/src/core/field/types/image/diff/ImageFieldDiff.tsx +0 -143
- package/src/core/field/types/image/diff/ImagePreview.tsx +0 -183
- package/src/core/field/types/image/diff/helpers.ts +0 -34
- package/src/core/field/types/image/diff/index.ts +0 -1
- package/src/core/field/types/image/diff/types.ts +0 -20
- package/src/core/field/types/number/diff/NumberFieldDiff.tsx +0 -14
- package/src/core/field/types/number/diff/index.ts +0 -1
- package/src/core/field/types/number/preview/NumberPreview.tsx +0 -19
- package/src/core/field/types/object/diff/ObjectFieldDiff.tsx +0 -6
- package/src/core/field/types/object/diff/index.ts +0 -1
- package/src/core/field/types/portableText/diff/PTDiff.tsx +0 -17
- package/src/core/field/types/portableText/diff/components/Annotation.tsx +0 -211
- package/src/core/field/types/portableText/diff/components/Block.tsx +0 -93
- package/src/core/field/types/portableText/diff/components/Blockquote.tsx +0 -14
- package/src/core/field/types/portableText/diff/components/Decorator.tsx +0 -30
- package/src/core/field/types/portableText/diff/components/Header.tsx +0 -29
- package/src/core/field/types/portableText/diff/components/InlineObject.tsx +0 -205
- package/src/core/field/types/portableText/diff/components/Paragraph.tsx +0 -14
- package/src/core/field/types/portableText/diff/components/PortableText.tsx +0 -403
- package/src/core/field/types/portableText/diff/components/Text.tsx +0 -88
- package/src/core/field/types/portableText/diff/components/styledComponents.tsx +0 -37
- package/src/core/field/types/portableText/diff/helpers.ts +0 -427
- package/src/core/field/types/portableText/diff/index.ts +0 -2
- package/src/core/field/types/portableText/diff/symbols.ts +0 -113
- package/src/core/field/types/portableText/diff/types.ts +0 -12
- package/src/core/field/types/reference/diff/ReferenceFieldDiff.tsx +0 -16
- package/src/core/field/types/reference/diff/index.ts +0 -1
- package/src/core/field/types/reference/preview/ReferencePreview.tsx +0 -16
- package/src/core/field/types/slug/diff/SlugFieldDiff.tsx +0 -18
- package/src/core/field/types/slug/diff/index.ts +0 -1
- package/src/core/field/types/slug/preview/SlugPreview.tsx +0 -21
- package/src/core/field/types/slug/preview/index.ts +0 -1
- package/src/core/field/types/slug/types.ts +0 -3
- package/src/core/field/types/string/diff/StringFieldDiff.tsx +0 -26
- package/src/core/field/types/string/diff/index.ts +0 -1
- package/src/core/field/types/string/preview/StringPreview.tsx +0 -20
- package/src/core/field/types/string/preview/index.ts +0 -1
- package/src/core/field/types/url/diff/UrlFieldDiff.tsx +0 -7
- package/src/core/field/types/url/diff/index.ts +0 -1
- package/src/core/field/types.ts +0 -280
- package/src/core/field/utils/useHover.ts +0 -27
- package/src/core/field/validation/index.ts +0 -65
- package/src/core/form/FormBuilderContext.ts +0 -61
- package/src/core/form/FormBuilderProvider.tsx +0 -218
- package/src/core/form/__telemetry__/form.telemetry.ts +0 -40
- package/src/core/form/components/ActivateOnFocus/ActivateOnFocus.styles.tsx +0 -44
- package/src/core/form/components/ActivateOnFocus/ActivateOnFocus.tsx +0 -114
- package/src/core/form/components/Alert.tsx +0 -46
- package/src/core/form/components/AlertStrip.tsx +0 -42
- package/src/core/form/components/Details.tsx +0 -87
- package/src/core/form/components/EditPortal.tsx +0 -94
- package/src/core/form/components/FormInput.tsx +0 -293
- package/src/core/form/components/formField/FormField.tsx +0 -103
- package/src/core/form/components/formField/FormFieldBaseHeader.tsx +0 -288
- package/src/core/form/components/formField/FormFieldHeaderText.tsx +0 -106
- package/src/core/form/components/formField/FormFieldSet.tsx +0 -255
- package/src/core/form/components/formField/FormFieldSetLegend.tsx +0 -101
- package/src/core/form/components/formField/FormFieldStatus.tsx +0 -39
- package/src/core/form/components/formField/FormFieldValidationStatus.tsx +0 -186
- package/src/core/form/components/formField/index.ts +0 -6
- package/src/core/form/components/formField/styles.ts +0 -30
- package/src/core/form/components/formField/types.ts +0 -23
- package/src/core/form/components/index.ts +0 -3
- package/src/core/form/components/tagInput/index.ts +0 -1
- package/src/core/form/components/tagInput/styles.ts +0 -23
- package/src/core/form/components/tagInput/tagInput.tsx +0 -335
- package/src/core/form/components/withFocusRing/helpers.ts +0 -24
- package/src/core/form/components/withFocusRing/index.ts +0 -1
- package/src/core/form/components/withFocusRing/withFocusRing.ts +0 -40
- package/src/core/form/contexts/DocumentIdProvider.tsx +0 -45
- package/src/core/form/contexts/FormValue.tsx +0 -60
- package/src/core/form/contexts/GetFormValue.tsx +0 -57
- package/src/core/form/fallbackInputs.ts +0 -16
- package/src/core/form/field/HoveredFieldProvider.tsx +0 -64
- package/src/core/form/field/actions/FieldActionMenu.tsx +0 -172
- package/src/core/form/field/actions/FieldActionMenuGroup.tsx +0 -52
- package/src/core/form/field/actions/FieldActionMenuItem.tsx +0 -36
- package/src/core/form/field/actions/FieldActionMenuNode.tsx +0 -35
- package/src/core/form/field/actions/FieldActionsProvider.tsx +0 -83
- package/src/core/form/field/actions/FieldActionsResolver.tsx +0 -138
- package/src/core/form/field/actions/copyAction.ts +0 -39
- package/src/core/form/field/actions/define.ts +0 -12
- package/src/core/form/field/actions/helpers.ts +0 -20
- package/src/core/form/field/actions/index.ts +0 -4
- package/src/core/form/field/actions/pasteAction.ts +0 -39
- package/src/core/form/field/actions/useFieldActions.ts +0 -7
- package/src/core/form/field/index.ts +0 -3
- package/src/core/form/field/useHoveredField.ts +0 -7
- package/src/core/form/form-components-hooks/componentHooks.ts +0 -101
- package/src/core/form/form-components-hooks/components.tsx +0 -128
- package/src/core/form/form-components-hooks/index.ts +0 -1
- package/src/core/form/form-components-hooks/picks.ts +0 -64
- package/src/core/form/hooks/useDidUpdate.ts +0 -38
- package/src/core/form/hooks/useScrollIntoViewOnFocusWithin.ts +0 -27
- package/src/core/form/index.ts +0 -21
- package/src/core/form/inputs/BooleanInput.test.tsx +0 -225
- package/src/core/form/inputs/BooleanInput.tsx +0 -87
- package/src/core/form/inputs/CrossDatasetReferenceInput/CrossDatasetReferenceInput.tsx +0 -429
- package/src/core/form/inputs/CrossDatasetReferenceInput/CrossDatasetReferencePreview.styled.tsx +0 -9
- package/src/core/form/inputs/CrossDatasetReferenceInput/CrossDatasetReferencePreview.tsx +0 -143
- package/src/core/form/inputs/CrossDatasetReferenceInput/DisabledFeatureWarning.tsx +0 -82
- package/src/core/form/inputs/CrossDatasetReferenceInput/OptionPreview.tsx +0 -89
- package/src/core/form/inputs/CrossDatasetReferenceInput/PreviewReferenceValue.tsx +0 -62
- package/src/core/form/inputs/CrossDatasetReferenceInput/ReferenceAutocomplete.tsx +0 -93
- package/src/core/form/inputs/CrossDatasetReferenceInput/index.ts +0 -2
- package/src/core/form/inputs/CrossDatasetReferenceInput/types.ts +0 -31
- package/src/core/form/inputs/CrossDatasetReferenceInput/useReferenceInfo.ts +0 -80
- package/src/core/form/inputs/CrossDatasetReferenceInput/utils/AutocompleteHeightFix.tsx +0 -11
- package/src/core/form/inputs/CrossDatasetReferenceInput/utils/useProjectId.ts +0 -8
- package/src/core/form/inputs/DateInputs/CommonDateTimeInput.tsx +0 -132
- package/src/core/form/inputs/DateInputs/DateInput.tsx +0 -60
- package/src/core/form/inputs/DateInputs/DateTimeInput.tsx +0 -258
- package/src/core/form/inputs/DateInputs/index.ts +0 -3
- package/src/core/form/inputs/DateInputs/types.ts +0 -14
- package/src/core/form/inputs/DateInputs/utils.ts +0 -50
- package/src/core/form/inputs/EmailInput.tsx +0 -22
- package/src/core/form/inputs/GlobalDocumentReferenceInput/GlobalDocumentReferenceInput.tsx +0 -441
- package/src/core/form/inputs/GlobalDocumentReferenceInput/GlobalDocumentReferencePreview.styled.tsx +0 -9
- package/src/core/form/inputs/GlobalDocumentReferenceInput/GlobalDocumentReferencePreview.tsx +0 -147
- package/src/core/form/inputs/GlobalDocumentReferenceInput/OptionPreview.tsx +0 -88
- package/src/core/form/inputs/GlobalDocumentReferenceInput/PreviewReferenceValue.tsx +0 -63
- package/src/core/form/inputs/GlobalDocumentReferenceInput/ReferenceAutocomplete.tsx +0 -94
- package/src/core/form/inputs/GlobalDocumentReferenceInput/index.ts +0 -2
- package/src/core/form/inputs/GlobalDocumentReferenceInput/types.ts +0 -31
- package/src/core/form/inputs/GlobalDocumentReferenceInput/useReferenceInfo.ts +0 -79
- package/src/core/form/inputs/GlobalDocumentReferenceInput/utils/resolveProjectDataset.ts +0 -19
- package/src/core/form/inputs/InvalidValueInput/InvalidValueInput.tsx +0 -191
- package/src/core/form/inputs/InvalidValueInput/UntypedValueInput.tsx +0 -143
- package/src/core/form/inputs/InvalidValueInput/converters.ts +0 -92
- package/src/core/form/inputs/InvalidValueInput/index.ts +0 -1
- package/src/core/form/inputs/NumberInput.test.tsx +0 -98
- package/src/core/form/inputs/NumberInput.tsx +0 -96
- package/src/core/form/inputs/ObjectInput/ObjectInput.styled.tsx +0 -12
- package/src/core/form/inputs/ObjectInput/ObjectInput.tsx +0 -158
- package/src/core/form/inputs/ObjectInput/UnknownFields.tsx +0 -123
- package/src/core/form/inputs/ObjectInput/fieldGroups/FieldGroupTabs.tsx +0 -134
- package/src/core/form/inputs/ObjectInput/fieldGroups/GroupTab.tsx +0 -56
- package/src/core/form/inputs/ObjectInput/fieldGroups/index.ts +0 -1
- package/src/core/form/inputs/ObjectInput/index.ts +0 -1
- package/src/core/form/inputs/PortableText/BlockActions.tsx +0 -48
- package/src/core/form/inputs/PortableText/Compositor.styles.tsx +0 -63
- package/src/core/form/inputs/PortableText/Compositor.tsx +0 -521
- package/src/core/form/inputs/PortableText/Editor.styles.tsx +0 -161
- package/src/core/form/inputs/PortableText/Editor.tsx +0 -226
- package/src/core/form/inputs/PortableText/InvalidValue.tsx +0 -102
- package/src/core/form/inputs/PortableText/PortableTextInput.tsx +0 -553
- package/src/core/form/inputs/PortableText/_common/ReviewChangesHighlightBlock.tsx +0 -20
- package/src/core/form/inputs/PortableText/_common/StyledChangeIndicatorWithProvidedFullPath.tsx +0 -14
- package/src/core/form/inputs/PortableText/_common/index.ts +0 -2
- package/src/core/form/inputs/PortableText/_helpers.ts +0 -32
- package/src/core/form/inputs/PortableText/_legacyDefaultParts/CustomMarkers.tsx +0 -12
- package/src/core/form/inputs/PortableText/_legacyDefaultParts/Markers.tsx +0 -81
- package/src/core/form/inputs/PortableText/callbacks/index.ts +0 -3
- package/src/core/form/inputs/PortableText/callbacks/insertCallback.ts +0 -28
- package/src/core/form/inputs/PortableText/callbacks/setCallback.ts +0 -27
- package/src/core/form/inputs/PortableText/callbacks/types.ts +0 -5
- package/src/core/form/inputs/PortableText/callbacks/unsetCallback.ts +0 -17
- package/src/core/form/inputs/PortableText/contexts/PortableTextMarkers.tsx +0 -15
- package/src/core/form/inputs/PortableText/contexts/PortableTextMemberItemElementRefsProvider.tsx +0 -39
- package/src/core/form/inputs/PortableText/contexts/PortableTextMembers.tsx +0 -15
- package/src/core/form/inputs/PortableText/debugRender.ts +0 -22
- package/src/core/form/inputs/PortableText/hooks/useHotKeys.tsx +0 -73
- package/src/core/form/inputs/PortableText/hooks/useMemberValidation.tsx +0 -47
- package/src/core/form/inputs/PortableText/hooks/usePortableTextMarkers.tsx +0 -15
- package/src/core/form/inputs/PortableText/hooks/usePortableTextMembers.tsx +0 -225
- package/src/core/form/inputs/PortableText/hooks/useScrollSelectionIntoView.tsx +0 -26
- package/src/core/form/inputs/PortableText/hooks/useSpellCheck.tsx +0 -15
- package/src/core/form/inputs/PortableText/hooks/useTrackFocusPath.tsx +0 -138
- package/src/core/form/inputs/PortableText/object/Annotation.styles.ts +0 -37
- package/src/core/form/inputs/PortableText/object/Annotation.tsx +0 -312
- package/src/core/form/inputs/PortableText/object/AnnotationToolbarPopover.tsx +0 -216
- package/src/core/form/inputs/PortableText/object/BlockObject.styles.ts +0 -142
- package/src/core/form/inputs/PortableText/object/BlockObject.tsx +0 -447
- package/src/core/form/inputs/PortableText/object/BlockObjectActionsMenu.tsx +0 -147
- package/src/core/form/inputs/PortableText/object/InlineObject.styles.ts +0 -81
- package/src/core/form/inputs/PortableText/object/InlineObject.tsx +0 -331
- package/src/core/form/inputs/PortableText/object/InlineObjectToolbarPopover.tsx +0 -154
- package/src/core/form/inputs/PortableText/object/Plugins.tsx +0 -87
- package/src/core/form/inputs/PortableText/object/helpers.ts +0 -26
- package/src/core/form/inputs/PortableText/object/modals/AnnotationObjectEditModal.tsx +0 -60
- package/src/core/form/inputs/PortableText/object/modals/DialogModal.tsx +0 -46
- package/src/core/form/inputs/PortableText/object/modals/ObjectEditModal.tsx +0 -73
- package/src/core/form/inputs/PortableText/object/modals/PopoverModal.styles.ts +0 -24
- package/src/core/form/inputs/PortableText/object/modals/PopoverModal.tsx +0 -131
- package/src/core/form/inputs/PortableText/object/modals/types.ts +0 -1
- package/src/core/form/inputs/PortableText/presence-cursors/UserPresenceCursor.tsx +0 -167
- package/src/core/form/inputs/PortableText/presence-cursors/index.ts +0 -1
- package/src/core/form/inputs/PortableText/presence-cursors/usePresenceCursorDecorations.tsx +0 -92
- package/src/core/form/inputs/PortableText/text/Decorator.tsx +0 -50
- package/src/core/form/inputs/PortableText/text/ListItem.tsx +0 -30
- package/src/core/form/inputs/PortableText/text/Style.tsx +0 -47
- package/src/core/form/inputs/PortableText/text/TextBlock.styles.ts +0 -181
- package/src/core/form/inputs/PortableText/text/TextBlock.tsx +0 -368
- package/src/core/form/inputs/PortableText/text/constants.ts +0 -51
- package/src/core/form/inputs/PortableText/text/helpers.ts +0 -3
- package/src/core/form/inputs/PortableText/text/index.ts +0 -5
- package/src/core/form/inputs/PortableText/text/textStyles.tsx +0 -116
- package/src/core/form/inputs/PortableText/toolbar/ActionMenu.tsx +0 -151
- package/src/core/form/inputs/PortableText/toolbar/BlockStyleSelect.tsx +0 -194
- package/src/core/form/inputs/PortableText/toolbar/CustomIcon.tsx +0 -32
- package/src/core/form/inputs/PortableText/toolbar/InsertMenu.tsx +0 -104
- package/src/core/form/inputs/PortableText/toolbar/Toolbar.tsx +0 -259
- package/src/core/form/inputs/PortableText/toolbar/helpers.tsx +0 -223
- package/src/core/form/inputs/PortableText/toolbar/hooks.ts +0 -118
- package/src/core/form/inputs/PortableText/toolbar/index.ts +0 -1
- package/src/core/form/inputs/PortableText/toolbar/types.ts +0 -35
- package/src/core/form/inputs/PortableText/upload/helpers.ts +0 -23
- package/src/core/form/inputs/PortableText/usePatches.ts +0 -105
- package/src/core/form/inputs/ReferenceInput/AutocompleteContainer.tsx +0 -50
- package/src/core/form/inputs/ReferenceInput/CreateButton.tsx +0 -126
- package/src/core/form/inputs/ReferenceInput/OptionPreview.tsx +0 -85
- package/src/core/form/inputs/ReferenceInput/PreviewReferenceValue.tsx +0 -237
- package/src/core/form/inputs/ReferenceInput/ReferenceAutocomplete.tsx +0 -93
- package/src/core/form/inputs/ReferenceInput/ReferenceField.tsx +0 -313
- package/src/core/form/inputs/ReferenceInput/ReferenceFinalizeAlertStrip.tsx +0 -54
- package/src/core/form/inputs/ReferenceInput/ReferenceInput.tsx +0 -375
- package/src/core/form/inputs/ReferenceInput/ReferenceItem.tsx +0 -423
- package/src/core/form/inputs/ReferenceInput/ReferenceItemRefProvider.tsx +0 -27
- package/src/core/form/inputs/ReferenceInput/ReferenceLinkCard.tsx +0 -55
- package/src/core/form/inputs/ReferenceInput/ReferenceMetadataLoadFailure.tsx +0 -42
- package/src/core/form/inputs/ReferenceInput/ReferencePreview.tsx +0 -78
- package/src/core/form/inputs/ReferenceInput/ReferenceStrengthMismatchAlertStrip.tsx +0 -63
- package/src/core/form/inputs/ReferenceInput/index.ts +0 -1
- package/src/core/form/inputs/ReferenceInput/types.ts +0 -87
- package/src/core/form/inputs/ReferenceInput/useReferenceInfo.ts +0 -75
- package/src/core/form/inputs/ReferenceInput/useReferenceInput.tsx +0 -143
- package/src/core/form/inputs/ReferenceInput/useReferenceItemRef.ts +0 -16
- package/src/core/form/inputs/SelectInput.tsx +0 -200
- package/src/core/form/inputs/Slug/SlugInput.tsx +0 -175
- package/src/core/form/inputs/Slug/utils/slugify.ts +0 -25
- package/src/core/form/inputs/Slug/utils/useAsync.tsx +0 -54
- package/src/core/form/inputs/Slug/utils/useSlugContext.ts +0 -30
- package/src/core/form/inputs/StringInput.test.tsx +0 -99
- package/src/core/form/inputs/StringInput.tsx +0 -13
- package/src/core/form/inputs/TagsArrayInput.tsx +0 -41
- package/src/core/form/inputs/TelephoneInput.tsx +0 -30
- package/src/core/form/inputs/TextInput.tsx +0 -37
- package/src/core/form/inputs/UrlInput.tsx +0 -31
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/ArrayOfObjectsFunctions.tsx +0 -111
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/ArrayOfObjectsInput.tsx +0 -13
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/Grid/ErrorItem.tsx +0 -57
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/Grid/GridArrayInput.tsx +0 -117
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/Grid/GridItem.tsx +0 -298
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/Grid/IncompatibleItemType.tsx +0 -114
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/InsertMenuGroups.tsx +0 -68
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/InsertMenuMenuItems.tsx +0 -120
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/InsertMenuPopover.tsx +0 -111
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/ErrorItem.tsx +0 -57
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/IncompatibleItemType.tsx +0 -117
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/ListArrayInput.tsx +0 -279
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/PreviewItem.tsx +0 -296
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/VirtualizerScrollInstanceProvider.tsx +0 -30
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/useMemoCompare.ts +0 -17
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/List/useVirtualizerScrollInstance.tsx +0 -27
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/createProtoArrayValue.ts +0 -15
- package/src/core/form/inputs/arrays/ArrayOfObjectsInput/index.ts +0 -1
- package/src/core/form/inputs/arrays/ArrayOfOptionsInput/ArrayOfObjectOptionsInput.tsx +0 -149
- package/src/core/form/inputs/arrays/ArrayOfOptionsInput/ArrayOfOptionsInput.tsx +0 -20
- package/src/core/form/inputs/arrays/ArrayOfOptionsInput/ArrayOfPrimitiveOptionsInput.tsx +0 -110
- package/src/core/form/inputs/arrays/ArrayOfOptionsInput/index.ts +0 -1
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/ArrayOfPrimitivesFunctions.tsx +0 -106
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/ArrayOfPrimitivesInput.tsx +0 -243
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/ItemRow.tsx +0 -165
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/NoItemsPlaceholder.tsx +0 -20
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/getEmptyValue.ts +0 -17
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/index.ts +0 -1
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/types.ts +0 -1
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/utils/nearestIndex.test.ts +0 -22
- package/src/core/form/inputs/arrays/ArrayOfPrimitivesInput/utils/nearestIndex.ts +0 -36
- package/src/core/form/inputs/arrays/UniversalArrayInput.tsx +0 -35
- package/src/core/form/inputs/arrays/common/DragHandle.tsx +0 -48
- package/src/core/form/inputs/arrays/common/UploadTargetCard.tsx +0 -11
- package/src/core/form/inputs/arrays/common/dndkit-modifier/restrictToParentElementWithMargins.ts +0 -45
- package/src/core/form/inputs/arrays/common/list.tsx +0 -215
- package/src/core/form/inputs/arrays/common/uploadTarget/styles.ts +0 -16
- package/src/core/form/inputs/arrays/common/uploadTarget/uploadTarget.tsx +0 -156
- package/src/core/form/inputs/arrays/layouts/CellLayout.tsx +0 -120
- package/src/core/form/inputs/arrays/layouts/RowLayout.tsx +0 -94
- package/src/core/form/inputs/common/fileTarget/fileTarget.tsx +0 -296
- package/src/core/form/inputs/common/fileTarget/index.ts +0 -1
- package/src/core/form/inputs/common/fileTarget/utils/extractFiles.ts +0 -112
- package/src/core/form/inputs/common/fileTarget/utils/imageUrlToBlob.ts +0 -27
- package/src/core/form/inputs/common/helper.ts +0 -12
- package/src/core/form/inputs/files/FileInput/Browser.tsx +0 -92
- package/src/core/form/inputs/files/FileInput/FileActionsMenu.tsx +0 -147
- package/src/core/form/inputs/files/FileInput/FileAsset.tsx +0 -343
- package/src/core/form/inputs/files/FileInput/FileInput.tsx +0 -359
- package/src/core/form/inputs/files/FileInput/FileInputAssetSource.tsx +0 -71
- package/src/core/form/inputs/files/FileInput/FilePreview.tsx +0 -192
- package/src/core/form/inputs/files/FileInput/FileSkeleton.tsx +0 -13
- package/src/core/form/inputs/files/FileInput/InvalidFileWarning.tsx +0 -37
- package/src/core/form/inputs/files/FileInput/index.ts +0 -1
- package/src/core/form/inputs/files/FileInput/styles.ts +0 -14
- package/src/core/form/inputs/files/FileInput/types.ts +0 -24
- package/src/core/form/inputs/files/ImageInput/ImageActionsMenu.tsx +0 -124
- package/src/core/form/inputs/files/ImageInput/ImageInput.tsx +0 -591
- package/src/core/form/inputs/files/ImageInput/ImageInputAsset.tsx +0 -213
- package/src/core/form/inputs/files/ImageInput/ImageInputAssetMenu.tsx +0 -256
- package/src/core/form/inputs/files/ImageInput/ImageInputAssetSource.tsx +0 -64
- package/src/core/form/inputs/files/ImageInput/ImageInputBrowser.tsx +0 -88
- package/src/core/form/inputs/files/ImageInput/ImageInputHotspotInput.tsx +0 -52
- package/src/core/form/inputs/files/ImageInput/ImageInputPreview.tsx +0 -89
- package/src/core/form/inputs/files/ImageInput/ImageInputUploadPlaceholder.tsx +0 -64
- package/src/core/form/inputs/files/ImageInput/ImagePreview.styled.tsx +0 -38
- package/src/core/form/inputs/files/ImageInput/ImagePreview.tsx +0 -103
- package/src/core/form/inputs/files/ImageInput/InvalidImageWarning.tsx +0 -37
- package/src/core/form/inputs/files/ImageInput/index.ts +0 -1
- package/src/core/form/inputs/files/ImageInput/types.ts +0 -45
- package/src/core/form/inputs/files/ImageInput/usePreviewImageSource.ts +0 -55
- package/src/core/form/inputs/files/ImageInput/utils/image.ts +0 -64
- package/src/core/form/inputs/files/ImageToolInput/ImageToolInput.tsx +0 -238
- package/src/core/form/inputs/files/ImageToolInput/imagetool/Handles.tsx +0 -132
- package/src/core/form/inputs/files/ImageToolInput/imagetool/HotspotImage.styles.tsx +0 -6
- package/src/core/form/inputs/files/ImageToolInput/imagetool/HotspotImage.tsx +0 -147
- package/src/core/form/inputs/files/ImageToolInput/imagetool/ImageLoader.tsx +0 -42
- package/src/core/form/inputs/files/ImageToolInput/imagetool/ImageTool.tsx +0 -64
- package/src/core/form/inputs/files/ImageToolInput/imagetool/LICENSE +0 -21
- package/src/core/form/inputs/files/ImageToolInput/imagetool/Resize.tsx +0 -34
- package/src/core/form/inputs/files/ImageToolInput/imagetool/ToolSVG.styles.tsx +0 -127
- package/src/core/form/inputs/files/ImageToolInput/imagetool/ToolSVG.tsx +0 -440
- package/src/core/form/inputs/files/ImageToolInput/imagetool/calculateStyles.ts +0 -294
- package/src/core/form/inputs/files/ImageToolInput/imagetool/constants.ts +0 -31
- package/src/core/form/inputs/files/ImageToolInput/imagetool/hooks/useHoverHandlers.ts +0 -46
- package/src/core/form/inputs/files/ImageToolInput/imagetool/hooks/useKeyboardControls.ts +0 -324
- package/src/core/form/inputs/files/ImageToolInput/imagetool/hooks/usePointerHandlers.ts +0 -182
- package/src/core/form/inputs/files/ImageToolInput/imagetool/hooks/useRectCalculations.ts +0 -86
- package/src/core/form/inputs/files/ImageToolInput/imagetool/index.ts +0 -5
- package/src/core/form/inputs/files/ImageToolInput/imagetool/types.ts +0 -55
- package/src/core/form/inputs/files/ImageToolInput/imagetool/utils.ts +0 -463
- package/src/core/form/inputs/files/ImageToolInput/index.ts +0 -1
- package/src/core/form/inputs/files/ImageToolInput/useLoadImage.ts +0 -72
- package/src/core/form/inputs/files/common/ActionsMenu.tsx +0 -66
- package/src/core/form/inputs/files/common/DropMessage.tsx +0 -66
- package/src/core/form/inputs/files/common/FileInputButton/FileInputButton.tsx +0 -55
- package/src/core/form/inputs/files/common/FileInputButton/styles.ts +0 -79
- package/src/core/form/inputs/files/common/FileInputMenuItem/FileInputMenuItem.styled.tsx +0 -24
- package/src/core/form/inputs/files/common/FileInputMenuItem/FileInputMenuItem.tsx +0 -69
- package/src/core/form/inputs/files/common/PlaceholderText.tsx +0 -74
- package/src/core/form/inputs/files/common/RatioBox.tsx +0 -15
- package/src/core/form/inputs/files/common/UploadDestinationPicker.tsx +0 -144
- package/src/core/form/inputs/files/common/UploadDropDownMenu.tsx +0 -205
- package/src/core/form/inputs/files/common/UploadPlaceholder.tsx +0 -142
- package/src/core/form/inputs/files/common/UploadProgress.styled.tsx +0 -33
- package/src/core/form/inputs/files/common/UploadProgress.tsx +0 -69
- package/src/core/form/inputs/files/common/UploadWarning.tsx +0 -43
- package/src/core/form/inputs/files/common/assetSource.ts +0 -114
- package/src/core/form/inputs/files/common/styles.ts +0 -11
- package/src/core/form/inputs/files/constants.ts +0 -6
- package/src/core/form/inputs/files/types.ts +0 -7
- package/src/core/form/inputs/index.ts +0 -25
- package/src/core/form/members/array/ArrayOfObjectsInputMember.tsx +0 -62
- package/src/core/form/members/array/ArrayOfObjectsInputMembers.tsx +0 -37
- package/src/core/form/members/array/IncompatibleItemType.tsx +0 -124
- package/src/core/form/members/array/MemberItemError.tsx +0 -14
- package/src/core/form/members/array/items/ArrayOfObjectsItem.tsx +0 -418
- package/src/core/form/members/array/items/ArrayOfPrimitivesItem.tsx +0 -249
- package/src/core/form/members/common/createDescriptionId.ts +0 -14
- package/src/core/form/members/common/resolveInitialArrayValues.ts +0 -65
- package/src/core/form/members/common/resolveNativeNumberInputValue.ts +0 -16
- package/src/core/form/members/index.ts +0 -10
- package/src/core/form/members/object/MemberField.tsx +0 -92
- package/src/core/form/members/object/MemberFieldError.tsx +0 -47
- package/src/core/form/members/object/MemberFieldset.tsx +0 -83
- package/src/core/form/members/object/ObjectInputMember.tsx +0 -77
- package/src/core/form/members/object/ObjectInputMembers.tsx +0 -76
- package/src/core/form/members/object/errors/DuplicateKeysAlert.tsx +0 -74
- package/src/core/form/members/object/errors/MissingKeysAlert.tsx +0 -70
- package/src/core/form/members/object/errors/MixedArrayAlert.tsx +0 -62
- package/src/core/form/members/object/fields/ArrayOfObjectsField.tsx +0 -502
- package/src/core/form/members/object/fields/ArrayOfPrimitivesField.tsx +0 -455
- package/src/core/form/members/object/fields/ObjectField.tsx +0 -322
- package/src/core/form/members/object/fields/PrimitiveField.test.tsx +0 -279
- package/src/core/form/members/object/fields/PrimitiveField.tsx +0 -195
- package/src/core/form/members/object/fields/asserters.ts +0 -30
- package/src/core/form/patch/PatchChannel.ts +0 -76
- package/src/core/form/patch/PatchEvent.ts +0 -37
- package/src/core/form/patch/applyPatch.ts +0 -31
- package/src/core/form/patch/array.ts +0 -87
- package/src/core/form/patch/arrayInsert.ts +0 -32
- package/src/core/form/patch/index.ts +0 -4
- package/src/core/form/patch/object.ts +0 -40
- package/src/core/form/patch/patch.ts +0 -87
- package/src/core/form/patch/primitive.ts +0 -44
- package/src/core/form/patch/simplePatch.ts +0 -1
- package/src/core/form/patch/string.ts +0 -45
- package/src/core/form/patch/types.ts +0 -145
- package/src/core/form/store/conditional-property/createCallbackResolver.ts +0 -197
- package/src/core/form/store/conditional-property/index.ts +0 -1
- package/src/core/form/store/conditional-property/resolveConditionalProperty.ts +0 -35
- package/src/core/form/store/constants.ts +0 -25
- package/src/core/form/store/formState.ts +0 -1308
- package/src/core/form/store/index.ts +0 -5
- package/src/core/form/store/stateTreeHelper.ts +0 -21
- package/src/core/form/store/types/asserters.ts +0 -14
- package/src/core/form/store/types/fieldGroup.ts +0 -14
- package/src/core/form/store/types/fieldsetState.ts +0 -20
- package/src/core/form/store/types/index.ts +0 -6
- package/src/core/form/store/types/memberErrors.ts +0 -144
- package/src/core/form/store/types/members.ts +0 -127
- package/src/core/form/store/types/nodes.ts +0 -142
- package/src/core/form/store/types/state.ts +0 -9
- package/src/core/form/store/useFormState.ts +0 -156
- package/src/core/form/store/utils/createMemoizer.ts +0 -42
- package/src/core/form/store/utils/getCollapsibleOptions.ts +0 -49
- package/src/core/form/store/utils/getExpandOperations.ts +0 -167
- package/src/core/form/store/utils/getId.ts +0 -41
- package/src/core/form/store/utils/getItemType.ts +0 -21
- package/src/core/form/store/utils/immutableReconcile.ts +0 -97
- package/src/core/form/store/utils/isEmptyItem.ts +0 -5
- package/src/core/form/studio/FormBuilder.test.tsx +0 -239
- package/src/core/form/studio/FormBuilder.tsx +0 -323
- package/src/core/form/studio/FormBuilderInputErrorBoundary.test.tsx +0 -57
- package/src/core/form/studio/FormBuilderInputErrorBoundary.tsx +0 -111
- package/src/core/form/studio/FormProvider.tsx +0 -171
- package/src/core/form/studio/__snapshots__/FormBuilder.test.tsx.snap +0 -5
- package/src/core/form/studio/assetSourceDataset/createAssetSource.tsx +0 -48
- package/src/core/form/studio/assetSourceDataset/file/AssetRow.tsx +0 -447
- package/src/core/form/studio/assetSourceDataset/file/FileListView.tsx +0 -84
- package/src/core/form/studio/assetSourceDataset/image/AssetThumb.tsx +0 -230
- package/src/core/form/studio/assetSourceDataset/image/ImageListView.tsx +0 -45
- package/src/core/form/studio/assetSourceDataset/index.ts +0 -5
- package/src/core/form/studio/assetSourceDataset/shared/AssetDeleteDialog.tsx +0 -88
- package/src/core/form/studio/assetSourceDataset/shared/AssetMenu.tsx +0 -55
- package/src/core/form/studio/assetSourceDataset/shared/AssetUsageDialog.tsx +0 -50
- package/src/core/form/studio/assetSourceDataset/shared/AssetUsageList.tsx +0 -62
- package/src/core/form/studio/assetSourceDataset/shared/ConfirmMessage.tsx +0 -91
- package/src/core/form/studio/assetSourceDataset/shared/DatasetAssetSource.tsx +0 -18
- package/src/core/form/studio/assetSourceDataset/shared/SelectAssetsDialog.tsx +0 -297
- package/src/core/form/studio/assetSourceDataset/types.ts +0 -7
- package/src/core/form/studio/assetSourceDataset/uploader.ts +0 -172
- package/src/core/form/studio/assetSourceDataset/utils/mimeType.ts +0 -132
- package/src/core/form/studio/assetSourceMediaLibrary/constants.ts +0 -18
- package/src/core/form/studio/assetSourceMediaLibrary/createAssetSource.tsx +0 -51
- package/src/core/form/studio/assetSourceMediaLibrary/hooks/useAuthType.ts +0 -6
- package/src/core/form/studio/assetSourceMediaLibrary/hooks/useEnsureMediaLibrary.ts +0 -202
- package/src/core/form/studio/assetSourceMediaLibrary/hooks/useLinkAssets.tsx +0 -66
- package/src/core/form/studio/assetSourceMediaLibrary/hooks/useMediaLibraryId.tsx +0 -6
- package/src/core/form/studio/assetSourceMediaLibrary/hooks/usePluginPostMessage.ts +0 -49
- package/src/core/form/studio/assetSourceMediaLibrary/hooks/useSanityMediaLibraryConfig.ts +0 -42
- package/src/core/form/studio/assetSourceMediaLibrary/hooks/useToken.ts +0 -8
- package/src/core/form/studio/assetSourceMediaLibrary/index.ts +0 -5
- package/src/core/form/studio/assetSourceMediaLibrary/shared/Dialog.tsx +0 -9
- package/src/core/form/studio/assetSourceMediaLibrary/shared/EnsureMediaLibrary.tsx +0 -57
- package/src/core/form/studio/assetSourceMediaLibrary/shared/Iframe.tsx +0 -43
- package/src/core/form/studio/assetSourceMediaLibrary/shared/MediaLibraryAssetSource.tsx +0 -65
- package/src/core/form/studio/assetSourceMediaLibrary/shared/MediaLibraryProvider.tsx +0 -79
- package/src/core/form/studio/assetSourceMediaLibrary/shared/SelectAssetsDialog.tsx +0 -131
- package/src/core/form/studio/assetSourceMediaLibrary/shared/UploadAssetDialog.tsx +0 -141
- package/src/core/form/studio/assetSourceMediaLibrary/types.ts +0 -161
- package/src/core/form/studio/assetSourceMediaLibrary/uploader.ts +0 -106
- package/src/core/form/studio/contexts/DocumentFieldActions.tsx +0 -25
- package/src/core/form/studio/contexts/FormCallbacks.tsx +0 -97
- package/src/core/form/studio/contexts/Presence.tsx +0 -42
- package/src/core/form/studio/contexts/ReferenceInputOptions.tsx +0 -108
- package/src/core/form/studio/contexts/Validation.tsx +0 -42
- package/src/core/form/studio/contexts/index.ts +0 -2
- package/src/core/form/studio/defaults.tsx +0 -58
- package/src/core/form/studio/formBuilderValueStore.ts +0 -99
- package/src/core/form/studio/index.ts +0 -7
- package/src/core/form/studio/inputResolver/blockResolver.tsx +0 -34
- package/src/core/form/studio/inputResolver/defaultInputs.ts +0 -36
- package/src/core/form/studio/inputResolver/fieldResolver.tsx +0 -292
- package/src/core/form/studio/inputResolver/helpers.test.ts +0 -182
- package/src/core/form/studio/inputResolver/helpers.ts +0 -75
- package/src/core/form/studio/inputResolver/inputResolver.tsx +0 -78
- package/src/core/form/studio/inputResolver/itemResolver.tsx +0 -19
- package/src/core/form/studio/inputResolver/resolveArrayInput.ts +0 -55
- package/src/core/form/studio/inputResolver/resolveNumberInput.ts +0 -9
- package/src/core/form/studio/inputResolver/resolveReferenceInput.ts +0 -25
- package/src/core/form/studio/inputResolver/resolveStringInput.ts +0 -9
- package/src/core/form/studio/inputs/StudioFileInput.tsx +0 -57
- package/src/core/form/studio/inputs/StudioImageInput.tsx +0 -70
- package/src/core/form/studio/inputs/client-adapters/assets.ts +0 -151
- package/src/core/form/studio/inputs/client-adapters/reference.ts +0 -234
- package/src/core/form/studio/inputs/crossDatasetReference/StudioCrossDatasetReferenceInput.tsx +0 -143
- package/src/core/form/studio/inputs/crossDatasetReference/datastores/getReferenceInfo.ts +0 -133
- package/src/core/form/studio/inputs/crossDatasetReference/datastores/search.ts +0 -43
- package/src/core/form/studio/inputs/globalDocumentReference/StudioGlobalDocumentReferenceInput.tsx +0 -133
- package/src/core/form/studio/inputs/globalDocumentReference/constants.ts +0 -4
- package/src/core/form/studio/inputs/globalDocumentReference/datastores/getReferenceClient.ts +0 -28
- package/src/core/form/studio/inputs/globalDocumentReference/datastores/getReferenceInfo.ts +0 -191
- package/src/core/form/studio/inputs/globalDocumentReference/datastores/search.ts +0 -73
- package/src/core/form/studio/inputs/index.ts +0 -10
- package/src/core/form/studio/inputs/reference/StudioReferenceInput.tsx +0 -215
- package/src/core/form/studio/inputs/reference/resolveUserDefinedFilter.tsx +0 -32
- package/src/core/form/studio/locale/strings.json +0 -5
- package/src/core/form/studio/tree-editing/components/TreeEditingDialog.tsx +0 -257
- package/src/core/form/studio/tree-editing/components/breadcrumbs/TreeEditingBreadcrumbs.tsx +0 -231
- package/src/core/form/studio/tree-editing/components/breadcrumbs/TreeEditingBreadcrumbsMenu.tsx +0 -139
- package/src/core/form/studio/tree-editing/components/breadcrumbs/TreeEditingBreadcrumbsMenuButton.tsx +0 -169
- package/src/core/form/studio/tree-editing/components/breadcrumbs/constants.ts +0 -2
- package/src/core/form/studio/tree-editing/components/breadcrumbs/index.ts +0 -3
- package/src/core/form/studio/tree-editing/components/index.ts +0 -5
- package/src/core/form/studio/tree-editing/components/layout/TreeEditingLayout.tsx +0 -98
- package/src/core/form/studio/tree-editing/components/layout/TreeEditingLayoutSidebar.tsx +0 -125
- package/src/core/form/studio/tree-editing/components/layout/index.ts +0 -1
- package/src/core/form/studio/tree-editing/components/layout/styles.ts +0 -7
- package/src/core/form/studio/tree-editing/components/search/TreeEditingSearch.tsx +0 -165
- package/src/core/form/studio/tree-editing/components/search/TreeEditingSearchMenu.tsx +0 -90
- package/src/core/form/studio/tree-editing/components/search/constants.ts +0 -2
- package/src/core/form/studio/tree-editing/components/search/index.ts +0 -1
- package/src/core/form/studio/tree-editing/components/search/types.ts +0 -6
- package/src/core/form/studio/tree-editing/components/search/utils.ts +0 -59
- package/src/core/form/studio/tree-editing/components/tree-menu/TreeEditingMenu.tsx +0 -38
- package/src/core/form/studio/tree-editing/components/tree-menu/TreeEditingMenuItem.tsx +0 -255
- package/src/core/form/studio/tree-editing/components/tree-menu/index.ts +0 -1
- package/src/core/form/studio/tree-editing/components/tree-menu/utils.ts +0 -5
- package/src/core/form/studio/tree-editing/context/enabled/TreeEditingEnabledProvider.tsx +0 -38
- package/src/core/form/studio/tree-editing/context/enabled/index.ts +0 -2
- package/src/core/form/studio/tree-editing/context/enabled/useTreeEditingEnabled.ts +0 -23
- package/src/core/form/studio/tree-editing/context/index.ts +0 -1
- package/src/core/form/studio/tree-editing/hooks/index.ts +0 -2
- package/src/core/form/studio/tree-editing/hooks/useSearchableList.ts +0 -74
- package/src/core/form/studio/tree-editing/hooks/useValuePreviewWithFallback.ts +0 -39
- package/src/core/form/studio/tree-editing/index.ts +0 -3
- package/src/core/form/studio/tree-editing/types.ts +0 -11
- package/src/core/form/studio/tree-editing/utils/build-tree-editing-state/buildArrayState.ts +0 -217
- package/src/core/form/studio/tree-editing/utils/build-tree-editing-state/buildBreadcrumbsState.ts +0 -48
- package/src/core/form/studio/tree-editing/utils/build-tree-editing-state/buildTreeEditingState.ts +0 -106
- package/src/core/form/studio/tree-editing/utils/build-tree-editing-state/index.ts +0 -1
- package/src/core/form/studio/tree-editing/utils/build-tree-editing-state/utils.ts +0 -41
- package/src/core/form/studio/tree-editing/utils/findArrayTypePaths.ts +0 -57
- package/src/core/form/studio/tree-editing/utils/getRootPath.ts +0 -19
- package/src/core/form/studio/tree-editing/utils/getSchemaField.ts +0 -28
- package/src/core/form/studio/tree-editing/utils/index.ts +0 -3
- package/src/core/form/studio/uploads/accepts.ts +0 -48
- package/src/core/form/studio/uploads/constants.ts +0 -1
- package/src/core/form/studio/uploads/file/readAsText.ts +0 -16
- package/src/core/form/studio/uploads/image/orient.ts +0 -135
- package/src/core/form/studio/uploads/image/readExif.ts +0 -37
- package/src/core/form/studio/uploads/image/rotateImage.ts +0 -31
- package/src/core/form/studio/uploads/index.ts +0 -1
- package/src/core/form/studio/uploads/resolveUploader.ts +0 -19
- package/src/core/form/studio/uploads/types.ts +0 -85
- package/src/core/form/studio/uploads/uploadFile.ts +0 -33
- package/src/core/form/studio/uploads/uploadImage.ts +0 -69
- package/src/core/form/studio/uploads/uploaders.ts +0 -44
- package/src/core/form/studio/uploads/utils.ts +0 -30
- package/src/core/form/studio/utils/index.ts +0 -1
- package/src/core/form/studio/utils/tests/index.ts +0 -165
- package/src/core/form/studio/utils/withMaxConcurrency.ts +0 -61
- package/src/core/form/types/_transitional.ts +0 -124
- package/src/core/form/types/asserters.ts +0 -92
- package/src/core/form/types/blockProps.ts +0 -448
- package/src/core/form/types/definitionExtensions.test.ts +0 -670
- package/src/core/form/types/definitionExtensions.ts +0 -570
- package/src/core/form/types/event.ts +0 -38
- package/src/core/form/types/fieldProps.ts +0 -153
- package/src/core/form/types/formDocumentValue.ts +0 -10
- package/src/core/form/types/index.ts +0 -13
- package/src/core/form/types/inputProps.ts +0 -596
- package/src/core/form/types/itemProps.ts +0 -151
- package/src/core/form/types/renderCallback.ts +0 -86
- package/src/core/form/useComlinkViewHistory.ts +0 -41
- package/src/core/form/useDocumentForm.ts +0 -570
- package/src/core/form/useFormBuilder.ts +0 -19
- package/src/core/form/utils/TransformPatches.tsx +0 -36
- package/src/core/form/utils/WithReferencedAsset.tsx +0 -19
- package/src/core/form/utils/asserters.ts +0 -45
- package/src/core/form/utils/common.tsx +0 -87
- package/src/core/form/utils/createProtoValue.ts +0 -20
- package/src/core/form/utils/debug.ts +0 -3
- package/src/core/form/utils/ensureKey.ts +0 -9
- package/src/core/form/utils/fallback-preview/PreviewAny.tsx +0 -42
- package/src/core/form/utils/fallback-preview/PreviewArray.tsx +0 -27
- package/src/core/form/utils/fallback-preview/PreviewObject.tsx +0 -38
- package/src/core/form/utils/fallback-preview/PreviewPrimitive.tsx +0 -6
- package/src/core/form/utils/focusUtils.ts +0 -18
- package/src/core/form/utils/getValidationRule.ts +0 -38
- package/src/core/form/utils/is.ts +0 -13
- package/src/core/form/utils/mutationPatch.ts +0 -140
- package/src/core/form/utils/path.ts +0 -38
- package/src/core/form/utils/randomKey.ts +0 -29
- package/src/core/form/utils/subscriptionManager.ts +0 -44
- package/src/core/hooks/index.ts +0 -29
- package/src/core/hooks/useClient.ts +0 -57
- package/src/core/hooks/useConditionalToast.ts +0 -46
- package/src/core/hooks/useConnectionState.ts +0 -35
- package/src/core/hooks/useDataset.ts +0 -18
- package/src/core/hooks/useDateTimeFormat.ts +0 -22
- package/src/core/hooks/useDialogTimeZone.ts +0 -32
- package/src/core/hooks/useDocumentOperation.ts +0 -31
- package/src/core/hooks/useDocumentOperationEvent.ts +0 -15
- package/src/core/hooks/useDocumentOperationWithComlinkHistory.ts +0 -147
- package/src/core/hooks/useEditState.ts +0 -39
- package/src/core/hooks/useFeatureEnabled.ts +0 -68
- package/src/core/hooks/useFormattedDuration.ts +0 -168
- package/src/core/hooks/useGlobalCopyPasteElementHandler.ts +0 -73
- package/src/core/hooks/useListFormat.ts +0 -48
- package/src/core/hooks/useManageFavorite.ts +0 -358
- package/src/core/hooks/useNumberFormat.ts +0 -22
- package/src/core/hooks/useProjectId.ts +0 -18
- package/src/core/hooks/useProjectSubscriptions.ts +0 -155
- package/src/core/hooks/useReconnectingToast.ts +0 -20
- package/src/core/hooks/useRecordDocumentHistoryEvent.ts +0 -115
- package/src/core/hooks/useReferringDocuments.ts +0 -79
- package/src/core/hooks/useRelativeTime.ts +0 -204
- package/src/core/hooks/useReviewChanges.ts +0 -25
- package/src/core/hooks/useSchema.ts +0 -20
- package/src/core/hooks/useStudioUrl.ts +0 -59
- package/src/core/hooks/useSyncState.ts +0 -32
- package/src/core/hooks/useTemplates.ts +0 -11
- package/src/core/hooks/useTimeAgo.ts +0 -18
- package/src/core/hooks/useTimeZone.tsx +0 -400
- package/src/core/hooks/useTools.ts +0 -11
- package/src/core/hooks/useUnitFormatter.ts +0 -110
- package/src/core/hooks/useUserListWithPermissions.ts +0 -161
- package/src/core/hooks/useValidationStatus.ts +0 -22
- package/src/core/hooks/useWorkspaceSchemaId.ts +0 -10
- package/src/core/i18n/Translate.tsx +0 -213
- package/src/core/i18n/backend.ts +0 -221
- package/src/core/i18n/bundles/copy-paste.ts +0 -95
- package/src/core/i18n/bundles/studio.ts +0 -2053
- package/src/core/i18n/bundles/validation.ts +0 -125
- package/src/core/i18n/components/LocaleProvider.tsx +0 -88
- package/src/core/i18n/debug.ts +0 -41
- package/src/core/i18n/fallback.ts +0 -65
- package/src/core/i18n/helpers.ts +0 -86
- package/src/core/i18n/hooks/useGetI18nText.ts +0 -52
- package/src/core/i18n/hooks/useI18nText.ts +0 -69
- package/src/core/i18n/hooks/useLocale.ts +0 -28
- package/src/core/i18n/hooks/useTranslation.ts +0 -63
- package/src/core/i18n/i18nConfig.ts +0 -200
- package/src/core/i18n/index.ts +0 -32
- package/src/core/i18n/intlCache.ts +0 -88
- package/src/core/i18n/localeNamespaces.ts +0 -23
- package/src/core/i18n/localeStore.ts +0 -53
- package/src/core/i18n/locales.ts +0 -30
- package/src/core/i18n/simpleParser.ts +0 -205
- package/src/core/i18n/types.ts +0 -236
- package/src/core/index.ts +0 -79
- package/src/core/network/isUsingLegacyHttp.ts +0 -108
- package/src/core/perspective/GlobalPerspectiveProvider.tsx +0 -123
- package/src/core/perspective/PerspectiveProvider.tsx +0 -53
- package/src/core/perspective/ReleasesToolLink.tsx +0 -68
- package/src/core/perspective/getSelectedPerspective.ts +0 -16
- package/src/core/perspective/navbar/GlobalPerspectiveMenu.tsx +0 -83
- package/src/core/perspective/navbar/GlobalPerspectiveMenuItem.tsx +0 -224
- package/src/core/perspective/navbar/PerspectiveLayerIndicator.tsx +0 -114
- package/src/core/perspective/navbar/ReleaseTypeMenuSection.tsx +0 -77
- package/src/core/perspective/navbar/ReleasesList.tsx +0 -169
- package/src/core/perspective/navbar/ReleasesNav.tsx +0 -61
- package/src/core/perspective/navbar/currentGlobalPerspectiveLabel.tsx +0 -136
- package/src/core/perspective/navbar/useScrollIndicatorVisibility.ts +0 -47
- package/src/core/perspective/styles.ts +0 -17
- package/src/core/perspective/types.ts +0 -52
- package/src/core/perspective/useExcludedPerspective.tsx +0 -46
- package/src/core/perspective/usePerspective.ts +0 -26
- package/src/core/perspective/useSetPerspective.tsx +0 -23
- package/src/core/presence/DocumentPreviewPresence.tsx +0 -84
- package/src/core/presence/FieldPresence.styled.tsx +0 -17
- package/src/core/presence/FieldPresence.tsx +0 -116
- package/src/core/presence/PresenceScope.tsx +0 -42
- package/src/core/presence/PresenceTooltip.tsx +0 -44
- package/src/core/presence/constants.ts +0 -34
- package/src/core/presence/index.ts +0 -5
- package/src/core/presence/overlay/AbsoluteOverlay.tsx +0 -52
- package/src/core/presence/overlay/PresenceOverlay.tsx +0 -21
- package/src/core/presence/overlay/PresenceTrackerContexts.ts +0 -17
- package/src/core/presence/overlay/RegionsWithIntersections.styled.tsx +0 -67
- package/src/core/presence/overlay/RegionsWithIntersections.tsx +0 -193
- package/src/core/presence/overlay/StickyOverlay.tsx +0 -355
- package/src/core/presence/overlay/WithIntersection.tsx +0 -25
- package/src/core/presence/overlay/intersectionObserver.ts +0 -31
- package/src/core/presence/overlay/tracker.tsx +0 -70
- package/src/core/presence/types.ts +0 -60
- package/src/core/presence/utils.ts +0 -22
- package/src/core/preview/availability.ts +0 -181
- package/src/core/preview/components/Preview.tsx +0 -11
- package/src/core/preview/components/PreviewLoader.tsx +0 -94
- package/src/core/preview/components/SanityDefaultPreview.tsx +0 -148
- package/src/core/preview/components/_constants.ts +0 -1
- package/src/core/preview/components/_extractUploadState.ts +0 -33
- package/src/core/preview/components/_helpers.ts +0 -23
- package/src/core/preview/components/_previewComponents.ts +0 -19
- package/src/core/preview/constants.tsx +0 -37
- package/src/core/preview/createGlobalListener.ts +0 -33
- package/src/core/preview/createObserveDocument.ts +0 -103
- package/src/core/preview/createPathObserver.ts +0 -143
- package/src/core/preview/createPreviewObserver.ts +0 -122
- package/src/core/preview/documentPair.ts +0 -103
- package/src/core/preview/documentPreviewStore.ts +0 -183
- package/src/core/preview/index.ts +0 -11
- package/src/core/preview/liveDocumentIdSet.ts +0 -117
- package/src/core/preview/observeFields.ts +0 -286
- package/src/core/preview/streams/intersectionObservableFor.ts +0 -110
- package/src/core/preview/streams/orientationChange.ts +0 -7
- package/src/core/preview/streams/resize.ts +0 -5
- package/src/core/preview/streams/scroll.ts +0 -7
- package/src/core/preview/streams/visibilityChange.ts +0 -7
- package/src/core/preview/types.ts +0 -174
- package/src/core/preview/useLiveDocumentIdSet.ts +0 -48
- package/src/core/preview/useLiveDocumentSet.ts +0 -41
- package/src/core/preview/useObserveDocument.ts +0 -34
- package/src/core/preview/useValuePreview.ts +0 -69
- package/src/core/preview/useVisibility.ts +0 -55
- package/src/core/preview/utils/applyMendozaPatch.ts +0 -44
- package/src/core/preview/utils/debounceCollect.ts +0 -97
- package/src/core/preview/utils/getPreviewPaths.test.ts +0 -37
- package/src/core/preview/utils/getPreviewPaths.ts +0 -17
- package/src/core/preview/utils/getPreviewStateObservable.ts +0 -62
- package/src/core/preview/utils/getPreviewValueWithFallback.tsx +0 -46
- package/src/core/preview/utils/hasEqualFields.ts +0 -14
- package/src/core/preview/utils/isUniqueBy.ts +0 -23
- package/src/core/preview/utils/keysOf.ts +0 -3
- package/src/core/preview/utils/optimizeQuery.ts +0 -65
- package/src/core/preview/utils/portableText.ts +0 -17
- package/src/core/preview/utils/prepareForPreview.ts +0 -304
- package/src/core/preview/utils/props.ts +0 -45
- package/src/core/preview/utils/shareReplayLatest.test.ts +0 -37
- package/src/core/preview/utils/shareReplayLatest.ts +0 -73
- package/src/core/releases/__telemetry__/releases.telemetry.ts +0 -107
- package/src/core/releases/components/CreateReleaseMenuItem.tsx +0 -80
- package/src/core/releases/components/ReleaseAvatar.tsx +0 -35
- package/src/core/releases/components/ScheduleDatePicker.tsx +0 -78
- package/src/core/releases/components/VersionInlineBadge.tsx +0 -42
- package/src/core/releases/components/dialog/CreateReleaseDialog.tsx +0 -118
- package/src/core/releases/components/dialog/DiscardVersionDialog.tsx +0 -111
- package/src/core/releases/components/dialog/ReleaseForm.tsx +0 -204
- package/src/core/releases/components/dialog/TitleDescriptionForm.tsx +0 -186
- package/src/core/releases/components/dialog/UnpublishVersionDialog.tsx +0 -143
- package/src/core/releases/components/documentHeader/VersionChip.tsx +0 -285
- package/src/core/releases/components/documentHeader/contextMenu/VersionContextMenu.tsx +0 -145
- package/src/core/releases/components/documentHeader/contextMenu/VersionContextMenuItem.tsx +0 -40
- package/src/core/releases/components/documentHeader/dialog/CopyToNewReleaseDialog.tsx +0 -182
- package/src/core/releases/components/index.ts +0 -5
- package/src/core/releases/contexts/ReleasesMetadataProvider.tsx +0 -113
- package/src/core/releases/contexts/upsell/ReleasesUpsellProvider.tsx +0 -262
- package/src/core/releases/contexts/upsell/fetchReleaseLimits.ts +0 -71
- package/src/core/releases/contexts/upsell/types.ts +0 -21
- package/src/core/releases/contexts/upsell/useReleasesUpsell.ts +0 -31
- package/src/core/releases/hooks/index.ts +0 -5
- package/src/core/releases/hooks/useCreateReleaseMetadata.ts +0 -30
- package/src/core/releases/hooks/useDocumentVersionTypeSortedList.ts +0 -74
- package/src/core/releases/hooks/useDocumentVersions.tsx +0 -119
- package/src/core/releases/hooks/useIsReleaseActive.ts +0 -14
- package/src/core/releases/hooks/useIsReleasesPlus.ts +0 -33
- package/src/core/releases/hooks/useOnlyHasVersions.tsx +0 -21
- package/src/core/releases/hooks/useReleaseTime.ts +0 -30
- package/src/core/releases/hooks/useReleasesToolAvailable.ts +0 -18
- package/src/core/releases/hooks/useVersionOperations.tsx +0 -50
- package/src/core/releases/hooks/utils.ts +0 -81
- package/src/core/releases/i18n/index.ts +0 -29
- package/src/core/releases/i18n/resources.ts +0 -428
- package/src/core/releases/index.ts +0 -12
- package/src/core/releases/plugin/ReleasesStudioLayout.tsx +0 -18
- package/src/core/releases/plugin/documentActions/DiscardVersionAction.tsx +0 -74
- package/src/core/releases/plugin/documentActions/UnpublishVersionAction.tsx +0 -79
- package/src/core/releases/plugin/documentActions/index.ts +0 -19
- package/src/core/releases/plugin/index.ts +0 -58
- package/src/core/releases/store/constants.ts +0 -4
- package/src/core/releases/store/createReleaseMetadataAggregator.ts +0 -153
- package/src/core/releases/store/createReleaseOperationStore.ts +0 -259
- package/src/core/releases/store/createReleasePermissionsStore.ts +0 -75
- package/src/core/releases/store/createReleaseStore.ts +0 -175
- package/src/core/releases/store/index.ts +0 -7
- package/src/core/releases/store/isReleaseLimitError.ts +0 -6
- package/src/core/releases/store/reducer.ts +0 -67
- package/src/core/releases/store/types.ts +0 -54
- package/src/core/releases/store/useActiveReleases.ts +0 -46
- package/src/core/releases/store/useAllReleases.ts +0 -28
- package/src/core/releases/store/useArchivedReleases.ts +0 -29
- package/src/core/releases/store/useDocumentVersionInfo.ts +0 -67
- package/src/core/releases/store/useOrgActiveReleaseCount.ts +0 -102
- package/src/core/releases/store/useReleaseLimits.ts +0 -64
- package/src/core/releases/store/useReleaseOperations.ts +0 -22
- package/src/core/releases/store/useReleasePermissions.ts +0 -40
- package/src/core/releases/store/useReleasesIds.ts +0 -19
- package/src/core/releases/store/useReleasesMetadata.ts +0 -54
- package/src/core/releases/store/useReleasesStore.ts +0 -36
- package/src/core/releases/tool/ReleasesTool.tsx +0 -13
- package/src/core/releases/tool/components/Chip.tsx +0 -35
- package/src/core/releases/tool/components/ReleaseDocumentPreview.tsx +0 -111
- package/src/core/releases/tool/components/ReleaseMenuButton/DuplicateReleaseToastLink.tsx +0 -36
- package/src/core/releases/tool/components/ReleaseMenuButton/ReleaseMenu.tsx +0 -283
- package/src/core/releases/tool/components/ReleaseMenuButton/ReleaseMenuButton.tsx +0 -315
- package/src/core/releases/tool/components/ReleaseMenuButton/ReleasePreviewCard.tsx +0 -26
- package/src/core/releases/tool/components/ReleaseMenuButton/releaseActions.ts +0 -86
- package/src/core/releases/tool/components/ReleaseTime.tsx +0 -19
- package/src/core/releases/tool/components/StatusItem.tsx +0 -23
- package/src/core/releases/tool/components/Table/Table.tsx +0 -352
- package/src/core/releases/tool/components/Table/TableHeader.tsx +0 -117
- package/src/core/releases/tool/components/Table/TableProvider.tsx +0 -55
- package/src/core/releases/tool/components/Table/types.ts +0 -45
- package/src/core/releases/tool/components/releaseCTAButtons/ReleasePublishAllButton.tsx +0 -251
- package/src/core/releases/tool/components/releaseCTAButtons/ReleaseRevertButton/ReleaseRevertButton.tsx +0 -297
- package/src/core/releases/tool/components/releaseCTAButtons/ReleaseRevertButton/useDocumentRevertStates.ts +0 -136
- package/src/core/releases/tool/components/releaseCTAButtons/ReleaseRevertButton/usePostPublishTransactions.ts +0 -37
- package/src/core/releases/tool/components/releaseCTAButtons/ReleaseScheduleButton.tsx +0 -387
- package/src/core/releases/tool/components/releaseCTAButtons/ReleaseUnscheduleButton.tsx +0 -110
- package/src/core/releases/tool/detail/AddDocumentSearch.tsx +0 -36
- package/src/core/releases/tool/detail/ReleaseActivityList.tsx +0 -147
- package/src/core/releases/tool/detail/ReleaseActivityListItem.tsx +0 -157
- package/src/core/releases/tool/detail/ReleaseDashboardActivityPanel.tsx +0 -86
- package/src/core/releases/tool/detail/ReleaseDashboardDetails.tsx +0 -198
- package/src/core/releases/tool/detail/ReleaseDashboardFooter.tsx +0 -88
- package/src/core/releases/tool/detail/ReleaseDashboardHeader.tsx +0 -86
- package/src/core/releases/tool/detail/ReleaseDetail.tsx +0 -151
- package/src/core/releases/tool/detail/ReleaseDetailsEditor.tsx +0 -56
- package/src/core/releases/tool/detail/ReleaseStatusItems.tsx +0 -75
- package/src/core/releases/tool/detail/ReleaseSummary.tsx +0 -211
- package/src/core/releases/tool/detail/ReleaseTypePicker.tsx +0 -305
- package/src/core/releases/tool/detail/documentTable/DocumentActions.tsx +0 -151
- package/src/core/releases/tool/detail/documentTable/DocumentTableColumnDefs.tsx +0 -230
- package/src/core/releases/tool/detail/documentTable/types.ts +0 -4
- package/src/core/releases/tool/detail/documentTable/useReleaseHistory.ts +0 -96
- package/src/core/releases/tool/detail/events/buildReleaseEditEvents.test.ts +0 -620
- package/src/core/releases/tool/detail/events/buildReleaseEditEvents.ts +0 -87
- package/src/core/releases/tool/detail/events/getReleaseActivityEvents.test.ts +0 -176
- package/src/core/releases/tool/detail/events/getReleaseActivityEvents.ts +0 -126
- package/src/core/releases/tool/detail/events/getReleaseEditEvents.test.ts +0 -288
- package/src/core/releases/tool/detail/events/getReleaseEditEvents.ts +0 -162
- package/src/core/releases/tool/detail/events/getReleaseEvents.ts +0 -154
- package/src/core/releases/tool/detail/events/types.ts +0 -105
- package/src/core/releases/tool/detail/events/useReleaseEvents.ts +0 -48
- package/src/core/releases/tool/detail/useBundleDocuments.ts +0 -354
- package/src/core/releases/tool/overview/CalendarPopover.tsx +0 -40
- package/src/core/releases/tool/overview/ReleaseCalendarFilter.tsx +0 -75
- package/src/core/releases/tool/overview/ReleaseMenuButtonWrapper.tsx +0 -19
- package/src/core/releases/tool/overview/ReleasesOverview.tsx +0 -465
- package/src/core/releases/tool/overview/ReleasesOverviewColumnDefs.tsx +0 -262
- package/src/core/releases/tool/overview/columnCells/ReleaseDocumentsCounter.tsx +0 -11
- package/src/core/releases/tool/overview/columnCells/ReleaseName.tsx +0 -126
- package/src/core/releases/tool/overview/queryParamUtils.ts +0 -22
- package/src/core/releases/tool/overview/useTimezoneAdjustedDateTimeRange.ts +0 -14
- package/src/core/releases/tool/resources/ReleaseIllustration.tsx +0 -187
- package/src/core/releases/types/router.ts +0 -5
- package/src/core/releases/util/const.ts +0 -37
- package/src/core/releases/util/createReleaseId.ts +0 -19
- package/src/core/releases/util/getIsScheduledDateInPast.ts +0 -10
- package/src/core/releases/util/getReleaseDocumentIdFromReleaseId.ts +0 -5
- package/src/core/releases/util/getReleaseIdFromReleaseDocumentId.ts +0 -18
- package/src/core/releases/util/getReleaseTone.ts +0 -32
- package/src/core/releases/util/isGoingToUnpublish.ts +0 -13
- package/src/core/releases/util/prepareVersionReferences.ts +0 -38
- package/src/core/releases/util/releasesClient.ts +0 -25
- package/src/core/releases/util/releasesToolAvailable.ts +0 -15
- package/src/core/releases/util/util.test.ts +0 -41
- package/src/core/releases/util/util.ts +0 -98
- package/src/core/scheduledPublishing/README.md +0 -164
- package/src/core/scheduledPublishing/components/dateInputs/CommonDateTimeInput.tsx +0 -167
- package/src/core/scheduledPublishing/components/dateInputs/DateTimeInput.tsx +0 -154
- package/src/core/scheduledPublishing/components/dateInputs/README.md +0 -40
- package/src/core/scheduledPublishing/components/dateInputs/base/DatePicker.tsx +0 -41
- package/src/core/scheduledPublishing/components/dateInputs/base/DateTimeInput.tsx +0 -152
- package/src/core/scheduledPublishing/components/dateInputs/base/calendar/Calendar.tsx +0 -391
- package/src/core/scheduledPublishing/components/dateInputs/base/calendar/CalendarDay.tsx +0 -61
- package/src/core/scheduledPublishing/components/dateInputs/base/calendar/CalendarMonth.tsx +0 -59
- package/src/core/scheduledPublishing/components/dateInputs/base/calendar/YearInput.tsx +0 -29
- package/src/core/scheduledPublishing/components/dateInputs/base/calendar/constants.ts +0 -33
- package/src/core/scheduledPublishing/components/dateInputs/base/calendar/features.ts +0 -4
- package/src/core/scheduledPublishing/components/dateInputs/base/calendar/utils.ts +0 -34
- package/src/core/scheduledPublishing/components/dateInputs/index.ts +0 -1
- package/src/core/scheduledPublishing/components/dateInputs/types.ts +0 -14
- package/src/core/scheduledPublishing/components/dateInputs/utils.ts +0 -3
- package/src/core/scheduledPublishing/components/dialogs/DialogFooter.tsx +0 -27
- package/src/core/scheduledPublishing/components/dialogs/DialogHeader.tsx +0 -45
- package/src/core/scheduledPublishing/components/dialogs/DialogScheduleEdit.tsx +0 -54
- package/src/core/scheduledPublishing/components/documentWrapper/ScheduleBanner.tsx +0 -94
- package/src/core/scheduledPublishing/components/documentWrapper/ScheduledDocumentInput.tsx +0 -28
- package/src/core/scheduledPublishing/components/editScheduleForm/EditScheduleForm.tsx +0 -25
- package/src/core/scheduledPublishing/components/editScheduleForm/ScheduleForm.tsx +0 -60
- package/src/core/scheduledPublishing/components/editScheduleForm/index.ts +0 -1
- package/src/core/scheduledPublishing/components/errorCallout/ErrorCallout.tsx +0 -29
- package/src/core/scheduledPublishing/components/infoCallout/InfoCallout.tsx +0 -48
- package/src/core/scheduledPublishing/components/scheduleContextMenu/ContextMenuItems.tsx +0 -107
- package/src/core/scheduledPublishing/components/scheduleContextMenu/FallbackContextMenu.tsx +0 -44
- package/src/core/scheduledPublishing/components/scheduleContextMenu/MenuItemWithPermissionsTooltip.tsx +0 -61
- package/src/core/scheduledPublishing/components/scheduleContextMenu/ScheduleContextMenu.tsx +0 -44
- package/src/core/scheduledPublishing/components/scheduleContextMenu/index.ts +0 -1
- package/src/core/scheduledPublishing/components/scheduleItem/DocumentPreview.tsx +0 -55
- package/src/core/scheduledPublishing/components/scheduleItem/NoSchemaItem.tsx +0 -26
- package/src/core/scheduledPublishing/components/scheduleItem/PreviewWrapper.tsx +0 -212
- package/src/core/scheduledPublishing/components/scheduleItem/ScheduleItem.tsx +0 -45
- package/src/core/scheduledPublishing/components/scheduleItem/StateReasonFailedInfo.tsx +0 -55
- package/src/core/scheduledPublishing/components/scheduleItem/ToolPreview.tsx +0 -92
- package/src/core/scheduledPublishing/components/scheduleItem/User.tsx +0 -12
- package/src/core/scheduledPublishing/components/scheduleItem/dateWithTooltip/DateWithTooltip.tsx +0 -50
- package/src/core/scheduledPublishing/components/scheduleItem/dateWithTooltip/DateWithTooltipElementQuery.tsx +0 -40
- package/src/core/scheduledPublishing/components/scheduleItem/index.ts +0 -1
- package/src/core/scheduledPublishing/components/validation/SchedulesValidation.tsx +0 -74
- package/src/core/scheduledPublishing/components/validation/ValidationInfo.tsx +0 -86
- package/src/core/scheduledPublishing/components/validation/ValidationList.tsx +0 -91
- package/src/core/scheduledPublishing/components/validation/ValidationListItem.tsx +0 -71
- package/src/core/scheduledPublishing/components/warningBanner/WarningBanner.tsx +0 -53
- package/src/core/scheduledPublishing/constants.tsx +0 -69
- package/src/core/scheduledPublishing/contexts/ScheduledPublishingEnabledProvider.test.tsx +0 -253
- package/src/core/scheduledPublishing/contexts/ScheduledPublishingEnabledProvider.tsx +0 -74
- package/src/core/scheduledPublishing/contexts/documentActionProps.tsx +0 -28
- package/src/core/scheduledPublishing/hooks/useDialogScheduleEdit.ts +0 -24
- package/src/core/scheduledPublishing/hooks/useDialogVisibile.ts +0 -28
- package/src/core/scheduledPublishing/hooks/useFilteredSchedules.ts +0 -10
- package/src/core/scheduledPublishing/hooks/usePollSchedules.ts +0 -190
- package/src/core/scheduledPublishing/hooks/usePreviewState.ts +0 -33
- package/src/core/scheduledPublishing/hooks/usePublishedId.ts +0 -5
- package/src/core/scheduledPublishing/hooks/useScheduleApi.ts +0 -81
- package/src/core/scheduledPublishing/hooks/useScheduleForm.ts +0 -33
- package/src/core/scheduledPublishing/hooks/useScheduleOperation.tsx +0 -328
- package/src/core/scheduledPublishing/hooks/useSchemaType.ts +0 -24
- package/src/core/scheduledPublishing/hooks/useValidations.ts +0 -13
- package/src/core/scheduledPublishing/index.ts +0 -3
- package/src/core/scheduledPublishing/plugin/SchedulePublishingStudioLayout.tsx +0 -34
- package/src/core/scheduledPublishing/plugin/documentActions/schedule/NewScheduleInfo.tsx +0 -51
- package/src/core/scheduledPublishing/plugin/documentActions/schedule/ScheduleAction.tsx +0 -174
- package/src/core/scheduledPublishing/plugin/documentActions/schedule/Schedules.tsx +0 -30
- package/src/core/scheduledPublishing/plugin/documentActions/schedule/index.ts +0 -22
- package/src/core/scheduledPublishing/plugin/documentBadges/scheduled/ScheduledBadge.tsx +0 -34
- package/src/core/scheduledPublishing/plugin/documentBadges/scheduled/index.ts +0 -8
- package/src/core/scheduledPublishing/plugin/index.ts +0 -56
- package/src/core/scheduledPublishing/plugin/inputResolver.tsx +0 -20
- package/src/core/scheduledPublishing/tool/Tool.tsx +0 -210
- package/src/core/scheduledPublishing/tool/contexts/SchedulePublishingUpsellProvider.tsx +0 -160
- package/src/core/scheduledPublishing/tool/contexts/schedules.tsx +0 -139
- package/src/core/scheduledPublishing/tool/contexts/useHasUsedScheduledPublishing.ts +0 -67
- package/src/core/scheduledPublishing/tool/scheduleFilters/ScheduleFilter.tsx +0 -52
- package/src/core/scheduledPublishing/tool/scheduleFilters/ScheduleFilters.tsx +0 -97
- package/src/core/scheduledPublishing/tool/scheduleFilters/index.ts +0 -1
- package/src/core/scheduledPublishing/tool/schedules/BigIconComingSoon.tsx +0 -97
- package/src/core/scheduledPublishing/tool/schedules/BigIconScreen.tsx +0 -44
- package/src/core/scheduledPublishing/tool/schedules/BigIconSuccess.tsx +0 -127
- package/src/core/scheduledPublishing/tool/schedules/EmptySchedules.tsx +0 -73
- package/src/core/scheduledPublishing/tool/schedules/Schedules.tsx +0 -60
- package/src/core/scheduledPublishing/tool/schedules/VirtualList.tsx +0 -120
- package/src/core/scheduledPublishing/tool/schedules/VirtualListItem.tsx +0 -102
- package/src/core/scheduledPublishing/tool/schedules/index.ts +0 -1
- package/src/core/scheduledPublishing/tool/schedulesContextMenu/SchedulesContextMenu.tsx +0 -40
- package/src/core/scheduledPublishing/tool/toolCalendar/CalendarDay.tsx +0 -194
- package/src/core/scheduledPublishing/tool/toolCalendar/Pip.tsx +0 -31
- package/src/core/scheduledPublishing/tool/toolCalendar/ToolCalendar.tsx +0 -38
- package/src/core/scheduledPublishing/tool/toolCalendar/index.ts +0 -1
- package/src/core/scheduledPublishing/types.ts +0 -45
- package/src/core/scheduledPublishing/utils/getErrorMessage.ts +0 -32
- package/src/core/scheduledPublishing/utils/paneItemHelpers.tsx +0 -86
- package/src/core/scheduledPublishing/utils/scheduleUtils.ts +0 -15
- package/src/core/scheduledPublishing/utils/sortByExecuteDate.ts +0 -20
- package/src/core/scheduledPublishing/utils/validationUtils.ts +0 -47
- package/src/core/schema/createSchema.ts +0 -33
- package/src/core/schema/descriptors.ts +0 -20
- package/src/core/schema/helpers.ts +0 -22
- package/src/core/schema/index.ts +0 -3
- package/src/core/search/common/deriveSearchWeightsFromType.ts +0 -255
- package/src/core/search/common/deriveSearchWeightsFromType2024.ts +0 -266
- package/src/core/search/common/getSearchableTypes.ts +0 -34
- package/src/core/search/common/index.ts +0 -5
- package/src/core/search/common/isPerspectiveRaw.ts +0 -19
- package/src/core/search/common/token.ts +0 -49
- package/src/core/search/common/types.ts +0 -132
- package/src/core/search/constants.ts +0 -2
- package/src/core/search/groq2024/createGroq2024Search.ts +0 -77
- package/src/core/search/groq2024/createSearchQuery.test.ts +0 -310
- package/src/core/search/groq2024/createSearchQuery.ts +0 -158
- package/src/core/search/groq2024/getNextCursor.test.ts +0 -194
- package/src/core/search/groq2024/getNextCursor.ts +0 -57
- package/src/core/search/groq2024/index.ts +0 -1
- package/src/core/search/index.ts +0 -2
- package/src/core/search/search.ts +0 -38
- package/src/core/search/weighted/applyWeights.test.ts +0 -51
- package/src/core/search/weighted/applyWeights.ts +0 -124
- package/src/core/search/weighted/createSearchQuery.test.ts +0 -490
- package/src/core/search/weighted/createSearchQuery.ts +0 -210
- package/src/core/search/weighted/createWeightedSearch.test.ts +0 -70
- package/src/core/search/weighted/createWeightedSearch.ts +0 -63
- package/src/core/search/weighted/index.ts +0 -1
- package/src/core/store/_legacy/ResourceCacheProvider.tsx +0 -60
- package/src/core/store/_legacy/authStore/createAuthStore.ts +0 -318
- package/src/core/store/_legacy/authStore/createBroadcastChannel.ts +0 -52
- package/src/core/store/_legacy/authStore/createLoginComponent.tsx +0 -171
- package/src/core/store/_legacy/authStore/createMockAuthStore.ts +0 -23
- package/src/core/store/_legacy/authStore/index.ts +0 -5
- package/src/core/store/_legacy/authStore/providerLogos.tsx +0 -72
- package/src/core/store/_legacy/authStore/providerTitle.ts +0 -20
- package/src/core/store/_legacy/authStore/sessionId.ts +0 -40
- package/src/core/store/_legacy/authStore/storage.ts +0 -23
- package/src/core/store/_legacy/authStore/types.ts +0 -93
- package/src/core/store/_legacy/authStore/utils/asserters.ts +0 -33
- package/src/core/store/_legacy/connection-status/connection-status-store.ts +0 -111
- package/src/core/store/_legacy/connection-status/index.ts +0 -1
- package/src/core/store/_legacy/cors/CorsOriginError.ts +0 -15
- package/src/core/store/_legacy/cors/index.ts +0 -1
- package/src/core/store/_legacy/createMultiKeyWeakMap.ts +0 -86
- package/src/core/store/_legacy/datastores.ts +0 -357
- package/src/core/store/_legacy/debugParams/debugParams.ts +0 -29
- package/src/core/store/_legacy/debugParams/index.ts +0 -1
- package/src/core/store/_legacy/document/__telemetry__/documentOutOfSyncEvents.telemetry.ts +0 -8
- package/src/core/store/_legacy/document/__telemetry__/listenerLatency.telemetry.ts +0 -12
- package/src/core/store/_legacy/document/buffered-doc/createBufferedDocument.ts +0 -76
- package/src/core/store/_legacy/document/buffered-doc/createObservableBufferedDocument.ts +0 -238
- package/src/core/store/_legacy/document/buffered-doc/index.ts +0 -3
- package/src/core/store/_legacy/document/buffered-doc/types.ts +0 -73
- package/src/core/store/_legacy/document/debug.ts +0 -3
- package/src/core/store/_legacy/document/document-pair/checkoutPair.test.ts +0 -353
- package/src/core/store/_legacy/document/document-pair/checkoutPair.ts +0 -398
- package/src/core/store/_legacy/document/document-pair/consistencyStatus.ts +0 -40
- package/src/core/store/_legacy/document/document-pair/documentEvents.ts +0 -27
- package/src/core/store/_legacy/document/document-pair/editOperations.ts +0 -40
- package/src/core/store/_legacy/document/document-pair/editState.ts +0 -121
- package/src/core/store/_legacy/document/document-pair/index.ts +0 -7
- package/src/core/store/_legacy/document/document-pair/memoizeKeyGen.ts +0 -8
- package/src/core/store/_legacy/document/document-pair/memoizedPair.ts +0 -47
- package/src/core/store/_legacy/document/document-pair/operationArgs.ts +0 -76
- package/src/core/store/_legacy/document/document-pair/operationEvents.ts +0 -215
- package/src/core/store/_legacy/document/document-pair/operations/__snapshots__/duplicate.test.ts.snap +0 -58
- package/src/core/store/_legacy/document/document-pair/operations/__snapshots__/publish.test.ts.snap +0 -178
- package/src/core/store/_legacy/document/document-pair/operations/commit.ts +0 -14
- package/src/core/store/_legacy/document/document-pair/operations/delete.ts +0 -24
- package/src/core/store/_legacy/document/document-pair/operations/discardChanges.ts +0 -22
- package/src/core/store/_legacy/document/document-pair/operations/duplicate.test.ts +0 -137
- package/src/core/store/_legacy/document/document-pair/operations/duplicate.ts +0 -83
- package/src/core/store/_legacy/document/document-pair/operations/helpers.ts +0 -87
- package/src/core/store/_legacy/document/document-pair/operations/index.ts +0 -1
- package/src/core/store/_legacy/document/document-pair/operations/patch.ts +0 -45
- package/src/core/store/_legacy/document/document-pair/operations/publish.test.ts +0 -199
- package/src/core/store/_legacy/document/document-pair/operations/publish.ts +0 -75
- package/src/core/store/_legacy/document/document-pair/operations/restore.test.ts +0 -81
- package/src/core/store/_legacy/document/document-pair/operations/restore.ts +0 -11
- package/src/core/store/_legacy/document/document-pair/operations/types.ts +0 -71
- package/src/core/store/_legacy/document/document-pair/operations/unpublish.ts +0 -36
- package/src/core/store/_legacy/document/document-pair/remoteSnapshots.ts +0 -28
- package/src/core/store/_legacy/document/document-pair/serverOperations/__snapshots__/publish.test.ts.snap +0 -101
- package/src/core/store/_legacy/document/document-pair/serverOperations/delete.ts +0 -39
- package/src/core/store/_legacy/document/document-pair/serverOperations/discardChanges.ts +0 -25
- package/src/core/store/_legacy/document/document-pair/serverOperations/patch.test.ts +0 -175
- package/src/core/store/_legacy/document/document-pair/serverOperations/patch.ts +0 -85
- package/src/core/store/_legacy/document/document-pair/serverOperations/publish.test.ts +0 -207
- package/src/core/store/_legacy/document/document-pair/serverOperations/publish.ts +0 -40
- package/src/core/store/_legacy/document/document-pair/serverOperations/restore.test.ts +0 -110
- package/src/core/store/_legacy/document/document-pair/serverOperations/restore.ts +0 -17
- package/src/core/store/_legacy/document/document-pair/serverOperations/unpublish.ts +0 -30
- package/src/core/store/_legacy/document/document-pair/snapshotPair.ts +0 -87
- package/src/core/store/_legacy/document/document-pair/utils/actionsApiClient.ts +0 -16
- package/src/core/store/_legacy/document/document-pair/utils/isLiveEditEnabled.ts +0 -4
- package/src/core/store/_legacy/document/document-pair/utils/operationsApiClient.ts +0 -12
- package/src/core/store/_legacy/document/document-pair/validation.test.ts +0 -393
- package/src/core/store/_legacy/document/document-pair/validation.ts +0 -59
- package/src/core/store/_legacy/document/document-store.ts +0 -221
- package/src/core/store/_legacy/document/getPairListener.ts +0 -241
- package/src/core/store/_legacy/document/hooks/index.ts +0 -2
- package/src/core/store/_legacy/document/hooks/useDocumentType.ts +0 -61
- package/src/core/store/_legacy/document/hooks/useDocumentValues.ts +0 -26
- package/src/core/store/_legacy/document/index.ts +0 -10
- package/src/core/store/_legacy/document/initialValue/index.ts +0 -2
- package/src/core/store/_legacy/document/initialValue/initialValue.ts +0 -130
- package/src/core/store/_legacy/document/initialValue/types.ts +0 -36
- package/src/core/store/_legacy/document/listenQuery.ts +0 -116
- package/src/core/store/_legacy/document/resolveTypeForDocument.ts +0 -25
- package/src/core/store/_legacy/document/types.ts +0 -44
- package/src/core/store/_legacy/document/useInitialValue.ts +0 -90
- package/src/core/store/_legacy/document/useResolveInitialValueForType.ts +0 -31
- package/src/core/store/_legacy/document/utils/createMemoizer.ts +0 -17
- package/src/core/store/_legacy/document/utils/eventChainUtils.ts +0 -41
- package/src/core/store/_legacy/document/utils/sequentializeListenerEvents.ts +0 -189
- package/src/core/store/_legacy/grants/debug/exampleGrants.ts +0 -61
- package/src/core/store/_legacy/grants/debug/exampleRoles.ts +0 -26
- package/src/core/store/_legacy/grants/debug/index.ts +0 -2
- package/src/core/store/_legacy/grants/debug/roleGrants.ts +0 -34
- package/src/core/store/_legacy/grants/documentPairPermissions.ts +0 -353
- package/src/core/store/_legacy/grants/documentValuePermissions.ts +0 -116
- package/src/core/store/_legacy/grants/grantsStore.ts +0 -141
- package/src/core/store/_legacy/grants/index.ts +0 -5
- package/src/core/store/_legacy/grants/templatePermissions.ts +0 -187
- package/src/core/store/_legacy/grants/types.ts +0 -46
- package/src/core/store/_legacy/history/__snapshots__/history.test.ts.snap +0 -46
- package/src/core/store/_legacy/history/createHistoryStore.ts +0 -290
- package/src/core/store/_legacy/history/history/Aligner.ts +0 -203
- package/src/core/store/_legacy/history/history/Reconstruction.ts +0 -81
- package/src/core/store/_legacy/history/history/Timeline.ts +0 -413
- package/src/core/store/_legacy/history/history/TimelineController.ts +0 -347
- package/src/core/store/_legacy/history/history/TwoEndedArray.ts +0 -114
- package/src/core/store/_legacy/history/history/chunker.ts +0 -160
- package/src/core/store/_legacy/history/history/constants.ts +0 -1
- package/src/core/store/_legacy/history/history/diffValue.ts +0 -251
- package/src/core/store/_legacy/history/history/getJsonStream.ts +0 -85
- package/src/core/store/_legacy/history/history/index.ts +0 -3
- package/src/core/store/_legacy/history/history/replay.ts +0 -52
- package/src/core/store/_legacy/history/history/types.ts +0 -31
- package/src/core/store/_legacy/history/history/utils.ts +0 -18
- package/src/core/store/_legacy/history/history.test.ts +0 -106
- package/src/core/store/_legacy/history/index.ts +0 -4
- package/src/core/store/_legacy/history/useTimelineSelector.ts +0 -26
- package/src/core/store/_legacy/history/useTimelineStore.ts +0 -254
- package/src/core/store/_legacy/index.ts +0 -12
- package/src/core/store/_legacy/presence/hooks.ts +0 -2
- package/src/core/store/_legacy/presence/index.ts +0 -3
- package/src/core/store/_legacy/presence/message-transports/bifurTransport.ts +0 -86
- package/src/core/store/_legacy/presence/message-transports/transport.ts +0 -52
- package/src/core/store/_legacy/presence/mock-events.ts +0 -73
- package/src/core/store/_legacy/presence/presence-store.ts +0 -337
- package/src/core/store/_legacy/presence/types.ts +0 -53
- package/src/core/store/_legacy/presence/useDocumentPresence.tsx +0 -19
- package/src/core/store/_legacy/presence/useGlobalPresence.tsx +0 -19
- package/src/core/store/_legacy/presence/utils/cleanupBeforeUnload.ts +0 -20
- package/src/core/store/_legacy/project/index.ts +0 -4
- package/src/core/store/_legacy/project/projectStore.ts +0 -56
- package/src/core/store/_legacy/project/types.ts +0 -65
- package/src/core/store/_legacy/project/useProject.ts +0 -19
- package/src/core/store/_legacy/project/useProjectDatasets.ts +0 -19
- package/src/core/store/_legacy/project/useProjectOrganizationId.ts +0 -28
- package/src/core/store/_legacy/types.ts +0 -23
- package/src/core/store/_legacy/user/index.ts +0 -1
- package/src/core/store/_legacy/user/userStore.ts +0 -112
- package/src/core/store/comlink/createComlinkStore.ts +0 -38
- package/src/core/store/comlink/types.ts +0 -6
- package/src/core/store/events/EventsProvider.tsx +0 -26
- package/src/core/store/events/README.md +0 -87
- package/src/core/store/events/createEventsObservable.ts +0 -77
- package/src/core/store/events/createEventsStore.ts +0 -73
- package/src/core/store/events/getDocumentAtRevision.ts +0 -47
- package/src/core/store/events/getDocumentChanges.ts +0 -296
- package/src/core/store/events/getDocumentTransactions.ts +0 -67
- package/src/core/store/events/getEditEvents.test.ts +0 -266
- package/src/core/store/events/getEditEvents.ts +0 -131
- package/src/core/store/events/getExpandEvents.ts +0 -51
- package/src/core/store/events/getInitialFetchEvents.ts +0 -171
- package/src/core/store/events/getRemoteTransactionsSubscription.ts +0 -87
- package/src/core/store/events/index.ts +0 -3
- package/src/core/store/events/types.ts +0 -488
- package/src/core/store/events/useEventsStore.ts +0 -224
- package/src/core/store/events/utils.test.ts +0 -383
- package/src/core/store/events/utils.ts +0 -228
- package/src/core/store/index.ts +0 -3
- package/src/core/store/key-value/index.ts +0 -2
- package/src/core/store/key-value/keyValueStore.ts +0 -9
- package/src/core/store/key-value/localStorageSWR.ts +0 -30
- package/src/core/store/key-value/serverKeyValueStore.ts +0 -49
- package/src/core/store/key-value/storage/localStoreStorage.ts +0 -38
- package/src/core/store/key-value/storage/memoryStorage.ts +0 -13
- package/src/core/store/key-value/storage/serverStorage.ts +0 -78
- package/src/core/store/key-value/storage/types.ts +0 -6
- package/src/core/store/key-value/types.ts +0 -16
- package/src/core/store/renderingContext/coreUiRenderingContext.test.ts +0 -64
- package/src/core/store/renderingContext/coreUiRenderingContext.ts +0 -66
- package/src/core/store/renderingContext/createRenderingContextStore.test.ts +0 -22
- package/src/core/store/renderingContext/createRenderingContextStore.ts +0 -30
- package/src/core/store/renderingContext/defaultRenderingContext.test.ts +0 -34
- package/src/core/store/renderingContext/defaultRenderingContext.ts +0 -18
- package/src/core/store/renderingContext/listCapabilities.ts +0 -19
- package/src/core/store/renderingContext/types.ts +0 -76
- package/src/core/store/renderingContext/useRenderingContext.ts +0 -9
- package/src/core/store/translog/getTransactionsLogs.test.ts +0 -118
- package/src/core/store/translog/getTransactionsLogs.ts +0 -108
- package/src/core/store/user/hooks.ts +0 -45
- package/src/core/store/user/index.ts +0 -1
- package/src/core/studio/AuthBoundary.tsx +0 -68
- package/src/core/studio/GlobalStyle.tsx +0 -73
- package/src/core/studio/MaybeEnableErrorReporting.ts +0 -42
- package/src/core/studio/Studio.test.tsx +0 -77
- package/src/core/studio/Studio.tsx +0 -119
- package/src/core/studio/StudioErrorBoundary.tsx +0 -104
- package/src/core/studio/StudioLayout.tsx +0 -208
- package/src/core/studio/StudioProvider.tsx +0 -130
- package/src/core/studio/StudioRootErrorHandler.tsx +0 -115
- package/src/core/studio/StudioThemeProvider.tsx +0 -50
- package/src/core/studio/ViteDevServerStopped.tsx +0 -69
- package/src/core/studio/__telemetry__/performance.telemetry.ts +0 -19
- package/src/core/studio/activeWorkspaceMatcher/ActiveWorkspaceMatcher.tsx +0 -70
- package/src/core/studio/activeWorkspaceMatcher/ActiveWorkspaceMatcherContext.ts +0 -7
- package/src/core/studio/activeWorkspaceMatcher/ActiveWorkspaceMatcherProvider.tsx +0 -35
- package/src/core/studio/activeWorkspaceMatcher/createCommonBasePathRegex.ts +0 -50
- package/src/core/studio/activeWorkspaceMatcher/index.ts +0 -4
- package/src/core/studio/activeWorkspaceMatcher/matchWorkspace.ts +0 -54
- package/src/core/studio/activeWorkspaceMatcher/types.ts +0 -9
- package/src/core/studio/activeWorkspaceMatcher/useActiveWorkspace.ts +0 -11
- package/src/core/studio/activeWorkspaceMatcher/useNormalizedWorkspaces.ts +0 -30
- package/src/core/studio/activeWorkspaceMatcher/useSyncPathnameWithWorkspace.ts +0 -59
- package/src/core/studio/addonDataset/AddonDatasetProvider.tsx +0 -147
- package/src/core/studio/addonDataset/index.ts +0 -3
- package/src/core/studio/addonDataset/types.ts +0 -18
- package/src/core/studio/addonDataset/useAddonDataset.ts +0 -18
- package/src/core/studio/colorScheme.tsx +0 -212
- package/src/core/studio/colorSchemeStore.ts +0 -39
- package/src/core/studio/components/ComlinkRouteHandler.tsx +0 -8
- package/src/core/studio/components/index.ts +0 -1
- package/src/core/studio/components/navbar/StudioActiveToolLayout.tsx +0 -11
- package/src/core/studio/components/navbar/StudioLogo.tsx +0 -16
- package/src/core/studio/components/navbar/StudioNavbar.tsx +0 -311
- package/src/core/studio/components/navbar/configIssues/ConfigIssuesButton.tsx +0 -81
- package/src/core/studio/components/navbar/free-trial/DialogContent.tsx +0 -123
- package/src/core/studio/components/navbar/free-trial/FreeTrial.tsx +0 -169
- package/src/core/studio/components/navbar/free-trial/FreeTrialButton.tsx +0 -116
- package/src/core/studio/components/navbar/free-trial/FreeTrialContext.tsx +0 -28
- package/src/core/studio/components/navbar/free-trial/FreeTrialProvider.tsx +0 -108
- package/src/core/studio/components/navbar/free-trial/PopoverContent.tsx +0 -70
- package/src/core/studio/components/navbar/free-trial/__telemetry__/trialDialogEvents.telemetry.ts +0 -58
- package/src/core/studio/components/navbar/free-trial/index.ts +0 -1
- package/src/core/studio/components/navbar/free-trial/types.ts +0 -45
- package/src/core/studio/components/navbar/home/HomeButton.tsx +0 -75
- package/src/core/studio/components/navbar/index.ts +0 -4
- package/src/core/studio/components/navbar/navDrawer/ApperanceMenu.tsx +0 -39
- package/src/core/studio/components/navbar/navDrawer/LocaleMenu.tsx +0 -60
- package/src/core/studio/components/navbar/navDrawer/ManageMenu.tsx +0 -55
- package/src/core/studio/components/navbar/navDrawer/NavDrawer.tsx +0 -245
- package/src/core/studio/components/navbar/navDrawer/index.ts +0 -1
- package/src/core/studio/components/navbar/new-document/NewDocumentButton.style.ts +0 -58
- package/src/core/studio/components/navbar/new-document/NewDocumentButton.tsx +0 -309
- package/src/core/studio/components/navbar/new-document/NewDocumentList.tsx +0 -113
- package/src/core/studio/components/navbar/new-document/NewDocumentListOption.tsx +0 -72
- package/src/core/studio/components/navbar/new-document/filter.ts +0 -55
- package/src/core/studio/components/navbar/new-document/index.ts +0 -2
- package/src/core/studio/components/navbar/new-document/types.ts +0 -13
- package/src/core/studio/components/navbar/new-document/useNewDocumentOptions.ts +0 -43
- package/src/core/studio/components/navbar/presence/PresenceMenu.tsx +0 -126
- package/src/core/studio/components/navbar/presence/PresenceMenuItem.tsx +0 -85
- package/src/core/studio/components/navbar/presence/index.ts +0 -1
- package/src/core/studio/components/navbar/resources/AboutDialog.tsx +0 -136
- package/src/core/studio/components/navbar/resources/ResourcesButton.tsx +0 -64
- package/src/core/studio/components/navbar/resources/ResourcesMenuItems.tsx +0 -129
- package/src/core/studio/components/navbar/resources/helper-functions/helpResources.ts +0 -26
- package/src/core/studio/components/navbar/resources/helper-functions/hooks.ts +0 -22
- package/src/core/studio/components/navbar/resources/helper-functions/types.ts +0 -63
- package/src/core/studio/components/navbar/search/SearchButton.tsx +0 -36
- package/src/core/studio/components/navbar/search/SearchDialog.tsx +0 -80
- package/src/core/studio/components/navbar/search/components/Instructions.tsx +0 -24
- package/src/core/studio/components/navbar/search/components/NoResults.tsx +0 -20
- package/src/core/studio/components/navbar/search/components/PlaceholderSearchInput.tsx +0 -82
- package/src/core/studio/components/navbar/search/components/SearchError.tsx +0 -33
- package/src/core/studio/components/navbar/search/components/SearchHeader.tsx +0 -154
- package/src/core/studio/components/navbar/search/components/SearchPopover.tsx +0 -161
- package/src/core/studio/components/navbar/search/components/SortMenu.tsx +0 -108
- package/src/core/studio/components/navbar/search/components/common/CustomTextInput.tsx +0 -21
- package/src/core/studio/components/navbar/search/components/common/CustomTextInputBox.tsx +0 -26
- package/src/core/studio/components/navbar/search/components/common/DocumentTypesPill.tsx +0 -27
- package/src/core/studio/components/navbar/search/components/common/FilterLabel.tsx +0 -115
- package/src/core/studio/components/navbar/search/components/common/FilterPill.tsx +0 -21
- package/src/core/studio/components/navbar/search/components/common/FilterTitle.tsx +0 -44
- package/src/core/studio/components/navbar/search/components/common/SearchWrapper.tsx +0 -83
- package/src/core/studio/components/navbar/search/components/filters/Filters.tsx +0 -91
- package/src/core/studio/components/navbar/search/components/filters/addFilter/AddFilterButton.tsx +0 -52
- package/src/core/studio/components/navbar/search/components/filters/addFilter/AddFilterPopoverContent.tsx +0 -143
- package/src/core/studio/components/navbar/search/components/filters/addFilter/createFilterMenuItems.ts +0 -283
- package/src/core/studio/components/navbar/search/components/filters/addFilter/items/FilterTooltip.tsx +0 -152
- package/src/core/studio/components/navbar/search/components/filters/addFilter/items/MenuItemFilter.tsx +0 -66
- package/src/core/studio/components/navbar/search/components/filters/addFilter/items/MenuItemHeader.tsx +0 -20
- package/src/core/studio/components/navbar/search/components/filters/common/ButtonValue.tsx +0 -70
- package/src/core/studio/components/navbar/search/components/filters/common/FilterDetails.tsx +0 -64
- package/src/core/studio/components/navbar/search/components/filters/common/FilterIcon.tsx +0 -21
- package/src/core/studio/components/navbar/search/components/filters/common/FilterPopoverContentHeader.tsx +0 -59
- package/src/core/studio/components/navbar/search/components/filters/common/FilterPopoverWrapper.tsx +0 -96
- package/src/core/studio/components/navbar/search/components/filters/common/ReferencePreviewTitle.tsx +0 -33
- package/src/core/studio/components/navbar/search/components/filters/debug/_DebugDocumentTypes.tsx +0 -33
- package/src/core/studio/components/navbar/search/components/filters/debug/_DebugDocumentTypesNarrowed.tsx +0 -22
- package/src/core/studio/components/navbar/search/components/filters/debug/_DebugFilterQuery.tsx +0 -30
- package/src/core/studio/components/navbar/search/components/filters/debug/_DebugFilterValues.tsx +0 -36
- package/src/core/studio/components/navbar/search/components/filters/documentTypes/DocumentTypesButton.tsx +0 -62
- package/src/core/studio/components/navbar/search/components/filters/documentTypes/DocumentTypesPopoverContent.tsx +0 -226
- package/src/core/studio/components/navbar/search/components/filters/documentTypes/items/DocumentTypeFilterItem.tsx +0 -53
- package/src/core/studio/components/navbar/search/components/filters/filter/FilterButton.tsx +0 -147
- package/src/core/studio/components/navbar/search/components/filters/filter/FilterError.tsx +0 -27
- package/src/core/studio/components/navbar/search/components/filters/filter/FilterForm.tsx +0 -116
- package/src/core/studio/components/navbar/search/components/filters/filter/FilterPopoverContent.tsx +0 -36
- package/src/core/studio/components/navbar/search/components/filters/filter/OperatorsMenuButton.tsx +0 -103
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/asset/Asset.tsx +0 -204
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/asset/AssetSourceError.tsx +0 -30
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/asset/preview/AssetPreview.tsx +0 -20
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/asset/preview/FileReferencePreview.tsx +0 -71
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/asset/preview/ImageReferencePreview.tsx +0 -54
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/boolean/Boolean.tsx +0 -32
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/CommonDateDirection.tsx +0 -103
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/CommonDateEqual.tsx +0 -86
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/CommonDateRange.tsx +0 -156
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateAfter.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateBefore.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateEqual.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateLast.tsx +0 -88
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateRange.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateTimeAfter.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateTimeBefore.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateTimeEqual.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/DateTimeRange.tsx +0 -9
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/ParsedDateTextInput.tsx +0 -173
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/dateIncludeTimeFooter/DateIncludeTimeFooter.tsx +0 -27
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/DatePicker.tsx +0 -30
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/Calendar.tsx +0 -225
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/CalendarDay.tsx +0 -116
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/CalendarHeader.tsx +0 -55
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/CalendarMonth.tsx +0 -60
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/constants.ts +0 -35
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/contexts/CalendarContext.ts +0 -13
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/contexts/useDatePicker.ts +0 -12
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/datePicker/calendar/utils.ts +0 -45
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/date/utils/getDateISOString.ts +0 -34
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/number/Number.tsx +0 -36
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/number/NumberRange.tsx +0 -70
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/reference/Reference.tsx +0 -95
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/reference/ReferenceAutocomplete.tsx +0 -208
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/string/String.tsx +0 -31
- package/src/core/studio/components/navbar/search/components/filters/filter/inputs/string/StringList.tsx +0 -140
- package/src/core/studio/components/navbar/search/components/filters/icons/GtIcon.tsx +0 -8
- package/src/core/studio/components/navbar/search/components/filters/icons/GteIcon.tsx +0 -8
- package/src/core/studio/components/navbar/search/components/filters/icons/LtIcon.tsx +0 -8
- package/src/core/studio/components/navbar/search/components/filters/icons/LteIcon.tsx +0 -8
- package/src/core/studio/components/navbar/search/components/index.ts +0 -4
- package/src/core/studio/components/navbar/search/components/recentSearches/RecentSearches.tsx +0 -121
- package/src/core/studio/components/navbar/search/components/recentSearches/item/RecentSearchItem.tsx +0 -144
- package/src/core/studio/components/navbar/search/components/searchResults/SearchResults.tsx +0 -141
- package/src/core/studio/components/navbar/search/components/searchResults/index.ts +0 -1
- package/src/core/studio/components/navbar/search/components/searchResults/item/DebugOverlay.tsx +0 -61
- package/src/core/studio/components/navbar/search/components/searchResults/item/SearchResultItem.tsx +0 -137
- package/src/core/studio/components/navbar/search/components/searchResults/item/SearchResultItemPreview.tsx +0 -116
- package/src/core/studio/components/navbar/search/components/searchResults/item/index.ts +0 -1
- package/src/core/studio/components/navbar/search/constants.ts +0 -27
- package/src/core/studio/components/navbar/search/contexts/index.ts +0 -1
- package/src/core/studio/components/navbar/search/contexts/search/SearchContext.ts +0 -16
- package/src/core/studio/components/navbar/search/contexts/search/SearchProvider.tsx +0 -221
- package/src/core/studio/components/navbar/search/contexts/search/index.ts +0 -3
- package/src/core/studio/components/navbar/search/contexts/search/reducer.test.ts +0 -397
- package/src/core/studio/components/navbar/search/contexts/search/reducer.ts +0 -596
- package/src/core/studio/components/navbar/search/contexts/search/useSearchState.ts +0 -16
- package/src/core/studio/components/navbar/search/datastores/recentSearches.test.tsx +0 -535
- package/src/core/studio/components/navbar/search/datastores/recentSearches.ts +0 -297
- package/src/core/studio/components/navbar/search/datastores/useStoredSearch.ts +0 -68
- package/src/core/studio/components/navbar/search/definitions/defaultFilters.ts +0 -351
- package/src/core/studio/components/navbar/search/definitions/fields.test.tsx +0 -248
- package/src/core/studio/components/navbar/search/definitions/fields.ts +0 -261
- package/src/core/studio/components/navbar/search/definitions/filters.ts +0 -99
- package/src/core/studio/components/navbar/search/definitions/getOrderings.ts +0 -33
- package/src/core/studio/components/navbar/search/definitions/operators/arrayOperators.test.ts +0 -82
- package/src/core/studio/components/navbar/search/definitions/operators/arrayOperators.ts +0 -132
- package/src/core/studio/components/navbar/search/definitions/operators/assetOperators.test.ts +0 -33
- package/src/core/studio/components/navbar/search/definitions/operators/assetOperators.ts +0 -55
- package/src/core/studio/components/navbar/search/definitions/operators/booleanOperators.test.ts +0 -13
- package/src/core/studio/components/navbar/search/definitions/operators/booleanOperators.ts +0 -21
- package/src/core/studio/components/navbar/search/definitions/operators/common.ts +0 -4
- package/src/core/studio/components/navbar/search/definitions/operators/dateOperators.test.ts +0 -190
- package/src/core/studio/components/navbar/search/definitions/operators/dateOperators.ts +0 -313
- package/src/core/studio/components/navbar/search/definitions/operators/defaultOperators.ts +0 -35
- package/src/core/studio/components/navbar/search/definitions/operators/definedOperators.test.ts +0 -17
- package/src/core/studio/components/navbar/search/definitions/operators/definedOperators.ts +0 -19
- package/src/core/studio/components/navbar/search/definitions/operators/index.ts +0 -44
- package/src/core/studio/components/navbar/search/definitions/operators/numberOperators.test.ts +0 -48
- package/src/core/studio/components/navbar/search/definitions/operators/numberOperators.ts +0 -83
- package/src/core/studio/components/navbar/search/definitions/operators/operatorTypes.ts +0 -119
- package/src/core/studio/components/navbar/search/definitions/operators/operatorUtils.ts +0 -3
- package/src/core/studio/components/navbar/search/definitions/operators/portableTextOperators.test.ts +0 -28
- package/src/core/studio/components/navbar/search/definitions/operators/portableTextOperators.ts +0 -44
- package/src/core/studio/components/navbar/search/definitions/operators/referenceOperators.test.ts +0 -44
- package/src/core/studio/components/navbar/search/definitions/operators/referenceOperators.ts +0 -63
- package/src/core/studio/components/navbar/search/definitions/operators/slugOperators.test.ts +0 -28
- package/src/core/studio/components/navbar/search/definitions/operators/slugOperators.ts +0 -45
- package/src/core/studio/components/navbar/search/definitions/operators/stringOperators.test.ts +0 -38
- package/src/core/studio/components/navbar/search/definitions/operators/stringOperators.ts +0 -63
- package/src/core/studio/components/navbar/search/hooks/useSearch.ts +0 -160
- package/src/core/studio/components/navbar/search/hooks/useSearchHotkeys.ts +0 -49
- package/src/core/studio/components/navbar/search/hooks/useSearchMaxFieldDepth.ts +0 -99
- package/src/core/studio/components/navbar/search/index.ts +0 -12
- package/src/core/studio/components/navbar/search/types.ts +0 -93
- package/src/core/studio/components/navbar/search/utils/debug.ts +0 -20
- package/src/core/studio/components/navbar/search/utils/documentTypesTruncated.ts +0 -100
- package/src/core/studio/components/navbar/search/utils/filterUtils.test.ts +0 -187
- package/src/core/studio/components/navbar/search/utils/filterUtils.ts +0 -206
- package/src/core/studio/components/navbar/search/utils/getSchemaField.ts +0 -20
- package/src/core/studio/components/navbar/search/utils/hasSearchableTerms.ts +0 -21
- package/src/core/studio/components/navbar/search/utils/isRecentSearchTerms.ts +0 -6
- package/src/core/studio/components/navbar/search/utils/sanitizeField.ts +0 -18
- package/src/core/studio/components/navbar/search/utils/selectors.ts +0 -31
- package/src/core/studio/components/navbar/tools/StudioToolMenu.tsx +0 -37
- package/src/core/studio/components/navbar/tools/ToolCollapseMenu.tsx +0 -81
- package/src/core/studio/components/navbar/tools/ToolLink.tsx +0 -32
- package/src/core/studio/components/navbar/tools/ToolVerticalMenu.tsx +0 -53
- package/src/core/studio/components/navbar/tools/index.ts +0 -2
- package/src/core/studio/components/navbar/userMenu/ApperanceMenu.tsx +0 -36
- package/src/core/studio/components/navbar/userMenu/LocaleMenu.tsx +0 -57
- package/src/core/studio/components/navbar/userMenu/LoginProviderLogo.tsx +0 -112
- package/src/core/studio/components/navbar/userMenu/ManageMenu.tsx +0 -38
- package/src/core/studio/components/navbar/userMenu/UserMenu.tsx +0 -114
- package/src/core/studio/components/navbar/userMenu/index.ts +0 -2
- package/src/core/studio/components/navbar/workspace/WorkspaceAuth/Layout.tsx +0 -93
- package/src/core/studio/components/navbar/workspace/WorkspaceAuth/WorkspaceAuth.tsx +0 -136
- package/src/core/studio/components/navbar/workspace/WorkspaceAuth/index.ts +0 -1
- package/src/core/studio/components/navbar/workspace/WorkspaceMenuButton.tsx +0 -105
- package/src/core/studio/components/navbar/workspace/WorkspacePreview.tsx +0 -97
- package/src/core/studio/components/navbar/workspace/constants.ts +0 -1
- package/src/core/studio/components/navbar/workspace/hooks/index.ts +0 -1
- package/src/core/studio/components/navbar/workspace/hooks/useWorkspaceAuthStates.ts +0 -15
- package/src/core/studio/components/navbar/workspace/index.ts +0 -3
- package/src/core/studio/constants.ts +0 -9
- package/src/core/studio/copyPaste/CopyPasteProvider.tsx +0 -356
- package/src/core/studio/copyPaste/__telemetry__/copyPaste.telemetry.ts +0 -37
- package/src/core/studio/copyPaste/constants.ts +0 -3
- package/src/core/studio/copyPaste/documentMatchesGroqFilter.ts +0 -48
- package/src/core/studio/copyPaste/index.ts +0 -2
- package/src/core/studio/copyPaste/resolveSchemaTypeForPath.ts +0 -85
- package/src/core/studio/copyPaste/transferValue.ts +0 -1048
- package/src/core/studio/copyPaste/types.ts +0 -70
- package/src/core/studio/copyPaste/utils.ts +0 -184
- package/src/core/studio/hooks/useComlinkRouteHandler.ts +0 -35
- package/src/core/studio/index.ts +0 -15
- package/src/core/studio/networkCheck/useNetworkProtocolCheck.tsx +0 -115
- package/src/core/studio/packageVersionStatus/PackageVersionStatusProvider.tsx +0 -93
- package/src/core/studio/packageVersionStatus/checkForLatestVersions.ts +0 -44
- package/src/core/studio/renderStudio.tsx +0 -58
- package/src/core/studio/router/RouterHistoryContext.tsx +0 -22
- package/src/core/studio/router/helpers.test.ts +0 -38
- package/src/core/studio/router/helpers.ts +0 -165
- package/src/core/studio/router/index.ts +0 -2
- package/src/core/studio/router/router.ts +0 -24
- package/src/core/studio/router/types.ts +0 -30
- package/src/core/studio/router/util/getOrderedTools.ts +0 -56
- package/src/core/studio/screens/AuthenticateScreen.tsx +0 -15
- package/src/core/studio/screens/ConfigErrorsScreen.tsx +0 -37
- package/src/core/studio/screens/CorsOriginErrorScreen.tsx +0 -78
- package/src/core/studio/screens/FallbackErrorScreen.tsx +0 -57
- package/src/core/studio/screens/ImportErrorScreen.tsx +0 -79
- package/src/core/studio/screens/NoSourcesScreen.tsx +0 -34
- package/src/core/studio/screens/NoToolsScreen.tsx +0 -40
- package/src/core/studio/screens/NotAuthenticatedScreen.tsx +0 -70
- package/src/core/studio/screens/NotFoundScreen.tsx +0 -23
- package/src/core/studio/screens/RedirectingScreen.tsx +0 -29
- package/src/core/studio/screens/RequestAccessScreen.tsx +0 -271
- package/src/core/studio/screens/ToolNotFoundScreen.tsx +0 -30
- package/src/core/studio/screens/index.ts +0 -7
- package/src/core/studio/screens/schemaErrors/InitialValueTemplateError.tsx +0 -19
- package/src/core/studio/screens/schemaErrors/SchemaErrorsScreen.tsx +0 -31
- package/src/core/studio/screens/schemaErrors/SchemaProblemGroups.tsx +0 -151
- package/src/core/studio/screens/schemaErrors/index.ts +0 -1
- package/src/core/studio/screens/schemaErrors/reportWarnings.ts +0 -29
- package/src/core/studio/screens/schemaErrors/utils.ts +0 -18
- package/src/core/studio/source.tsx +0 -46
- package/src/core/studio/studio-components-hooks/componentHooks.ts +0 -75
- package/src/core/studio/studio-components-hooks/index.ts +0 -1
- package/src/core/studio/studio-components-hooks/picks.ts +0 -42
- package/src/core/studio/studioAnnouncements/Divider.tsx +0 -62
- package/src/core/studio/studioAnnouncements/StudioAnnouncementsCard.tsx +0 -167
- package/src/core/studio/studioAnnouncements/StudioAnnouncementsDialog.tsx +0 -211
- package/src/core/studio/studioAnnouncements/StudioAnnouncementsMenuItem.tsx +0 -27
- package/src/core/studio/studioAnnouncements/StudioAnnouncementsProvider.tsx +0 -171
- package/src/core/studio/studioAnnouncements/__telemetry__/studioAnnouncements.telemetry.ts +0 -65
- package/src/core/studio/studioAnnouncements/index.ts +0 -4
- package/src/core/studio/studioAnnouncements/types.ts +0 -43
- package/src/core/studio/studioAnnouncements/useSeenAnnouncements.ts +0 -57
- package/src/core/studio/studioAnnouncements/useStudioAnnouncements.tsx +0 -18
- package/src/core/studio/studioAnnouncements/utils.ts +0 -55
- package/src/core/studio/telemetry/PerformanceTelemetry.ts +0 -12
- package/src/core/studio/telemetry/StudioTelemetryProvider.tsx +0 -114
- package/src/core/studio/telemetry/useMeasurePerformanceTelemetry.ts +0 -75
- package/src/core/studio/timezones/constants.tsx +0 -10
- package/src/core/studio/timezones/toastDescription/ToastDescription.tsx +0 -26
- package/src/core/studio/timezones/types.ts +0 -9
- package/src/core/studio/timezones/utils/debug.ts +0 -12
- package/src/core/studio/upsell/UpsellDialog.tsx +0 -108
- package/src/core/studio/upsell/UpsellPanel.tsx +0 -98
- package/src/core/studio/upsell/__telemetry__/index.ts +0 -1
- package/src/core/studio/upsell/__telemetry__/upsell.telemetry.ts +0 -47
- package/src/core/studio/upsell/constants.ts +0 -1
- package/src/core/studio/upsell/index.ts +0 -2
- package/src/core/studio/upsell/types.ts +0 -29
- package/src/core/studio/upsell/upsellDescriptionSerializer/UpsellDescriptionSerializer.tsx +0 -359
- package/src/core/studio/upsell/upsellDescriptionSerializer/helpers.ts +0 -48
- package/src/core/studio/upsell/upsellDescriptionSerializer/index.ts +0 -1
- package/src/core/studio/workspace.tsx +0 -29
- package/src/core/studio/workspaceLoader/ErrorMessage.tsx +0 -69
- package/src/core/studio/workspaceLoader/WorkspaceLoader.tsx +0 -128
- package/src/core/studio/workspaceLoader/WorkspaceRouterProvider.test.tsx +0 -108
- package/src/core/studio/workspaceLoader/WorkspaceRouterProvider.tsx +0 -174
- package/src/core/studio/workspaceLoader/flattenErrors.ts +0 -35
- package/src/core/studio/workspaceLoader/index.ts +0 -2
- package/src/core/studio/workspaces/WorkspaceValidationError.ts +0 -23
- package/src/core/studio/workspaces/WorkspacesContext.ts +0 -4
- package/src/core/studio/workspaces/WorkspacesProvider.tsx +0 -33
- package/src/core/studio/workspaces/helpers.ts +0 -25
- package/src/core/studio/workspaces/index.ts +0 -6
- package/src/core/studio/workspaces/types.ts +0 -6
- package/src/core/studio/workspaces/useWorkspaces.ts +0 -11
- package/src/core/studio/workspaces/validateWorkspaces.ts +0 -192
- package/src/core/studioClient.ts +0 -23
- package/src/core/tasks/__telemetry__/tasks.telemetry.ts +0 -46
- package/src/core/tasks/components/TasksUserAvatar.tsx +0 -69
- package/src/core/tasks/components/activity/TaskActivityEditedAt.tsx +0 -39
- package/src/core/tasks/components/activity/TasksActivityCommentInput.tsx +0 -92
- package/src/core/tasks/components/activity/TasksActivityCommentItem.tsx +0 -51
- package/src/core/tasks/components/activity/TasksActivityCreatedAt.tsx +0 -53
- package/src/core/tasks/components/activity/TasksActivityItem.tsx +0 -29
- package/src/core/tasks/components/activity/TasksActivityLog.tsx +0 -310
- package/src/core/tasks/components/activity/TasksSubscribers.tsx +0 -86
- package/src/core/tasks/components/activity/helpers/groupChanges.test.ts +0 -105
- package/src/core/tasks/components/activity/helpers/groupChanges.ts +0 -45
- package/src/core/tasks/components/activity/helpers/index.tsx +0 -182
- package/src/core/tasks/components/activity/helpers/parseTransactions.ts +0 -72
- package/src/core/tasks/components/activity/index.ts +0 -1
- package/src/core/tasks/components/form/CurrentWorkspaceProvider.tsx +0 -15
- package/src/core/tasks/components/form/RemoveTaskDialog.tsx +0 -37
- package/src/core/tasks/components/form/addonWorkspace/TasksAddOnWorkspaceProvider.tsx +0 -84
- package/src/core/tasks/components/form/addonWorkspace/index.ts +0 -1
- package/src/core/tasks/components/form/addonWorkspace/taskSchema.tsx +0 -181
- package/src/core/tasks/components/form/fields/DateEditFormField.tsx +0 -120
- package/src/core/tasks/components/form/fields/FieldWrapper.tsx +0 -27
- package/src/core/tasks/components/form/fields/StatusSelector.tsx +0 -79
- package/src/core/tasks/components/form/fields/TargetField.tsx +0 -252
- package/src/core/tasks/components/form/fields/TitleField.tsx +0 -102
- package/src/core/tasks/components/form/fields/assignee/AssigneeCreateFormField.tsx +0 -70
- package/src/core/tasks/components/form/fields/assignee/AssigneeEditFormField.tsx +0 -95
- package/src/core/tasks/components/form/fields/assignee/AssigneeSelectionMenu.tsx +0 -207
- package/src/core/tasks/components/form/fields/assignee/index.ts +0 -2
- package/src/core/tasks/components/form/fields/descriptionInput/DescriptionInput.tsx +0 -91
- package/src/core/tasks/components/form/fields/descriptionInput/blocks/DescriptionInputBlock.tsx +0 -21
- package/src/core/tasks/components/form/fields/descriptionInput/blocks/index.ts +0 -1
- package/src/core/tasks/components/form/fields/descriptionInput/index.ts +0 -1
- package/src/core/tasks/components/form/fields/descriptionInput/render/index.ts +0 -1
- package/src/core/tasks/components/form/fields/descriptionInput/render/renderBlock.tsx +0 -9
- package/src/core/tasks/components/form/fields/index.ts +0 -7
- package/src/core/tasks/components/form/index.ts +0 -1
- package/src/core/tasks/components/form/tasksFormBuilder/FormCreate.tsx +0 -146
- package/src/core/tasks/components/form/tasksFormBuilder/FormEdit.tsx +0 -261
- package/src/core/tasks/components/form/tasksFormBuilder/TaskNotificationTarget.test.tsx +0 -45
- package/src/core/tasks/components/form/tasksFormBuilder/TasksFormBuilder.tsx +0 -185
- package/src/core/tasks/components/form/tasksFormBuilder/TasksNotificationTarget.tsx +0 -104
- package/src/core/tasks/components/form/tasksFormBuilder/index.ts +0 -1
- package/src/core/tasks/components/form/utils.ts +0 -51
- package/src/core/tasks/components/index.ts +0 -4
- package/src/core/tasks/components/list/DocumentPreview.tsx +0 -68
- package/src/core/tasks/components/list/EmptyStates.tsx +0 -143
- package/src/core/tasks/components/list/TasksList.tsx +0 -126
- package/src/core/tasks/components/list/TasksListItem.tsx +0 -119
- package/src/core/tasks/components/list/TasksStatus.tsx +0 -50
- package/src/core/tasks/components/sidebar/TaskListFeedbackFooter.tsx +0 -38
- package/src/core/tasks/components/sidebar/TasksActiveTabNavigation.tsx +0 -80
- package/src/core/tasks/components/sidebar/TasksHeaderDraftsMenu.tsx +0 -110
- package/src/core/tasks/components/sidebar/TasksListTabs.tsx +0 -75
- package/src/core/tasks/components/sidebar/TasksSidebar.tsx +0 -115
- package/src/core/tasks/components/sidebar/TasksSidebarContent.tsx +0 -30
- package/src/core/tasks/components/sidebar/TasksSidebarHeader.tsx +0 -99
- package/src/core/tasks/components/sidebar/index.ts +0 -3
- package/src/core/tasks/components/upsell/TasksUpsellPanel.tsx +0 -24
- package/src/core/tasks/components/upsell/index.ts +0 -1
- package/src/core/tasks/constants/API_VERSION.ts +0 -1
- package/src/core/tasks/constants/TaskStatus.tsx +0 -6
- package/src/core/tasks/constants/index.ts +0 -2
- package/src/core/tasks/context/enabled/TasksEnabledProvider.test.tsx +0 -90
- package/src/core/tasks/context/enabled/TasksEnabledProvider.tsx +0 -34
- package/src/core/tasks/context/enabled/index.ts +0 -3
- package/src/core/tasks/context/enabled/types.ts +0 -12
- package/src/core/tasks/context/enabled/useTasksEnabled.ts +0 -11
- package/src/core/tasks/context/index.ts +0 -6
- package/src/core/tasks/context/isLastPane/IsLastPaneProvider.tsx +0 -17
- package/src/core/tasks/context/isLastPane/index.ts +0 -2
- package/src/core/tasks/context/isLastPane/useIsLastPane.ts +0 -10
- package/src/core/tasks/context/mentionUser/MentionUserProvider.tsx +0 -27
- package/src/core/tasks/context/mentionUser/index.ts +0 -3
- package/src/core/tasks/context/mentionUser/types.ts +0 -12
- package/src/core/tasks/context/mentionUser/useMentionUser.ts +0 -15
- package/src/core/tasks/context/navigation/TasksNavigationProvider.tsx +0 -168
- package/src/core/tasks/context/navigation/index.ts +0 -3
- package/src/core/tasks/context/navigation/types.ts +0 -48
- package/src/core/tasks/context/navigation/useTasksNavigation.ts +0 -31
- package/src/core/tasks/context/tasks/TasksProvider.tsx +0 -36
- package/src/core/tasks/context/tasks/index.ts +0 -3
- package/src/core/tasks/context/tasks/types.ts +0 -20
- package/src/core/tasks/context/tasks/useTasks.ts +0 -23
- package/src/core/tasks/context/upsell/TasksUpsellProvider.tsx +0 -153
- package/src/core/tasks/context/upsell/index.ts +0 -3
- package/src/core/tasks/context/upsell/types.ts +0 -16
- package/src/core/tasks/context/upsell/useTasksUpsell.ts +0 -32
- package/src/core/tasks/hooks/index.ts +0 -4
- package/src/core/tasks/hooks/useActivityLog.ts +0 -60
- package/src/core/tasks/hooks/useDocumentPreviewValues.ts +0 -50
- package/src/core/tasks/hooks/useRemoveTask.ts +0 -58
- package/src/core/tasks/hooks/useTaskOperations.ts +0 -99
- package/src/core/tasks/i18n/index.ts +0 -27
- package/src/core/tasks/i18n/resources.ts +0 -174
- package/src/core/tasks/index.ts +0 -4
- package/src/core/tasks/plugin/TaskCreateAction.tsx +0 -37
- package/src/core/tasks/plugin/TasksDocumentInputLayout.tsx +0 -14
- package/src/core/tasks/plugin/TasksFooterOpenTasks.test.tsx +0 -165
- package/src/core/tasks/plugin/TasksFooterOpenTasks.tsx +0 -83
- package/src/core/tasks/plugin/TasksStudioActiveToolLayout.tsx +0 -101
- package/src/core/tasks/plugin/TasksStudioLayout.tsx +0 -39
- package/src/core/tasks/plugin/TasksStudioNavbar.tsx +0 -85
- package/src/core/tasks/plugin/index.tsx +0 -52
- package/src/core/tasks/plugin/structure/SetActiveDocument.tsx +0 -34
- package/src/core/tasks/store/index.ts +0 -1
- package/src/core/tasks/store/reducer.ts +0 -140
- package/src/core/tasks/store/useTasksStore.ts +0 -152
- package/src/core/tasks/types.ts +0 -133
- package/src/core/templates/index.ts +0 -10
- package/src/core/templates/prepare.ts +0 -45
- package/src/core/templates/resolve.ts +0 -310
- package/src/core/templates/types.ts +0 -205
- package/src/core/templates/util/deepAssign.test.ts +0 -42
- package/src/core/templates/util/deepAssign.ts +0 -19
- package/src/core/templates/util/isRecord.ts +0 -5
- package/src/core/templates/validate.ts +0 -185
- package/src/core/theme/_legacy/color.ts +0 -652
- package/src/core/theme/_legacy/fonts.ts +0 -25
- package/src/core/theme/_legacy/helpers.ts +0 -62
- package/src/core/theme/_legacy/index.ts +0 -2
- package/src/core/theme/_legacy/palette.ts +0 -102
- package/src/core/theme/_legacy/theme.ts +0 -112
- package/src/core/theme/_legacy/tones.ts +0 -213
- package/src/core/theme/_legacy/types.ts +0 -59
- package/src/core/theme/index.ts +0 -7
- package/src/core/theme/types.ts +0 -79
- package/src/core/user-color/hooks.ts +0 -25
- package/src/core/user-color/index.ts +0 -4
- package/src/core/user-color/manager.ts +0 -218
- package/src/core/user-color/provider.tsx +0 -28
- package/src/core/user-color/types.ts +0 -26
- package/src/core/util/PartialExcept.ts +0 -2
- package/src/core/util/catchWithCount.ts +0 -30
- package/src/core/util/createHookFromObservableFactory.ts +0 -74
- package/src/core/util/dashboardPath.ts +0 -17
- package/src/core/util/draftUtils.ts +0 -283
- package/src/core/util/empty.ts +0 -5
- package/src/core/util/formatRelativeLocale.ts +0 -18
- package/src/core/util/getDocumentVariantType.ts +0 -23
- package/src/core/util/getPrintableType.ts +0 -23
- package/src/core/util/globalScope.ts +0 -31
- package/src/core/util/index.ts +0 -24
- package/src/core/util/isArray.ts +0 -4
- package/src/core/util/isNonNullable.ts +0 -6
- package/src/core/util/isRecord.ts +0 -6
- package/src/core/util/isString.ts +0 -4
- package/src/core/util/isTruthy.ts +0 -4
- package/src/core/util/postTask.ts +0 -13
- package/src/core/util/resizeObserver.ts +0 -52
- package/src/core/util/rxSwr.ts +0 -70
- package/src/core/util/schemaUtils.ts +0 -21
- package/src/core/util/searchUtils.test.ts +0 -41
- package/src/core/util/searchUtils.ts +0 -43
- package/src/core/util/supportsLocalStorage.ts +0 -21
- package/src/core/util/supportsTouch.ts +0 -12
- package/src/core/util/uncaughtErrorHandler.ts +0 -51
- package/src/core/util/unicodeString.ts +0 -59
- package/src/core/util/useLoadable.ts +0 -63
- package/src/core/util/useThrottledCallback.ts +0 -32
- package/src/core/util/useUnique.ts +0 -20
- package/src/core/util/userHasRole.test.ts +0 -59
- package/src/core/util/userHasRole.ts +0 -30
- package/src/core/validation/Rule.ts +0 -458
- package/src/core/validation/ValidationError.ts +0 -36
- package/src/core/validation/index.ts +0 -10
- package/src/core/validation/inferFromSchema.ts +0 -18
- package/src/core/validation/inferFromSchemaType.ts +0 -49
- package/src/core/validation/types.ts +0 -28
- package/src/core/validation/util/convertToValidationMarker.ts +0 -75
- package/src/core/validation/util/createBatchedGetDocumentExists.ts +0 -92
- package/src/core/validation/util/deepEqualsIgnoreKey.ts +0 -77
- package/src/core/validation/util/escapeRegex.ts +0 -5
- package/src/core/validation/util/localizeMessage.ts +0 -54
- package/src/core/validation/util/normalizeValidationRules.ts +0 -122
- package/src/core/validation/util/pathToString.ts +0 -21
- package/src/core/validation/util/requestIdleCallback.ts +0 -31
- package/src/core/validation/util/typeString.ts +0 -22
- package/src/core/validation/validateDocument.ts +0 -434
- package/src/core/validation/validateDocumentWithReferences.ts +0 -189
- package/src/core/validation/validators/arrayValidator.ts +0 -108
- package/src/core/validation/validators/booleanValidator.ts +0 -15
- package/src/core/validation/validators/dateValidator.ts +0 -125
- package/src/core/validation/validators/genericValidator.ts +0 -126
- package/src/core/validation/validators/numberValidator.ts +0 -65
- package/src/core/validation/validators/objectValidator.ts +0 -150
- package/src/core/validation/validators/slugValidator.ts +0 -115
- package/src/core/validation/validators/stringValidator.ts +0 -128
- package/src/core/validation/validators/unknownFieldsValidator.ts +0 -23
- package/src/core/version.ts +0 -7
- package/src/desk/index.ts +0 -1061
- package/src/presentation/PostMessagePerspective.tsx +0 -29
- package/src/presentation/PostMessageTelemetry.tsx +0 -27
- package/src/presentation/PresentationContent.tsx +0 -95
- package/src/presentation/PresentationNavigateProvider.tsx +0 -25
- package/src/presentation/PresentationNavigator.tsx +0 -61
- package/src/presentation/PresentationParamsProvider.tsx +0 -20
- package/src/presentation/PresentationProvider.tsx +0 -37
- package/src/presentation/PresentationSpinner.tsx +0 -9
- package/src/presentation/PresentationTool.tsx +0 -631
- package/src/presentation/PresentationToolGrantsCheck.tsx +0 -67
- package/src/presentation/actors/create-preview-secret.ts +0 -19
- package/src/presentation/actors/read-shared-secret.ts +0 -18
- package/src/presentation/actors/resolve-allow-patterns.ts +0 -55
- package/src/presentation/actors/resolve-initial-url.ts +0 -65
- package/src/presentation/actors/resolve-preview-mode-url.ts +0 -72
- package/src/presentation/actors/resolve-preview-mode.ts +0 -66
- package/src/presentation/actors/resolve-url-from-preview-search-param.ts +0 -29
- package/src/presentation/components/ErrorCard.tsx +0 -64
- package/src/presentation/components/Resizable.tsx +0 -80
- package/src/presentation/components/Resizer.tsx +0 -96
- package/src/presentation/constants.ts +0 -23
- package/src/presentation/document/LocationsBanner.tsx +0 -243
- package/src/presentation/document/PresentationDocumentHeader.tsx +0 -59
- package/src/presentation/document/PresentationDocumentProvider.tsx +0 -54
- package/src/presentation/document/types.ts +0 -6
- package/src/presentation/document/useCurrentPresentationToolName.ts +0 -5
- package/src/presentation/editor/ContentEditor.tsx +0 -155
- package/src/presentation/editor/DocumentListPane.tsx +0 -126
- package/src/presentation/editor/DocumentPane.tsx +0 -106
- package/src/presentation/editor/DocumentPanel.tsx +0 -29
- package/src/presentation/editor/PostMessagePreviewSnapshots.tsx +0 -131
- package/src/presentation/editor/PostMessageRefreshMutations.tsx +0 -83
- package/src/presentation/editor/PresentationPaneRouterProvider.tsx +0 -195
- package/src/presentation/editor/usePreviewState.ts +0 -39
- package/src/presentation/features/PostMessageFeatures.tsx +0 -23
- package/src/presentation/fieldActions/openInStructure.ts +0 -90
- package/src/presentation/getIntentState.ts +0 -59
- package/src/presentation/i18n/index.ts +0 -19
- package/src/presentation/i18n/resources.ts +0 -128
- package/src/presentation/index.ts +0 -40
- package/src/presentation/loader/BroadcastDisplayedDocument.tsx +0 -25
- package/src/presentation/loader/DisplayedDocumentBroadcaster.tsx +0 -51
- package/src/presentation/loader/LiveQueries.tsx +0 -347
- package/src/presentation/loader/types.ts +0 -6
- package/src/presentation/loader/useLiveEvents.ts +0 -75
- package/src/presentation/loader/useLiveQueries.ts +0 -127
- package/src/presentation/loader/utils.ts +0 -49
- package/src/presentation/machines/presentation-machine.ts +0 -101
- package/src/presentation/machines/preview-url.ts +0 -568
- package/src/presentation/overlays/PostMessageDocuments.tsx +0 -111
- package/src/presentation/overlays/SharedStateProvider.tsx +0 -56
- package/src/presentation/overlays/schema/PostMessageSchema.tsx +0 -103
- package/src/presentation/overlays/schema/SchemaIcon.tsx +0 -21
- package/src/presentation/overlays/schema/extract.tsx +0 -483
- package/src/presentation/overlays/schema/helpers.ts +0 -205
- package/src/presentation/overlays/types.ts +0 -6
- package/src/presentation/overlays/useSharedState.ts +0 -20
- package/src/presentation/panels/Panel.tsx +0 -53
- package/src/presentation/panels/PanelResizer.tsx +0 -162
- package/src/presentation/panels/Panels.tsx +0 -262
- package/src/presentation/panels/types.ts +0 -46
- package/src/presentation/panels/usePanelId.ts +0 -7
- package/src/presentation/panels/usePanelsStorage.ts +0 -53
- package/src/presentation/panels/util.ts +0 -204
- package/src/presentation/plugin.tsx +0 -151
- package/src/presentation/preview/IFrame.tsx +0 -101
- package/src/presentation/preview/OpenPreviewButton.tsx +0 -64
- package/src/presentation/preview/Preview.tsx +0 -628
- package/src/presentation/preview/PreviewHeader.tsx +0 -285
- package/src/presentation/preview/PreviewLocationInput.tsx +0 -142
- package/src/presentation/preview/QRCodeSVG.tsx +0 -266
- package/src/presentation/preview/SharePreviewMenu.tsx +0 -339
- package/src/presentation/preview/qrcodegen.ts +0 -943
- package/src/presentation/router.ts +0 -7
- package/src/presentation/types.ts +0 -447
- package/src/presentation/useAllowPatterns.ts +0 -12
- package/src/presentation/useDocumentLocations.ts +0 -82
- package/src/presentation/useDocumentsOnPage.ts +0 -96
- package/src/presentation/useId.ts +0 -7
- package/src/presentation/useLocalState.ts +0 -13
- package/src/presentation/useMainDocument.ts +0 -186
- package/src/presentation/useParams.ts +0 -171
- package/src/presentation/usePopups.ts +0 -83
- package/src/presentation/usePresentationNavigate.ts +0 -17
- package/src/presentation/usePresentationParams.ts +0 -23
- package/src/presentation/usePresentationPerspective.ts +0 -14
- package/src/presentation/usePresentationTool.ts +0 -16
- package/src/presentation/usePreviewUrlActorRef.ts +0 -96
- package/src/presentation/useReportInvalidPreviewSearchParam.tsx +0 -43
- package/src/presentation/useStatus.ts +0 -63
- package/src/presentation/useTargetOrigin.ts +0 -11
- package/src/presentation/useVercelBypassSecret.ts +0 -31
- package/src/presentation/util/debounce.ts +0 -12
- package/src/presentation/util/encodeStudioPerspective.ts +0 -6
- package/src/presentation/util/parse.ts +0 -34
- package/src/presentation/util/props.ts +0 -51
- package/src/presentation/util/warnOnce.ts +0 -12
- package/src/router/IntentLink.test.tsx +0 -102
- package/src/router/IntentLink.tsx +0 -61
- package/src/router/Link.tsx +0 -44
- package/src/router/README.md +0 -382
- package/src/router/RouteScope.tsx +0 -151
- package/src/router/RouterProvider.tsx +0 -266
- package/src/router/StateLink.tsx +0 -58
- package/src/router/_findMatchingRoutes.ts +0 -91
- package/src/router/_parseRoute.ts +0 -39
- package/src/router/_resolvePathFromState.ts +0 -108
- package/src/router/_resolveStateFromPath.ts +0 -104
- package/src/router/encodeURIComponentExcept.ts +0 -21
- package/src/router/index.ts +0 -37
- package/src/router/route.ts +0 -242
- package/src/router/stickyParams.ts +0 -4
- package/src/router/types.ts +0 -375
- package/src/router/useIntentLink.ts +0 -72
- package/src/router/useLink.ts +0 -91
- package/src/router/useRouter.ts +0 -27
- package/src/router/useRouterState.ts +0 -41
- package/src/router/useStateLink.ts +0 -76
- package/src/router/utils/arrayify.ts +0 -7
- package/src/router/utils/base64url.ts +0 -46
- package/src/router/utils/debug.ts +0 -3
- package/src/router/utils/hasOwn.ts +0 -3
- package/src/router/utils/isEmpty.ts +0 -11
- package/src/router/utils/jsonParamsEncoding.ts +0 -51
- package/src/router/utils/paramsEncoding.ts +0 -16
- package/src/router/utils/parseScopedParams.ts +0 -41
- package/src/router/withRouter.tsx +0 -83
- package/src/structure/StructureToolProvider.tsx +0 -76
- package/src/structure/components/Delay.tsx +0 -29
- package/src/structure/components/DocTitle.tsx +0 -36
- package/src/structure/components/IntentButton.tsx +0 -43
- package/src/structure/components/MissingSchemaType.tsx +0 -41
- package/src/structure/components/RenderActionCollectionState.tsx +0 -106
- package/src/structure/components/RenderBadgeCollectionState.tsx +0 -34
- package/src/structure/components/confirmDeleteDialog/ConfirmDeleteDialog.tsx +0 -120
- package/src/structure/components/confirmDeleteDialog/ConfirmDeleteDialogBody.styles.tsx +0 -77
- package/src/structure/components/confirmDeleteDialog/ConfirmDeleteDialogBody.tsx +0 -280
- package/src/structure/components/confirmDeleteDialog/ReferencePreviewLink.tsx +0 -55
- package/src/structure/components/confirmDeleteDialog/index.tsx +0 -46
- package/src/structure/components/confirmDeleteDialog/useReferringDocuments.ts +0 -242
- package/src/structure/components/index.ts +0 -9
- package/src/structure/components/pane/Pane.tsx +0 -243
- package/src/structure/components/pane/PaneContent.styles.tsx +0 -9
- package/src/structure/components/pane/PaneContent.tsx +0 -41
- package/src/structure/components/pane/PaneContextMenuButton.tsx +0 -68
- package/src/structure/components/pane/PaneDivider.tsx +0 -112
- package/src/structure/components/pane/PaneFooter.styles.tsx +0 -11
- package/src/structure/components/pane/PaneFooter.tsx +0 -34
- package/src/structure/components/pane/PaneHeader.styles.tsx +0 -57
- package/src/structure/components/pane/PaneHeader.tsx +0 -137
- package/src/structure/components/pane/PaneHeaderActionButton.tsx +0 -154
- package/src/structure/components/pane/PaneLayout.styles.tsx +0 -27
- package/src/structure/components/pane/PaneLayout.tsx +0 -90
- package/src/structure/components/pane/PaneMenuButtonItem.tsx +0 -155
- package/src/structure/components/pane/constants.ts +0 -14
- package/src/structure/components/pane/helpers/_calcPaneResize.test.ts +0 -70
- package/src/structure/components/pane/helpers/_calcPaneResize.ts +0 -44
- package/src/structure/components/pane/helpers/_getDOMPath.ts +0 -27
- package/src/structure/components/pane/helpers/_sortElements.ts +0 -37
- package/src/structure/components/pane/helpers/index.ts +0 -3
- package/src/structure/components/pane/index.ts +0 -9
- package/src/structure/components/pane/paneLayoutController.test.ts +0 -40
- package/src/structure/components/pane/paneLayoutController.ts +0 -263
- package/src/structure/components/pane/types.ts +0 -111
- package/src/structure/components/pane/usePane.ts +0 -19
- package/src/structure/components/pane/usePaneLayout.ts +0 -19
- package/src/structure/components/paneHeaderActions/InsufficientPermissionsMessageTooltip.tsx +0 -47
- package/src/structure/components/paneHeaderActions/PaneHeaderActions.tsx +0 -165
- package/src/structure/components/paneHeaderActions/PaneHeaderCreateButton.tsx +0 -219
- package/src/structure/components/paneHeaderActions/index.ts +0 -1
- package/src/structure/components/paneItem/PaneItem.tsx +0 -189
- package/src/structure/components/paneItem/PaneItemPreview.tsx +0 -95
- package/src/structure/components/paneItem/helpers.tsx +0 -65
- package/src/structure/components/paneItem/index.ts +0 -1
- package/src/structure/components/paneItem/types.ts +0 -7
- package/src/structure/components/paneRouter/BackLink.tsx +0 -19
- package/src/structure/components/paneRouter/ChildLink.tsx +0 -29
- package/src/structure/components/paneRouter/PaneRouterProvider.tsx +0 -248
- package/src/structure/components/paneRouter/ParameterizedLink.tsx +0 -50
- package/src/structure/components/paneRouter/ReferenceChildLink.tsx +0 -26
- package/src/structure/components/paneRouter/index.ts +0 -4
- package/src/structure/components/paneRouter/types.ts +0 -173
- package/src/structure/components/paneRouter/usePaneRouter.ts +0 -13
- package/src/structure/components/requestPermissionDialog/RequestPermissionDialog.tsx +0 -182
- package/src/structure/components/requestPermissionDialog/__telemetry__/RequestPermissionDialog.telemetry.ts +0 -15
- package/src/structure/components/requestPermissionDialog/index.ts +0 -2
- package/src/structure/components/requestPermissionDialog/useRoleRequestsStatus.tsx +0 -94
- package/src/structure/components/spacerButton/SpacerButton.tsx +0 -32
- package/src/structure/components/spacerButton/index.ts +0 -1
- package/src/structure/components/structureTool/NoDocumentTypesScreen.tsx +0 -44
- package/src/structure/components/structureTool/StructureError.tsx +0 -110
- package/src/structure/components/structureTool/StructureTitle.test.tsx +0 -218
- package/src/structure/components/structureTool/StructureTitle.tsx +0 -113
- package/src/structure/components/structureTool/StructureTool.tsx +0 -142
- package/src/structure/components/structureTool/StructureToolBoundary.tsx +0 -42
- package/src/structure/components/structureTool/index.ts +0 -1
- package/src/structure/components/structureTool/intentResolver/IntentResolver.tsx +0 -74
- package/src/structure/components/structureTool/intentResolver/index.ts +0 -1
- package/src/structure/components/structureTool/intentResolver/utils.ts +0 -39
- package/src/structure/constants.ts +0 -9
- package/src/structure/diffView/components/DialogLayout.ts +0 -14
- package/src/structure/diffView/components/DiffView.tsx +0 -72
- package/src/structure/diffView/components/DiffViewPane.tsx +0 -276
- package/src/structure/diffView/components/EditReferenceLinkComponent.tsx +0 -29
- package/src/structure/diffView/components/PathSyncChannelSubscriber.ts +0 -9
- package/src/structure/diffView/components/Scroller.ts +0 -11
- package/src/structure/diffView/constants.ts +0 -19
- package/src/structure/diffView/hooks/useCreatePathSyncChannel.ts +0 -11
- package/src/structure/diffView/hooks/useDiffViewRouter.ts +0 -90
- package/src/structure/diffView/hooks/useDiffViewState.ts +0 -154
- package/src/structure/diffView/hooks/usePathSyncChannel.ts +0 -40
- package/src/structure/diffView/hooks/useScrollMirror.tsx +0 -20
- package/src/structure/diffView/index.ts +0 -1
- package/src/structure/diffView/plugin/DiffViewDocumentLayout.tsx +0 -41
- package/src/structure/diffView/types/diffViewMode.ts +0 -9
- package/src/structure/diffView/types/pathSyncChannel.ts +0 -23
- package/src/structure/diffView/versionMode/components/VersionModeHeader.tsx +0 -377
- package/src/structure/documentActions/DeleteAction.tsx +0 -111
- package/src/structure/documentActions/DiscardChangesAction.tsx +0 -110
- package/src/structure/documentActions/DuplicateAction.tsx +0 -98
- package/src/structure/documentActions/HistoryRestoreAction.tsx +0 -92
- package/src/structure/documentActions/PublishAction.tsx +0 -240
- package/src/structure/documentActions/UnpublishAction.tsx +0 -123
- package/src/structure/documentActions/__telemetry__/documentActions.telemetry.ts +0 -18
- package/src/structure/documentActions/index.ts +0 -6
- package/src/structure/documentBadges/LiveEditBadge.ts +0 -16
- package/src/structure/documentBadges/index.ts +0 -1
- package/src/structure/getIntentState.ts +0 -70
- package/src/structure/hooks/useDocumentIdStack.ts +0 -65
- package/src/structure/hooks/useFilteredReleases.ts +0 -84
- package/src/structure/i18n/index.ts +0 -27
- package/src/structure/i18n/resources.ts +0 -621
- package/src/structure/index.ts +0 -22
- package/src/structure/menuNodes.ts +0 -152
- package/src/structure/panes/StructureToolPane.tsx +0 -98
- package/src/structure/panes/document/DocumentEventsPane.tsx +0 -114
- package/src/structure/panes/document/DocumentInspectorMenuItemsResolver.tsx +0 -100
- package/src/structure/panes/document/DocumentOperationResults.tsx +0 -96
- package/src/structure/panes/document/DocumentPane.tsx +0 -201
- package/src/structure/panes/document/DocumentPaneContext.ts +0 -105
- package/src/structure/panes/document/DocumentPaneLegacyTimeline.tsx +0 -61
- package/src/structure/panes/document/DocumentPaneProvider.tsx +0 -543
- package/src/structure/panes/document/DocumentPaneProviderWrapper.tsx +0 -18
- package/src/structure/panes/document/__telemetry__/documentPanes.telemetry.ts +0 -10
- package/src/structure/panes/document/__telemetry__/index.ts +0 -1
- package/src/structure/panes/document/comments/CommentsWrapper.tsx +0 -102
- package/src/structure/panes/document/comments/index.ts +0 -1
- package/src/structure/panes/document/constants.ts +0 -18
- package/src/structure/panes/document/document-layout/DocumentLayout.tsx +0 -245
- package/src/structure/panes/document/document-layout/DocumentLayoutError.tsx +0 -64
- package/src/structure/panes/document/document-layout/DocumentLayoutFooter.tsx +0 -53
- package/src/structure/panes/document/document-layout/index.ts +0 -2
- package/src/structure/panes/document/document-layout/pickDocumentLayoutComponent.ts +0 -11
- package/src/structure/panes/document/document-layout/useDocumentLayoutComponent.ts +0 -18
- package/src/structure/panes/document/documentInspector/DocumentInspectorHeader.tsx +0 -52
- package/src/structure/panes/document/documentInspector/DocumentInspectorPanel.tsx +0 -55
- package/src/structure/panes/document/documentInspector/index.ts +0 -2
- package/src/structure/panes/document/documentPanel/DocumentPanel.tsx +0 -313
- package/src/structure/panes/document/documentPanel/banners/ArchivedReleaseDocumentBanner.tsx +0 -70
- package/src/structure/panes/document/documentPanel/banners/Banner.tsx +0 -46
- package/src/structure/panes/document/documentPanel/banners/CanvasLinkedBanner.tsx +0 -130
- package/src/structure/panes/document/documentPanel/banners/CreateLinkedBanner.tsx +0 -21
- package/src/structure/panes/document/documentPanel/banners/DeletedDocumentBanners.tsx +0 -81
- package/src/structure/panes/document/documentPanel/banners/DeprecatedDocumentTypeBanner.tsx +0 -29
- package/src/structure/panes/document/documentPanel/banners/DocumentNotInReleaseBanner.tsx +0 -128
- package/src/structure/panes/document/documentPanel/banners/DraftLiveEditBanner.tsx +0 -81
- package/src/structure/panes/document/documentPanel/banners/InsufficientPermissionBanner.tsx +0 -95
- package/src/structure/panes/document/documentPanel/banners/OpenReleaseToEditBanner.tsx +0 -125
- package/src/structure/panes/document/documentPanel/banners/ReferenceChangedBanner.tsx +0 -176
- package/src/structure/panes/document/documentPanel/banners/RevisionNotFoundBanner.tsx +0 -23
- package/src/structure/panes/document/documentPanel/banners/ScheduledReleaseBanner.tsx +0 -40
- package/src/structure/panes/document/documentPanel/banners/UnpublishedDocumentBanner.tsx +0 -50
- package/src/structure/panes/document/documentPanel/banners/__telemetry__/DraftLiveEditBanner.telemetry.ts +0 -15
- package/src/structure/panes/document/documentPanel/banners/index.ts +0 -4
- package/src/structure/panes/document/documentPanel/documentViews/FormHeader.tsx +0 -91
- package/src/structure/panes/document/documentPanel/documentViews/FormView.tsx +0 -247
- package/src/structure/panes/document/documentPanel/documentViews/index.ts +0 -1
- package/src/structure/panes/document/documentPanel/documentViews/styles.ts +0 -6
- package/src/structure/panes/document/documentPanel/header/DocumentHeaderTabs.tsx +0 -65
- package/src/structure/panes/document/documentPanel/header/DocumentHeaderTitle.tsx +0 -48
- package/src/structure/panes/document/documentPanel/header/DocumentPanelHeader.tsx +0 -352
- package/src/structure/panes/document/documentPanel/header/DocumentPanelSubHeader.tsx +0 -83
- package/src/structure/panes/document/documentPanel/header/FavoriteToggle.tsx +0 -37
- package/src/structure/panes/document/documentPanel/header/index.ts +0 -1
- package/src/structure/panes/document/documentPanel/header/perspective/DocumentPerspectiveList.tsx +0 -328
- package/src/structure/panes/document/documentPanel/index.ts +0 -1
- package/src/structure/panes/document/getInitialValueTemplateOpts.ts +0 -45
- package/src/structure/panes/document/index.ts +0 -3
- package/src/structure/panes/document/inspectDialog/InspectDialog.styles.tsx +0 -131
- package/src/structure/panes/document/inspectDialog/InspectDialog.tsx +0 -135
- package/src/structure/panes/document/inspectDialog/Search.tsx +0 -26
- package/src/structure/panes/document/inspectDialog/constants.ts +0 -3
- package/src/structure/panes/document/inspectDialog/helpers.ts +0 -60
- package/src/structure/panes/document/inspectDialog/index.ts +0 -1
- package/src/structure/panes/document/inspectDialog/types.ts +0 -4
- package/src/structure/panes/document/inspectors/changes/ChangesInspector.tsx +0 -148
- package/src/structure/panes/document/inspectors/changes/ChangesTabs.tsx +0 -158
- package/src/structure/panes/document/inspectors/changes/EventsInspector.tsx +0 -314
- package/src/structure/panes/document/inspectors/changes/EventsSelector.tsx +0 -118
- package/src/structure/panes/document/inspectors/changes/HistorySelector.tsx +0 -97
- package/src/structure/panes/document/inspectors/changes/helpers.ts +0 -20
- package/src/structure/panes/document/inspectors/changes/index.ts +0 -31
- package/src/structure/panes/document/inspectors/validation/ValidationInspector.tsx +0 -167
- package/src/structure/panes/document/inspectors/validation/getPathTitles.ts +0 -130
- package/src/structure/panes/document/inspectors/validation/index.ts +0 -66
- package/src/structure/panes/document/keyboardShortcuts/DocumentActionShortcuts.tsx +0 -152
- package/src/structure/panes/document/keyboardShortcuts/index.ts +0 -1
- package/src/structure/panes/document/menuItems.ts +0 -106
- package/src/structure/panes/document/pane.ts +0 -1
- package/src/structure/panes/document/statusBar/ActionMenuButton.tsx +0 -149
- package/src/structure/panes/document/statusBar/ActionStateDialog.tsx +0 -73
- package/src/structure/panes/document/statusBar/DocumentBadges.tsx +0 -76
- package/src/structure/panes/document/statusBar/DocumentStatusBar.tsx +0 -126
- package/src/structure/panes/document/statusBar/DocumentStatusBarActions.tsx +0 -196
- package/src/structure/panes/document/statusBar/DocumentStatusLine.tsx +0 -236
- package/src/structure/panes/document/statusBar/DocumentStatusPulse/AnimatedStatusIcon.tsx +0 -154
- package/src/structure/panes/document/statusBar/DocumentStatusPulse/DocumentStatusPulse.tsx +0 -44
- package/src/structure/panes/document/statusBar/DocumentStatusPulse/index.ts +0 -1
- package/src/structure/panes/document/statusBar/RevisionStatusLine.tsx +0 -58
- package/src/structure/panes/document/statusBar/dialogs/ConfirmDialog.tsx +0 -93
- package/src/structure/panes/document/statusBar/dialogs/ModalDialog.tsx +0 -42
- package/src/structure/panes/document/statusBar/dialogs/PopoverDialog.tsx +0 -52
- package/src/structure/panes/document/statusBar/dialogs/constants.ts +0 -12
- package/src/structure/panes/document/statusBar/index.ts +0 -2
- package/src/structure/panes/document/statusBar/useResizeObserver.ts +0 -22
- package/src/structure/panes/document/timeline/TimelineError.tsx +0 -27
- package/src/structure/panes/document/timeline/constants.ts +0 -20
- package/src/structure/panes/document/timeline/events/EventTimelineItem.tsx +0 -70
- package/src/structure/panes/document/timeline/events/EventsTimeline.tsx +0 -266
- package/src/structure/panes/document/timeline/events/EventsTimelineMenu.tsx +0 -218
- package/src/structure/panes/document/timeline/events/PublishedEventMenu.tsx +0 -169
- package/src/structure/panes/document/timeline/expandableTimelineItemButton.tsx +0 -74
- package/src/structure/panes/document/timeline/helpers.ts +0 -8
- package/src/structure/panes/document/timeline/index.ts +0 -4
- package/src/structure/panes/document/timeline/timeline.styled.tsx +0 -25
- package/src/structure/panes/document/timeline/timeline.tsx +0 -210
- package/src/structure/panes/document/timeline/timelineI18n.ts +0 -17
- package/src/structure/panes/document/timeline/timelineItem.tsx +0 -198
- package/src/structure/panes/document/timeline/timelineMenu.tsx +0 -204
- package/src/structure/panes/document/timeline/userAvatarStack.tsx +0 -24
- package/src/structure/panes/document/timeline/utils.test.ts +0 -249
- package/src/structure/panes/document/timeline/utils.ts +0 -81
- package/src/structure/panes/document/types.ts +0 -29
- package/src/structure/panes/document/useDocumentPane.tsx +0 -15
- package/src/structure/panes/document/useDocumentPaneInitialValue.ts +0 -45
- package/src/structure/panes/document/useDocumentPaneInspector.ts +0 -193
- package/src/structure/panes/document/useDocumentTitle.ts +0 -61
- package/src/structure/panes/document/usePreviewUrl.ts +0 -40
- package/src/structure/panes/document/useResetHistoryParams.ts +0 -47
- package/src/structure/panes/documentList/DocumentListPane.tsx +0 -246
- package/src/structure/panes/documentList/DocumentListPaneContent.tsx +0 -320
- package/src/structure/panes/documentList/PaneContainer.tsx +0 -150
- package/src/structure/panes/documentList/PaneHeader.tsx +0 -90
- package/src/structure/panes/documentList/constants.ts +0 -8
- package/src/structure/panes/documentList/helpers.ts +0 -241
- package/src/structure/panes/documentList/index.ts +0 -9
- package/src/structure/panes/documentList/listenSearchQuery.ts +0 -202
- package/src/structure/panes/documentList/pane.ts +0 -1
- package/src/structure/panes/documentList/sheetList/ColumnsControl.tsx +0 -85
- package/src/structure/panes/documentList/sheetList/DocumentSheetListFilter.tsx +0 -20
- package/src/structure/panes/documentList/sheetList/DocumentSheetListHeader.tsx +0 -108
- package/src/structure/panes/documentList/sheetList/DocumentSheetListPaginator.tsx +0 -74
- package/src/structure/panes/documentList/sheetList/DocumentSheetListPane.tsx +0 -166
- package/src/structure/panes/documentList/sheetList/DocumentSheetListProvider.tsx +0 -284
- package/src/structure/panes/documentList/sheetList/DocumentSheetListSelect.tsx +0 -61
- package/src/structure/panes/documentList/sheetList/SheetListCell.tsx +0 -222
- package/src/structure/panes/documentList/sheetList/useDocumentSheetColumns.tsx +0 -197
- package/src/structure/panes/documentList/sheetList/useDocumentSheetList.ts +0 -31
- package/src/structure/panes/documentList/sheetList/useDocumentSheetListStore.ts +0 -249
- package/src/structure/panes/documentList/types.ts +0 -14
- package/src/structure/panes/documentList/useDocumentList.ts +0 -296
- package/src/structure/panes/error/ErrorPane.tsx +0 -43
- package/src/structure/panes/error/index.ts +0 -1
- package/src/structure/panes/index.ts +0 -3
- package/src/structure/panes/list/ListPane.tsx +0 -56
- package/src/structure/panes/list/ListPaneContent.tsx +0 -154
- package/src/structure/panes/list/ListPaneHeader.tsx +0 -40
- package/src/structure/panes/list/index.ts +0 -1
- package/src/structure/panes/loading/LoadingPane.tsx +0 -106
- package/src/structure/panes/loading/getWaitMessages.ts +0 -46
- package/src/structure/panes/loading/index.ts +0 -1
- package/src/structure/panes/types.ts +0 -30
- package/src/structure/panes/unknown/UnknownPaneType.tsx +0 -42
- package/src/structure/panes/unknown/index.ts +0 -1
- package/src/structure/panes/userComponent/UserComponentPane.tsx +0 -60
- package/src/structure/panes/userComponent/UserComponentPaneContent.tsx +0 -24
- package/src/structure/panes/userComponent/UserComponentPaneHeader.tsx +0 -52
- package/src/structure/panes/userComponent/index.ts +0 -1
- package/src/structure/router.ts +0 -206
- package/src/structure/structureBuilder/ChildResolver.ts +0 -55
- package/src/structure/structureBuilder/Component.ts +0 -264
- package/src/structure/structureBuilder/Divider.ts +0 -67
- package/src/structure/structureBuilder/Document.ts +0 -387
- package/src/structure/structureBuilder/DocumentList.ts +0 -368
- package/src/structure/structureBuilder/DocumentListItem.ts +0 -109
- package/src/structure/structureBuilder/DocumentTypeList.ts +0 -77
- package/src/structure/structureBuilder/GenericList.ts +0 -331
- package/src/structure/structureBuilder/InitialValueTemplateItem.ts +0 -233
- package/src/structure/structureBuilder/Intent.ts +0 -125
- package/src/structure/structureBuilder/Layout.ts +0 -1
- package/src/structure/structureBuilder/List.ts +0 -217
- package/src/structure/structureBuilder/ListItem.ts +0 -345
- package/src/structure/structureBuilder/MenuItem.ts +0 -323
- package/src/structure/structureBuilder/MenuItemGroup.ts +0 -134
- package/src/structure/structureBuilder/SerializeError.ts +0 -43
- package/src/structure/structureBuilder/Sort.ts +0 -34
- package/src/structure/structureBuilder/StructureNodes.ts +0 -167
- package/src/structure/structureBuilder/createStructureBuilder.ts +0 -144
- package/src/structure/structureBuilder/documentTypeListItems.ts +0 -153
- package/src/structure/structureBuilder/index.ts +0 -18
- package/src/structure/structureBuilder/types.ts +0 -273
- package/src/structure/structureBuilder/util/getExtendedProjection.ts +0 -45
- package/src/structure/structureBuilder/util/getStructureNodeId.ts +0 -14
- package/src/structure/structureBuilder/util/resolveTypeForDocument.ts +0 -17
- package/src/structure/structureBuilder/util/validateId.ts +0 -37
- package/src/structure/structureBuilder/views/ComponentView.ts +0 -119
- package/src/structure/structureBuilder/views/FormView.ts +0 -47
- package/src/structure/structureBuilder/views/View.ts +0 -132
- package/src/structure/structureBuilder/views/index.ts +0 -15
- package/src/structure/structureResolvers/PaneResolutionError.ts +0 -27
- package/src/structure/structureResolvers/assignId.ts +0 -18
- package/src/structure/structureResolvers/createPaneResolver.ts +0 -100
- package/src/structure/structureResolvers/createResolvedPaneNodeStream.ts +0 -445
- package/src/structure/structureResolvers/index.ts +0 -3
- package/src/structure/structureResolvers/leven.ts +0 -84
- package/src/structure/structureResolvers/memoBind.ts +0 -34
- package/src/structure/structureResolvers/resolveIntent.ts +0 -206
- package/src/structure/structureResolvers/useResolvedPanes.ts +0 -124
- package/src/structure/structureResolvers/validateStructure.ts +0 -78
- package/src/structure/structureTool.ts +0 -150
- package/src/structure/types.ts +0 -394
- package/src/structure/useStructureTool.ts +0 -12
- package/src/structure/useStructureToolSetting.ts +0 -37
- package/src/structure/util/toLowerCaseNoSpaces.tsx +0 -10
- package/src/ui-components/button/Button.tsx +0 -96
- package/src/ui-components/button/index.ts +0 -1
- package/src/ui-components/conditionalWrapper/ConditionalWrapper.tsx +0 -22
- package/src/ui-components/conditionalWrapper/index.ts +0 -1
- package/src/ui-components/dialog/Dialog.tsx +0 -113
- package/src/ui-components/dialog/index.ts +0 -1
- package/src/ui-components/errorBoundary/ErrorBoundary.tsx +0 -37
- package/src/ui-components/errorBoundary/index.ts +0 -1
- package/src/ui-components/index.ts +0 -13
- package/src/ui-components/menuButton/MenuButton.tsx +0 -33
- package/src/ui-components/menuButton/index.ts +0 -1
- package/src/ui-components/menuGroup/MenuGroup.tsx +0 -44
- package/src/ui-components/menuGroup/index.ts +0 -1
- package/src/ui-components/menuItem/MenuItem.tsx +0 -203
- package/src/ui-components/menuItem/index.ts +0 -1
- package/src/ui-components/popover/Popover.tsx +0 -20
- package/src/ui-components/popover/index.ts +0 -1
- package/src/ui-components/tab/Tab.tsx +0 -25
- package/src/ui-components/tab/index.ts +0 -1
- package/src/ui-components/toneIcon/ToneIcon.tsx +0 -22
- package/src/ui-components/tooltip/Tooltip.tsx +0 -74
- package/src/ui-components/tooltip/constants.ts +0 -3
- package/src/ui-components/tooltip/index.ts +0 -2
- package/src/ui-components/tooltipDelayGroupProvider/TooltipDelayGroupProvider.tsx +0 -23
- package/src/ui-components/tooltipDelayGroupProvider/index.ts +0 -1
@@ -1,224 +0,0 @@
|
|
1
|
-
export function CreateSvg() {
|
2
|
-
return (
|
3
|
-
<svg
|
4
|
-
height="auto"
|
5
|
-
width="100%"
|
6
|
-
viewBox="0 0 307 201"
|
7
|
-
fill="none"
|
8
|
-
xmlns="http://www.w3.org/2000/svg"
|
9
|
-
preserveAspectRatio="xMinYMin"
|
10
|
-
style={{display: 'block'}}
|
11
|
-
>
|
12
|
-
<g>
|
13
|
-
<rect width="307" height="201" fill="url(#paint0_radial_38_7016)" />
|
14
|
-
<path
|
15
|
-
d="M168.5 -0.5V-1H167.5V-0.5H168.5ZM167.646 174.854C167.842 175.049 168.158 175.049 168.354 174.854L171.536 171.672C171.731 171.476 171.731 171.16 171.536 170.964C171.34 170.769 171.024 170.769 170.828 170.964L168 173.793L165.172 170.964C164.976 170.769 164.66 170.769 164.464 170.964C164.269 171.16 164.269 171.476 164.464 171.672L167.646 174.854ZM167.5 -0.5V174.5H168.5V-0.5H167.5Z"
|
16
|
-
fill="url(#paint1_linear_38_7016)"
|
17
|
-
/>
|
18
|
-
<path
|
19
|
-
d="M251 37.5H352C353.381 37.5 354.5 38.6193 354.5 40V64C354.5 65.3807 353.381 66.5 352 66.5H251C249.619 66.5 248.5 65.3807 248.5 64V40C248.5 38.6193 249.619 37.5 251 37.5Z"
|
20
|
-
fill="#181410"
|
21
|
-
stroke="#F9BC15"
|
22
|
-
/>
|
23
|
-
<path
|
24
|
-
d="M251 104.5H352C353.381 104.5 354.5 105.619 354.5 107V210C354.5 211.381 353.381 212.5 352 212.5H251C249.619 212.5 248.5 211.381 248.5 210V107C248.5 105.619 249.619 104.5 251 104.5Z"
|
25
|
-
fill="#071715"
|
26
|
-
stroke="#0FF0A1"
|
27
|
-
/>
|
28
|
-
<path
|
29
|
-
d="M58.7803 20C58.7803 16.6863 61.4666 14 64.7803 14H135.484C138.797 14 141.484 16.6863 141.484 20V23.1429C141.484 26.4566 138.797 29.1429 135.484 29.1429H64.7803C61.4666 29.1429 58.7803 26.4566 58.7803 23.1429V20Z"
|
30
|
-
fill="#0FF0A1"
|
31
|
-
/>
|
32
|
-
<path
|
33
|
-
d="M25 50.2857C25 46.972 27.6863 44.2857 31 44.2857H148.297C151.61 44.2857 154.297 46.972 154.297 50.2857V53.4286C154.297 56.7423 151.61 59.4286 148.297 59.4286H31C27.6863 59.4286 25 56.7423 25 53.4286V50.2857Z"
|
34
|
-
fill="#F9BC15"
|
35
|
-
/>
|
36
|
-
<path
|
37
|
-
d="M25 80.5714C25 77.2577 27.6863 74.5714 31 74.5714H141.308C144.621 74.5714 147.308 77.2577 147.308 80.5714V114C147.308 117.314 144.621 120 141.308 120H31C27.6863 120 25 117.314 25 114V80.5714Z"
|
38
|
-
fill="#0FF0A1"
|
39
|
-
/>
|
40
|
-
<path
|
41
|
-
d="M28.4941 21.5714C28.4941 19.3198 30.3194 17.4945 32.5711 17.4945H51.2084C53.46 17.4945 55.2853 19.3198 55.2853 21.5714V21.5714C55.2853 23.8231 53.46 25.6484 51.2084 25.6484H32.5711C30.3194 25.6484 28.4941 23.8231 28.4941 21.5714V21.5714Z"
|
42
|
-
fill="#383D51"
|
43
|
-
/>
|
44
|
-
<path
|
45
|
-
d="M28.4941 82.1429C28.4941 79.8912 30.3194 78.0659 32.5711 78.0659H46.5491C48.8007 78.0659 50.626 79.8912 50.626 82.1429V82.1429C50.626 84.3945 48.8007 86.2198 46.5491 86.2198H32.5711C30.3194 86.2198 28.4941 84.3945 28.4941 82.1429V82.1429Z"
|
46
|
-
fill="#015133"
|
47
|
-
/>
|
48
|
-
<path
|
49
|
-
d="M62.2744 21.5714C62.2744 19.3198 64.0997 17.4945 66.3513 17.4945H100.132C102.383 17.4945 104.208 19.3198 104.208 21.5714V21.5714C104.208 23.8231 102.383 25.6484 100.132 25.6484H66.3513C64.0997 25.6484 62.2744 23.8231 62.2744 21.5714V21.5714Z"
|
50
|
-
fill="#015133"
|
51
|
-
/>
|
52
|
-
<path
|
53
|
-
d="M111.198 21.5714C111.198 19.3198 113.024 17.4945 115.275 17.4945H133.913C136.164 17.4945 137.989 19.3198 137.989 21.5714V21.5714C137.989 23.8231 136.164 25.6484 133.913 25.6484H115.275C113.024 25.6484 111.198 23.8231 111.198 21.5714V21.5714Z"
|
54
|
-
fill="#015133"
|
55
|
-
/>
|
56
|
-
<path
|
57
|
-
d="M28.4941 36.7143C28.4941 34.4627 30.3194 32.6374 32.5711 32.6374H86.1535C88.4051 32.6374 90.2304 34.4627 90.2304 36.7143V36.7143C90.2304 38.9659 88.4051 40.7912 86.1535 40.7912H32.5711C30.3194 40.7912 28.4941 38.9659 28.4941 36.7143V36.7143Z"
|
58
|
-
fill="#383D51"
|
59
|
-
/>
|
60
|
-
<path
|
61
|
-
d="M97.2197 36.7143C97.2197 34.4627 99.045 32.6374 101.297 32.6374H131.582C133.834 32.6374 135.659 34.4627 135.659 36.7143V36.7143C135.659 38.9659 133.834 40.7912 131.582 40.7912H101.297C99.045 40.7912 97.2197 38.9659 97.2197 36.7143V36.7143Z"
|
62
|
-
fill="#383D51"
|
63
|
-
/>
|
64
|
-
<path
|
65
|
-
d="M28.4941 51.8571C28.4941 49.6055 30.3194 47.7802 32.5711 47.7802H66.3513C68.6029 47.7802 70.4282 49.6055 70.4282 51.8571V51.8571C70.4282 54.1088 68.6029 55.9341 66.3513 55.9341H32.5711C30.3194 55.9341 28.4941 54.1088 28.4941 51.8571V51.8571Z"
|
66
|
-
fill="#965908"
|
67
|
-
/>
|
68
|
-
<path
|
69
|
-
d="M77.418 51.8571C77.418 49.6055 79.2433 47.7802 81.4949 47.7802H146.726C148.977 47.7802 150.803 49.6055 150.803 51.8571V51.8571C150.803 54.1088 148.977 55.9341 146.726 55.9341H81.4949C79.2433 55.9341 77.418 54.1088 77.418 51.8571V51.8571Z"
|
70
|
-
fill="#965908"
|
71
|
-
/>
|
72
|
-
<path
|
73
|
-
d="M57.6152 82.1429C57.6152 79.8912 59.4405 78.0659 61.6922 78.0659H126.923C129.175 78.0659 131 79.8912 131 82.1429V82.1429C131 84.3945 129.175 86.2198 126.923 86.2198H61.6922C59.4405 86.2198 57.6152 84.3945 57.6152 82.1429V82.1429Z"
|
74
|
-
fill="#015133"
|
75
|
-
/>
|
76
|
-
<path
|
77
|
-
d="M28.4941 67C28.4941 64.7484 30.3194 62.9231 32.5711 62.9231H57.0326C59.2842 62.9231 61.1095 64.7484 61.1095 67V67C61.1095 69.2516 59.2842 71.0769 57.0326 71.0769H32.5711C30.3194 71.0769 28.4941 69.2516 28.4941 67V67Z"
|
78
|
-
fill="#383D51"
|
79
|
-
/>
|
80
|
-
<path
|
81
|
-
d="M28.4941 97.2857C28.4941 95.0341 30.3194 93.2088 32.5711 93.2088H93.1425C95.3941 93.2088 97.2194 95.0341 97.2194 97.2857V97.2857C97.2194 99.5373 95.3941 101.363 93.1425 101.363H32.5711C30.3194 101.363 28.4941 99.5373 28.4941 97.2857V97.2857Z"
|
82
|
-
fill="#015133"
|
83
|
-
/>
|
84
|
-
<path
|
85
|
-
d="M28.4941 112.429C28.4941 110.177 30.3194 108.352 32.5711 108.352H135.077C137.328 108.352 139.153 110.177 139.153 112.429V112.429C139.153 114.68 137.328 116.505 135.077 116.505H32.5711C30.3194 116.505 28.4941 114.68 28.4941 112.429V112.429Z"
|
86
|
-
fill="#015133"
|
87
|
-
/>
|
88
|
-
<path
|
89
|
-
d="M68.0986 67C68.0986 64.7484 69.9239 62.9231 72.1756 62.9231H109.45C111.702 62.9231 113.527 64.7484 113.527 67V67C113.527 69.2516 111.702 71.0769 109.45 71.0769H72.1756C69.9239 71.0769 68.0986 69.2516 68.0986 67V67Z"
|
90
|
-
fill="#383D51"
|
91
|
-
/>
|
92
|
-
<path
|
93
|
-
d="M104.209 97.2857C104.209 95.0341 106.034 93.2088 108.286 93.2088H139.736C141.988 93.2088 143.813 95.0341 143.813 97.2857V97.2857C143.813 99.5373 141.988 101.363 139.736 101.363H108.286C106.034 101.363 104.209 99.5373 104.209 97.2857V97.2857Z"
|
94
|
-
fill="#015133"
|
95
|
-
/>
|
96
|
-
<path
|
97
|
-
d="M120.517 67C120.517 64.7484 122.342 62.9231 124.594 62.9231H140.901C143.153 62.9231 144.978 64.7484 144.978 67V67C144.978 69.2516 143.153 71.0769 140.901 71.0769H124.594C122.342 71.0769 120.517 69.2516 120.517 67V67Z"
|
98
|
-
fill="#383D51"
|
99
|
-
/>
|
100
|
-
<path
|
101
|
-
d="M28.4941 203.143C28.4941 200.891 30.3194 199.066 32.5711 199.066H46.5491C48.8007 199.066 50.626 200.891 50.626 203.143V203.143C50.626 205.394 48.8007 207.22 46.5491 207.22H32.5711C30.3194 207.22 28.4941 205.394 28.4941 203.143V203.143Z"
|
102
|
-
fill="#383D51"
|
103
|
-
/>
|
104
|
-
<path
|
105
|
-
d="M28.4941 142.571C28.4941 140.32 30.3194 138.495 32.5711 138.495H133.912C136.163 138.495 137.988 140.32 137.988 142.571V142.571C137.988 144.823 136.163 146.648 133.912 146.648H32.5711C30.3194 146.648 28.4941 144.823 28.4941 142.571V142.571Z"
|
106
|
-
fill="#383D51"
|
107
|
-
/>
|
108
|
-
<path
|
109
|
-
d="M28.4941 157.714C28.4941 155.463 30.3194 153.637 32.5711 153.637H51.2082C53.4599 153.637 55.2852 155.463 55.2852 157.714V157.714C55.2852 159.966 53.4599 161.791 51.2082 161.791H32.5711C30.3194 161.791 28.4941 159.966 28.4941 157.714V157.714Z"
|
110
|
-
fill="#383D51"
|
111
|
-
/>
|
112
|
-
<path
|
113
|
-
d="M63.1094 157.714C63.1094 155.463 64.9347 153.637 67.1863 153.637H140.902C143.153 153.637 144.979 155.463 144.979 157.714V157.714C144.979 159.966 143.153 161.791 140.902 161.791H67.1863C64.9347 161.791 63.1094 159.966 63.1094 157.714V157.714Z"
|
114
|
-
fill="#383D51"
|
115
|
-
/>
|
116
|
-
<path
|
117
|
-
d="M28.4941 172.857C28.4941 170.606 30.3194 168.78 32.5711 168.78H41.4231C43.6747 168.78 45.5 170.606 45.5 172.857V172.857C45.5 175.109 43.6747 176.934 41.4231 176.934H32.5711C30.3194 176.934 28.4941 175.109 28.4941 172.857V172.857Z"
|
118
|
-
fill="#383D51"
|
119
|
-
/>
|
120
|
-
<path
|
121
|
-
d="M52.875 172.857C52.875 170.606 54.7003 168.78 56.9519 168.78H146.725C148.976 168.78 150.802 170.606 150.802 172.857V172.857C150.802 175.109 148.976 176.934 146.725 176.934H56.9519C54.7003 176.934 52.875 175.109 52.875 172.857V172.857Z"
|
122
|
-
fill="#383D51"
|
123
|
-
/>
|
124
|
-
<path
|
125
|
-
d="M57.6152 203.143C57.6152 200.891 59.4405 199.066 61.6922 199.066H126.923C129.175 199.066 131 200.891 131 203.143V203.143C131 205.394 129.175 207.22 126.923 207.22H61.6922C59.4405 207.22 57.6152 205.394 57.6152 203.143V203.143Z"
|
126
|
-
fill="#383D51"
|
127
|
-
/>
|
128
|
-
<path
|
129
|
-
d="M28.4941 188C28.4941 185.748 30.3194 183.923 32.5711 183.923H86.1537C88.4053 183.923 90.2306 185.748 90.2306 188V188C90.2306 190.252 88.4053 192.077 86.1537 192.077H32.5711C30.3194 192.077 28.4941 190.252 28.4941 188V188Z"
|
130
|
-
fill="#383D51"
|
131
|
-
/>
|
132
|
-
<path
|
133
|
-
d="M97.2197 188C97.2197 185.748 99.045 183.923 101.297 183.923H138.571C140.823 183.923 142.648 185.748 142.648 188V188C142.648 190.252 140.823 192.077 138.571 192.077H101.297C99.045 192.077 97.2197 190.252 97.2197 188V188Z"
|
134
|
-
fill="#383D51"
|
135
|
-
/>
|
136
|
-
<path
|
137
|
-
d="M254.062 29H251.145V19.5455H254.192C255.109 19.5455 255.894 19.7347 256.546 20.1133C257.199 20.4888 257.699 21.0289 258.047 21.7337C258.394 22.4354 258.568 23.2756 258.568 24.2543C258.568 25.2391 258.393 26.087 258.042 26.7979C257.691 27.5058 257.18 28.0505 256.509 28.4322C255.838 28.8107 255.023 29 254.062 29ZM252.29 27.9844H253.989C254.77 27.9844 255.418 27.8336 255.932 27.532C256.446 27.2304 256.829 26.801 257.082 26.244C257.334 25.6869 257.46 25.0237 257.46 24.2543C257.46 23.491 257.336 22.8339 257.086 22.283C256.837 21.729 256.465 21.3043 255.969 21.0089C255.474 20.7103 254.857 20.5611 254.118 20.5611H252.29V27.9844ZM263.314 29.1477C262.631 29.1477 262.041 28.9969 261.546 28.6953C261.053 28.3906 260.673 27.9659 260.406 27.4212C260.141 26.8733 260.009 26.2363 260.009 25.5099C260.009 24.7836 260.141 24.1435 260.406 23.5895C260.673 23.0324 261.046 22.5985 261.523 22.2876C262.003 21.9737 262.563 21.8168 263.203 21.8168C263.572 21.8168 263.937 21.8783 264.297 22.0014C264.657 22.1245 264.985 22.3246 265.281 22.6016C265.576 22.8755 265.811 23.2386 265.987 23.6911C266.162 24.1435 266.25 24.7005 266.25 25.3622V25.8239H260.784V24.8821H265.142C265.142 24.482 265.062 24.125 264.902 23.8111C264.745 23.4972 264.52 23.2494 264.228 23.0678C263.939 22.8862 263.597 22.7955 263.203 22.7955C262.769 22.7955 262.394 22.9032 262.077 23.1186C261.763 23.331 261.521 23.608 261.352 23.9496C261.183 24.2912 261.098 24.6574 261.098 25.0483V25.6761C261.098 26.2116 261.19 26.6656 261.375 27.038C261.563 27.4073 261.823 27.6889 262.155 27.8828C262.488 28.0736 262.874 28.169 263.314 28.169C263.6 28.169 263.859 28.129 264.089 28.049C264.323 27.9659 264.525 27.8428 264.694 27.6797C264.864 27.5135 264.994 27.3073 265.087 27.0611L266.139 27.3565C266.028 27.7135 265.842 28.0275 265.581 28.2983C265.319 28.5661 264.996 28.7753 264.611 28.9261C264.226 29.0739 263.794 29.1477 263.314 29.1477ZM272.93 23.4972L271.951 23.7741C271.89 23.611 271.799 23.4525 271.679 23.2987C271.562 23.1417 271.402 23.0124 271.199 22.9109C270.996 22.8093 270.736 22.7585 270.419 22.7585C269.985 22.7585 269.623 22.8585 269.334 23.0586C269.048 23.2556 268.904 23.5064 268.904 23.8111C268.904 24.0819 269.003 24.2958 269.2 24.4528C269.397 24.6097 269.705 24.7405 270.123 24.8452L271.176 25.1037C271.81 25.2576 272.282 25.493 272.593 25.81C272.904 26.1239 273.059 26.5286 273.059 27.0241C273.059 27.4304 272.942 27.7936 272.708 28.1136C272.478 28.4337 272.154 28.6861 271.739 28.8707C271.324 29.0554 270.84 29.1477 270.289 29.1477C269.566 29.1477 268.968 28.9908 268.494 28.6768C268.02 28.3629 267.72 27.9044 267.593 27.3011L268.627 27.0426C268.726 27.4242 268.912 27.7105 269.186 27.9013C269.463 28.0921 269.825 28.1875 270.271 28.1875C270.779 28.1875 271.182 28.0798 271.48 27.8643C271.782 27.6458 271.933 27.3842 271.933 27.0795C271.933 26.8333 271.847 26.6271 271.674 26.4609C271.502 26.2917 271.237 26.1655 270.88 26.0824L269.699 25.8054C269.049 25.6515 268.572 25.413 268.267 25.0898C267.966 24.7636 267.815 24.3558 267.815 23.8665C267.815 23.4664 267.927 23.1125 268.152 22.8047C268.38 22.4969 268.689 22.2553 269.08 22.0799C269.474 21.9045 269.92 21.8168 270.419 21.8168C271.12 21.8168 271.671 21.9706 272.071 22.2784C272.475 22.5862 272.761 22.9924 272.93 23.4972ZM277.58 29.1477C276.915 29.1477 276.343 28.9908 275.863 28.6768C275.383 28.3629 275.013 27.9305 274.755 27.3796C274.496 26.8287 274.367 26.1993 274.367 25.4915C274.367 24.7713 274.499 24.1358 274.764 23.5849C275.032 23.0309 275.404 22.5985 275.881 22.2876C276.361 21.9737 276.921 21.8168 277.562 21.8168C278.06 21.8168 278.509 21.9091 278.91 22.0938C279.31 22.2784 279.637 22.5369 279.893 22.8693C280.148 23.2017 280.307 23.5895 280.368 24.0327H279.279C279.196 23.7095 279.011 23.4233 278.725 23.174C278.442 22.9216 278.06 22.7955 277.58 22.7955C277.155 22.7955 276.783 22.9062 276.463 23.1278C276.146 23.3464 275.898 23.6557 275.72 24.0558C275.544 24.4528 275.456 24.919 275.456 25.4545C275.456 26.0024 275.543 26.4794 275.715 26.8857C275.89 27.2919 276.137 27.6074 276.454 27.832C276.774 28.0567 277.149 28.169 277.58 28.169C277.863 28.169 278.12 28.1198 278.351 28.0213C278.582 27.9228 278.777 27.7812 278.937 27.5966C279.097 27.4119 279.211 27.1903 279.279 26.9318H280.368C280.307 27.3504 280.154 27.7274 279.911 28.0629C279.671 28.3952 279.353 28.6599 278.956 28.8569C278.562 29.0508 278.103 29.1477 277.58 29.1477ZM281.961 29V21.9091H283.014V22.9801H283.087C283.217 22.6293 283.451 22.3446 283.789 22.1261C284.128 21.9076 284.509 21.7983 284.934 21.7983C285.014 21.7983 285.114 21.7998 285.234 21.8029C285.354 21.806 285.445 21.8106 285.506 21.8168V22.9247C285.47 22.9155 285.385 22.9016 285.253 22.8832C285.123 22.8616 284.986 22.8509 284.842 22.8509C284.497 22.8509 284.189 22.9232 283.918 23.0678C283.651 23.2094 283.438 23.4064 283.281 23.6587C283.127 23.908 283.051 24.1927 283.051 24.5128V29H281.961ZM286.798 29V21.9091H287.887V29H286.798ZM287.352 20.7273C287.14 20.7273 286.956 20.6549 286.803 20.5103C286.652 20.3656 286.576 20.1918 286.576 19.9886C286.576 19.7855 286.652 19.6116 286.803 19.467C286.956 19.3223 287.14 19.25 287.352 19.25C287.564 19.25 287.746 19.3223 287.897 19.467C288.051 19.6116 288.127 19.7855 288.127 19.9886C288.127 20.1918 288.051 20.3656 287.897 20.5103C287.746 20.6549 287.564 20.7273 287.352 20.7273ZM289.883 31.6591V21.9091H290.935V23.0355H291.065C291.145 22.9124 291.256 22.7554 291.397 22.5646C291.542 22.3707 291.748 22.1984 292.016 22.0476C292.287 21.8937 292.653 21.8168 293.114 21.8168C293.711 21.8168 294.238 21.966 294.693 22.2646C295.149 22.5631 295.504 22.9863 295.76 23.5341C296.015 24.0819 296.143 24.7282 296.143 25.473C296.143 26.224 296.015 26.8749 295.76 27.4258C295.504 27.9736 295.15 28.3983 294.698 28.6999C294.245 28.9985 293.724 29.1477 293.133 29.1477C292.677 29.1477 292.313 29.0723 292.039 28.9215C291.765 28.7676 291.554 28.5937 291.406 28.3999C291.259 28.2029 291.145 28.0398 291.065 27.9105H290.972V31.6591H289.883ZM290.954 25.4545C290.954 25.9901 291.032 26.4625 291.189 26.8718C291.346 27.2781 291.576 27.5966 291.877 27.8274C292.179 28.0552 292.548 28.169 292.985 28.169C293.441 28.169 293.821 28.049 294.125 27.8089C294.433 27.5658 294.664 27.2396 294.818 26.8303C294.975 26.4179 295.053 25.9593 295.053 25.4545C295.053 24.956 294.976 24.5066 294.823 24.1065C294.672 23.7034 294.442 23.3848 294.135 23.1509C293.83 22.9139 293.447 22.7955 292.985 22.7955C292.542 22.7955 292.17 22.9078 291.868 23.1325C291.566 23.354 291.339 23.6649 291.185 24.065C291.031 24.462 290.954 24.9252 290.954 25.4545ZM300.889 21.9091V22.8324H297.214V21.9091H300.889ZM298.285 20.2102H299.374V26.9688C299.374 27.2765 299.419 27.5073 299.508 27.6612C299.601 27.812 299.718 27.9136 299.859 27.9659C300.004 28.0152 300.156 28.0398 300.316 28.0398C300.436 28.0398 300.535 28.0336 300.612 28.0213C300.689 28.0059 300.75 27.9936 300.796 27.9844L301.018 28.9631C300.944 28.9908 300.841 29.0185 300.709 29.0462C300.576 29.0769 300.408 29.0923 300.205 29.0923C299.898 29.0923 299.596 29.0262 299.301 28.8938C299.008 28.7615 298.765 28.5599 298.571 28.2891C298.38 28.0182 298.285 27.6766 298.285 27.2642V20.2102ZM302.527 29V21.9091H303.617V29H302.527ZM303.081 20.7273C302.869 20.7273 302.686 20.6549 302.532 20.5103C302.381 20.3656 302.306 20.1918 302.306 19.9886C302.306 19.7855 302.381 19.6116 302.532 19.467C302.686 19.3223 302.869 19.25 303.081 19.25C303.294 19.25 303.475 19.3223 303.626 19.467C303.78 19.6116 303.857 19.7855 303.857 19.9886C303.857 20.1918 303.78 20.3656 303.626 20.5103C303.475 20.6549 303.294 20.7273 303.081 20.7273ZM308.493 29.1477C307.853 29.1477 307.291 28.9954 306.808 28.6907C306.328 28.386 305.952 27.9598 305.682 27.4119C305.414 26.8641 305.28 26.224 305.28 25.4915C305.28 24.7528 305.414 24.1081 305.682 23.5572C305.952 23.0063 306.328 22.5785 306.808 22.2738C307.291 21.9691 307.853 21.8168 308.493 21.8168C309.133 21.8168 309.693 21.9691 310.173 22.2738C310.657 22.5785 311.032 23.0063 311.3 23.5572C311.571 24.1081 311.706 24.7528 311.706 25.4915C311.706 26.224 311.571 26.8641 311.3 27.4119C311.032 27.9598 310.657 28.386 310.173 28.6907C309.693 28.9954 309.133 29.1477 308.493 29.1477ZM308.493 28.169C308.979 28.169 309.379 28.0444 309.693 27.7951C310.007 27.5458 310.24 27.218 310.39 26.8118C310.541 26.4055 310.617 25.9654 310.617 25.4915C310.617 25.0175 310.541 24.5759 310.39 24.1665C310.24 23.7572 310.007 23.4264 309.693 23.174C309.379 22.9216 308.979 22.7955 308.493 22.7955C308.007 22.7955 307.607 22.9216 307.293 23.174C306.979 23.4264 306.747 23.7572 306.596 24.1665C306.445 24.5759 306.369 25.0175 306.369 25.4915C306.369 25.9654 306.445 26.4055 306.596 26.8118C306.747 27.218 306.979 27.5458 307.293 27.7951C307.607 28.0444 308.007 28.169 308.493 28.169ZM314.459 24.7344V29H313.369V21.9091H314.422V23.017H314.514C314.68 22.657 314.933 22.3677 315.271 22.1491C315.61 21.9276 316.047 21.8168 316.582 21.8168C317.062 21.8168 317.483 21.9152 317.843 22.1122C318.203 22.3061 318.483 22.6016 318.683 22.9986C318.883 23.3925 318.983 23.8911 318.983 24.4943V29H317.893V24.5682C317.893 24.0111 317.749 23.5772 317.459 23.2663C317.17 22.9524 316.773 22.7955 316.268 22.7955C315.921 22.7955 315.61 22.8709 315.336 23.0217C315.065 23.1725 314.851 23.3925 314.694 23.6818C314.537 23.9711 314.459 24.322 314.459 24.7344Z"
|
138
|
-
fill="#F9BC15"
|
139
|
-
/>
|
140
|
-
<path
|
141
|
-
d="M251.145 96V86.5455H254.45C255.109 86.5455 255.652 86.6593 256.08 86.8871C256.508 87.1117 256.826 87.4149 257.036 87.7965C257.245 88.1751 257.349 88.5952 257.349 89.0568C257.349 89.4631 257.277 89.7985 257.132 90.0632C256.991 90.3279 256.803 90.5372 256.569 90.6911C256.338 90.8449 256.088 90.9588 255.817 91.0327V91.125C256.106 91.1435 256.397 91.245 256.689 91.4297C256.982 91.6143 257.226 91.879 257.423 92.2237C257.62 92.5684 257.719 92.9901 257.719 93.4886C257.719 93.9626 257.611 94.3888 257.396 94.7674C257.18 95.146 256.84 95.446 256.375 95.6676C255.911 95.8892 255.306 96 254.561 96H251.145ZM252.29 94.9844H254.561C255.309 94.9844 255.84 94.8397 256.154 94.5504C256.471 94.258 256.629 93.9041 256.629 93.4886C256.629 93.1686 256.548 92.8731 256.385 92.6023C256.221 92.3284 255.989 92.1098 255.688 91.9467C255.386 91.7805 255.029 91.6974 254.616 91.6974H252.29V94.9844ZM252.29 90.7003H254.413C254.758 90.7003 255.069 90.6326 255.346 90.4972C255.626 90.3617 255.848 90.1709 256.011 89.9247C256.177 89.6785 256.26 89.3892 256.26 89.0568C256.26 88.6413 256.115 88.2889 255.826 87.9996C255.537 87.7073 255.078 87.5611 254.45 87.5611H252.29V90.7003ZM262.333 96.1477C261.693 96.1477 261.131 95.9954 260.648 95.6907C260.168 95.386 259.792 94.9598 259.521 94.4119C259.254 93.8641 259.12 93.224 259.12 92.4915C259.12 91.7528 259.254 91.1081 259.521 90.5572C259.792 90.0063 260.168 89.5785 260.648 89.2738C261.131 88.9691 261.693 88.8168 262.333 88.8168C262.973 88.8168 263.533 88.9691 264.013 89.2738C264.497 89.5785 264.872 90.0063 265.14 90.5572C265.411 91.1081 265.546 91.7528 265.546 92.4915C265.546 93.224 265.411 93.8641 265.14 94.4119C264.872 94.9598 264.497 95.386 264.013 95.6907C263.533 95.9954 262.973 96.1477 262.333 96.1477ZM262.333 95.169C262.819 95.169 263.219 95.0444 263.533 94.7951C263.847 94.5458 264.079 94.218 264.23 93.8118C264.381 93.4055 264.456 92.9654 264.456 92.4915C264.456 92.0175 264.381 91.5759 264.23 91.1665C264.079 90.7572 263.847 90.4264 263.533 90.174C263.219 89.9216 262.819 89.7955 262.333 89.7955C261.847 89.7955 261.447 89.9216 261.133 90.174C260.819 90.4264 260.586 90.7572 260.436 91.1665C260.285 91.5759 260.209 92.0175 260.209 92.4915C260.209 92.9654 260.285 93.4055 260.436 93.8118C260.586 94.218 260.819 94.5458 261.133 94.7951C261.447 95.0444 261.847 95.169 262.333 95.169ZM269.887 96.1477C269.296 96.1477 268.774 95.9985 268.322 95.6999C267.869 95.3983 267.515 94.9736 267.26 94.4258C267.004 93.8749 266.877 93.224 266.877 92.473C266.877 91.7282 267.004 91.0819 267.26 90.5341C267.515 89.9863 267.871 89.5631 268.326 89.2646C268.782 88.966 269.308 88.8168 269.905 88.8168C270.367 88.8168 270.731 88.8937 270.999 89.0476C271.27 89.1984 271.476 89.3707 271.618 89.5646C271.762 89.7554 271.875 89.9124 271.955 90.0355H272.047V86.5455H273.137V96H272.084V94.9105H271.955C271.875 95.0398 271.761 95.2029 271.613 95.3999C271.465 95.5937 271.255 95.7676 270.981 95.9215C270.707 96.0723 270.342 96.1477 269.887 96.1477ZM270.034 95.169C270.471 95.169 270.841 95.0552 271.142 94.8274C271.444 94.5966 271.673 94.2781 271.83 93.8718C271.987 93.4625 272.066 92.9901 272.066 92.4545C272.066 91.9252 271.989 91.462 271.835 91.065C271.681 90.6649 271.453 90.354 271.152 90.1325C270.85 89.9078 270.478 89.7955 270.034 89.7955C269.573 89.7955 269.188 89.9139 268.88 90.1509C268.576 90.3848 268.346 90.7034 268.192 91.1065C268.042 91.5066 267.966 91.956 267.966 92.4545C267.966 92.9593 268.043 93.4179 268.197 93.8303C268.354 94.2396 268.585 94.5658 268.889 94.8089C269.197 95.049 269.579 95.169 270.034 95.169ZM275.985 98.6591C275.8 98.6591 275.636 98.6437 275.491 98.6129C275.346 98.5852 275.246 98.5575 275.191 98.5298L275.468 97.5696C275.733 97.6373 275.967 97.6619 276.17 97.6435C276.373 97.625 276.553 97.5342 276.71 97.3711C276.87 97.2111 277.016 96.951 277.148 96.5909L277.351 96.0369L274.729 88.9091H275.911L277.869 94.5597H277.942L279.9 88.9091H281.082L278.072 97.0341C277.936 97.4003 277.768 97.7035 277.568 97.9435C277.368 98.1867 277.136 98.3667 276.871 98.4837C276.61 98.6006 276.314 98.6591 275.985 98.6591Z"
|
142
|
-
fill="#04B97A"
|
143
|
-
/>
|
144
|
-
<path
|
145
|
-
d="M164 22C164 24.2091 165.791 26 168 26C170.209 26 172 24.2091 172 22C172 19.7909 170.209 18 168 18C165.791 18 164 19.7909 164 22ZM238.53 -14.9697C238.823 -15.2626 238.823 -15.7374 238.53 -16.0303L233.757 -20.8033C233.464 -21.0962 232.99 -21.0962 232.697 -20.8033C232.404 -20.5104 232.404 -20.0355 232.697 -19.7426L236.939 -15.5L232.697 -11.2574C232.404 -10.9645 232.404 -10.4896 232.697 -10.1967C232.99 -9.90381 233.464 -9.90381 233.757 -10.1967L238.53 -14.9697ZM168 22.75C168.007 22.75 168.013 22.75 168.02 22.75C168.026 22.75 168.033 22.75 168.039 22.75C168.046 22.75 168.052 22.75 168.059 22.75C168.066 22.75 168.072 22.75 168.079 22.75C168.086 22.75 168.092 22.75 168.099 22.75C168.106 22.75 168.112 22.75 168.119 22.75C168.126 22.75 168.133 22.75 168.139 22.75C168.146 22.75 168.153 22.75 168.16 22.75C168.167 22.75 168.173 22.75 168.18 22.75C168.187 22.75 168.194 22.75 168.201 22.75C168.208 22.75 168.215 22.75 168.222 22.75C168.229 22.75 168.235 22.75 168.242 22.75C168.249 22.75 168.256 22.75 168.263 22.75C168.27 22.75 168.277 22.75 168.284 22.75C168.291 22.75 168.298 22.75 168.306 22.75C168.313 22.75 168.32 22.75 168.327 22.75C168.334 22.75 168.341 22.75 168.348 22.75C168.355 22.75 168.362 22.75 168.37 22.75C168.377 22.75 168.384 22.75 168.391 22.75C168.398 22.75 168.406 22.75 168.413 22.75C168.42 22.75 168.427 22.75 168.435 22.75C168.442 22.75 168.449 22.75 168.457 22.75C168.464 22.75 168.471 22.75 168.479 22.75C168.486 22.75 168.493 22.75 168.501 22.75C168.508 22.75 168.516 22.75 168.523 22.75C168.53 22.75 168.538 22.75 168.545 22.75C168.553 22.75 168.56 22.75 168.568 22.75C168.575 22.75 168.583 22.75 168.59 22.75C168.598 22.75 168.605 22.75 168.613 22.75C168.621 22.75 168.628 22.75 168.636 22.75C168.643 22.75 168.651 22.75 168.659 22.75C168.666 22.75 168.674 22.75 168.682 22.75C168.689 22.75 168.697 22.75 168.705 22.75C168.712 22.75 168.72 22.75 168.728 22.75C168.736 22.75 168.743 22.75 168.751 22.75C168.759 22.75 168.767 22.75 168.775 22.75C168.782 22.75 168.79 22.75 168.798 22.75C168.806 22.75 168.814 22.75 168.822 22.75C168.83 22.75 168.838 22.75 168.845 22.75C168.853 22.75 168.861 22.75 168.869 22.75C168.877 22.75 168.885 22.75 168.893 22.75C168.901 22.75 168.909 22.75 168.917 22.75C168.925 22.75 168.933 22.75 168.941 22.75C168.949 22.75 168.958 22.75 168.966 22.75C168.974 22.75 168.982 22.75 168.99 22.75C168.998 22.75 169.006 22.75 169.014 22.75C169.023 22.75 169.031 22.75 169.039 22.75C169.047 22.75 169.055 22.75 169.064 22.75C169.072 22.75 169.08 22.75 169.088 22.75C169.097 22.75 169.105 22.75 169.113 22.75C169.122 22.75 169.13 22.75 169.138 22.75C169.147 22.75 169.155 22.75 169.163 22.75C169.172 22.75 169.18 22.75 169.188 22.75C169.197 22.75 169.205 22.75 169.214 22.75C169.222 22.75 169.231 22.75 169.239 22.75C169.248 22.75 169.256 22.75 169.265 22.75C169.273 22.75 169.282 22.75 169.29 22.75C169.299 22.75 169.307 22.75 169.316 22.75C169.324 22.75 169.333 22.75 169.342 22.75C169.35 22.75 169.359 22.75 169.367 22.75C169.376 22.75 169.385 22.75 169.393 22.75C169.402 22.75 169.411 22.75 169.419 22.75C169.428 22.75 169.437 22.75 169.446 22.75C169.454 22.75 169.463 22.75 169.472 22.75C169.481 22.75 169.489 22.75 169.498 22.75C169.507 22.75 169.516 22.75 169.525 22.75C169.534 22.75 169.542 22.75 169.551 22.75C169.56 22.75 169.569 22.75 169.578 22.75C169.587 22.75 169.596 22.75 169.605 22.75C169.614 22.75 169.623 22.75 169.632 22.75C169.641 22.75 169.65 22.75 169.659 22.75C169.668 22.75 169.677 22.75 169.686 22.75C169.695 22.75 169.704 22.75 169.713 22.75C169.722 22.75 169.731 22.75 169.74 22.75C169.749 22.75 169.758 22.75 169.767 22.75C169.776 22.75 169.786 22.75 169.795 22.75C169.804 22.75 169.813 22.75 169.822 22.75C169.832 22.75 169.841 22.75 169.85 22.75C169.859 22.75 169.868 22.75 169.878 22.75C169.887 22.75 169.896 22.75 169.906 22.75C169.915 22.75 169.924 22.75 169.933 22.75C169.943 22.75 169.952 22.75 169.961 22.75C169.971 22.75 169.98 22.75 169.99 22.75C169.999 22.75 170.008 22.75 170.018 22.75C170.027 22.75 170.037 22.75 170.046 22.75C170.056 22.75 170.065 22.75 170.075 22.75C170.084 22.75 170.093 22.75 170.103 22.75C170.113 22.75 170.122 22.75 170.132 22.75C170.141 22.75 170.151 22.75 170.16 22.75C170.17 22.75 170.179 22.75 170.189 22.75C170.199 22.75 170.208 22.75 170.218 22.75C170.228 22.75 170.237 22.75 170.247 22.75C170.257 22.75 170.266 22.75 170.276 22.75C170.286 22.75 170.295 22.75 170.305 22.75C170.315 22.75 170.325 22.75 170.334 22.75C170.344 22.75 170.354 22.75 170.364 22.75C170.373 22.75 170.383 22.75 170.393 22.75C170.403 22.75 170.413 22.75 170.423 22.75C170.432 22.75 170.442 22.75 170.452 22.75C170.462 22.75 170.472 22.75 170.482 22.75C170.492 22.75 170.502 22.75 170.512 22.75C170.522 22.75 170.532 22.75 170.542 22.75C170.552 22.75 170.562 22.75 170.572 22.75C170.582 22.75 170.592 22.75 170.602 22.75C170.612 22.75 170.622 22.75 170.632 22.75C170.642 22.75 170.652 22.75 170.662 22.75C170.672 22.75 170.682 22.75 170.692 22.75C170.703 22.75 170.713 22.75 170.723 22.75C170.733 22.75 170.743 22.75 170.753 22.75C170.764 22.75 170.774 22.75 170.784 22.75C170.794 22.75 170.804 22.75 170.815 22.75C170.825 22.75 170.835 22.75 170.845 22.75C170.856 22.75 170.866 22.75 170.876 22.75C170.887 22.75 170.897 22.75 170.907 22.75C170.918 22.75 170.928 22.75 170.938 22.75C170.949 22.75 170.959 22.75 170.969 22.75C170.98 22.75 170.99 22.75 171.001 22.75C171.011 22.75 171.022 22.75 171.032 22.75C171.042 22.75 171.053 22.75 171.063 22.75C171.074 22.75 171.084 22.75 171.095 22.75C171.105 22.75 171.116 22.75 171.127 22.75C171.137 22.75 171.148 22.75 171.158 22.75C171.169 22.75 171.179 22.75 171.19 22.75C171.201 22.75 171.211 22.75 171.222 22.75C171.232 22.75 171.243 22.75 171.254 22.75C171.264 22.75 171.275 22.75 171.286 22.75C171.296 22.75 171.307 22.75 171.318 22.75C171.329 22.75 171.339 22.75 171.35 22.75C171.361 22.75 171.371 22.75 171.382 22.75C171.393 22.75 171.404 22.75 171.415 22.75C171.425 22.75 171.436 22.75 171.447 22.75C171.458 22.75 171.469 22.75 171.48 22.75C171.49 22.75 171.501 22.75 171.512 22.75C171.523 22.75 171.534 22.75 171.545 22.75C171.556 22.75 171.567 22.75 171.578 22.75C171.589 22.75 171.6 22.75 171.611 22.75C171.621 22.75 171.632 22.75 171.643 22.75C171.654 22.75 171.665 22.75 171.677 22.75C171.688 22.75 171.699 22.75 171.71 22.75C171.721 22.75 171.732 22.75 171.743 22.75C171.754 22.75 171.765 22.75 171.776 22.75C171.787 22.75 171.798 22.75 171.809 22.75C171.821 22.75 171.832 22.75 171.843 22.75C171.854 22.75 171.865 22.75 171.876 22.75C171.888 22.75 171.899 22.75 171.91 22.75C171.921 22.75 171.932 22.75 171.944 22.75C171.955 22.75 171.966 22.75 171.977 22.75C171.989 22.75 172 22.75 172.011 22.75C172.023 22.75 172.034 22.75 172.045 22.75C172.057 22.75 172.068 22.75 172.079 22.75C172.091 22.75 172.102 22.75 172.113 22.75C172.125 22.75 172.136 22.75 172.148 22.75C172.159 22.75 172.17 22.75 172.182 22.75C172.193 22.75 172.205 22.75 172.216 22.75C172.228 22.75 172.239 22.75 172.251 22.75C172.262 22.75 172.274 22.75 172.285 22.75C172.297 22.75 172.308 22.75 172.32 22.75C172.331 22.75 172.343 22.75 172.354 22.75C172.366 22.75 172.377 22.75 172.389 22.75C172.401 22.75 172.412 22.75 172.424 22.75C172.435 22.75 172.447 22.75 172.459 22.75C172.47 22.75 172.482 22.75 172.494 22.75C172.505 22.75 172.517 22.75 172.529 22.75C172.54 22.75 172.552 22.75 172.564 22.75C172.576 22.75 172.587 22.75 172.599 22.75C172.611 22.75 172.623 22.75 172.634 22.75C172.646 22.75 172.658 22.75 172.67 22.75C172.681 22.75 172.693 22.75 172.705 22.75C172.717 22.75 172.729 22.75 172.741 22.75C172.752 22.75 172.764 22.75 172.776 22.75C172.788 22.75 172.8 22.75 172.812 22.75C172.824 22.75 172.836 22.75 172.848 22.75C172.86 22.75 172.872 22.75 172.883 22.75C172.895 22.75 172.907 22.75 172.919 22.75C172.931 22.75 172.943 22.75 172.955 22.75C172.967 22.75 172.979 22.75 172.991 22.75C173.003 22.75 173.015 22.75 173.027 22.75C173.04 22.75 173.052 22.75 173.064 22.75C173.076 22.75 173.088 22.75 173.1 22.75C173.112 22.75 173.124 22.75 173.136 22.75C173.148 22.75 173.161 22.75 173.173 22.75C173.185 22.75 173.197 22.75 173.209 22.75C173.221 22.75 173.234 22.75 173.246 22.75C173.258 22.75 173.27 22.75 173.282 22.75C173.295 22.75 173.307 22.75 173.319 22.75C173.331 22.75 173.344 22.75 173.356 22.75C173.368 22.75 173.38 22.75 173.393 22.75C173.405 22.75 173.417 22.75 173.43 22.75C173.442 22.75 173.454 22.75 173.467 22.75C173.479 22.75 173.491 22.75 173.504 22.75C173.516 22.75 173.529 22.75 173.541 22.75C173.553 22.75 173.566 22.75 173.578 22.75C173.591 22.75 173.603 22.75 173.615 22.75C173.628 22.75 173.64 22.75 173.653 22.75C173.665 22.75 173.678 22.75 173.69 22.75C173.703 22.75 173.715 22.75 173.728 22.75C173.74 22.75 173.753 22.75 173.765 22.75C173.778 22.75 173.79 22.75 173.803 22.75C173.816 22.75 173.828 22.75 173.841 22.75C173.853 22.75 173.866 22.75 173.878 22.75C173.891 22.75 173.904 22.75 173.916 22.75C173.929 22.75 173.942 22.75 173.954 22.75C173.967 22.75 173.98 22.75 173.992 22.75C174.005 22.75 174.018 22.75 174.03 22.75C174.043 22.75 174.056 22.75 174.068 22.75C174.081 22.75 174.094 22.75 174.107 22.75C174.119 22.75 174.132 22.75 174.145 22.75C174.158 22.75 174.17 22.75 174.183 22.75C174.196 22.75 174.209 22.75 174.222 22.75C174.234 22.75 174.247 22.75 174.26 22.75C174.273 22.75 174.286 22.75 174.299 22.75C174.312 22.75 174.324 22.75 174.337 22.75C174.35 22.75 174.363 22.75 174.376 22.75C174.389 22.75 174.402 22.75 174.415 22.75C174.428 22.75 174.441 22.75 174.454 22.75C174.466 22.75 174.479 22.75 174.492 22.75C174.505 22.75 174.518 22.75 174.531 22.75C174.544 22.75 174.557 22.75 174.57 22.75C174.583 22.75 174.596 22.75 174.609 22.75C174.623 22.75 174.636 22.75 174.649 22.75C174.662 22.75 174.675 22.75 174.688 22.75C174.701 22.75 174.714 22.75 174.727 22.75C174.74 22.75 174.753 22.75 174.766 22.75C174.78 22.75 174.793 22.75 174.806 22.75C174.819 22.75 174.832 22.75 174.845 22.75C174.859 22.75 174.872 22.75 174.885 22.75C174.898 22.75 174.911 22.75 174.924 22.75C174.938 22.75 174.951 22.75 174.964 22.75C174.977 22.75 174.991 22.75 175.004 22.75C175.017 22.75 175.03 22.75 175.044 22.75C175.057 22.75 175.07 22.75 175.084 22.75C175.097 22.75 175.11 22.75 175.123 22.75C175.137 22.75 175.15 22.75 175.163 22.75C175.177 22.75 175.19 22.75 175.203 22.75C175.217 22.75 175.23 22.75 175.244 22.75C175.257 22.75 175.27 22.75 175.284 22.75C175.297 22.75 175.311 22.75 175.324 22.75C175.337 22.75 175.351 22.75 175.364 22.75C175.378 22.75 175.391 22.75 175.405 22.75C175.418 22.75 175.432 22.75 175.445 22.75C175.459 22.75 175.472 22.75 175.486 22.75C175.499 22.75 175.513 22.75 175.526 22.75C175.54 22.75 175.553 22.75 175.567 22.75C175.58 22.75 175.594 22.75 175.607 22.75C175.621 22.75 175.635 22.75 175.648 22.75C175.662 22.75 175.675 22.75 175.689 22.75C175.702 22.75 175.716 22.75 175.73 22.75C175.743 22.75 175.757 22.75 175.771 22.75C175.784 22.75 175.798 22.75 175.812 22.75C175.825 22.75 175.839 22.75 175.853 22.75C175.866 22.75 175.88 22.75 175.894 22.75C175.907 22.75 175.921 22.75 175.935 22.75C175.949 22.75 175.962 22.75 175.976 22.75C175.99 22.75 176.004 22.75 176.017 22.75C176.031 22.75 176.045 22.75 176.059 22.75C176.072 22.75 176.086 22.75 176.1 22.75C176.114 22.75 176.128 22.75 176.141 22.75C176.155 22.75 176.169 22.75 176.183 22.75C176.197 22.75 176.211 22.75 176.224 22.75C176.238 22.75 176.252 22.75 176.266 22.75C176.28 22.75 176.294 22.75 176.308 22.75C176.322 22.75 176.336 22.75 176.349 22.75C176.363 22.75 176.377 22.75 176.391 22.75C176.405 22.75 176.419 22.75 176.433 22.75C176.447 22.75 176.461 22.75 176.475 22.75C176.489 22.75 176.503 22.75 176.517 22.75C176.531 22.75 176.545 22.75 176.559 22.75C176.573 22.75 176.587 22.75 176.601 22.75C176.615 22.75 176.629 22.75 176.643 22.75C176.657 22.75 176.671 22.75 176.685 22.75C176.699 22.75 176.713 22.75 176.727 22.75C176.742 22.75 176.756 22.75 176.77 22.75C176.784 22.75 176.798 22.75 176.812 22.75C176.826 22.75 176.84 22.75 176.854 22.75C176.869 22.75 176.883 22.75 176.897 22.75C176.911 22.75 176.925 22.75 176.939 22.75C176.954 22.75 176.968 22.75 176.982 22.75C176.996 22.75 177.01 22.75 177.025 22.75C177.039 22.75 177.053 22.75 177.067 22.75C177.081 22.75 177.096 22.75 177.11 22.75C177.124 22.75 177.138 22.75 177.153 22.75C177.167 22.75 177.181 22.75 177.196 22.75C177.21 22.75 177.224 22.75 177.238 22.75C177.253 22.75 177.267 22.75 177.281 22.75C177.296 22.75 177.31 22.75 177.324 22.75C177.339 22.75 177.353 22.75 177.367 22.75C177.382 22.75 177.396 22.75 177.41 22.75C177.425 22.75 177.439 22.75 177.454 22.75C177.468 22.75 177.482 22.75 177.497 22.75C177.511 22.75 177.526 22.75 177.54 22.75C177.554 22.75 177.569 22.75 177.583 22.75C177.598 22.75 177.612 22.75 177.627 22.75C177.641 22.75 177.655 22.75 177.67 22.75C177.684 22.75 177.699 22.75 177.713 22.75C177.728 22.75 177.742 22.75 177.757 22.75C177.771 22.75 177.786 22.75 177.8 22.75C177.815 22.75 177.829 22.75 177.844 22.75C177.858 22.75 177.873 22.75 177.888 22.75C177.902 22.75 177.917 22.75 177.931 22.75C177.946 22.75 177.96 22.75 177.975 22.75C177.99 22.75 178.004 22.75 178.019 22.75C178.033 22.75 178.048 22.75 178.063 22.75C178.077 22.75 178.092 22.75 178.106 22.75C178.121 22.75 178.136 22.75 178.15 22.75C178.165 22.75 178.18 22.75 178.194 22.75C178.209 22.75 178.224 22.75 178.238 22.75C178.253 22.75 178.268 22.75 178.282 22.75C178.297 22.75 178.312 22.75 178.326 22.75C178.341 22.75 178.356 22.75 178.371 22.75C178.385 22.75 178.4 22.75 178.415 22.75C178.43 22.75 178.444 22.75 178.459 22.75C178.474 22.75 178.489 22.75 178.503 22.75C178.518 22.75 178.533 22.75 178.548 22.75C178.563 22.75 178.577 22.75 178.592 22.75C178.607 22.75 178.622 22.75 178.637 22.75C178.651 22.75 178.666 22.75 178.681 22.75C178.696 22.75 178.711 22.75 178.726 22.75C178.74 22.75 178.755 22.75 178.77 22.75C178.785 22.75 178.8 22.75 178.815 22.75C178.83 22.75 178.844 22.75 178.859 22.75C178.874 22.75 178.889 22.75 178.904 22.75C178.919 22.75 178.934 22.75 178.949 22.75C178.964 22.75 178.979 22.75 178.994 22.75C179.009 22.75 179.023 22.75 179.038 22.75C179.053 22.75 179.068 22.75 179.083 22.75C179.098 22.75 179.113 22.75 179.128 22.75C179.143 22.75 179.158 22.75 179.173 22.75C179.188 22.75 179.203 22.75 179.218 22.75C179.233 22.75 179.248 22.75 179.263 22.75C179.278 22.75 179.293 22.75 179.308 22.75C179.323 22.75 179.338 22.75 179.353 22.75C179.369 22.75 179.384 22.75 179.399 22.75C179.414 22.75 179.429 22.75 179.444 22.75C179.459 22.75 179.474 22.75 179.489 22.75C179.504 22.75 179.519 22.75 179.534 22.75C179.55 22.75 179.565 22.75 179.58 22.75C179.595 22.75 179.61 22.75 179.625 22.75C179.64 22.75 179.655 22.75 179.671 22.75C179.686 22.75 179.701 22.75 179.716 22.75C179.731 22.75 179.746 22.75 179.761 22.75C179.777 22.75 179.792 22.75 179.807 22.75C179.822 22.75 179.837 22.75 179.853 22.75C179.868 22.75 179.883 22.75 179.898 22.75C179.913 22.75 179.929 22.75 179.944 22.75C179.959 22.75 179.974 22.75 179.99 22.75C180.005 22.75 180.02 22.75 180.035 22.75C180.051 22.75 180.066 22.75 180.081 22.75C180.096 22.75 180.112 22.75 180.127 22.75C180.142 22.75 180.157 22.75 180.173 22.75C180.188 22.75 180.203 22.75 180.219 22.75C180.234 22.75 180.249 22.75 180.265 22.75C180.28 22.75 180.295 22.75 180.311 22.75C180.326 22.75 180.341 22.75 180.357 22.75C180.372 22.75 180.387 22.75 180.403 22.75C180.418 22.75 180.433 22.75 180.449 22.75C180.464 22.75 180.479 22.75 180.495 22.75C180.51 22.75 180.526 22.75 180.541 22.75C180.556 22.75 180.572 22.75 180.587 22.75C180.603 22.75 180.618 22.75 180.633 22.75C180.649 22.75 180.664 22.75 180.68 22.75C180.695 22.75 180.71 22.75 180.726 22.75C180.741 22.75 180.757 22.75 180.772 22.75C180.788 22.75 180.803 22.75 180.819 22.75C180.834 22.75 180.85 22.75 180.865 22.75C180.88 22.75 180.896 22.75 180.911 22.75C180.927 22.75 180.942 22.75 180.958 22.75C180.973 22.75 180.989 22.75 181.004 22.75C181.02 22.75 181.035 22.75 181.051 22.75C181.066 22.75 181.082 22.75 181.097 22.75C181.113 22.75 181.129 22.75 181.144 22.75C181.16 22.75 181.175 22.75 181.191 22.75C181.206 22.75 181.222 22.75 181.237 22.75C181.253 22.75 181.269 22.75 181.284 22.75C181.3 22.75 181.315 22.75 181.331 22.75C181.346 22.75 181.362 22.75 181.378 22.75C181.393 22.75 181.409 22.75 181.424 22.75C181.44 22.75 181.456 22.75 181.471 22.75C181.487 22.75 181.503 22.75 181.518 22.75C181.534 22.75 181.549 22.75 181.565 22.75C181.581 22.75 181.596 22.75 181.612 22.75C181.628 22.75 181.643 22.75 181.659 22.75C181.675 22.75 181.69 22.75 181.706 22.75C181.722 22.75 181.737 22.75 181.753 22.75C181.769 22.75 181.784 22.75 181.8 22.75C181.816 22.75 181.831 22.75 181.847 22.75C181.863 22.75 181.878 22.75 181.894 22.75C181.91 22.75 181.926 22.75 181.941 22.75C181.957 22.75 181.973 22.75 181.989 22.75C182.004 22.75 182.02 22.75 182.036 22.75C182.051 22.75 182.067 22.75 182.083 22.75C182.099 22.75 182.114 22.75 182.13 22.75C182.146 22.75 182.162 22.75 182.178 22.75C182.193 22.75 182.209 22.75 182.225 22.75C182.241 22.75 182.256 22.75 182.272 22.75C182.288 22.75 182.304 22.75 182.32 22.75C182.335 22.75 182.351 22.75 182.367 22.75C182.383 22.75 182.399 22.75 182.414 22.75C182.43 22.75 182.446 22.75 182.462 22.75C182.478 22.75 182.494 22.75 182.509 22.75C182.525 22.75 182.541 22.75 182.557 22.75C182.573 22.75 182.589 22.75 182.604 22.75C182.62 22.75 182.636 22.75 182.652 22.75C182.668 22.75 182.684 22.75 182.7 22.75C182.715 22.75 182.731 22.75 182.747 22.75C182.763 22.75 182.779 22.75 182.795 22.75C182.811 22.75 182.827 22.75 182.843 22.75C182.858 22.75 182.874 22.75 182.89 22.75C182.906 22.75 182.922 22.75 182.938 22.75C182.954 22.75 182.97 22.75 182.986 22.75C183.002 22.75 183.018 22.75 183.034 22.75C183.049 22.75 183.065 22.75 183.081 22.75C183.097 22.75 183.113 22.75 183.129 22.75C183.145 22.75 183.161 22.75 183.177 22.75C183.193 22.75 183.209 22.75 183.225 22.75C183.241 22.75 183.257 22.75 183.273 22.75C183.289 22.75 183.305 22.75 183.321 22.75C183.337 22.75 183.353 22.75 183.369 22.75C183.385 22.75 183.401 22.75 183.417 22.75C183.433 22.75 183.449 22.75 183.465 22.75C183.481 22.75 183.497 22.75 183.513 22.75C183.529 22.75 183.545 22.75 183.561 22.75C183.577 22.75 183.593 22.75 183.609 22.75C183.625 22.75 183.641 22.75 183.657 22.75C183.673 22.75 183.689 22.75 183.705 22.75C183.721 22.75 183.737 22.75 183.753 22.75C183.769 22.75 183.785 22.75 183.801 22.75C183.817 22.75 183.833 22.75 183.849 22.75C183.865 22.75 183.882 22.75 183.898 22.75C183.914 22.75 183.93 22.75 183.946 22.75C183.962 22.75 183.978 22.75 183.994 22.75C184.01 22.75 184.026 22.75 184.042 22.75C184.058 22.75 184.074 22.75 184.091 22.75C184.107 22.75 184.123 22.75 184.139 22.75C184.155 22.75 184.171 22.75 184.187 22.75C184.203 22.75 184.219 22.75 184.236 22.75C184.252 22.75 184.268 22.75 184.284 22.75C184.3 22.75 184.316 22.75 184.332 22.75C184.348 22.75 184.365 22.75 184.381 22.75C184.397 22.75 184.413 22.75 184.429 22.75C184.445 22.75 184.461 22.75 184.478 22.75C184.494 22.75 184.51 22.75 184.526 22.75C184.542 22.75 184.558 22.75 184.574 22.75C184.591 22.75 184.607 22.75 184.623 22.75C184.639 22.75 184.655 22.75 184.671 22.75C184.688 22.75 184.704 22.75 184.72 22.75C184.736 22.75 184.752 22.75 184.768 22.75C184.785 22.75 184.801 22.75 184.817 22.75C184.833 22.75 184.849 22.75 184.866 22.75C184.882 22.75 184.898 22.75 184.914 22.75C184.93 22.75 184.947 22.75 184.963 22.75C184.979 22.75 184.995 22.75 185.011 22.75C185.028 22.75 185.044 22.75 185.06 22.75C185.076 22.75 185.093 22.75 185.109 22.75C185.125 22.75 185.141 22.75 185.157 22.75C185.174 22.75 185.19 22.75 185.206 22.75C185.222 22.75 185.239 22.75 185.255 22.75C185.271 22.75 185.287 22.75 185.304 22.75C185.32 22.75 185.336 22.75 185.352 22.75C185.369 22.75 185.385 22.75 185.401 22.75C185.417 22.75 185.434 22.75 185.45 22.75C185.466 22.75 185.482 22.75 185.499 22.75C185.515 22.75 185.531 22.75 185.547 22.75C185.564 22.75 185.58 22.75 185.596 22.75C185.612 22.75 185.629 22.75 185.645 22.75C185.661 22.75 185.678 22.75 185.694 22.75C185.71 22.75 185.726 22.75 185.743 22.75C185.759 22.75 185.775 22.75 185.792 22.75C185.808 22.75 185.824 22.75 185.84 22.75C185.857 22.75 185.873 22.75 185.889 22.75C185.906 22.75 185.922 22.75 185.938 22.75C185.954 22.75 185.971 22.75 185.987 22.75C186.003 22.75 186.02 22.75 186.036 22.75C186.052 22.75 186.069 22.75 186.085 22.75C186.101 22.75 186.118 22.75 186.134 22.75C186.15 22.75 186.166 22.75 186.183 22.75C186.199 22.75 186.215 22.75 186.232 22.75C186.248 22.75 186.264 22.75 186.281 22.75C186.297 22.75 186.313 22.75 186.33 22.75C186.346 22.75 186.362 22.75 186.379 22.75C186.395 22.75 186.411 22.75 186.428 22.75C186.444 22.75 186.46 22.75 186.477 22.75C186.493 22.75 186.509 22.75 186.526 22.75C186.542 22.75 186.558 22.75 186.575 22.75C186.591 22.75 186.608 22.75 186.624 22.75C186.64 22.75 186.657 22.75 186.673 22.75C186.689 22.75 186.706 22.75 186.722 22.75C186.738 22.75 186.755 22.75 186.771 22.75C186.787 22.75 186.804 22.75 186.82 22.75C186.836 22.75 186.853 22.75 186.869 22.75C186.886 22.75 186.902 22.75 186.918 22.75C186.935 22.75 186.951 22.75 186.967 22.75C186.984 22.75 187 22.75 187.017 22.75C187.033 22.75 187.049 22.75 187.066 22.75C187.082 22.75 187.098 22.75 187.115 22.75C187.131 22.75 187.148 22.75 187.164 22.75C187.18 22.75 187.197 22.75 187.213 22.75C187.229 22.75 187.246 22.75 187.262 22.75C187.279 22.75 187.295 22.75 187.311 22.75C187.328 22.75 187.344 22.75 187.36 22.75C187.377 22.75 187.393 22.75 187.41 22.75C187.426 22.75 187.442 22.75 187.459 22.75C187.475 22.75 187.492 22.75 187.508 22.75C187.524 22.75 187.541 22.75 187.557 22.75C187.574 22.75 187.59 22.75 187.606 22.75C187.623 22.75 187.639 22.75 187.656 22.75C187.672 22.75 187.688 22.75 187.705 22.75C187.721 22.75 187.738 22.75 187.754 22.75C187.77 22.75 187.787 22.75 187.803 22.75C187.82 22.75 187.836 22.75 187.852 22.75C187.869 22.75 187.885 22.75 187.902 22.75C187.918 22.75 187.934 22.75 187.951 22.75C187.967 22.75 187.984 22.75 188 22.75V21.25C187.984 21.25 187.967 21.25 187.951 21.25C187.934 21.25 187.918 21.25 187.902 21.25C187.885 21.25 187.869 21.25 187.852 21.25C187.836 21.25 187.82 21.25 187.803 21.25C187.787 21.25 187.77 21.25 187.754 21.25C187.738 21.25 187.721 21.25 187.705 21.25C187.688 21.25 187.672 21.25 187.656 21.25C187.639 21.25 187.623 21.25 187.606 21.25C187.59 21.25 187.574 21.25 187.557 21.25C187.541 21.25 187.524 21.25 187.508 21.25C187.492 21.25 187.475 21.25 187.459 21.25C187.442 21.25 187.426 21.25 187.41 21.25C187.393 21.25 187.377 21.25 187.36 21.25C187.344 21.25 187.328 21.25 187.311 21.25C187.295 21.25 187.279 21.25 187.262 21.25C187.246 21.25 187.229 21.25 187.213 21.25C187.197 21.25 187.18 21.25 187.164 21.25C187.148 21.25 187.131 21.25 187.115 21.25C187.098 21.25 187.082 21.25 187.066 21.25C187.049 21.25 187.033 21.25 187.017 21.25C187 21.25 186.984 21.25 186.967 21.25C186.951 21.25 186.935 21.25 186.918 21.25C186.902 21.25 186.886 21.25 186.869 21.25C186.853 21.25 186.836 21.25 186.82 21.25C186.804 21.25 186.787 21.25 186.771 21.25C186.755 21.25 186.738 21.25 186.722 21.25C186.706 21.25 186.689 21.25 186.673 21.25C186.657 21.25 186.64 21.25 186.624 21.25C186.608 21.25 186.591 21.25 186.575 21.25C186.558 21.25 186.542 21.25 186.526 21.25C186.509 21.25 186.493 21.25 186.477 21.25C186.46 21.25 186.444 21.25 186.428 21.25C186.411 21.25 186.395 21.25 186.379 21.25C186.362 21.25 186.346 21.25 186.33 21.25C186.313 21.25 186.297 21.25 186.281 21.25C186.264 21.25 186.248 21.25 186.232 21.25C186.215 21.25 186.199 21.25 186.183 21.25C186.166 21.25 186.15 21.25 186.134 21.25C186.118 21.25 186.101 21.25 186.085 21.25C186.069 21.25 186.052 21.25 186.036 21.25C186.02 21.25 186.003 21.25 185.987 21.25C185.971 21.25 185.954 21.25 185.938 21.25C185.922 21.25 185.906 21.25 185.889 21.25C185.873 21.25 185.857 21.25 185.84 21.25C185.824 21.25 185.808 21.25 185.792 21.25C185.775 21.25 185.759 21.25 185.743 21.25C185.726 21.25 185.71 21.25 185.694 21.25C185.678 21.25 185.661 21.25 185.645 21.25C185.629 21.25 185.612 21.25 185.596 21.25C185.58 21.25 185.564 21.25 185.547 21.25C185.531 21.25 185.515 21.25 185.499 21.25C185.482 21.25 185.466 21.25 185.45 21.25C185.434 21.25 185.417 21.25 185.401 21.25C185.385 21.25 185.369 21.25 185.352 21.25C185.336 21.25 185.32 21.25 185.304 21.25C185.287 21.25 185.271 21.25 185.255 21.25C185.239 21.25 185.222 21.25 185.206 21.25C185.19 21.25 185.174 21.25 185.157 21.25C185.141 21.25 185.125 21.25 185.109 21.25C185.093 21.25 185.076 21.25 185.06 21.25C185.044 21.25 185.028 21.25 185.011 21.25C184.995 21.25 184.979 21.25 184.963 21.25C184.947 21.25 184.93 21.25 184.914 21.25C184.898 21.25 184.882 21.25 184.866 21.25C184.849 21.25 184.833 21.25 184.817 21.25C184.801 21.25 184.785 21.25 184.768 21.25C184.752 21.25 184.736 21.25 184.72 21.25C184.704 21.25 184.688 21.25 184.671 21.25C184.655 21.25 184.639 21.25 184.623 21.25C184.607 21.25 184.591 21.25 184.574 21.25C184.558 21.25 184.542 21.25 184.526 21.25C184.51 21.25 184.494 21.25 184.478 21.25C184.461 21.25 184.445 21.25 184.429 21.25C184.413 21.25 184.397 21.25 184.381 21.25C184.365 21.25 184.348 21.25 184.332 21.25C184.316 21.25 184.3 21.25 184.284 21.25C184.268 21.25 184.252 21.25 184.236 21.25C184.219 21.25 184.203 21.25 184.187 21.25C184.171 21.25 184.155 21.25 184.139 21.25C184.123 21.25 184.107 21.25 184.091 21.25C184.074 21.25 184.058 21.25 184.042 21.25C184.026 21.25 184.01 21.25 183.994 21.25C183.978 21.25 183.962 21.25 183.946 21.25C183.93 21.25 183.914 21.25 183.898 21.25C183.882 21.25 183.865 21.25 183.849 21.25C183.833 21.25 183.817 21.25 183.801 21.25C183.785 21.25 183.769 21.25 183.753 21.25C183.737 21.25 183.721 21.25 183.705 21.25C183.689 21.25 183.673 21.25 183.657 21.25C183.641 21.25 183.625 21.25 183.609 21.25C183.593 21.25 183.577 21.25 183.561 21.25C183.545 21.25 183.529 21.25 183.513 21.25C183.497 21.25 183.481 21.25 183.465 21.25C183.449 21.25 183.433 21.25 183.417 21.25C183.401 21.25 183.385 21.25 183.369 21.25C183.353 21.25 183.337 21.25 183.321 21.25C183.305 21.25 183.289 21.25 183.273 21.25C183.257 21.25 183.241 21.25 183.225 21.25C183.209 21.25 183.193 21.25 183.177 21.25C183.161 21.25 183.145 21.25 183.129 21.25C183.113 21.25 183.097 21.25 183.081 21.25C183.065 21.25 183.049 21.25 183.034 21.25C183.018 21.25 183.002 21.25 182.986 21.25C182.97 21.25 182.954 21.25 182.938 21.25C182.922 21.25 182.906 21.25 182.89 21.25C182.874 21.25 182.858 21.25 182.843 21.25C182.827 21.25 182.811 21.25 182.795 21.25C182.779 21.25 182.763 21.25 182.747 21.25C182.731 21.25 182.715 21.25 182.7 21.25C182.684 21.25 182.668 21.25 182.652 21.25C182.636 21.25 182.62 21.25 182.604 21.25C182.589 21.25 182.573 21.25 182.557 21.25C182.541 21.25 182.525 21.25 182.509 21.25C182.494 21.25 182.478 21.25 182.462 21.25C182.446 21.25 182.43 21.25 182.414 21.25C182.399 21.25 182.383 21.25 182.367 21.25C182.351 21.25 182.335 21.25 182.32 21.25C182.304 21.25 182.288 21.25 182.272 21.25C182.256 21.25 182.241 21.25 182.225 21.25C182.209 21.25 182.193 21.25 182.178 21.25C182.162 21.25 182.146 21.25 182.13 21.25C182.114 21.25 182.099 21.25 182.083 21.25C182.067 21.25 182.051 21.25 182.036 21.25C182.02 21.25 182.004 21.25 181.989 21.25C181.973 21.25 181.957 21.25 181.941 21.25C181.926 21.25 181.91 21.25 181.894 21.25C181.878 21.25 181.863 21.25 181.847 21.25C181.831 21.25 181.816 21.25 181.8 21.25C181.784 21.25 181.769 21.25 181.753 21.25C181.737 21.25 181.722 21.25 181.706 21.25C181.69 21.25 181.675 21.25 181.659 21.25C181.643 21.25 181.628 21.25 181.612 21.25C181.596 21.25 181.581 21.25 181.565 21.25C181.549 21.25 181.534 21.25 181.518 21.25C181.503 21.25 181.487 21.25 181.471 21.25C181.456 21.25 181.44 21.25 181.424 21.25C181.409 21.25 181.393 21.25 181.378 21.25C181.362 21.25 181.346 21.25 181.331 21.25C181.315 21.25 181.3 21.25 181.284 21.25C181.269 21.25 181.253 21.25 181.237 21.25C181.222 21.25 181.206 21.25 181.191 21.25C181.175 21.25 181.16 21.25 181.144 21.25C181.129 21.25 181.113 21.25 181.097 21.25C181.082 21.25 181.066 21.25 181.051 21.25C181.035 21.25 181.02 21.25 181.004 21.25C180.989 21.25 180.973 21.25 180.958 21.25C180.942 21.25 180.927 21.25 180.911 21.25C180.896 21.25 180.88 21.25 180.865 21.25C180.85 21.25 180.834 21.25 180.819 21.25C180.803 21.25 180.788 21.25 180.772 21.25C180.757 21.25 180.741 21.25 180.726 21.25C180.71 21.25 180.695 21.25 180.68 21.25C180.664 21.25 180.649 21.25 180.633 21.25C180.618 21.25 180.603 21.25 180.587 21.25C180.572 21.25 180.556 21.25 180.541 21.25C180.526 21.25 180.51 21.25 180.495 21.25C180.479 21.25 180.464 21.25 180.449 21.25C180.433 21.25 180.418 21.25 180.403 21.25C180.387 21.25 180.372 21.25 180.357 21.25C180.341 21.25 180.326 21.25 180.311 21.25C180.295 21.25 180.28 21.25 180.265 21.25C180.249 21.25 180.234 21.25 180.219 21.25C180.203 21.25 180.188 21.25 180.173 21.25C180.157 21.25 180.142 21.25 180.127 21.25C180.112 21.25 180.096 21.25 180.081 21.25C180.066 21.25 180.051 21.25 180.035 21.25C180.02 21.25 180.005 21.25 179.99 21.25C179.974 21.25 179.959 21.25 179.944 21.25C179.929 21.25 179.913 21.25 179.898 21.25C179.883 21.25 179.868 21.25 179.853 21.25C179.837 21.25 179.822 21.25 179.807 21.25C179.792 21.25 179.777 21.25 179.761 21.25C179.746 21.25 179.731 21.25 179.716 21.25C179.701 21.25 179.686 21.25 179.671 21.25C179.655 21.25 179.64 21.25 179.625 21.25C179.61 21.25 179.595 21.25 179.58 21.25C179.565 21.25 179.55 21.25 179.534 21.25C179.519 21.25 179.504 21.25 179.489 21.25C179.474 21.25 179.459 21.25 179.444 21.25C179.429 21.25 179.414 21.25 179.399 21.25C179.384 21.25 179.369 21.25 179.353 21.25C179.338 21.25 179.323 21.25 179.308 21.25C179.293 21.25 179.278 21.25 179.263 21.25C179.248 21.25 179.233 21.25 179.218 21.25C179.203 21.25 179.188 21.25 179.173 21.25C179.158 21.25 179.143 21.25 179.128 21.25C179.113 21.25 179.098 21.25 179.083 21.25C179.068 21.25 179.053 21.25 179.038 21.25C179.023 21.25 179.009 21.25 178.994 21.25C178.979 21.25 178.964 21.25 178.949 21.25C178.934 21.25 178.919 21.25 178.904 21.25C178.889 21.25 178.874 21.25 178.859 21.25C178.844 21.25 178.83 21.25 178.815 21.25C178.8 21.25 178.785 21.25 178.77 21.25C178.755 21.25 178.74 21.25 178.726 21.25C178.711 21.25 178.696 21.25 178.681 21.25C178.666 21.25 178.651 21.25 178.637 21.25C178.622 21.25 178.607 21.25 178.592 21.25C178.577 21.25 178.563 21.25 178.548 21.25C178.533 21.25 178.518 21.25 178.503 21.25C178.489 21.25 178.474 21.25 178.459 21.25C178.444 21.25 178.43 21.25 178.415 21.25C178.4 21.25 178.385 21.25 178.371 21.25C178.356 21.25 178.341 21.25 178.326 21.25C178.312 21.25 178.297 21.25 178.282 21.25C178.268 21.25 178.253 21.25 178.238 21.25C178.224 21.25 178.209 21.25 178.194 21.25C178.18 21.25 178.165 21.25 178.15 21.25C178.136 21.25 178.121 21.25 178.106 21.25C178.092 21.25 178.077 21.25 178.063 21.25C178.048 21.25 178.033 21.25 178.019 21.25C178.004 21.25 177.99 21.25 177.975 21.25C177.96 21.25 177.946 21.25 177.931 21.25C177.917 21.25 177.902 21.25 177.888 21.25C177.873 21.25 177.858 21.25 177.844 21.25C177.829 21.25 177.815 21.25 177.8 21.25C177.786 21.25 177.771 21.25 177.757 21.25C177.742 21.25 177.728 21.25 177.713 21.25C177.699 21.25 177.684 21.25 177.67 21.25C177.655 21.25 177.641 21.25 177.627 21.25C177.612 21.25 177.598 21.25 177.583 21.25C177.569 21.25 177.554 21.25 177.54 21.25C177.526 21.25 177.511 21.25 177.497 21.25C177.482 21.25 177.468 21.25 177.454 21.25C177.439 21.25 177.425 21.25 177.41 21.25C177.396 21.25 177.382 21.25 177.367 21.25C177.353 21.25 177.339 21.25 177.324 21.25C177.31 21.25 177.296 21.25 177.281 21.25C177.267 21.25 177.253 21.25 177.238 21.25C177.224 21.25 177.21 21.25 177.196 21.25C177.181 21.25 177.167 21.25 177.153 21.25C177.138 21.25 177.124 21.25 177.11 21.25C177.096 21.25 177.081 21.25 177.067 21.25C177.053 21.25 177.039 21.25 177.025 21.25C177.01 21.25 176.996 21.25 176.982 21.25C176.968 21.25 176.954 21.25 176.939 21.25C176.925 21.25 176.911 21.25 176.897 21.25C176.883 21.25 176.869 21.25 176.854 21.25C176.84 21.25 176.826 21.25 176.812 21.25C176.798 21.25 176.784 21.25 176.77 21.25C176.756 21.25 176.742 21.25 176.727 21.25C176.713 21.25 176.699 21.25 176.685 21.25C176.671 21.25 176.657 21.25 176.643 21.25C176.629 21.25 176.615 21.25 176.601 21.25C176.587 21.25 176.573 21.25 176.559 21.25C176.545 21.25 176.531 21.25 176.517 21.25C176.503 21.25 176.489 21.25 176.475 21.25C176.461 21.25 176.447 21.25 176.433 21.25C176.419 21.25 176.405 21.25 176.391 21.25C176.377 21.25 176.363 21.25 176.349 21.25C176.336 21.25 176.322 21.25 176.308 21.25C176.294 21.25 176.28 21.25 176.266 21.25C176.252 21.25 176.238 21.25 176.224 21.25C176.211 21.25 176.197 21.25 176.183 21.25C176.169 21.25 176.155 21.25 176.141 21.25C176.128 21.25 176.114 21.25 176.1 21.25C176.086 21.25 176.072 21.25 176.059 21.25C176.045 21.25 176.031 21.25 176.017 21.25C176.004 21.25 175.99 21.25 175.976 21.25C175.962 21.25 175.949 21.25 175.935 21.25C175.921 21.25 175.907 21.25 175.894 21.25C175.88 21.25 175.866 21.25 175.853 21.25C175.839 21.25 175.825 21.25 175.812 21.25C175.798 21.25 175.784 21.25 175.771 21.25C175.757 21.25 175.743 21.25 175.73 21.25C175.716 21.25 175.702 21.25 175.689 21.25C175.675 21.25 175.662 21.25 175.648 21.25C175.635 21.25 175.621 21.25 175.607 21.25C175.594 21.25 175.58 21.25 175.567 21.25C175.553 21.25 175.54 21.25 175.526 21.25C175.513 21.25 175.499 21.25 175.486 21.25C175.472 21.25 175.459 21.25 175.445 21.25C175.432 21.25 175.418 21.25 175.405 21.25C175.391 21.25 175.378 21.25 175.364 21.25C175.351 21.25 175.337 21.25 175.324 21.25C175.311 21.25 175.297 21.25 175.284 21.25C175.27 21.25 175.257 21.25 175.244 21.25C175.23 21.25 175.217 21.25 175.203 21.25C175.19 21.25 175.177 21.25 175.163 21.25C175.15 21.25 175.137 21.25 175.123 21.25C175.11 21.25 175.097 21.25 175.084 21.25C175.07 21.25 175.057 21.25 175.044 21.25C175.03 21.25 175.017 21.25 175.004 21.25C174.991 21.25 174.977 21.25 174.964 21.25C174.951 21.25 174.938 21.25 174.924 21.25C174.911 21.25 174.898 21.25 174.885 21.25C174.872 21.25 174.859 21.25 174.845 21.25C174.832 21.25 174.819 21.25 174.806 21.25C174.793 21.25 174.78 21.25 174.766 21.25C174.753 21.25 174.74 21.25 174.727 21.25C174.714 21.25 174.701 21.25 174.688 21.25C174.675 21.25 174.662 21.25 174.649 21.25C174.636 21.25 174.623 21.25 174.609 21.25C174.596 21.25 174.583 21.25 174.57 21.25C174.557 21.25 174.544 21.25 174.531 21.25C174.518 21.25 174.505 21.25 174.492 21.25C174.479 21.25 174.466 21.25 174.454 21.25C174.441 21.25 174.428 21.25 174.415 21.25C174.402 21.25 174.389 21.25 174.376 21.25C174.363 21.25 174.35 21.25 174.337 21.25C174.324 21.25 174.312 21.25 174.299 21.25C174.286 21.25 174.273 21.25 174.26 21.25C174.247 21.25 174.234 21.25 174.222 21.25C174.209 21.25 174.196 21.25 174.183 21.25C174.17 21.25 174.158 21.25 174.145 21.25C174.132 21.25 174.119 21.25 174.107 21.25C174.094 21.25 174.081 21.25 174.068 21.25C174.056 21.25 174.043 21.25 174.03 21.25C174.018 21.25 174.005 21.25 173.992 21.25C173.98 21.25 173.967 21.25 173.954 21.25C173.942 21.25 173.929 21.25 173.916 21.25C173.904 21.25 173.891 21.25 173.878 21.25C173.866 21.25 173.853 21.25 173.841 21.25C173.828 21.25 173.816 21.25 173.803 21.25C173.79 21.25 173.778 21.25 173.765 21.25C173.753 21.25 173.74 21.25 173.728 21.25C173.715 21.25 173.703 21.25 173.69 21.25C173.678 21.25 173.665 21.25 173.653 21.25C173.64 21.25 173.628 21.25 173.615 21.25C173.603 21.25 173.591 21.25 173.578 21.25C173.566 21.25 173.553 21.25 173.541 21.25C173.529 21.25 173.516 21.25 173.504 21.25C173.491 21.25 173.479 21.25 173.467 21.25C173.454 21.25 173.442 21.25 173.43 21.25C173.417 21.25 173.405 21.25 173.393 21.25C173.38 21.25 173.368 21.25 173.356 21.25C173.344 21.25 173.331 21.25 173.319 21.25C173.307 21.25 173.295 21.25 173.282 21.25C173.27 21.25 173.258 21.25 173.246 21.25C173.234 21.25 173.221 21.25 173.209 21.25C173.197 21.25 173.185 21.25 173.173 21.25C173.161 21.25 173.148 21.25 173.136 21.25C173.124 21.25 173.112 21.25 173.1 21.25C173.088 21.25 173.076 21.25 173.064 21.25C173.052 21.25 173.04 21.25 173.027 21.25C173.015 21.25 173.003 21.25 172.991 21.25C172.979 21.25 172.967 21.25 172.955 21.25C172.943 21.25 172.931 21.25 172.919 21.25C172.907 21.25 172.895 21.25 172.883 21.25C172.872 21.25 172.86 21.25 172.848 21.25C172.836 21.25 172.824 21.25 172.812 21.25C172.8 21.25 172.788 21.25 172.776 21.25C172.764 21.25 172.752 21.25 172.741 21.25C172.729 21.25 172.717 21.25 172.705 21.25C172.693 21.25 172.681 21.25 172.67 21.25C172.658 21.25 172.646 21.25 172.634 21.25C172.623 21.25 172.611 21.25 172.599 21.25C172.587 21.25 172.576 21.25 172.564 21.25C172.552 21.25 172.54 21.25 172.529 21.25C172.517 21.25 172.505 21.25 172.494 21.25C172.482 21.25 172.47 21.25 172.459 21.25C172.447 21.25 172.435 21.25 172.424 21.25C172.412 21.25 172.401 21.25 172.389 21.25C172.377 21.25 172.366 21.25 172.354 21.25C172.343 21.25 172.331 21.25 172.32 21.25C172.308 21.25 172.297 21.25 172.285 21.25C172.274 21.25 172.262 21.25 172.251 21.25C172.239 21.25 172.228 21.25 172.216 21.25C172.205 21.25 172.193 21.25 172.182 21.25C172.17 21.25 172.159 21.25 172.148 21.25C172.136 21.25 172.125 21.25 172.113 21.25C172.102 21.25 172.091 21.25 172.079 21.25C172.068 21.25 172.057 21.25 172.045 21.25C172.034 21.25 172.023 21.25 172.011 21.25C172 21.25 171.989 21.25 171.977 21.25C171.966 21.25 171.955 21.25 171.944 21.25C171.932 21.25 171.921 21.25 171.91 21.25C171.899 21.25 171.888 21.25 171.876 21.25C171.865 21.25 171.854 21.25 171.843 21.25C171.832 21.25 171.821 21.25 171.809 21.25C171.798 21.25 171.787 21.25 171.776 21.25C171.765 21.25 171.754 21.25 171.743 21.25C171.732 21.25 171.721 21.25 171.71 21.25C171.699 21.25 171.688 21.25 171.677 21.25C171.665 21.25 171.654 21.25 171.643 21.25C171.632 21.25 171.621 21.25 171.611 21.25C171.6 21.25 171.589 21.25 171.578 21.25C171.567 21.25 171.556 21.25 171.545 21.25C171.534 21.25 171.523 21.25 171.512 21.25C171.501 21.25 171.49 21.25 171.48 21.25C171.469 21.25 171.458 21.25 171.447 21.25C171.436 21.25 171.425 21.25 171.415 21.25C171.404 21.25 171.393 21.25 171.382 21.25C171.371 21.25 171.361 21.25 171.35 21.25C171.339 21.25 171.329 21.25 171.318 21.25C171.307 21.25 171.296 21.25 171.286 21.25C171.275 21.25 171.264 21.25 171.254 21.25C171.243 21.25 171.232 21.25 171.222 21.25C171.211 21.25 171.201 21.25 171.19 21.25C171.179 21.25 171.169 21.25 171.158 21.25C171.148 21.25 171.137 21.25 171.127 21.25C171.116 21.25 171.105 21.25 171.095 21.25C171.084 21.25 171.074 21.25 171.063 21.25C171.053 21.25 171.042 21.25 171.032 21.25C171.022 21.25 171.011 21.25 171.001 21.25C170.99 21.25 170.98 21.25 170.969 21.25C170.959 21.25 170.949 21.25 170.938 21.25C170.928 21.25 170.918 21.25 170.907 21.25C170.897 21.25 170.887 21.25 170.876 21.25C170.866 21.25 170.856 21.25 170.845 21.25C170.835 21.25 170.825 21.25 170.815 21.25C170.804 21.25 170.794 21.25 170.784 21.25C170.774 21.25 170.764 21.25 170.753 21.25C170.743 21.25 170.733 21.25 170.723 21.25C170.713 21.25 170.703 21.25 170.692 21.25C170.682 21.25 170.672 21.25 170.662 21.25C170.652 21.25 170.642 21.25 170.632 21.25C170.622 21.25 170.612 21.25 170.602 21.25C170.592 21.25 170.582 21.25 170.572 21.25C170.562 21.25 170.552 21.25 170.542 21.25C170.532 21.25 170.522 21.25 170.512 21.25C170.502 21.25 170.492 21.25 170.482 21.25C170.472 21.25 170.462 21.25 170.452 21.25C170.442 21.25 170.432 21.25 170.423 21.25C170.413 21.25 170.403 21.25 170.393 21.25C170.383 21.25 170.373 21.25 170.364 21.25C170.354 21.25 170.344 21.25 170.334 21.25C170.325 21.25 170.315 21.25 170.305 21.25C170.295 21.25 170.286 21.25 170.276 21.25C170.266 21.25 170.257 21.25 170.247 21.25C170.237 21.25 170.228 21.25 170.218 21.25C170.208 21.25 170.199 21.25 170.189 21.25C170.179 21.25 170.17 21.25 170.16 21.25C170.151 21.25 170.141 21.25 170.132 21.25C170.122 21.25 170.113 21.25 170.103 21.25C170.093 21.25 170.084 21.25 170.075 21.25C170.065 21.25 170.056 21.25 170.046 21.25C170.037 21.25 170.027 21.25 170.018 21.25C170.008 21.25 169.999 21.25 169.99 21.25C169.98 21.25 169.971 21.25 169.961 21.25C169.952 21.25 169.943 21.25 169.933 21.25C169.924 21.25 169.915 21.25 169.906 21.25C169.896 21.25 169.887 21.25 169.878 21.25C169.868 21.25 169.859 21.25 169.85 21.25C169.841 21.25 169.832 21.25 169.822 21.25C169.813 21.25 169.804 21.25 169.795 21.25C169.786 21.25 169.776 21.25 169.767 21.25C169.758 21.25 169.749 21.25 169.74 21.25C169.731 21.25 169.722 21.25 169.713 21.25C169.704 21.25 169.695 21.25 169.686 21.25C169.677 21.25 169.668 21.25 169.659 21.25C169.65 21.25 169.641 21.25 169.632 21.25C169.623 21.25 169.614 21.25 169.605 21.25C169.596 21.25 169.587 21.25 169.578 21.25C169.569 21.25 169.56 21.25 169.551 21.25C169.542 21.25 169.534 21.25 169.525 21.25C169.516 21.25 169.507 21.25 169.498 21.25C169.489 21.25 169.481 21.25 169.472 21.25C169.463 21.25 169.454 21.25 169.446 21.25C169.437 21.25 169.428 21.25 169.419 21.25C169.411 21.25 169.402 21.25 169.393 21.25C169.385 21.25 169.376 21.25 169.367 21.25C169.359 21.25 169.35 21.25 169.342 21.25C169.333 21.25 169.324 21.25 169.316 21.25C169.307 21.25 169.299 21.25 169.29 21.25C169.282 21.25 169.273 21.25 169.265 21.25C169.256 21.25 169.248 21.25 169.239 21.25C169.231 21.25 169.222 21.25 169.214 21.25C169.205 21.25 169.197 21.25 169.188 21.25C169.18 21.25 169.172 21.25 169.163 21.25C169.155 21.25 169.147 21.25 169.138 21.25C169.13 21.25 169.122 21.25 169.113 21.25C169.105 21.25 169.097 21.25 169.088 21.25C169.08 21.25 169.072 21.25 169.064 21.25C169.055 21.25 169.047 21.25 169.039 21.25C169.031 21.25 169.023 21.25 169.014 21.25C169.006 21.25 168.998 21.25 168.99 21.25C168.982 21.25 168.974 21.25 168.966 21.25C168.958 21.25 168.949 21.25 168.941 21.25C168.933 21.25 168.925 21.25 168.917 21.25C168.909 21.25 168.901 21.25 168.893 21.25C168.885 21.25 168.877 21.25 168.869 21.25C168.861 21.25 168.853 21.25 168.845 21.25C168.838 21.25 168.83 21.25 168.822 21.25C168.814 21.25 168.806 21.25 168.798 21.25C168.79 21.25 168.782 21.25 168.775 21.25C168.767 21.25 168.759 21.25 168.751 21.25C168.743 21.25 168.736 21.25 168.728 21.25C168.72 21.25 168.712 21.25 168.705 21.25C168.697 21.25 168.689 21.25 168.682 21.25C168.674 21.25 168.666 21.25 168.659 21.25C168.651 21.25 168.643 21.25 168.636 21.25C168.628 21.25 168.621 21.25 168.613 21.25C168.605 21.25 168.598 21.25 168.59 21.25C168.583 21.25 168.575 21.25 168.568 21.25C168.56 21.25 168.553 21.25 168.545 21.25C168.538 21.25 168.53 21.25 168.523 21.25C168.516 21.25 168.508 21.25 168.501 21.25C168.493 21.25 168.486 21.25 168.479 21.25C168.471 21.25 168.464 21.25 168.457 21.25C168.449 21.25 168.442 21.25 168.435 21.25C168.427 21.25 168.42 21.25 168.413 21.25C168.406 21.25 168.398 21.25 168.391 21.25C168.384 21.25 168.377 21.25 168.37 21.25C168.362 21.25 168.355 21.25 168.348 21.25C168.341 21.25 168.334 21.25 168.327 21.25C168.32 21.25 168.313 21.25 168.306 21.25C168.298 21.25 168.291 21.25 168.284 21.25C168.277 21.25 168.27 21.25 168.263 21.25C168.256 21.25 168.249 21.25 168.242 21.25C168.235 21.25 168.229 21.25 168.222 21.25C168.215 21.25 168.208 21.25 168.201 21.25C168.194 21.25 168.187 21.25 168.18 21.25C168.173 21.25 168.167 21.25 168.16 21.25C168.153 21.25 168.146 21.25 168.139 21.25C168.133 21.25 168.126 21.25 168.119 21.25C168.112 21.25 168.106 21.25 168.099 21.25C168.092 21.25 168.086 21.25 168.079 21.25C168.072 21.25 168.066 21.25 168.059 21.25C168.052 21.25 168.046 21.25 168.039 21.25C168.033 21.25 168.026 21.25 168.02 21.25C168.013 21.25 168.007 21.25 168 21.25V22.75ZM188 22.75C190.117 22.75 191.864 22.2192 193.061 20.8733C194.239 19.5478 194.75 17.5766 194.75 15H193.25C193.25 17.4234 192.761 18.9522 191.939 19.8767C191.136 20.7808 189.883 21.25 188 21.25V22.75ZM194.75 15C194.75 14.9902 194.75 14.9804 194.75 14.9706C194.75 14.9608 194.75 14.9509 194.75 14.941C194.75 14.9312 194.75 14.9213 194.75 14.9113C194.75 14.9014 194.75 14.8914 194.75 14.8814C194.75 14.8714 194.75 14.8614 194.75 14.8514C194.75 14.8413 194.75 14.8312 194.75 14.8211C194.75 14.811 194.75 14.8009 194.75 14.7907C194.75 14.7806 194.75 14.7704 194.75 14.7602C194.75 14.7499 194.75 14.7397 194.75 14.7294C194.75 14.7192 194.75 14.7089 194.75 14.6985C194.75 14.6882 194.75 14.6778 194.75 14.6675C194.75 14.6571 194.75 14.6467 194.75 14.6362C194.75 14.6258 194.75 14.6153 194.75 14.6048C194.75 14.5943 194.75 14.5838 194.75 14.5733C194.75 14.5627 194.75 14.5521 194.75 14.5415C194.75 14.5309 194.75 14.5203 194.75 14.5097C194.75 14.499 194.75 14.4883 194.75 14.4776C194.75 14.4669 194.75 14.4562 194.75 14.4454C194.75 14.4346 194.75 14.4238 194.75 14.413C194.75 14.4022 194.75 14.3914 194.75 14.3805C194.75 14.3696 194.75 14.3587 194.75 14.3478C194.75 14.3369 194.75 14.3259 194.75 14.3149C194.75 14.304 194.75 14.293 194.75 14.2819C194.75 14.2709 194.75 14.2598 194.75 14.2488C194.75 14.2377 194.75 14.2266 194.75 14.2154C194.75 14.2043 194.75 14.1931 194.75 14.1819C194.75 14.1708 194.75 14.1595 194.75 14.1483C194.75 14.1371 194.75 14.1258 194.75 14.1145C194.75 14.1032 194.75 14.0919 194.75 14.0806C194.75 14.0692 194.75 14.0578 194.75 14.0464C194.75 14.0351 194.75 14.0236 194.75 14.0122C194.75 14.0007 194.75 13.9893 194.75 13.9778C194.75 13.9663 194.75 13.9547 194.75 13.9432C194.75 13.9317 194.75 13.9201 194.75 13.9085C194.75 13.8969 194.75 13.8853 194.75 13.8736C194.75 13.862 194.75 13.8503 194.75 13.8386C194.75 13.8269 194.75 13.8152 194.75 13.8034C194.75 13.7917 194.75 13.7799 194.75 13.7681C194.75 13.7563 194.75 13.7445 194.75 13.7326C194.75 13.7208 194.75 13.7089 194.75 13.697C194.75 13.6851 194.75 13.6732 194.75 13.6612C194.75 13.6493 194.75 13.6373 194.75 13.6253C194.75 13.6133 194.75 13.6013 194.75 13.5892C194.75 13.5772 194.75 13.5651 194.75 13.553C194.75 13.5409 194.75 13.5288 194.75 13.5166C194.75 13.5045 194.75 13.4923 194.75 13.4801C194.75 13.4679 194.75 13.4557 194.75 13.4435C194.75 13.4312 194.75 13.419 194.75 13.4067C194.75 13.3944 194.75 13.3821 194.75 13.3698C194.75 13.3574 194.75 13.3451 194.75 13.3327C194.75 13.3203 194.75 13.3079 194.75 13.2954C194.75 13.283 194.75 13.2706 194.75 13.2581C194.75 13.2456 194.75 13.2331 194.75 13.2206C194.75 13.208 194.75 13.1955 194.75 13.1829C194.75 13.1704 194.75 13.1578 194.75 13.1451C194.75 13.1325 194.75 13.1199 194.75 13.1072C194.75 13.0945 194.75 13.0818 194.75 13.0691C194.75 13.0564 194.75 13.0437 194.75 13.0309C194.75 13.0182 194.75 13.0054 194.75 12.9926C194.75 12.9798 194.75 12.967 194.75 12.9541C194.75 12.9413 194.75 12.9284 194.75 12.9155C194.75 12.9026 194.75 12.8897 194.75 12.8767C194.75 12.8638 194.75 12.8508 194.75 12.8378C194.75 12.8249 194.75 12.8118 194.75 12.7988C194.75 12.7858 194.75 12.7727 194.75 12.7597C194.75 12.7466 194.75 12.7335 194.75 12.7204C194.75 12.7072 194.75 12.6941 194.75 12.6809C194.75 12.6678 194.75 12.6546 194.75 12.6414C194.75 12.6282 194.75 12.6149 194.75 12.6017C194.75 12.5884 194.75 12.5752 194.75 12.5619C194.75 12.5486 194.75 12.5352 194.75 12.5219C194.75 12.5086 194.75 12.4952 194.75 12.4818C194.75 12.4684 194.75 12.455 194.75 12.4416C194.75 12.4282 194.75 12.4147 194.75 12.4013C194.75 12.3878 194.75 12.3743 194.75 12.3608C194.75 12.3473 194.75 12.3337 194.75 12.3202C194.75 12.3066 194.75 12.2931 194.75 12.2795C194.75 12.2659 194.75 12.2522 194.75 12.2386C194.75 12.225 194.75 12.2113 194.75 12.1976C194.75 12.1839 194.75 12.1702 194.75 12.1565C194.75 12.1428 194.75 12.129 194.75 12.1153C194.75 12.1015 194.75 12.0877 194.75 12.0739C194.75 12.0601 194.75 12.0463 194.75 12.0324C194.75 12.0186 194.75 12.0047 194.75 11.9908C194.75 11.9769 194.75 11.963 194.75 11.9491C194.75 11.9352 194.75 11.9212 194.75 11.9073C194.75 11.8933 194.75 11.8793 194.75 11.8653C194.75 11.8513 194.75 11.8372 194.75 11.8232C194.75 11.8091 194.75 11.7951 194.75 11.781C194.75 11.7669 194.75 11.7528 194.75 11.7386C194.75 11.7245 194.75 11.7104 194.75 11.6962C194.75 11.682 194.75 11.6678 194.75 11.6536C194.75 11.6394 194.75 11.6252 194.75 11.6109C194.75 11.5967 194.75 11.5824 194.75 11.5681C194.75 11.5538 194.75 11.5395 194.75 11.5252C194.75 11.5109 194.75 11.4965 194.75 11.4822C194.75 11.4678 194.75 11.4534 194.75 11.439C194.75 11.4246 194.75 11.4102 194.75 11.3957C194.75 11.3813 194.75 11.3668 194.75 11.3523C194.75 11.3379 194.75 11.3234 194.75 11.3088C194.75 11.2943 194.75 11.2798 194.75 11.2652C194.75 11.2507 194.75 11.2361 194.75 11.2215C194.75 11.2069 194.75 11.1923 194.75 11.1777C194.75 11.163 194.75 11.1484 194.75 11.1337C194.75 11.119 194.75 11.1044 194.75 11.0897C194.75 11.0749 194.75 11.0602 194.75 11.0455C194.75 11.0307 194.75 11.016 194.75 11.0012C194.75 10.9864 194.75 10.9716 194.75 10.9568C194.75 10.942 194.75 10.9272 194.75 10.9123C194.75 10.8975 194.75 10.8826 194.75 10.8677C194.75 10.8528 194.75 10.8379 194.75 10.823C194.75 10.8081 194.75 10.7931 194.75 10.7782C194.75 10.7632 194.75 10.7482 194.75 10.7332C194.75 10.7182 194.75 10.7032 194.75 10.6882C194.75 10.6732 194.75 10.6581 194.75 10.643C194.75 10.628 194.75 10.6129 194.75 10.5978C194.75 10.5827 194.75 10.5676 194.75 10.5524C194.75 10.5373 194.75 10.5222 194.75 10.507C194.75 10.4918 194.75 10.4766 194.75 10.4614C194.75 10.4462 194.75 10.431 194.75 10.4158C194.75 10.4005 194.75 10.3853 194.75 10.37C194.75 10.3547 194.75 10.3394 194.75 10.3241C194.75 10.3088 194.75 10.2935 194.75 10.2782C194.75 10.2628 194.75 10.2475 194.75 10.2321C194.75 10.2167 194.75 10.2014 194.75 10.1859C194.75 10.1705 194.75 10.1551 194.75 10.1397C194.75 10.1242 194.75 10.1088 194.75 10.0933C194.75 10.0779 194.75 10.0624 194.75 10.0469C194.75 10.0314 194.75 10.0158 194.75 10.0003C194.75 9.98477 194.75 9.96922 194.75 9.95365C194.75 9.93808 194.75 9.9225 194.75 9.9069C194.75 9.8913 194.75 9.87569 194.75 9.86005C194.75 9.84442 194.75 9.82878 194.75 9.81311C194.75 9.79745 194.75 9.78177 194.75 9.76608C194.75 9.75038 194.75 9.73468 194.75 9.71895C194.75 9.70322 194.75 9.68748 194.75 9.67173C194.75 9.65597 194.75 9.6402 194.75 9.62441C194.75 9.60863 194.75 9.59282 194.75 9.57701C194.75 9.56119 194.75 9.54536 194.75 9.52951C194.75 9.51366 194.75 9.4978 194.75 9.48192C194.75 9.46604 194.75 9.45015 194.75 9.43424C194.75 9.41833 194.75 9.40241 194.75 9.38647C194.75 9.37053 194.75 9.35458 194.75 9.33861C194.75 9.32265 194.75 9.30666 194.75 9.29067C194.75 9.27467 194.75 9.25866 194.75 9.24263C194.75 9.22661 194.75 9.21057 194.75 9.19451C194.75 9.17845 194.75 9.16239 194.75 9.1463C194.75 9.13022 194.75 9.11412 194.75 9.09801C194.75 9.08189 194.75 9.06577 194.75 9.04963C194.75 9.03348 194.75 9.01733 194.75 9.00116C194.75 8.98499 194.75 8.96881 194.75 8.95261C194.75 8.93641 194.75 8.9202 194.75 8.90397C194.75 8.88775 194.75 8.87151 194.75 8.85526C194.75 8.839 194.75 8.82274 194.75 8.80646C194.75 8.79018 194.75 8.77388 194.75 8.75757C194.75 8.74127 194.75 8.72495 194.75 8.70861C194.75 8.69228 194.75 8.67593 194.75 8.65957C194.75 8.6432 194.75 8.62683 194.75 8.61044C194.75 8.59405 194.75 8.57765 194.75 8.56123C194.75 8.54482 194.75 8.52839 194.75 8.51195C194.75 8.49551 194.75 8.47905 194.75 8.46259C194.75 8.44612 194.75 8.42964 194.75 8.41315C194.75 8.39665 194.75 8.38015 194.75 8.36363C194.75 8.34711 194.75 8.33058 194.75 8.31403C194.75 8.29749 194.75 8.28093 194.75 8.26436C194.75 8.24779 194.75 8.23121 194.75 8.21461C194.75 8.19802 194.75 8.18141 194.75 8.16479C194.75 8.14817 194.75 8.13153 194.75 8.11489C194.75 8.09824 194.75 8.08159 194.75 8.06492C194.75 8.04825 194.75 8.03157 194.75 8.01487C194.75 7.99818 194.75 7.98147 194.75 7.96475C194.75 7.94804 194.75 7.93131 194.75 7.91456C194.75 7.89782 194.75 7.88107 194.75 7.8643C194.75 7.84754 194.75 7.83076 194.75 7.81397C194.75 7.79718 194.75 7.78038 194.75 7.76357C194.75 7.74675 194.75 7.72993 194.75 7.71309C194.75 7.69626 194.75 7.67941 194.75 7.66255C194.75 7.64569 194.75 7.62882 194.75 7.61194C194.75 7.59505 194.75 7.57816 194.75 7.56126C194.75 7.54435 194.75 7.52744 194.75 7.51051C194.75 7.49358 194.75 7.47664 194.75 7.45969C194.75 7.44274 194.75 7.42578 194.75 7.40881C194.75 7.39184 194.75 7.37486 194.75 7.35787C194.75 7.34087 194.75 7.32387 194.75 7.30685C194.75 7.28984 194.75 7.27281 194.75 7.25578C194.75 7.23874 194.75 7.22169 194.75 7.20463C194.75 7.18758 194.75 7.17051 194.75 7.15343C194.75 7.13635 194.75 7.11926 194.75 7.10216C194.75 7.08506 194.75 7.06795 194.75 7.05083C194.75 7.03371 194.75 7.01658 194.75 6.99944C194.75 6.9823 194.75 6.96515 194.75 6.94799C194.75 6.93083 194.75 6.91365 194.75 6.89647C194.75 6.87929 194.75 6.8621 194.75 6.8449C194.75 6.8277 194.75 6.81049 194.75 6.79326C194.75 6.77604 194.75 6.75881 194.75 6.74157C194.75 6.72433 194.75 6.70708 194.75 6.68982C194.75 6.67256 194.75 6.65529 194.75 6.63801C194.75 6.62073 194.75 6.60344 194.75 6.58615C194.75 6.56885 194.75 6.55154 194.75 6.53422C194.75 6.51691 194.75 6.49958 194.75 6.48225C194.75 6.46491 194.75 6.44757 194.75 6.43021C194.75 6.41286 194.75 6.3955 194.75 6.37812C194.75 6.36075 194.75 6.34337 194.75 6.32598C194.75 6.30859 194.75 6.29119 194.75 6.27378C194.75 6.25638 194.75 6.23896 194.75 6.22153C194.75 6.20411 194.75 6.18667 194.75 6.16923C194.75 6.15179 194.75 6.13434 194.75 6.11688C194.75 6.09942 194.75 6.08195 194.75 6.06447C194.75 6.04699 194.75 6.02951 194.75 6.01202C194.75 5.99452 194.75 5.97702 194.75 5.95951C194.75 5.942 194.75 5.92448 194.75 5.90695C194.75 5.88943 194.75 5.87189 194.75 5.85435C194.75 5.8368 194.75 5.81925 194.75 5.80169C194.75 5.78413 194.75 5.76657 194.75 5.74899C194.75 5.73142 194.75 5.71383 194.75 5.69624C194.75 5.67865 194.75 5.66105 194.75 5.64345C194.75 5.62584 194.75 5.60823 194.75 5.59061C194.75 5.57298 194.75 5.55536 194.75 5.53772C194.75 5.52008 194.75 5.50244 194.75 5.48479C194.75 5.46714 194.75 5.44948 194.75 5.43181C194.75 5.41414 194.75 5.39647 194.75 5.37879C194.75 5.36111 194.75 5.34342 194.75 5.32573C194.75 5.30803 194.75 5.29033 194.75 5.27262C194.75 5.25491 194.75 5.23719 194.75 5.21947C194.75 5.20175 194.75 5.18402 194.75 5.16628C194.75 5.14854 194.75 5.1308 194.75 5.11305C194.75 5.0953 194.75 5.07754 194.75 5.05978C194.75 5.04202 194.75 5.02425 194.75 5.00647C194.75 4.98869 194.75 4.97091 194.75 4.95312C194.75 4.93533 194.75 4.91753 194.75 4.89973C194.75 4.88193 194.75 4.86412 194.75 4.8463C194.75 4.82849 194.75 4.81067 194.75 4.79284C194.75 4.77501 194.75 4.75718 194.75 4.73934C194.75 4.7215 194.75 4.70365 194.75 4.6858C194.75 4.66795 194.75 4.65009 194.75 4.63223C194.75 4.61437 194.75 4.5965 194.75 4.57862C194.75 4.56075 194.75 4.54287 194.75 4.52498C194.75 4.50709 194.75 4.4892 194.75 4.4713C194.75 4.4534 194.75 4.4355 194.75 4.41759C194.75 4.39968 194.75 4.38177 194.75 4.36385C194.75 4.34593 194.75 4.32801 194.75 4.31008C194.75 4.29215 194.75 4.27421 194.75 4.25627C194.75 4.23833 194.75 4.22038 194.75 4.20243C194.75 4.18448 194.75 4.16653 194.75 4.14856C194.75 4.1306 194.75 4.11264 194.75 4.09467C194.75 4.0767 194.75 4.05872 194.75 4.04074C194.75 4.02276 194.75 4.00477 194.75 3.98678C194.75 3.96879 194.75 3.9508 194.75 3.9328C194.75 3.9148 194.75 3.8968 194.75 3.87879C194.75 3.86078 194.75 3.84277 194.75 3.82475C194.75 3.80673 194.75 3.78871 194.75 3.77069C194.75 3.75266 194.75 3.73463 194.75 3.7166C194.75 3.69856 194.75 3.68052 194.75 3.66248C194.75 3.64444 194.75 3.62639 194.75 3.60834C194.75 3.59029 194.75 3.57224 194.75 3.55418C194.75 3.53612 194.75 3.51806 194.75 3.49999C194.75 3.48192 194.75 3.46385 194.75 3.44578C194.75 3.42771 194.75 3.40963 194.75 3.39155C194.75 3.37347 194.75 3.35538 194.75 3.33729C194.75 3.3192 194.75 3.30111 194.75 3.28302C194.75 3.26492 194.75 3.24682 194.75 3.22872C194.75 3.21062 194.75 3.19251 194.75 3.1744C194.75 3.15629 194.75 3.13818 194.75 3.12007C194.75 3.10195 194.75 3.08383 194.75 3.06571C194.75 3.04759 194.75 3.02947 194.75 3.01134C194.75 2.99321 194.75 2.97508 194.75 2.95695C194.75 2.93882 194.75 2.92068 194.75 2.90254C194.75 2.8844 194.75 2.86626 194.75 2.84812C194.75 2.82997 194.75 2.81183 194.75 2.79368C194.75 2.77553 194.75 2.75738 194.75 2.73922C194.75 2.72107 194.75 2.70291 194.75 2.68475C194.75 2.66659 194.75 2.64843 194.75 2.63027C194.75 2.61211 194.75 2.59394 194.75 2.57577C194.75 2.5576 194.75 2.53943 194.75 2.52126C194.75 2.50309 194.75 2.48491 194.75 2.46674C194.75 2.44856 194.75 2.43038 194.75 2.4122C194.75 2.39402 194.75 2.37584 194.75 2.35766C194.75 2.33947 194.75 2.32129 194.75 2.3031C194.75 2.28491 194.75 2.26672 194.75 2.24853C194.75 2.23034 194.75 2.21215 194.75 2.19396C194.75 2.17576 194.75 2.15757 194.75 2.13937C194.75 2.12117 194.75 2.10298 194.75 2.08478C194.75 2.06658 194.75 2.04838 194.75 2.03018C194.75 2.01197 194.75 1.99377 194.75 1.97557C194.75 1.95736 194.75 1.93916 194.75 1.92095C194.75 1.90274 194.75 1.88454 194.75 1.86633C194.75 1.84812 194.75 1.82991 194.75 1.8117C194.75 1.79349 194.75 1.77528 194.75 1.75707C194.75 1.73886 194.75 1.72065 194.75 1.70243C194.75 1.68422 194.75 1.66601 194.75 1.64779C194.75 1.62958 194.75 1.61137 194.75 1.59315C194.75 1.57494 194.75 1.55672 194.75 1.53851C194.75 1.52029 194.75 1.50207 194.75 1.48386C194.75 1.46564 194.75 1.44743 194.75 1.42921C194.75 1.41099 194.75 1.39278 194.75 1.37456C194.75 1.35634 194.75 1.33813 194.75 1.31991C194.75 1.30169 194.75 1.28348 194.75 1.26526C194.75 1.24704 194.75 1.22883 194.75 1.21061C194.75 1.1924 194.75 1.17418 194.75 1.15597C194.75 1.13775 194.75 1.11953 194.75 1.10132C194.75 1.08311 194.75 1.06489 194.75 1.04668C194.75 1.02846 194.75 1.01025 194.75 0.992039C194.75 0.973827 194.75 0.955615 194.75 0.937404C194.75 0.919193 194.75 0.900983 194.75 0.882773C194.75 0.864564 194.75 0.846355 194.75 0.828147C194.75 0.80994 194.75 0.791733 194.75 0.773527C194.75 0.755321 194.75 0.737117 194.75 0.718913C194.75 0.70071 194.75 0.682507 194.75 0.664306C194.75 0.646105 194.75 0.627905 194.75 0.609706C194.75 0.591507 194.75 0.57331 194.75 0.555114C194.75 0.536918 194.75 0.518724 194.75 0.500531C194.75 0.482338 194.75 0.464146 194.75 0.445956C194.75 0.427766 194.75 0.409578 194.75 0.391391C194.75 0.373205 194.75 0.35502 194.75 0.336837C194.75 0.318654 194.75 0.300473 194.75 0.282293C194.75 0.264114 194.75 0.245936 194.75 0.227761C194.75 0.209585 194.75 0.191412 194.75 0.173241C194.75 0.155069 194.75 0.1369 194.75 0.118733C194.75 0.100566 194.75 0.0824007 194.75 0.0642381C194.75 0.0460755 194.75 0.0279152 194.75 0.00975721C194.75 -0.00840074 194.75 -0.0265563 194.75 -0.0447094C194.75 -0.0628625 194.75 -0.0810131 194.75 -0.0991611C194.75 -0.117309 194.75 -0.135455 194.75 -0.153597C194.75 -0.17174 194.75 -0.18988 194.75 -0.208018C194.75 -0.226155 194.75 -0.244289 194.75 -0.262421C194.75 -0.280553 194.75 -0.298682 194.75 -0.316807C194.75 -0.334933 194.75 -0.353056 194.75 -0.371176C194.75 -0.389296 194.75 -0.407413 194.75 -0.425526C194.75 -0.44364 194.75 -0.46175 194.75 -0.479857C194.75 -0.497965 194.75 -0.516069 194.75 -0.534169C194.75 -0.55227 194.75 -0.570367 194.75 -0.588461C194.75 -0.606555 194.75 -0.624645 194.75 -0.642732C194.75 -0.660818 194.75 -0.678902 194.75 -0.696981C194.75 -0.715061 194.75 -0.733137 194.75 -0.751209C194.75 -0.769281 194.75 -0.78735 194.75 -0.805414C194.75 -0.823479 194.75 -0.84154 194.75 -0.859597C194.75 -0.877653 194.75 -0.895706 194.75 -0.913755C194.75 -0.931804 194.75 -0.949849 194.75 -0.96789C194.75 -0.985931 194.75 -1.00397 194.75 -1.022C194.75 -1.04003 194.75 -1.05806 194.75 -1.07608C194.75 -1.09411 194.75 -1.11213 194.75 -1.13014C194.75 -1.14816 194.75 -1.16617 194.75 -1.18417C194.75 -1.20218 194.75 -1.22018 194.75 -1.23818C194.75 -1.25618 194.75 -1.27417 194.75 -1.29216C194.75 -1.31014 194.75 -1.32813 194.75 -1.34611C194.75 -1.36408 194.75 -1.38206 194.75 -1.40003C194.75 -1.41799 194.75 -1.43596 194.75 -1.45392C194.75 -1.47187 194.75 -1.48983 194.75 -1.50778C194.75 -1.52573 194.75 -1.54367 194.75 -1.56161C194.75 -1.57955 194.75 -1.59748 194.75 -1.61541C194.75 -1.63333 194.75 -1.65126 194.75 -1.66917C194.75 -1.68709 194.75 -1.705 194.75 -1.72291C194.75 -1.74081 194.75 -1.75871 194.75 -1.77661C194.75 -1.79451 194.75 -1.81239 194.75 -1.83028C194.75 -1.84816 194.75 -1.86604 194.75 -1.88391C194.75 -1.90179 194.75 -1.91965 194.75 -1.93751C194.75 -1.95537 194.75 -1.97323 194.75 -1.99108C194.75 -2.00893 194.75 -2.02677 194.75 -2.04461C194.75 -2.06244 194.75 -2.08027 194.75 -2.0981C194.75 -2.11592 194.75 -2.13374 194.75 -2.15155C194.75 -2.16937 194.75 -2.18717 194.75 -2.20497C194.75 -2.22277 194.75 -2.24056 194.75 -2.25835C194.75 -2.27614 194.75 -2.29392 194.75 -2.31169C194.75 -2.32947 194.75 -2.34723 194.75 -2.36499C194.75 -2.38275 194.75 -2.40051 194.75 -2.41826C194.75 -2.436 194.75 -2.45374 194.75 -2.47148C194.75 -2.48921 194.75 -2.50694 194.75 -2.52466C194.75 -2.54238 194.75 -2.56009 194.75 -2.5778C194.75 -2.5955 194.75 -2.6132 194.75 -2.63089C194.75 -2.64858 194.75 -2.66627 194.75 -2.68395C194.75 -2.70162 194.75 -2.71929 194.75 -2.73696C194.75 -2.75462 194.75 -2.77228 194.75 -2.78992C194.75 -2.80757 194.75 -2.82521 194.75 -2.84285C194.75 -2.86048 194.75 -2.8781 194.75 -2.89572C194.75 -2.91334 194.75 -2.93095 194.75 -2.94855C194.75 -2.96616 194.75 -2.98375 194.75 -3.00134C194.75 -3.01893 194.75 -3.0365 194.75 -3.05408C194.75 -3.07165 194.75 -3.08921 194.75 -3.10677C194.75 -3.12432 194.75 -3.14187 194.75 -3.15941C194.75 -3.17695 194.75 -3.19448 194.75 -3.212C194.75 -3.22953 194.75 -3.24704 194.75 -3.26455C194.75 -3.28205 194.75 -3.29955 194.75 -3.31704C194.75 -3.33453 194.75 -3.35201 194.75 -3.36949C194.75 -3.38696 194.75 -3.40443 194.75 -3.42188C194.75 -3.43934 194.75 -3.45679 194.75 -3.47422C194.75 -3.49166 194.75 -3.50909 194.75 -3.52651C194.75 -3.54394 194.75 -3.56135 194.75 -3.57875C194.75 -3.59616 194.75 -3.61355 194.75 -3.63094C194.75 -3.64832 194.75 -3.6657 194.75 -3.68307C194.75 -3.70043 194.75 -3.71779 194.75 -3.73514C194.75 -3.75249 194.75 -3.76983 194.75 -3.78716C194.75 -3.8045 194.75 -3.82182 194.75 -3.83913C194.75 -3.85644 194.75 -3.87375 194.75 -3.89104C194.75 -3.90833 194.75 -3.92562 194.75 -3.94289C194.75 -3.96017 194.75 -3.97743 194.75 -3.99469C194.75 -4.01194 194.75 -4.02919 194.75 -4.04642C194.75 -4.06366 194.75 -4.08089 194.75 -4.0981C194.75 -4.11532 194.75 -4.13253 194.75 -4.14972C194.75 -4.16692 194.75 -4.18411 194.75 -4.20128C194.75 -4.21846 194.75 -4.23563 194.75 -4.25278C194.75 -4.26994 194.75 -4.28709 194.75 -4.30422C194.75 -4.32136 194.75 -4.33849 194.75 -4.3556C194.75 -4.37272 194.75 -4.38982 194.75 -4.40692C194.75 -4.42401 194.75 -4.4411 194.75 -4.45817C194.75 -4.47524 194.75 -4.49231 194.75 -4.50936C194.75 -4.52641 194.75 -4.54346 194.75 -4.56049C194.75 -4.57752 194.75 -4.59454 194.75 -4.61155C194.75 -4.62856 194.75 -4.64556 194.75 -4.66255C194.75 -4.67954 194.75 -4.69651 194.75 -4.71348C194.75 -4.73045 194.75 -4.7474 194.75 -4.76434C194.75 -4.78129 194.75 -4.79822 194.75 -4.81514C194.75 -4.83207 194.75 -4.84898 194.75 -4.86588C194.75 -4.88278 194.75 -4.89966 194.75 -4.91654C194.75 -4.93342 194.75 -4.95028 194.75 -4.96714C194.75 -4.98399 194.75 -5.00083 194.75 -5.01766C194.75 -5.03449 194.75 -5.05131 194.75 -5.06812C194.75 -5.08493 194.75 -5.10172 194.75 -5.11851C194.75 -5.13529 194.75 -5.15207 194.75 -5.16883C194.75 -5.18559 194.75 -5.20233 194.75 -5.21907C194.75 -5.23581 194.75 -5.25253 194.75 -5.26925C194.75 -5.28596 194.75 -5.30266 194.75 -5.31935C194.75 -5.33603 194.75 -5.35271 194.75 -5.36937C194.75 -5.38604 194.75 -5.40269 194.75 -5.41933C194.75 -5.43597 194.75 -5.4526 194.75 -5.46921C194.75 -5.48582 194.75 -5.50243 194.75 -5.51902C194.75 -5.53561 194.75 -5.55218 194.75 -5.56875C194.75 -5.58531 194.75 -5.60186 194.75 -5.6184C194.75 -5.63494 194.75 -5.65147 194.75 -5.66798C194.75 -5.68449 194.75 -5.70099 194.75 -5.71748C194.75 -5.73397 194.75 -5.75044 194.75 -5.7669C194.75 -5.78336 194.75 -5.79981 194.75 -5.81625C194.75 -5.83268 194.75 -5.84911 194.75 -5.86551C194.75 -5.88192 194.75 -5.89832 194.75 -5.9147C194.75 -5.93108 194.75 -5.94745 194.75 -5.96381C194.75 -5.98016 194.75 -5.99651 194.75 -6.01284C194.75 -6.02916 194.75 -6.04548 194.75 -6.06178C194.75 -6.07808 194.75 -6.09437 194.75 -6.11064C194.75 -6.12692 194.75 -6.14318 194.75 -6.15943C194.75 -6.17567 194.75 -6.1919 194.75 -6.20812C194.75 -6.22434 194.75 -6.24055 194.75 -6.25674C194.75 -6.27293 194.75 -6.28911 194.75 -6.30527C194.75 -6.32143 194.75 -6.33758 194.75 -6.35372C194.75 -6.36985 194.75 -6.38597 194.75 -6.40208C194.75 -6.41818 194.75 -6.43427 194.75 -6.45035C194.75 -6.46643 194.75 -6.48249 194.75 -6.49854C194.75 -6.51459 194.75 -6.53062 194.75 -6.54664C194.75 -6.56266 194.75 -6.57867 194.75 -6.59466C194.75 -6.61065 194.75 -6.62662 194.75 -6.64258C194.75 -6.65854 194.75 -6.67449 194.75 -6.69042C194.75 -6.70635 194.75 -6.72227 194.75 -6.73817C194.75 -6.75407 194.75 -6.76996 194.75 -6.78583C194.75 -6.8017 194.75 -6.81756 194.75 -6.8334C194.75 -6.84924 194.75 -6.86506 194.75 -6.88087C194.75 -6.89668 194.75 -6.91248 194.75 -6.92826C194.75 -6.94404 194.75 -6.9598 194.75 -6.97555C194.75 -6.9913 194.75 -7.00703 194.75 -7.02275C194.75 -7.03847 194.75 -7.05417 194.75 -7.06986C194.75 -7.08555 194.75 -7.10122 194.75 -7.11687C194.75 -7.13253 194.75 -7.14817 194.75 -7.16379C194.75 -7.17942 194.75 -7.19502 194.75 -7.21062C194.75 -7.22621 194.75 -7.24178 194.75 -7.25734C194.75 -7.2729 194.75 -7.28845 194.75 -7.30398C194.75 -7.3195 194.75 -7.33501 194.75 -7.35051C194.75 -7.36601 194.75 -7.38148 194.75 -7.39695C194.75 -7.41241 194.75 -7.42786 194.75 -7.44329C194.75 -7.45872 194.75 -7.47413 194.75 -7.48953C194.75 -7.50493 194.75 -7.52031 194.75 -7.53567C194.75 -7.55103 194.75 -7.56638 194.75 -7.58171C194.75 -7.59704 194.75 -7.61236 194.75 -7.62765C194.75 -7.64295 194.75 -7.65823 194.75 -7.67349C194.75 -7.68876 194.75 -7.704 194.75 -7.71923C194.75 -7.73446 194.75 -7.74968 194.75 -7.76487C194.75 -7.78007 194.75 -7.79524 194.75 -7.81041C194.75 -7.82557 194.75 -7.84071 194.75 -7.85584C194.75 -7.87096 194.75 -7.88607 194.75 -7.90117C194.75 -7.91626 194.75 -7.93133 194.75 -7.94639C194.75 -7.96145 194.75 -7.97648 194.75 -7.99151C194.75 -8.00653 194.75 -8.02153 194.75 -8.03652C194.75 -8.05151 194.75 -8.06647 194.75 -8.08143C194.75 -8.09638 194.75 -8.11131 194.75 -8.12623C194.75 -8.14114 194.75 -8.15604 194.75 -8.17092C194.75 -8.1858 194.75 -8.20066 194.75 -8.2155C194.75 -8.23035 194.75 -8.24517 194.75 -8.25998C194.75 -8.27479 194.75 -8.28958 194.75 -8.30435C194.75 -8.31912 194.75 -8.33387 194.75 -8.3486C194.75 -8.36334 194.75 -8.37805 194.75 -8.39275C194.75 -8.40745 194.75 -8.42213 194.75 -8.43679C194.75 -8.45145 194.75 -8.46609 194.75 -8.48071C194.75 -8.49534 194.75 -8.50994 194.75 -8.52453C194.75 -8.53911 194.75 -8.55368 194.75 -8.56823C194.75 -8.58278 194.75 -8.59731 194.75 -8.61182C194.75 -8.62633 194.75 -8.64082 194.75 -8.65529C194.75 -8.66976 194.75 -8.68422 194.75 -8.69865C194.75 -8.71308 194.75 -8.7275 194.75 -8.7419C194.75 -8.75629 194.75 -8.77067 194.75 -8.78503C194.75 -8.79938 194.75 -8.81372 194.75 -8.82804C194.75 -8.84236 194.75 -8.85666 194.75 -8.87094C194.75 -8.88522 194.75 -8.89948 194.75 -8.91372C194.75 -8.92796 194.75 -8.94218 194.75 -8.95638C194.75 -8.97058 194.75 -8.98476 194.75 -8.99892C194.75 -9.01308 194.75 -9.02722 194.75 -9.04135C194.75 -9.05547 194.75 -9.06957 194.75 -9.08365C194.75 -9.09773 194.75 -9.1118 194.75 -9.12584C194.75 -9.13988 194.75 -9.1539 194.75 -9.1679C194.75 -9.1819 194.75 -9.19588 194.75 -9.20984C194.75 -9.22381 194.75 -9.23775 194.75 -9.25167C194.75 -9.26559 194.75 -9.27949 194.75 -9.29337C194.75 -9.30724 194.75 -9.3211 194.75 -9.33494C194.75 -9.34878 194.75 -9.3626 194.75 -9.37639C194.75 -9.39019 194.75 -9.40397 194.75 -9.41772C194.75 -9.43148 194.75 -9.44521 194.75 -9.45893C194.75 -9.47264 194.75 -9.48633 194.75 -9.50001H193.25C193.25 -9.48633 193.25 -9.47264 193.25 -9.45893C193.25 -9.44521 193.25 -9.43148 193.25 -9.41772C193.25 -9.40397 193.25 -9.39019 193.25 -9.37639C193.25 -9.3626 193.25 -9.34878 193.25 -9.33494C193.25 -9.3211 193.25 -9.30724 193.25 -9.29337C193.25 -9.27949 193.25 -9.26559 193.25 -9.25167C193.25 -9.23775 193.25 -9.22381 193.25 -9.20984C193.25 -9.19588 193.25 -9.1819 193.25 -9.1679C193.25 -9.1539 193.25 -9.13988 193.25 -9.12584C193.25 -9.1118 193.25 -9.09773 193.25 -9.08365C193.25 -9.06957 193.25 -9.05547 193.25 -9.04135C193.25 -9.02722 193.25 -9.01308 193.25 -8.99892C193.25 -8.98476 193.25 -8.97058 193.25 -8.95638C193.25 -8.94218 193.25 -8.92796 193.25 -8.91372C193.25 -8.89948 193.25 -8.88522 193.25 -8.87094C193.25 -8.85666 193.25 -8.84236 193.25 -8.82804C193.25 -8.81372 193.25 -8.79938 193.25 -8.78503C193.25 -8.77067 193.25 -8.75629 193.25 -8.7419C193.25 -8.7275 193.25 -8.71308 193.25 -8.69865C193.25 -8.68422 193.25 -8.66976 193.25 -8.65529C193.25 -8.64082 193.25 -8.62633 193.25 -8.61182C193.25 -8.59731 193.25 -8.58278 193.25 -8.56823C193.25 -8.55368 193.25 -8.53911 193.25 -8.52453C193.25 -8.50994 193.25 -8.49534 193.25 -8.48071C193.25 -8.46609 193.25 -8.45145 193.25 -8.43679C193.25 -8.42213 193.25 -8.40745 193.25 -8.39275C193.25 -8.37805 193.25 -8.36334 193.25 -8.3486C193.25 -8.33387 193.25 -8.31912 193.25 -8.30435C193.25 -8.28958 193.25 -8.27479 193.25 -8.25998C193.25 -8.24517 193.25 -8.23035 193.25 -8.2155C193.25 -8.20066 193.25 -8.1858 193.25 -8.17092C193.25 -8.15604 193.25 -8.14114 193.25 -8.12623C193.25 -8.11131 193.25 -8.09638 193.25 -8.08143C193.25 -8.06647 193.25 -8.05151 193.25 -8.03652C193.25 -8.02153 193.25 -8.00653 193.25 -7.99151C193.25 -7.97648 193.25 -7.96145 193.25 -7.94639C193.25 -7.93133 193.25 -7.91626 193.25 -7.90117C193.25 -7.88607 193.25 -7.87096 193.25 -7.85584C193.25 -7.84071 193.25 -7.82557 193.25 -7.81041C193.25 -7.79524 193.25 -7.78007 193.25 -7.76487C193.25 -7.74968 193.25 -7.73446 193.25 -7.71923C193.25 -7.704 193.25 -7.68876 193.25 -7.67349C193.25 -7.65823 193.25 -7.64295 193.25 -7.62765C193.25 -7.61236 193.25 -7.59704 193.25 -7.58171C193.25 -7.56638 193.25 -7.55103 193.25 -7.53567C193.25 -7.52031 193.25 -7.50493 193.25 -7.48953C193.25 -7.47413 193.25 -7.45872 193.25 -7.44329C193.25 -7.42786 193.25 -7.41241 193.25 -7.39695C193.25 -7.38148 193.25 -7.36601 193.25 -7.35051C193.25 -7.33501 193.25 -7.3195 193.25 -7.30398C193.25 -7.28845 193.25 -7.2729 193.25 -7.25734C193.25 -7.24178 193.25 -7.22621 193.25 -7.21062C193.25 -7.19502 193.25 -7.17942 193.25 -7.16379C193.25 -7.14817 193.25 -7.13253 193.25 -7.11687C193.25 -7.10122 193.25 -7.08555 193.25 -7.06986C193.25 -7.05417 193.25 -7.03847 193.25 -7.02275C193.25 -7.00703 193.25 -6.9913 193.25 -6.97555C193.25 -6.9598 193.25 -6.94404 193.25 -6.92826C193.25 -6.91248 193.25 -6.89668 193.25 -6.88087C193.25 -6.86506 193.25 -6.84924 193.25 -6.8334C193.25 -6.81756 193.25 -6.8017 193.25 -6.78583C193.25 -6.76996 193.25 -6.75407 193.25 -6.73817C193.25 -6.72227 193.25 -6.70635 193.25 -6.69042C193.25 -6.67449 193.25 -6.65854 193.25 -6.64258C193.25 -6.62662 193.25 -6.61065 193.25 -6.59466C193.25 -6.57867 193.25 -6.56266 193.25 -6.54664C193.25 -6.53062 193.25 -6.51459 193.25 -6.49854C193.25 -6.48249 193.25 -6.46643 193.25 -6.45035C193.25 -6.43427 193.25 -6.41818 193.25 -6.40208C193.25 -6.38597 193.25 -6.36985 193.25 -6.35372C193.25 -6.33758 193.25 -6.32143 193.25 -6.30527C193.25 -6.28911 193.25 -6.27293 193.25 -6.25674C193.25 -6.24055 193.25 -6.22434 193.25 -6.20812C193.25 -6.1919 193.25 -6.17567 193.25 -6.15943C193.25 -6.14318 193.25 -6.12692 193.25 -6.11064C193.25 -6.09437 193.25 -6.07808 193.25 -6.06178C193.25 -6.04548 193.25 -6.02916 193.25 -6.01284C193.25 -5.99651 193.25 -5.98016 193.25 -5.96381C193.25 -5.94745 193.25 -5.93108 193.25 -5.9147C193.25 -5.89832 193.25 -5.88192 193.25 -5.86551C193.25 -5.84911 193.25 -5.83268 193.25 -5.81625C193.25 -5.79981 193.25 -5.78336 193.25 -5.7669C193.25 -5.75044 193.25 -5.73397 193.25 -5.71748C193.25 -5.70099 193.25 -5.68449 193.25 -5.66798C193.25 -5.65147 193.25 -5.63494 193.25 -5.6184C193.25 -5.60186 193.25 -5.58531 193.25 -5.56875C193.25 -5.55218 193.25 -5.53561 193.25 -5.51902C193.25 -5.50243 193.25 -5.48582 193.25 -5.46921C193.25 -5.4526 193.25 -5.43597 193.25 -5.41933C193.25 -5.40269 193.25 -5.38604 193.25 -5.36937C193.25 -5.35271 193.25 -5.33603 193.25 -5.31935C193.25 -5.30266 193.25 -5.28596 193.25 -5.26925C193.25 -5.25253 193.25 -5.23581 193.25 -5.21907C193.25 -5.20233 193.25 -5.18559 193.25 -5.16883C193.25 -5.15207 193.25 -5.13529 193.25 -5.11851C193.25 -5.10172 193.25 -5.08493 193.25 -5.06812C193.25 -5.05131 193.25 -5.03449 193.25 -5.01766C193.25 -5.00083 193.25 -4.98399 193.25 -4.96714C193.25 -4.95028 193.25 -4.93342 193.25 -4.91654C193.25 -4.89966 193.25 -4.88278 193.25 -4.86588C193.25 -4.84898 193.25 -4.83207 193.25 -4.81514C193.25 -4.79822 193.25 -4.78129 193.25 -4.76434C193.25 -4.7474 193.25 -4.73045 193.25 -4.71348C193.25 -4.69651 193.25 -4.67954 193.25 -4.66255C193.25 -4.64556 193.25 -4.62856 193.25 -4.61155C193.25 -4.59454 193.25 -4.57752 193.25 -4.56049C193.25 -4.54346 193.25 -4.52641 193.25 -4.50936C193.25 -4.49231 193.25 -4.47524 193.25 -4.45817C193.25 -4.4411 193.25 -4.42401 193.25 -4.40692C193.25 -4.38982 193.25 -4.37272 193.25 -4.3556C193.25 -4.33849 193.25 -4.32136 193.25 -4.30422C193.25 -4.28709 193.25 -4.26994 193.25 -4.25278C193.25 -4.23563 193.25 -4.21846 193.25 -4.20128C193.25 -4.18411 193.25 -4.16692 193.25 -4.14972C193.25 -4.13253 193.25 -4.11532 193.25 -4.0981C193.25 -4.08089 193.25 -4.06366 193.25 -4.04642C193.25 -4.02919 193.25 -4.01194 193.25 -3.99469C193.25 -3.97743 193.25 -3.96017 193.25 -3.94289C193.25 -3.92562 193.25 -3.90833 193.25 -3.89104C193.25 -3.87375 193.25 -3.85644 193.25 -3.83913C193.25 -3.82182 193.25 -3.8045 193.25 -3.78716C193.25 -3.76983 193.25 -3.75249 193.25 -3.73514C193.25 -3.71779 193.25 -3.70043 193.25 -3.68307C193.25 -3.6657 193.25 -3.64832 193.25 -3.63094C193.25 -3.61355 193.25 -3.59616 193.25 -3.57875C193.25 -3.56135 193.25 -3.54394 193.25 -3.52651C193.25 -3.50909 193.25 -3.49166 193.25 -3.47422C193.25 -3.45679 193.25 -3.43934 193.25 -3.42188C193.25 -3.40443 193.25 -3.38696 193.25 -3.36949C193.25 -3.35201 193.25 -3.33453 193.25 -3.31704C193.25 -3.29955 193.25 -3.28205 193.25 -3.26455C193.25 -3.24704 193.25 -3.22953 193.25 -3.212C193.25 -3.19448 193.25 -3.17695 193.25 -3.15941C193.25 -3.14187 193.25 -3.12432 193.25 -3.10677C193.25 -3.08921 193.25 -3.07165 193.25 -3.05408C193.25 -3.0365 193.25 -3.01893 193.25 -3.00134C193.25 -2.98375 193.25 -2.96616 193.25 -2.94855C193.25 -2.93095 193.25 -2.91334 193.25 -2.89572C193.25 -2.8781 193.25 -2.86048 193.25 -2.84285C193.25 -2.82521 193.25 -2.80757 193.25 -2.78992C193.25 -2.77228 193.25 -2.75462 193.25 -2.73696C193.25 -2.71929 193.25 -2.70162 193.25 -2.68395C193.25 -2.66627 193.25 -2.64858 193.25 -2.63089C193.25 -2.6132 193.25 -2.5955 193.25 -2.5778C193.25 -2.56009 193.25 -2.54238 193.25 -2.52466C193.25 -2.50694 193.25 -2.48921 193.25 -2.47148C193.25 -2.45374 193.25 -2.436 193.25 -2.41826C193.25 -2.40051 193.25 -2.38275 193.25 -2.36499C193.25 -2.34723 193.25 -2.32947 193.25 -2.31169C193.25 -2.29392 193.25 -2.27614 193.25 -2.25835C193.25 -2.24056 193.25 -2.22277 193.25 -2.20497C193.25 -2.18717 193.25 -2.16937 193.25 -2.15155C193.25 -2.13374 193.25 -2.11592 193.25 -2.0981C193.25 -2.08027 193.25 -2.06244 193.25 -2.04461C193.25 -2.02677 193.25 -2.00893 193.25 -1.99108C193.25 -1.97323 193.25 -1.95537 193.25 -1.93751C193.25 -1.91965 193.25 -1.90179 193.25 -1.88391C193.25 -1.86604 193.25 -1.84816 193.25 -1.83028C193.25 -1.81239 193.25 -1.79451 193.25 -1.77661C193.25 -1.75871 193.25 -1.74081 193.25 -1.72291C193.25 -1.705 193.25 -1.68709 193.25 -1.66917C193.25 -1.65126 193.25 -1.63333 193.25 -1.61541C193.25 -1.59748 193.25 -1.57955 193.25 -1.56161C193.25 -1.54367 193.25 -1.52573 193.25 -1.50778C193.25 -1.48983 193.25 -1.47187 193.25 -1.45392C193.25 -1.43596 193.25 -1.41799 193.25 -1.40003C193.25 -1.38206 193.25 -1.36408 193.25 -1.34611C193.25 -1.32813 193.25 -1.31014 193.25 -1.29216C193.25 -1.27417 193.25 -1.25618 193.25 -1.23818C193.25 -1.22018 193.25 -1.20218 193.25 -1.18417C193.25 -1.16617 193.25 -1.14816 193.25 -1.13014C193.25 -1.11213 193.25 -1.09411 193.25 -1.07608C193.25 -1.05806 193.25 -1.04003 193.25 -1.022C193.25 -1.00397 193.25 -0.985931 193.25 -0.96789C193.25 -0.949849 193.25 -0.931804 193.25 -0.913755C193.25 -0.895706 193.25 -0.877653 193.25 -0.859597C193.25 -0.84154 193.25 -0.823479 193.25 -0.805414C193.25 -0.78735 193.25 -0.769281 193.25 -0.751209C193.25 -0.733137 193.25 -0.715061 193.25 -0.696981C193.25 -0.678902 193.25 -0.660818 193.25 -0.642732C193.25 -0.624645 193.25 -0.606555 193.25 -0.588461C193.25 -0.570367 193.25 -0.55227 193.25 -0.534169C193.25 -0.516069 193.25 -0.497965 193.25 -0.479857C193.25 -0.46175 193.25 -0.44364 193.25 -0.425526C193.25 -0.407413 193.25 -0.389296 193.25 -0.371176C193.25 -0.353056 193.25 -0.334933 193.25 -0.316807C193.25 -0.298682 193.25 -0.280553 193.25 -0.262421C193.25 -0.244289 193.25 -0.226155 193.25 -0.208018C193.25 -0.18988 193.25 -0.17174 193.25 -0.153597C193.25 -0.135455 193.25 -0.117309 193.25 -0.0991611C193.25 -0.0810131 193.25 -0.0628625 193.25 -0.0447094C193.25 -0.0265563 193.25 -0.00840074 193.25 0.00975721C193.25 0.0279152 193.25 0.0460755 193.25 0.0642381C193.25 0.0824007 193.25 0.100566 193.25 0.118733C193.25 0.1369 193.25 0.155069 193.25 0.173241C193.25 0.191412 193.25 0.209585 193.25 0.227761C193.25 0.245936 193.25 0.264114 193.25 0.282293C193.25 0.300473 193.25 0.318654 193.25 0.336837C193.25 0.35502 193.25 0.373205 193.25 0.391391C193.25 0.409578 193.25 0.427766 193.25 0.445956C193.25 0.464146 193.25 0.482338 193.25 0.500531C193.25 0.518724 193.25 0.536918 193.25 0.555114C193.25 0.57331 193.25 0.591507 193.25 0.609706C193.25 0.627905 193.25 0.646105 193.25 0.664306C193.25 0.682507 193.25 0.70071 193.25 0.718913C193.25 0.737117 193.25 0.755321 193.25 0.773527C193.25 0.791733 193.25 0.80994 193.25 0.828147C193.25 0.846355 193.25 0.864564 193.25 0.882773C193.25 0.900983 193.25 0.919193 193.25 0.937404C193.25 0.955615 193.25 0.973827 193.25 0.992039C193.25 1.01025 193.25 1.02846 193.25 1.04668C193.25 1.06489 193.25 1.08311 193.25 1.10132C193.25 1.11953 193.25 1.13775 193.25 1.15597C193.25 1.17418 193.25 1.1924 193.25 1.21061C193.25 1.22883 193.25 1.24704 193.25 1.26526C193.25 1.28348 193.25 1.30169 193.25 1.31991C193.25 1.33813 193.25 1.35634 193.25 1.37456C193.25 1.39278 193.25 1.41099 193.25 1.42921C193.25 1.44743 193.25 1.46564 193.25 1.48386C193.25 1.50207 193.25 1.52029 193.25 1.53851C193.25 1.55672 193.25 1.57494 193.25 1.59315C193.25 1.61137 193.25 1.62958 193.25 1.64779C193.25 1.66601 193.25 1.68422 193.25 1.70243C193.25 1.72065 193.25 1.73886 193.25 1.75707C193.25 1.77528 193.25 1.79349 193.25 1.8117C193.25 1.82991 193.25 1.84812 193.25 1.86633C193.25 1.88454 193.25 1.90274 193.25 1.92095C193.25 1.93916 193.25 1.95736 193.25 1.97557C193.25 1.99377 193.25 2.01197 193.25 2.03018C193.25 2.04838 193.25 2.06658 193.25 2.08478C193.25 2.10298 193.25 2.12117 193.25 2.13937C193.25 2.15757 193.25 2.17576 193.25 2.19396C193.25 2.21215 193.25 2.23034 193.25 2.24853C193.25 2.26672 193.25 2.28491 193.25 2.3031C193.25 2.32129 193.25 2.33947 193.25 2.35766C193.25 2.37584 193.25 2.39402 193.25 2.4122C193.25 2.43038 193.25 2.44856 193.25 2.46674C193.25 2.48491 193.25 2.50309 193.25 2.52126C193.25 2.53943 193.25 2.5576 193.25 2.57577C193.25 2.59394 193.25 2.61211 193.25 2.63027C193.25 2.64843 193.25 2.66659 193.25 2.68475C193.25 2.70291 193.25 2.72107 193.25 2.73922C193.25 2.75738 193.25 2.77553 193.25 2.79368C193.25 2.81183 193.25 2.82997 193.25 2.84812C193.25 2.86626 193.25 2.8844 193.25 2.90254C193.25 2.92068 193.25 2.93882 193.25 2.95695C193.25 2.97508 193.25 2.99321 193.25 3.01134C193.25 3.02947 193.25 3.04759 193.25 3.06571C193.25 3.08383 193.25 3.10195 193.25 3.12007C193.25 3.13818 193.25 3.15629 193.25 3.1744C193.25 3.19251 193.25 3.21062 193.25 3.22872C193.25 3.24682 193.25 3.26492 193.25 3.28302C193.25 3.30111 193.25 3.3192 193.25 3.33729C193.25 3.35538 193.25 3.37347 193.25 3.39155C193.25 3.40963 193.25 3.42771 193.25 3.44578C193.25 3.46385 193.25 3.48192 193.25 3.49999C193.25 3.51806 193.25 3.53612 193.25 3.55418C193.25 3.57224 193.25 3.59029 193.25 3.60834C193.25 3.62639 193.25 3.64444 193.25 3.66248C193.25 3.68052 193.25 3.69856 193.25 3.7166C193.25 3.73463 193.25 3.75266 193.25 3.77069C193.25 3.78871 193.25 3.80673 193.25 3.82475C193.25 3.84277 193.25 3.86078 193.25 3.87879C193.25 3.8968 193.25 3.9148 193.25 3.9328C193.25 3.9508 193.25 3.96879 193.25 3.98678C193.25 4.00477 193.25 4.02276 193.25 4.04074C193.25 4.05872 193.25 4.0767 193.25 4.09467C193.25 4.11264 193.25 4.1306 193.25 4.14856C193.25 4.16653 193.25 4.18448 193.25 4.20243C193.25 4.22038 193.25 4.23833 193.25 4.25627C193.25 4.27421 193.25 4.29215 193.25 4.31008C193.25 4.32801 193.25 4.34593 193.25 4.36385C193.25 4.38177 193.25 4.39968 193.25 4.41759C193.25 4.4355 193.25 4.4534 193.25 4.4713C193.25 4.4892 193.25 4.50709 193.25 4.52498C193.25 4.54287 193.25 4.56075 193.25 4.57862C193.25 4.5965 193.25 4.61437 193.25 4.63223C193.25 4.65009 193.25 4.66795 193.25 4.6858C193.25 4.70365 193.25 4.7215 193.25 4.73934C193.25 4.75718 193.25 4.77501 193.25 4.79284C193.25 4.81067 193.25 4.82849 193.25 4.8463C193.25 4.86412 193.25 4.88193 193.25 4.89973C193.25 4.91753 193.25 4.93533 193.25 4.95312C193.25 4.97091 193.25 4.98869 193.25 5.00647C193.25 5.02425 193.25 5.04202 193.25 5.05978C193.25 5.07754 193.25 5.0953 193.25 5.11305C193.25 5.1308 193.25 5.14854 193.25 5.16628C193.25 5.18402 193.25 5.20175 193.25 5.21947C193.25 5.23719 193.25 5.25491 193.25 5.27262C193.25 5.29033 193.25 5.30803 193.25 5.32573C193.25 5.34342 193.25 5.36111 193.25 5.37879C193.25 5.39647 193.25 5.41414 193.25 5.43181C193.25 5.44948 193.25 5.46714 193.25 5.48479C193.25 5.50244 193.25 5.52008 193.25 5.53772C193.25 5.55536 193.25 5.57298 193.25 5.59061C193.25 5.60823 193.25 5.62584 193.25 5.64345C193.25 5.66105 193.25 5.67865 193.25 5.69624C193.25 5.71383 193.25 5.73142 193.25 5.74899C193.25 5.76657 193.25 5.78413 193.25 5.80169C193.25 5.81925 193.25 5.8368 193.25 5.85435C193.25 5.87189 193.25 5.88943 193.25 5.90695C193.25 5.92448 193.25 5.942 193.25 5.95951C193.25 5.97702 193.25 5.99452 193.25 6.01202C193.25 6.02951 193.25 6.04699 193.25 6.06447C193.25 6.08195 193.25 6.09942 193.25 6.11688C193.25 6.13434 193.25 6.15179 193.25 6.16923C193.25 6.18667 193.25 6.20411 193.25 6.22153C193.25 6.23896 193.25 6.25638 193.25 6.27378C193.25 6.29119 193.25 6.30859 193.25 6.32598C193.25 6.34337 193.25 6.36075 193.25 6.37812C193.25 6.3955 193.25 6.41286 193.25 6.43021C193.25 6.44757 193.25 6.46491 193.25 6.48225C193.25 6.49958 193.25 6.51691 193.25 6.53422C193.25 6.55154 193.25 6.56885 193.25 6.58615C193.25 6.60344 193.25 6.62073 193.25 6.63801C193.25 6.65529 193.25 6.67256 193.25 6.68982C193.25 6.70708 193.25 6.72433 193.25 6.74157C193.25 6.75881 193.25 6.77604 193.25 6.79326C193.25 6.81049 193.25 6.8277 193.25 6.8449C193.25 6.8621 193.25 6.87929 193.25 6.89647C193.25 6.91365 193.25 6.93083 193.25 6.94799C193.25 6.96515 193.25 6.9823 193.25 6.99944C193.25 7.01658 193.25 7.03371 193.25 7.05083C193.25 7.06795 193.25 7.08506 193.25 7.10216C193.25 7.11926 193.25 7.13635 193.25 7.15343C193.25 7.17051 193.25 7.18758 193.25 7.20463C193.25 7.22169 193.25 7.23874 193.25 7.25578C193.25 7.27281 193.25 7.28984 193.25 7.30685C193.25 7.32387 193.25 7.34087 193.25 7.35787C193.25 7.37486 193.25 7.39184 193.25 7.40881C193.25 7.42578 193.25 7.44274 193.25 7.45969C193.25 7.47664 193.25 7.49358 193.25 7.51051C193.25 7.52744 193.25 7.54435 193.25 7.56126C193.25 7.57816 193.25 7.59505 193.25 7.61194C193.25 7.62882 193.25 7.64569 193.25 7.66255C193.25 7.67941 193.25 7.69626 193.25 7.71309C193.25 7.72993 193.25 7.74675 193.25 7.76357C193.25 7.78038 193.25 7.79718 193.25 7.81397C193.25 7.83076 193.25 7.84754 193.25 7.8643C193.25 7.88107 193.25 7.89782 193.25 7.91456C193.25 7.93131 193.25 7.94804 193.25 7.96475C193.25 7.98147 193.25 7.99818 193.25 8.01487C193.25 8.03157 193.25 8.04825 193.25 8.06492C193.25 8.08159 193.25 8.09824 193.25 8.11489C193.25 8.13153 193.25 8.14817 193.25 8.16479C193.25 8.18141 193.25 8.19802 193.25 8.21461C193.25 8.23121 193.25 8.24779 193.25 8.26436C193.25 8.28093 193.25 8.29749 193.25 8.31403C193.25 8.33058 193.25 8.34711 193.25 8.36363C193.25 8.38015 193.25 8.39665 193.25 8.41315C193.25 8.42964 193.25 8.44612 193.25 8.46259C193.25 8.47905 193.25 8.49551 193.25 8.51195C193.25 8.52839 193.25 8.54482 193.25 8.56123C193.25 8.57765 193.25 8.59405 193.25 8.61044C193.25 8.62683 193.25 8.6432 193.25 8.65957C193.25 8.67593 193.25 8.69228 193.25 8.70861C193.25 8.72495 193.25 8.74127 193.25 8.75757C193.25 8.77388 193.25 8.79018 193.25 8.80646C193.25 8.82274 193.25 8.839 193.25 8.85526C193.25 8.87151 193.25 8.88775 193.25 8.90397C193.25 8.9202 193.25 8.93641 193.25 8.95261C193.25 8.96881 193.25 8.98499 193.25 9.00116C193.25 9.01733 193.25 9.03348 193.25 9.04963C193.25 9.06577 193.25 9.08189 193.25 9.09801C193.25 9.11412 193.25 9.13022 193.25 9.1463C193.25 9.16239 193.25 9.17845 193.25 9.19451C193.25 9.21057 193.25 9.22661 193.25 9.24263C193.25 9.25866 193.25 9.27467 193.25 9.29067C193.25 9.30666 193.25 9.32265 193.25 9.33861C193.25 9.35458 193.25 9.37053 193.25 9.38647C193.25 9.40241 193.25 9.41833 193.25 9.43424C193.25 9.45015 193.25 9.46604 193.25 9.48192C193.25 9.4978 193.25 9.51366 193.25 9.52951C193.25 9.54536 193.25 9.56119 193.25 9.57701C193.25 9.59282 193.25 9.60863 193.25 9.62441C193.25 9.6402 193.25 9.65597 193.25 9.67173C193.25 9.68748 193.25 9.70322 193.25 9.71895C193.25 9.73468 193.25 9.75038 193.25 9.76608C193.25 9.78177 193.25 9.79745 193.25 9.81311C193.25 9.82878 193.25 9.84442 193.25 9.86005C193.25 9.87569 193.25 9.8913 193.25 9.9069C193.25 9.9225 193.25 9.93808 193.25 9.95365C193.25 9.96922 193.25 9.98477 193.25 10.0003C193.25 10.0158 193.25 10.0314 193.25 10.0469C193.25 10.0624 193.25 10.0779 193.25 10.0933C193.25 10.1088 193.25 10.1242 193.25 10.1397C193.25 10.1551 193.25 10.1705 193.25 10.1859C193.25 10.2014 193.25 10.2167 193.25 10.2321C193.25 10.2475 193.25 10.2628 193.25 10.2782C193.25 10.2935 193.25 10.3088 193.25 10.3241C193.25 10.3394 193.25 10.3547 193.25 10.37C193.25 10.3853 193.25 10.4005 193.25 10.4158C193.25 10.431 193.25 10.4462 193.25 10.4614C193.25 10.4766 193.25 10.4918 193.25 10.507C193.25 10.5222 193.25 10.5373 193.25 10.5524C193.25 10.5676 193.25 10.5827 193.25 10.5978C193.25 10.6129 193.25 10.628 193.25 10.643C193.25 10.6581 193.25 10.6732 193.25 10.6882C193.25 10.7032 193.25 10.7182 193.25 10.7332C193.25 10.7482 193.25 10.7632 193.25 10.7782C193.25 10.7931 193.25 10.8081 193.25 10.823C193.25 10.8379 193.25 10.8528 193.25 10.8677C193.25 10.8826 193.25 10.8975 193.25 10.9123C193.25 10.9272 193.25 10.942 193.25 10.9568C193.25 10.9716 193.25 10.9864 193.25 11.0012C193.25 11.016 193.25 11.0307 193.25 11.0455C193.25 11.0602 193.25 11.0749 193.25 11.0897C193.25 11.1044 193.25 11.119 193.25 11.1337C193.25 11.1484 193.25 11.163 193.25 11.1777C193.25 11.1923 193.25 11.2069 193.25 11.2215C193.25 11.2361 193.25 11.2507 193.25 11.2652C193.25 11.2798 193.25 11.2943 193.25 11.3088C193.25 11.3234 193.25 11.3379 193.25 11.3523C193.25 11.3668 193.25 11.3813 193.25 11.3957C193.25 11.4102 193.25 11.4246 193.25 11.439C193.25 11.4534 193.25 11.4678 193.25 11.4822C193.25 11.4965 193.25 11.5109 193.25 11.5252C193.25 11.5395 193.25 11.5538 193.25 11.5681C193.25 11.5824 193.25 11.5967 193.25 11.6109C193.25 11.6252 193.25 11.6394 193.25 11.6536C193.25 11.6678 193.25 11.682 193.25 11.6962C193.25 11.7104 193.25 11.7245 193.25 11.7386C193.25 11.7528 193.25 11.7669 193.25 11.781C193.25 11.7951 193.25 11.8091 193.25 11.8232C193.25 11.8372 193.25 11.8513 193.25 11.8653C193.25 11.8793 193.25 11.8933 193.25 11.9073C193.25 11.9212 193.25 11.9352 193.25 11.9491C193.25 11.963 193.25 11.9769 193.25 11.9908C193.25 12.0047 193.25 12.0186 193.25 12.0324C193.25 12.0463 193.25 12.0601 193.25 12.0739C193.25 12.0877 193.25 12.1015 193.25 12.1153C193.25 12.129 193.25 12.1428 193.25 12.1565C193.25 12.1702 193.25 12.1839 193.25 12.1976C193.25 12.2113 193.25 12.225 193.25 12.2386C193.25 12.2522 193.25 12.2659 193.25 12.2795C193.25 12.2931 193.25 12.3066 193.25 12.3202C193.25 12.3337 193.25 12.3473 193.25 12.3608C193.25 12.3743 193.25 12.3878 193.25 12.4013C193.25 12.4147 193.25 12.4282 193.25 12.4416C193.25 12.455 193.25 12.4684 193.25 12.4818C193.25 12.4952 193.25 12.5086 193.25 12.5219C193.25 12.5352 193.25 12.5486 193.25 12.5619C193.25 12.5752 193.25 12.5884 193.25 12.6017C193.25 12.6149 193.25 12.6282 193.25 12.6414C193.25 12.6546 193.25 12.6678 193.25 12.6809C193.25 12.6941 193.25 12.7072 193.25 12.7204C193.25 12.7335 193.25 12.7466 193.25 12.7597C193.25 12.7727 193.25 12.7858 193.25 12.7988C193.25 12.8118 193.25 12.8249 193.25 12.8378C193.25 12.8508 193.25 12.8638 193.25 12.8767C193.25 12.8897 193.25 12.9026 193.25 12.9155C193.25 12.9284 193.25 12.9413 193.25 12.9541C193.25 12.967 193.25 12.9798 193.25 12.9926C193.25 13.0054 193.25 13.0182 193.25 13.0309C193.25 13.0437 193.25 13.0564 193.25 13.0691C193.25 13.0818 193.25 13.0945 193.25 13.1072C193.25 13.1199 193.25 13.1325 193.25 13.1451C193.25 13.1578 193.25 13.1704 193.25 13.1829C193.25 13.1955 193.25 13.208 193.25 13.2206C193.25 13.2331 193.25 13.2456 193.25 13.2581C193.25 13.2706 193.25 13.283 193.25 13.2954C193.25 13.3079 193.25 13.3203 193.25 13.3327C193.25 13.3451 193.25 13.3574 193.25 13.3698C193.25 13.3821 193.25 13.3944 193.25 13.4067C193.25 13.419 193.25 13.4312 193.25 13.4435C193.25 13.4557 193.25 13.4679 193.25 13.4801C193.25 13.4923 193.25 13.5045 193.25 13.5166C193.25 13.5288 193.25 13.5409 193.25 13.553C193.25 13.5651 193.25 13.5772 193.25 13.5892C193.25 13.6013 193.25 13.6133 193.25 13.6253C193.25 13.6373 193.25 13.6493 193.25 13.6612C193.25 13.6732 193.25 13.6851 193.25 13.697C193.25 13.7089 193.25 13.7208 193.25 13.7326C193.25 13.7445 193.25 13.7563 193.25 13.7681C193.25 13.7799 193.25 13.7917 193.25 13.8034C193.25 13.8152 193.25 13.8269 193.25 13.8386C193.25 13.8503 193.25 13.862 193.25 13.8736C193.25 13.8853 193.25 13.8969 193.25 13.9085C193.25 13.9201 193.25 13.9317 193.25 13.9432C193.25 13.9547 193.25 13.9663 193.25 13.9778C193.25 13.9893 193.25 14.0007 193.25 14.0122C193.25 14.0236 193.25 14.0351 193.25 14.0464C193.25 14.0578 193.25 14.0692 193.25 14.0806C193.25 14.0919 193.25 14.1032 193.25 14.1145C193.25 14.1258 193.25 14.1371 193.25 14.1483C193.25 14.1595 193.25 14.1708 193.25 14.1819C193.25 14.1931 193.25 14.2043 193.25 14.2154C193.25 14.2266 193.25 14.2377 193.25 14.2488C193.25 14.2598 193.25 14.2709 193.25 14.2819C193.25 14.293 193.25 14.304 193.25 14.3149C193.25 14.3259 193.25 14.3369 193.25 14.3478C193.25 14.3587 193.25 14.3696 193.25 14.3805C193.25 14.3914 193.25 14.4022 193.25 14.413C193.25 14.4238 193.25 14.4346 193.25 14.4454C193.25 14.4562 193.25 14.4669 193.25 14.4776C193.25 14.4883 193.25 14.499 193.25 14.5097C193.25 14.5203 193.25 14.5309 193.25 14.5415C193.25 14.5521 193.25 14.5627 193.25 14.5733C193.25 14.5838 193.25 14.5943 193.25 14.6048C193.25 14.6153 193.25 14.6258 193.25 14.6362C193.25 14.6467 193.25 14.6571 193.25 14.6675C193.25 14.6778 193.25 14.6882 193.25 14.6985C193.25 14.7089 193.25 14.7192 193.25 14.7294C193.25 14.7397 193.25 14.7499 193.25 14.7602C193.25 14.7704 193.25 14.7806 193.25 14.7907C193.25 14.8009 193.25 14.811 193.25 14.8211C193.25 14.8312 193.25 14.8413 193.25 14.8514C193.25 14.8614 193.25 14.8714 193.25 14.8814C193.25 14.8914 193.25 14.9014 193.25 14.9113C193.25 14.9213 193.25 14.9312 193.25 14.941C193.25 14.9509 193.25 14.9608 193.25 14.9706C193.25 14.9804 193.25 14.9902 193.25 15H194.75ZM194.75 -9.50001C194.75 -11.1105 195.208 -12.3974 196.093 -13.2822C196.976 -14.1655 198.387 -14.75 200.5 -14.75V-16.25C198.113 -16.25 196.274 -15.5845 195.032 -14.3428C193.792 -13.1026 193.25 -11.3895 193.25 -9.50001H194.75ZM200.5 -14.75C200.511 -14.75 200.522 -14.75 200.533 -14.75C200.544 -14.75 200.555 -14.75 200.566 -14.75C200.578 -14.75 200.589 -14.75 200.6 -14.75C200.611 -14.75 200.623 -14.75 200.634 -14.75C200.646 -14.75 200.657 -14.75 200.669 -14.75C200.68 -14.75 200.692 -14.75 200.703 -14.75C200.715 -14.75 200.727 -14.75 200.739 -14.75C200.75 -14.75 200.762 -14.75 200.774 -14.75C200.786 -14.75 200.798 -14.75 200.81 -14.75C200.822 -14.75 200.834 -14.75 200.846 -14.75C200.859 -14.75 200.871 -14.75 200.883 -14.75C200.895 -14.75 200.908 -14.75 200.92 -14.75C200.932 -14.75 200.945 -14.75 200.957 -14.75C200.97 -14.75 200.982 -14.75 200.995 -14.75C201.008 -14.75 201.02 -14.75 201.033 -14.75C201.046 -14.75 201.059 -14.75 201.071 -14.75C201.084 -14.75 201.097 -14.75 201.11 -14.75C201.123 -14.75 201.136 -14.75 201.149 -14.75C201.162 -14.75 201.175 -14.75 201.189 -14.75C201.202 -14.75 201.215 -14.75 201.228 -14.75C201.242 -14.75 201.255 -14.75 201.269 -14.75C201.282 -14.75 201.295 -14.75 201.309 -14.75C201.323 -14.75 201.336 -14.75 201.35 -14.75C201.364 -14.75 201.377 -14.75 201.391 -14.75C201.405 -14.75 201.419 -14.75 201.432 -14.75C201.446 -14.75 201.46 -14.75 201.474 -14.75C201.488 -14.75 201.502 -14.75 201.516 -14.75C201.531 -14.75 201.545 -14.75 201.559 -14.75C201.573 -14.75 201.587 -14.75 201.602 -14.75C201.616 -14.75 201.631 -14.75 201.645 -14.75C201.659 -14.75 201.674 -14.75 201.688 -14.75C201.703 -14.75 201.718 -14.75 201.732 -14.75C201.747 -14.75 201.762 -14.75 201.776 -14.75C201.791 -14.75 201.806 -14.75 201.821 -14.75C201.836 -14.75 201.851 -14.75 201.866 -14.75C201.881 -14.75 201.896 -14.75 201.911 -14.75C201.926 -14.75 201.941 -14.75 201.956 -14.75C201.972 -14.75 201.987 -14.75 202.002 -14.75C202.017 -14.75 202.033 -14.75 202.048 -14.75C202.064 -14.75 202.079 -14.75 202.095 -14.75C202.11 -14.75 202.126 -14.75 202.141 -14.75C202.157 -14.75 202.173 -14.75 202.189 -14.75C202.204 -14.75 202.22 -14.75 202.236 -14.75C202.252 -14.75 202.268 -14.75 202.284 -14.75C202.3 -14.75 202.316 -14.75 202.332 -14.75C202.348 -14.75 202.364 -14.75 202.38 -14.75C202.396 -14.75 202.412 -14.75 202.429 -14.75C202.445 -14.75 202.461 -14.75 202.478 -14.75C202.494 -14.75 202.51 -14.75 202.527 -14.75C202.543 -14.75 202.56 -14.75 202.576 -14.75C202.593 -14.75 202.61 -14.75 202.626 -14.75C202.643 -14.75 202.66 -14.75 202.676 -14.75C202.693 -14.75 202.71 -14.75 202.727 -14.75C202.744 -14.75 202.761 -14.75 202.778 -14.75C202.795 -14.75 202.812 -14.75 202.829 -14.75C202.846 -14.75 202.863 -14.75 202.88 -14.75C202.897 -14.75 202.915 -14.75 202.932 -14.75C202.949 -14.75 202.967 -14.75 202.984 -14.75C203.001 -14.75 203.019 -14.75 203.036 -14.75C203.054 -14.75 203.071 -14.75 203.089 -14.75C203.106 -14.75 203.124 -14.75 203.142 -14.75C203.159 -14.75 203.177 -14.75 203.195 -14.75C203.213 -14.75 203.231 -14.75 203.248 -14.75C203.266 -14.75 203.284 -14.75 203.302 -14.75C203.32 -14.75 203.338 -14.75 203.356 -14.75C203.374 -14.75 203.392 -14.75 203.411 -14.75C203.429 -14.75 203.447 -14.75 203.465 -14.75C203.483 -14.75 203.502 -14.75 203.52 -14.75C203.538 -14.75 203.557 -14.75 203.575 -14.75C203.594 -14.75 203.612 -14.75 203.631 -14.75C203.649 -14.75 203.668 -14.75 203.687 -14.75C203.705 -14.75 203.724 -14.75 203.743 -14.75C203.761 -14.75 203.78 -14.75 203.799 -14.75C203.818 -14.75 203.837 -14.75 203.856 -14.75C203.874 -14.75 203.893 -14.75 203.912 -14.75C203.931 -14.75 203.95 -14.75 203.97 -14.75C203.989 -14.75 204.008 -14.75 204.027 -14.75C204.046 -14.75 204.065 -14.75 204.085 -14.75C204.104 -14.75 204.123 -14.75 204.143 -14.75C204.162 -14.75 204.182 -14.75 204.201 -14.75C204.22 -14.75 204.24 -14.75 204.259 -14.75C204.279 -14.75 204.299 -14.75 204.318 -14.75C204.338 -14.75 204.358 -14.75 204.377 -14.75C204.397 -14.75 204.417 -14.75 204.437 -14.75C204.457 -14.75 204.476 -14.75 204.496 -14.75C204.516 -14.75 204.536 -14.75 204.556 -14.75C204.576 -14.75 204.596 -14.75 204.616 -14.75C204.636 -14.75 204.656 -14.75 204.677 -14.75C204.697 -14.75 204.717 -14.75 204.737 -14.75C204.758 -14.75 204.778 -14.75 204.798 -14.75C204.819 -14.75 204.839 -14.75 204.859 -14.75C204.88 -14.75 204.9 -14.75 204.921 -14.75C204.941 -14.75 204.962 -14.75 204.982 -14.75C205.003 -14.75 205.024 -14.75 205.044 -14.75C205.065 -14.75 205.086 -14.75 205.107 -14.75C205.127 -14.75 205.148 -14.75 205.169 -14.75C205.19 -14.75 205.211 -14.75 205.232 -14.75C205.253 -14.75 205.274 -14.75 205.295 -14.75C205.316 -14.75 205.337 -14.75 205.358 -14.75C205.379 -14.75 205.4 -14.75 205.421 -14.75C205.442 -14.75 205.464 -14.75 205.485 -14.75C205.506 -14.75 205.527 -14.75 205.549 -14.75C205.57 -14.75 205.591 -14.75 205.613 -14.75C205.634 -14.75 205.656 -14.75 205.677 -14.75C205.699 -14.75 205.72 -14.75 205.742 -14.75C205.764 -14.75 205.785 -14.75 205.807 -14.75C205.829 -14.75 205.85 -14.75 205.872 -14.75C205.894 -14.75 205.915 -14.75 205.937 -14.75C205.959 -14.75 205.981 -14.75 206.003 -14.75C206.025 -14.75 206.047 -14.75 206.069 -14.75C206.091 -14.75 206.113 -14.75 206.135 -14.75C206.157 -14.75 206.179 -14.75 206.201 -14.75C206.223 -14.75 206.245 -14.75 206.268 -14.75C206.29 -14.75 206.312 -14.75 206.334 -14.75C206.357 -14.75 206.379 -14.75 206.401 -14.75C206.424 -14.75 206.446 -14.75 206.469 -14.75C206.491 -14.75 206.513 -14.75 206.536 -14.75C206.558 -14.75 206.581 -14.75 206.604 -14.75C206.626 -14.75 206.649 -14.75 206.671 -14.75C206.694 -14.75 206.717 -14.75 206.74 -14.75C206.762 -14.75 206.785 -14.75 206.808 -14.75C206.831 -14.75 206.854 -14.75 206.876 -14.75C206.899 -14.75 206.922 -14.75 206.945 -14.75C206.968 -14.75 206.991 -14.75 207.014 -14.75C207.037 -14.75 207.06 -14.75 207.083 -14.75C207.106 -14.75 207.13 -14.75 207.153 -14.75C207.176 -14.75 207.199 -14.75 207.222 -14.75C207.246 -14.75 207.269 -14.75 207.292 -14.75C207.315 -14.75 207.339 -14.75 207.362 -14.75C207.386 -14.75 207.409 -14.75 207.432 -14.75C207.456 -14.75 207.479 -14.75 207.503 -14.75C207.526 -14.75 207.55 -14.75 207.574 -14.75C207.597 -14.75 207.621 -14.75 207.644 -14.75C207.668 -14.75 207.692 -14.75 207.716 -14.75C207.739 -14.75 207.763 -14.75 207.787 -14.75C207.811 -14.75 207.834 -14.75 207.858 -14.75C207.882 -14.75 207.906 -14.75 207.93 -14.75C207.954 -14.75 207.978 -14.75 208.002 -14.75C208.026 -14.75 208.05 -14.75 208.074 -14.75C208.098 -14.75 208.122 -14.75 208.146 -14.75C208.17 -14.75 208.194 -14.75 208.219 -14.75C208.243 -14.75 208.267 -14.75 208.291 -14.75C208.316 -14.75 208.34 -14.75 208.364 -14.75C208.389 -14.75 208.413 -14.75 208.437 -14.75C208.462 -14.75 208.486 -14.75 208.511 -14.75C208.535 -14.75 208.559 -14.75 208.584 -14.75C208.608 -14.75 208.633 -14.75 208.658 -14.75C208.682 -14.75 208.707 -14.75 208.731 -14.75C208.756 -14.75 208.781 -14.75 208.805 -14.75C208.83 -14.75 208.855 -14.75 208.88 -14.75C208.904 -14.75 208.929 -14.75 208.954 -14.75C208.979 -14.75 209.004 -14.75 209.028 -14.75C209.053 -14.75 209.078 -14.75 209.103 -14.75C209.128 -14.75 209.153 -14.75 209.178 -14.75C209.203 -14.75 209.228 -14.75 209.253 -14.75C209.278 -14.75 209.303 -14.75 209.328 -14.75C209.354 -14.75 209.379 -14.75 209.404 -14.75C209.429 -14.75 209.454 -14.75 209.479 -14.75C209.505 -14.75 209.53 -14.75 209.555 -14.75C209.581 -14.75 209.606 -14.75 209.631 -14.75C209.657 -14.75 209.682 -14.75 209.707 -14.75C209.733 -14.75 209.758 -14.75 209.784 -14.75C209.809 -14.75 209.835 -14.75 209.86 -14.75C209.886 -14.75 209.911 -14.75 209.937 -14.75C209.962 -14.75 209.988 -14.75 210.014 -14.75C210.039 -14.75 210.065 -14.75 210.091 -14.75C210.116 -14.75 210.142 -14.75 210.168 -14.75C210.193 -14.75 210.219 -14.75 210.245 -14.75C210.271 -14.75 210.297 -14.75 210.322 -14.75C210.348 -14.75 210.374 -14.75 210.4 -14.75C210.426 -14.75 210.452 -14.75 210.478 -14.75C210.504 -14.75 210.53 -14.75 210.556 -14.75C210.582 -14.75 210.608 -14.75 210.634 -14.75C210.66 -14.75 210.686 -14.75 210.712 -14.75C210.738 -14.75 210.764 -14.75 210.79 -14.75C210.817 -14.75 210.843 -14.75 210.869 -14.75C210.895 -14.75 210.921 -14.75 210.948 -14.75C210.974 -14.75 211 -14.75 211.027 -14.75C211.053 -14.75 211.079 -14.75 211.106 -14.75C211.132 -14.75 211.158 -14.75 211.185 -14.75C211.211 -14.75 211.238 -14.75 211.264 -14.75C211.29 -14.75 211.317 -14.75 211.343 -14.75C211.37 -14.75 211.396 -14.75 211.423 -14.75C211.45 -14.75 211.476 -14.75 211.503 -14.75C211.529 -14.75 211.556 -14.75 211.583 -14.75C211.609 -14.75 211.636 -14.75 211.663 -14.75C211.689 -14.75 211.716 -14.75 211.743 -14.75C211.769 -14.75 211.796 -14.75 211.823 -14.75C211.85 -14.75 211.877 -14.75 211.903 -14.75C211.93 -14.75 211.957 -14.75 211.984 -14.75C212.011 -14.75 212.038 -14.75 212.065 -14.75C212.092 -14.75 212.119 -14.75 212.146 -14.75C212.172 -14.75 212.199 -14.75 212.226 -14.75C212.253 -14.75 212.28 -14.75 212.308 -14.75C212.335 -14.75 212.362 -14.75 212.389 -14.75C212.416 -14.75 212.443 -14.75 212.47 -14.75C212.497 -14.75 212.524 -14.75 212.552 -14.75C212.579 -14.75 212.606 -14.75 212.633 -14.75C212.66 -14.75 212.688 -14.75 212.715 -14.75C212.742 -14.75 212.769 -14.75 212.797 -14.75C212.824 -14.75 212.851 -14.75 212.879 -14.75C212.906 -14.75 212.933 -14.75 212.961 -14.75C212.988 -14.75 213.016 -14.75 213.043 -14.75C213.07 -14.75 213.098 -14.75 213.125 -14.75C213.153 -14.75 213.18 -14.75 213.208 -14.75C213.235 -14.75 213.263 -14.75 213.29 -14.75C213.318 -14.75 213.345 -14.75 213.373 -14.75C213.4 -14.75 213.428 -14.75 213.456 -14.75C213.483 -14.75 213.511 -14.75 213.539 -14.75C213.566 -14.75 213.594 -14.75 213.622 -14.75C213.649 -14.75 213.677 -14.75 213.705 -14.75C213.732 -14.75 213.76 -14.75 213.788 -14.75C213.816 -14.75 213.843 -14.75 213.871 -14.75C213.899 -14.75 213.927 -14.75 213.955 -14.75C213.982 -14.75 214.01 -14.75 214.038 -14.75C214.066 -14.75 214.094 -14.75 214.122 -14.75C214.15 -14.75 214.178 -14.75 214.206 -14.75C214.233 -14.75 214.261 -14.75 214.289 -14.75C214.317 -14.75 214.345 -14.75 214.373 -14.75C214.401 -14.75 214.429 -14.75 214.457 -14.75C214.485 -14.75 214.513 -14.75 214.541 -14.75C214.57 -14.75 214.598 -14.75 214.626 -14.75C214.654 -14.75 214.682 -14.75 214.71 -14.75C214.738 -14.75 214.766 -14.75 214.794 -14.75C214.823 -14.75 214.851 -14.75 214.879 -14.75C214.907 -14.75 214.935 -14.75 214.964 -14.75C214.992 -14.75 215.02 -14.75 215.048 -14.75C215.076 -14.75 215.105 -14.75 215.133 -14.75C215.161 -14.75 215.19 -14.75 215.218 -14.75C215.246 -14.75 215.275 -14.75 215.303 -14.75C215.331 -14.75 215.36 -14.75 215.388 -14.75C215.416 -14.75 215.445 -14.75 215.473 -14.75C215.501 -14.75 215.53 -14.75 215.558 -14.75C215.587 -14.75 215.615 -14.75 215.643 -14.75C215.672 -14.75 215.7 -14.75 215.729 -14.75C215.757 -14.75 215.786 -14.75 215.814 -14.75C215.843 -14.75 215.871 -14.75 215.9 -14.75C215.928 -14.75 215.957 -14.75 215.985 -14.75C216.014 -14.75 216.042 -14.75 216.071 -14.75C216.1 -14.75 216.128 -14.75 216.157 -14.75C216.185 -14.75 216.214 -14.75 216.243 -14.75C216.271 -14.75 216.3 -14.75 216.328 -14.75C216.357 -14.75 216.386 -14.75 216.414 -14.75C216.443 -14.75 216.472 -14.75 216.5 -14.75C216.529 -14.75 216.558 -14.75 216.586 -14.75C216.615 -14.75 216.644 -14.75 216.673 -14.75C216.701 -14.75 216.73 -14.75 216.759 -14.75C216.788 -14.75 216.816 -14.75 216.845 -14.75C216.874 -14.75 216.903 -14.75 216.931 -14.75C216.96 -14.75 216.989 -14.75 217.018 -14.75C217.047 -14.75 217.076 -14.75 217.104 -14.75C217.133 -14.75 217.162 -14.75 217.191 -14.75C217.22 -14.75 217.249 -14.75 217.277 -14.75C217.306 -14.75 217.335 -14.75 217.364 -14.75C217.393 -14.75 217.422 -14.75 217.451 -14.75C217.48 -14.75 217.509 -14.75 217.537 -14.75C217.566 -14.75 217.595 -14.75 217.624 -14.75C217.653 -14.75 217.682 -14.75 217.711 -14.75C217.74 -14.75 217.769 -14.75 217.798 -14.75C217.827 -14.75 217.856 -14.75 217.885 -14.75C217.914 -14.75 217.943 -14.75 217.972 -14.75C218.001 -14.75 218.03 -14.75 218.059 -14.75C218.088 -14.75 218.117 -14.75 218.146 -14.75C218.175 -14.75 218.204 -14.75 218.233 -14.75C218.262 -14.75 218.291 -14.75 218.32 -14.75C218.349 -14.75 218.379 -14.75 218.408 -14.75C218.437 -14.75 218.466 -14.75 218.495 -14.75C218.524 -14.75 218.553 -14.75 218.582 -14.75C218.611 -14.75 218.64 -14.75 218.669 -14.75C218.699 -14.75 218.728 -14.75 218.757 -14.75C218.786 -14.75 218.815 -14.75 218.844 -14.75C218.873 -14.75 218.902 -14.75 218.932 -14.75C218.961 -14.75 218.99 -14.75 219.019 -14.75C219.048 -14.75 219.077 -14.75 219.107 -14.75C219.136 -14.75 219.165 -14.75 219.194 -14.75C219.223 -14.75 219.252 -14.75 219.282 -14.75C219.311 -14.75 219.34 -14.75 219.369 -14.75C219.398 -14.75 219.428 -14.75 219.457 -14.75C219.486 -14.75 219.515 -14.75 219.544 -14.75C219.574 -14.75 219.603 -14.75 219.632 -14.75C219.661 -14.75 219.691 -14.75 219.72 -14.75C219.749 -14.75 219.778 -14.75 219.807 -14.75C219.837 -14.75 219.866 -14.75 219.895 -14.75C219.924 -14.75 219.954 -14.75 219.983 -14.75C220.012 -14.75 220.041 -14.75 220.071 -14.75C220.1 -14.75 220.129 -14.75 220.158 -14.75C220.188 -14.75 220.217 -14.75 220.246 -14.75C220.276 -14.75 220.305 -14.75 220.334 -14.75C220.363 -14.75 220.393 -14.75 220.422 -14.75C220.451 -14.75 220.48 -14.75 220.51 -14.75C220.539 -14.75 220.568 -14.75 220.598 -14.75C220.627 -14.75 220.656 -14.75 220.685 -14.75C220.715 -14.75 220.744 -14.75 220.773 -14.75C220.803 -14.75 220.832 -14.75 220.861 -14.75C220.89 -14.75 220.92 -14.75 220.949 -14.75C220.978 -14.75 221.008 -14.75 221.037 -14.75C221.066 -14.75 221.095 -14.75 221.125 -14.75C221.154 -14.75 221.183 -14.75 221.213 -14.75C221.242 -14.75 221.271 -14.75 221.3 -14.75C221.33 -14.75 221.359 -14.75 221.388 -14.75C221.418 -14.75 221.447 -14.75 221.476 -14.75C221.505 -14.75 221.535 -14.75 221.564 -14.75C221.593 -14.75 221.623 -14.75 221.652 -14.75C221.681 -14.75 221.71 -14.75 221.74 -14.75C221.769 -14.75 221.798 -14.75 221.828 -14.75C221.857 -14.75 221.886 -14.75 221.915 -14.75C221.945 -14.75 221.974 -14.75 222.003 -14.75C222.033 -14.75 222.062 -14.75 222.091 -14.75C222.12 -14.75 222.15 -14.75 222.179 -14.75C222.208 -14.75 222.237 -14.75 222.267 -14.75C222.296 -14.75 222.325 -14.75 222.354 -14.75C222.384 -14.75 222.413 -14.75 222.442 -14.75C222.471 -14.75 222.501 -14.75 222.53 -14.75C222.559 -14.75 222.588 -14.75 222.618 -14.75C222.647 -14.75 222.676 -14.75 222.705 -14.75C222.735 -14.75 222.764 -14.75 222.793 -14.75C222.822 -14.75 222.851 -14.75 222.881 -14.75C222.91 -14.75 222.939 -14.75 222.968 -14.75C222.998 -14.75 223.027 -14.75 223.056 -14.75C223.085 -14.75 223.114 -14.75 223.144 -14.75C223.173 -14.75 223.202 -14.75 223.231 -14.75C223.26 -14.75 223.289 -14.75 223.319 -14.75C223.348 -14.75 223.377 -14.75 223.406 -14.75C223.435 -14.75 223.464 -14.75 223.494 -14.75C223.523 -14.75 223.552 -14.75 223.581 -14.75C223.61 -14.75 223.639 -14.75 223.668 -14.75C223.698 -14.75 223.727 -14.75 223.756 -14.75C223.785 -14.75 223.814 -14.75 223.843 -14.75C223.872 -14.75 223.901 -14.75 223.93 -14.75C223.96 -14.75 223.989 -14.75 224.018 -14.75C224.047 -14.75 224.076 -14.75 224.105 -14.75C224.134 -14.75 224.163 -14.75 224.192 -14.75C224.221 -14.75 224.25 -14.75 224.279 -14.75C224.308 -14.75 224.337 -14.75 224.366 -14.75C224.395 -14.75 224.424 -14.75 224.453 -14.75C224.482 -14.75 224.511 -14.75 224.54 -14.75C224.569 -14.75 224.598 -14.75 224.627 -14.75C224.656 -14.75 224.685 -14.75 224.714 -14.75C224.743 -14.75 224.772 -14.75 224.801 -14.75C224.83 -14.75 224.859 -14.75 224.888 -14.75C224.917 -14.75 224.946 -14.75 224.975 -14.75C225.004 -14.75 225.033 -14.75 225.062 -14.75C225.09 -14.75 225.119 -14.75 225.148 -14.75C225.177 -14.75 225.206 -14.75 225.235 -14.75C225.264 -14.75 225.292 -14.75 225.321 -14.75C225.35 -14.75 225.379 -14.75 225.408 -14.75C225.437 -14.75 225.465 -14.75 225.494 -14.75C225.523 -14.75 225.552 -14.75 225.581 -14.75C225.609 -14.75 225.638 -14.75 225.667 -14.75C225.696 -14.75 225.724 -14.75 225.753 -14.75C225.782 -14.75 225.811 -14.75 225.839 -14.75C225.868 -14.75 225.897 -14.75 225.925 -14.75C225.954 -14.75 225.983 -14.75 226.011 -14.75C226.04 -14.75 226.069 -14.75 226.097 -14.75C226.126 -14.75 226.155 -14.75 226.183 -14.75C226.212 -14.75 226.241 -14.75 226.269 -14.75C226.298 -14.75 226.326 -14.75 226.355 -14.75C226.384 -14.75 226.412 -14.75 226.441 -14.75C226.469 -14.75 226.498 -14.75 226.526 -14.75C226.555 -14.75 226.583 -14.75 226.612 -14.75C226.64 -14.75 226.669 -14.75 226.697 -14.75C226.726 -14.75 226.754 -14.75 226.783 -14.75C226.811 -14.75 226.84 -14.75 226.868 -14.75C226.896 -14.75 226.925 -14.75 226.953 -14.75C226.982 -14.75 227.01 -14.75 227.038 -14.75C227.067 -14.75 227.095 -14.75 227.123 -14.75C227.152 -14.75 227.18 -14.75 227.208 -14.75C227.237 -14.75 227.265 -14.75 227.293 -14.75C227.322 -14.75 227.35 -14.75 227.378 -14.75C227.406 -14.75 227.435 -14.75 227.463 -14.75C227.491 -14.75 227.519 -14.75 227.547 -14.75C227.576 -14.75 227.604 -14.75 227.632 -14.75C227.66 -14.75 227.688 -14.75 227.716 -14.75C227.745 -14.75 227.773 -14.75 227.801 -14.75C227.829 -14.75 227.857 -14.75 227.885 -14.75C227.913 -14.75 227.941 -14.75 227.969 -14.75C227.997 -14.75 228.025 -14.75 228.053 -14.75C228.081 -14.75 228.109 -14.75 228.137 -14.75C228.165 -14.75 228.193 -14.75 228.221 -14.75C228.249 -14.75 228.277 -14.75 228.305 -14.75C228.333 -14.75 228.361 -14.75 228.389 -14.75C228.417 -14.75 228.444 -14.75 228.472 -14.75C228.5 -14.75 228.528 -14.75 228.556 -14.75C228.584 -14.75 228.611 -14.75 228.639 -14.75C228.667 -14.75 228.695 -14.75 228.722 -14.75C228.75 -14.75 228.778 -14.75 228.805 -14.75C228.833 -14.75 228.861 -14.75 228.889 -14.75C228.916 -14.75 228.944 -14.75 228.971 -14.75C228.999 -14.75 229.027 -14.75 229.054 -14.75C229.082 -14.75 229.109 -14.75 229.137 -14.75C229.165 -14.75 229.192 -14.75 229.22 -14.75C229.247 -14.75 229.275 -14.75 229.302 -14.75C229.33 -14.75 229.357 -14.75 229.384 -14.75C229.412 -14.75 229.439 -14.75 229.467 -14.75C229.494 -14.75 229.521 -14.75 229.549 -14.75C229.576 -14.75 229.603 -14.75 229.631 -14.75C229.658 -14.75 229.685 -14.75 229.713 -14.75C229.74 -14.75 229.767 -14.75 229.794 -14.75C229.822 -14.75 229.849 -14.75 229.876 -14.75C229.903 -14.75 229.93 -14.75 229.958 -14.75C229.985 -14.75 230.012 -14.75 230.039 -14.75C230.066 -14.75 230.093 -14.75 230.12 -14.75C230.147 -14.75 230.174 -14.75 230.201 -14.75C230.228 -14.75 230.255 -14.75 230.282 -14.75C230.309 -14.75 230.336 -14.75 230.363 -14.75C230.39 -14.75 230.417 -14.75 230.444 -14.75C230.471 -14.75 230.498 -14.75 230.525 -14.75C230.551 -14.75 230.578 -14.75 230.605 -14.75C230.632 -14.75 230.659 -14.75 230.685 -14.75C230.712 -14.75 230.739 -14.75 230.766 -14.75C230.792 -14.75 230.819 -14.75 230.846 -14.75C230.872 -14.75 230.899 -14.75 230.926 -14.75C230.952 -14.75 230.979 -14.75 231.005 -14.75C231.032 -14.75 231.059 -14.75 231.085 -14.75C231.112 -14.75 231.138 -14.75 231.165 -14.75C231.191 -14.75 231.217 -14.75 231.244 -14.75C231.27 -14.75 231.297 -14.75 231.323 -14.75C231.35 -14.75 231.376 -14.75 231.402 -14.75C231.429 -14.75 231.455 -14.75 231.481 -14.75C231.507 -14.75 231.534 -14.75 231.56 -14.75C231.586 -14.75 231.612 -14.75 231.638 -14.75C231.665 -14.75 231.691 -14.75 231.717 -14.75C231.743 -14.75 231.769 -14.75 231.795 -14.75C231.821 -14.75 231.847 -14.75 231.873 -14.75C231.899 -14.75 231.925 -14.75 231.951 -14.75C231.977 -14.75 232.003 -14.75 232.029 -14.75C232.055 -14.75 232.081 -14.75 232.107 -14.75C232.133 -14.75 232.159 -14.75 232.184 -14.75C232.21 -14.75 232.236 -14.75 232.262 -14.75C232.288 -14.75 232.313 -14.75 232.339 -14.75C232.365 -14.75 232.39 -14.75 232.416 -14.75C232.442 -14.75 232.467 -14.75 232.493 -14.75C232.518 -14.75 232.544 -14.75 232.57 -14.75C232.595 -14.75 232.621 -14.75 232.646 -14.75C232.672 -14.75 232.697 -14.75 232.722 -14.75C232.748 -14.75 232.773 -14.75 232.799 -14.75C232.824 -14.75 232.849 -14.75 232.875 -14.75C232.9 -14.75 232.925 -14.75 232.951 -14.75C232.976 -14.75 233.001 -14.75 233.026 -14.75C233.051 -14.75 233.077 -14.75 233.102 -14.75C233.127 -14.75 233.152 -14.75 233.177 -14.75C233.202 -14.75 233.227 -14.75 233.252 -14.75C233.277 -14.75 233.302 -14.75 233.327 -14.75C233.352 -14.75 233.377 -14.75 233.402 -14.75C233.427 -14.75 233.452 -14.75 233.477 -14.75C233.501 -14.75 233.526 -14.75 233.551 -14.75C233.576 -14.75 233.601 -14.75 233.625 -14.75C233.65 -14.75 233.675 -14.75 233.699 -14.75C233.724 -14.75 233.749 -14.75 233.773 -14.75C233.798 -14.75 233.822 -14.75 233.847 -14.75C233.872 -14.75 233.896 -14.75 233.921 -14.75C233.945 -14.75 233.969 -14.75 233.994 -14.75C234.018 -14.75 234.043 -14.75 234.067 -14.75C234.091 -14.75 234.116 -14.75 234.14 -14.75C234.164 -14.75 234.188 -14.75 234.213 -14.75C234.237 -14.75 234.261 -14.75 234.285 -14.75C234.309 -14.75 234.333 -14.75 234.358 -14.75C234.382 -14.75 234.406 -14.75 234.43 -14.75C234.454 -14.75 234.478 -14.75 234.502 -14.75C234.526 -14.75 234.55 -14.75 234.573 -14.75C234.597 -14.75 234.621 -14.75 234.645 -14.75C234.669 -14.75 234.693 -14.75 234.716 -14.75C234.74 -14.75 234.764 -14.75 234.788 -14.75C234.811 -14.75 234.835 -14.75 234.858 -14.75C234.882 -14.75 234.906 -14.75 234.929 -14.75C234.953 -14.75 234.976 -14.75 235 -14.75C235.023 -14.75 235.047 -14.75 235.07 -14.75C235.094 -14.75 235.117 -14.75 235.14 -14.75C235.164 -14.75 235.187 -14.75 235.21 -14.75C235.233 -14.75 235.257 -14.75 235.28 -14.75C235.303 -14.75 235.326 -14.75 235.349 -14.75C235.372 -14.75 235.396 -14.75 235.419 -14.75C235.442 -14.75 235.465 -14.75 235.488 -14.75C235.511 -14.75 235.534 -14.75 235.557 -14.75C235.579 -14.75 235.602 -14.75 235.625 -14.75C235.648 -14.75 235.671 -14.75 235.694 -14.75C235.716 -14.75 235.739 -14.75 235.762 -14.75C235.784 -14.75 235.807 -14.75 235.83 -14.75C235.852 -14.75 235.875 -14.75 235.897 -14.75C235.92 -14.75 235.942 -14.75 235.965 -14.75C235.987 -14.75 236.01 -14.75 236.032 -14.75C236.055 -14.75 236.077 -14.75 236.099 -14.75C236.122 -14.75 236.144 -14.75 236.166 -14.75C236.188 -14.75 236.211 -14.75 236.233 -14.75C236.255 -14.75 236.277 -14.75 236.299 -14.75C236.321 -14.75 236.343 -14.75 236.365 -14.75C236.387 -14.75 236.409 -14.75 236.431 -14.75C236.453 -14.75 236.475 -14.75 236.497 -14.75C236.519 -14.75 236.541 -14.75 236.562 -14.75C236.584 -14.75 236.606 -14.75 236.628 -14.75C236.649 -14.75 236.671 -14.75 236.693 -14.75C236.714 -14.75 236.736 -14.75 236.757 -14.75C236.779 -14.75 236.8 -14.75 236.822 -14.75C236.843 -14.75 236.865 -14.75 236.886 -14.75C236.907 -14.75 236.929 -14.75 236.95 -14.75C236.971 -14.75 236.993 -14.75 237.014 -14.75C237.035 -14.75 237.056 -14.75 237.077 -14.75C237.098 -14.75 237.12 -14.75 237.141 -14.75C237.162 -14.75 237.183 -14.75 237.204 -14.75C237.225 -14.75 237.246 -14.75 237.266 -14.75C237.287 -14.75 237.308 -14.75 237.329 -14.75C237.35 -14.75 237.371 -14.75 237.391 -14.75C237.412 -14.75 237.433 -14.75 237.453 -14.75C237.474 -14.75 237.495 -14.75 237.515 -14.75C237.536 -14.75 237.556 -14.75 237.577 -14.75C237.597 -14.75 237.617 -14.75 237.638 -14.75C237.658 -14.75 237.679 -14.75 237.699 -14.75C237.719 -14.75 237.739 -14.75 237.76 -14.75C237.78 -14.75 237.8 -14.75 237.82 -14.75C237.84 -14.75 237.86 -14.75 237.88 -14.75C237.9 -14.75 237.92 -14.75 237.94 -14.75C237.96 -14.75 237.98 -14.75 238 -14.75V-16.25C237.98 -16.25 237.96 -16.25 237.94 -16.25C237.92 -16.25 237.9 -16.25 237.88 -16.25C237.86 -16.25 237.84 -16.25 237.82 -16.25C237.8 -16.25 237.78 -16.25 237.76 -16.25C237.739 -16.25 237.719 -16.25 237.699 -16.25C237.679 -16.25 237.658 -16.25 237.638 -16.25C237.617 -16.25 237.597 -16.25 237.577 -16.25C237.556 -16.25 237.536 -16.25 237.515 -16.25C237.495 -16.25 237.474 -16.25 237.453 -16.25C237.433 -16.25 237.412 -16.25 237.391 -16.25C237.371 -16.25 237.35 -16.25 237.329 -16.25C237.308 -16.25 237.287 -16.25 237.266 -16.25C237.246 -16.25 237.225 -16.25 237.204 -16.25C237.183 -16.25 237.162 -16.25 237.141 -16.25C237.12 -16.25 237.098 -16.25 237.077 -16.25C237.056 -16.25 237.035 -16.25 237.014 -16.25C236.993 -16.25 236.971 -16.25 236.95 -16.25C236.929 -16.25 236.907 -16.25 236.886 -16.25C236.865 -16.25 236.843 -16.25 236.822 -16.25C236.8 -16.25 236.779 -16.25 236.757 -16.25C236.736 -16.25 236.714 -16.25 236.693 -16.25C236.671 -16.25 236.649 -16.25 236.628 -16.25C236.606 -16.25 236.584 -16.25 236.562 -16.25C236.541 -16.25 236.519 -16.25 236.497 -16.25C236.475 -16.25 236.453 -16.25 236.431 -16.25C236.409 -16.25 236.387 -16.25 236.365 -16.25C236.343 -16.25 236.321 -16.25 236.299 -16.25C236.277 -16.25 236.255 -16.25 236.233 -16.25C236.211 -16.25 236.188 -16.25 236.166 -16.25C236.144 -16.25 236.122 -16.25 236.099 -16.25C236.077 -16.25 236.055 -16.25 236.032 -16.25C236.01 -16.25 235.987 -16.25 235.965 -16.25C235.942 -16.25 235.92 -16.25 235.897 -16.25C235.875 -16.25 235.852 -16.25 235.83 -16.25C235.807 -16.25 235.784 -16.25 235.762 -16.25C235.739 -16.25 235.716 -16.25 235.694 -16.25C235.671 -16.25 235.648 -16.25 235.625 -16.25C235.602 -16.25 235.579 -16.25 235.557 -16.25C235.534 -16.25 235.511 -16.25 235.488 -16.25C235.465 -16.25 235.442 -16.25 235.419 -16.25C235.396 -16.25 235.372 -16.25 235.349 -16.25C235.326 -16.25 235.303 -16.25 235.28 -16.25C235.257 -16.25 235.233 -16.25 235.21 -16.25C235.187 -16.25 235.164 -16.25 235.14 -16.25C235.117 -16.25 235.094 -16.25 235.07 -16.25C235.047 -16.25 235.023 -16.25 235 -16.25C234.976 -16.25 234.953 -16.25 234.929 -16.25C234.906 -16.25 234.882 -16.25 234.858 -16.25C234.835 -16.25 234.811 -16.25 234.788 -16.25C234.764 -16.25 234.74 -16.25 234.716 -16.25C234.693 -16.25 234.669 -16.25 234.645 -16.25C234.621 -16.25 234.597 -16.25 234.573 -16.25C234.55 -16.25 234.526 -16.25 234.502 -16.25C234.478 -16.25 234.454 -16.25 234.43 -16.25C234.406 -16.25 234.382 -16.25 234.358 -16.25C234.333 -16.25 234.309 -16.25 234.285 -16.25C234.261 -16.25 234.237 -16.25 234.213 -16.25C234.188 -16.25 234.164 -16.25 234.14 -16.25C234.116 -16.25 234.091 -16.25 234.067 -16.25C234.043 -16.25 234.018 -16.25 233.994 -16.25C233.969 -16.25 233.945 -16.25 233.921 -16.25C233.896 -16.25 233.872 -16.25 233.847 -16.25C233.822 -16.25 233.798 -16.25 233.773 -16.25C233.749 -16.25 233.724 -16.25 233.699 -16.25C233.675 -16.25 233.65 -16.25 233.625 -16.25C233.601 -16.25 233.576 -16.25 233.551 -16.25C233.526 -16.25 233.501 -16.25 233.477 -16.25C233.452 -16.25 233.427 -16.25 233.402 -16.25C233.377 -16.25 233.352 -16.25 233.327 -16.25C233.302 -16.25 233.277 -16.25 233.252 -16.25C233.227 -16.25 233.202 -16.25 233.177 -16.25C233.152 -16.25 233.127 -16.25 233.102 -16.25C233.077 -16.25 233.051 -16.25 233.026 -16.25C233.001 -16.25 232.976 -16.25 232.951 -16.25C232.925 -16.25 232.9 -16.25 232.875 -16.25C232.849 -16.25 232.824 -16.25 232.799 -16.25C232.773 -16.25 232.748 -16.25 232.722 -16.25C232.697 -16.25 232.672 -16.25 232.646 -16.25C232.621 -16.25 232.595 -16.25 232.57 -16.25C232.544 -16.25 232.518 -16.25 232.493 -16.25C232.467 -16.25 232.442 -16.25 232.416 -16.25C232.39 -16.25 232.365 -16.25 232.339 -16.25C232.313 -16.25 232.288 -16.25 232.262 -16.25C232.236 -16.25 232.21 -16.25 232.184 -16.25C232.159 -16.25 232.133 -16.25 232.107 -16.25C232.081 -16.25 232.055 -16.25 232.029 -16.25C232.003 -16.25 231.977 -16.25 231.951 -16.25C231.925 -16.25 231.899 -16.25 231.873 -16.25C231.847 -16.25 231.821 -16.25 231.795 -16.25C231.769 -16.25 231.743 -16.25 231.717 -16.25C231.691 -16.25 231.665 -16.25 231.638 -16.25C231.612 -16.25 231.586 -16.25 231.56 -16.25C231.534 -16.25 231.507 -16.25 231.481 -16.25C231.455 -16.25 231.429 -16.25 231.402 -16.25C231.376 -16.25 231.35 -16.25 231.323 -16.25C231.297 -16.25 231.27 -16.25 231.244 -16.25C231.217 -16.25 231.191 -16.25 231.165 -16.25C231.138 -16.25 231.112 -16.25 231.085 -16.25C231.059 -16.25 231.032 -16.25 231.005 -16.25C230.979 -16.25 230.952 -16.25 230.926 -16.25C230.899 -16.25 230.872 -16.25 230.846 -16.25C230.819 -16.25 230.792 -16.25 230.766 -16.25C230.739 -16.25 230.712 -16.25 230.685 -16.25C230.659 -16.25 230.632 -16.25 230.605 -16.25C230.578 -16.25 230.551 -16.25 230.525 -16.25C230.498 -16.25 230.471 -16.25 230.444 -16.25C230.417 -16.25 230.39 -16.25 230.363 -16.25C230.336 -16.25 230.309 -16.25 230.282 -16.25C230.255 -16.25 230.228 -16.25 230.201 -16.25C230.174 -16.25 230.147 -16.25 230.12 -16.25C230.093 -16.25 230.066 -16.25 230.039 -16.25C230.012 -16.25 229.985 -16.25 229.958 -16.25C229.93 -16.25 229.903 -16.25 229.876 -16.25C229.849 -16.25 229.822 -16.25 229.794 -16.25C229.767 -16.25 229.74 -16.25 229.713 -16.25C229.685 -16.25 229.658 -16.25 229.631 -16.25C229.603 -16.25 229.576 -16.25 229.549 -16.25C229.521 -16.25 229.494 -16.25 229.467 -16.25C229.439 -16.25 229.412 -16.25 229.384 -16.25C229.357 -16.25 229.33 -16.25 229.302 -16.25C229.275 -16.25 229.247 -16.25 229.22 -16.25C229.192 -16.25 229.165 -16.25 229.137 -16.25C229.109 -16.25 229.082 -16.25 229.054 -16.25C229.027 -16.25 228.999 -16.25 228.971 -16.25C228.944 -16.25 228.916 -16.25 228.889 -16.25C228.861 -16.25 228.833 -16.25 228.805 -16.25C228.778 -16.25 228.75 -16.25 228.722 -16.25C228.695 -16.25 228.667 -16.25 228.639 -16.25C228.611 -16.25 228.584 -16.25 228.556 -16.25C228.528 -16.25 228.5 -16.25 228.472 -16.25C228.444 -16.25 228.417 -16.25 228.389 -16.25C228.361 -16.25 228.333 -16.25 228.305 -16.25C228.277 -16.25 228.249 -16.25 228.221 -16.25C228.193 -16.25 228.165 -16.25 228.137 -16.25C228.109 -16.25 228.081 -16.25 228.053 -16.25C228.025 -16.25 227.997 -16.25 227.969 -16.25C227.941 -16.25 227.913 -16.25 227.885 -16.25C227.857 -16.25 227.829 -16.25 227.801 -16.25C227.773 -16.25 227.745 -16.25 227.716 -16.25C227.688 -16.25 227.66 -16.25 227.632 -16.25C227.604 -16.25 227.576 -16.25 227.547 -16.25C227.519 -16.25 227.491 -16.25 227.463 -16.25C227.435 -16.25 227.406 -16.25 227.378 -16.25C227.35 -16.25 227.322 -16.25 227.293 -16.25C227.265 -16.25 227.237 -16.25 227.208 -16.25C227.18 -16.25 227.152 -16.25 227.123 -16.25C227.095 -16.25 227.067 -16.25 227.038 -16.25C227.01 -16.25 226.982 -16.25 226.953 -16.25C226.925 -16.25 226.896 -16.25 226.868 -16.25C226.84 -16.25 226.811 -16.25 226.783 -16.25C226.754 -16.25 226.726 -16.25 226.697 -16.25C226.669 -16.25 226.64 -16.25 226.612 -16.25C226.583 -16.25 226.555 -16.25 226.526 -16.25C226.498 -16.25 226.469 -16.25 226.441 -16.25C226.412 -16.25 226.384 -16.25 226.355 -16.25C226.326 -16.25 226.298 -16.25 226.269 -16.25C226.241 -16.25 226.212 -16.25 226.183 -16.25C226.155 -16.25 226.126 -16.25 226.097 -16.25C226.069 -16.25 226.04 -16.25 226.011 -16.25C225.983 -16.25 225.954 -16.25 225.925 -16.25C225.897 -16.25 225.868 -16.25 225.839 -16.25C225.811 -16.25 225.782 -16.25 225.753 -16.25C225.724 -16.25 225.696 -16.25 225.667 -16.25C225.638 -16.25 225.609 -16.25 225.581 -16.25C225.552 -16.25 225.523 -16.25 225.494 -16.25C225.465 -16.25 225.437 -16.25 225.408 -16.25C225.379 -16.25 225.35 -16.25 225.321 -16.25C225.292 -16.25 225.264 -16.25 225.235 -16.25C225.206 -16.25 225.177 -16.25 225.148 -16.25C225.119 -16.25 225.09 -16.25 225.062 -16.25C225.033 -16.25 225.004 -16.25 224.975 -16.25C224.946 -16.25 224.917 -16.25 224.888 -16.25C224.859 -16.25 224.83 -16.25 224.801 -16.25C224.772 -16.25 224.743 -16.25 224.714 -16.25C224.685 -16.25 224.656 -16.25 224.627 -16.25C224.598 -16.25 224.569 -16.25 224.54 -16.25C224.511 -16.25 224.482 -16.25 224.453 -16.25C224.424 -16.25 224.395 -16.25 224.366 -16.25C224.337 -16.25 224.308 -16.25 224.279 -16.25C224.25 -16.25 224.221 -16.25 224.192 -16.25C224.163 -16.25 224.134 -16.25 224.105 -16.25C224.076 -16.25 224.047 -16.25 224.018 -16.25C223.989 -16.25 223.96 -16.25 223.93 -16.25C223.901 -16.25 223.872 -16.25 223.843 -16.25C223.814 -16.25 223.785 -16.25 223.756 -16.25C223.727 -16.25 223.698 -16.25 223.668 -16.25C223.639 -16.25 223.61 -16.25 223.581 -16.25C223.552 -16.25 223.523 -16.25 223.494 -16.25C223.464 -16.25 223.435 -16.25 223.406 -16.25C223.377 -16.25 223.348 -16.25 223.319 -16.25C223.289 -16.25 223.26 -16.25 223.231 -16.25C223.202 -16.25 223.173 -16.25 223.144 -16.25C223.114 -16.25 223.085 -16.25 223.056 -16.25C223.027 -16.25 222.998 -16.25 222.968 -16.25C222.939 -16.25 222.91 -16.25 222.881 -16.25C222.851 -16.25 222.822 -16.25 222.793 -16.25C222.764 -16.25 222.735 -16.25 222.705 -16.25C222.676 -16.25 222.647 -16.25 222.618 -16.25C222.588 -16.25 222.559 -16.25 222.53 -16.25C222.501 -16.25 222.471 -16.25 222.442 -16.25C222.413 -16.25 222.384 -16.25 222.354 -16.25C222.325 -16.25 222.296 -16.25 222.267 -16.25C222.237 -16.25 222.208 -16.25 222.179 -16.25C222.15 -16.25 222.12 -16.25 222.091 -16.25C222.062 -16.25 222.033 -16.25 222.003 -16.25C221.974 -16.25 221.945 -16.25 221.915 -16.25C221.886 -16.25 221.857 -16.25 221.828 -16.25C221.798 -16.25 221.769 -16.25 221.74 -16.25C221.71 -16.25 221.681 -16.25 221.652 -16.25C221.623 -16.25 221.593 -16.25 221.564 -16.25C221.535 -16.25 221.505 -16.25 221.476 -16.25C221.447 -16.25 221.418 -16.25 221.388 -16.25C221.359 -16.25 221.33 -16.25 221.3 -16.25C221.271 -16.25 221.242 -16.25 221.213 -16.25C221.183 -16.25 221.154 -16.25 221.125 -16.25C221.095 -16.25 221.066 -16.25 221.037 -16.25C221.008 -16.25 220.978 -16.25 220.949 -16.25C220.92 -16.25 220.89 -16.25 220.861 -16.25C220.832 -16.25 220.803 -16.25 220.773 -16.25C220.744 -16.25 220.715 -16.25 220.685 -16.25C220.656 -16.25 220.627 -16.25 220.598 -16.25C220.568 -16.25 220.539 -16.25 220.51 -16.25C220.48 -16.25 220.451 -16.25 220.422 -16.25C220.393 -16.25 220.363 -16.25 220.334 -16.25C220.305 -16.25 220.276 -16.25 220.246 -16.25C220.217 -16.25 220.188 -16.25 220.158 -16.25C220.129 -16.25 220.1 -16.25 220.071 -16.25C220.041 -16.25 220.012 -16.25 219.983 -16.25C219.954 -16.25 219.924 -16.25 219.895 -16.25C219.866 -16.25 219.837 -16.25 219.807 -16.25C219.778 -16.25 219.749 -16.25 219.72 -16.25C219.691 -16.25 219.661 -16.25 219.632 -16.25C219.603 -16.25 219.574 -16.25 219.544 -16.25C219.515 -16.25 219.486 -16.25 219.457 -16.25C219.428 -16.25 219.398 -16.25 219.369 -16.25C219.34 -16.25 219.311 -16.25 219.282 -16.25C219.252 -16.25 219.223 -16.25 219.194 -16.25C219.165 -16.25 219.136 -16.25 219.107 -16.25C219.077 -16.25 219.048 -16.25 219.019 -16.25C218.99 -16.25 218.961 -16.25 218.932 -16.25C218.902 -16.25 218.873 -16.25 218.844 -16.25C218.815 -16.25 218.786 -16.25 218.757 -16.25C218.728 -16.25 218.699 -16.25 218.669 -16.25C218.64 -16.25 218.611 -16.25 218.582 -16.25C218.553 -16.25 218.524 -16.25 218.495 -16.25C218.466 -16.25 218.437 -16.25 218.408 -16.25C218.379 -16.25 218.349 -16.25 218.32 -16.25C218.291 -16.25 218.262 -16.25 218.233 -16.25C218.204 -16.25 218.175 -16.25 218.146 -16.25C218.117 -16.25 218.088 -16.25 218.059 -16.25C218.03 -16.25 218.001 -16.25 217.972 -16.25C217.943 -16.25 217.914 -16.25 217.885 -16.25C217.856 -16.25 217.827 -16.25 217.798 -16.25C217.769 -16.25 217.74 -16.25 217.711 -16.25C217.682 -16.25 217.653 -16.25 217.624 -16.25C217.595 -16.25 217.566 -16.25 217.537 -16.25C217.509 -16.25 217.48 -16.25 217.451 -16.25C217.422 -16.25 217.393 -16.25 217.364 -16.25C217.335 -16.25 217.306 -16.25 217.277 -16.25C217.249 -16.25 217.22 -16.25 217.191 -16.25C217.162 -16.25 217.133 -16.25 217.104 -16.25C217.076 -16.25 217.047 -16.25 217.018 -16.25C216.989 -16.25 216.96 -16.25 216.931 -16.25C216.903 -16.25 216.874 -16.25 216.845 -16.25C216.816 -16.25 216.788 -16.25 216.759 -16.25C216.73 -16.25 216.701 -16.25 216.673 -16.25C216.644 -16.25 216.615 -16.25 216.586 -16.25C216.558 -16.25 216.529 -16.25 216.5 -16.25C216.472 -16.25 216.443 -16.25 216.414 -16.25C216.386 -16.25 216.357 -16.25 216.328 -16.25C216.3 -16.25 216.271 -16.25 216.243 -16.25C216.214 -16.25 216.185 -16.25 216.157 -16.25C216.128 -16.25 216.1 -16.25 216.071 -16.25C216.042 -16.25 216.014 -16.25 215.985 -16.25C215.957 -16.25 215.928 -16.25 215.9 -16.25C215.871 -16.25 215.843 -16.25 215.814 -16.25C215.786 -16.25 215.757 -16.25 215.729 -16.25C215.7 -16.25 215.672 -16.25 215.643 -16.25C215.615 -16.25 215.587 -16.25 215.558 -16.25C215.53 -16.25 215.501 -16.25 215.473 -16.25C215.445 -16.25 215.416 -16.25 215.388 -16.25C215.36 -16.25 215.331 -16.25 215.303 -16.25C215.275 -16.25 215.246 -16.25 215.218 -16.25C215.19 -16.25 215.161 -16.25 215.133 -16.25C215.105 -16.25 215.076 -16.25 215.048 -16.25C215.02 -16.25 214.992 -16.25 214.964 -16.25C214.935 -16.25 214.907 -16.25 214.879 -16.25C214.851 -16.25 214.823 -16.25 214.794 -16.25C214.766 -16.25 214.738 -16.25 214.71 -16.25C214.682 -16.25 214.654 -16.25 214.626 -16.25C214.598 -16.25 214.57 -16.25 214.541 -16.25C214.513 -16.25 214.485 -16.25 214.457 -16.25C214.429 -16.25 214.401 -16.25 214.373 -16.25C214.345 -16.25 214.317 -16.25 214.289 -16.25C214.261 -16.25 214.233 -16.25 214.206 -16.25C214.178 -16.25 214.15 -16.25 214.122 -16.25C214.094 -16.25 214.066 -16.25 214.038 -16.25C214.01 -16.25 213.982 -16.25 213.955 -16.25C213.927 -16.25 213.899 -16.25 213.871 -16.25C213.843 -16.25 213.816 -16.25 213.788 -16.25C213.76 -16.25 213.732 -16.25 213.705 -16.25C213.677 -16.25 213.649 -16.25 213.622 -16.25C213.594 -16.25 213.566 -16.25 213.539 -16.25C213.511 -16.25 213.483 -16.25 213.456 -16.25C213.428 -16.25 213.4 -16.25 213.373 -16.25C213.345 -16.25 213.318 -16.25 213.29 -16.25C213.263 -16.25 213.235 -16.25 213.208 -16.25C213.18 -16.25 213.153 -16.25 213.125 -16.25C213.098 -16.25 213.07 -16.25 213.043 -16.25C213.016 -16.25 212.988 -16.25 212.961 -16.25C212.933 -16.25 212.906 -16.25 212.879 -16.25C212.851 -16.25 212.824 -16.25 212.797 -16.25C212.769 -16.25 212.742 -16.25 212.715 -16.25C212.688 -16.25 212.66 -16.25 212.633 -16.25C212.606 -16.25 212.579 -16.25 212.552 -16.25C212.524 -16.25 212.497 -16.25 212.47 -16.25C212.443 -16.25 212.416 -16.25 212.389 -16.25C212.362 -16.25 212.335 -16.25 212.308 -16.25C212.28 -16.25 212.253 -16.25 212.226 -16.25C212.199 -16.25 212.172 -16.25 212.146 -16.25C212.119 -16.25 212.092 -16.25 212.065 -16.25C212.038 -16.25 212.011 -16.25 211.984 -16.25C211.957 -16.25 211.93 -16.25 211.903 -16.25C211.877 -16.25 211.85 -16.25 211.823 -16.25C211.796 -16.25 211.769 -16.25 211.743 -16.25C211.716 -16.25 211.689 -16.25 211.663 -16.25C211.636 -16.25 211.609 -16.25 211.583 -16.25C211.556 -16.25 211.529 -16.25 211.503 -16.25C211.476 -16.25 211.45 -16.25 211.423 -16.25C211.396 -16.25 211.37 -16.25 211.343 -16.25C211.317 -16.25 211.29 -16.25 211.264 -16.25C211.238 -16.25 211.211 -16.25 211.185 -16.25C211.158 -16.25 211.132 -16.25 211.106 -16.25C211.079 -16.25 211.053 -16.25 211.027 -16.25C211 -16.25 210.974 -16.25 210.948 -16.25C210.921 -16.25 210.895 -16.25 210.869 -16.25C210.843 -16.25 210.817 -16.25 210.79 -16.25C210.764 -16.25 210.738 -16.25 210.712 -16.25C210.686 -16.25 210.66 -16.25 210.634 -16.25C210.608 -16.25 210.582 -16.25 210.556 -16.25C210.53 -16.25 210.504 -16.25 210.478 -16.25C210.452 -16.25 210.426 -16.25 210.4 -16.25C210.374 -16.25 210.348 -16.25 210.322 -16.25C210.297 -16.25 210.271 -16.25 210.245 -16.25C210.219 -16.25 210.193 -16.25 210.168 -16.25C210.142 -16.25 210.116 -16.25 210.091 -16.25C210.065 -16.25 210.039 -16.25 210.014 -16.25C209.988 -16.25 209.962 -16.25 209.937 -16.25C209.911 -16.25 209.886 -16.25 209.86 -16.25C209.835 -16.25 209.809 -16.25 209.784 -16.25C209.758 -16.25 209.733 -16.25 209.707 -16.25C209.682 -16.25 209.657 -16.25 209.631 -16.25C209.606 -16.25 209.581 -16.25 209.555 -16.25C209.53 -16.25 209.505 -16.25 209.479 -16.25C209.454 -16.25 209.429 -16.25 209.404 -16.25C209.379 -16.25 209.354 -16.25 209.328 -16.25C209.303 -16.25 209.278 -16.25 209.253 -16.25C209.228 -16.25 209.203 -16.25 209.178 -16.25C209.153 -16.25 209.128 -16.25 209.103 -16.25C209.078 -16.25 209.053 -16.25 209.028 -16.25C209.004 -16.25 208.979 -16.25 208.954 -16.25C208.929 -16.25 208.904 -16.25 208.88 -16.25C208.855 -16.25 208.83 -16.25 208.805 -16.25C208.781 -16.25 208.756 -16.25 208.731 -16.25C208.707 -16.25 208.682 -16.25 208.658 -16.25C208.633 -16.25 208.608 -16.25 208.584 -16.25C208.559 -16.25 208.535 -16.25 208.511 -16.25C208.486 -16.25 208.462 -16.25 208.437 -16.25C208.413 -16.25 208.389 -16.25 208.364 -16.25C208.34 -16.25 208.316 -16.25 208.291 -16.25C208.267 -16.25 208.243 -16.25 208.219 -16.25C208.194 -16.25 208.17 -16.25 208.146 -16.25C208.122 -16.25 208.098 -16.25 208.074 -16.25C208.05 -16.25 208.026 -16.25 208.002 -16.25C207.978 -16.25 207.954 -16.25 207.93 -16.25C207.906 -16.25 207.882 -16.25 207.858 -16.25C207.834 -16.25 207.811 -16.25 207.787 -16.25C207.763 -16.25 207.739 -16.25 207.716 -16.25C207.692 -16.25 207.668 -16.25 207.644 -16.25C207.621 -16.25 207.597 -16.25 207.574 -16.25C207.55 -16.25 207.526 -16.25 207.503 -16.25C207.479 -16.25 207.456 -16.25 207.432 -16.25C207.409 -16.25 207.386 -16.25 207.362 -16.25C207.339 -16.25 207.315 -16.25 207.292 -16.25C207.269 -16.25 207.246 -16.25 207.222 -16.25C207.199 -16.25 207.176 -16.25 207.153 -16.25C207.13 -16.25 207.106 -16.25 207.083 -16.25C207.06 -16.25 207.037 -16.25 207.014 -16.25C206.991 -16.25 206.968 -16.25 206.945 -16.25C206.922 -16.25 206.899 -16.25 206.876 -16.25C206.854 -16.25 206.831 -16.25 206.808 -16.25C206.785 -16.25 206.762 -16.25 206.74 -16.25C206.717 -16.25 206.694 -16.25 206.671 -16.25C206.649 -16.25 206.626 -16.25 206.604 -16.25C206.581 -16.25 206.558 -16.25 206.536 -16.25C206.513 -16.25 206.491 -16.25 206.469 -16.25C206.446 -16.25 206.424 -16.25 206.401 -16.25C206.379 -16.25 206.357 -16.25 206.334 -16.25C206.312 -16.25 206.29 -16.25 206.268 -16.25C206.245 -16.25 206.223 -16.25 206.201 -16.25C206.179 -16.25 206.157 -16.25 206.135 -16.25C206.113 -16.25 206.091 -16.25 206.069 -16.25C206.047 -16.25 206.025 -16.25 206.003 -16.25C205.981 -16.25 205.959 -16.25 205.937 -16.25C205.915 -16.25 205.894 -16.25 205.872 -16.25C205.85 -16.25 205.829 -16.25 205.807 -16.25C205.785 -16.25 205.764 -16.25 205.742 -16.25C205.72 -16.25 205.699 -16.25 205.677 -16.25C205.656 -16.25 205.634 -16.25 205.613 -16.25C205.591 -16.25 205.57 -16.25 205.549 -16.25C205.527 -16.25 205.506 -16.25 205.485 -16.25C205.464 -16.25 205.442 -16.25 205.421 -16.25C205.4 -16.25 205.379 -16.25 205.358 -16.25C205.337 -16.25 205.316 -16.25 205.295 -16.25C205.274 -16.25 205.253 -16.25 205.232 -16.25C205.211 -16.25 205.19 -16.25 205.169 -16.25C205.148 -16.25 205.127 -16.25 205.107 -16.25C205.086 -16.25 205.065 -16.25 205.044 -16.25C205.024 -16.25 205.003 -16.25 204.982 -16.25C204.962 -16.25 204.941 -16.25 204.921 -16.25C204.9 -16.25 204.88 -16.25 204.859 -16.25C204.839 -16.25 204.819 -16.25 204.798 -16.25C204.778 -16.25 204.758 -16.25 204.737 -16.25C204.717 -16.25 204.697 -16.25 204.677 -16.25C204.656 -16.25 204.636 -16.25 204.616 -16.25C204.596 -16.25 204.576 -16.25 204.556 -16.25C204.536 -16.25 204.516 -16.25 204.496 -16.25C204.476 -16.25 204.457 -16.25 204.437 -16.25C204.417 -16.25 204.397 -16.25 204.377 -16.25C204.358 -16.25 204.338 -16.25 204.318 -16.25C204.299 -16.25 204.279 -16.25 204.259 -16.25C204.24 -16.25 204.22 -16.25 204.201 -16.25C204.182 -16.25 204.162 -16.25 204.143 -16.25C204.123 -16.25 204.104 -16.25 204.085 -16.25C204.065 -16.25 204.046 -16.25 204.027 -16.25C204.008 -16.25 203.989 -16.25 203.97 -16.25C203.95 -16.25 203.931 -16.25 203.912 -16.25C203.893 -16.25 203.874 -16.25 203.856 -16.25C203.837 -16.25 203.818 -16.25 203.799 -16.25C203.78 -16.25 203.761 -16.25 203.743 -16.25C203.724 -16.25 203.705 -16.25 203.687 -16.25C203.668 -16.25 203.649 -16.25 203.631 -16.25C203.612 -16.25 203.594 -16.25 203.575 -16.25C203.557 -16.25 203.538 -16.25 203.52 -16.25C203.502 -16.25 203.483 -16.25 203.465 -16.25C203.447 -16.25 203.429 -16.25 203.411 -16.25C203.392 -16.25 203.374 -16.25 203.356 -16.25C203.338 -16.25 203.32 -16.25 203.302 -16.25C203.284 -16.25 203.266 -16.25 203.248 -16.25C203.231 -16.25 203.213 -16.25 203.195 -16.25C203.177 -16.25 203.159 -16.25 203.142 -16.25C203.124 -16.25 203.106 -16.25 203.089 -16.25C203.071 -16.25 203.054 -16.25 203.036 -16.25C203.019 -16.25 203.001 -16.25 202.984 -16.25C202.967 -16.25 202.949 -16.25 202.932 -16.25C202.915 -16.25 202.897 -16.25 202.88 -16.25C202.863 -16.25 202.846 -16.25 202.829 -16.25C202.812 -16.25 202.795 -16.25 202.778 -16.25C202.761 -16.25 202.744 -16.25 202.727 -16.25C202.71 -16.25 202.693 -16.25 202.676 -16.25C202.66 -16.25 202.643 -16.25 202.626 -16.25C202.61 -16.25 202.593 -16.25 202.576 -16.25C202.56 -16.25 202.543 -16.25 202.527 -16.25C202.51 -16.25 202.494 -16.25 202.478 -16.25C202.461 -16.25 202.445 -16.25 202.429 -16.25C202.412 -16.25 202.396 -16.25 202.38 -16.25C202.364 -16.25 202.348 -16.25 202.332 -16.25C202.316 -16.25 202.3 -16.25 202.284 -16.25C202.268 -16.25 202.252 -16.25 202.236 -16.25C202.22 -16.25 202.204 -16.25 202.189 -16.25C202.173 -16.25 202.157 -16.25 202.141 -16.25C202.126 -16.25 202.11 -16.25 202.095 -16.25C202.079 -16.25 202.064 -16.25 202.048 -16.25C202.033 -16.25 202.017 -16.25 202.002 -16.25C201.987 -16.25 201.972 -16.25 201.956 -16.25C201.941 -16.25 201.926 -16.25 201.911 -16.25C201.896 -16.25 201.881 -16.25 201.866 -16.25C201.851 -16.25 201.836 -16.25 201.821 -16.25C201.806 -16.25 201.791 -16.25 201.776 -16.25C201.762 -16.25 201.747 -16.25 201.732 -16.25C201.718 -16.25 201.703 -16.25 201.688 -16.25C201.674 -16.25 201.659 -16.25 201.645 -16.25C201.631 -16.25 201.616 -16.25 201.602 -16.25C201.587 -16.25 201.573 -16.25 201.559 -16.25C201.545 -16.25 201.531 -16.25 201.516 -16.25C201.502 -16.25 201.488 -16.25 201.474 -16.25C201.46 -16.25 201.446 -16.25 201.432 -16.25C201.419 -16.25 201.405 -16.25 201.391 -16.25C201.377 -16.25 201.364 -16.25 201.35 -16.25C201.336 -16.25 201.323 -16.25 201.309 -16.25C201.295 -16.25 201.282 -16.25 201.269 -16.25C201.255 -16.25 201.242 -16.25 201.228 -16.25C201.215 -16.25 201.202 -16.25 201.189 -16.25C201.175 -16.25 201.162 -16.25 201.149 -16.25C201.136 -16.25 201.123 -16.25 201.11 -16.25C201.097 -16.25 201.084 -16.25 201.071 -16.25C201.059 -16.25 201.046 -16.25 201.033 -16.25C201.02 -16.25 201.008 -16.25 200.995 -16.25C200.982 -16.25 200.97 -16.25 200.957 -16.25C200.945 -16.25 200.932 -16.25 200.92 -16.25C200.908 -16.25 200.895 -16.25 200.883 -16.25C200.871 -16.25 200.859 -16.25 200.846 -16.25C200.834 -16.25 200.822 -16.25 200.81 -16.25C200.798 -16.25 200.786 -16.25 200.774 -16.25C200.762 -16.25 200.75 -16.25 200.739 -16.25C200.727 -16.25 200.715 -16.25 200.703 -16.25C200.692 -16.25 200.68 -16.25 200.669 -16.25C200.657 -16.25 200.646 -16.25 200.634 -16.25C200.623 -16.25 200.611 -16.25 200.6 -16.25C200.589 -16.25 200.578 -16.25 200.566 -16.25C200.555 -16.25 200.544 -16.25 200.533 -16.25C200.522 -16.25 200.511 -16.25 200.5 -16.25V-14.75Z"
|
146
|
-
fill="url(#paint2_linear_38_7016)"
|
147
|
-
/>
|
148
|
-
<path
|
149
|
-
d="M164 82C164 79.7909 165.791 78 168 78C170.209 78 172 79.7909 172 82C172 84.2091 170.209 86 168 86C165.791 86 164 84.2091 164 82ZM238.53 118.97C238.823 119.263 238.823 119.737 238.53 120.03L233.757 124.803C233.464 125.096 232.99 125.096 232.697 124.803C232.404 124.51 232.404 124.036 232.697 123.743L236.939 119.5L232.697 115.257C232.404 114.964 232.404 114.49 232.697 114.197C232.99 113.904 233.464 113.904 233.757 114.197L238.53 118.97ZM168 81.25C168.006 81.25 168.013 81.25 168.019 81.25C168.026 81.25 168.033 81.25 168.039 81.25C168.046 81.25 168.052 81.25 168.059 81.25C168.065 81.25 168.072 81.25 168.079 81.25C168.085 81.25 168.092 81.25 168.099 81.25C168.105 81.25 168.112 81.25 168.119 81.25C168.125 81.25 168.132 81.25 168.139 81.25C168.146 81.25 168.152 81.25 168.159 81.25C168.166 81.25 168.173 81.25 168.18 81.25C168.186 81.25 168.193 81.25 168.2 81.25C168.207 81.25 168.214 81.25 168.221 81.25C168.228 81.25 168.235 81.25 168.242 81.25C168.249 81.25 168.256 81.25 168.263 81.25C168.27 81.25 168.277 81.25 168.284 81.25C168.291 81.25 168.298 81.25 168.305 81.25C168.312 81.25 168.319 81.25 168.326 81.25C168.333 81.25 168.34 81.25 168.347 81.25C168.355 81.25 168.362 81.25 168.369 81.25C168.376 81.25 168.383 81.25 168.391 81.25C168.398 81.25 168.405 81.25 168.412 81.25C168.42 81.25 168.427 81.25 168.434 81.25C168.442 81.25 168.449 81.25 168.456 81.25C168.464 81.25 168.471 81.25 168.478 81.25C168.486 81.25 168.493 81.25 168.501 81.25C168.508 81.25 168.515 81.25 168.523 81.25C168.53 81.25 168.538 81.25 168.545 81.25C168.553 81.25 168.56 81.25 168.568 81.25C168.575 81.25 168.583 81.25 168.591 81.25C168.598 81.25 168.606 81.25 168.613 81.25C168.621 81.25 168.629 81.25 168.636 81.25C168.644 81.25 168.652 81.25 168.659 81.25C168.667 81.25 168.675 81.25 168.683 81.25C168.69 81.25 168.698 81.25 168.706 81.25C168.714 81.25 168.721 81.25 168.729 81.25C168.737 81.25 168.745 81.25 168.753 81.25C168.761 81.25 168.768 81.25 168.776 81.25C168.784 81.25 168.792 81.25 168.8 81.25C168.808 81.25 168.816 81.25 168.824 81.25C168.832 81.25 168.84 81.25 168.848 81.25C168.856 81.25 168.864 81.25 168.872 81.25C168.88 81.25 168.888 81.25 168.896 81.25C168.904 81.25 168.912 81.25 168.92 81.25C168.928 81.25 168.937 81.25 168.945 81.25C168.953 81.25 168.961 81.25 168.969 81.25C168.977 81.25 168.986 81.25 168.994 81.25C169.002 81.25 169.01 81.25 169.019 81.25C169.027 81.25 169.035 81.25 169.043 81.25C169.052 81.25 169.06 81.25 169.068 81.25C169.077 81.25 169.085 81.25 169.093 81.25C169.102 81.25 169.11 81.25 169.119 81.25C169.127 81.25 169.135 81.25 169.144 81.25C169.152 81.25 169.161 81.25 169.169 81.25C169.178 81.25 169.186 81.25 169.195 81.25C169.203 81.25 169.212 81.25 169.22 81.25C169.229 81.25 169.238 81.25 169.246 81.25C169.255 81.25 169.263 81.25 169.272 81.25C169.281 81.25 169.289 81.25 169.298 81.25C169.307 81.25 169.315 81.25 169.324 81.25C169.333 81.25 169.341 81.25 169.35 81.25C169.359 81.25 169.368 81.25 169.376 81.25C169.385 81.25 169.394 81.25 169.403 81.25C169.412 81.25 169.42 81.25 169.429 81.25C169.438 81.25 169.447 81.25 169.456 81.25C169.465 81.25 169.474 81.25 169.483 81.25C169.492 81.25 169.5 81.25 169.509 81.25C169.518 81.25 169.527 81.25 169.536 81.25C169.545 81.25 169.554 81.25 169.563 81.25C169.572 81.25 169.581 81.25 169.59 81.25C169.6 81.25 169.609 81.25 169.618 81.25C169.627 81.25 169.636 81.25 169.645 81.25C169.654 81.25 169.663 81.25 169.672 81.25C169.682 81.25 169.691 81.25 169.7 81.25C169.709 81.25 169.718 81.25 169.728 81.25C169.737 81.25 169.746 81.25 169.755 81.25C169.765 81.25 169.774 81.25 169.783 81.25C169.793 81.25 169.802 81.25 169.811 81.25C169.821 81.25 169.83 81.25 169.839 81.25C169.849 81.25 169.858 81.25 169.867 81.25C169.877 81.25 169.886 81.25 169.896 81.25C169.905 81.25 169.915 81.25 169.924 81.25C169.934 81.25 169.943 81.25 169.953 81.25C169.962 81.25 169.972 81.25 169.981 81.25C169.991 81.25 170 81.25 170.01 81.25C170.019 81.25 170.029 81.25 170.039 81.25C170.048 81.25 170.058 81.25 170.068 81.25C170.077 81.25 170.087 81.25 170.097 81.25C170.106 81.25 170.116 81.25 170.126 81.25C170.135 81.25 170.145 81.25 170.155 81.25C170.165 81.25 170.174 81.25 170.184 81.25C170.194 81.25 170.204 81.25 170.213 81.25C170.223 81.25 170.233 81.25 170.243 81.25C170.253 81.25 170.263 81.25 170.273 81.25C170.282 81.25 170.292 81.25 170.302 81.25C170.312 81.25 170.322 81.25 170.332 81.25C170.342 81.25 170.352 81.25 170.362 81.25C170.372 81.25 170.382 81.25 170.392 81.25C170.402 81.25 170.412 81.25 170.422 81.25C170.432 81.25 170.442 81.25 170.452 81.25C170.462 81.25 170.472 81.25 170.482 81.25C170.493 81.25 170.503 81.25 170.513 81.25C170.523 81.25 170.533 81.25 170.543 81.25C170.553 81.25 170.564 81.25 170.574 81.25C170.584 81.25 170.594 81.25 170.605 81.25C170.615 81.25 170.625 81.25 170.635 81.25C170.646 81.25 170.656 81.25 170.666 81.25C170.676 81.25 170.687 81.25 170.697 81.25C170.707 81.25 170.718 81.25 170.728 81.25C170.739 81.25 170.749 81.25 170.759 81.25C170.77 81.25 170.78 81.25 170.791 81.25C170.801 81.25 170.811 81.25 170.822 81.25C170.832 81.25 170.843 81.25 170.853 81.25C170.864 81.25 170.874 81.25 170.885 81.25C170.895 81.25 170.906 81.25 170.916 81.25C170.927 81.25 170.938 81.25 170.948 81.25C170.959 81.25 170.969 81.25 170.98 81.25C170.991 81.25 171.001 81.25 171.012 81.25C171.023 81.25 171.033 81.25 171.044 81.25C171.055 81.25 171.065 81.25 171.076 81.25C171.087 81.25 171.097 81.25 171.108 81.25C171.119 81.25 171.13 81.25 171.14 81.25C171.151 81.25 171.162 81.25 171.173 81.25C171.184 81.25 171.194 81.25 171.205 81.25C171.216 81.25 171.227 81.25 171.238 81.25C171.249 81.25 171.26 81.25 171.27 81.25C171.281 81.25 171.292 81.25 171.303 81.25C171.314 81.25 171.325 81.25 171.336 81.25C171.347 81.25 171.358 81.25 171.369 81.25C171.38 81.25 171.391 81.25 171.402 81.25C171.413 81.25 171.424 81.25 171.435 81.25C171.446 81.25 171.457 81.25 171.468 81.25C171.479 81.25 171.49 81.25 171.502 81.25C171.513 81.25 171.524 81.25 171.535 81.25C171.546 81.25 171.557 81.25 171.568 81.25C171.58 81.25 171.591 81.25 171.602 81.25C171.613 81.25 171.624 81.25 171.636 81.25C171.647 81.25 171.658 81.25 171.669 81.25C171.681 81.25 171.692 81.25 171.703 81.25C171.714 81.25 171.726 81.25 171.737 81.25C171.748 81.25 171.76 81.25 171.771 81.25C171.782 81.25 171.794 81.25 171.805 81.25C171.816 81.25 171.828 81.25 171.839 81.25C171.851 81.25 171.862 81.25 171.873 81.25C171.885 81.25 171.896 81.25 171.908 81.25C171.919 81.25 171.931 81.25 171.942 81.25C171.954 81.25 171.965 81.25 171.977 81.25C171.988 81.25 172 81.25 172.011 81.25C172.023 81.25 172.034 81.25 172.046 81.25C172.058 81.25 172.069 81.25 172.081 81.25C172.092 81.25 172.104 81.25 172.116 81.25C172.127 81.25 172.139 81.25 172.151 81.25C172.162 81.25 172.174 81.25 172.186 81.25C172.197 81.25 172.209 81.25 172.221 81.25C172.232 81.25 172.244 81.25 172.256 81.25C172.268 81.25 172.279 81.25 172.291 81.25C172.303 81.25 172.315 81.25 172.326 81.25C172.338 81.25 172.35 81.25 172.362 81.25C172.374 81.25 172.386 81.25 172.397 81.25C172.409 81.25 172.421 81.25 172.433 81.25C172.445 81.25 172.457 81.25 172.469 81.25C172.481 81.25 172.493 81.25 172.505 81.25C172.516 81.25 172.528 81.25 172.54 81.25C172.552 81.25 172.564 81.25 172.576 81.25C172.588 81.25 172.6 81.25 172.612 81.25C172.624 81.25 172.636 81.25 172.648 81.25C172.66 81.25 172.673 81.25 172.685 81.25C172.697 81.25 172.709 81.25 172.721 81.25C172.733 81.25 172.745 81.25 172.757 81.25C172.769 81.25 172.781 81.25 172.794 81.25C172.806 81.25 172.818 81.25 172.83 81.25C172.842 81.25 172.854 81.25 172.867 81.25C172.879 81.25 172.891 81.25 172.903 81.25C172.916 81.25 172.928 81.25 172.94 81.25C172.952 81.25 172.965 81.25 172.977 81.25C172.989 81.25 173.002 81.25 173.014 81.25C173.026 81.25 173.038 81.25 173.051 81.25C173.063 81.25 173.075 81.25 173.088 81.25C173.1 81.25 173.113 81.25 173.125 81.25C173.137 81.25 173.15 81.25 173.162 81.25C173.175 81.25 173.187 81.25 173.199 81.25C173.212 81.25 173.224 81.25 173.237 81.25C173.249 81.25 173.262 81.25 173.274 81.25C173.287 81.25 173.299 81.25 173.312 81.25C173.324 81.25 173.337 81.25 173.349 81.25C173.362 81.25 173.374 81.25 173.387 81.25C173.4 81.25 173.412 81.25 173.425 81.25C173.437 81.25 173.45 81.25 173.463 81.25C173.475 81.25 173.488 81.25 173.501 81.25C173.513 81.25 173.526 81.25 173.539 81.25C173.551 81.25 173.564 81.25 173.577 81.25C173.589 81.25 173.602 81.25 173.615 81.25C173.627 81.25 173.64 81.25 173.653 81.25C173.666 81.25 173.678 81.25 173.691 81.25C173.704 81.25 173.717 81.25 173.729 81.25C173.742 81.25 173.755 81.25 173.768 81.25C173.781 81.25 173.794 81.25 173.806 81.25C173.819 81.25 173.832 81.25 173.845 81.25C173.858 81.25 173.871 81.25 173.884 81.25C173.897 81.25 173.909 81.25 173.922 81.25C173.935 81.25 173.948 81.25 173.961 81.25C173.974 81.25 173.987 81.25 174 81.25C174.013 81.25 174.026 81.25 174.039 81.25C174.052 81.25 174.065 81.25 174.078 81.25C174.091 81.25 174.104 81.25 174.117 81.25C174.13 81.25 174.143 81.25 174.156 81.25C174.169 81.25 174.182 81.25 174.195 81.25C174.208 81.25 174.222 81.25 174.235 81.25C174.248 81.25 174.261 81.25 174.274 81.25C174.287 81.25 174.3 81.25 174.313 81.25C174.327 81.25 174.34 81.25 174.353 81.25C174.366 81.25 174.379 81.25 174.392 81.25C174.406 81.25 174.419 81.25 174.432 81.25C174.445 81.25 174.459 81.25 174.472 81.25C174.485 81.25 174.498 81.25 174.512 81.25C174.525 81.25 174.538 81.25 174.551 81.25C174.565 81.25 174.578 81.25 174.591 81.25C174.605 81.25 174.618 81.25 174.631 81.25C174.645 81.25 174.658 81.25 174.671 81.25C174.685 81.25 174.698 81.25 174.711 81.25C174.725 81.25 174.738 81.25 174.752 81.25C174.765 81.25 174.778 81.25 174.792 81.25C174.805 81.25 174.819 81.25 174.832 81.25C174.846 81.25 174.859 81.25 174.873 81.25C174.886 81.25 174.9 81.25 174.913 81.25C174.926 81.25 174.94 81.25 174.954 81.25C174.967 81.25 174.981 81.25 174.994 81.25C175.008 81.25 175.021 81.25 175.035 81.25C175.048 81.25 175.062 81.25 175.075 81.25C175.089 81.25 175.103 81.25 175.116 81.25C175.13 81.25 175.143 81.25 175.157 81.25C175.171 81.25 175.184 81.25 175.198 81.25C175.212 81.25 175.225 81.25 175.239 81.25C175.253 81.25 175.266 81.25 175.28 81.25C175.294 81.25 175.307 81.25 175.321 81.25C175.335 81.25 175.348 81.25 175.362 81.25C175.376 81.25 175.39 81.25 175.403 81.25C175.417 81.25 175.431 81.25 175.445 81.25C175.458 81.25 175.472 81.25 175.486 81.25C175.5 81.25 175.514 81.25 175.527 81.25C175.541 81.25 175.555 81.25 175.569 81.25C175.583 81.25 175.597 81.25 175.61 81.25C175.624 81.25 175.638 81.25 175.652 81.25C175.666 81.25 175.68 81.25 175.694 81.25C175.708 81.25 175.722 81.25 175.735 81.25C175.749 81.25 175.763 81.25 175.777 81.25C175.791 81.25 175.805 81.25 175.819 81.25C175.833 81.25 175.847 81.25 175.861 81.25C175.875 81.25 175.889 81.25 175.903 81.25C175.917 81.25 175.931 81.25 175.945 81.25C175.959 81.25 175.973 81.25 175.987 81.25C176.001 81.25 176.015 81.25 176.029 81.25C176.043 81.25 176.057 81.25 176.071 81.25C176.085 81.25 176.1 81.25 176.114 81.25C176.128 81.25 176.142 81.25 176.156 81.25C176.17 81.25 176.184 81.25 176.198 81.25C176.212 81.25 176.227 81.25 176.241 81.25C176.255 81.25 176.269 81.25 176.283 81.25C176.297 81.25 176.312 81.25 176.326 81.25C176.34 81.25 176.354 81.25 176.368 81.25C176.383 81.25 176.397 81.25 176.411 81.25C176.425 81.25 176.44 81.25 176.454 81.25C176.468 81.25 176.482 81.25 176.497 81.25C176.511 81.25 176.525 81.25 176.539 81.25C176.554 81.25 176.568 81.25 176.582 81.25C176.597 81.25 176.611 81.25 176.625 81.25C176.64 81.25 176.654 81.25 176.668 81.25C176.683 81.25 176.697 81.25 176.711 81.25C176.726 81.25 176.74 81.25 176.754 81.25C176.769 81.25 176.783 81.25 176.798 81.25C176.812 81.25 176.826 81.25 176.841 81.25C176.855 81.25 176.87 81.25 176.884 81.25C176.898 81.25 176.913 81.25 176.927 81.25C176.942 81.25 176.956 81.25 176.971 81.25C176.985 81.25 177 81.25 177.014 81.25C177.029 81.25 177.043 81.25 177.058 81.25C177.072 81.25 177.087 81.25 177.101 81.25C177.116 81.25 177.13 81.25 177.145 81.25C177.159 81.25 177.174 81.25 177.188 81.25C177.203 81.25 177.218 81.25 177.232 81.25C177.247 81.25 177.261 81.25 177.276 81.25C177.29 81.25 177.305 81.25 177.32 81.25C177.334 81.25 177.349 81.25 177.364 81.25C177.378 81.25 177.393 81.25 177.407 81.25C177.422 81.25 177.437 81.25 177.451 81.25C177.466 81.25 177.481 81.25 177.495 81.25C177.51 81.25 177.525 81.25 177.539 81.25C177.554 81.25 177.569 81.25 177.584 81.25C177.598 81.25 177.613 81.25 177.628 81.25C177.642 81.25 177.657 81.25 177.672 81.25C177.687 81.25 177.701 81.25 177.716 81.25C177.731 81.25 177.746 81.25 177.76 81.25C177.775 81.25 177.79 81.25 177.805 81.25C177.82 81.25 177.834 81.25 177.849 81.25C177.864 81.25 177.879 81.25 177.894 81.25C177.909 81.25 177.923 81.25 177.938 81.25C177.953 81.25 177.968 81.25 177.983 81.25C177.998 81.25 178.012 81.25 178.027 81.25C178.042 81.25 178.057 81.25 178.072 81.25C178.087 81.25 178.102 81.25 178.117 81.25C178.132 81.25 178.146 81.25 178.161 81.25C178.176 81.25 178.191 81.25 178.206 81.25C178.221 81.25 178.236 81.25 178.251 81.25C178.266 81.25 178.281 81.25 178.296 81.25C178.311 81.25 178.326 81.25 178.341 81.25C178.356 81.25 178.371 81.25 178.386 81.25C178.401 81.25 178.416 81.25 178.431 81.25C178.446 81.25 178.461 81.25 178.476 81.25C178.491 81.25 178.506 81.25 178.521 81.25C178.536 81.25 178.551 81.25 178.566 81.25C178.581 81.25 178.596 81.25 178.611 81.25C178.626 81.25 178.641 81.25 178.657 81.25C178.672 81.25 178.687 81.25 178.702 81.25C178.717 81.25 178.732 81.25 178.747 81.25C178.762 81.25 178.777 81.25 178.793 81.25C178.808 81.25 178.823 81.25 178.838 81.25C178.853 81.25 178.868 81.25 178.883 81.25C178.899 81.25 178.914 81.25 178.929 81.25C178.944 81.25 178.959 81.25 178.974 81.25C178.99 81.25 179.005 81.25 179.02 81.25C179.035 81.25 179.05 81.25 179.066 81.25C179.081 81.25 179.096 81.25 179.111 81.25C179.126 81.25 179.142 81.25 179.157 81.25C179.172 81.25 179.187 81.25 179.203 81.25C179.218 81.25 179.233 81.25 179.248 81.25C179.264 81.25 179.279 81.25 179.294 81.25C179.31 81.25 179.325 81.25 179.34 81.25C179.355 81.25 179.371 81.25 179.386 81.25C179.401 81.25 179.417 81.25 179.432 81.25C179.447 81.25 179.463 81.25 179.478 81.25C179.493 81.25 179.509 81.25 179.524 81.25C179.539 81.25 179.555 81.25 179.57 81.25C179.585 81.25 179.601 81.25 179.616 81.25C179.632 81.25 179.647 81.25 179.662 81.25C179.678 81.25 179.693 81.25 179.709 81.25C179.724 81.25 179.739 81.25 179.755 81.25C179.77 81.25 179.786 81.25 179.801 81.25C179.816 81.25 179.832 81.25 179.847 81.25C179.863 81.25 179.878 81.25 179.894 81.25C179.909 81.25 179.925 81.25 179.94 81.25C179.955 81.25 179.971 81.25 179.986 81.25C180.002 81.25 180.017 81.25 180.033 81.25C180.048 81.25 180.064 81.25 180.079 81.25C180.095 81.25 180.11 81.25 180.126 81.25C180.141 81.25 180.157 81.25 180.172 81.25C180.188 81.25 180.203 81.25 180.219 81.25C180.234 81.25 180.25 81.25 180.266 81.25C180.281 81.25 180.297 81.25 180.312 81.25C180.328 81.25 180.343 81.25 180.359 81.25C180.374 81.25 180.39 81.25 180.406 81.25C180.421 81.25 180.437 81.25 180.452 81.25C180.468 81.25 180.484 81.25 180.499 81.25C180.515 81.25 180.53 81.25 180.546 81.25C180.562 81.25 180.577 81.25 180.593 81.25C180.608 81.25 180.624 81.25 180.64 81.25C180.655 81.25 180.671 81.25 180.687 81.25C180.702 81.25 180.718 81.25 180.734 81.25C180.749 81.25 180.765 81.25 180.781 81.25C180.796 81.25 180.812 81.25 180.828 81.25C180.843 81.25 180.859 81.25 180.875 81.25C180.89 81.25 180.906 81.25 180.922 81.25C180.937 81.25 180.953 81.25 180.969 81.25C180.985 81.25 181 81.25 181.016 81.25C181.032 81.25 181.047 81.25 181.063 81.25C181.079 81.25 181.095 81.25 181.11 81.25C181.126 81.25 181.142 81.25 181.158 81.25C181.173 81.25 181.189 81.25 181.205 81.25C181.221 81.25 181.236 81.25 181.252 81.25C181.268 81.25 181.284 81.25 181.3 81.25C181.315 81.25 181.331 81.25 181.347 81.25C181.363 81.25 181.378 81.25 181.394 81.25C181.41 81.25 181.426 81.25 181.442 81.25C181.457 81.25 181.473 81.25 181.489 81.25C181.505 81.25 181.521 81.25 181.537 81.25C181.552 81.25 181.568 81.25 181.584 81.25C181.6 81.25 181.616 81.25 181.632 81.25C181.647 81.25 181.663 81.25 181.679 81.25C181.695 81.25 181.711 81.25 181.727 81.25C181.743 81.25 181.758 81.25 181.774 81.25C181.79 81.25 181.806 81.25 181.822 81.25C181.838 81.25 181.854 81.25 181.87 81.25C181.886 81.25 181.901 81.25 181.917 81.25C181.933 81.25 181.949 81.25 181.965 81.25C181.981 81.25 181.997 81.25 182.013 81.25C182.029 81.25 182.045 81.25 182.061 81.25C182.076 81.25 182.092 81.25 182.108 81.25C182.124 81.25 182.14 81.25 182.156 81.25C182.172 81.25 182.188 81.25 182.204 81.25C182.22 81.25 182.236 81.25 182.252 81.25C182.268 81.25 182.284 81.25 182.3 81.25C182.316 81.25 182.332 81.25 182.348 81.25C182.364 81.25 182.38 81.25 182.396 81.25C182.412 81.25 182.428 81.25 182.444 81.25C182.46 81.25 182.476 81.25 182.492 81.25C182.508 81.25 182.524 81.25 182.54 81.25C182.556 81.25 182.572 81.25 182.588 81.25C182.604 81.25 182.62 81.25 182.636 81.25C182.652 81.25 182.668 81.25 182.684 81.25C182.7 81.25 182.716 81.25 182.732 81.25C182.748 81.25 182.764 81.25 182.78 81.25C182.796 81.25 182.812 81.25 182.828 81.25C182.844 81.25 182.86 81.25 182.876 81.25C182.892 81.25 182.908 81.25 182.924 81.25C182.94 81.25 182.956 81.25 182.973 81.25C182.989 81.25 183.005 81.25 183.021 81.25C183.037 81.25 183.053 81.25 183.069 81.25C183.085 81.25 183.101 81.25 183.117 81.25C183.133 81.25 183.149 81.25 183.166 81.25C183.182 81.25 183.198 81.25 183.214 81.25C183.23 81.25 183.246 81.25 183.262 81.25C183.278 81.25 183.294 81.25 183.311 81.25C183.327 81.25 183.343 81.25 183.359 81.25C183.375 81.25 183.391 81.25 183.407 81.25C183.423 81.25 183.439 81.25 183.456 81.25C183.472 81.25 183.488 81.25 183.504 81.25C183.52 81.25 183.536 81.25 183.552 81.25C183.569 81.25 183.585 81.25 183.601 81.25C183.617 81.25 183.633 81.25 183.649 81.25C183.666 81.25 183.682 81.25 183.698 81.25C183.714 81.25 183.73 81.25 183.746 81.25C183.763 81.25 183.779 81.25 183.795 81.25C183.811 81.25 183.827 81.25 183.843 81.25C183.86 81.25 183.876 81.25 183.892 81.25C183.908 81.25 183.924 81.25 183.94 81.25C183.957 81.25 183.973 81.25 183.989 81.25C184.005 81.25 184.021 81.25 184.038 81.25C184.054 81.25 184.07 81.25 184.086 81.25C184.102 81.25 184.119 81.25 184.135 81.25C184.151 81.25 184.167 81.25 184.183 81.25C184.2 81.25 184.216 81.25 184.232 81.25C184.248 81.25 184.265 81.25 184.281 81.25C184.297 81.25 184.313 81.25 184.329 81.25C184.346 81.25 184.362 81.25 184.378 81.25C184.394 81.25 184.411 81.25 184.427 81.25C184.443 81.25 184.459 81.25 184.476 81.25C184.492 81.25 184.508 81.25 184.524 81.25C184.541 81.25 184.557 81.25 184.573 81.25C184.589 81.25 184.605 81.25 184.622 81.25C184.638 81.25 184.654 81.25 184.671 81.25C184.687 81.25 184.703 81.25 184.719 81.25C184.736 81.25 184.752 81.25 184.768 81.25C184.784 81.25 184.801 81.25 184.817 81.25C184.833 81.25 184.849 81.25 184.866 81.25C184.882 81.25 184.898 81.25 184.914 81.25C184.931 81.25 184.947 81.25 184.963 81.25C184.98 81.25 184.996 81.25 185.012 81.25C185.028 81.25 185.045 81.25 185.061 81.25C185.077 81.25 185.094 81.25 185.11 81.25C185.126 81.25 185.142 81.25 185.159 81.25C185.175 81.25 185.191 81.25 185.208 81.25C185.224 81.25 185.24 81.25 185.256 81.25C185.273 81.25 185.289 81.25 185.305 81.25C185.322 81.25 185.338 81.25 185.354 81.25C185.371 81.25 185.387 81.25 185.403 81.25C185.419 81.25 185.436 81.25 185.452 81.25C185.468 81.25 185.485 81.25 185.501 81.25C185.517 81.25 185.534 81.25 185.55 81.25C185.566 81.25 185.582 81.25 185.599 81.25C185.615 81.25 185.631 81.25 185.648 81.25C185.664 81.25 185.68 81.25 185.697 81.25C185.713 81.25 185.729 81.25 185.746 81.25C185.762 81.25 185.778 81.25 185.795 81.25C185.811 81.25 185.827 81.25 185.844 81.25C185.86 81.25 185.876 81.25 185.893 81.25C185.909 81.25 185.925 81.25 185.941 81.25C185.958 81.25 185.974 81.25 185.99 81.25C186.007 81.25 186.023 81.25 186.039 81.25C186.056 81.25 186.072 81.25 186.088 81.25C186.105 81.25 186.121 81.25 186.137 81.25C186.154 81.25 186.17 81.25 186.186 81.25C186.203 81.25 186.219 81.25 186.235 81.25C186.252 81.25 186.268 81.25 186.284 81.25C186.301 81.25 186.317 81.25 186.333 81.25C186.35 81.25 186.366 81.25 186.382 81.25C186.399 81.25 186.415 81.25 186.431 81.25C186.448 81.25 186.464 81.25 186.48 81.25C186.497 81.25 186.513 81.25 186.529 81.25C186.546 81.25 186.562 81.25 186.578 81.25C186.595 81.25 186.611 81.25 186.627 81.25C186.644 81.25 186.66 81.25 186.676 81.25C186.693 81.25 186.709 81.25 186.726 81.25C186.742 81.25 186.758 81.25 186.775 81.25C186.791 81.25 186.807 81.25 186.824 81.25C186.84 81.25 186.856 81.25 186.873 81.25C186.889 81.25 186.905 81.25 186.922 81.25C186.938 81.25 186.954 81.25 186.971 81.25C186.987 81.25 187.003 81.25 187.02 81.25C187.036 81.25 187.052 81.25 187.069 81.25C187.085 81.25 187.101 81.25 187.118 81.25C187.134 81.25 187.15 81.25 187.167 81.25C187.183 81.25 187.199 81.25 187.216 81.25C187.232 81.25 187.248 81.25 187.265 81.25C187.281 81.25 187.297 81.25 187.314 81.25C187.33 81.25 187.346 81.25 187.363 81.25C187.379 81.25 187.395 81.25 187.412 81.25C187.428 81.25 187.444 81.25 187.461 81.25C187.477 81.25 187.493 81.25 187.51 81.25C187.526 81.25 187.542 81.25 187.559 81.25C187.575 81.25 187.591 81.25 187.608 81.25C187.624 81.25 187.64 81.25 187.657 81.25C187.673 81.25 187.689 81.25 187.706 81.25C187.722 81.25 187.738 81.25 187.755 81.25C187.771 81.25 187.787 81.25 187.804 81.25C187.82 81.25 187.836 81.25 187.853 81.25C187.869 81.25 187.885 81.25 187.902 81.25C187.918 81.25 187.934 81.25 187.95 81.25C187.967 81.25 187.983 81.25 187.999 81.25C188.016 81.25 188.032 81.25 188.048 81.25C188.065 81.25 188.081 81.25 188.097 81.25C188.114 81.25 188.13 81.25 188.146 81.25C188.163 81.25 188.179 81.25 188.195 81.25C188.212 81.25 188.228 81.25 188.244 81.25C188.26 81.25 188.277 81.25 188.293 81.25C188.309 81.25 188.326 81.25 188.342 81.25V82.75C188.326 82.75 188.309 82.75 188.293 82.75C188.277 82.75 188.26 82.75 188.244 82.75C188.228 82.75 188.212 82.75 188.195 82.75C188.179 82.75 188.163 82.75 188.146 82.75C188.13 82.75 188.114 82.75 188.097 82.75C188.081 82.75 188.065 82.75 188.048 82.75C188.032 82.75 188.016 82.75 187.999 82.75C187.983 82.75 187.967 82.75 187.95 82.75C187.934 82.75 187.918 82.75 187.902 82.75C187.885 82.75 187.869 82.75 187.853 82.75C187.836 82.75 187.82 82.75 187.804 82.75C187.787 82.75 187.771 82.75 187.755 82.75C187.738 82.75 187.722 82.75 187.706 82.75C187.689 82.75 187.673 82.75 187.657 82.75C187.64 82.75 187.624 82.75 187.608 82.75C187.591 82.75 187.575 82.75 187.559 82.75C187.542 82.75 187.526 82.75 187.51 82.75C187.493 82.75 187.477 82.75 187.461 82.75C187.444 82.75 187.428 82.75 187.412 82.75C187.395 82.75 187.379 82.75 187.363 82.75C187.346 82.75 187.33 82.75 187.314 82.75C187.297 82.75 187.281 82.75 187.265 82.75C187.248 82.75 187.232 82.75 187.216 82.75C187.199 82.75 187.183 82.75 187.167 82.75C187.15 82.75 187.134 82.75 187.118 82.75C187.101 82.75 187.085 82.75 187.069 82.75C187.052 82.75 187.036 82.75 187.02 82.75C187.003 82.75 186.987 82.75 186.971 82.75C186.954 82.75 186.938 82.75 186.922 82.75C186.905 82.75 186.889 82.75 186.873 82.75C186.856 82.75 186.84 82.75 186.824 82.75C186.807 82.75 186.791 82.75 186.775 82.75C186.758 82.75 186.742 82.75 186.726 82.75C186.709 82.75 186.693 82.75 186.676 82.75C186.66 82.75 186.644 82.75 186.627 82.75C186.611 82.75 186.595 82.75 186.578 82.75C186.562 82.75 186.546 82.75 186.529 82.75C186.513 82.75 186.497 82.75 186.48 82.75C186.464 82.75 186.448 82.75 186.431 82.75C186.415 82.75 186.399 82.75 186.382 82.75C186.366 82.75 186.35 82.75 186.333 82.75C186.317 82.75 186.301 82.75 186.284 82.75C186.268 82.75 186.252 82.75 186.235 82.75C186.219 82.75 186.203 82.75 186.186 82.75C186.17 82.75 186.154 82.75 186.137 82.75C186.121 82.75 186.105 82.75 186.088 82.75C186.072 82.75 186.056 82.75 186.039 82.75C186.023 82.75 186.007 82.75 185.99 82.75C185.974 82.75 185.958 82.75 185.941 82.75C185.925 82.75 185.909 82.75 185.893 82.75C185.876 82.75 185.86 82.75 185.844 82.75C185.827 82.75 185.811 82.75 185.795 82.75C185.778 82.75 185.762 82.75 185.746 82.75C185.729 82.75 185.713 82.75 185.697 82.75C185.68 82.75 185.664 82.75 185.648 82.75C185.631 82.75 185.615 82.75 185.599 82.75C185.582 82.75 185.566 82.75 185.55 82.75C185.534 82.75 185.517 82.75 185.501 82.75C185.485 82.75 185.468 82.75 185.452 82.75C185.436 82.75 185.419 82.75 185.403 82.75C185.387 82.75 185.371 82.75 185.354 82.75C185.338 82.75 185.322 82.75 185.305 82.75C185.289 82.75 185.273 82.75 185.256 82.75C185.24 82.75 185.224 82.75 185.208 82.75C185.191 82.75 185.175 82.75 185.159 82.75C185.142 82.75 185.126 82.75 185.11 82.75C185.094 82.75 185.077 82.75 185.061 82.75C185.045 82.75 185.028 82.75 185.012 82.75C184.996 82.75 184.98 82.75 184.963 82.75C184.947 82.75 184.931 82.75 184.914 82.75C184.898 82.75 184.882 82.75 184.866 82.75C184.849 82.75 184.833 82.75 184.817 82.75C184.801 82.75 184.784 82.75 184.768 82.75C184.752 82.75 184.736 82.75 184.719 82.75C184.703 82.75 184.687 82.75 184.671 82.75C184.654 82.75 184.638 82.75 184.622 82.75C184.605 82.75 184.589 82.75 184.573 82.75C184.557 82.75 184.541 82.75 184.524 82.75C184.508 82.75 184.492 82.75 184.476 82.75C184.459 82.75 184.443 82.75 184.427 82.75C184.411 82.75 184.394 82.75 184.378 82.75C184.362 82.75 184.346 82.75 184.329 82.75C184.313 82.75 184.297 82.75 184.281 82.75C184.265 82.75 184.248 82.75 184.232 82.75C184.216 82.75 184.2 82.75 184.183 82.75C184.167 82.75 184.151 82.75 184.135 82.75C184.119 82.75 184.102 82.75 184.086 82.75C184.07 82.75 184.054 82.75 184.038 82.75C184.021 82.75 184.005 82.75 183.989 82.75C183.973 82.75 183.957 82.75 183.94 82.75C183.924 82.75 183.908 82.75 183.892 82.75C183.876 82.75 183.86 82.75 183.843 82.75C183.827 82.75 183.811 82.75 183.795 82.75C183.779 82.75 183.763 82.75 183.746 82.75C183.73 82.75 183.714 82.75 183.698 82.75C183.682 82.75 183.666 82.75 183.649 82.75C183.633 82.75 183.617 82.75 183.601 82.75C183.585 82.75 183.569 82.75 183.552 82.75C183.536 82.75 183.52 82.75 183.504 82.75C183.488 82.75 183.472 82.75 183.456 82.75C183.439 82.75 183.423 82.75 183.407 82.75C183.391 82.75 183.375 82.75 183.359 82.75C183.343 82.75 183.327 82.75 183.311 82.75C183.294 82.75 183.278 82.75 183.262 82.75C183.246 82.75 183.23 82.75 183.214 82.75C183.198 82.75 183.182 82.75 183.166 82.75C183.149 82.75 183.133 82.75 183.117 82.75C183.101 82.75 183.085 82.75 183.069 82.75C183.053 82.75 183.037 82.75 183.021 82.75C183.005 82.75 182.989 82.75 182.973 82.75C182.956 82.75 182.94 82.75 182.924 82.75C182.908 82.75 182.892 82.75 182.876 82.75C182.86 82.75 182.844 82.75 182.828 82.75C182.812 82.75 182.796 82.75 182.78 82.75C182.764 82.75 182.748 82.75 182.732 82.75C182.716 82.75 182.7 82.75 182.684 82.75C182.668 82.75 182.652 82.75 182.636 82.75C182.62 82.75 182.604 82.75 182.588 82.75C182.572 82.75 182.556 82.75 182.54 82.75C182.524 82.75 182.508 82.75 182.492 82.75C182.476 82.75 182.46 82.75 182.444 82.75C182.428 82.75 182.412 82.75 182.396 82.75C182.38 82.75 182.364 82.75 182.348 82.75C182.332 82.75 182.316 82.75 182.3 82.75C182.284 82.75 182.268 82.75 182.252 82.75C182.236 82.75 182.22 82.75 182.204 82.75C182.188 82.75 182.172 82.75 182.156 82.75C182.14 82.75 182.124 82.75 182.108 82.75C182.092 82.75 182.076 82.75 182.061 82.75C182.045 82.75 182.029 82.75 182.013 82.75C181.997 82.75 181.981 82.75 181.965 82.75C181.949 82.75 181.933 82.75 181.917 82.75C181.901 82.75 181.886 82.75 181.87 82.75C181.854 82.75 181.838 82.75 181.822 82.75C181.806 82.75 181.79 82.75 181.774 82.75C181.758 82.75 181.743 82.75 181.727 82.75C181.711 82.75 181.695 82.75 181.679 82.75C181.663 82.75 181.647 82.75 181.632 82.75C181.616 82.75 181.6 82.75 181.584 82.75C181.568 82.75 181.552 82.75 181.537 82.75C181.521 82.75 181.505 82.75 181.489 82.75C181.473 82.75 181.457 82.75 181.442 82.75C181.426 82.75 181.41 82.75 181.394 82.75C181.378 82.75 181.363 82.75 181.347 82.75C181.331 82.75 181.315 82.75 181.3 82.75C181.284 82.75 181.268 82.75 181.252 82.75C181.236 82.75 181.221 82.75 181.205 82.75C181.189 82.75 181.173 82.75 181.158 82.75C181.142 82.75 181.126 82.75 181.11 82.75C181.095 82.75 181.079 82.75 181.063 82.75C181.047 82.75 181.032 82.75 181.016 82.75C181 82.75 180.985 82.75 180.969 82.75C180.953 82.75 180.937 82.75 180.922 82.75C180.906 82.75 180.89 82.75 180.875 82.75C180.859 82.75 180.843 82.75 180.828 82.75C180.812 82.75 180.796 82.75 180.781 82.75C180.765 82.75 180.749 82.75 180.734 82.75C180.718 82.75 180.702 82.75 180.687 82.75C180.671 82.75 180.655 82.75 180.64 82.75C180.624 82.75 180.608 82.75 180.593 82.75C180.577 82.75 180.562 82.75 180.546 82.75C180.53 82.75 180.515 82.75 180.499 82.75C180.484 82.75 180.468 82.75 180.452 82.75C180.437 82.75 180.421 82.75 180.406 82.75C180.39 82.75 180.374 82.75 180.359 82.75C180.343 82.75 180.328 82.75 180.312 82.75C180.297 82.75 180.281 82.75 180.266 82.75C180.25 82.75 180.234 82.75 180.219 82.75C180.203 82.75 180.188 82.75 180.172 82.75C180.157 82.75 180.141 82.75 180.126 82.75C180.11 82.75 180.095 82.75 180.079 82.75C180.064 82.75 180.048 82.75 180.033 82.75C180.017 82.75 180.002 82.75 179.986 82.75C179.971 82.75 179.955 82.75 179.94 82.75C179.925 82.75 179.909 82.75 179.894 82.75C179.878 82.75 179.863 82.75 179.847 82.75C179.832 82.75 179.816 82.75 179.801 82.75C179.786 82.75 179.77 82.75 179.755 82.75C179.739 82.75 179.724 82.75 179.709 82.75C179.693 82.75 179.678 82.75 179.662 82.75C179.647 82.75 179.632 82.75 179.616 82.75C179.601 82.75 179.585 82.75 179.57 82.75C179.555 82.75 179.539 82.75 179.524 82.75C179.509 82.75 179.493 82.75 179.478 82.75C179.463 82.75 179.447 82.75 179.432 82.75C179.417 82.75 179.401 82.75 179.386 82.75C179.371 82.75 179.355 82.75 179.34 82.75C179.325 82.75 179.31 82.75 179.294 82.75C179.279 82.75 179.264 82.75 179.248 82.75C179.233 82.75 179.218 82.75 179.203 82.75C179.187 82.75 179.172 82.75 179.157 82.75C179.142 82.75 179.126 82.75 179.111 82.75C179.096 82.75 179.081 82.75 179.066 82.75C179.05 82.75 179.035 82.75 179.02 82.75C179.005 82.75 178.99 82.75 178.974 82.75C178.959 82.75 178.944 82.75 178.929 82.75C178.914 82.75 178.899 82.75 178.883 82.75C178.868 82.75 178.853 82.75 178.838 82.75C178.823 82.75 178.808 82.75 178.793 82.75C178.777 82.75 178.762 82.75 178.747 82.75C178.732 82.75 178.717 82.75 178.702 82.75C178.687 82.75 178.672 82.75 178.657 82.75C178.641 82.75 178.626 82.75 178.611 82.75C178.596 82.75 178.581 82.75 178.566 82.75C178.551 82.75 178.536 82.75 178.521 82.75C178.506 82.75 178.491 82.75 178.476 82.75C178.461 82.75 178.446 82.75 178.431 82.75C178.416 82.75 178.401 82.75 178.386 82.75C178.371 82.75 178.356 82.75 178.341 82.75C178.326 82.75 178.311 82.75 178.296 82.75C178.281 82.75 178.266 82.75 178.251 82.75C178.236 82.75 178.221 82.75 178.206 82.75C178.191 82.75 178.176 82.75 178.161 82.75C178.146 82.75 178.132 82.75 178.117 82.75C178.102 82.75 178.087 82.75 178.072 82.75C178.057 82.75 178.042 82.75 178.027 82.75C178.012 82.75 177.998 82.75 177.983 82.75C177.968 82.75 177.953 82.75 177.938 82.75C177.923 82.75 177.909 82.75 177.894 82.75C177.879 82.75 177.864 82.75 177.849 82.75C177.834 82.75 177.82 82.75 177.805 82.75C177.79 82.75 177.775 82.75 177.76 82.75C177.746 82.75 177.731 82.75 177.716 82.75C177.701 82.75 177.687 82.75 177.672 82.75C177.657 82.75 177.642 82.75 177.628 82.75C177.613 82.75 177.598 82.75 177.584 82.75C177.569 82.75 177.554 82.75 177.539 82.75C177.525 82.75 177.51 82.75 177.495 82.75C177.481 82.75 177.466 82.75 177.451 82.75C177.437 82.75 177.422 82.75 177.407 82.75C177.393 82.75 177.378 82.75 177.364 82.75C177.349 82.75 177.334 82.75 177.32 82.75C177.305 82.75 177.29 82.75 177.276 82.75C177.261 82.75 177.247 82.75 177.232 82.75C177.218 82.75 177.203 82.75 177.188 82.75C177.174 82.75 177.159 82.75 177.145 82.75C177.13 82.75 177.116 82.75 177.101 82.75C177.087 82.75 177.072 82.75 177.058 82.75C177.043 82.75 177.029 82.75 177.014 82.75C177 82.75 176.985 82.75 176.971 82.75C176.956 82.75 176.942 82.75 176.927 82.75C176.913 82.75 176.898 82.75 176.884 82.75C176.87 82.75 176.855 82.75 176.841 82.75C176.826 82.75 176.812 82.75 176.798 82.75C176.783 82.75 176.769 82.75 176.754 82.75C176.74 82.75 176.726 82.75 176.711 82.75C176.697 82.75 176.683 82.75 176.668 82.75C176.654 82.75 176.64 82.75 176.625 82.75C176.611 82.75 176.597 82.75 176.582 82.75C176.568 82.75 176.554 82.75 176.539 82.75C176.525 82.75 176.511 82.75 176.497 82.75C176.482 82.75 176.468 82.75 176.454 82.75C176.44 82.75 176.425 82.75 176.411 82.75C176.397 82.75 176.383 82.75 176.368 82.75C176.354 82.75 176.34 82.75 176.326 82.75C176.312 82.75 176.297 82.75 176.283 82.75C176.269 82.75 176.255 82.75 176.241 82.75C176.227 82.75 176.212 82.75 176.198 82.75C176.184 82.75 176.17 82.75 176.156 82.75C176.142 82.75 176.128 82.75 176.114 82.75C176.1 82.75 176.085 82.75 176.071 82.75C176.057 82.75 176.043 82.75 176.029 82.75C176.015 82.75 176.001 82.75 175.987 82.75C175.973 82.75 175.959 82.75 175.945 82.75C175.931 82.75 175.917 82.75 175.903 82.75C175.889 82.75 175.875 82.75 175.861 82.75C175.847 82.75 175.833 82.75 175.819 82.75C175.805 82.75 175.791 82.75 175.777 82.75C175.763 82.75 175.749 82.75 175.735 82.75C175.722 82.75 175.708 82.75 175.694 82.75C175.68 82.75 175.666 82.75 175.652 82.75C175.638 82.75 175.624 82.75 175.61 82.75C175.597 82.75 175.583 82.75 175.569 82.75C175.555 82.75 175.541 82.75 175.527 82.75C175.514 82.75 175.5 82.75 175.486 82.75C175.472 82.75 175.458 82.75 175.445 82.75C175.431 82.75 175.417 82.75 175.403 82.75C175.39 82.75 175.376 82.75 175.362 82.75C175.348 82.75 175.335 82.75 175.321 82.75C175.307 82.75 175.294 82.75 175.28 82.75C175.266 82.75 175.253 82.75 175.239 82.75C175.225 82.75 175.212 82.75 175.198 82.75C175.184 82.75 175.171 82.75 175.157 82.75C175.143 82.75 175.13 82.75 175.116 82.75C175.103 82.75 175.089 82.75 175.075 82.75C175.062 82.75 175.048 82.75 175.035 82.75C175.021 82.75 175.008 82.75 174.994 82.75C174.981 82.75 174.967 82.75 174.954 82.75C174.94 82.75 174.926 82.75 174.913 82.75C174.9 82.75 174.886 82.75 174.873 82.75C174.859 82.75 174.846 82.75 174.832 82.75C174.819 82.75 174.805 82.75 174.792 82.75C174.778 82.75 174.765 82.75 174.752 82.75C174.738 82.75 174.725 82.75 174.711 82.75C174.698 82.75 174.685 82.75 174.671 82.75C174.658 82.75 174.645 82.75 174.631 82.75C174.618 82.75 174.605 82.75 174.591 82.75C174.578 82.75 174.565 82.75 174.551 82.75C174.538 82.75 174.525 82.75 174.512 82.75C174.498 82.75 174.485 82.75 174.472 82.75C174.459 82.75 174.445 82.75 174.432 82.75C174.419 82.75 174.406 82.75 174.392 82.75C174.379 82.75 174.366 82.75 174.353 82.75C174.34 82.75 174.327 82.75 174.313 82.75C174.3 82.75 174.287 82.75 174.274 82.75C174.261 82.75 174.248 82.75 174.235 82.75C174.222 82.75 174.208 82.75 174.195 82.75C174.182 82.75 174.169 82.75 174.156 82.75C174.143 82.75 174.13 82.75 174.117 82.75C174.104 82.75 174.091 82.75 174.078 82.75C174.065 82.75 174.052 82.75 174.039 82.75C174.026 82.75 174.013 82.75 174 82.75C173.987 82.75 173.974 82.75 173.961 82.75C173.948 82.75 173.935 82.75 173.922 82.75C173.909 82.75 173.897 82.75 173.884 82.75C173.871 82.75 173.858 82.75 173.845 82.75C173.832 82.75 173.819 82.75 173.806 82.75C173.794 82.75 173.781 82.75 173.768 82.75C173.755 82.75 173.742 82.75 173.729 82.75C173.717 82.75 173.704 82.75 173.691 82.75C173.678 82.75 173.666 82.75 173.653 82.75C173.64 82.75 173.627 82.75 173.615 82.75C173.602 82.75 173.589 82.75 173.577 82.75C173.564 82.75 173.551 82.75 173.539 82.75C173.526 82.75 173.513 82.75 173.501 82.75C173.488 82.75 173.475 82.75 173.463 82.75C173.45 82.75 173.437 82.75 173.425 82.75C173.412 82.75 173.4 82.75 173.387 82.75C173.374 82.75 173.362 82.75 173.349 82.75C173.337 82.75 173.324 82.75 173.312 82.75C173.299 82.75 173.287 82.75 173.274 82.75C173.262 82.75 173.249 82.75 173.237 82.75C173.224 82.75 173.212 82.75 173.199 82.75C173.187 82.75 173.175 82.75 173.162 82.75C173.15 82.75 173.137 82.75 173.125 82.75C173.113 82.75 173.1 82.75 173.088 82.75C173.075 82.75 173.063 82.75 173.051 82.75C173.038 82.75 173.026 82.75 173.014 82.75C173.002 82.75 172.989 82.75 172.977 82.75C172.965 82.75 172.952 82.75 172.94 82.75C172.928 82.75 172.916 82.75 172.903 82.75C172.891 82.75 172.879 82.75 172.867 82.75C172.854 82.75 172.842 82.75 172.83 82.75C172.818 82.75 172.806 82.75 172.794 82.75C172.781 82.75 172.769 82.75 172.757 82.75C172.745 82.75 172.733 82.75 172.721 82.75C172.709 82.75 172.697 82.75 172.685 82.75C172.673 82.75 172.66 82.75 172.648 82.75C172.636 82.75 172.624 82.75 172.612 82.75C172.6 82.75 172.588 82.75 172.576 82.75C172.564 82.75 172.552 82.75 172.54 82.75C172.528 82.75 172.516 82.75 172.505 82.75C172.493 82.75 172.481 82.75 172.469 82.75C172.457 82.75 172.445 82.75 172.433 82.75C172.421 82.75 172.409 82.75 172.397 82.75C172.386 82.75 172.374 82.75 172.362 82.75C172.35 82.75 172.338 82.75 172.326 82.75C172.315 82.75 172.303 82.75 172.291 82.75C172.279 82.75 172.268 82.75 172.256 82.75C172.244 82.75 172.232 82.75 172.221 82.75C172.209 82.75 172.197 82.75 172.186 82.75C172.174 82.75 172.162 82.75 172.151 82.75C172.139 82.75 172.127 82.75 172.116 82.75C172.104 82.75 172.092 82.75 172.081 82.75C172.069 82.75 172.058 82.75 172.046 82.75C172.034 82.75 172.023 82.75 172.011 82.75C172 82.75 171.988 82.75 171.977 82.75C171.965 82.75 171.954 82.75 171.942 82.75C171.931 82.75 171.919 82.75 171.908 82.75C171.896 82.75 171.885 82.75 171.873 82.75C171.862 82.75 171.851 82.75 171.839 82.75C171.828 82.75 171.816 82.75 171.805 82.75C171.794 82.75 171.782 82.75 171.771 82.75C171.76 82.75 171.748 82.75 171.737 82.75C171.726 82.75 171.714 82.75 171.703 82.75C171.692 82.75 171.681 82.75 171.669 82.75C171.658 82.75 171.647 82.75 171.636 82.75C171.624 82.75 171.613 82.75 171.602 82.75C171.591 82.75 171.58 82.75 171.568 82.75C171.557 82.75 171.546 82.75 171.535 82.75C171.524 82.75 171.513 82.75 171.502 82.75C171.49 82.75 171.479 82.75 171.468 82.75C171.457 82.75 171.446 82.75 171.435 82.75C171.424 82.75 171.413 82.75 171.402 82.75C171.391 82.75 171.38 82.75 171.369 82.75C171.358 82.75 171.347 82.75 171.336 82.75C171.325 82.75 171.314 82.75 171.303 82.75C171.292 82.75 171.281 82.75 171.27 82.75C171.26 82.75 171.249 82.75 171.238 82.75C171.227 82.75 171.216 82.75 171.205 82.75C171.194 82.75 171.184 82.75 171.173 82.75C171.162 82.75 171.151 82.75 171.14 82.75C171.13 82.75 171.119 82.75 171.108 82.75C171.097 82.75 171.087 82.75 171.076 82.75C171.065 82.75 171.055 82.75 171.044 82.75C171.033 82.75 171.023 82.75 171.012 82.75C171.001 82.75 170.991 82.75 170.98 82.75C170.969 82.75 170.959 82.75 170.948 82.75C170.938 82.75 170.927 82.75 170.916 82.75C170.906 82.75 170.895 82.75 170.885 82.75C170.874 82.75 170.864 82.75 170.853 82.75C170.843 82.75 170.832 82.75 170.822 82.75C170.811 82.75 170.801 82.75 170.791 82.75C170.78 82.75 170.77 82.75 170.759 82.75C170.749 82.75 170.739 82.75 170.728 82.75C170.718 82.75 170.707 82.75 170.697 82.75C170.687 82.75 170.676 82.75 170.666 82.75C170.656 82.75 170.646 82.75 170.635 82.75C170.625 82.75 170.615 82.75 170.605 82.75C170.594 82.75 170.584 82.75 170.574 82.75C170.564 82.75 170.553 82.75 170.543 82.75C170.533 82.75 170.523 82.75 170.513 82.75C170.503 82.75 170.493 82.75 170.482 82.75C170.472 82.75 170.462 82.75 170.452 82.75C170.442 82.75 170.432 82.75 170.422 82.75C170.412 82.75 170.402 82.75 170.392 82.75C170.382 82.75 170.372 82.75 170.362 82.75C170.352 82.75 170.342 82.75 170.332 82.75C170.322 82.75 170.312 82.75 170.302 82.75C170.292 82.75 170.282 82.75 170.273 82.75C170.263 82.75 170.253 82.75 170.243 82.75C170.233 82.75 170.223 82.75 170.213 82.75C170.204 82.75 170.194 82.75 170.184 82.75C170.174 82.75 170.165 82.75 170.155 82.75C170.145 82.75 170.135 82.75 170.126 82.75C170.116 82.75 170.106 82.75 170.097 82.75C170.087 82.75 170.077 82.75 170.068 82.75C170.058 82.75 170.048 82.75 170.039 82.75C170.029 82.75 170.019 82.75 170.01 82.75C170 82.75 169.991 82.75 169.981 82.75C169.972 82.75 169.962 82.75 169.953 82.75C169.943 82.75 169.934 82.75 169.924 82.75C169.915 82.75 169.905 82.75 169.896 82.75C169.886 82.75 169.877 82.75 169.867 82.75C169.858 82.75 169.849 82.75 169.839 82.75C169.83 82.75 169.821 82.75 169.811 82.75C169.802 82.75 169.793 82.75 169.783 82.75C169.774 82.75 169.765 82.75 169.755 82.75C169.746 82.75 169.737 82.75 169.728 82.75C169.718 82.75 169.709 82.75 169.7 82.75C169.691 82.75 169.682 82.75 169.672 82.75C169.663 82.75 169.654 82.75 169.645 82.75C169.636 82.75 169.627 82.75 169.618 82.75C169.609 82.75 169.6 82.75 169.59 82.75C169.581 82.75 169.572 82.75 169.563 82.75C169.554 82.75 169.545 82.75 169.536 82.75C169.527 82.75 169.518 82.75 169.509 82.75C169.5 82.75 169.492 82.75 169.483 82.75C169.474 82.75 169.465 82.75 169.456 82.75C169.447 82.75 169.438 82.75 169.429 82.75C169.42 82.75 169.412 82.75 169.403 82.75C169.394 82.75 169.385 82.75 169.376 82.75C169.368 82.75 169.359 82.75 169.35 82.75C169.341 82.75 169.333 82.75 169.324 82.75C169.315 82.75 169.307 82.75 169.298 82.75C169.289 82.75 169.281 82.75 169.272 82.75C169.263 82.75 169.255 82.75 169.246 82.75C169.238 82.75 169.229 82.75 169.22 82.75C169.212 82.75 169.203 82.75 169.195 82.75C169.186 82.75 169.178 82.75 169.169 82.75C169.161 82.75 169.152 82.75 169.144 82.75C169.135 82.75 169.127 82.75 169.119 82.75C169.11 82.75 169.102 82.75 169.093 82.75C169.085 82.75 169.077 82.75 169.068 82.75C169.06 82.75 169.052 82.75 169.043 82.75C169.035 82.75 169.027 82.75 169.019 82.75C169.01 82.75 169.002 82.75 168.994 82.75C168.986 82.75 168.977 82.75 168.969 82.75C168.961 82.75 168.953 82.75 168.945 82.75C168.937 82.75 168.928 82.75 168.92 82.75C168.912 82.75 168.904 82.75 168.896 82.75C168.888 82.75 168.88 82.75 168.872 82.75C168.864 82.75 168.856 82.75 168.848 82.75C168.84 82.75 168.832 82.75 168.824 82.75C168.816 82.75 168.808 82.75 168.8 82.75C168.792 82.75 168.784 82.75 168.776 82.75C168.768 82.75 168.761 82.75 168.753 82.75C168.745 82.75 168.737 82.75 168.729 82.75C168.721 82.75 168.714 82.75 168.706 82.75C168.698 82.75 168.69 82.75 168.683 82.75C168.675 82.75 168.667 82.75 168.659 82.75C168.652 82.75 168.644 82.75 168.636 82.75C168.629 82.75 168.621 82.75 168.613 82.75C168.606 82.75 168.598 82.75 168.591 82.75C168.583 82.75 168.575 82.75 168.568 82.75C168.56 82.75 168.553 82.75 168.545 82.75C168.538 82.75 168.53 82.75 168.523 82.75C168.515 82.75 168.508 82.75 168.501 82.75C168.493 82.75 168.486 82.75 168.478 82.75C168.471 82.75 168.464 82.75 168.456 82.75C168.449 82.75 168.442 82.75 168.434 82.75C168.427 82.75 168.42 82.75 168.412 82.75C168.405 82.75 168.398 82.75 168.391 82.75C168.383 82.75 168.376 82.75 168.369 82.75C168.362 82.75 168.355 82.75 168.347 82.75C168.34 82.75 168.333 82.75 168.326 82.75C168.319 82.75 168.312 82.75 168.305 82.75C168.298 82.75 168.291 82.75 168.284 82.75C168.277 82.75 168.27 82.75 168.263 82.75C168.256 82.75 168.249 82.75 168.242 82.75C168.235 82.75 168.228 82.75 168.221 82.75C168.214 82.75 168.207 82.75 168.2 82.75C168.193 82.75 168.186 82.75 168.18 82.75C168.173 82.75 168.166 82.75 168.159 82.75C168.152 82.75 168.146 82.75 168.139 82.75C168.132 82.75 168.125 82.75 168.119 82.75C168.112 82.75 168.105 82.75 168.099 82.75C168.092 82.75 168.085 82.75 168.079 82.75C168.072 82.75 168.065 82.75 168.059 82.75C168.052 82.75 168.046 82.75 168.039 82.75C168.033 82.75 168.026 82.75 168.019 82.75C168.013 82.75 168.006 82.75 168 82.75V81.25ZM188.342 81.25C190.447 81.25 192.186 81.7816 193.375 83.1285C194.546 84.4539 195.053 86.4243 195.053 89H193.553C193.553 86.5757 193.067 85.0461 192.251 84.1215C191.453 83.2184 190.211 82.75 188.342 82.75V81.25ZM195.053 89C195.053 89.75 195.053 95.25 195.053 100.875C195.053 106.5 195.053 112.25 195.053 113.5H193.553C193.553 112.25 193.553 106.5 193.553 100.875C193.553 95.25 193.553 89.75 193.553 89H195.053ZM195.053 113.5C195.053 115.112 195.509 116.399 196.388 117.284C197.264 118.166 198.664 118.75 200.761 118.75V120.25C198.388 120.25 196.558 119.584 195.324 118.341C194.091 117.101 193.553 115.388 193.553 113.5H195.053ZM200.761 118.75C200.772 118.75 200.783 118.75 200.794 118.75C200.805 118.75 200.816 118.75 200.827 118.75C200.838 118.75 200.85 118.75 200.861 118.75C200.872 118.75 200.883 118.75 200.895 118.75C200.906 118.75 200.917 118.75 200.929 118.75C200.94 118.75 200.952 118.75 200.964 118.75C200.975 118.75 200.987 118.75 200.999 118.75C201.01 118.75 201.022 118.75 201.034 118.75C201.046 118.75 201.058 118.75 201.07 118.75C201.081 118.75 201.093 118.75 201.106 118.75C201.118 118.75 201.13 118.75 201.142 118.75C201.154 118.75 201.166 118.75 201.179 118.75C201.191 118.75 201.203 118.75 201.216 118.75C201.228 118.75 201.241 118.75 201.253 118.75C201.266 118.75 201.278 118.75 201.291 118.75C201.304 118.75 201.316 118.75 201.329 118.75C201.342 118.75 201.355 118.75 201.368 118.75C201.38 118.75 201.393 118.75 201.406 118.75C201.419 118.75 201.432 118.75 201.446 118.75C201.459 118.75 201.472 118.75 201.485 118.75C201.498 118.75 201.512 118.75 201.525 118.75C201.538 118.75 201.552 118.75 201.565 118.75C201.579 118.75 201.592 118.75 201.606 118.75C201.619 118.75 201.633 118.75 201.647 118.75C201.66 118.75 201.674 118.75 201.688 118.75C201.702 118.75 201.715 118.75 201.729 118.75C201.743 118.75 201.757 118.75 201.771 118.75C201.785 118.75 201.799 118.75 201.813 118.75C201.828 118.75 201.842 118.75 201.856 118.75C201.87 118.75 201.884 118.75 201.899 118.75C201.913 118.75 201.928 118.75 201.942 118.75C201.956 118.75 201.971 118.75 201.986 118.75C202 118.75 202.015 118.75 202.029 118.75C202.044 118.75 202.059 118.75 202.074 118.75C202.088 118.75 202.103 118.75 202.118 118.75C202.133 118.75 202.148 118.75 202.163 118.75C202.178 118.75 202.193 118.75 202.208 118.75C202.223 118.75 202.238 118.75 202.254 118.75C202.269 118.75 202.284 118.75 202.299 118.75C202.315 118.75 202.33 118.75 202.345 118.75C202.361 118.75 202.376 118.75 202.392 118.75C202.407 118.75 202.423 118.75 202.439 118.75C202.454 118.75 202.47 118.75 202.486 118.75C202.501 118.75 202.517 118.75 202.533 118.75C202.549 118.75 202.565 118.75 202.581 118.75C202.597 118.75 202.613 118.75 202.629 118.75C202.645 118.75 202.661 118.75 202.677 118.75C202.693 118.75 202.709 118.75 202.726 118.75C202.742 118.75 202.758 118.75 202.775 118.75C202.791 118.75 202.807 118.75 202.824 118.75C202.84 118.75 202.857 118.75 202.873 118.75C202.89 118.75 202.907 118.75 202.923 118.75C202.94 118.75 202.957 118.75 202.973 118.75C202.99 118.75 203.007 118.75 203.024 118.75C203.041 118.75 203.058 118.75 203.075 118.75C203.092 118.75 203.109 118.75 203.126 118.75C203.143 118.75 203.16 118.75 203.177 118.75C203.194 118.75 203.211 118.75 203.229 118.75C203.246 118.75 203.263 118.75 203.281 118.75C203.298 118.75 203.315 118.75 203.333 118.75C203.35 118.75 203.368 118.75 203.385 118.75C203.403 118.75 203.42 118.75 203.438 118.75C203.456 118.75 203.474 118.75 203.491 118.75C203.509 118.75 203.527 118.75 203.545 118.75C203.562 118.75 203.58 118.75 203.598 118.75C203.616 118.75 203.634 118.75 203.652 118.75C203.67 118.75 203.688 118.75 203.707 118.75C203.725 118.75 203.743 118.75 203.761 118.75C203.779 118.75 203.798 118.75 203.816 118.75C203.834 118.75 203.853 118.75 203.871 118.75C203.889 118.75 203.908 118.75 203.926 118.75C203.945 118.75 203.963 118.75 203.982 118.75C204.001 118.75 204.019 118.75 204.038 118.75C204.057 118.75 204.075 118.75 204.094 118.75C204.113 118.75 204.132 118.75 204.151 118.75C204.17 118.75 204.188 118.75 204.207 118.75C204.226 118.75 204.245 118.75 204.264 118.75C204.284 118.75 204.303 118.75 204.322 118.75C204.341 118.75 204.36 118.75 204.379 118.75C204.399 118.75 204.418 118.75 204.437 118.75C204.457 118.75 204.476 118.75 204.495 118.75C204.515 118.75 204.534 118.75 204.554 118.75C204.573 118.75 204.593 118.75 204.612 118.75C204.632 118.75 204.652 118.75 204.671 118.75C204.691 118.75 204.711 118.75 204.73 118.75C204.75 118.75 204.77 118.75 204.79 118.75C204.81 118.75 204.83 118.75 204.85 118.75C204.87 118.75 204.89 118.75 204.91 118.75C204.93 118.75 204.95 118.75 204.97 118.75C204.99 118.75 205.01 118.75 205.03 118.75C205.05 118.75 205.071 118.75 205.091 118.75C205.111 118.75 205.132 118.75 205.152 118.75C205.172 118.75 205.193 118.75 205.213 118.75C205.234 118.75 205.254 118.75 205.275 118.75C205.295 118.75 205.316 118.75 205.336 118.75C205.357 118.75 205.378 118.75 205.398 118.75C205.419 118.75 205.44 118.75 205.461 118.75C205.481 118.75 205.502 118.75 205.523 118.75C205.544 118.75 205.565 118.75 205.586 118.75C205.607 118.75 205.628 118.75 205.649 118.75C205.67 118.75 205.691 118.75 205.712 118.75C205.733 118.75 205.754 118.75 205.776 118.75C205.797 118.75 205.818 118.75 205.839 118.75C205.861 118.75 205.882 118.75 205.903 118.75C205.925 118.75 205.946 118.75 205.967 118.75C205.989 118.75 206.01 118.75 206.032 118.75C206.053 118.75 206.075 118.75 206.097 118.75C206.118 118.75 206.14 118.75 206.161 118.75C206.183 118.75 206.205 118.75 206.227 118.75C206.248 118.75 206.27 118.75 206.292 118.75C206.314 118.75 206.336 118.75 206.357 118.75C206.379 118.75 206.401 118.75 206.423 118.75C206.445 118.75 206.467 118.75 206.489 118.75C206.511 118.75 206.534 118.75 206.556 118.75C206.578 118.75 206.6 118.75 206.622 118.75C206.644 118.75 206.667 118.75 206.689 118.75C206.711 118.75 206.733 118.75 206.756 118.75C206.778 118.75 206.801 118.75 206.823 118.75C206.845 118.75 206.868 118.75 206.89 118.75C206.913 118.75 206.935 118.75 206.958 118.75C206.981 118.75 207.003 118.75 207.026 118.75C207.049 118.75 207.071 118.75 207.094 118.75C207.117 118.75 207.139 118.75 207.162 118.75C207.185 118.75 207.208 118.75 207.231 118.75C207.254 118.75 207.276 118.75 207.299 118.75C207.322 118.75 207.345 118.75 207.368 118.75C207.391 118.75 207.414 118.75 207.437 118.75C207.46 118.75 207.484 118.75 207.507 118.75C207.53 118.75 207.553 118.75 207.576 118.75C207.599 118.75 207.623 118.75 207.646 118.75C207.669 118.75 207.693 118.75 207.716 118.75C207.739 118.75 207.763 118.75 207.786 118.75C207.81 118.75 207.833 118.75 207.857 118.75C207.88 118.75 207.904 118.75 207.927 118.75C207.951 118.75 207.974 118.75 207.998 118.75C208.021 118.75 208.045 118.75 208.069 118.75C208.093 118.75 208.116 118.75 208.14 118.75C208.164 118.75 208.188 118.75 208.211 118.75C208.235 118.75 208.259 118.75 208.283 118.75C208.307 118.75 208.331 118.75 208.355 118.75C208.379 118.75 208.403 118.75 208.427 118.75C208.451 118.75 208.475 118.75 208.499 118.75C208.523 118.75 208.547 118.75 208.571 118.75C208.595 118.75 208.62 118.75 208.644 118.75C208.668 118.75 208.692 118.75 208.716 118.75C208.741 118.75 208.765 118.75 208.789 118.75C208.814 118.75 208.838 118.75 208.862 118.75C208.887 118.75 208.911 118.75 208.936 118.75C208.96 118.75 208.985 118.75 209.009 118.75C209.034 118.75 209.058 118.75 209.083 118.75C209.107 118.75 209.132 118.75 209.157 118.75C209.181 118.75 209.206 118.75 209.231 118.75C209.255 118.75 209.28 118.75 209.305 118.75C209.33 118.75 209.354 118.75 209.379 118.75C209.404 118.75 209.429 118.75 209.454 118.75C209.479 118.75 209.504 118.75 209.529 118.75C209.554 118.75 209.578 118.75 209.603 118.75C209.628 118.75 209.653 118.75 209.679 118.75C209.704 118.75 209.729 118.75 209.754 118.75C209.779 118.75 209.804 118.75 209.829 118.75C209.854 118.75 209.88 118.75 209.905 118.75C209.93 118.75 209.955 118.75 209.981 118.75C210.006 118.75 210.031 118.75 210.056 118.75C210.082 118.75 210.107 118.75 210.133 118.75C210.158 118.75 210.183 118.75 210.209 118.75C210.234 118.75 210.26 118.75 210.285 118.75C210.311 118.75 210.336 118.75 210.362 118.75C210.387 118.75 210.413 118.75 210.439 118.75C210.464 118.75 210.49 118.75 210.515 118.75C210.541 118.75 210.567 118.75 210.593 118.75C210.618 118.75 210.644 118.75 210.67 118.75C210.696 118.75 210.721 118.75 210.747 118.75C210.773 118.75 210.799 118.75 210.825 118.75C210.851 118.75 210.876 118.75 210.902 118.75C210.928 118.75 210.954 118.75 210.98 118.75C211.006 118.75 211.032 118.75 211.058 118.75C211.084 118.75 211.11 118.75 211.136 118.75C211.162 118.75 211.189 118.75 211.215 118.75C211.241 118.75 211.267 118.75 211.293 118.75C211.319 118.75 211.345 118.75 211.372 118.75C211.398 118.75 211.424 118.75 211.45 118.75C211.477 118.75 211.503 118.75 211.529 118.75C211.556 118.75 211.582 118.75 211.608 118.75C211.635 118.75 211.661 118.75 211.687 118.75C211.714 118.75 211.74 118.75 211.767 118.75C211.793 118.75 211.82 118.75 211.846 118.75C211.873 118.75 211.899 118.75 211.926 118.75C211.952 118.75 211.979 118.75 212.005 118.75C212.032 118.75 212.059 118.75 212.085 118.75C212.112 118.75 212.139 118.75 212.165 118.75C212.192 118.75 212.219 118.75 212.245 118.75C212.272 118.75 212.299 118.75 212.326 118.75C212.352 118.75 212.379 118.75 212.406 118.75C212.433 118.75 212.46 118.75 212.487 118.75C212.513 118.75 212.54 118.75 212.567 118.75C212.594 118.75 212.621 118.75 212.648 118.75C212.675 118.75 212.702 118.75 212.729 118.75C212.756 118.75 212.783 118.75 212.81 118.75C212.837 118.75 212.864 118.75 212.891 118.75C212.918 118.75 212.945 118.75 212.972 118.75C212.999 118.75 213.026 118.75 213.054 118.75C213.081 118.75 213.108 118.75 213.135 118.75C213.162 118.75 213.189 118.75 213.217 118.75C213.244 118.75 213.271 118.75 213.298 118.75C213.326 118.75 213.353 118.75 213.38 118.75C213.408 118.75 213.435 118.75 213.462 118.75C213.49 118.75 213.517 118.75 213.544 118.75C213.572 118.75 213.599 118.75 213.626 118.75C213.654 118.75 213.681 118.75 213.709 118.75C213.736 118.75 213.764 118.75 213.791 118.75C213.819 118.75 213.846 118.75 213.874 118.75C213.901 118.75 213.929 118.75 213.956 118.75C213.984 118.75 214.011 118.75 214.039 118.75C214.067 118.75 214.094 118.75 214.122 118.75C214.15 118.75 214.177 118.75 214.205 118.75C214.232 118.75 214.26 118.75 214.288 118.75C214.316 118.75 214.343 118.75 214.371 118.75C214.399 118.75 214.426 118.75 214.454 118.75C214.482 118.75 214.51 118.75 214.538 118.75C214.565 118.75 214.593 118.75 214.621 118.75C214.649 118.75 214.677 118.75 214.705 118.75C214.732 118.75 214.76 118.75 214.788 118.75C214.816 118.75 214.844 118.75 214.872 118.75C214.9 118.75 214.928 118.75 214.956 118.75C214.984 118.75 215.012 118.75 215.04 118.75C215.068 118.75 215.096 118.75 215.124 118.75C215.152 118.75 215.18 118.75 215.208 118.75C215.236 118.75 215.264 118.75 215.292 118.75C215.32 118.75 215.348 118.75 215.376 118.75C215.404 118.75 215.432 118.75 215.46 118.75C215.489 118.75 215.517 118.75 215.545 118.75C215.573 118.75 215.601 118.75 215.629 118.75C215.658 118.75 215.686 118.75 215.714 118.75C215.742 118.75 215.77 118.75 215.799 118.75C215.827 118.75 215.855 118.75 215.883 118.75C215.912 118.75 215.94 118.75 215.968 118.75C215.997 118.75 216.025 118.75 216.053 118.75C216.081 118.75 216.11 118.75 216.138 118.75C216.166 118.75 216.195 118.75 216.223 118.75C216.252 118.75 216.28 118.75 216.308 118.75C216.337 118.75 216.365 118.75 216.394 118.75C216.422 118.75 216.45 118.75 216.479 118.75C216.507 118.75 216.536 118.75 216.564 118.75C216.593 118.75 216.621 118.75 216.65 118.75C216.678 118.75 216.707 118.75 216.735 118.75C216.764 118.75 216.792 118.75 216.821 118.75C216.849 118.75 216.878 118.75 216.906 118.75C216.935 118.75 216.963 118.75 216.992 118.75C217.02 118.75 217.049 118.75 217.078 118.75C217.106 118.75 217.135 118.75 217.163 118.75C217.192 118.75 217.221 118.75 217.249 118.75C217.278 118.75 217.306 118.75 217.335 118.75C217.364 118.75 217.392 118.75 217.421 118.75C217.45 118.75 217.478 118.75 217.507 118.75C217.536 118.75 217.564 118.75 217.593 118.75C217.622 118.75 217.651 118.75 217.679 118.75C217.708 118.75 217.737 118.75 217.765 118.75C217.794 118.75 217.823 118.75 217.852 118.75C217.88 118.75 217.909 118.75 217.938 118.75C217.967 118.75 217.995 118.75 218.024 118.75C218.053 118.75 218.082 118.75 218.111 118.75C218.139 118.75 218.168 118.75 218.197 118.75C218.226 118.75 218.255 118.75 218.284 118.75C218.312 118.75 218.341 118.75 218.37 118.75C218.399 118.75 218.428 118.75 218.457 118.75C218.485 118.75 218.514 118.75 218.543 118.75C218.572 118.75 218.601 118.75 218.63 118.75C218.659 118.75 218.688 118.75 218.716 118.75C218.745 118.75 218.774 118.75 218.803 118.75C218.832 118.75 218.861 118.75 218.89 118.75C218.919 118.75 218.948 118.75 218.977 118.75C219.006 118.75 219.035 118.75 219.063 118.75C219.092 118.75 219.121 118.75 219.15 118.75C219.179 118.75 219.208 118.75 219.237 118.75C219.266 118.75 219.295 118.75 219.324 118.75C219.353 118.75 219.382 118.75 219.411 118.75C219.44 118.75 219.469 118.75 219.498 118.75C219.527 118.75 219.556 118.75 219.585 118.75C219.614 118.75 219.643 118.75 219.672 118.75C219.701 118.75 219.73 118.75 219.759 118.75C219.788 118.75 219.817 118.75 219.846 118.75C219.875 118.75 219.904 118.75 219.933 118.75C219.962 118.75 219.991 118.75 220.02 118.75C220.049 118.75 220.078 118.75 220.107 118.75C220.136 118.75 220.165 118.75 220.194 118.75C220.224 118.75 220.253 118.75 220.282 118.75C220.311 118.75 220.34 118.75 220.369 118.75C220.398 118.75 220.427 118.75 220.456 118.75C220.485 118.75 220.514 118.75 220.543 118.75C220.572 118.75 220.601 118.75 220.63 118.75C220.659 118.75 220.688 118.75 220.718 118.75C220.747 118.75 220.776 118.75 220.805 118.75C220.834 118.75 220.863 118.75 220.892 118.75C220.921 118.75 220.95 118.75 220.979 118.75C221.008 118.75 221.037 118.75 221.066 118.75C221.096 118.75 221.125 118.75 221.154 118.75C221.183 118.75 221.212 118.75 221.241 118.75C221.27 118.75 221.299 118.75 221.328 118.75C221.357 118.75 221.386 118.75 221.415 118.75C221.445 118.75 221.474 118.75 221.503 118.75C221.532 118.75 221.561 118.75 221.59 118.75C221.619 118.75 221.648 118.75 221.677 118.75C221.706 118.75 221.735 118.75 221.764 118.75C221.794 118.75 221.823 118.75 221.852 118.75C221.881 118.75 221.91 118.75 221.939 118.75C221.968 118.75 221.997 118.75 222.026 118.75C222.055 118.75 222.084 118.75 222.113 118.75C222.142 118.75 222.171 118.75 222.201 118.75C222.23 118.75 222.259 118.75 222.288 118.75C222.317 118.75 222.346 118.75 222.375 118.75C222.404 118.75 222.433 118.75 222.462 118.75C222.491 118.75 222.52 118.75 222.549 118.75C222.578 118.75 222.607 118.75 222.636 118.75C222.665 118.75 222.694 118.75 222.723 118.75C222.752 118.75 222.781 118.75 222.81 118.75C222.839 118.75 222.869 118.75 222.898 118.75C222.927 118.75 222.956 118.75 222.985 118.75C223.014 118.75 223.043 118.75 223.072 118.75C223.101 118.75 223.13 118.75 223.159 118.75C223.188 118.75 223.217 118.75 223.246 118.75C223.275 118.75 223.304 118.75 223.333 118.75C223.361 118.75 223.39 118.75 223.419 118.75C223.448 118.75 223.477 118.75 223.506 118.75C223.535 118.75 223.564 118.75 223.593 118.75C223.622 118.75 223.651 118.75 223.68 118.75C223.709 118.75 223.738 118.75 223.767 118.75C223.796 118.75 223.825 118.75 223.854 118.75C223.882 118.75 223.911 118.75 223.94 118.75C223.969 118.75 223.998 118.75 224.027 118.75C224.056 118.75 224.085 118.75 224.114 118.75C224.142 118.75 224.171 118.75 224.2 118.75C224.229 118.75 224.258 118.75 224.287 118.75C224.316 118.75 224.344 118.75 224.373 118.75C224.402 118.75 224.431 118.75 224.46 118.75C224.489 118.75 224.517 118.75 224.546 118.75C224.575 118.75 224.604 118.75 224.633 118.75C224.661 118.75 224.69 118.75 224.719 118.75C224.748 118.75 224.777 118.75 224.805 118.75C224.834 118.75 224.863 118.75 224.892 118.75C224.92 118.75 224.949 118.75 224.978 118.75C225.006 118.75 225.035 118.75 225.064 118.75C225.093 118.75 225.121 118.75 225.15 118.75C225.179 118.75 225.207 118.75 225.236 118.75C225.265 118.75 225.293 118.75 225.322 118.75C225.351 118.75 225.379 118.75 225.408 118.75C225.437 118.75 225.465 118.75 225.494 118.75C225.522 118.75 225.551 118.75 225.58 118.75C225.608 118.75 225.637 118.75 225.665 118.75C225.694 118.75 225.723 118.75 225.751 118.75C225.78 118.75 225.808 118.75 225.837 118.75C225.865 118.75 225.894 118.75 225.922 118.75C225.951 118.75 225.979 118.75 226.008 118.75C226.036 118.75 226.065 118.75 226.093 118.75C226.122 118.75 226.15 118.75 226.179 118.75C226.207 118.75 226.236 118.75 226.264 118.75C226.292 118.75 226.321 118.75 226.349 118.75C226.378 118.75 226.406 118.75 226.434 118.75C226.463 118.75 226.491 118.75 226.519 118.75C226.548 118.75 226.576 118.75 226.604 118.75C226.633 118.75 226.661 118.75 226.689 118.75C226.718 118.75 226.746 118.75 226.774 118.75C226.803 118.75 226.831 118.75 226.859 118.75C226.887 118.75 226.916 118.75 226.944 118.75C226.972 118.75 227 118.75 227.028 118.75C227.057 118.75 227.085 118.75 227.113 118.75C227.141 118.75 227.169 118.75 227.197 118.75C227.226 118.75 227.254 118.75 227.282 118.75C227.31 118.75 227.338 118.75 227.366 118.75C227.394 118.75 227.422 118.75 227.45 118.75C227.478 118.75 227.506 118.75 227.534 118.75C227.563 118.75 227.591 118.75 227.619 118.75C227.647 118.75 227.675 118.75 227.702 118.75C227.73 118.75 227.758 118.75 227.786 118.75C227.814 118.75 227.842 118.75 227.87 118.75C227.898 118.75 227.926 118.75 227.954 118.75C227.982 118.75 228.01 118.75 228.037 118.75C228.065 118.75 228.093 118.75 228.121 118.75C228.149 118.75 228.176 118.75 228.204 118.75C228.232 118.75 228.26 118.75 228.288 118.75C228.315 118.75 228.343 118.75 228.371 118.75C228.398 118.75 228.426 118.75 228.454 118.75C228.482 118.75 228.509 118.75 228.537 118.75C228.564 118.75 228.592 118.75 228.62 118.75C228.647 118.75 228.675 118.75 228.702 118.75C228.73 118.75 228.758 118.75 228.785 118.75C228.813 118.75 228.84 118.75 228.868 118.75C228.895 118.75 228.923 118.75 228.95 118.75C228.978 118.75 229.005 118.75 229.033 118.75C229.06 118.75 229.087 118.75 229.115 118.75C229.142 118.75 229.17 118.75 229.197 118.75C229.224 118.75 229.252 118.75 229.279 118.75C229.306 118.75 229.334 118.75 229.361 118.75C229.388 118.75 229.415 118.75 229.443 118.75C229.47 118.75 229.497 118.75 229.524 118.75C229.552 118.75 229.579 118.75 229.606 118.75C229.633 118.75 229.66 118.75 229.687 118.75C229.714 118.75 229.742 118.75 229.769 118.75C229.796 118.75 229.823 118.75 229.85 118.75C229.877 118.75 229.904 118.75 229.931 118.75C229.958 118.75 229.985 118.75 230.012 118.75C230.039 118.75 230.066 118.75 230.093 118.75C230.12 118.75 230.147 118.75 230.173 118.75C230.2 118.75 230.227 118.75 230.254 118.75C230.281 118.75 230.308 118.75 230.334 118.75C230.361 118.75 230.388 118.75 230.415 118.75C230.442 118.75 230.468 118.75 230.495 118.75C230.522 118.75 230.548 118.75 230.575 118.75C230.602 118.75 230.628 118.75 230.655 118.75C230.682 118.75 230.708 118.75 230.735 118.75C230.761 118.75 230.788 118.75 230.814 118.75C230.841 118.75 230.867 118.75 230.894 118.75C230.92 118.75 230.947 118.75 230.973 118.75C231 118.75 231.026 118.75 231.052 118.75C231.079 118.75 231.105 118.75 231.132 118.75C231.158 118.75 231.184 118.75 231.211 118.75C231.237 118.75 231.263 118.75 231.289 118.75C231.316 118.75 231.342 118.75 231.368 118.75C231.394 118.75 231.42 118.75 231.446 118.75C231.473 118.75 231.499 118.75 231.525 118.75C231.551 118.75 231.577 118.75 231.603 118.75C231.629 118.75 231.655 118.75 231.681 118.75C231.707 118.75 231.733 118.75 231.759 118.75C231.785 118.75 231.811 118.75 231.837 118.75C231.863 118.75 231.889 118.75 231.914 118.75C231.94 118.75 231.966 118.75 231.992 118.75C232.018 118.75 232.043 118.75 232.069 118.75C232.095 118.75 232.121 118.75 232.146 118.75C232.172 118.75 232.198 118.75 232.223 118.75C232.249 118.75 232.275 118.75 232.3 118.75C232.326 118.75 232.351 118.75 232.377 118.75C232.402 118.75 232.428 118.75 232.453 118.75C232.479 118.75 232.504 118.75 232.53 118.75C232.555 118.75 232.58 118.75 232.606 118.75C232.631 118.75 232.657 118.75 232.682 118.75C232.707 118.75 232.732 118.75 232.758 118.75C232.783 118.75 232.808 118.75 232.833 118.75C232.859 118.75 232.884 118.75 232.909 118.75C232.934 118.75 232.959 118.75 232.984 118.75C233.009 118.75 233.034 118.75 233.059 118.75C233.084 118.75 233.109 118.75 233.134 118.75C233.159 118.75 233.184 118.75 233.209 118.75C233.234 118.75 233.259 118.75 233.284 118.75C233.309 118.75 233.334 118.75 233.358 118.75C233.383 118.75 233.408 118.75 233.433 118.75C233.457 118.75 233.482 118.75 233.507 118.75C233.531 118.75 233.556 118.75 233.581 118.75C233.605 118.75 233.63 118.75 233.654 118.75C233.679 118.75 233.704 118.75 233.728 118.75C233.752 118.75 233.777 118.75 233.801 118.75C233.826 118.75 233.85 118.75 233.875 118.75C233.899 118.75 233.923 118.75 233.948 118.75C233.972 118.75 233.996 118.75 234.02 118.75C234.045 118.75 234.069 118.75 234.093 118.75C234.117 118.75 234.141 118.75 234.165 118.75C234.19 118.75 234.214 118.75 234.238 118.75C234.262 118.75 234.286 118.75 234.31 118.75C234.334 118.75 234.358 118.75 234.382 118.75C234.406 118.75 234.429 118.75 234.453 118.75C234.477 118.75 234.501 118.75 234.525 118.75C234.549 118.75 234.572 118.75 234.596 118.75C234.62 118.75 234.644 118.75 234.667 118.75C234.691 118.75 234.714 118.75 234.738 118.75C234.762 118.75 234.785 118.75 234.809 118.75C234.832 118.75 234.856 118.75 234.879 118.75C234.903 118.75 234.926 118.75 234.949 118.75C234.973 118.75 234.996 118.75 235.02 118.75C235.043 118.75 235.066 118.75 235.089 118.75C235.113 118.75 235.136 118.75 235.159 118.75C235.182 118.75 235.205 118.75 235.229 118.75C235.252 118.75 235.275 118.75 235.298 118.75C235.321 118.75 235.344 118.75 235.367 118.75C235.39 118.75 235.413 118.75 235.436 118.75C235.458 118.75 235.481 118.75 235.504 118.75C235.527 118.75 235.55 118.75 235.573 118.75C235.595 118.75 235.618 118.75 235.641 118.75C235.663 118.75 235.686 118.75 235.709 118.75C235.731 118.75 235.754 118.75 235.776 118.75C235.799 118.75 235.821 118.75 235.844 118.75C235.866 118.75 235.889 118.75 235.911 118.75C235.934 118.75 235.956 118.75 235.978 118.75C236.001 118.75 236.023 118.75 236.045 118.75C236.067 118.75 236.09 118.75 236.112 118.75C236.134 118.75 236.156 118.75 236.178 118.75C236.2 118.75 236.222 118.75 236.244 118.75C236.266 118.75 236.288 118.75 236.31 118.75C236.332 118.75 236.354 118.75 236.376 118.75C236.398 118.75 236.42 118.75 236.441 118.75C236.463 118.75 236.485 118.75 236.507 118.75C236.528 118.75 236.55 118.75 236.572 118.75C236.593 118.75 236.615 118.75 236.637 118.75C236.658 118.75 236.68 118.75 236.701 118.75C236.723 118.75 236.744 118.75 236.765 118.75C236.787 118.75 236.808 118.75 236.829 118.75C236.851 118.75 236.872 118.75 236.893 118.75C236.915 118.75 236.936 118.75 236.957 118.75C236.978 118.75 236.999 118.75 237.02 118.75C237.041 118.75 237.062 118.75 237.083 118.75C237.104 118.75 237.125 118.75 237.146 118.75C237.167 118.75 237.188 118.75 237.209 118.75C237.23 118.75 237.25 118.75 237.271 118.75C237.292 118.75 237.313 118.75 237.333 118.75C237.354 118.75 237.375 118.75 237.395 118.75C237.416 118.75 237.436 118.75 237.457 118.75C237.477 118.75 237.498 118.75 237.518 118.75C237.539 118.75 237.559 118.75 237.579 118.75C237.6 118.75 237.62 118.75 237.64 118.75C237.66 118.75 237.681 118.75 237.701 118.75C237.721 118.75 237.741 118.75 237.761 118.75C237.781 118.75 237.801 118.75 237.821 118.75C237.841 118.75 237.861 118.75 237.881 118.75C237.901 118.75 237.921 118.75 237.941 118.75C237.96 118.75 237.98 118.75 238 118.75V120.25C237.98 120.25 237.96 120.25 237.941 120.25C237.921 120.25 237.901 120.25 237.881 120.25C237.861 120.25 237.841 120.25 237.821 120.25C237.801 120.25 237.781 120.25 237.761 120.25C237.741 120.25 237.721 120.25 237.701 120.25C237.681 120.25 237.66 120.25 237.64 120.25C237.62 120.25 237.6 120.25 237.579 120.25C237.559 120.25 237.539 120.25 237.518 120.25C237.498 120.25 237.477 120.25 237.457 120.25C237.436 120.25 237.416 120.25 237.395 120.25C237.375 120.25 237.354 120.25 237.333 120.25C237.313 120.25 237.292 120.25 237.271 120.25C237.25 120.25 237.23 120.25 237.209 120.25C237.188 120.25 237.167 120.25 237.146 120.25C237.125 120.25 237.104 120.25 237.083 120.25C237.062 120.25 237.041 120.25 237.02 120.25C236.999 120.25 236.978 120.25 236.957 120.25C236.936 120.25 236.915 120.25 236.893 120.25C236.872 120.25 236.851 120.25 236.829 120.25C236.808 120.25 236.787 120.25 236.765 120.25C236.744 120.25 236.723 120.25 236.701 120.25C236.68 120.25 236.658 120.25 236.637 120.25C236.615 120.25 236.593 120.25 236.572 120.25C236.55 120.25 236.528 120.25 236.507 120.25C236.485 120.25 236.463 120.25 236.441 120.25C236.42 120.25 236.398 120.25 236.376 120.25C236.354 120.25 236.332 120.25 236.31 120.25C236.288 120.25 236.266 120.25 236.244 120.25C236.222 120.25 236.2 120.25 236.178 120.25C236.156 120.25 236.134 120.25 236.112 120.25C236.09 120.25 236.067 120.25 236.045 120.25C236.023 120.25 236.001 120.25 235.978 120.25C235.956 120.25 235.934 120.25 235.911 120.25C235.889 120.25 235.866 120.25 235.844 120.25C235.821 120.25 235.799 120.25 235.776 120.25C235.754 120.25 235.731 120.25 235.709 120.25C235.686 120.25 235.663 120.25 235.641 120.25C235.618 120.25 235.595 120.25 235.573 120.25C235.55 120.25 235.527 120.25 235.504 120.25C235.481 120.25 235.458 120.25 235.436 120.25C235.413 120.25 235.39 120.25 235.367 120.25C235.344 120.25 235.321 120.25 235.298 120.25C235.275 120.25 235.252 120.25 235.229 120.25C235.205 120.25 235.182 120.25 235.159 120.25C235.136 120.25 235.113 120.25 235.089 120.25C235.066 120.25 235.043 120.25 235.02 120.25C234.996 120.25 234.973 120.25 234.949 120.25C234.926 120.25 234.903 120.25 234.879 120.25C234.856 120.25 234.832 120.25 234.809 120.25C234.785 120.25 234.762 120.25 234.738 120.25C234.714 120.25 234.691 120.25 234.667 120.25C234.644 120.25 234.62 120.25 234.596 120.25C234.572 120.25 234.549 120.25 234.525 120.25C234.501 120.25 234.477 120.25 234.453 120.25C234.429 120.25 234.406 120.25 234.382 120.25C234.358 120.25 234.334 120.25 234.31 120.25C234.286 120.25 234.262 120.25 234.238 120.25C234.214 120.25 234.19 120.25 234.165 120.25C234.141 120.25 234.117 120.25 234.093 120.25C234.069 120.25 234.045 120.25 234.02 120.25C233.996 120.25 233.972 120.25 233.948 120.25C233.923 120.25 233.899 120.25 233.875 120.25C233.85 120.25 233.826 120.25 233.801 120.25C233.777 120.25 233.752 120.25 233.728 120.25C233.704 120.25 233.679 120.25 233.654 120.25C233.63 120.25 233.605 120.25 233.581 120.25C233.556 120.25 233.531 120.25 233.507 120.25C233.482 120.25 233.457 120.25 233.433 120.25C233.408 120.25 233.383 120.25 233.358 120.25C233.334 120.25 233.309 120.25 233.284 120.25C233.259 120.25 233.234 120.25 233.209 120.25C233.184 120.25 233.159 120.25 233.134 120.25C233.109 120.25 233.084 120.25 233.059 120.25C233.034 120.25 233.009 120.25 232.984 120.25C232.959 120.25 232.934 120.25 232.909 120.25C232.884 120.25 232.859 120.25 232.833 120.25C232.808 120.25 232.783 120.25 232.758 120.25C232.732 120.25 232.707 120.25 232.682 120.25C232.657 120.25 232.631 120.25 232.606 120.25C232.58 120.25 232.555 120.25 232.53 120.25C232.504 120.25 232.479 120.25 232.453 120.25C232.428 120.25 232.402 120.25 232.377 120.25C232.351 120.25 232.326 120.25 232.3 120.25C232.275 120.25 232.249 120.25 232.223 120.25C232.198 120.25 232.172 120.25 232.146 120.25C232.121 120.25 232.095 120.25 232.069 120.25C232.043 120.25 232.018 120.25 231.992 120.25C231.966 120.25 231.94 120.25 231.914 120.25C231.889 120.25 231.863 120.25 231.837 120.25C231.811 120.25 231.785 120.25 231.759 120.25C231.733 120.25 231.707 120.25 231.681 120.25C231.655 120.25 231.629 120.25 231.603 120.25C231.577 120.25 231.551 120.25 231.525 120.25C231.499 120.25 231.473 120.25 231.446 120.25C231.42 120.25 231.394 120.25 231.368 120.25C231.342 120.25 231.316 120.25 231.289 120.25C231.263 120.25 231.237 120.25 231.211 120.25C231.184 120.25 231.158 120.25 231.132 120.25C231.105 120.25 231.079 120.25 231.052 120.25C231.026 120.25 231 120.25 230.973 120.25C230.947 120.25 230.92 120.25 230.894 120.25C230.867 120.25 230.841 120.25 230.814 120.25C230.788 120.25 230.761 120.25 230.735 120.25C230.708 120.25 230.682 120.25 230.655 120.25C230.628 120.25 230.602 120.25 230.575 120.25C230.548 120.25 230.522 120.25 230.495 120.25C230.468 120.25 230.442 120.25 230.415 120.25C230.388 120.25 230.361 120.25 230.334 120.25C230.308 120.25 230.281 120.25 230.254 120.25C230.227 120.25 230.2 120.25 230.173 120.25C230.147 120.25 230.12 120.25 230.093 120.25C230.066 120.25 230.039 120.25 230.012 120.25C229.985 120.25 229.958 120.25 229.931 120.25C229.904 120.25 229.877 120.25 229.85 120.25C229.823 120.25 229.796 120.25 229.769 120.25C229.742 120.25 229.714 120.25 229.687 120.25C229.66 120.25 229.633 120.25 229.606 120.25C229.579 120.25 229.552 120.25 229.524 120.25C229.497 120.25 229.47 120.25 229.443 120.25C229.415 120.25 229.388 120.25 229.361 120.25C229.334 120.25 229.306 120.25 229.279 120.25C229.252 120.25 229.224 120.25 229.197 120.25C229.17 120.25 229.142 120.25 229.115 120.25C229.087 120.25 229.06 120.25 229.033 120.25C229.005 120.25 228.978 120.25 228.95 120.25C228.923 120.25 228.895 120.25 228.868 120.25C228.84 120.25 228.813 120.25 228.785 120.25C228.758 120.25 228.73 120.25 228.702 120.25C228.675 120.25 228.647 120.25 228.62 120.25C228.592 120.25 228.564 120.25 228.537 120.25C228.509 120.25 228.482 120.25 228.454 120.25C228.426 120.25 228.398 120.25 228.371 120.25C228.343 120.25 228.315 120.25 228.288 120.25C228.26 120.25 228.232 120.25 228.204 120.25C228.176 120.25 228.149 120.25 228.121 120.25C228.093 120.25 228.065 120.25 228.037 120.25C228.01 120.25 227.982 120.25 227.954 120.25C227.926 120.25 227.898 120.25 227.87 120.25C227.842 120.25 227.814 120.25 227.786 120.25C227.758 120.25 227.73 120.25 227.702 120.25C227.675 120.25 227.647 120.25 227.619 120.25C227.591 120.25 227.563 120.25 227.534 120.25C227.506 120.25 227.478 120.25 227.45 120.25C227.422 120.25 227.394 120.25 227.366 120.25C227.338 120.25 227.31 120.25 227.282 120.25C227.254 120.25 227.226 120.25 227.197 120.25C227.169 120.25 227.141 120.25 227.113 120.25C227.085 120.25 227.057 120.25 227.028 120.25C227 120.25 226.972 120.25 226.944 120.25C226.916 120.25 226.887 120.25 226.859 120.25C226.831 120.25 226.803 120.25 226.774 120.25C226.746 120.25 226.718 120.25 226.689 120.25C226.661 120.25 226.633 120.25 226.604 120.25C226.576 120.25 226.548 120.25 226.519 120.25C226.491 120.25 226.463 120.25 226.434 120.25C226.406 120.25 226.378 120.25 226.349 120.25C226.321 120.25 226.292 120.25 226.264 120.25C226.236 120.25 226.207 120.25 226.179 120.25C226.15 120.25 226.122 120.25 226.093 120.25C226.065 120.25 226.036 120.25 226.008 120.25C225.979 120.25 225.951 120.25 225.922 120.25C225.894 120.25 225.865 120.25 225.837 120.25C225.808 120.25 225.78 120.25 225.751 120.25C225.723 120.25 225.694 120.25 225.665 120.25C225.637 120.25 225.608 120.25 225.58 120.25C225.551 120.25 225.522 120.25 225.494 120.25C225.465 120.25 225.437 120.25 225.408 120.25C225.379 120.25 225.351 120.25 225.322 120.25C225.293 120.25 225.265 120.25 225.236 120.25C225.207 120.25 225.179 120.25 225.15 120.25C225.121 120.25 225.093 120.25 225.064 120.25C225.035 120.25 225.006 120.25 224.978 120.25C224.949 120.25 224.92 120.25 224.892 120.25C224.863 120.25 224.834 120.25 224.805 120.25C224.777 120.25 224.748 120.25 224.719 120.25C224.69 120.25 224.661 120.25 224.633 120.25C224.604 120.25 224.575 120.25 224.546 120.25C224.517 120.25 224.489 120.25 224.46 120.25C224.431 120.25 224.402 120.25 224.373 120.25C224.344 120.25 224.316 120.25 224.287 120.25C224.258 120.25 224.229 120.25 224.2 120.25C224.171 120.25 224.142 120.25 224.114 120.25C224.085 120.25 224.056 120.25 224.027 120.25C223.998 120.25 223.969 120.25 223.94 120.25C223.911 120.25 223.882 120.25 223.854 120.25C223.825 120.25 223.796 120.25 223.767 120.25C223.738 120.25 223.709 120.25 223.68 120.25C223.651 120.25 223.622 120.25 223.593 120.25C223.564 120.25 223.535 120.25 223.506 120.25C223.477 120.25 223.448 120.25 223.419 120.25C223.39 120.25 223.361 120.25 223.333 120.25C223.304 120.25 223.275 120.25 223.246 120.25C223.217 120.25 223.188 120.25 223.159 120.25C223.13 120.25 223.101 120.25 223.072 120.25C223.043 120.25 223.014 120.25 222.985 120.25C222.956 120.25 222.927 120.25 222.898 120.25C222.869 120.25 222.839 120.25 222.81 120.25C222.781 120.25 222.752 120.25 222.723 120.25C222.694 120.25 222.665 120.25 222.636 120.25C222.607 120.25 222.578 120.25 222.549 120.25C222.52 120.25 222.491 120.25 222.462 120.25C222.433 120.25 222.404 120.25 222.375 120.25C222.346 120.25 222.317 120.25 222.288 120.25C222.259 120.25 222.23 120.25 222.201 120.25C222.171 120.25 222.142 120.25 222.113 120.25C222.084 120.25 222.055 120.25 222.026 120.25C221.997 120.25 221.968 120.25 221.939 120.25C221.91 120.25 221.881 120.25 221.852 120.25C221.823 120.25 221.794 120.25 221.764 120.25C221.735 120.25 221.706 120.25 221.677 120.25C221.648 120.25 221.619 120.25 221.59 120.25C221.561 120.25 221.532 120.25 221.503 120.25C221.474 120.25 221.445 120.25 221.415 120.25C221.386 120.25 221.357 120.25 221.328 120.25C221.299 120.25 221.27 120.25 221.241 120.25C221.212 120.25 221.183 120.25 221.154 120.25C221.125 120.25 221.096 120.25 221.066 120.25C221.037 120.25 221.008 120.25 220.979 120.25C220.95 120.25 220.921 120.25 220.892 120.25C220.863 120.25 220.834 120.25 220.805 120.25C220.776 120.25 220.747 120.25 220.718 120.25C220.688 120.25 220.659 120.25 220.63 120.25C220.601 120.25 220.572 120.25 220.543 120.25C220.514 120.25 220.485 120.25 220.456 120.25C220.427 120.25 220.398 120.25 220.369 120.25C220.34 120.25 220.311 120.25 220.282 120.25C220.253 120.25 220.224 120.25 220.194 120.25C220.165 120.25 220.136 120.25 220.107 120.25C220.078 120.25 220.049 120.25 220.02 120.25C219.991 120.25 219.962 120.25 219.933 120.25C219.904 120.25 219.875 120.25 219.846 120.25C219.817 120.25 219.788 120.25 219.759 120.25C219.73 120.25 219.701 120.25 219.672 120.25C219.643 120.25 219.614 120.25 219.585 120.25C219.556 120.25 219.527 120.25 219.498 120.25C219.469 120.25 219.44 120.25 219.411 120.25C219.382 120.25 219.353 120.25 219.324 120.25C219.295 120.25 219.266 120.25 219.237 120.25C219.208 120.25 219.179 120.25 219.15 120.25C219.121 120.25 219.092 120.25 219.063 120.25C219.035 120.25 219.006 120.25 218.977 120.25C218.948 120.25 218.919 120.25 218.89 120.25C218.861 120.25 218.832 120.25 218.803 120.25C218.774 120.25 218.745 120.25 218.716 120.25C218.688 120.25 218.659 120.25 218.63 120.25C218.601 120.25 218.572 120.25 218.543 120.25C218.514 120.25 218.485 120.25 218.457 120.25C218.428 120.25 218.399 120.25 218.37 120.25C218.341 120.25 218.312 120.25 218.284 120.25C218.255 120.25 218.226 120.25 218.197 120.25C218.168 120.25 218.139 120.25 218.111 120.25C218.082 120.25 218.053 120.25 218.024 120.25C217.995 120.25 217.967 120.25 217.938 120.25C217.909 120.25 217.88 120.25 217.852 120.25C217.823 120.25 217.794 120.25 217.765 120.25C217.737 120.25 217.708 120.25 217.679 120.25C217.651 120.25 217.622 120.25 217.593 120.25C217.564 120.25 217.536 120.25 217.507 120.25C217.478 120.25 217.45 120.25 217.421 120.25C217.392 120.25 217.364 120.25 217.335 120.25C217.306 120.25 217.278 120.25 217.249 120.25C217.221 120.25 217.192 120.25 217.163 120.25C217.135 120.25 217.106 120.25 217.078 120.25C217.049 120.25 217.02 120.25 216.992 120.25C216.963 120.25 216.935 120.25 216.906 120.25C216.878 120.25 216.849 120.25 216.821 120.25C216.792 120.25 216.764 120.25 216.735 120.25C216.707 120.25 216.678 120.25 216.65 120.25C216.621 120.25 216.593 120.25 216.564 120.25C216.536 120.25 216.507 120.25 216.479 120.25C216.45 120.25 216.422 120.25 216.394 120.25C216.365 120.25 216.337 120.25 216.308 120.25C216.28 120.25 216.252 120.25 216.223 120.25C216.195 120.25 216.166 120.25 216.138 120.25C216.11 120.25 216.081 120.25 216.053 120.25C216.025 120.25 215.997 120.25 215.968 120.25C215.94 120.25 215.912 120.25 215.883 120.25C215.855 120.25 215.827 120.25 215.799 120.25C215.77 120.25 215.742 120.25 215.714 120.25C215.686 120.25 215.658 120.25 215.629 120.25C215.601 120.25 215.573 120.25 215.545 120.25C215.517 120.25 215.489 120.25 215.46 120.25C215.432 120.25 215.404 120.25 215.376 120.25C215.348 120.25 215.32 120.25 215.292 120.25C215.264 120.25 215.236 120.25 215.208 120.25C215.18 120.25 215.152 120.25 215.124 120.25C215.096 120.25 215.068 120.25 215.04 120.25C215.012 120.25 214.984 120.25 214.956 120.25C214.928 120.25 214.9 120.25 214.872 120.25C214.844 120.25 214.816 120.25 214.788 120.25C214.76 120.25 214.732 120.25 214.705 120.25C214.677 120.25 214.649 120.25 214.621 120.25C214.593 120.25 214.565 120.25 214.538 120.25C214.51 120.25 214.482 120.25 214.454 120.25C214.426 120.25 214.399 120.25 214.371 120.25C214.343 120.25 214.316 120.25 214.288 120.25C214.26 120.25 214.232 120.25 214.205 120.25C214.177 120.25 214.15 120.25 214.122 120.25C214.094 120.25 214.067 120.25 214.039 120.25C214.011 120.25 213.984 120.25 213.956 120.25C213.929 120.25 213.901 120.25 213.874 120.25C213.846 120.25 213.819 120.25 213.791 120.25C213.764 120.25 213.736 120.25 213.709 120.25C213.681 120.25 213.654 120.25 213.626 120.25C213.599 120.25 213.572 120.25 213.544 120.25C213.517 120.25 213.49 120.25 213.462 120.25C213.435 120.25 213.408 120.25 213.38 120.25C213.353 120.25 213.326 120.25 213.298 120.25C213.271 120.25 213.244 120.25 213.217 120.25C213.189 120.25 213.162 120.25 213.135 120.25C213.108 120.25 213.081 120.25 213.054 120.25C213.026 120.25 212.999 120.25 212.972 120.25C212.945 120.25 212.918 120.25 212.891 120.25C212.864 120.25 212.837 120.25 212.81 120.25C212.783 120.25 212.756 120.25 212.729 120.25C212.702 120.25 212.675 120.25 212.648 120.25C212.621 120.25 212.594 120.25 212.567 120.25C212.54 120.25 212.513 120.25 212.487 120.25C212.46 120.25 212.433 120.25 212.406 120.25C212.379 120.25 212.352 120.25 212.326 120.25C212.299 120.25 212.272 120.25 212.245 120.25C212.219 120.25 212.192 120.25 212.165 120.25C212.139 120.25 212.112 120.25 212.085 120.25C212.059 120.25 212.032 120.25 212.005 120.25C211.979 120.25 211.952 120.25 211.926 120.25C211.899 120.25 211.873 120.25 211.846 120.25C211.82 120.25 211.793 120.25 211.767 120.25C211.74 120.25 211.714 120.25 211.687 120.25C211.661 120.25 211.635 120.25 211.608 120.25C211.582 120.25 211.556 120.25 211.529 120.25C211.503 120.25 211.477 120.25 211.45 120.25C211.424 120.25 211.398 120.25 211.372 120.25C211.345 120.25 211.319 120.25 211.293 120.25C211.267 120.25 211.241 120.25 211.215 120.25C211.189 120.25 211.162 120.25 211.136 120.25C211.11 120.25 211.084 120.25 211.058 120.25C211.032 120.25 211.006 120.25 210.98 120.25C210.954 120.25 210.928 120.25 210.902 120.25C210.876 120.25 210.851 120.25 210.825 120.25C210.799 120.25 210.773 120.25 210.747 120.25C210.721 120.25 210.696 120.25 210.67 120.25C210.644 120.25 210.618 120.25 210.593 120.25C210.567 120.25 210.541 120.25 210.515 120.25C210.49 120.25 210.464 120.25 210.439 120.25C210.413 120.25 210.387 120.25 210.362 120.25C210.336 120.25 210.311 120.25 210.285 120.25C210.26 120.25 210.234 120.25 210.209 120.25C210.183 120.25 210.158 120.25 210.133 120.25C210.107 120.25 210.082 120.25 210.056 120.25C210.031 120.25 210.006 120.25 209.981 120.25C209.955 120.25 209.93 120.25 209.905 120.25C209.88 120.25 209.854 120.25 209.829 120.25C209.804 120.25 209.779 120.25 209.754 120.25C209.729 120.25 209.704 120.25 209.679 120.25C209.653 120.25 209.628 120.25 209.603 120.25C209.578 120.25 209.554 120.25 209.529 120.25C209.504 120.25 209.479 120.25 209.454 120.25C209.429 120.25 209.404 120.25 209.379 120.25C209.354 120.25 209.33 120.25 209.305 120.25C209.28 120.25 209.255 120.25 209.231 120.25C209.206 120.25 209.181 120.25 209.157 120.25C209.132 120.25 209.107 120.25 209.083 120.25C209.058 120.25 209.034 120.25 209.009 120.25C208.985 120.25 208.96 120.25 208.936 120.25C208.911 120.25 208.887 120.25 208.862 120.25C208.838 120.25 208.814 120.25 208.789 120.25C208.765 120.25 208.741 120.25 208.716 120.25C208.692 120.25 208.668 120.25 208.644 120.25C208.62 120.25 208.595 120.25 208.571 120.25C208.547 120.25 208.523 120.25 208.499 120.25C208.475 120.25 208.451 120.25 208.427 120.25C208.403 120.25 208.379 120.25 208.355 120.25C208.331 120.25 208.307 120.25 208.283 120.25C208.259 120.25 208.235 120.25 208.211 120.25C208.188 120.25 208.164 120.25 208.14 120.25C208.116 120.25 208.093 120.25 208.069 120.25C208.045 120.25 208.021 120.25 207.998 120.25C207.974 120.25 207.951 120.25 207.927 120.25C207.904 120.25 207.88 120.25 207.857 120.25C207.833 120.25 207.81 120.25 207.786 120.25C207.763 120.25 207.739 120.25 207.716 120.25C207.693 120.25 207.669 120.25 207.646 120.25C207.623 120.25 207.599 120.25 207.576 120.25C207.553 120.25 207.53 120.25 207.507 120.25C207.484 120.25 207.46 120.25 207.437 120.25C207.414 120.25 207.391 120.25 207.368 120.25C207.345 120.25 207.322 120.25 207.299 120.25C207.276 120.25 207.254 120.25 207.231 120.25C207.208 120.25 207.185 120.25 207.162 120.25C207.139 120.25 207.117 120.25 207.094 120.25C207.071 120.25 207.049 120.25 207.026 120.25C207.003 120.25 206.981 120.25 206.958 120.25C206.935 120.25 206.913 120.25 206.89 120.25C206.868 120.25 206.845 120.25 206.823 120.25C206.801 120.25 206.778 120.25 206.756 120.25C206.733 120.25 206.711 120.25 206.689 120.25C206.667 120.25 206.644 120.25 206.622 120.25C206.6 120.25 206.578 120.25 206.556 120.25C206.534 120.25 206.511 120.25 206.489 120.25C206.467 120.25 206.445 120.25 206.423 120.25C206.401 120.25 206.379 120.25 206.357 120.25C206.336 120.25 206.314 120.25 206.292 120.25C206.27 120.25 206.248 120.25 206.227 120.25C206.205 120.25 206.183 120.25 206.161 120.25C206.14 120.25 206.118 120.25 206.097 120.25C206.075 120.25 206.053 120.25 206.032 120.25C206.01 120.25 205.989 120.25 205.967 120.25C205.946 120.25 205.925 120.25 205.903 120.25C205.882 120.25 205.861 120.25 205.839 120.25C205.818 120.25 205.797 120.25 205.776 120.25C205.754 120.25 205.733 120.25 205.712 120.25C205.691 120.25 205.67 120.25 205.649 120.25C205.628 120.25 205.607 120.25 205.586 120.25C205.565 120.25 205.544 120.25 205.523 120.25C205.502 120.25 205.481 120.25 205.461 120.25C205.44 120.25 205.419 120.25 205.398 120.25C205.378 120.25 205.357 120.25 205.336 120.25C205.316 120.25 205.295 120.25 205.275 120.25C205.254 120.25 205.234 120.25 205.213 120.25C205.193 120.25 205.172 120.25 205.152 120.25C205.132 120.25 205.111 120.25 205.091 120.25C205.071 120.25 205.05 120.25 205.03 120.25C205.01 120.25 204.99 120.25 204.97 120.25C204.95 120.25 204.93 120.25 204.91 120.25C204.89 120.25 204.87 120.25 204.85 120.25C204.83 120.25 204.81 120.25 204.79 120.25C204.77 120.25 204.75 120.25 204.73 120.25C204.711 120.25 204.691 120.25 204.671 120.25C204.652 120.25 204.632 120.25 204.612 120.25C204.593 120.25 204.573 120.25 204.554 120.25C204.534 120.25 204.515 120.25 204.495 120.25C204.476 120.25 204.457 120.25 204.437 120.25C204.418 120.25 204.399 120.25 204.379 120.25C204.36 120.25 204.341 120.25 204.322 120.25C204.303 120.25 204.284 120.25 204.264 120.25C204.245 120.25 204.226 120.25 204.207 120.25C204.188 120.25 204.17 120.25 204.151 120.25C204.132 120.25 204.113 120.25 204.094 120.25C204.075 120.25 204.057 120.25 204.038 120.25C204.019 120.25 204.001 120.25 203.982 120.25C203.963 120.25 203.945 120.25 203.926 120.25C203.908 120.25 203.889 120.25 203.871 120.25C203.853 120.25 203.834 120.25 203.816 120.25C203.798 120.25 203.779 120.25 203.761 120.25C203.743 120.25 203.725 120.25 203.707 120.25C203.688 120.25 203.67 120.25 203.652 120.25C203.634 120.25 203.616 120.25 203.598 120.25C203.58 120.25 203.562 120.25 203.545 120.25C203.527 120.25 203.509 120.25 203.491 120.25C203.474 120.25 203.456 120.25 203.438 120.25C203.42 120.25 203.403 120.25 203.385 120.25C203.368 120.25 203.35 120.25 203.333 120.25C203.315 120.25 203.298 120.25 203.281 120.25C203.263 120.25 203.246 120.25 203.229 120.25C203.211 120.25 203.194 120.25 203.177 120.25C203.16 120.25 203.143 120.25 203.126 120.25C203.109 120.25 203.092 120.25 203.075 120.25C203.058 120.25 203.041 120.25 203.024 120.25C203.007 120.25 202.99 120.25 202.973 120.25C202.957 120.25 202.94 120.25 202.923 120.25C202.907 120.25 202.89 120.25 202.873 120.25C202.857 120.25 202.84 120.25 202.824 120.25C202.807 120.25 202.791 120.25 202.775 120.25C202.758 120.25 202.742 120.25 202.726 120.25C202.709 120.25 202.693 120.25 202.677 120.25C202.661 120.25 202.645 120.25 202.629 120.25C202.613 120.25 202.597 120.25 202.581 120.25C202.565 120.25 202.549 120.25 202.533 120.25C202.517 120.25 202.501 120.25 202.486 120.25C202.47 120.25 202.454 120.25 202.439 120.25C202.423 120.25 202.407 120.25 202.392 120.25C202.376 120.25 202.361 120.25 202.345 120.25C202.33 120.25 202.315 120.25 202.299 120.25C202.284 120.25 202.269 120.25 202.254 120.25C202.238 120.25 202.223 120.25 202.208 120.25C202.193 120.25 202.178 120.25 202.163 120.25C202.148 120.25 202.133 120.25 202.118 120.25C202.103 120.25 202.088 120.25 202.074 120.25C202.059 120.25 202.044 120.25 202.029 120.25C202.015 120.25 202 120.25 201.986 120.25C201.971 120.25 201.956 120.25 201.942 120.25C201.928 120.25 201.913 120.25 201.899 120.25C201.884 120.25 201.87 120.25 201.856 120.25C201.842 120.25 201.828 120.25 201.813 120.25C201.799 120.25 201.785 120.25 201.771 120.25C201.757 120.25 201.743 120.25 201.729 120.25C201.715 120.25 201.702 120.25 201.688 120.25C201.674 120.25 201.66 120.25 201.647 120.25C201.633 120.25 201.619 120.25 201.606 120.25C201.592 120.25 201.579 120.25 201.565 120.25C201.552 120.25 201.538 120.25 201.525 120.25C201.512 120.25 201.498 120.25 201.485 120.25C201.472 120.25 201.459 120.25 201.446 120.25C201.432 120.25 201.419 120.25 201.406 120.25C201.393 120.25 201.38 120.25 201.368 120.25C201.355 120.25 201.342 120.25 201.329 120.25C201.316 120.25 201.304 120.25 201.291 120.25C201.278 120.25 201.266 120.25 201.253 120.25C201.241 120.25 201.228 120.25 201.216 120.25C201.203 120.25 201.191 120.25 201.179 120.25C201.166 120.25 201.154 120.25 201.142 120.25C201.13 120.25 201.118 120.25 201.106 120.25C201.093 120.25 201.081 120.25 201.07 120.25C201.058 120.25 201.046 120.25 201.034 120.25C201.022 120.25 201.01 120.25 200.999 120.25C200.987 120.25 200.975 120.25 200.964 120.25C200.952 120.25 200.94 120.25 200.929 120.25C200.917 120.25 200.906 120.25 200.895 120.25C200.883 120.25 200.872 120.25 200.861 120.25C200.85 120.25 200.838 120.25 200.827 120.25C200.816 120.25 200.805 120.25 200.794 120.25C200.783 120.25 200.772 120.25 200.761 120.25V118.75Z"
|
150
|
-
fill="url(#paint3_linear_38_7016)"
|
151
|
-
/>
|
152
|
-
<path
|
153
|
-
d="M164 52C164 49.7909 165.791 48 168 48C170.209 48 172 49.7909 172 52C172 54.2091 170.209 56 168 56C165.791 56 164 54.2091 164 52ZM238.53 51.4697C238.823 51.7626 238.823 52.2374 238.53 52.5303L233.757 57.3033C233.464 57.5962 232.99 57.5962 232.697 57.3033C232.404 57.0104 232.404 56.5355 232.697 56.2426L236.939 52L232.697 47.7574C232.404 47.4645 232.404 46.9896 232.697 46.6967C232.99 46.4038 233.464 46.4038 233.757 46.6967L238.53 51.4697ZM168 51.25C168.006 51.25 168.013 51.25 168.02 51.25C168.027 51.25 168.034 51.25 168.041 51.25C168.049 51.25 168.056 51.25 168.064 51.25C168.072 51.25 168.08 51.25 168.088 51.25C168.096 51.25 168.104 51.25 168.113 51.25C168.121 51.25 168.13 51.25 168.139 51.25C168.148 51.25 168.157 51.25 168.166 51.25C168.176 51.25 168.185 51.25 168.195 51.25C168.205 51.25 168.215 51.25 168.225 51.25C168.235 51.25 168.246 51.25 168.256 51.25C168.267 51.25 168.278 51.25 168.289 51.25C168.3 51.25 168.311 51.25 168.322 51.25C168.334 51.25 168.345 51.25 168.357 51.25C168.369 51.25 168.381 51.25 168.393 51.25C168.405 51.25 168.418 51.25 168.43 51.25C168.443 51.25 168.456 51.25 168.469 51.25C168.481 51.25 168.495 51.25 168.508 51.25C168.521 51.25 168.535 51.25 168.549 51.25C168.563 51.25 168.577 51.25 168.591 51.25C168.605 51.25 168.619 51.25 168.634 51.25C168.648 51.25 168.663 51.25 168.678 51.25C168.693 51.25 168.708 51.25 168.723 51.25C168.739 51.25 168.754 51.25 168.77 51.25C168.786 51.25 168.802 51.25 168.818 51.25C168.834 51.25 168.85 51.25 168.867 51.25C168.883 51.25 168.9 51.25 168.917 51.25C168.933 51.25 168.95 51.25 168.968 51.25C168.985 51.25 169.002 51.25 169.02 51.25C169.038 51.25 169.055 51.25 169.073 51.25C169.091 51.25 169.109 51.25 169.128 51.25C169.146 51.25 169.165 51.25 169.183 51.25C169.202 51.25 169.221 51.25 169.24 51.25C169.259 51.25 169.279 51.25 169.298 51.25C169.318 51.25 169.337 51.25 169.357 51.25C169.377 51.25 169.397 51.25 169.417 51.25C169.437 51.25 169.458 51.25 169.478 51.25C169.499 51.25 169.52 51.25 169.541 51.25C169.561 51.25 169.583 51.25 169.604 51.25C169.625 51.25 169.647 51.25 169.668 51.25C169.69 51.25 169.712 51.25 169.734 51.25C169.756 51.25 169.778 51.25 169.8 51.25C169.823 51.25 169.845 51.25 169.868 51.25C169.891 51.25 169.914 51.25 169.937 51.25C169.96 51.25 169.983 51.25 170.006 51.25C170.03 51.25 170.053 51.25 170.077 51.25C170.101 51.25 170.125 51.25 170.149 51.25C170.173 51.25 170.198 51.25 170.222 51.25C170.246 51.25 170.271 51.25 170.296 51.25C170.321 51.25 170.346 51.25 170.371 51.25C170.396 51.25 170.421 51.25 170.447 51.25C170.472 51.25 170.498 51.25 170.524 51.25C170.55 51.25 170.576 51.25 170.602 51.25C170.628 51.25 170.654 51.25 170.681 51.25C170.708 51.25 170.734 51.25 170.761 51.25C170.788 51.25 170.815 51.25 170.842 51.25C170.869 51.25 170.897 51.25 170.924 51.25C170.952 51.25 170.979 51.25 171.007 51.25C171.035 51.25 171.063 51.25 171.091 51.25C171.12 51.25 171.148 51.25 171.176 51.25C171.205 51.25 171.234 51.25 171.262 51.25C171.291 51.25 171.32 51.25 171.349 51.25C171.379 51.25 171.408 51.25 171.437 51.25C171.467 51.25 171.497 51.25 171.526 51.25C171.556 51.25 171.586 51.25 171.616 51.25C171.646 51.25 171.677 51.25 171.707 51.25C171.738 51.25 171.768 51.25 171.799 51.25C171.83 51.25 171.861 51.25 171.892 51.25C171.923 51.25 171.954 51.25 171.986 51.25C172.017 51.25 172.049 51.25 172.08 51.25C172.112 51.25 172.144 51.25 172.176 51.25C172.208 51.25 172.24 51.25 172.272 51.25C172.305 51.25 172.337 51.25 172.37 51.25C172.402 51.25 172.435 51.25 172.468 51.25C172.501 51.25 172.534 51.25 172.568 51.25C172.601 51.25 172.634 51.25 172.668 51.25C172.701 51.25 172.735 51.25 172.769 51.25C172.803 51.25 172.837 51.25 172.871 51.25C172.905 51.25 172.939 51.25 172.974 51.25C173.008 51.25 173.043 51.25 173.078 51.25C173.112 51.25 173.147 51.25 173.182 51.25C173.217 51.25 173.253 51.25 173.288 51.25C173.323 51.25 173.359 51.25 173.394 51.25C173.43 51.25 173.466 51.25 173.502 51.25C173.538 51.25 173.574 51.25 173.61 51.25C173.646 51.25 173.683 51.25 173.719 51.25C173.756 51.25 173.792 51.25 173.829 51.25C173.866 51.25 173.903 51.25 173.94 51.25C173.977 51.25 174.014 51.25 174.051 51.25C174.089 51.25 174.126 51.25 174.164 51.25C174.201 51.25 174.239 51.25 174.277 51.25C174.315 51.25 174.353 51.25 174.391 51.25C174.43 51.25 174.468 51.25 174.506 51.25C174.545 51.25 174.583 51.25 174.622 51.25C174.661 51.25 174.7 51.25 174.739 51.25C174.778 51.25 174.817 51.25 174.856 51.25C174.896 51.25 174.935 51.25 174.975 51.25C175.014 51.25 175.054 51.25 175.094 51.25C175.134 51.25 175.173 51.25 175.214 51.25C175.254 51.25 175.294 51.25 175.334 51.25C175.375 51.25 175.415 51.25 175.456 51.25C175.496 51.25 175.537 51.25 175.578 51.25C175.619 51.25 175.66 51.25 175.701 51.25C175.742 51.25 175.784 51.25 175.825 51.25C175.866 51.25 175.908 51.25 175.95 51.25C175.991 51.25 176.033 51.25 176.075 51.25C176.117 51.25 176.159 51.25 176.201 51.25C176.243 51.25 176.286 51.25 176.328 51.25C176.37 51.25 176.413 51.25 176.456 51.25C176.498 51.25 176.541 51.25 176.584 51.25C176.627 51.25 176.67 51.25 176.713 51.25C176.757 51.25 176.8 51.25 176.843 51.25C176.887 51.25 176.93 51.25 176.974 51.25C177.018 51.25 177.061 51.25 177.105 51.25C177.149 51.25 177.193 51.25 177.237 51.25C177.282 51.25 177.326 51.25 177.37 51.25C177.415 51.25 177.459 51.25 177.504 51.25C177.548 51.25 177.593 51.25 177.638 51.25C177.683 51.25 177.728 51.25 177.773 51.25C177.818 51.25 177.863 51.25 177.909 51.25C177.954 51.25 178 51.25 178.045 51.25C178.091 51.25 178.136 51.25 178.182 51.25C178.228 51.25 178.274 51.25 178.32 51.25C178.366 51.25 178.412 51.25 178.459 51.25C178.505 51.25 178.551 51.25 178.598 51.25C178.644 51.25 178.691 51.25 178.738 51.25C178.784 51.25 178.831 51.25 178.878 51.25C178.925 51.25 178.972 51.25 179.019 51.25C179.066 51.25 179.114 51.25 179.161 51.25C179.208 51.25 179.256 51.25 179.304 51.25C179.351 51.25 179.399 51.25 179.447 51.25C179.495 51.25 179.542 51.25 179.59 51.25C179.639 51.25 179.687 51.25 179.735 51.25C179.783 51.25 179.832 51.25 179.88 51.25C179.928 51.25 179.977 51.25 180.026 51.25C180.074 51.25 180.123 51.25 180.172 51.25C180.221 51.25 180.27 51.25 180.319 51.25C180.368 51.25 180.417 51.25 180.467 51.25C180.516 51.25 180.565 51.25 180.615 51.25C180.664 51.25 180.714 51.25 180.764 51.25C180.813 51.25 180.863 51.25 180.913 51.25C180.963 51.25 181.013 51.25 181.063 51.25C181.113 51.25 181.163 51.25 181.214 51.25C181.264 51.25 181.314 51.25 181.365 51.25C181.415 51.25 181.466 51.25 181.517 51.25C181.567 51.25 181.618 51.25 181.669 51.25C181.72 51.25 181.771 51.25 181.822 51.25C181.873 51.25 181.924 51.25 181.976 51.25C182.027 51.25 182.078 51.25 182.13 51.25C182.181 51.25 182.233 51.25 182.284 51.25C182.336 51.25 182.388 51.25 182.44 51.25C182.492 51.25 182.544 51.25 182.596 51.25C182.648 51.25 182.7 51.25 182.752 51.25C182.804 51.25 182.856 51.25 182.909 51.25C182.961 51.25 183.014 51.25 183.066 51.25C183.119 51.25 183.171 51.25 183.224 51.25C183.277 51.25 183.33 51.25 183.383 51.25C183.436 51.25 183.489 51.25 183.542 51.25C183.595 51.25 183.648 51.25 183.701 51.25C183.755 51.25 183.808 51.25 183.861 51.25C183.915 51.25 183.968 51.25 184.022 51.25C184.076 51.25 184.129 51.25 184.183 51.25C184.237 51.25 184.291 51.25 184.345 51.25C184.399 51.25 184.453 51.25 184.507 51.25C184.561 51.25 184.615 51.25 184.669 51.25C184.724 51.25 184.778 51.25 184.832 51.25C184.887 51.25 184.941 51.25 184.996 51.25C185.05 51.25 185.105 51.25 185.16 51.25C185.215 51.25 185.27 51.25 185.324 51.25C185.379 51.25 185.434 51.25 185.489 51.25C185.545 51.25 185.6 51.25 185.655 51.25C185.71 51.25 185.765 51.25 185.821 51.25C185.876 51.25 185.932 51.25 185.987 51.25C186.043 51.25 186.098 51.25 186.154 51.25C186.21 51.25 186.265 51.25 186.321 51.25C186.377 51.25 186.433 51.25 186.489 51.25C186.545 51.25 186.601 51.25 186.657 51.25C186.713 51.25 186.769 51.25 186.826 51.25C186.882 51.25 186.938 51.25 186.995 51.25C187.051 51.25 187.108 51.25 187.164 51.25C187.221 51.25 187.277 51.25 187.334 51.25C187.391 51.25 187.447 51.25 187.504 51.25C187.561 51.25 187.618 51.25 187.675 51.25C187.732 51.25 187.789 51.25 187.846 51.25C187.903 51.25 187.96 51.25 188.018 51.25C188.075 51.25 188.132 51.25 188.189 51.25C188.247 51.25 188.304 51.25 188.362 51.25C188.419 51.25 188.477 51.25 188.534 51.25C188.592 51.25 188.65 51.25 188.707 51.25C188.765 51.25 188.823 51.25 188.881 51.25C188.939 51.25 188.997 51.25 189.055 51.25C189.113 51.25 189.171 51.25 189.229 51.25C189.287 51.25 189.345 51.25 189.403 51.25C189.462 51.25 189.52 51.25 189.578 51.25C189.637 51.25 189.695 51.25 189.753 51.25C189.812 51.25 189.87 51.25 189.929 51.25C189.988 51.25 190.046 51.25 190.105 51.25C190.164 51.25 190.222 51.25 190.281 51.25C190.34 51.25 190.399 51.25 190.458 51.25C190.517 51.25 190.576 51.25 190.635 51.25C190.694 51.25 190.753 51.25 190.812 51.25C190.871 51.25 190.93 51.25 190.989 51.25C191.049 51.25 191.108 51.25 191.167 51.25C191.227 51.25 191.286 51.25 191.346 51.25C191.405 51.25 191.465 51.25 191.524 51.25C191.584 51.25 191.643 51.25 191.703 51.25C191.763 51.25 191.822 51.25 191.882 51.25C191.942 51.25 192.002 51.25 192.061 51.25C192.121 51.25 192.181 51.25 192.241 51.25C192.301 51.25 192.361 51.25 192.421 51.25C192.481 51.25 192.541 51.25 192.601 51.25C192.661 51.25 192.722 51.25 192.782 51.25C192.842 51.25 192.902 51.25 192.963 51.25C193.023 51.25 193.083 51.25 193.144 51.25C193.204 51.25 193.265 51.25 193.325 51.25C193.385 51.25 193.446 51.25 193.507 51.25C193.567 51.25 193.628 51.25 193.688 51.25C193.749 51.25 193.81 51.25 193.87 51.25C193.931 51.25 193.992 51.25 194.053 51.25C194.114 51.25 194.174 51.25 194.235 51.25C194.296 51.25 194.357 51.25 194.418 51.25C194.479 51.25 194.54 51.25 194.601 51.25C194.662 51.25 194.723 51.25 194.784 51.25C194.845 51.25 194.907 51.25 194.968 51.25C195.029 51.25 195.09 51.25 195.151 51.25C195.213 51.25 195.274 51.25 195.335 51.25C195.397 51.25 195.458 51.25 195.519 51.25C195.581 51.25 195.642 51.25 195.704 51.25C195.765 51.25 195.826 51.25 195.888 51.25C195.949 51.25 196.011 51.25 196.073 51.25C196.134 51.25 196.196 51.25 196.257 51.25C196.319 51.25 196.381 51.25 196.442 51.25C196.504 51.25 196.566 51.25 196.628 51.25C196.689 51.25 196.751 51.25 196.813 51.25C196.875 51.25 196.937 51.25 196.998 51.25C197.06 51.25 197.122 51.25 197.184 51.25C197.246 51.25 197.308 51.25 197.37 51.25C197.432 51.25 197.494 51.25 197.556 51.25C197.618 51.25 197.68 51.25 197.742 51.25C197.804 51.25 197.866 51.25 197.928 51.25C197.991 51.25 198.053 51.25 198.115 51.25C198.177 51.25 198.239 51.25 198.301 51.25C198.364 51.25 198.426 51.25 198.488 51.25C198.55 51.25 198.613 51.25 198.675 51.25C198.737 51.25 198.799 51.25 198.862 51.25C198.924 51.25 198.986 51.25 199.049 51.25C199.111 51.25 199.174 51.25 199.236 51.25C199.298 51.25 199.361 51.25 199.423 51.25C199.486 51.25 199.548 51.25 199.61 51.25C199.673 51.25 199.735 51.25 199.798 51.25C199.86 51.25 199.923 51.25 199.985 51.25C200.048 51.25 200.111 51.25 200.173 51.25C200.236 51.25 200.298 51.25 200.361 51.25C200.423 51.25 200.486 51.25 200.549 51.25C200.611 51.25 200.674 51.25 200.736 51.25C200.799 51.25 200.862 51.25 200.924 51.25C200.987 51.25 201.05 51.25 201.112 51.25C201.175 51.25 201.238 51.25 201.3 51.25C201.363 51.25 201.426 51.25 201.488 51.25C201.551 51.25 201.614 51.25 201.677 51.25C201.739 51.25 201.802 51.25 201.865 51.25C201.927 51.25 201.99 51.25 202.053 51.25C202.116 51.25 202.178 51.25 202.241 51.25C202.304 51.25 202.367 51.25 202.429 51.25C202.492 51.25 202.555 51.25 202.618 51.25C202.68 51.25 202.743 51.25 202.806 51.25C202.869 51.25 202.932 51.25 202.994 51.25C203.057 51.25 203.12 51.25 203.183 51.25C203.246 51.25 203.308 51.25 203.371 51.25C203.434 51.25 203.497 51.25 203.559 51.25C203.622 51.25 203.685 51.25 203.748 51.25C203.811 51.25 203.873 51.25 203.936 51.25C203.999 51.25 204.062 51.25 204.124 51.25C204.187 51.25 204.25 51.25 204.313 51.25C204.376 51.25 204.438 51.25 204.501 51.25C204.564 51.25 204.627 51.25 204.689 51.25C204.752 51.25 204.815 51.25 204.878 51.25C204.94 51.25 205.003 51.25 205.066 51.25C205.128 51.25 205.191 51.25 205.254 51.25C205.317 51.25 205.379 51.25 205.442 51.25C205.505 51.25 205.567 51.25 205.63 51.25C205.693 51.25 205.755 51.25 205.818 51.25C205.881 51.25 205.943 51.25 206.006 51.25C206.069 51.25 206.131 51.25 206.194 51.25C206.257 51.25 206.319 51.25 206.382 51.25C206.444 51.25 206.507 51.25 206.569 51.25C206.632 51.25 206.695 51.25 206.757 51.25C206.82 51.25 206.882 51.25 206.945 51.25C207.007 51.25 207.07 51.25 207.132 51.25C207.195 51.25 207.257 51.25 207.32 51.25C207.382 51.25 207.444 51.25 207.507 51.25C207.569 51.25 207.632 51.25 207.694 51.25C207.756 51.25 207.819 51.25 207.881 51.25C207.943 51.25 208.006 51.25 208.068 51.25C208.13 51.25 208.193 51.25 208.255 51.25C208.317 51.25 208.379 51.25 208.442 51.25C208.504 51.25 208.566 51.25 208.628 51.25C208.691 51.25 208.753 51.25 208.815 51.25C208.877 51.25 208.939 51.25 209.001 51.25C209.063 51.25 209.125 51.25 209.187 51.25C209.249 51.25 209.311 51.25 209.373 51.25C209.435 51.25 209.497 51.25 209.559 51.25C209.621 51.25 209.683 51.25 209.745 51.25C209.807 51.25 209.869 51.25 209.931 51.25C209.993 51.25 210.054 51.25 210.116 51.25C210.178 51.25 210.24 51.25 210.301 51.25C210.363 51.25 210.425 51.25 210.487 51.25C210.548 51.25 210.61 51.25 210.671 51.25C210.733 51.25 210.795 51.25 210.856 51.25C210.918 51.25 210.979 51.25 211.041 51.25C211.102 51.25 211.164 51.25 211.225 51.25C211.287 51.25 211.348 51.25 211.409 51.25C211.471 51.25 211.532 51.25 211.593 51.25C211.655 51.25 211.716 51.25 211.777 51.25C211.838 51.25 211.899 51.25 211.961 51.25C212.022 51.25 212.083 51.25 212.144 51.25C212.205 51.25 212.266 51.25 212.327 51.25C212.388 51.25 212.449 51.25 212.51 51.25C212.571 51.25 212.632 51.25 212.693 51.25C212.753 51.25 212.814 51.25 212.875 51.25C212.936 51.25 212.997 51.25 213.057 51.25C213.118 51.25 213.179 51.25 213.239 51.25C213.3 51.25 213.36 51.25 213.421 51.25C213.481 51.25 213.542 51.25 213.602 51.25C213.663 51.25 213.723 51.25 213.784 51.25C213.844 51.25 213.904 51.25 213.964 51.25C214.025 51.25 214.085 51.25 214.145 51.25C214.205 51.25 214.265 51.25 214.325 51.25C214.386 51.25 214.446 51.25 214.506 51.25C214.566 51.25 214.626 51.25 214.685 51.25C214.745 51.25 214.805 51.25 214.865 51.25C214.925 51.25 214.985 51.25 215.044 51.25C215.104 51.25 215.164 51.25 215.223 51.25C215.283 51.25 215.342 51.25 215.402 51.25C215.461 51.25 215.521 51.25 215.58 51.25C215.64 51.25 215.699 51.25 215.758 51.25C215.818 51.25 215.877 51.25 215.936 51.25C215.995 51.25 216.054 51.25 216.114 51.25C216.173 51.25 216.232 51.25 216.291 51.25C216.35 51.25 216.409 51.25 216.467 51.25C216.526 51.25 216.585 51.25 216.644 51.25C216.703 51.25 216.761 51.25 216.82 51.25C216.879 51.25 216.937 51.25 216.996 51.25C217.054 51.25 217.113 51.25 217.171 51.25C217.23 51.25 217.288 51.25 217.346 51.25C217.404 51.25 217.463 51.25 217.521 51.25C217.579 51.25 217.637 51.25 217.695 51.25C217.753 51.25 217.811 51.25 217.869 51.25C217.927 51.25 217.985 51.25 218.043 51.25C218.101 51.25 218.158 51.25 218.216 51.25C218.274 51.25 218.331 51.25 218.389 51.25C218.447 51.25 218.504 51.25 218.561 51.25C218.619 51.25 218.676 51.25 218.734 51.25C218.791 51.25 218.848 51.25 218.905 51.25C218.962 51.25 219.02 51.25 219.077 51.25C219.134 51.25 219.191 51.25 219.247 51.25C219.304 51.25 219.361 51.25 219.418 51.25C219.475 51.25 219.531 51.25 219.588 51.25C219.645 51.25 219.701 51.25 219.758 51.25C219.814 51.25 219.871 51.25 219.927 51.25C219.983 51.25 220.04 51.25 220.096 51.25C220.152 51.25 220.208 51.25 220.264 51.25C220.32 51.25 220.376 51.25 220.432 51.25C220.488 51.25 220.544 51.25 220.6 51.25C220.655 51.25 220.711 51.25 220.767 51.25C220.822 51.25 220.878 51.25 220.933 51.25C220.989 51.25 221.044 51.25 221.099 51.25C221.155 51.25 221.21 51.25 221.265 51.25C221.32 51.25 221.375 51.25 221.43 51.25C221.485 51.25 221.54 51.25 221.595 51.25C221.65 51.25 221.705 51.25 221.759 51.25C221.814 51.25 221.869 51.25 221.923 51.25C221.978 51.25 222.032 51.25 222.087 51.25C222.141 51.25 222.195 51.25 222.249 51.25C222.304 51.25 222.358 51.25 222.412 51.25C222.466 51.25 222.52 51.25 222.574 51.25C222.628 51.25 222.681 51.25 222.735 51.25C222.789 51.25 222.842 51.25 222.896 51.25C222.949 51.25 223.003 51.25 223.056 51.25C223.11 51.25 223.163 51.25 223.216 51.25C223.269 51.25 223.322 51.25 223.375 51.25C223.428 51.25 223.481 51.25 223.534 51.25C223.587 51.25 223.64 51.25 223.692 51.25C223.745 51.25 223.798 51.25 223.85 51.25C223.903 51.25 223.955 51.25 224.007 51.25C224.06 51.25 224.112 51.25 224.164 51.25C224.216 51.25 224.268 51.25 224.32 51.25C224.372 51.25 224.424 51.25 224.476 51.25C224.527 51.25 224.579 51.25 224.631 51.25C224.682 51.25 224.734 51.25 224.785 51.25C224.836 51.25 224.888 51.25 224.939 51.25C224.99 51.25 225.041 51.25 225.092 51.25C225.143 51.25 225.194 51.25 225.245 51.25C225.296 51.25 225.346 51.25 225.397 51.25C225.448 51.25 225.498 51.25 225.549 51.25C225.599 51.25 225.649 51.25 225.699 51.25C225.75 51.25 225.8 51.25 225.85 51.25C225.9 51.25 225.95 51.25 226 51.25C226.049 51.25 226.099 51.25 226.149 51.25C226.198 51.25 226.248 51.25 226.297 51.25C226.347 51.25 226.396 51.25 226.445 51.25C226.494 51.25 226.544 51.25 226.593 51.25C226.642 51.25 226.69 51.25 226.739 51.25C226.788 51.25 226.837 51.25 226.885 51.25C226.934 51.25 226.982 51.25 227.031 51.25C227.079 51.25 227.127 51.25 227.175 51.25C227.224 51.25 227.272 51.25 227.32 51.25C227.368 51.25 227.415 51.25 227.463 51.25C227.511 51.25 227.558 51.25 227.606 51.25C227.653 51.25 227.701 51.25 227.748 51.25C227.795 51.25 227.843 51.25 227.89 51.25C227.937 51.25 227.984 51.25 228.031 51.25C228.077 51.25 228.124 51.25 228.171 51.25C228.217 51.25 228.264 51.25 228.31 51.25C228.357 51.25 228.403 51.25 228.449 51.25C228.495 51.25 228.541 51.25 228.587 51.25C228.633 51.25 228.679 51.25 228.725 51.25C228.77 51.25 228.816 51.25 228.862 51.25C228.907 51.25 228.952 51.25 228.998 51.25C229.043 51.25 229.088 51.25 229.133 51.25C229.178 51.25 229.223 51.25 229.268 51.25C229.312 51.25 229.357 51.25 229.402 51.25C229.446 51.25 229.491 51.25 229.535 51.25C229.579 51.25 229.623 51.25 229.667 51.25C229.711 51.25 229.755 51.25 229.799 51.25C229.843 51.25 229.887 51.25 229.93 51.25C229.974 51.25 230.017 51.25 230.06 51.25C230.104 51.25 230.147 51.25 230.19 51.25C230.233 51.25 230.276 51.25 230.319 51.25C230.362 51.25 230.404 51.25 230.447 51.25C230.49 51.25 230.532 51.25 230.574 51.25C230.617 51.25 230.659 51.25 230.701 51.25C230.743 51.25 230.785 51.25 230.827 51.25C230.869 51.25 230.91 51.25 230.952 51.25C230.993 51.25 231.035 51.25 231.076 51.25C231.117 51.25 231.158 51.25 231.199 51.25C231.241 51.25 231.281 51.25 231.322 51.25C231.363 51.25 231.404 51.25 231.444 51.25C231.485 51.25 231.525 51.25 231.565 51.25C231.605 51.25 231.646 51.25 231.686 51.25C231.726 51.25 231.765 51.25 231.805 51.25C231.845 51.25 231.884 51.25 231.924 51.25C231.963 51.25 232.003 51.25 232.042 51.25C232.081 51.25 232.12 51.25 232.159 51.25C232.198 51.25 232.236 51.25 232.275 51.25C232.314 51.25 232.352 51.25 232.391 51.25C232.429 51.25 232.467 51.25 232.505 51.25C232.543 51.25 232.581 51.25 232.619 51.25C232.657 51.25 232.694 51.25 232.732 51.25C232.769 51.25 232.807 51.25 232.844 51.25C232.881 51.25 232.918 51.25 232.955 51.25C232.992 51.25 233.029 51.25 233.066 51.25C233.102 51.25 233.139 51.25 233.175 51.25C233.212 51.25 233.248 51.25 233.284 51.25C233.32 51.25 233.356 51.25 233.392 51.25C233.427 51.25 233.463 51.25 233.499 51.25C233.534 51.25 233.569 51.25 233.605 51.25C233.64 51.25 233.675 51.25 233.71 51.25C233.745 51.25 233.78 51.25 233.814 51.25C233.849 51.25 233.883 51.25 233.918 51.25C233.952 51.25 233.986 51.25 234.02 51.25C234.054 51.25 234.088 51.25 234.122 51.25C234.155 51.25 234.189 51.25 234.222 51.25C234.256 51.25 234.289 51.25 234.322 51.25C234.355 51.25 234.388 51.25 234.421 51.25C234.454 51.25 234.486 51.25 234.519 51.25C234.551 51.25 234.584 51.25 234.616 51.25C234.648 51.25 234.68 51.25 234.712 51.25C234.744 51.25 234.776 51.25 234.807 51.25C234.839 51.25 234.87 51.25 234.902 51.25C234.933 51.25 234.964 51.25 234.995 51.25C235.026 51.25 235.057 51.25 235.087 51.25C235.118 51.25 235.148 51.25 235.179 51.25C235.209 51.25 235.239 51.25 235.269 51.25C235.299 51.25 235.329 51.25 235.358 51.25C235.388 51.25 235.418 51.25 235.447 51.25C235.476 51.25 235.506 51.25 235.535 51.25C235.564 51.25 235.592 51.25 235.621 51.25C235.65 51.25 235.678 51.25 235.707 51.25C235.735 51.25 235.763 51.25 235.791 51.25C235.819 51.25 235.847 51.25 235.875 51.25C235.903 51.25 235.93 51.25 235.958 51.25C235.985 51.25 236.012 51.25 236.039 51.25C236.066 51.25 236.093 51.25 236.12 51.25C236.146 51.25 236.173 51.25 236.199 51.25C236.226 51.25 236.252 51.25 236.278 51.25C236.304 51.25 236.33 51.25 236.356 51.25C236.381 51.25 236.407 51.25 236.432 51.25C236.457 51.25 236.483 51.25 236.508 51.25C236.533 51.25 236.557 51.25 236.582 51.25C236.607 51.25 236.631 51.25 236.656 51.25C236.68 51.25 236.704 51.25 236.728 51.25C236.752 51.25 236.776 51.25 236.799 51.25C236.823 51.25 236.846 51.25 236.87 51.25C236.893 51.25 236.916 51.25 236.939 51.25C236.962 51.25 236.985 51.25 237.007 51.25C237.03 51.25 237.052 51.25 237.074 51.25C237.097 51.25 237.119 51.25 237.14 51.25C237.162 51.25 237.184 51.25 237.205 51.25C237.227 51.25 237.248 51.25 237.269 51.25C237.29 51.25 237.311 51.25 237.332 51.25C237.353 51.25 237.373 51.25 237.394 51.25C237.414 51.25 237.435 51.25 237.455 51.25C237.475 51.25 237.494 51.25 237.514 51.25C237.534 51.25 237.553 51.25 237.573 51.25C237.592 51.25 237.611 51.25 237.63 51.25C237.649 51.25 237.668 51.25 237.686 51.25C237.705 51.25 237.723 51.25 237.741 51.25C237.759 51.25 237.777 51.25 237.795 51.25C237.813 51.25 237.831 51.25 237.848 51.25C237.866 51.25 237.883 51.25 237.9 51.25C237.917 51.25 237.934 51.25 237.951 51.25C237.967 51.25 237.984 51.25 238 51.25V52.75C237.984 52.75 237.967 52.75 237.951 52.75C237.934 52.75 237.917 52.75 237.9 52.75C237.883 52.75 237.866 52.75 237.848 52.75C237.831 52.75 237.813 52.75 237.795 52.75C237.777 52.75 237.759 52.75 237.741 52.75C237.723 52.75 237.705 52.75 237.686 52.75C237.668 52.75 237.649 52.75 237.63 52.75C237.611 52.75 237.592 52.75 237.573 52.75C237.553 52.75 237.534 52.75 237.514 52.75C237.494 52.75 237.475 52.75 237.455 52.75C237.435 52.75 237.414 52.75 237.394 52.75C237.373 52.75 237.353 52.75 237.332 52.75C237.311 52.75 237.29 52.75 237.269 52.75C237.248 52.75 237.227 52.75 237.205 52.75C237.184 52.75 237.162 52.75 237.14 52.75C237.119 52.75 237.097 52.75 237.074 52.75C237.052 52.75 237.03 52.75 237.007 52.75C236.985 52.75 236.962 52.75 236.939 52.75C236.916 52.75 236.893 52.75 236.87 52.75C236.846 52.75 236.823 52.75 236.799 52.75C236.776 52.75 236.752 52.75 236.728 52.75C236.704 52.75 236.68 52.75 236.656 52.75C236.631 52.75 236.607 52.75 236.582 52.75C236.557 52.75 236.533 52.75 236.508 52.75C236.483 52.75 236.457 52.75 236.432 52.75C236.407 52.75 236.381 52.75 236.356 52.75C236.33 52.75 236.304 52.75 236.278 52.75C236.252 52.75 236.226 52.75 236.199 52.75C236.173 52.75 236.146 52.75 236.12 52.75C236.093 52.75 236.066 52.75 236.039 52.75C236.012 52.75 235.985 52.75 235.958 52.75C235.93 52.75 235.903 52.75 235.875 52.75C235.847 52.75 235.819 52.75 235.791 52.75C235.763 52.75 235.735 52.75 235.707 52.75C235.678 52.75 235.65 52.75 235.621 52.75C235.592 52.75 235.564 52.75 235.535 52.75C235.506 52.75 235.476 52.75 235.447 52.75C235.418 52.75 235.388 52.75 235.358 52.75C235.329 52.75 235.299 52.75 235.269 52.75C235.239 52.75 235.209 52.75 235.179 52.75C235.148 52.75 235.118 52.75 235.087 52.75C235.057 52.75 235.026 52.75 234.995 52.75C234.964 52.75 234.933 52.75 234.902 52.75C234.87 52.75 234.839 52.75 234.807 52.75C234.776 52.75 234.744 52.75 234.712 52.75C234.68 52.75 234.648 52.75 234.616 52.75C234.584 52.75 234.551 52.75 234.519 52.75C234.486 52.75 234.454 52.75 234.421 52.75C234.388 52.75 234.355 52.75 234.322 52.75C234.289 52.75 234.256 52.75 234.222 52.75C234.189 52.75 234.155 52.75 234.122 52.75C234.088 52.75 234.054 52.75 234.02 52.75C233.986 52.75 233.952 52.75 233.918 52.75C233.883 52.75 233.849 52.75 233.814 52.75C233.78 52.75 233.745 52.75 233.71 52.75C233.675 52.75 233.64 52.75 233.605 52.75C233.569 52.75 233.534 52.75 233.499 52.75C233.463 52.75 233.427 52.75 233.392 52.75C233.356 52.75 233.32 52.75 233.284 52.75C233.248 52.75 233.212 52.75 233.175 52.75C233.139 52.75 233.102 52.75 233.066 52.75C233.029 52.75 232.992 52.75 232.955 52.75C232.918 52.75 232.881 52.75 232.844 52.75C232.807 52.75 232.769 52.75 232.732 52.75C232.694 52.75 232.657 52.75 232.619 52.75C232.581 52.75 232.543 52.75 232.505 52.75C232.467 52.75 232.429 52.75 232.391 52.75C232.352 52.75 232.314 52.75 232.275 52.75C232.236 52.75 232.198 52.75 232.159 52.75C232.12 52.75 232.081 52.75 232.042 52.75C232.003 52.75 231.963 52.75 231.924 52.75C231.884 52.75 231.845 52.75 231.805 52.75C231.765 52.75 231.726 52.75 231.686 52.75C231.646 52.75 231.605 52.75 231.565 52.75C231.525 52.75 231.485 52.75 231.444 52.75C231.404 52.75 231.363 52.75 231.322 52.75C231.281 52.75 231.241 52.75 231.199 52.75C231.158 52.75 231.117 52.75 231.076 52.75C231.035 52.75 230.993 52.75 230.952 52.75C230.91 52.75 230.869 52.75 230.827 52.75C230.785 52.75 230.743 52.75 230.701 52.75C230.659 52.75 230.617 52.75 230.574 52.75C230.532 52.75 230.49 52.75 230.447 52.75C230.404 52.75 230.362 52.75 230.319 52.75C230.276 52.75 230.233 52.75 230.19 52.75C230.147 52.75 230.104 52.75 230.06 52.75C230.017 52.75 229.974 52.75 229.93 52.75C229.887 52.75 229.843 52.75 229.799 52.75C229.755 52.75 229.711 52.75 229.667 52.75C229.623 52.75 229.579 52.75 229.535 52.75C229.491 52.75 229.446 52.75 229.402 52.75C229.357 52.75 229.312 52.75 229.268 52.75C229.223 52.75 229.178 52.75 229.133 52.75C229.088 52.75 229.043 52.75 228.998 52.75C228.952 52.75 228.907 52.75 228.862 52.75C228.816 52.75 228.77 52.75 228.725 52.75C228.679 52.75 228.633 52.75 228.587 52.75C228.541 52.75 228.495 52.75 228.449 52.75C228.403 52.75 228.357 52.75 228.31 52.75C228.264 52.75 228.217 52.75 228.171 52.75C228.124 52.75 228.077 52.75 228.031 52.75C227.984 52.75 227.937 52.75 227.89 52.75C227.843 52.75 227.795 52.75 227.748 52.75C227.701 52.75 227.653 52.75 227.606 52.75C227.558 52.75 227.511 52.75 227.463 52.75C227.415 52.75 227.368 52.75 227.32 52.75C227.272 52.75 227.224 52.75 227.175 52.75C227.127 52.75 227.079 52.75 227.031 52.75C226.982 52.75 226.934 52.75 226.885 52.75C226.837 52.75 226.788 52.75 226.739 52.75C226.69 52.75 226.642 52.75 226.593 52.75C226.544 52.75 226.494 52.75 226.445 52.75C226.396 52.75 226.347 52.75 226.297 52.75C226.248 52.75 226.198 52.75 226.149 52.75C226.099 52.75 226.049 52.75 226 52.75C225.95 52.75 225.9 52.75 225.85 52.75C225.8 52.75 225.75 52.75 225.699 52.75C225.649 52.75 225.599 52.75 225.549 52.75C225.498 52.75 225.448 52.75 225.397 52.75C225.346 52.75 225.296 52.75 225.245 52.75C225.194 52.75 225.143 52.75 225.092 52.75C225.041 52.75 224.99 52.75 224.939 52.75C224.888 52.75 224.836 52.75 224.785 52.75C224.734 52.75 224.682 52.75 224.631 52.75C224.579 52.75 224.527 52.75 224.476 52.75C224.424 52.75 224.372 52.75 224.32 52.75C224.268 52.75 224.216 52.75 224.164 52.75C224.112 52.75 224.06 52.75 224.007 52.75C223.955 52.75 223.903 52.75 223.85 52.75C223.798 52.75 223.745 52.75 223.692 52.75C223.64 52.75 223.587 52.75 223.534 52.75C223.481 52.75 223.428 52.75 223.375 52.75C223.322 52.75 223.269 52.75 223.216 52.75C223.163 52.75 223.11 52.75 223.056 52.75C223.003 52.75 222.949 52.75 222.896 52.75C222.842 52.75 222.789 52.75 222.735 52.75C222.681 52.75 222.628 52.75 222.574 52.75C222.52 52.75 222.466 52.75 222.412 52.75C222.358 52.75 222.304 52.75 222.249 52.75C222.195 52.75 222.141 52.75 222.087 52.75C222.032 52.75 221.978 52.75 221.923 52.75C221.869 52.75 221.814 52.75 221.759 52.75C221.705 52.75 221.65 52.75 221.595 52.75C221.54 52.75 221.485 52.75 221.43 52.75C221.375 52.75 221.32 52.75 221.265 52.75C221.21 52.75 221.155 52.75 221.099 52.75C221.044 52.75 220.989 52.75 220.933 52.75C220.878 52.75 220.822 52.75 220.767 52.75C220.711 52.75 220.655 52.75 220.6 52.75C220.544 52.75 220.488 52.75 220.432 52.75C220.376 52.75 220.32 52.75 220.264 52.75C220.208 52.75 220.152 52.75 220.096 52.75C220.04 52.75 219.983 52.75 219.927 52.75C219.871 52.75 219.814 52.75 219.758 52.75C219.701 52.75 219.645 52.75 219.588 52.75C219.531 52.75 219.475 52.75 219.418 52.75C219.361 52.75 219.304 52.75 219.247 52.75C219.191 52.75 219.134 52.75 219.077 52.75C219.02 52.75 218.962 52.75 218.905 52.75C218.848 52.75 218.791 52.75 218.734 52.75C218.676 52.75 218.619 52.75 218.561 52.75C218.504 52.75 218.447 52.75 218.389 52.75C218.331 52.75 218.274 52.75 218.216 52.75C218.158 52.75 218.101 52.75 218.043 52.75C217.985 52.75 217.927 52.75 217.869 52.75C217.811 52.75 217.753 52.75 217.695 52.75C217.637 52.75 217.579 52.75 217.521 52.75C217.463 52.75 217.404 52.75 217.346 52.75C217.288 52.75 217.23 52.75 217.171 52.75C217.113 52.75 217.054 52.75 216.996 52.75C216.937 52.75 216.879 52.75 216.82 52.75C216.761 52.75 216.703 52.75 216.644 52.75C216.585 52.75 216.526 52.75 216.467 52.75C216.409 52.75 216.35 52.75 216.291 52.75C216.232 52.75 216.173 52.75 216.114 52.75C216.054 52.75 215.995 52.75 215.936 52.75C215.877 52.75 215.818 52.75 215.758 52.75C215.699 52.75 215.64 52.75 215.58 52.75C215.521 52.75 215.461 52.75 215.402 52.75C215.342 52.75 215.283 52.75 215.223 52.75C215.164 52.75 215.104 52.75 215.044 52.75C214.985 52.75 214.925 52.75 214.865 52.75C214.805 52.75 214.745 52.75 214.685 52.75C214.626 52.75 214.566 52.75 214.506 52.75C214.446 52.75 214.386 52.75 214.325 52.75C214.265 52.75 214.205 52.75 214.145 52.75C214.085 52.75 214.025 52.75 213.964 52.75C213.904 52.75 213.844 52.75 213.784 52.75C213.723 52.75 213.663 52.75 213.602 52.75C213.542 52.75 213.481 52.75 213.421 52.75C213.36 52.75 213.3 52.75 213.239 52.75C213.179 52.75 213.118 52.75 213.057 52.75C212.997 52.75 212.936 52.75 212.875 52.75C212.814 52.75 212.753 52.75 212.693 52.75C212.632 52.75 212.571 52.75 212.51 52.75C212.449 52.75 212.388 52.75 212.327 52.75C212.266 52.75 212.205 52.75 212.144 52.75C212.083 52.75 212.022 52.75 211.961 52.75C211.899 52.75 211.838 52.75 211.777 52.75C211.716 52.75 211.655 52.75 211.593 52.75C211.532 52.75 211.471 52.75 211.409 52.75C211.348 52.75 211.287 52.75 211.225 52.75C211.164 52.75 211.102 52.75 211.041 52.75C210.979 52.75 210.918 52.75 210.856 52.75C210.795 52.75 210.733 52.75 210.671 52.75C210.61 52.75 210.548 52.75 210.487 52.75C210.425 52.75 210.363 52.75 210.301 52.75C210.24 52.75 210.178 52.75 210.116 52.75C210.054 52.75 209.993 52.75 209.931 52.75C209.869 52.75 209.807 52.75 209.745 52.75C209.683 52.75 209.621 52.75 209.559 52.75C209.497 52.75 209.435 52.75 209.373 52.75C209.311 52.75 209.249 52.75 209.187 52.75C209.125 52.75 209.063 52.75 209.001 52.75C208.939 52.75 208.877 52.75 208.815 52.75C208.753 52.75 208.691 52.75 208.628 52.75C208.566 52.75 208.504 52.75 208.442 52.75C208.379 52.75 208.317 52.75 208.255 52.75C208.193 52.75 208.13 52.75 208.068 52.75C208.006 52.75 207.943 52.75 207.881 52.75C207.819 52.75 207.756 52.75 207.694 52.75C207.632 52.75 207.569 52.75 207.507 52.75C207.444 52.75 207.382 52.75 207.32 52.75C207.257 52.75 207.195 52.75 207.132 52.75C207.07 52.75 207.007 52.75 206.945 52.75C206.882 52.75 206.82 52.75 206.757 52.75C206.695 52.75 206.632 52.75 206.569 52.75C206.507 52.75 206.444 52.75 206.382 52.75C206.319 52.75 206.257 52.75 206.194 52.75C206.131 52.75 206.069 52.75 206.006 52.75C205.943 52.75 205.881 52.75 205.818 52.75C205.755 52.75 205.693 52.75 205.63 52.75C205.567 52.75 205.505 52.75 205.442 52.75C205.379 52.75 205.317 52.75 205.254 52.75C205.191 52.75 205.128 52.75 205.066 52.75C205.003 52.75 204.94 52.75 204.878 52.75C204.815 52.75 204.752 52.75 204.689 52.75C204.627 52.75 204.564 52.75 204.501 52.75C204.438 52.75 204.376 52.75 204.313 52.75C204.25 52.75 204.187 52.75 204.124 52.75C204.062 52.75 203.999 52.75 203.936 52.75C203.873 52.75 203.811 52.75 203.748 52.75C203.685 52.75 203.622 52.75 203.559 52.75C203.497 52.75 203.434 52.75 203.371 52.75C203.308 52.75 203.246 52.75 203.183 52.75C203.12 52.75 203.057 52.75 202.994 52.75C202.932 52.75 202.869 52.75 202.806 52.75C202.743 52.75 202.68 52.75 202.618 52.75C202.555 52.75 202.492 52.75 202.429 52.75C202.367 52.75 202.304 52.75 202.241 52.75C202.178 52.75 202.116 52.75 202.053 52.75C201.99 52.75 201.927 52.75 201.865 52.75C201.802 52.75 201.739 52.75 201.677 52.75C201.614 52.75 201.551 52.75 201.488 52.75C201.426 52.75 201.363 52.75 201.3 52.75C201.238 52.75 201.175 52.75 201.112 52.75C201.05 52.75 200.987 52.75 200.924 52.75C200.862 52.75 200.799 52.75 200.736 52.75C200.674 52.75 200.611 52.75 200.549 52.75C200.486 52.75 200.423 52.75 200.361 52.75C200.298 52.75 200.236 52.75 200.173 52.75C200.111 52.75 200.048 52.75 199.985 52.75C199.923 52.75 199.86 52.75 199.798 52.75C199.735 52.75 199.673 52.75 199.61 52.75C199.548 52.75 199.486 52.75 199.423 52.75C199.361 52.75 199.298 52.75 199.236 52.75C199.174 52.75 199.111 52.75 199.049 52.75C198.986 52.75 198.924 52.75 198.862 52.75C198.799 52.75 198.737 52.75 198.675 52.75C198.613 52.75 198.55 52.75 198.488 52.75C198.426 52.75 198.364 52.75 198.301 52.75C198.239 52.75 198.177 52.75 198.115 52.75C198.053 52.75 197.991 52.75 197.928 52.75C197.866 52.75 197.804 52.75 197.742 52.75C197.68 52.75 197.618 52.75 197.556 52.75C197.494 52.75 197.432 52.75 197.37 52.75C197.308 52.75 197.246 52.75 197.184 52.75C197.122 52.75 197.06 52.75 196.998 52.75C196.937 52.75 196.875 52.75 196.813 52.75C196.751 52.75 196.689 52.75 196.628 52.75C196.566 52.75 196.504 52.75 196.442 52.75C196.381 52.75 196.319 52.75 196.257 52.75C196.196 52.75 196.134 52.75 196.073 52.75C196.011 52.75 195.949 52.75 195.888 52.75C195.826 52.75 195.765 52.75 195.704 52.75C195.642 52.75 195.581 52.75 195.519 52.75C195.458 52.75 195.397 52.75 195.335 52.75C195.274 52.75 195.213 52.75 195.151 52.75C195.09 52.75 195.029 52.75 194.968 52.75C194.907 52.75 194.845 52.75 194.784 52.75C194.723 52.75 194.662 52.75 194.601 52.75C194.54 52.75 194.479 52.75 194.418 52.75C194.357 52.75 194.296 52.75 194.235 52.75C194.174 52.75 194.114 52.75 194.053 52.75C193.992 52.75 193.931 52.75 193.87 52.75C193.81 52.75 193.749 52.75 193.688 52.75C193.628 52.75 193.567 52.75 193.507 52.75C193.446 52.75 193.385 52.75 193.325 52.75C193.265 52.75 193.204 52.75 193.144 52.75C193.083 52.75 193.023 52.75 192.963 52.75C192.902 52.75 192.842 52.75 192.782 52.75C192.722 52.75 192.661 52.75 192.601 52.75C192.541 52.75 192.481 52.75 192.421 52.75C192.361 52.75 192.301 52.75 192.241 52.75C192.181 52.75 192.121 52.75 192.061 52.75C192.002 52.75 191.942 52.75 191.882 52.75C191.822 52.75 191.763 52.75 191.703 52.75C191.643 52.75 191.584 52.75 191.524 52.75C191.465 52.75 191.405 52.75 191.346 52.75C191.286 52.75 191.227 52.75 191.167 52.75C191.108 52.75 191.049 52.75 190.989 52.75C190.93 52.75 190.871 52.75 190.812 52.75C190.753 52.75 190.694 52.75 190.635 52.75C190.576 52.75 190.517 52.75 190.458 52.75C190.399 52.75 190.34 52.75 190.281 52.75C190.222 52.75 190.164 52.75 190.105 52.75C190.046 52.75 189.988 52.75 189.929 52.75C189.87 52.75 189.812 52.75 189.753 52.75C189.695 52.75 189.637 52.75 189.578 52.75C189.52 52.75 189.462 52.75 189.403 52.75C189.345 52.75 189.287 52.75 189.229 52.75C189.171 52.75 189.113 52.75 189.055 52.75C188.997 52.75 188.939 52.75 188.881 52.75C188.823 52.75 188.765 52.75 188.707 52.75C188.65 52.75 188.592 52.75 188.534 52.75C188.477 52.75 188.419 52.75 188.362 52.75C188.304 52.75 188.247 52.75 188.189 52.75C188.132 52.75 188.075 52.75 188.018 52.75C187.96 52.75 187.903 52.75 187.846 52.75C187.789 52.75 187.732 52.75 187.675 52.75C187.618 52.75 187.561 52.75 187.504 52.75C187.447 52.75 187.391 52.75 187.334 52.75C187.277 52.75 187.221 52.75 187.164 52.75C187.108 52.75 187.051 52.75 186.995 52.75C186.938 52.75 186.882 52.75 186.826 52.75C186.769 52.75 186.713 52.75 186.657 52.75C186.601 52.75 186.545 52.75 186.489 52.75C186.433 52.75 186.377 52.75 186.321 52.75C186.265 52.75 186.21 52.75 186.154 52.75C186.098 52.75 186.043 52.75 185.987 52.75C185.932 52.75 185.876 52.75 185.821 52.75C185.765 52.75 185.71 52.75 185.655 52.75C185.6 52.75 185.545 52.75 185.489 52.75C185.434 52.75 185.379 52.75 185.324 52.75C185.27 52.75 185.215 52.75 185.16 52.75C185.105 52.75 185.05 52.75 184.996 52.75C184.941 52.75 184.887 52.75 184.832 52.75C184.778 52.75 184.724 52.75 184.669 52.75C184.615 52.75 184.561 52.75 184.507 52.75C184.453 52.75 184.399 52.75 184.345 52.75C184.291 52.75 184.237 52.75 184.183 52.75C184.129 52.75 184.076 52.75 184.022 52.75C183.968 52.75 183.915 52.75 183.861 52.75C183.808 52.75 183.755 52.75 183.701 52.75C183.648 52.75 183.595 52.75 183.542 52.75C183.489 52.75 183.436 52.75 183.383 52.75C183.33 52.75 183.277 52.75 183.224 52.75C183.171 52.75 183.119 52.75 183.066 52.75C183.014 52.75 182.961 52.75 182.909 52.75C182.856 52.75 182.804 52.75 182.752 52.75C182.7 52.75 182.648 52.75 182.596 52.75C182.544 52.75 182.492 52.75 182.44 52.75C182.388 52.75 182.336 52.75 182.284 52.75C182.233 52.75 182.181 52.75 182.13 52.75C182.078 52.75 182.027 52.75 181.976 52.75C181.924 52.75 181.873 52.75 181.822 52.75C181.771 52.75 181.72 52.75 181.669 52.75C181.618 52.75 181.567 52.75 181.517 52.75C181.466 52.75 181.415 52.75 181.365 52.75C181.314 52.75 181.264 52.75 181.214 52.75C181.163 52.75 181.113 52.75 181.063 52.75C181.013 52.75 180.963 52.75 180.913 52.75C180.863 52.75 180.813 52.75 180.764 52.75C180.714 52.75 180.664 52.75 180.615 52.75C180.565 52.75 180.516 52.75 180.467 52.75C180.417 52.75 180.368 52.75 180.319 52.75C180.27 52.75 180.221 52.75 180.172 52.75C180.123 52.75 180.074 52.75 180.026 52.75C179.977 52.75 179.928 52.75 179.88 52.75C179.832 52.75 179.783 52.75 179.735 52.75C179.687 52.75 179.639 52.75 179.59 52.75C179.542 52.75 179.495 52.75 179.447 52.75C179.399 52.75 179.351 52.75 179.304 52.75C179.256 52.75 179.208 52.75 179.161 52.75C179.114 52.75 179.066 52.75 179.019 52.75C178.972 52.75 178.925 52.75 178.878 52.75C178.831 52.75 178.784 52.75 178.738 52.75C178.691 52.75 178.644 52.75 178.598 52.75C178.551 52.75 178.505 52.75 178.459 52.75C178.412 52.75 178.366 52.75 178.32 52.75C178.274 52.75 178.228 52.75 178.182 52.75C178.136 52.75 178.091 52.75 178.045 52.75C178 52.75 177.954 52.75 177.909 52.75C177.863 52.75 177.818 52.75 177.773 52.75C177.728 52.75 177.683 52.75 177.638 52.75C177.593 52.75 177.548 52.75 177.504 52.75C177.459 52.75 177.415 52.75 177.37 52.75C177.326 52.75 177.282 52.75 177.237 52.75C177.193 52.75 177.149 52.75 177.105 52.75C177.061 52.75 177.018 52.75 176.974 52.75C176.93 52.75 176.887 52.75 176.843 52.75C176.8 52.75 176.757 52.75 176.713 52.75C176.67 52.75 176.627 52.75 176.584 52.75C176.541 52.75 176.498 52.75 176.456 52.75C176.413 52.75 176.37 52.75 176.328 52.75C176.286 52.75 176.243 52.75 176.201 52.75C176.159 52.75 176.117 52.75 176.075 52.75C176.033 52.75 175.991 52.75 175.95 52.75C175.908 52.75 175.866 52.75 175.825 52.75C175.784 52.75 175.742 52.75 175.701 52.75C175.66 52.75 175.619 52.75 175.578 52.75C175.537 52.75 175.496 52.75 175.456 52.75C175.415 52.75 175.375 52.75 175.334 52.75C175.294 52.75 175.254 52.75 175.214 52.75C175.173 52.75 175.134 52.75 175.094 52.75C175.054 52.75 175.014 52.75 174.975 52.75C174.935 52.75 174.896 52.75 174.856 52.75C174.817 52.75 174.778 52.75 174.739 52.75C174.7 52.75 174.661 52.75 174.622 52.75C174.583 52.75 174.545 52.75 174.506 52.75C174.468 52.75 174.43 52.75 174.391 52.75C174.353 52.75 174.315 52.75 174.277 52.75C174.239 52.75 174.201 52.75 174.164 52.75C174.126 52.75 174.089 52.75 174.051 52.75C174.014 52.75 173.977 52.75 173.94 52.75C173.903 52.75 173.866 52.75 173.829 52.75C173.792 52.75 173.756 52.75 173.719 52.75C173.683 52.75 173.646 52.75 173.61 52.75C173.574 52.75 173.538 52.75 173.502 52.75C173.466 52.75 173.43 52.75 173.394 52.75C173.359 52.75 173.323 52.75 173.288 52.75C173.253 52.75 173.217 52.75 173.182 52.75C173.147 52.75 173.112 52.75 173.078 52.75C173.043 52.75 173.008 52.75 172.974 52.75C172.939 52.75 172.905 52.75 172.871 52.75C172.837 52.75 172.803 52.75 172.769 52.75C172.735 52.75 172.701 52.75 172.668 52.75C172.634 52.75 172.601 52.75 172.568 52.75C172.534 52.75 172.501 52.75 172.468 52.75C172.435 52.75 172.402 52.75 172.37 52.75C172.337 52.75 172.305 52.75 172.272 52.75C172.24 52.75 172.208 52.75 172.176 52.75C172.144 52.75 172.112 52.75 172.08 52.75C172.049 52.75 172.017 52.75 171.986 52.75C171.954 52.75 171.923 52.75 171.892 52.75C171.861 52.75 171.83 52.75 171.799 52.75C171.768 52.75 171.738 52.75 171.707 52.75C171.677 52.75 171.646 52.75 171.616 52.75C171.586 52.75 171.556 52.75 171.526 52.75C171.497 52.75 171.467 52.75 171.437 52.75C171.408 52.75 171.379 52.75 171.349 52.75C171.32 52.75 171.291 52.75 171.262 52.75C171.234 52.75 171.205 52.75 171.176 52.75C171.148 52.75 171.12 52.75 171.091 52.75C171.063 52.75 171.035 52.75 171.007 52.75C170.979 52.75 170.952 52.75 170.924 52.75C170.897 52.75 170.869 52.75 170.842 52.75C170.815 52.75 170.788 52.75 170.761 52.75C170.734 52.75 170.708 52.75 170.681 52.75C170.654 52.75 170.628 52.75 170.602 52.75C170.576 52.75 170.55 52.75 170.524 52.75C170.498 52.75 170.472 52.75 170.447 52.75C170.421 52.75 170.396 52.75 170.371 52.75C170.346 52.75 170.321 52.75 170.296 52.75C170.271 52.75 170.246 52.75 170.222 52.75C170.198 52.75 170.173 52.75 170.149 52.75C170.125 52.75 170.101 52.75 170.077 52.75C170.053 52.75 170.03 52.75 170.006 52.75C169.983 52.75 169.96 52.75 169.937 52.75C169.914 52.75 169.891 52.75 169.868 52.75C169.845 52.75 169.823 52.75 169.8 52.75C169.778 52.75 169.756 52.75 169.734 52.75C169.712 52.75 169.69 52.75 169.668 52.75C169.647 52.75 169.625 52.75 169.604 52.75C169.583 52.75 169.561 52.75 169.541 52.75C169.52 52.75 169.499 52.75 169.478 52.75C169.458 52.75 169.437 52.75 169.417 52.75C169.397 52.75 169.377 52.75 169.357 52.75C169.337 52.75 169.318 52.75 169.298 52.75C169.279 52.75 169.259 52.75 169.24 52.75C169.221 52.75 169.202 52.75 169.183 52.75C169.165 52.75 169.146 52.75 169.128 52.75C169.109 52.75 169.091 52.75 169.073 52.75C169.055 52.75 169.038 52.75 169.02 52.75C169.002 52.75 168.985 52.75 168.968 52.75C168.95 52.75 168.933 52.75 168.917 52.75C168.9 52.75 168.883 52.75 168.867 52.75C168.85 52.75 168.834 52.75 168.818 52.75C168.802 52.75 168.786 52.75 168.77 52.75C168.754 52.75 168.739 52.75 168.723 52.75C168.708 52.75 168.693 52.75 168.678 52.75C168.663 52.75 168.648 52.75 168.634 52.75C168.619 52.75 168.605 52.75 168.591 52.75C168.577 52.75 168.563 52.75 168.549 52.75C168.535 52.75 168.521 52.75 168.508 52.75C168.495 52.75 168.481 52.75 168.469 52.75C168.456 52.75 168.443 52.75 168.43 52.75C168.418 52.75 168.405 52.75 168.393 52.75C168.381 52.75 168.369 52.75 168.357 52.75C168.345 52.75 168.334 52.75 168.322 52.75C168.311 52.75 168.3 52.75 168.289 52.75C168.278 52.75 168.267 52.75 168.256 52.75C168.246 52.75 168.235 52.75 168.225 52.75C168.215 52.75 168.205 52.75 168.195 52.75C168.185 52.75 168.176 52.75 168.166 52.75C168.157 52.75 168.148 52.75 168.139 52.75C168.13 52.75 168.121 52.75 168.113 52.75C168.104 52.75 168.096 52.75 168.088 52.75C168.08 52.75 168.072 52.75 168.064 52.75C168.056 52.75 168.049 52.75 168.041 52.75C168.034 52.75 168.027 52.75 168.02 52.75C168.013 52.75 168.006 52.75 168 52.75V51.25Z"
|
154
|
-
fill="url(#paint4_linear_38_7016)"
|
155
|
-
/>
|
156
|
-
<path
|
157
|
-
d="M258.724 115.263V114.091H266.906V115.263H263.476V125H262.155V115.263H258.724ZM270.912 125.17C270.173 125.17 269.525 124.995 268.968 124.643C268.414 124.292 267.98 123.8 267.668 123.168C267.359 122.536 267.205 121.797 267.205 120.952C267.205 120.099 267.359 119.355 267.668 118.72C267.98 118.084 268.414 117.591 268.968 117.239C269.525 116.887 270.173 116.712 270.912 116.712C271.651 116.712 272.297 116.887 272.851 117.239C273.408 117.591 273.842 118.084 274.151 118.72C274.463 119.355 274.619 120.099 274.619 120.952C274.619 121.797 274.463 122.536 274.151 123.168C273.842 123.8 273.408 124.292 272.851 124.643C272.297 124.995 271.651 125.17 270.912 125.17ZM270.912 124.041C271.473 124.041 271.935 123.897 272.297 123.61C272.659 123.322 272.927 122.944 273.101 122.475C273.275 122.006 273.362 121.499 273.362 120.952C273.362 120.405 273.275 119.895 273.101 119.423C272.927 118.951 272.659 118.569 272.297 118.278C271.935 117.987 271.473 117.841 270.912 117.841C270.351 117.841 269.889 117.987 269.527 118.278C269.165 118.569 268.897 118.951 268.723 119.423C268.549 119.895 268.462 120.405 268.462 120.952C268.462 121.499 268.549 122.006 268.723 122.475C268.897 122.944 269.165 123.322 269.527 123.61C269.889 123.897 270.351 124.041 270.912 124.041ZM279.628 125.17C278.946 125.17 278.344 124.998 277.822 124.654C277.3 124.306 276.892 123.816 276.597 123.184C276.302 122.548 276.155 121.797 276.155 120.93C276.155 120.071 276.302 119.325 276.597 118.693C276.892 118.061 277.302 117.573 277.827 117.228C278.353 116.884 278.96 116.712 279.649 116.712C280.182 116.712 280.603 116.8 280.911 116.978C281.224 117.152 281.462 117.351 281.625 117.575C281.792 117.795 281.922 117.976 282.014 118.118H282.121V114.091H283.378V125H282.163V123.743H282.014C281.922 123.892 281.79 124.08 281.62 124.308C281.449 124.531 281.206 124.732 280.89 124.909C280.574 125.083 280.153 125.17 279.628 125.17ZM279.798 124.041C280.302 124.041 280.729 123.91 281.077 123.647C281.425 123.381 281.689 123.013 281.87 122.544C282.051 122.072 282.142 121.527 282.142 120.909C282.142 120.298 282.053 119.764 281.876 119.306C281.698 118.844 281.435 118.485 281.087 118.23C280.739 117.971 280.31 117.841 279.798 117.841C279.266 117.841 278.822 117.978 278.467 118.251C278.115 118.521 277.85 118.888 277.673 119.354C277.499 119.815 277.412 120.334 277.412 120.909C277.412 121.491 277.501 122.021 277.678 122.496C277.859 122.969 278.126 123.345 278.477 123.626C278.832 123.903 279.273 124.041 279.798 124.041ZM288.262 125.192C287.744 125.192 287.273 125.094 286.851 124.899C286.428 124.7 286.093 124.414 285.844 124.041C285.595 123.665 285.471 123.21 285.471 122.678C285.471 122.209 285.563 121.829 285.748 121.538C285.933 121.243 286.18 121.012 286.489 120.845C286.797 120.678 287.138 120.554 287.511 120.472C287.888 120.387 288.266 120.32 288.646 120.27C289.143 120.206 289.546 120.158 289.855 120.126C290.168 120.091 290.395 120.032 290.537 119.95C290.682 119.869 290.755 119.727 290.755 119.524V119.482C290.755 118.956 290.611 118.548 290.324 118.256C290.04 117.965 289.608 117.82 289.029 117.82C288.429 117.82 287.959 117.951 287.618 118.214C287.277 118.477 287.037 118.757 286.899 119.055L285.706 118.629C285.919 118.132 286.203 117.745 286.558 117.468C286.916 117.187 287.307 116.992 287.73 116.882C288.156 116.768 288.575 116.712 288.987 116.712C289.25 116.712 289.551 116.744 289.892 116.808C290.237 116.868 290.569 116.994 290.888 117.186C291.212 117.377 291.48 117.667 291.693 118.054C291.906 118.441 292.012 118.96 292.012 119.609V125H290.755V123.892H290.691C290.606 124.07 290.464 124.26 290.265 124.462C290.066 124.664 289.802 124.837 289.472 124.979C289.141 125.121 288.738 125.192 288.262 125.192ZM288.454 124.062C288.951 124.062 289.37 123.965 289.711 123.77C290.056 123.574 290.315 123.322 290.489 123.013C290.666 122.704 290.755 122.379 290.755 122.038V120.888C290.702 120.952 290.585 121.01 290.404 121.064C290.226 121.113 290.02 121.158 289.786 121.197C289.555 121.232 289.329 121.264 289.109 121.293C288.893 121.317 288.717 121.339 288.582 121.357C288.255 121.399 287.95 121.468 287.666 121.564C287.385 121.657 287.158 121.797 286.984 121.985C286.813 122.17 286.728 122.422 286.728 122.741C286.728 123.178 286.89 123.509 287.213 123.732C287.54 123.952 287.953 124.062 288.454 124.062ZM294.824 128.068C294.61 128.068 294.42 128.05 294.254 128.015C294.087 127.983 293.971 127.951 293.907 127.919L294.227 126.811C294.532 126.889 294.802 126.918 295.037 126.896C295.271 126.875 295.479 126.77 295.66 126.582C295.844 126.397 296.013 126.097 296.166 125.682L296.4 125.043L293.375 116.818H294.738L296.997 123.338H297.082L299.341 116.818H300.704L297.231 126.193C297.075 126.616 296.881 126.966 296.651 127.243C296.42 127.523 296.152 127.731 295.846 127.866C295.544 128.001 295.203 128.068 294.824 128.068ZM303.726 123.509L303.641 124.084C303.58 124.489 303.488 124.922 303.364 125.384C303.243 125.845 303.117 126.28 302.985 126.689C302.854 127.097 302.746 127.422 302.66 127.663H301.702C301.748 127.436 301.808 127.136 301.883 126.763C301.957 126.39 302.032 125.973 302.106 125.511C302.185 125.053 302.248 124.585 302.298 124.105L302.362 123.509H303.726ZM312.127 125L309.634 116.818H310.955L312.724 123.082H312.809L314.556 116.818H315.899L317.624 123.061H317.71L319.478 116.818H320.799L318.306 125H317.07L315.281 118.714H315.153L313.363 125H312.127ZM325.613 125.17C324.825 125.17 324.145 124.996 323.573 124.648C323.005 124.297 322.566 123.807 322.257 123.178C321.952 122.546 321.799 121.811 321.799 120.973C321.799 120.135 321.952 119.396 322.257 118.757C322.566 118.114 322.996 117.614 323.546 117.255C324.1 116.893 324.747 116.712 325.485 116.712C325.911 116.712 326.332 116.783 326.748 116.925C327.163 117.067 327.541 117.298 327.882 117.617C328.223 117.933 328.495 118.352 328.697 118.874C328.9 119.396 329.001 120.039 329.001 120.803V121.335H322.694V120.249H327.723C327.723 119.787 327.63 119.375 327.446 119.013C327.264 118.651 327.005 118.365 326.668 118.155C326.334 117.946 325.94 117.841 325.485 117.841C324.985 117.841 324.551 117.965 324.186 118.214C323.823 118.459 323.545 118.778 323.349 119.173C323.154 119.567 323.056 119.989 323.056 120.44V121.165C323.056 121.783 323.163 122.306 323.376 122.736C323.593 123.162 323.893 123.487 324.276 123.711C324.66 123.931 325.105 124.041 325.613 124.041C325.943 124.041 326.242 123.995 326.508 123.903C326.778 123.807 327.011 123.665 327.206 123.477C327.401 123.285 327.552 123.047 327.659 122.763L328.873 123.104C328.745 123.516 328.53 123.878 328.229 124.19C327.927 124.499 327.554 124.741 327.11 124.915C326.666 125.085 326.167 125.17 325.613 125.17ZM332.021 114.091V115.05C332.021 115.341 331.968 115.652 331.861 115.982C331.758 116.309 331.606 116.626 331.403 116.935C331.204 117.241 330.963 117.507 330.679 117.734L329.997 117.18C330.221 116.861 330.414 116.529 330.578 116.184C330.745 115.836 330.828 115.465 330.828 115.071V114.091H332.021ZM333.36 125V116.818H334.574V118.054H334.659C334.808 117.649 335.078 117.321 335.469 117.069C335.86 116.816 336.3 116.69 336.79 116.69C336.882 116.69 336.998 116.692 337.136 116.696C337.275 116.699 337.379 116.705 337.45 116.712V117.99C337.408 117.979 337.31 117.963 337.157 117.942C337.008 117.917 336.85 117.905 336.683 117.905C336.286 117.905 335.931 117.988 335.618 118.155C335.309 118.319 335.064 118.546 334.883 118.837C334.705 119.125 334.617 119.453 334.617 119.822V125H333.36ZM342.122 125.17C341.334 125.17 340.654 124.996 340.082 124.648C339.514 124.297 339.075 123.807 338.766 123.178C338.461 122.546 338.308 121.811 338.308 120.973C338.308 120.135 338.461 119.396 338.766 118.757C339.075 118.114 339.505 117.614 340.055 117.255C340.609 116.893 341.256 116.712 341.994 116.712C342.42 116.712 342.841 116.783 343.257 116.925C343.672 117.067 344.05 117.298 344.391 117.617C344.732 117.933 345.004 118.352 345.206 118.874C345.409 119.396 345.51 120.039 345.51 120.803V121.335H339.203V120.249H344.231C344.231 119.787 344.139 119.375 343.954 119.013C343.773 118.651 343.514 118.365 343.177 118.155C342.843 117.946 342.449 117.841 341.994 117.841C341.493 117.841 341.06 117.965 340.694 118.214C340.332 118.459 340.053 118.778 339.858 119.173C339.663 119.567 339.565 119.989 339.565 120.44V121.165C339.565 121.783 339.672 122.306 339.885 122.736C340.101 123.162 340.401 123.487 340.785 123.711C341.169 123.931 341.614 124.041 342.122 124.041C342.452 124.041 342.751 123.995 343.017 123.903C343.287 123.807 343.519 123.665 343.715 123.477C343.91 123.285 344.061 123.047 344.167 122.763L345.382 123.104C345.254 123.516 345.039 123.878 344.737 124.19C344.436 124.499 344.063 124.741 343.619 124.915C343.175 125.085 342.676 125.17 342.122 125.17ZM354.048 125.192C353.53 125.192 353.059 125.094 352.637 124.899C352.214 124.7 351.879 124.414 351.63 124.041C351.382 123.665 351.257 123.21 351.257 122.678C351.257 122.209 351.35 121.829 351.534 121.538C351.719 121.243 351.966 121.012 352.275 120.845C352.584 120.678 352.925 120.554 353.297 120.472C353.674 120.387 354.052 120.32 354.432 120.27C354.929 120.206 355.332 120.158 355.641 120.126C355.954 120.091 356.181 120.032 356.323 119.95C356.469 119.869 356.541 119.727 356.541 119.524V119.482C356.541 118.956 356.398 118.548 356.11 118.256C355.826 117.965 355.394 117.82 354.816 117.82C354.215 117.82 353.745 117.951 353.404 118.214C353.063 118.477 352.823 118.757 352.685 119.055L351.492 118.629C351.705 118.132 351.989 117.745 352.344 117.468C352.703 117.187 353.093 116.992 353.516 116.882C353.942 116.768 354.361 116.712 354.773 116.712C355.036 116.712 355.338 116.744 355.678 116.808C356.023 116.868 356.355 116.994 356.675 117.186C356.998 117.377 357.266 117.667 357.479 118.054C357.692 118.441 357.798 118.96 357.798 119.609V125H356.541V123.892H356.477C356.392 124.07 356.25 124.26 356.051 124.462C355.852 124.664 355.588 124.837 355.258 124.979C354.927 125.121 354.524 125.192 354.048 125.192ZM354.24 124.062C354.737 124.062 355.156 123.965 355.497 123.77C355.842 123.574 356.101 123.322 356.275 123.013C356.453 122.704 356.541 122.379 356.541 122.038V120.888C356.488 120.952 356.371 121.01 356.19 121.064C356.012 121.113 355.806 121.158 355.572 121.197C355.341 121.232 355.116 121.264 354.895 121.293C354.679 121.317 354.503 121.339 354.368 121.357C354.041 121.399 353.736 121.468 353.452 121.564C353.171 121.657 352.944 121.797 352.77 121.985C352.6 122.17 352.514 122.422 352.514 122.741C352.514 123.178 352.676 123.509 352.999 123.732C353.326 123.952 353.74 124.062 354.24 124.062ZM361.35 120.078V125H360.093V116.818H361.307V118.097H361.414C361.606 117.681 361.897 117.347 362.288 117.095C362.678 116.839 363.182 116.712 363.8 116.712C364.354 116.712 364.839 116.825 365.255 117.053C365.67 117.276 365.993 117.617 366.224 118.075C366.455 118.53 366.57 119.105 366.57 119.801V125H365.313V119.886C365.313 119.244 365.146 118.743 364.812 118.384C364.479 118.022 364.021 117.841 363.438 117.841C363.037 117.841 362.678 117.928 362.362 118.102C362.05 118.276 361.803 118.53 361.622 118.864C361.441 119.197 361.35 119.602 361.35 120.078ZM262.453 151.239C261.846 151.239 261.324 151.161 260.887 151.004C260.45 150.852 260.086 150.649 259.795 150.397C259.507 150.148 259.278 149.882 259.108 149.598L260.109 148.895C260.223 149.044 260.367 149.214 260.541 149.406C260.715 149.602 260.953 149.77 261.255 149.912C261.56 150.058 261.96 150.131 262.453 150.131C263.114 150.131 263.659 149.971 264.088 149.651C264.518 149.332 264.733 148.831 264.733 148.149V146.487H264.626C264.534 146.636 264.403 146.821 264.232 147.041C264.065 147.258 263.824 147.451 263.508 147.622C263.195 147.789 262.773 147.872 262.24 147.872C261.58 147.872 260.987 147.716 260.461 147.403C259.939 147.091 259.525 146.636 259.22 146.04C258.918 145.443 258.767 144.719 258.767 143.866C258.767 143.028 258.914 142.299 259.209 141.677C259.504 141.052 259.914 140.569 260.44 140.228C260.965 139.884 261.572 139.712 262.261 139.712C262.794 139.712 263.217 139.8 263.529 139.978C263.845 140.152 264.087 140.351 264.254 140.575C264.424 140.795 264.555 140.976 264.648 141.118H264.776V139.818H265.99V148.234C265.99 148.938 265.83 149.509 265.511 149.95C265.195 150.393 264.768 150.718 264.232 150.924C263.7 151.134 263.107 151.239 262.453 151.239ZM262.411 146.743C262.915 146.743 263.341 146.627 263.689 146.397C264.037 146.166 264.301 145.834 264.483 145.401C264.664 144.967 264.754 144.449 264.754 143.845C264.754 143.256 264.665 142.735 264.488 142.284C264.31 141.833 264.048 141.48 263.7 141.224C263.352 140.969 262.922 140.841 262.411 140.841C261.878 140.841 261.434 140.976 261.079 141.246C260.727 141.516 260.463 141.878 260.285 142.332C260.111 142.787 260.024 143.291 260.024 143.845C260.024 144.413 260.113 144.916 260.29 145.353C260.472 145.786 260.738 146.127 261.089 146.375C261.445 146.62 261.885 146.743 262.411 146.743ZM268.291 148V139.818H269.548V148H268.291ZM268.93 138.455C268.685 138.455 268.474 138.371 268.297 138.204C268.123 138.037 268.036 137.837 268.036 137.602C268.036 137.368 268.123 137.167 268.297 137C268.474 136.833 268.685 136.75 268.93 136.75C269.175 136.75 269.385 136.833 269.559 137C269.737 137.167 269.825 137.368 269.825 137.602C269.825 137.837 269.737 138.037 269.559 138.204C269.385 138.371 269.175 138.455 268.93 138.455ZM278.541 139.818L275.516 148H274.237L271.212 139.818H272.575L274.834 146.338H274.919L277.177 139.818H278.541ZM280.2 148V139.818H281.457V148H280.2ZM280.84 138.455C280.595 138.455 280.383 138.371 280.206 138.204C280.032 138.037 279.945 137.837 279.945 137.602C279.945 137.368 280.032 137.167 280.206 137C280.383 136.833 280.595 136.75 280.84 136.75C281.085 136.75 281.294 136.833 281.468 137C281.646 137.167 281.734 137.368 281.734 137.602C281.734 137.837 281.646 138.037 281.468 138.204C281.294 138.371 281.085 138.455 280.84 138.455ZM285.017 143.078V148H283.76V139.818H284.974V141.097H285.081C285.273 140.681 285.564 140.347 285.955 140.095C286.345 139.839 286.849 139.712 287.467 139.712C288.021 139.712 288.506 139.825 288.922 140.053C289.337 140.276 289.66 140.617 289.891 141.075C290.122 141.53 290.237 142.105 290.237 142.801V148H288.98V142.886C288.98 142.244 288.813 141.743 288.479 141.384C288.146 141.022 287.688 140.841 287.105 140.841C286.704 140.841 286.345 140.928 286.029 141.102C285.717 141.276 285.47 141.53 285.289 141.864C285.108 142.197 285.017 142.602 285.017 143.078ZM295.837 151.239C295.23 151.239 294.708 151.161 294.271 151.004C293.834 150.852 293.47 150.649 293.179 150.397C292.891 150.148 292.662 149.882 292.492 149.598L293.493 148.895C293.607 149.044 293.751 149.214 293.925 149.406C294.099 149.602 294.337 149.77 294.638 149.912C294.944 150.058 295.343 150.131 295.837 150.131C296.497 150.131 297.043 149.971 297.472 149.651C297.902 149.332 298.117 148.831 298.117 148.149V146.487H298.01C297.918 146.636 297.786 146.821 297.616 147.041C297.449 147.258 297.208 147.451 296.892 147.622C296.579 147.789 296.157 147.872 295.624 147.872C294.963 147.872 294.37 147.716 293.845 147.403C293.323 147.091 292.909 146.636 292.604 146.04C292.302 145.443 292.151 144.719 292.151 143.866C292.151 143.028 292.298 142.299 292.593 141.677C292.888 141.052 293.298 140.569 293.823 140.228C294.349 139.884 294.956 139.712 295.645 139.712C296.178 139.712 296.6 139.8 296.913 139.978C297.229 140.152 297.47 140.351 297.637 140.575C297.808 140.795 297.939 140.976 298.032 141.118H298.159V139.818H299.374V148.234C299.374 148.938 299.214 149.509 298.894 149.95C298.578 150.393 298.152 150.718 297.616 150.924C297.083 151.134 296.49 151.239 295.837 151.239ZM295.794 146.743C296.299 146.743 296.725 146.627 297.073 146.397C297.421 146.166 297.685 145.834 297.866 145.401C298.047 144.967 298.138 144.449 298.138 143.845C298.138 143.256 298.049 142.735 297.872 142.284C297.694 141.833 297.431 141.48 297.083 141.224C296.735 140.969 296.306 140.841 295.794 140.841C295.262 140.841 294.818 140.976 294.463 141.246C294.111 141.516 293.847 141.878 293.669 142.332C293.495 142.787 293.408 143.291 293.408 143.845C293.408 144.413 293.497 144.916 293.674 145.353C293.855 145.786 294.122 146.127 294.473 146.375C294.828 146.62 295.269 146.743 295.794 146.743ZM309.452 139.818V140.884H305.212V139.818H309.452ZM306.448 137.858H307.705V145.656C307.705 146.011 307.756 146.278 307.859 146.455C307.966 146.629 308.101 146.746 308.264 146.807C308.431 146.864 308.607 146.892 308.791 146.892C308.93 146.892 309.044 146.885 309.132 146.871C309.221 146.853 309.292 146.839 309.345 146.828L309.601 147.957C309.516 147.989 309.397 148.021 309.244 148.053C309.092 148.089 308.898 148.107 308.664 148.107C308.309 148.107 307.96 148.03 307.62 147.877C307.282 147.725 307.002 147.492 306.778 147.18C306.558 146.867 306.448 146.473 306.448 145.997V137.858ZM312.776 143.078V148H311.519V137.091H312.776V141.097H312.882C313.074 140.674 313.362 140.338 313.745 140.09C314.132 139.838 314.647 139.712 315.29 139.712C315.848 139.712 316.336 139.824 316.755 140.047C317.174 140.267 317.499 140.607 317.73 141.065C317.964 141.519 318.081 142.098 318.081 142.801V148H316.824V142.886C316.824 142.237 316.655 141.734 316.318 141.379C315.984 141.02 315.521 140.841 314.928 140.841C314.516 140.841 314.147 140.928 313.82 141.102C313.497 141.276 313.241 141.53 313.053 141.864C312.868 142.197 312.776 142.602 312.776 143.078ZM323.811 148.17C323.023 148.17 322.343 147.996 321.771 147.648C321.203 147.297 320.765 146.807 320.456 146.178C320.15 145.546 319.998 144.811 319.998 143.973C319.998 143.135 320.15 142.396 320.456 141.757C320.765 141.114 321.194 140.614 321.745 140.255C322.299 139.893 322.945 139.712 323.684 139.712C324.11 139.712 324.531 139.783 324.946 139.925C325.362 140.067 325.74 140.298 326.081 140.617C326.422 140.933 326.693 141.352 326.896 141.874C327.098 142.396 327.199 143.039 327.199 143.803V144.335H320.892V143.249H325.921C325.921 142.787 325.828 142.375 325.644 142.013C325.463 141.651 325.203 141.365 324.866 141.155C324.532 140.946 324.138 140.841 323.684 140.841C323.183 140.841 322.75 140.965 322.384 141.214C322.022 141.459 321.743 141.778 321.548 142.173C321.352 142.567 321.255 142.989 321.255 143.44V144.165C321.255 144.783 321.361 145.306 321.574 145.736C321.791 146.162 322.091 146.487 322.474 146.711C322.858 146.931 323.304 147.041 323.811 147.041C324.142 147.041 324.44 146.995 324.706 146.903C324.976 146.807 325.209 146.665 325.404 146.477C325.599 146.285 325.75 146.047 325.857 145.763L327.071 146.104C326.944 146.516 326.729 146.878 326.427 147.19C326.125 147.499 325.752 147.741 325.308 147.915C324.864 148.085 324.365 148.17 323.811 148.17ZM262.709 162.818V163.884H258.469V162.818H262.709ZM259.705 160.858H260.962V168.656C260.962 169.011 261.013 169.278 261.116 169.455C261.223 169.629 261.358 169.746 261.521 169.807C261.688 169.864 261.864 169.892 262.048 169.892C262.187 169.892 262.3 169.885 262.389 169.871C262.478 169.853 262.549 169.839 262.602 169.828L262.858 170.957C262.773 170.989 262.654 171.021 262.501 171.053C262.348 171.089 262.155 171.107 261.92 171.107C261.565 171.107 261.217 171.03 260.876 170.877C260.539 170.725 260.259 170.492 260.035 170.18C259.815 169.867 259.705 169.473 259.705 168.997V160.858ZM264.6 171V162.818H265.814V164.054H265.9C266.049 163.649 266.319 163.321 266.709 163.069C267.1 162.816 267.54 162.69 268.03 162.69C268.123 162.69 268.238 162.692 268.376 162.696C268.515 162.699 268.62 162.705 268.691 162.712V163.99C268.648 163.979 268.55 163.963 268.398 163.942C268.249 163.917 268.091 163.905 267.924 163.905C267.526 163.905 267.171 163.988 266.858 164.155C266.549 164.319 266.304 164.546 266.123 164.837C265.946 165.125 265.857 165.453 265.857 165.822V171H264.6ZM275.337 167.655V162.818H276.594V171H275.337V169.615H275.252C275.06 170.031 274.762 170.384 274.357 170.675C273.952 170.963 273.441 171.107 272.823 171.107C272.312 171.107 271.857 170.995 271.459 170.771C271.062 170.544 270.749 170.203 270.522 169.748C270.294 169.29 270.181 168.713 270.181 168.017V162.818H271.438V167.932C271.438 168.528 271.605 169.004 271.939 169.359C272.276 169.714 272.706 169.892 273.228 169.892C273.54 169.892 273.858 169.812 274.181 169.652C274.508 169.493 274.781 169.248 275.002 168.917C275.225 168.587 275.337 168.166 275.337 167.655ZM284.692 164.651L283.563 164.97C283.492 164.782 283.387 164.599 283.249 164.422C283.114 164.24 282.929 164.091 282.695 163.974C282.46 163.857 282.16 163.798 281.794 163.798C281.294 163.798 280.876 163.914 280.543 164.145C280.212 164.372 280.047 164.661 280.047 165.013C280.047 165.325 280.161 165.572 280.388 165.753C280.615 165.934 280.971 166.085 281.453 166.206L282.668 166.504C283.4 166.682 283.945 166.953 284.303 167.319C284.662 167.681 284.841 168.148 284.841 168.72C284.841 169.189 284.706 169.608 284.436 169.977C284.17 170.347 283.797 170.638 283.318 170.851C282.838 171.064 282.281 171.17 281.645 171.17C280.811 171.17 280.12 170.989 279.573 170.627C279.026 170.265 278.68 169.736 278.534 169.04L279.728 168.741C279.841 169.182 280.056 169.512 280.372 169.732C280.692 169.952 281.109 170.062 281.624 170.062C282.21 170.062 282.675 169.938 283.02 169.69C283.368 169.437 283.542 169.136 283.542 168.784C283.542 168.5 283.442 168.262 283.243 168.07C283.044 167.875 282.739 167.729 282.327 167.634L280.963 167.314C280.214 167.136 279.664 166.861 279.312 166.488C278.964 166.112 278.79 165.641 278.79 165.077C278.79 164.615 278.92 164.207 279.179 163.852C279.442 163.496 279.799 163.218 280.25 163.015C280.704 162.813 281.219 162.712 281.794 162.712C282.604 162.712 283.24 162.889 283.701 163.244C284.167 163.599 284.497 164.068 284.692 164.651ZM290.292 162.818V163.884H286.052V162.818H290.292ZM287.288 160.858H288.545V168.656C288.545 169.011 288.596 169.278 288.699 169.455C288.806 169.629 288.941 169.746 289.104 169.807C289.271 169.864 289.447 169.892 289.631 169.892C289.77 169.892 289.883 169.885 289.972 169.871C290.061 169.853 290.132 169.839 290.185 169.828L290.441 170.957C290.356 170.989 290.237 171.021 290.084 171.053C289.931 171.089 289.738 171.107 289.503 171.107C289.148 171.107 288.8 171.03 288.459 170.877C288.122 170.725 287.842 170.492 287.618 170.18C287.398 169.867 287.288 169.473 287.288 168.997V160.858ZM294.036 171L291.544 162.818H292.865L294.633 169.082H294.718L296.465 162.818H297.808L299.534 169.061H299.619L301.387 162.818H302.708L300.215 171H298.98L297.19 164.714H297.062L295.272 171H294.036ZM307.416 171.17C306.677 171.17 306.029 170.995 305.472 170.643C304.918 170.292 304.484 169.8 304.172 169.168C303.863 168.536 303.708 167.797 303.708 166.952C303.708 166.099 303.863 165.355 304.172 164.72C304.484 164.084 304.918 163.591 305.472 163.239C306.029 162.887 306.677 162.712 307.416 162.712C308.154 162.712 308.801 162.887 309.355 163.239C309.912 163.591 310.346 164.084 310.654 164.72C310.967 165.355 311.123 166.099 311.123 166.952C311.123 167.797 310.967 168.536 310.654 169.168C310.346 169.8 309.912 170.292 309.355 170.643C308.801 170.995 308.154 171.17 307.416 171.17ZM307.416 170.041C307.977 170.041 308.439 169.897 308.801 169.61C309.163 169.322 309.431 168.944 309.605 168.475C309.779 168.006 309.866 167.499 309.866 166.952C309.866 166.405 309.779 165.895 309.605 165.423C309.431 164.951 309.163 164.569 308.801 164.278C308.439 163.987 307.977 163.841 307.416 163.841C306.855 163.841 306.393 163.987 306.031 164.278C305.669 164.569 305.401 164.951 305.227 165.423C305.053 165.895 304.966 166.405 304.966 166.952C304.966 167.499 305.053 168.006 305.227 168.475C305.401 168.944 305.669 169.322 306.031 169.61C306.393 169.897 306.855 170.041 307.416 170.041ZM313.042 171V162.818H314.257V164.054H314.342C314.491 163.649 314.761 163.321 315.152 163.069C315.542 162.816 315.983 162.69 316.473 162.69C316.565 162.69 316.68 162.692 316.819 162.696C316.957 162.699 317.062 162.705 317.133 162.712V163.99C317.09 163.979 316.993 163.963 316.84 163.942C316.691 163.917 316.533 163.905 316.366 163.905C315.968 163.905 315.613 163.988 315.301 164.155C314.992 164.319 314.747 164.546 314.566 164.837C314.388 165.125 314.299 165.453 314.299 165.822V171H313.042ZM322.694 162.818V163.884H318.454V162.818H322.694ZM319.69 160.858H320.947V168.656C320.947 169.011 320.998 169.278 321.101 169.455C321.208 169.629 321.343 169.746 321.506 169.807C321.673 169.864 321.849 169.892 322.034 169.892C322.172 169.892 322.286 169.885 322.375 169.871C322.463 169.853 322.534 169.839 322.588 169.828L322.843 170.957C322.758 170.989 322.639 171.021 322.486 171.053C322.334 171.089 322.14 171.107 321.906 171.107C321.551 171.107 321.203 171.03 320.862 170.877C320.524 170.725 320.244 170.492 320.02 170.18C319.8 169.867 319.69 169.473 319.69 168.997V160.858ZM326.018 166.078V171H324.761V160.091H326.018V164.097H326.125C326.316 163.674 326.604 163.338 326.987 163.09C327.375 162.838 327.889 162.712 328.532 162.712C329.09 162.712 329.578 162.824 329.997 163.047C330.416 163.267 330.741 163.607 330.972 164.065C331.206 164.519 331.323 165.098 331.323 165.801V171H330.066V165.886C330.066 165.237 329.898 164.734 329.56 164.379C329.226 164.02 328.763 163.841 328.17 163.841C327.758 163.841 327.389 163.928 327.062 164.102C326.739 164.276 326.483 164.53 326.295 164.864C326.11 165.197 326.018 165.602 326.018 166.078ZM262.474 194.17C261.736 194.17 261.088 193.995 260.53 193.643C259.976 193.292 259.543 192.8 259.23 192.168C258.922 191.536 258.767 190.797 258.767 189.952C258.767 189.099 258.922 188.355 259.23 187.72C259.543 187.084 259.976 186.591 260.53 186.239C261.088 185.887 261.736 185.712 262.474 185.712C263.213 185.712 263.859 185.887 264.413 186.239C264.971 186.591 265.404 187.084 265.713 187.72C266.026 188.355 266.182 189.099 266.182 189.952C266.182 190.797 266.026 191.536 265.713 192.168C265.404 192.8 264.971 193.292 264.413 193.643C263.859 193.995 263.213 194.17 262.474 194.17ZM262.474 193.041C263.036 193.041 263.497 192.897 263.859 192.61C264.222 192.322 264.49 191.944 264.664 191.475C264.838 191.006 264.925 190.499 264.925 189.952C264.925 189.405 264.838 188.895 264.664 188.423C264.49 187.951 264.222 187.569 263.859 187.278C263.497 186.987 263.036 186.841 262.474 186.841C261.913 186.841 261.452 186.987 261.089 187.278C260.727 187.569 260.459 187.951 260.285 188.423C260.111 188.895 260.024 189.405 260.024 189.952C260.024 190.499 260.111 191.006 260.285 191.475C260.459 191.944 260.727 192.322 261.089 192.61C261.452 192.897 261.913 193.041 262.474 193.041ZM268.101 197.068V185.818H269.315V187.118H269.464C269.557 186.976 269.685 186.795 269.848 186.575C270.015 186.351 270.253 186.152 270.562 185.978C270.874 185.8 271.297 185.712 271.829 185.712C272.518 185.712 273.126 185.884 273.651 186.228C274.177 186.573 274.587 187.061 274.882 187.693C275.176 188.325 275.324 189.071 275.324 189.93C275.324 190.797 275.176 191.548 274.882 192.184C274.587 192.816 274.179 193.306 273.657 193.654C273.134 193.998 272.533 194.17 271.851 194.17C271.325 194.17 270.904 194.083 270.588 193.909C270.272 193.732 270.029 193.531 269.859 193.308C269.688 193.08 269.557 192.892 269.464 192.743H269.358V197.068H268.101ZM269.337 189.909C269.337 190.527 269.427 191.072 269.608 191.544C269.789 192.013 270.054 192.381 270.402 192.647C270.75 192.91 271.176 193.041 271.68 193.041C272.206 193.041 272.644 192.903 272.996 192.626C273.351 192.345 273.617 191.969 273.795 191.496C273.976 191.021 274.067 190.491 274.067 189.909C274.067 189.334 273.978 188.815 273.8 188.354C273.626 187.888 273.362 187.521 273.007 187.251C272.655 186.978 272.213 186.841 271.68 186.841C271.169 186.841 270.739 186.971 270.391 187.23C270.043 187.485 269.78 187.844 269.603 188.306C269.425 188.764 269.337 189.298 269.337 189.909ZM280.672 194.17C279.883 194.17 279.203 193.996 278.632 193.648C278.063 193.297 277.625 192.807 277.316 192.178C277.011 191.546 276.858 190.811 276.858 189.973C276.858 189.135 277.011 188.396 277.316 187.757C277.625 187.114 278.055 186.614 278.605 186.255C279.159 185.893 279.805 185.712 280.544 185.712C280.97 185.712 281.391 185.783 281.806 185.925C282.222 186.067 282.6 186.298 282.941 186.617C283.282 186.933 283.554 187.352 283.756 187.874C283.958 188.396 284.06 189.039 284.06 189.803V190.335H277.753V189.249H282.781C282.781 188.787 282.689 188.375 282.504 188.013C282.323 187.651 282.064 187.365 281.726 187.155C281.393 186.946 280.998 186.841 280.544 186.841C280.043 186.841 279.61 186.965 279.244 187.214C278.882 187.459 278.603 187.778 278.408 188.173C278.213 188.567 278.115 188.989 278.115 189.44V190.165C278.115 190.783 278.222 191.306 278.435 191.736C278.651 192.162 278.951 192.487 279.335 192.711C279.718 192.931 280.164 193.041 280.672 193.041C281.002 193.041 281.3 192.995 281.567 192.903C281.837 192.807 282.069 192.665 282.264 192.477C282.46 192.285 282.611 192.047 282.717 191.763L283.932 192.104C283.804 192.516 283.589 192.878 283.287 193.19C282.985 193.499 282.612 193.741 282.169 193.915C281.725 194.085 281.226 194.17 280.672 194.17ZM285.972 194V185.818H287.186V187.054H287.272C287.421 186.649 287.691 186.321 288.081 186.069C288.472 185.816 288.912 185.69 289.402 185.69C289.495 185.69 289.61 185.692 289.748 185.696C289.887 185.699 289.992 185.705 290.063 185.712V186.99C290.02 186.979 289.922 186.963 289.77 186.942C289.621 186.917 289.463 186.905 289.296 186.905C288.898 186.905 288.543 186.988 288.23 187.155C287.921 187.319 287.676 187.546 287.495 187.837C287.318 188.125 287.229 188.453 287.229 188.822V194H285.972ZM293.961 194.192C293.442 194.192 292.972 194.094 292.549 193.899C292.126 193.7 291.791 193.414 291.542 193.041C291.294 192.665 291.169 192.21 291.169 191.678C291.169 191.209 291.262 190.829 291.446 190.538C291.631 190.243 291.878 190.012 292.187 189.845C292.496 189.678 292.837 189.554 293.21 189.472C293.586 189.387 293.964 189.32 294.344 189.27C294.841 189.206 295.244 189.158 295.553 189.126C295.866 189.091 296.093 189.032 296.235 188.95C296.381 188.869 296.453 188.727 296.453 188.524V188.482C296.453 187.956 296.31 187.548 296.022 187.256C295.738 186.965 295.306 186.82 294.728 186.82C294.127 186.82 293.657 186.951 293.316 187.214C292.975 187.477 292.735 187.757 292.597 188.055L291.404 187.629C291.617 187.132 291.901 186.745 292.256 186.468C292.615 186.187 293.005 185.992 293.428 185.882C293.854 185.768 294.273 185.712 294.685 185.712C294.948 185.712 295.25 185.744 295.591 185.808C295.935 185.868 296.267 185.994 296.587 186.186C296.91 186.377 297.178 186.667 297.391 187.054C297.604 187.441 297.711 187.96 297.711 188.609V194H296.453V192.892H296.39C296.304 193.07 296.162 193.26 295.963 193.462C295.765 193.664 295.5 193.837 295.17 193.979C294.839 194.121 294.436 194.192 293.961 194.192ZM294.152 193.062C294.65 193.062 295.069 192.965 295.409 192.77C295.754 192.574 296.013 192.322 296.187 192.013C296.365 191.704 296.453 191.379 296.453 191.038V189.888C296.4 189.952 296.283 190.01 296.102 190.064C295.924 190.113 295.718 190.158 295.484 190.197C295.253 190.232 295.028 190.264 294.808 190.293C294.591 190.317 294.415 190.339 294.28 190.357C293.953 190.399 293.648 190.468 293.364 190.564C293.083 190.657 292.856 190.797 292.682 190.985C292.512 191.17 292.426 191.422 292.426 191.741C292.426 192.178 292.588 192.509 292.911 192.732C293.238 192.952 293.652 193.062 294.152 193.062ZM303.563 185.818V186.884H299.323V185.818H303.563ZM300.559 183.858H301.816V191.656C301.816 192.011 301.868 192.278 301.971 192.455C302.077 192.629 302.212 192.746 302.375 192.807C302.542 192.864 302.718 192.892 302.903 192.892C303.041 192.892 303.155 192.885 303.244 192.871C303.332 192.853 303.403 192.839 303.457 192.828L303.712 193.957C303.627 193.989 303.508 194.021 303.356 194.053C303.203 194.089 303.009 194.107 302.775 194.107C302.42 194.107 302.072 194.03 301.731 193.877C301.394 193.725 301.113 193.492 300.889 193.18C300.669 192.867 300.559 192.473 300.559 191.997V183.858ZM305.454 194V185.818H306.711V194H305.454ZM306.093 184.455C305.848 184.455 305.637 184.371 305.46 184.204C305.286 184.037 305.199 183.837 305.199 183.602C305.199 183.368 305.286 183.167 305.46 183C305.637 182.833 305.848 182.75 306.093 182.75C306.339 182.75 306.548 182.833 306.722 183C306.9 183.167 306.988 183.368 306.988 183.602C306.988 183.837 306.9 184.037 306.722 184.204C306.548 184.371 306.339 184.455 306.093 184.455ZM312.338 194.17C311.599 194.17 310.951 193.995 310.393 193.643C309.839 193.292 309.406 192.8 309.094 192.168C308.785 191.536 308.63 190.797 308.63 189.952C308.63 189.099 308.785 188.355 309.094 187.72C309.406 187.084 309.839 186.591 310.393 186.239C310.951 185.887 311.599 185.712 312.338 185.712C313.076 185.712 313.723 185.887 314.277 186.239C314.834 186.591 315.267 187.084 315.576 187.72C315.889 188.355 316.045 189.099 316.045 189.952C316.045 190.797 315.889 191.536 315.576 192.168C315.267 192.8 314.834 193.292 314.277 193.643C313.723 193.995 313.076 194.17 312.338 194.17ZM312.338 193.041C312.899 193.041 313.36 192.897 313.723 192.61C314.085 192.322 314.353 191.944 314.527 191.475C314.701 191.006 314.788 190.499 314.788 189.952C314.788 189.405 314.701 188.895 314.527 188.423C314.353 187.951 314.085 187.569 313.723 187.278C313.36 186.987 312.899 186.841 312.338 186.841C311.777 186.841 311.315 186.987 310.953 187.278C310.591 187.569 310.322 187.951 310.148 188.423C309.974 188.895 309.887 189.405 309.887 189.952C309.887 190.499 309.974 191.006 310.148 191.475C310.322 191.944 310.591 192.322 310.953 192.61C311.315 192.897 311.777 193.041 312.338 193.041ZM319.221 189.078V194H317.964V185.818H319.179V187.097H319.285C319.477 186.681 319.768 186.347 320.159 186.095C320.549 185.839 321.054 185.712 321.671 185.712C322.225 185.712 322.71 185.825 323.126 186.053C323.541 186.276 323.864 186.617 324.095 187.075C324.326 187.53 324.441 188.105 324.441 188.801V194H323.184V188.886C323.184 188.244 323.017 187.743 322.684 187.384C322.35 187.022 321.892 186.841 321.309 186.841C320.908 186.841 320.549 186.928 320.233 187.102C319.921 187.276 319.674 187.53 319.493 187.864C319.312 188.197 319.221 188.602 319.221 189.078Z"
|
158
|
-
fill="#04B97A"
|
159
|
-
/>
|
160
|
-
<path
|
161
|
-
d="M259.321 57V46.0909H265.905V47.2628H260.642V50.9489H265.564V52.1207H260.642V55.8281H265.99V57H259.321ZM273.698 60.0682V55.7429H273.591C273.499 55.892 273.368 56.0803 273.197 56.3075C273.027 56.5312 272.783 56.7319 272.467 56.9094C272.151 57.0835 271.73 57.1705 271.205 57.1705C270.523 57.1705 269.921 56.9982 269.399 56.6538C268.877 56.3058 268.469 55.8157 268.174 55.1836C267.879 54.5479 267.732 53.7969 267.732 52.9304C267.732 52.071 267.879 51.3253 268.174 50.6932C268.469 50.0611 268.879 49.5728 269.404 49.2283C269.93 48.8839 270.537 48.7116 271.226 48.7116C271.759 48.7116 272.18 48.8004 272.489 48.978C272.801 49.152 273.039 49.3509 273.202 49.5746C273.369 49.7947 273.499 49.9759 273.591 50.1179H273.74V48.8182H274.955V60.0682H273.698ZM271.375 56.0412C271.88 56.0412 272.306 55.9098 272.654 55.647C273.002 55.3807 273.266 55.0131 273.447 54.5444C273.629 54.0721 273.719 53.527 273.719 52.9091C273.719 52.2983 273.63 51.7638 273.453 51.3058C273.275 50.8441 273.012 50.4854 272.664 50.2298C272.316 49.9705 271.887 49.8409 271.375 49.8409C270.843 49.8409 270.399 49.9776 270.044 50.2511C269.692 50.521 269.428 50.8885 269.25 51.3537C269.076 51.8153 268.989 52.3338 268.989 52.9091C268.989 53.4915 269.078 54.0206 269.255 54.4964C269.436 54.9687 269.703 55.3452 270.054 55.6257C270.409 55.9027 270.85 56.0412 271.375 56.0412ZM282.412 53.6548V48.8182H283.669V57H282.412V55.6151H282.327C282.135 56.0305 281.837 56.3839 281.432 56.6751C281.027 56.9627 280.516 57.1065 279.898 57.1065C279.387 57.1065 278.932 56.9947 278.534 56.771C278.137 56.5437 277.824 56.2028 277.597 55.7482C277.37 55.2901 277.256 54.7131 277.256 54.017V48.8182H278.513V53.9318C278.513 54.5284 278.68 55.0043 279.014 55.3594C279.351 55.7145 279.781 55.892 280.303 55.892C280.615 55.892 280.933 55.8121 281.256 55.6523C281.583 55.4925 281.857 55.2475 282.077 54.9173C282.3 54.587 282.412 54.1662 282.412 53.6548ZM285.972 57V48.8182H287.229V57H285.972ZM286.611 47.4545C286.366 47.4545 286.155 47.3711 285.977 47.2042C285.803 47.0373 285.716 46.8366 285.716 46.6023C285.716 46.3679 285.803 46.1673 285.977 46.0004C286.155 45.8335 286.366 45.75 286.611 45.75C286.856 45.75 287.066 45.8335 287.24 46.0004C287.417 46.1673 287.506 46.3679 287.506 46.6023C287.506 46.8366 287.417 47.0373 287.24 47.2042C287.066 47.3711 286.856 47.4545 286.611 47.4545ZM289.531 60.0682V48.8182H290.746V50.1179H290.895C290.987 49.9759 291.115 49.7947 291.279 49.5746C291.445 49.3509 291.683 49.152 291.992 48.978C292.305 48.8004 292.727 48.7116 293.26 48.7116C293.949 48.7116 294.556 48.8839 295.082 49.2283C295.607 49.5728 296.018 50.0611 296.312 50.6932C296.607 51.3253 296.754 52.071 296.754 52.9304C296.754 53.7969 296.607 54.5479 296.312 55.1836C296.018 55.8157 295.609 56.3058 295.087 56.6538C294.565 56.9982 293.963 57.1705 293.281 57.1705C292.756 57.1705 292.335 57.0835 292.019 56.9094C291.703 56.7319 291.46 56.5312 291.289 56.3075C291.119 56.0803 290.987 55.892 290.895 55.7429H290.789V60.0682H289.531ZM290.767 52.9091C290.767 53.527 290.858 54.0721 291.039 54.5444C291.22 55.0131 291.485 55.3807 291.833 55.647C292.181 55.9098 292.607 56.0412 293.111 56.0412C293.637 56.0412 294.075 55.9027 294.427 55.6257C294.782 55.3452 295.048 54.9687 295.226 54.4964C295.407 54.0206 295.497 53.4915 295.497 52.9091C295.497 52.3338 295.409 51.8153 295.231 51.3537C295.057 50.8885 294.792 50.521 294.437 50.2511C294.086 49.9776 293.644 49.8409 293.111 49.8409C292.6 49.8409 292.17 49.9705 291.822 50.2298C291.474 50.4854 291.211 50.8441 291.034 51.3058C290.856 51.7638 290.767 52.2983 290.767 52.9091ZM298.672 60.0682V48.8182H299.887V50.1179H300.036C300.128 49.9759 300.256 49.7947 300.419 49.5746C300.586 49.3509 300.824 49.152 301.133 48.978C301.445 48.8004 301.868 48.7116 302.401 48.7116C303.09 48.7116 303.697 48.8839 304.222 49.2283C304.748 49.5728 305.158 50.0611 305.453 50.6932C305.748 51.3253 305.895 52.071 305.895 52.9304C305.895 53.7969 305.748 54.5479 305.453 55.1836C305.158 55.8157 304.75 56.3058 304.228 56.6538C303.706 56.9982 303.104 57.1705 302.422 57.1705C301.896 57.1705 301.476 57.0835 301.16 56.9094C300.844 56.7319 300.6 56.5312 300.43 56.3075C300.259 56.0803 300.128 55.892 300.036 55.7429H299.929V60.0682H298.672ZM299.908 52.9091C299.908 53.527 299.998 54.0721 300.18 54.5444C300.361 55.0131 300.625 55.3807 300.973 55.647C301.321 55.9098 301.747 56.0412 302.252 56.0412C302.777 56.0412 303.216 55.9027 303.567 55.6257C303.922 55.3452 304.189 54.9687 304.366 54.4964C304.547 54.0206 304.638 53.4915 304.638 52.9091C304.638 52.3338 304.549 51.8153 304.372 51.3537C304.198 50.8885 303.933 50.521 303.578 50.2511C303.226 49.9776 302.784 49.8409 302.252 49.8409C301.74 49.8409 301.311 49.9705 300.963 50.2298C300.615 50.4854 300.352 50.8441 300.174 51.3058C299.997 51.7638 299.908 52.2983 299.908 52.9091ZM311.243 57.1705C310.455 57.1705 309.775 56.9964 309.203 56.6484C308.635 56.2969 308.196 55.8068 307.887 55.1783C307.582 54.5462 307.429 53.8111 307.429 52.973C307.429 52.1349 307.582 51.3963 307.887 50.7571C308.196 50.1143 308.626 49.6136 309.176 49.255C309.73 48.8928 310.377 48.7116 311.115 48.7116C311.541 48.7116 311.962 48.7827 312.378 48.9247C312.793 49.0668 313.171 49.2976 313.512 49.6172C313.853 49.9332 314.125 50.3523 314.327 50.8743C314.53 51.3963 314.631 52.0391 314.631 52.8026V53.3352H308.324V52.2486H313.352C313.352 51.7869 313.26 51.375 313.075 51.0128C312.894 50.6506 312.635 50.3647 312.298 50.1552C311.964 49.9457 311.57 49.8409 311.115 49.8409C310.615 49.8409 310.181 49.9652 309.816 50.2138C309.453 50.4588 309.175 50.7784 308.979 51.1726C308.784 51.5668 308.686 51.9893 308.686 52.4403V53.1648C308.686 53.7827 308.793 54.3065 309.006 54.7362C309.222 55.1623 309.523 55.4872 309.906 55.7109C310.29 55.9311 310.735 56.0412 311.243 56.0412C311.573 56.0412 311.872 55.995 312.138 55.9027C312.408 55.8068 312.64 55.6648 312.836 55.4766C313.031 55.2848 313.182 55.0469 313.289 54.7628L314.503 55.1037C314.375 55.5156 314.16 55.8778 313.858 56.1903C313.557 56.4993 313.184 56.7408 312.74 56.9148C312.296 57.0852 311.797 57.1705 311.243 57.1705ZM319.633 57.1705C318.951 57.1705 318.349 56.9982 317.827 56.6538C317.305 56.3058 316.896 55.8157 316.602 55.1836C316.307 54.5479 316.16 53.7969 316.16 52.9304C316.16 52.071 316.307 51.3253 316.602 50.6932C316.896 50.0611 317.307 49.5728 317.832 49.2283C318.358 48.8839 318.965 48.7116 319.654 48.7116C320.187 48.7116 320.607 48.8004 320.916 48.978C321.229 49.152 321.467 49.3509 321.63 49.5746C321.797 49.7947 321.927 49.9759 322.019 50.1179H322.126V46.0909H323.383V57H322.168V55.7429H322.019C321.927 55.892 321.795 56.0803 321.625 56.3075C321.454 56.5312 321.211 56.7319 320.895 56.9094C320.579 57.0835 320.158 57.1705 319.633 57.1705ZM319.803 56.0412C320.307 56.0412 320.733 55.9098 321.081 55.647C321.43 55.3807 321.694 55.0131 321.875 54.5444C322.056 54.0721 322.147 53.527 322.147 52.9091C322.147 52.2983 322.058 51.7638 321.881 51.3058C321.703 50.8441 321.44 50.4854 321.092 50.2298C320.744 49.9705 320.314 49.8409 319.803 49.8409C319.27 49.8409 318.827 49.9776 318.471 50.2511C318.12 50.521 317.855 50.8885 317.678 51.3537C317.504 51.8153 317.417 52.3338 317.417 52.9091C317.417 53.4915 317.506 54.0206 317.683 54.4964C317.864 54.9687 318.131 55.3452 318.482 55.6257C318.837 55.9027 319.278 56.0412 319.803 56.0412Z"
|
162
|
-
fill="#D28A04"
|
163
|
-
/>
|
164
|
-
</g>
|
165
|
-
<defs>
|
166
|
-
<radialGradient
|
167
|
-
id="paint0_radial_38_7016"
|
168
|
-
cx="0"
|
169
|
-
cy="0"
|
170
|
-
r="1"
|
171
|
-
gradientUnits="userSpaceOnUse"
|
172
|
-
gradientTransform="translate(153.5 100.5) rotate(90) scale(158.5 242.087)"
|
173
|
-
>
|
174
|
-
<stop stopColor="#252837" />
|
175
|
-
<stop offset="1" stopColor="#0D0E12" />
|
176
|
-
</radialGradient>
|
177
|
-
<linearGradient
|
178
|
-
id="paint1_linear_38_7016"
|
179
|
-
x1="168.5"
|
180
|
-
y1="-21.875"
|
181
|
-
x2="168.5"
|
182
|
-
y2="183"
|
183
|
-
gradientUnits="userSpaceOnUse"
|
184
|
-
>
|
185
|
-
<stop stopColor="#13141B" />
|
186
|
-
<stop offset="1" stopColor="#9499AD" />
|
187
|
-
</linearGradient>
|
188
|
-
<linearGradient
|
189
|
-
id="paint2_linear_38_7016"
|
190
|
-
x1="241"
|
191
|
-
y1="3.25"
|
192
|
-
x2="163.5"
|
193
|
-
y2="3.25"
|
194
|
-
gradientUnits="userSpaceOnUse"
|
195
|
-
>
|
196
|
-
<stop stopColor="#A9F9DC" />
|
197
|
-
<stop offset="1" stopColor="#0FF0A1" />
|
198
|
-
</linearGradient>
|
199
|
-
<linearGradient
|
200
|
-
id="paint3_linear_38_7016"
|
201
|
-
x1="241"
|
202
|
-
y1="108.25"
|
203
|
-
x2="168"
|
204
|
-
y2="108.25"
|
205
|
-
gradientUnits="userSpaceOnUse"
|
206
|
-
>
|
207
|
-
<stop stopColor="#A9F9DC" />
|
208
|
-
<stop offset="1" stopColor="#0FF0A1" />
|
209
|
-
</linearGradient>
|
210
|
-
<linearGradient
|
211
|
-
id="paint4_linear_38_7016"
|
212
|
-
x1="241"
|
213
|
-
y1="63.25"
|
214
|
-
x2="168"
|
215
|
-
y2="63.25"
|
216
|
-
gradientUnits="userSpaceOnUse"
|
217
|
-
>
|
218
|
-
<stop stopColor="#F9E994" />
|
219
|
-
<stop offset="1" stopColor="#F9BC15" />
|
220
|
-
</linearGradient>
|
221
|
-
</defs>
|
222
|
-
</svg>
|
223
|
-
)
|
224
|
-
}
|