@gen-epix/ui 1.15.1 → 1.16.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/environment.d.ts +54 -0
- package/dist/index.d.ts +16090 -0
- package/dist/index.js +125 -106
- package/dist/index.js.map +1 -0
- package/package.json +14 -16
- package/src/@types/environment.d.ts +0 -54
- package/src/api/api.ts +0 -43576
- package/src/api/base.ts +0 -111
- package/src/api/common.ts +0 -168
- package/src/api/configuration.ts +0 -118
- package/src/api/index.ts +0 -20
- package/src/assets/icons/CollectionIcon.svg +0 -1
- package/src/assets/icons/DnaIcon.svg +0 -1
- package/src/assets/icons/VirusIcon.svg +0 -1
- package/src/assets/logo/logo-rijksoverheid.svg +0 -42
- package/src/assets/logo/logo-rivm.svg +0 -6
- package/src/classes/Subject/Subject.ts +0 -26
- package/src/classes/Subject/index.ts +0 -1
- package/src/classes/TableEventBus/TableEventBus.ts +0 -14
- package/src/classes/TableEventBus/index.ts +0 -1
- package/src/classes/abstracts/EventBusAbstract/EventBusAbstract.ts +0 -37
- package/src/classes/abstracts/EventBusAbstract/index.ts +0 -1
- package/src/classes/abstracts/FilterAbstract/FilterAbstract.ts +0 -54
- package/src/classes/abstracts/FilterAbstract/index.ts +0 -1
- package/src/classes/abstracts/SubscribableAbstract/SubscribableAbstract.ts +0 -20
- package/src/classes/abstracts/SubscribableAbstract/index.ts +0 -1
- package/src/classes/errors/UploadError.ts +0 -11
- package/src/classes/errors/index.ts +0 -1
- package/src/classes/filters/BooleanFilter.ts +0 -31
- package/src/classes/filters/DateFilter.ts +0 -133
- package/src/classes/filters/GeoFilter.ts +0 -60
- package/src/classes/filters/MultiSelectFilter.ts +0 -70
- package/src/classes/filters/NumberRangeFilter.ts +0 -82
- package/src/classes/filters/SelectionFilter.ts +0 -25
- package/src/classes/filters/TextFilter.ts +0 -36
- package/src/classes/filters/TreeFilter.ts +0 -22
- package/src/classes/managers/AuthenticationManager/AuthenticationManager.ts +0 -94
- package/src/classes/managers/AuthenticationManager/index.ts +0 -1
- package/src/classes/managers/AuthorizationManager/AuthorizationManager.ts +0 -70
- package/src/classes/managers/AuthorizationManager/index.ts +0 -1
- package/src/classes/managers/BackendVersionManager/BackendVersionManager.ts +0 -23
- package/src/classes/managers/BackendVersionManager/index.ts +0 -1
- package/src/classes/managers/BreadcrumbManager/BreadcrumbManager.ts +0 -30
- package/src/classes/managers/BreadcrumbManager/index.ts +0 -1
- package/src/classes/managers/ConfigManager/ConfigManager.ts +0 -31
- package/src/classes/managers/ConfigManager/index.ts +0 -1
- package/src/classes/managers/DevicePixelRatioManager/DevicePixelRatioManager.ts +0 -27
- package/src/classes/managers/DevicePixelRatioManager/index.ts +0 -1
- package/src/classes/managers/EmotionCacheManager/EmotionCacheManager.ts +0 -27
- package/src/classes/managers/EmotionCacheManager/index.ts +0 -1
- package/src/classes/managers/EpiDataManager/EpiDataManager.ts +0 -196
- package/src/classes/managers/EpiDataManager/index.ts +0 -1
- package/src/classes/managers/EpiEventBusManager/EpiEventBusManager.ts +0 -61
- package/src/classes/managers/EpiEventBusManager/index.ts +0 -1
- package/src/classes/managers/EpiHighlightingManager/EpiHighlightingManager.ts +0 -32
- package/src/classes/managers/EpiHighlightingManager/index.ts +0 -1
- package/src/classes/managers/EpiLineListCaseSetMembersManager/EpiListsCaseSetMembersManager.ts +0 -118
- package/src/classes/managers/EpiLineListCaseSetMembersManager/index.ts +0 -1
- package/src/classes/managers/FeatureFlagsManager/FeatureFlagsManager.ts +0 -30
- package/src/classes/managers/FeatureFlagsManager/index.ts +0 -1
- package/src/classes/managers/I18nManager/I18nManager.ts +0 -105
- package/src/classes/managers/I18nManager/index.ts +0 -1
- package/src/classes/managers/InactivityManager/InactivityManager.ts +0 -119
- package/src/classes/managers/InactivityManager/index.ts +0 -1
- package/src/classes/managers/KeyboardShortcutManager/KeyboardShortcutManager.ts +0 -78
- package/src/classes/managers/KeyboardShortcutManager/index.ts +0 -1
- package/src/classes/managers/LogManager/LogManager.ts +0 -151
- package/src/classes/managers/LogManager/index.ts +0 -1
- package/src/classes/managers/NavigationHistoryManager/NavigationHistoryManager.ts +0 -16
- package/src/classes/managers/NavigationHistoryManager/index.ts +0 -1
- package/src/classes/managers/NotificationManager/NotificationManager.ts +0 -104
- package/src/classes/managers/NotificationManager/index.ts +0 -1
- package/src/classes/managers/PageEventBusManager/PageEventBusManager.ts +0 -116
- package/src/classes/managers/PageEventBusManager/index.ts +0 -1
- package/src/classes/managers/QueryClientManager/QueryClientManager.ts +0 -51
- package/src/classes/managers/QueryClientManager/index.ts +0 -1
- package/src/classes/managers/RouterManager/RouterManager.ts +0 -25
- package/src/classes/managers/RouterManager/index.ts +0 -1
- package/src/classes/managers/UserSettingsManager/UserSettingsManager.ts +0 -16
- package/src/classes/managers/UserSettingsManager/index.ts +0 -1
- package/src/classes/managers/WindowManager/WindowManager.test.ts +0 -23
- package/src/classes/managers/WindowManager/WindowManager.ts +0 -26
- package/src/classes/managers/WindowManager/index.ts +0 -1
- package/src/components/app/App/App.tsx +0 -58
- package/src/components/app/App/index.ts +0 -1
- package/src/components/app/ApplicationBootstrap/ApplicationBootstrap.tsx +0 -223
- package/src/components/app/ApplicationBootstrap/index.ts +0 -1
- package/src/components/app/RouterRoot/RouterRoot.tsx +0 -187
- package/src/components/app/RouterRoot/index.ts +0 -1
- package/src/components/epi/EpiAddCasesToEventDialog/EpiAddCasesToEventDialog.tsx +0 -347
- package/src/components/epi/EpiAddCasesToEventDialog/EpiAddCasesToEventDialogSuccessNotificationMessage.tsx +0 -38
- package/src/components/epi/EpiAddCasesToEventDialog/index.ts +0 -1
- package/src/components/epi/EpiBulkEditCaseDialog/EpiBulkEditCaseDialog.tsx +0 -61
- package/src/components/epi/EpiBulkEditCaseDialog/index.ts +0 -1
- package/src/components/epi/EpiCaseInfoDialog/EpiCaseCaseSetInfo.tsx +0 -137
- package/src/components/epi/EpiCaseInfoDialog/EpiCaseContent.tsx +0 -127
- package/src/components/epi/EpiCaseInfoDialog/EpiCaseForm.tsx +0 -111
- package/src/components/epi/EpiCaseInfoDialog/EpiCaseInfoDialog.tsx +0 -377
- package/src/components/epi/EpiCaseInfoDialog/EpiCaseSharingForm.tsx +0 -140
- package/src/components/epi/EpiCaseInfoDialog/EpiCaseSharingInfo.tsx +0 -23
- package/src/components/epi/EpiCaseInfoDialog/EpiReadOnlyCaseContent.tsx +0 -89
- package/src/components/epi/EpiCaseInfoDialog/index.ts +0 -1
- package/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetContent.tsx +0 -108
- package/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetDescription.tsx +0 -34
- package/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetForm.tsx +0 -151
- package/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetInfoDialog.tsx +0 -389
- package/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetSharingForm.tsx +0 -155
- package/src/components/epi/EpiCaseSetInfoDialog/EpiCaseSetSharingInfo.tsx +0 -23
- package/src/components/epi/EpiCaseSetInfoDialog/index.ts +0 -1
- package/src/components/epi/EpiCaseSummary/EpiCaseSummary.tsx +0 -141
- package/src/components/epi/EpiCaseSummary/index.ts +0 -1
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoAccessRights.tsx +0 -91
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoColAccessRights.tsx +0 -118
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoData.tsx +0 -38
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoDialog.tsx +0 -39
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoDialogContent.tsx +0 -169
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoDialogWithLoader.tsx +0 -42
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoRegions.tsx +0 -87
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoTrees.tsx +0 -73
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoValues.tsx +0 -61
- package/src/components/epi/EpiCaseTypeInfoDialog/EpiCaseTypeInfoVariableDetails.tsx +0 -151
- package/src/components/epi/EpiCaseTypeInfoDialog/index.ts +0 -10
- package/src/components/epi/EpiCasesAlreadyInCaseSetWarning/EpiCasesAlreadyInCaseSetWarning.tsx +0 -190
- package/src/components/epi/EpiCasesAlreadyInCaseSetWarning/EpiCasesAlreadyInCaseSetWarningCaseSetLink.tsx +0 -62
- package/src/components/epi/EpiCasesAlreadyInCaseSetWarning/index.ts +0 -1
- package/src/components/epi/EpiCompletCaseTypeLoader/EpiCompletCaseTypeLoader.tsx +0 -87
- package/src/components/epi/EpiCompletCaseTypeLoader/index.ts +0 -1
- package/src/components/epi/EpiContactDetailsDialog/EpiContactDetailsDialog.tsx +0 -151
- package/src/components/epi/EpiContactDetailsDialog/index.ts +0 -1
- package/src/components/epi/EpiContextMenu/EpiContextMenu.tsx +0 -155
- package/src/components/epi/EpiContextMenu/index.ts +0 -1
- package/src/components/epi/EpiCreateEventDialog/EpiCreateEventDialog.tsx +0 -386
- package/src/components/epi/EpiCreateEventDialog/EpiCreateEventDialogSuccessNotificationMessage.tsx +0 -30
- package/src/components/epi/EpiCreateEventDialog/index.ts +0 -1
- package/src/components/epi/EpiCurve/EpiCurve.tsx +0 -525
- package/src/components/epi/EpiCurve/index.ts +0 -1
- package/src/components/epi/EpiCustomTabPanel/EpiCustomTabPanel.tsx +0 -27
- package/src/components/epi/EpiCustomTabPanel/index.ts +0 -1
- package/src/components/epi/EpiDashboard/EpiDashboard.tsx +0 -390
- package/src/components/epi/EpiDashboard/EpiDashboardDownloadSidebarItem.tsx +0 -154
- package/src/components/epi/EpiDashboard/EpiDashboardGeneralSettingsForm.tsx +0 -89
- package/src/components/epi/EpiDashboard/EpiDashboardLayoutRenderer.tsx +0 -248
- package/src/components/epi/EpiDashboard/EpiDashboardLayoutSettingsForm.tsx +0 -160
- package/src/components/epi/EpiDashboard/EpiDashboardSettingsSidebarItem.tsx +0 -93
- package/src/components/epi/EpiDashboard/EpiDashboardTreeSettingsForm.tsx +0 -90
- package/src/components/epi/EpiDashboard/index.ts +0 -1
- package/src/components/epi/EpiDashboardStoreLoader/EpiDashboardStoreLoader.tsx +0 -34
- package/src/components/epi/EpiDashboardStoreLoader/EpiDashboardStoreLoaderContent.tsx +0 -73
- package/src/components/epi/EpiDashboardStoreLoader/index.ts +0 -2
- package/src/components/epi/EpiDashboardStoreLoader/withEpiDashboardStore.tsx +0 -19
- package/src/components/epi/EpiDataCollectionAccessInfo/EpiDataCollectionAccessInfo.tsx +0 -88
- package/src/components/epi/EpiDataCollectionAccessInfo/index.ts +0 -1
- package/src/components/epi/EpiFindSimilarCasesDialog/EpiFindSimilarCasesDialog.tsx +0 -302
- package/src/components/epi/EpiFindSimilarCasesDialog/index.ts +0 -1
- package/src/components/epi/EpiLegendaItem/EpiLegendaItem.tsx +0 -106
- package/src/components/epi/EpiLegendaItem/index.ts +0 -1
- package/src/components/epi/EpiLineList/EpiLineList.tsx +0 -492
- package/src/components/epi/EpiLineList/EpiLineListPrimaryMenu.tsx +0 -189
- package/src/components/epi/EpiLineList/EpiLineListSecondaryMenu.tsx +0 -56
- package/src/components/epi/EpiLineList/EpiLineListTitle.tsx +0 -28
- package/src/components/epi/EpiLineList/index.ts +0 -1
- package/src/components/epi/EpiLineList/useEpiLineListEmitDownloadOptions.tsx +0 -102
- package/src/components/epi/EpiMap/EpiMap.tsx +0 -547
- package/src/components/epi/EpiMap/index.ts +0 -1
- package/src/components/epi/EpiRemoveCasesFromEventDialog/EpiRemoveCasesFromEventDialog.tsx +0 -169
- package/src/components/epi/EpiRemoveCasesFromEventDialog/index.ts +0 -1
- package/src/components/epi/EpiRemoveFindSimilarCasesResultDialog/EpiRemoveFindSimilarCasesResultDialog.tsx +0 -216
- package/src/components/epi/EpiSequenceDownloadDialog/EpiSequenceDownloadDialog.tsx +0 -151
- package/src/components/epi/EpiSequenceDownloadDialog/index.ts +0 -1
- package/src/components/epi/EpiStratification/EpiStratification.tsx +0 -241
- package/src/components/epi/EpiStratification/index.ts +0 -1
- package/src/components/epi/EpiTree/EpiTree.tsx +0 -906
- package/src/components/epi/EpiTree/index.ts +0 -1
- package/src/components/epi/EpiTreeDescription/EpiTreeDescription.tsx +0 -71
- package/src/components/epi/EpiTreeDescription/index.ts +0 -1
- package/src/components/epi/EpiUpload/EpiUpload.tsx +0 -107
- package/src/components/epi/EpiUpload/EpiUploadCaseResultTable.tsx +0 -383
- package/src/components/epi/EpiUpload/EpiUploadCreateCases.tsx +0 -266
- package/src/components/epi/EpiUpload/EpiUploadMapColumns.tsx +0 -261
- package/src/components/epi/EpiUpload/EpiUploadMapSequences.tsx +0 -332
- package/src/components/epi/EpiUpload/EpiUploadNavigation.tsx +0 -52
- package/src/components/epi/EpiUpload/EpiUploadSelectFile.tsx +0 -285
- package/src/components/epi/EpiUpload/EpiUploadSelectSequenceFiles.tsx +0 -375
- package/src/components/epi/EpiUpload/EpiUploadValidate.tsx +0 -199
- package/src/components/epi/EpiUpload/EpiUploadValidateNavigation.tsx +0 -34
- package/src/components/epi/EpiUpload/index.ts +0 -1
- package/src/components/epi/EpiUserRightsDialog/EpiUserRightsDialog.tsx +0 -101
- package/src/components/epi/EpiUserRightsDialog/EpiUserRightsDialogCaseAccessPolicy.tsx +0 -160
- package/src/components/epi/EpiUserRightsDialog/index.ts +0 -1
- package/src/components/epi/EpiWarning/EpiWarning.tsx +0 -39
- package/src/components/epi/EpiWarning/index.ts +0 -1
- package/src/components/epi/EpiWidget/EpiWidget.tsx +0 -255
- package/src/components/epi/EpiWidget/index.ts +0 -1
- package/src/components/epi/EpiWidgetHeaderIconButton/EpiWidgetHeaderIconButton.tsx +0 -40
- package/src/components/epi/EpiWidgetHeaderIconButton/index.ts +0 -1
- package/src/components/epi/EpiWidgetMenu/EpiWidgetMenu.tsx +0 -56
- package/src/components/epi/EpiWidgetMenu/index.ts +0 -1
- package/src/components/epi/EpiWidgetUnavailable/EpiWidgetUnavailable.tsx +0 -51
- package/src/components/epi/EpiWidgetUnavailable/index.ts +0 -1
- package/src/components/filters/BooleanFilterField/BooleanFilterField.tsx +0 -26
- package/src/components/filters/BooleanFilterField/index.ts +0 -1
- package/src/components/filters/DateFilterField/DateFilterField.tsx +0 -23
- package/src/components/filters/DateFilterField/index.ts +0 -1
- package/src/components/filters/GeoFilterField/GeoFilterField.tsx +0 -32
- package/src/components/filters/GeoFilterField/index.ts +0 -1
- package/src/components/filters/MultiSelectFilterField/MultiSelectFilterField.tsx +0 -31
- package/src/components/filters/MultiSelectFilterField/index.ts +0 -1
- package/src/components/filters/NumberRangeFilterField/NumberRangeFilterField.tsx +0 -20
- package/src/components/filters/NumberRangeFilterField/index.ts +0 -1
- package/src/components/filters/TextFilterField/TextFilterField.tsx +0 -18
- package/src/components/filters/TextFilterField/index.ts +0 -1
- package/src/components/form/fields/Autocomplete/Autocomplete.tsx +0 -270
- package/src/components/form/fields/Autocomplete/index.ts +0 -1
- package/src/components/form/fields/CheckboxGroup/CheckboxGroup.tsx +0 -192
- package/src/components/form/fields/CheckboxGroup/index.ts +0 -1
- package/src/components/form/fields/DatePicker/DatePicker.tsx +0 -167
- package/src/components/form/fields/DatePicker/index.ts +0 -1
- package/src/components/form/fields/DateRangePicker/DateRangePicker.tsx +0 -359
- package/src/components/form/fields/DateRangePicker/index.ts +0 -1
- package/src/components/form/fields/NumberField/NumberField.tsx +0 -277
- package/src/components/form/fields/NumberField/index.ts +0 -1
- package/src/components/form/fields/NumberRangeInput/NumberRangeInput.tsx +0 -297
- package/src/components/form/fields/NumberRangeInput/index.ts +0 -1
- package/src/components/form/fields/RadioGroup/RadioGroup.tsx +0 -130
- package/src/components/form/fields/RadioGroup/index.ts +0 -1
- package/src/components/form/fields/RichTextEditor/RichTextEditor.tsx +0 -321
- package/src/components/form/fields/RichTextEditor/RichTextEditorContent.tsx +0 -34
- package/src/components/form/fields/RichTextEditor/index.ts +0 -2
- package/src/components/form/fields/RichTextEditor/useRichTextEditorExtensions.ts +0 -174
- package/src/components/form/fields/Select/Select.tsx +0 -219
- package/src/components/form/fields/Select/index.ts +0 -1
- package/src/components/form/fields/Switch/Switch.tsx +0 -116
- package/src/components/form/fields/Switch/index.ts +0 -1
- package/src/components/form/fields/TextField/TextField.tsx +0 -170
- package/src/components/form/fields/TextField/index.ts +0 -1
- package/src/components/form/fields/ToggleButtonGroup/ToggleButtonGroup.tsx +0 -118
- package/src/components/form/fields/ToggleButtonGroup/index.ts +0 -1
- package/src/components/form/fields/TransferList/TransferList.tsx +0 -360
- package/src/components/form/fields/TransferList/index.ts +0 -1
- package/src/components/form/fields/UploadButton/UploadButton.tsx +0 -157
- package/src/components/form/helpers/FormFieldHelperText/FormFieldHelperText.tsx +0 -68
- package/src/components/form/helpers/FormFieldHelperText/index.ts +0 -1
- package/src/components/form/helpers/FormFieldLoadingIndicator/FormFieldLoadingIndicator.tsx +0 -22
- package/src/components/form/helpers/FormFieldLoadingIndicator/index.ts +0 -1
- package/src/components/form/helpers/GenericForm/GenericForm.tsx +0 -187
- package/src/components/form/helpers/GenericForm/index.ts +0 -1
- package/src/components/ui/ApplicationBar/ApplicationBar.tsx +0 -74
- package/src/components/ui/ApplicationBar/ApplicationBarActions.tsx +0 -124
- package/src/components/ui/ApplicationBar/ApplicationBarActionsFeedbackItem.tsx +0 -102
- package/src/components/ui/ApplicationBar/ApplicationBarActionsInfotem.tsx +0 -60
- package/src/components/ui/ApplicationBar/ApplicationBarActionsNotificationsItem.tsx +0 -82
- package/src/components/ui/ApplicationBar/ApplicationBarActionsOrganizationSwitcherItem.tsx +0 -58
- package/src/components/ui/ApplicationBar/ApplicationBarActionsOutagesItem.tsx +0 -75
- package/src/components/ui/ApplicationBar/ApplicationBarActionsUserItem.tsx +0 -60
- package/src/components/ui/ApplicationBar/ApplicationBarNavigationMenu.tsx +0 -159
- package/src/components/ui/ApplicationBar/InfoMenu.tsx +0 -120
- package/src/components/ui/ApplicationBar/UserMenu.tsx +0 -208
- package/src/components/ui/ApplicationBar/UserOrganizationAdminMenuItem.tsx +0 -69
- package/src/components/ui/ApplicationBar/UserOwnOrganizationMenuItem.tsx +0 -54
- package/src/components/ui/ApplicationBar/index.ts +0 -1
- package/src/components/ui/ApplicationFooter/ApplicationFooter.tsx +0 -121
- package/src/components/ui/ApplicationFooter/ApplicationFooterLink.tsx +0 -48
- package/src/components/ui/ApplicationFooter/ApplicationFooterLinkSection.tsx +0 -56
- package/src/components/ui/ApplicationFooter/index.ts +0 -1
- package/src/components/ui/AuthenticationWrapper/AuthenticationWrapper.tsx +0 -208
- package/src/components/ui/AuthenticationWrapper/index.ts +0 -1
- package/src/components/ui/AuthorizationWrapper/AuthorizationWrapper.tsx +0 -75
- package/src/components/ui/AuthorizationWrapper/index.ts +0 -1
- package/src/components/ui/Breadcrumbs/Breadcrumbs.tsx +0 -92
- package/src/components/ui/Breadcrumbs/index.ts +0 -1
- package/src/components/ui/Confirmation/Confirmation.tsx +0 -10
- package/src/components/ui/Confirmation/ConfirmationRender.tsx +0 -81
- package/src/components/ui/Confirmation/index.ts +0 -2
- package/src/components/ui/ConsentDialog/ConsentDialog.tsx +0 -57
- package/src/components/ui/ConsentDialog/index.ts +0 -1
- package/src/components/ui/CopyToClipboardButton/CopyToClipboardButton.tsx +0 -94
- package/src/components/ui/CopyToClipboardButton/index.ts +0 -1
- package/src/components/ui/Dialog/Dialog.tsx +0 -196
- package/src/components/ui/Dialog/index.ts +0 -1
- package/src/components/ui/FileSelector/FileSelector.tsx +0 -358
- package/src/components/ui/FileSelector/index.ts +0 -1
- package/src/components/ui/GenericErrorMessage/GenericErrorMessage.tsx +0 -168
- package/src/components/ui/GenericErrorMessage/index.ts +0 -1
- package/src/components/ui/HomePageTrends/HomePageTrendCard.tsx +0 -132
- package/src/components/ui/HomePageTrends/HomePageTrends.tsx +0 -312
- package/src/components/ui/HomePageTrends/index.ts +0 -1
- package/src/components/ui/LicensesDialog/LicensesDialog.tsx +0 -231
- package/src/components/ui/LicensesDialog/index.ts +0 -1
- package/src/components/ui/LinearProgressWithLabel/LinearProgressWithLabel.tsx +0 -31
- package/src/components/ui/LinearProgressWithLabel/index.ts +0 -1
- package/src/components/ui/LoadingIndicator/LoadingIndicator.tsx +0 -11
- package/src/components/ui/LoadingIndicator/index.ts +0 -1
- package/src/components/ui/MyPermissionsDialog/MyPermissionsDialog.tsx +0 -95
- package/src/components/ui/MyPermissionsDialog/index.ts +0 -1
- package/src/components/ui/NavLink/NavLink.tsx +0 -47
- package/src/components/ui/NavLink/index.ts +0 -1
- package/src/components/ui/NestedMenu/IconMenuItem.tsx +0 -64
- package/src/components/ui/NestedMenu/NestedDropdown.tsx +0 -133
- package/src/components/ui/NestedMenu/NestedMenuItem.tsx +0 -250
- package/src/components/ui/NestedMenu/index.ts +0 -4
- package/src/components/ui/NestedMenu/nestedMenuItemsFromObject.tsx +0 -98
- package/src/components/ui/Notifications/NotificationItem.tsx +0 -70
- package/src/components/ui/Notifications/NotificationsDrawer.tsx +0 -161
- package/src/components/ui/Notifications/NotificationsStack.tsx +0 -45
- package/src/components/ui/Notifications/index.ts +0 -2
- package/src/components/ui/OrganizationSwitcherDialog/OrganizationSwitcherDialog.tsx +0 -204
- package/src/components/ui/OrganizationSwitcherDialog/index.ts +0 -1
- package/src/components/ui/OutageList/OutageItem.tsx +0 -48
- package/src/components/ui/OutageList/OutageList.tsx +0 -54
- package/src/components/ui/OutageList/OutageSection.tsx +0 -39
- package/src/components/ui/OutageList/index.ts +0 -1
- package/src/components/ui/OutagesDialog/OutagesDialog.tsx +0 -71
- package/src/components/ui/OutagesDialog/index.ts +0 -1
- package/src/components/ui/PageContainer/PageContainer.tsx +0 -207
- package/src/components/ui/PageContainer/index.ts +0 -1
- package/src/components/ui/PanelSeparator/PanelResizeHandle.tsx +0 -67
- package/src/components/ui/PanelSeparator/index.ts +0 -1
- package/src/components/ui/ResponseHandler/ResponseHandler.tsx +0 -79
- package/src/components/ui/ResponseHandler/index.ts +0 -1
- package/src/components/ui/Sidebar/SidebarItem.tsx +0 -138
- package/src/components/ui/Sidebar/SidebarMenu.tsx +0 -33
- package/src/components/ui/Sidebar/SidebarMenuItem.tsx +0 -61
- package/src/components/ui/Sidebar/index.ts +0 -3
- package/src/components/ui/SortableList/SortableList.tsx +0 -172
- package/src/components/ui/SortableList/SortableListItem.tsx +0 -73
- package/src/components/ui/SortableList/SortableListItemDragHandle.tsx +0 -53
- package/src/components/ui/SortableList/SortableOverlay.tsx +0 -35
- package/src/components/ui/SortableList/context/SortableListItemContext.tsx +0 -17
- package/src/components/ui/SortableList/context/SortableListItemContextProvider.tsx +0 -19
- package/src/components/ui/SortableList/context/useSortableListItemContext.tsx +0 -5
- package/src/components/ui/Spinner/Spinner.tsx +0 -84
- package/src/components/ui/Spinner/index.ts +0 -1
- package/src/components/ui/Stepper/Stepper.tsx +0 -194
- package/src/components/ui/Stepper/index.ts +0 -2
- package/src/components/ui/Stepper/stepperModel.ts +0 -4
- package/src/components/ui/Table/Table.tsx +0 -812
- package/src/components/ui/Table/TableActionsCell.tsx +0 -81
- package/src/components/ui/Table/TableCaption.tsx +0 -33
- package/src/components/ui/Table/TableCell.tsx +0 -162
- package/src/components/ui/Table/TableCellAsyncContent.tsx +0 -28
- package/src/components/ui/Table/TableCheckboxCell.tsx +0 -65
- package/src/components/ui/Table/TableCheckboxHeader.tsx +0 -72
- package/src/components/ui/Table/TableColumnsEditorDialog.tsx +0 -241
- package/src/components/ui/Table/TableFilter.tsx +0 -31
- package/src/components/ui/Table/TableFiltersSidebarItem.tsx +0 -398
- package/src/components/ui/Table/TableHeader.tsx +0 -40
- package/src/components/ui/Table/TableHeaderCell.tsx +0 -434
- package/src/components/ui/Table/TableHeaderFilter.tsx +0 -104
- package/src/components/ui/Table/TableMenu.tsx +0 -26
- package/src/components/ui/Table/TableReadableIndexCell.tsx +0 -65
- package/src/components/ui/Table/TableSidebarMenu.tsx +0 -59
- package/src/components/ui/Table/classNames.ts +0 -7
- package/src/components/ui/Table/index.ts +0 -12
- package/src/components/ui/UserFeedbackDialog/UserFeedbackDialog.tsx +0 -168
- package/src/components/ui/UserFeedbackDialog/index.ts +0 -1
- package/src/components/ui/UserInactivityConfirmation/UserInactivityConfirmation.tsx +0 -59
- package/src/components/ui/UserInactivityConfirmation/index.ts +0 -1
- package/src/components/ui/UsersEffectiveRightsDetailsDialog/UsersEffectiveRightsDetailsDialog.tsx +0 -584
- package/src/components/ui/UsersEffectiveRightsDetailsDialog/index.ts +0 -1
- package/src/context/caseAbac/CaseAbacContext.tsx +0 -24
- package/src/context/caseAbac/CaseAbacContextProvider.tsx +0 -69
- package/src/context/caseAbac/index.ts +0 -3
- package/src/context/caseAbac/useCaseAbacContext.tsx +0 -6
- package/src/context/caseTypeAbac/CaseTypeAbacContext.tsx +0 -16
- package/src/context/caseTypeAbac/CaseTypeAbacContextProvider.tsx +0 -40
- package/src/context/caseTypeAbac/index.ts +0 -3
- package/src/context/caseTypeAbac/useCaseTypeAbacContext.tsx +0 -6
- package/src/data/date.ts +0 -8
- package/src/data/queryDependencies.ts +0 -166
- package/src/dataHooks/useAssemblyProtocolsQuery/index.ts +0 -1
- package/src/dataHooks/useAssemblyProtocolsQuery/useAssemblyProtocolsQuery.ts +0 -39
- package/src/dataHooks/useCaseRightsQuery/index.ts +0 -1
- package/src/dataHooks/useCaseRightsQuery/useCaseRightsQuery.ts +0 -21
- package/src/dataHooks/useCaseSetCategoriesQuery/index.ts +0 -1
- package/src/dataHooks/useCaseSetCategoriesQuery/useCaseSetCategoriesQuery.ts +0 -39
- package/src/dataHooks/useCaseSetRightsQuery/index.ts +0 -1
- package/src/dataHooks/useCaseSetRightsQuery/useCaseSetRightsQuery.ts +0 -17
- package/src/dataHooks/useCaseSetStatsQuery/index.ts +0 -1
- package/src/dataHooks/useCaseSetStatsQuery/useCaseSetStatsQuery.ts +0 -31
- package/src/dataHooks/useCaseSetStatusesQuery/index.ts +0 -1
- package/src/dataHooks/useCaseSetStatusesQuery/useCaseSetStatusesQuery.ts +0 -39
- package/src/dataHooks/useCaseSetsQuery/index.ts +0 -1
- package/src/dataHooks/useCaseSetsQuery/useCaseSetsQuery.ts +0 -41
- package/src/dataHooks/useCaseTypeSetCategoriesQuery/index.ts +0 -1
- package/src/dataHooks/useCaseTypeSetCategoriesQuery/useCaseTypeSetCategoriesQuery.ts +0 -41
- package/src/dataHooks/useCaseTypeSetMembersQuery/index.ts +0 -1
- package/src/dataHooks/useCaseTypeSetMembersQuery/useCaseTypeSetMembersQuery.ts +0 -17
- package/src/dataHooks/useCaseTypeSetsQuery/index.ts +0 -1
- package/src/dataHooks/useCaseTypeSetsQuery/useCaseTypeSetsQuery.ts +0 -58
- package/src/dataHooks/useCaseTypeStatsQuery/index.ts +0 -1
- package/src/dataHooks/useCaseTypeStatsQuery/useCaseTypeStatsQuery.ts +0 -20
- package/src/dataHooks/useCaseTypesQuery/index.ts +0 -1
- package/src/dataHooks/useCaseTypesQuery/useCaseTypesQuery.ts +0 -43
- package/src/dataHooks/useColSetMembersQuery/index.ts +0 -1
- package/src/dataHooks/useColSetMembersQuery/useColSetMembersQuery.ts +0 -17
- package/src/dataHooks/useColSetsQuery/index.ts +0 -1
- package/src/dataHooks/useColSetsQuery/useColSetsQuery.ts +0 -39
- package/src/dataHooks/useColTypesQuery/index.ts +0 -1
- package/src/dataHooks/useColTypesQuery/useColTypesQuery.ts +0 -51
- package/src/dataHooks/useColsQuery/index.ts +0 -1
- package/src/dataHooks/useColsQuery/useColsQuery.ts +0 -60
- package/src/dataHooks/useConceptQuery/index.ts +0 -1
- package/src/dataHooks/useConceptQuery/useConceptQuery.ts +0 -52
- package/src/dataHooks/useConceptRelationTypeQuery/index.ts +0 -1
- package/src/dataHooks/useConceptRelationTypeQuery/useConceptRelationTypeQuery.ts +0 -21
- package/src/dataHooks/useConceptSetTypeQuery/index.ts +0 -1
- package/src/dataHooks/useConceptSetTypeQuery/useConceptSetTypeQuery.ts +0 -27
- package/src/dataHooks/useConceptSetsQuery/index.ts +0 -1
- package/src/dataHooks/useConceptSetsQuery/useConceptSetsQuery.ts +0 -38
- package/src/dataHooks/useDataCollectionSetMembersQuery/index.ts +0 -1
- package/src/dataHooks/useDataCollectionSetMembersQuery/useDataCollectionSetMembersQuery.ts +0 -17
- package/src/dataHooks/useDataCollectionsQuery/index.ts +0 -1
- package/src/dataHooks/useDataCollectionsQuery/useDataCollectionsQuery.ts +0 -45
- package/src/dataHooks/useDimTypesQuery/index.ts +0 -1
- package/src/dataHooks/useDimTypesQuery/useDimTypesQuery.ts +0 -26
- package/src/dataHooks/useDimsQuery/index.ts +0 -1
- package/src/dataHooks/useDimsQuery/useDimsQuery.ts +0 -55
- package/src/dataHooks/useDiseasesQuery/index.ts +0 -1
- package/src/dataHooks/useDiseasesQuery/useDiseasesQuery.ts +0 -39
- package/src/dataHooks/useEtiologicalAgentsQuery/index.ts +0 -1
- package/src/dataHooks/useEtiologicalAgentsQuery/useEtiologicalAgentsQuery.ts +0 -39
- package/src/dataHooks/useGeneticDistanceProtocolsQuery/index.ts +0 -1
- package/src/dataHooks/useGeneticDistanceProtocolsQuery/useGeneticDistanceProtocolsQuery.ts +0 -29
- package/src/dataHooks/useIdentifierIssuerOwnOrganizationQuery/index.ts +0 -1
- package/src/dataHooks/useIdentifierIssuerOwnOrganizationQuery/useIdentifierIssuerOwnOrganizationQuery.ts +0 -34
- package/src/dataHooks/useIdentifierIssuerQuery/index.ts +0 -1
- package/src/dataHooks/useIdentifierIssuerQuery/useIdentifierIssuerQuery.ts +0 -42
- package/src/dataHooks/useInviteUserConstraintsQuery/index.ts +0 -1
- package/src/dataHooks/useInviteUserConstraintsQuery/useInviteUserConstraintsQuery.ts +0 -32
- package/src/dataHooks/useOrganizationAccessCasePoliciesQuery/index.ts +0 -1
- package/src/dataHooks/useOrganizationAccessCasePoliciesQuery/useOrganizationAccessCasePoliciesQuery.ts +0 -20
- package/src/dataHooks/useOrganizationAdminPoliciesQuery/index.ts +0 -1
- package/src/dataHooks/useOrganizationAdminPoliciesQuery/useOrganizationAdminPoliciesQuery.ts +0 -60
- package/src/dataHooks/useOrganizationIdentifierIssuerLinksQuery/index.ts +0 -1
- package/src/dataHooks/useOrganizationIdentifierIssuerLinksQuery/useOrganizationIdentifierIssuerLinksQuery.ts +0 -18
- package/src/dataHooks/useOrganizationShareCasePoliciesQuery/index.ts +0 -1
- package/src/dataHooks/useOrganizationShareCasePoliciesQuery/useOrganizationShareCasePoliciesQuery.ts +0 -18
- package/src/dataHooks/useOrganizationsQuery/index.ts +0 -1
- package/src/dataHooks/useOrganizationsQuery/useOrganizationsQuery.ts +0 -40
- package/src/dataHooks/useRefColsQuery/index.ts +0 -1
- package/src/dataHooks/useRefColsQuery/useRefColsQuery.ts +0 -39
- package/src/dataHooks/useRefColsValidationRulesQuery/index.ts +0 -1
- package/src/dataHooks/useRefColsValidationRulesQuery/useRefColsValidationRulesQuery.ts +0 -17
- package/src/dataHooks/useRefDimsQuery/index.ts +0 -1
- package/src/dataHooks/useRefDimsQuery/useRefDimsQuery.ts +0 -39
- package/src/dataHooks/useRegionQuery/index.ts +0 -1
- package/src/dataHooks/useRegionQuery/useRegionQuery.ts +0 -52
- package/src/dataHooks/useRegionRelationTypeQuery/index.ts +0 -1
- package/src/dataHooks/useRegionRelationTypeQuery/useRegionRelationTypeQuery.ts +0 -24
- package/src/dataHooks/useRegionSetsQuery/index.ts +0 -1
- package/src/dataHooks/useRegionSetsQuery/useRegionSetsQuery.ts +0 -39
- package/src/dataHooks/useSequencingProtocolsQuery/index.ts +0 -1
- package/src/dataHooks/useSequencingProtocolsQuery/useSequencingProtocolsQuery.ts +0 -39
- package/src/dataHooks/useTreeAlgorithmCodesQuery/index.ts +0 -1
- package/src/dataHooks/useTreeAlgorithmCodesQuery/useTreeAlgorithmCodesQuery.ts +0 -42
- package/src/dataHooks/useUserAccessCasePoliciesQuery/index.ts +0 -1
- package/src/dataHooks/useUserAccessCasePoliciesQuery/useUserAccessCasePoliciesQuery.ts +0 -18
- package/src/dataHooks/useUserEffectiveRightsQuery/index.ts +0 -1
- package/src/dataHooks/useUserEffectiveRightsQuery/useUserEffectiveRightsQuery.ts +0 -125
- package/src/dataHooks/useUserShareCasePoliciesQuery/index.ts +0 -1
- package/src/dataHooks/useUserShareCasePoliciesQuery/useUserShareCasePoliciesQuery.ts +0 -18
- package/src/dataHooks/useUsersQuery/index.ts +0 -1
- package/src/dataHooks/useUsersQuery/useUsersQuery.ts +0 -43
- package/src/hoc/withDialog/index.ts +0 -1
- package/src/hoc/withDialog/withDialog.tsx +0 -132
- package/src/hoc/withPermissions/index.ts +0 -1
- package/src/hoc/withPermissions/withPermissions.tsx +0 -34
- package/src/hooks/useArray/index.ts +0 -1
- package/src/hooks/useArray/useArray.ts +0 -5
- package/src/hooks/useColumnsMenu/index.ts +0 -1
- package/src/hooks/useColumnsMenu/useColumnsMenu.tsx +0 -152
- package/src/hooks/useCreateMutation/index.ts +0 -1
- package/src/hooks/useCreateMutation/useCreateMutation.ts +0 -103
- package/src/hooks/useDeleteMutation/index.ts +0 -1
- package/src/hooks/useDeleteMutation/useDeleteMutation.ts +0 -92
- package/src/hooks/useDimensions/index.ts +0 -1
- package/src/hooks/useDimensions/useDimensions.ts +0 -82
- package/src/hooks/useEditMutation/index.ts +0 -1
- package/src/hooks/useEditMutation/useEditMutation.ts +0 -112
- package/src/hooks/useInitializeTableStore/index.ts +0 -1
- package/src/hooks/useInitializeTableStore/useInitializeTableStore.ts +0 -41
- package/src/hooks/useIsFormFieldRequiredFromSchema/index.ts +0 -1
- package/src/hooks/useIsFormFieldRequiredFromSchema/useIsFormFieldRequiredFromSchema.ts +0 -32
- package/src/hooks/useItemQuery/index.ts +0 -1
- package/src/hooks/useItemQuery/useItemQuery.ts +0 -82
- package/src/hooks/useOrganizationCasePolicyNameFactory/index.ts +0 -1
- package/src/hooks/useOrganizationCasePolicyNameFactory/useOrganizationCasePolicyNameFactory.ts +0 -31
- package/src/hooks/useQueryMemo/index.ts +0 -1
- package/src/hooks/useQueryMemo/useQueryMemo.ts +0 -24
- package/src/hooks/useScrollbarSize/index.ts +0 -1
- package/src/hooks/useScrollbarSize/useScrollbarSize.ts +0 -23
- package/src/hooks/useSubscribable/index.ts +0 -1
- package/src/hooks/useSubscribable/useSubscribable.ts +0 -30
- package/src/hooks/useUpdateBreadcrumb/index.ts +0 -1
- package/src/hooks/useUpdateBreadcrumb/useUpdateBreadcrumb.ts +0 -21
- package/src/hooks/useUpdateDocumentTitle/index.ts +0 -1
- package/src/hooks/useUpdateDocumentTitle/useUpdateDocumentTitle.ts +0 -10
- package/src/hooks/useUserCasePolicyNameFactory/index.ts +0 -1
- package/src/hooks/useUserCasePolicyNameFactory/useUserCasePolicyNameFactory.ts +0 -37
- package/src/index.ts +0 -301
- package/src/models/admin.ts +0 -7
- package/src/models/auth.ts +0 -14
- package/src/models/caseAccess.ts +0 -21
- package/src/models/config.ts +0 -153
- package/src/models/data.ts +0 -11
- package/src/models/dataHooks.ts +0 -18
- package/src/models/environment.ts +0 -10
- package/src/models/epi.ts +0 -188
- package/src/models/filter.ts +0 -39
- package/src/models/form.ts +0 -74
- package/src/models/generic.ts +0 -4
- package/src/models/nestedMenu.ts +0 -21
- package/src/models/notification.ts +0 -12
- package/src/models/outage.ts +0 -7
- package/src/models/query.ts +0 -75
- package/src/models/reactRouter.ts +0 -36
- package/src/models/table.ts +0 -191
- package/src/models/testId.ts +0 -1
- package/src/models/tree.ts +0 -32
- package/src/pages/AcceptInvitationPage/AcceptInvitationPage.tsx +0 -96
- package/src/pages/AcceptInvitationPage/index.ts +0 -1
- package/src/pages/AdminPage/AdminPage.tsx +0 -164
- package/src/pages/AdminPage/index.ts +0 -1
- package/src/pages/CaseSetStatusAdminPage/CaseSetStatusAdminPage.tsx +0 -98
- package/src/pages/CaseSetStatusAdminPage/index.ts +0 -1
- package/src/pages/CaseTypeSetCategoriesAdminPage/CaseTypeSetCategoriesAdminPage.tsx +0 -108
- package/src/pages/CaseTypeSetCategoriesAdminPage/index.ts +0 -1
- package/src/pages/CaseTypeSetsAdminPage/CaseTypeSetsAdminPage.tsx +0 -200
- package/src/pages/CaseTypeSetsAdminPage/index.ts +0 -1
- package/src/pages/CaseTypesAdminPage/CaseTypesAdminPage.tsx +0 -204
- package/src/pages/CaseTypesAdminPage/index.ts +0 -1
- package/src/pages/CasesDetailPage/CasesDetailPage.tsx +0 -57
- package/src/pages/CasesDetailPage/index.ts +0 -1
- package/src/pages/CasesPage/CasesPage.tsx +0 -338
- package/src/pages/CasesPage/index.ts +0 -1
- package/src/pages/ChooseIdentityProviderPage/ChooseIdentityProviderPage.tsx +0 -166
- package/src/pages/ChooseIdentityProviderPage/index.ts +0 -1
- package/src/pages/ColSetsAdminPage/ColSetsAdminPage.tsx +0 -175
- package/src/pages/ColSetsAdminPage/index.ts +0 -1
- package/src/pages/ColsAdminPage/ColsAdminPage.tsx +0 -400
- package/src/pages/ColsAdminPage/index.ts +0 -1
- package/src/pages/ConceptRelationsAdminPage/ConceptRelationsAdminPage.tsx +0 -134
- package/src/pages/ConceptRelationsAdminPage/index.ts +0 -1
- package/src/pages/ConceptSetsAdminPage/ConceptSetsAdminPage.tsx +0 -167
- package/src/pages/ConceptSetsAdminPage/index.ts +0 -1
- package/src/pages/ConceptsAdminPage/ConceptsAdminPage.tsx +0 -138
- package/src/pages/ConceptsAdminPage/index.ts +0 -1
- package/src/pages/CrudPage/CrudPage.tsx +0 -646
- package/src/pages/CrudPage/CrudPageDeleteDialog.tsx +0 -85
- package/src/pages/CrudPage/CrudPageEditDialog.tsx +0 -165
- package/src/pages/CrudPage/index.ts +0 -1
- package/src/pages/DataCollectionSetsAdminPage/DataCollectionSetsAdminPage.tsx +0 -156
- package/src/pages/DataCollectionSetsAdminPage/index.ts +0 -1
- package/src/pages/DataCollectionVisualizationPage/DataCollectionVisualizationPage.tsx +0 -238
- package/src/pages/DataCollectionVisualizationPage/index.ts +0 -1
- package/src/pages/DataCollectionsAdminPage/DataCollectionsAdminPage.tsx +0 -96
- package/src/pages/DataCollectionsAdminPage/index.ts +0 -1
- package/src/pages/DimsAdminPage/DimsAdminPage.tsx +0 -208
- package/src/pages/DimsAdminPage/index.ts +0 -1
- package/src/pages/DiseasesAdminPage/DiseasesAdminPage.tsx +0 -97
- package/src/pages/DiseasesAdminPage/index.ts +0 -1
- package/src/pages/ErrorPage/ErrorPage.tsx +0 -25
- package/src/pages/ErrorPage/index.ts +0 -1
- package/src/pages/EtiologicalAgentsAdminPage/EtiologicalAgentsAdminPage.tsx +0 -96
- package/src/pages/EtiologicalAgentsAdminPage/index.ts +0 -1
- package/src/pages/EtiologiesAdminPage/EtiologiesAdminPage.tsx +0 -110
- package/src/pages/EtiologiesAdminPage/index.ts +0 -1
- package/src/pages/EventsDetailPage/EventsDetailPage.tsx +0 -67
- package/src/pages/EventsDetailPage/index.ts +0 -1
- package/src/pages/EventsPage/EventsPage.tsx +0 -262
- package/src/pages/EventsPage/index.ts +0 -1
- package/src/pages/HomePage/HomePage.tsx +0 -47
- package/src/pages/HomePage/index.ts +0 -1
- package/src/pages/IdentifierIssuersAdminPage/IdentifierIssuersAdminPage.tsx +0 -106
- package/src/pages/IdentifierIssuersAdminPage/index.ts +0 -1
- package/src/pages/OrganizationAccessCasePoliciesAdminPage/OrganizationAccessCasePoliciesAdminPage.tsx +0 -217
- package/src/pages/OrganizationAccessCasePoliciesAdminPage/index.ts +0 -1
- package/src/pages/OrganizationAdminPoliciesAdminPage/OrganizationAdminPoliciesAdminPage.tsx +0 -119
- package/src/pages/OrganizationAdminPoliciesAdminPage/index.ts +0 -1
- package/src/pages/OrganizationContactsAdminPage/OrganizationContactsAdminPage.tsx +0 -127
- package/src/pages/OrganizationContactsAdminPage/index.ts +0 -1
- package/src/pages/OrganizationShareCasePoliciesAdminPage/OrganizationShareCasePoliciesAdminPage.tsx +0 -183
- package/src/pages/OrganizationShareCasePoliciesAdminPage/index.ts +0 -1
- package/src/pages/OrganizationSitesAdminPage/OrganizationSitesAdminPage.tsx +0 -132
- package/src/pages/OrganizationSitesAdminPage/index.ts +0 -1
- package/src/pages/OrganizationsAdminPage/OrganizationsAdminPage.tsx +0 -188
- package/src/pages/OrganizationsAdminPage/index.ts +0 -1
- package/src/pages/OutagesAdminPage/OutagesAdminPage.tsx +0 -158
- package/src/pages/OutagesAdminPage/index.ts +0 -1
- package/src/pages/PostLoginPage/PostLoginPage.tsx +0 -39
- package/src/pages/PostLoginPage/index.ts +0 -1
- package/src/pages/PostLogoutPage/PostLogoutPage.tsx +0 -44
- package/src/pages/PostLogoutPage/index.ts +0 -1
- package/src/pages/RefColsAdminPage/RefColsAdminPage.tsx +0 -286
- package/src/pages/RefColsAdminPage/index.ts +0 -1
- package/src/pages/RefDimsAdminPage/RefDimsAdminPage.tsx +0 -152
- package/src/pages/RefDimsAdminPage/index.ts +0 -1
- package/src/pages/RegionRelationsAdminPage/RegionRelationsAdminPage.tsx +0 -132
- package/src/pages/RegionRelationsAdminPage/index.ts +0 -1
- package/src/pages/RegionSetShapesAdminPage/RegionSetShapesAdminPage.tsx +0 -132
- package/src/pages/RegionSetShapesAdminPage/index.ts +0 -1
- package/src/pages/RegionSetsAdminPage/RegionSetsAdminPage.tsx +0 -147
- package/src/pages/RegionSetsAdminPage/index.ts +0 -1
- package/src/pages/RegionsAdminPage/RegionsAdminPage.tsx +0 -150
- package/src/pages/RegionsAdminPage/index.ts +0 -1
- package/src/pages/RouterErrorPage/RouterErrorPage.tsx +0 -23
- package/src/pages/RouterErrorPage/index.ts +0 -1
- package/src/pages/TrendsPage/TrendsPage.tsx +0 -17
- package/src/pages/TrendsPage/index.ts +0 -1
- package/src/pages/UploadPage/UploadPage.tsx +0 -40
- package/src/pages/UploadPage/index.ts +0 -1
- package/src/pages/UserAccessCasePoliciesAdminPage/UserAccessCasePoliciesAdminPage.tsx +0 -209
- package/src/pages/UserAccessCasePoliciesAdminPage/index.ts +0 -1
- package/src/pages/UserEffectiveRightsAdminPage/UserEffectiveRightsAdminPage.tsx +0 -331
- package/src/pages/UserEffectiveRightsAdminPage/index.ts +0 -1
- package/src/pages/UserEffectiveRightsTesterAdminPage/UserEffectiveRightsTesterAdminPage.tsx +0 -283
- package/src/pages/UserEffectiveRightsTesterAdminPage/index.ts +0 -1
- package/src/pages/UserInvitationsAdminPage/UserInvitationConsumeDialog.tsx +0 -143
- package/src/pages/UserInvitationsAdminPage/UserInvitationShareDialog.tsx +0 -100
- package/src/pages/UserInvitationsAdminPage/UserInvitationsAdminPage.tsx +0 -218
- package/src/pages/UserInvitationsAdminPage/index.ts +0 -1
- package/src/pages/UserShareCasePoliciesAdminPage/UserShareCasePoliciesAdminPage.tsx +0 -183
- package/src/pages/UserShareCasePoliciesAdminPage/index.ts +0 -1
- package/src/pages/UsersAdminPage/UsersAdminPage.tsx +0 -240
- package/src/pages/UsersAdminPage/index.ts +0 -1
- package/src/routes/adminRoutes.tsx +0 -801
- package/src/routes/index.ts +0 -2
- package/src/routes/routes.tsx +0 -235
- package/src/setup/index.ts +0 -1
- package/src/setup/setup.ts +0 -5
- package/src/setup/yup.ts +0 -203
- package/src/stores/epiDashboardStore/epiDashboardStore.ts +0 -750
- package/src/stores/epiDashboardStore/epiDashboardStoreContext.tsx +0 -6
- package/src/stores/epiDashboardStore/index.ts +0 -2
- package/src/stores/epiUploadStore/epiUploadStore.ts +0 -351
- package/src/stores/epiUploadStore/epiUploadStoreContext.tsx +0 -6
- package/src/stores/epiUploadStore/index.ts +0 -2
- package/src/stores/oidcStore/index.ts +0 -1
- package/src/stores/oidcStore/oidcStore.ts +0 -43
- package/src/stores/outagesStore/index.ts +0 -1
- package/src/stores/outagesStore/outagesStore.ts +0 -31
- package/src/stores/tableStore/TableStoreContext.tsx +0 -6
- package/src/stores/tableStore/TableStoreContextProvider.tsx +0 -20
- package/src/stores/tableStore/index.ts +0 -4
- package/src/stores/tableStore/tableStore.ts +0 -547
- package/src/stores/tableStore/useTableStoreContext.tsx +0 -7
- package/src/stores/userProfileStore/index.ts +0 -1
- package/src/stores/userProfileStore/userProfileStore.ts +0 -112
- package/src/test/integration/lib/render.tsx +0 -33
- package/src/test/integration/tests/integration-example/HelloWorld.test.tsx +0 -14
- package/src/test/integration/tests/integration-example/HelloWorld.tsx +0 -9
- package/src/test/setup-browser.ts +0 -3
- package/src/test/setup-jsdom.ts +0 -6
- package/src/test/setup.ts +0 -9
- package/src/utils/AbacUtil/AbacUtil.ts +0 -21
- package/src/utils/AbacUtil/index.ts +0 -1
- package/src/utils/AxiosUtil/AxiosUtil.test.ts +0 -66
- package/src/utils/AxiosUtil/AxiosUtil.ts +0 -47
- package/src/utils/AxiosUtil/index.ts +0 -1
- package/src/utils/CaseSelectionUtil/CaseSelectionUtil.ts +0 -32
- package/src/utils/CaseSelectionUtil/index.ts +0 -1
- package/src/utils/CaseSetUtil/CaseSetUtil.ts +0 -13
- package/src/utils/CaseSetUtil/index.ts +0 -1
- package/src/utils/CaseTypeUtil/CaseTypeUtil.ts +0 -178
- package/src/utils/CaseTypeUtil/index.ts +0 -1
- package/src/utils/CaseUtil/CaseUtil.ts +0 -401
- package/src/utils/CaseUtil/index.ts +0 -1
- package/src/utils/DashboardUtil/DashboardUtil.ts +0 -46
- package/src/utils/DashboardUtil/index.ts +0 -1
- package/src/utils/DataHookUtil/DataHookUtil.ts +0 -137
- package/src/utils/DataHookUtil/index.ts +0 -1
- package/src/utils/DataSetUtil/DataSetUtil.ts +0 -70
- package/src/utils/DataSetUtil/index.ts +0 -1
- package/src/utils/DataUtil/DataUtil.ts +0 -84
- package/src/utils/DataUtil/index.ts +0 -1
- package/src/utils/DownloadUtil/DownloadUtil.ts +0 -237
- package/src/utils/DownloadUtil/index.ts +0 -1
- package/src/utils/EffectiveRightsUtil/EffectiveRightsUtil.ts +0 -142
- package/src/utils/EffectiveRightsUtil/index.ts +0 -1
- package/src/utils/EpiCurveUtil/EpiCurveUtil.ts +0 -180
- package/src/utils/EpiCurveUtil/index.ts +0 -1
- package/src/utils/EpiFilterUtil/EpiFilterUtil.ts +0 -232
- package/src/utils/EpiFilterUtil/index.ts +0 -1
- package/src/utils/EpiLineListUtil/EpiLineListUtil.ts +0 -15
- package/src/utils/EpiLineListUtil/index.ts +0 -1
- package/src/utils/EpiMapUtil/EpiMapUtil.test.ts +0 -54
- package/src/utils/EpiMapUtil/EpiMapUtil.ts +0 -80
- package/src/utils/EpiMapUtil/index.ts +0 -1
- package/src/utils/EpiTreeUtil/EpiTreeUtil.test.ts +0 -2467
- package/src/utils/EpiTreeUtil/EpiTreeUtil.ts +0 -1055
- package/src/utils/EpiTreeUtil/index.ts +0 -1
- package/src/utils/EpiUploadUtil/EpiUploadUtil.ts +0 -857
- package/src/utils/EpiUploadUtil/index.ts +0 -1
- package/src/utils/FileUtil/FileUtil.ts +0 -22
- package/src/utils/FileUtil/index.ts +0 -1
- package/src/utils/FormUtil/FormUtil.test.ts +0 -36
- package/src/utils/FormUtil/FormUtil.ts +0 -63
- package/src/utils/FormUtil/index.ts +0 -1
- package/src/utils/MenuDataUtil/MenuDataUtil.ts +0 -54
- package/src/utils/MenuDataUtil/index.ts +0 -1
- package/src/utils/NewickUtil/NewickUtil.test.ts +0 -187
- package/src/utils/NewickUtil/NewickUtil.ts +0 -69
- package/src/utils/NewickUtil/index.ts +0 -1
- package/src/utils/NotificationUtil/NotificationUtil.ts +0 -28
- package/src/utils/NotificationUtil/index.ts +0 -1
- package/src/utils/NumberUtil/NumberUtil.test.ts +0 -113
- package/src/utils/NumberUtil/NumberUtil.ts +0 -67
- package/src/utils/NumberUtil/index.ts +0 -1
- package/src/utils/ObjectUtil/ObjectUtil.test.ts +0 -43
- package/src/utils/ObjectUtil/ObjectUtil.ts +0 -28
- package/src/utils/ObjectUtil/index.ts +0 -1
- package/src/utils/OutageUtil/OutageUtil.test.ts +0 -108
- package/src/utils/OutageUtil/OutageUtil.ts +0 -81
- package/src/utils/OutageUtil/index.ts +0 -1
- package/src/utils/QueryUtil/QueryUtil.test.ts +0 -42
- package/src/utils/QueryUtil/QueryUtil.ts +0 -105
- package/src/utils/QueryUtil/index.ts +0 -1
- package/src/utils/StringUtil/StringUtil.test.ts +0 -61
- package/src/utils/StringUtil/StringUtil.ts +0 -91
- package/src/utils/StringUtil/index.ts +0 -1
- package/src/utils/TableUtil/TableUtil.ts +0 -665
- package/src/utils/TableUtil/index.ts +0 -1
- package/src/utils/TestIdUtil/TestIdUtil.test.ts +0 -12
- package/src/utils/TestIdUtil/TestIdUtil.ts +0 -13
- package/src/utils/TestIdUtil/index.ts +0 -1
- package/src/utils/TimeUtil/TimeUtil.ts +0 -38
- package/src/utils/TimeUtil/index.ts +0 -1
- package/src/utils/UserManagerUtil/UserManagerUtil.test.ts +0 -41
- package/src/utils/UserManagerUtil/UserManagerUtil.ts +0 -39
- package/src/utils/UserManagerUtil/index.ts +0 -1
- package/src/utils/ValidationUtil/ValidationUtil.test.ts +0 -61
- package/src/utils/ValidationUtil/ValidationUtil.ts +0 -56
- package/src/utils/ValidationUtil/index.ts +0 -1
- /package/{src → dist}/locale/en.json +0 -0
- /package/{src → dist}/locale/nl.json +0 -0
- /package/{src/@types → dist}/mui.d.ts +0 -0
- /package/{src/@types → dist}/ui.d.ts +0 -0
- /package/{src/@types → dist}/vite-env.d.ts +0 -0
- /package/{src/@types → dist}/yup.d.ts +0 -0
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<svg viewBox="0 0 600 188" version="1.1" xmlns="http://www.w3.org/2000/svg">
|
|
3
|
-
<path d="m310.49 156.55c-0.39442 0.30468-1.0669 0.45552-2.0384 0.45552h-0.85508l-0.51621 3.1688c-0.0607 0.36771-0.12449 0.79156-0.21447 1.2522-0.0607 0.48702-0.12191 0.93976-0.18266 1.4269-0.0608 0.49004-0.12171 0.9769-0.1509 1.4004-0.0608 0.46075-0.0608 0.82336-0.0608 1.1278 0 0.51629 0.0608 0.94509 0.18009 1.313 0.12449 0.36245 0.2727 0.63559 0.4871 0.87896 0.21447 0.24914 0.45799 0.42924 0.73332 0.54781 0.30444 0.0923 0.60889 0.15606 0.94244 0.15606 0.24622 0 0.45799 0 0.63802-0.06 0.18544-0.03 0.36801-0.0923 0.61151-0.14851v0.54781c-0.0608 0.18009-0.18009 0.36019-0.33619 0.51629-0.18008 0.18009-0.39179 0.36772-0.63799 0.48702-0.21448 0.15388-0.51885 0.24089-0.82333 0.33619-0.30446 0.0923-0.63802 0.11933-1.006 0.11933-1.0033 0-1.7949-0.30168-2.3138-0.97421-0.4871-0.64085-0.76243-1.5513-0.76243-2.7718 0-0.45249 0.0316-1.0007 0.0927-1.6122 0.0608-0.60859 0.12171-1.2522 0.21178-1.9194 0.0637-0.64086 0.18524-1.3131 0.27532-1.9802 0.1245-0.67013 0.24353-1.313 0.36802-1.8902l0.39179-1.9511c-0.33356 0-0.63537 0-0.88156-0.0224-0.21447 0-0.5162-0.03-0.82332-0.06v-0.39698c0.48972-0.69864 1.0986-1.3396 1.8293-1.9802 0.70157-0.63787 1.464-1.2152 2.2846-1.6758h0.45537l-0.51623 2.4964h0.88422c0.42353 0 0.82067-0.03 1.186-0.0526 0.36801-0.03 0.72798-0.06 1.1569-0.15606 0 0.64086-0.18267 1.1278-0.6089 1.4322m-15.799-1.1382c0.4871-0.18009 0.97156-0.30468 1.4296-0.39698 0.48973-0.0901 1.006-0.11933 1.5222-0.11933 0.21178 0 0.42625 0.03 0.64064 0.06 0.24359 0.03 0.45536 0.06 0.64064 0.1509l-0.91332 4.4157h0.0316l1.6122-2.6791c0.39442-0.64086 0.8233-1.1277 1.2178-1.4322 0.42625-0.33618 0.88156-0.48702 1.3422-0.48702 0.33356 0 0.57978 0.0901 0.75979 0.30694 0.15348 0.18008 0.24352 0.45549 0.24352 0.82064 0 0.2439-0.0316 0.51631-0.0899 0.79156-0.0608 0.27541-0.12172 0.5478-0.24623 0.79154-0.15089-0.06-0.30443-0.0923-0.45535-0.0923-0.15348-0.03-0.33618-0.03-0.4871-0.03-0.4871 0-0.9451 0.1509-1.4322 0.42323-0.45799 0.27541-0.88422 0.72792-1.2496 1.3396-0.36267 0.60859-0.69886 1.4004-0.94244 2.3772-0.24622 1.0034-0.39713 2.1947-0.4871 3.5951l-0.24622 4.4449h-2.5256l1.4904-13.128-1.8558-0.57706zm-2.6783 8.7436c-0.39179 1.276-0.91332 2.3429-1.5513 3.2271-0.60892 0.88414-1.3104 1.5513-2.102 2.012-0.76243 0.48476-1.5222 0.69639-2.2846 0.69639-0.57706 0-1.1569-0.11932-1.6758-0.33094-0.54803-0.24914-1.0033-0.58008-1.4004-1.0086-0.39712-0.45549-0.69887-1.0324-0.91333-1.7049-0.24352-0.66712-0.36531-1.4587-0.36531-2.3746 0-1.6122 0.18267-3.0126 0.57979-4.2648 0.36267-1.2204 0.88156-2.2847 1.4931-3.108 0.638-0.85249 1.3369-1.4879 2.1284-1.9194 0.82331-0.42325 1.6149-0.64086 2.4673-0.64086 0.60891 0 1.1886 0.0953 1.7049 0.30692 0.51885 0.18525 0.97953 0.52155 1.3396 0.94508 0.36801 0.39698 0.67239 0.94517 0.8842 1.5831 0.21439 0.64086 0.30445 1.3687 0.30445 2.2529 0 1.6148-0.21177 3.0471-0.60891 4.3284m-2.0676-5.4853c-0.12449-0.48703-0.27533-0.91063-0.48973-1.2151-0.21447-0.33618-0.45797-0.5478-0.73068-0.73616-0.30445-0.14851-0.61153-0.21161-0.94509-0.21161-0.42625 0-0.82069 0.15606-1.2469 0.48702-0.45799 0.36771-0.82332 0.82066-1.1913 1.4639-0.36269 0.6086-0.63802 1.3396-0.88156 2.2238-0.21448 0.88154-0.33357 1.8557-0.33357 2.9253 0 0.85241 0.0608 1.6122 0.2144 2.2237 0.11913 0.58007 0.30445 1.096 0.54803 1.4587 0.21178 0.39698 0.48447 0.66939 0.7889 0.82066 0.30708 0.18545 0.61153 0.27541 0.9451 0.27541 0.36531 0 0.76243-0.1509 1.1569-0.48702 0.42886-0.30467 0.79155-0.79156 1.1278-1.464 0.36531-0.63561 0.63802-1.4878 0.88156-2.4646 0.21447-1.0034 0.33618-2.192 0.33618-3.5316 0-0.67239-0.0607-1.2787-0.18008-1.7685m-19.671-3.6562c0.51883-0.087 1.006-0.11933 1.5222-0.11933 0.21448 0 0.39714 0.03 0.61154 0.06 0.21177 0.03 0.42622 0.0526 0.60889 0.11635l-0.7942 4.6911h0.0316c0.27533-0.75981 0.57978-1.4269 0.94246-2.0384 0.36801-0.60859 0.7333-1.1569 1.1595-1.5858 0.42625-0.45552 0.85246-0.79154 1.2787-1.0351 0.42623-0.24388 0.82067-0.36772 1.2178-0.36772 0.36801 0 0.73068 0.0953 1.0669 0.30694 0.33619 0.21688 0.63802 0.52153 0.88422 0.94508 0.27269 0.39997 0.45536 0.94779 0.6089 1.5832 0.15089 0.6086 0.24358 1.3686 0.24358 2.2237 0 1.673-0.21448 3.1688-0.60889 4.4448-0.39712 1.2522-0.91599 2.3164-1.554 3.1715-0.64064 0.82066-1.3713 1.4613-2.1338 1.8849-0.7889 0.43149-1.5831 0.64312-2.3429 0.64312-0.42625 0-0.76243-0.03-1.0669-0.12449-0.30445-0.06-0.60889-0.18247-0.97422-0.39474l-0.42623 4.3549c-0.0316 0.42925-0.0607 0.79154-0.0316 1.0642 0.0316 0.30467 0.0899 0.54781 0.18267 0.73316 0.0927 0.18227 0.21447 0.33094 0.36529 0.45551 0.15348 0.0953 0.33621 0.18227 0.54804 0.24388v0.51855c-0.39442 0.12152-0.79156 0.24088-1.1569 0.27239-0.36531 0.06-0.75979 0.0923-1.2178 0.0923-0.24359 0-0.51621 0-0.79156-0.03-0.27271-0.03-0.51883-0.0953-0.73068-0.1509l0.54803-2.56 2.3747-17.88-1.8584-0.58008v-0.57707c0.48972-0.18247 1.006-0.30694 1.4931-0.36771m6.9148 3.8995c-0.0927-0.48702-0.18267-0.8789-0.3362-1.2151-0.1509-0.30692-0.30444-0.51854-0.48711-0.64311-0.18266-0.14851-0.39441-0.21163-0.57976-0.21163-0.30446 0-0.66713 0.1509-1.0351 0.45551-0.39444 0.30692-0.75979 0.73617-1.1251 1.2839-0.36801 0.57709-0.70157 1.276-1.006 2.1285-0.30444 0.85501-0.51883 1.8002-0.66975 2.8962l-0.70157 4.6275c0.30445 0.0923 0.61153 0.12449 0.88422 0.1509 0.30443 0.03 0.57714 0.03 0.85243 0.03 0.54804 0 1.0669-0.14851 1.5857-0.48478 0.51623-0.30467 0.97422-0.79153 1.3687-1.4004 0.42622-0.64312 0.73068-1.4322 1.006-2.4064 0.24358-0.94507 0.36529-2.0411 0.36529-3.3171 0-0.73616-0.0292-1.3713-0.12171-1.8929m-11.204-4.3187-0.0608-0.5478c-0.0927-0.79161-0.36531-1.3713-0.82333-1.7685-0.45535-0.36245-1.1569-0.5478-2.0702-0.5478-0.54804 0-1.006 0.0923-1.4322 0.21688-0.39712 0.1509-0.75977 0.36245-1.0351 0.6356-0.30444 0.2754-0.51885 0.58008-0.66975 0.94771-0.15348 0.36545-0.21447 0.75981-0.21447 1.1887 0 0.27239 0.0316 0.51629 0.0927 0.75979 0.0292 0.21163 0.1509 0.45551 0.27269 0.66713 0.15348 0.24914 0.3362 0.49004 0.54804 0.73316 0.24622 0.27541 0.54803 0.54782 0.91599 0.88416l2.0093 1.7949c0.54795 0.48702 1.006 0.91597 1.3687 1.3078 0.33618 0.42849 0.64064 0.82862 0.85507 1.1887 0.21178 0.36772 0.36531 0.75973 0.4871 1.1277 0.0899 0.3677 0.12172 0.75979 0.12172 1.1596 0 0.85242-0.18267 1.6122-0.54804 2.3164-0.36531 0.69639-0.85245 1.3078-1.464 1.824-0.60889 0.48702-1.3395 0.91595-2.1311 1.1886-0.79154 0.27541-1.6149 0.42325-2.4673 0.42325-0.79154 0-1.5513-0.0526-2.2846-0.18008-0.7307-0.12449-1.3687-0.27241-1.9167-0.48403l0.36531-3.9313h1.0034l0.0927 0.66713c0.0608 0.42924 0.18267 0.79688 0.30446 1.0695 0.15089 0.30691 0.33618 0.51928 0.57706 0.69863 0.24622 0.18009 0.54804 0.30468 0.91599 0.36772 0.33356 0.087 0.79156 0.11932 1.2787 0.11932 0.51621 0 1.0033-0.06 1.4613-0.21161 0.45798-0.1509 0.82331-0.36769 1.1887-0.6431 0.33356-0.27241 0.57706-0.60335 0.79154-1.0033 0.18266-0.36545 0.27271-0.78892 0.27271-1.276 0-0.30468-0.0292-0.6086-0.09-0.91597-0.0927-0.30467-0.21177-0.60859-0.42622-0.91333-0.18267-0.3362-0.458-0.66712-0.79156-1.0669-0.3362-0.39698-0.76243-0.82067-1.2813-1.3078l-2.0093-1.9167c-0.36529-0.33618-0.64062-0.67237-0.88156-0.94778-0.2462-0.30467-0.42887-0.60859-0.57977-0.91596-0.12171-0.30468-0.2436-0.6086-0.30445-0.93976-0.0608-0.30467-0.0927-0.67237-0.0927-1.0405 0-0.69639 0.15348-1.3686 0.42625-2.004 0.30446-0.64312 0.73068-1.2204 1.2496-1.7075 0.54796-0.46075 1.1886-0.85239 1.9193-1.1277 0.73068-0.27241 1.5222-0.42924 2.3746-0.42924 0.88423 0 1.6149 0.06 2.2555 0.18525 0.60891 0.11932 1.1886 0.30691 1.6758 0.55081l-0.36802 3.8042zm-17.108 3.8672c-0.0316 0.30468-0.0927 0.64086-0.12171 0.97683-0.0607 0.33094-0.12171 0.66712-0.15348 1.0351-0.0586 0.33619-0.0899 0.66713-0.1509 1.0033l-0.54803 3.288c-0.0316 0.18544-0.0316 0.36771-0.0608 0.60859-0.0316 0.21687-0.0607 0.43149-0.0927 0.67239-0.0292 0.24388-0.0608 0.45549-0.0608 0.66712-0.0316 0.24914-0.0316 0.42923-0.0316 0.58007 0 0.52155 0.12449 0.88416 0.36802 1.096 0.2435 0.24914 0.57706 0.39998 1.0642 0.49228v0.51629c-0.33356 0.18009-0.73068 0.33619-1.1251 0.42399-0.39712 0.0923-0.82333 0.15606-1.3104 0.15606s-0.85245-0.1245-1.096-0.36772c-0.27271-0.24388-0.39712-0.58008-0.39712-1.0351 0-0.18524 0.0316-0.42924 0.0316-0.70163 0.0292-0.2439 0.0608-0.54782 0.0927-0.82329 0.0292-0.30467 0.0899-0.60859 0.11913-0.88424 0.0316-0.29941 0.0927-0.57406 0.12171-0.82064l0.57979-3.5024c0.0292-0.24088 0.0608-0.48476 0.12171-0.75979 0.0316-0.27241 0.0607-0.54782 0.0927-0.82066 0.0292-0.27541 0.0608-0.54782 0.0608-0.79156 0.0292-0.24914 0.0292-0.49226 0.0292-0.7039 0-0.33618-0.0292-0.60859-0.0899-0.85239-0.0927-0.2439-0.18544-0.42325-0.30708-0.58008-0.12171-0.11933-0.27268-0.24088-0.42622-0.30468-0.1509-0.06-0.33357-0.087-0.51623-0.087-0.42623 0-0.8842 0.18008-1.3713 0.58008-0.4871 0.39172-0.94512 0.90809-1.3396 1.6123-0.42624 0.66713-0.79156 1.4904-1.0669 2.4038-0.30446 0.9477-0.458 1.951-0.48711 3.0153l-0.18266 5.149h-2.5891l1.5222-13.128-1.8584-0.58008v-0.57706c0.48972-0.18247 0.97422-0.30694 1.464-0.39998 0.45538-0.0872 1.006-0.11933 1.554-0.11933 0.21177 0 0.39442 0.03 0.60627 0.06 0.2144 0.03 0.42887 0.0526 0.64064 0.14852l-0.97422 4.6593h0.0316c0.33356-0.79154 0.7307-1.4587 1.1569-2.0676 0.42622-0.60859 0.85243-1.1277 1.3396-1.5566 0.45536-0.42323 0.94244-0.72791 1.4613-0.97157 0.4871-0.21163 1.006-0.3362 1.5222-0.3362 0.3362 0 0.66976 0.06 0.94509 0.18008 0.30446 0.12449 0.55066 0.30692 0.76243 0.52455 0.21178 0.24088 0.39442 0.54782 0.51621 0.8789 0.12171 0.33619 0.18525 0.76505 0.18525 1.2204 0 0.2409 0 0.5163-0.0316 0.82066m-13.547 8.5602c0.0927 0.12449 0.12171 0.27541 0.12171 0.46075 0 0.36245-0.12171 0.69639-0.33618 1.0325-0.2409 0.33618-0.54804 0.61159-0.94245 0.85503-0.39712 0.24388-0.88423 0.42323-1.4004 0.57707-0.54804 0.15089-1.1278 0.21463-1.7367 0.21463-0.64064 0-1.2496-0.0953-1.7684-0.30694-0.54804-0.21161-0.9742-0.5478-1.3687-0.97156-0.36531-0.46076-0.67245-1.0086-0.8842-1.6758-0.21442-0.64086-0.30446-1.4322-0.30446-2.3455 0-1.7075 0.18267-3.1953 0.57979-4.4475 0.39442-1.2786 0.88156-2.3164 1.4904-3.1689 0.64064-0.82328 1.3104-1.4296 2.0729-1.8584 0.75979-0.39172 1.4931-0.60859 2.2529-0.60859 1.0351 0 1.8584 0.24389 2.4064 0.79687 0.54804 0.51629 0.85243 1.3078 0.85243 2.3429 0 0.88424-0.21177 1.7049-0.64064 2.4038-0.42622 0.73316-0.9742 1.3448-1.644 1.8293-0.69885 0.51628-1.4613 0.88422-2.3429 1.1596-0.8551 0.27241-1.7684 0.39171-2.65 0.39171 0 0.91597 0.0607 1.6758 0.18008 2.2846 0.12171 0.58009 0.27533 1.0351 0.51883 1.4032 0.2436 0.33619 0.51885 0.57707 0.85245 0.70164 0.33619 0.11933 0.73068 0.18247 1.1887 0.18247 0.27269 0 0.54802-0.03 0.8842-0.12449 0.30446-0.06 0.63802-0.1509 0.94246-0.30468 0.30443-0.1509 0.57976-0.30168 0.85243-0.48702 0.24358-0.18009 0.45797-0.39174 0.60889-0.61161 0.0608 0.06 0.15348 0.15606 0.21439 0.2754m-1.8266-10.078c-0.24352-0.30468-0.60889-0.45776-1.0378-0.45776-0.33356 0-0.69886 0.12151-1.096 0.42925-0.3653 0.27241-0.73069 0.66712-1.0351 1.1569-0.33357 0.51629-0.6089 1.1225-0.82067 1.8558-0.21439 0.69863-0.30707 1.4957-0.30707 2.3746 0.66974 0 1.3104-0.087 1.8902-0.27541 0.57714-0.18008 1.0669-0.42398 1.4904-0.75981 0.42887-0.33618 0.73332-0.7279 0.97686-1.2204 0.2436-0.48478 0.33621-1.0033 0.33621-1.5831 0-0.7279-0.12449-1.2178-0.39714-1.5195m-14.215 1.5198c-0.0316 0.30468-0.0927 0.64086-0.12171 0.97683-0.0608 0.33094-0.12171 0.66712-0.1509 1.0351-0.0607 0.33619-0.0927 0.66713-0.15348 1.0033l-0.54801 3.288c-0.0316 0.18544-0.0316 0.36771-0.0608 0.60859-0.0316 0.21687-0.0608 0.43149-0.0927 0.67239-0.0292 0.24388-0.0608 0.45549-0.0608 0.66712-0.0292 0.24914-0.0292 0.42923-0.0292 0.58007 0 0.52155 0.12171 0.88416 0.36531 1.096 0.24358 0.24914 0.57976 0.39998 1.0669 0.49228v0.51629c-0.33618 0.18009-0.73332 0.33619-1.1278 0.42399-0.39712 0.0923-0.82332 0.15606-1.3104 0.15606-0.4871 0-0.85245-0.1245-1.096-0.36772-0.27271-0.24388-0.39712-0.58008-0.39712-1.0351 0-0.18524 0.0316-0.42924 0.0316-0.70163 0.0292-0.2439 0.0608-0.54782 0.0927-0.82329 0.0292-0.30467 0.09-0.60859 0.12171-0.88424 0.0292-0.29941 0.09-0.57406 0.11913-0.82064l0.57979-3.5024c0.0292-0.24088 0.0607-0.48476 0.12171-0.75979 0.0316-0.27241 0.0608-0.54782 0.0927-0.82066 0.0292-0.27541 0.0608-0.54782 0.0608-0.79156 0.0292-0.24914 0.0292-0.49226 0.0292-0.7039 0-0.33618-0.0292-0.60859-0.0899-0.85239-0.0927-0.2439-0.18544-0.42325-0.30443-0.58008-0.12191-0.11933-0.27533-0.24088-0.42887-0.30468-0.1509-0.06-0.33356-0.087-0.51623-0.087-0.42623 0-0.8842 0.18008-1.3713 0.58008-0.4871 0.39172-0.94512 0.90809-1.3396 1.6123-0.42624 0.66713-0.79155 1.4904-1.0669 2.4038-0.30446 0.9477-0.458 1.951-0.4871 3.0153l-0.18267 5.149h-2.5891l1.5249-13.128-1.8611-0.58008v-0.57706c0.48972-0.18247 0.97686-0.30694 1.464-0.39998 0.458-0.0872 1.006-0.11933 1.554-0.11933 0.21178 0 0.39442 0.03 0.60889 0.06 0.21178 0.03 0.42625 0.0526 0.63802 0.14852l-0.97422 4.6593h0.0316c0.33356-0.79154 0.7307-1.4587 1.1569-2.0676 0.42623-0.60859 0.85243-1.1277 1.3395-1.5566 0.458-0.42323 0.94512-0.72791 1.4613-0.97157 0.4871-0.21163 1.006-0.3362 1.5249-0.3362 0.33356 0 0.66713 0.06 0.94245 0.18008 0.30446 0.12449 0.55066 0.30692 0.76243 0.52455 0.21178 0.24088 0.39712 0.54782 0.51621 0.8789 0.12191 0.33619 0.18525 0.76505 0.18525 1.2204 0 0.2409 0 0.5163-0.0316 0.82066m-16.049 15.69c-0.24358 0.72792-0.57714 1.3396-0.94243 1.7949-0.36801 0.46075-0.7942 0.76513-1.2496 0.9769-0.45798 0.21162-0.91333 0.30468-1.4322 0.30468-0.39442 0-0.79156-0.06-1.186-0.21162-0.39714-0.18544-0.70157-0.36771-0.91599-0.60859v-0.54782c0.51885 0 0.97687-0.06 1.4322-0.21987 0.42625-0.14852 0.82333-0.39172 1.1887-0.72791 0.33356-0.3362 0.63802-0.75981 0.88156-1.3078 0.24622-0.54782 0.39714-1.1887 0.4871-1.9485l1.6758-13.252 0.0927-1.8267-1.8584-0.57709v-0.58008c0.4871-0.18227 0.97422-0.30468 1.4931-0.39998 0.4871-0.0878 1.0033-0.11933 1.5222-0.11933 0.51885 0 0.97422 0.06 1.3713 0.18227l-1.9511 16.448c-0.12172 1.0324-0.33357 1.9167-0.6089 2.6208m3.2615-23.36c-0.0927 0.24314-0.21448 0.42323-0.36801 0.60333-0.1509 0.15606-0.33357 0.30694-0.54804 0.39998-0.21177 0.0923-0.42625 0.15388-0.638 0.15388-0.42887 0-0.76243-0.12449-1.006-0.39698-0.27533-0.24388-0.39712-0.6116-0.39712-1.0642 0-0.24388 0.0316-0.48702 0.12171-0.73616 0.0927-0.21162 0.2144-0.42323 0.39712-0.58008 0.1509-0.18009 0.33356-0.29942 0.54796-0.42399 0.18266-0.0923 0.42624-0.14792 0.64064-0.14792 0.18266 0 0.36531 0.0224 0.54795 0.11933 0.1509 0.06 0.30446 0.18009 0.42625 0.30468 0.1509 0.12449 0.24358 0.27239 0.30444 0.45549 0.0899 0.18544 0.12171 0.36547 0.12171 0.57708 0 0.24388-0.0608 0.51854-0.1509 0.73617m-11.008 18.82c-0.24358-0.2439-0.36531-0.58008-0.36531-1.0351 0-0.21161 0-0.48402 0.0292-0.82066 0.0316-0.33619 0.0608-0.67239 0.12171-1.0404 0.0316-0.39174 0.0927-0.75981 0.15348-1.1225 0.0292-0.39696 0.0608-0.73317 0.12171-1.0378l0.97422-6.1841 0.15348-1.795-1.8293-0.58006v-0.57709c0.4871-0.18227 0.9742-0.30692 1.4931-0.39998 0.4871-0.087 1.006-0.11933 1.554-0.11933 0.2727 0 0.51622 0 0.73068 0.03 0.2436 0.03 0.42624 0.06 0.64064 0.15089l-1.3713 8.9559c-0.0316 0.21163-0.0608 0.48478-0.0927 0.78894-0.0292 0.30691-0.0586 0.58006-0.0899 0.88422 0 0.30691-0.0292 0.58006-0.0608 0.85509v0.72792c0 0.52155 0.0927 0.88422 0.27269 1.1277 0.21448 0.27239 0.51885 0.46076 0.9451 0.6086v0.51629c-0.33619 0.15606-0.66975 0.24388-1.0351 0.30691-0.36531 0.0923-0.79156 0.1245-1.2495 0.1245-0.4871 0-0.85246-0.1245-1.096-0.36772m4.4766-18.82c-0.0899 0.24088-0.21177 0.42399-0.36531 0.60334-0.1509 0.15606-0.33356 0.30467-0.54802 0.39997-0.21177 0.0923-0.42624 0.15388-0.64064 0.15388-0.42624 0-0.75979-0.12449-1.0034-0.39698-0.27533-0.24388-0.39712-0.61159-0.39712-1.0669 0-0.2409 0.0316-0.48478 0.12172-0.73316 0.12171-0.21163 0.24358-0.42325 0.39711-0.58008 0.15348-0.18009 0.33357-0.29942 0.51623-0.42325 0.21448-0.0923 0.42623-0.14852 0.67245-0.14852 0.39442 0 0.73068 0.14852 1.0033 0.42399 0.24352 0.27241 0.39444 0.60859 0.39444 1.0324 0 0.24388-0.0608 0.51929-0.1509 0.73617m-7.8829 7.6118c-0.64064 1.096-1.2787 2.1655-1.9484 3.2006-0.64064 1.0351-1.3104 2.0676-2.012 3.108-0.66975 1.0033-1.4004 2.0358-2.1311 3.108h3.8677c0.39712 0 0.76243-0.03 1.0351-0.06 0.30446-0.03 0.54804-0.0923 0.7307-0.15388 0.18267-0.0901 0.33619-0.18246 0.45798-0.2754 0.12171-0.11933 0.2436-0.27241 0.30445-0.42325l0.30444-0.64086 0.60889 0.06c0 1.3078-0.27269 2.2555-0.79154 2.8644-0.51885 0.57932-1.3396 0.8789-2.4673 0.8789-0.33357 0-0.73068 0-1.1887-0.0526-0.45535-0.03-0.94243-0.06-1.4296-0.0923-0.4871-0.03-0.94509-0.06-1.3713-0.0953-0.45799-0.03-0.82332-0.0524-1.1278-0.0524h-0.57716c-0.18525 0.03-0.39712 0.03-0.57977 0.0524-0.21439 0-0.39444 0.03-0.60889 0.03-0.18267 0.03-0.33356 0.06-0.4871 0.0923l8.1326-12.76h-3.2589c-0.67244 0-1.1886 0.087-1.554 0.24313-0.36531 0.14851-0.60892 0.39171-0.73071 0.69639l-0.24358 0.5193-0.70157-0.11932c0-0.5478 0.0608-1.0351 0.18266-1.464 0.12172-0.42323 0.27533-0.79154 0.51885-1.096 0.21178-0.30466 0.48711-0.5478 0.82067-0.72791 0.30446-0.15606 0.67245-0.24387 1.0986-0.24387 1.0642 0 2.0093 0.03 2.8009 0.11932 0.79156 0.06 1.4004 0.0923 1.7975 0.0923 0.79156 0 1.5831-0.06 2.4064-0.18545-0.60889 1.1569-1.2495 2.3164-1.8584 3.3807m-13.764 11.207c-0.27533-0.2439-0.39712-0.60859-0.39712-1.0643 0-0.21162 0.0316-0.48703 0.0316-0.82329 0.0292-0.33618 0.0608-0.7039 0.0899-1.0642 0.0316-0.36772 0.0927-0.73617 0.12171-1.096 0.0316-0.39998 0.0927-0.73616 0.12171-1.0086l2.1338-15.108-1.9193-0.57407v-0.58008c0.48711-0.18545 0.97423-0.30468 1.4613-0.36545 0.45799-0.0953 1.006-0.12449 1.5831-0.12449 0.2436 0 0.51885 0 0.76243 0.03 0.2436 0.06 0.458 0.0953 0.63802 0.15606l-2.282 15.955c-0.0316 0.24914-0.0608 0.52455-0.0927 0.79688-0.0292 0.29941-0.0607 0.60635-0.0899 0.91065 0 0.27239-0.0316 0.58006-0.0316 0.88422-0.0292 0.27239-0.0292 0.51629-0.0292 0.75979 0 0.52155 0.12171 0.88424 0.36531 1.1277 0.21178 0.27241 0.57715 0.46076 1.0034 0.6086v0.51628c-0.66976 0.27541-1.4322 0.43151-2.3429 0.43151-0.51883 0-0.8842-0.12449-1.1278-0.36771m-3.1924-2.5913c0.0927 0.12449 0.12171 0.27541 0.12171 0.46075 0 0.36245-0.12171 0.69639-0.33619 1.0325-0.24088 0.33618-0.54795 0.61159-0.94245 0.85503-0.39712 0.24388-0.8842 0.42323-1.4004 0.57707-0.54804 0.15089-1.1278 0.21463-1.7366 0.21463-0.64064 0-1.2495-0.0953-1.7684-0.30694-0.54803-0.21161-0.97422-0.5478-1.3687-0.97156-0.36531-0.46076-0.67246-1.0086-0.88422-1.6758-0.21447-0.64086-0.30443-1.4322-0.30443-2.3455 0-1.7075 0.18266-3.1953 0.57976-4.4475 0.39442-1.2786 0.88156-2.3164 1.4904-3.1689 0.64064-0.82328 1.3104-1.4296 2.0729-1.8584 0.75979-0.39172 1.4904-0.60859 2.2529-0.60859 1.0351 0 1.8584 0.24389 2.4064 0.79687 0.54804 0.51629 0.85244 1.3078 0.85244 2.3429 0 0.88424-0.21178 1.7049-0.64064 2.4038-0.42625 0.73316-0.97423 1.3448-1.644 1.8293-0.69888 0.51628-1.4613 0.88422-2.3429 1.1596-0.85509 0.27241-1.7684 0.39171-2.65 0.39171 0 0.91597 0.0608 1.6758 0.18008 2.2846 0.12172 0.58009 0.27533 1.0351 0.51885 1.4032 0.24358 0.33619 0.51885 0.57707 0.85244 0.70164 0.3362 0.11933 0.7307 0.18247 1.1886 0.18247 0.27271 0 0.54804-0.03 0.8842-0.12449 0.30184-0.06 0.63802-0.1509 0.94246-0.30468 0.30446-0.1509 0.57978-0.30168 0.85243-0.48702 0.2436-0.18009 0.458-0.39174 0.60889-0.61161 0.0608 0.06 0.15348 0.15606 0.21448 0.2754m-1.8267-10.078c-0.2435-0.30468-0.61151-0.45776-1.0378-0.45776-0.33356 0-0.69885 0.12151-1.096 0.42925-0.36529 0.27241-0.73068 0.66712-1.0351 1.1569-0.33356 0.51629-0.60889 1.1225-0.82066 1.8558-0.21448 0.69863-0.30708 1.4957-0.30708 2.3746 0.66975 0 1.3104-0.087 1.8902-0.27541 0.57714-0.18008 1.0669-0.42398 1.4904-0.75981 0.42623-0.33618 0.73331-0.7279 0.97687-1.2204 0.24358-0.48478 0.33356-1.0033 0.33356-1.5831 0-0.7279-0.12171-1.2178-0.39444-1.5195m-14.942 13.066-1.4004-17.152h-0.0316l-5.3291 17.059-2.0411 0.0923-2.4064-18.277-1.5513-0.51856v-0.60859c0.45536-0.1509 0.91069-0.27541 1.3078-0.36245 0.42625-0.06 0.85245-0.0923 1.2787-0.0923 0.45797 0 0.85243 0.03 1.2495 0.06 0.36531 0.03 0.76243 0.11933 1.1569 0.24313v0.5193c-0.2436 0.06-0.45799 0.21162-0.57716 0.36545-0.15348 0.18227-0.18267 0.36246-0.18267 0.51856l1.4296 14.129h0.0316l4.9346-15.625 2.8009-0.1509 1.2178 16.326h0.0316l4.691-14.836-1.6149-0.48703v-0.60859c0.91333-0.30467 1.8876-0.45549 2.9226-0.45549 0.30444 0 0.61151 0.03 0.91333 0.06 0.30708 0.06 0.57978 0.1509 0.85509 0.24314v0.51929c-0.2436 0.06-0.4871 0.18009-0.66977 0.33618-0.18524 0.14792-0.30705 0.33621-0.39711 0.54782l-6.4568 18.06zm314.58-34.384c-0.27533 0.60635-0.57979 1.1516-0.97423 1.644-0.36531 0.51628-0.79155 0.94245-1.2495 1.3078-0.45535 0.33619-0.88156 0.58006-1.2787 0.67237l-0.85243-0.18525c0.33356-0.33618 0.64062-0.66712 0.91331-1.0669 0.27535-0.39696 0.51885-0.78892 0.73332-1.1887 0.21177-0.39174 0.36267-0.79156 0.45273-1.1834 0.1245-0.3677 0.18525-0.73317 0.18525-1.0695l-1.1278-1.2786c0.27533-0.36545 0.60889-0.67239 0.94246-0.91335 0.36801-0.24388 0.73332-0.36245 1.0695-0.36245 0.21178 0 0.39442 0.03 0.57979 0.11933 0.21175 0.0923 0.36267 0.21161 0.51621 0.36545 0.15089 0.15089 0.24352 0.33618 0.33356 0.58008 0.0927 0.24388 0.12449 0.48702 0.12449 0.79154 0 0.58008-0.12449 1.1887-0.36799 1.7685m-7.12-8.6514c-0.0316 0.33092-0.0927 0.66712-0.15348 1.0351-0.0292 0.36545-0.0899 0.7279-0.11913 1.1251-0.0637 0.39471-0.0953 0.76243-0.15348 1.1277-0.0316 0.36245-0.0607 0.69864-0.0899 1.0033 0 0.30467-0.0316 0.54782-0.0316 0.73316 0 0.48703 0.0316 0.8789 0.0899 1.186 0.0637 0.30467 0.15348 0.54782 0.24358 0.73316 0.12172 0.18009 0.27533 0.30468 0.45798 0.36248 0.18266 0.0923 0.42624 0.15387 0.66977 0.18524v0.63562c-0.48711 0.15606-0.91333 0.27539-1.3396 0.33618-0.42622 0.0923-0.8842 0.12449-1.3713 0.12449-0.2436 0-0.4871-0.03-0.69888-0.06-0.21447-0.03-0.39711-0.0923-0.57978-0.1509l0.75979-4.6011h-0.0292c-0.27271 0.70165-0.60889 1.3687-0.97422 1.9802-0.36801 0.58008-0.76243 1.1277-1.1887 1.5514-0.42624 0.46075-0.85243 0.7968-1.3078 1.0695-0.42625 0.2439-0.88422 0.36248-1.3104 0.36248-0.3362 0-0.70158-0.11933-1.006-0.33621-0.33357-0.21161-0.638-0.5478-0.88156-1.0034-0.27533-0.45551-0.48972-1.0033-0.64064-1.6757-0.15348-0.67236-0.2435-1.464-0.2435-2.3482 0-1.5195 0.21177-2.8882 0.60889-4.1086 0.39712-1.2151 0.9742-2.2873 1.644-3.1344 0.70157-0.85239 1.5222-1.493 2.4355-1.9484 0.91599-0.46077 1.8902-0.7039 2.8935-0.7039 0.18267 0 0.36799 0 0.57976 0.03 0.2144 0 0.42625 0 0.57979 0.03l0.8842-5.4879-2.012-0.57482v-0.57709c0.4871-0.18763 0.97422-0.30467 1.4931-0.36771 0.4871-0.0923 1.096-0.12449 1.7366-0.12449 0.27269 0 0.51621 0 0.73069 0.03 0.24358 0.06 0.45535 0.0923 0.66974 0.15606l-2.2238 12.604c-0.0316 0.21686-0.0608 0.49227-0.12171 0.79686m-2.102-4.7837c-0.2435-0.03-0.51621-0.03-0.76243-0.03-0.638 0-1.2178 0.14851-1.7975 0.45251-0.57714 0.30692-1.0642 0.76767-1.4904 1.403-0.42623 0.64088-0.76243 1.4322-1.0377 2.4091-0.24358 1.0033-0.36267 2.1602-0.36267 3.4997 0 0.64088 0.0292 1.1886 0.11913 1.644 0.0953 0.45549 0.18525 0.85509 0.33619 1.1596 0.15347 0.30467 0.30707 0.51629 0.4871 0.67237 0.18266 0.11932 0.39442 0.21163 0.57976 0.21163 0.30446 0 0.64064-0.12449 1.0351-0.36771 0.36531-0.27241 0.73068-0.64086 1.0669-1.1568 0.36269-0.51931 0.69887-1.1596 1.006-1.9511 0.27271-0.79154 0.48446-1.7049 0.66712-2.7718l0.8551-5.0563c-0.2144-0.03-0.42625-0.0878-0.70158-0.11933m-13.702 13.011c-0.2436-0.2439-0.36531-0.58008-0.36531-1.0351 0-0.21161 0-0.48402 0.0292-0.82066 0.0316-0.33619 0.0637-0.67239 0.12449-1.0404 0.0292-0.39174 0.0899-0.75981 0.1509-1.1225 0.0292-0.39696 0.0608-0.73317 0.12171-1.0378l0.97687-6.1841 0.14831-1.7949-1.824-0.58009v-0.57708c0.48448-0.18227 0.97422-0.30692 1.4904-0.39998 0.4871-0.087 1.006-0.11933 1.554-0.11933 0.27533 0 0.51623 0 0.7307 0.03 0.24358 0.03 0.42623 0.06 0.64062 0.1509l-1.3713 8.9558c-0.0316 0.21163-0.0608 0.48478-0.0927 0.78893-0.0292 0.30692-0.0586 0.58007-0.09 0.88422 0 0.30692-0.0316 0.58009-0.0637 0.85512v0.7279c0 0.52155 0.0953 0.88422 0.27795 1.1277 0.21177 0.27239 0.51621 0.46076 0.94245 0.6086v0.51628c-0.3362 0.15606-0.66976 0.24388-1.0351 0.30692-0.36529 0.0923-0.79153 0.12449-1.2495 0.12449-0.4871 0-0.85243-0.12449-1.096-0.36771m4.4766-18.82c-0.0899 0.24088-0.2144 0.42323-0.36531 0.60333-0.1509 0.15606-0.33357 0.30468-0.54804 0.39998-0.21177 0.0923-0.42625 0.15388-0.64064 0.15388-0.42623 0-0.76243-0.12449-1.0033-0.39698-0.27533-0.24388-0.39712-0.61159-0.39712-1.0669 0-0.2409 0.0316-0.48478 0.12171-0.73316 0.12171-0.21164 0.24358-0.42325 0.39712-0.58009 0.1509-0.18008 0.33356-0.29941 0.51885-0.42324 0.21177-0.0923 0.42623-0.14852 0.66975-0.14852 0.39441 0 0.73068 0.14852 1.006 0.42325 0.2409 0.27239 0.39444 0.60859 0.39444 1.0324 0 0.2439-0.0608 0.5193-0.15348 0.73616m-7.579 16.232c0.0899 0.12449 0.12171 0.2754 0.12171 0.46075 0 0.36245-0.12171 0.69639-0.33356 1.0325-0.2462 0.33618-0.55066 0.61159-0.9451 0.85503-0.39712 0.24388-0.88156 0.42398-1.4031 0.57706-0.54803 0.1509-1.1278 0.21464-1.734 0.21464-0.64064 0-1.2495-0.0953-1.7658-0.30692-0.55066-0.21163-0.97422-0.54782-1.374-0.97158-0.36267-0.46076-0.66713-1.0086-0.88156-1.6758-0.21448-0.64086-0.30444-1.4322-0.30444-2.3455 0-1.7075 0.18525-3.1953 0.57977-4.4474 0.39441-1.2786 0.88156-2.3164 1.4904-3.1689 0.64064-0.82328 1.3131-1.4296 2.0728-1.8584 0.76244-0.39172 1.4905-0.6086 2.2529-0.6086 1.0377 0 1.8584 0.2439 2.4064 0.79688 0.54801 0.51629 0.85507 1.3078 0.85507 2.3429 0 0.88422-0.21447 1.7049-0.64334 2.4037-0.42622 0.73316-0.9742 1.3448-1.644 1.8293-0.69885 0.51629-1.4613 0.88422-2.3429 1.1596-0.8551 0.27241-1.7658 0.39172-2.65 0.39172 0 0.91597 0.0586 1.6758 0.18267 2.2846 0.12171 0.58008 0.27533 1.0351 0.51621 1.4032 0.2436 0.33619 0.51893 0.57707 0.85509 0.70164 0.33357 0.11932 0.72798 0.18246 1.186 0.18246 0.27271 0 0.54804-0.03 0.88422-0.12449 0.30444-0.06 0.638-0.15089 0.94245-0.30467 0.30444-0.1509 0.57977-0.30168 0.85508-0.48702 0.24088-0.18009 0.45535-0.39172 0.60889-0.6116 0.0586 0.06 0.1509 0.15606 0.21177 0.27539m-1.8266-10.078c-0.24352-0.30468-0.61152-0.45776-1.0351-0.45776-0.33621 0-0.70158 0.12151-1.0987 0.42849-0.36531 0.27241-0.72798 0.66713-1.0351 1.1569-0.33619 0.51629-0.6089 1.1225-0.82067 1.8558-0.21447 0.69864-0.30708 1.4958-0.30708 2.3746 0.67245 0 1.3131-0.087 1.8876-0.2754 0.57976-0.18009 1.0695-0.42323 1.4957-0.75979 0.42623-0.33621 0.72798-0.72793 0.9742-1.2204 0.2436-0.48476 0.33357-1.0033 0.33357-1.5831 0-0.72791-0.12172-1.2178-0.39442-1.5195m-12.664 12.669c-0.27271-0.2439-0.39442-0.58008-0.39442-1.0351 0-0.18544 0-0.42924 0.0292-0.70165 0.0292-0.27541 0.0608-0.58007 0.12172-0.88422 0.0292-0.30168 0.0608-0.60633 0.12171-0.91071 0.0316-0.30467 0.0899-0.60859 0.12171-0.85241l0.54803-3.3833c0.0316-0.21161 0.09-0.48478 0.12191-0.75981 0.0316-0.30465 0.0608-0.58006 0.0899-0.85239 0.0316-0.30468 0.0637-0.54782 0.0637-0.82337 0.0292-0.2409 0.0292-0.45775 0.0292-0.64085 0-0.67239-0.12171-1.1569-0.39442-1.4322-0.24622-0.24388-0.57979-0.39172-0.97422-0.39172-0.36802 0-0.7942 0.14851-1.2204 0.48478-0.45535 0.30692-0.88156 0.75973-1.2495 1.3713-0.39442 0.57933-0.75979 1.3078-1.0351 2.1602-0.30446 0.85509-0.4871 1.8319-0.54804 2.9279l-0.36531 5.8162h-2.5573l1.2787-9.901 1.0033-10.356-1.8875-0.57407v-0.58008c0.4871-0.18545 1.006-0.30468 1.5249-0.36545 0.54804-0.0953 1.0642-0.12449 1.5831-0.12449 0.27533 0 0.51885 0 0.75979 0.03 0.21447 0.06 0.42622 0.0953 0.64062 0.15606l-1.6149 11.148h0.0316c0.30444-0.67239 0.638-1.2522 1.0325-1.7685 0.39976-0.5478 0.7942-0.97156 1.2495-1.3395 0.42625-0.39698 0.88421-0.67238 1.374-0.88424 0.48448-0.18008 0.97422-0.30465 1.4587-0.30465 0.76507 0 1.3422 0.27239 1.7658 0.75979 0.42887 0.52155 0.64334 1.1886 0.64334 2.0437 0 0.24088-0.0316 0.54555-0.0316 0.85247-0.0316 0.30468-0.0637 0.64088-0.12171 0.97683-0.0316 0.33094-0.0899 0.66712-0.15348 1.0033-0.0292 0.36545-0.0899 0.69639-0.15089 1.0034l-0.54804 3.2006c-0.0316 0.18008-0.0608 0.39173-0.0899 0.60859-0.0316 0.2439-0.0637 0.48704-0.0637 0.73092-0.0316 0.24088-0.0586 0.48478-0.0586 0.69639-0.0316 0.21688-0.0316 0.42849-0.0316 0.58009 0 0.52155 0.12191 0.88422 0.33356 1.096 0.24623 0.24914 0.60892 0.39698 1.0987 0.49228v0.51629c-0.33621 0.18009-0.7307 0.33619-1.1278 0.42323-0.39714 0.0923-0.82069 0.15606-1.3104 0.15606-0.4871 0-0.85245-0.12449-1.096-0.36771m-10.928-8.2219c-0.0316 0.33092-0.0927 0.66712-0.15348 1.0351-0.0292 0.36545-0.09 0.7279-0.12171 1.1251-0.0608 0.39471-0.0927 0.76243-0.1509 1.1277-0.0316 0.36245-0.0637 0.69864-0.0899 1.0033 0 0.30467-0.0316 0.54782-0.0316 0.73316 0 0.48703 0.0316 0.8789 0.0899 1.186 0.0637 0.30467 0.15348 0.54782 0.24358 0.73316 0.12191 0.18009 0.27271 0.30468 0.45799 0.36248 0.18267 0.0923 0.42625 0.15387 0.66975 0.18524v0.63562c-0.4871 0.15606-0.91333 0.27539-1.3395 0.33618-0.42625 0.0923-0.88422 0.12449-1.3713 0.12449-0.24359 0-0.48711-0.03-0.69888-0.06-0.21439-0.03-0.39712-0.0923-0.57976-0.1509l0.75977-4.6011h-0.0292c-0.27271 0.70165-0.60889 1.3687-0.9742 1.9802-0.36802 0.58008-0.76243 1.1277-1.1887 1.5514-0.42625 0.46075-0.85243 0.7968-1.3078 1.0695-0.42624 0.2439-0.8842 0.36248-1.3104 0.36248-0.33619 0-0.70158-0.11933-1.006-0.33621-0.33356-0.21161-0.63802-0.5478-0.88156-1.0034-0.27533-0.45551-0.48974-1.0033-0.64064-1.6757-0.15348-0.67236-0.24352-1.464-0.24352-2.3482 0-1.5195 0.21178-2.8882 0.60889-4.1086 0.39714-1.2151 0.97423-2.2873 1.644-3.1344 0.70158-0.85239 1.5222-1.493 2.4356-1.9484 0.91597-0.46077 1.8902-0.7039 2.8935-0.7039 0.18266 0 0.36801 0 0.57978 0.03 0.21447 0 0.42623 0 0.57976 0.03l0.88156-5.4879-2.0093-0.57482v-0.57709c0.4871-0.18763 0.97423-0.30467 1.4905-0.36771 0.48972-0.0923 1.0986-0.12449 1.7366-0.12449 0.27533 0 0.51883 0 0.7333 0.03 0.2436 0.06 0.458 0.0923 0.66977 0.15606l-2.2238 12.604c-0.0316 0.21686-0.0637 0.49227-0.12171 0.79686m-2.102-4.7837c-0.24352-0.03-0.51623-0.03-0.76243-0.03-0.63802 0-1.2178 0.14851-1.7976 0.45251-0.57707 0.30692-1.0642 0.76767-1.4904 1.403-0.42625 0.64088-0.76243 1.4322-1.0378 2.4091-0.24358 1.0033-0.36529 2.1602-0.36529 3.4997 0 0.64088 0.0316 1.1886 0.12171 1.644 0.0953 0.45549 0.18524 0.85509 0.33618 1.1596 0.15348 0.30467 0.30708 0.51629 0.4871 0.67237 0.18267 0.11932 0.39442 0.21163 0.57979 0.21163 0.30443 0 0.64062-0.12449 1.0351-0.36771 0.36531-0.27241 0.73068-0.64086 1.0669-1.1568 0.36269-0.51931 0.69888-1.1596 1.006-1.9511 0.27271-0.79154 0.48448-1.7049 0.66713-2.7718l0.85509-5.0563c-0.21439-0.03-0.42624-0.0878-0.70157-0.11933m-10.349 1.8629c-0.0316 0.30467-0.0899 0.64086-0.12171 0.97682-0.0608 0.33095-0.12171 0.66713-0.15348 1.0351-0.0607 0.33619-0.0899 0.66713-0.1509 1.0033l-0.54803 3.288c-0.0316 0.18525-0.0316 0.36772-0.0637 0.6086-0.0262 0.21687-0.0586 0.43149-0.0899 0.67239-0.0292 0.24312-0.0586 0.45549-0.0586 0.66712-0.0316 0.24914-0.0316 0.42923-0.0316 0.58006 0 0.52155 0.12171 0.88417 0.36529 1.096 0.24352 0.24914 0.57708 0.39698 1.0642 0.49228v0.51629c-0.33357 0.18008-0.72799 0.33618-1.1251 0.424-0.39712 0.0923-0.82333 0.15606-1.3104 0.15606s-0.85245-0.12449-1.096-0.36771c-0.2727-0.24388-0.39441-0.58006-0.39441-1.0351 0-0.18525 0.0262-0.42849 0.0262-0.70163 0.0316-0.24315 0.0637-0.54782 0.0953-0.82329 0.0292-0.30467 0.0899-0.60859 0.12191-0.88424 0.0292-0.29941 0.0899-0.57407 0.11913-0.82065l0.57978-3.5024c0.0316-0.24088 0.0608-0.48476 0.12171-0.75979 0.0316-0.27241 0.0608-0.54782 0.0899-0.82066 0.0316-0.27541 0.0637-0.54782 0.0637-0.79156 0.0292-0.24914 0.0292-0.49227 0.0292-0.7039 0-0.33618-0.0292-0.60859-0.0927-0.85239-0.0899-0.2439-0.18008-0.42401-0.30181-0.58009-0.12449-0.11932-0.27535-0.24088-0.42625-0.30467-0.15348-0.06-0.33618-0.087-0.51885-0.087-0.42886 0-0.8842 0.18008-1.3713 0.57932-0.48708 0.39172-0.9451 0.90809-1.3395 1.6123-0.42625 0.66712-0.7942 1.4904-1.0669 2.4038-0.30182 0.94769-0.45535 1.951-0.48708 3.0153l-0.18267 5.149h-2.589l1.5222-13.128-1.8584-0.58009v-0.57706c0.48972-0.18227 0.97687-0.30692 1.464-0.39998 0.45537-0.0878 1.006-0.11933 1.554-0.11933 0.21177 0 0.39441 0.03 0.60627 0.06 0.21709 0.03 0.42886 0.0526 0.64332 0.14791l-0.97421 4.6593h0.0262c0.33619-0.79156 0.73331-1.4587 1.1595-2.0676 0.42625-0.60859 0.85245-1.1277 1.3396-1.5566 0.45535-0.42325 0.94509-0.72792 1.4613-0.97158 0.4871-0.21161 1.006-0.33618 1.5249-0.33618 0.33357 0 0.66713 0.06 0.94246 0.18008 0.30443 0.12449 0.54803 0.30692 0.76243 0.52455 0.21177 0.24088 0.39442 0.5478 0.51621 0.87888 0.12171 0.3362 0.18524 0.76507 0.18524 1.2204 0 0.24088 0 0.51629-0.0316 0.82067m-13.764 5.7024c-0.39712 1.276-0.91597 2.3429-1.554 3.2271-0.60889 0.88414-1.3104 1.5513-2.102 2.012-0.76243 0.48478-1.5222 0.69639-2.2846 0.69639-0.57979 0-1.1569-0.11933-1.6758-0.33094-0.54804-0.24914-1.006-0.58008-1.4004-1.0086-0.39712-0.45549-0.70158-1.0324-0.91333-1.7049-0.24358-0.66712-0.36801-1.4587-0.36801-2.3746 0-1.6122 0.18525-3.0126 0.57978-4.2648 0.36801-1.2204 0.88422-2.2847 1.4957-3.108 0.63802-0.85247 1.3369-1.4879 2.1285-1.9194 0.8233-0.42325 1.6175-0.64086 2.4699-0.64086 0.60628 0 1.186 0.0953 1.7022 0.30692 0.52153 0.18544 0.97686 0.52155 1.3422 0.94507 0.36532 0.39698 0.66975 0.94518 0.88156 1.5831 0.21448 0.64088 0.30444 1.3687 0.30444 2.2529 0 1.6148-0.21175 3.0471-0.60625 4.3284m-2.0729-5.4853c-0.12191-0.48702-0.27535-0.91062-0.4871-1.2151-0.21439-0.33618-0.45799-0.5478-0.7307-0.73616-0.30444-0.14852-0.60889-0.21162-0.94508-0.21162-0.42624 0-0.82068 0.15606-1.2469 0.48703-0.45797 0.36771-0.8233 0.82066-1.1913 1.4639-0.36267 0.6086-0.638 1.3396-0.88156 2.2238-0.21447 0.88152-0.33356 1.8557-0.33356 2.9253 0 0.85241 0.0608 1.6122 0.21439 2.2237 0.11913 0.58008 0.30184 1.096 0.54804 1.4587 0.21177 0.39698 0.48448 0.66939 0.78892 0.82066 0.30707 0.18545 0.61151 0.27541 0.94509 0.27541 0.36802 0 0.76243-0.1509 1.1569-0.48702 0.42623-0.30468 0.79154-0.79156 1.1278-1.464 0.3653-0.63561 0.638-1.4878 0.88156-2.4646 0.2144-1.0034 0.33619-2.192 0.33619-3.5316 0-0.67239-0.0586-1.2787-0.18267-1.7685m-10.866-0.27457c-0.64064 1.096-1.2787 2.1655-1.9484 3.2006-0.64064 1.0351-1.3104 2.0676-2.012 3.108-0.66974 1.0033-1.4004 2.0358-2.1311 3.108h3.8678c0.39712 0 0.75979-0.03 1.0351-0.06 0.30443-0.03 0.54801-0.0923 0.73068-0.15388 0.18525-0.0901 0.33618-0.18227 0.45797-0.27541 0.12171-0.11932 0.2436-0.27241 0.30446-0.42324l0.30443-0.64086 0.6089 0.06c0 1.3078-0.27269 2.2555-0.79154 2.8644-0.51885 0.58009-1.3422 0.8789-2.4673 0.8789-0.33356 0-0.73068 0-1.1886-0.0526-0.45798-0.03-0.94244-0.06-1.4322-0.0923-0.48448-0.03-0.94246-0.06-1.3687-0.0953-0.458-0.03-0.82333-0.0526-1.1278-0.0526h-0.57979c-0.18008 0.03-0.39442 0.03-0.57714 0.0526-0.21448 0-0.39714 0.03-0.60889 0.03-0.18267 0.03-0.33621 0.06-0.48975 0.0923l8.1352-12.76h-3.2615c-0.66975 0-1.186 0.087-1.5513 0.24314-0.36531 0.14852-0.60889 0.39172-0.7307 0.6964l-0.24358 0.51928-0.70158-0.11933c0-0.54781 0.0608-1.0351 0.18267-1.464 0.12171-0.42325 0.27269-0.79156 0.51883-1.096 0.21177-0.30468 0.4871-0.54782 0.82333-0.72793 0.30181-0.15606 0.66974-0.24312 1.096-0.24312 1.0642 0 2.0093 0.03 2.8009 0.11933 0.79154 0.06 1.4031 0.0923 1.7975 0.0923 0.79155 0 1.5831-0.06 2.4038-0.18544-0.60627 1.1569-1.2469 2.3164-1.8558 3.3807m-10.23 8.6154c0.0899 0.12449 0.12191 0.2754 0.12191 0.46075 0 0.36245-0.12191 0.69639-0.33356 1.0325-0.24622 0.33618-0.55068 0.61159-0.94512 0.85503-0.39712 0.24388-0.88156 0.42398-1.4031 0.57706-0.54803 0.1509-1.1278 0.21464-1.734 0.21464-0.64064 0-1.2495-0.0953-1.7658-0.30692-0.55066-0.21163-0.97422-0.54782-1.374-0.97158-0.36267-0.46076-0.66975-1.0086-0.88156-1.6758-0.21448-0.64086-0.30444-1.4322-0.30444-2.3455 0-1.7075 0.18267-3.1953 0.57976-4.4474 0.39442-1.2786 0.88157-2.3164 1.4905-3.1689 0.64064-0.82328 1.3104-1.4296 2.0728-1.8584 0.76243-0.39172 1.4905-0.6086 2.2529-0.6086 1.0377 0 1.8584 0.2439 2.4064 0.79688 0.54803 0.51629 0.85507 1.3078 0.85507 2.3429 0 0.88422-0.21447 1.7049-0.64334 2.4037-0.42623 0.73316-0.9742 1.3448-1.644 1.8293-0.69885 0.51629-1.464 0.88422-2.3429 1.1596-0.8551 0.27241-1.7684 0.39172-2.65 0.39172 0 0.91597 0.0586 1.6758 0.18267 2.2846 0.12171 0.58008 0.27271 1.0351 0.51621 1.4032 0.2436 0.33619 0.51893 0.57707 0.85509 0.70164 0.33357 0.11932 0.728 0.18246 1.186 0.18246 0.27271 0 0.54803-0.03 0.88422-0.12449 0.30443-0.06 0.638-0.15089 0.94245-0.30467 0.30444-0.1509 0.57977-0.30168 0.85244-0.48702 0.24358-0.18009 0.45797-0.39172 0.61151-0.6116 0.0586 0.06 0.1509 0.15606 0.21177 0.27539m-1.8266-10.078c-0.24352-0.30468-0.61154-0.45776-1.0351-0.45776-0.33621 0-0.70158 0.12151-1.0987 0.42849-0.36531 0.27241-0.72798 0.66713-1.0351 1.1569-0.33619 0.51629-0.6089 1.1225-0.82067 1.8558-0.21447 0.69864-0.30708 1.4958-0.30708 2.3746 0.66975 0 1.3131-0.087 1.8876-0.2754 0.57977-0.18009 1.0695-0.42323 1.4957-0.75979 0.42622-0.33621 0.72798-0.72793 0.9742-1.2204 0.2436-0.48476 0.33357-1.0033 0.33357-1.5831 0-0.72791-0.12172-1.2178-0.39442-1.5195m-9.8331 5.6316c-0.0608 0.51629-0.12171 1.096-0.15348 1.6758-0.0292 0.57708-0.0608 1.1277-0.0927 1.6758-0.0292 0.54782-0.0292 1.0378-0.0292 1.4322 0 1.7366-0.18267 3.2298-0.57708 4.4767-0.39712 1.2522-0.9451 2.2846-1.6175 3.0761-0.69885 0.79156-1.4904 1.4004-2.3746 1.7685-0.91335 0.39172-1.8558 0.58006-2.8618 0.58006-0.66974 0-1.3104-0.06-1.8293-0.21685-0.54804-0.11933-1.006-0.33095-1.3687-0.58009-0.3653-0.2439-0.66975-0.54782-0.85244-0.8789-0.21177-0.36771-0.30707-0.73316-0.30707-1.1277 0-0.36545 0.0953-0.73316 0.24622-1.0378 0.18008-0.30165 0.42354-0.58008 0.70157-0.82336 0.27271-0.24313 0.60627-0.42323 0.97421-0.57933 0.36531-0.11933 0.72798-0.18008 1.096-0.18008-0.30444 0.30467-0.51883 0.64087-0.64064 0.94509-0.12171 0.30692-0.18267 0.66713-0.18267 1.0351 0 0.58008 0.24358 1.0642 0.66975 1.464 0.45537 0.36245 1.1278 0.54779 1.9802 0.54779 0.54803 0 1.0669-0.0931 1.5513-0.30467 0.48973-0.21162 0.94774-0.51929 1.3104-0.94778 0.39712-0.42325 0.73332-0.97158 1.006-1.644 0.24358-0.64086 0.45535-1.4004 0.54804-2.2847l0.57976-5.3582h-0.0316c-0.2727 0.73092-0.60889 1.3713-1.006 1.9802-0.36267 0.57482-0.75977 1.0987-1.186 1.5222-0.39712 0.42849-0.82069 0.72792-1.2787 0.9769-0.42625 0.21162-0.85246 0.33094-1.2495 0.33094-0.3362 0-0.66976-0.087-1.006-0.33094-0.33618-0.21687-0.60889-0.5478-0.88422-1.0086-0.24088-0.424-0.45535-1.0033-0.638-1.6758-0.15089-0.66712-0.24358-1.4878-0.24358-2.4038 0-1.464 0.21176-2.8035 0.60889-3.9922 0.39442-1.2152 0.9451-2.2556 1.644-3.108 0.67244-0.85247 1.4931-1.5196 2.4064-2.0067 0.91596-0.45776 1.8902-0.70166 2.9253-0.70166 0.60889 0 1.2178 0.06 1.8266 0.14852 0.61152 0.0953 1.1887 0.18763 1.7075 0.33618l-1.1913 5.8479c-0.0899 0.36772-0.1509 0.82337-0.18008 1.3713m-2.1338-5.9671c-0.24088-0.03-0.48446-0.03-0.76243-0.03-0.57714 0-1.1542 0.15089-1.6731 0.45551-0.55066 0.33618-1.0351 0.82336-1.4613 1.464-0.42624 0.64086-0.73332 1.464-1.006 2.4356-0.24358 0.97683-0.36531 2.1046-0.36531 3.4124 0 0.67237 0.0608 1.2204 0.15348 1.6757 0.0899 0.48476 0.18008 0.85247 0.33356 1.1569 0.1509 0.27541 0.3362 0.48704 0.51885 0.64088 0.18009 0.1509 0.36531 0.21461 0.54804 0.21461 0.30181 0 0.66974-0.12449 1.0351-0.39998 0.39441-0.24388 0.76243-0.64086 1.096-1.1886 0.36531-0.51631 0.69887-1.1834 0.97422-1.9749 0.30444-0.82336 0.51883-1.7685 0.67245-2.8644l0.69887-4.8764c-0.24352-0.0526-0.4871-0.11933-0.76243-0.11933m-9.0712 0.69578c-0.12171 0.30467-0.24358 0.5478-0.39442 0.73316-0.45799-0.45777-0.97686-0.82066-1.5831-1.096-0.57979-0.27241-1.1887-0.39698-1.7367-0.39698-0.70157 0-1.1913 0.1509-1.554 0.48702-0.33357 0.30468-0.51883 0.73317-0.51883 1.2204 0 0.20937 0.0316 0.42325 0.0927 0.60859 0.0607 0.18009 0.1509 0.39174 0.27271 0.58008 0.15347 0.21162 0.33618 0.42325 0.57978 0.6964 0.27269 0.24389 0.57977 0.54781 0.94244 0.88422l1.1595 1.0351c0.36531 0.33618 0.66976 0.64085 0.94245 0.91596 0.24352 0.27241 0.42625 0.57709 0.57979 0.85242 0.15347 0.27541 0.27532 0.5478 0.33618 0.82336 0.0586 0.30468 0.0899 0.6086 0.0899 0.94508 0 0.60335-0.12171 1.1542-0.42624 1.7022-0.27271 0.54782-0.66975 1.0378-1.186 1.4614-0.51893 0.39998-1.0986 0.73616-1.8002 0.97682-0.66975 0.24388-1.3978 0.36245-2.2238 0.36245-0.94244 0-1.644-0.15089-2.0993-0.42324-0.42625-0.30468-0.67245-0.73317-0.67245-1.3078 0-0.27541 0.0637-0.52155 0.15348-0.7039 0.0608-0.21163 0.18267-0.39174 0.33621-0.58008 0.42622 0.43149 0.8842 0.73616 1.3713 0.9477 0.48448 0.21163 1.0351 0.3362 1.5831 0.3362 0.3653 0 0.70158-0.06 1.0033-0.15606 0.33619-0.0923 0.61154-0.24388 0.85244-0.42323 0.24622-0.18544 0.42624-0.39698 0.54803-0.64086 0.12171-0.2754 0.2144-0.54781 0.2144-0.88416 0-0.24388-0.0292-0.48702-0.0927-0.69863-0.0586-0.21688-0.14831-0.46076-0.30183-0.67239-0.15348-0.24088-0.33618-0.48476-0.57976-0.7279-0.24353-0.27541-0.54804-0.57933-0.91333-0.91597l-1.0987-0.97683c-0.33092-0.33094-0.60625-0.60335-0.85243-0.8789-0.24358-0.27241-0.42623-0.54781-0.54804-0.82074-0.15089-0.27541-0.24358-0.5508-0.30181-0.82329-0.0608-0.27541-0.0927-0.58008-0.0927-0.91597 0-0.51628 0.12191-1.0086 0.36531-1.4931 0.21447-0.45551 0.54803-0.88414 0.94509-1.2786 0.42625-0.36547 0.91333-0.67239 1.4905-0.91335 0.57978-0.21161 1.2495-0.33618 1.9511-0.33618 1.096 0 1.9167 0.15388 2.4647 0.46075 0.57976 0.30468 0.85507 0.6964 0.85507 1.1834 0 0.27241-0.0608 0.54782-0.15348 0.85241m-19.55-9.013c0.48711-0.18544 0.94246-0.30467 1.4322-0.36771 0.4871-0.0923 1.0642-0.12449 1.6758-0.12449 0.24358 0 0.48446 0 0.72798 0.03 0.21177 0.06 0.42625 0.0923 0.64064 0.15606l-1.7684 13.372h0.0316l1.7075-1.3395c0.30443-0.24914 0.638-0.58008 1.0033-0.9769 0.33356-0.42625 0.64064-0.88422 0.94509-1.3713 0.33357-0.45551 0.60889-0.97683 0.82333-1.4931 0.24088-0.51856 0.42622-1.0351 0.54803-1.4904 0.75977 0 1.2787 0.087 1.5831 0.27539 0.30182 0.18009 0.45535 0.42325 0.45535 0.72792 0 0.27241-0.12171 0.64086-0.33356 1.0351-0.21447 0.42925-0.51885 0.85239-0.91597 1.2813-0.36269 0.45551-0.82068 0.91073-1.3078 1.3687-0.5189 0.45552-1.0351 0.85512-1.6149 1.2469l-1.3104 0.91597 3.8386 5.8797c0.24352 0.39698 0.54804 0.69639 0.85244 0.97158 0.30707 0.24914 0.66974 0.46076 1.1278 0.67237v0.51629c-0.27533 0.18545-0.57977 0.30467-0.85244 0.36771-0.27532 0.06-0.63801 0.0923-1.0378 0.0923-0.21178 0-0.45536-0.03-0.66975-0.0923-0.21177-0.06-0.42625-0.18226-0.63802-0.30691-0.21447-0.14852-0.42623-0.36545-0.60889-0.6086-0.21178-0.24314-0.39712-0.54782-0.61152-0.91597l-3.1371-5.7844h-0.0262l-0.51885 7.3728h-2.6208l1.2178-7.9526 1.2496-12.305-1.8876-0.57406zm-6.546 21.318c-0.2727-0.2439-0.39442-0.60859-0.39442-1.0643 0-0.21161 0.0292-0.48702 0.0292-0.82328 0.0316-0.33619 0.0608-0.7039 0.0927-1.0642 0.0292-0.36771 0.0927-0.73616 0.12191-1.096 0.0292-0.39998 0.0927-0.73616 0.11913-1.0086l2.1337-15.108-1.9193-0.57407v-0.58008c0.48972-0.18545 0.9742-0.30468 1.4613-0.36545 0.45798-0.0953 1.0086-0.12449 1.5857-0.12449 0.24352 0 0.51885 0 0.76243 0.03 0.24352 0.06 0.45537 0.0953 0.63802 0.15606l-2.282 15.955c-0.0316 0.24914-0.0637 0.52455-0.0927 0.79688-0.0316 0.29941-0.0637 0.60635-0.0927 0.91065 0 0.27239-0.0292 0.58006-0.0292 0.88422-0.0316 0.27239-0.0316 0.51629-0.0316 0.75979 0 0.52155 0.12171 0.88424 0.36531 1.1277 0.21445 0.27241 0.57714 0.46077 1.006 0.60859v0.51629c-0.66975 0.27541-1.4296 0.43151-2.3455 0.43151-0.51885 0-0.8842-0.12449-1.1278-0.36771m-3.5265-5.4504c-0.39712 1.276-0.91597 2.3429-1.5566 3.2271-0.60627 0.88414-1.3078 1.5513-2.0993 2.012-0.76243 0.48478-1.5249 0.69639-2.2846 0.69639-0.57978 0-1.1595-0.11933-1.6758-0.33094-0.54803-0.24914-1.0033-0.58008-1.4004-1.0086-0.39714-0.45549-0.69887-1.0324-0.91333-1.7049-0.2436-0.66712-0.36801-1.4587-0.36801-2.3746 0-1.6122 0.18525-3.0126 0.58241-4.2648 0.36267-1.2204 0.88156-2.2847 1.4904-3.108 0.64064-0.85247 1.3396-1.4879 2.1338-1.9194 0.82333-0.42325 1.6149-0.64086 2.4673-0.64086 0.60625 0 1.186 0.0953 1.7049 0.30692 0.51885 0.18544 0.97423 0.52155 1.3396 0.94507 0.36531 0.39698 0.66975 0.94518 0.8842 1.5831 0.21177 0.64088 0.30446 1.3687 0.30446 2.2529 0 1.6148-0.2171 3.0471-0.6089 4.3284m-2.0728-5.4853c-0.11913-0.48702-0.27533-0.91062-0.48711-1.2151-0.21177-0.33618-0.45799-0.5478-0.7307-0.73616-0.30181-0.14852-0.60889-0.21162-0.94507-0.21162-0.42625 0-0.82069 0.15606-1.2469 0.48703-0.45797 0.36771-0.8233 0.82066-1.1886 1.4639-0.36531 0.6086-0.64064 1.3396-0.88156 2.2238-0.2144 0.88152-0.33619 1.8557-0.33619 2.9253 0 0.85241 0.0608 1.6122 0.21176 2.2237 0.12449 0.58008 0.30445 1.096 0.54803 1.4587 0.21448 0.39698 0.48711 0.66939 0.79156 0.82066 0.30708 0.18545 0.60889 0.27541 0.9451 0.27541 0.36801 0 0.76243-0.1509 1.1569-0.48702 0.42886-0.30468 0.79153-0.79156 1.1278-1.464 0.36531-0.63561 0.638-1.4878 0.8842-2.4646 0.21177-1.0034 0.33356-2.192 0.33356-3.5316 0-0.67239-0.0586-1.2787-0.18266-1.7685m-16.81 11.333-2.7108-18.277-1.4349-0.51855v-0.6086c0.46062-0.15089 0.8842-0.2754 1.284-0.36245 0.3918-0.06 0.82067-0.0923 1.276-0.0923 0.42887 0 0.85509 0.03 1.2204 0.06 0.33357 0.06 0.73069 0.1509 1.096 0.24388v0.5193c-0.24358 0.06-0.45798 0.18009-0.57715 0.36545-0.15348 0.1509-0.21447 0.33619-0.18524 0.51854l1.7658 14.833h0.0316l5.3926-14.989-1.644-0.48703v-0.60859c0.91333-0.30467 1.9193-0.45551 2.9518-0.45551 0.27533 0 0.57978 0.03 0.91333 0.06 0.30445 0.06 0.60889 0.1509 0.85243 0.24388v0.5193c-0.2435 0.06-0.48446 0.18009-0.66975 0.33319-0.15089 0.11933-0.30181 0.30692-0.39442 0.55082l-7.0975 18.06zm-11.321-11.546c-0.0316 0.30467-0.0927 0.64086-0.12171 0.97682-0.0586 0.33095-0.12172 0.66713-0.15348 1.0351-0.0608 0.33619-0.0927 0.66713-0.1509 1.0033l-0.54796 3.288c-0.0316 0.18525-0.0316 0.36772-0.0607 0.6086-0.0292 0.21687-0.0608 0.43149-0.0927 0.67239-0.0292 0.24312-0.0607 0.45549-0.0607 0.66712-0.0316 0.24914-0.0316 0.42923-0.0316 0.58006 0 0.52155 0.12449 0.88417 0.36799 1.096 0.24352 0.24914 0.57708 0.39698 1.0642 0.49228v0.51629c-0.33357 0.18008-0.72799 0.33618-1.1278 0.424-0.39179 0.0923-0.82066 0.15606-1.3078 0.15606-0.48448 0-0.85246-0.12449-1.096-0.36771-0.2727-0.24388-0.39714-0.58006-0.39714-1.0351 0-0.18525 0.0292-0.42849 0.0292-0.70163 0.0316-0.24315 0.0637-0.54782 0.0953-0.82329 0.0292-0.30467 0.0899-0.60859 0.11912-0.88424 0.0292-0.29941 0.0927-0.57407 0.12172-0.82065l0.57976-3.5024c0.0316-0.24088 0.0637-0.48476 0.12171-0.75979 0.0316-0.27241 0.0586-0.54782 0.0899-0.82066 0.0316-0.27541 0.0637-0.54782 0.0637-0.79156 0.0292-0.24914 0.0292-0.49227 0.0292-0.7039 0-0.33618-0.0292-0.60859-0.0927-0.85239-0.0899-0.2439-0.18008-0.42401-0.30445-0.58009-0.11913-0.11932-0.27533-0.24088-0.42353-0.30467-0.15626-0.06-0.33618-0.087-0.51623-0.087-0.43149 0-0.88684 0.18008-1.3739 0.57932-0.48972 0.39172-0.9451 0.90809-1.3396 1.6123-0.42624 0.66712-0.79155 1.4904-1.0669 2.4038-0.30446 0.94769-0.458 1.951-0.4871 3.0153l-0.18267 5.149h-2.5891l1.5222-13.128-1.8584-0.58009v-0.57706c0.48972-0.18227 0.97422-0.30692 1.464-0.39998 0.45797-0.0878 1.006-0.11933 1.554-0.11933 0.21178 0 0.39442 0.03 0.60627 0.06 0.2144 0.03 0.42887 0.0526 0.64065 0.14791l-0.97423 4.6593h0.0316c0.33356-0.79156 0.7307-1.4587 1.1569-2.0676 0.42625-0.60859 0.85243-1.1277 1.3396-1.5566 0.45536-0.42325 0.9451-0.72792 1.4613-0.97158 0.48708-0.21161 1.006-0.33618 1.5222-0.33618 0.33356 0 0.66977 0.06 0.9451 0.18008 0.30445 0.12449 0.54803 0.30692 0.76243 0.52455 0.21177 0.24088 0.39441 0.5478 0.51622 0.87888 0.12172 0.3362 0.18525 0.76507 0.18525 1.2204 0 0.24088 0 0.51629-0.0316 0.82067m-14.492 3.5978c-0.0899 0.5163-0.1509 1.0643-0.21439 1.5884-0.0586 0.5478-0.11913 1.0642-0.1509 1.5513-0.0292 0.48478-0.0608 0.88422-0.0608 1.2178 0 0.48703 0.0316 0.8816 0.0608 1.1861 0.0608 0.30467 0.1509 0.5478 0.2435 0.73316 0.12171 0.1509 0.27533 0.30468 0.45799 0.36246 0.18267 0.0923 0.42623 0.15387 0.69886 0.18524v0.63562c-0.39442 0.15606-0.85243 0.24914-1.3078 0.33618-0.45799 0.06-0.94509 0.12449-1.4031 0.12449-0.24358 0-0.4871-0.03-0.66974-0.06-0.21178-0.03-0.42625-0.0923-0.6089-0.1509l0.70158-4.5402h-0.0316c-0.30444 0.75979-0.638 1.4323-1.0033 2.0438-0.39714 0.60335-0.79156 1.1198-1.2204 1.5514-0.39442 0.42325-0.82066 0.72792-1.2469 0.97158-0.42624 0.21688-0.85509 0.33619-1.2813 0.33619-0.33356 0-0.69887-0.11933-1.0034-0.33619-0.33618-0.2439-0.64062-0.57482-0.91331-1.0351-0.2436-0.45551-0.45799-1.0033-0.60891-1.6758-0.15348-0.66712-0.21445-1.4322-0.21445-2.3164 0-1.5805 0.18266-2.9518 0.60889-4.196 0.42623-1.2204 0.9742-2.2556 1.7075-3.108 0.69887-0.85511 1.5222-1.4958 2.4355-1.9194 0.9451-0.46077 1.9193-0.67238 2.9862-0.67238 0.24088 0 0.4871 0.03 0.78892 0.03 0.27533 0.03 0.57976 0.06 0.8842 0.11932 0.27533 0.03 0.57978 0.0923 0.8842 0.15388 0.27271 0.03 0.54804 0.11933 0.79156 0.18247l-1.0351 5.329c-0.0927 0.39998-0.18267 0.85511-0.27535 1.3713m-2.0702-5.4508c-0.30445-0.03-0.57978-0.03-0.7942-0.03-0.63802 0-1.2151 0.14851-1.7631 0.48478-0.55067 0.30692-1.0378 0.79154-1.464 1.4639-0.39442 0.64086-0.73068 1.464-1.006 2.4038-0.24088 0.97683-0.36269 2.1364-0.36269 3.4124 0 0.64085 0.0608 1.2204 0.15089 1.6758 0.0899 0.45552 0.21178 0.85242 0.33619 1.1595 0.1509 0.27239 0.33356 0.48478 0.51623 0.64086 0.18266 0.14852 0.36529 0.21162 0.54803 0.21162 0.30444 0 0.67245-0.12449 1.0351-0.39998 0.36531-0.24088 0.73331-0.64086 1.0669-1.1569 0.3362-0.48702 0.66977-1.1542 0.94245-1.9193 0.30708-0.78892 0.55066-1.7049 0.73331-2.74l0.82068-5.0564c-0.21177-0.06-0.45537-0.11933-0.75979-0.15089m-14.997 10.938c0.54795-0.67237 1.0669-1.4322 1.5222-2.2846 0.48972-0.85241 0.8842-1.7075 1.2204-2.5918 0.33356-0.88414 0.60889-1.7684 0.79154-2.6764 0.21177-0.88423 0.30445-1.7076 0.30445-2.4991 0-0.42924-0.0927-0.76507-0.30445-1.0086-0.18267-0.27241-0.45798-0.48402-0.82333-0.66713v-0.49002c0.2436-0.15089 0.54804-0.24314 0.85246-0.33094 0.30443-0.0923 0.67236-0.12449 1.0351-0.12449 0.48711 0 0.88422 0.1509 1.1887 0.42398 0.30444 0.28067 0.45797 0.73317 0.45797 1.4004 0 0.52455-0.0607 1.1277-0.21447 1.8002-0.18266 0.69864-0.39712 1.4322-0.66975 2.192-0.27532 0.75973-0.57714 1.5249-0.9742 2.3164-0.36531 0.79156-0.76243 1.5831-1.2178 2.3164-0.42625 0.7309-0.8842 1.4268-1.3713 2.0993-0.4871 0.64086-0.9742 1.2204-1.4613 1.6758-0.30444 0.27539-0.57977 0.48702-0.82331 0.64086-0.2436 0.18227-0.51622 0.36245-0.79155 0.48702h-0.6089l-1.2495-13.708-1.3104-0.51629v-0.64086c0.48708-0.18227 0.91332-0.30692 1.2813-0.36245 0.39441-0.06 0.79155-0.0923 1.2178-0.0923s0.85243 0.06 1.2469 0.18009l0.67247 12.461zm-11.078-0.52206c0.0927 0.12449 0.12191 0.2754 0.12191 0.46075 0 0.36245-0.12191 0.69639-0.3362 1.0325-0.24088 0.33618-0.54804 0.61159-0.94244 0.85503-0.39714 0.24388-0.88422 0.42398-1.4004 0.57706-0.54803 0.1509-1.1278 0.21464-1.7366 0.21464-0.64064 0-1.2496-0.0953-1.7684-0.30692-0.54804-0.21163-0.97421-0.54782-1.3687-0.97158-0.36532-0.46076-0.67247-1.0086-0.88423-1.6758-0.21439-0.64086-0.30443-1.4322-0.30443-2.3455 0-1.7075 0.18266-3.1953 0.57976-4.4474 0.39444-1.2786 0.88156-2.3164 1.4905-3.1689 0.64064-0.82328 1.3104-1.4296 2.0728-1.8584 0.75979-0.39172 1.4931-0.6086 2.2529-0.6086 1.0351 0 1.8584 0.2439 2.4064 0.79688 0.54803 0.51629 0.85243 1.3078 0.85243 2.3429 0 0.88422-0.21177 1.7049-0.64064 2.4037-0.42623 0.73316-0.9742 1.3448-1.644 1.8293-0.69888 0.51629-1.4613 0.88422-2.3429 1.1596-0.85509 0.27241-1.7684 0.39172-2.65 0.39172 0 0.91597 0.0608 1.6758 0.18009 2.2846 0.12171 0.58008 0.27533 1.0351 0.51883 1.4032 0.2436 0.33619 0.51893 0.57707 0.85245 0.70164 0.33618 0.11932 0.73068 0.18246 1.1886 0.18246 0.2727 0 0.54803-0.03 0.88422-0.12449 0.30181-0.06 0.638-0.15089 0.94245-0.30467 0.30444-0.1509 0.57977-0.30168 0.85243-0.48702 0.24359-0.18009 0.45798-0.39172 0.6089-0.6116 0.0607 0.06 0.15348 0.15606 0.21439 0.27539m-1.8267-10.078c-0.24352-0.30468-0.60889-0.45776-1.0378-0.45776-0.33357 0-0.69888 0.12151-1.096 0.42849-0.36531 0.27241-0.73068 0.66713-1.0351 1.1569-0.33356 0.51629-0.60889 1.1225-0.82068 1.8558-0.2144 0.69864-0.30706 1.4958-0.30706 2.3746 0.66975 0 1.3104-0.087 1.8902-0.2754 0.57715-0.18009 1.0669-0.42323 1.4904-0.75979 0.42624-0.33621 0.73332-0.72793 0.97686-1.2204 0.2436-0.48476 0.33618-1.0033 0.33618-1.5831 0-0.72791-0.12449-1.2178-0.39712-1.5195m-12.699 12.669c-0.24358-0.2439-0.36531-0.58008-0.36531-1.0351 0-0.21161 0-0.48402 0.0316-0.82066 0.0292-0.33619 0.0608-0.67239 0.11913-1.0404 0.0316-0.39174 0.0927-0.75981 0.15348-1.1225 0.0292-0.39696 0.0608-0.73317 0.12171-1.0378l0.97422-6.1841 0.15348-1.7949-1.8293-0.58009v-0.57708c0.48711-0.18227 0.97423-0.30692 1.4931-0.39998 0.4871-0.087 1.006-0.11933 1.554-0.11933 0.27271 0 0.51621 0 0.73069 0.03 0.24352 0.03 0.42624 0.06 0.64064 0.1509l-1.3713 8.9558c-0.0316 0.21163-0.0608 0.48478-0.0899 0.78893-0.0316 0.30692-0.0607 0.58007-0.0927 0.88422 0 0.30692-0.0292 0.58009-0.0608 0.85512v0.7279c0 0.52155 0.0927 0.88422 0.27269 1.1277 0.2144 0.27239 0.51885 0.46076 0.9451 0.6086v0.51628c-0.33619 0.15606-0.66975 0.24388-1.0351 0.30692-0.36531 0.0923-0.79156 0.12449-1.2495 0.12449-0.4871 0-0.85246-0.12449-1.096-0.36771m4.4766-18.82c-0.0899 0.24088-0.21177 0.42323-0.36531 0.60333-0.1509 0.15606-0.33356 0.30468-0.54796 0.39998-0.21177 0.0923-0.42622 0.15388-0.64064 0.15388-0.42622 0-0.75979-0.12449-1.0033-0.39698-0.27533-0.24388-0.39712-0.61159-0.39712-1.0669 0-0.2409 0.0316-0.48478 0.12171-0.73316 0.12449-0.21164 0.24358-0.42325 0.39712-0.58009 0.15348-0.18008 0.33357-0.29941 0.51623-0.42324 0.2144-0.0923 0.42887-0.14852 0.67245-0.14852 0.39442 0 0.73068 0.14852 1.0033 0.42325 0.24352 0.27239 0.39714 0.60859 0.39714 1.0324 0 0.2439-0.0608 0.5193-0.15348 0.73616m-14.274 4.629c0.4871-0.18008 0.97422-0.30467 1.4322-0.39698 0.4871-0.0901 1.006-0.11932 1.5222-0.11932 0.21177 0 0.42624 0.03 0.63802 0.06 0.24622 0.03 0.45797 0.06 0.64064 0.1509l-0.91333 4.4157h0.0316l1.6122-2.6791c0.39712-0.64086 0.82331-1.1277 1.2178-1.4322 0.42887-0.33618 0.88423-0.48702 1.3422-0.48702 0.33356 0 0.57978 0.0901 0.75979 0.30694 0.15348 0.18008 0.24358 0.45549 0.24358 0.82066 0 0.24388-0.0292 0.51629-0.0899 0.79154-0.0608 0.27541-0.12191 0.54782-0.2436 0.79154-0.15348-0.06-0.30444-0.0923-0.45798-0.0923-0.1509-0.03-0.33356-0.03-0.4871-0.03-0.4871 0-0.9451 0.1509-1.4322 0.42323-0.45537 0.27541-0.88156 0.72792-1.2469 1.3396-0.36529 0.6086-0.70157 1.4004-0.94507 2.3773-0.24361 1.0034-0.39444 2.1947-0.48711 3.5951l-0.2436 4.4449h-2.5282l1.4931-13.128-1.8584-0.57707zm-2.3394 11.603c0.0927 0.12449 0.12171 0.2754 0.12171 0.46075 0 0.36245-0.12171 0.69639-0.33618 1.0325-0.2409 0.33618-0.54798 0.61159-0.94246 0.85503-0.39712 0.24388-0.88422 0.42398-1.4004 0.57706-0.54804 0.1509-1.1278 0.21464-1.7366 0.21464-0.64064 0-1.2496-0.0953-1.7684-0.30692-0.54804-0.21163-0.97421-0.54782-1.3687-0.97158-0.36531-0.46076-0.67244-1.0086-0.8842-1.6758-0.21447-0.64086-0.30445-1.4322-0.30445-2.3455 0-1.7075 0.18266-3.1953 0.57978-4.4474 0.39442-1.2786 0.88156-2.3164 1.4904-3.1689 0.64064-0.82328 1.3104-1.4296 2.0729-1.8584 0.75979-0.39172 1.4904-0.6086 2.2529-0.6086 1.0351 0 1.8584 0.2439 2.4064 0.79688 0.54803 0.51629 0.85243 1.3078 0.85243 2.3429 0 0.88422-0.2144 1.7049-0.64064 2.4037-0.42623 0.73316-0.97421 1.3448-1.644 1.8293-0.69886 0.51629-1.4613 0.88422-2.3455 1.1596-0.85243 0.27241-1.7658 0.39172-2.6473 0.39172 0 0.91597 0.0586 1.6758 0.18009 2.2846 0.12171 0.58008 0.27532 1.0351 0.51883 1.4032 0.2436 0.33619 0.51885 0.57707 0.85245 0.70164 0.33618 0.11932 0.73068 0.18246 1.1886 0.18246 0.27269 0 0.54802-0.03 0.88421-0.12449 0.30181-0.06 0.63801-0.15089 0.94245-0.30467 0.30444-0.1509 0.57977-0.30168 0.85243-0.48702 0.24358-0.18009 0.45798-0.39172 0.6089-0.6116 0.0608 0.06 0.15347 0.15606 0.21447 0.27539m-1.8293-10.078c-0.2409-0.30468-0.60889-0.45776-1.0351-0.45776-0.33356 0-0.69887 0.12151-1.096 0.42849-0.36531 0.27241-0.73068 0.66713-1.0351 1.1569-0.33356 0.51629-0.60889 1.1225-0.82068 1.8558-0.21448 0.69864-0.30706 1.4958-0.30706 2.3746 0.66975 0 1.3104-0.087 1.8902-0.2754 0.57717-0.18009 1.0669-0.42323 1.4904-0.75979 0.42625-0.33621 0.73333-0.72793 0.97423-1.2204 0.2462-0.48476 0.33618-1.0033 0.33618-1.5831 0-0.72791-0.12171-1.2178-0.39712-1.5195m-7.8838-0.39768c-0.39441 0.30466-1.0669 0.45549-2.0411 0.45549h-0.85243l-0.51885 3.1688c-0.0586 0.36771-0.12171 0.79155-0.21177 1.2522-0.0608 0.48402-0.12171 0.93975-0.18267 1.4268-0.0608 0.49005-0.12171 0.97691-0.15348 1.4004-0.0586 0.46076-0.0586 0.82337-0.0586 1.1278 0 0.5163 0.0586 0.94509 0.18009 1.313 0.12171 0.36246 0.27533 0.6356 0.4871 0.87896 0.21439 0.24914 0.45797 0.42925 0.7333 0.54782 0.30184 0.0923 0.60889 0.15606 0.94246 0.15606 0.24622 0 0.45799 0 0.64064-0.06 0.18266-0.03 0.36531-0.0923 0.60889-0.14852v0.54782c-0.0608 0.18009-0.18267 0.36021-0.33618 0.51629-0.18009 0.18008-0.39444 0.36771-0.63802 0.48702-0.2144 0.15388-0.51885 0.24088-0.82333 0.33394-0.30444 0.0953-0.64062 0.11933-1.006 0.11933-1.0034 0-1.7949-0.29941-2.3138-0.97156-0.4871-0.64086-0.75977-1.5514-0.75977-2.7718 0-0.4525 0.0292-1.0007 0.0899-1.6122 0.0608-0.60859 0.12172-1.2522 0.21178-1.9194 0.0608-0.64086 0.18524-1.3131 0.27533-1.9802 0.12171-0.67239 0.2436-1.313 0.36531-1.8928l0.39442-1.9485c-0.33357 0-0.638 0-0.88156-0.03-0.2144 0-0.51621-0.03-0.82333-0.06v-0.39698c0.48974-0.69864 1.0987-1.3396 1.8293-1.9802 0.70155-0.63787 1.4613-1.2152 2.2846-1.6758h0.45535l-0.51623 2.4964h0.88156c0.42625 0 0.82333-0.03 1.1887-0.0526 0.36531-0.03 0.73068-0.06 1.1569-0.15606 0 0.64086-0.18267 1.1278-0.60889 1.4322m-8.4444 0.75604c-0.12171 0.30467-0.24358 0.5478-0.39711 0.73316-0.45536-0.45777-0.97423-0.82066-1.5831-1.096-0.57978-0.27241-1.1887-0.39698-1.7366-0.39698-0.69888 0-1.1887 0.1509-1.554 0.48702-0.33356 0.30468-0.51621 0.73317-0.51621 1.2204 0 0.20937 0.0292 0.42325 0.0899 0.60859 0.0608 0.18009 0.15348 0.39174 0.27533 0.58008 0.1509 0.21162 0.33619 0.42325 0.57714 0.6964 0.27533 0.24389 0.57979 0.54781 0.9451 0.88422l1.1569 1.0351c0.36801 0.33618 0.66975 0.64085 0.9451 0.91596 0.2435 0.27241 0.42624 0.57709 0.57706 0.85242 0.15348 0.27541 0.27535 0.5478 0.3362 0.82336 0.0608 0.30468 0.0927 0.6086 0.0927 0.94508 0 0.60335-0.12171 1.1542-0.42887 1.7022-0.27271 0.54782-0.66713 1.0378-1.186 1.4614-0.51623 0.39998-1.096 0.73616-1.7976 0.97682-0.66974 0.24388-1.4004 0.36245-2.2238 0.36245-0.9451 0-1.644-0.15089-2.102-0.42324-0.42624-0.30468-0.66976-0.73317-0.66976-1.3078 0-0.27541 0.0608-0.52155 0.15348-0.7039 0.0608-0.21163 0.18266-0.39174 0.33356-0.58008 0.42887 0.43149 0.88422 0.73616 1.3713 0.9477 0.4871 0.21163 1.0351 0.3362 1.5831 0.3362 0.36531 0 0.70157-0.06 1.006-0.15606 0.33618-0.0923 0.60889-0.24388 0.85243-0.42323 0.2436-0.18544 0.42625-0.39698 0.54804-0.64086 0.12171-0.2754 0.21439-0.54781 0.21439-0.88416 0-0.24388-0.0316-0.48702-0.0927-0.69863-0.0608-0.21688-0.1509-0.46076-0.30444-0.67239-0.15089-0.24088-0.33356-0.48476-0.57716-0.7279-0.2462-0.27541-0.54802-0.57933-0.91331-0.91597l-1.0986-0.97683c-0.33357-0.33094-0.6089-0.60335-0.85244-0.8789-0.24358-0.27241-0.42624-0.54781-0.54803-0.82074-0.1509-0.27541-0.24358-0.5508-0.30444-0.82329-0.0608-0.27541-0.0927-0.58008-0.0927-0.91597 0-0.51628 0.12449-1.0086 0.36529-1.4931 0.21447-0.45551 0.55066-0.88414 0.9451-1.2786 0.42624-0.36547 0.91332-0.67239 1.4931-0.91335 0.57976-0.21161 1.2495-0.33618 1.9484-0.33618 1.096 0 1.9193 0.15388 2.4673 0.46075 0.57979 0.30468 0.85245 0.6964 0.85245 1.1834 0 0.27241-0.0608 0.54782-0.15089 0.85241m-14.144 12.305c-0.24358-0.2439-0.36531-0.58008-0.36531-1.0351 0-0.21161 0-0.48402 0.0316-0.82066 0.0292-0.33619 0.0607-0.67239 0.11913-1.0404 0.0316-0.39174 0.0927-0.75981 0.15348-1.1225 0.0292-0.39696 0.0608-0.73317 0.12171-1.0378l0.97422-6.1841 0.15348-1.7949-1.8293-0.58009v-0.57708c0.48708-0.18227 0.9742-0.30692 1.4931-0.39998 0.48711-0.087 1.006-0.11933 1.554-0.11933 0.27271 0 0.51885 0 0.73068 0.03 0.24353 0.03 0.42625 0.06 0.64064 0.1509l-1.3713 8.9558c-0.0292 0.21163-0.0608 0.48478-0.0899 0.78893-0.0316 0.30692-0.0608 0.58007-0.0927 0.88422 0 0.30692-0.0292 0.58009-0.0608 0.85512v0.7279c0 0.52155 0.0927 0.88422 0.27269 1.1277 0.21439 0.27239 0.51885 0.46076 0.94509 0.6086v0.51628c-0.33618 0.15606-0.66974 0.24388-1.0351 0.30692-0.36532 0.0923-0.79156 0.12449-1.2496 0.12449-0.48708 0-0.85243-0.12449-1.096-0.36771m4.4766-18.82c-0.0899 0.24088-0.21177 0.42323-0.36531 0.60333-0.1509 0.15606-0.33357 0.30468-0.54804 0.39998-0.21175 0.0923-0.42623 0.15388-0.638 0.15388-0.42887 0-0.76243-0.12449-1.006-0.39698-0.27533-0.24388-0.39712-0.61159-0.39712-1.0669 0-0.2409 0.0316-0.48478 0.12171-0.73316 0.12449-0.21164 0.2436-0.42325 0.39712-0.58009 0.15348-0.18008 0.3362-0.29941 0.51623-0.42324 0.21439-0.0923 0.42625-0.14852 0.67245-0.14852 0.39442 0 0.73068 0.14852 1.0034 0.42325 0.24358 0.27239 0.39712 0.60859 0.39712 1.0324 0 0.2439-0.0608 0.5193-0.15348 0.73616m-7.9241 7.6742c-0.0316 0.30467-0.0927 0.64086-0.12171 0.97682-0.0608 0.33095-0.12171 0.66713-0.15348 1.0351-0.0586 0.33619-0.0899 0.66713-0.15089 1.0033l-0.54796 3.288c-0.0316 0.18525-0.0316 0.36772-0.0608 0.6086-0.0316 0.21687-0.0607 0.43149-0.0927 0.67239-0.0292 0.24312-0.0608 0.45549-0.0608 0.66712-0.0292 0.24914-0.0292 0.42923-0.0292 0.58006 0 0.52155 0.12171 0.88417 0.36529 1.096 0.24352 0.24914 0.57708 0.39698 1.0669 0.49228v0.51629c-0.33621 0.18008-0.73333 0.33618-1.1278 0.424-0.39713 0.0923-0.82332 0.15606-1.3104 0.15606s-0.85246-0.12449-1.096-0.36771c-0.2727-0.24388-0.39714-0.58006-0.39714-1.0351 0-0.18525 0.0316-0.42849 0.0316-0.70163 0.0292-0.24315 0.0608-0.54782 0.0927-0.82329 0.0292-0.30467 0.0899-0.60859 0.11913-0.88424 0.0316-0.29941 0.0927-0.57407 0.12171-0.82065l0.57978-3.5024c0.0292-0.24088 0.0608-0.48476 0.12171-0.75979 0.0316-0.27241 0.0608-0.54782 0.0927-0.82066 0.0292-0.27541 0.0607-0.54782 0.0607-0.79156 0.0292-0.24914 0.0292-0.49227 0.0292-0.7039 0-0.33618-0.0292-0.60859-0.0899-0.85239-0.0927-0.2439-0.18545-0.42401-0.30708-0.58009-0.11913-0.11932-0.27271-0.24088-0.42625-0.30467-0.1509-0.06-0.33356-0.087-0.51621-0.087-0.42624 0-0.8842 0.18008-1.3713 0.57932-0.4871 0.39172-0.9451 0.90809-1.3395 1.6123-0.42625 0.66712-0.79156 1.4904-1.0669 2.4038-0.30444 0.94769-0.45797 1.951-0.4871 3.0153l-0.18267 5.149h-2.5891l1.5222-13.128-1.8584-0.58009v-0.57706c0.48972-0.18227 0.97687-0.30692 1.464-0.39998 0.45535-0.0878 1.0033-0.11933 1.5513-0.11933 0.21439 0 0.39711 0.03 0.60889 0.06 0.21439 0.03 0.42886 0.0526 0.64064 0.14791l-0.97423 4.6593h0.0316c0.33357-0.79156 0.73069-1.4587 1.1569-2.0676 0.42625-0.60859 0.85246-1.1277 1.3396-1.5566 0.45535-0.42325 0.94509-0.72792 1.4613-0.97158 0.4871-0.21161 1.006-0.33618 1.5249-0.33618 0.33357 0 0.66713 0.06 0.94246 0.18008 0.30443 0.12449 0.54795 0.30692 0.76243 0.52455 0.21177 0.24088 0.39442 0.5478 0.51621 0.87888 0.12171 0.3362 0.18524 0.76507 0.18524 1.2204 0 0.24088 0 0.51629-0.0316 0.82067m-17.25 11.152c-0.24358-0.2439-0.36529-0.58008-0.36529-1.0351 0-0.21161 0-0.48402 0.0316-0.82066 0.0292-0.33619 0.0586-0.67239 0.11913-1.0404 0.0316-0.39174 0.0927-0.75981 0.15348-1.1225 0.0292-0.39696 0.0607-0.73317 0.12171-1.0378l0.9742-6.1841 0.15348-1.7949-1.8293-0.58009v-0.57708c0.4871-0.18227 0.97423-0.30692 1.4931-0.39998 0.48711-0.087 1.006-0.11933 1.554-0.11933 0.27271 0 0.51621 0 0.73069 0.03 0.24352 0.03 0.42624 0.06 0.64064 0.1509l-1.3713 8.9558c-0.0316 0.21163-0.0608 0.48478-0.0899 0.78893-0.0316 0.30692-0.0608 0.58007-0.0927 0.88422 0 0.30692-0.0292 0.58009-0.0608 0.85512v0.7279c0 0.52155 0.0927 0.88422 0.27271 1.1277 0.21439 0.27239 0.51885 0.46076 0.94509 0.6086v0.51628c-0.3362 0.15606-0.66976 0.24388-1.0351 0.30692-0.36529 0.0923-0.79154 0.12449-1.2495 0.12449-0.4871 0-0.85243-0.12449-1.096-0.36771m4.4766-18.82c-0.0899 0.24088-0.21177 0.42323-0.36531 0.60333-0.1509 0.15606-0.33357 0.30468-0.54796 0.39998-0.21177 0.0923-0.42625 0.15388-0.64064 0.15388-0.42625 0-0.75979-0.12449-1.0033-0.39698-0.27533-0.24388-0.39714-0.61159-0.39714-1.0669 0-0.2409 0.0316-0.48478 0.12171-0.73316 0.12449-0.21164 0.2436-0.42325 0.39714-0.58009 0.15348-0.18008 0.33356-0.29941 0.51621-0.42324 0.21439-0.0923 0.42887-0.14852 0.67245-0.14852 0.39444 0 0.7307 0.14852 1.0034 0.42325 0.2435 0.27239 0.39712 0.60859 0.39712 1.0324 0 0.2439-0.0608 0.5193-0.15348 0.73616m-23.29 19.065c-0.39712 0.06-0.85243 0.0923-1.3104 0.0923-0.36529 0-0.73068-0.03-1.096-0.0923-0.36529-0.06-0.70156-0.11932-1.006-0.21161v-0.51631c0.24358-0.12449 0.4871-0.27539 0.66975-0.46075 0.18266-0.18227 0.33618-0.42323 0.39712-0.69864l3.8068-16.292-1.644-0.36771v-0.73316c0.18266-0.06 0.42624-0.087 0.69887-0.1509 0.27533-0.03 0.54796-0.06 0.82333-0.0923 0.2727-0.0526 0.57976-0.0872 0.85243-0.0872 0.27533-0.03 0.51885-0.03 0.76243-0.03h1.006l2.6791 14.528h0.0292l5.0273-14.528h1.4004c0.27269 0.03 0.51883 0.03 0.79154 0.06 0.24358 0 0.51893 0.0224 0.76243 0.0526 0.27271 0.03 0.51621 0.0923 0.73068 0.12449v0.7279l-1.4322 0.36771 0.70158 16.871 1.6731 0.46075v0.60859c-0.45538 0.1509-0.88156 0.27541-1.2469 0.33095-0.39711 0.0923-0.79419 0.12449-1.2495 0.12449-0.64064 0-1.1569-0.03-1.554-0.06-0.39443-0.06-0.79155-0.11932-1.1278-0.24387v-0.51629c0.27533-0.12449 0.51885-0.30692 0.67247-0.54782 0.18267-0.21161 0.27269-0.58006 0.27269-1.0351l-0.18267-13.496h-0.0292l-5.5435 15.992-0.91333-0.06-2.9862-15.932h-0.0292l-2.9253 14.343 1.7366 0.49228v0.60859c-0.42624 0.18227-0.85245 0.29942-1.2178 0.36246m108.34-35.141c-0.15348 0.1509-0.33356 0.27541-0.51883 0.39172-0.18266 0.12449-0.36531 0.24914-0.57716 0.36771-0.18267 0.12449-0.39712 0.21161-0.57977 0.30466-0.30445-0.21162-0.57978-0.48476-0.85245-0.78892-0.2435-0.30692-0.42624-0.6431-0.57978-0.97953-0.18267 0.18763-0.42623 0.36771-0.73069 0.54782-0.30443 0.18763-0.63799 0.3677-1.0351 0.52455-0.39442 0.14772-0.79156 0.29941-1.2495 0.39172-0.42624 0.12449-0.88422 0.15606-1.3713 0.15606-0.63802 0-1.2151-0.0953-1.734-0.27541-0.51885-0.21688-0.97422-0.49002-1.3396-0.91597-0.36531-0.39696-0.64064-0.91333-0.85243-1.5513-0.18544-0.64086-0.27533-1.3739-0.27533-2.2528v-7.7964l-1.7366-0.85511v-0.64086c0.70157-0.21163 1.3422-0.3362 1.9193-0.42924 0.57978-0.11933 1.0669-0.1509 1.4931-0.1509h1.0033l-0.18266 1.7075v6.8831c0 0.82066 0.0608 1.493 0.18266 2.0093 0.12449 0.5478 0.30708 0.97426 0.54804 1.3105 0.27533 0.33319 0.57976 0.54555 0.94509 0.70163 0.36532 0.1509 0.79154 0.21161 1.2813 0.21161 0.27271 0 0.54796-0.02998 0.8498-0.09312 0.27533-0.02998 0.54795-0.08697 0.82332-0.18008 0.24352-0.0953 0.4871-0.18227 0.73068-0.27541 0.2144-0.09233 0.39712-0.21161 0.57979-0.33618v-9.8639l-1.7658-0.85511v-0.64086c0.69887-0.21161 1.3396-0.33618 1.9167-0.42924 0.57976-0.11933 1.0986-0.1509 1.5249-0.1509h1.0033l-0.18267 1.7075v10.296c0.12171 0.24088 0.27533 0.51629 0.4871 0.79154 0.2144 0.27241 0.42887 0.54556 0.66975 0.78884-0.12171 0.12449-0.24088 0.2439-0.39442 0.36772m-15.436-6.4868h-8.985c0 0.85239 0.12171 1.6122 0.33356 2.2847 0.24358 0.67239 0.57977 1.2204 0.97687 1.6758 0.39441 0.45551 0.88156 0.82329 1.4296 1.0642 0.54802 0.2439 1.1278 0.36771 1.7684 0.36771 0.36532 0 0.73071-0.02998 1.1251-0.09233 0.39712-0.05996 0.76243-0.1509 1.1278-0.27541 0.39712-0.08696 0.73068-0.24088 1.096-0.39172 0.33618-0.18525 0.66975-0.36769 0.9451-0.5478 0.0292 0.05242 0.0607 0.18008 0.0899 0.33094 0.0316 0.15606 0.0316 0.30465 0.0316 0.46075 0 0.36021-0.12191 0.69639-0.36531 1.0033-0.24358 0.30467-0.57979 0.6086-1.0351 0.85242-0.458 0.24388-1.006 0.42323-1.6466 0.58008-0.66975 0.14852-1.4004 0.21162-2.192 0.21162-0.88156 0-1.6758-0.1509-2.4356-0.48703-0.79418-0.3362-1.4322-0.79155-2.012-1.4004-0.57706-0.61159-1.0351-1.3395-1.3713-2.192-0.30182-0.85503-0.4871-1.8319-0.4871-2.8962 0-1.3078 0.18544-2.4964 0.55067-3.5315 0.36267-1.0033 0.85244-1.8558 1.4587-2.56 0.57978-0.66713 1.2522-1.2151 2.012-1.5513 0.76243-0.36545 1.554-0.5478 2.3455-0.5478 0.82333 0 1.554 0.11933 2.2238 0.39472 0.64064 0.27241 1.1887 0.64086 1.644 1.1252 0.45797 0.51855 0.79156 1.0986 1.0378 1.8001 0.24088 0.7309 0.36267 1.4905 0.36267 2.3747v0.91327c0 0.30692 0 0.67237-0.0292 1.0351m-2.6497-3.5327c-0.15348-0.5478-0.36531-1.0033-0.64064-1.3712-0.27271-0.36545-0.57706-0.64086-0.9742-0.82074-0.36532-0.18525-0.79156-0.27541-1.2178-0.27541-0.42622 0-0.8233 0.11933-1.2495 0.36247-0.42625 0.21686-0.79154 0.55306-1.096 0.94508-0.33357 0.39998-0.57979 0.88684-0.79154 1.4031-0.21177 0.5478-0.30446 1.096-0.30446 1.7049h6.5177c0-0.75981-0.0899-1.4004-0.2436-1.9485m-11.753 10.6c-0.27533 0.06-0.51883 0.11933-0.8233 0.1509-0.27271 0.03-0.57709 0.06-0.88156 0.0923-0.33621 0-0.67239 0.03-1.0669 0.03-0.33356 0-0.73068-0.03-1.1278-0.06-0.42623-0.03-0.82066-0.0923-1.1569-0.21163v-0.51629c0.21439-0.06 0.39712-0.15606 0.60889-0.27541 0.18267-0.12449 0.36529-0.24388 0.51883-0.39696 0.1509-0.11933 0.27533-0.27541 0.36531-0.45551 0.0927-0.15606 0.12172-0.33618 0.12172-0.51629v-10.295l-1.9511-0.82331v-0.64086c0.70155-0.21161 1.3739-0.33618 2.012-0.42924 0.638-0.11933 1.186-0.1509 1.6122-0.1509h0.97687l-0.1509 1.6466v11.572l1.7049 0.46076v0.57708c-0.27532 0.0878-0.51885 0.18227-0.76243 0.24388m-0.57978-18.428c-0.0899 0.21163-0.21177 0.42851-0.36267 0.58008-0.15348 0.18008-0.3362 0.30467-0.55068 0.39698-0.21175 0.11933-0.42622 0.1509-0.66975 0.1509-0.21447 0-0.42624-0.02998-0.64064-0.12449-0.18008-0.08697-0.36529-0.21163-0.5162-0.36245-0.12172-0.15388-0.24359-0.3362-0.33357-0.54782-0.0927-0.21688-0.12449-0.46076-0.12449-0.70164 0-0.2439 0.0316-0.45551 0.12449-0.66713 0.0608-0.21688 0.18267-0.39998 0.33357-0.58008 0.15089-0.18544 0.33618-0.30467 0.54803-0.39698 0.2144-0.0953 0.45536-0.1509 0.73068-0.1509 0.2144 0 0.42625 0.02998 0.61152 0.11933 0.18008 0.05996 0.36269 0.18525 0.51623 0.33618 0.15089 0.12449 0.2435 0.30467 0.33356 0.51629 0.0927 0.18545 0.12449 0.42849 0.12449 0.67239 0 0.27541-0.0316 0.51629-0.12449 0.75973m-7.4268 18.426c-0.27271 0.06-0.54803 0.11933-0.82332 0.1509-0.27269 0.03-0.57707 0.06-0.91333 0.0923-0.30444 0-0.638 0.03-1.0351 0.03-0.36531 0-0.76243-0.03-1.1569-0.06-0.39712-0.03-0.79154-0.0923-1.1278-0.21163v-0.51629c0.21439-0.06 0.39712-0.15606 0.57978-0.27541 0.21178-0.12449 0.36532-0.24388 0.51621-0.39696 0.15348-0.11933 0.27533-0.27541 0.39712-0.45551 0.0927-0.15606 0.12191-0.33618 0.12191-0.51629v-17.668l-1.9802-0.82329v-0.67239c0.3362-0.08776 0.70157-0.18008 1.0351-0.24088 0.33618-0.05996 0.66974-0.11933 1.006-0.18227 0.30445-0.02998 0.60889-0.05996 0.88422-0.09233 0.27271 0 0.51621-0.02998 0.73068-0.02998h0.97422l-0.15348 1.7075v18.883l1.7075 0.46075v0.57709c-0.27533 0.0878-0.51885 0.18227-0.76243 0.24388m-7.9758-4e-3c-0.27271 0.06-0.51885 0.11933-0.82067 0.1509-0.27533 0.03-0.57978 0.06-0.88422 0.0923-0.33618 0-0.66975 0.03-1.0669 0.03-0.33356 0-0.73068-0.03-1.1278-0.06-0.42624-0.03-0.82066-0.0923-1.1569-0.21163v-0.51629c0.2144-0.06 0.39712-0.15606 0.60889-0.27541 0.18267-0.12449 0.36532-0.24388 0.51893-0.39696 0.1509-0.11933 0.27533-0.27541 0.3653-0.45551 0.0927-0.15606 0.12171-0.33618 0.12171-0.51629v-10.296l-1.9511-0.82331v-0.64086c0.70157-0.21161 1.3713-0.33618 2.012-0.42924 0.63802-0.11933 1.186-0.1509 1.6122-0.1509h0.97687l-0.1509 1.6466v11.572l1.7049 0.46076v0.57708c-0.27533 0.0878-0.51885 0.18227-0.76243 0.24388m-0.57979-18.428c-0.0899 0.21163-0.21175 0.42851-0.36267 0.58008-0.15348 0.18008-0.33618 0.30467-0.55066 0.39698-0.21177 0.11933-0.42624 0.1509-0.66974 0.1509-0.21178 0-0.42625-0.02998-0.64064-0.12449-0.18009-0.08697-0.36532-0.21163-0.51623-0.36245-0.12171-0.15388-0.24358-0.3362-0.33357-0.54782-0.0927-0.21688-0.12449-0.46076-0.12449-0.70164 0-0.2439 0.0316-0.45551 0.12449-0.66713 0.0608-0.21688 0.18267-0.39998 0.33357-0.58008 0.15089-0.18544 0.3362-0.30467 0.54795-0.39698 0.21448-0.0953 0.45538-0.1509 0.73071-0.1509 0.21447 0 0.42622 0.02998 0.61151 0.11933 0.18008 0.05996 0.36269 0.18525 0.51621 0.33618 0.1509 0.12449 0.2436 0.30467 0.33356 0.51629 0.0927 0.18545 0.12449 0.42849 0.12449 0.67239 0 0.27541-0.0316 0.51629-0.12449 0.75973m-7.9064 18.608c-0.51885 0.06-1.0669 0.12449-1.6466 0.12449-0.36267 0-0.66975 0-0.97421-0.03-0.2727 0-0.54795-0.03-0.82068-0.03-0.27533-0.03-0.51883-0.06-0.76243-0.0923-0.27269-0.03-0.51621-0.087-0.79154-0.14852v-0.58008c1.2495-0.30467 1.8584-1.0669 1.7975-2.3164l-0.76243-13.827h-0.0608l-5.4217 16.903-1.1887 0.15606-5.48-17.028-0.0316 0.02998-0.9451 15.257 1.9802 0.51855v0.67237c-0.33356 0.0872-0.63801 0.18008-0.88156 0.2409-0.27534 0.06-0.54803 0.11933-0.79155 0.1509-0.27533 0.06-0.54804 0.0923-0.8551 0.0923-0.2727 0.03-0.60889 0.03-0.9742 0.03-0.33356 0-0.7307-0.03-1.1569-0.0923-0.39712-0.06-0.82332-0.12449-1.186-0.21162v-0.54781c0.57715-0.18843 1.0033-0.39996 1.276-0.67237 0.30708-0.30692 0.48711-0.66713 0.51885-1.1277l1.3422-15.564-1.7684-0.51629v-0.88424c0.33356-0.02998 0.70157-0.08696 1.0669-0.11933 0.36529-0.02998 0.73069-0.02998 1.096-0.05996 0.36529 0 0.73068-0.02998 1.0669-0.02998h2.0093l4.7811 14.772h0.0316l4.6275-14.772h1.3104c0.54804 0 1.1595 0 1.7975 0.02998 0.64064 0.02998 1.2787 0.0953 1.8876 0.18227v0.88422l-1.8876 0.45549 1.3396 16.752 1.7684 0.33618v0.67239c-0.36532 0.18008-0.7942 0.29941-1.3104 0.39172m-31.636 0.0901c-0.30445 0-0.64064-0.03-1.006-0.06-0.33356-0.03-0.66974-0.0953-0.97422-0.21462v-0.51629c0.39714-0.18544 0.66977-0.39698 0.82333-0.73316 0.18266-0.30468 0.27532-0.73092 0.27532-1.2787v-5.8162c0-0.73316-0.0927-1.3687-0.21439-1.8875-0.15348-0.54782-0.36531-0.9769-0.64064-1.2814-0.27271-0.33618-0.57976-0.58008-0.94245-0.7309-0.39712-0.15388-0.79154-0.21163-1.2495-0.21163-0.60889 0-1.2178 0.09014-1.7658 0.27541-0.57978 0.18008-1.0351 0.42325-1.3713 0.66713v10.232l1.7049 0.46076v0.58008c-0.27271 0.087-0.51885 0.18008-0.76243 0.24088-0.27271 0.06-0.54804 0.11933-0.82069 0.1509-0.27533 0.03-0.57976 0.06-0.91331 0.0923-0.30445 0-0.64064 0.03-1.0351 0.03-0.36531 0-0.76243-0.03-1.1595-0.06-0.39441-0.03-0.79155-0.0953-1.1251-0.21461v-0.51629c0.21178-0.06 0.39444-0.15387 0.57717-0.27241 0.21439-0.12449 0.36529-0.24314 0.51883-0.39998 0.15348-0.11933 0.2727-0.27241 0.39444-0.45551 0.0927-0.15388 0.12171-0.33618 0.12171-0.51629v-10.295l-1.9776-0.82066v-0.67239c0.69886-0.21162 1.3687-0.33618 2.0093-0.42849 0.64064-0.08776 1.1887-0.11933 1.644-0.11933h0.7307v1.644c0.51883-0.51631 1.1886-0.94518 1.9802-1.2469 0.79156-0.30467 1.6466-0.46075 2.5282-0.46075 0.64064 0 1.2204 0.0953 1.7367 0.30692 0.51885 0.21161 0.97422 0.51629 1.3396 0.91327 0.36529 0.39472 0.66975 0.88422 0.8842 1.464 0.18267 0.60633 0.30444 1.3077 0.30444 2.0676v8.5271l1.5831 0.46076v0.58008c-0.85243 0.33094-1.9193 0.51629-3.198 0.51629m-13.608-7.3421h-8.985c0 0.85239 0.12171 1.6122 0.33356 2.2847 0.24358 0.67239 0.57976 1.2204 0.97686 1.6758 0.39442 0.45551 0.88156 0.82329 1.4296 1.0642 0.54804 0.2439 1.1278 0.36771 1.7684 0.36771 0.36529 0 0.73068-0.02998 1.1251-0.09233 0.39712-0.05996 0.76243-0.1509 1.1278-0.27541 0.39712-0.08696 0.73069-0.24088 1.096-0.39172 0.3362-0.18525 0.66976-0.36769 0.94509-0.5478 0.0292 0.05242 0.0608 0.18008 0.0899 0.33094 0.0316 0.15606 0.0316 0.30465 0.0316 0.46075 0 0.36021-0.12172 0.69639-0.36532 1.0033-0.24358 0.30467-0.57976 0.6086-1.0351 0.85242-0.458 0.24388-1.006 0.42323-1.6466 0.58008-0.66975 0.14852-1.4004 0.21162-2.192 0.21162-0.88156 0-1.6757-0.1509-2.4355-0.48703-0.7942-0.3362-1.4322-0.79155-2.012-1.4004-0.57715-0.61159-1.0351-1.3395-1.3713-2.192-0.30183-0.85503-0.4871-1.8319-0.4871-2.8962 0-1.3078 0.18545-2.4964 0.55066-3.5315 0.36267-1.0033 0.85243-1.8558 1.4613-2.56 0.57714-0.66713 1.2495-1.2151 2.0093-1.5513 0.76243-0.36545 1.554-0.5478 2.3455-0.5478 0.82333 0 1.554 0.11933 2.2238 0.39472 0.64064 0.27241 1.1886 0.64086 1.644 1.1252 0.45799 0.51855 0.79156 1.0986 1.0378 1.8001 0.24088 0.7309 0.36267 1.4905 0.36267 2.3747v0.91327c0 0.30692 0 0.67237-0.0292 1.0351m-2.6496-3.5327c-0.15348-0.5478-0.36531-1.0033-0.64064-1.3712-0.27269-0.36545-0.57707-0.64086-0.97421-0.82074-0.36531-0.18525-0.79155-0.27541-1.2178-0.27541s-0.82331 0.11933-1.2495 0.36247c-0.42625 0.21686-0.79154 0.55306-1.096 0.94508-0.33356 0.39998-0.57978 0.88684-0.79153 1.4031-0.21178 0.5478-0.30446 1.096-0.30446 1.7049h6.5177c0-0.75981-0.0899-1.4004-0.24358-1.9485m426.97-23.997c-0.33621 0.21161-0.73068 0.45551-1.1569 0.67012-0.30444-0.24388-0.57709-0.51853-0.85243-0.85241-0.24622-0.33319-0.458-0.67012-0.6089-0.97418-0.2436 0.24088-0.51885 0.48476-0.85509 0.69864-0.30444 0.21463-0.638 0.39698-0.97422 0.54782-0.36267 0.15388-0.69886 0.27539-1.0642 0.36545-0.36801 0.09233-0.70157 0.12449-1.006 0.12449-0.76243 0-1.4904-0.15388-2.1629-0.45776-0.66977-0.30467-1.2496-0.76243-1.7658-1.3105-0.4871-0.58008-0.8842-1.2786-1.1886-2.0993-0.2727-0.8233-0.42624-1.7366-0.42624-2.7427 0-1.3713 0.18266-2.589 0.57976-3.6268 0.39714-1.0642 0.91333-1.9485 1.5831-2.6473 0.64064-0.73092 1.4322-1.2787 2.3164-1.6467 0.88156-0.36547 1.7949-0.54782 2.7982-0.54782 0.36802 0 0.73331 0.02998 1.1278 0.05996 0.39441 0.02998 0.7333 0.08994 0.9742 0.1509v-5.3608l-2.0702-0.82336v-0.66713c0.70158-0.21461 1.4004-0.33618 2.0702-0.42849 0.70157-0.05996 1.2496-0.11933 1.7075-0.11933h0.97422l-0.18267 1.7049v17.451c0.12449 0.30467 0.27269 0.60859 0.45798 0.91597 0.18266 0.30166 0.39442 0.60633 0.69887 0.85239-0.30445 0.27241-0.63802 0.51631-0.97422 0.75981m-2.65-12.456c-0.2435-0.09233-0.57977-0.15606-1.006-0.24614-0.39442-0.05996-0.79156-0.09014-1.2178-0.09014-0.63802 0-1.2496 0.12151-1.7976 0.39474-0.54803 0.24388-1.0351 0.64086-1.4613 1.1569-0.39712 0.51853-0.70156 1.1568-0.9451 1.9484-0.21177 0.79418-0.33356 1.7075-0.33356 2.7718 0 0.82328 0.0927 1.5566 0.30445 2.1946 0.21448 0.63785 0.48711 1.186 0.82331 1.6175 0.33356 0.42323 0.70158 0.75981 1.1569 0.97156 0.42625 0.2409 0.88422 0.3362 1.3687 0.3362 0.30446 0 0.57979-0.02998 0.88422-0.05996 0.30444-0.05996 0.57979-0.12151 0.85243-0.21161 0.27535-0.09233 0.51885-0.18227 0.75979-0.30467 0.24623-0.12151 0.42887-0.24314 0.61152-0.39698zm-12.208 12.639c-0.27532 0.05996-0.51883 0.12449-0.82596 0.15388-0.27271 0.02998-0.57445 0.05996-0.88156 0.09233-0.33356 0-0.66713 0.02998-1.0669 0.02998-0.33356 0-0.72798-0.02998-1.1251-0.05996-0.42623-0.02998-0.8233-0.09014-1.1569-0.21463v-0.51629c0.21176-0.05996 0.39442-0.1509 0.60625-0.27541 0.18525-0.12151 0.36802-0.24388 0.52155-0.39472 0.1509-0.12151 0.27271-0.27541 0.36267-0.45776 0.0927-0.1509 0.12191-0.33618 0.12191-0.51855v-10.293l-1.9484-0.82329v-0.64086c0.70155-0.21161 1.3687-0.33319 2.012-0.42323 0.638-0.12449 1.186-0.15606 1.6122-0.15606h0.97423l-0.1509 1.6493v11.574l1.7049 0.45251v0.57933c-0.2727 0.09233-0.51623 0.18525-0.75979 0.24388m-0.57978-18.425c-0.0927 0.21463-0.21447 0.42625-0.36529 0.57708-0.15348 0.18545-0.33357 0.30468-0.54804 0.39698-0.21439 0.12151-0.42887 0.15388-0.66977 0.15388-0.21175 0-0.42886-0.02998-0.64062-0.12151-0.18266-0.09233-0.36531-0.21463-0.51885-0.36771-0.12171-0.14852-0.24358-0.33618-0.33356-0.5478-0.0927-0.21163-0.12171-0.45551-0.12171-0.69866 0-0.24388 0.0292-0.45776 0.12171-0.67012 0.0608-0.21161 0.18267-0.39698 0.33356-0.58008 0.15348-0.18008 0.33619-0.30467 0.54796-0.39696 0.21447-0.09014 0.458-0.1509 0.73332-0.1509 0.2144 0 0.42623 0.02998 0.6089 0.12151 0.18008 0.05996 0.36529 0.18227 0.5162 0.33618 0.15348 0.12151 0.24353 0.30168 0.33619 0.51629 0.0899 0.18227 0.12191 0.42625 0.12191 0.67012 0 0.27241-0.0316 0.51629-0.12191 0.76243m-6.9076 11.357h-8.9824c0 0.85241 0.11913 1.6148 0.33356 2.2847 0.24358 0.66936 0.57714 1.2177 0.97422 1.6758 0.39712 0.45776 0.8842 0.82331 1.4322 1.0642 0.54804 0.24614 1.1251 0.36545 1.7658 0.36545 0.36531 0 0.7307-0.02998 1.1251-0.08994 0.39974-0.05996 0.76243-0.15388 1.1278-0.27541 0.39712-0.09014 0.73333-0.24088 1.096-0.39472 0.33618-0.18008 0.67239-0.36771 0.94773-0.54782 0.0262 0.05996 0.0586 0.18008 0.0899 0.33618 0.0316 0.1509 0.0316 0.30467 0.0316 0.45551 0 0.36545-0.12171 0.69864-0.36799 1.006-0.24361 0.30468-0.57717 0.60635-1.0351 0.85241-0.45798 0.24388-1.006 0.42625-1.644 0.58008-0.67245 0.1509-1.4004 0.21161-2.1946 0.21161-0.88156 0-1.6758-0.15388-2.4356-0.49002-0.79154-0.33319-1.4322-0.79156-2.012-1.3978-0.57709-0.61159-1.0325-1.3421-1.3687-2.1946-0.30444-0.85511-0.48709-1.8267-0.48709-2.8909 0-1.3131 0.18267-2.499 0.54802-3.5368 0.36531-1.0034 0.85245-1.8558 1.4613-2.5574 0.57978-0.66937 1.2496-1.2177 2.012-1.554 0.75979-0.36245 1.554-0.5478 2.3429-0.5478 0.82333 0 1.554 0.12449 2.2238 0.39998 0.64064 0.27241 1.1886 0.6356 1.6466 1.1225 0.45535 0.52155 0.78892 1.0986 1.0351 1.7975 0.2436 0.73316 0.36531 1.4958 0.36531 2.3773v0.91065c0 0.30692 0 0.67239-0.0316 1.0378m-2.65-3.5342c-0.15348-0.5478-0.36531-1.0033-0.63802-1.3713-0.27533-0.36245-0.57977-0.63786-0.9742-0.82066-0.36532-0.18008-0.79156-0.27539-1.2178-0.27539-0.42622 0-0.8233 0.12449-1.2495 0.36769-0.42625 0.21163-0.7942 0.54782-1.096 0.94246-0.33619 0.39698-0.57979 0.88152-0.7942 1.4031-0.21177 0.54782-0.30444 1.096-0.30444 1.7023h6.5204c0-0.75981-0.0927-1.4004-0.24622-1.9485m-12.386 10.755c-0.54804 0.05996-1.1278 0.11933-1.7976 0.11933-0.30444 0-0.64062-0.02998-0.9742-0.05996-0.36801-0.02998-0.66975-0.09233-0.97423-0.21463v-0.51853c0.36532-0.18008 0.638-0.39474 0.82333-0.72792 0.18267-0.30467 0.27269-0.73616 0.27269-1.284v-5.8162c0-0.7279-0.0608-1.3687-0.21448-1.8875-0.15089-0.54782-0.36529-0.9742-0.60889-1.2787-0.27269-0.33394-0.60889-0.57706-0.97422-0.7309-0.39442-0.1509-0.82067-0.21463-1.3104-0.21463-0.27269 0-0.57976 0.02998-0.88156 0.05996-0.27269 0.05996-0.57976 0.11933-0.8233 0.21161-0.27533 0.09233-0.51885 0.18008-0.75979 0.30467-0.2171 0.12151-0.42887 0.24314-0.61152 0.36545v10.235l1.7075 0.45549v0.57933c-0.27535 0.09233-0.51885 0.18227-0.76243 0.2439-0.27535 0.05996-0.51885 0.12151-0.82333 0.15388-0.27532 0.02998-0.57708 0.05996-0.88156 0.08994-0.33618 0-0.66974 0.02998-1.0669 0.02998-0.33357 0-0.7307-0.02998-1.1278-0.05996-0.42363-0.02998-0.82333-0.09233-1.1569-0.21461v-0.51855c0.21177-0.05996 0.39712-0.14852 0.60889-0.27239 0.18267-0.12151 0.36801-0.2439 0.51885-0.39698 0.15348-0.12151 0.27533-0.27241 0.36531-0.45776 0.0899-0.14852 0.12171-0.33618 0.12171-0.51629v-17.666l-1.9802-0.82066v-0.66937c0.69887-0.21463 1.3422-0.3362 1.9484-0.42924 0.6089-0.05996 1.1886-0.11933 1.7075-0.11933h0.97422l-0.15348 1.7049v7.2775c0.54804-0.51629 1.1886-0.94246 1.9219-1.2469 0.69626-0.27539 1.5514-0.42922 2.4964-0.42922 0.638 0 1.2495 0.09233 1.7658 0.30692 0.51621 0.21461 0.97422 0.51629 1.3396 0.91071 0.36801 0.39998 0.66975 0.88422 0.85244 1.464 0.21447 0.61159 0.30445 1.3078 0.30445 2.0702v8.5297l1.5857 0.45551v0.57933c-0.42623 0.18227-0.91597 0.30465-1.4322 0.39696m-16.38-0.32971c-0.3362 0.21161-0.7307 0.45551-1.1569 0.67012-0.30445-0.24388-0.57716-0.51853-0.85509-0.85241-0.24358-0.33319-0.45536-0.67012-0.60627-0.97418-0.24358 0.24088-0.51891 0.48476-0.85508 0.69864-0.30445 0.21463-0.63802 0.39698-0.97422 0.54782-0.36269 0.15388-0.69887 0.27539-1.0642 0.36545-0.36801 0.09233-0.70157 0.12449-1.006 0.12449-0.76243 0-1.4904-0.15388-2.1629-0.45776-0.66974-0.30467-1.2495-0.76243-1.7658-1.3105-0.4871-0.58008-0.88422-1.2786-1.1886-2.0993-0.27271-0.8233-0.42625-1.7366-0.42625-2.7427 0-1.3713 0.18266-2.589 0.57978-3.6268 0.39712-1.0642 0.91333-1.9485 1.5831-2.6473 0.64064-0.73092 1.4322-1.2787 2.3164-1.6467 0.88156-0.36547 1.7949-0.54782 2.7982-0.54782 0.36801 0 0.73332 0.02998 1.1278 0.05996 0.39714 0.02998 0.73332 0.08994 0.97422 0.1509v-5.3608l-2.0702-0.82336v-0.66713c0.70158-0.21461 1.4004-0.33618 2.0702-0.42849 0.70158-0.05996 1.2495-0.11933 1.7075-0.11933h0.97422l-0.18267 1.7049v17.451c0.12172 0.30467 0.27271 0.60859 0.458 0.91597 0.18266 0.30166 0.39442 0.60633 0.69885 0.85239-0.30443 0.27241-0.638 0.51631-0.9742 0.75981m-2.65-12.456c-0.24352-0.09233-0.57979-0.15606-1.006-0.24614-0.39444-0.05996-0.79156-0.09014-1.2178-0.09014-0.638 0-1.2495 0.12151-1.7975 0.39474-0.54803 0.24388-1.0351 0.64086-1.4613 1.1569-0.39712 0.51853-0.69887 1.1568-0.9451 1.9484-0.21177 0.79418-0.33356 1.7075-0.33356 2.7718 0 0.82328 0.0899 1.5566 0.30444 2.1946 0.21447 0.63785 0.4871 1.186 0.82332 1.6175 0.33357 0.42323 0.70158 0.75981 1.1569 0.97156 0.42625 0.2409 0.8842 0.3362 1.3687 0.3362 0.30446 0 0.57979-0.02998 0.88422-0.05996 0.30444-0.05996 0.57977-0.12151 0.85244-0.21161 0.27533-0.09233 0.51885-0.18227 0.76243-0.30467 0.24352-0.12151 0.42624-0.24314 0.60889-0.39698zm-14.702 12.913c-0.30446 0-0.64064-0.02998-1.006-0.05996-0.33619-0.02998-0.66975-0.09232-0.97422-0.21688v-0.51629c0.39443-0.18008 0.66976-0.39472 0.82332-0.7279 0.18267-0.30468 0.27271-0.73616 0.27271-1.284v-5.8161c0-0.72792-0.0899-1.3687-0.21447-1.8876-0.15348-0.5478-0.36532-0.97426-0.638-1.2787-0.27535-0.33319-0.57979-0.57706-0.94512-0.73316-0.39442-0.14852-0.79154-0.21161-1.2469-0.21161-0.61153 0-1.2204 0.0953-1.7684 0.27541-0.57709 0.18008-1.0351 0.42625-1.3713 0.67012v10.235l1.7075 0.45551v0.58008c-0.27533 0.09233-0.51885 0.18227-0.76243 0.24088-0.27533 0.05996-0.55066 0.12449-0.82332 0.15606-0.27533 0.02998-0.57707 0.05996-0.91331 0.09014-0.30446 0-0.63802 0.02998-1.0351 0.02998-0.36529 0-0.75979-0.02998-1.1569-0.05996-0.39444-0.02998-0.79422-0.09233-1.1278-0.21688v-0.51629c0.21177-0.05996 0.39714-0.14852 0.57978-0.27241 0.21178-0.12151 0.36531-0.24312 0.51621-0.39696 0.15348-0.12151 0.27533-0.27241 0.39714-0.45778 0.0899-0.14852 0.12171-0.33618 0.12171-0.51629v-10.295l-1.9802-0.82066v-0.67237c0.69887-0.21163 1.3713-0.33321 2.0093-0.42325 0.64064-0.09233 1.1887-0.12449 1.6466-0.12449h0.73068v1.6467c0.51621-0.51929 1.186-0.94246 1.9802-1.2495 0.79155-0.30467 1.644-0.45776 2.5282-0.45776 0.63802 0 1.2178 0.09233 1.734 0.30692 0.51885 0.21463 0.9742 0.51631 1.3395 0.91065 0.36801 0.39998 0.67246 0.88422 0.88422 1.464 0.18266 0.61159 0.30443 1.3078 0.30443 2.0702v8.5297l1.5858 0.45549v0.58008c-0.85245 0.33618-1.922 0.51629-3.198 0.51629m-14.098-4.5661c-0.39711 1.0033-0.91332 1.8558-1.5857 2.5891-0.66977 0.69864-1.4296 1.2468-2.282 1.6122-0.8842 0.39472-1.7684 0.58008-2.65 0.58008-0.91599 0-1.7976-0.15388-2.5891-0.49002-0.8233-0.30467-1.5249-0.75973-2.1311-1.3686-0.57977-0.58006-1.0669-1.3396-1.4322-2.1947-0.33618-0.88414-0.51891-1.8557-0.51891-2.9835 0-1.2495 0.21448-2.3773 0.57977-3.3806 0.39714-1.006 0.94509-1.8875 1.5831-2.5891 0.66975-0.69866 1.4322-1.2469 2.2846-1.6467 0.85508-0.39474 1.7658-0.57708 2.7109-0.57708 0.94509 0 1.7949 0.18227 2.6182 0.51629 0.82333 0.33618 1.5249 0.79418 2.102 1.4322 0.60889 0.61161 1.0669 1.3422 1.4004 2.192 0.36801 0.88424 0.51885 1.8319 0.51885 2.8962 0 1.2495-0.18267 2.4037-0.6089 3.4124m-2.4964-5.5144c-0.21709-0.66937-0.51893-1.2495-0.88422-1.734-0.39712-0.46077-0.8233-0.82331-1.3078-1.0695-0.48972-0.24088-1.006-0.36245-1.554-0.36245-0.51885 0-1.0378 0.14852-1.5249 0.39472-0.51885 0.27541-0.97423 0.63786-1.3396 1.1568-0.39712 0.51855-0.73068 1.1568-0.94509 1.9193-0.24359 0.76243-0.3653 1.644-0.3653 2.65 0 0.91335 0.12171 1.734 0.33357 2.4038 0.21445 0.70389 0.52153 1.2813 0.8842 1.7684 0.39712 0.45551 0.82332 0.82336 1.3131 1.0669 0.48448 0.21161 1.0007 0.33618 1.5487 0.33618 0.52155 0 1.006-0.12449 1.5275-0.36771 0.48446-0.24388 0.94246-0.63786 1.3369-1.1595 0.39714-0.48478 0.70157-1.1251 0.94509-1.9167 0.24358-0.75981 0.36531-1.6758 0.36531-2.7108 0-0.88422-0.12171-1.6731-0.33356-2.3747m-12.697 9.8052h-10.385l-0.24622-0.45551 7.4946-12.18h-3.5633c-0.60889 0-1.0669 0.11635-1.4322 0.36019-0.36531 0.21463-0.6089 0.54782-0.75979 0.94772l-0.27533 0.75981h-0.91599l0.33618-3.8068 9.7475 0.02998 0.24358 0.5478-7.4019 12.09h3.7486c0.39441 0 0.72798-0.02998 1.0033-0.08994 0.30445-0.02998 0.51885-0.12449 0.7307-0.21461 0.18266-0.09014 0.33618-0.21463 0.45797-0.33319 0.12171-0.15388 0.24358-0.3362 0.33357-0.51855l0.48972-1.006h0.82068zm-12.42-7.0655h-8.985c0 0.85241 0.12171 1.6148 0.33356 2.2847 0.24623 0.66936 0.57979 1.2177 0.97687 1.6758 0.39712 0.45776 0.8842 0.82331 1.4322 1.0642 0.54803 0.24614 1.1251 0.36545 1.7658 0.36545 0.36531 0 0.73068-0.02998 1.1251-0.08994 0.39976-0.05996 0.76243-0.15388 1.1278-0.27541 0.39714-0.09014 0.7307-0.24088 1.096-0.39472 0.33621-0.18008 0.67247-0.36771 0.94776-0.54782 0.0262 0.05996 0.0586 0.18008 0.0899 0.33618 0.0316 0.1509 0.0316 0.30467 0.0316 0.45551 0 0.36545-0.12171 0.69864-0.36801 1.006-0.24358 0.30468-0.57714 0.60635-1.0351 0.85241-0.45799 0.24388-1.006 0.42625-1.644 0.58008-0.67247 0.1509-1.4004 0.21161-2.1946 0.21161-0.88156 0-1.6758-0.15388-2.4355-0.49002-0.79154-0.33319-1.4322-0.79156-2.012-1.3978-0.57714-0.61159-1.0324-1.3421-1.3687-2.1946-0.30445-0.85511-0.4871-1.8267-0.4871-2.8909 0-1.3131 0.18267-2.499 0.54804-3.5368 0.36529-1.0034 0.85507-1.8558 1.4613-2.5574 0.57977-0.66937 1.2495-1.2177 2.012-1.554 0.75979-0.36245 1.554-0.5478 2.3456-0.5478 0.82066 0 1.5513 0.12449 2.2211 0.39998 0.64064 0.27241 1.1887 0.6356 1.644 1.1225 0.458 0.52155 0.79156 1.0986 1.0378 1.7975 0.24358 0.73316 0.36531 1.4958 0.36531 2.3773v0.91065c0 0.30692 0 0.67239-0.0316 1.0378m-2.65-3.5342c-0.15348-0.5478-0.36529-1.0033-0.638-1.3713-0.27532-0.36245-0.57978-0.63786-0.97422-0.82066-0.36531-0.18008-0.79156-0.27539-1.2178-0.27539-0.42625 0-0.82333 0.12449-1.2496 0.36769-0.42622 0.21163-0.79417 0.54782-1.096 0.94246-0.33618 0.39698-0.57976 0.88152-0.79418 1.4031-0.21177 0.54782-0.30445 1.096-0.30445 1.7023h6.5204c0-0.75981-0.0927-1.4004-0.2462-1.9485m-10.194-1.9185c-0.48972-0.11933-1.006-0.18008-1.554-0.2439-0.54801-0.05996-1.096-0.09014-1.7049-0.09014v0.02998c0.24088 0.18525 0.48448 0.42849 0.69887 0.67237 0.21177 0.24314 0.39712 0.51629 0.54804 0.78886 0.15348 0.30692 0.27533 0.61159 0.36529 0.91597 0.0607 0.33319 0.12191 0.63786 0.12191 0.94516 0 0.88152-0.18267 1.6704-0.51623 2.4064-0.33356 0.7279-0.79154 1.3687-1.3395 1.8875-0.57978 0.51629-1.2178 0.91335-1.9802 1.2178-0.7333 0.27241-1.5249 0.42625-2.3455 0.42625-0.33618 0-0.66974-0.02998-1.006-0.08994-0.33618-0.05996-0.60889-0.15388-0.8842-0.27767-0.12171 0.05996-0.24358 0.15606-0.33356 0.27767-0.12171 0.08994-0.21447 0.21161-0.33618 0.36245-0.09 0.12151-0.15348 0.24388-0.21178 0.39998-0.0607 0.14852-0.0927 0.27239-0.0927 0.42398 0 0.45776 0.18267 0.82066 0.51885 1.0378 0.36531 0.24088 0.82333 0.36245 1.4296 0.36245l4.2648-0.02998c1.2813 0 2.2846 0.2409 2.9571 0.82066 0.69887 0.58008 1.0325 1.4639 1.0325 2.5917 0 0.7279-0.18267 1.4004-0.57715 2.0702-0.36531 0.63786-0.88156 1.186-1.554 1.6758-0.66977 0.48702-1.4296 0.88152-2.3456 1.1569-0.91333 0.27239-1.8876 0.42922-2.9518 0.42922-0.9742 0-1.8002-0.09312-2.5282-0.27539-0.7333-0.18544-1.3422-0.42851-1.8293-0.76243-0.48711-0.30694-0.85244-0.70165-1.096-1.1277-0.24622-0.42625-0.36531-0.91335-0.36531-1.4031 0-0.39472 0.0608-0.78892 0.21439-1.1542 0.1509-0.33618 0.36269-0.67237 0.60628-0.9769 0.27532-0.27541 0.57976-0.5478 0.91596-0.75981 0.36269-0.21161 0.73069-0.36769 1.1569-0.48702v-0.02998c-0.55065-0.21463-1.006-0.48704-1.3104-0.91335-0.33619-0.39698-0.48711-0.88422-0.48711-1.4613 0-0.30468 0.0608-0.58008 0.18267-0.85247 0.0899-0.30467 0.24352-0.54782 0.45799-0.79418 0.18267-0.24388 0.42623-0.48702 0.66975-0.66713 0.24088-0.18525 0.51621-0.33618 0.82067-0.42848v-0.02998c-0.36267-0.14852-0.69886-0.33319-1.006-0.60635-0.33356-0.24388-0.63801-0.5478-0.88156-0.91333-0.24352-0.36771-0.45799-0.79156-0.60891-1.2522-0.15348-0.45551-0.24358-0.93984-0.24358-1.4587 0-0.85511 0.15348-1.6467 0.4871-2.3773 0.30446-0.72792 0.73069-1.3713 1.2787-1.9193 0.54804-0.54782 1.2178-0.9742 1.9484-1.2787 0.73332-0.30166 1.5249-0.45776 2.3456-0.45776 0.30443 0 0.64062 0.02998 0.97422 0.09232 0.33618 0.05996 0.64062 0.1509 0.94507 0.24388 0.30446 0.09233 0.57717 0.18247 0.82333 0.30467 0.24358 0.12151 0.42625 0.24314 0.54804 0.36547 0.15348-0.12151 0.30443-0.24314 0.51891-0.36547 0.21177-0.12151 0.42624-0.21161 0.66712-0.30467 0.24352-0.09233 0.48974-0.15388 0.73333-0.21161 0.2727-0.05996 0.5162-0.09233 0.75976-0.09233 0.24623 0 0.51893 0.02998 0.73071 0.05996 0.2435 0.02998 0.42622 0.05996 0.57976 0.12151zm-3.1688 14.134c-0.39712-0.33319-0.9451-0.49002-1.6758-0.49002h-4.9028c-0.21448 0.0953-0.42625 0.24314-0.6089 0.39998-0.18266 0.18008-0.36531 0.36245-0.48972 0.57706-0.1509 0.21463-0.2409 0.45551-0.33356 0.69866-0.0927 0.24388-0.11913 0.51629-0.11913 0.76243 0 0.33319 0.0899 0.60859 0.2409 0.8816 0.15348 0.30467 0.42623 0.5478 0.7333 0.73616 0.33357 0.21161 0.72798 0.39172 1.2178 0.51629 0.48448 0.11933 1.0642 0.18008 1.7049 0.18008 0.72798 0 1.3713-0.09014 1.9776-0.24314 0.57978-0.18008 1.0986-0.39472 1.5249-0.64086 0.42624-0.27241 0.73068-0.57407 0.97686-0.93976 0.21177-0.33618 0.33094-0.7039 0.33094-1.0669 0-0.58006-0.18266-1.0378-0.57716-1.3713m-1.2813-12.702c-0.14832-0.45551-0.39442-0.85241-0.66975-1.1886-0.27271-0.30168-0.60627-0.51929-0.97422-0.69864-0.36267-0.15388-0.75979-0.21463-1.1542-0.21463-0.42625 0-0.85509 0.09014-1.2496 0.30467-0.36799 0.18545-0.70156 0.49004-1.006 0.85503-0.27271 0.36245-0.51621 0.82066-0.69888 1.3396-0.15348 0.5478-0.2435 1.1251-0.2435 1.7948 0 0.64086 0.0899 1.2204 0.2435 1.6758 0.1509 0.49002 0.36269 0.88422 0.63802 1.1887 0.27271 0.30465 0.60889 0.5478 0.94244 0.70163 0.36801 0.1509 0.73332 0.2439 1.0986 0.2439 0.45535 0 0.91333-0.09312 1.3078-0.2439 0.39714-0.18525 0.73332-0.42625 1.0378-0.79418 0.30445-0.36545 0.54803-0.82064 0.70157-1.3713 0.18009-0.5478 0.27271-1.186 0.27271-1.9167 0-0.64086-0.0927-1.1887-0.24622-1.6758m-11.142 8.7712c-0.27271 0.51855-0.66975 1.006-1.1542 1.4004-0.48972 0.42625-1.0986 0.76243-1.7975 1.0059-0.67247 0.2439-1.464 0.36547-2.3164 0.36547-1.3396 0-2.3138-0.21163-2.9253-0.63786-0.63802-0.39998-0.94245-1.0378-0.94245-1.8611 0-0.21161 0.0316-0.42623 0.0608-0.66713 0.0608-0.21162 0.12191-0.39696 0.21178-0.58006 0.66974 0.64086 1.3713 1.1277 2.0411 1.4322 0.69887 0.33618 1.4322 0.48702 2.2529 0.48702 0.85509 0 1.4931-0.18227 1.9511-0.55082 0.42622-0.36245 0.64062-0.78884 0.64062-1.3369 0-0.27541-0.0316-0.51853-0.12449-0.73316-0.0899-0.21461-0.24353-0.42624-0.42355-0.63786-0.21447-0.21161-0.48972-0.39698-0.82597-0.60859-0.30181-0.18227-0.72798-0.39698-1.2469-0.61159l-1.5249-0.63786c-0.8789-0.36545-1.5513-0.88152-2.0384-1.5222-0.45799-0.64086-0.70157-1.3713-0.70157-2.2555 0-0.60859 0.12171-1.1861 0.36531-1.7049 0.27533-0.54782 0.64062-1.0351 1.0986-1.4296 0.45536-0.39698 1.0033-0.73316 1.6731-0.9769 0.64064-0.24088 1.3713-0.36545 2.1629-0.36545 0.61151 0 1.1278 0.05996 1.554 0.15388 0.42625 0.05996 0.79154 0.21161 1.0669 0.36245 0.2727 0.15606 0.4871 0.36769 0.60889 0.58006 0.12171 0.24614 0.18008 0.51855 0.18008 0.79418 0 0.2409 0 0.45551-0.0262 0.63786-0.0316 0.21161-0.0927 0.42625-0.12171 0.64086-0.48972-0.33618-1.0378-0.60859-1.6758-0.82337-0.61151-0.21461-1.2204-0.33618-1.8002-0.33618-0.48448 0-0.91068 0.05996-1.276 0.15388-0.36802 0.09014-0.64064 0.2439-0.88422 0.39698-0.24359 0.18008-0.42623 0.39472-0.54802 0.60859-0.0899 0.24312-0.15348 0.48702-0.15348 0.7279 0 0.27541 0.0316 0.51855 0.0899 0.73316 0.0953 0.24614 0.2144 0.42625 0.39976 0.60859 0.18009 0.21161 0.42353 0.39698 0.72798 0.54782 0.30444 0.18545 0.70158 0.33319 1.1595 0.51629l1.644 0.64086c0.54804 0.21463 1.006 0.45776 1.4004 0.70166 0.36802 0.24388 0.70158 0.51929 0.9451 0.82336 0.21447 0.33319 0.39442 0.66937 0.51885 1.0351 0.0899 0.36545 0.1509 0.78892 0.1509 1.2204 0 0.57482-0.12171 1.1543-0.39712 1.7023m-11.236 2.4377c-0.36531 0.08994-0.75979 0.1509-1.2178 0.1509-0.42624 0-0.82332-0.09014-1.186-0.27541-0.36799-0.18008-0.67245-0.48478-0.97421-0.8816l-4.9664-6.5468v6.1524l1.5831 0.48476v0.58008c-0.27271 0.09233-0.54804 0.18008-0.82068 0.21163-0.24351 0.05996-0.51883 0.12449-0.79154 0.15606-0.27797 0.05996-0.55066 0.08994-0.85246 0.08994-0.27532 0.02998-0.61151 0.02998-0.97686 0.02998-0.33356 0-0.73068-0.02998-1.1251-0.05996-0.42625-0.02998-0.82333-0.09014-1.1595-0.21463v-0.51629c0.21447-0.05996 0.42623-0.1509 0.61151-0.27541 0.21178-0.12151 0.36267-0.24088 0.51621-0.39472 0.15348-0.12151 0.27533-0.27541 0.39444-0.45776 0.0927-0.1509 0.12171-0.3362 0.12171-0.51629v-17.666l-2.0067-0.82336v-0.67012c0.69888-0.21461 1.4004-0.33618 2.0384-0.42849 0.63802-0.05996 1.186-0.11933 1.6122-0.11933h1.0377l-0.18266 1.7075v12.183l1.6731-1.464c0.39712-0.36545 0.82333-0.73092 1.1913-1.1595 0.36267-0.42325 0.69888-0.84979 1.006-1.276 0.27271-0.42625 0.51621-0.88424 0.66975-1.2814 0.18008-0.42625 0.27271-0.82066 0.27271-1.1542 0.27533-0.09233 0.54803-0.15606 0.79155-0.18525 0.24359-0.02998 0.51621-0.05996 0.82067-0.05996 0.24358 0 0.45797 0.02998 0.64326 0.05996 0.18008 0.05996 0.39442 0.12151 0.57444 0.21461 0 0.33394-0.12171 0.69866-0.27268 1.096-0.18267 0.42625-0.42625 0.88422-0.75979 1.3396-0.33619 0.45549-0.79156 0.94508-1.2813 1.4348-0.51621 0.48478-1.1251 1.0007-1.8267 1.4879l-1.0642 0.76243 4.6884 5.697c0.42622 0.51629 0.8233 0.88422 1.2178 1.1251 0.36801 0.21161 0.73068 0.33618 1.0378 0.33618v0.63786c-0.33619 0.21688-0.70158 0.39698-1.0378 0.49002m-15.41-0.1255c-0.27532 0.05996-0.54803 0.12449-0.82332 0.15388-0.27269 0.02998-0.57444 0.05996-0.91067 0.09233-0.30708 0-0.63802 0.02998-1.0378 0.02998-0.36531 0-0.75979-0.02998-1.1542-0.05996-0.39711-0.02998-0.79419-0.09014-1.1278-0.21463v-0.51629c0.21176-0.05996 0.39442-0.1509 0.57977-0.27541 0.21177-0.12151 0.36269-0.24388 0.51623-0.39472 0.15348-0.12151 0.27268-0.27541 0.39442-0.45776 0.0899-0.1509 0.12171-0.33618 0.12171-0.51855v-17.663l-1.9802-0.82336v-0.66939c0.33619-0.09233 0.70156-0.18227 1.0377-0.24312 0.3362-0.05996 0.66977-0.12449 1.006-0.18545 0.30446-0.02998 0.60627-0.05996 0.88156-0.08696 0.27271 0 0.51885-0.02998 0.73068-0.02998h0.97423l-0.1509 1.7075v18.883l1.7049 0.45249v0.57933c-0.27271 0.09233-0.51621 0.18544-0.76244 0.2439m-8.0171-4.2959c-0.39442 1.0033-0.91331 1.8558-1.5857 2.5891-0.66977 0.69864-1.4296 1.2468-2.282 1.6122-0.88423 0.39472-1.7684 0.58008-2.65 0.58008-0.91598 0-1.7975-0.15388-2.5891-0.49002-0.82333-0.30467-1.5249-0.75973-2.1311-1.3686-0.57977-0.58006-1.0669-1.3396-1.4322-2.1947-0.33619-0.88414-0.51621-1.8557-0.51621-2.9835 0-1.2495 0.21177-2.3773 0.57714-3.3806 0.39714-1.006 0.9451-1.8875 1.5831-2.5891 0.66975-0.69866 1.4322-1.2469 2.2846-1.6467 0.85507-0.39474 1.7658-0.57708 2.7108-0.57708 0.9451 0 1.7949 0.18227 2.6182 0.51629 0.82332 0.33618 1.5249 0.79418 2.102 1.4322 0.6089 0.61161 1.0669 1.3422 1.4004 2.192 0.36801 0.88424 0.51885 1.8319 0.51885 2.8962 0 1.2495-0.18266 2.4037-0.60889 3.4124m-2.4964-5.5144c-0.21448-0.66937-0.51893-1.2495-0.88422-1.734-0.39712-0.46077-0.82331-0.82331-1.3078-1.0695-0.48974-0.24088-1.006-0.36245-1.554-0.36245-0.51885 0-1.0378 0.14852-1.5249 0.39472-0.51885 0.27541-0.97422 0.63786-1.3396 1.1568-0.39712 0.51855-0.73068 1.1568-0.9451 1.9193-0.24358 0.76243-0.36529 1.644-0.36529 2.65 0 0.91335 0.12171 1.734 0.33356 2.4038 0.21446 0.70389 0.52153 1.2813 0.8842 1.7684 0.39712 0.45551 0.82333 0.82336 1.3131 1.0669 0.48448 0.21161 1.0034 0.33618 1.5514 0.33618 0.51883 0 1.0033-0.12449 1.5249-0.36771 0.48446-0.24388 0.94244-0.63786 1.3395-1.1595 0.39442-0.48478 0.69888-1.1251 0.94246-1.9167 0.24358-0.75981 0.36531-1.6758 0.36531-2.7108 0-0.88422-0.12191-1.6731-0.33356-2.3747m-11.663-8.1937c-0.27533 0.30467-0.4871 0.79156-0.70158 1.4004l-5.39 16.781-1.2178 0.09014-5.9697-18.211-1.6466-0.51853v-0.63786c0.52155-0.15388 1.0378-0.30467 1.4957-0.36771 0.48448-0.09014 1.0034-0.12151 1.5222-0.12151h0.72798c0.21447 0 0.42886 0.02998 0.64326 0.02998 0.21177 0.02998 0.42624 0.05996 0.63802 0.09014 0.24358 0.05996 0.4871 0.09312 0.7942 0.15388v0.58008c-0.48973 0.12151-0.82597 0.36245-0.94774 0.69866-0.1509 0.33618-0.1509 0.73316 0 1.1886l3.656 12.488h0.0316l3.9578-13.554-1.9193-0.51629v-0.63786c0.54804-0.18544 1.096-0.30692 1.644-0.39998 0.54804-0.09014 1.0986-0.12151 1.6466-0.12151 0.39712 0 0.75977 0.02998 1.0669 0.05996 0.33618 0.05996 0.66975 0.15388 1.006 0.24614v0.57706c-0.42887 0.15388-0.76509 0.39698-1.0378 0.70165m-21.16 5.5752c-0.0899 0.3362-0.21441 0.63786-0.36801 0.91335-0.27271-0.21463-0.57445-0.39698-0.91069-0.51855-0.33618-0.11933-0.64064-0.18227-0.97686-0.18227-0.94246 0-1.8267 0.42625-2.6791 1.2495v9.6866l2.102 0.45551v0.58006c-0.2436 0.09233-0.51885 0.18247-0.79156 0.2409-0.24352 0.05996-0.51622 0.12449-0.82332 0.15606-0.30446 0.02998-0.64064 0.05996-0.97422 0.09014-0.368 0-0.76243 0.02998-1.1886 0.02998-0.45535 0-0.88156-0.02998-1.2787-0.05996-0.42625-0.02998-0.82333-0.09014-1.1569-0.21463v-0.51629c0.21177-0.05996 0.39442-0.1509 0.57979-0.27541 0.21175-0.11933 0.36267-0.24088 0.5162-0.39472 0.15348-0.12151 0.27533-0.27241 0.39442-0.45776 0.0927-0.14852 0.12171-0.33618 0.12171-0.51629v-10.295l-1.9802-0.82064v-0.67239c0.70157-0.21161 1.374-0.33319 2.012-0.42325 0.63802-0.09232 1.186-0.12449 1.644-0.12449h0.73333v2.1337h0.0292l0.8551-0.9451c0.39441-0.45549 0.84977-0.79154 1.276-1.0033 0.42625-0.21461 0.88421-0.33618 1.4004-0.33618 1.0695 0 1.5857 0.42323 1.5857 1.3078 0 0.27539-0.0316 0.58006-0.12171 0.91597m-12.037 8.1302c-0.39444 1.0033-0.91333 1.8558-1.5858 2.5891-0.66974 0.69864-1.4296 1.2468-2.282 1.6122-0.88422 0.39472-1.7684 0.58008-2.65 0.58008-0.91597 0-1.7975-0.15388-2.5891-0.49002-0.82333-0.30467-1.5249-0.75973-2.1311-1.3686-0.57976-0.58006-1.0669-1.3396-1.4322-2.1947-0.33619-0.88414-0.51891-1.8557-0.51891-2.9835 0-1.2495 0.21447-2.3773 0.57978-3.3806 0.39712-1.006 0.9451-1.8875 1.5831-2.5891 0.66976-0.69866 1.4322-1.2469 2.2846-1.6467 0.85507-0.39474 1.7658-0.57708 2.7108-0.57708 0.9451 0 1.7949 0.18227 2.6182 0.51629 0.8233 0.33618 1.5249 0.79418 2.102 1.4322 0.60891 0.61161 1.0669 1.3422 1.4004 2.192 0.36799 0.88424 0.51883 1.8319 0.51883 2.8962 0 1.2495-0.18266 2.4037-0.60889 3.4124m-2.4964-5.5144c-0.2144-0.66937-0.51885-1.2495-0.8842-1.734-0.39714-0.46077-0.82333-0.82331-1.3078-1.0695-0.48972-0.24088-1.006-0.36245-1.554-0.36245-0.51883 0-1.0378 0.14852-1.5249 0.39472-0.51883 0.27541-0.9742 0.63786-1.3396 1.1568-0.39712 0.51855-0.73069 1.1568-0.94508 1.9193-0.2436 0.76243-0.36531 1.644-0.36531 2.65 0 0.91335 0.12171 1.734 0.33356 2.4038 0.21448 0.70389 0.52155 1.2813 0.8842 1.7684 0.39714 0.45551 0.82333 0.82336 1.3131 1.0669 0.48446 0.21161 1.0007 0.33618 1.5487 0.33618 0.52153 0 1.006-0.12449 1.5275-0.36771 0.48448-0.24388 0.94245-0.63786 1.3369-1.1595 0.39712-0.48478 0.70156-1.1251 0.94508-1.9167 0.2436-0.75981 0.36531-1.6758 0.36531-2.7108 0-0.88422-0.12171-1.6731-0.33356-2.3747m-13.61 5.5136c-0.39444 1.0033-0.91333 1.8558-1.5858 2.5891-0.66974 0.69864-1.4296 1.2468-2.282 1.6122-0.88422 0.39472-1.7684 0.58008-2.65 0.58008-0.91333 0-1.7975-0.15388-2.5891-0.49002-0.82069-0.30467-1.5249-0.75973-2.1338-1.3686-0.57714-0.58006-1.0642-1.3396-1.4296-2.1947-0.33357-0.88414-0.51883-1.8557-0.51883-2.9835 0-1.2495 0.21439-2.3773 0.57714-3.3806 0.39976-1.006 0.94774-1.8875 1.5858-2.5891 0.66974-0.69866 1.4322-1.2469 2.2846-1.6467 0.85245-0.39474 1.7658-0.57708 2.7109-0.57708s1.7949 0.18227 2.6182 0.51629c0.82332 0.33618 1.5249 0.79418 2.102 1.4322 0.60889 0.61161 1.0669 1.3422 1.4004 2.192 0.36801 0.88424 0.51893 1.8319 0.51893 2.8962 0 1.2495-0.18267 2.4037-0.60889 3.4124m-2.4964-5.5144c-0.21439-0.66937-0.51883-1.2495-0.8842-1.734-0.39712-0.46077-0.82332-0.82331-1.3104-1.0695-0.4871-0.24088-1.0033-0.36245-1.5513-0.36245-0.52155 0-1.0378 0.14852-1.5249 0.39472-0.51623 0.27541-0.97422 0.63786-1.3396 1.1568-0.39713 0.51855-0.73332 1.1568-0.94509 1.9193-0.24358 0.76243-0.36531 1.644-0.36531 2.65 0 0.91335 0.12171 1.734 0.33356 2.4038 0.21439 0.70389 0.51885 1.2813 0.88422 1.7684 0.39712 0.45551 0.82331 0.82336 1.3104 1.0669 0.4871 0.21161 1.006 0.33618 1.5513 0.33618 0.52155 0 1.006-0.12449 1.5275-0.36771 0.48448-0.24388 0.94245-0.63786 1.3369-1.1595 0.39712-0.48478 0.70158-1.1251 0.9451-1.9167 0.24358-0.75981 0.36529-1.6758 0.36529-2.7108 0-0.88422-0.12171-1.6731-0.33357-2.3747m-12.635-3.2607-5.39 13.433-1.0642 0.05996-5.1517-13.313-1.2442-0.88152v-0.73316h5.7844v0.73316l-1.7366 0.7309 3.3198 9.6548h0.0292l3.3833-9.5621-1.7684-0.82328v-0.7331h4.7228v0.73316zm-22.285 13.464c-1.2204 0-2.1364-0.33618-2.7426-1.006-0.57979-0.66939-0.88156-1.7339-0.88156-3.2297 0-0.7279 0-1.4905 0.0292-2.2529 0.0292-0.79154 0.0292-1.5222 0.0608-2.2237l0.0899-4.0478h-1.6758v-1.0087l3.2906-3.2589 1.006-0.11933-0.12171 2.7399h4.0213l-0.21439 1.6467h-3.8995l-0.0607 3.836c0 0.63786-0.0292 1.2495-0.0292 1.8557v1.7076c0 0.60859 0.0292 1.1251 0.11913 1.554 0.0927 0.42625 0.21445 0.76243 0.39974 1.0351 0.14832 0.24388 0.33619 0.42323 0.57714 0.5478 0.21178 0.12151 0.48711 0.18227 0.75979 0.18227 0.458 0 0.8551-0.05996 1.2495-0.21163 0.36531-0.15388 0.70157-0.33618 1.006-0.58006l0.30445 0.12151c-0.12449 1.7948-1.2204 2.7108-3.288 2.7108m-7.9421-0.97553c-0.15606 0.15606-0.33618 0.27541-0.51883 0.39696-0.18544 0.12151-0.36531 0.24314-0.57716 0.36547-0.18525 0.12151-0.39712 0.21461-0.57977 0.30468-0.30445-0.21463-0.57978-0.48702-0.85245-0.79156-0.24352-0.30467-0.42887-0.63786-0.57979-0.9742-0.18266 0.18247-0.42622 0.36547-0.73068 0.54782-0.30443 0.18227-0.638 0.36545-1.0378 0.51929-0.39442 0.1509-0.79153 0.30468-1.2469 0.39474-0.42887 0.12151-0.88156 0.15388-1.3713 0.15388-0.63802 0-1.2178-0.09233-1.734-0.27541-0.51885-0.21163-0.97687-0.48478-1.3396-0.91597-0.36801-0.39172-0.64064-0.91065-0.85243-1.5513-0.18525-0.64086-0.27533-1.3686-0.27533-2.2529v-7.7964l-1.7366-0.85511v-0.64086c0.69887-0.21161 1.3395-0.33319 1.9167-0.42323 0.57978-0.12449 1.0669-0.15388 1.4957-0.15388h1.0034l-0.18267 1.7049v6.8857c0 0.82064 0.0608 1.4904 0.18267 2.0066 0.12449 0.55082 0.30444 0.97952 0.54804 1.3131 0.2727 0.33319 0.57976 0.55082 0.94509 0.69866 0.36531 0.15388 0.79154 0.21461 1.2787 0.21461 0.27269 0 0.54804-0.02998 0.85243-0.08994 0.27271-0.02998 0.54804-0.09233 0.82069-0.18545 0.2435-0.08696 0.48708-0.18227 0.7333-0.27541 0.2144-0.08696 0.39442-0.21161 0.57979-0.33319v-9.8666l-1.7658-0.85511v-0.64086c0.69625-0.21161 1.3369-0.33319 1.9167-0.42323 0.57977-0.12449 1.096-0.15388 1.5222-0.15388h1.006l-0.18267 1.7049v10.296c0.12171 0.24312 0.27269 0.51853 0.48972 0.79154 0.21178 0.27541 0.42353 0.55082 0.66451 0.79418-0.11655 0.11933-0.2409 0.24388-0.3918 0.36245m-16.014-5.76e-4c-0.15348 0.15606-0.33357 0.27541-0.51885 0.39696-0.18267 0.12151-0.36267 0.24314-0.57715 0.36547-0.18266 0.12151-0.39713 0.21461-0.57978 0.30468-0.30444-0.21463-0.57978-0.48702-0.85243-0.79156-0.24352-0.30467-0.42625-0.63786-0.57979-0.9742-0.18266 0.18247-0.42624 0.36547-0.73068 0.54782-0.30446 0.18227-0.63802 0.36545-1.0351 0.51929-0.39712 0.1509-0.79154 0.30468-1.2495 0.39474-0.42625 0.12151-0.8842 0.15388-1.3713 0.15388-0.638 0-1.2178-0.09233-1.734-0.27541-0.51883-0.21163-0.97422-0.48478-1.3396-0.91597-0.36529-0.39172-0.64062-0.91065-0.85507-1.5513-0.18009-0.64086-0.27271-1.3686-0.27271-2.2529v-7.7964l-1.7366-0.85511v-0.64086c0.70157-0.21161 1.3396-0.33319 1.9193-0.42323 0.57977-0.12449 1.0669-0.15388 1.4931-0.15388h1.0033l-0.18267 1.7049v6.8857c0 0.82064 0.0608 1.4904 0.18267 2.0066 0.12449 0.55082 0.30445 0.97952 0.54803 1.3131 0.27533 0.33319 0.57979 0.55082 0.9451 0.69866 0.36531 0.15388 0.79156 0.21461 1.2787 0.21461 0.27533 0 0.55066-0.02998 0.85245-0.08994 0.27533-0.02998 0.54796-0.09233 0.82331-0.18545 0.24352-0.08696 0.4871-0.18227 0.7307-0.27541 0.21439-0.08696 0.39712-0.21161 0.57976-0.33319v-9.8666l-1.7658-0.85511v-0.64086c0.69888-0.21161 1.3395-0.33319 1.9167-0.42323 0.57979-0.12449 1.0986-0.15388 1.5249-0.15388h1.0033l-0.18266 1.7049v10.296c0.12171 0.24312 0.27533 0.51853 0.4871 0.79154 0.21447 0.27541 0.42887 0.55082 0.66975 0.79418-0.12171 0.11933-0.24088 0.24388-0.39442 0.36245m-17.813 0.97625c-1.2178 0-2.1338-0.33618-2.7426-1.006-0.57715-0.66939-0.88156-1.7339-0.88156-3.2297 0-0.7279 0-1.4905 0.0292-2.2529 0.0316-0.79154 0.0316-1.5222 0.0608-2.2237l0.0927-4.0478h-1.6759v-1.0087l3.2906-3.2589 1.0034-0.11933-0.12171 2.7399h4.0213l-0.21177 1.6467h-3.8995l-0.0637 3.836c0 0.63786-0.0292 1.2495-0.0292 1.8557v1.7076c0 0.60859 0.0292 1.1251 0.12171 1.554 0.0927 0.42625 0.2144 0.76243 0.39712 1.0351 0.1509 0.24388 0.33356 0.42323 0.57715 0.5478 0.21447 0.12151 0.4871 0.18227 0.76243 0.18227 0.45799 0 0.85245-0.05996 1.2469-0.21163 0.36801-0.15388 0.70157-0.33618 1.006-0.58006l0.30707 0.12151c-0.12449 1.7948-1.2204 2.7108-3.2906 2.7108m-7.8538-0.39658c-0.27533 0.05996-0.51883 0.12449-0.82331 0.15388-0.27271 0.02998-0.57708 0.05996-0.88156 0.09233-0.3362 0-0.66977 0.02998-1.0669 0.02998-0.33356 0-0.73068-0.02998-1.1278-0.05996-0.42624-0.02998-0.82066-0.09014-1.1569-0.21463v-0.51629c0.2144-0.05996 0.39714-0.1509 0.6089-0.27541 0.18266-0.12151 0.36531-0.24388 0.51885-0.39472 0.15089-0.12151 0.27532-0.27541 0.36531-0.45776 0.0899-0.1509 0.12171-0.33618 0.12171-0.51855v-10.293l-1.9511-0.82329v-0.64086c0.70158-0.21161 1.3713-0.33319 2.012-0.42323 0.638-0.12449 1.186-0.15606 1.6149-0.15606h0.9742l-0.15348 1.6493v11.574l1.7075 0.45251v0.57933c-0.27533 0.09233-0.51885 0.18525-0.76243 0.24388m-0.57979-18.425c-0.0899 0.21463-0.21177 0.42625-0.36531 0.57708-0.1509 0.18545-0.33356 0.30468-0.54804 0.39698-0.21175 0.12151-0.42622 0.15388-0.66974 0.15388-0.21178 0-0.42625-0.02998-0.64064-0.12151-0.18267-0.09233-0.36529-0.21463-0.51621-0.36771-0.12171-0.14852-0.24358-0.33618-0.33357-0.5478-0.0927-0.21163-0.12449-0.45551-0.12449-0.69866 0-0.24388 0.0316-0.45776 0.12449-0.67012 0.0608-0.21161 0.18009-0.39698 0.33357-0.58008 0.1509-0.18008 0.33356-0.30467 0.54795-0.39696 0.21448-0.09014 0.458-0.1509 0.73069-0.1509 0.21447 0 0.42624 0.02998 0.60889 0.12151 0.18266 0.05996 0.36531 0.18227 0.51885 0.33618 0.1509 0.12151 0.24358 0.30168 0.33356 0.51629 0.0927 0.18227 0.12449 0.42625 0.12449 0.67012 0 0.27241-0.0316 0.51629-0.12449 0.76243m-9.283 18.821c-1.2204 0-2.1337-0.33618-2.7426-1.006-0.57706-0.66939-0.88156-1.7339-0.88156-3.2297 0-0.7279 0-1.4905 0.0292-2.2529 0.0316-0.79154 0.0316-1.5222 0.0608-2.2237l0.0927-4.0478h-1.6758v-1.0087l3.288-3.2589 1.006-0.11933-0.12171 2.7399h4.0213l-0.21447 1.6467h-3.8968l-0.0637 3.836c0 0.63786-0.0292 1.2495-0.0292 1.8557v1.7076c0 0.60859 0.0292 1.1251 0.12171 1.554 0.0927 0.42625 0.21447 0.76243 0.39712 1.0351 0.15089 0.24388 0.33356 0.42323 0.57716 0.5478 0.21439 0.12151 0.4871 0.18227 0.76243 0.18227 0.45797 0 0.85243-0.05996 1.2469-0.21163 0.36799-0.15388 0.70156-0.33618 1.006-0.58006l0.30708 0.12151c-0.12449 1.7948-1.2204 2.7108-3.2906 2.7108m-7.4686-2.7106c-0.27271 0.51855-0.66975 1.006-1.1569 1.4004-0.48972 0.42625-1.0986 0.76243-1.7975 1.0059-0.66975 0.2439-1.4613 0.36547-2.3164 0.36547-1.3395 0-2.3138-0.21163-2.9226-0.63786-0.63802-0.39998-0.94511-1.0378-0.94511-1.8611 0-0.21161 0.0316-0.42623 0.0607-0.66713 0.0608-0.21162 0.12171-0.39696 0.21448-0.58006 0.66974 0.64086 1.3687 1.1277 2.0411 1.4322 0.69888 0.33618 1.4296 0.48702 2.2529 0.48702 0.85243 0 1.4931-0.18227 1.9484-0.55082 0.42623-0.36245 0.64064-0.78884 0.64064-1.3369 0-0.27541-0.0292-0.51853-0.12171-0.73316-0.0927-0.21461-0.2435-0.42624-0.42622-0.63786-0.21448-0.21161-0.48711-0.39698-0.82333-0.60859-0.30446-0.18227-0.73068-0.39698-1.2469-0.61159l-1.5249-0.63786c-0.88156-0.36545-1.5513-0.88152-2.0384-1.5222-0.45797-0.64086-0.70156-1.3713-0.70156-2.2555 0-0.60859 0.12172-1.1861 0.3653-1.7049 0.27533-0.54782 0.64064-1.0351 1.096-1.4296 0.45799-0.39698 1.006-0.73316 1.6758-0.9769 0.64062-0.24088 1.3713-0.36545 2.1629-0.36545 0.60889 0 1.1278 0.05996 1.554 0.15388 0.42622 0.05996 0.79153 0.21161 1.0642 0.36245 0.27533 0.15606 0.4871 0.36769 0.61153 0.58006 0.11913 0.24614 0.18009 0.51855 0.18009 0.79418 0 0.2409 0 0.45551-0.0292 0.63786-0.0316 0.21161-0.0899 0.42625-0.12171 0.64086-0.4871-0.33618-1.0351-0.60859-1.6758-0.82337-0.60889-0.21461-1.2178-0.33618-1.7975-0.33618-0.4871 0-0.91332 0.05996-1.2786 0.15388-0.36532 0.09014-0.63802 0.2439-0.88421 0.39698-0.24088 0.18008-0.42624 0.39472-0.54795 0.60859-0.0901 0.24312-0.1509 0.48702-0.1509 0.7279 0 0.27541 0.0292 0.51855 0.0899 0.73316 0.0927 0.24614 0.21448 0.42625 0.39712 0.60859 0.18267 0.21161 0.42625 0.39698 0.73068 0.54782 0.30446 0.18545 0.70158 0.33319 1.1569 0.51629l1.644 0.64086c0.54796 0.21463 1.006 0.45776 1.4031 0.70166 0.36529 0.24388 0.69886 0.51929 0.9451 0.82336 0.21177 0.33319 0.39442 0.66937 0.51621 1.0351 0.0927 0.36545 0.1509 0.78892 0.1509 1.2204 0 0.57482-0.11913 1.1543-0.39442 1.7023m-14.247 2.5878c-0.30446 0-0.64064-0.02998-1.0033-0.05996-0.33621-0.02998-0.67239-0.09232-0.97687-0.21688v-0.51629c0.39712-0.18008 0.66975-0.39472 0.82331-0.7279 0.18266-0.30468 0.27271-0.73616 0.27271-1.284v-5.8161c0-0.72792-0.0899-1.3687-0.21178-1.8876-0.15348-0.5478-0.36531-0.97426-0.64064-1.2787-0.27269-0.33319-0.57976-0.57706-0.94243-0.73316-0.39714-0.14852-0.7942-0.21161-1.2496-0.21161-0.60889 0-1.2178 0.0953-1.7658 0.27541-0.57978 0.18008-1.0378 0.42625-1.3713 0.67012v10.235l1.7049 0.45551v0.58008c-0.27533 0.09233-0.51621 0.18227-0.76243 0.24088-0.27271 0.05996-0.54804 0.12449-0.82067 0.15606-0.27533 0.02998-0.57978 0.05996-0.91333 0.09014-0.30707 0-0.64064 0.02998-1.0351 0.02998-0.36802 0-0.76243-0.02998-1.1595-0.05996-0.39442-0.02998-0.79154-0.09233-1.1251-0.21688v-0.51629c0.21175-0.05996 0.39441-0.14852 0.57714-0.27241 0.21439-0.12151 0.36531-0.24312 0.51885-0.39696 0.1509-0.12151 0.27269-0.27241 0.39442-0.45778 0.0927-0.14852 0.12171-0.33618 0.12171-0.51629v-10.295l-1.9776-0.82066v-0.67237c0.69888-0.21163 1.3687-0.33321 2.0093-0.42325 0.64064-0.09233 1.1886-0.12449 1.644-0.12449h0.73068v1.6467c0.51885-0.51929 1.1887-0.94246 1.9802-1.2495 0.79156-0.30467 1.644-0.45776 2.5282-0.45776 0.64062 0 1.2178 0.09233 1.7366 0.30692 0.51623 0.21463 0.97422 0.51631 1.3396 0.91065 0.36531 0.39998 0.66975 0.88422 0.8842 1.464 0.18267 0.61159 0.30446 1.3078 0.30446 2.0702v8.5297l1.5831 0.45549v0.58008c-0.85245 0.33618-1.9193 0.51629-3.198 0.51629m-14.173-0.27446c-0.27533 0.05996-0.51883 0.12449-0.82331 0.15388-0.2727 0.02998-0.57708 0.05996-0.88156 0.09233-0.3362 0-0.66976 0.02998-1.0669 0.02998-0.33357 0-0.73068-0.02998-1.1278-0.05996-0.42625-0.02998-0.82067-0.09014-1.1569-0.21463v-0.51629c0.21441-0.05996 0.39714-0.1509 0.60891-0.27541 0.18266-0.12151 0.36529-0.24388 0.51883-0.39472 0.1509-0.12151 0.27533-0.27541 0.36531-0.45776 0.0927-0.1509 0.12171-0.33618 0.12171-0.51855v-10.293l-1.9511-0.82329v-0.64086c0.70156-0.21161 1.374-0.33319 2.012-0.42323 0.638-0.12449 1.186-0.15606 1.6149-0.15606h0.97422l-0.15089 1.6493v11.574l1.7049 0.45251v0.57933c-0.27533 0.09233-0.51885 0.18525-0.76243 0.24388m-0.57978-18.425c-0.0899 0.21463-0.21178 0.42625-0.36267 0.57708-0.15348 0.18545-0.33621 0.30468-0.55068 0.39698-0.21176 0.12151-0.42623 0.15388-0.66975 0.15388-0.21177 0-0.42625-0.02998-0.64064-0.12151-0.18008-0.09233-0.36529-0.21463-0.51621-0.36771-0.12171-0.14852-0.24358-0.33618-0.33356-0.5478-0.0927-0.21163-0.12449-0.45551-0.12449-0.69866 0-0.24388 0.0316-0.45776 0.12449-0.67012 0.0607-0.21161 0.18266-0.39698 0.33356-0.58008 0.1509-0.18008 0.33619-0.30467 0.54796-0.39696 0.21447-0.09014 0.45535-0.1509 0.73068-0.1509 0.21447 0 0.42625 0.02998 0.61153 0.12151 0.18009 0.05996 0.36267 0.18227 0.51621 0.33618 0.1509 0.12151 0.24358 0.30168 0.33357 0.51629 0.0927 0.18227 0.12449 0.42625 0.12449 0.67012 0 0.27241-0.0316 0.51629-0.12449 0.76243m-6.9366 16.109c-0.27533 0.51855-0.66977 1.006-1.1569 1.4004-0.48972 0.42625-1.0986 0.76243-1.7975 1.0059-0.66977 0.2439-1.464 0.36547-2.3164 0.36547-1.3396 0-2.3138-0.21163-2.9226-0.63786-0.638-0.39998-0.94509-1.0378-0.94509-1.8611 0-0.21161 0.0316-0.42623 0.0608-0.66713 0.0608-0.21162 0.12171-0.39696 0.21448-0.58006 0.66974 0.64086 1.3687 1.1277 2.0411 1.4322 0.69887 0.33618 1.4296 0.48702 2.2529 0.48702 0.85243 0 1.4931-0.18227 1.9484-0.55082 0.42624-0.36245 0.64064-0.78884 0.64064-1.3369 0-0.27541-0.0292-0.51853-0.12172-0.73316-0.0927-0.21461-0.24352-0.42624-0.42624-0.63786-0.21447-0.21161-0.4871-0.39698-0.82333-0.60859-0.30443-0.18227-0.73068-0.39698-1.2469-0.61159l-1.5249-0.63786c-0.8842-0.36545-1.5513-0.88152-2.0384-1.5222-0.45799-0.64086-0.70157-1.3713-0.70157-2.2555 0-0.60859 0.12171-1.1861 0.36531-1.7049 0.27269-0.54782 0.64062-1.0351 1.096-1.4296 0.45798-0.39698 1.006-0.73316 1.6758-0.9769 0.64064-0.24088 1.3687-0.36545 2.1629-0.36545 0.60889 0 1.1278 0.05996 1.554 0.15388 0.42352 0.05996 0.7889 0.21161 1.0642 0.36245 0.27533 0.15606 0.48709 0.36769 0.61152 0.58006 0.11913 0.24614 0.18008 0.51855 0.18008 0.79418 0 0.2409 0 0.45551-0.0292 0.63786-0.0316 0.21161-0.0927 0.42625-0.12171 0.64086-0.4871-0.33618-1.0351-0.60859-1.6758-0.82337-0.6089-0.21461-1.2178-0.33618-1.7976-0.33618-0.48711 0-0.91333 0.05996-1.2787 0.15388-0.36531 0.09014-0.638 0.2439-0.8842 0.39698-0.24358 0.18008-0.42625 0.39472-0.54804 0.60859-0.0899 0.24312-0.1509 0.48702-0.1509 0.7279 0 0.27541 0.0292 0.51855 0.0899 0.73316 0.0899 0.24614 0.21447 0.42625 0.39713 0.60859 0.18267 0.21161 0.42623 0.39698 0.73069 0.54782 0.30443 0.18545 0.70157 0.33319 1.1569 0.51629l1.644 0.64086c0.55065 0.21463 1.006 0.45776 1.4004 0.70166 0.36801 0.24388 0.70157 0.51929 0.94509 0.82336 0.2144 0.33319 0.39712 0.66937 0.51885 1.0351 0.0899 0.36545 0.1509 0.78892 0.1509 1.2204 0 0.57482-0.12171 1.1543-0.39444 1.7023m-11.239 2.4377c-0.3653 0.08994-0.76244 0.1509-1.2204 0.1509-0.42625 0-0.82068-0.09014-1.186-0.27541-0.36529-0.18008-0.66974-0.48478-0.9742-0.8816l-4.9637-6.5468v6.1524l1.5831 0.48476v0.58008c-0.27533 0.09233-0.54804 0.18008-0.82331 0.21163-0.2436 0.05996-0.51885 0.12449-0.79156 0.15606-0.27532 0.05996-0.54795 0.08994-0.85243 0.08994-0.27535 0.02998-0.60891 0.02998-0.97422 0.02998-0.33621 0-0.7307-0.02998-1.1278-0.05996-0.42625-0.02998-0.82333-0.09014-1.1569-0.21463v-0.51629c0.21177-0.05996 0.42624-0.1509 0.60889-0.27541 0.21177-0.12151 0.36531-0.24088 0.51621-0.39472 0.15348-0.12151 0.27535-0.27541 0.39714-0.45776 0.0927-0.1509 0.12171-0.3362 0.12171-0.51629v-17.666l-2.0093-0.82336v-0.67012c0.69887-0.21461 1.4004-0.33618 2.0384-0.42849 0.64062-0.05996 1.1886-0.11933 1.6149-0.11933h1.0377l-0.18267 1.7075v12.183l1.6731-1.464c0.39712-0.36545 0.82333-0.73092 1.1887-1.1595 0.36529-0.42325 0.69885-0.84979 1.006-1.276 0.27269-0.42625 0.51621-0.88424 0.66712-1.2814 0.18525-0.42625 0.27533-0.82066 0.27533-1.1542 0.27533-0.09233 0.54804-0.15606 0.79154-0.18525 0.24622-0.02998 0.51885-0.05996 0.82333-0.05996 0.24358 0 0.45797 0.02998 0.64064 0.05996 0.18008 0.05996 0.39441 0.12151 0.57714 0.21461 0 0.33394-0.12171 0.69866-0.27271 1.096-0.18266 0.42625-0.42624 0.88422-0.76243 1.3396-0.33618 0.45549-0.79156 0.94508-1.2787 1.4348-0.51885 0.48478-1.1278 1.0007-1.8293 1.4879l-1.0642 0.76243 4.6884 5.697c0.42887 0.51629 0.82333 0.88422 1.2204 1.1251 0.36531 0.21161 0.73068 0.33618 1.0351 0.33618v0.63786c-0.33356 0.21688-0.70157 0.39698-1.0351 0.49002m-15.928-12.918v13.676c0 1.2495-0.0927 2.2847-0.27533 3.1397-0.18008 0.82072-0.42622 1.4905-0.73068 2.0067-0.30446 0.52155-0.66975 0.88422-1.096 1.1013-0.42625 0.21163-0.8842 0.29943-1.3395 0.29943-0.36531 0-0.66977-0.05262-0.97686-0.18008-0.30184-0.11933-0.54534-0.30694-0.75979-0.55082v-0.48478c0.33618 0 0.66975-0.09232 1.006-0.27541 0.30446-0.21161 0.60891-0.48476 0.85245-0.88422 0.24352-0.39472 0.45536-0.88422 0.57715-1.4614 0.15347-0.57708 0.24622-1.2468 0.24622-2.0093v-14.041l-1.9511-0.82329v-0.64086c0.70157-0.21162 1.3713-0.33319 2.012-0.42325 0.63802-0.12449 1.186-0.15388 1.6122-0.15388h1.006zm0.33356-5.6335c-0.0899 0.21461-0.18008 0.42625-0.33356 0.57708-0.18267 0.18525-0.33356 0.30465-0.54804 0.39696-0.21439 0.12151-0.42622 0.15388-0.67244 0.15388-0.24088 0-0.45536-0.02998-0.638-0.12151-0.21178-0.09233-0.36531-0.21461-0.51623-0.36769-0.15348-0.14852-0.27533-0.3362-0.33619-0.54782-0.0927-0.21162-0.12171-0.45551-0.12171-0.69864 0-0.2439 0.0292-0.45776 0.0899-0.67012 0.0927-0.21163 0.21439-0.39698 0.36801-0.58008 0.1509-0.18008 0.33356-0.30467 0.54803-0.39472 0.21178-0.09233 0.45536-0.15388 0.73069-0.15388 0.18266 0 0.39442 0.02998 0.57714 0.12151 0.21447 0.05996 0.36531 0.18247 0.51885 0.3362 0.15348 0.12151 0.24358 0.30166 0.33356 0.51629 0.0927 0.18227 0.12171 0.42625 0.12171 0.67012 0 0.27241-0.0292 0.51629-0.12171 0.76243m-7.4096 18.426c-0.27271 0.05996-0.51885 0.12449-0.82068 0.15388-0.27533 0.02998-0.57977 0.05996-0.8842 0.09233-0.33619 0-0.66975 0.02998-1.0669 0.02998-0.33356 0-0.7307-0.02998-1.1278-0.05996-0.42623-0.02998-0.82067-0.09014-1.1569-0.21463v-0.51629c0.21447-0.05996 0.39712-0.1509 0.60889-0.27541 0.18267-0.12151 0.36531-0.24388 0.51883-0.39472 0.1509-0.12151 0.27535-0.27541 0.36531-0.45776 0.0927-0.1509 0.12171-0.33618 0.12171-0.51855v-10.293l-1.9511-0.82329v-0.64086c0.70157-0.21161 1.3739-0.33319 2.012-0.42323 0.63802-0.12449 1.186-0.15606 1.6149-0.15606h0.97423l-0.1509 1.6493v11.574l1.7049 0.45251v0.57933c-0.27533 0.09233-0.51883 0.18525-0.76243 0.24388m-0.57976-18.425c-0.0899 0.21463-0.21177 0.42625-0.36269 0.57708-0.15348 0.18545-0.33619 0.30468-0.55066 0.39698-0.21177 0.12151-0.42625 0.15388-0.66975 0.15388-0.21177 0-0.42624-0.02998-0.64064-0.12151-0.18008-0.09233-0.36531-0.21463-0.51621-0.36771-0.12171-0.14852-0.2436-0.33618-0.33356-0.5478-0.0927-0.21163-0.12449-0.45551-0.12449-0.69866 0-0.24388 0.0316-0.45776 0.12449-0.67012 0.0608-0.21161 0.18267-0.39698 0.33356-0.58008 0.1509-0.18008 0.33619-0.30467 0.54804-0.39696 0.21439-0.09014 0.45797-0.1509 0.73068-0.1509 0.2144 0 0.42625 0.02998 0.61152 0.12151 0.18008 0.05996 0.36269 0.18227 0.51622 0.33618 0.1509 0.12151 0.24351 0.30168 0.33357 0.51629 0.0927 0.18227 0.12449 0.42625 0.12449 0.67012 0 0.27241-0.0316 0.51629-0.12449 0.76243m-6.6601 18.697c-0.36529 0.12449-0.82331 0.18227-1.3104 0.18227-0.33618 0-0.638-0.02998-0.9133-0.08994-0.27271-0.09233-0.54804-0.18247-0.79156-0.36771-0.27533-0.18008-0.51885-0.39172-0.76243-0.66413-0.24352-0.27541-0.51885-0.61159-0.79156-1.0377l-4.0213-6.0942h-1.4296v6.4278l1.9167 0.48702v0.66937c-0.51621 0.15388-1.0351 0.27541-1.6122 0.36771-0.55065 0.09014-1.1886 0.1509-1.8584 0.1509-0.51883 0-1.0351-0.02998-1.4931-0.05996-0.4871-0.05996-0.91333-0.12151-1.3713-0.24614v-0.57706c0.57978-0.18227 1.0378-0.42625 1.3422-0.75981 0.27271-0.33618 0.42625-0.85511 0.42625-1.5513v-14.96l-1.9193-0.60633v-0.67012c0.4871-0.09233 0.94509-0.15388 1.4004-0.21163 0.4871-0.05996 0.94511-0.09233 1.4322-0.15606 0.5162-0.02998 1.0033-0.05996 1.554-0.05996 0.51623-0.02998 1.0642-0.02998 1.6731-0.02998 2.3164 0 4.0213 0.42625 5.1173 1.3105 1.1278 0.88422 1.6758 2.1629 1.6758 3.8359 0 0.75981-0.0899 1.4323-0.30446 2.0755-0.21447 0.60633-0.4871 1.1542-0.88156 1.644-0.36801 0.48478-0.82597 0.91065-1.374 1.2442-0.54804 0.36771-1.1569 0.64312-1.8267 0.85511l4.2966 5.7553c0.36532 0.49002 0.7889 0.91335 1.2787 1.2813 0.48711 0.33618 1.0034 0.60857 1.5514 0.79154v0.57708c-0.27271 0.21161-0.60889 0.36769-1.0034 0.48702m-5.6335-17.147c-0.73332-0.70164-1.7684-1.0351-3.0788-1.0351-0.21178 0-0.42625 0.02998-0.66975 0.02998-0.2144 0.02998-0.45536 0.05996-0.63802 0.09312v8.5271h1.186c0.57977 0 1.1595-0.09014 1.6758-0.30468 0.51883-0.18227 0.97421-0.48702 1.3713-0.8816 0.39443-0.36545 0.70157-0.88416 0.94245-1.4639 0.21447-0.57708 0.33618-1.2787 0.33618-2.0703 0-1.2468-0.36529-2.2237-1.1251-2.8935" fill="#231f20"/>
|
|
4
|
-
<path d="m25.73 137.63h98.347v-137.62h-98.347z" fill="#0f578e"/>
|
|
5
|
-
<path d="m76.62 90.85h-1.7112v-4.7372h1.7112zm7.7075-20.9h-1.7113v-4.7426h1.7113zm-31.664-8.1801c-0.12871 0-1.0138 2e-3 -1.0138 0.18675 0 0.18154 0.41608 0.0876 1.0138 0.18916 1.3693 0.2345 1.9087 0.92341 2.8695 0.92341 0.87227 0 1.7612-0.59237 1.4139-1.8549-0.0756-0.21107-0.18154-0.16032-0.20424-0.016-0.13612 0.56286-0.82462 0.88612-1.5532 0.88612-0.9048 0-1.0992-0.31243-2.5222-0.31243m-9.4157 4.7398c0.15132 0.20805 1.7642 2.3006-0.71114 3.1012-0.10589 0.0379-0.14372 0.14151 0 0.21334 1.8285 0.76332 2.7144-0.64079 2.7144-0.64079 0.9207 2.1057-0.49174 3.272-0.49174 3.272 0.19677 0.38204 1.0728 1.0142 2.402 1.3131 0.4993-0.27233 1.2089-0.78732 1.5025-1.5773 0 0 0.36314 0.91803 0 1.7961 3.7365 0.33892 5.0574-2.6475 7.9367-2.1111 0.0833 0.016 0.1211-0.0379 0.1211-0.1255 0-1.8415-1.1295-5.2096-4.695-5.8928-3.5519-0.68314-2.5964-2.1431-2.5964-2.1431 1.4994-0.0681 2.3641 0.58178 2.3641 0.58178 0.27234-0.44561-0.11349-0.93144-0.11349-0.93144 0.14372-0.17314 0.22695-0.78194 0.22695-0.78194-1.6893-2e-3 -2.1319-0.3654-2.1319-0.3654-0.25721-1.0008 0.43878-2.4154 2.9436-0.90207 0.62037-0.55756 0.57498-1.4064 0.57498-1.4064 0.18915-0.0884 0.3026-0.38736 0.3026-0.51218 0-0.4191-2.0048-1.5425-2.52-1.6734-0.12109-0.60825-0.89951-1.4838-3.2561-1.169-1.1151 0.13851-1.9186-0.15512-1.5426-0.80328 0.0756-0.10969-0.13612-0.1279-0.24208-0.0226-0.25721 0.25644-0.61279 0.98476 0.36313 1.4732 1.0811 0.54696 1.1476 1.6333 1.156 1.7881 0 0.22923-0.25723 0.25117-0.31774 0.0226-0.49931-1.8308-2.9966-2.2231-4.4779-1.2517 0.0908 0.97948 1.1393 1.628 1.7188 1.628 0.33286 0 0.79208-0.33061 0.79208-0.78732 0-0.22166 0.11349-0.19436 0.18155-0.0227 0.24208 0.65138-0.71871 1.9963-2.1516 1.177-1.4571 1.4572-0.87529 3.2533-0.72625 3.9152 0.26478 1.1877-0.31774 2.3406-1.3928 1.8042-0.0756-0.0302-0.10588-0.0454-0.10588 0.0803 0 0.74743 0.97668 1.5933 2.1243 0.95276m8.0229-7.3446c-0.68085 0.75799-1.7884 0.58179-2.0524-0.66724 1.3958-0.0756 1.9964 0.0681 2.0524 0.66724m43.361 2.9171c-0.72625 0-1.42-0.32303-1.5539-0.88611 0-0.1415-0.15132-0.19215-0.21184 0.016-0.348 1.2624 0.5447 1.8548 1.4147 1.8548 0.96079 0 1.5002-0.68844 2.8688-0.92341 0.59765-0.10149 1.0115-8e-3 1.0115-0.18916 0-0.18455-0.88286-0.18675-1.0115-0.18675-1.4253 0-1.6174 0.31243-2.5215 0.31243m14.059 3.4748c0-0.12791-0.0756-0.10669-0.10589-0.0803-1.0727 0.53638-1.6522-0.61656-1.3935-1.8042 0.14371-0.66196 0.72625-2.458-0.72628-3.9152-1.4328 0.81931-2.3967-0.52579-2.1508-1.177 0.0756-0.17314 0.18155-0.20046 0.18155 0.0227 0 0.4562 0.46147 0.78732 0.79283 0.78732 0.57495 0 1.6303-0.64835 1.7188-1.628-1.4813-0.97145-3.9793-0.57873-4.4786 1.2517-0.0756 0.22922-0.34044 0.20804-0.31774-0.0227 0-0.15512 0.0756-1.241 1.1552-1.7881 0.9744-0.48872 0.62035-1.217 0.36314-1.4732-0.10589-0.10668-0.31018-0.0884-0.24208 0.0227 0.37827 0.64833-0.42365 0.94209-1.5395 0.80328-2.3566-0.31471-3.1335 0.56057-3.2591 1.169-0.51442 0.13091-2.5192 1.2544-2.5192 1.6734 0 0.1255 0.12109 0.42441 0.31018 0.51218 0 0-0.0756 0.84865 0.58252 1.4064 2.5033-1.5133 3.2001-0.0983 2.9414 0.90208 0 0-0.44637 0.36314-2.1326 0.3654 0 0 0.0833 0.60826 0.22695 0.78194 0 0-0.38582 0.4857-0.1135 0.93144 0 0 0.86471-0.65138 2.3649-0.58178 0 0 0.9555 1.4599-2.5994 2.1431-3.5632 0.68314-4.689 4.0512-4.689 5.8928 0 0.0909 0 0.14151 0.12109 0.1255 2.8801-0.53636 4.201 2.45 7.9397 2.1111-0.3253-0.87809 0-1.7961 0-1.7961 0.29505 0.78994 1.0009 1.3051 1.5024 1.5773 1.3262-0.29882 2.2015-0.93143 2.402-1.3131 0 0-1.4117-1.1662-0.49172-3.272 0 0 0.88588 1.4038 2.7166 0.64079 0.16634-0.0756 0.12871-0.17855 0-0.21334-2.4799-0.80063-0.86772-2.893-0.71868-3.1012 1.1507 0.64078 2.122-0.20577 2.122-0.95276m-8.0895-7.059c-0.26479 1.249-1.3769 1.4252-2.0547 0.66725 0.0756-0.60067 0.65818-0.74214 2.0547-0.66725m-26.35-20.993c0 0.31773 0.1361 0.59235 0.24209 0.74744 0.21938 0.31244 0.18915 0.48342 0.0833 0.58706-0.0983 0.10449-0.27235 0.13852-0.59009-0.0803-0.15132-0.10969-0.4312-0.24588-0.74138-0.24588-0.53713 0-0.8057 0.35481-0.8057 0.65665 0 0.30413 0.26478 0.65894 0.8057 0.65894 0.31774 0 0.59008-0.13611 0.74138-0.24586 0.31774-0.21864 0.49174-0.18695 0.59009-0.0824 0.10588 0.10449-0.0756 1.1877-0.16633 2.0391-0.89422 0.18695-1.3239 0.902-1.3239 1.3184 0 1.0756 1.1476 1.6947 1.8224 2.055 0.67331-0.36012 1.8232-0.97948 1.8232-2.055 0-0.41608-0.43121-1.1316-1.3216-1.3184-0.1211-0.8514-0.27236-1.935-0.17394-2.0391 0.0983-0.10367 0.27234-0.13611 0.59008 0.0824 0.15132 0.1097 0.43121 0.24586 0.74895 0.24586 0.53714 0 0.8057-0.35481 0.8057-0.65894 0-0.30184-0.26478-0.65665-0.8057-0.65665-0.31774 0-0.59008 0.13611-0.74895 0.24588-0.31774 0.21861-0.48417 0.18375-0.59008 0.0803-0.10589-0.10368-0.13611-0.27462 0.0833-0.58706 0.10589-0.15513 0.2421-0.42971 0.2421-0.74744 0-0.53941-0.35557-0.80601-0.65818-0.80601-0.3026 0-0.65817 0.26706-0.65817 0.80601m0.65817 7.9798c-0.72626 0-1.3103 0.58176-1.3103 1.3077 0 0.72021 0.5901 1.3077 1.3103 1.3077 0.72626 0 1.308-0.58706 1.308-1.3077 0-0.72626-0.58254-1.3077-1.308-1.3077m0 12.594c5.242 0 8.2015 1.0008 8.2015 1.0008 0-2.6475 0-4.1234 1.5297-3.9018-0.83066-2.2258 2.7462-3.1012 2.7462-6.0022 0-1.9082-1.3504-2.1244-1.7483-2.1244-1.1877 0-1.0009 0.77127-2.0124 0.77127-0.1287 0-0.2572-0.0302-0.2572 0.0604 0 0.33363 0.2799 0.90471 0.74894 0.90471 0.62034 0 0.63547-0.61958 1.0909-0.61958 0.20424 0 0.49173 0.16034 0.49173 0.79533 0 1.233-0.80874 2.6021-1.7642 3.659-0.2194-0.30185-0.51444-0.48872-0.87228-0.48872-0.56738 0-1.0599 0.59008-1.0599 1.3158 0 0.26931 0.0756 0.46449 0.14371 0.69144-0.31774 0.17634-0.60521 0.27764-0.81402 0.27764-0.43121 0-1.078-0.17334-1.078-1.1183 0-2.1003 2.8158-3.9499 2.8158-6.6134 0-1.273-0.84882-2.5381-2.6236-2.5381-1.9057 0-1.5509 1.7374-3.1971 1.7374-0.0756 0-0.13612 0.0227-0.13612 0.0906 0 0.10969 0.28748 1.0729 1.1393 1.0729 0.91009 0 1.1688-1.5773 1.9753-1.5773 0.3026 0 0.74896 0.17634 0.74896 1.2463 0 0.83006-0.40853 2.1725-1.0032 3.4588-0.21183-0.21333-0.4993-0.36842-0.82989-0.36842-0.70358 0-1.2142 0.68314-1.2142 1.4972 0 0.51746 0.20427 1.0142 0.55227 1.3425-0.4161 0.53107-0.8405 0.96608-1.417 0.96608-1.137 0-1.6409-0.64835-1.6409-1.3504 0-0.7606 1.3905-1.0382 1.3905-2.2258 0-0.80865-0.52957-1.265-1.0304-1.265-0.5447 0-0.82235 0.36009-0.87834 0.36009-0.0756 0-0.33287-0.36009-0.87755-0.36009-0.50688 0-1.0304 0.45616-1.0304 1.265 0 1.1877 1.3875 1.4652 1.3875 2.2258 0 0.70205-0.4993 1.3504-1.6386 1.3504-0.57497 0-1.0009-0.43501-1.417-0.96608 0.348-0.32833 0.55227-0.82468 0.55227-1.3425 0-0.814-0.50688-1.4972-1.2112-1.4972-0.3253 0-0.62034 0.15513-0.82989 0.36842-0.59008-1.2863-1.0039-2.6288-1.0039-3.4588 0-1.0702 0.45391-1.2463 0.75651-1.2463 0.80571 0 1.0622 1.5773 1.9776 1.5773 0.8511 0 1.137-0.96344 1.137-1.0729 0-0.0681-0.0756-0.0906-0.13611-0.0906-1.6492 0-1.2944-1.7374-3.1971-1.7374-1.7748 0-2.6236 1.2651-2.6236 2.5381 0 2.6635 2.8181 4.513 2.8181 6.6134 0 0.94483-0.65062 1.1183-1.0811 1.1183-0.21183 0-0.49174-0.10128-0.81401-0.27764 0.0983-0.22695 0.14371-0.42137 0.14371-0.69144 0-0.72628-0.49929-1.3158-1.0591-1.3158-0.35557 0-0.65061 0.18695-0.87303 0.48872-0.95548-1.0569-1.7612-2.426-1.7612-3.659 0-0.63548 0.28748-0.79533 0.48418-0.79533 0.46147 0 0.4766 0.61958 1.0939 0.61958 0.46147 0 0.74896-0.57116 0.74896-0.90471 0-0.0908-0.12871-0.0604-0.25721-0.0604-1.0115 0-0.82537-0.77127-2.0101-0.77127-0.40097 0-1.7506 0.21638-1.7506 2.1244 0 2.901 3.5761 3.7764 2.7462 6.0022 1.5183-0.22166 1.5002 1.2544 1.5289 3.9018 0 0 2.9572-1.0008 8.2015-1.0008m-9.6131 3.9125c-1.4276 0.31246-2.4496 0.60824-2.9088 0.74745 0-0.6302 0.26478-1.2143 0.82462-1.3425 0.0756-0.016 0.0906-0.11509 0-0.16033-1.2732-0.84337-1.9541 0.77393-1.9753 0.82734-0.45391-0.0379-1.137 0.10669-1.137 0.71492 0 1.8228-4.1654 2.8343-5.1322 2.9811 1.7006 0.65668 2.4103 2.8023 2.4103 2.8023 1.2354-1.2357 2.6796-2.3246 2.9996-2.3246 0.3253 0 0.45391 0.41079 0.47661 0.65665 8e-3 0.0803 0.0833 0.10669 0.13612 0.0379 0.64304-0.9661 0.33286-1.185 0.27991-1.4678-0.0756-0.22393 0-1.0676 0.96608-0.9688v12.157l-0.48417 0.0983c-0.22697 0.0379-2.0018-1.4758-4.0353-2.8824-2.0366-1.4065-3.1305-0.56285-5.4523 0.69373-3.0374 1.6413-6.1089 0.14913-6.1089 0.14913-2.6183 1.8735-3.5095 7.2833-3.5095 7.2833-0.522 0.22393-1.3882 0.45921-2.2075 0.45921-1.9987 0-2.3672-1.209-2.3672-1.9349 0-3.0853 3.8643-4.4089 3.8643-7.4488 0-0.73912-0.34044-3.7417-4.0534-3.7417-0.47661 0-3.3098-6e-3 -3.3227-6e-3 -1.3905 0-1.7377-1.0008-1.9299-1.3825-0.0756-0.14972-0.21939-0.0604-0.15893 0.0531 0.10589 0.25647-0.15892 0.64304-0.15892 1.4171 0 1.2331 0.72626 1.9776 2.0766 1.9776 0.61279 0 1.193-0.17634 1.3799-0.28823 0.1211-0.0756 0.18915 0.0454 0.13611 0.11509-0.59008 0.68842-0.63548 1.975-0.39338 2.2872 0.0756 0.0803 0.1285 0.0604 0.14372-6e-3 0.3253-1.3051 1.5509-2.5354 3.1948-2.5354 2.0154 0 2.0048 1.7107 2.0048 2.1244 0 2.4767-4.3477 4.2942-4.3477 7.6996 0 3.4508 3.648 4.1901 5.7617 3.643-0.12851 3.4562-4.0807 4.6332-4.2002 2.1645 0-0.1203-0.0908-0.14672-0.15892 8e-3 -0.49931 1.2197-0.30261 2.2951 1.2384 2.6394 0.10589 0.0226 0.0756 0.0824-0.0756 0.14372-1.5236 0.97145-0.69599 4.7799-0.62035 5.9008 0.11349 1.6174-1.4919 1.4252-1.6227 1.3772-0.0756-0.0302-0.12851 8e-3 0 0.13612 1.1393 1.3958 2.5457 0.1203 2.5457 0.1203 1.0622 0.33361 0.40097 1.2383-0.3026 1.7134-0.1135 0.0803-0.0983 0.15212 0 0.15732 0.15892 8e-3 1.8036 0.14973 2.0971-1.1636 0.72626 0.87007 1.799 0.55225 2.026 0.43802 0.31774-0.16034 1.8573-0.71795 2.0094 1.0115 0 0.12551 0.0833 0.0454 0.13611-0.0226 1.1666-1.4626-0.0833-2.3646-0.77696-2.474 0.0756-0.0803 0.99029-0.8567 1.8308 0.21862 0.0756 0.0756 0.10588 0.0876 0.12109-0.0604 0.0983-1.8549-1.417-2.0283-2.3936-1.2197-0.0756-0.18676-0.3707-1.2357 1.1045-1.1983 0 0 0.10589-0.0531 0-0.12549-1.1476-1.209-2.0903-0.1097-2.3089 0.15732-0.51444 0.59766-1.7831 0.35783-1.9004 0.34423 0.40095-6.4586 6.0877-4.1714 6.87-7.3099 0-0.16573 0.11348-0.10448 0.1287-0.0379 0.21183 0.76599 2.1478 0.8701 2.5003-0.63774 0-0.0931 0-0.16573-0.0756-0.0991-1.6462 1.6493-5.3562-3.4962-0.29504-7.673 4.3212-3.5656 8.1939-1.5773 9.6669-0.40549 0.0756 0.51518-0.22697 0.68313-0.42367 0.7444-0.0756 0.0227-0.0908 0.0884 0 0.13092 0.4161 0.15732 0.99333 0.10968 1.2649-0.27463 0.92902 0.64607 0.13612 1.4626-0.24208 1.6867-0.0908 0.0604-0.0756 0.1255 0 0.14151 0.85108 0.15212 1.5531-0.71795 1.5879-1.2197l0.14372 0.0824v3.6697c0 5.223 6.0287 5.9488 12.645 10.379 6.6166-4.4304 12.642-5.1562 12.642-10.379v-3.6697l0.14371-0.0824c0 0.50159 0.73384 1.3717 1.5857 1.2197 0.0833-0.016 0.12111-0.0771 0-0.14151-0.37069-0.22393-1.1688-1.0408-0.24208-1.6867 0.27235 0.38431 0.8541 0.43273 1.2649 0.27463 0.10589-0.0454 0.0908-0.1097 0-0.13092-0.19676-0.0604-0.50687-0.22922-0.42364-0.7444 1.4707-1.1716 5.3456-3.1599 9.6668 0.40549 5.0596 4.1768 1.3504 9.3222-0.29503 7.673-0.0756-0.0681-0.0756 6e-3 -0.0756 0.0991 0.35557 1.5079 2.2847 1.4038 2.498 0.63774 0-0.0604 0.0908-0.1255 0.1285 0.0379 0.7815 3.1385 6.4721 0.85132 6.8692 7.3099-0.11349 0.016-1.3875 0.25343-1.8974-0.34423-0.21939-0.26706-1.1635-1.3665-2.3112-0.15732-0.0756 0.0756-6e-3 0.12549 0 0.12549 1.479-0.0379 1.1529 1.0115 1.1053 1.1983-0.97665-0.80865-2.4905-0.63549-2.3914 1.2197 0 0.14672 0.0756 0.13091 0.12111 0.0604 0.83745-1.0755 1.7718-0.29882 1.8277-0.21862-0.69601 0.1097-1.9397 1.0115-0.77619 2.474 0.0756 0.0681 0.1211 0.14672 0.13612 0.0226 0.15132-1.7294 1.6946-1.1716 2.0124-1.0115 0.22695 0.11509 1.2944 0.43197 2.026-0.43802 0.28749 1.3131 1.9375 1.1743 2.0971 1.1636 0.1211-6e-3 0.12871-0.0773 0-0.15732-0.71113-0.47509-1.3693-1.3798-0.31017-1.7134 0 0 1.4094 1.2757 2.5465-0.1203 0.0983-0.12551 0-0.16274 0-0.13612-0.13611 0.0454-1.74 0.24058-1.6258-1.3772 0.0756-1.1209 0.90254-4.9294-0.62035-5.9008-0.0983-0.0604-0.14372-0.1203-0.0756-0.14372 1.5395-0.34422 1.74-1.4198 1.2384-2.6394-0.0756-0.15513-0.15132-0.12791-0.15893-8e-3 -0.12109 2.4687-4.0784 1.2917-4.204-2.1645 2.1137 0.54697 5.7624-0.19215 5.7624-3.643 0-3.4054-4.3477-5.2229-4.3477-7.6996 0-0.41383 0-2.1244 2.004-2.1244 1.644 0 2.8665 1.2303 3.1948 2.5354 0 0.0604 0.0833 0.0854 0.14372 6e-3 0.24207-0.31243 0.19676-1.5986-0.3934-2.2872-0.0756-0.0681 8e-3 -0.18695 0.13611-0.11509 0.18915 0.11189 0.76559 0.28823 1.3799 0.28823 1.3504 0 2.0759-0.74442 2.0759-1.9776 0-0.77391-0.26478-1.1609-0.15893-1.4171 0.0756-0.1173-0.0906-0.20275-0.16633-0.0531-0.19676 0.38129-0.54469 1.3825-1.9322 1.3825 0 0-2.8476 6e-3 -3.3257 6e-3 -3.7123 0-4.0512 3.0024-4.0512 3.7417 0 3.0399 3.8643 4.3635 3.8643 7.4488 0 0.7255-0.3707 1.9349-2.3672 1.9349-0.81931 0-1.684-0.23528-2.2045-0.45921 0 0-0.89119-5.4097-3.5118-7.2833 0 0-3.0722 1.4919-6.1089-0.14913-2.3225-1.257-3.4164-2.1004-5.453-0.69373-2.0335 1.4065-3.8106 2.9197-4.0323 2.8824l-0.49174-0.0983v-12.157c0.94491-0.0991 1.0115 0.74442 0.9691 0.9688-0.0756 0.28293-0.36313 0.50157 0.28749 1.4678 0.0756 0.0681 0.1287 0.0454 0.1287-0.0379 0-0.24586 0.15132-0.65665 0.4766-0.65665 0.31774 0 1.7642 1.0889 2.9996 2.3246 0 0 0.71111-2.1457 2.4133-2.8023-0.96911-0.14672-5.1353-1.1582-5.1353-2.9811 0-0.60823-0.68843-0.74971-1.137-0.71492 0-0.0529-0.70356-1.6707-1.9723-0.82734-0.0756 0.0454-0.0756 0.14152 0 0.16033 0.55982 0.12791 0.80268 0.71264 0.82688 1.3425-1.2173-0.3707-6.3888-1.8228-12.525-1.8228-2.9784 0-5.7216 0.34422-7.9019 0.73687v4.2141h-1.7112zm-11.318 43.171c-0.45391-0.18156-0.75652-0.47282-0.75652-1.0676v-2.6155c-0.74895-0.26705-2.7999-1.0488-6.8882-1.0488-3.4006 0-4.465 0.76596-4.5134 1.0382l-0.90481 4.9828s1.3776-1.257 6.3071-0.93416c5.9349 0.376 12.087 3.8779 12.087 0.14672v-2.1991c-4.6549 0-5.335 1.4786-5.335 1.6974m36.529-1.6974v2.1991c0 3.731 6.1513 0.22923 12.089-0.14672 4.9272-0.32302 6.3041 0.93416 6.3041 0.93416l-0.9048-4.9828c-0.0756-0.27234-1.1128-1.0382-4.5127-1.0382-4.089 0-6.1384 0.78193-6.8859 1.0488v2.6155c0 0.59539-0.30261 0.88612-0.75652 1.0676 0-0.21864-0.68088-1.6974-5.335-1.6974m-15.597-2.2632c9.5602 0 19.266 0.50156 20.537 1.9456 0.0983 0.1151 0.14371-6e-3 0.14371-0.0908l4e-3 -5.0654c0-1.4812-10.016-2.3405-20.684-2.3405-10.667 0-20.68 0.85931-20.68 2.3405l2e-3 5.0654c0 0.0854 0.0756 0.20579 0.14372 0.0908 1.2702-1.4438 10.977-1.9456 20.537-1.9456m-8.5268-23.889-0.96608-0.25117-0.0833 0.1203-1.1234-0.48872s0.82764-6e-3 1.0032-8e-3c0.0908 0 0.0983-0.0604 0.0756-0.10448-0.45391-0.44863-0.85639-0.84073-0.85639-0.84073s0.45392 0.16794 1.1076 0.4108c0.0756 0.0302 0.0983-0.0302 0.0756-0.0771-0.31017-0.46453-0.74138-1.0836-0.74138-1.0836s0.9048 0.60296 1.0864 0.72853c0.0756 0.0454 0.10589 0 0.0833-0.0529-0.24207-0.60069-0.51444-1.2731-0.51444-1.2731l0.99029 0.93413c0.0756 0.0379 0.0983 0.0227 0.0833-0.0454-0.0983-0.44862-0.27233-1.2704-0.27233-1.2704l0.72625 1.0622c0.0756 0.0604 0.0983 0.0454 0.0983-0.0302 4e-3 -0.20803 0-1.161 0-1.161s0.31017 0.70431 0.46149 1.0622c0 0.0756 0.0909 0.0803 0.12871-0.016 0.0756-0.1151 0.37068-0.89671 0.37068-0.89671l0.0756 1.2116-0.15893 0.0302-0.20427 1.4546c1.4442-0.33892 3.2425-2.805 4.6201-2.805 1.6409 0 2.2393 1.9242 5.2737 0.95004 0.7656 1.1316 1.0326 2.1164 1.3284 3.4829 1.1719 1.0995 2.8158 0.73382 2.8158-0.43274 0-1.5746-1.7135-1.8735-1.7135-3.5149 0-0.72854 0.51444-1.7827 1.914-1.7827 0.74139 0 1.8255 0.31775 2.4496 0.31775 0.7414 0 0.89951-0.53638 0.98271-0.75797 0.0756-0.16794 0.27237-0.11189 0.24967 0.016 0 0.15514 0.0833 0.36845 0.0833 0.72023 0 1.0382-1.5078 1.1744-1.6946 1.0435-0.0833-0.0531-0.13612 0.0302-0.0833 0.0756 0.22696 0.18374 0.17394 0.80327-0.0909 1.1956 0 0.0454-0.0756 0.0379-0.0833-6e-3 -0.16654-0.74214-1.0326-1.6573-1.8013-1.6573-0.27991 0-0.84353 0.16032-0.84353 0.8113 0 0.93414 1.8686 1.7828 1.8686 3.7177 0 2.0124-1.9912 2.4928-3.9929 1.991 0.0756 1.9029 2.9088 3.0344 2.9762 1.6733 2e-3 -0.0931 0.0756-0.0379 0.0833 6e-3 0.42366 0.5795 0.22697 1.0222-0.31017 1.2464 0.49175 0.22392 0.58252 1.225 0.72625 1.8175 0.21941 0.89671 1.1666 0.40323 1.2142 0.37599 0.0756-0.0302 0.0756-6e-3 0.0756 0.0531-0.36312 0.93142-1.3133 0.57648-1.3133 0.57648-0.4993 0.3548 0.10589 0.66724 0.55982 0.80327 0.0756 0.0227 0.0756 0.0681 0 0.0884-0.34044 0.1255-1.0516 0.3495-1.3988-0.24814-0.25723 0.61885-0.78452 0.59764-0.99028 0.59764-0.36315 0-0.60522 0.37601-0.52202 0.87538 0 0.0454 0 0.0604-0.0756 0.0302-0.87303-0.57873-0.37069-1.257 0-1.4278-0.0756-0.0379-0.66574-0.28822-0.91766 0.41609 0 0.0604-0.0756 0.0604-0.0756 6e-3 -0.37824-1.0116 0.44637-1.3077 1.0493-1.0516-0.0756-0.14151-0.35555-0.63774-1.1454-0.4804 0 8e-3 -0.0756-6e-3 0-0.0531 0.1287-0.31245 0.522-0.77135 1.2362-0.30714 0.36313 0.22922 0.99557-0.1045 1.0516-0.13092-1.2702-2.5327-3.7418-0.41079-4.294-2.3966 0-0.0454-0.0756-0.0803-0.0906 0.0302-0.1361 0.42139-1.2112 0.45089-1.4094-0.38203 0-0.0604 0-0.0756 0.0756-0.0302 0.15893 0.16273 0.49932 0.30184 0.94264-0.33892 0.29504-0.42744 0.33287-0.99551 0.33287-1.3798 0-1.5372-1.5373-4.1233-3.9339-4.1233-1.5153 0-3.1464 0.59234-4.3553 1.4732l1.1265 0.25647c-0.10589 1.1423-1.2014 1.8042-2.2075 1.524l0.17394-1.3051c-0.17394 0.0604-0.61278 0.21334-0.85184 0.54697 0 0.0302-0.0756 0.0226-0.0756-8e-3 -0.20425-0.73382 0.40097-1.1103 0.5901-1.2037v-0.0302c-0.5447-0.0226-0.85411 0.37904-0.9396 0.52049 0 0.0227 0 0.016-0.0756-6e-3 -0.0756-0.1361-0.13612-0.5152 0.11349-0.78732m3.3438 8.7992c-0.43123 0.52578-0.80872 0.0302-1.3739 0.0302-0.53712 0-0.62035 0.44332-0.63548 0.61883-4e-3 0.0302 0 0.0454-0.0756 8e-3 -0.60521-0.82468 0.0756-1.273 0.46149-1.3291-0.0756-0.0604-0.65062-0.4592-1.0274 0.0878 0 0.0454-0.0756 0.0227-0.0756-0.0302 0-1.0222 0.79282-1.0942 1.3262-0.64607 0.0983-0.38432-0.15133-0.64608-0.58254-0.66727-0.0756 0-0.0756-0.0302-0.0756-0.0529 0.18155-0.19516 0.35557-0.28296 0.53712-0.28296 0.56741 0 0.64305 0.72021 1.0145 0.72021 0.55982 0 1.3451-0.75273 1.42-0.83533 0-0.0379-0.5447-1.4839-0.44637-2.3512 6e-3 -0.0379 0-0.0379 0-0.0226-0.27233 0.14972-0.95321 0.14371-0.95321-0.69374 0-0.0681 0-0.0756 0.0756-0.0226 0.29504 0.41608 0.78754-0.0531 1.0304-0.32305 0.26477-0.29126 1.6651-2.3352 3.536-2.3352 0.40854 0 0.9449 0.22392 1.3724 0.52048-0.64305 0.7873-6e-3 1.5426 0.4766 1.4438 0.0756-8e-3 0.0756 0.0454 0 0.0604-2.4746 0.92606-3.5791 1.3024-3.5791 3.3708 0 1.0862 0.37071 1.684 1.0032 1.5426 0.0756-0.016 0.0756 6e-3 0 0.0454-0.22697 0.27765-0.49174 0.36539-0.71871 0.36539-0.51441 0-0.60521-0.28295-0.88057-0.28295-0.2875 0-1.2067 0.54168-1.2067 0.99551 0 0.17314 0.10589 0.40854 0.43878 0.62187v0.0302c-0.20424 0.0379-0.93657 0.10428-1.1075-0.5901m6.5174-20.147c-0.77392-0.0454-1.2702 0.1255-1.246 0.37372 0.37825 0.39793 0.87755 0.35253 1.246-0.37372m-2.8559 1.9135c0.54469-0.13612 1.1476-0.0756 1.212-0.0531 0.0908 0.0302 0.0833 0.15734 0 0.17094-1.1393 0.14672-1.193 0.66953-1.9185 0.66953-0.47661 0-0.99786-0.48039-0.80344-1.193 0-0.0908 0.0983-0.0931 0.1135-8e-3 0.0756 0.30716 0.51444 0.64077 1.4064 0.4108m-14.793 25.266c0.75652 0.96345 1.4782 0.0531 2.4685 0.0531 0.48418 0 1.0728 0.16273 1.1847 1.1315 4e-3 0.0531 0.0756 0.0681 0.0908 0 1.078-1.4758-0.15133-2.3032-0.85942-2.4126 0.15132-0.13612 1.2089-0.78733 1.8792 0.17093 0 0.0531 0.10589 0.0379 0.10589-0.0379 0-1.8655-1.3981-1.9963-2.4126-1.1876-0.18915-0.72324 0.35557-1.2036 1.0652-1.2036 0.0833 0 0.11349-0.0604 0.0756-0.10969-1.249-1.3398-2.1856 0.34422-2.3967 0.61354-0.4993 0.66196-2.2839-0.58177-2.9966-1.3291 0 0 1.5774-1.652 1.5774-3.1626v-0.26706c0-0.0454 0-0.0681 0.0756-0.0379 0.15893 0.0876 0.37827 0.15513 0.58254 0.14972 0.36311 0 1.041-0.11509 1.041-1.3958 0-0.0931-0.0756-0.0884-0.0833-0.0302-0.18915 0.27235-0.3934 0.32833-0.55227 0.32833-1.2755 0-3.9339-4.2488-7.0697-4.2488-0.81931 0-2.3702 0.59538-3.1517 1.4385 0.37827 0.22392 0.45391 0.68313 0.40852 1.0221-0.0756 0.53638-0.48418 0.80336-0.92067 0.9288-0.0833 0.016-0.0833 0.0756 0 0.10968 1.5826 0.60296 4.462 1.6948 5.1164 2.2579 0.7762 0.66724 0.62791 1.9322 0.17394 3.6777-0.43121 1.6733-1.361 1.4438-1.7022 1.3931-0.0756-8e-3 -0.0756 0.0227 0 0.0604 0.40852 0.51747 0.9048 0.68843 1.3315 0.68843 0.82235 0 1.1287-0.5099 1.5562-0.5099 0.71871 0 2.2174 1.0275 2.2174 1.8068 0 0.44029-0.348 0.83533-0.78452 1.1209v0.0604c0.34044 0.0529 1.7453 0.17635 2.0176-1.0835m34.647 1.0835c0.0756-6e-3 0.0756-0.0454 0-0.0604-0.44634-0.28598-0.78753-0.68088-0.78753-1.1209 0-0.7793 1.5002-1.8068 2.2181-1.8068 0.42366 0 0.73384 0.5099 1.5554 0.5099 0.42366 0 0.92069-0.17094 1.3322-0.68843v-0.0604c-0.34044 0.0531-1.2702 0.27991-1.7029-1.3931-0.44634-1.7455-0.59766-3.0104 0.17395-3.6777 0.65061-0.56287 3.5337-1.6547 5.1186-2.2579 0.0833-0.0379 0.0756-0.0931 0-0.10968-0.43879-0.1257-0.86471-0.39264-0.92295-0.9288-0.0756-0.33892 0-0.79797 0.40852-1.0221-0.78225-0.84338-2.3354-1.4385-3.1517-1.4385-3.1366 0-5.7973 4.2488-7.0697 4.2488-0.15893 0-0.36313-0.0531-0.55227-0.32833-0.0756-0.0531-0.0833-0.0604-0.0833 0.0302 0 1.281 0.68085 1.3958 1.041 1.3958 0.20427 6e-3 0.42365-0.0604 0.58252-0.14972 0.0756-0.0302 0.0756-6e-3 0.0756 0.0379v0.26706c0 1.5106 1.5796 3.1626 1.5796 3.1626-0.71112 0.74744-2.5003 1.991-2.9996 1.3291-0.21183-0.26932-1.1476-1.9536-2.3967-0.61354-0.0756 0.0531 0 0.10969 0.0756 0.10969 0.70357 0 1.252 0.4804 1.0622 1.2036-1.0115-0.80866-2.4095-0.67785-2.4095 1.1876 0 0.0756 0.0756 0.0908 0.10589 0.0379 0.66574-0.95812 1.7218-0.30714 1.8739-0.17093-0.70358 0.10968-1.9352 0.93678-0.85412 2.4126 0.0756 0.0681 0.0833 0.0531 0.0908 0 0.10589-0.9688 0.69599-1.1315 1.1817-1.1315 0.99029 0 1.7135 0.90739 2.4693-0.0531 0.27234 1.2597 1.6757 1.1396 2.0176 1.0835m-25.376-24.507c-0.0983 0.13611-0.43123-6e-3 -0.55226-0.0604v0.0227c0.0833 0.17854 0.40096 0.70961 0.87001 0.70961 0.21181 0 0.52198-0.1255 0.61277-0.26932 0 0 1.8474 0.60067 2.7598 0.85139-0.35558 0.47207-0.57495 1.0408-0.62035 1.66-0.73382-0.45391-3.6835-2.0336-3.6835-2.0336l-0.9154 1.249c-0.15132 0.20577-0.88058-0.3253-0.72626-0.53638l0.69601-0.95278c-0.22696-0.24585-0.78754-0.0908-0.93659-0.0454 0 6e-3 -0.0756-6e-3 0-0.0379 0.0909-0.18916 0.43879-0.76599 1.3028-0.50688 4e-3 -0.52881-0.78754-0.35783-0.99257-0.30184v-0.0302c0.21183-0.22923 0.85336-0.74745 1.5743-0.32305l0.31017-0.42968-0.63548-0.66425 0.3934-0.54468 0.44635 0.59765 3.4028-4.6598c0.0833-0.11189 0.75651-0.30941 1.0115-0.36314 0 0.25874 0.0756 0.95807 0 1.0728l-3.3438 4.6998 0.70357 0.23225-0.3934 0.54697-0.83292-0.3896zm11.927-0.76068c0 0.42667 0.26478 1.0516 0.8352 0.87271 0-0.016 0.0756-6e-3 0.0756 0.0226-0.0908 0.47511-0.93658 0.9101-1.3269 0.34725-0.34044 0.72853-0.26479 1.4092 0.47661 1.8094 0.0756 0.0227 0.0756 0.0756 0 0.10969-0.4388 0.32305-1.131 0.25116-1.454-0.37069-0.61277 0.4592-0.522 1.4385-0.15132 1.7721 0 6e-3 -1.687 1.0062-3.2213 0.29126-1.0168-0.4887-1.8444-1.1103-3.1547-1.0088 0.18156-1.8361 1.1023-2.3219 2.7916-2.5861 1.3474-0.21864 1.5214-0.83809 1.3292-1.3078-0.46147-0.1225-1.2997 0.29885-1.2997 0.29885-0.15132-0.25117 0.0756-0.5152 0.0756-0.5152-0.0833-0.10149-0.12111-0.44031-0.12111-0.44031 0.94188 0 1.1098-0.20805 1.1098-0.20805 0.16653-0.9821-0.83218-1.0862-1.5955-0.55755-0.35558-0.31244-0.29505-0.73156-0.29505-0.73156-0.10589-0.0529-0.17394-0.21636-0.17394-0.28521 0-0.23226 1.1204-0.86205 1.4086-0.93679 0.0756-0.3253 0.4766-0.77665 1.6681-0.66953 0.14372-0.31471-0.0909-1.4625-0.23451-1.7747-0.0756-0.0931 0-0.14371 0.1287-0.0803 0.41608 0.26404 0.82688 1.2331 1.1098 1.2518 0 0 1.3375-0.70205 1.4011-0.66196 0.0756 0.0379 0.25724 1.5292 0.25724 1.5292 0.17393 0.21864 1.2089 6e-3 1.6606 0.19756 0.11349 0.0529 0.10589 0.13312 8e-3 0.14973-0.34044 0.0531-1.4139 0.52048-1.5902 0.8193 0.62034 0.92342 0.3253 2.2872 0.3253 2.6635" fill="#fff"/>
|
|
6
|
-
</svg>
|
|
@@ -1,26 +0,0 @@
|
|
|
1
|
-
type Subscription<TData> = (data: TData, previousData?: TData) => void;
|
|
2
|
-
|
|
3
|
-
export class Subject<TData> {
|
|
4
|
-
private subscriptions: Subscription<TData>[] = [];
|
|
5
|
-
public data: TData;
|
|
6
|
-
|
|
7
|
-
public constructor(initialData?: TData) {
|
|
8
|
-
this.data = initialData;
|
|
9
|
-
}
|
|
10
|
-
|
|
11
|
-
public next(data: TData) {
|
|
12
|
-
const previousData = this.data;
|
|
13
|
-
this.data = data;
|
|
14
|
-
this.subscriptions.forEach((subscription) => {
|
|
15
|
-
subscription(data, previousData);
|
|
16
|
-
});
|
|
17
|
-
}
|
|
18
|
-
|
|
19
|
-
public subscribe(subscription: Subscription<TData>): () => void {
|
|
20
|
-
this.subscriptions.push(subscription);
|
|
21
|
-
|
|
22
|
-
return () => {
|
|
23
|
-
this.subscriptions = this.subscriptions.filter(x => x !== subscription);
|
|
24
|
-
};
|
|
25
|
-
}
|
|
26
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './Subject';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
import type { HasCellDataFn } from '../../models/table';
|
|
2
|
-
import { EventBusAbstract } from '../abstracts/EventBusAbstract';
|
|
3
|
-
|
|
4
|
-
export type TableEvent = {
|
|
5
|
-
columnVisibilityChange: string[];
|
|
6
|
-
columnOrderChange: string[];
|
|
7
|
-
openColumnsEditorDialog: HasCellDataFn<unknown>;
|
|
8
|
-
reset: void;
|
|
9
|
-
destroy: void;
|
|
10
|
-
};
|
|
11
|
-
|
|
12
|
-
export class TableEventBus extends EventBusAbstract<TableEvent> {
|
|
13
|
-
|
|
14
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './TableEventBus';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import { StringUtil } from '../../../utils/StringUtil';
|
|
2
|
-
|
|
3
|
-
type ListenerCallback = ((payload: unknown) => void);
|
|
4
|
-
|
|
5
|
-
// eslint-disable-next-line @typescript-eslint/no-empty-object-type
|
|
6
|
-
export abstract class EventBusAbstract<T extends {}> {
|
|
7
|
-
private readonly listeners: Partial<Record<keyof T, Map<string, ListenerCallback>>> = {};
|
|
8
|
-
|
|
9
|
-
public addEventListener<TEventName extends keyof T>(eventName: TEventName, callback: (payload: T[TEventName]) => void): () => void {
|
|
10
|
-
const id = StringUtil.createUuid();
|
|
11
|
-
|
|
12
|
-
this.listeners[eventName] = this.listeners[eventName] || new Map();
|
|
13
|
-
this.listeners[eventName].set(id, callback as ListenerCallback);
|
|
14
|
-
|
|
15
|
-
return () => {
|
|
16
|
-
if (!this.listeners[eventName]) {
|
|
17
|
-
return;
|
|
18
|
-
}
|
|
19
|
-
this.listeners[eventName].delete(id);
|
|
20
|
-
};
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
public emit<TEventName extends keyof T>(eventName: TEventName, payload?: T[TEventName]): void {
|
|
24
|
-
this.listeners[eventName]?.forEach((callback) => callback(payload));
|
|
25
|
-
}
|
|
26
|
-
|
|
27
|
-
public destroy(): void {
|
|
28
|
-
// clean up all listeners
|
|
29
|
-
Object.keys(this.listeners).forEach((eventName) => {
|
|
30
|
-
try {
|
|
31
|
-
delete this.listeners[eventName as keyof T];
|
|
32
|
-
} catch {
|
|
33
|
-
// ignore
|
|
34
|
-
}
|
|
35
|
-
});
|
|
36
|
-
}
|
|
37
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './EventBusAbstract';
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
export enum FILTER_MODE {
|
|
2
|
-
BACKEND = 'BACKEND',
|
|
3
|
-
FRONTEND = 'FRONTEND',
|
|
4
|
-
}
|
|
5
|
-
|
|
6
|
-
export const DEFAULT_FILTER_GROUP = 'DEFAULT';
|
|
7
|
-
|
|
8
|
-
export interface FilterAbstractKwArgs {
|
|
9
|
-
id: string;
|
|
10
|
-
label: string;
|
|
11
|
-
filterMode: FILTER_MODE;
|
|
12
|
-
filterPriority: string;
|
|
13
|
-
filterDimensionId?: string;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
export abstract class FilterAbstract<TFilterValue> {
|
|
17
|
-
public initialFilterValue: TFilterValue;
|
|
18
|
-
public filterValue: TFilterValue;
|
|
19
|
-
public label: string;
|
|
20
|
-
public id: string;
|
|
21
|
-
public filterMode: FILTER_MODE;
|
|
22
|
-
public filterPriority: string;
|
|
23
|
-
public filterDimensionId: string;
|
|
24
|
-
|
|
25
|
-
public constructor(kwArgs: FilterAbstractKwArgs) {
|
|
26
|
-
this.id = kwArgs.id;
|
|
27
|
-
this.label = kwArgs.label;
|
|
28
|
-
this.filterMode = kwArgs.filterMode;
|
|
29
|
-
this.filterPriority = kwArgs.filterPriority;
|
|
30
|
-
this.filterDimensionId = kwArgs.filterDimensionId ?? null;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
public setFilterValue(value: unknown): void {
|
|
34
|
-
this.filterValue = value as TFilterValue;
|
|
35
|
-
}
|
|
36
|
-
|
|
37
|
-
public isInitialFilterValue(value?: unknown): boolean {
|
|
38
|
-
const usedValue = value !== undefined ? value : this.filterValue;
|
|
39
|
-
return JSON.stringify(usedValue) === JSON.stringify(this.initialFilterValue);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
public fromURLSearchParameterValue(searchParameterValue: string): TFilterValue {
|
|
43
|
-
try {
|
|
44
|
-
return JSON.parse(searchParameterValue) as TFilterValue;
|
|
45
|
-
} catch (error) {
|
|
46
|
-
console.error('Error parsing search parameter value:', error);
|
|
47
|
-
return null;
|
|
48
|
-
}
|
|
49
|
-
}
|
|
50
|
-
|
|
51
|
-
public toURLSearchParameterValue(): string {
|
|
52
|
-
return JSON.stringify(this.filterValue);
|
|
53
|
-
}
|
|
54
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './FilterAbstract';
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
import type { Subject } from '../../Subject';
|
|
2
|
-
|
|
3
|
-
export abstract class SubscribableAbstract<TSubjectData> {
|
|
4
|
-
protected readonly subject: Subject<TSubjectData>;
|
|
5
|
-
protected constructor(subject: Subject<TSubjectData>) {
|
|
6
|
-
this.subject = subject;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
|
-
public subscribe(callback: (data: TSubjectData, previousData?: TSubjectData) => void): () => void {
|
|
10
|
-
return this.subject.subscribe(callback);
|
|
11
|
-
}
|
|
12
|
-
|
|
13
|
-
public get data(): TSubjectData {
|
|
14
|
-
return this.subject.data;
|
|
15
|
-
}
|
|
16
|
-
|
|
17
|
-
public next(data: TSubjectData): void {
|
|
18
|
-
return this.subject.next(data);
|
|
19
|
-
}
|
|
20
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './SubscribableAbstract';
|
|
@@ -1,11 +0,0 @@
|
|
|
1
|
-
import type { CaseBatchUploadResult } from '../../api';
|
|
2
|
-
|
|
3
|
-
export class UploadError extends Error {
|
|
4
|
-
public caseBatchUploadResult: CaseBatchUploadResult;
|
|
5
|
-
|
|
6
|
-
public constructor(message: string, caseBatchUploadResult: CaseBatchUploadResult) {
|
|
7
|
-
super(message);
|
|
8
|
-
this.name = 'UploadError';
|
|
9
|
-
this.caseBatchUploadResult = caseBatchUploadResult;
|
|
10
|
-
}
|
|
11
|
-
}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './UploadError';
|
|
@@ -1,31 +0,0 @@
|
|
|
1
|
-
import type { TFunction } from 'i18next';
|
|
2
|
-
|
|
3
|
-
import type { FiltersInner } from '../../api';
|
|
4
|
-
import { FilterAbstract } from '../abstracts/FilterAbstract';
|
|
5
|
-
import type { Filter } from '../../models/filter';
|
|
6
|
-
|
|
7
|
-
export class BooleanFilter extends FilterAbstract<boolean> implements Filter<boolean, boolean> {
|
|
8
|
-
public initialFilterValue: boolean = null;
|
|
9
|
-
public filterValue: boolean = null;
|
|
10
|
-
|
|
11
|
-
public matchRowValue(rowValue: boolean): boolean {
|
|
12
|
-
if (this.filterValue === null || this.filterValue === undefined) {
|
|
13
|
-
return true;
|
|
14
|
-
}
|
|
15
|
-
|
|
16
|
-
if (rowValue === null || rowValue === undefined) {
|
|
17
|
-
return false;
|
|
18
|
-
}
|
|
19
|
-
|
|
20
|
-
return rowValue === this.filterValue;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
public getPresentationValue(value?: unknown, t?: TFunction<'translation', undefined>): string {
|
|
24
|
-
const usedValue = value as string ?? this.filterValue;
|
|
25
|
-
return usedValue ? t('Yes') : t('No');
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
public toBackendFilter(): FiltersInner {
|
|
29
|
-
throw new Error('Not implemented');
|
|
30
|
-
}
|
|
31
|
-
}
|