diff --git a/.circleci/config.yml b/.circleci/config.yml index 0b8afb0..1753ac1 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -3,21 +3,21 @@ jobs: build: working_directory: ~/sunbird-pdf-player docker: - - image: circleci/node:14.18.2-browsers + - image: cimg/node:20.11.0-browsers steps: - checkout: path: ~/sunbird-pdf-player - run: name: Show current branch command: echo ${CIRCLE_BRANCH} + - run: + name: add chromium + command: npm i puppeteer --legacy-peer-deps - run: environment: NG_CLI_ANALYTICS: "ci" - command: npm install - - run: cd projects/sunbird-pdf-player && sudo npm install - - run: - name: Node install - command: sudo npm install + command: npm install --legacy-peer-deps + - run: cd projects/sunbird-pdf-player && npm install && npx audit-ci@^6 --config ./audit-ci.jsonc - run: name: Linting command: npm run lint diff --git a/.eslintignore b/.eslintignore new file mode 100644 index 0000000..600e365 --- /dev/null +++ b/.eslintignore @@ -0,0 +1 @@ +**/node_modules \ No newline at end of file diff --git a/README.md b/README.md index 7de9a47..edae435 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +### Note: +This version of the angular library is compatilbe with angular version 15 and may not work with older versions of the angular 15 Apps. + ## The PDF player for the Sunbird! The PDF player library is powered by Angular. This player is primarily designed to be used on Sunbird consumption platforms _(mobile app, web portal, offline desktop app)_ to drive reusability and maintainability, hence reducing the redundant development effort significantly, and it can be integrated with any platform irrespective of the platforms and the frontend frameworks. It is exported not only as an angular library but also as a web component.  @@ -15,12 +18,6 @@ Follow below-mentioned steps to use it in plain javascript project: ```javascript ``` -- Update below script in index.html file - ```javascript - - ``` - Get sample playerConfig from here: [playerConfig](https://github.com/Sunbird-Knowlg/sunbird-pdf-player/blob/release-5.5.0/src/app/data.ts) diff --git a/angular.json b/angular.json index 8357f1d..04d8c7d 100644 --- a/angular.json +++ b/angular.json @@ -198,7 +198,8 @@ "./node_modules/@project-sunbird/sb-styles/assets/_styles.scss" ], "scripts": [ - "node_modules/@project-sunbird/telemetry-sdk/index.js" + "node_modules/@project-sunbird/telemetry-sdk/index.js", + "node_modules/reflect-metadata/Reflect.js" ], "vendorChunk": true, "extractLicenses": false, diff --git a/build-wc.js b/build-wc.js index 2f00184..b9db120 100644 --- a/build-wc.js +++ b/build-wc.js @@ -5,6 +5,7 @@ const build = async () => { const files = [ "./dist/pdf-player-wc/runtime.js", "./dist/pdf-player-wc/polyfills.js", + "./dist/pdf-player-wc/scripts.js", "./dist/pdf-player-wc/vendor.js", "./dist/pdf-player-wc/main.js" ]; diff --git a/package-lock.json b/package-lock.json index b1dbfbd..013174d 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,3242 +1,4993 @@ { "name": "sunbird-pdf-player-app", "version": "0.0.0", - "lockfileVersion": 1, + "lockfileVersion": 3, "requires": true, - "dependencies": { - "@adobe/css-tools": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/@adobe/css-tools/-/css-tools-4.0.1.tgz", - "integrity": "sha512-+u76oB43nOHrF4DDWRLWDCtci7f3QJoEBigemIdIeTi1ODqjx6Tad9NCVnPRwewWlKkVab5PlK8DCtPTyX7S8g==", - "dev": true - }, - "@ampproject/remapping": { + "packages": { + "": { + "name": "sunbird-pdf-player-app", + "version": "0.0.0", + "dependencies": { + "@angular/animations": "15.2.10", + "@angular/common": "15.2.10", + "@angular/compiler": "15.2.10", + "@angular/core": "15.2.10", + "@angular/elements": "^15.2.10", + "@angular/forms": "15.2.10", + "@angular/platform-browser": "15.2.10", + "@angular/platform-browser-dynamic": "15.2.10", + "@angular/router": "15.2.10", + "@babel/runtime": "^7.19.4", + "@project-sunbird/client-services": "^3.4.8", + "@project-sunbird/sb-styles": "0.0.7", + "@project-sunbird/sunbird-pdf-player-v9": "^4.8.2", + "@project-sunbird/sunbird-player-sdk-v9": "^4.6.4", + "@project-sunbird/telemetry-sdk": "1.3.0", + "core-js": "^2.5.4", + "document-register-element": "^1.7.2", + "reflect-metadata": "^0.1.13", + "rxjs": "~6.6.7", + "tslib": "^2.0.0", + "zone.js": "~0.11.4" + }, + "devDependencies": { + "@angular-devkit/build-angular": "15.2.10", + "@angular-devkit/core": "^15.2.10", + "@angular-eslint/builder": "15.2.1", + "@angular-eslint/eslint-plugin": "15.2.0", + "@angular-eslint/eslint-plugin-template": "15.2.1", + "@angular-eslint/schematics": "15.2.1", + "@angular-eslint/template-parser": "15.2.1", + "@angular/cli": "15.2.10", + "@angular/compiler-cli": "15.2.10", + "@angular/language-service": "15.2.10", + "@types/jasmine": "~3.6.0", + "@types/jasminewd2": "~2.0.3", + "@types/node": "^12.20.15", + "@typescript-eslint/eslint-plugin": "5.27.1", + "@typescript-eslint/parser": "5.27.1", + "concat": "^1.0.3", + "copyfiles": "^2.4.1", + "eslint": "^8.17.0", + "fs-extra": "^9.1.0", + "jasmine-core": "~3.6.0", + "jasmine-spec-reporter": "~5.0.0", + "karma": "^6.3.12", + "karma-chrome-launcher": "~3.1.0", + "karma-coverage-istanbul-reporter": "~3.0.2", + "karma-jasmine": "~4.0.0", + "karma-jasmine-html-reporter": "^1.5.0", + "ng-packagr": "^15.2.2", + "protractor": "~7.0.0", + "ts-node": "~7.0.0", + "tsickle": "0.39.1", + "typescript": "4.9.5", + "watch": "^1.0.2", + "wrench": "^1.5.9" + } + }, + "node_modules/@aashutoshrathi/word-wrap": { + "version": "1.2.6", + "resolved": "https://registry.npmjs.org/@aashutoshrathi/word-wrap/-/word-wrap-1.2.6.tgz", + "integrity": "sha512-1Yjs2SvM8TflER/OD3cOjhWWOZb58A2t7wpE2S9XfBYTiIl+XFhQG2bjy4Pu1I+EAlCNUzRDYDdFwFYUKvXcIA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@ampproject/remapping": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/@ampproject/remapping/-/remapping-2.2.0.tgz", "integrity": "sha512-qRmjj8nj9qmLTQXXmaR1cck3UXSRMPrbsLJAasZpF+t3riI71BXed5ebIOYwQntykeZuhjsdweEc9BxH5Jc26w==", "dev": true, - "requires": { + "dependencies": { "@jridgewell/gen-mapping": "^0.1.0", "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" } }, - "@angular-devkit/architect": { - "version": "0.1402.5", - "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1402.5.tgz", - "integrity": "sha512-vtJEwB51UEY1Q7FCI7xGLdhdb2SRTtI1Qs0or95momn85NuxlaMQsXK1Wxu9/EwtWKZK8dXePXbB/hpiNt61JQ==", + "node_modules/@angular-devkit/architect": { + "version": "0.1502.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/architect/-/architect-0.1502.10.tgz", + "integrity": "sha512-S8lN73WYCfpEpw1Q41ZcUinw7JfDeSM8LyGs797OVshnW75QcOkOecWj/3CKR23G44IgFrHN6sqtzWxKmMxLig==", "dev": true, - "requires": { - "@angular-devkit/core": "14.2.5", + "dependencies": { + "@angular-devkit/core": "15.2.10", "rxjs": "6.6.7" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" } }, - "@angular-devkit/build-angular": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-14.2.5.tgz", - "integrity": "sha512-jSgH11E+zs1C24lXj7R/PgXsTUpoYoMr1GtO6mpVROgXL5czVlL+b/B1p2HwbcAKuI9WXb48X6OZ6fOZhDQlSg==", + "node_modules/@angular-devkit/build-angular": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-angular/-/build-angular-15.2.10.tgz", + "integrity": "sha512-3pCPVEJilVwHIJC6Su1/PIEqvFfU1Lxew9yItxX4s6dud8HY+fuKrsDnao4NNMFNqCLqL4el5QbSBKnnpWH1sg==", "dev": true, - "requires": { + "dependencies": { "@ampproject/remapping": "2.2.0", - "@angular-devkit/architect": "0.1402.5", - "@angular-devkit/build-webpack": "0.1402.5", - "@angular-devkit/core": "14.2.5", - "@babel/core": "7.18.10", - "@babel/generator": "7.18.12", + "@angular-devkit/architect": "0.1502.10", + "@angular-devkit/build-webpack": "0.1502.10", + "@angular-devkit/core": "15.2.10", + "@babel/core": "7.20.12", + "@babel/generator": "7.20.14", "@babel/helper-annotate-as-pure": "7.18.6", - "@babel/plugin-proposal-async-generator-functions": "7.18.10", - "@babel/plugin-transform-async-to-generator": "7.18.6", - "@babel/plugin-transform-runtime": "7.18.10", - "@babel/preset-env": "7.18.10", - "@babel/runtime": "7.18.9", - "@babel/template": "7.18.10", + "@babel/helper-split-export-declaration": "7.18.6", + "@babel/plugin-proposal-async-generator-functions": "7.20.7", + "@babel/plugin-transform-async-to-generator": "7.20.7", + "@babel/plugin-transform-runtime": "7.19.6", + "@babel/preset-env": "7.20.2", + "@babel/runtime": "7.20.13", + "@babel/template": "7.20.7", "@discoveryjs/json-ext": "0.5.7", - "@ngtools/webpack": "14.2.5", + "@ngtools/webpack": "15.2.10", "ansi-colors": "4.1.3", - "babel-loader": "8.2.5", + "autoprefixer": "10.4.13", + "babel-loader": "9.1.2", "babel-plugin-istanbul": "6.1.1", - "browserslist": "^4.9.1", - "cacache": "16.1.2", + "browserslist": "4.21.5", + "cacache": "17.0.4", + "chokidar": "3.5.3", "copy-webpack-plugin": "11.0.0", "critters": "0.0.16", - "css-loader": "6.7.1", - "esbuild": "0.15.5", - "esbuild-wasm": "0.15.5", - "glob": "8.0.3", + "css-loader": "6.7.3", + "esbuild-wasm": "0.17.8", + "glob": "8.1.0", "https-proxy-agent": "5.0.1", "inquirer": "8.2.4", - "jsonc-parser": "3.1.0", + "jsonc-parser": "3.2.0", "karma-source-map-support": "1.4.0", "less": "4.1.3", - "less-loader": "11.0.0", + "less-loader": "11.1.0", "license-webpack-plugin": "4.0.2", - "loader-utils": "3.2.0", - "mini-css-extract-plugin": "2.6.1", - "minimatch": "5.1.0", - "open": "8.4.0", + "loader-utils": "3.2.1", + "magic-string": "0.29.0", + "mini-css-extract-plugin": "2.7.2", + "open": "8.4.1", "ora": "5.4.1", - "parse5-html-rewriting-stream": "6.0.1", + "parse5-html-rewriting-stream": "7.0.0", "piscina": "3.2.0", - "postcss": "8.4.16", - "postcss-import": "15.0.0", - "postcss-loader": "7.0.1", - "postcss-preset-env": "7.8.0", - "regenerator-runtime": "0.13.9", + "postcss": "8.4.31", + "postcss-loader": "7.0.2", "resolve-url-loader": "5.0.0", "rxjs": "6.6.7", - "sass": "1.54.4", - "sass-loader": "13.0.2", - "semver": "7.3.7", - "source-map-loader": "4.0.0", + "sass": "1.58.1", + "sass-loader": "13.2.0", + "semver": "7.5.3", + "source-map-loader": "4.0.1", "source-map-support": "0.5.21", - "stylus": "0.59.0", - "stylus-loader": "7.0.0", - "terser": "5.14.2", + "terser": "5.16.3", "text-table": "0.2.0", "tree-kill": "1.2.2", - "tslib": "2.4.0", - "webpack": "5.74.0", - "webpack-dev-middleware": "5.3.3", - "webpack-dev-server": "4.11.0", + "tslib": "2.5.0", + "webpack": "5.76.1", + "webpack-dev-middleware": "6.0.1", + "webpack-dev-server": "4.11.1", "webpack-merge": "5.8.0", "webpack-subresource-integrity": "5.1.0" }, - "dependencies": { - "@babel/runtime": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.18.9.tgz", - "integrity": "sha512-lkqXDcvlFT5rvEjiu6+QYO+1GXrEHRo2LOtS7E4GtX5ESIZOgepqsZBVIj6Pv+a6zqsya9VCgiK1KAK4BvJDAw==", - "dev": true, - "requires": { - "regenerator-runtime": "^0.13.4" - } + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "optionalDependencies": { + "esbuild": "0.17.8" + }, + "peerDependencies": { + "@angular/compiler-cli": "^15.0.0", + "@angular/localize": "^15.0.0", + "@angular/platform-server": "^15.0.0", + "@angular/service-worker": "^15.0.0", + "karma": "^6.3.0", + "ng-packagr": "^15.0.0", + "protractor": "^7.0.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "typescript": ">=4.8.2 <5.0" + }, + "peerDependenciesMeta": { + "@angular/localize": { + "optional": true + }, + "@angular/platform-server": { + "optional": true }, - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } + "@angular/service-worker": { + "optional": true }, - "esbuild": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.5.tgz", - "integrity": "sha512-VSf6S1QVqvxfIsSKb3UKr3VhUCis7wgDbtF4Vd9z84UJr05/Sp2fRKmzC+CSPG/dNAPPJZ0BTBLTT1Fhd6N9Gg==", - "dev": true, - "optional": true, - "requires": { - "@esbuild/linux-loong64": "0.15.5", - "esbuild-android-64": "0.15.5", - "esbuild-android-arm64": "0.15.5", - "esbuild-darwin-64": "0.15.5", - "esbuild-darwin-arm64": "0.15.5", - "esbuild-freebsd-64": "0.15.5", - "esbuild-freebsd-arm64": "0.15.5", - "esbuild-linux-32": "0.15.5", - "esbuild-linux-64": "0.15.5", - "esbuild-linux-arm": "0.15.5", - "esbuild-linux-arm64": "0.15.5", - "esbuild-linux-mips64le": "0.15.5", - "esbuild-linux-ppc64le": "0.15.5", - "esbuild-linux-riscv64": "0.15.5", - "esbuild-linux-s390x": "0.15.5", - "esbuild-netbsd-64": "0.15.5", - "esbuild-openbsd-64": "0.15.5", - "esbuild-sunos-64": "0.15.5", - "esbuild-windows-32": "0.15.5", - "esbuild-windows-64": "0.15.5", - "esbuild-windows-arm64": "0.15.5" - } + "karma": { + "optional": true + }, + "ng-packagr": { + "optional": true }, - "glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - } + "protractor": { + "optional": true }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } + "tailwindcss": { + "optional": true } } }, - "@angular-devkit/build-webpack": { - "version": "0.1402.5", - "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1402.5.tgz", - "integrity": "sha512-h+o0GZD9iATwWjaTiUR0lJ3QZ9twUOJ1sotRchXHzAXMuaDk8wqqPriL5S0qDMlA2QqpNt4OD9rodUCRwae7fw==", + "node_modules/@angular-devkit/build-angular/node_modules/@babel/runtime": { + "version": "7.20.13", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.20.13.tgz", + "integrity": "sha512-gt3PKXs0DBoL9xCvOIIZ2NEqAGZqHjAnmVbfQtB620V0uReIQutpel14KcneZuer7UioY8ALKZ7iocavvzTNFA==", + "dev": true, + "dependencies": { + "regenerator-runtime": "^0.13.11" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@angular-devkit/build-angular/node_modules/regenerator-runtime": { + "version": "0.13.11", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.11.tgz", + "integrity": "sha512-kY1AZVr2Ra+t+piVaJ4gxaFaReZVH40AKNo7UCX6W+dEwBo/2oZJzqfuN1qLq1oL45o56cPaTXELwrTh8Fpggg==", + "dev": true + }, + "node_modules/@angular-devkit/build-angular/node_modules/tslib": { + "version": "2.5.0", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.5.0.tgz", + "integrity": "sha512-336iVw3rtn2BUK7ORdIAHTyxHGRIHVReokCR3XjbckJMK7ms8FysBfhLR8IXnAgy7T0PTPNBWKiH514FOW/WSg==", + "dev": true + }, + "node_modules/@angular-devkit/build-webpack": { + "version": "0.1502.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/build-webpack/-/build-webpack-0.1502.10.tgz", + "integrity": "sha512-55b9WZIGU4DNgiIV2lkkN6iQxJrgWY5CDaNu0kJC/qazotJgBbcN/8jgBx2DD8HNE1V3iXxWk66pt1h946Po+Q==", "dev": true, - "requires": { - "@angular-devkit/architect": "0.1402.5", + "dependencies": { + "@angular-devkit/architect": "0.1502.10", "rxjs": "6.6.7" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "webpack": "^5.30.0", + "webpack-dev-server": "^4.0.0" } }, - "@angular-devkit/core": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-14.2.5.tgz", - "integrity": "sha512-lSje+HX0fx9Y2A4k63jVHrWdGT4wellhwcZpTCv9P6LvdfTkAlrfra3TaYhUPjavCsPwlRC/VVQN3Qkzk5m6gA==", + "node_modules/@angular-devkit/core": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/core/-/core-15.2.10.tgz", + "integrity": "sha512-bFPm7wjvfBds9km2rCJxUhzkqe4h3h/199yJtzC1bNvwRr2LMHvtyoQAzftda+gs7Ulqac5wzUEZX/cVV3WrsA==", "dev": true, - "requires": { - "ajv": "8.11.0", + "dependencies": { + "ajv": "8.12.0", "ajv-formats": "2.1.1", - "jsonc-parser": "3.1.0", + "jsonc-parser": "3.2.0", "rxjs": "6.6.7", "source-map": "0.7.4" }, - "dependencies": { - "source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "chokidar": "^3.5.2" + }, + "peerDependenciesMeta": { + "chokidar": { + "optional": true } } }, - "@angular-devkit/schematics": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-14.2.5.tgz", - "integrity": "sha512-3a//d8f/yuR1F2QXAyX4pShWdkHBWbY1qpqqVnN9gRJ+ye6pY098gsCQKpKXPZGeV08ugu5v79f5JELMthBBSQ==", + "node_modules/@angular-devkit/schematics": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular-devkit/schematics/-/schematics-15.2.10.tgz", + "integrity": "sha512-EeoDs4oKFpLZNa21G/8dqBdclEc4U2piI9EeXCVTaN6z5DYXIZ0G1WtCXU8nhD+GckS47rmfZ4/3lMaXAvED+g==", "dev": true, - "requires": { - "@angular-devkit/core": "14.2.5", - "jsonc-parser": "3.1.0", - "magic-string": "0.26.2", + "dependencies": { + "@angular-devkit/core": "15.2.10", + "jsonc-parser": "3.2.0", + "magic-string": "0.29.0", "ora": "5.4.1", "rxjs": "6.6.7" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" } }, - "@angular-eslint/builder": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-13.5.0.tgz", - "integrity": "sha512-IYY/HYS4fSddJLs2pAkMkKhHL07driUILPxGnGLblfWuoJBhRspyrVL3uZc3Q4iJXc1RJfaOno9oRw11FGyL6Q==", + "node_modules/@angular-eslint/builder": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/builder/-/builder-15.2.1.tgz", + "integrity": "sha512-7x2DANebLRl997Mj4DhZrnz5+vnSjavGGveJ0mBuU7CEsL0ZYLftdRqL0e0HtU3ksseS7xpchD6OM08nkNgySw==", "dev": true, - "requires": { - "@nrwl/devkit": "13.1.3" + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@angular-eslint/bundled-angular-compiler": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-13.5.0.tgz", - "integrity": "sha512-7M/5ilxqPD3ydgqqdLsYs3kBwZgNg2Y6C01B5SEHZNLqLT9kAJa7I4y6GlxCZqejCIh554kdXGeV3abIxFccSg==", + "node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.1.tgz", + "integrity": "sha512-LO7Am8eVCr7oh6a0VmKSL7K03CnQEQhFO7Wt/YtbfYOxVjrbwmYLwJn+wZPOT7A02t/BttOD/WXuDrOWtSMQ/Q==", "dev": true }, - "@angular-eslint/eslint-plugin": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-13.5.0.tgz", - "integrity": "sha512-k9o9WIqUkdO8tdYFCJ54PUWsNd9HHflih/GmA13EWciBYx8QxciwBh0u4NSAnbtOwp4Y7juGZ/Dta5ZrT/2VBA==", + "node_modules/@angular-eslint/eslint-plugin": { + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-15.2.0.tgz", + "integrity": "sha512-yJGbmSUU0B0MFJ48ktpkqqEK+zv5k9iwlZSqEHtiQMKvDelfluovnEusihel7uPRo1c1iVlbSgXfGpxpUCfocA==", "dev": true, - "requires": { - "@angular-eslint/utils": "13.5.0", - "@typescript-eslint/experimental-utils": "5.27.1" + "dependencies": { + "@angular-eslint/utils": "15.2.0", + "@typescript-eslint/utils": "5.48.1" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@angular-eslint/eslint-plugin-template": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-13.5.0.tgz", - "integrity": "sha512-ZVSXayn8MqYOhYomH2Cjc0azhuUQbY9fp9dKjJZOD64KhP8BYHw8+Ogc9E/FU5oZQ9fKw6A+23NAYKmLNqSAgA==", + "node_modules/@angular-eslint/eslint-plugin-template": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin-template/-/eslint-plugin-template-15.2.1.tgz", + "integrity": "sha512-IeiSLk6YxapFdH2z5o/O3R7VwtBd2T6fWmhLFPwDYMDknrwegnOjwswCdBplOccpUp0wqlCeGUx7LTsuzwaz7w==", "dev": true, - "requires": { - "@angular-eslint/bundled-angular-compiler": "13.5.0", - "@typescript-eslint/experimental-utils": "5.27.1", - "aria-query": "^4.2.2", - "axobject-query": "^2.2.0" + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "15.2.1", + "@angular-eslint/utils": "15.2.1", + "@typescript-eslint/type-utils": "5.48.2", + "@typescript-eslint/utils": "5.48.2", + "aria-query": "5.1.3", + "axobject-query": "3.1.1" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@angular-eslint/schematics": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-13.5.0.tgz", - "integrity": "sha512-0LvdalNpYb0oWwptwkeK2PVokfQ9itMIp8/aMjbOLH1RQ3eHFZgBtVvVm3G5EpPKzbL0llaeTifZvH2z70qVYQ==", + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@angular-eslint/utils": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.2.1.tgz", + "integrity": "sha512-++FneAJHxJqcSu0igVN6uOkSoHxlzgLoMBswuovYJy3UKwm33/T6WFku8++753Ca/JucIoR1gdUfO7SoSspMDg==", "dev": true, - "requires": { - "@angular-eslint/eslint-plugin": "13.5.0", - "@angular-eslint/eslint-plugin-template": "13.5.0", - "ignore": "5.2.0", - "strip-json-comments": "3.1.1", - "tmp": "0.2.1" - }, "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", - "dev": true, - "requires": { - "rimraf": "^3.0.0" - } - } + "@angular-eslint/bundled-angular-compiler": "15.2.1", + "@typescript-eslint/utils": "5.48.2" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@angular-eslint/template-parser": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-13.5.0.tgz", - "integrity": "sha512-k+24+kBjaOuthfp9RBQB0zH6UqeizZuFQFEuZEQbvirPbdQ2SqNBw7IcmW2Qw1v7fjFe6/6gqK7wm2g7o9ZZvA==", + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/scope-manager": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz", + "integrity": "sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==", "dev": true, - "requires": { - "@angular-eslint/bundled-angular-compiler": "13.5.0", - "eslint-scope": "^5.1.0" + "dependencies": { + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/visitor-keys": "5.48.2" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@angular-eslint/utils": { - "version": "13.5.0", - "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-13.5.0.tgz", - "integrity": "sha512-wX3W6STSDJDJ7ZyEsUdBp4HUPwmillMmKcdnFsy+qxbpJFzFOxOFpK1zet4ELsq1XpB89i9vRvC3vYbpHn3CSw==", + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/types": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.2.tgz", + "integrity": "sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==", "dev": true, - "requires": { - "@angular-eslint/bundled-angular-compiler": "13.5.0", - "@typescript-eslint/experimental-utils": "5.27.1" - } - }, - "@angular/animations": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-14.2.5.tgz", - "integrity": "sha512-4BhR9jSjgIwoK/alu7FSwSU5SxISMVFBAl/4cEYchfCqnflMNkZ8WwRVKTQjyeuYW5KtQTw9jRNp4tGK1YQWYw==", - "requires": { - "tslib": "^2.3.0" + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@angular/cli": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-14.2.5.tgz", - "integrity": "sha512-jrvQ7nv/8k8i6D7LXrZi+DXQQkpmqoxC/NZL7hH1zyB9shlnG/ekMl+T4y7tvg3MWKxJuIfWVtz/EwOkMKmEaA==", + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz", + "integrity": "sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==", "dev": true, - "requires": { - "@angular-devkit/architect": "0.1402.5", - "@angular-devkit/core": "14.2.5", - "@angular-devkit/schematics": "14.2.5", - "@schematics/angular": "14.2.5", - "@yarnpkg/lockfile": "1.1.0", - "ansi-colors": "4.1.3", - "debug": "4.3.4", - "ini": "3.0.0", - "inquirer": "8.2.4", - "jsonc-parser": "3.1.0", - "npm-package-arg": "9.1.0", - "npm-pick-manifest": "7.0.1", - "open": "8.4.0", - "ora": "5.4.1", - "pacote": "13.6.2", - "resolve": "1.22.1", - "semver": "7.3.7", - "symbol-observable": "4.0.0", - "uuid": "8.3.2", - "yargs": "17.5.1" - }, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "yargs": { - "version": "17.5.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.5.1.tgz", - "integrity": "sha512-t6YAJcxDkNX7NFYiVtKvWUz8l+PaKTLiL63mJYWR2GnHq2gjEWISzsLp9wg3aY36dY1j+gfIEL3pIF+XlJJfbA==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.3", - "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/visitor-keys": "5.48.2", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true } } }, - "@angular/common": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/common/-/common-14.2.5.tgz", - "integrity": "sha512-v2fIK6imfMkUvYNjZQO+drE39QO3eSS95Yy7UN+6inb47DkAfzx6hipA9zKrMENjsS3kDv1d7cgDHE7WuOCzIw==", - "requires": { - "tslib": "^2.3.0" - } - }, - "@angular/compiler": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-14.2.5.tgz", - "integrity": "sha512-L7d2/D6o9wlB2ugqRYpev6a8JntqS+7lF2o6z8y7RR2YAlAu71nq0BDsQez4/aSCK3HnDq0yhEnns7vcmOq/jA==", - "requires": { - "tslib": "^2.3.0" - } - }, - "@angular/compiler-cli": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-14.2.5.tgz", - "integrity": "sha512-3GYzTPw96TfJjw7Aso+f+uN6VFBWedqRATUQ6v+BAEyZIboirdLI1JQFOcCfuKWUM2B48RW+pdIduZmG3ckotA==", + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/utils": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.2.tgz", + "integrity": "sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==", "dev": true, - "requires": { - "@babel/core": "^7.17.2", - "chokidar": "^3.0.0", - "convert-source-map": "^1.5.1", - "dependency-graph": "^0.11.0", - "magic-string": "^0.26.0", - "reflect-metadata": "^0.1.2", - "semver": "^7.0.0", - "sourcemap-codec": "^1.4.8", - "tslib": "^2.3.0", - "yargs": "^17.2.1" - }, "dependencies": { - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - } + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.48.2", + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/typescript-estree": "5.48.2", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "@angular/core": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/core/-/core-14.2.5.tgz", - "integrity": "sha512-Ok78Abq0puMGlolvNVzKFvsX7ePDkyxpZzztDzXDdRA4x4o6bAuuDG9Y7Wab2+wsdY6NktO+dFQjq1UBWClgSg==", - "requires": { - "tslib": "^2.3.0" + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz", + "integrity": "sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.48.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@angular/elements": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/elements/-/elements-14.2.5.tgz", - "integrity": "sha512-bqRUAYCD6Otm+dnKF2P1fCTEHDU11Di64YYJRW2t5y+degYqFpjZPiGXF0azhzvFMRvRU0+uQVcU8ldN6deJog==", - "requires": { - "tslib": "^2.3.0" + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" } }, - "@angular/forms": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-14.2.5.tgz", - "integrity": "sha512-aMH5Vrftny0KF0XzWQIGfHoI0LVQ2aatpWzdUWiUqBeX/Q+ucmxeP5rZyKtUsi0flETWxdRZSBTjbXZ3dsIcTA==", - "requires": { - "tslib": "^2.3.0" + "node_modules/@angular-eslint/eslint-plugin-template/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" } }, - "@angular/language-service": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-14.2.5.tgz", - "integrity": "sha512-YqbsCbCq470ve6+MGjeEf2I6L5LcBYALvh+S5XsZkfEQEjSYYC1ZE1ftq7clICrMOOoM4XSghq8b/eNtZoTJkg==", - "dev": true - }, - "@angular/platform-browser": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-14.2.5.tgz", - "integrity": "sha512-FDZm23N9veSEouQX1YuZUjv7Nillroi+v0VbN1x5iPpFZEudaoZYT3A7bpJwdlxUx/4rGS0caaXNhN3CowtIeQ==", - "requires": { - "tslib": "^2.3.0" + "node_modules/@angular-eslint/schematics": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/schematics/-/schematics-15.2.1.tgz", + "integrity": "sha512-0ZfBCejHWIcgy3J5kFs9sS/jqi8i5AptxggOwFySOlCLJ+CzNrktjD4jff1Zy8K/VLzY0Ci0BSZXvgWfP0k9Rg==", + "dev": true, + "dependencies": { + "@angular-eslint/eslint-plugin": "15.2.1", + "@angular-eslint/eslint-plugin-template": "15.2.1", + "ignore": "5.2.4", + "strip-json-comments": "3.1.1", + "tmp": "0.2.1" + }, + "peerDependencies": { + "@angular/cli": ">= 15.0.0 < 16.0.0" } }, - "@angular/platform-browser-dynamic": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-14.2.5.tgz", - "integrity": "sha512-7W8oLs8YEGRr8izgUlpHgBfg3vUb5H0yicTHJY4zIqHJJbG1rTl46CjULaMjYM/FWcS8o7y6XJJcHx0c7pKNsw==", - "requires": { - "tslib": "^2.3.0" + "node_modules/@angular-eslint/schematics/node_modules/@angular-eslint/eslint-plugin": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/eslint-plugin/-/eslint-plugin-15.2.1.tgz", + "integrity": "sha512-OM7b1kS4E4CkXjkaWN+lEzawh4VxY6l7FO1Cuk4s7iv3/YpZG3rJxIZBqnFLTixwrBuqw8y4FNBzF3eDgmFAUw==", + "dev": true, + "dependencies": { + "@angular-eslint/utils": "15.2.1", + "@typescript-eslint/utils": "5.48.2" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@angular/router": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@angular/router/-/router-14.2.5.tgz", - "integrity": "sha512-AUHcr9Lln7emJ/aete08UoqWQFZOLH1MhuP78r2pixvnNiZ9C8hcevX1rGGax0Po/Gy4PSJ4wnFhZPgifqCguQ==", - "requires": { - "tslib": "^2.3.0" + "node_modules/@angular-eslint/schematics/node_modules/@angular-eslint/utils": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.2.1.tgz", + "integrity": "sha512-++FneAJHxJqcSu0igVN6uOkSoHxlzgLoMBswuovYJy3UKwm33/T6WFku8++753Ca/JucIoR1gdUfO7SoSspMDg==", + "dev": true, + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "15.2.1", + "@typescript-eslint/utils": "5.48.2" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@assemblyscript/loader": { - "version": "0.10.1", - "resolved": "https://registry.npmjs.org/@assemblyscript/loader/-/loader-0.10.1.tgz", - "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==", - "dev": true - }, - "@babel/code-frame": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.18.6.tgz", - "integrity": "sha512-TDCmlK5eOvH+eH7cdAFlNXeVJqWIQ7gW9tY1GJIpUtFb6CmjVyq2VM3u71bOyR8CRihcCgMUYoDNyLXao3+70Q==", + "node_modules/@angular-eslint/schematics/node_modules/@typescript-eslint/scope-manager": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz", + "integrity": "sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==", "dev": true, - "requires": { - "@babel/highlight": "^7.18.6" + "dependencies": { + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/visitor-keys": "5.48.2" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@babel/compat-data": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.19.4.tgz", - "integrity": "sha512-CHIGpJcUQ5lU9KrPHTjBMhVwQG6CQjxfg36fGXl3qk/Gik1WwWachaXFuo0uCWJT/mStOKtcbFJCaVLihC1CMw==", - "dev": true - }, - "@babel/core": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.18.10.tgz", - "integrity": "sha512-JQM6k6ENcBFKVtWvLavlvi/mPcpYZ3+R+2EySDEMSMbp7Mn4FexlbbJVrx2R7Ijhr01T8gyqrOaABWIOgxeUyw==", + "node_modules/@angular-eslint/schematics/node_modules/@typescript-eslint/types": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.2.tgz", + "integrity": "sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==", "dev": true, - "requires": { - "@ampproject/remapping": "^2.1.0", - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.18.10", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-module-transforms": "^7.18.9", - "@babel/helpers": "^7.18.9", - "@babel/parser": "^7.18.10", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.18.10", - "@babel/types": "^7.18.10", - "convert-source-map": "^1.7.0", - "debug": "^4.1.0", - "gensync": "^1.0.0-beta.2", - "json5": "^2.2.1", - "semver": "^6.3.0" + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@babel/generator": { - "version": "7.18.12", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.18.12.tgz", - "integrity": "sha512-dfQ8ebCN98SvyL7IxNMCUtZQSq5R7kxgN+r8qYTGDmmSion1hX2C0zq2yo1bsCDhXixokv1SAWTZUMYbO/V5zg==", + "node_modules/@angular-eslint/schematics/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz", + "integrity": "sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==", "dev": true, - "requires": { - "@babel/types": "^7.18.10", - "@jridgewell/gen-mapping": "^0.3.2", - "jsesc": "^2.5.1" - }, "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/visitor-keys": "5.48.2", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true } } }, - "@babel/helper-annotate-as-pure": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", - "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", + "node_modules/@angular-eslint/schematics/node_modules/@typescript-eslint/utils": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.2.tgz", + "integrity": "sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==", "dev": true, - "requires": { - "@babel/types": "^7.18.6" + "dependencies": { + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.48.2", + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/typescript-estree": "5.48.2", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" } }, - "@babel/helper-builder-binary-assignment-operator-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.18.9.tgz", - "integrity": "sha512-yFQ0YCHoIqarl8BCRwBL8ulYUaZpz3bNsA7oFepAzee+8/+ImtADXNOmO5vJvsPff3qi+hvpkY/NYBTrBQgdNw==", + "node_modules/@angular-eslint/schematics/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz", + "integrity": "sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==", "dev": true, - "requires": { - "@babel/helper-explode-assignable-expression": "^7.18.6", - "@babel/types": "^7.18.9" + "dependencies": { + "@typescript-eslint/types": "5.48.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@babel/helper-compilation-targets": { - "version": "7.19.3", - "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.19.3.tgz", - "integrity": "sha512-65ESqLGyGmLvgR0mst5AdW1FkNlj9rQsCKduzEoEPhBCDFGXvz2jW6bXFG6i0/MrV2s7hhXjjb2yAzcPuQlLwg==", + "node_modules/@angular-eslint/schematics/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", "dev": true, - "requires": { - "@babel/compat-data": "^7.19.3", - "@babel/helper-validator-option": "^7.18.6", - "browserslist": "^4.21.3", - "semver": "^6.3.0" - }, "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" } }, - "@babel/helper-create-class-features-plugin": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.19.0.tgz", - "integrity": "sha512-NRz8DwF4jT3UfrmUoZjd0Uph9HQnP30t7Ash+weACcyNkiYTywpIjDBgReJMKgr+n86sn2nPVVmJ28Dm053Kqw==", + "node_modules/@angular-eslint/schematics/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.19.0", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6" + "engines": { + "node": ">=4.0" } }, - "@babel/helper-create-regexp-features-plugin": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.19.0.tgz", - "integrity": "sha512-htnV+mHX32DF81amCDrwIDr8nrp1PTm+3wfBN9/v8QJOLEioOCOG7qNyq0nHeFiWbT3Eb7gsPwEmV64UCQ1jzw==", + "node_modules/@angular-eslint/template-parser": { + "version": "15.2.1", + "resolved": "https://registry.npmjs.org/@angular-eslint/template-parser/-/template-parser-15.2.1.tgz", + "integrity": "sha512-ViCi79gC2aKJecmYLkOT+QlT5WMRNXeYz0Dr9Pr8qXzIbY0oAWE7nOT5jkXwQ9oUk+ybtGCWHma5JVJWVJsIog==", "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "regexpu-core": "^5.1.0" + "dependencies": { + "@angular-eslint/bundled-angular-compiler": "15.2.1", + "eslint-scope": "^7.0.0" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@babel/helper-define-polyfill-provider": { - "version": "0.3.3", - "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", - "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", + "node_modules/@angular-eslint/utils": { + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/utils/-/utils-15.2.0.tgz", + "integrity": "sha512-qfTOKQ+aef/YER679/xN1E+FkZKMd0I73P6txUZAb9k2G1ACVktG+wOUIBfgjIlUVq9Q01AV91LGOWcd+rdEEA==", "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.17.7", - "@babel/helper-plugin-utils": "^7.16.7", - "debug": "^4.1.1", - "lodash.debounce": "^4.0.8", - "resolve": "^1.14.2", - "semver": "^6.1.2" - }, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "@angular-eslint/bundled-angular-compiler": "15.2.0", + "@typescript-eslint/utils": "5.48.1" + }, + "peerDependencies": { + "eslint": "^7.20.0 || ^8.0.0", + "typescript": "*" } }, - "@babel/helper-environment-visitor": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.18.9.tgz", - "integrity": "sha512-3r/aACDJ3fhQ/EVgFy0hpj8oHyHpQc+LPtJoY9SzTThAsStm4Ptegq92vqKoE3vD706ZVFWITnMnxucw+S9Ipg==", + "node_modules/@angular-eslint/utils/node_modules/@angular-eslint/bundled-angular-compiler": { + "version": "15.2.0", + "resolved": "https://registry.npmjs.org/@angular-eslint/bundled-angular-compiler/-/bundled-angular-compiler-15.2.0.tgz", + "integrity": "sha512-a0bfXxYyGoWJHrVQ4QER0HdRgselcTtJeyqiFPAxID2ZxF0IBGKLNTtugUTXekEmiLev8yGLX9TqAtthN57fEg==", "dev": true }, - "@babel/helper-explode-assignable-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-explode-assignable-expression/-/helper-explode-assignable-expression-7.18.6.tgz", - "integrity": "sha512-eyAYAsQmB80jNfg4baAtLeWAQHfHFiR483rzFK+BhETlGZaQC9bsfrugfXDCbRHLQbIA7U5NxhhOxN7p/dWIcg==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" + "node_modules/@angular/animations": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/animations/-/animations-15.2.10.tgz", + "integrity": "sha512-yxfN8qQpMaukRU5LjFkJBmy85rqrOp86tYVCsf+hmPEFRiXBMUj6xYLeCMcpk3Mt1JtnWGBR34ivGx+7bNeAow==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "15.2.10" } }, - "@babel/helper-function-name": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.19.0.tgz", - "integrity": "sha512-WAwHBINyrpqywkUH0nTnNgI5ina5TFn85HKS0pbPDfxFfhyR/aNQEn4hGi1P1JyT//I0t4OgXUlofzWILRvS5w==", + "node_modules/@angular/cli": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/cli/-/cli-15.2.10.tgz", + "integrity": "sha512-/TSnm/ZQML6A4lvunyN2tjTB5utuvk3d1Pnfyehp/FXtV6YfZm6+EZrOpKkKPCxTuAgW6c9KK4yQtt3RuNVpwQ==", "dev": true, - "requires": { - "@babel/template": "^7.18.10", - "@babel/types": "^7.19.0" - } - }, - "@babel/helper-hoist-variables": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.18.6.tgz", - "integrity": "sha512-UlJQPkFqFULIcyW5sbzgbkxn2FKRgwWiRexcuaR8RNJRy8+LLveqPjwZV/bwrLZCN0eUHD/x8D0heK1ozuoo6Q==", - "dev": true, - "requires": { - "@babel/types": "^7.18.6" + "dependencies": { + "@angular-devkit/architect": "0.1502.10", + "@angular-devkit/core": "15.2.10", + "@angular-devkit/schematics": "15.2.10", + "@schematics/angular": "15.2.10", + "@yarnpkg/lockfile": "1.1.0", + "ansi-colors": "4.1.3", + "ini": "3.0.1", + "inquirer": "8.2.4", + "jsonc-parser": "3.2.0", + "npm-package-arg": "10.1.0", + "npm-pick-manifest": "8.0.1", + "open": "8.4.1", + "ora": "5.4.1", + "pacote": "15.1.0", + "resolve": "1.22.1", + "semver": "7.5.3", + "symbol-observable": "4.0.0", + "yargs": "17.6.2" + }, + "bin": { + "ng": "bin/ng.js" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" } }, - "@babel/helper-member-expression-to-functions": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.18.9.tgz", - "integrity": "sha512-RxifAh2ZoVU67PyKIO4AMi1wTenGfMR/O/ae0CCRqwgBAt5v7xjdtRw7UoSbsreKrQn5t7r89eruK/9JjYHuDg==", - "dev": true, - "requires": { - "@babel/types": "^7.18.9" + "node_modules/@angular/common": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/common/-/common-15.2.10.tgz", + "integrity": "sha512-jdBn3fctkqoNrJn9VLsUHpcCEhCxWSczdsR+BBbD6T0oLl6vMrAVNjPwfBejnlgfWN1KoRU9kgOYsMxa5apIWQ==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "15.2.10", + "rxjs": "^6.5.3 || ^7.4.0" } }, - "@babel/helper-module-imports": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.18.6.tgz", - "integrity": "sha512-0NFvs3VkuSYbFi1x2Vd6tKrywq+z/cLeYC/RJNFrIX/30Bf5aiGYbtvGXolEktzJH8o5E5KJ3tT+nkxuuZFVlA==", + "node_modules/@angular/compiler": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler/-/compiler-15.2.10.tgz", + "integrity": "sha512-M0XkeU0O73UlJZwDvOyp8/apetz9UKj78eTFDseMYJDLcxe6MpkbkxqpsGZnKYDj7LIep8PmCAKEkhtenE82zw==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "15.2.10" + }, + "peerDependenciesMeta": { + "@angular/core": { + "optional": true + } + } + }, + "node_modules/@angular/compiler-cli": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/compiler-cli/-/compiler-cli-15.2.10.tgz", + "integrity": "sha512-mCFIxrs60XicKfA2o42hA7LrQvhybi9BQveWuZn/2iIEOXx7R62Iemz8E21pLWftAZHGxEW3NECfBrY1d3gVmA==", "dev": true, - "requires": { - "@babel/types": "^7.18.6" + "dependencies": { + "@babel/core": "7.19.3", + "@jridgewell/sourcemap-codec": "^1.4.14", + "chokidar": "^3.0.0", + "convert-source-map": "^1.5.1", + "dependency-graph": "^0.11.0", + "magic-string": "^0.27.0", + "reflect-metadata": "^0.1.2", + "semver": "^7.0.0", + "tslib": "^2.3.0", + "yargs": "^17.2.1" + }, + "bin": { + "ng-xi18n": "bundles/src/bin/ng_xi18n.js", + "ngc": "bundles/src/bin/ngc.js", + "ngcc": "bundles/ngcc/main-ngcc.js" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/compiler": "15.2.10", + "typescript": ">=4.8.2 <5.0" } }, - "@babel/helper-module-transforms": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.19.0.tgz", - "integrity": "sha512-3HBZ377Fe14RbLIA+ac3sY4PTgpxHVkFrESaWhoI5PuyXPBBX8+C34qblV9G89ZtycGJCmCI/Ut+VUDK4bltNQ==", + "node_modules/@angular/compiler-cli/node_modules/@babel/core": { + "version": "7.19.3", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.19.3.tgz", + "integrity": "sha512-WneDJxdsjEvyKtXKsaBGbDeiyOjR5vYq4HcShxnIbG0qixpoHjI3MqeZM9NDvsojNCEBItQE4juOo/bU6e72gQ==", "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/helper-validator-identifier": "^7.18.6", + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.19.3", + "@babel/helper-compilation-targets": "^7.19.3", + "@babel/helper-module-transforms": "^7.19.0", + "@babel/helpers": "^7.19.0", + "@babel/parser": "^7.19.3", "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.0", - "@babel/types": "^7.19.0" + "@babel/traverse": "^7.19.3", + "@babel/types": "^7.19.3", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "@babel/helper-optimise-call-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.18.6.tgz", - "integrity": "sha512-HP59oD9/fEHQkdcbgFCnbmgH5vIQTJbxh2yf+CdM89/glUNnuzr87Q8GIjGEnOktTROemO0Pe0iPAYbqZuOUiA==", + "node_modules/@angular/compiler-cli/node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "requires": { - "@babel/types": "^7.18.6" + "bin": { + "semver": "bin/semver.js" } }, - "@babel/helper-plugin-utils": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.19.0.tgz", - "integrity": "sha512-40Ryx7I8mT+0gaNxm8JGTZFUITNqdLAgdg0hXzeVZxVD6nFsdhQvip6v8dqkRHzsz1VFpFAaOCHNn0vKBL7Czw==", - "dev": true - }, - "@babel/helper-remap-async-to-generator": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.18.9.tgz", - "integrity": "sha512-dI7q50YKd8BAv3VEfgg7PS7yD3Rtbi2J1XMXaalXO0W0164hYLnh8zpjRS0mte9MfVp/tltvr/cfdXPvJr1opA==", + "node_modules/@angular/compiler-cli/node_modules/magic-string": { + "version": "0.27.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.27.0.tgz", + "integrity": "sha512-8UnnX2PeRAPZuN12svgR9j7M1uWMovg/CEnIwIG0LFkXSJJe4PdfUGiTGl8V9bsBHFUtfVINcSyYxd7q+kx9fA==", "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-wrap-function": "^7.18.9", - "@babel/types": "^7.18.9" + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" } }, - "@babel/helper-replace-supers": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.19.1.tgz", - "integrity": "sha512-T7ahH7wV0Hfs46SFh5Jz3s0B6+o8g3c+7TMxu7xKfmHikg7EAZ3I2Qk9LFhjxXq8sL7UkP5JflezNwoZa8WvWw==", - "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-member-expression-to-functions": "^7.18.9", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/traverse": "^7.19.1", - "@babel/types": "^7.19.0" + "node_modules/@angular/core": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/core/-/core-15.2.10.tgz", + "integrity": "sha512-meGGidnitQJGDxYd9/LrqYiVlId+vGaLoiLgJdKBz+o2ZO6OmXQGuNw2VBqf17/Cc0/UjzrOY7+kILNFKkk/WQ==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "rxjs": "^6.5.3 || ^7.4.0", + "zone.js": "~0.11.4 || ~0.12.0 || ~0.13.0" } }, - "@babel/helper-simple-access": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.19.4.tgz", - "integrity": "sha512-f9Xq6WqBFqaDfbCzn2w85hwklswz5qsKlh7f08w4Y9yhJHpnNC0QemtSkK5YyOY8kPGvyiwdzZksGUhnGdaUIg==", - "dev": true, - "requires": { - "@babel/types": "^7.19.4" + "node_modules/@angular/elements": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/elements/-/elements-15.2.10.tgz", + "integrity": "sha512-/yZwLsumcFIN0POJ58kfrYcjBnm6dsQGddA8gbaD6JeIkny0sAsZZuKSavs9c4YWn2JHBH/N3L9BToRTOrQX9A==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/core": "15.2.10", + "rxjs": "^6.5.3 || ^7.4.0" } }, - "@babel/helper-skip-transparent-expression-wrappers": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.18.9.tgz", - "integrity": "sha512-imytd2gHi3cJPsybLRbmFrF7u5BIEuI2cNheyKi3/iOBC63kNn3q8Crn2xVuESli0aM4KYsyEqKyS7lFL8YVtw==", - "dev": true, - "requires": { - "@babel/types": "^7.18.9" + "node_modules/@angular/forms": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/forms/-/forms-15.2.10.tgz", + "integrity": "sha512-NIntGsNcN6o8L1txsbWXOf6f3K/CUBizdKsxsYVYGJIXEW5qU6UnWmfAZffNNXsT/XvbgUCjgDwT0cAwcqZPuQ==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", + "@angular/platform-browser": "15.2.10", + "rxjs": "^6.5.3 || ^7.4.0" } }, - "@babel/helper-split-export-declaration": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", - "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", + "node_modules/@angular/language-service": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/language-service/-/language-service-15.2.10.tgz", + "integrity": "sha512-G0g0teF4pBqLTgfyLcoBl55g91sCZvBK+V4VgTD/hXGpXyMNlNpOsgECSMliGQoJlsRLEugFsSlBNqy7CRoBtw==", "dev": true, - "requires": { - "@babel/types": "^7.18.6" + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" } }, - "@babel/helper-string-parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.19.4.tgz", - "integrity": "sha512-nHtDoQcuqFmwYNYPz3Rah5ph2p8PFeFCsZk9A/48dPc/rGocJ5J3hAAZ7pb76VWX3fZKu+uEr/FhH5jLx7umrw==", - "dev": true + "node_modules/@angular/platform-browser": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser/-/platform-browser-15.2.10.tgz", + "integrity": "sha512-9tbgVGSJqwfrOzT8aA/kWBLNhJSQ9gUg0CJxwFBSJm8VkBUJrszoBlDsnSvlxx8/W2ejNULKHFTXeUzq0O/+RQ==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/animations": "15.2.10", + "@angular/common": "15.2.10", + "@angular/core": "15.2.10" + }, + "peerDependenciesMeta": { + "@angular/animations": { + "optional": true + } + } }, - "@babel/helper-validator-identifier": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.19.1.tgz", - "integrity": "sha512-awrNfaMtnHUr653GgGEs++LlAvW6w+DcPrOliSMXWCKo597CwL5Acf/wWdNkf/tfEQE3mjkeD1YOVZOUV/od1w==", - "dev": true + "node_modules/@angular/platform-browser-dynamic": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/platform-browser-dynamic/-/platform-browser-dynamic-15.2.10.tgz", + "integrity": "sha512-JHP6W+FX715Qv7DhqvfZLuBZXSDJrboiQsR06gUAgDSjAUyhbqmpVg/2YOtgeWpPkzNDtXdPU2PhcRdIv5J3Yg==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/common": "15.2.10", + "@angular/compiler": "15.2.10", + "@angular/core": "15.2.10", + "@angular/platform-browser": "15.2.10" + } }, - "@babel/helper-validator-option": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.18.6.tgz", - "integrity": "sha512-XO7gESt5ouv/LRJdrVjkShckw6STTaB7l9BrpBaAHDeF5YZT+01PCwmR0SJHnkW6i8OwW/EVWRShfi4j2x+KQw==", + "node_modules/@angular/router": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@angular/router/-/router-15.2.10.tgz", + "integrity": "sha512-LmuqEg0iIXSw7bli6HKJ19cbxP91v37GtRwbGKswyLihqzTgvjBYpvcfMnB5FRQ5LWkTwq5JclkX03dZw290Yg==", + "dependencies": { + "tslib": "^2.3.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "peerDependencies": { + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", + "@angular/platform-browser": "15.2.10", + "rxjs": "^6.5.3 || ^7.4.0" + } + }, + "node_modules/@assemblyscript/loader": { + "version": "0.10.1", + "resolved": "https://registry.npmjs.org/@assemblyscript/loader/-/loader-0.10.1.tgz", + "integrity": "sha512-H71nDOOL8Y7kWRLqf6Sums+01Q5msqBW2KhDUTemh1tvY04eSkSXrK0uj/4mmY0Xr16/3zyZmsrxN7CKuRbNRg==", "dev": true }, - "@babel/helper-wrap-function": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.19.0.tgz", - "integrity": "sha512-txX8aN8CZyYGTwcLhlk87KRqncAzhh5TpQamZUa0/u3an36NtDpUP6bQgBCBcLeBs09R/OwQu3OjK0k/HwfNDg==", + "node_modules/@babel/code-frame": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/code-frame/-/code-frame-7.23.5.tgz", + "integrity": "sha512-CgH3s1a96LipHCmSUmYFPwY7MNx8C3avkq7i4Wl3cfa662ldtUe4VM1TPXX70pfmrlWTb6jLqTYrZyT2ZTJBgA==", "dev": true, - "requires": { - "@babel/helper-function-name": "^7.19.0", - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.0", - "@babel/types": "^7.19.0" + "dependencies": { + "@babel/highlight": "^7.23.4", + "chalk": "^2.4.2" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/helpers": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.19.4.tgz", - "integrity": "sha512-G+z3aOx2nfDHwX/kyVii5fJq+bgscg89/dJNWpYeKeBv3v9xX8EIabmx1k6u9LS04H7nROFVRVK+e3k0VHp+sw==", + "node_modules/@babel/compat-data": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/compat-data/-/compat-data-7.23.5.tgz", + "integrity": "sha512-uU27kfDRlhfKl+w1U6vp16IuvSLtjAxdArVXPa9BvLkrr7CYIsxH5adpHObeAGY/41+syctUWOZ140a2Rvkgjw==", "dev": true, - "requires": { - "@babel/template": "^7.18.10", - "@babel/traverse": "^7.19.4", - "@babel/types": "^7.19.4" + "engines": { + "node": ">=6.9.0" } }, - "@babel/highlight": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.18.6.tgz", - "integrity": "sha512-u7stbOuYjaPezCuLj29hNW1v64M2Md2qupEKP1fHc7WdOA3DgLh37suiSrZYY7haUB7iBeQZ9P1uiRF359do3g==", + "node_modules/@babel/core": { + "version": "7.20.12", + "resolved": "https://registry.npmjs.org/@babel/core/-/core-7.20.12.tgz", + "integrity": "sha512-XsMfHovsUYHFMdrIHkZphTN/2Hzzi78R08NuHfDBehym2VsPDL6Zn/JAD/JQdnRvbSsbQc4mVaU1m6JgtTEElg==", "dev": true, - "requires": { - "@babel/helper-validator-identifier": "^7.18.6", - "chalk": "^2.0.0", - "js-tokens": "^4.0.0" + "dependencies": { + "@ampproject/remapping": "^2.1.0", + "@babel/code-frame": "^7.18.6", + "@babel/generator": "^7.20.7", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-module-transforms": "^7.20.11", + "@babel/helpers": "^7.20.7", + "@babel/parser": "^7.20.7", + "@babel/template": "^7.20.7", + "@babel/traverse": "^7.20.12", + "@babel/types": "^7.20.7", + "convert-source-map": "^1.7.0", + "debug": "^4.1.0", + "gensync": "^1.0.0-beta.2", + "json5": "^2.2.2", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/babel" } }, - "@babel/parser": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.19.4.tgz", - "integrity": "sha512-qpVT7gtuOLjWeDTKLkJ6sryqLliBaFpAtGeqw5cs5giLldvh+Ch0plqnUMKoVAUS6ZEueQQiZV+p5pxtPitEsA==", - "dev": true - }, - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.18.6.tgz", - "integrity": "sha512-Dgxsyg54Fx1d4Nge8UnvTrED63vrwOdPmyvPzlNN/boaliRP54pm3pGzZD1SJUwrBA+Cs/xdG8kXX6Mn/RfISQ==", + "node_modules/@babel/core/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "bin": { + "semver": "bin/semver.js" } }, - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.18.9.tgz", - "integrity": "sha512-AHrP9jadvH7qlOj6PINbgSuphjQUAK7AOT7DPjBo9EHoLhQTnnK5u45e1Hd4DbSQEO9nqPWtQ89r+XEOWFScKg==", + "node_modules/@babel/generator": { + "version": "7.20.14", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.20.14.tgz", + "integrity": "sha512-AEmuXHdcD3A52HHXxaTmYlb8q/xMEhoRP67B3T4Oq7lbmSoqroMZzjnGj3+i1io3pdnF8iBYVu4Ilj+c4hBxYg==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-proposal-optional-chaining": "^7.18.9" + "dependencies": { + "@babel/types": "^7.20.7", + "@jridgewell/gen-mapping": "^0.3.2", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-proposal-async-generator-functions": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.18.10.tgz", - "integrity": "sha512-1mFuY2TOsR1hxbjCo4QL+qlIjV07p4H4EUYw2J/WCqsvFV6V9X9z9YhXbWndc/4fw+hYGlDT7egYxliMp5O6Ew==", + "node_modules/@babel/generator/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", "dev": true, - "requires": { - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-remap-async-to-generator": "^7.18.9", - "@babel/plugin-syntax-async-generators": "^7.8.4" + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" } }, - "@babel/plugin-proposal-class-properties": { + "node_modules/@babel/helper-annotate-as-pure": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", - "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.18.6.tgz", + "integrity": "sha512-duORpUiYrEpzKIop6iNbjnwKLAKnJ47csTyRACyEmWj0QdUrm5aqNJGHSSEQSUAvNW0ojX0dOmK9dZduvkfeXA==", "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-proposal-class-static-block": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.18.6.tgz", - "integrity": "sha512-+I3oIiNxrCpup3Gi8n5IGMwj0gOCAjcJUSQEcotNnCCPMEnixawOQ+KeJPlgfjzx+FKQ1QSyZOWe7wmoJp7vhw==", + "node_modules/@babel/helper-builder-binary-assignment-operator-visitor": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-builder-binary-assignment-operator-visitor/-/helper-builder-binary-assignment-operator-visitor-7.22.15.tgz", + "integrity": "sha512-QkBXwGgaoC2GtGZRoma6kv7Szfv06khvhFav67ZExau2RaXzy8MpHSMO2PNoP2XtmQphJQRHFfg77Bq731Yizw==", "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-class-static-block": "^7.14.5" + "dependencies": { + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-proposal-dynamic-import": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", - "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "node_modules/@babel/helper-compilation-targets": { + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/helper-compilation-targets/-/helper-compilation-targets-7.23.6.tgz", + "integrity": "sha512-9JB548GZoQVmzrFgp8o7KxdgkTGm6xs9DW0o/Pim72UDjzr5ObUQ6ZzYPqA+g9OTS2bBQoctLJrky0RDCAWRgQ==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-dynamic-import": "^7.8.3" + "dependencies": { + "@babel/compat-data": "^7.23.5", + "@babel/helper-validator-option": "^7.23.5", + "browserslist": "^4.22.2", + "lru-cache": "^5.1.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-proposal-export-namespace-from": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", - "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "node_modules/@babel/helper-compilation-targets/node_modules/browserslist": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", + "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001580", + "electron-to-chromium": "^1.4.648", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "@babel/plugin-proposal-json-strings": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", - "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "node_modules/@babel/helper-compilation-targets/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3" + "bin": { + "semver": "bin/semver.js" } }, - "@babel/plugin-proposal-logical-assignment-operators": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.18.9.tgz", - "integrity": "sha512-128YbMpjCrP35IOExw2Fq+x55LMP42DzhOhX2aNNIdI9avSWl2PI0yuBWarr3RYpZBSPtabfadkH2yeRiMD61Q==", + "node_modules/@babel/helper-create-class-features-plugin": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/helper-create-class-features-plugin/-/helper-create-class-features-plugin-7.23.9.tgz", + "integrity": "sha512-B2L9neXTIyPQoXDm+NtovPvG6VOLWnaXu3BIeVDWwdKFgG30oNa6CqVGiJPDWQwIAK49t9gnQI9c6K6RzabiKw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-member-expression-to-functions": "^7.23.0", + "@babel/helper-optimise-call-expression": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "@babel/plugin-proposal-nullish-coalescing-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", - "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-proposal-numeric-separator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", - "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "node_modules/@babel/helper-create-class-features-plugin/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-numeric-separator": "^7.10.4" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-proposal-object-rest-spread": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.19.4.tgz", - "integrity": "sha512-wHmj6LDxVDnL+3WhXteUBaoM1aVILZODAUjg11kHqG4cOlfgMQGxw6aCgvrXrmaJR3Bn14oZhImyCPZzRpC93Q==", + "node_modules/@babel/helper-create-class-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "requires": { - "@babel/compat-data": "^7.19.4", - "@babel/helper-compilation-targets": "^7.19.3", - "@babel/helper-plugin-utils": "^7.19.0", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-transform-parameters": "^7.18.8" + "bin": { + "semver": "bin/semver.js" } }, - "@babel/plugin-proposal-optional-catch-binding": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", - "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "node_modules/@babel/helper-create-regexp-features-plugin": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-create-regexp-features-plugin/-/helper-create-regexp-features-plugin-7.22.15.tgz", + "integrity": "sha512-29FkPLFjn4TPEa3RE7GpW+qbE8tlsu3jntNYNfcGsc49LphF1PQIiD+vMZ1z1xVOKt+93khA9tc2JBs3kBjA7w==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "regexpu-core": "^5.3.1", + "semver": "^6.3.1" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "@babel/plugin-proposal-optional-chaining": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.18.9.tgz", - "integrity": "sha512-v5nwt4IqBXihxGsW2QmCWMDS3B3bzGIk/EQVZz2ei7f3NJl8NzAJVvUmpDW5q1CRNY+Beb/k58UAH1Km1N411w==", + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9", - "@babel/plugin-syntax-optional-chaining": "^7.8.3" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-proposal-private-methods": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", - "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "node_modules/@babel/helper-create-regexp-features-plugin/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "requires": { - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "bin": { + "semver": "bin/semver.js" } }, - "@babel/plugin-proposal-private-property-in-object": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.18.6.tgz", - "integrity": "sha512-9Rysx7FOctvT5ouj5JODjAFAkgGoudQuLPamZb0v1TGLpapdNaftzifU8NTWQm0IRjqoYypdrSmyWgkocDQ8Dw==", + "node_modules/@babel/helper-define-polyfill-provider": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@babel/helper-define-polyfill-provider/-/helper-define-polyfill-provider-0.3.3.tgz", + "integrity": "sha512-z5aQKU4IzbqCC1XH0nAqfsFLMVSo22SBKUc0BxGrLkolTdPTructy0ToNnlO2zA4j9Q/7pjMZf0DSY+DSTYzww==", "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-create-class-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + "dependencies": { + "@babel/helper-compilation-targets": "^7.17.7", + "@babel/helper-plugin-utils": "^7.16.7", + "debug": "^4.1.1", + "lodash.debounce": "^4.0.8", + "resolve": "^1.14.2", + "semver": "^6.1.2" + }, + "peerDependencies": { + "@babel/core": "^7.4.0-0" } }, - "@babel/plugin-proposal-unicode-property-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", - "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "node_modules/@babel/helper-define-polyfill-provider/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "bin": { + "semver": "bin/semver.js" } }, - "@babel/plugin-syntax-async-generators": { - "version": "7.8.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", - "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", + "node_modules/@babel/helper-environment-visitor": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-environment-visitor/-/helper-environment-visitor-7.22.20.tgz", + "integrity": "sha512-zfedSIzFhat/gFhWfHtgWvlec0nqB9YEIVrpuwjruLlXfUSnA8cJB0miHKwqDnQ7d32aKo2xt88/xZptwxbfhA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-class-properties": { - "version": "7.12.13", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", - "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", + "node_modules/@babel/helper-function-name": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-function-name/-/helper-function-name-7.23.0.tgz", + "integrity": "sha512-OErEqsrxjZTJciZ4Oo+eoZqeW9UIiOcuYKRJA4ZAgV9myA+pOXhhmpfNCKjEH/auVfEYVFJ6y1Tc4r0eIApqiw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.12.13" + "dependencies": { + "@babel/template": "^7.22.15", + "@babel/types": "^7.23.0" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-class-static-block": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", - "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", + "node_modules/@babel/helper-function-name/node_modules/@babel/template": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", + "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" + "dependencies": { + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-dynamic-import": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", - "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", + "node_modules/@babel/helper-hoist-variables": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-hoist-variables/-/helper-hoist-variables-7.22.5.tgz", + "integrity": "sha512-wGjk9QZVzvknA6yKIUURb8zY3grXCcOZt+/7Wcy8O2uctxhplmUPkOdlgoNhmdVee2c92JXbf1xpMtVNbfoxRw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-export-namespace-from": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", - "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", + "node_modules/@babel/helper-member-expression-to-functions": { + "version": "7.23.0", + "resolved": "https://registry.npmjs.org/@babel/helper-member-expression-to-functions/-/helper-member-expression-to-functions-7.23.0.tgz", + "integrity": "sha512-6gfrPwh7OuT6gZyJZvd6WbTfrqAo7vm4xCzAXOusKqq/vWdKXphTpj5klHKNmRUU6/QRGlBsyU9mAIPaWHlqJA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.3" + "dependencies": { + "@babel/types": "^7.23.0" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-import-assertions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.18.6.tgz", - "integrity": "sha512-/DU3RXad9+bZwrgWJQKbr39gYbJpLJHezqEzRzi/BHRlJ9zsQb4CK2CA/5apllXNomwA1qHwzvHl+AdEmC5krQ==", + "node_modules/@babel/helper-module-imports": { + "version": "7.22.15", + "resolved": "https://registry.npmjs.org/@babel/helper-module-imports/-/helper-module-imports-7.22.15.tgz", + "integrity": "sha512-0pYVBnDKZO2fnSPCrgM/6WMc7eS20Fbok+0r88fp+YtWVLZrp4CkafFGIp+W0VKw4a22sgebPT99y+FDNMdP4w==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/types": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-json-strings": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", - "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", + "node_modules/@babel/helper-module-transforms": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/helper-module-transforms/-/helper-module-transforms-7.23.3.tgz", + "integrity": "sha512-7bBs4ED9OmswdfDzpz4MpWgSrV7FXlc3zIagvLFjS5H+Mk7Snr21vQ6QwrsoCGMfNC4e4LQPdoULEt4ykz0SRQ==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-module-imports": "^7.22.15", + "@babel/helper-simple-access": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/helper-validator-identifier": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "@babel/plugin-syntax-logical-assignment-operators": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", - "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", + "node_modules/@babel/helper-module-transforms/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-nullish-coalescing-operator": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", - "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "node_modules/@babel/helper-optimise-call-expression": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-optimise-call-expression/-/helper-optimise-call-expression-7.22.5.tgz", + "integrity": "sha512-HBwaojN0xFRx4yIvpwGqxiV2tUfl7401jlok564NgB9EHS1y6QT17FmKWm4ztqjeVdXLuC4fSvHc5ePpQjoTbw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-numeric-separator": { - "version": "7.10.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", - "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", + "node_modules/@babel/helper-plugin-utils": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-plugin-utils/-/helper-plugin-utils-7.22.5.tgz", + "integrity": "sha512-uLls06UVKgFG9QD4OeFYLEGteMIAa5kpTPcFL28yuCIIzsf6ZyKZMllKVOCZFhiZ5ptnwX4mtKdWCBE/uT4amg==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.10.4" + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-object-rest-spread": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", - "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", + "node_modules/@babel/helper-remap-async-to-generator": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-remap-async-to-generator/-/helper-remap-async-to-generator-7.22.20.tgz", + "integrity": "sha512-pBGyV4uBqOns+0UvhsTO8qgl8hO89PmiDYv+/COyp1aeMcmfrfruz+/nCMFiYyFF/Knn0yfrC85ZzNFjembFTw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-wrap-function": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "@babel/plugin-syntax-optional-catch-binding": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", - "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", + "node_modules/@babel/helper-remap-async-to-generator/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-optional-chaining": { - "version": "7.8.3", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", - "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", + "node_modules/@babel/helper-replace-supers": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-replace-supers/-/helper-replace-supers-7.22.20.tgz", + "integrity": "sha512-qsW0In3dbwQUbK8kejJ4R7IHVGwHJlV6lpG6UA7a9hSa2YEiAib+N1T2kr6PEeUT+Fl7najmSOS6SmAwCHK6Tw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.8.0" + "dependencies": { + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-member-expression-to-functions": "^7.22.15", + "@babel/helper-optimise-call-expression": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "@babel/plugin-syntax-private-property-in-object": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", - "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", + "node_modules/@babel/helper-simple-access": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-simple-access/-/helper-simple-access-7.22.5.tgz", + "integrity": "sha512-n0H99E/K+Bika3++WNL17POvo4rKWZ7lZEp1Q+fStVbUi8nxPQEBOlTmCOxW/0JsS56SKKQ+ojAe2pHKJHN35w==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-syntax-top-level-await": { - "version": "7.14.5", - "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", - "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", + "node_modules/@babel/helper-skip-transparent-expression-wrappers": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-skip-transparent-expression-wrappers/-/helper-skip-transparent-expression-wrappers-7.22.5.tgz", + "integrity": "sha512-tK14r66JZKiC43p8Ki33yLBVJKlQDFoA8GYN67lWCDCqoL6EMMSuM9b+Iff2jHaM/RRFYl7K+iiru7hbRqNx8Q==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.14.5" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-arrow-functions": { + "node_modules/@babel/helper-split-export-declaration": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.18.6.tgz", - "integrity": "sha512-9S9X9RUefzrsHZmKMbDXxweEH+YlE8JJEuat9FdvW9Qh1cw7W64jELCtWNkPBPX5En45uy28KGvA/AySqUh8CQ==", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.18.6.tgz", + "integrity": "sha512-bde1etTx6ZyTmobl9LLMMQsaizFVZrquTEHOqKeQESMKo4PlObf+8+JA25ZsIpZhT/WEd39+vOdLXAFG/nELpA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/types": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-async-to-generator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.18.6.tgz", - "integrity": "sha512-ARE5wZLKnTgPW7/1ftQmSi1CmkqqHo2DNmtztFhvgtOWSDfq0Cq9/9L+KnZNYSNrydBekhW3rwShduf59RoXag==", + "node_modules/@babel/helper-string-parser": { + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/helper-string-parser/-/helper-string-parser-7.23.4.tgz", + "integrity": "sha512-803gmbQdqwdf4olxrX4AJyFBV/RTr3rSmOj0rKwesmzlfhYNDEs+/iOcznzpNWlJlIlTJC2QfPFcHB6DlzdVLQ==", "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-remap-async-to-generator": "^7.18.6" + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-block-scoped-functions": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.18.6.tgz", - "integrity": "sha512-ExUcOqpPWnliRcPqves5HJcJOvHvIIWfuS4sroBUenPuMdmW+SMHDakmtS7qOo13sVppmUijqeTv7qqGsvURpQ==", + "node_modules/@babel/helper-validator-identifier": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-identifier/-/helper-validator-identifier-7.22.20.tgz", + "integrity": "sha512-Y4OZ+ytlatR8AI+8KZfKuL5urKp7qey08ha31L8b3BwewJAoJamTzyvxPR/5D+KkdJCGPq/+8TukHBlY10FX9A==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-block-scoping": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.19.4.tgz", - "integrity": "sha512-934S2VLLlt2hRJwPf4MczaOr4hYF0z+VKPwqTNxyKX7NthTiPfhuKFWQZHXRM0vh/wo/VyXB3s4bZUNA08l+tQ==", + "node_modules/@babel/helper-validator-option": { + "version": "7.23.5", + "resolved": "https://registry.npmjs.org/@babel/helper-validator-option/-/helper-validator-option-7.23.5.tgz", + "integrity": "sha512-85ttAOMLsr53VgXkTbkx8oA6YTfT4q7/HzXSLEYmjcSTJPMPQtvq1BD79Byep5xMUYbGRzEpDsjUf3dyp54IKw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.19.0" + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-classes": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.19.0.tgz", - "integrity": "sha512-YfeEE9kCjqTS9IitkgfJuxjcEtLUHMqa8yUJ6zdz8vR7hKuo6mOy2C05P0F1tdMmDCeuyidKnlrw/iTppHcr2A==", + "node_modules/@babel/helper-wrap-function": { + "version": "7.22.20", + "resolved": "https://registry.npmjs.org/@babel/helper-wrap-function/-/helper-wrap-function-7.22.20.tgz", + "integrity": "sha512-pms/UwkOpnQe/PDAEdV/d7dVCoBbB+R4FvYoHGZz+4VPcg7RtYy2KP7S2lbuWM6FCSgob5wshfGESbC/hzNXZw==", "dev": true, - "requires": { - "@babel/helper-annotate-as-pure": "^7.18.6", - "@babel/helper-compilation-targets": "^7.19.0", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.19.0", - "@babel/helper-optimise-call-expression": "^7.18.6", - "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-replace-supers": "^7.18.9", - "@babel/helper-split-export-declaration": "^7.18.6", - "globals": "^11.1.0" + "dependencies": { + "@babel/helper-function-name": "^7.22.5", + "@babel/template": "^7.22.15", + "@babel/types": "^7.22.19" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-computed-properties": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.18.9.tgz", - "integrity": "sha512-+i0ZU1bCDymKakLxn5srGHrsAPRELC2WIbzwjLhHW9SIE1cPYkLCL0NlnXMZaM1vhfgA2+M7hySk42VBvrkBRw==", + "node_modules/@babel/helper-wrap-function/node_modules/@babel/template": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", + "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" + "dependencies": { + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-destructuring": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.19.4.tgz", - "integrity": "sha512-t0j0Hgidqf0aM86dF8U+vXYReUgJnlv4bZLsyoPnwZNrGY+7/38o8YjaELrvHeVfTZao15kjR0PVv0nju2iduA==", + "node_modules/@babel/helpers": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/helpers/-/helpers-7.23.9.tgz", + "integrity": "sha512-87ICKgU5t5SzOT7sBMfCOZQ2rHjRU+Pcb9BoILMYz600W6DkVRLFBPwQ18gwUVvggqXivaUakpnxWQGbpywbBQ==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.19.0" + "dependencies": { + "@babel/template": "^7.23.9", + "@babel/traverse": "^7.23.9", + "@babel/types": "^7.23.9" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-dotall-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.18.6.tgz", - "integrity": "sha512-6S3jpun1eEbAxq7TdjLotAsl4WpQI9DxfkycRcKrjhQYzU87qpXdknpBg/e+TdcMehqGnLFi7tnFUBR02Vq6wg==", + "node_modules/@babel/helpers/node_modules/@babel/template": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", + "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-duplicate-keys": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.18.9.tgz", - "integrity": "sha512-d2bmXCtZXYc59/0SanQKbiWINadaJXqtvIQIzd4+hNwkWBgyCd5F/2t1kXoUdvPMrxzPvhK6EMQRROxsue+mfw==", + "node_modules/@babel/highlight": { + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/highlight/-/highlight-7.23.4.tgz", + "integrity": "sha512-acGdbYSfp2WheJoJm/EBBBLh/ID8KDc64ISZ9DYtBmC8/Q204PZJLHyzeB5qMzJ5trcOkybd78M4x2KWsUq++A==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" + "dependencies": { + "@babel/helper-validator-identifier": "^7.22.20", + "chalk": "^2.4.2", + "js-tokens": "^4.0.0" + }, + "engines": { + "node": ">=6.9.0" } }, - "@babel/plugin-transform-exponentiation-operator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.18.6.tgz", - "integrity": "sha512-wzEtc0+2c88FVR34aQmiz56dxEkxr2g8DQb/KfaFa1JYXOFVsbhvAonFN6PwVWj++fKmku8NP80plJ5Et4wqHw==", + "node_modules/@babel/parser": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/parser/-/parser-7.23.9.tgz", + "integrity": "sha512-9tcKgqKbs3xGJ+NtKF2ndOBBLVwPjl1SHxPQkd36r3Dlirw3xWUeGaTbqr7uGZcTaxkVNwc+03SVP7aCdWrTlA==", "dev": true, - "requires": { - "@babel/helper-builder-binary-assignment-operator-visitor": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "bin": { + "parser": "bin/babel-parser.js" + }, + "engines": { + "node": ">=6.0.0" } }, - "@babel/plugin-transform-for-of": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.18.8.tgz", - "integrity": "sha512-yEfTRnjuskWYo0k1mHUqrVWaZwrdq8AYbfrpqULOJOaucGSp4mNMVps+YtA8byoevxS/urwU75vyhQIxcCgiBQ==", + "node_modules/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression/-/plugin-bugfix-safari-id-destructuring-collision-in-function-expression-7.23.3.tgz", + "integrity": "sha512-iRkKcCqb7iGnq9+3G6rZ+Ciz5VywC4XNRHe57lKM+jOeYAoR0lVqdeeDRfh0tQcTfw/+vBhHn926FmQhLtlFLQ==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" } }, - "@babel/plugin-transform-function-name": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.18.9.tgz", - "integrity": "sha512-WvIBoRPaJQ5yVHzcnJFor7oS5Ls0PYixlTYE63lCj2RtdQEl15M68FXQlxnG6wdraJIXRdR7KI+hQ7q/9QjrCQ==", + "node_modules/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining/-/plugin-bugfix-v8-spread-parameters-in-optional-chaining-7.23.3.tgz", + "integrity": "sha512-WwlxbfMNdVEpQjZmK5mhm7oSwD3dS6eU+Iwsi4Knl9wAletWem7kaRsGOG+8UEbRyqxY4SS5zvtfXwX+jMxUwQ==", "dev": true, - "requires": { - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-function-name": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9" + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-transform-optional-chaining": "^7.23.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.13.0" } }, - "@babel/plugin-transform-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.18.9.tgz", - "integrity": "sha512-IFQDSRoTPnrAIrI5zoZv73IFeZu2dhu6irxQjY9rNjTT53VmKg9fenjvoiOWOkJ6mm4jKVPtdMzBY98Fp4Z4cg==", + "node_modules/@babel/plugin-proposal-async-generator-functions": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-async-generator-functions/-/plugin-proposal-async-generator-functions-7.20.7.tgz", + "integrity": "sha512-xMbiLsn/8RK7Wq7VeVytytS2L6qE69bXPB10YCmMdDZbKF4okCqY74pI/jJQ/8U0b/F6NrT2+14b8/P9/3AMGA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-async-generator-functions instead.", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" + "dependencies": { + "@babel/helper-environment-visitor": "^7.18.9", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-remap-async-to-generator": "^7.18.9", + "@babel/plugin-syntax-async-generators": "^7.8.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-member-expression-literals": { + "node_modules/@babel/plugin-proposal-class-properties": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.18.6.tgz", - "integrity": "sha512-qSF1ihLGO3q+/g48k85tUjD033C29TNTVB2paCwZPVmOsjn9pClvYYrM2VeJpBY2bcNkuny0YUyTNRyRxJ54KA==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-properties/-/plugin-proposal-class-properties-7.18.6.tgz", + "integrity": "sha512-cumfXOF0+nzZrrN8Rf0t7M+tF6sZc7vhQwYQck9q1/5w2OExlD+b4v4RpMJFaV1Z7WcDRgO6FqvxqxGlwo+RHQ==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-properties instead.", "dev": true, - "requires": { + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-modules-amd": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.18.6.tgz", - "integrity": "sha512-Pra5aXsmTsOnjM3IajS8rTaLCy++nGM4v3YR4esk5PCsyg9z8NA5oQLwxzMUtDBd8F+UmVza3VxoAaWCbzH1rg==", + "node_modules/@babel/plugin-proposal-class-static-block": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-class-static-block/-/plugin-proposal-class-static-block-7.21.0.tgz", + "integrity": "sha512-XP5G9MWNUskFuP30IfFSEFB0Z6HzLIUcjYM4bYOPHXl7eiJ9HFv8tWj6TXTN5QODiEhDZAeI4hLok2iHFFV4hw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-class-static-block instead.", "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-class-static-block": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0" } }, - "@babel/plugin-transform-modules-commonjs": { + "node_modules/@babel/plugin-proposal-dynamic-import": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.18.6.tgz", - "integrity": "sha512-Qfv2ZOWikpvmedXQJDSbxNqy7Xr/j2Y8/KfijM0iJyKkBTmWuvCA1yeH1yDM7NJhBW/2aXxeucLj6i80/LAJ/Q==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-dynamic-import/-/plugin-proposal-dynamic-import-7.18.6.tgz", + "integrity": "sha512-1auuwmK+Rz13SJj36R+jqFPMJWyKEDd7lLSdOj4oJK0UTgGueSAtkrCvz9ewmgyU/P941Rv2fQwZJN8s6QruXw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-dynamic-import instead.", "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", + "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-simple-access": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "@babel/plugin-syntax-dynamic-import": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-modules-systemjs": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.19.0.tgz", - "integrity": "sha512-x9aiR0WXAWmOWsqcsnrzGR+ieaTMVyGyffPVA7F8cXAGt/UxefYv6uSHZLkAFChN5M5Iy1+wjE+xJuPt22H39A==", + "node_modules/@babel/plugin-proposal-export-namespace-from": { + "version": "7.18.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-export-namespace-from/-/plugin-proposal-export-namespace-from-7.18.9.tgz", + "integrity": "sha512-k1NtHyOMvlDDFeb9G5PhUXuGj8m/wiwojgQVEhJ/fsVsMCpLyOP4h0uGEjYJKrRI+EVPlb5Jk+Gt9P97lOGwtA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-export-namespace-from instead.", "dev": true, - "requires": { - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-module-transforms": "^7.19.0", - "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-validator-identifier": "^7.18.6", - "babel-plugin-dynamic-import-node": "^2.3.3" + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.9", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-modules-umd": { + "node_modules/@babel/plugin-proposal-json-strings": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.18.6.tgz", - "integrity": "sha512-dcegErExVeXcRqNtkRU/z8WlBLnvD4MRnHgNs3MytRO1Mn1sHRyhbcpYbVMGclAqOjdW+9cfkdZno9dFdfKLfQ==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-json-strings/-/plugin-proposal-json-strings-7.18.6.tgz", + "integrity": "sha512-lr1peyn9kOdbYc0xr0OdHTZ5FMqS6Di+H0Fz2I/JwMzGmzJETNeOFq2pBySw6X/KFL5EWDjlJuMsUGRFb8fQgQ==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-json-strings instead.", "dev": true, - "requires": { - "@babel/helper-module-transforms": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-json-strings": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-named-capturing-groups-regex": { - "version": "7.19.1", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.19.1.tgz", - "integrity": "sha512-oWk9l9WItWBQYS4FgXD4Uyy5kq898lvkXpXQxoJEY1RnvPk4R/Dvu2ebXU9q8lP+rlMwUQTFf2Ok6d78ODa0kw==", + "node_modules/@babel/plugin-proposal-logical-assignment-operators": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-logical-assignment-operators/-/plugin-proposal-logical-assignment-operators-7.20.7.tgz", + "integrity": "sha512-y7C7cZgpMIjWlKE5T7eJwp+tnRYM89HmRvWM5EQuB5BoHEONjmQ8lSNmBUwOyy/GFRsohJED51YBF79hE1djug==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-logical-assignment-operators instead.", "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.19.0", - "@babel/helper-plugin-utils": "^7.19.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-new-target": { + "node_modules/@babel/plugin-proposal-nullish-coalescing-operator": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.18.6.tgz", - "integrity": "sha512-DjwFA/9Iu3Z+vrAn+8pBUGcjhxKguSMlsFqeCKbhb9BAV756v0krzVK04CRDi/4aqmk8BsHb4a/gFcaA5joXRw==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-nullish-coalescing-operator/-/plugin-proposal-nullish-coalescing-operator-7.18.6.tgz", + "integrity": "sha512-wQxQzxYeJqHcfppzBDnm1yAY0jSRkUXR2z8RePZYrKwMKgMlE8+Z6LUno+bd6LvbGh8Gltvy74+9pIYkr+XkKA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-nullish-coalescing-operator instead.", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-object-super": { + "node_modules/@babel/plugin-proposal-numeric-separator": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.18.6.tgz", - "integrity": "sha512-uvGz6zk+pZoS1aTZrOvrbj6Pp/kK2mp45t2B+bTDre2UgsZZ8EZLSJtUg7m/no0zOJUWgFONpB7Zv9W2tSaFlA==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-numeric-separator/-/plugin-proposal-numeric-separator-7.18.6.tgz", + "integrity": "sha512-ozlZFogPqoLm8WBr5Z8UckIoE4YQ5KESVcNudyXOR8uqIkliTEgJ3RoketfG6pmzLdeZF0H/wjE9/cCEitBl7Q==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-numeric-separator instead.", "dev": true, - "requires": { + "dependencies": { "@babel/helper-plugin-utils": "^7.18.6", - "@babel/helper-replace-supers": "^7.18.6" + "@babel/plugin-syntax-numeric-separator": "^7.10.4" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-parameters": { - "version": "7.18.8", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.18.8.tgz", - "integrity": "sha512-ivfbE3X2Ss+Fj8nnXvKJS6sjRG4gzwPMsP+taZC+ZzEGjAYlvENixmt1sZ5Ca6tWls+BlKSGKPJ6OOXvXCbkFg==", + "node_modules/@babel/plugin-proposal-object-rest-spread": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-object-rest-spread/-/plugin-proposal-object-rest-spread-7.20.7.tgz", + "integrity": "sha512-d2S98yCiLxDVmBmE8UjGcfPvNEUbA1U5q5WxaWFUGRzJSVAZqm5W6MbPct0jxnegUZ0niLeNX+IOzEs7wYg9Dg==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-object-rest-spread instead.", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/compat-data": "^7.20.5", + "@babel/helper-compilation-targets": "^7.20.7", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-transform-parameters": "^7.20.7" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-property-literals": { + "node_modules/@babel/plugin-proposal-optional-catch-binding": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.18.6.tgz", - "integrity": "sha512-cYcs6qlgafTud3PAzrrRNbQtfpQ8+y/+M5tKmksS9+M1ckbH6kzY8MrexEM9mcA6JDsukE19iIRvAyYl463sMg==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-catch-binding/-/plugin-proposal-optional-catch-binding-7.18.6.tgz", + "integrity": "sha512-Q40HEhs9DJQyaZfUjjn6vE8Cv4GmMHCYuMGIWUnlxH6400VGxOuwWsPt4FxXxJkC/5eOzgn0z21M9gMT4MOhbw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-catch-binding instead.", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/helper-plugin-utils": "^7.18.6", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-regenerator": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.18.6.tgz", - "integrity": "sha512-poqRI2+qiSdeldcz4wTSTXBRryoq3Gc70ye7m7UD5Ww0nE29IXqMl6r7Nd15WBgRd74vloEMlShtH6CKxVzfmQ==", + "node_modules/@babel/plugin-proposal-optional-chaining": { + "version": "7.21.0", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-optional-chaining/-/plugin-proposal-optional-chaining-7.21.0.tgz", + "integrity": "sha512-p4zeefM72gpmEe2fkUr/OnOXpWEf8nAgk7ZYVqqfFiyIG7oFfVZcCrU64hWn5xp4tQ9LkV4bTIa5rD0KANpKNA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-optional-chaining instead.", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6", - "regenerator-transform": "^0.15.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-skip-transparent-expression-wrappers": "^7.20.0", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-reserved-words": { + "node_modules/@babel/plugin-proposal-private-methods": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.18.6.tgz", - "integrity": "sha512-oX/4MyMoypzHjFrT1CdivfKZ+XvIPMFXwwxHp/r0Ddy2Vuomt4HDFGmft1TAY2yiTKiNSsh3kjBAzcM8kSdsjA==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-methods/-/plugin-proposal-private-methods-7.18.6.tgz", + "integrity": "sha512-nutsvktDItsNn4rpGItSNV2sz1XwS+nfU0Rg8aCx3W3NOKVzdMjJRu0O5OkgDp3ZGICSTbgRpxZoWsxoKRvbeA==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-methods instead.", "dev": true, - "requires": { + "dependencies": { + "@babel/helper-create-class-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-runtime": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.18.10.tgz", - "integrity": "sha512-q5mMeYAdfEbpBAgzl7tBre/la3LeCxmDO1+wMXRdPWbcoMjR3GiXlCLk7JBZVVye0bqTGNMbt0yYVXX1B1jEWQ==", + "node_modules/@babel/plugin-proposal-private-property-in-object": { + "version": "7.21.11", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-private-property-in-object/-/plugin-proposal-private-property-in-object-7.21.11.tgz", + "integrity": "sha512-0QZ8qP/3RLDVBwBFoWAwCtgcDZJVwA5LUJRZU8x2YFfKNuFq161wK3cuGrALu5yiPu+vzwTAg/sMWVNeWeNyaw==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-private-property-in-object instead.", "dev": true, - "requires": { - "@babel/helper-module-imports": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.9", - "babel-plugin-polyfill-corejs2": "^0.3.2", - "babel-plugin-polyfill-corejs3": "^0.5.3", - "babel-plugin-polyfill-regenerator": "^0.4.0", - "semver": "^6.3.0" - }, "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "@babel/helper-annotate-as-pure": "^7.18.6", + "@babel/helper-create-class-features-plugin": "^7.21.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-shorthand-properties": { + "node_modules/@babel/plugin-proposal-unicode-property-regex": { "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.18.6.tgz", - "integrity": "sha512-eCLXXJqv8okzg86ywZJbRn19YJHU4XUa55oz2wbHhaQVn/MM+XhukiT7SYqp/7o00dg52Rj51Ny+Ecw4oyoygw==", + "resolved": "https://registry.npmjs.org/@babel/plugin-proposal-unicode-property-regex/-/plugin-proposal-unicode-property-regex-7.18.6.tgz", + "integrity": "sha512-2BShG/d5yoZyXZfVePH91urL5wTG6ASZU9M4o03lKK8u8UW1y08OMttBSOADTcJrnPMpvDXRG3G8fyLh4ovs8w==", + "deprecated": "This proposal has been merged to the ECMAScript standard and thus this plugin is no longer maintained. Please use @babel/plugin-transform-unicode-property-regex instead.", "dev": true, - "requires": { + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.18.6", "@babel/helper-plugin-utils": "^7.18.6" + }, + "engines": { + "node": ">=4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-spread": { - "version": "7.19.0", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.19.0.tgz", - "integrity": "sha512-RsuMk7j6n+r752EtzyScnWkQyuJdli6LdO5Klv8Yx0OfPVTcQkIUfS8clx5e9yHXzlnhOZF3CbQ8C2uP5j074w==", + "node_modules/@babel/plugin-syntax-async-generators": { + "version": "7.8.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-async-generators/-/plugin-syntax-async-generators-7.8.4.tgz", + "integrity": "sha512-tycmZxkGfZaxhMRbXlPXuVFpdWlXpir2W4AMhSJgRKzk/eDlIXOhb2LHWoLpDF7TEHylV5zNhykX6KAgHJmTNw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.19.0", - "@babel/helper-skip-transparent-expression-wrappers": "^7.18.9" + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-sticky-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.18.6.tgz", - "integrity": "sha512-kfiDrDQ+PBsQDO85yj1icueWMfGfJFKN1KCkndygtu/C9+XUfydLC8Iv5UYJqRwy4zk8EcplRxEOeLyjq1gm6Q==", + "node_modules/@babel/plugin-syntax-class-properties": { + "version": "7.12.13", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-properties/-/plugin-syntax-class-properties-7.12.13.tgz", + "integrity": "sha512-fm4idjKla0YahUNgFNLCB0qySdsoPiZP3iQE3rky0mBUtMZ23yDJ9SJdg6dXTSDnulOVqiF3Hgr9nbXvXTQZYA==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.6" + "dependencies": { + "@babel/helper-plugin-utils": "^7.12.13" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-template-literals": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.18.9.tgz", - "integrity": "sha512-S8cOWfT82gTezpYOiVaGHrCbhlHgKhQt8XH5ES46P2XWmX92yisoZywf5km75wv5sYcXDUCLMmMxOLCtthDgMA==", + "node_modules/@babel/plugin-syntax-class-static-block": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-class-static-block/-/plugin-syntax-class-static-block-7.14.5.tgz", + "integrity": "sha512-b+YyPmr6ldyNnM6sqYeMWE+bgJcJpO6yS4QD7ymxgH34GBPNDM/THBh8iunyvKIZztiwLH4CJZ0RxTk9emgpjw==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-typeof-symbol": { - "version": "7.18.9", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.18.9.tgz", - "integrity": "sha512-SRfwTtF11G2aemAZWivL7PD+C9z52v9EvMqH9BuYbabyPuKUvSWks3oCg6041pT925L4zVFqaVBeECwsmlguEw==", + "node_modules/@babel/plugin-syntax-dynamic-import": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-dynamic-import/-/plugin-syntax-dynamic-import-7.8.3.tgz", + "integrity": "sha512-5gdGbFon+PszYzqs83S3E5mpi7/y/8M9eC90MRTZfduQOYW76ig6SOSPNe41IG5LoP3FGBn2N0RjVDSQiS94kQ==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-unicode-escapes": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.18.10.tgz", - "integrity": "sha512-kKAdAI+YzPgGY/ftStBFXTI1LZFju38rYThnfMykS+IXy8BVx+res7s2fxf1l8I35DV2T97ezo6+SGrXz6B3iQ==", + "node_modules/@babel/plugin-syntax-export-namespace-from": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-export-namespace-from/-/plugin-syntax-export-namespace-from-7.8.3.tgz", + "integrity": "sha512-MXf5laXo6c1IbEbegDmzGPwGNTsHZmEy6QGznu5Sh2UCWvueywb2ee+CCE4zQiZstxU9BMoQO9i6zUFSY0Kj0Q==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.18.9" + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/plugin-transform-unicode-regex": { - "version": "7.18.6", - "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.18.6.tgz", - "integrity": "sha512-gE7A6Lt7YLnNOL3Pb9BNeZvi+d8l7tcRrG4+pwJjK9hD2xX4mEvjlQW60G9EEmfXVYRPv9VRQcyegIVHCql/AA==", + "node_modules/@babel/plugin-syntax-import-assertions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-import-assertions/-/plugin-syntax-import-assertions-7.23.3.tgz", + "integrity": "sha512-lPgDSU+SJLK3xmFDTV2ZRQAiM7UuUjGidwBywFavObCiZc1BeAAcMtHJKUya92hPHO+at63JJPLygilZard8jw==", "dev": true, - "requires": { - "@babel/helper-create-regexp-features-plugin": "^7.18.6", - "@babel/helper-plugin-utils": "^7.18.6" - } + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } }, - "@babel/preset-env": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.18.10.tgz", - "integrity": "sha512-wVxs1yjFdW3Z/XkNfXKoblxoHgbtUF7/l3PvvP4m02Qz9TZ6uZGxRVYjSQeR87oQmHco9zWitW5J82DJ7sCjvA==", + "node_modules/@babel/plugin-syntax-json-strings": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-json-strings/-/plugin-syntax-json-strings-7.8.3.tgz", + "integrity": "sha512-lY6kdGpWHvjoe2vk4WrAapEuBR69EMxZl+RoGRhrFGNYVK8mOPAW8VfbT/ZgrFbXlDNiiaxQnAtgVCZ6jv30EA==", "dev": true, - "requires": { - "@babel/compat-data": "^7.18.8", - "@babel/helper-compilation-targets": "^7.18.9", - "@babel/helper-plugin-utils": "^7.18.9", - "@babel/helper-validator-option": "^7.18.6", - "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", - "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-async-generator-functions": "^7.18.10", - "@babel/plugin-proposal-class-properties": "^7.18.6", - "@babel/plugin-proposal-class-static-block": "^7.18.6", - "@babel/plugin-proposal-dynamic-import": "^7.18.6", - "@babel/plugin-proposal-export-namespace-from": "^7.18.9", - "@babel/plugin-proposal-json-strings": "^7.18.6", - "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", - "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", - "@babel/plugin-proposal-numeric-separator": "^7.18.6", - "@babel/plugin-proposal-object-rest-spread": "^7.18.9", - "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", - "@babel/plugin-proposal-optional-chaining": "^7.18.9", - "@babel/plugin-proposal-private-methods": "^7.18.6", - "@babel/plugin-proposal-private-property-in-object": "^7.18.6", - "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", - "@babel/plugin-syntax-async-generators": "^7.8.4", - "@babel/plugin-syntax-class-properties": "^7.12.13", - "@babel/plugin-syntax-class-static-block": "^7.14.5", - "@babel/plugin-syntax-dynamic-import": "^7.8.3", - "@babel/plugin-syntax-export-namespace-from": "^7.8.3", - "@babel/plugin-syntax-import-assertions": "^7.18.6", - "@babel/plugin-syntax-json-strings": "^7.8.3", - "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", - "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", - "@babel/plugin-syntax-numeric-separator": "^7.10.4", - "@babel/plugin-syntax-object-rest-spread": "^7.8.3", - "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", - "@babel/plugin-syntax-optional-chaining": "^7.8.3", - "@babel/plugin-syntax-private-property-in-object": "^7.14.5", - "@babel/plugin-syntax-top-level-await": "^7.14.5", - "@babel/plugin-transform-arrow-functions": "^7.18.6", - "@babel/plugin-transform-async-to-generator": "^7.18.6", - "@babel/plugin-transform-block-scoped-functions": "^7.18.6", - "@babel/plugin-transform-block-scoping": "^7.18.9", - "@babel/plugin-transform-classes": "^7.18.9", - "@babel/plugin-transform-computed-properties": "^7.18.9", - "@babel/plugin-transform-destructuring": "^7.18.9", - "@babel/plugin-transform-dotall-regex": "^7.18.6", - "@babel/plugin-transform-duplicate-keys": "^7.18.9", - "@babel/plugin-transform-exponentiation-operator": "^7.18.6", - "@babel/plugin-transform-for-of": "^7.18.8", - "@babel/plugin-transform-function-name": "^7.18.9", - "@babel/plugin-transform-literals": "^7.18.9", - "@babel/plugin-transform-member-expression-literals": "^7.18.6", - "@babel/plugin-transform-modules-amd": "^7.18.6", - "@babel/plugin-transform-modules-commonjs": "^7.18.6", - "@babel/plugin-transform-modules-systemjs": "^7.18.9", - "@babel/plugin-transform-modules-umd": "^7.18.6", - "@babel/plugin-transform-named-capturing-groups-regex": "^7.18.6", - "@babel/plugin-transform-new-target": "^7.18.6", - "@babel/plugin-transform-object-super": "^7.18.6", - "@babel/plugin-transform-parameters": "^7.18.8", - "@babel/plugin-transform-property-literals": "^7.18.6", - "@babel/plugin-transform-regenerator": "^7.18.6", - "@babel/plugin-transform-reserved-words": "^7.18.6", - "@babel/plugin-transform-shorthand-properties": "^7.18.6", - "@babel/plugin-transform-spread": "^7.18.9", - "@babel/plugin-transform-sticky-regex": "^7.18.6", - "@babel/plugin-transform-template-literals": "^7.18.9", - "@babel/plugin-transform-typeof-symbol": "^7.18.9", - "@babel/plugin-transform-unicode-escapes": "^7.18.10", - "@babel/plugin-transform-unicode-regex": "^7.18.6", - "@babel/preset-modules": "^0.1.5", - "@babel/types": "^7.18.10", - "babel-plugin-polyfill-corejs2": "^0.3.2", - "babel-plugin-polyfill-corejs3": "^0.5.3", - "babel-plugin-polyfill-regenerator": "^0.4.0", - "core-js-compat": "^3.22.1", - "semver": "^6.3.0" - }, "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/preset-modules": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.5.tgz", - "integrity": "sha512-A57th6YRG7oR3cq/yt/Y84MvGgE0eJG2F1JLhKuyG+jFxEgrd/HAMJatiFtmOiZurz+0DkrvbheCLaV5f2JfjA==", + "node_modules/@babel/plugin-syntax-logical-assignment-operators": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-logical-assignment-operators/-/plugin-syntax-logical-assignment-operators-7.10.4.tgz", + "integrity": "sha512-d8waShlpFDinQ5MtvGU9xDAOzKH47+FFoney2baFIoMr952hKOLp1HR7VszoZvOsV/4+RRszNY7D17ba0te0ig==", "dev": true, - "requires": { - "@babel/helper-plugin-utils": "^7.0.0", - "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", - "@babel/plugin-transform-dotall-regex": "^7.4.4", - "@babel/types": "^7.4.4", - "esutils": "^2.0.2" + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/runtime": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.19.4.tgz", - "integrity": "sha512-EXpLCrk55f+cYqmHsSR+yD/0gAIMxxA9QK9lnQWzhMCvt+YmoBN7Zx94s++Kv0+unHk39vxNO8t+CMA2WSS3wA==", - "requires": { - "regenerator-runtime": "^0.13.4" + "node_modules/@babel/plugin-syntax-nullish-coalescing-operator": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-nullish-coalescing-operator/-/plugin-syntax-nullish-coalescing-operator-7.8.3.tgz", + "integrity": "sha512-aSff4zPII1u2QD7y+F8oDsz19ew4IGEJg9SVW+bqwpwtfFleiQDMdzA/R+UlWDzfnHFCxxleFT0PMIrR36XLNQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/runtime-corejs3": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/runtime-corejs3/-/runtime-corejs3-7.19.4.tgz", - "integrity": "sha512-HzjQ8+dzdx7dmZy4DQ8KV8aHi/74AjEbBGTFutBmg/pd3dY5/q1sfuOGPTFGEytlQhWoeVXqcK5BwMgIkRkNDQ==", + "node_modules/@babel/plugin-syntax-numeric-separator": { + "version": "7.10.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-numeric-separator/-/plugin-syntax-numeric-separator-7.10.4.tgz", + "integrity": "sha512-9H6YdfkcK/uOnY/K7/aA2xpzaAgkQn37yzWUMRK7OaPOqOpGS1+n0H5hxT9AUw9EsSjPW8SVyMJwYRtWs3X3ug==", "dev": true, - "requires": { - "core-js-pure": "^3.25.1", - "regenerator-runtime": "^0.13.4" + "dependencies": { + "@babel/helper-plugin-utils": "^7.10.4" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/template": { - "version": "7.18.10", - "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.18.10.tgz", - "integrity": "sha512-TI+rCtooWHr3QJ27kJxfjutghu44DLnasDMwpDqCXVTal9RLp3RSYNh4NdBrRP2cQAoG9A8juOQl6P6oZG4JxA==", + "node_modules/@babel/plugin-syntax-object-rest-spread": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-object-rest-spread/-/plugin-syntax-object-rest-spread-7.8.3.tgz", + "integrity": "sha512-XoqMijGZb9y3y2XskN+P1wUGiVwWZ5JmoDRwx5+3GmEplNyVM2s2Dg8ILFQm8rWM48orGy5YpI5Bl8U1y7ydlA==", "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/parser": "^7.18.10", - "@babel/types": "^7.18.10" + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/traverse": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.19.4.tgz", - "integrity": "sha512-w3K1i+V5u2aJUOXBFFC5pveFLmtq1s3qcdDNC2qRI6WPBQIDaKFqXxDEqDO/h1dQ3HjsZoZMyIy6jGLq0xtw+g==", + "node_modules/@babel/plugin-syntax-optional-catch-binding": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-catch-binding/-/plugin-syntax-optional-catch-binding-7.8.3.tgz", + "integrity": "sha512-6VPD0Pc1lpTqw0aKoeRTMiB+kWhAoT24PA+ksWSBrFtl5SIRVpZlwN3NNPQjehA2E/91FV3RjLWoVTglWcSV3Q==", "dev": true, - "requires": { - "@babel/code-frame": "^7.18.6", - "@babel/generator": "^7.19.4", - "@babel/helper-environment-visitor": "^7.18.9", - "@babel/helper-function-name": "^7.19.0", - "@babel/helper-hoist-variables": "^7.18.6", - "@babel/helper-split-export-declaration": "^7.18.6", - "@babel/parser": "^7.19.4", - "@babel/types": "^7.19.4", - "debug": "^4.1.0", - "globals": "^11.1.0" - }, "dependencies": { - "@babel/generator": { - "version": "7.19.5", - "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.19.5.tgz", - "integrity": "sha512-DxbNz9Lz4aMZ99qPpO1raTbcrI1ZeYh+9NR9qhfkQIbFtVEqotHojEBxHzmxhVONkGt6VyrqVQcgpefMy9pqcg==", - "dev": true, - "requires": { - "@babel/types": "^7.19.4", - "@jridgewell/gen-mapping": "^0.3.2", - "jsesc": "^2.5.1" - } - }, - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@babel/types": { - "version": "7.19.4", - "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.19.4.tgz", - "integrity": "sha512-M5LK7nAeS6+9j7hAq+b3fQs+pNfUtTGq+yFFfHnauFA8zQtLRfmuipmsKDKKLuyG+wC8ABW43A153YNawNTEtw==", + "node_modules/@babel/plugin-syntax-optional-chaining": { + "version": "7.8.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-optional-chaining/-/plugin-syntax-optional-chaining-7.8.3.tgz", + "integrity": "sha512-KoK9ErH1MBlCPxV0VANkXW2/dw4vlbGDrFgz8bmUsBGYkFRcbRwMh6cIJubdPrkxRwuGdtCk0v/wPTKbQgBjkg==", "dev": true, - "requires": { - "@babel/helper-string-parser": "^7.19.4", - "@babel/helper-validator-identifier": "^7.19.1", - "to-fast-properties": "^2.0.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.8.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@colors/colors": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", - "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", - "dev": true - }, - "@csstools/postcss-cascade-layers": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-cascade-layers/-/postcss-cascade-layers-1.1.1.tgz", - "integrity": "sha512-+KdYrpKC5TgomQr2DlZF4lDEpHcoxnj5IGddYYfBWJAKfj1JtuHUIqMa+E1pJJ+z3kvDViWMqyqPlG4Ja7amQA==", + "node_modules/@babel/plugin-syntax-private-property-in-object": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-private-property-in-object/-/plugin-syntax-private-property-in-object-7.14.5.tgz", + "integrity": "sha512-0wVnp9dxJ72ZUJDV27ZfbSj6iHLoytYZmh3rFcxNnvsJF3ktkzLDZPy/mA17HGsaQT3/DQsWYX1f1QGWkCoVUg==", "dev": true, - "requires": { - "@csstools/selector-specificity": "^2.0.2", - "postcss-selector-parser": "^6.0.10" + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-color-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-color-function/-/postcss-color-function-1.1.1.tgz", - "integrity": "sha512-Bc0f62WmHdtRDjf5f3e2STwRAl89N2CLb+9iAwzrv4L2hncrbDwnQD9PCq0gtAt7pOI2leIV08HIBUd4jxD8cw==", + "node_modules/@babel/plugin-syntax-top-level-await": { + "version": "7.14.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-syntax-top-level-await/-/plugin-syntax-top-level-await-7.14.5.tgz", + "integrity": "sha512-hx++upLv5U1rgYfwe1xBQUhRmU41NEvpUvrp8jkrSCdvGSnM5/qdRMtylJ6PG5OFkBaHkbTAKTnd3/YyESRHFw==", "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.14.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-font-format-keywords": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-font-format-keywords/-/postcss-font-format-keywords-1.0.1.tgz", - "integrity": "sha512-ZgrlzuUAjXIOc2JueK0X5sZDjCtgimVp/O5CEqTcs5ShWBa6smhWYbS0x5cVc/+rycTDbjjzoP0KTDnUneZGOg==", + "node_modules/@babel/plugin-transform-arrow-functions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-arrow-functions/-/plugin-transform-arrow-functions-7.23.3.tgz", + "integrity": "sha512-NzQcQrzaQPkaEwoTm4Mhyl8jI1huEL/WWIEvudjTCMJ9aBZNpsJbMASx7EQECtQQPS/DcnFpo0FIh3LvEO9cxQ==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-hwb-function": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-hwb-function/-/postcss-hwb-function-1.0.2.tgz", - "integrity": "sha512-YHdEru4o3Rsbjmu6vHy4UKOXZD+Rn2zmkAmLRfPet6+Jz4Ojw8cbWxe1n42VaXQhD3CQUXXTooIy8OkVbUcL+w==", + "node_modules/@babel/plugin-transform-async-to-generator": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-async-to-generator/-/plugin-transform-async-to-generator-7.20.7.tgz", + "integrity": "sha512-Uo5gwHPT9vgnSXQxqGtpdufUiWp96gk7yiP4Mp5bm1QMkEmLXBO7PAGYbKoJ6DhAwiNkcHFBol/x5zZZkL/t0Q==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-remap-async-to-generator": "^7.18.9" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-ic-unit": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-ic-unit/-/postcss-ic-unit-1.0.1.tgz", - "integrity": "sha512-Ot1rcwRAaRHNKC9tAqoqNZhjdYBzKk1POgWfhN4uCOE47ebGcLRqXjKkApVDpjifL6u2/55ekkpnFcp+s/OZUw==", + "node_modules/@babel/plugin-transform-block-scoped-functions": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoped-functions/-/plugin-transform-block-scoped-functions-7.23.3.tgz", + "integrity": "sha512-vI+0sIaPIO6CNuM9Kk5VmXcMVRiOpDh7w2zZt9GXzmE/9KD70CUEVhvPR/etAeNK/FAEkhxQtXOzVF3EuRL41A==", "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-is-pseudo-class": { - "version": "2.0.7", - "resolved": "https://registry.npmjs.org/@csstools/postcss-is-pseudo-class/-/postcss-is-pseudo-class-2.0.7.tgz", - "integrity": "sha512-7JPeVVZHd+jxYdULl87lvjgvWldYu+Bc62s9vD/ED6/QTGjy0jy0US/f6BG53sVMTBJ1lzKZFpYmofBN9eaRiA==", + "node_modules/@babel/plugin-transform-block-scoping": { + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-block-scoping/-/plugin-transform-block-scoping-7.23.4.tgz", + "integrity": "sha512-0QqbP6B6HOh7/8iNR4CQU2Th/bbRtBp4KS9vcaZd1fZ0wSh5Fyssg0UCIHwxh+ka+pNDREbVLQnHCMHKZfPwfw==", "dev": true, - "requires": { - "@csstools/selector-specificity": "^2.0.0", - "postcss-selector-parser": "^6.0.10" + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-nested-calc": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-nested-calc/-/postcss-nested-calc-1.0.0.tgz", - "integrity": "sha512-JCsQsw1wjYwv1bJmgjKSoZNvf7R6+wuHDAbi5f/7MbFhl2d/+v+TvBTU4BJH3G1X1H87dHl0mh6TfYogbT/dJQ==", + "node_modules/@babel/plugin-transform-classes": { + "version": "7.23.8", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-classes/-/plugin-transform-classes-7.23.8.tgz", + "integrity": "sha512-yAYslGsY1bX6Knmg46RjiCiNSwJKv2IUC8qOdYKqMMr0491SXFhcHqOdRDeCRohOOIzwN/90C6mQ9qAKgrP7dg==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-annotate-as-pure": "^7.22.5", + "@babel/helper-compilation-targets": "^7.23.6", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20", + "@babel/helper-split-export-declaration": "^7.22.6", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-normalize-display-values": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-normalize-display-values/-/postcss-normalize-display-values-1.0.1.tgz", - "integrity": "sha512-jcOanIbv55OFKQ3sYeFD/T0Ti7AMXc9nM1hZWu8m/2722gOTxFg7xYu4RDLJLeZmPUVQlGzo4jhzvTUq3x4ZUw==", + "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-annotate-as-pure": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/helper-annotate-as-pure/-/helper-annotate-as-pure-7.22.5.tgz", + "integrity": "sha512-LvBTxu8bQSQkcyKOU+a1btnNFQ1dMAd0R6PyW3arXes06F6QLWLIrd681bxRPIXlrMGR3XYnW9JyML7dP3qgxg==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@csstools/postcss-oklab-function": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-oklab-function/-/postcss-oklab-function-1.1.1.tgz", - "integrity": "sha512-nJpJgsdA3dA9y5pgyb/UfEzE7W5Ka7u0CX0/HIMVBNWzWemdcTH3XwANECU6anWv/ao4vVNLTMxhiPNZsTK6iA==", + "node_modules/@babel/plugin-transform-classes/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" } }, - "@csstools/postcss-progressive-custom-properties": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-progressive-custom-properties/-/postcss-progressive-custom-properties-1.3.0.tgz", - "integrity": "sha512-ASA9W1aIy5ygskZYuWams4BzafD12ULvSypmaLJT2jvQ8G0M3I8PRQhC0h7mG0Z3LI05+agZjqSR9+K9yaQQjA==", + "node_modules/@babel/plugin-transform-computed-properties": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-computed-properties/-/plugin-transform-computed-properties-7.23.3.tgz", + "integrity": "sha512-dTj83UVTLw/+nbiHqQSFdwO9CbTtwq1DsDqm3CUEtDrZNET5rT5E6bIdTlOftDTDLMYxvxHNEYO4B9SLl8SLZw==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/template": "^7.22.15" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-stepped-value-functions": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@csstools/postcss-stepped-value-functions/-/postcss-stepped-value-functions-1.0.1.tgz", - "integrity": "sha512-dz0LNoo3ijpTOQqEJLY8nyaapl6umbmDcgj4AD0lgVQ572b2eqA1iGZYTTWhrcrHztWDDRAX2DGYyw2VBjvCvQ==", + "node_modules/@babel/plugin-transform-computed-properties/node_modules/@babel/template": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.23.9.tgz", + "integrity": "sha512-+xrD2BWLpvHKNmX2QbpdpsBaWnRxahMwJjO+KZk2JOElj5nSmKezyS1B4u+QbHMTX69t4ukm6hh9lsYQ7GHCKA==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/code-frame": "^7.23.5", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9" + }, + "engines": { + "node": ">=6.9.0" } }, - "@csstools/postcss-text-decoration-shorthand": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/@csstools/postcss-text-decoration-shorthand/-/postcss-text-decoration-shorthand-1.0.0.tgz", - "integrity": "sha512-c1XwKJ2eMIWrzQenN0XbcfzckOLLJiczqy+YvfGmzoVXd7pT9FfObiSEfzs84bpE/VqfpEuAZ9tCRbZkZxxbdw==", + "node_modules/@babel/plugin-transform-destructuring": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-destructuring/-/plugin-transform-destructuring-7.23.3.tgz", + "integrity": "sha512-n225npDqjDIr967cMScVKHXJs7rout1q+tt50inyBCPkyZ8KxeI6d+GIbSBTT/w/9WdlWDOej3V9HE5Lgk57gw==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-trigonometric-functions": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-trigonometric-functions/-/postcss-trigonometric-functions-1.0.2.tgz", - "integrity": "sha512-woKaLO///4bb+zZC2s80l+7cm07M7268MsyG3M0ActXXEFi6SuhvriQYcb58iiKGbjwwIU7n45iRLEHypB47Og==", + "node_modules/@babel/plugin-transform-dotall-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-dotall-regex/-/plugin-transform-dotall-regex-7.23.3.tgz", + "integrity": "sha512-vgnFYDHAKzFaTVp+mneDsIEbnJ2Np/9ng9iviHw3P/KVcgONxpNULEW/51Z/BaFojG2GI2GwwXck5uV1+1NOYQ==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@csstools/postcss-unset-value": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/@csstools/postcss-unset-value/-/postcss-unset-value-1.0.2.tgz", - "integrity": "sha512-c8J4roPBILnelAsdLr4XOAR/GsTm0GJi4XpcfvoWk3U6KiTCqiFYc63KhRMQQX35jYMp4Ao8Ij9+IZRgMfJp1g==", - "dev": true - }, - "@csstools/selector-specificity": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/@csstools/selector-specificity/-/selector-specificity-2.0.2.tgz", - "integrity": "sha512-IkpVW/ehM1hWKln4fCA3NzJU8KwD+kIOvPZA4cqxoJHtE21CCzjyp+Kxbu0i5I4tBNOlXPL9mjwnWlL0VEG4Fg==", - "dev": true - }, - "@discoveryjs/json-ext": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", - "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", - "dev": true - }, - "@esbuild/android-arm": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.15.10.tgz", - "integrity": "sha512-FNONeQPy/ox+5NBkcSbYJxoXj9GWu8gVGJTVmUyoOCKQFDTrHVKgNSzChdNt0I8Aj/iKcsDf2r9BFwv+FSNUXg==", + "node_modules/@babel/plugin-transform-duplicate-keys": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-duplicate-keys/-/plugin-transform-duplicate-keys-7.23.3.tgz", + "integrity": "sha512-RrqQ+BQmU3Oyav3J+7/myfvRCq7Tbz+kKLLshUmMwNlDHExbGL7ARhajvoBJEvc+fCguPPu887N+3RRXBVKZUA==", "dev": true, - "optional": true + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } }, - "@esbuild/linux-loong64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.5.tgz", - "integrity": "sha512-UHkDFCfSGTuXq08oQltXxSZmH1TXyWsL+4QhZDWvvLl6mEJQqk3u7/wq1LjhrrAXYIllaTtRSzUXl4Olkf2J8A==", + "node_modules/@babel/plugin-transform-exponentiation-operator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-exponentiation-operator/-/plugin-transform-exponentiation-operator-7.23.3.tgz", + "integrity": "sha512-5fhCsl1odX96u7ILKHBj4/Y8vipoqwsJMh4csSA8qFfxrZDEA4Ssku2DyNvMJSmZNOEBT750LfFPbtrnTP90BQ==", "dev": true, - "optional": true + "dependencies": { + "@babel/helper-builder-binary-assignment-operator-visitor": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } }, - "@eslint/eslintrc": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-1.3.3.tgz", - "integrity": "sha512-uj3pT6Mg+3t39fvLrj8iuCIJ38zKO9FpGtJ4BBJebJhEwjoT+KLVNCcHT5QC9NGRIEi7fZ0ZR8YRb884auB4Lg==", + "node_modules/@babel/plugin-transform-for-of": { + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-for-of/-/plugin-transform-for-of-7.23.6.tgz", + "integrity": "sha512-aYH4ytZ0qSuBbpfhuofbg/e96oQ7U2w1Aw/UQmKT+1l39uEhUPoFS3fHevDc1G0OvewyDudfMKY1OulczHzWIw==", "dev": true, - "requires": { - "ajv": "^6.12.4", - "debug": "^4.3.2", - "espree": "^9.4.0", - "globals": "^13.15.0", - "ignore": "^5.2.0", - "import-fresh": "^3.2.1", - "js-yaml": "^4.1.0", - "minimatch": "^3.1.2", - "strip-json-comments": "^3.1.1" - }, "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "globals": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", - "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "requires": { - "argparse": "^2.0.1" - } - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@gar/promisify": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", - "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", - "dev": true - }, - "@humanwhocodes/config-array": { - "version": "0.10.7", - "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.10.7.tgz", - "integrity": "sha512-MDl6D6sBsaV452/QSdX+4CXIjZhIcI0PELsxUjk4U828yd58vk3bTIvk/6w5FY+4hIy9sLW0sfrV7K7Kc++j/w==", + "node_modules/@babel/plugin-transform-function-name": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-function-name/-/plugin-transform-function-name-7.23.3.tgz", + "integrity": "sha512-I1QXp1LxIvt8yLaib49dRW5Okt7Q4oaxao6tFVKS/anCdEOMtYwWVKoiOA1p34GOWIZjUK0E+zCp7+l1pfQyiw==", "dev": true, - "requires": { - "@humanwhocodes/object-schema": "^1.2.1", - "debug": "^4.1.1", - "minimatch": "^3.0.4" + "dependencies": { + "@babel/helper-compilation-targets": "^7.22.15", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-plugin-utils": "^7.22.5" }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-literals/-/plugin-transform-literals-7.23.3.tgz", + "integrity": "sha512-wZ0PIXRxnwZvl9AYpqNUxpZ5BiTGrYt7kueGQ+N5FiQ7RCOD4cm8iShd6S6ggfVIWaJf2EMk8eRzAh52RfP4rQ==", + "dev": true, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@humanwhocodes/module-importer": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", - "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", - "dev": true + "node_modules/@babel/plugin-transform-member-expression-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-member-expression-literals/-/plugin-transform-member-expression-literals-7.23.3.tgz", + "integrity": "sha512-sC3LdDBDi5x96LA+Ytekz2ZPk8i/Ck+DEuDbRAll5rknJ5XRTSaPKEYwomLcs1AA8wg9b3KjIQRsnApj+q51Ag==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } }, - "@humanwhocodes/object-schema": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-1.2.1.tgz", - "integrity": "sha512-ZnQMnLV4e7hDlUvw8H+U8ASL02SS2Gn6+9Ac3wGGLIe7+je2AeAOxPY+izIPJDfFDb7eDjev0Us8MO1iFRN8hA==", - "dev": true + "node_modules/@babel/plugin-transform-modules-amd": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-amd/-/plugin-transform-modules-amd-7.23.3.tgz", + "integrity": "sha512-vJYQGxeKM4t8hYCKVBlZX/gtIY2I7mRGFNcm85sgXGMTBcoV3QdVtdpbcWEbzbfUIUZKwvgFT82mRvaQIebZzw==", + "dev": true, + "dependencies": { + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } }, - "@istanbuljs/load-nyc-config": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", - "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "node_modules/@babel/plugin-transform-modules-commonjs": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-commonjs/-/plugin-transform-modules-commonjs-7.23.3.tgz", + "integrity": "sha512-aVS0F65LKsdNOtcz6FRCpE4OgsP2OFnW46qNxNIX9h3wuzaNcSQsJysuMwqSibC98HPrf2vCgtxKNwS0DAlgcA==", "dev": true, - "requires": { - "camelcase": "^5.3.1", - "find-up": "^4.1.0", - "get-package-type": "^0.1.0", - "js-yaml": "^3.13.1", - "resolve-from": "^5.0.0" + "dependencies": { + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-simple-access": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@istanbuljs/schema": { - "version": "0.1.3", - "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", - "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", - "dev": true + "node_modules/@babel/plugin-transform-modules-systemjs": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-systemjs/-/plugin-transform-modules-systemjs-7.23.9.tgz", + "integrity": "sha512-KDlPRM6sLo4o1FkiSlXoAa8edLXFsKKIda779fbLrvmeuc3itnjCtaO6RrtoaANsIJANj+Vk1zqbZIMhkCAHVw==", + "dev": true, + "dependencies": { + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-validator-identifier": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } }, - "@jridgewell/gen-mapping": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", - "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "node_modules/@babel/plugin-transform-modules-umd": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-modules-umd/-/plugin-transform-modules-umd-7.23.3.tgz", + "integrity": "sha512-zHsy9iXX2nIsCBFPud3jKn1IRPWg3Ing1qOZgeKV39m1ZgIdpJqvlWVeiHBZC6ITRG0MfskhYe9cLgntfSFPIg==", "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.0", - "@jridgewell/sourcemap-codec": "^1.4.10" + "dependencies": { + "@babel/helper-module-transforms": "^7.23.3", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "@jridgewell/resolve-uri": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.0.tgz", - "integrity": "sha512-F2msla3tad+Mfht5cJq7LSXcdudKTWCVYUgw6pLFOOHSTtZlj6SWNYAp+AhuqLmWdBO2X5hPrLcu8cVP8fy28w==", - "dev": true + "node_modules/@babel/plugin-transform-named-capturing-groups-regex": { + "version": "7.22.5", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-named-capturing-groups-regex/-/plugin-transform-named-capturing-groups-regex-7.22.5.tgz", + "integrity": "sha512-YgLLKmS3aUBhHaxp5hi1WJTgOUb/NCuDHzGT9z9WTt3YG+CPRhJs6nprbStx6DnWM4dh6gt7SU3sZodbZ08adQ==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.5", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0" + } }, - "@jridgewell/set-array": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", - "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "node_modules/@babel/plugin-transform-new-target": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-new-target/-/plugin-transform-new-target-7.23.3.tgz", + "integrity": "sha512-YJ3xKqtJMAT5/TIZnpAR3I+K+WaDowYbN3xyxI8zxx/Gsypwf9B9h0VB+1Nh6ACAAPRS5NSRje0uVv5i79HYGQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-object-super": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-object-super/-/plugin-transform-object-super-7.23.3.tgz", + "integrity": "sha512-BwQ8q0x2JG+3lxCVFohg+KbQM7plfpBwThdW9A6TMtWwLsbDA01Ek2Zb/AgDN39BiZsExm4qrXxjk+P1/fzGrA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-replace-supers": "^7.22.20" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-optional-chaining": { + "version": "7.23.4", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-optional-chaining/-/plugin-transform-optional-chaining-7.23.4.tgz", + "integrity": "sha512-ZU8y5zWOfjM5vZ+asjgAPwDaBjJzgufjES89Rs4Lpq63O300R/kOz30WCLo6BxxX6QVEilwSlpClnG5cZaikTA==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5", + "@babel/plugin-syntax-optional-chaining": "^7.8.3" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-parameters": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-parameters/-/plugin-transform-parameters-7.23.3.tgz", + "integrity": "sha512-09lMt6UsUb3/34BbECKVbVwrT9bO6lILWln237z7sLaWnMsTi7Yc9fhX5DLpkJzAGfaReXI22wP41SZmnAA3Vw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-property-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-property-literals/-/plugin-transform-property-literals-7.23.3.tgz", + "integrity": "sha512-jR3Jn3y7cZp4oEWPFAlRsSWjxKe4PZILGBSd4nis1TsC5qeSpb+nrtihJuDhNI7QHiVbUaiXa0X2RZY3/TI6Nw==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-regenerator": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-regenerator/-/plugin-transform-regenerator-7.23.3.tgz", + "integrity": "sha512-KP+75h0KghBMcVpuKisx3XTu9Ncut8Q8TuvGO4IhY+9D5DFEckQefOuIsB/gQ2tG71lCke4NMrtIPS8pOj18BQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "regenerator-transform": "^0.15.2" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-reserved-words": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-reserved-words/-/plugin-transform-reserved-words-7.23.3.tgz", + "integrity": "sha512-QnNTazY54YqgGxwIexMZva9gqbPa15t/x9VS+0fsEFWplwVpXYZivtgl43Z1vMpc1bdPP2PP8siFeVcnFvA3Cg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime": { + "version": "7.19.6", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-runtime/-/plugin-transform-runtime-7.19.6.tgz", + "integrity": "sha512-PRH37lz4JU156lYFW1p8OxE5i7d6Sl/zV58ooyr+q1J1lnQPyg5tIiXlIwNVhJaY4W3TmOtdc8jqdXQcB1v5Yw==", + "dev": true, + "dependencies": { + "@babel/helper-module-imports": "^7.18.6", + "@babel/helper-plugin-utils": "^7.19.0", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-runtime/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/plugin-transform-shorthand-properties": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-shorthand-properties/-/plugin-transform-shorthand-properties-7.23.3.tgz", + "integrity": "sha512-ED2fgqZLmexWiN+YNFX26fx4gh5qHDhn1O2gvEhreLW2iI63Sqm4llRLCXALKrCnbN4Jy0VcMQZl/SAzqug/jg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-spread": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-spread/-/plugin-transform-spread-7.23.3.tgz", + "integrity": "sha512-VvfVYlrlBVu+77xVTOAoxQ6mZbnIq5FM0aGBSFEcIh03qHf+zNqA4DC/3XMUozTg7bZV3e3mZQ0i13VB6v5yUg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5", + "@babel/helper-skip-transparent-expression-wrappers": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-sticky-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-sticky-regex/-/plugin-transform-sticky-regex-7.23.3.tgz", + "integrity": "sha512-HZOyN9g+rtvnOU3Yh7kSxXrKbzgrm5X4GncPY1QOquu7epga5MxKHVpYu2hvQnry/H+JjckSYRb93iNfsioAGg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-template-literals": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-template-literals/-/plugin-transform-template-literals-7.23.3.tgz", + "integrity": "sha512-Flok06AYNp7GV2oJPZZcP9vZdszev6vPBkHLwxwSpaIqx75wn6mUd3UFWsSsA0l8nXAKkyCmL/sR02m8RYGeHg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-typeof-symbol": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-typeof-symbol/-/plugin-transform-typeof-symbol-7.23.3.tgz", + "integrity": "sha512-4t15ViVnaFdrPC74be1gXBSMzXk3B4Us9lP7uLRQHTFpV5Dvt33pn+2MyyNxmN3VTTm3oTrZVMUmuw3oBnQ2oQ==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-escapes": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-escapes/-/plugin-transform-unicode-escapes-7.23.3.tgz", + "integrity": "sha512-OMCUx/bU6ChE3r4+ZdylEqAjaQgHAgipgW8nsCfu5pGqDcFytVd91AwRvUJSBZDz0exPGgnjoqhgRYLRjFZc9Q==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/plugin-transform-unicode-regex": { + "version": "7.23.3", + "resolved": "https://registry.npmjs.org/@babel/plugin-transform-unicode-regex/-/plugin-transform-unicode-regex-7.23.3.tgz", + "integrity": "sha512-wMHpNA4x2cIA32b/ci3AfwNgheiva2W0WUKWTK7vBHBhDKfPsc5cFGNWm69WBqpwd86u1qwZ9PWevKqm1A3yAw==", + "dev": true, + "dependencies": { + "@babel/helper-create-regexp-features-plugin": "^7.22.15", + "@babel/helper-plugin-utils": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env": { + "version": "7.20.2", + "resolved": "https://registry.npmjs.org/@babel/preset-env/-/preset-env-7.20.2.tgz", + "integrity": "sha512-1G0efQEWR1EHkKvKHqbG+IN/QdgwfByUpM5V5QroDzGV2t3S/WXNQd693cHiHTlCFMpr9B6FkPFXDA2lQcKoDg==", + "dev": true, + "dependencies": { + "@babel/compat-data": "^7.20.1", + "@babel/helper-compilation-targets": "^7.20.0", + "@babel/helper-plugin-utils": "^7.20.2", + "@babel/helper-validator-option": "^7.18.6", + "@babel/plugin-bugfix-safari-id-destructuring-collision-in-function-expression": "^7.18.6", + "@babel/plugin-bugfix-v8-spread-parameters-in-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-async-generator-functions": "^7.20.1", + "@babel/plugin-proposal-class-properties": "^7.18.6", + "@babel/plugin-proposal-class-static-block": "^7.18.6", + "@babel/plugin-proposal-dynamic-import": "^7.18.6", + "@babel/plugin-proposal-export-namespace-from": "^7.18.9", + "@babel/plugin-proposal-json-strings": "^7.18.6", + "@babel/plugin-proposal-logical-assignment-operators": "^7.18.9", + "@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", + "@babel/plugin-proposal-numeric-separator": "^7.18.6", + "@babel/plugin-proposal-object-rest-spread": "^7.20.2", + "@babel/plugin-proposal-optional-catch-binding": "^7.18.6", + "@babel/plugin-proposal-optional-chaining": "^7.18.9", + "@babel/plugin-proposal-private-methods": "^7.18.6", + "@babel/plugin-proposal-private-property-in-object": "^7.18.6", + "@babel/plugin-proposal-unicode-property-regex": "^7.18.6", + "@babel/plugin-syntax-async-generators": "^7.8.4", + "@babel/plugin-syntax-class-properties": "^7.12.13", + "@babel/plugin-syntax-class-static-block": "^7.14.5", + "@babel/plugin-syntax-dynamic-import": "^7.8.3", + "@babel/plugin-syntax-export-namespace-from": "^7.8.3", + "@babel/plugin-syntax-import-assertions": "^7.20.0", + "@babel/plugin-syntax-json-strings": "^7.8.3", + "@babel/plugin-syntax-logical-assignment-operators": "^7.10.4", + "@babel/plugin-syntax-nullish-coalescing-operator": "^7.8.3", + "@babel/plugin-syntax-numeric-separator": "^7.10.4", + "@babel/plugin-syntax-object-rest-spread": "^7.8.3", + "@babel/plugin-syntax-optional-catch-binding": "^7.8.3", + "@babel/plugin-syntax-optional-chaining": "^7.8.3", + "@babel/plugin-syntax-private-property-in-object": "^7.14.5", + "@babel/plugin-syntax-top-level-await": "^7.14.5", + "@babel/plugin-transform-arrow-functions": "^7.18.6", + "@babel/plugin-transform-async-to-generator": "^7.18.6", + "@babel/plugin-transform-block-scoped-functions": "^7.18.6", + "@babel/plugin-transform-block-scoping": "^7.20.2", + "@babel/plugin-transform-classes": "^7.20.2", + "@babel/plugin-transform-computed-properties": "^7.18.9", + "@babel/plugin-transform-destructuring": "^7.20.2", + "@babel/plugin-transform-dotall-regex": "^7.18.6", + "@babel/plugin-transform-duplicate-keys": "^7.18.9", + "@babel/plugin-transform-exponentiation-operator": "^7.18.6", + "@babel/plugin-transform-for-of": "^7.18.8", + "@babel/plugin-transform-function-name": "^7.18.9", + "@babel/plugin-transform-literals": "^7.18.9", + "@babel/plugin-transform-member-expression-literals": "^7.18.6", + "@babel/plugin-transform-modules-amd": "^7.19.6", + "@babel/plugin-transform-modules-commonjs": "^7.19.6", + "@babel/plugin-transform-modules-systemjs": "^7.19.6", + "@babel/plugin-transform-modules-umd": "^7.18.6", + "@babel/plugin-transform-named-capturing-groups-regex": "^7.19.1", + "@babel/plugin-transform-new-target": "^7.18.6", + "@babel/plugin-transform-object-super": "^7.18.6", + "@babel/plugin-transform-parameters": "^7.20.1", + "@babel/plugin-transform-property-literals": "^7.18.6", + "@babel/plugin-transform-regenerator": "^7.18.6", + "@babel/plugin-transform-reserved-words": "^7.18.6", + "@babel/plugin-transform-shorthand-properties": "^7.18.6", + "@babel/plugin-transform-spread": "^7.19.0", + "@babel/plugin-transform-sticky-regex": "^7.18.6", + "@babel/plugin-transform-template-literals": "^7.18.9", + "@babel/plugin-transform-typeof-symbol": "^7.18.9", + "@babel/plugin-transform-unicode-escapes": "^7.18.10", + "@babel/plugin-transform-unicode-regex": "^7.18.6", + "@babel/preset-modules": "^0.1.5", + "@babel/types": "^7.20.2", + "babel-plugin-polyfill-corejs2": "^0.3.3", + "babel-plugin-polyfill-corejs3": "^0.6.0", + "babel-plugin-polyfill-regenerator": "^0.4.1", + "core-js-compat": "^3.25.1", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=6.9.0" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" + } + }, + "node_modules/@babel/preset-env/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/@babel/preset-modules": { + "version": "0.1.6", + "resolved": "https://registry.npmjs.org/@babel/preset-modules/-/preset-modules-0.1.6.tgz", + "integrity": "sha512-ID2yj6K/4lKfhuU3+EX4UvNbIt7eACFbHmNUjzA+ep+B5971CknnA/9DEWKbRokfbbtblxxxXFJJrH47UEAMVg==", + "dev": true, + "dependencies": { + "@babel/helper-plugin-utils": "^7.0.0", + "@babel/plugin-proposal-unicode-property-regex": "^7.4.4", + "@babel/plugin-transform-dotall-regex": "^7.4.4", + "@babel/types": "^7.4.4", + "esutils": "^2.0.2" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0 || ^8.0.0-0 <8.0.0" + } + }, + "node_modules/@babel/regjsgen": { + "version": "0.8.0", + "resolved": "https://registry.npmjs.org/@babel/regjsgen/-/regjsgen-0.8.0.tgz", + "integrity": "sha512-x/rqGMdzj+fWZvCOYForTghzbtqPDZ5gPwaoNGHdgDfF2QA/XZbCBp4Moo5scrkAMPhB7z26XM/AaHuIJdgauA==", "dev": true }, - "@jridgewell/source-map": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.2.tgz", - "integrity": "sha512-m7O9o2uR8k2ObDysZYzdfhb08VuEml5oWGiosa1VdaPZ/A6QyPkAJuwN0Q1lhULOf6B7MtQmHENS743hWtCrgw==", + "node_modules/@babel/runtime": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/runtime/-/runtime-7.23.9.tgz", + "integrity": "sha512-0CX6F+BI2s9dkUqr08KFrAIZgNFj75rdBU/DjCyYLIaV/quFjkk6T+EJ2LkZHyZTbEV4L5p97mNkUsHl2wLFAw==", + "dependencies": { + "regenerator-runtime": "^0.14.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/template": { + "version": "7.20.7", + "resolved": "https://registry.npmjs.org/@babel/template/-/template-7.20.7.tgz", + "integrity": "sha512-8SegXApWe6VoNw0r9JHpSteLKTpTiLZ4rMlGIm9JQ18KiCtyQiAMEazujAHrUS5flrcqYZa75ukev3P6QmUwUw==", "dev": true, - "requires": { - "@jridgewell/gen-mapping": "^0.3.0", - "@jridgewell/trace-mapping": "^0.3.9" + "dependencies": { + "@babel/code-frame": "^7.18.6", + "@babel/parser": "^7.20.7", + "@babel/types": "^7.20.7" }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/traverse/-/traverse-7.23.9.tgz", + "integrity": "sha512-I/4UJ9vs90OkBtY6iiiTORVMyIhJ4kAVmsKo9KFc8UOxMeUfi2hvtIBsET5u9GizXE6/GFSuKCTNfgCswuEjRg==", + "dev": true, "dependencies": { - "@jridgewell/gen-mapping": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.2.tgz", - "integrity": "sha512-mh65xKQAzI6iBcFzwv28KVWSmCkdRBWoOh+bYQGW3+6OZvbbN3TqMGo5hqYxQniRcH9F2VZIoJCm4pa3BPDK/A==", - "dev": true, - "requires": { - "@jridgewell/set-array": "^1.0.1", - "@jridgewell/sourcemap-codec": "^1.4.10", - "@jridgewell/trace-mapping": "^0.3.9" - } - } + "@babel/code-frame": "^7.23.5", + "@babel/generator": "^7.23.6", + "@babel/helper-environment-visitor": "^7.22.20", + "@babel/helper-function-name": "^7.23.0", + "@babel/helper-hoist-variables": "^7.22.5", + "@babel/helper-split-export-declaration": "^7.22.6", + "@babel/parser": "^7.23.9", + "@babel/types": "^7.23.9", + "debug": "^4.3.1", + "globals": "^11.1.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/generator": { + "version": "7.23.6", + "resolved": "https://registry.npmjs.org/@babel/generator/-/generator-7.23.6.tgz", + "integrity": "sha512-qrSfCYxYQB5owCmGLbl8XRpX1ytXlpueOb0N0UmQwA073KZxejgQTzAmJezxvpwQD9uGtK2shHdi55QT+MbjIw==", + "dev": true, + "dependencies": { + "@babel/types": "^7.23.6", + "@jridgewell/gen-mapping": "^0.3.2", + "@jridgewell/trace-mapping": "^0.3.17", + "jsesc": "^2.5.1" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@babel/helper-split-export-declaration": { + "version": "7.22.6", + "resolved": "https://registry.npmjs.org/@babel/helper-split-export-declaration/-/helper-split-export-declaration-7.22.6.tgz", + "integrity": "sha512-AsUnxuLhRYsisFiaJwvp1QF+I3KjD5FOxut14q/GzovUe6orHLesW2C7d754kRm53h5gqrz6sFl6sxc4BVtE/g==", + "dev": true, + "dependencies": { + "@babel/types": "^7.22.5" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@babel/traverse/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@babel/types": { + "version": "7.23.9", + "resolved": "https://registry.npmjs.org/@babel/types/-/types-7.23.9.tgz", + "integrity": "sha512-dQjSq/7HaSjRM43FFGnv5keM2HsxpmyV1PfaSVm0nzzjwwTmjOe6J4bC8e3+pTEIgHaHj+1ZlLThRJ2auc/w1Q==", + "dev": true, + "dependencies": { + "@babel/helper-string-parser": "^7.23.4", + "@babel/helper-validator-identifier": "^7.22.20", + "to-fast-properties": "^2.0.0" + }, + "engines": { + "node": ">=6.9.0" + } + }, + "node_modules/@colors/colors": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/@colors/colors/-/colors-1.5.0.tgz", + "integrity": "sha512-ooWCrlZP11i8GImSjTHYHLkvFDP48nS4+204nGb1RiX/WXYHmJA2III9/e2DWVabCESdW7hBAEzHRqUn9OUVvQ==", + "engines": { + "node": ">=0.1.90" + } + }, + "node_modules/@discoveryjs/json-ext": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/@discoveryjs/json-ext/-/json-ext-0.5.7.tgz", + "integrity": "sha512-dBVuXR082gk3jsFp7Rd/JI4kytwGHecnCoTtXFb7DB6CNHp4rg5k1bhg0nWdLGLnOV71lmDzGQaLMy8iPLY0pw==", + "dev": true, + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/@esbuild/android-arm": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm/-/android-arm-0.17.8.tgz", + "integrity": "sha512-0/rb91GYKhrtbeglJXOhAv9RuYimgI8h623TplY2X+vA4EXnk3Zj1fXZreJ0J3OJJu1bwmb0W7g+2cT/d8/l/w==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/android-arm64/-/android-arm64-0.17.8.tgz", + "integrity": "sha512-oa/N5j6v1svZQs7EIRPqR8f+Bf8g6HBDjD/xHC02radE/NjKHK7oQmtmLxPs1iVwYyvE+Kolo6lbpfEQ9xnhxQ==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/android-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/android-x64/-/android-x64-0.17.8.tgz", + "integrity": "sha512-bTliMLqD7pTOoPg4zZkXqCDuzIUguEWLpeqkNfC41ODBHwoUgZ2w5JBeYimv4oP6TDVocoYmEhZrCLQTrH89bg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "android" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-arm64/-/darwin-arm64-0.17.8.tgz", + "integrity": "sha512-ghAbV3ia2zybEefXRRm7+lx8J/rnupZT0gp9CaGy/3iolEXkJ6LYRq4IpQVI9zR97ID80KJVoUlo3LSeA/sMAg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/darwin-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/darwin-x64/-/darwin-x64-0.17.8.tgz", + "integrity": "sha512-n5WOpyvZ9TIdv2V1K3/iIkkJeKmUpKaCTdun9buhGRWfH//osmUjlv4Z5mmWdPWind/VGcVxTHtLfLCOohsOXw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "darwin" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-arm64/-/freebsd-arm64-0.17.8.tgz", + "integrity": "sha512-a/SATTaOhPIPFWvHZDoZYgxaZRVHn0/LX1fHLGfZ6C13JqFUZ3K6SMD6/HCtwOQ8HnsNaEeokdiDSFLuizqv5A==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/freebsd-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/freebsd-x64/-/freebsd-x64-0.17.8.tgz", + "integrity": "sha512-xpFJb08dfXr5+rZc4E+ooZmayBW6R3q59daCpKZ/cDU96/kvDM+vkYzNeTJCGd8rtO6fHWMq5Rcv/1cY6p6/0Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "freebsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm/-/linux-arm-0.17.8.tgz", + "integrity": "sha512-6Ij8gfuGszcEwZpi5jQIJCVIACLS8Tz2chnEBfYjlmMzVsfqBP1iGmHQPp7JSnZg5xxK9tjCc+pJ2WtAmPRFVA==", + "cpu": [ + "arm" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-arm64/-/linux-arm64-0.17.8.tgz", + "integrity": "sha512-v3iwDQuDljLTxpsqQDl3fl/yihjPAyOguxuloON9kFHYwopeJEf1BkDXODzYyXEI19gisEsQlG1bM65YqKSIww==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ia32": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ia32/-/linux-ia32-0.17.8.tgz", + "integrity": "sha512-8svILYKhE5XetuFk/B6raFYIyIqydQi+GngEXJgdPdI7OMKUbSd7uzR02wSY4kb53xBrClLkhH4Xs8P61Q2BaA==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-loong64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.17.8.tgz", + "integrity": "sha512-B6FyMeRJeV0NpyEOYlm5qtQfxbdlgmiGdD+QsipzKfFky0K5HW5Td6dyK3L3ypu1eY4kOmo7wW0o94SBqlqBSA==", + "cpu": [ + "loong64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-mips64el": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-mips64el/-/linux-mips64el-0.17.8.tgz", + "integrity": "sha512-CCb67RKahNobjm/eeEqeD/oJfJlrWyw29fgiyB6vcgyq97YAf3gCOuP6qMShYSPXgnlZe/i4a8WFHBw6N8bYAA==", + "cpu": [ + "mips64el" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-ppc64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-ppc64/-/linux-ppc64-0.17.8.tgz", + "integrity": "sha512-bytLJOi55y55+mGSdgwZ5qBm0K9WOCh0rx+vavVPx+gqLLhxtSFU0XbeYy/dsAAD6xECGEv4IQeFILaSS2auXw==", + "cpu": [ + "ppc64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-riscv64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-riscv64/-/linux-riscv64-0.17.8.tgz", + "integrity": "sha512-2YpRyQJmKVBEHSBLa8kBAtbhucaclb6ex4wchfY0Tj3Kg39kpjeJ9vhRU7x4mUpq8ISLXRXH1L0dBYjAeqzZAw==", + "cpu": [ + "riscv64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-s390x": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-s390x/-/linux-s390x-0.17.8.tgz", + "integrity": "sha512-QgbNY/V3IFXvNf11SS6exkpVcX0LJcob+0RWCgV9OiDAmVElnxciHIisoSix9uzYzScPmS6dJFbZULdSAEkQVw==", + "cpu": [ + "s390x" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/linux-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/linux-x64/-/linux-x64-0.17.8.tgz", + "integrity": "sha512-mM/9S0SbAFDBc4OPoyP6SEOo5324LpUxdpeIUUSrSTOfhHU9hEfqRngmKgqILqwx/0DVJBzeNW7HmLEWp9vcOA==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "linux" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/netbsd-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/netbsd-x64/-/netbsd-x64-0.17.8.tgz", + "integrity": "sha512-eKUYcWaWTaYr9zbj8GertdVtlt1DTS1gNBWov+iQfWuWyuu59YN6gSEJvFzC5ESJ4kMcKR0uqWThKUn5o8We6Q==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "netbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/openbsd-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/openbsd-x64/-/openbsd-x64-0.17.8.tgz", + "integrity": "sha512-Vc9J4dXOboDyMXKD0eCeW0SIeEzr8K9oTHJU+Ci1mZc5njPfhKAqkRt3B/fUNU7dP+mRyralPu8QUkiaQn7iIg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "openbsd" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/sunos-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/sunos-x64/-/sunos-x64-0.17.8.tgz", + "integrity": "sha512-0xvOTNuPXI7ft1LYUgiaXtpCEjp90RuBBYovdd2lqAFxje4sEucurg30M1WIm03+3jxByd3mfo+VUmPtRSVuOw==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "sunos" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-arm64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/win32-arm64/-/win32-arm64-0.17.8.tgz", + "integrity": "sha512-G0JQwUI5WdEFEnYNKzklxtBheCPkuDdu1YrtRrjuQv30WsYbkkoixKxLLv8qhJmNI+ATEWquZe/N0d0rpr55Mg==", + "cpu": [ + "arm64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-ia32": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/win32-ia32/-/win32-ia32-0.17.8.tgz", + "integrity": "sha512-Fqy63515xl20OHGFykjJsMnoIWS+38fqfg88ClvPXyDbLtgXal2DTlhb1TfTX34qWi3u4I7Cq563QcHpqgLx8w==", + "cpu": [ + "ia32" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@esbuild/win32-x64": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/@esbuild/win32-x64/-/win32-x64-0.17.8.tgz", + "integrity": "sha512-1iuezdyDNngPnz8rLRDO2C/ZZ/emJLb72OsZeqQ6gL6Avko/XCXZw+NuxBSNhBAP13Hie418V7VMt9et1FMvpg==", + "cpu": [ + "x64" + ], + "dev": true, + "optional": true, + "os": [ + "win32" + ], + "engines": { + "node": ">=12" + } + }, + "node_modules/@eslint-community/eslint-utils": { + "version": "4.4.0", + "resolved": "https://registry.npmjs.org/@eslint-community/eslint-utils/-/eslint-utils-4.4.0.tgz", + "integrity": "sha512-1/sA4dwrzBAyeUoQ6oxahHKmrZvsnLCg4RfxW3ZFGGmQkSNQPFNLV9CUEFQP1x9EYXHTo5p6xdhZM1Ne9p/AfA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || >=8.0.0" + } + }, + "node_modules/@eslint-community/regexpp": { + "version": "4.10.0", + "resolved": "https://registry.npmjs.org/@eslint-community/regexpp/-/regexpp-4.10.0.tgz", + "integrity": "sha512-Cu96Sd2By9mCNTx2iyKOmq10v22jUVQv0lQnlGNy16oE9589yE+QADPbrMGCkA51cKZSg3Pu/aTJVTGfL/qjUA==", + "dev": true, + "engines": { + "node": "^12.0.0 || ^14.0.0 || >=16.0.0" + } + }, + "node_modules/@eslint/eslintrc": { + "version": "2.1.4", + "resolved": "https://registry.npmjs.org/@eslint/eslintrc/-/eslintrc-2.1.4.tgz", + "integrity": "sha512-269Z39MS6wVJtsoUl10L60WdkhJVdPG24Q4eZTH3nnF6lpvSShEK3wQjDX9JRWAUPvPh7COouPpU9IrqaZFvtQ==", + "dev": true, + "dependencies": { + "ajv": "^6.12.4", + "debug": "^4.3.2", + "espree": "^9.6.0", + "globals": "^13.19.0", + "ignore": "^5.2.0", + "import-fresh": "^3.2.1", + "js-yaml": "^4.1.0", + "minimatch": "^3.1.2", + "strip-json-comments": "^3.1.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/@eslint/eslintrc/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/@eslint/eslintrc/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/@eslint/eslintrc/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, + "dependencies": { + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/eslintrc/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", + "dev": true, + "dependencies": { + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" + } + }, + "node_modules/@eslint/eslintrc/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/@eslint/eslintrc/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@eslint/js": { + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/@eslint/js/-/js-8.56.0.tgz", + "integrity": "sha512-gMsVel9D7f2HLkBma9VbtzZRehRogVRfbr++f06nL2vnCGCNlzOD+/MUov/F4p8myyAHspEhVobgjpX64q5m6A==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + } + }, + "node_modules/@gar/promisify": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/@gar/promisify/-/promisify-1.1.3.tgz", + "integrity": "sha512-k2Ty1JcVojjJFwrg/ThKi2ujJ7XNLYaFGNB/bWT9wGR+oSMJHMa5w+CUq6p/pVrKeNNgA7pCqEcjSnHVoqJQFw==", + "dev": true + }, + "node_modules/@humanwhocodes/config-array": { + "version": "0.11.14", + "resolved": "https://registry.npmjs.org/@humanwhocodes/config-array/-/config-array-0.11.14.tgz", + "integrity": "sha512-3T8LkOmg45BV5FICb15QQMsyUSWrQ8AygVfC7ZG32zOalnqrilm018ZVCw0eapXux8FtA33q8PSRSstjee3jSg==", + "dev": true, + "dependencies": { + "@humanwhocodes/object-schema": "^2.0.2", + "debug": "^4.3.1", + "minimatch": "^3.0.5" + }, + "engines": { + "node": ">=10.10.0" + } + }, + "node_modules/@humanwhocodes/module-importer": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/@humanwhocodes/module-importer/-/module-importer-1.0.1.tgz", + "integrity": "sha512-bxveV4V8v5Yb4ncFTT3rPSgZBOpCkjfK0y4oVVVJwIuDVBRMDXrPyXRL988i5ap9m9bnyEEjWfm5WkBmtffLfA==", + "dev": true, + "engines": { + "node": ">=12.22" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/nzakas" + } + }, + "node_modules/@humanwhocodes/object-schema": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@humanwhocodes/object-schema/-/object-schema-2.0.2.tgz", + "integrity": "sha512-6EwiSjwWYP7pTckG6I5eyFANjPhmPjUX9JRLUSfNPC7FX7zK9gyZAfUEaECL6ALTpGX5AjnBq3C9XmVWPitNpw==", + "dev": true + }, + "node_modules/@isaacs/cliui": { + "version": "8.0.2", + "resolved": "https://registry.npmjs.org/@isaacs/cliui/-/cliui-8.0.2.tgz", + "integrity": "sha512-O8jcjabXaleOG9DQ0+ARXWZBTfnP4WNAqzuiJK7ll44AmxGKv/J2M4TPjxjY3znBCfvBXFzucm1twdyFybFqEA==", + "dev": true, + "dependencies": { + "string-width": "^5.1.2", + "string-width-cjs": "npm:string-width@^4.2.0", + "strip-ansi": "^7.0.1", + "strip-ansi-cjs": "npm:strip-ansi@^6.0.1", + "wrap-ansi": "^8.1.0", + "wrap-ansi-cjs": "npm:wrap-ansi@^7.0.0" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-regex": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-6.0.1.tgz", + "integrity": "sha512-n5M855fKb2SsfMIiFFoVrABHJC8QtHwVx+mHWP3QcEqBHYienj5dHSgjbxtC0WEZXYt4wcD6zrQElDPhFuZgfA==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-regex?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/ansi-styles": { + "version": "6.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-6.2.1.tgz", + "integrity": "sha512-bN798gFfQX+viw3R7yrGWRqnrN2oRkEkUjjl4JNn4E8GxxbjtG3FbrEIIY3l8/hrwUwIeCZvi4QuOTP4MErVug==", + "dev": true, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/emoji-regex": { + "version": "9.2.2", + "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-9.2.2.tgz", + "integrity": "sha512-L18DaJsXSUk2+42pv8mLs5jJT2hqFkFE4j21wOmgbUqsZ2hL72NsUU785g9RXgo3s0ZNgVl42TiHp3ZtOv/Vyg==", + "dev": true + }, + "node_modules/@isaacs/cliui/node_modules/string-width": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-5.1.2.tgz", + "integrity": "sha512-HnLOCR3vjcY8beoNLtcjZ5/nxn2afmME6lhrDrebokqMap+XbeW8n9TXpPDOqdGK5qcI3oT0GKTW6wC7EMiVqA==", + "dev": true, + "dependencies": { + "eastasianwidth": "^0.2.0", + "emoji-regex": "^9.2.2", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/@isaacs/cliui/node_modules/strip-ansi": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-7.1.0.tgz", + "integrity": "sha512-iq6eVVI64nQQTRYq2KtEg2d2uU7LElhTJwsH4YzIHZshxlgZms/wIc4VoDQTlG/IvVIrBKG06CrZnp0qv7hkcQ==", + "dev": true, + "dependencies": { + "ansi-regex": "^6.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/strip-ansi?sponsor=1" + } + }, + "node_modules/@isaacs/cliui/node_modules/wrap-ansi": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-8.1.0.tgz", + "integrity": "sha512-si7QWI6zUMq56bESFvagtmzMdGOtoxfR+Sez11Mobfc7tm+VkUckk9bW2UeffTGVUbOksxmSw0AA2gs8g71NCQ==", + "dev": true, + "dependencies": { + "ansi-styles": "^6.1.0", + "string-width": "^5.0.1", + "strip-ansi": "^7.0.1" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/@istanbuljs/load-nyc-config": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@istanbuljs/load-nyc-config/-/load-nyc-config-1.1.0.tgz", + "integrity": "sha512-VjeHSlIzpv/NyD3N0YuHfXOPDIixcA1q2ZV98wsMqcYlPmv2n3Yb2lYP9XMElnaFVXg5A7YLTeLu6V84uQDjmQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.3.1", + "find-up": "^4.1.0", + "get-package-type": "^0.1.0", + "js-yaml": "^3.13.1", + "resolve-from": "^5.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/@istanbuljs/schema": { + "version": "0.1.3", + "resolved": "https://registry.npmjs.org/@istanbuljs/schema/-/schema-0.1.3.tgz", + "integrity": "sha512-ZXRY4jNvVgSVQ8DL3LTcakaAtXwTVUxE81hslsyD2AtoXW/wVob10HkOJ1X/pAlcI7D+2YoZKg5do8G/w6RYgA==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/@jridgewell/gen-mapping": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.1.1.tgz", + "integrity": "sha512-sQXCasFk+U8lWYEe66WxRDOE9PjVz4vSM51fTu3Hw+ClTpUSQb718772vH3pyS5pShp6lvQM7SxgIDXXXmOX7w==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.0", + "@jridgewell/sourcemap-codec": "^1.4.10" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/resolve-uri": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/@jridgewell/resolve-uri/-/resolve-uri-3.1.1.tgz", + "integrity": "sha512-dSYZh7HhCDtCKm4QakX0xFpsRDqjjtZf/kjI/v3T3Nwt5r8/qz/M19F9ySyOqU94SXBmeG9ttTul+YnR4LOxFA==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/set-array": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/@jridgewell/set-array/-/set-array-1.1.2.tgz", + "integrity": "sha512-xnkseuNADM0gt2bs+BvhO0p78Mk762YnZdsuzFV018NoG1Sj1SCQvpSqa7XUaTam5vAGasABV9qXASMKnFMwMw==", + "dev": true, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/source-map": { + "version": "0.3.5", + "resolved": "https://registry.npmjs.org/@jridgewell/source-map/-/source-map-0.3.5.tgz", + "integrity": "sha512-UTYAUj/wviwdsMfzoSJspJxbkH5o1snzwX0//0ENX1u/55kkZZkcTZP6u9bwKGkv+dkk9at4m1Cpt0uY80kcpQ==", + "dev": true, + "dependencies": { + "@jridgewell/gen-mapping": "^0.3.0", + "@jridgewell/trace-mapping": "^0.3.9" + } + }, + "node_modules/@jridgewell/source-map/node_modules/@jridgewell/gen-mapping": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/@jridgewell/gen-mapping/-/gen-mapping-0.3.3.tgz", + "integrity": "sha512-HLhSWOLRi875zjjMG/r+Nv0oCW8umGb0BgEhyX3dDX3egwZtB8PqLnjz3yedt8R5StBrzcg4aBpnh8UA9D1BoQ==", + "dev": true, + "dependencies": { + "@jridgewell/set-array": "^1.0.1", + "@jridgewell/sourcemap-codec": "^1.4.10", + "@jridgewell/trace-mapping": "^0.3.9" + }, + "engines": { + "node": ">=6.0.0" + } + }, + "node_modules/@jridgewell/sourcemap-codec": { + "version": "1.4.15", + "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.15.tgz", + "integrity": "sha512-eF2rxCRulEKXHTRiDrDy6erMYWqNw4LPdQ8UQA4huuxaQsVeRPFl2oM8oDGxMFhJUWZf9McpLtJasDDZb/Bpeg==", + "dev": true + }, + "node_modules/@jridgewell/trace-mapping": { + "version": "0.3.22", + "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.22.tgz", + "integrity": "sha512-Wf963MzWtA2sjrNt+g18IAln9lKnlRp+K2eH4jjIoF1wYeq3aMREpG09xhlhdzS0EjwU7qmUJYangWa+151vZw==", + "dev": true, + "dependencies": { + "@jridgewell/resolve-uri": "^3.1.0", + "@jridgewell/sourcemap-codec": "^1.4.14" + } + }, + "node_modules/@leichtgewicht/ip-codec": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", + "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", + "dev": true + }, + "node_modules/@ngtools/webpack": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-15.2.10.tgz", + "integrity": "sha512-ZExB4rKh/Saad31O/Ofd2XvRuILuCNTYs0+qJL697Be2pzeewvzBhE4Xe1Mm7Jg13aWSPeuIdzSGOqCdwxxxFQ==", + "dev": true, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^15.0.0", + "typescript": ">=4.8.2 <5.0", + "webpack": "^5.54.0" + } + }, + "node_modules/@nodelib/fs.scandir": { + "version": "2.1.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", + "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", + "dev": true, + "dependencies": { + "@nodelib/fs.stat": "2.0.5", + "run-parallel": "^1.1.9" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.stat": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", + "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", + "dev": true, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@nodelib/fs.walk": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", + "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "dev": true, + "dependencies": { + "@nodelib/fs.scandir": "2.1.5", + "fastq": "^1.6.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/@npmcli/fs": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-3.1.0.tgz", + "integrity": "sha512-7kZUAaLscfgbwBQRbvdMYaZOWyMEcPTH/tJjnyAWJ/dvvs9Ef+CERx/qJb9GExJpl1qipaDGn7KqHnFGGixd0w==", + "dev": true, + "dependencies": { + "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/git": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-4.1.0.tgz", + "integrity": "sha512-9hwoB3gStVfa0N31ymBmrX+GuDGdVA/QWShZVqE0HK2Af+7QGGrCTbZia/SW0ImUTjTne7SP91qxDmtXvDHRPQ==", + "dev": true, + "dependencies": { + "@npmcli/promise-spawn": "^6.0.0", + "lru-cache": "^7.4.4", + "npm-pick-manifest": "^8.0.0", + "proc-log": "^3.0.0", + "promise-inflight": "^1.0.1", + "promise-retry": "^2.0.1", + "semver": "^7.3.5", + "which": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/git/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/@npmcli/git/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/installed-package-contents": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-2.0.2.tgz", + "integrity": "sha512-xACzLPhnfD51GKvTOOuNX2/V4G4mz9/1I2MfDoye9kBM3RYe5g2YbscsaGoTlaWqkxeiapBWyseULVKpSVHtKQ==", + "dev": true, + "dependencies": { + "npm-bundled": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "bin": { + "installed-package-contents": "lib/index.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/move-file": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", + "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", + "deprecated": "This functionality has been moved to @npmcli/fs", + "dev": true, + "dependencies": { + "mkdirp": "^1.0.4", + "rimraf": "^3.0.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/@npmcli/node-gyp": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-3.0.0.tgz", + "integrity": "sha512-gp8pRXC2oOxu0DUE1/M3bYtb1b3/DbJ5aM113+XJBgfXdussRAsX0YOrOhdd8WvnAR6auDBvJomGAkLKA5ydxA==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/promise-spawn": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-6.0.2.tgz", + "integrity": "sha512-gGq0NJkIGSwdbUt4yhdF8ZrmkGKVz9vAdVzpOfnom+V8PLSmSOVhZwbNvZZS1EYcJN5hzzKBxmmVVAInM6HQLg==", + "dev": true, + "dependencies": { + "which": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/promise-spawn/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/run-script": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-6.0.2.tgz", + "integrity": "sha512-NCcr1uQo1k5U+SYlnIrbAh3cxy+OQT1VtqiAbxdymSlptbzBb62AjH2xXgjNCoP073hoa1CfCAcwoZ8k96C4nA==", + "dev": true, + "dependencies": { + "@npmcli/node-gyp": "^3.0.0", + "@npmcli/promise-spawn": "^6.0.0", + "node-gyp": "^9.0.0", + "read-package-json-fast": "^3.0.0", + "which": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@npmcli/run-script/node_modules/which": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/which/-/which-3.0.1.tgz", + "integrity": "sha512-XA1b62dzQzLfaEOSQFTCOd5KFf/1VSzZo7/7TUjnya6u0vGGKzU96UQBZTAThCb2j4/xjBAyii1OhRLJEivHvg==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/which.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/@pkgjs/parseargs": { + "version": "0.11.0", + "resolved": "https://registry.npmjs.org/@pkgjs/parseargs/-/parseargs-0.11.0.tgz", + "integrity": "sha512-+1VkjdD0QBLPodGrJUeqarH8VAIvQODIbwh9XpP5Syisf7YoQgsJKPNFoqqLQlu+VQ/tVSshMR6loPMn8U+dPg==", + "dev": true, + "optional": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/@project-sunbird/client-services": { + "version": "3.9.7", + "resolved": "https://registry.npmjs.org/@project-sunbird/client-services/-/client-services-3.9.7.tgz", + "integrity": "sha512-bvbPx7p09ZmRqSJxmiu0JinjnV+zlRmlnXylmOYnZ1epYIfc7Pbaz7+Jd4Wswa7r4Z/Q2QeSzgYNKBUuUDms+g==", + "dependencies": { + "@project-sunbird/telemetry-sdk": "0.0.26", + "inversify": "^5.0.1", + "qs": "^6.9.4", + "reflect-metadata": "^0.1.13", + "whatwg-fetch": "^3.1.0" + }, + "peerDependencies": { + "rxjs": "6.x.x" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/@project-sunbird/telemetry-sdk": { + "version": "0.0.26", + "resolved": "https://registry.npmjs.org/@project-sunbird/telemetry-sdk/-/telemetry-sdk-0.0.26.tgz", + "integrity": "sha512-8r8tf+YN+z8A4KHBmL8/wxDIKGkASDHMMxyhlI9/iWv83sueoN5qHB6QnqgtIRyEdFjt4Tum5u18/oB71Bb0PQ==", + "dependencies": { + "grunt-karma": "^0.12.2", + "karma": "^3.0.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/anymatch": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", + "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", + "dependencies": { + "micromatch": "^3.1.4", + "normalize-path": "^2.1.1" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/anymatch/node_modules/normalize-path": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", + "integrity": "sha512-3pKJwH184Xo/lnH6oyP1q2pMd7HcypqqmRs91/6/i2CGtWwIKGCkOOMTm/zXbgTEWHw1uNpNi/igc3ePOYHb6w==", + "dependencies": { + "remove-trailing-separator": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/base64id": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", + "integrity": "sha512-rz8L+d/xByiB/vLVftPkyY215fqNrmasrcJsYkVcm4TgJNz+YXKrFaFAWibSaHkiKoSgMDCb+lipOIRQNGYesw==", + "engines": { + "node": ">= 0.4.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/binary-extensions": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", + "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/braces": { + "version": "2.3.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", + "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", + "dependencies": { + "arr-flatten": "^1.1.0", + "array-unique": "^0.3.2", + "extend-shallow": "^2.0.1", + "fill-range": "^4.0.0", + "isobject": "^3.0.1", + "repeat-element": "^1.1.2", + "snapdragon": "^0.8.1", + "snapdragon-node": "^2.0.1", + "split-string": "^3.0.2", + "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/chokidar": { + "version": "2.1.8", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", + "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", + "deprecated": "Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies", + "dependencies": { + "anymatch": "^2.0.0", + "async-each": "^1.0.1", + "braces": "^2.3.2", + "glob-parent": "^3.1.0", + "inherits": "^2.0.3", + "is-binary-path": "^1.0.0", + "is-glob": "^4.0.0", + "normalize-path": "^3.0.0", + "path-is-absolute": "^1.0.0", + "readdirp": "^2.2.1", + "upath": "^1.1.1" + }, + "optionalDependencies": { + "fsevents": "^1.2.7" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==" + }, + "node_modules/@project-sunbird/client-services/node_modules/cookie": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", + "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/date-format": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz", + "integrity": "sha512-lAJqBmFzCLcDJdI9cEnJ7loSkLTh1PbIgZUndlzvYbf6NyFEr5n9rQhOwr6CIGwZqyQ3sYeQQiP9NOVQmgmRMA==", + "deprecated": "1.x is no longer supported. Please upgrade to 4.x or higher.", + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dependencies": { + "ms": "^2.1.1" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/engine.io": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz", + "integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==", + "dependencies": { + "accepts": "~1.3.4", + "base64id": "1.0.0", + "cookie": "0.3.1", + "debug": "~3.1.0", + "engine.io-parser": "~2.1.0", + "ws": "~3.3.1" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/engine.io-parser": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz", + "integrity": "sha512-6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA==", + "dependencies": { + "after": "0.8.2", + "arraybuffer.slice": "~0.0.7", + "base64-arraybuffer": "0.1.5", + "blob": "0.0.5", + "has-binary2": "~1.0.2" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/engine.io/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/engine.io/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@project-sunbird/client-services/node_modules/fill-range": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", + "integrity": "sha512-VcpLTWqWDiTerugjj8e3+esbg+skS3M9e54UuR3iCeIDMXCLTsAH8hTSzDQU/X6/6t3eYkOKoZSef2PlU6U1XQ==", + "dependencies": { + "extend-shallow": "^2.0.1", + "is-number": "^3.0.0", + "repeat-string": "^1.6.1", + "to-regex-range": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/flatted": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", + "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==" + }, + "node_modules/@project-sunbird/client-services/node_modules/fsevents": { + "version": "1.2.13", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", + "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "deprecated": "The v1 package contains DANGEROUS / INSECURE binaries. Upgrade to safe fsevents v2", + "hasInstallScript": true, + "optional": true, + "os": [ + "darwin" + ], + "dependencies": { + "bindings": "^1.5.0", + "nan": "^2.12.1" + }, + "engines": { + "node": ">= 4.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/glob-parent": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", + "integrity": "sha512-E8Ak/2+dZY6fnzlR7+ueWvhsH1SjHr4jjss4YS/h4py44jY9MhK/VFdaZJAWDz6BbL21KeteKxFSFpq8OS5gVA==", + "dependencies": { + "is-glob": "^3.1.0", + "path-dirname": "^1.0.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/glob-parent/node_modules/is-glob": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", + "integrity": "sha512-UFpDDrPgM6qpnFNI+rh/p3bUaq9hKLZN8bMUWzxmcnZVS3omf4IPK+BrewlnWjO1WmUsMYuSjKh4UJuV4+Lqmw==", + "dependencies": { + "is-extglob": "^2.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/is-binary-path": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", + "integrity": "sha512-9fRVlXc0uCxEDj1nQzaWONSpbTfx0FmJfzHF7pwlI8DkWGoHBBea4Pg5Ky0ojwwxQmnSifgbKkI06Qv0Ljgj+Q==", + "dependencies": { + "binary-extensions": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/@project-sunbird/client-services/node_modules/isbinaryfile": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", + "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", + "dependencies": { + "buffer-alloc": "^1.2.0" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/karma": { + "version": "3.1.4", + "resolved": "https://registry.npmjs.org/karma/-/karma-3.1.4.tgz", + "integrity": "sha512-31Vo8Qr5glN+dZEVIpnPCxEGleqE0EY6CtC2X9TagRV3rRQ3SNrvfhddICkJgUK3AgqpeKSZau03QumTGhGoSw==", + "dependencies": { + "bluebird": "^3.3.0", + "body-parser": "^1.16.1", + "chokidar": "^2.0.3", + "colors": "^1.1.0", + "combine-lists": "^1.0.0", + "connect": "^3.6.0", + "core-js": "^2.2.0", + "di": "^0.0.1", + "dom-serialize": "^2.2.0", + "expand-braces": "^0.1.1", + "flatted": "^2.0.0", + "glob": "^7.1.1", + "graceful-fs": "^4.1.2", + "http-proxy": "^1.13.0", + "isbinaryfile": "^3.0.0", + "lodash": "^4.17.5", + "log4js": "^3.0.0", + "mime": "^2.3.1", + "minimatch": "^3.0.2", + "optimist": "^0.6.1", + "qjobs": "^1.1.4", + "range-parser": "^1.2.0", + "rimraf": "^2.6.0", + "safe-buffer": "^5.0.1", + "socket.io": "2.1.1", + "source-map": "^0.6.1", + "tmp": "0.0.33", + "useragent": "2.3.0" + }, + "bin": { + "karma": "bin/karma" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/log4js": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-3.0.6.tgz", + "integrity": "sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ==", + "deprecated": "3.x is no longer supported. Please upgrade to 6.x or higher.", + "dependencies": { + "circular-json": "^0.5.5", + "date-format": "^1.2.0", + "debug": "^3.1.0", + "rfdc": "^1.1.2", + "streamroller": "0.7.0" + }, + "engines": { + "node": ">=6.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/micromatch": { + "version": "3.1.10", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", + "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", + "dependencies": { + "arr-diff": "^4.0.0", + "array-unique": "^0.3.2", + "braces": "^2.3.1", + "define-property": "^2.0.2", + "extend-shallow": "^3.0.2", + "extglob": "^2.0.4", + "fragment-cache": "^0.2.1", + "kind-of": "^6.0.2", + "nanomatch": "^1.2.9", + "object.pick": "^1.3.0", + "regex-not": "^1.0.0", + "snapdragon": "^0.8.1", + "to-regex": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/micromatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/readdirp": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", + "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", + "dependencies": { + "graceful-fs": "^4.1.11", + "micromatch": "^3.1.10", + "readable-stream": "^2.0.2" + }, + "engines": { + "node": ">=0.10" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz", + "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", + "dependencies": { + "debug": "~3.1.0", + "engine.io": "~3.2.0", + "has-binary2": "~1.0.2", + "socket.io-adapter": "~1.1.0", + "socket.io-client": "2.1.1", + "socket.io-parser": "~3.2.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io-adapter": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz", + "integrity": "sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==" + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", + "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==", + "dependencies": { + "component-emitter": "1.2.1", + "debug": "~3.1.0", + "isarray": "2.0.1" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io-parser/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io-parser/node_modules/isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==" + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/socket.io/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/@project-sunbird/client-services/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/streamroller": { + "version": "0.7.0", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz", + "integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==", + "deprecated": "0.x is no longer supported. Please upgrade to 3.x or higher.", + "dependencies": { + "date-format": "^1.2.0", + "debug": "^3.1.0", + "mkdirp": "^0.5.1", + "readable-stream": "^2.3.0" + }, + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/to-regex-range": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", + "integrity": "sha512-ZZWNfCjUokXXDGXFpZehJIkZqq91BcULFq/Pi7M5i4JnxXdhMKAK682z8bCW3o8Hj1wuuzoKcW3DfVzaP6VuNg==", + "dependencies": { + "is-number": "^3.0.0", + "repeat-string": "^1.6.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/@project-sunbird/client-services/node_modules/ws": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", + "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", + "dependencies": { + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" } }, - "@jridgewell/sourcemap-codec": { - "version": "1.4.14", - "resolved": "https://registry.npmjs.org/@jridgewell/sourcemap-codec/-/sourcemap-codec-1.4.14.tgz", - "integrity": "sha512-XPSJHWmi394fuUuzDnGz1wiKqWfo1yXecHQMRf2l6hztTO+nPru658AyDngaBe7isIxEkRsPR3FZh+s7iVa4Uw==", - "dev": true + "node_modules/@project-sunbird/sb-styles": { + "version": "0.0.7", + "resolved": "https://registry.npmjs.org/@project-sunbird/sb-styles/-/sb-styles-0.0.7.tgz", + "integrity": "sha512-XirxDLdQnaKJC+tFh4IAD05ULHS7DE9ZkNsPRHglWzly8erTXe6M1DAL+XWKYVFLf+GK9U6HVKlvvxIUpRCiVw==" }, - "@jridgewell/trace-mapping": { - "version": "0.3.16", - "resolved": "https://registry.npmjs.org/@jridgewell/trace-mapping/-/trace-mapping-0.3.16.tgz", - "integrity": "sha512-LCQ+NeThyJ4k1W2d+vIKdxuSt9R3pQSZ4P92m7EakaYuXcVWbHuT5bjNcqLd4Rdgi6xYWYDvBJZJLZSLanjDcA==", - "dev": true, - "requires": { - "@jridgewell/resolve-uri": "3.1.0", - "@jridgewell/sourcemap-codec": "1.4.14" + "node_modules/@project-sunbird/sunbird-pdf-player-v9": { + "version": "4.8.2", + "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-pdf-player-v9/-/sunbird-pdf-player-v9-4.8.2.tgz", + "integrity": "sha512-vUWyZ0eF86jx9/5EWy5SAhlUS/YARFGKYE6R71x4VlgPlN8Pd70Q93hXlcEBuHslIEaYGj76SXnG33NECP8GLw==", + "dependencies": { + "@project-sunbird/sunbird-player-sdk-v9": "4.6.4" + }, + "peerDependencies": { + "@angular/common": ">= 9.1.12", + "@angular/core": ">= 9.1.12", + "@project-sunbird/client-services": ">= 3.4.8", + "@project-sunbird/sb-styles": ">= 0.0.7" } }, - "@leichtgewicht/ip-codec": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@leichtgewicht/ip-codec/-/ip-codec-2.0.4.tgz", - "integrity": "sha512-Hcv+nVC0kZnQ3tD9GVu5xSMR4VVYOteQIr/hwFPVEvPdlXqgGEuRjiheChHgdM+JyqdgNcmzZOX/tnl0JOiI7A==", - "dev": true - }, - "@ngtools/webpack": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@ngtools/webpack/-/webpack-14.2.5.tgz", - "integrity": "sha512-Thwq1WyOOq1PIWMcjAAqKI1hbvGC0ywxbNoDadOlWpEFm6k0dvXC6Zm9lnVkePjxlPfagvbnv55+Lv9Vmygc1g==", - "dev": true + "node_modules/@project-sunbird/sunbird-pdf-player-v9/node_modules/@project-sunbird/sunbird-player-sdk-v9": { + "version": "4.6.4", + "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-player-sdk-v9/-/sunbird-player-sdk-v9-4.6.4.tgz", + "integrity": "sha512-pxAVFewcRrXxckAUk4f49hDh8DKmUxI5kZZA1+9NVfDO8w7E1cfC0zcvbfu1fP1u26qUA06wCR+O7Tn7FdNwMw==", + "dependencies": { + "ally.js": "1.4.1" + }, + "peerDependencies": { + "@angular/common": ">= 9.1.12", + "@angular/core": ">= 9.1.12", + "@project-sunbird/sb-styles": ">= 0.0.7" + } }, - "@nodelib/fs.scandir": { - "version": "2.1.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.scandir/-/fs.scandir-2.1.5.tgz", - "integrity": "sha512-vq24Bq3ym5HEQm2NKCr3yXDwjc7vTsEThRDnkp2DK9p1uqLR+DHurm/NOTo0KG7HYHU7eppKZj3MyqYuMBf62g==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "2.0.5", - "run-parallel": "^1.1.9" + "node_modules/@project-sunbird/sunbird-player-sdk-v9": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-player-sdk-v9/-/sunbird-player-sdk-v9-4.8.0.tgz", + "integrity": "sha512-8qj3Gg027eT6dqLw9iPGJ1GApoytvnglHSOb7p5E0lwZH+pneGh1iESP0avX98klg5CkHn0Sh+V/m4tP0/f4Gw==", + "dependencies": { + "ally.js": "1.4.1" + }, + "peerDependencies": { + "@angular/common": ">= 9.1.12", + "@angular/core": ">= 9.1.12", + "@project-sunbird/sb-styles": ">= 0.0.7" } }, - "@nodelib/fs.stat": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/@nodelib/fs.stat/-/fs.stat-2.0.5.tgz", - "integrity": "sha512-RkhPPp2zrqDAQA/2jNhnztcPAlv64XdhIp7a7454A5ovI7Bukxgt7MX7udwAu3zg1DcpPU0rz3VV1SeaqvY4+A==", - "dev": true + "node_modules/@project-sunbird/telemetry-sdk": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/@project-sunbird/telemetry-sdk/-/telemetry-sdk-1.3.0.tgz", + "integrity": "sha512-9vocPJpB08/8pAXDUKQmhCiBxJ9qHxORF1+ot3kJczSnRh/K+POpAWDCR4iJ2+gWXPDE03WIWezshKpyf0RdYQ==" }, - "@nodelib/fs.walk": { - "version": "1.2.8", - "resolved": "https://registry.npmjs.org/@nodelib/fs.walk/-/fs.walk-1.2.8.tgz", - "integrity": "sha512-oGB+UxlgWcgQkgwo8GcEGwemoTFt3FIO9ababBmaGwXIoBKZ+GTy0pP185beGg7Llih/NSHSV2XAs1lnznocSg==", + "node_modules/@rollup/plugin-json": { + "version": "6.1.0", + "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-6.1.0.tgz", + "integrity": "sha512-EGI2te5ENk1coGeADSIwZ7G2Q8CJS2sF120T7jLw4xFw9n7wIOXHo+kIYRAoVpJAN+kmqZSoO3Fp4JtoNF4ReA==", "dev": true, - "requires": { - "@nodelib/fs.scandir": "2.1.5", - "fastq": "^1.6.0" + "dependencies": { + "@rollup/pluginutils": "^5.1.0" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } } }, - "@npmcli/fs": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", - "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", + "node_modules/@rollup/plugin-node-resolve": { + "version": "15.2.3", + "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-15.2.3.tgz", + "integrity": "sha512-j/lym8nf5E21LwBT4Df1VD6hRO2L2iwUeUmP7litikRsVp1H6NWx20NEp0Y7su+7XGc476GnXXc4kFeZNGmaSQ==", "dev": true, - "requires": { - "@gar/promisify": "^1.1.3", - "semver": "^7.3.5" + "dependencies": { + "@rollup/pluginutils": "^5.0.1", + "@types/resolve": "1.20.2", + "deepmerge": "^4.2.2", + "is-builtin-module": "^3.2.1", + "is-module": "^1.0.0", + "resolve": "^1.22.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^2.78.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true + } } }, - "@npmcli/git": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/@npmcli/git/-/git-3.0.2.tgz", - "integrity": "sha512-CAcd08y3DWBJqJDpfuVL0uijlq5oaXaOJEKHKc4wqrjd00gkvTZB+nFuLn+doOOKddaQS9JfqtNoFCO2LCvA3w==", + "node_modules/@rollup/pluginutils": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-5.1.0.tgz", + "integrity": "sha512-XTIWOPPcpvyKI6L1NHo0lFlCyznUEyPmPY1mc3KpPVDYulHSTvyeLNVW00QTLIAFNhR3kYnJTQHeGqU4M3n09g==", "dev": true, - "requires": { - "@npmcli/promise-spawn": "^3.0.0", - "lru-cache": "^7.4.4", - "mkdirp": "^1.0.4", - "npm-pick-manifest": "^7.0.0", - "proc-log": "^2.0.0", - "promise-inflight": "^1.0.1", - "promise-retry": "^2.0.1", - "semver": "^7.3.5", - "which": "^2.0.2" - }, "dependencies": { - "lru-cache": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz", - "integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==", - "dev": true - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true + "@types/estree": "^1.0.0", + "estree-walker": "^2.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=14.0.0" + }, + "peerDependencies": { + "rollup": "^1.20.0||^2.0.0||^3.0.0||^4.0.0" + }, + "peerDependenciesMeta": { + "rollup": { + "optional": true } } }, - "@npmcli/installed-package-contents": { - "version": "1.0.7", - "resolved": "https://registry.npmjs.org/@npmcli/installed-package-contents/-/installed-package-contents-1.0.7.tgz", - "integrity": "sha512-9rufe0wnJusCQoLpV9ZPKIVP55itrM5BxOXs10DmdbRfgWtHy1LDyskbwRnBghuB0PrF7pNPOqREVtpz4HqzKw==", + "node_modules/@schematics/angular": { + "version": "15.2.10", + "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-15.2.10.tgz", + "integrity": "sha512-eLdyP+T1TueNQ8FCP7sP+tt8z+YQ1BINsJsyAyoJT/XZjcCV7LUxgDIU94/kuvIotmJ2xTuFWHFPfAY+CN3duQ==", "dev": true, - "requires": { - "npm-bundled": "^1.1.1", - "npm-normalize-package-bin": "^1.0.1" + "dependencies": { + "@angular-devkit/core": "15.2.10", + "@angular-devkit/schematics": "15.2.10", + "jsonc-parser": "3.2.0" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0", + "npm": "^6.11.0 || ^7.5.6 || >=8.0.0", + "yarn": ">= 1.13.0" } }, - "@npmcli/move-file": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/@npmcli/move-file/-/move-file-2.0.1.tgz", - "integrity": "sha512-mJd2Z5TjYWq/ttPLLGqArdtnC74J6bOzg4rMDnN+p1xTacZ2yPRCk2y0oSWQtygLR9YVQXgOcONrwtnk3JupxQ==", + "node_modules/@sigstore/bundle": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/@sigstore/bundle/-/bundle-1.1.0.tgz", + "integrity": "sha512-PFutXEy0SmQxYI4texPw3dd2KewuNqv7OuK1ZFtY2fM754yhvG2KdgwIhRnoEE2uHdtdGNQ8s0lb94dW9sELog==", "dev": true, - "requires": { - "mkdirp": "^1.0.4", - "rimraf": "^3.0.2" - }, "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } + "@sigstore/protobuf-specs": "^0.2.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "@npmcli/node-gyp": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/node-gyp/-/node-gyp-2.0.0.tgz", - "integrity": "sha512-doNI35wIe3bBaEgrlPfdJPaCpUR89pJWep4Hq3aRdh6gKazIVWfs0jHttvSSoq47ZXgC7h73kDsUl8AoIQUB+A==", - "dev": true - }, - "@npmcli/promise-spawn": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/@npmcli/promise-spawn/-/promise-spawn-3.0.0.tgz", - "integrity": "sha512-s9SgS+p3a9Eohe68cSI3fi+hpcZUmXq5P7w0kMlAsWVtR7XbK3ptkZqKT2cK1zLDObJ3sR+8P59sJE0w/KTL1g==", + "node_modules/@sigstore/protobuf-specs": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/@sigstore/protobuf-specs/-/protobuf-specs-0.2.1.tgz", + "integrity": "sha512-XTWVxnWJu+c1oCshMLwnKvz8ZQJJDVOlciMfgpJBQbThVjKTCG8dwyhgLngBD2KN0ap9F/gOV8rFDEx8uh7R2A==", "dev": true, - "requires": { - "infer-owner": "^1.0.4" + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "@npmcli/run-script": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/@npmcli/run-script/-/run-script-4.2.1.tgz", - "integrity": "sha512-7dqywvVudPSrRCW5nTHpHgeWnbBtz8cFkOuKrecm6ih+oO9ciydhWt6OF7HlqupRRmB8Q/gECVdB9LMfToJbRg==", + "node_modules/@sigstore/sign": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@sigstore/sign/-/sign-1.0.0.tgz", + "integrity": "sha512-INxFVNQteLtcfGmcoldzV6Je0sbbfh9I16DM4yJPw3j5+TFP8X6uIiA18mvpEa9yyeycAKgPmOA3X9hVdVTPUA==", "dev": true, - "requires": { - "@npmcli/node-gyp": "^2.0.0", - "@npmcli/promise-spawn": "^3.0.0", - "node-gyp": "^9.0.0", - "read-package-json-fast": "^2.0.3", - "which": "^2.0.2" + "dependencies": { + "@sigstore/bundle": "^1.1.0", + "@sigstore/protobuf-specs": "^0.2.0", + "make-fetch-happen": "^11.0.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "@nrwl/cli": { - "version": "14.8.3", - "resolved": "https://registry.npmjs.org/@nrwl/cli/-/cli-14.8.3.tgz", - "integrity": "sha512-a8URAbqyZvegXMYU8pCA3Hfv0UdiDJc6HboazxinCJJgZWyqKYxRIWmKiWnfpXsr+qF6ntmBR/tC6yHbOL22gQ==", + "node_modules/@sigstore/sign/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", "dev": true, - "requires": { - "nx": "14.8.3" - }, - "dependencies": { - "@nrwl/tao": { - "version": "14.8.3", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-14.8.3.tgz", - "integrity": "sha512-lN7+1biSM/7PYMMgh3jjOXJ9fe6VjhVrtZsDcB6lcklpShjXfHXqlpXDM7vjlw19aLeZMdFWHFoU2C5BTBtzgQ==", - "dev": true, - "requires": { - "nx": "14.8.3" - } - }, - "@zkochan/js-yaml": { - "version": "0.0.6", - "resolved": "https://registry.npmjs.org/@zkochan/js-yaml/-/js-yaml-0.0.6.tgz", - "integrity": "sha512-nzvgl3VfhcELQ8LyVrYOru+UtAy1nrygk2+AGbTm8a5YcO6o8lSjAT+pfg3vJWxIoZKOUhrK6UU7xW/+00kQrg==", - "dev": true, - "requires": { - "argparse": "^2.0.1" - } - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "cli-spinners": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.6.1.tgz", - "integrity": "sha512-x/5fWmGMnbKQAaNwN+UZlV79qBLM9JFnJuJ03gIi5whrob0xV0ofNVHy9DhwGdsMJQc2OKv0oGmLzvaqvAVv+g==", - "dev": true - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "fast-glob": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.7.tgz", - "integrity": "sha512-rYGMRwip6lUMvYD3BTScMwT1HtAs2d71SMv66Vrxs0IekGZEjhM0pcMfjQPnknBt2zeCwQMEupiN02ZP4DiT1Q==", - "dev": true, - "requires": { - "@nodelib/fs.stat": "^2.0.2", - "@nodelib/fs.walk": "^1.2.3", - "glob-parent": "^5.1.2", - "merge2": "^1.3.0", - "micromatch": "^4.0.4" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "fs-extra": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-10.1.0.tgz", - "integrity": "sha512-oRXApq54ETRj4eMiFzGnHWGy+zo5raudjuxN0b8H7s/RU2oW0Wvsx9O0ACRN/kRq9E8Vu/ReskGB5o3ji+FzHQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^6.0.1", - "universalify": "^2.0.0" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true - }, - "glob": { - "version": "7.1.4", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.1.4.tgz", - "integrity": "sha512-hkLPepehmnKk41pUGm3sYxoFs/umurYfYJCerbXEyFIWcAzvpipAgVkBqqT9RBKMGjnq6kMuyYwha6csxbiM1A==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.0.4", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "jsonc-parser": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", - "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", - "dev": true - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "minimatch": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.5.tgz", - "integrity": "sha512-tUpxzX0VAzJHjLu0xUfFv1gwVp9ba3IOuRAVH2EGuRW8a5emA2FlACLqiT/lDVtS1W+TGNwqz3sWaNyLgDJWuw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - }, - "nx": { - "version": "14.8.3", - "resolved": "https://registry.npmjs.org/nx/-/nx-14.8.3.tgz", - "integrity": "sha512-6aMYrzlTqE77vHbaE1teI5P1A2oYkJGkuDMIo/zegRwUxCAjRzLAluUgPrmgqhuPTyTDn8p4aDfxAWV3Q0o/2Q==", - "dev": true, - "requires": { - "@nrwl/cli": "14.8.3", - "@nrwl/tao": "14.8.3", - "@parcel/watcher": "2.0.4", - "@yarnpkg/lockfile": "^1.1.0", - "@yarnpkg/parsers": "^3.0.0-rc.18", - "@zkochan/js-yaml": "0.0.6", - "axios": "0.21.1", - "chalk": "4.1.0", - "chokidar": "^3.5.1", - "cli-cursor": "3.1.0", - "cli-spinners": "2.6.1", - "cliui": "^7.0.2", - "dotenv": "~10.0.0", - "enquirer": "~2.3.6", - "fast-glob": "3.2.7", - "figures": "3.2.0", - "flat": "^5.0.2", - "fs-extra": "^10.1.0", - "glob": "7.1.4", - "ignore": "^5.0.4", - "js-yaml": "4.1.0", - "jsonc-parser": "3.2.0", - "minimatch": "3.0.5", - "npm-run-path": "^4.0.1", - "open": "^8.4.0", - "semver": "7.3.4", - "string-width": "^4.2.3", - "strong-log-transformer": "^2.1.0", - "tar-stream": "~2.2.0", - "tmp": "~0.2.1", - "tsconfig-paths": "^3.9.0", - "tslib": "^2.3.0", - "v8-compile-cache": "2.3.0", - "yargs": "^17.4.0", - "yargs-parser": "21.0.1" - }, - "dependencies": { - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "requires": { - "argparse": "^2.0.1" - } - } - } - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", - "dev": true, - "requires": { - "rimraf": "^3.0.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - }, - "yargs-parser": { - "version": "21.0.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.0.1.tgz", - "integrity": "sha512-9BK1jFpLzJROCI5TzwZL/TU4gqjK5xiHV/RfWLOahrjAko/e4DJkRDZQXfvqAsiZzzYhgAzbgz6lg48jcm4GLg==", - "dev": true - } + "engines": { + "node": ">=12" } }, - "@nrwl/devkit": { - "version": "13.1.3", - "resolved": "https://registry.npmjs.org/@nrwl/devkit/-/devkit-13.1.3.tgz", - "integrity": "sha512-TAAsZJvVc/obeH0rZKY6miVhyM2GHGb8qIWp9MAIdLlXf4VDcNC7rxwb5OrGVSwuTTjqGYBGPUx0yEogOOJthA==", + "node_modules/@sigstore/sign/node_modules/make-fetch-happen": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", "dev": true, - "requires": { - "@nrwl/tao": "13.1.3", - "ejs": "^3.1.5", - "ignore": "^5.0.4", - "rxjs": "^6.5.4", - "semver": "7.3.4", - "tslib": "^2.0.0" - }, "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } + "agentkeepalive": "^4.2.1", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "@nrwl/tao": { - "version": "13.1.3", - "resolved": "https://registry.npmjs.org/@nrwl/tao/-/tao-13.1.3.tgz", - "integrity": "sha512-/IwJgSgCBD1SaF+n8RuXX2OxDAh8ut/+P8pMswjm8063ac30UlAHjQ4XTYyskLH8uoUmNi2hNaGgHUrkwt7tQA==", + "node_modules/@sigstore/sign/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", "dev": true, - "requires": { - "chalk": "4.1.0", - "enquirer": "~2.3.6", - "fs-extra": "^9.1.0", - "jsonc-parser": "3.0.0", - "nx": "13.1.3", - "rxjs": "^6.5.4", - "rxjs-for-await": "0.0.2", - "semver": "7.3.4", - "tmp": "~0.2.1", - "tslib": "^2.0.0", - "yargs-parser": "20.0.0" - }, - "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.0.tgz", - "integrity": "sha512-qwx12AxXe2Q5xQ43Ac//I6v5aXTipYrSESdOgzrN+9XjgEpyjpKuvSGaN4qE93f7TQTlerQQ8S+EQ0EyDoVL1A==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "jsonc-parser": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.0.0.tgz", - "integrity": "sha512-fQzRfAbIBnR0IQvftw9FJveWiHp72Fg20giDrHz6TdfB12UH/uue0D3hm57UB5KgAVuniLMCaS8P1IMj9NR7cA==", - "dev": true - }, - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "semver": { - "version": "7.3.4", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.4.tgz", - "integrity": "sha512-tCfb2WLjqFAtXn4KEdxIhalnRtoKFN7nAwj0B3ZXCbQloV2tq5eDbcTmT68JJD3nRJq24/XgxtQKFIpQdtvmVw==", - "dev": true, - "requires": { - "lru-cache": "^6.0.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", - "dev": true, - "requires": { - "rimraf": "^3.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } + "engines": { + "node": ">=8" } }, - "@parcel/watcher": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/@parcel/watcher/-/watcher-2.0.4.tgz", - "integrity": "sha512-cTDi+FUDBIUOBKEtj+nhiJ71AZVlkAsQFuGQTun5tV9mwQBQgZvhCzG+URPQc8myeN32yRVZEfVAPCs1RW+Jvg==", + "node_modules/@sigstore/sign/node_modules/minipass-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", "dev": true, - "requires": { - "node-addon-api": "^3.2.1", - "node-gyp-build": "^4.3.0" + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" } }, - "@project-sunbird/client-services": { - "version": "3.9.7", - "resolved": "https://registry.npmjs.org/@project-sunbird/client-services/-/client-services-3.9.7.tgz", - "integrity": "sha512-bvbPx7p09ZmRqSJxmiu0JinjnV+zlRmlnXylmOYnZ1epYIfc7Pbaz7+Jd4Wswa7r4Z/Q2QeSzgYNKBUuUDms+g==", - "requires": { - "@project-sunbird/telemetry-sdk": "0.0.26", - "inversify": "^5.0.1", - "qs": "^6.9.4", - "reflect-metadata": "^0.1.13", - "whatwg-fetch": "^3.1.0" + "node_modules/@sigstore/sign/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "@project-sunbird/sb-styles": { - "version": "0.0.7", - "resolved": "https://registry.npmjs.org/@project-sunbird/sb-styles/-/sb-styles-0.0.7.tgz", - "integrity": "sha512-XirxDLdQnaKJC+tFh4IAD05ULHS7DE9ZkNsPRHglWzly8erTXe6M1DAL+XWKYVFLf+GK9U6HVKlvvxIUpRCiVw==" - }, - "@project-sunbird/sunbird-pdf-player-v9": { - "version": "4.8.2", - "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-pdf-player-v9/-/sunbird-pdf-player-v9-4.8.2.tgz", - "integrity": "sha512-vUWyZ0eF86jx9/5EWy5SAhlUS/YARFGKYE6R71x4VlgPlN8Pd70Q93hXlcEBuHslIEaYGj76SXnG33NECP8GLw==", - "requires": { - "@project-sunbird/sunbird-player-sdk-v9": "4.6.4" - }, + "node_modules/@sigstore/tuf": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/@sigstore/tuf/-/tuf-1.0.3.tgz", + "integrity": "sha512-2bRovzs0nJZFlCN3rXirE4gwxCn97JNjMmwpecqlbgV9WcxX7WRuIrgzx/X7Ib7MYRbyUTpBYE0s2x6AmZXnlg==", + "dev": true, "dependencies": { - "@project-sunbird/sunbird-player-sdk-v9": { - "version": "4.6.4", - "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-player-sdk-v9/-/sunbird-player-sdk-v9-4.6.4.tgz", - "integrity": "sha512-pxAVFewcRrXxckAUk4f49hDh8DKmUxI5kZZA1+9NVfDO8w7E1cfC0zcvbfu1fP1u26qUA06wCR+O7Tn7FdNwMw==", - "requires": { - "ally.js": "1.4.1" - } - } + "@sigstore/protobuf-specs": "^0.2.0", + "tuf-js": "^1.1.7" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "@project-sunbird/sunbird-player-sdk-v9": { - "version": "4.8.0", - "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-player-sdk-v9/-/sunbird-player-sdk-v9-4.8.0.tgz", - "integrity": "sha512-8qj3Gg027eT6dqLw9iPGJ1GApoytvnglHSOb7p5E0lwZH+pneGh1iESP0avX98klg5CkHn0Sh+V/m4tP0/f4Gw==", - "requires": { - "ally.js": "1.4.1" - } + "node_modules/@socket.io/component-emitter": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", + "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==" }, - "@project-sunbird/telemetry-sdk": { - "version": "0.0.26", - "resolved": "https://registry.npmjs.org/@project-sunbird/telemetry-sdk/-/telemetry-sdk-0.0.26.tgz", - "integrity": "sha512-8r8tf+YN+z8A4KHBmL8/wxDIKGkASDHMMxyhlI9/iWv83sueoN5qHB6QnqgtIRyEdFjt4Tum5u18/oB71Bb0PQ==", - "requires": { - "grunt-karma": "^0.12.2", - "karma": "^3.0.0" - }, - "dependencies": { - "karma": { - "version": "3.1.4", - "resolved": "https://registry.npmjs.org/karma/-/karma-3.1.4.tgz", - "integrity": "sha512-31Vo8Qr5glN+dZEVIpnPCxEGleqE0EY6CtC2X9TagRV3rRQ3SNrvfhddICkJgUK3AgqpeKSZau03QumTGhGoSw==", - "requires": { - "bluebird": "^3.3.0", - "body-parser": "^1.16.1", - "chokidar": "^2.0.3", - "colors": "^1.1.0", - "combine-lists": "^1.0.0", - "connect": "^3.6.0", - "core-js": "^2.2.0", - "di": "^0.0.1", - "dom-serialize": "^2.2.0", - "expand-braces": "^0.1.1", - "flatted": "^2.0.0", - "glob": "^7.1.1", - "graceful-fs": "^4.1.2", - "http-proxy": "^1.13.0", - "isbinaryfile": "^3.0.0", - "lodash": "^4.17.5", - "log4js": "^3.0.0", - "mime": "^2.3.1", - "minimatch": "^3.0.2", - "optimist": "^0.6.1", - "qjobs": "^1.1.4", - "range-parser": "^1.2.0", - "rimraf": "^2.6.0", - "safe-buffer": "^5.0.1", - "socket.io": "2.1.1", - "source-map": "^0.6.1", - "tmp": "0.0.33", - "useragent": "2.3.0" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - } + "node_modules/@tootallnate/once": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", + "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", + "dev": true, + "engines": { + "node": ">= 10" } }, - "@rollup/plugin-json": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-json/-/plugin-json-4.1.0.tgz", - "integrity": "sha512-yfLbTdNS6amI/2OpmbiBoW12vngr5NW2jCJVZSBEz+H5KfUJZ2M7sDjk0U6GOOdCWFVScShte29o9NezJ53TPw==", + "node_modules/@tufjs/canonical-json": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/@tufjs/canonical-json/-/canonical-json-1.0.0.tgz", + "integrity": "sha512-QTnf++uxunWvG2z3UFNzAoQPHxnSXOwtaI3iJ+AohhV+5vONuArPjJE7aPXPVXfXJsqrVbZBu9b81AJoSd09IQ==", "dev": true, - "requires": { - "@rollup/pluginutils": "^3.0.8" + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "@rollup/plugin-node-resolve": { - "version": "13.3.0", - "resolved": "https://registry.npmjs.org/@rollup/plugin-node-resolve/-/plugin-node-resolve-13.3.0.tgz", - "integrity": "sha512-Lus8rbUo1eEcnS4yTFKLZrVumLPY+YayBdWXgFSHYhTT2iJbMhoaaBL3xl5NCdeRytErGr8tZ0L71BMRmnlwSw==", + "node_modules/@tufjs/models": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/@tufjs/models/-/models-1.0.4.tgz", + "integrity": "sha512-qaGV9ltJP0EO25YfFUPhxRVK0evXFIAGicsVXuRim4Ed9cjPxYhNnNJ49SFmbeLgtxpslIkX317IgpfcHPVj/A==", "dev": true, - "requires": { - "@rollup/pluginutils": "^3.1.0", - "@types/resolve": "1.17.1", - "deepmerge": "^4.2.2", - "is-builtin-module": "^3.1.0", - "is-module": "^1.0.0", - "resolve": "^1.19.0" + "dependencies": { + "@tufjs/canonical-json": "1.0.0", + "minimatch": "^9.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "@rollup/pluginutils": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@rollup/pluginutils/-/pluginutils-3.1.0.tgz", - "integrity": "sha512-GksZ6pr6TpIjHm8h9lSQ8pi8BE9VeubNT0OMJ3B5uZJ8pz73NPiqOtCog/x2/QzM1ENChPKxMDhiQuRHsqc+lg==", + "node_modules/@tufjs/models/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "requires": { - "@types/estree": "0.0.39", - "estree-walker": "^1.0.1", - "picomatch": "^2.2.2" - }, "dependencies": { - "@types/estree": { - "version": "0.0.39", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.39.tgz", - "integrity": "sha512-EYNwp3bU+98cpU4lAWYYL7Zz+2gryWH1qbdDTidVd6hkiR6weksdbMadyXKXNPEkQFhXM+hVO9ZygomHXp+AIw==", - "dev": true - } + "balanced-match": "^1.0.0" } }, - "@schematics/angular": { - "version": "14.2.5", - "resolved": "https://registry.npmjs.org/@schematics/angular/-/angular-14.2.5.tgz", - "integrity": "sha512-oYtQJi68EcDK940fny9t12JGE6z/ZbLeCZs+cPh4XT7ytRdO4anypBtKx18+E+b6jUnox4FxIGOf2WpkSAosYA==", + "node_modules/@tufjs/models/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", "dev": true, - "requires": { - "@angular-devkit/core": "14.2.5", - "@angular-devkit/schematics": "14.2.5", - "jsonc-parser": "3.1.0" + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "@socket.io/component-emitter": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/@socket.io/component-emitter/-/component-emitter-3.1.0.tgz", - "integrity": "sha512-+9jVqKhRSpsc591z5vX+X5Yyw+he/HCB4iQ/RYxw35CEPaY1gnsNE43nf9n9AaYjAQrTiI/mOwKUKdUs9vf7Xg==", - "dev": true - }, - "@tootallnate/once": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/@tootallnate/once/-/once-2.0.0.tgz", - "integrity": "sha512-XCuKFP5PS55gnMVu3dty8KPatLqUoy/ZYzDzAGCQ8JNFCkLXzmI7vNHCR+XpbZaMWQK/vQubr7PkYq8g470J/A==", - "dev": true - }, - "@types/body-parser": { - "version": "1.19.2", - "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.2.tgz", - "integrity": "sha512-ALYone6pm6QmwZoAgeyNksccT9Q4AWZQ6PvfwR37GT6r6FWUPguq6sUmNGSMV2Wr761oQoBxwGGa6DR5o1DC9g==", + "node_modules/@types/body-parser": { + "version": "1.19.5", + "resolved": "https://registry.npmjs.org/@types/body-parser/-/body-parser-1.19.5.tgz", + "integrity": "sha512-fB3Zu92ucau0iQ0JMCFQE7b/dv8Ot07NI3KaZIkIUNXq82k4eBAqUaneXfleGY9JWskeS9y+u0nXMyspcuQrCg==", "dev": true, - "requires": { + "dependencies": { "@types/connect": "*", "@types/node": "*" } }, - "@types/bonjour": { - "version": "3.5.10", - "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.10.tgz", - "integrity": "sha512-p7ienRMiS41Nu2/igbJxxLDWrSZ0WxM8UQgCeO9KhoVF7cOVFkrKsiDr1EsJIla8vV3oEEjGcz11jc5yimhzZw==", + "node_modules/@types/bonjour": { + "version": "3.5.13", + "resolved": "https://registry.npmjs.org/@types/bonjour/-/bonjour-3.5.13.tgz", + "integrity": "sha512-z9fJ5Im06zvUL548KvYNecEVlA7cVDkGUi6kZusb04mpyEFKCIZJvloCcmpmLaIahDpOQGHaHmG6imtPMmPXGQ==", "dev": true, - "requires": { + "dependencies": { "@types/node": "*" } }, - "@types/connect": { - "version": "3.4.35", - "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.35.tgz", - "integrity": "sha512-cdeYyv4KWoEgpBISTxWvqYsVy444DOqehiF3fM3ne10AmJ62RSyNkUnxMJXHQWRQQX2eR94m5y1IZyDwBjV9FQ==", + "node_modules/@types/connect": { + "version": "3.4.38", + "resolved": "https://registry.npmjs.org/@types/connect/-/connect-3.4.38.tgz", + "integrity": "sha512-K6uROf1LD88uDQqJCktA4yzL1YYAK6NgfsI0v/mTgyPKWsX1CnJ0XPSDhViejru1GcRkLWb8RlzFYJRqGUbaug==", "dev": true, - "requires": { + "dependencies": { "@types/node": "*" } }, - "@types/connect-history-api-fallback": { - "version": "1.3.5", - "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.3.5.tgz", - "integrity": "sha512-h8QJa8xSb1WD4fpKBDcATDNGXghFj6/3GRWG6dhmRcu0RX1Ubasur2Uvx5aeEwlf0MwblEC2bMzzMQntxnw/Cw==", + "node_modules/@types/connect-history-api-fallback": { + "version": "1.5.4", + "resolved": "https://registry.npmjs.org/@types/connect-history-api-fallback/-/connect-history-api-fallback-1.5.4.tgz", + "integrity": "sha512-n6Cr2xS1h4uAulPRdlw6Jl6s1oG8KrVilPN2yUITEs+K48EzMJJ3W1xy8K5eWuFvjp3R74AOIGSmp2UfBJ8HFw==", "dev": true, - "requires": { + "dependencies": { "@types/express-serve-static-core": "*", "@types/node": "*" } }, - "@types/cookie": { + "node_modules/@types/cookie": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/@types/cookie/-/cookie-0.4.1.tgz", - "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==", - "dev": true + "integrity": "sha512-XW/Aa8APYr6jSVVA1y/DEIZX0/GMKLEVekNG727R8cs56ahETkRAy/3DR7+fJyh7oUgGwNQaRfXCun0+KbWY7Q==" }, - "@types/cors": { - "version": "2.8.12", - "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.12.tgz", - "integrity": "sha512-vt+kDhq/M2ayberEtJcIN/hxXy1Pk+59g2FV/ZQceeaTyCtCucjL2Q7FXlFjtWn4n15KCr1NE2lNNFhp0lEThw==", - "dev": true + "node_modules/@types/cors": { + "version": "2.8.17", + "resolved": "https://registry.npmjs.org/@types/cors/-/cors-2.8.17.tgz", + "integrity": "sha512-8CGDvrBj1zgo2qE+oS3pOCyYNqCPryMWY2bGfwA0dcfopWGgxs+78df0Rs3rc9THP4JkOhLsAa+15VdpAqkcUA==", + "dependencies": { + "@types/node": "*" + } }, - "@types/eslint": { - "version": "8.4.6", - "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.4.6.tgz", - "integrity": "sha512-/fqTbjxyFUaYNO7VcW5g+4npmqVACz1bB7RTHYuLj+PRjw9hrCwrUXVQFpChUS0JsyEFvMZ7U/PfmvWgxJhI9g==", + "node_modules/@types/eslint": { + "version": "8.56.2", + "resolved": "https://registry.npmjs.org/@types/eslint/-/eslint-8.56.2.tgz", + "integrity": "sha512-uQDwm1wFHmbBbCZCqAlq6Do9LYwByNZHWzXppSnay9SuwJ+VRbjkbLABer54kcPnMSlG6Fdiy2yaFXm/z9Z5gw==", "dev": true, - "requires": { + "dependencies": { "@types/estree": "*", "@types/json-schema": "*" } }, - "@types/eslint-scope": { - "version": "3.7.4", - "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.4.tgz", - "integrity": "sha512-9K4zoImiZc3HlIp6AVUDE4CWYx22a+lhSZMYNpbjW04+YF0KWj4pJXnEMjdnFTiQibFFmElcsasJXDbdI/EPhA==", + "node_modules/@types/eslint-scope": { + "version": "3.7.7", + "resolved": "https://registry.npmjs.org/@types/eslint-scope/-/eslint-scope-3.7.7.tgz", + "integrity": "sha512-MzMFlSLBqNF2gcHWO0G1vP/YQyfvrxZ0bF+u7mzUdZ1/xK4A4sru+nraZz5i3iEIk1l1uyicaDVTB4QbbEkAYg==", "dev": true, - "requires": { + "dependencies": { "@types/eslint": "*", "@types/estree": "*" } }, - "@types/estree": { - "version": "0.0.51", - "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", - "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "node_modules/@types/estree": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-1.0.5.tgz", + "integrity": "sha512-/kYRxGDLWzHOB7q+wtSUQlFrtcdUccpfy+X+9iMBpHK8QLLhx2wIPYuS5DYtR9Wa/YlZAbIovy7qVdB1Aq6Lyw==", "dev": true }, - "@types/express": { - "version": "4.17.14", - "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.14.tgz", - "integrity": "sha512-TEbt+vaPFQ+xpxFLFssxUDXj5cWCxZJjIcB7Yg0k0GMHGtgtQgpvx/MUQUeAkNbA9AAGrwkAsoeItdTgS7FMyg==", + "node_modules/@types/express": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/@types/express/-/express-4.17.21.tgz", + "integrity": "sha512-ejlPM315qwLpaQlQDTjPdsUFSc6ZsP4AN6AlWnogPjQ7CVi7PYF3YVz+CY3jE2pwYf7E/7HlDAN0rV2GxTG0HQ==", "dev": true, - "requires": { + "dependencies": { "@types/body-parser": "*", - "@types/express-serve-static-core": "^4.17.18", + "@types/express-serve-static-core": "^4.17.33", "@types/qs": "*", "@types/serve-static": "*" } }, - "@types/express-serve-static-core": { - "version": "4.17.31", - "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.31.tgz", - "integrity": "sha512-DxMhY+NAsTwMMFHBTtJFNp5qiHKJ7TeqOo23zVEM9alT1Ml27Q3xcTH0xwxn7Q0BbMcVEJOs/7aQtUWupUQN3Q==", + "node_modules/@types/express-serve-static-core": { + "version": "4.17.42", + "resolved": "https://registry.npmjs.org/@types/express-serve-static-core/-/express-serve-static-core-4.17.42.tgz", + "integrity": "sha512-ckM3jm2bf/MfB3+spLPWYPUH573plBFwpOhqQ2WottxYV85j1HQFlxmnTq57X1yHY9awZPig06hL/cLMgNWHIQ==", "dev": true, - "requires": { + "dependencies": { "@types/node": "*", "@types/qs": "*", - "@types/range-parser": "*" + "@types/range-parser": "*", + "@types/send": "*" } }, - "@types/http-proxy": { - "version": "1.17.9", - "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.9.tgz", - "integrity": "sha512-QsbSjA/fSk7xB+UXlCT3wHBy5ai9wOcNDWwZAtud+jXhwOM3l+EYZh8Lng4+/6n8uar0J7xILzqftJdJ/Wdfkw==", + "node_modules/@types/http-errors": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/@types/http-errors/-/http-errors-2.0.4.tgz", + "integrity": "sha512-D0CFMMtydbJAegzOyHjtiKPLlvnm3iTZyZRSZoLq2mRhDdmLfIWOCYPfQJ4cu2erKghU++QvjcUjp/5h7hESpA==", + "dev": true + }, + "node_modules/@types/http-proxy": { + "version": "1.17.14", + "resolved": "https://registry.npmjs.org/@types/http-proxy/-/http-proxy-1.17.14.tgz", + "integrity": "sha512-SSrD0c1OQzlFX7pGu1eXxSEjemej64aaNPRhhVYUGqXh0BtldAAx37MG8btcumvpgKyZp1F5Gn3JkktdxiFv6w==", "dev": true, - "requires": { + "dependencies": { "@types/node": "*" } }, - "@types/jasmine": { + "node_modules/@types/jasmine": { "version": "3.6.11", "resolved": "https://registry.npmjs.org/@types/jasmine/-/jasmine-3.6.11.tgz", "integrity": "sha512-S6pvzQDvMZHrkBz2Mcn/8Du7cpr76PlRJBAoHnSDNbulULsH5dp0Gns+WRyNX5LHejz/ljxK4/vIHK/caHt6SQ==", "dev": true }, - "@types/jasminewd2": { - "version": "2.0.10", - "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.10.tgz", - "integrity": "sha512-J7mDz7ovjwjc+Y9rR9rY53hFWKATcIkrr9DwQWmOas4/pnIPJTXawnzjwpHm3RSxz/e3ZVUvQ7cRbd5UQLo10g==", + "node_modules/@types/jasminewd2": { + "version": "2.0.13", + "resolved": "https://registry.npmjs.org/@types/jasminewd2/-/jasminewd2-2.0.13.tgz", + "integrity": "sha512-aJ3wj8tXMpBrzQ5ghIaqMisD8C3FIrcO6sDKHqFbuqAsI7yOxj0fA7MrRCPLZHIVUjERIwsMmGn/vB0UQ9u0Hg==", "dev": true, - "requires": { + "dependencies": { "@types/jasmine": "*" } }, - "@types/json-schema": { - "version": "7.0.11", - "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.11.tgz", - "integrity": "sha512-wOuvG1SN4Us4rez+tylwwwCV1psiNVOkJeM3AUWUNWg/jDQY2+HE/444y5gc+jBmRqASOm2Oeh5c1axHobwRKQ==", - "dev": true - }, - "@types/json5": { - "version": "0.0.29", - "resolved": "https://registry.npmjs.org/@types/json5/-/json5-0.0.29.tgz", - "integrity": "sha512-dRLjCWHYg4oaA77cxO64oO+7JwCwnIzkZPdrrC71jQmQtlhM556pwKo5bUzqvZndkVbeFLIIi+9TC40JNF5hNQ==", + "node_modules/@types/json-schema": { + "version": "7.0.15", + "resolved": "https://registry.npmjs.org/@types/json-schema/-/json-schema-7.0.15.tgz", + "integrity": "sha512-5+fP8P8MFNC+AyZCDxrB2pkZFPGzqQWUzpSeuuVLvm8VMcorNYavBqoFcxK8bQz4Qsbn4oUEEem4wDLfcysGHA==", "dev": true }, - "@types/mime": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/@types/mime/-/mime-3.0.1.tgz", - "integrity": "sha512-Y4XFY5VJAuw0FgAqPNd6NNoV44jbq9Bz2L7Rh/J6jLTiHBSBJa9fxqQIvkIld4GsoDOcCbvzOUAbLPsSKKg+uA==", + "node_modules/@types/mime": { + "version": "1.3.5", + "resolved": "https://registry.npmjs.org/@types/mime/-/mime-1.3.5.tgz", + "integrity": "sha512-/pyBZWSLD2n0dcHE3hq8s8ZvcETHtEuF+3E7XVt0Ig2nvsVQXdghHVcEkIWjy9A0wKfTn97a/PSDYohKIlnP/w==", "dev": true }, - "@types/node": { + "node_modules/@types/node": { "version": "12.20.55", "resolved": "https://registry.npmjs.org/@types/node/-/node-12.20.55.tgz", - "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==", - "dev": true + "integrity": "sha512-J8xLz7q2OFulZ2cyGTLE1TbbZcjpno7FaN6zdJNrgAdrJ+DZzh/uFR6YrTb4C+nXakvud8Q4+rbhoIWlYQbUFQ==" }, - "@types/parse-json": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.0.tgz", - "integrity": "sha512-//oorEZjL6sbPcKUaCdIGlIUeH26mgzimjBB77G6XRgnDl/L5wOnpyBGRe/Mmf5CVW3PwEBE1NjiMZ/ssFh4wA==", + "node_modules/@types/node-forge": { + "version": "1.3.11", + "resolved": "https://registry.npmjs.org/@types/node-forge/-/node-forge-1.3.11.tgz", + "integrity": "sha512-FQx220y22OKNTqaByeBGqHWYz4cl94tpcxeFdvBo3wjG6XPBuZ0BNgNZRV5J5TFmmcsJ4IzsLkmGRiQbnYsBEQ==", + "dev": true, + "dependencies": { + "@types/node": "*" + } + }, + "node_modules/@types/parse-json": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/@types/parse-json/-/parse-json-4.0.2.tgz", + "integrity": "sha512-dISoDXWWQwUquiKsyZ4Ng+HX2KsPL7LyHKHQwgGFEA3IaKac4Obd+h2a/a6waisAoepJlBcx9paWqjA8/HVjCw==", "dev": true }, - "@types/q": { + "node_modules/@types/q": { "version": "0.0.32", "resolved": "https://registry.npmjs.org/@types/q/-/q-0.0.32.tgz", "integrity": "sha512-qYi3YV9inU/REEfxwVcGZzbS3KG/Xs90lv0Pr+lDtuVjBPGd1A+eciXzVSaRvLify132BfcvhvEjeVahrUl0Ug==", "dev": true }, - "@types/qs": { - "version": "6.9.7", - "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.7.tgz", - "integrity": "sha512-FGa1F62FT09qcrueBA6qYTrJPVDzah9a+493+o2PCXsesWHIn27G98TsSMs3WPNbZIEj4+VJf6saSFpvD+3Zsw==", + "node_modules/@types/qs": { + "version": "6.9.11", + "resolved": "https://registry.npmjs.org/@types/qs/-/qs-6.9.11.tgz", + "integrity": "sha512-oGk0gmhnEJK4Yyk+oI7EfXsLayXatCWPHary1MtcmbAifkobT9cM9yutG/hZKIseOU0MqbIwQ/u2nn/Gb+ltuQ==", "dev": true }, - "@types/range-parser": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.4.tgz", - "integrity": "sha512-EEhsLsD6UsDM1yFhAvy0Cjr6VwmpMWqFBCb9w07wVugF7w9nfajxLuVmngTIpgS6svCnm6Vaw+MZhoDCKnOfsw==", + "node_modules/@types/range-parser": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/@types/range-parser/-/range-parser-1.2.7.tgz", + "integrity": "sha512-hKormJbkJqzQGhziax5PItDUTMAM9uE2XXQmM37dyd4hVM+5aVl7oVxMVUiVQn2oCQFN/LKCZdvSM0pFRqbSmQ==", "dev": true }, - "@types/resolve": { - "version": "1.17.1", - "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.17.1.tgz", - "integrity": "sha512-yy7HuzQhj0dhGpD8RLXSZWEkLsV9ibvxvi6EiJ3bkqLAO1RGo0WbkWQiwpRlSFymTJRz0d3k5LM3kkx8ArDbLw==", - "dev": true, - "requires": { - "@types/node": "*" - } + "node_modules/@types/resolve": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/@types/resolve/-/resolve-1.20.2.tgz", + "integrity": "sha512-60BCwRFOZCQhDncwQdxxeOEEkbc5dIMccYLwbxsS4TUNeVECQ/pBJ0j09mrHOl/JJvpRPGwO9SvE4nR2Nb/a4Q==", + "dev": true }, - "@types/retry": { + "node_modules/@types/retry": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/@types/retry/-/retry-0.12.0.tgz", "integrity": "sha512-wWKOClTTiizcZhXnPY4wikVAwmdYHp8q6DmC+EJUzAMsycb7HB32Kh9RN4+0gExjmPmZSAQjgURXIGATPegAvA==", "dev": true }, - "@types/selenium-webdriver": { - "version": "3.0.20", - "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.20.tgz", - "integrity": "sha512-6d8Q5fqS9DWOXEhMDiF6/2FjyHdmP/jSTAUyeQR7QwrFeNmYyzmvGxD5aLIHL445HjWgibs0eAig+KPnbaesXA==", + "node_modules/@types/selenium-webdriver": { + "version": "3.0.26", + "resolved": "https://registry.npmjs.org/@types/selenium-webdriver/-/selenium-webdriver-3.0.26.tgz", + "integrity": "sha512-dyIGFKXfUFiwkMfNGn1+F6b80ZjR3uSYv1j6xVJSDlft5waZ2cwkHW4e7zNzvq7hiEackcgvBpmnXZrI1GltPg==", "dev": true }, - "@types/serve-index": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.1.tgz", - "integrity": "sha512-d/Hs3nWDxNL2xAczmOVZNj92YZCS6RGxfBPjKzuu/XirCgXdpKEb88dYNbrYGint6IVWLNP+yonwVAuRC0T2Dg==", + "node_modules/@types/semver": { + "version": "7.5.6", + "resolved": "https://registry.npmjs.org/@types/semver/-/semver-7.5.6.tgz", + "integrity": "sha512-dn1l8LaMea/IjDoHNd9J52uBbInB796CDffS6VdIxvqYCPSG0V0DzHp76GpaWnlhg88uYyPbXCDIowa86ybd5A==", + "dev": true + }, + "node_modules/@types/send": { + "version": "0.17.4", + "resolved": "https://registry.npmjs.org/@types/send/-/send-0.17.4.tgz", + "integrity": "sha512-x2EM6TJOybec7c52BX0ZspPodMsQUd5L6PRwOunVyVUhXiBSKf3AezDL8Dgvgt5o0UfKNfuA0eMLr2wLT4AiBA==", + "dev": true, + "dependencies": { + "@types/mime": "^1", + "@types/node": "*" + } + }, + "node_modules/@types/serve-index": { + "version": "1.9.4", + "resolved": "https://registry.npmjs.org/@types/serve-index/-/serve-index-1.9.4.tgz", + "integrity": "sha512-qLpGZ/c2fhSs5gnYsQxtDEq3Oy8SXPClIXkW5ghvAvsNuVSA8k+gCONcUCS/UjLEYvYps+e8uBtfgXgvhwfNug==", "dev": true, - "requires": { + "dependencies": { "@types/express": "*" } }, - "@types/serve-static": { - "version": "1.15.0", - "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.0.tgz", - "integrity": "sha512-z5xyF6uh8CbjAu9760KDKsH2FcDxZ2tFCsA4HIMWE6IkiYMXfVoa+4f9KX+FN0ZLsaMw1WNG2ETLA6N+/YA+cg==", + "node_modules/@types/serve-static": { + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/@types/serve-static/-/serve-static-1.15.5.tgz", + "integrity": "sha512-PDRk21MnK70hja/YF8AHfC7yIsiQHn1rcXx7ijCFBX/k+XQJhQT/gw3xekXKJvx+5SXaMMS8oqQy09Mzvz2TuQ==", "dev": true, - "requires": { + "dependencies": { + "@types/http-errors": "*", "@types/mime": "*", "@types/node": "*" } }, - "@types/sockjs": { - "version": "0.3.33", - "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.33.tgz", - "integrity": "sha512-f0KEEe05NvUnat+boPTZ0dgaLZ4SfSouXUgv5noUiefG2ajgKjmETo9ZJyuqsl7dfl2aHlLJUiki6B4ZYldiiw==", + "node_modules/@types/sockjs": { + "version": "0.3.36", + "resolved": "https://registry.npmjs.org/@types/sockjs/-/sockjs-0.3.36.tgz", + "integrity": "sha512-MK9V6NzAS1+Ud7JV9lJLFqW85VbC9dq3LmwZCuBe4wBDgKC0Kj/jd8Xl+nSviU+Qc3+m7umHHyHg//2KSa0a0Q==", "dev": true, - "requires": { + "dependencies": { "@types/node": "*" } }, - "@types/ws": { - "version": "8.5.3", - "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.3.tgz", - "integrity": "sha512-6YOoWjruKj1uLf3INHH7D3qTXwFfEsg1kf3c0uDdSBJwfa/llkwIjrAGV7j7mVgGNbzTQ3HiHKKDXl6bJPD97w==", + "node_modules/@types/ws": { + "version": "8.5.10", + "resolved": "https://registry.npmjs.org/@types/ws/-/ws-8.5.10.tgz", + "integrity": "sha512-vmQSUcfalpIq0R9q7uTo2lXs6eGIpt9wtnLdMv9LVpIjCA/+ufZRozlVoVelIYixx1ugCBKDhn89vnsEGOCx9A==", "dev": true, - "requires": { + "dependencies": { "@types/node": "*" } }, - "@typescript-eslint/eslint-plugin": { + "node_modules/@typescript-eslint/eslint-plugin": { "version": "5.27.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/eslint-plugin/-/eslint-plugin-5.27.1.tgz", "integrity": "sha512-6dM5NKT57ZduNnJfpY81Phe9nc9wolnMCnknb1im6brWi1RYv84nbMS3olJa27B6+irUVV1X/Wb+Am0FjJdGFw==", "dev": true, - "requires": { + "dependencies": { "@typescript-eslint/scope-manager": "5.27.1", "@typescript-eslint/type-utils": "5.27.1", "@typescript-eslint/utils": "5.27.1", @@ -3247,112 +4998,307 @@ "semver": "^7.3.7", "tsutils": "^3.21.0" }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "@typescript-eslint/parser": "^5.0.0", + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/type-utils": { + "version": "5.27.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz", + "integrity": "sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==", + "dev": true, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "@typescript-eslint/utils": "5.27.1", + "debug": "^4.3.4", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true } } }, - "@typescript-eslint/experimental-utils": { + "node_modules/@typescript-eslint/eslint-plugin/node_modules/@typescript-eslint/utils": { "version": "5.27.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/experimental-utils/-/experimental-utils-5.27.1.tgz", - "integrity": "sha512-Vd8uewIixGP93sEnmTRIH6jHZYRQRkGPDPpapACMvitJKX8335VHNyqKTE+mZ+m3E2c5VznTZfSsSsS5IF7vUA==", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.27.1.tgz", + "integrity": "sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "@typescript-eslint/scope-manager": "5.27.1", + "@typescript-eslint/types": "5.27.1", + "@typescript-eslint/typescript-estree": "5.27.1", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@typescript-eslint/eslint-plugin/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", "dev": true, - "requires": { - "@typescript-eslint/utils": "5.27.1" + "engines": { + "node": ">=4.0" } }, - "@typescript-eslint/parser": { + "node_modules/@typescript-eslint/parser": { "version": "5.27.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/parser/-/parser-5.27.1.tgz", "integrity": "sha512-7Va2ZOkHi5NP+AZwb5ReLgNF6nWLGTeUJfxdkVUAPPSaAdbWNnFZzLZ4EGGmmiCTg+AwlbE1KyUYTBglosSLHQ==", "dev": true, - "requires": { + "dependencies": { "@typescript-eslint/scope-manager": "5.27.1", "@typescript-eslint/types": "5.27.1", "@typescript-eslint/typescript-estree": "5.27.1", "debug": "^4.3.4" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true } } }, - "@typescript-eslint/scope-manager": { + "node_modules/@typescript-eslint/scope-manager": { "version": "5.27.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.27.1.tgz", "integrity": "sha512-fQEOSa/QroWE6fAEg+bJxtRZJTH8NTskggybogHt4H9Da8zd4cJji76gA5SBlR0MgtwF7rebxTbDKB49YUCpAg==", "dev": true, - "requires": { + "dependencies": { "@typescript-eslint/types": "5.27.1", "@typescript-eslint/visitor-keys": "5.27.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@typescript-eslint/type-utils": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.27.1.tgz", - "integrity": "sha512-+UC1vVUWaDHRnC2cQrCJ4QtVjpjjCgjNFpg8b03nERmkHv9JV9X5M19D7UFMd+/G7T/sgFwX2pGmWK38rqyvXw==", + "node_modules/@typescript-eslint/type-utils": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/type-utils/-/type-utils-5.48.2.tgz", + "integrity": "sha512-QVWx7J5sPMRiOMJp5dYshPxABRoZV1xbRirqSk8yuIIsu0nvMTZesKErEA3Oix1k+uvsk8Cs8TGJ6kQ0ndAcew==", "dev": true, - "requires": { - "@typescript-eslint/utils": "5.27.1", + "dependencies": { + "@typescript-eslint/typescript-estree": "5.48.2", + "@typescript-eslint/utils": "5.48.2", "debug": "^4.3.4", "tsutils": "^3.21.0" }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "*" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/scope-manager": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.2.tgz", + "integrity": "sha512-zEUFfonQid5KRDKoI3O+uP1GnrFd4tIHlvs+sTJXiWuypUWMuDaottkJuR612wQfOkjYbsaskSIURV9xo4f+Fw==", + "dev": true, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/visitor-keys": "5.48.2" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/types": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.2.tgz", + "integrity": "sha512-hE7dA77xxu7ByBc6KCzikgfRyBCTst6dZQpwaTy25iMYOnbNljDT4hjhrGEJJ0QoMjrfqrx+j1l1B9/LtKeuqA==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.2.tgz", + "integrity": "sha512-bibvD3z6ilnoVxUBFEgkO0k0aFvUc4Cttt0dAreEr+nrAHhWzkO83PEVVuieK3DqcgL6VAK5dkzK8XUVja5Zcg==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/visitor-keys": "5.48.2", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true } } }, - "@typescript-eslint/types": { + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/utils": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.2.tgz", + "integrity": "sha512-2h18c0d7jgkw6tdKTlNaM7wyopbLRBiit8oAxoP89YnuBOzCZ8g8aBCaCqq7h208qUTroL7Whgzam7UY3HVLow==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.9", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.48.2", + "@typescript-eslint/types": "5.48.2", + "@typescript-eslint/typescript-estree": "5.48.2", + "eslint-scope": "^5.1.1", + "eslint-utils": "^3.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.48.2", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.2.tgz", + "integrity": "sha512-z9njZLSkwmjFWUelGEwEbdf4NwKvfHxvGC0OcGN1Hp/XNDIcJ7D5DpPNPv6x6/mFvc1tQHsaWmpD/a4gOvvCJQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.48.2", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@typescript-eslint/type-utils/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/@typescript-eslint/types": { "version": "5.27.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.27.1.tgz", "integrity": "sha512-LgogNVkBhCTZU/m8XgEYIWICD6m4dmEDbKXESCbqOXfKZxRKeqpiJXQIErv66sdopRKZPo5l32ymNqibYEH/xg==", - "dev": true + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } }, - "@typescript-eslint/typescript-estree": { + "node_modules/@typescript-eslint/typescript-estree": { "version": "5.27.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.27.1.tgz", "integrity": "sha512-DnZvvq3TAJ5ke+hk0LklvxwYsnXpRdqUY5gaVS0D4raKtbznPz71UJGnPTHEFo0GDxqLOLdMkkmVZjSpET1hFw==", "dev": true, - "requires": { + "dependencies": { "@typescript-eslint/types": "5.27.1", "@typescript-eslint/visitor-keys": "5.27.1", "debug": "^4.3.4", @@ -3361,155 +5307,251 @@ "semver": "^7.3.7", "tsutils": "^3.21.0" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true } } }, - "@typescript-eslint/utils": { - "version": "5.27.1", - "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.27.1.tgz", - "integrity": "sha512-mZ9WEn1ZLDaVrhRaYgzbkXBkTPghPFsup8zDbbsYTxC5OmqrFE7skkKS/sraVsLP3TcT3Ki5CSyEFBRkLH/H/w==", + "node_modules/@typescript-eslint/utils": { + "version": "5.48.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/utils/-/utils-5.48.1.tgz", + "integrity": "sha512-SmQuSrCGUOdmGMwivW14Z0Lj8dxG1mOFZ7soeJ0TQZEJcs3n5Ndgkg0A4bcMFzBELqLJ6GTHnEU+iIoaD6hFGA==", "dev": true, - "requires": { + "dependencies": { "@types/json-schema": "^7.0.9", - "@typescript-eslint/scope-manager": "5.27.1", - "@typescript-eslint/types": "5.27.1", - "@typescript-eslint/typescript-estree": "5.27.1", + "@types/semver": "^7.3.12", + "@typescript-eslint/scope-manager": "5.48.1", + "@typescript-eslint/types": "5.48.1", + "@typescript-eslint/typescript-estree": "5.48.1", "eslint-scope": "^5.1.1", - "eslint-utils": "^3.0.0" + "eslint-utils": "^3.0.0", + "semver": "^7.3.7" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependencies": { + "eslint": "^6.0.0 || ^7.0.0 || ^8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/scope-manager": { + "version": "5.48.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/scope-manager/-/scope-manager-5.48.1.tgz", + "integrity": "sha512-S035ueRrbxRMKvSTv9vJKIWgr86BD8s3RqoRZmsSh/s8HhIs90g6UlK8ZabUSjUZQkhVxt7nmZ63VJ9dcZhtDQ==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.48.1", + "@typescript-eslint/visitor-keys": "5.48.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/types": { + "version": "5.48.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/types/-/types-5.48.1.tgz", + "integrity": "sha512-xHyDLU6MSuEEdIlzrrAerCGS3T7AA/L8Hggd0RCYBi0w3JMvGYxlLlXHeg50JI9Tfg5MrtsfuNxbS/3zF1/ATg==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/typescript-estree": { + "version": "5.48.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/typescript-estree/-/typescript-estree-5.48.1.tgz", + "integrity": "sha512-Hut+Osk5FYr+sgFh8J/FHjqX6HFcDzTlWLrFqGoK5kVUN3VBHF/QzZmAsIXCQ8T/W9nQNBTqalxi1P3LSqWnRA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.48.1", + "@typescript-eslint/visitor-keys": "5.48.1", + "debug": "^4.3.4", + "globby": "^11.1.0", + "is-glob": "^4.0.3", + "semver": "^7.3.7", + "tsutils": "^3.21.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + }, + "peerDependenciesMeta": { + "typescript": { + "optional": true + } + } + }, + "node_modules/@typescript-eslint/utils/node_modules/@typescript-eslint/visitor-keys": { + "version": "5.48.1", + "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.48.1.tgz", + "integrity": "sha512-Ns0XBwmfuX7ZknznfXozgnydyR8F6ev/KEGePP4i74uL3ArsKbEhJ7raeKr1JSa997DBDwol/4a0Y+At82c9dA==", + "dev": true, + "dependencies": { + "@typescript-eslint/types": "5.48.1", + "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/@typescript-eslint/utils/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" } }, - "@typescript-eslint/visitor-keys": { + "node_modules/@typescript-eslint/visitor-keys": { "version": "5.27.1", "resolved": "https://registry.npmjs.org/@typescript-eslint/visitor-keys/-/visitor-keys-5.27.1.tgz", "integrity": "sha512-xYs6ffo01nhdJgPieyk7HAOpjhTsx7r/oB9LWEhwAXgwn33tkr+W8DI2ChboqhZlC4q3TC6geDYPoiX8ROqyOQ==", "dev": true, - "requires": { + "dependencies": { "@typescript-eslint/types": "5.27.1", "eslint-visitor-keys": "^3.3.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/typescript-eslint" } }, - "@webassemblyjs/ast": { + "node_modules/@ungap/structured-clone": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/@ungap/structured-clone/-/structured-clone-1.2.0.tgz", + "integrity": "sha512-zuVdFrMJiuCDQUMCzQaD6KL28MjnqqN8XnAqiEq9PNm/hCPTSGfrXCOfwj1ow4LFb/tNymJPwsNbVePc1xFqrQ==", + "dev": true + }, + "node_modules/@webassemblyjs/ast": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ast/-/ast-1.11.1.tgz", "integrity": "sha512-ukBh14qFLjxTQNTXocdyksN5QdM28S1CxHt2rdskFyL+xFV7VremuBLVbmCePj+URalXBENx/9Lm7lnhihtCSw==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/helper-numbers": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1" } }, - "@webassemblyjs/floating-point-hex-parser": { + "node_modules/@webassemblyjs/floating-point-hex-parser": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/floating-point-hex-parser/-/floating-point-hex-parser-1.11.1.tgz", "integrity": "sha512-iGRfyc5Bq+NnNuX8b5hwBrRjzf0ocrJPI6GWFodBFzmFnyvrQ83SHKhmilCU/8Jv67i4GJZBMhEzltxzcNagtQ==", "dev": true }, - "@webassemblyjs/helper-api-error": { + "node_modules/@webassemblyjs/helper-api-error": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-api-error/-/helper-api-error-1.11.1.tgz", "integrity": "sha512-RlhS8CBCXfRUR/cwo2ho9bkheSXG0+NwooXcc3PAILALf2QLdFyj7KGsKRbVc95hZnhnERon4kW/D3SZpp6Tcg==", "dev": true }, - "@webassemblyjs/helper-buffer": { + "node_modules/@webassemblyjs/helper-buffer": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-buffer/-/helper-buffer-1.11.1.tgz", "integrity": "sha512-gwikF65aDNeeXa8JxXa2BAk+REjSyhrNC9ZwdT0f8jc4dQQeDQ7G4m0f2QCLPJiMTTO6wfDmRmj/pW0PsUvIcA==", "dev": true }, - "@webassemblyjs/helper-numbers": { + "node_modules/@webassemblyjs/helper-numbers": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-numbers/-/helper-numbers-1.11.1.tgz", "integrity": "sha512-vDkbxiB8zfnPdNK9Rajcey5C0w+QJugEglN0of+kmO8l7lDb77AnlKYQF7aarZuCrv+l0UvqL+68gSDr3k9LPQ==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/floating-point-hex-parser": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", "@xtuc/long": "4.2.2" } }, - "@webassemblyjs/helper-wasm-bytecode": { + "node_modules/@webassemblyjs/helper-wasm-bytecode": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-bytecode/-/helper-wasm-bytecode-1.11.1.tgz", "integrity": "sha512-PvpoOGiJwXeTrSf/qfudJhwlvDQxFgelbMqtq52WWiXC6Xgg1IREdngmPN3bs4RoO83PnL/nFrxucXj1+BX62Q==", "dev": true }, - "@webassemblyjs/helper-wasm-section": { + "node_modules/@webassemblyjs/helper-wasm-section": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/helper-wasm-section/-/helper-wasm-section-1.11.1.tgz", "integrity": "sha512-10P9No29rYX1j7F3EVPX3JvGPQPae+AomuSTPiF9eBQeChHI6iqjMIwR9JmOJXwpnn/oVGDk7I5IlskuMwU/pg==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", "@webassemblyjs/wasm-gen": "1.11.1" } }, - "@webassemblyjs/ieee754": { + "node_modules/@webassemblyjs/ieee754": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/ieee754/-/ieee754-1.11.1.tgz", "integrity": "sha512-hJ87QIPtAMKbFq6CGTkZYJivEwZDbQUgYd3qKSadTNOhVY7p+gfP6Sr0lLRVTaG1JjFj+r3YchoqRYxNH3M0GQ==", "dev": true, - "requires": { + "dependencies": { "@xtuc/ieee754": "^1.2.0" } }, - "@webassemblyjs/leb128": { + "node_modules/@webassemblyjs/leb128": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/leb128/-/leb128-1.11.1.tgz", "integrity": "sha512-BJ2P0hNZ0u+Th1YZXJpzW6miwqQUGcIHT1G/sf72gLVD9DZ5AdYTqPNbHZh6K1M5VmKvFXwGSWZADz+qBWxeRw==", "dev": true, - "requires": { + "dependencies": { "@xtuc/long": "4.2.2" } }, - "@webassemblyjs/utf8": { + "node_modules/@webassemblyjs/utf8": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/utf8/-/utf8-1.11.1.tgz", "integrity": "sha512-9kqcxAEdMhiwQkHpkNiorZzqpGrodQQ2IGrHHxCy+Ozng0ofyMA0lTqiLkVs1uzTRejX+/O0EOT7KxqVPuXosQ==", "dev": true }, - "@webassemblyjs/wasm-edit": { + "node_modules/@webassemblyjs/wasm-edit": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-edit/-/wasm-edit-1.11.1.tgz", "integrity": "sha512-g+RsupUC1aTHfR8CDgnsVRVZFJqdkFHpsHMfJuWQzWU3tvnLC07UqHICfP+4XyL2tnr1amvl1Sdp06TnYCmVkA==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", @@ -3520,12 +5562,12 @@ "@webassemblyjs/wast-printer": "1.11.1" } }, - "@webassemblyjs/wasm-gen": { + "node_modules/@webassemblyjs/wasm-gen": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-gen/-/wasm-gen-1.11.1.tgz", "integrity": "sha512-F7QqKXwwNlMmsulj6+O7r4mmtAlCWfO/0HdgOxSklZfQcDu0TpLiD1mRt/zF25Bk59FIjEuGAIyn5ei4yMfLhA==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", "@webassemblyjs/ieee754": "1.11.1", @@ -3533,24 +5575,24 @@ "@webassemblyjs/utf8": "1.11.1" } }, - "@webassemblyjs/wasm-opt": { + "node_modules/@webassemblyjs/wasm-opt": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-opt/-/wasm-opt-1.11.1.tgz", "integrity": "sha512-VqnkNqnZlU5EB64pp1l7hdm3hmQw7Vgqa0KF/KCNO9sIpI6Fk6brDEiX+iCOYrvMuBWDws0NkTOxYEb85XQHHw==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-buffer": "1.11.1", "@webassemblyjs/wasm-gen": "1.11.1", "@webassemblyjs/wasm-parser": "1.11.1" } }, - "@webassemblyjs/wasm-parser": { + "node_modules/@webassemblyjs/wasm-parser": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wasm-parser/-/wasm-parser-1.11.1.tgz", "integrity": "sha512-rrBujw+dJu32gYB7/Lup6UhdkPx9S9SnobZzRVL7VcBH9Bt9bCBLEuX/YXOOtBsOZ4NQrRykKhffRWHvigQvOA==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/ast": "1.11.1", "@webassemblyjs/helper-api-error": "1.11.1", "@webassemblyjs/helper-wasm-bytecode": "1.11.1", @@ -3559,574 +5601,673 @@ "@webassemblyjs/utf8": "1.11.1" } }, - "@webassemblyjs/wast-printer": { + "node_modules/@webassemblyjs/wast-printer": { "version": "1.11.1", "resolved": "https://registry.npmjs.org/@webassemblyjs/wast-printer/-/wast-printer-1.11.1.tgz", "integrity": "sha512-IQboUWM4eKzWW+N/jij2sRatKMh99QEelo3Eb2q0qXkvPRISAj8Qxtmw5itwqK+TTkBuUIE45AxYPToqPtL5gg==", "dev": true, - "requires": { + "dependencies": { "@webassemblyjs/ast": "1.11.1", "@xtuc/long": "4.2.2" } }, - "@xtuc/ieee754": { + "node_modules/@xtuc/ieee754": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/@xtuc/ieee754/-/ieee754-1.2.0.tgz", "integrity": "sha512-DX8nKgqcGwsc0eJSqYt5lwP4DH5FlHnmuWWBRy7X0NcaGR0ZtuyeESgMwTYVEtxmsNGY+qit4QYT/MIYTOTPeA==", "dev": true }, - "@xtuc/long": { + "node_modules/@xtuc/long": { "version": "4.2.2", "resolved": "https://registry.npmjs.org/@xtuc/long/-/long-4.2.2.tgz", "integrity": "sha512-NuHqBY1PB/D8xU6s/thBgOAiAP7HOYDQ32+BFZILJ8ivkUkAHQnWfn6WhL79Owj1qmUnoN/YPhktdIoucipkAQ==", "dev": true }, - "@yarnpkg/lockfile": { + "node_modules/@yarnpkg/lockfile": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/@yarnpkg/lockfile/-/lockfile-1.1.0.tgz", "integrity": "sha512-GpSwvyXOcOOlV70vbnzjj4fW5xW/FdUF6nQEt1ENy7m4ZCczi1+/buVUPAqmGfqznsORNFzUMjctTIp8a9tuCQ==", "dev": true }, - "@yarnpkg/parsers": { - "version": "3.0.0-rc.25", - "resolved": "https://registry.npmjs.org/@yarnpkg/parsers/-/parsers-3.0.0-rc.25.tgz", - "integrity": "sha512-uotaIJwVQeV/DcGA9G2EVuVFHnEEdxDy3yRLeh9VHS6Lx7nZETaWzJPU1bgAwnAa3gplol2NIQhlsr2eqgq9qA==", - "dev": true, - "requires": { - "js-yaml": "^3.10.0", - "tslib": "^2.4.0" - } - }, - "abab": { + "node_modules/abab": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/abab/-/abab-2.0.6.tgz", "integrity": "sha512-j2afSsaIENvHZN2B8GOpF566vZ5WVk5opAiMTvWgaQT8DkbOqsTfvNAvHoRGU2zzP8cPoqys+xHTRDWW8L+/BA==", + "deprecated": "Use your platform's native atob() and btoa() methods instead", "dev": true }, - "abbrev": { + "node_modules/abbrev": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/abbrev/-/abbrev-1.1.1.tgz", "integrity": "sha512-nne9/IiQ/hzIhY6pdDnbBtz7DjPTKrY00P/zvPSm5pOFkl6xuGrGnXn/VtTNNfNtAfZ9/1RtehkszU9qcTii0Q==", "dev": true }, - "accepts": { + "node_modules/accepts": { "version": "1.3.8", "resolved": "https://registry.npmjs.org/accepts/-/accepts-1.3.8.tgz", "integrity": "sha512-PYAthTa2m2VKxuvSD3DPC/Gy+U+sOA1LAuT8mkmRuvw+NACSaeXEQ+NHcVF7rONl6qcaxV3Uuemwawk+7+SJLw==", - "requires": { + "dependencies": { "mime-types": "~2.1.34", "negotiator": "0.6.3" + }, + "engines": { + "node": ">= 0.6" } }, - "acorn": { - "version": "8.8.0", - "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.8.0.tgz", - "integrity": "sha512-QOxyigPVrpZ2GXT+PFyZTl6TtOFc5egxHIP9IlQ+RbupQuX4RkT/Bee4/kQuC02Xkzg84JcT7oLYtDIQxp+v7w==", - "dev": true + "node_modules/acorn": { + "version": "8.11.3", + "resolved": "https://registry.npmjs.org/acorn/-/acorn-8.11.3.tgz", + "integrity": "sha512-Y9rRfJG5jcKOE0CLisYbojUjIrIEE7AGMzA/Sm4BslANhbS+cDMpgBdcPT91oJ7OuJ9hYJBx59RjbhxVnrF8Xg==", + "dev": true, + "bin": { + "acorn": "bin/acorn" + }, + "engines": { + "node": ">=0.4.0" + } }, - "acorn-import-assertions": { - "version": "1.8.0", - "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.8.0.tgz", - "integrity": "sha512-m7VZ3jwz4eK6A4Vtt8Ew1/mNbP24u0FhdyfA7fSvnJR6LMdfOYnmuIrrJAgrYfYJ10F/otaHTtrtrtmHdMNzEw==", - "dev": true + "node_modules/acorn-import-assertions": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/acorn-import-assertions/-/acorn-import-assertions-1.9.0.tgz", + "integrity": "sha512-cmMwop9x+8KFhxvKrKfPYmN6/pKTYYHBqLa0DfvVZcKMJWNyWLnaqND7dx/qn66R7ewM1UX5XMaDVP5wlVTaVA==", + "dev": true, + "peerDependencies": { + "acorn": "^8" + } }, - "acorn-jsx": { + "node_modules/acorn-jsx": { "version": "5.3.2", "resolved": "https://registry.npmjs.org/acorn-jsx/-/acorn-jsx-5.3.2.tgz", "integrity": "sha512-rq9s+JNhf0IChjtDXxllJ7g41oZk5SlXtp0LHwyA5cejwn7vKmKp4pPri6YEePv2PU65sAsegbXtIinmDFDXgQ==", - "dev": true + "dev": true, + "peerDependencies": { + "acorn": "^6.0.0 || ^7.0.0 || ^8.0.0" + } }, - "adjust-sourcemap-loader": { + "node_modules/adjust-sourcemap-loader": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/adjust-sourcemap-loader/-/adjust-sourcemap-loader-4.0.0.tgz", "integrity": "sha512-OXwN5b9pCUXNQHJpwwD2qP40byEmSgzj8B4ydSN0uMNYWiFmJ6x6KwUllMmfk8Rwu/HJDFR7U8ubsWBoN0Xp0A==", "dev": true, - "requires": { + "dependencies": { "loader-utils": "^2.0.0", "regex-parser": "^2.2.11" }, + "engines": { + "node": ">=8.9" + } + }, + "node_modules/adjust-sourcemap-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, "dependencies": { - "loader-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - } + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" } }, - "adm-zip": { - "version": "0.4.16", - "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.4.16.tgz", - "integrity": "sha512-TFi4HBKSGfIKsK5YCkKaaFG2m4PEDyViZmEwof3MTIgzimHLto6muaHVpbrljdIvIrFZzEq/p4nafOeLcYegrg==", - "dev": true + "node_modules/adm-zip": { + "version": "0.5.10", + "resolved": "https://registry.npmjs.org/adm-zip/-/adm-zip-0.5.10.tgz", + "integrity": "sha512-x0HvcHqVJNTPk/Bw8JbLWlWoo6Wwnsug0fnYYro1HBrjxZ3G7/AZk7Ahv8JwDe1uIcz8eBqvu86FuF1POiG7vQ==", + "dev": true, + "engines": { + "node": ">=6.0" + } }, - "after": { + "node_modules/after": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/after/-/after-0.8.2.tgz", "integrity": "sha512-QbJ0NTQ/I9DI3uSJA4cbexiwQeRAfjPScqIbSjUDd9TOrcg6pTkdgziesOqxBMBzit8vFCTwrP27t13vFOORRA==" }, - "agent-base": { + "node_modules/agent-base": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-6.0.2.tgz", "integrity": "sha512-RZNwNclF7+MS/8bDg70amg32dyeZGZxiDuQmZxKLAlQjr3jGyLx+4Kkk58UO7D2QdgFIQCovuSuZESne6RG6XQ==", "dev": true, - "requires": { + "dependencies": { "debug": "4" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "engines": { + "node": ">= 6.0.0" } }, - "agentkeepalive": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.2.1.tgz", - "integrity": "sha512-Zn4cw2NEqd+9fiSVWMscnjyQ1a8Yfoc5oBajLeo5w+YBHgDUcEBY2hS4YpTz6iN5f/2zQiktcuM6tS8x1p9dpA==", + "node_modules/agentkeepalive": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/agentkeepalive/-/agentkeepalive-4.5.0.tgz", + "integrity": "sha512-5GG/5IbQQpC9FpkRGsSvZI5QYeSCzlJHdpBQntCsuTOxhKD8lqKhrleg2Yi7yvMIf82Ycmmqln9U8V9qwEiJew==", "dev": true, - "requires": { - "debug": "^4.1.0", - "depd": "^1.1.2", + "dependencies": { "humanize-ms": "^1.2.1" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "dev": true - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "engines": { + "node": ">= 8.0.0" } }, - "aggregate-error": { + "node_modules/aggregate-error": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/aggregate-error/-/aggregate-error-3.1.0.tgz", "integrity": "sha512-4I7Td01quW/RpocfNayFdFVk1qSuoh0E7JrbRJ16nH01HhKFQ88INq9Sd+nd72zqRySlr9BmDA8xlEJ6vJMrYA==", "dev": true, - "requires": { + "dependencies": { "clean-stack": "^2.0.0", "indent-string": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "ajv": { - "version": "8.11.0", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.11.0.tgz", - "integrity": "sha512-wGgprdCvMalC0BztXvitD2hC04YffAvtsUn93JbGXYLAtCUO4xd17mCCZQxUOItiBwZvJScWo8NIvQMQ71rdpg==", + "node_modules/ajv": { + "version": "8.12.0", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-8.12.0.tgz", + "integrity": "sha512-sRu1kpcO9yLtYxBKvqfTeh9KzZEwO3STyX1HT+4CaDzC6HpTGYhIhPIzj9XuKU7KYDwnaeh5hcOwjy1QuJzBPA==", "dev": true, - "requires": { + "dependencies": { "fast-deep-equal": "^3.1.1", "json-schema-traverse": "^1.0.0", "require-from-string": "^2.0.2", "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "ajv-formats": { + "node_modules/ajv-formats": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/ajv-formats/-/ajv-formats-2.1.1.tgz", "integrity": "sha512-Wx0Kx52hxE7C18hkMEggYlEifqWZtYaRgouJor+WMdPnQyEK13vgEWyVNup7SoeeoLMsr4kf5h6dOW11I15MUA==", "dev": true, - "requires": { + "dependencies": { + "ajv": "^8.0.0" + }, + "peerDependencies": { "ajv": "^8.0.0" + }, + "peerDependenciesMeta": { + "ajv": { + "optional": true + } } }, - "ajv-keywords": { - "version": "3.5.2", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", - "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", - "dev": true + "node_modules/ajv-keywords": { + "version": "5.1.0", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", + "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.3" + }, + "peerDependencies": { + "ajv": "^8.8.2" + } }, - "ally.js": { + "node_modules/ally.js": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/ally.js/-/ally.js-1.4.1.tgz", - "integrity": "sha1-n7fmuljvrE7pExyymqnuO1QLzx4=", - "requires": { + "integrity": "sha512-ZewdfuwP6VewtMN36QY0gmiyvBfMnmEaNwbVu2nTS6zRt069viTgkYgaDiqu6vRJ1VJCriNqV0jGMu44R8zNbA==", + "dependencies": { "css.escape": "^1.5.0", "platform": "1.3.3" } }, - "ansi-colors": { + "node_modules/ansi-colors": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/ansi-colors/-/ansi-colors-4.1.3.tgz", "integrity": "sha512-/6w/C21Pm1A7aZitlI5Ni/2J6FFQN8i1Cvz3kHABAAbw93v/NlvKdVOqz7CCWz/3iv/JplRSEEZ83XION15ovw==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "ansi-escapes": { + "node_modules/ansi-escapes": { "version": "4.3.2", "resolved": "https://registry.npmjs.org/ansi-escapes/-/ansi-escapes-4.3.2.tgz", "integrity": "sha512-gKXj5ALrKWQLsYG9jlTRmR/xKluxHV+Z9QEwNIgCfM1/uwPMCuzVVnh5mwTd+OuBZcwSIMbqssNWRm1lE51QaQ==", "dev": true, - "requires": { + "dependencies": { "type-fest": "^0.21.3" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "ansi-html-community": { + "node_modules/ansi-html-community": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/ansi-html-community/-/ansi-html-community-0.0.8.tgz", "integrity": "sha512-1APHAyr3+PCamwNw3bXCPp4HFLONZt/yIH0sZp0/469KWNTEy+qN5jQ3GVX6DMZ1UXAi34yVwtTeaG/HpBuuzw==", - "dev": true + "dev": true, + "engines": [ + "node >= 0.8.0" + ], + "bin": { + "ansi-html": "bin/ansi-html" + } }, - "ansi-regex": { + "node_modules/ansi-regex": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true + "engines": { + "node": ">=8" + } }, - "ansi-styles": { + "node_modules/ansi-styles": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-3.2.1.tgz", "integrity": "sha512-VT0ZI6kZRdTh8YyJw3SMbYm/u+NqfsAxEpWO0Pf9sq8/e94WxxOpPKx9FR1FlyCtOVDNOQ+8ntlqFxiRc+r5qA==", "dev": true, - "requires": { + "dependencies": { "color-convert": "^1.9.0" + }, + "engines": { + "node": ">=4" } }, - "anymatch": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-2.0.0.tgz", - "integrity": "sha512-5teOsQWABXHHBFP9y3skS5P3d/WfWXpv3FUpy+LorMrNYaT9pI4oLMQX7jzQ2KklNpGpWHzdCXTDT2Y3XGlZBw==", - "requires": { - "micromatch": "^3.1.4", - "normalize-path": "^2.1.1" - }, + "node_modules/anymatch": { + "version": "3.1.3", + "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.3.tgz", + "integrity": "sha512-KMReFUr0B4t+D+OBkjR3KYqvocp2XaSzO55UcB6mgQMd3KbcE+mWTyvVV7D/zsdEbNnV6acZUutkiHQXvTr1Rw==", "dependencies": { - "normalize-path": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-2.1.1.tgz", - "integrity": "sha1-GrKLVW4Zg2Oowab35vogE3/mrtk=", - "requires": { - "remove-trailing-separator": "^1.0.1" - } - } + "normalize-path": "^3.0.0", + "picomatch": "^2.0.4" + }, + "engines": { + "node": ">= 8" } }, - "aproba": { + "node_modules/aproba": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/aproba/-/aproba-2.0.0.tgz", "integrity": "sha512-lYe4Gx7QT+MKGbDsA+Z+he/Wtef0BiwDOlK/XkBrdfsh9J/jPPXbX0tE9x9cl27Tmu5gg3QUbUrQYa/y+KOHPQ==", "dev": true }, - "are-we-there-yet": { + "node_modules/are-we-there-yet": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/are-we-there-yet/-/are-we-there-yet-3.0.1.tgz", "integrity": "sha512-QZW4EDmGwlYur0Yyf/b2uGucHQMa8aFUP7eu9ddR73vvhFyt4V0Vl3QHPcTNJ8l6qYOBdxgXdnBXQrHilfRQBg==", "dev": true, - "requires": { + "dependencies": { "delegates": "^1.0.0", "readable-stream": "^3.6.0" }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/are-we-there-yet/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" + }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/are-we-there-yet/node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } + "safe-buffer": "~5.2.0" } }, - "argparse": { + "node_modules/argparse": { "version": "1.0.10", "resolved": "https://registry.npmjs.org/argparse/-/argparse-1.0.10.tgz", "integrity": "sha512-o5Roy6tNG4SL/FOkCAN6RzjiakZS25RLYFrcMttJqbdd8BWrnA+fGz57iN5Pb06pvBGvl5gQ0B48dJlslXvoTg==", "dev": true, - "requires": { + "dependencies": { "sprintf-js": "~1.0.2" } }, - "aria-query": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-4.2.2.tgz", - "integrity": "sha512-o/HelwhuKpTj/frsOsbNLNgnNGVIFsVP/SW2BSF14gVl7kAfMOJ6/8wUAUvG1R1NHKrfG+2sHZTu0yauT1qBrA==", + "node_modules/aria-query": { + "version": "5.1.3", + "resolved": "https://registry.npmjs.org/aria-query/-/aria-query-5.1.3.tgz", + "integrity": "sha512-R5iJ5lkuHybztUfuOAznmboyjWq8O6sqNqtK7CLOqdydi54VNbORp49mb14KbWgG1QD3JFO9hJdZ+y4KutfdOQ==", "dev": true, - "requires": { - "@babel/runtime": "^7.10.2", - "@babel/runtime-corejs3": "^7.10.2" + "dependencies": { + "deep-equal": "^2.0.5" } }, - "arr-diff": { + "node_modules/arr-diff": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/arr-diff/-/arr-diff-4.0.0.tgz", - "integrity": "sha1-1kYQdP6/7HHn4VI1dhoyml3HxSA=" + "integrity": "sha512-YVIQ82gZPGBebQV/a8dar4AitzCQs0jjXwMPZllpXMaGjXPYVUawSxQrRsjhjupyVxEvbHgUmIhKVlND+j02kA==", + "engines": { + "node": ">=0.10.0" + } }, - "arr-flatten": { + "node_modules/arr-flatten": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/arr-flatten/-/arr-flatten-1.1.0.tgz", - "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==" + "integrity": "sha512-L3hKV5R/p5o81R7O02IGnwpDmkp6E982XhtbuwSe3O4qOtMMMtodicASA1Cny2U+aCXcNpml+m4dPsvsJ3jatg==", + "engines": { + "node": ">=0.10.0" + } }, - "arr-union": { + "node_modules/arr-union": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/arr-union/-/arr-union-3.1.0.tgz", - "integrity": "sha1-45sJrqne+Gao8gbiiK9jkZuuOcQ=" + "integrity": "sha512-sKpyeERZ02v1FeCZT8lrfJq5u6goHCtpTAzPwJYe7c8SPFOboNjNg1vz2L4VTn9T4PQxEx13TbXLmYUcS6Ug7Q==", + "engines": { + "node": ">=0.10.0" + } }, - "array-flatten": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-2.1.2.tgz", - "integrity": "sha512-hNfzcOV8W4NdualtqBFPyVO+54DSJuZGY9qT4pRroB6S9e3iiido2ISIC5h9R2sPJ8H3FHCIiEnsv1lPXO3KtQ==", + "node_modules/array-buffer-byte-length": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/array-buffer-byte-length/-/array-buffer-byte-length-1.0.0.tgz", + "integrity": "sha512-LPuwb2P+NrQw3XhxGc36+XSvuBPopovXYTR9Ew++Du9Yb/bx5AzBfrIsBoj0EZUifjQU+sHL21sseZ3jerWO/A==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "is-array-buffer": "^3.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/array-flatten": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", + "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", "dev": true }, - "array-slice": { + "node_modules/array-slice": { "version": "0.2.3", "resolved": "https://registry.npmjs.org/array-slice/-/array-slice-0.2.3.tgz", - "integrity": "sha512-rlVfZW/1Ph2SNySXwR9QYkChp8EkOEiTMO5Vwx60usw04i4nWemkm9RXmQqgkQFaLHsqLuADvjp6IfgL9l2M8Q==" + "integrity": "sha512-rlVfZW/1Ph2SNySXwR9QYkChp8EkOEiTMO5Vwx60usw04i4nWemkm9RXmQqgkQFaLHsqLuADvjp6IfgL9l2M8Q==", + "engines": { + "node": ">=0.10.0" + } }, - "array-union": { + "node_modules/array-union": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/array-union/-/array-union-2.1.0.tgz", "integrity": "sha512-HGyxoOTYUyCM6stUe6EJgnd4EoewAI7zMdfqO+kGjnlZmBDz/cR5pf8r/cR4Wq60sL/p0IkcjUEEPwS3GFrIyw==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "array-uniq": { + "node_modules/array-uniq": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/array-uniq/-/array-uniq-1.0.3.tgz", - "integrity": "sha1-r2rId6Jcx/dOBYiUdThY39sk/bY=", - "dev": true + "integrity": "sha512-MNha4BWQ6JbwhFhj03YK552f7cb3AzoE8SzeljgChvL1dl3IcvggXVz1DilzySZkCja+CXuZbdW7yATchWn8/Q==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "array-unique": { - "version": "0.3.2", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", - "integrity": "sha1-qJS3XUvE9s1nnvMkSp/Y9Gri1Cg=" + "node_modules/array-unique": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", + "integrity": "sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==", + "engines": { + "node": ">=0.10.0" + } }, - "arraybuffer.slice": { + "node_modules/arraybuffer.slice": { "version": "0.0.7", "resolved": "https://registry.npmjs.org/arraybuffer.slice/-/arraybuffer.slice-0.0.7.tgz", "integrity": "sha512-wGUIVQXuehL5TCqQun8OW81jGzAWycqzFF8lFp+GOM5BXLYj3bKNsYC4daB7n6XjCqxQA/qgTJ+8ANR3acjrog==" }, - "arrify": { + "node_modules/arrify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/arrify/-/arrify-1.0.1.tgz", - "integrity": "sha1-iYUI2iIm84DfkEcoRWhJwVAaSw0=", - "dev": true + "integrity": "sha512-3CYzex9M9FGQjCGMGyi6/31c8GJbgb0qGyrx5HWxPd0aCwh4cB2YjMb2Xf9UuoogrMrlO9cTqnB5rI5GHZTcUA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "asn1": { + "node_modules/asn1": { "version": "0.2.6", "resolved": "https://registry.npmjs.org/asn1/-/asn1-0.2.6.tgz", "integrity": "sha512-ix/FxPn0MDjeyJ7i/yoHGFt/EX6LyNbxSEhPPXODPL+KB0VPk86UYfL0lMdy+KCnv+fmvIzySwaK5COwqVbWTQ==", "dev": true, - "requires": { + "dependencies": { "safer-buffer": "~2.1.0" } }, - "assert-plus": { + "node_modules/assert-plus": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assert-plus/-/assert-plus-1.0.0.tgz", - "integrity": "sha1-8S4PPF13sLHN2RRpQuTpbB5N1SU=", - "dev": true + "integrity": "sha512-NfJ4UzBCcQGLDlQq7nHxH+tv3kyZ0hHQqF5BO6J7tNJeP5do1llPr8dZ8zHonfhAu0PHAdMkSo+8o0wxg9lZWw==", + "dev": true, + "engines": { + "node": ">=0.8" + } }, - "assign-symbols": { + "node_modules/assign-symbols": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/assign-symbols/-/assign-symbols-1.0.0.tgz", - "integrity": "sha1-WWZ/QfrdTyDMvCu5a41Pf3jsA2c=" - }, - "async": { - "version": "3.2.4", - "resolved": "https://registry.npmjs.org/async/-/async-3.2.4.tgz", - "integrity": "sha512-iAB+JbDEGXhyIUavoDl9WP/Jj106Kz9DEn1DPgYw5ruDn0e3Wgi3sKFm55sASdGBNOQB8F59d9qQ7deqrHA8wQ==", - "dev": true + "integrity": "sha512-Q+JC7Whu8HhmTdBph/Tq59IoRtoy6KAm5zzPv00WdujX82lbAL8K7WVjne7vdCsAmbF4AYaDOPyO3k0kl8qIrw==", + "engines": { + "node": ">=0.10.0" + } }, - "async-each": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.3.tgz", - "integrity": "sha512-z/WhQ5FPySLdvREByI2vZiTWwCnF0moMJ1hK9YQwDTHKh6I7/uSckMetoRGb5UBZPC1z0jlw+n/XCgjeH7y1AQ==" + "node_modules/async-each": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/async-each/-/async-each-1.0.6.tgz", + "integrity": "sha512-c646jH1avxr+aVpndVMeAfYw7wAa6idufrlN3LPA4PmKS0QEGp6PIC9nwz0WQkkvBGAMEki3pFdtxaF39J9vvg==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ] }, - "async-limiter": { + "node_modules/async-limiter": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/async-limiter/-/async-limiter-1.0.1.tgz", "integrity": "sha512-csOlWGAcRFJaI6m+F2WKdnMKr4HhdhFVBk0H/QbJFMCr+uO2kwohwXQPxw/9OCxp05r5ghVBFSyioixx3gfkNQ==" }, - "asynckit": { + "node_modules/asynckit": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/asynckit/-/asynckit-0.4.0.tgz", - "integrity": "sha1-x57Zf380y48robyXkLzDZkdLS3k=", + "integrity": "sha512-Oei9OH4tRh0YqU3GxhX79dM/mwVgvbZJaSNaRk+bshkj0S5cfHcgYakreBjrHwatXKbz+IoIdYLxrKim2MjW0Q==", "dev": true }, - "at-least-node": { + "node_modules/at-least-node": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/at-least-node/-/at-least-node-1.0.0.tgz", "integrity": "sha512-+q/t7Ekv1EDY2l6Gda6LLiX14rU9TV20Wa3ofeQmwPFZbOMo9DXrLbOjFaaclkXKWidIaopwAObQDqwWtGUjqg==", - "dev": true + "dev": true, + "engines": { + "node": ">= 4.0.0" + } }, - "atob": { + "node_modules/atob": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/atob/-/atob-2.1.2.tgz", - "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==" + "integrity": "sha512-Wm6ukoaOGJi/73p/cl2GvLjTI5JM1k/O14isD73YML8StrH/7/lRFgmg8nICZgD3bZZvjwCGxtMOD3wWNAu8cg==", + "bin": { + "atob": "bin/atob.js" + }, + "engines": { + "node": ">= 4.5.0" + } }, - "autoprefixer": { - "version": "10.4.12", - "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.12.tgz", - "integrity": "sha512-WrCGV9/b97Pa+jtwf5UGaRjgQIg7OK3D06GnoYoZNcG1Xb8Gt3EfuKjlhh9i/VtT16g6PYjZ69jdJ2g8FxSC4Q==", + "node_modules/autoprefixer": { + "version": "10.4.13", + "resolved": "https://registry.npmjs.org/autoprefixer/-/autoprefixer-10.4.13.tgz", + "integrity": "sha512-49vKpMqcZYsJjwotvt4+h/BCjJVnhGwcLpDt5xkcaOG3eLrG/HUYLagrihYsQ+qrIBgIzX1Rw7a6L8I/ZA1Atg==", "dev": true, - "requires": { + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/autoprefixer" + } + ], + "dependencies": { "browserslist": "^4.21.4", - "caniuse-lite": "^1.0.30001407", + "caniuse-lite": "^1.0.30001426", "fraction.js": "^4.2.0", "normalize-range": "^0.1.2", "picocolors": "^1.0.0", "postcss-value-parser": "^4.2.0" + }, + "bin": { + "autoprefixer": "bin/autoprefixer" + }, + "engines": { + "node": "^10 || ^12 || >=14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } + }, + "node_modules/available-typed-arrays": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/available-typed-arrays/-/available-typed-arrays-1.0.5.tgz", + "integrity": "sha512-DMD0KiN46eipeziST1LPP/STfDU0sufISXmjSgvVsoU2tqxctQeASejWcfNtxYKqETM1UxQ8sp2OrSBWpHY6sw==", + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "aws-sign2": { + "node_modules/aws-sign2": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/aws-sign2/-/aws-sign2-0.7.0.tgz", - "integrity": "sha1-tG6JCTSpWR8tL2+G1+ap8bP+dqg=", - "dev": true - }, - "aws4": { - "version": "1.11.0", - "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.11.0.tgz", - "integrity": "sha512-xh1Rl34h6Fi1DC2WWKfxUTVqRsNnr6LsKz2+hfwDxQJWmrx8+c7ylaqBMcHfl1U1r2dsifOvKX3LQuLNZ+XSvA==", - "dev": true - }, - "axios": { - "version": "0.21.1", - "resolved": "https://registry.npmjs.org/axios/-/axios-0.21.1.tgz", - "integrity": "sha512-dKQiRHxGD9PPRIUNIWvZhPTPpl1rf/OxTYKsqKUDjBwYylTvV7SjSHJb9ratfyzM6wCdLCOYLzs73qpg5c4iGA==", + "integrity": "sha512-08kcGqnYf/YmjoRhfxyu+CLxBjUtHLXLXX/vUfx9l2LYzG3c1m61nrpyFUZI6zeS+Li/wWMMidD9KgrqtGq3mA==", "dev": true, - "requires": { - "follow-redirects": "^1.10.0" + "engines": { + "node": "*" } }, - "axobject-query": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-2.2.0.tgz", - "integrity": "sha512-Td525n+iPOOyUQIeBfcASuG6uJsDOITl7Mds5gFyerkWiX7qhUTdYUBlSgNMyVqtSJqwpt1kXGLdUt6SykLMRA==", + "node_modules/aws4": { + "version": "1.12.0", + "resolved": "https://registry.npmjs.org/aws4/-/aws4-1.12.0.tgz", + "integrity": "sha512-NmWvPnx0F1SfrQbYwOi7OeaNGokp9XhzNioJ/CSBs8Qa4vxug81mhJEAVZwxXuBmYB5KDRfMq/F3RR0BIU7sWg==", "dev": true }, - "babel-loader": { - "version": "8.2.5", - "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-8.2.5.tgz", - "integrity": "sha512-OSiFfH89LrEMiWd4pLNqGz4CwJDtbs2ZVc+iGu2HrkRfPxId9F2anQj38IxWpmRfsUY0aBZYi1EFcd3mhtRMLQ==", + "node_modules/axobject-query": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/axobject-query/-/axobject-query-3.1.1.tgz", + "integrity": "sha512-goKlv8DZrK9hUh975fnHzhNIO4jUnFCfv/dszV5VwUGDFjI6vQ2VwoyjYjYNEbBE8AH87TduWP5uyDR1D+Iteg==", "dev": true, - "requires": { - "find-cache-dir": "^3.3.1", - "loader-utils": "^2.0.0", - "make-dir": "^3.1.0", - "schema-utils": "^2.6.5" - }, - "dependencies": { - "loader-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - } + "dependencies": { + "deep-equal": "^2.0.5" } }, - "babel-plugin-dynamic-import-node": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/babel-plugin-dynamic-import-node/-/babel-plugin-dynamic-import-node-2.3.3.tgz", - "integrity": "sha512-jZVI+s9Zg3IqA/kdi0i6UDCybUI3aSBLnglhYbSSjKlV7yF1F/5LWv8MakQmvYpnbJDS6fcBL2KzHSxNCMtWSQ==", + "node_modules/babel-loader": { + "version": "9.1.2", + "resolved": "https://registry.npmjs.org/babel-loader/-/babel-loader-9.1.2.tgz", + "integrity": "sha512-mN14niXW43tddohGl8HPu5yfQq70iUThvFL/4QzESA7GcZoC0eVOhvWdQ8+3UlSjaDE9MVtsW9mxDY07W7VpVA==", "dev": true, - "requires": { - "object.assign": "^4.1.0" + "dependencies": { + "find-cache-dir": "^3.3.2", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 14.15.0" + }, + "peerDependencies": { + "@babel/core": "^7.12.0", + "webpack": ">=5" } }, - "babel-plugin-istanbul": { + "node_modules/babel-plugin-istanbul": { "version": "6.1.1", "resolved": "https://registry.npmjs.org/babel-plugin-istanbul/-/babel-plugin-istanbul-6.1.1.tgz", "integrity": "sha512-Y1IQok9821cC9onCx5otgFfRm7Lm+I+wwxOx738M/WLPZ9Q42m4IG5W0FNX8WLL2gYMZo3JkuXIH2DOpWM+qwA==", "dev": true, - "requires": { + "dependencies": { "@babel/helper-plugin-utils": "^7.0.0", "@istanbuljs/load-nyc-config": "^1.0.0", "@istanbuljs/schema": "^0.1.2", "istanbul-lib-instrument": "^5.0.4", "test-exclude": "^6.0.0" + }, + "engines": { + "node": ">=8" } }, - "babel-plugin-polyfill-corejs2": { + "node_modules/babel-plugin-polyfill-corejs2": { "version": "0.3.3", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs2/-/babel-plugin-polyfill-corejs2-0.3.3.tgz", "integrity": "sha512-8hOdmFYFSZhqg2C/JgLUQ+t52o5nirNwaWM2B9LWteozwIvM14VSwdsCAUET10qT+kmySAlseadmfeeSWFCy+Q==", "dev": true, - "requires": { + "dependencies": { "@babel/compat-data": "^7.17.7", "@babel/helper-define-polyfill-provider": "^0.3.3", "semver": "^6.1.1" }, - "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "babel-plugin-polyfill-corejs3": { - "version": "0.5.3", - "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.5.3.tgz", - "integrity": "sha512-zKsXDh0XjnrUEW0mxIHLfjBfnXSMr5Q/goMe/fxpQnLm07mcOZiIZHBNWCMx60HmdvjxfXcalac0tfFg0wqxyw==", + "node_modules/babel-plugin-polyfill-corejs2/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/babel-plugin-polyfill-corejs3": { + "version": "0.6.0", + "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-corejs3/-/babel-plugin-polyfill-corejs3-0.6.0.tgz", + "integrity": "sha512-+eHqR6OPcBhJOGgsIar7xoAB1GcSwVUA3XjAd7HJNzOXT4wv6/H7KIdA/Nc60cvUlDbKApmqNvD1B1bzOt4nyA==", "dev": true, - "requires": { - "@babel/helper-define-polyfill-provider": "^0.3.2", - "core-js-compat": "^3.21.0" + "dependencies": { + "@babel/helper-define-polyfill-provider": "^0.3.3", + "core-js-compat": "^3.25.1" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "babel-plugin-polyfill-regenerator": { + "node_modules/babel-plugin-polyfill-regenerator": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/babel-plugin-polyfill-regenerator/-/babel-plugin-polyfill-regenerator-0.4.1.tgz", "integrity": "sha512-NtQGmyQDXjQqQ+IzRkBVwEOz9lQ4zxAQZgoAYEtU9dJjnl1Oc98qnN7jcp+bE7O7aYzVpavXE3/VKXNzUbh7aw==", "dev": true, - "requires": { + "dependencies": { "@babel/helper-define-polyfill-provider": "^0.3.3" + }, + "peerDependencies": { + "@babel/core": "^7.0.0-0" } }, - "backo2": { + "node_modules/backo2": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/backo2/-/backo2-1.0.2.tgz", "integrity": "sha512-zj6Z6M7Eq+PBZ7PQxl5NT665MvJdAkzp0f60nAJ+sLaSCBPMwVak5ZegFbgVCzFcCJTKFoMizvM5Ld7+JrRJHA==" }, - "balanced-match": { + "node_modules/balanced-match": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/balanced-match/-/balanced-match-1.0.2.tgz", "integrity": "sha512-3oSeUO0TMV67hN1AmbXsK4yaqU7tjiHlbxRDZOpH0KW9+CeX4bRAaX0Anxt0tx2MrpRpWwQaPwIlISEJhYU5Pw==" }, - "base": { + "node_modules/base": { "version": "0.11.2", "resolved": "https://registry.npmjs.org/base/-/base-0.11.2.tgz", "integrity": "sha512-5T6P4xPgpp0YDFvSWwEZ4NoE3aM4QBQXDzmVbraCkFj8zHM+mba8SyqB5DbZWyR7mYHo6Y7BdQo3MoA4m0TeQg==", - "requires": { + "dependencies": { "cache-base": "^1.0.1", "class-utils": "^0.3.5", "component-emitter": "^1.2.1", @@ -4135,152 +6276,187 @@ "mixin-deep": "^1.2.0", "pascalcase": "^0.1.1" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/base/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "base64-arraybuffer": { + "node_modules/base/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/base64-arraybuffer": { "version": "0.1.5", "resolved": "https://registry.npmjs.org/base64-arraybuffer/-/base64-arraybuffer-0.1.5.tgz", - "integrity": "sha512-437oANT9tP582zZMwSvZGy2nmSeAb8DW2me3y+Uv1Wp2Rulr8Mqlyrv3E7MLxmsiaPSMMDmiDVzgE+e8zlMx9g==" + "integrity": "sha512-437oANT9tP582zZMwSvZGy2nmSeAb8DW2me3y+Uv1Wp2Rulr8Mqlyrv3E7MLxmsiaPSMMDmiDVzgE+e8zlMx9g==", + "engines": { + "node": ">= 0.6.0" + } }, - "base64-js": { + "node_modules/base64-js": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/base64-js/-/base64-js-1.5.1.tgz", "integrity": "sha512-AKpaYlHn8t4SVbOHCy+b5+KKgvR4vrsD8vbvrbiQJps7fKDTkjkDry6ji0rUJjC0kzbNePLwzxq8iypo41qeWA==", - "dev": true + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "base64id": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-1.0.0.tgz", - "integrity": "sha512-rz8L+d/xByiB/vLVftPkyY215fqNrmasrcJsYkVcm4TgJNz+YXKrFaFAWibSaHkiKoSgMDCb+lipOIRQNGYesw==" + "node_modules/base64id": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", + "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", + "engines": { + "node": "^4.5.0 || >= 5.9" + } }, - "batch": { + "node_modules/batch": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/batch/-/batch-0.6.1.tgz", "integrity": "sha512-x+VAiMRL6UPkx+kudNvxTl6hB2XNNCG2r+7wixVfIYwu/2HKRXimwQyaumLjMveWvT2Hkd/cAJw+QBMfJ/EKVw==", "dev": true }, - "bcrypt-pbkdf": { + "node_modules/bcrypt-pbkdf": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/bcrypt-pbkdf/-/bcrypt-pbkdf-1.0.2.tgz", - "integrity": "sha1-pDAdOJtqQ/m2f/PKEaP2Y342Dp4=", + "integrity": "sha512-qeFIXtP4MSoi6NLqO12WfqARWWuCKi2Rn/9hJLEmtB5yTNr9DqFWkJRCf2qShWzPeAMRnOgCrq0sg/KLv5ES9w==", "dev": true, - "requires": { + "dependencies": { "tweetnacl": "^0.14.3" } }, - "better-assert": { + "node_modules/better-assert": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/better-assert/-/better-assert-1.0.2.tgz", "integrity": "sha512-bYeph2DFlpK1XmGs6fvlLRUN29QISM3GBuUwSFsMY2XRx4AvC0WNCS57j4c/xGrK2RS24C1w3YoBOsw9fT46tQ==", - "requires": { + "dependencies": { "callsite": "1.0.0" + }, + "engines": { + "node": "*" } }, - "big.js": { + "node_modules/big.js": { "version": "5.2.2", "resolved": "https://registry.npmjs.org/big.js/-/big.js-5.2.2.tgz", "integrity": "sha512-vyL2OymJxmarO8gxMr0mhChsO9QGwhynfuu4+MHTAW6czfq9humCB7rKpUjDd9YUiDPU4mzpyupFSvOClAwbmQ==", - "dev": true + "dev": true, + "engines": { + "node": "*" + } }, - "binary-extensions": { - "version": "1.13.1", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-1.13.1.tgz", - "integrity": "sha512-Un7MIEDdUC5gNpcGDV97op1Ywk748MpHcFTHoYs6qnj1Z3j7I53VG3nwZhKzoBZmbdRNnb6WRdFlwl7tSDuZGw==" + "node_modules/binary-extensions": { + "version": "2.2.0", + "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", + "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", + "engines": { + "node": ">=8" + } }, - "bindings": { + "node_modules/bindings": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/bindings/-/bindings-1.5.0.tgz", "integrity": "sha512-p2q/t/mhvuOj/UeLlV6566GD/guowlr0hHxClI0W9m7MWYkL1F0hLo+0Aexs9HSPCtR1SXQ0TD3MMKrXZajbiQ==", "optional": true, - "requires": { + "dependencies": { "file-uri-to-path": "1.0.0" } }, - "bl": { + "node_modules/bl": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/bl/-/bl-4.1.0.tgz", "integrity": "sha512-1W07cM9gS6DcLperZfFSj+bWLtaPGSOHWhPiGzXmvVJbRLdG82sH/Kn8EtW1VqWVA54AKf2h5k5BbnIbwF3h6w==", "dev": true, - "requires": { + "dependencies": { "buffer": "^5.5.0", "inherits": "^2.0.4", "readable-stream": "^3.4.0" + } + }, + "node_modules/bl/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/bl/node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } + "safe-buffer": "~5.2.0" } }, - "blob": { + "node_modules/blob": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/blob/-/blob-0.0.5.tgz", "integrity": "sha512-gaqbzQPqOoamawKg0LGVd7SzLgXS+JH61oWprSLH+P+abTczqJbhTR8CmJ2u9/bUYNmHTGJx/UEmn6doAvvuig==" }, - "blocking-proxy": { + "node_modules/blocking-proxy": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/blocking-proxy/-/blocking-proxy-1.0.1.tgz", "integrity": "sha512-KE8NFMZr3mN2E0HcvCgRtX7DjhiIQrwle+nSVJVC/yqFb9+xznHl2ZcoBp2L9qzkI4t4cBFJ1efXF8Dwi132RA==", "dev": true, - "requires": { + "dependencies": { "minimist": "^1.2.0" + }, + "bin": { + "blocking-proxy": "built/lib/bin.js" + }, + "engines": { + "node": ">=6.9.x" } }, - "bluebird": { + "node_modules/bluebird": { "version": "3.7.2", "resolved": "https://registry.npmjs.org/bluebird/-/bluebird-3.7.2.tgz", "integrity": "sha512-XpNj6GDQzdfW+r2Wnn7xiSAd7TM3jzkxGXBGTtWKuSXv1xUV+azxAm8jdWZN06QTQk+2N2XB9jRDkvbmQmcRtg==" }, - "body-parser": { - "version": "1.20.1", - "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", - "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", - "requires": { + "node_modules/body-parser": { + "version": "1.20.2", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.2.tgz", + "integrity": "sha512-ml9pReCu3M61kGlqoTm2umSXTlRTuGTx0bfYj+uIUKKYycG5NtSbeetV3faSU6R7ajOPw0g/J1PvK4qNy7s5bA==", + "dependencies": { "bytes": "3.1.2", - "content-type": "~1.0.4", + "content-type": "~1.0.5", "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", @@ -4288,297 +6464,265 @@ "iconv-lite": "0.4.24", "on-finished": "2.4.1", "qs": "6.11.0", - "raw-body": "2.5.1", + "raw-body": "2.5.2", "type-is": "~1.6.18", "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/body-parser/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/body-parser/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/body-parser/node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "bonjour-service": { - "version": "1.0.14", - "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.0.14.tgz", - "integrity": "sha512-HIMbgLnk1Vqvs6B4Wq5ep7mxvj9sGz5d1JJyDNSGNIdA/w2MCz6GTjWTdjqOJV1bEPj+6IkxDvWNFKEBxNt4kQ==", + "node_modules/bonjour-service": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/bonjour-service/-/bonjour-service-1.2.1.tgz", + "integrity": "sha512-oSzCS2zV14bh2kji6vNe7vrpJYCHGvcZnlffFQ1MEoX/WOeQ/teD8SYWKR942OI3INjq8OMNJlbPK5LLLUxFDw==", "dev": true, - "requires": { - "array-flatten": "^2.1.2", - "dns-equal": "^1.0.0", + "dependencies": { "fast-deep-equal": "^3.1.3", "multicast-dns": "^7.2.5" } }, - "boolbase": { + "node_modules/boolbase": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/boolbase/-/boolbase-1.0.0.tgz", "integrity": "sha512-JZOSA7Mo9sNGB8+UjSgzdLtokWAky1zbztM3WRLCbZ70/3cTANmQmOdR7y2g+J0e2WXywy1yS468tY+IruqEww==", "dev": true }, - "brace-expansion": { + "node_modules/brace-expansion": { "version": "1.1.11", "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "requires": { + "dependencies": { "balanced-match": "^1.0.0", "concat-map": "0.0.1" } }, - "braces": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-2.3.2.tgz", - "integrity": "sha512-aNdbnj9P8PjdXU4ybaWLK2IF3jc/EoDYbC7AazW6to3TRsfXxscC9UXOB5iDiEQrkyIbWp2SLQda4+QAa7nc3w==", - "requires": { - "arr-flatten": "^1.1.0", - "array-unique": "^0.3.2", - "extend-shallow": "^2.0.1", - "fill-range": "^4.0.0", - "isobject": "^3.0.1", - "repeat-element": "^1.1.2", - "snapdragon": "^0.8.1", - "snapdragon-node": "^2.0.1", - "split-string": "^3.0.2", - "to-regex": "^3.0.1" - }, + "node_modules/braces": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", + "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "fill-range": "^7.0.1" + }, + "engines": { + "node": ">=8" } }, - "browserslist": { - "version": "4.21.4", - "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.4.tgz", - "integrity": "sha512-CBHJJdDmgjl3daYjN5Cp5kbTf1mUhZoS+beLklHIvkOWscs83YAhLlF3Wsh/lciQYAcbBJgTOD44VtG31ZM4Hw==", + "node_modules/browserslist": { + "version": "4.21.5", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.21.5.tgz", + "integrity": "sha512-tUkiguQGW7S3IhB7N+c2MV/HZPSCPAAiYBZXLsBhFB/PCy6ZKKsZrmBayHV9fdGV/ARIfJ14NkxKzRDjvp7L6w==", "dev": true, - "requires": { - "caniuse-lite": "^1.0.30001400", - "electron-to-chromium": "^1.4.251", - "node-releases": "^2.0.6", - "update-browserslist-db": "^1.0.9" + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001449", + "electron-to-chromium": "^1.4.284", + "node-releases": "^2.0.8", + "update-browserslist-db": "^1.0.10" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" } }, - "browserstack": { + "node_modules/browserstack": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/browserstack/-/browserstack-1.6.1.tgz", "integrity": "sha512-GxtFjpIaKdbAyzHfFDKixKO8IBT7wR3NjbzrGc78nNs/Ciys9wU3/nBtsqsWv5nDSrdI5tz0peKuzCPuNXNUiw==", "dev": true, - "requires": { + "dependencies": { "https-proxy-agent": "^2.2.1" + } + }, + "node_modules/browserstack/node_modules/agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "dev": true, + "dependencies": { + "es6-promisify": "^5.0.0" }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/browserstack/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, "dependencies": { - "agent-base": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", - "dev": true, - "requires": { - "es6-promisify": "^5.0.0" - } - }, - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "https-proxy-agent": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", - "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", - "dev": true, - "requires": { - "agent-base": "^4.3.0", - "debug": "^3.1.0" - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true - } + "ms": "^2.1.1" + } + }, + "node_modules/browserstack/node_modules/https-proxy-agent": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "dev": true, + "dependencies": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + }, + "engines": { + "node": ">= 4.5.0" } }, - "buffer": { + "node_modules/buffer": { "version": "5.7.1", "resolved": "https://registry.npmjs.org/buffer/-/buffer-5.7.1.tgz", "integrity": "sha512-EHcyIPBQ4BSGlvjB16k5KgAJ27CIsHY/2JBmCRReo48y9rQ3MaUzWX3KVlBa4U7MyX02HdVj0K7C3WaB3ju7FQ==", "dev": true, - "requires": { + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { "base64-js": "^1.3.1", "ieee754": "^1.1.13" } }, - "buffer-alloc": { + "node_modules/buffer-alloc": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/buffer-alloc/-/buffer-alloc-1.2.0.tgz", "integrity": "sha512-CFsHQgjtW1UChdXgbyJGtnm+O/uLQeZdtbDo8mfUgYXCHSM1wgrVxXm6bSyrUuErEb+4sYVGCzASBRot7zyrow==", - "requires": { + "dependencies": { "buffer-alloc-unsafe": "^1.1.0", "buffer-fill": "^1.0.0" } }, - "buffer-alloc-unsafe": { + "node_modules/buffer-alloc-unsafe": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/buffer-alloc-unsafe/-/buffer-alloc-unsafe-1.1.0.tgz", "integrity": "sha512-TEM2iMIEQdJ2yjPJoSIsldnleVaAk1oW3DBVUykyOLsEsFmEc9kn+SFFPz+gl54KQNxlDnAwCXosOS9Okx2xAg==" }, - "buffer-fill": { + "node_modules/buffer-fill": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/buffer-fill/-/buffer-fill-1.0.0.tgz", "integrity": "sha512-T7zexNBwiiaCOGDg9xNX9PBmjrubblRkENuptryuI64URkXDFum9il/JGL8Lm8wYfAXpredVXXZz7eMHilimiQ==" }, - "buffer-from": { + "node_modules/buffer-from": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/buffer-from/-/buffer-from-1.1.2.tgz", "integrity": "sha512-E+XQCRwSbaaiChtv6k6Dwgc+bx+Bs6vuKJHHl5kox/BaKbhiXzqQOwK4cO22yElGp2OCmjwVhT3HmxgyPGnJfQ==", "dev": true }, - "builtin-modules": { + "node_modules/builtin-modules": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/builtin-modules/-/builtin-modules-3.3.0.tgz", "integrity": "sha512-zhaCDicdLuWN5UbN5IMnFqNMhNfo919sH85y2/ea+5Yg9TsTkeZxpL+JLbp6cgYFS4sRLp3YV4S6yDuqVWHYOw==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "builtins": { + "node_modules/builtins": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/builtins/-/builtins-5.0.1.tgz", "integrity": "sha512-qwVpFEHNfhYJIzNRBvd2C1kyo6jz3ZSMPyyuR47OPdiKWlbYnZNyDWuyR175qDnAJLiCo5fBBqPb3RiXgWlkOQ==", "dev": true, - "requires": { + "dependencies": { "semver": "^7.0.0" } }, - "bytes": { + "node_modules/bytes": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.1.2.tgz", - "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==" + "integrity": "sha512-/Nf7TyzTx6S3yRJObOAV7956r8cr2+Oj8AC5dt8wSP3BQAoeX58NoHyCU8P8zGkNXStjTSi6fzO6F0pBdcYbEg==", + "engines": { + "node": ">= 0.8" + } }, - "cacache": { - "version": "16.1.2", - "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.2.tgz", - "integrity": "sha512-Xx+xPlfCZIUHagysjjOAje9nRo8pRDczQCcXb4J2O0BLtH+xeVue6ba4y1kfJfQMAnM2mkcoMIAyOctlaRGWYA==", + "node_modules/cacache": { + "version": "17.0.4", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-17.0.4.tgz", + "integrity": "sha512-Z/nL3gU+zTUjz5pCA5vVjYM8pmaw2kxM7JEiE0fv3w77Wj+sFbi70CrBruUWH0uNcEdvLDixFpgA2JM4F4DBjA==", "dev": true, - "requires": { - "@npmcli/fs": "^2.1.0", - "@npmcli/move-file": "^2.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", + "dependencies": { + "@npmcli/fs": "^3.1.0", + "fs-minipass": "^3.0.0", "glob": "^8.0.1", - "infer-owner": "^1.0.4", "lru-cache": "^7.7.1", - "minipass": "^3.1.6", + "minipass": "^4.0.0", "minipass-collect": "^1.0.2", "minipass-flush": "^1.0.5", "minipass-pipeline": "^1.2.4", - "mkdirp": "^1.0.4", "p-map": "^4.0.0", "promise-inflight": "^1.0.1", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", + "ssri": "^10.0.0", "tar": "^6.1.11", - "unique-filename": "^1.1.1" + "unique-filename": "^3.0.0" }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - } - }, - "lru-cache": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz", - "integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==", - "dev": true - }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - }, - "dependencies": { - "brace-expansion": { - "version": "1.1.11", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-1.1.11.tgz", - "integrity": "sha512-iCuPHDFgrHX7H2vEI/5xpz07zSHB00TpugqhmYtVmMO6518mCuRMoOYFldEBl0g187ufozdaHgWKcYFb61qGiA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0", - "concat-map": "0.0.1" - } - }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" - } - }, - "minimatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", - "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } - } - } + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/cacache/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" } }, - "cache-base": { + "node_modules/cache-base": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/cache-base/-/cache-base-1.0.1.tgz", "integrity": "sha512-AKcdTnFSWATd5/GCPRxr2ChwIJ85CeyrEyjRHlKxQ56d4XJMGym0uAiKn0xbLOGOl3+yRpOTi484dVCEc5AUzQ==", - "requires": { + "dependencies": { "collection-visit": "^1.0.0", "component-emitter": "^1.2.1", "get-value": "^2.0.6", @@ -4588,282 +6732,357 @@ "to-object-path": "^0.3.0", "union-value": "^1.0.0", "unset-value": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "call-bind": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.2.tgz", - "integrity": "sha512-7O+FbCihrB5WGbFYesctwmTKae6rOiIzmz1icreWJ+0aA7LJfuqhEso2T9ncpcFtzMQtzXf2QGGueWJGTYsqrA==", - "requires": { - "function-bind": "^1.1.1", - "get-intrinsic": "^1.0.2" + "node_modules/call-bind": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/call-bind/-/call-bind-1.0.5.tgz", + "integrity": "sha512-C3nQxfFZxFRVoJoGKKI8y3MOEo129NQ+FgQ08iye+Mk4zNZZGdjfs06bVTr+DBSlA66Q2VEcMki/cUCP4SercQ==", + "dependencies": { + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.1", + "set-function-length": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "callsite": { + "node_modules/callsite": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/callsite/-/callsite-1.0.0.tgz", - "integrity": "sha512-0vdNRFXn5q+dtOqjfFtmtlI9N2eVZ7LMyEV2iKC5mEEFvSg/69Ml6b/WU2qF8W1nLRa0wiSrDT3Y5jOHZCwKPQ==" + "integrity": "sha512-0vdNRFXn5q+dtOqjfFtmtlI9N2eVZ7LMyEV2iKC5mEEFvSg/69Ml6b/WU2qF8W1nLRa0wiSrDT3Y5jOHZCwKPQ==", + "engines": { + "node": "*" + } }, - "callsites": { + "node_modules/callsites": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/callsites/-/callsites-3.1.0.tgz", "integrity": "sha512-P8BjAsXvZS+VIDUI11hHCQEv74YT67YUi5JJFNWIqL235sBmjX4+qx9Muvls5ivyNENctx46xQLQ3aTuE7ssaQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "camelcase": { + "node_modules/camelcase": { "version": "5.3.1", "resolved": "https://registry.npmjs.org/camelcase/-/camelcase-5.3.1.tgz", "integrity": "sha512-L28STB170nwWS63UjtlEOE3dldQApaJXZkOI1uMFfzf3rRuPegHaHesyee+YxQ+W6SvRDQV6UrdOdRiR153wJg==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "caniuse-lite": { - "version": "1.0.30001418", - "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001418.tgz", - "integrity": "sha512-oIs7+JL3K9JRQ3jPZjlH6qyYDp+nBTCais7hjh0s+fuBwufc7uZ7hPYMXrDOJhV360KGMTcczMRObk0/iMqZRg==", - "dev": true + "node_modules/caniuse-lite": { + "version": "1.0.30001581", + "resolved": "https://registry.npmjs.org/caniuse-lite/-/caniuse-lite-1.0.30001581.tgz", + "integrity": "sha512-whlTkwhqV2tUmP3oYhtNfaWGYHDdS3JYFQBKXxcUR9qqPWsRhFHhoISO2Xnl/g0xyKzht9mI1LZpiNWfMzHixQ==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/caniuse-lite" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ] }, - "caseless": { + "node_modules/caseless": { "version": "0.12.0", "resolved": "https://registry.npmjs.org/caseless/-/caseless-0.12.0.tgz", - "integrity": "sha1-G2gcIf+EAzyCZUMJBolCDRhxUdw=", + "integrity": "sha512-4tYFyifaFfGacoiObjJegolkwSU4xQNGbVgUiNYVUxbQ2x2lUsFvY4hVgVzGiIe6WLOPqycWXA40l+PWsxthUw==", "dev": true }, - "chalk": { + "node_modules/chalk": { "version": "2.4.2", "resolved": "https://registry.npmjs.org/chalk/-/chalk-2.4.2.tgz", "integrity": "sha512-Mti+f9lpJNcwF4tWV8/OrTTtF1gZi+f8FqlyAdouralcFWFQWF2+NgCHShjkCb+IFBLq9buZwE1xckQU4peSuQ==", "dev": true, - "requires": { + "dependencies": { "ansi-styles": "^3.2.1", "escape-string-regexp": "^1.0.5", "supports-color": "^5.3.0" + }, + "engines": { + "node": ">=4" } }, - "chardet": { + "node_modules/chardet": { "version": "0.7.0", "resolved": "https://registry.npmjs.org/chardet/-/chardet-0.7.0.tgz", "integrity": "sha512-mT8iDcrh03qDGRRmoA2hmBJnxpllMR+0/0qlzjqZES6NdiWDcZkCNAk4rPFZ9Q85r27unkiNNg8ZOiwZXBHwcA==", "dev": true }, - "chokidar": { - "version": "2.1.8", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-2.1.8.tgz", - "integrity": "sha512-ZmZUazfOzf0Nve7duiCKD23PFSCs4JPoYyccjUFF3aQkQadqBhfzhjkwBH2mNOG9cTBwhamM37EIsIkZw3nRgg==", - "requires": { - "anymatch": "^2.0.0", - "async-each": "^1.0.1", - "braces": "^2.3.2", - "fsevents": "^1.2.7", - "glob-parent": "^3.1.0", - "inherits": "^2.0.3", - "is-binary-path": "^1.0.0", - "is-glob": "^4.0.0", - "normalize-path": "^3.0.0", - "path-is-absolute": "^1.0.0", - "readdirp": "^2.2.1", - "upath": "^1.1.1" + "node_modules/chokidar": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", + "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", + "funding": [ + { + "type": "individual", + "url": "https://paulmillr.com/funding/" + } + ], + "dependencies": { + "anymatch": "~3.1.2", + "braces": "~3.0.2", + "glob-parent": "~5.1.2", + "is-binary-path": "~2.1.0", + "is-glob": "~4.0.1", + "normalize-path": "~3.0.0", + "readdirp": "~3.6.0" + }, + "engines": { + "node": ">= 8.10.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "chownr": { + "node_modules/chownr": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/chownr/-/chownr-2.0.0.tgz", "integrity": "sha512-bIomtDF5KGpdogkLd9VspvFzk9KfpyyGlS8YFVZl7TGPBHL5snIOnxeshwVgPteQ9b4Eydl+pVbIyE1DcvCWgQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=10" + } }, - "chrome-trace-event": { + "node_modules/chrome-trace-event": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/chrome-trace-event/-/chrome-trace-event-1.0.3.tgz", "integrity": "sha512-p3KULyQg4S7NIHixdwbGX+nFHkoBiA4YQmyWtjb8XngSKV124nJmRysgAeujbUVb15vh+RvFUfCPqU7rXk+hZg==", - "dev": true + "dev": true, + "engines": { + "node": ">=6.0" + } }, - "circular-json": { + "node_modules/circular-json": { "version": "0.5.9", "resolved": "https://registry.npmjs.org/circular-json/-/circular-json-0.5.9.tgz", - "integrity": "sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ==" + "integrity": "sha512-4ivwqHpIFJZBuhN3g/pEcdbnGUywkBblloGbkglyloVjjR3uT6tieI89MVOfbP2tHX5sgb01FuLgAOzebNlJNQ==", + "deprecated": "CircularJSON is in maintenance only, flatted is its successor." }, - "class-utils": { + "node_modules/class-utils": { "version": "0.3.6", "resolved": "https://registry.npmjs.org/class-utils/-/class-utils-0.3.6.tgz", "integrity": "sha512-qOhPa/Fj7s6TY8H8esGu5QNpMMQxz79h+urzrNYN6mn+9BnxlDGf5QZ+XeCDsxSjPqsSR56XOZOJmpeurnLMeg==", - "requires": { + "dependencies": { "arr-union": "^3.1.0", "define-property": "^0.2.5", "isobject": "^3.0.0", "static-extend": "^0.1.1" }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } + "engines": { + "node": ">=0.10.0" } }, - "clean-stack": { + "node_modules/clean-stack": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/clean-stack/-/clean-stack-2.2.0.tgz", "integrity": "sha512-4diC9HaTE+KRAMWhDhrGOECgWZxoevMc5TlkObMqNSsVU62PYzXZ/SMTjzyGAFF1YusgxGcSWTEXBhp0CPwQ1A==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "cli-cursor": { + "node_modules/cli-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/cli-cursor/-/cli-cursor-3.1.0.tgz", "integrity": "sha512-I/zHAwsKf9FqGoXM4WWRACob9+SNukZTd94DWF57E4toouRulbCxcUh6RKUEOQlYTHJnzkPMySvPNaaSLNfLZw==", "dev": true, - "requires": { + "dependencies": { "restore-cursor": "^3.1.0" + }, + "engines": { + "node": ">=8" } }, - "cli-spinners": { - "version": "2.7.0", - "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.7.0.tgz", - "integrity": "sha512-qu3pN8Y3qHNgE2AFweciB1IfMnmZ/fsNTEE+NOFjmGB2F/7rLhnhzppvpCnN4FovtP26k8lHyy9ptEbNwWFLzw==", - "dev": true + "node_modules/cli-spinners": { + "version": "2.9.2", + "resolved": "https://registry.npmjs.org/cli-spinners/-/cli-spinners-2.9.2.tgz", + "integrity": "sha512-ywqV+5MmyL4E7ybXgKys4DugZbX0FC6LnwrhjuykIjnK9k8OQacQ7axGKnjDXWNhns0xot3bZI5h55H8yo9cJg==", + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "cli-width": { + "node_modules/cli-width": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cli-width/-/cli-width-3.0.0.tgz", "integrity": "sha512-FxqpkPPwu1HjuN93Omfm4h8uIanXofW0RxVEW3k5RKx+mJJYSthzNhp32Kzxxy3YAEZ/Dc/EWN1vZRY0+kOhbw==", - "dev": true + "dev": true, + "engines": { + "node": ">= 10" + } }, - "cliui": { - "version": "7.0.4", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", - "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "node_modules/cliui": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", + "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", "dev": true, - "requires": { + "dependencies": { "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", + "strip-ansi": "^6.0.1", "wrap-ansi": "^7.0.0" + }, + "engines": { + "node": ">=12" } }, - "clone": { + "node_modules/clone": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/clone/-/clone-1.0.4.tgz", "integrity": "sha512-JQHZ2QMW6l3aH/j6xCqQThY/9OH4D/9ls34cgkUBiEeocRTU04tHfKPBsUK1PqZCUQM7GiA0IIXJSuXHI64Kbg==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8" + } }, - "clone-deep": { + "node_modules/clone-deep": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/clone-deep/-/clone-deep-4.0.1.tgz", "integrity": "sha512-neHB9xuzh/wk0dIHweyAXv2aPGZIVk3pLMe+/RNzINf17fe0OG96QroktYAUm7SM1PBnzTabaLboqqxDyMU+SQ==", "dev": true, - "requires": { + "dependencies": { "is-plain-object": "^2.0.4", "kind-of": "^6.0.2", "shallow-clone": "^3.0.0" + }, + "engines": { + "node": ">=6" } }, - "collection-visit": { + "node_modules/collection-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/collection-visit/-/collection-visit-1.0.0.tgz", - "integrity": "sha1-S8A3PBZLwykbTTaMgpzxqApZ3KA=", - "requires": { + "integrity": "sha512-lNkKvzEeMBBjUGHZ+q6z9pSJla0KWAQPvtzhEV9+iGyQYG+pBpl7xKDhxoNSOZH2hhv0v5k0y2yAM4o4SjoSkw==", + "dependencies": { "map-visit": "^1.0.0", "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "color-convert": { + "node_modules/color-convert": { "version": "1.9.3", "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-1.9.3.tgz", "integrity": "sha512-QfAUtd+vFdAtFQcC8CCyYt1fYWxSqAiK2cSD6zDB8N3cpsEBAvRxp9zOGg6G/SHHJYAT88/az/IuDGALsNVbGg==", "dev": true, - "requires": { + "dependencies": { "color-name": "1.1.3" } }, - "color-name": { + "node_modules/color-name": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.3.tgz", - "integrity": "sha1-p9BVi9icQveV3UIyj3QIMcpTvCU=", + "integrity": "sha512-72fSenhMw2HZMTVHeCA9KCmpEIbzWiQsjN+BHcBbS9vr1mtt+vJjPdksIBNUmKAW8TFUDPJK5SUU3QhE9NEXDw==", "dev": true }, - "color-support": { + "node_modules/color-support": { "version": "1.1.3", "resolved": "https://registry.npmjs.org/color-support/-/color-support-1.1.3.tgz", "integrity": "sha512-qiBjkpbMLO/HL68y+lh4q0/O1MZFj2RX6X/KmMa3+gJD3z+WwI1ZzDHysvqHGS3mP6mznPckpXmw1nI9cJjyRg==", - "dev": true + "dev": true, + "bin": { + "color-support": "bin.js" + } }, - "colorette": { - "version": "2.0.19", - "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.19.tgz", - "integrity": "sha512-3tlv/dIP7FWvj3BsbHrGLJ6l/oKh1O3TcgBqMn+yyCagOxc23fyzDS6HypQbgxWbkpDnf52p1LuR4eWDQ/K9WQ==", + "node_modules/colorette": { + "version": "2.0.20", + "resolved": "https://registry.npmjs.org/colorette/-/colorette-2.0.20.tgz", + "integrity": "sha512-IfEDxwoWIjkeXL1eXcDiow4UbKjhLdq6/EuSVR9GMN7KVH3r9gQ83e73hsz1Nd1T3ijd5xv1wcWRYO+D6kCI2w==", "dev": true }, - "colors": { + "node_modules/colors": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/colors/-/colors-1.4.0.tgz", - "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==" + "integrity": "sha512-a+UqTh4kgZg/SlGvfbzDHpgRu7AAQOmmqRHJnxhRZICKFUT91brVhNNt58CMWU9PsBbv3PDCZUHbVxuDiH2mtA==", + "engines": { + "node": ">=0.1.90" + } }, - "combine-lists": { + "node_modules/combine-lists": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/combine-lists/-/combine-lists-1.0.1.tgz", "integrity": "sha512-4Mi0V7N48B9KzC8Zl/U7wiWuxMFEHf44N3/PSoAvWDu8IOPrddNo1y1tC/kXbP7IvVMhgCFMMNzgKb0pWoin9w==", - "requires": { - "lodash": "^4.5.0" - }, "dependencies": { - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" - } + "lodash": "^4.5.0" } }, - "combined-stream": { + "node_modules/combined-stream": { "version": "1.0.8", "resolved": "https://registry.npmjs.org/combined-stream/-/combined-stream-1.0.8.tgz", "integrity": "sha512-FQN4MRfuJeHf7cBbBMJFXhKSDq+2kAArBlmRBvcvFE5BB1HZKXtSFASDhdlz9zOYwxh8lDdnvmMOe/+5cdoEdg==", "dev": true, - "requires": { + "dependencies": { "delayed-stream": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" } }, - "commander": { + "node_modules/commander": { "version": "2.20.3", "resolved": "https://registry.npmjs.org/commander/-/commander-2.20.3.tgz", "integrity": "sha512-GpVkmM8vF2vQUkj2LvZmD35JxeJOLCwJ9cUkugyk2nuhbv3+mJvpLYYt+0+USMxE+oj+ey/lJEnhZw75x/OMcQ==", "dev": true }, - "commondir": { + "node_modules/commondir": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/commondir/-/commondir-1.0.1.tgz", "integrity": "sha512-W9pAhw0ja1Edb5GVdIF1mjZw/ASI0AlShXM83UUGe2DVr5TdAPEA1OA8m/g8zWp9x6On7gqufY+FatDbC3MDQg==", "dev": true }, - "component-bind": { + "node_modules/component-bind": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/component-bind/-/component-bind-1.0.0.tgz", "integrity": "sha512-WZveuKPeKAG9qY+FkYDeADzdHyTYdIboXS59ixDeRJL5ZhxpqUnxSOwop4FQjMsiYm3/Or8cegVbpAHNA7pHxw==" }, - "component-emitter": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.0.tgz", - "integrity": "sha512-Rd3se6QB+sO1TwqZjscQrurpEPIfO0/yYnSin6Q/rD3mOutHvUrCAhJub3r90uNb+SESBuE0QYoB90YdfatsRg==" + "node_modules/component-emitter": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.3.1.tgz", + "integrity": "sha512-T0+barUSQRTUQASh8bx02dl+DhF54GtIDY13Y3m9oWTklKbb3Wv974meRpeZ3lp1JpLVECWWNHC4vaG2XHXouQ==", + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "component-inherit": { + "node_modules/component-inherit": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/component-inherit/-/component-inherit-0.0.3.tgz", "integrity": "sha512-w+LhYREhatpVqTESyGFg3NlP6Iu0kEKUHETY9GoZP/pQyW4mHFZuFWRUCIqVPZ36ueVLtoOEZaAqbCF2RDndaA==" }, - "compressible": { + "node_modules/compressible": { "version": "2.0.18", "resolved": "https://registry.npmjs.org/compressible/-/compressible-2.0.18.tgz", "integrity": "sha512-AF3r7P5dWxL8MxyITRMlORQNaOA2IkAFaTr4k7BUumjPtRpGDTZpl0Pb1XCO6JeDCBdp126Cgs9sMxqSjgYyRg==", "dev": true, - "requires": { + "dependencies": { "mime-db": ">= 1.43.0 < 2" + }, + "engines": { + "node": ">= 0.6" } }, - "compression": { + "node_modules/compression": { "version": "1.7.4", "resolved": "https://registry.npmjs.org/compression/-/compression-1.7.4.tgz", "integrity": "sha512-jaSIDzP9pZVS4ZfQ+TzvtiWhdpFhE2RDHz8QJkpX9SIpLq88VueF5jJw6t+6CUQcAoA6t+x89MLrWAqpfDE8iQ==", "dev": true, - "requires": { + "dependencies": { "accepts": "~1.3.5", "bytes": "3.0.0", "compressible": "~2.0.16", @@ -4872,155 +7091,235 @@ "safe-buffer": "5.1.2", "vary": "~1.1.2" }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/compression/node_modules/bytes": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", + "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/compression/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "dependencies": { - "bytes": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/bytes/-/bytes-3.0.0.tgz", - "integrity": "sha512-pMhOfFDPiv9t5jjIXkHosWmkSyQbvsgEVNkz0ERHbuLh2T/7j4Mqqpz523Fe8MVY89KC6Sh/QfS2sM+SjgFDcw==", - "dev": true - }, - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", - "dev": true - } + "ms": "2.0.0" } }, - "concat": { + "node_modules/compression/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/compression/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/concat": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/concat/-/concat-1.0.3.tgz", - "integrity": "sha1-QPM1MInWVGdpXLGIa0Xt1jfYzKg=", + "integrity": "sha512-f/ZaH1aLe64qHgTILdldbvyfGiGF4uzeo9IuXUloIOLQzFmIPloy9QbZadNsuVv0j5qbKQvQb/H/UYf2UsKTpw==", "dev": true, - "requires": { + "dependencies": { "commander": "^2.9.0" + }, + "bin": { + "concat": "bin/concat" + }, + "engines": { + "node": ">=6" } }, - "concat-map": { + "node_modules/concat-map": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/concat-map/-/concat-map-0.0.1.tgz", - "integrity": "sha1-2Klr13/Wjfd5OnMDajug1UBdR3s=" + "integrity": "sha512-/Srv4dswyQNBfohGpz9o6Yb3Gz3SrUDqBH5rTuhGR7ahtlbYKnVxw2bCFMRljaA7EXHaXZ8wsHdodFvbkhKmqg==" }, - "connect": { + "node_modules/connect": { "version": "3.7.0", "resolved": "https://registry.npmjs.org/connect/-/connect-3.7.0.tgz", "integrity": "sha512-ZqRXc+tZukToSNmh5C2iWMSoV3X1YUcPbqEM4DkEG5tNQXrQUZCNVGGv3IuicnkMtPfGf3Xtp8WCXs295iQ1pQ==", - "requires": { + "dependencies": { "debug": "2.6.9", "finalhandler": "1.1.2", "parseurl": "~1.3.3", "utils-merge": "1.0.1" + }, + "engines": { + "node": ">= 0.10.0" } }, - "connect-history-api-fallback": { + "node_modules/connect-history-api-fallback": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/connect-history-api-fallback/-/connect-history-api-fallback-2.0.0.tgz", "integrity": "sha512-U73+6lQFmfiNPrYbXqr6kZ1i1wiRqXnp2nhMsINseWXO8lDau0LGEffJ8kQi4EjLZympVgRdvqjAgiZ1tgzDDA==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8" + } + }, + "node_modules/connect/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dependencies": { + "ms": "2.0.0" + } }, - "console-control-strings": { + "node_modules/connect/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/console-control-strings": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/console-control-strings/-/console-control-strings-1.1.0.tgz", "integrity": "sha512-ty/fTekppD2fIwRvnZAVdeOiGd1c7YXEixbgJTNzqcxJWKQnjJ/V1bNEEE6hygpM3WjwHFUVK6HTjWSzV4a8sQ==", "dev": true }, - "content-disposition": { + "node_modules/content-disposition": { "version": "0.5.4", "resolved": "https://registry.npmjs.org/content-disposition/-/content-disposition-0.5.4.tgz", "integrity": "sha512-FveZTNuGw04cxlAiWbzi6zTAL/lhehaWbTtgluJh4/E95DqMwTmha3KZN1aAWA8cFIhHzMZUvLevkw5Rqk+tSQ==", "dev": true, - "requires": { + "dependencies": { "safe-buffer": "5.2.1" + }, + "engines": { + "node": ">= 0.6" } }, - "content-type": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.4.tgz", - "integrity": "sha512-hIP3EEPs8tB9AT1L+NUqtwOAps4mk2Zob89MWXMHjHWg9milF/j4osnnQLXBCBFBk/tvIG/tUc9mOUJiPBhPXA==" + "node_modules/content-type": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/content-type/-/content-type-1.0.5.tgz", + "integrity": "sha512-nTjqfcBFEipKdXCv4YDQWCfmcLZKm81ldF0pAopTvyrFGVbcR6P/VAAd5G7N+0tTr8QqiU0tFadD6FK4NtJwOA==", + "engines": { + "node": ">= 0.6" + } }, - "convert-source-map": { + "node_modules/convert-source-map": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-1.9.0.tgz", "integrity": "sha512-ASFBup0Mz1uyiIjANan1jzLQami9z1PoYSZCiiYW2FczPbenXc45FZdBZLzOT+r6+iciuEModtmCti+hjaAk0A==", "dev": true }, - "cookie": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.3.1.tgz", - "integrity": "sha512-+IJOX0OqlHCszo2mBUq+SrEbCj6w7Kpffqx60zYbPTFaO4+yYgRjHwcZNpWvaTylDHaV7PPmBHzSecZiMhtPgw==" + "node_modules/cookie": { + "version": "0.4.2", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", + "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", + "engines": { + "node": ">= 0.6" + } }, - "cookie-signature": { + "node_modules/cookie-signature": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/cookie-signature/-/cookie-signature-1.0.6.tgz", "integrity": "sha512-QADzlaHc8icV8I7vbaJXJwod9HWYp8uCqf1xa4OfNu1T7JVxQIrUgOWtHdNDtPiywmFbiS12VjotIXLrKM3orQ==", "dev": true }, - "copy-anything": { + "node_modules/copy-anything": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/copy-anything/-/copy-anything-2.0.6.tgz", "integrity": "sha512-1j20GZTsvKNkc4BY3NpMOM8tt///wY3FpIzozTOFO2ffuZcV61nojHXVKIy3WM+7ADCy5FVhdZYHYDdgTU0yJw==", "dev": true, - "requires": { + "dependencies": { "is-what": "^3.14.1" + }, + "funding": { + "url": "https://github.com/sponsors/mesqueeb" } }, - "copy-descriptor": { + "node_modules/copy-descriptor": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/copy-descriptor/-/copy-descriptor-0.1.1.tgz", - "integrity": "sha1-Z29us8OZl8LuGsOpJP1hJHSPV40=" + "integrity": "sha512-XgZ0pFcakEUlbwQEVNg3+QAis1FyTL3Qel9FYy8pSkQqoG3PNoT0bOCQtOXcOkur21r2Eq2kI+IE+gsmAEVlYw==", + "engines": { + "node": ">=0.10.0" + } }, - "copy-webpack-plugin": { + "node_modules/copy-webpack-plugin": { "version": "11.0.0", "resolved": "https://registry.npmjs.org/copy-webpack-plugin/-/copy-webpack-plugin-11.0.0.tgz", "integrity": "sha512-fX2MWpamkW0hZxMEg0+mYnA40LTosOSa5TqZ9GYIBzyJa9C3QUaMPSE2xAi/buNr8u89SfD9wHSQVBzrRa/SOQ==", "dev": true, - "requires": { - "fast-glob": "^3.2.11", - "glob-parent": "^6.0.1", - "globby": "^13.1.1", - "normalize-path": "^3.0.0", - "schema-utils": "^4.0.0", - "serialize-javascript": "^6.0.0" + "dependencies": { + "fast-glob": "^3.2.11", + "glob-parent": "^6.0.1", + "globby": "^13.1.1", + "normalize-path": "^3.0.0", + "schema-utils": "^4.0.0", + "serialize-javascript": "^6.0.0" + }, + "engines": { + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/copy-webpack-plugin/node_modules/globby": { + "version": "13.2.2", + "resolved": "https://registry.npmjs.org/globby/-/globby-13.2.2.tgz", + "integrity": "sha512-Y1zNGV+pzQdh7H39l9zgB4PJqjRNqydvdYCDG4HFXM4XuvSaQQlEc91IU1yALL8gUTDomgBAfz3XJdmUS+oo0w==", + "dev": true, + "dependencies": { + "dir-glob": "^3.0.1", + "fast-glob": "^3.3.0", + "ignore": "^5.2.4", + "merge2": "^1.4.1", + "slash": "^4.0.0" + }, + "engines": { + "node": "^12.20.0 || ^14.13.1 || >=16.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/copy-webpack-plugin/node_modules/slash": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", + "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", + "dev": true, + "engines": { + "node": ">=12" }, - "dependencies": { - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - } - } + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "copyfiles": { + "node_modules/copyfiles": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/copyfiles/-/copyfiles-2.4.1.tgz", "integrity": "sha512-fereAvAvxDrQDOXybk3Qu3dPbOoKoysFMWtkY3mv5BsL8//OSZVL5DCLYqgRfY5cWirgRzlC+WSrxp6Bo3eNZg==", "dev": true, - "requires": { + "dependencies": { "glob": "^7.0.5", "minimatch": "^3.0.3", "mkdirp": "^1.0.4", @@ -5029,369 +7328,514 @@ "untildify": "^4.0.0", "yargs": "^16.1.0" }, + "bin": { + "copyfiles": "copyfiles", + "copyup": "copyfiles" + } + }, + "node_modules/copyfiles/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dev": true, "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, - "yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true - } + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/copyfiles/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/copyfiles/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dev": true, + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/copyfiles/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "dev": true, + "engines": { + "node": ">=10" } }, - "core-js": { + "node_modules/core-js": { "version": "2.6.12", "resolved": "https://registry.npmjs.org/core-js/-/core-js-2.6.12.tgz", - "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==" + "integrity": "sha512-Kb2wC0fvsWfQrgk8HU5lW6U/Lcs8+9aaYcy4ZFc6DDlo4nZ7n70dEgE5rtR0oG6ufKDUnrwfWL1mXR5ljDatrQ==", + "deprecated": "core-js@<3.23.3 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Some versions have web compatibility issues. Please, upgrade your dependencies to the actual version of core-js.", + "hasInstallScript": true }, - "core-js-compat": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.25.5.tgz", - "integrity": "sha512-ovcyhs2DEBUIE0MGEKHP4olCUW/XYte3Vroyxuh38rD1wAO4dHohsovUC4eAOuzFxE6b+RXvBU3UZ9o0YhUTkA==", + "node_modules/core-js-compat": { + "version": "3.35.1", + "resolved": "https://registry.npmjs.org/core-js-compat/-/core-js-compat-3.35.1.tgz", + "integrity": "sha512-sftHa5qUJY3rs9Zht1WEnmkvXputCyDBczPnr7QDgL8n3qrF3CMXY4VPSYtOLLiOUJcah2WNXREd48iOl6mQIw==", "dev": true, - "requires": { - "browserslist": "^4.21.4" + "dependencies": { + "browserslist": "^4.22.2" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/core-js" } }, - "core-js-pure": { - "version": "3.25.5", - "resolved": "https://registry.npmjs.org/core-js-pure/-/core-js-pure-3.25.5.tgz", - "integrity": "sha512-oml3M22pHM+igfWHDfdLVq2ShWmjM2V4L+dQEBs0DWVIqEm9WHCwGAlZ6BmyBQGy5sFrJmcx+856D9lVKyGWYg==", - "dev": true + "node_modules/core-js-compat/node_modules/browserslist": { + "version": "4.22.3", + "resolved": "https://registry.npmjs.org/browserslist/-/browserslist-4.22.3.tgz", + "integrity": "sha512-UAp55yfwNv0klWNapjs/ktHoguxuQNGnOzxYmfnXIS+8AsRDZkSDxg7R1AX3GKzn078SBI5dzwzj/Yx0Or0e3A==", + "dev": true, + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "caniuse-lite": "^1.0.30001580", + "electron-to-chromium": "^1.4.648", + "node-releases": "^2.0.14", + "update-browserslist-db": "^1.0.13" + }, + "bin": { + "browserslist": "cli.js" + }, + "engines": { + "node": "^6 || ^7 || ^8 || ^9 || ^10 || ^11 || ^12 || >=13.7" + } }, - "core-util-is": { + "node_modules/core-util-is": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.3.tgz", "integrity": "sha512-ZQBvi1DcpJ4GDqanjucZ2Hj3wEO5pZDS89BWbkcrvdxksJorwUDDZamX9ldFkp9aw2lmBDLgkObEA4DWNJ9FYQ==" }, - "cors": { + "node_modules/cors": { "version": "2.8.5", "resolved": "https://registry.npmjs.org/cors/-/cors-2.8.5.tgz", "integrity": "sha512-KIHbLJqu73RGr/hnbrO9uBeixNGuvSQjul/jdFvS/KFSIH1hWVd1ng7zOHx+YrEfInLG7q4n6GHQ9cDtxv/P6g==", - "dev": true, - "requires": { + "dependencies": { "object-assign": "^4", "vary": "^1" + }, + "engines": { + "node": ">= 0.10" } }, - "cosmiconfig": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.0.1.tgz", - "integrity": "sha512-a1YWNUV2HwGimB7dU2s1wUMurNKjpx60HxBB6xUM8Re+2s1g1IIfJvFR0/iCF+XHdE0GMTKTuLR32UQff4TEyQ==", + "node_modules/cosmiconfig": { + "version": "7.1.0", + "resolved": "https://registry.npmjs.org/cosmiconfig/-/cosmiconfig-7.1.0.tgz", + "integrity": "sha512-AdmX6xUzdNASswsFtmwSt7Vj8po9IuqXm0UXz7QKPuEUmPB4XyjGfaAr2PSuELMwkRMVH1EpIkX5bTZGRB3eCA==", "dev": true, - "requires": { + "dependencies": { "@types/parse-json": "^4.0.0", "import-fresh": "^3.2.1", "parse-json": "^5.0.0", "path-type": "^4.0.0", "yaml": "^1.10.0" + }, + "engines": { + "node": ">=10" } }, - "critters": { + "node_modules/critters": { "version": "0.0.16", "resolved": "https://registry.npmjs.org/critters/-/critters-0.0.16.tgz", "integrity": "sha512-JwjgmO6i3y6RWtLYmXwO5jMd+maZt8Tnfu7VVISmEWyQqfLpB8soBswf8/2bu6SBXxtKA68Al3c+qIG1ApT68A==", "dev": true, - "requires": { + "dependencies": { "chalk": "^4.1.0", "css-select": "^4.2.0", "parse5": "^6.0.1", "parse5-htmlparser2-tree-adapter": "^6.0.1", "postcss": "^8.3.7", "pretty-bytes": "^5.3.0" + } + }, + "node_modules/critters/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/critters/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" } }, - "cross-spawn": { - "version": "7.0.3", - "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", - "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", + "node_modules/critters/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", "dev": true, - "requires": { - "path-key": "^3.1.0", - "shebang-command": "^2.0.0", - "which": "^2.0.1" + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "css-blank-pseudo": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/css-blank-pseudo/-/css-blank-pseudo-3.0.3.tgz", - "integrity": "sha512-VS90XWtsHGqoM0t4KpH053c4ehxZ2E6HtGI7x68YFV0pTo/QmkV/YFA+NnlvK8guxZVNWGQhVNJGC39Q8XF4OQ==", + "node_modules/critters/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/critters/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.9" + "engines": { + "node": ">=8" } }, - "css-has-pseudo": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/css-has-pseudo/-/css-has-pseudo-3.0.4.tgz", - "integrity": "sha512-Vse0xpR1K9MNlp2j5w1pgWIJtm1a8qS0JwS9goFYcImjlHEmywP9VUF05aGBXzGpDJF86QXk4L0ypBmwPhGArw==", + "node_modules/critters/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/cross-spawn": { + "version": "7.0.3", + "resolved": "https://registry.npmjs.org/cross-spawn/-/cross-spawn-7.0.3.tgz", + "integrity": "sha512-iRDPJKUPVEND7dHPO8rkbOnPpyDygcDFtWjpeWNCgy8WP2rXcxXL8TskReQl6OrB2G7+UJrags1q15Fudc7G6w==", "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.9" + "dependencies": { + "path-key": "^3.1.0", + "shebang-command": "^2.0.0", + "which": "^2.0.1" + }, + "engines": { + "node": ">= 8" } }, - "css-loader": { - "version": "6.7.1", - "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.1.tgz", - "integrity": "sha512-yB5CNFa14MbPJcomwNh3wLThtkZgcNyI2bNMRt8iE5Z8Vwl7f8vQXFAzn2HDOJvtDq2NTZBUGMSUNNyrv3/+cw==", + "node_modules/css-loader": { + "version": "6.7.3", + "resolved": "https://registry.npmjs.org/css-loader/-/css-loader-6.7.3.tgz", + "integrity": "sha512-qhOH1KlBMnZP8FzRO6YCH9UHXQhVMcEGLyNdb7Hv2cpcmJbW0YrddO+tG1ab5nT41KpHIYGsbeHqxB9xPu1pKQ==", "dev": true, - "requires": { + "dependencies": { "icss-utils": "^5.1.0", - "postcss": "^8.4.7", + "postcss": "^8.4.19", "postcss-modules-extract-imports": "^3.0.0", "postcss-modules-local-by-default": "^4.0.0", "postcss-modules-scope": "^3.0.0", "postcss-modules-values": "^4.0.0", "postcss-value-parser": "^4.2.0", - "semver": "^7.3.5" + "semver": "^7.3.8" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" } }, - "css-prefers-color-scheme": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/css-prefers-color-scheme/-/css-prefers-color-scheme-6.0.3.tgz", - "integrity": "sha512-4BqMbZksRkJQx2zAjrokiGMd07RqOa2IxIrrN10lyBe9xhn9DEvjUK79J6jkeiv9D9hQFXKb6g1jwU62jziJZA==", - "dev": true - }, - "css-select": { + "node_modules/css-select": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/css-select/-/css-select-4.3.0.tgz", "integrity": "sha512-wPpOYtnsVontu2mODhA19JrqWxNsfdatRKd64kmpRbQgh1KtItko5sTnEpPdpSaJszTOhEMlF/RPz28qj4HqhQ==", "dev": true, - "requires": { + "dependencies": { "boolbase": "^1.0.0", "css-what": "^6.0.1", "domhandler": "^4.3.1", "domutils": "^2.8.0", "nth-check": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" } }, - "css-what": { + "node_modules/css-what": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/css-what/-/css-what-6.1.0.tgz", "integrity": "sha512-HTUrgRJ7r4dsZKU6GjmpfRK1O76h97Z8MfS1G0FozR+oF2kG6Vfe8JE6zwrkbxigziPHinCJ+gCPjA9EaBDtRw==", - "dev": true + "dev": true, + "engines": { + "node": ">= 6" + }, + "funding": { + "url": "https://github.com/sponsors/fb55" + } }, - "css.escape": { + "node_modules/css.escape": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", - "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=" - }, - "cssdb": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/cssdb/-/cssdb-7.0.1.tgz", - "integrity": "sha512-pT3nzyGM78poCKLAEy2zWIVX2hikq6dIrjuZzLV98MumBg+xMTNYfHx7paUlfiRTgg91O/vR889CIf+qiv79Rw==", - "dev": true + "integrity": "sha512-YUifsXXuknHlUsmlgyY0PKzgPOr7/FjCePfHNt0jxm83wHZi44VDMQ7/fGNkjY3/jV1MC+1CmZbaHzugyeRtpg==" }, - "cssesc": { + "node_modules/cssesc": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/cssesc/-/cssesc-3.0.0.tgz", "integrity": "sha512-/Tb/JcjK111nNScGob5MNtsntNM1aCNUDipB/TkwZFhyDrrE47SOx/18wF2bbjgc3ZzCSKW1T5nt5EbFoAz/Vg==", - "dev": true + "dev": true, + "bin": { + "cssesc": "bin/cssesc" + }, + "engines": { + "node": ">=4" + } }, - "cuint": { + "node_modules/cuint": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/cuint/-/cuint-0.2.2.tgz", "integrity": "sha512-d4ZVpCW31eWwCMe1YT3ur7mUDnTXbgwyzaL320DrcRT45rfjYxkt5QWLrmOJ+/UEAI2+fQgKe/fCjR8l4TpRgw==", "dev": true }, - "custom-event": { + "node_modules/custom-event": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/custom-event/-/custom-event-1.0.1.tgz", "integrity": "sha512-GAj5FOq0Hd+RsCGVJxZuKaIDXDf3h6GQoNEjFgbLLI/trgtavwUbSnZ5pVfg27DVCaWjIohryS0JFwIJyT2cMg==" }, - "dashdash": { + "node_modules/dashdash": { "version": "1.14.1", "resolved": "https://registry.npmjs.org/dashdash/-/dashdash-1.14.1.tgz", - "integrity": "sha1-hTz6D3y+L+1d4gMmuN1YEDX24vA=", + "integrity": "sha512-jRFi8UDGo6j+odZiEpjazZaWqEal3w/basFjQHQEwVtZJGDpxbH1MeYluwCS8Xq5wmLJooDlMgvVarmWfGM44g==", "dev": true, - "requires": { + "dependencies": { "assert-plus": "^1.0.0" + }, + "engines": { + "node": ">=0.10" } }, - "date-format": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/date-format/-/date-format-1.2.0.tgz", - "integrity": "sha512-lAJqBmFzCLcDJdI9cEnJ7loSkLTh1PbIgZUndlzvYbf6NyFEr5n9rQhOwr6CIGwZqyQ3sYeQQiP9NOVQmgmRMA==" + "node_modules/date-format": { + "version": "4.0.14", + "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", + "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", + "engines": { + "node": ">=4.0" + } }, - "debug": { - "version": "2.6.9", - "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", - "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", - "requires": { - "ms": "2.0.0" + "node_modules/debug": { + "version": "4.3.4", + "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", + "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", + "dependencies": { + "ms": "2.1.2" + }, + "engines": { + "node": ">=6.0" + }, + "peerDependenciesMeta": { + "supports-color": { + "optional": true + } } }, - "decamelize": { + "node_modules/decamelize": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/decamelize/-/decamelize-1.2.0.tgz", - "integrity": "sha1-9lNNFRSCabIDUue+4m9QH5oZEpA=", - "dev": true + "integrity": "sha512-z2S+W9X73hAUUki+N+9Za2lBlun89zigOyGrsax+KUQ6wKW4ZoWpEYBkGhQjwAjjDCkWxhY0VKEhk8wzY7F5cA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "decode-uri-component": { - "version": "0.2.0", - "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.0.tgz", - "integrity": "sha1-6zkTMzRYd1y4TNGh+uBiEGu4dUU=" + "node_modules/decode-uri-component": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/decode-uri-component/-/decode-uri-component-0.2.2.tgz", + "integrity": "sha512-FqUYQ+8o158GyGTrMFJms9qh3CqTKvAqgqsTnkLI8sKu0028orqBhxNMFkFen0zGyg6epACD32pjVk58ngIErQ==", + "engines": { + "node": ">=0.10" + } + }, + "node_modules/deep-equal": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/deep-equal/-/deep-equal-2.2.3.tgz", + "integrity": "sha512-ZIwpnevOurS8bpT4192sqAowWM76JDKSHYzMLty3BZGSswgq6pBaH3DhCSW5xVAZICZyKdOBPjwww5wfgT/6PA==", + "dev": true, + "dependencies": { + "array-buffer-byte-length": "^1.0.0", + "call-bind": "^1.0.5", + "es-get-iterator": "^1.1.3", + "get-intrinsic": "^1.2.2", + "is-arguments": "^1.1.1", + "is-array-buffer": "^3.0.2", + "is-date-object": "^1.0.5", + "is-regex": "^1.1.4", + "is-shared-array-buffer": "^1.0.2", + "isarray": "^2.0.5", + "object-is": "^1.1.5", + "object-keys": "^1.1.1", + "object.assign": "^4.1.4", + "regexp.prototype.flags": "^1.5.1", + "side-channel": "^1.0.4", + "which-boxed-primitive": "^1.0.2", + "which-collection": "^1.0.1", + "which-typed-array": "^1.1.13" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "deep-is": { + "node_modules/deep-is": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/deep-is/-/deep-is-0.1.4.tgz", "integrity": "sha512-oIPzksmTg4/MriiaYGO+okXDT7ztn/w3Eptv/+gSIdMdKsJo0u4CfYNFJPy+4SKMuCqGw2wxnA+URMg3t8a/bQ==", "dev": true }, - "deepmerge": { - "version": "4.2.2", - "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.2.2.tgz", - "integrity": "sha512-FJ3UgI4gIl+PHZm53knsuSFpE+nESMr7M4v9QcgB7S63Kj/6WqMiFQJpBBYz1Pt+66bZpP3Q7Lye0Oo9MPKEdg==", - "dev": true + "node_modules/deepmerge": { + "version": "4.3.1", + "resolved": "https://registry.npmjs.org/deepmerge/-/deepmerge-4.3.1.tgz", + "integrity": "sha512-3sUqbMEc77XqpdNO7FRyRog+eW3ph+GYCbj+rK+uYyRMuwsVy0rMiVtPn+QJlKFvWP/1PYpapqYn0Me2knFn+A==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "default-gateway": { + "node_modules/default-gateway": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/default-gateway/-/default-gateway-6.0.3.tgz", "integrity": "sha512-fwSOJsbbNzZ/CUFpqFBqYfYNLj1NbMPm8MMCIzHjC83iSJRBEGmDUxU+WP661BaBQImeC2yHwXtz+P/O9o+XEg==", "dev": true, - "requires": { + "dependencies": { "execa": "^5.0.0" + }, + "engines": { + "node": ">= 10" } }, - "defaults": { + "node_modules/defaults": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/defaults/-/defaults-1.0.4.tgz", "integrity": "sha512-eFuaLoy/Rxalv2kr+lqMlUnrDWV+3j4pljOIJgLIhI058IQfWJ7vXhyEIHu+HtC738klGALYxOKDO0bQP3tg8A==", "dev": true, - "requires": { + "dependencies": { "clone": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/define-data-property": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/define-data-property/-/define-data-property-1.1.1.tgz", + "integrity": "sha512-E7uGkTzkk1d0ByLeSc6ZsFS79Axg+m1P/VsgYsxHgiuc3tFSj+MjMIwe90FC4lOAZzNBdY7kkO2P2wKdsQ1vgQ==", + "dependencies": { + "get-intrinsic": "^1.2.1", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" } }, - "define-lazy-prop": { + "node_modules/define-lazy-prop": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/define-lazy-prop/-/define-lazy-prop-2.0.0.tgz", "integrity": "sha512-Ds09qNh8yw3khSjiJjiUInaGX9xlqZDY7JVryGxdxV7NPeuqQfplOpQ66yJFZut3jLa5zOwkXw1g9EI2uKh4Og==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "define-properties": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.1.4.tgz", - "integrity": "sha512-uckOqKcfaVvtBdsVkdPv3XjveQJsNQqmhXgRi8uhvWWuPYZCNlzT8qAyblUgNoXdHdjMTzAqeGjAoli8f+bzPA==", + "node_modules/define-properties": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/define-properties/-/define-properties-1.2.1.tgz", + "integrity": "sha512-8QmQKqEASLd5nx0U1B1okLElbUuuttJ/AnYmRXbbbGDWh6uS208EjD4Xqq/I9wK7u0v6O08XhTWnt5XtEbR6Dg==", "dev": true, - "requires": { + "dependencies": { + "define-data-property": "^1.0.1", "has-property-descriptors": "^1.0.0", "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "define-property": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", - "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", - "requires": { - "is-descriptor": "^1.0.2", - "isobject": "^3.0.1" - }, + "node_modules/define-property": { + "version": "0.2.5", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", + "integrity": "sha512-Rr7ADjQZenceVOAKop6ALkkRAmH1A4Gx9hV/7ZujPUN2rkATqFO0JZLZInbAjpZYoJ1gUx8MRMQVkYemcbMSTA==", "dependencies": { - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } + "is-descriptor": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "del": { + "node_modules/del": { "version": "2.2.2", "resolved": "https://registry.npmjs.org/del/-/del-2.2.2.tgz", "integrity": "sha512-Z4fzpbIRjOu7lO5jCETSWoqUDVe0IPOlfugBsF6suen2LKDlVb4QZpKEM9P+buNJ4KI1eN7I083w/pbKUpsrWQ==", "dev": true, - "requires": { + "dependencies": { "globby": "^5.0.0", "is-path-cwd": "^1.0.0", "is-path-in-cwd": "^1.0.0", @@ -5400,287 +7844,337 @@ "pinkie-promise": "^2.0.0", "rimraf": "^2.2.8" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/del/node_modules/array-union": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", + "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", + "dev": true, "dependencies": { - "array-union": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/array-union/-/array-union-1.0.2.tgz", - "integrity": "sha512-Dxr6QJj/RdU/hCaBjOfxW+q6lyuVE6JFWIrAUpuOOhoJJoQ99cUn3igRaHVB5P9WrgFVN0FfArM3x0cueOU8ng==", - "dev": true, - "requires": { - "array-uniq": "^1.0.1" - } - }, - "globby": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", - "integrity": "sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==", - "dev": true, - "requires": { - "array-union": "^1.0.1", - "arrify": "^1.0.0", - "glob": "^7.0.3", - "object-assign": "^4.0.1", - "pify": "^2.0.0", - "pinkie-promise": "^2.0.0" - } - }, - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true - } + "array-uniq": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/del/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/del/node_modules/globby": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-5.0.0.tgz", + "integrity": "sha512-HJRTIH2EeH44ka+LWig+EqT2ONSYpVlNfx6pyd592/VF1TbfljJ7elwie7oSwcViLGqOdWocSdu2txwBF9bjmQ==", + "dev": true, + "dependencies": { + "array-union": "^1.0.1", + "arrify": "^1.0.0", + "glob": "^7.0.3", + "object-assign": "^4.0.1", + "pify": "^2.0.0", + "pinkie-promise": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/del/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" } }, - "delayed-stream": { + "node_modules/delayed-stream": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delayed-stream/-/delayed-stream-1.0.0.tgz", - "integrity": "sha1-3zrhmayt+31ECqrgsp4icrJOxhk=", - "dev": true + "integrity": "sha512-ZySD7Nf91aLB0RxL4KGrKHBXl7Eds1DAmEdcoVawXnLD7SDhpNgtuII2aAkg7a7QS41jxPSZ17p4VdGnMHk3MQ==", + "dev": true, + "engines": { + "node": ">=0.4.0" + } }, - "delegates": { + "node_modules/delegates": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/delegates/-/delegates-1.0.0.tgz", "integrity": "sha512-bd2L678uiWATM6m5Z1VzNCErI3jiGzt6HGY8OVICs40JQq/HALfbyNJmp0UDakEY4pMMaN0Ly5om/B1VI/+xfQ==", "dev": true }, - "depd": { + "node_modules/depd": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/depd/-/depd-2.0.0.tgz", - "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==" + "integrity": "sha512-g7nH6P6dyDioJogAAGprGpCtVImJhpPk/roCzdb3fIh61/s/nPsfR6onyMwkCAR/OlC3yBC0lESvUoQEAssIrw==", + "engines": { + "node": ">= 0.8" + } }, - "dependency-graph": { + "node_modules/dependency-graph": { "version": "0.11.0", "resolved": "https://registry.npmjs.org/dependency-graph/-/dependency-graph-0.11.0.tgz", "integrity": "sha512-JeMq7fEshyepOWDfcfHK06N3MhyPhz++vtqWhMT5O9A3K42rdsEDpfdVqjaqaAhsw6a+ZqeDvQVtD0hFHQWrzg==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.6.0" + } }, - "destroy": { + "node_modules/destroy": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/destroy/-/destroy-1.2.0.tgz", - "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==" + "integrity": "sha512-2sJGJTaXIIaR1w4iJSNoN0hnMY7Gpc/n8D4qSCJw8QqFWXf7cuAgnEHxBpweaVcPevC2l3KpjYCx3NypQQgaJg==", + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } }, - "detect-node": { + "node_modules/detect-node": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/detect-node/-/detect-node-2.1.0.tgz", "integrity": "sha512-T0NIuQpnTvFDATNuHN5roPwSBG83rFsuO+MXXH9/3N1eFbn4wcPjttvjMLEPWJ0RGUYgQE7cGgS3tNxbqCGM7g==", "dev": true }, - "di": { + "node_modules/di": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/di/-/di-0.0.1.tgz", "integrity": "sha512-uJaamHkagcZtHPqCIHZxnFrXlunQXgBOsZSUOWwFw31QJCAbyTBoHMW75YOTur5ZNx8pIeAKgf6GWIgaqqiLhA==" }, - "diff": { + "node_modules/diff": { "version": "3.5.0", "resolved": "https://registry.npmjs.org/diff/-/diff-3.5.0.tgz", "integrity": "sha512-A46qtFgd+g7pDZinpnwiRJtxbC1hpgf0uzP3iG89scHk0AUC7A1TGxf5OiiOUv/JMZR8GOt8hL900hV0bOy5xA==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.3.1" + } }, - "dir-glob": { + "node_modules/dir-glob": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/dir-glob/-/dir-glob-3.0.1.tgz", "integrity": "sha512-WkrWp9GR4KXfKGYzOLmTuGVi1UWFfws377n9cc55/tb6DuqyF6pcQ5AbiHEshaDpY9v6oaSr2XCDidGmMwdzIA==", "dev": true, - "requires": { + "dependencies": { "path-type": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "dns-equal": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/dns-equal/-/dns-equal-1.0.0.tgz", - "integrity": "sha512-z+paD6YUQsk+AbGCEM4PrOXSss5gd66QfcVBFTKR/HpFL9jCqikS94HYwKww6fQyO7IxrIIyUu+g0Ka9tUS2Cg==", - "dev": true - }, - "dns-packet": { - "version": "5.4.0", - "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.4.0.tgz", - "integrity": "sha512-EgqGeaBB8hLiHLZtp/IbaDQTL8pZ0+IvwzSHA6d7VyMDM+B9hgddEMa9xjK5oYnw0ci0JQ6g2XCD7/f6cafU6g==", + "node_modules/dns-packet": { + "version": "5.6.1", + "resolved": "https://registry.npmjs.org/dns-packet/-/dns-packet-5.6.1.tgz", + "integrity": "sha512-l4gcSouhcgIKRvyy99RNVOgxXiicE+2jZoNmaNmZ6JXiGajBOJAesk1OBlJuM5k2c+eudGdLxDqXuPCKIj6kpw==", "dev": true, - "requires": { + "dependencies": { "@leichtgewicht/ip-codec": "^2.0.1" + }, + "engines": { + "node": ">=6" } }, - "doctrine": { + "node_modules/doctrine": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/doctrine/-/doctrine-3.0.0.tgz", "integrity": "sha512-yS+Q5i3hBf7GBkd4KG8a7eBNNWNGLTaEwwYWUijIYM7zrlYDM0BFXHjjPWlWZ1Rg7UaddZeIDmi9jF3HmqiQ2w==", "dev": true, - "requires": { + "dependencies": { "esutils": "^2.0.2" + }, + "engines": { + "node": ">=6.0.0" } }, - "document-register-element": { + "node_modules/document-register-element": { "version": "1.14.10", "resolved": "https://registry.npmjs.org/document-register-element/-/document-register-element-1.14.10.tgz", - "integrity": "sha512-w5UA37hEIrs+9pruo2yR5UD13c4UHDlkqqjt4qurnp7QsBI9b1IOi8WXUim+aCqKBsENX3Z/cso7XMOuwJH1Yw==" + "integrity": "sha512-w5UA37hEIrs+9pruo2yR5UD13c4UHDlkqqjt4qurnp7QsBI9b1IOi8WXUim+aCqKBsENX3Z/cso7XMOuwJH1Yw==", + "deprecated": "V0 is gone and the best V1 polyfill is now @ungap/custom-elements" }, - "dom-serialize": { + "node_modules/dom-serialize": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/dom-serialize/-/dom-serialize-2.2.1.tgz", "integrity": "sha512-Yra4DbvoW7/Z6LBN560ZwXMjoNOSAN2wRsKFGc4iBeso+mpIA6qj1vfdf9HpMaKAqG6wXTy+1SYEzmNpKXOSsQ==", - "requires": { + "dependencies": { "custom-event": "~1.0.0", "ent": "~2.2.0", "extend": "^3.0.0", "void-elements": "^2.0.0" } }, - "dom-serializer": { + "node_modules/dom-serializer": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/dom-serializer/-/dom-serializer-1.4.1.tgz", "integrity": "sha512-VHwB3KfrcOOkelEG2ZOfxqLZdfkil8PtJi4P8N2MMXucZq2yLp75ClViUlOVwyoHEDjYU433Aq+5zWP61+RGag==", "dev": true, - "requires": { + "dependencies": { "domelementtype": "^2.0.1", "domhandler": "^4.2.0", "entities": "^2.0.0" + }, + "funding": { + "url": "https://github.com/cheeriojs/dom-serializer?sponsor=1" } }, - "domelementtype": { + "node_modules/domelementtype": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/domelementtype/-/domelementtype-2.3.0.tgz", "integrity": "sha512-OLETBj6w0OsagBwdXnPdN0cnMfF9opN69co+7ZrbfPGrdpPVNBUj02spi6B1N7wChLQiPn4CSH/zJvXw56gmHw==", - "dev": true + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/fb55" + } + ] }, - "domhandler": { + "node_modules/domhandler": { "version": "4.3.1", "resolved": "https://registry.npmjs.org/domhandler/-/domhandler-4.3.1.tgz", "integrity": "sha512-GrwoxYN+uWlzO8uhUXRl0P+kHE4GtVPfYzVLcUxPL7KNdHKj66vvlhiweIHqYYXWlw+T8iLMp42Lm67ghw4WMQ==", "dev": true, - "requires": { + "dependencies": { "domelementtype": "^2.2.0" + }, + "engines": { + "node": ">= 4" + }, + "funding": { + "url": "https://github.com/fb55/domhandler?sponsor=1" } }, - "domutils": { + "node_modules/domutils": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/domutils/-/domutils-2.8.0.tgz", "integrity": "sha512-w96Cjofp72M5IIhpjgobBimYEfoPjx1Vx0BSX9P30WBdZW2WIKU0T1Bd0kz2eNZ9ikjKgHbEyKx8BB6H1L3h3A==", "dev": true, - "requires": { + "dependencies": { "dom-serializer": "^1.0.1", "domelementtype": "^2.2.0", "domhandler": "^4.2.0" + }, + "funding": { + "url": "https://github.com/fb55/domutils?sponsor=1" } }, - "dotenv": { - "version": "10.0.0", - "resolved": "https://registry.npmjs.org/dotenv/-/dotenv-10.0.0.tgz", - "integrity": "sha512-rlBi9d8jpv9Sf1klPjNfFAuWDjKLwTIJJ/VxtoTwIR6hnZxcEOQCZg2oIL3MWBYw5GpUDKOEnND7LXTbIpQ03Q==", - "dev": true - }, - "duplexer": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/duplexer/-/duplexer-0.1.2.tgz", - "integrity": "sha512-jtD6YG370ZCIi/9GTaJKQxWTZD045+4R4hTk/x1UyoqadyJ9x9CgSi1RlVDQF8U2sxLLSnFkCaMihqljHIWgMg==", + "node_modules/eastasianwidth": { + "version": "0.2.0", + "resolved": "https://registry.npmjs.org/eastasianwidth/-/eastasianwidth-0.2.0.tgz", + "integrity": "sha512-I88TYZWc9XiYHRQ4/3c5rjjfgkjhLyW2luGIheGERbNQ6OY7yTybanSpDXZa8y7VUP9YmDcYa+eyq4ca7iLqWA==", "dev": true }, - "ecc-jsbn": { + "node_modules/ecc-jsbn": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/ecc-jsbn/-/ecc-jsbn-0.1.2.tgz", - "integrity": "sha1-OoOpBOVDUyh4dMVkt1SThoSamMk=", + "integrity": "sha512-eh9O+hwRHNbG4BLTjEl3nw044CkGm5X6LoaCf7LPp7UU8Qrt47JYNi6nPX8xjW97TKGKm1ouctg0QSpZe9qrnw==", "dev": true, - "requires": { + "dependencies": { "jsbn": "~0.1.0", "safer-buffer": "^2.1.0" } }, - "ee-first": { + "node_modules/ee-first": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ee-first/-/ee-first-1.1.1.tgz", - "integrity": "sha1-WQxhFWsK4vTwJVcyoViyZrxWsh0=" + "integrity": "sha512-WMwm9LhRUo+WUaRN+vRuETqG89IgZphVSNkdFgeb6sS/E4OrDIN7t48CAewSHXc6C8lefD8KKfr5vY61brQlow==" }, - "ejs": { - "version": "3.1.8", - "resolved": "https://registry.npmjs.org/ejs/-/ejs-3.1.8.tgz", - "integrity": "sha512-/sXZeMlhS0ArkfX2Aw780gJzXSMPnKjtspYZv+f3NiKLlubezAHDU5+9xz6gd3/NhG3txQCo6xlglmTS+oTGEQ==", - "dev": true, - "requires": { - "jake": "^10.8.5" - } - }, - "electron-to-chromium": { - "version": "1.4.277", - "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.277.tgz", - "integrity": "sha512-Ej4VyUfGdVY5D2J5WHAVNqrEFBKgeNcX7p/bBQU4x/VKwvnyEvGd62NEkIK3lykLEe9Cg4MCcoWAa+u97o0u/A==", + "node_modules/electron-to-chromium": { + "version": "1.4.648", + "resolved": "https://registry.npmjs.org/electron-to-chromium/-/electron-to-chromium-1.4.648.tgz", + "integrity": "sha512-EmFMarXeqJp9cUKu/QEciEApn0S/xRcpZWuAm32U7NgoZCimjsilKXHRO9saeEW55eHZagIDg6XTUOv32w9pjg==", "dev": true }, - "emoji-regex": { + "node_modules/emoji-regex": { "version": "8.0.0", "resolved": "https://registry.npmjs.org/emoji-regex/-/emoji-regex-8.0.0.tgz", - "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==", - "dev": true + "integrity": "sha512-MSjYzcWNOA0ewAHpz0MxpYFvwg6yjy1NG3xteoqz644VCo/RPgnr1/GGt+ic3iJTzQ8Eu3TdM14SawnVUmGE6A==" }, - "emojis-list": { + "node_modules/emojis-list": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/emojis-list/-/emojis-list-3.0.0.tgz", "integrity": "sha512-/kyM18EfinwXZbno9FyUGeFh87KC8HRQBQGildHZbEuRyWFOmv1U10o9BBp8XVZDVNNuQKyIGIu5ZYAAXJ0V2Q==", - "dev": true + "dev": true, + "engines": { + "node": ">= 4" + } }, - "encodeurl": { + "node_modules/encodeurl": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/encodeurl/-/encodeurl-1.0.2.tgz", - "integrity": "sha1-rT/0yG7C0CkyL1oCw6mmBslbP1k=" + "integrity": "sha512-TPJXq8JqFaVYm2CWmPvnP2Iyo4ZSM7/QKcSmuMLDObfpH5fi7RUGmd/rTDf+rut/saiDiQEeVTNgAmJEdAOx0w==", + "engines": { + "node": ">= 0.8" + } }, - "encoding": { + "node_modules/encoding": { "version": "0.1.13", "resolved": "https://registry.npmjs.org/encoding/-/encoding-0.1.13.tgz", "integrity": "sha512-ETBauow1T35Y/WZMkio9jiM0Z5xjHHmJ4XmjZOq1l/dXz3lr2sRn87nJy20RupqSh1F2m3HHPSp8ShIPQJrJ3A==", "dev": true, "optional": true, - "requires": { - "iconv-lite": "^0.6.2" - }, "dependencies": { - "iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - } + "iconv-lite": "^0.6.2" } }, - "end-of-stream": { - "version": "1.4.4", - "resolved": "https://registry.npmjs.org/end-of-stream/-/end-of-stream-1.4.4.tgz", - "integrity": "sha512-+uw1inIHVPQoaVuHzRyXd21icM+cnt4CzD5rW+NC1wjOUSTOs+Te7FOv7AhN7vS9x/oIyhLP5PR1H+phQAHu5Q==", + "node_modules/encoding/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dev": true, - "requires": { - "once": "^1.4.0" + "optional": true, + "dependencies": { + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "engine.io": { - "version": "3.2.1", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-3.2.1.tgz", - "integrity": "sha512-+VlKzHzMhaU+GsCIg4AoXF1UdDFjHHwMmMKqMJNDNLlUlejz58FCy4LBqB2YVJskHGYl06BatYWKP2TVdVXE5w==", - "requires": { + "node_modules/engine.io": { + "version": "6.5.4", + "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.5.4.tgz", + "integrity": "sha512-KdVSDKhVKyOi+r5uEabrDLZw2qXStVvCsEB/LN3mw4WFi6Gx50jTyuxYVCwAAC0U46FdnzP/ScKRBTXb/NiEOg==", + "dependencies": { + "@types/cookie": "^0.4.1", + "@types/cors": "^2.8.12", + "@types/node": ">=10.0.0", "accepts": "~1.3.4", - "base64id": "1.0.0", - "cookie": "0.3.1", - "debug": "~3.1.0", - "engine.io-parser": "~2.1.0", - "ws": "~3.3.1" + "base64id": "2.0.0", + "cookie": "~0.4.1", + "cors": "~2.8.5", + "debug": "~4.3.1", + "engine.io-parser": "~5.2.1", + "ws": "~8.11.0" }, - "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - } + "engines": { + "node": ">=10.2.0" } }, - "engine.io-client": { + "node_modules/engine.io-client": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/engine.io-client/-/engine.io-client-3.2.1.tgz", "integrity": "sha512-y5AbkytWeM4jQr7m/koQLc5AxpRKC1hEVUb/s1FUAWEJq5AzJJ4NLvzuKPuxtDi5Mq755WuDvZ6Iv2rXj4PTzw==", - "requires": { + "dependencies": { "component-emitter": "1.2.1", "component-inherit": "0.0.3", "debug": "~3.1.0", @@ -5692,28 +8186,26 @@ "ws": "~3.3.1", "xmlhttprequest-ssl": "~1.5.4", "yeast": "0.1.2" - }, + } + }, + "node_modules/engine.io-client/node_modules/component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==" + }, + "node_modules/engine.io-client/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dependencies": { - "component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==" - }, - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - } + "ms": "2.0.0" } }, - "engine.io-parser": { + "node_modules/engine.io-client/node_modules/engine.io-parser": { "version": "2.1.3", "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-2.1.3.tgz", "integrity": "sha512-6HXPre2O4Houl7c4g7Ic/XzPnHBvaEmN90vtRO9uLmwtRqQmTOw0QMevL1TOfL2Cpu1VzsaTmMotQgMdkzGkVA==", - "requires": { + "dependencies": { "after": "0.8.2", "arraybuffer.slice": "~0.0.7", "base64-arraybuffer": "0.1.5", @@ -5721,639 +8213,665 @@ "has-binary2": "~1.0.2" } }, - "enhanced-resolve": { - "version": "5.10.0", - "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.10.0.tgz", - "integrity": "sha512-T0yTFjdpldGY8PmuXXR0PyQ1ufZpEGiHVrp7zHKB7jdR4qlmZHhONVM5AQOAWXuF/w3dnHbEQVrNptJgt7F+cQ==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.4", - "tapable": "^2.2.0" + "node_modules/engine.io-client/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/engine.io-client/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + }, + "node_modules/engine.io-client/node_modules/ws": { + "version": "3.3.3", + "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", + "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", + "dependencies": { + "async-limiter": "~1.0.0", + "safe-buffer": "~5.1.0", + "ultron": "~1.1.0" } }, - "enquirer": { - "version": "2.3.6", - "resolved": "https://registry.npmjs.org/enquirer/-/enquirer-2.3.6.tgz", - "integrity": "sha512-yjNnPr315/FjS4zIsUxYguYUPP2e1NK4d7E7ZOLiyYCcbFBiTMyID+2wvm2w6+pZ/odMA7cRkjhsPbltwBOrLg==", + "node_modules/engine.io-parser": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.2.1.tgz", + "integrity": "sha512-9JktcM3u18nU9N2Lz3bWeBgxVgOKpw7yhRaoxQA3FUDZzzw+9WlA6p4G4u0RixNkg14fH7EfEc/RhpurtiROTQ==", + "engines": { + "node": ">=10.0.0" + } + }, + "node_modules/enhanced-resolve": { + "version": "5.15.0", + "resolved": "https://registry.npmjs.org/enhanced-resolve/-/enhanced-resolve-5.15.0.tgz", + "integrity": "sha512-LXYT42KJ7lpIKECr2mAXIaMldcNCh/7E0KBKOu4KSfkHmP+mZmSs+8V5gBAqisWBy0OO4W5Oyys0GO1Y8KtdKg==", "dev": true, - "requires": { - "ansi-colors": "^4.1.1" + "dependencies": { + "graceful-fs": "^4.2.4", + "tapable": "^2.2.0" + }, + "engines": { + "node": ">=10.13.0" } }, - "ent": { + "node_modules/ent": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/ent/-/ent-2.2.0.tgz", "integrity": "sha512-GHrMyVZQWvTIdDtpiEXdHZnFQKzeO09apj8Cbl4pKWy4i0Oprcq17usfDt5aO63swf0JOeMWjWQE/LzgSRuWpA==" }, - "entities": { + "node_modules/entities": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/entities/-/entities-2.2.0.tgz", "integrity": "sha512-p92if5Nz619I0w+akJrLZH0MX0Pb5DX39XOwQTtXSdQQOaYH03S1uIQp4mhOZtAXrxq4ViO67YTiLBo2638o9A==", - "dev": true + "dev": true, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" + } }, - "env-paths": { + "node_modules/env-paths": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/env-paths/-/env-paths-2.2.1.tgz", "integrity": "sha512-+h1lkLKhZMTYjog1VEpJNG7NZJWcuc2DDk/qsqSTRRCOXiLjeQ1d1/udrUGhqMxUgAlwKNZ0cf2uqan5GLuS2A==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "err-code": { + "node_modules/err-code": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/err-code/-/err-code-2.0.3.tgz", "integrity": "sha512-2bmlRpNKBxT/CRmPOlyISQpNj+qSeYvcym/uT0Jx2bMOlKLtSy1ZmLuVxSEKKyor/N5yhvp/ZiG1oE3DEYMSFA==", "dev": true }, - "errno": { + "node_modules/errno": { "version": "0.1.8", "resolved": "https://registry.npmjs.org/errno/-/errno-0.1.8.tgz", "integrity": "sha512-dJ6oBr5SQ1VSd9qkk7ByRgb/1SH4JZjCHSW/mr63/QcXO9zLVxvJ6Oy13nio03rxpSnVDDjFor75SjVeZWPW/A==", "dev": true, "optional": true, - "requires": { + "dependencies": { "prr": "~1.0.1" + }, + "bin": { + "errno": "cli.js" } }, - "error-ex": { + "node_modules/error-ex": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/error-ex/-/error-ex-1.3.2.tgz", "integrity": "sha512-7dFHNmqeFSEt2ZBsCriorKnn3Z2pj+fd9kmI6QoWw4//DL+icEBfc0U7qJCisqrTsKTjw4fNFy2pW9OqStD84g==", "dev": true, - "requires": { + "dependencies": { "is-arrayish": "^0.2.1" } }, - "es-module-lexer": { + "node_modules/es-get-iterator": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/es-get-iterator/-/es-get-iterator-1.1.3.tgz", + "integrity": "sha512-sPZmqHBe6JIiTfN5q2pEi//TwxmAFHwj/XEuYjTuse78i8KxaqMTTzxPoFKuzRpDpTJ+0NAbpfenkmH2rePtuw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.3", + "has-symbols": "^1.0.3", + "is-arguments": "^1.1.1", + "is-map": "^2.0.2", + "is-set": "^2.0.2", + "is-string": "^1.0.7", + "isarray": "^2.0.5", + "stop-iteration-iterator": "^1.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/es-module-lexer": { "version": "0.9.3", "resolved": "https://registry.npmjs.org/es-module-lexer/-/es-module-lexer-0.9.3.tgz", "integrity": "sha512-1HQ2M2sPtxwnvOvT1ZClHyQDiggdNjURWpY2we6aMKCQiUVxTmVs2UYPLIrD84sS+kMdUwfBSylbJPwNnBrnHQ==", "dev": true }, - "es6-promise": { + "node_modules/es6-promise": { "version": "4.2.8", "resolved": "https://registry.npmjs.org/es6-promise/-/es6-promise-4.2.8.tgz", "integrity": "sha512-HJDGx5daxeIvxdBxvG2cb9g4tEvwIk3i8+nhX0yGrYmZUzbkdg8QbDevheDB8gd0//uPj4c1EQua8Q+MViT0/w==", "dev": true }, - "es6-promisify": { + "node_modules/es6-promisify": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/es6-promisify/-/es6-promisify-5.0.0.tgz", - "integrity": "sha1-UQnWLz5W6pZ8S2NQWu8IKRyKUgM=", + "integrity": "sha512-C+d6UdsYDk0lMebHNR4S2NybQMMngAOnOwYBQjTOiv0MkoJMP0Myw2mgpDLBcpfCmRLxyFqYhS/CfOENq4SJhQ==", "dev": true, - "requires": { + "dependencies": { "es6-promise": "^4.0.3" } }, - "esbuild-android-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.5.tgz", - "integrity": "sha512-dYPPkiGNskvZqmIK29OPxolyY3tp+c47+Fsc2WYSOVjEPWNCHNyqhtFqQadcXMJDQt8eN0NMDukbyQgFcHquXg==", - "dev": true, - "optional": true - }, - "esbuild-android-arm64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.5.tgz", - "integrity": "sha512-YyEkaQl08ze3cBzI/4Cm1S+rVh8HMOpCdq8B78JLbNFHhzi4NixVN93xDrHZLztlocEYqi45rHHCgA8kZFidFg==", - "dev": true, - "optional": true - }, - "esbuild-darwin-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.5.tgz", - "integrity": "sha512-Cr0iIqnWKx3ZTvDUAzG0H/u9dWjLE4c2gTtRLz4pqOBGjfjqdcZSfAObFzKTInLLSmD0ZV1I/mshhPoYSBMMCQ==", - "dev": true, - "optional": true - }, - "esbuild-darwin-arm64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.5.tgz", - "integrity": "sha512-WIfQkocGtFrz7vCu44ypY5YmiFXpsxvz2xqwe688jFfSVCnUsCn2qkEVDo7gT8EpsLOz1J/OmqjExePL1dr1Kg==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.5.tgz", - "integrity": "sha512-M5/EfzV2RsMd/wqwR18CELcenZ8+fFxQAAEO7TJKDmP3knhWSbD72ILzrXFMMwshlPAS1ShCZ90jsxkm+8FlaA==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-arm64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.5.tgz", - "integrity": "sha512-2JQQ5Qs9J0440F/n/aUBNvY6lTo4XP/4lt1TwDfHuo0DY3w5++anw+jTjfouLzbJmFFiwmX7SmUhMnysocx96w==", - "dev": true, - "optional": true - }, - "esbuild-linux-32": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.5.tgz", - "integrity": "sha512-gO9vNnIN0FTUGjvTFucIXtBSr1Woymmx/aHQtuU+2OllGU6YFLs99960UD4Dib1kFovVgs59MTXwpFdVoSMZoQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.5.tgz", - "integrity": "sha512-ne0GFdNLsm4veXbTnYAWjbx3shpNKZJUd6XpNbKNUZaNllDZfYQt0/zRqOg0sc7O8GQ+PjSMv9IpIEULXVTVmg==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.5.tgz", - "integrity": "sha512-wvAoHEN+gJ/22gnvhZnS/+2H14HyAxM07m59RSLn3iXrQsdS518jnEWRBnJz3fR6BJa+VUTo0NxYjGaNt7RA7Q==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.5.tgz", - "integrity": "sha512-7EgFyP2zjO065XTfdCxiXVEk+f83RQ1JsryN1X/VSX2li9rnHAt2swRbpoz5Vlrl6qjHrCmq5b6yxD13z6RheA==", + "node_modules/esbuild": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.17.8.tgz", + "integrity": "sha512-g24ybC3fWhZddZK6R3uD2iF/RIPnRpwJAqLov6ouX3hMbY4+tKolP0VMF3zuIYCaXun+yHwS5IPQ91N2BT191g==", "dev": true, - "optional": true - }, - "esbuild-linux-mips64le": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.5.tgz", - "integrity": "sha512-KdnSkHxWrJ6Y40ABu+ipTZeRhFtc8dowGyFsZY5prsmMSr1ZTG9zQawguN4/tunJ0wy3+kD54GaGwdcpwWAvZQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-ppc64le": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.5.tgz", - "integrity": "sha512-QdRHGeZ2ykl5P0KRmfGBZIHmqcwIsUKWmmpZTOq573jRWwmpfRmS7xOhmDHBj9pxv+6qRMH8tLr2fe+ZKQvCYw==", - "dev": true, - "optional": true - }, - "esbuild-linux-riscv64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.5.tgz", - "integrity": "sha512-p+WE6RX+jNILsf+exR29DwgV6B73khEQV0qWUbzxaycxawZ8NE0wA6HnnTxbiw5f4Gx9sJDUBemh9v49lKOORA==", - "dev": true, - "optional": true - }, - "esbuild-linux-s390x": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.5.tgz", - "integrity": "sha512-J2ngOB4cNzmqLHh6TYMM/ips8aoZIuzxJnDdWutBw5482jGXiOzsPoEF4j2WJ2mGnm7FBCO4StGcwzOgic70JQ==", - "dev": true, - "optional": true - }, - "esbuild-netbsd-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.5.tgz", - "integrity": "sha512-MmKUYGDizYjFia0Rwt8oOgmiFH7zaYlsoQ3tIOfPxOqLssAsEgG0MUdRDm5lliqjiuoog8LyDu9srQk5YwWF3w==", - "dev": true, - "optional": true - }, - "esbuild-openbsd-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.5.tgz", - "integrity": "sha512-2mMFfkLk3oPWfopA9Plj4hyhqHNuGyp5KQyTT9Rc8hFd8wAn5ZrbJg+gNcLMo2yzf8Uiu0RT6G9B15YN9WQyMA==", - "dev": true, - "optional": true - }, - "esbuild-sunos-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.5.tgz", - "integrity": "sha512-2sIzhMUfLNoD+rdmV6AacilCHSxZIoGAU2oT7XmJ0lXcZWnCvCtObvO6D4puxX9YRE97GodciRGDLBaiC6x1SA==", - "dev": true, - "optional": true - }, - "esbuild-wasm": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.15.5.tgz", - "integrity": "sha512-lTJOEKekN/4JI/eOEq0wLcx53co2N6vaT/XjBz46D1tvIVoUEyM0o2K6txW6gEotf31szFD/J1PbxmnbkGlK9A==", - "dev": true - }, - "esbuild-windows-32": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.5.tgz", - "integrity": "sha512-e+duNED9UBop7Vnlap6XKedA/53lIi12xv2ebeNS4gFmu7aKyTrok7DPIZyU5w/ftHD4MUDs5PJUkQPP9xJRzg==", - "dev": true, - "optional": true - }, - "esbuild-windows-64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.5.tgz", - "integrity": "sha512-v+PjvNtSASHOjPDMIai9Yi+aP+Vwox+3WVdg2JB8N9aivJ7lyhp4NVU+J0MV2OkWFPnVO8AE/7xH+72ibUUEnw==", - "dev": true, - "optional": true - }, - "esbuild-windows-arm64": { - "version": "0.15.5", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.5.tgz", - "integrity": "sha512-Yz8w/D8CUPYstvVQujByu6mlf48lKmXkq6bkeSZZxTA626efQOJb26aDGLzmFWx6eg/FwrXgt6SZs9V8Pwy/aA==", - "dev": true, - "optional": true + "hasInstallScript": true, + "optional": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + }, + "optionalDependencies": { + "@esbuild/android-arm": "0.17.8", + "@esbuild/android-arm64": "0.17.8", + "@esbuild/android-x64": "0.17.8", + "@esbuild/darwin-arm64": "0.17.8", + "@esbuild/darwin-x64": "0.17.8", + "@esbuild/freebsd-arm64": "0.17.8", + "@esbuild/freebsd-x64": "0.17.8", + "@esbuild/linux-arm": "0.17.8", + "@esbuild/linux-arm64": "0.17.8", + "@esbuild/linux-ia32": "0.17.8", + "@esbuild/linux-loong64": "0.17.8", + "@esbuild/linux-mips64el": "0.17.8", + "@esbuild/linux-ppc64": "0.17.8", + "@esbuild/linux-riscv64": "0.17.8", + "@esbuild/linux-s390x": "0.17.8", + "@esbuild/linux-x64": "0.17.8", + "@esbuild/netbsd-x64": "0.17.8", + "@esbuild/openbsd-x64": "0.17.8", + "@esbuild/sunos-x64": "0.17.8", + "@esbuild/win32-arm64": "0.17.8", + "@esbuild/win32-ia32": "0.17.8", + "@esbuild/win32-x64": "0.17.8" + } + }, + "node_modules/esbuild-wasm": { + "version": "0.17.8", + "resolved": "https://registry.npmjs.org/esbuild-wasm/-/esbuild-wasm-0.17.8.tgz", + "integrity": "sha512-zCmpxv95E0FuCmvdw1K836UHnj4EdiQnFfjTby35y3LAjRPtXMj3sbHDRHjbD8Mqg5lTwq3knacr/1qIFU51CQ==", + "dev": true, + "bin": { + "esbuild": "bin/esbuild" + }, + "engines": { + "node": ">=12" + } }, - "escalade": { + "node_modules/escalade": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/escalade/-/escalade-3.1.1.tgz", "integrity": "sha512-k0er2gUkLf8O0zKJiAhmkTnJlTvINGv7ygDNPbeIsX/TJjGJZHuh9B2UxbsaEkmlEo9MfhrSzmhIlhRlI2GXnw==", - "dev": true + "engines": { + "node": ">=6" + } }, - "escape-html": { + "node_modules/escape-html": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/escape-html/-/escape-html-1.0.3.tgz", - "integrity": "sha1-Aljq5NPQwJdN4cFpGI7wBR0dGYg=" + "integrity": "sha512-NiSupZ4OeuGwr68lGIeym/ksIZMJodUGOSCZ/FSnTxcrekbvqrgdUxlJOMpijaKZVjAJrWrGs/6Jy8OMuyj9ow==" }, - "escape-string-regexp": { + "node_modules/escape-string-regexp": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-1.0.5.tgz", - "integrity": "sha1-G2HAViGQqN/2rjuyzwIAyhMLhtQ=", - "dev": true + "integrity": "sha512-vbRorB5FUQWvla16U8R/qgaFIya2qGzwDrNmCZuYKrbdSUMG6I1ZCGQRefkRVhuOkIGVne7BQ35DSfo1qvJqFg==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } }, - "eslint": { - "version": "8.25.0", - "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.25.0.tgz", - "integrity": "sha512-DVlJOZ4Pn50zcKW5bYH7GQK/9MsoQG2d5eDH0ebEkE8PbgzTTmtt/VTH9GGJ4BfeZCpBLqFfvsjX35UacUL83A==", + "node_modules/eslint": { + "version": "8.56.0", + "resolved": "https://registry.npmjs.org/eslint/-/eslint-8.56.0.tgz", + "integrity": "sha512-Go19xM6T9puCOWntie1/P997aXxFsOi37JIHRWI514Hc6ZnaHGKY9xFhrU65RT6CcBEzZoGG1e6Nq+DT04ZtZQ==", "dev": true, - "requires": { - "@eslint/eslintrc": "^1.3.3", - "@humanwhocodes/config-array": "^0.10.5", + "dependencies": { + "@eslint-community/eslint-utils": "^4.2.0", + "@eslint-community/regexpp": "^4.6.1", + "@eslint/eslintrc": "^2.1.4", + "@eslint/js": "8.56.0", + "@humanwhocodes/config-array": "^0.11.13", "@humanwhocodes/module-importer": "^1.0.1", - "ajv": "^6.10.0", + "@nodelib/fs.walk": "^1.2.8", + "@ungap/structured-clone": "^1.2.0", + "ajv": "^6.12.4", "chalk": "^4.0.0", "cross-spawn": "^7.0.2", "debug": "^4.3.2", "doctrine": "^3.0.0", "escape-string-regexp": "^4.0.0", - "eslint-scope": "^7.1.1", - "eslint-utils": "^3.0.0", - "eslint-visitor-keys": "^3.3.0", - "espree": "^9.4.0", - "esquery": "^1.4.0", + "eslint-scope": "^7.2.2", + "eslint-visitor-keys": "^3.4.3", + "espree": "^9.6.1", + "esquery": "^1.4.2", "esutils": "^2.0.2", "fast-deep-equal": "^3.1.3", "file-entry-cache": "^6.0.1", "find-up": "^5.0.0", - "glob-parent": "^6.0.1", - "globals": "^13.15.0", - "globby": "^11.1.0", - "grapheme-splitter": "^1.0.4", + "glob-parent": "^6.0.2", + "globals": "^13.19.0", + "graphemer": "^1.4.0", "ignore": "^5.2.0", - "import-fresh": "^3.0.0", "imurmurhash": "^0.1.4", "is-glob": "^4.0.0", - "js-sdsl": "^4.1.4", + "is-path-inside": "^3.0.3", "js-yaml": "^4.1.0", "json-stable-stringify-without-jsonify": "^1.0.1", "levn": "^0.4.1", "lodash.merge": "^4.6.2", "minimatch": "^3.1.2", "natural-compare": "^1.4.0", - "optionator": "^0.9.1", - "regexpp": "^3.2.0", + "optionator": "^0.9.3", "strip-ansi": "^6.0.1", - "strip-json-comments": "^3.1.0", "text-table": "^0.2.0" }, + "bin": { + "eslint": "bin/eslint.js" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-scope": { + "version": "7.2.2", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.2.2.tgz", + "integrity": "sha512-dOt21O7lTMhDM+X9mB4GX+DZrZtCUJPL/wlcTqxyrx5IvO0IYtILdtrQGQp+8n5S0gwSVmOf9NQrjMOgfQZlIg==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^5.2.0" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint-utils": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", + "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "dev": true, + "dependencies": { + "eslint-visitor-keys": "^2.0.0" + }, + "engines": { + "node": "^10.0.0 || ^12.0.0 || >= 14.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + }, + "peerDependencies": { + "eslint": ">=5" + } + }, + "node_modules/eslint-utils/node_modules/eslint-visitor-keys": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", + "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", + "dev": true, + "engines": { + "node": ">=10" + } + }, + "node_modules/eslint-visitor-keys": { + "version": "3.4.3", + "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.4.3.tgz", + "integrity": "sha512-wpc+LXeiyiisxPlEkUzU6svyS1frIO3Mgxj1fdy7Pm8Ygzguax2N3Fa/D/ag1WqbOprdI+uY6wMUl8/a2G+iag==", + "dev": true, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" + } + }, + "node_modules/eslint/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/eslint/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/eslint/node_modules/argparse": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", + "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", + "dev": true + }, + "node_modules/eslint/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/eslint/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/eslint/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/eslint/node_modules/escape-string-regexp": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", + "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/find-up": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", + "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", + "dev": true, + "dependencies": { + "locate-path": "^6.0.0", + "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/glob-parent": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", + "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", + "dev": true, + "dependencies": { + "is-glob": "^4.0.3" + }, + "engines": { + "node": ">=10.13.0" + } + }, + "node_modules/eslint/node_modules/globals": { + "version": "13.24.0", + "resolved": "https://registry.npmjs.org/globals/-/globals-13.24.0.tgz", + "integrity": "sha512-AhO5QUcj8llrbG09iWhPU2B204J1xnPeL8kQmVorSsy+Sjj1sk8gIyh6cUocGmH4L0UuhAJy+hJMRA4mgA4mFQ==", + "dev": true, "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "argparse": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/argparse/-/argparse-2.0.1.tgz", - "integrity": "sha512-8+9WqebbFzpX9OR+Wa6O29asIogeRMzcGtAINdpMHHyAg10f05aSFVBbcEqGf/PXw1EjAZ+q2/bEBg3DvurK3Q==", - "dev": true - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "escape-string-regexp": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/escape-string-regexp/-/escape-string-regexp-4.0.0.tgz", - "integrity": "sha512-TtpcNJ3XAzx3Gq8sWRzJaVajRs0uVxA2YAkdb1jm2YkPz4G6egUFAyA3n5vtEIZefPk5Wa4UXbKuS5fKkJWdgA==", - "dev": true - }, - "eslint-scope": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-7.1.1.tgz", - "integrity": "sha512-QKQM/UXpIiHcLqJ5AOyIW7XZmzjkzQXYE54n1++wb0u9V/abW3l9uQnxX8Z5Xd18xyKIMTUAyQ0k1e8pz6LUrw==", - "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^5.2.0" - } - }, - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - }, - "find-up": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/find-up/-/find-up-5.0.0.tgz", - "integrity": "sha512-78/PXT1wlLLDgTzDs7sjq9hzz0vXD+zn+7wypEe4fXQxCmdmqfGsEPQxmiCSQI3ajFV91bVSsvNtrJRiW6nGng==", - "dev": true, - "requires": { - "locate-path": "^6.0.0", - "path-exists": "^4.0.0" - } - }, - "glob-parent": { - "version": "6.0.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-6.0.2.tgz", - "integrity": "sha512-XxwI8EOhVQgWp6iDL+3b0r86f4d6AX6zSU55HfB4ydCEuXLXc5FcYeOu+nnGftS4TEju/11rt4KJPTMgbfmv4A==", - "dev": true, - "requires": { - "is-glob": "^4.0.3" - } - }, - "globals": { - "version": "13.17.0", - "resolved": "https://registry.npmjs.org/globals/-/globals-13.17.0.tgz", - "integrity": "sha512-1C+6nQRb1GwGMKm2dH/E7enFAMxGTmGI7/dEdhy/DNelv85w9B72t3uc5frtMNXIbzrarJJ/lTCjcaZwbLJmyw==", - "dev": true, - "requires": { - "type-fest": "^0.20.2" - } - }, - "globby": { - "version": "11.1.0", - "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", - "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", - "dev": true, - "requires": { - "array-union": "^2.1.0", - "dir-glob": "^3.0.1", - "fast-glob": "^3.2.9", - "ignore": "^5.2.0", - "merge2": "^1.4.1", - "slash": "^3.0.0" - } - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "js-yaml": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", - "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", - "dev": true, - "requires": { - "argparse": "^2.0.1" - } - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "locate-path": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", - "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", - "dev": true, - "requires": { - "p-locate": "^5.0.0" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "p-limit": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", - "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", - "dev": true, - "requires": { - "yocto-queue": "^0.1.0" - } - }, - "p-locate": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", - "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", - "dev": true, - "requires": { - "p-limit": "^3.0.2" - } - }, - "slash": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", - "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - }, - "type-fest": { - "version": "0.20.2", - "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", - "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", - "dev": true - } + "type-fest": "^0.20.2" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "eslint-scope": { - "version": "5.1.1", - "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", - "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "node_modules/eslint/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", "dev": true, - "requires": { - "esrecurse": "^4.3.0", - "estraverse": "^4.1.1" + "engines": { + "node": ">=8" } }, - "eslint-utils": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/eslint-utils/-/eslint-utils-3.0.0.tgz", - "integrity": "sha512-uuQC43IGctw68pJA1RgbQS8/NP7rch6Cwd4j3ZBtgo4/8Flj4eGE7ZYSZRN3iq5pVUv6GPdW5Z1RFleo84uLDA==", + "node_modules/eslint/node_modules/js-yaml": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-4.1.0.tgz", + "integrity": "sha512-wpxZs9NoxZaJESJGIZTyDEaYpl0FKSA+FB9aJiyemKhMwkxQg63h4T1KJgUGHpTqPDNRcmmYLugrRjJlBtWvRA==", "dev": true, - "requires": { - "eslint-visitor-keys": "^2.0.0" - }, "dependencies": { - "eslint-visitor-keys": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-2.1.0.tgz", - "integrity": "sha512-0rSmRBzXgDzIsD6mGdJgevzgezI534Cer5L/vyMX0kHzT/jiB43jRhd9YUlMGYLQy2zprNmoT8qasCGtY+QaKw==", - "dev": true - } + "argparse": "^2.0.1" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "eslint-visitor-keys": { - "version": "3.3.0", - "resolved": "https://registry.npmjs.org/eslint-visitor-keys/-/eslint-visitor-keys-3.3.0.tgz", - "integrity": "sha512-mQ+suqKJVyeuwGYHAdjMFqjCyfl8+Ldnxuyp3ldiMBFKkvytrXUZWaiPCEav8qDHKty44bD+qV1IP4T+w+xXRA==", + "node_modules/eslint/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", "dev": true }, - "espree": { - "version": "9.4.0", - "resolved": "https://registry.npmjs.org/espree/-/espree-9.4.0.tgz", - "integrity": "sha512-DQmnRpLj7f6TgN/NYb0MTzJXL+vJF9h3pHy4JhCIs3zwcgez8xmGg3sXHcEO97BrmO2OSvCwMdfdlyl+E9KjOw==", + "node_modules/eslint/node_modules/locate-path": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-6.0.0.tgz", + "integrity": "sha512-iPZK6eYjbxRu3uB4/WZ3EsEIMJFMqAoopl3R+zuq0UjcAm/MO6KCweDgPfP3elTztoKP3KtnVHxTn2NHBSDVUw==", + "dev": true, + "dependencies": { + "p-locate": "^5.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/p-limit": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-3.1.0.tgz", + "integrity": "sha512-TYOanM3wGwNGsZN2cVTYPArw454xnXj5qmWF1bEoAc4+cU/ol7GVh7odevjp1FNHduHc3KZMcFduxU5Xc6uJRQ==", + "dev": true, + "dependencies": { + "yocto-queue": "^0.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/p-locate": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-5.0.0.tgz", + "integrity": "sha512-LaNjtRWUBY++zB5nE/NwcaoMylSPk+S+ZHNB1TzdbMJMny6dynpAGt7X/tl/QYq3TIeE6nxHppbo2LGymrG5Pw==", + "dev": true, + "dependencies": { + "p-limit": "^3.0.2" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/eslint/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/eslint/node_modules/type-fest": { + "version": "0.20.2", + "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.20.2.tgz", + "integrity": "sha512-Ne+eE4r0/iWnpAxD852z3A+N0Bt5RN//NjJwRd2VFHEmrywxf5vsZlh4R6lixl6B+wz/8d+maTSAkN1FIkI3LQ==", + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/espree": { + "version": "9.6.1", + "resolved": "https://registry.npmjs.org/espree/-/espree-9.6.1.tgz", + "integrity": "sha512-oruZaFkjorTpF32kDSI5/75ViwGeZginGGy2NoOSg3Q9bnwlnmDm4HLnkl0RE3n+njDXR037aY1+x58Z/zFdwQ==", "dev": true, - "requires": { - "acorn": "^8.8.0", + "dependencies": { + "acorn": "^8.9.0", "acorn-jsx": "^5.3.2", - "eslint-visitor-keys": "^3.3.0" + "eslint-visitor-keys": "^3.4.1" + }, + "engines": { + "node": "^12.22.0 || ^14.17.0 || >=16.0.0" + }, + "funding": { + "url": "https://opencollective.com/eslint" } }, - "esprima": { + "node_modules/esprima": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/esprima/-/esprima-4.0.1.tgz", "integrity": "sha512-eGuFFw7Upda+g4p+QHvnW0RyTX/SVeJBDM/gCtMARO0cLuT2HcEKnTPvhjV6aGeqrCB/sbNop0Kszm0jsaWU4A==", - "dev": true + "dev": true, + "bin": { + "esparse": "bin/esparse.js", + "esvalidate": "bin/esvalidate.js" + }, + "engines": { + "node": ">=4" + } }, - "esquery": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.4.0.tgz", - "integrity": "sha512-cCDispWt5vHHtwMY2YrAQ4ibFkAL8RbH5YGBnZBc90MolvvfkkQcJro/aZiAQUlQ3qgrYS6D6v8Gc5G5CQsc9w==", + "node_modules/esquery": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/esquery/-/esquery-1.5.0.tgz", + "integrity": "sha512-YQLXUplAwJgCydQ78IMJywZCceoqk1oH01OERdSAJc/7U2AylwjhSCLDEtqwg811idIS/9fIU5GjG73IgjKMVg==", "dev": true, - "requires": { + "dependencies": { "estraverse": "^5.1.0" }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - } + "engines": { + "node": ">=0.10" } }, - "esrecurse": { + "node_modules/esrecurse": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/esrecurse/-/esrecurse-4.3.0.tgz", "integrity": "sha512-KmfKL3b6G+RXvP8N1vr3Tq1kL/oCFgn2NYXEtqP8/L3pKapUA4G8cFVaoF3SU323CD4XypR/ffioHmkti6/Tag==", "dev": true, - "requires": { + "dependencies": { "estraverse": "^5.2.0" }, - "dependencies": { - "estraverse": { - "version": "5.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", - "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", - "dev": true - } + "engines": { + "node": ">=4.0" } }, - "estraverse": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", - "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", - "dev": true + "node_modules/estraverse": { + "version": "5.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-5.3.0.tgz", + "integrity": "sha512-MMdARuVEQziNTeJD8DgMqmhwR11BRQ/cBP+pLtYdSTnf3MIO8fFeiINEbX36ZdNlfU/7A9f3gUw49B3oQsvwBA==", + "dev": true, + "engines": { + "node": ">=4.0" + } }, - "estree-walker": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-1.0.1.tgz", - "integrity": "sha512-1fMXF3YP4pZZVozF8j/ZLfvnR8NSIljt56UhbZ5PeeDmmGHpgpdwQt7ITlGvYaQukCvuBRMLEiKiYC+oeIg4cg==", + "node_modules/estree-walker": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/estree-walker/-/estree-walker-2.0.2.tgz", + "integrity": "sha512-Rfkk/Mp/DL7JVje3u18FxFujQlTNR2q6QfMSMB7AvCBx91NGj/ba3kCfza0f6dVDbw7YlRf/nDrn7pQrCCyQ/w==", "dev": true }, - "esutils": { + "node_modules/esutils": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/esutils/-/esutils-2.0.3.tgz", "integrity": "sha512-kVscqXk4OCp68SZ0dkgEKVi6/8ij300KBWTJq32P/dYeWTSwK41WyTxalN1eRmA5Z9UU/LX9D7FWSmV9SAYx6g==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "etag": { + "node_modules/etag": { "version": "1.8.1", "resolved": "https://registry.npmjs.org/etag/-/etag-1.8.1.tgz", "integrity": "sha512-aIL5Fx7mawVa300al2BnEE4iNvo1qETxLrPI/o05L7z6go7fCw1J6EQmbK4FmJ2AS7kgVF/KEZWufBfdClMcPg==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.6" + } }, - "eventemitter-asyncresource": { + "node_modules/eventemitter-asyncresource": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/eventemitter-asyncresource/-/eventemitter-asyncresource-1.0.0.tgz", "integrity": "sha512-39F7TBIV0G7gTelxwbEqnwhp90eqCPON1k0NwNfwhgKn4Co4ybUbj2pECcXT0B3ztRKZ7Pw1JujUUgmQJHcVAQ==", "dev": true }, - "eventemitter3": { + "node_modules/eventemitter3": { "version": "4.0.7", "resolved": "https://registry.npmjs.org/eventemitter3/-/eventemitter3-4.0.7.tgz", "integrity": "sha512-8guHBZCwKnFhYdHr2ysuRWErTwhoN2X8XELRlrRwpmfeY2jjuUN4taQMsULKUVo1K4DvZl+0pgfyoysHxvmvEw==" }, - "events": { + "node_modules/events": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/events/-/events-3.3.0.tgz", "integrity": "sha512-mQw+2fkQbALzQ7V0MY0IqdnXNOeTtP4r0lN9z7AAawCXgqea7bDii20AYrIBrFd/Hx0M2Ocz6S111CaFkUcb0Q==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8.x" + } }, - "exec-sh": { + "node_modules/exec-sh": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/exec-sh/-/exec-sh-0.2.2.tgz", "integrity": "sha512-FIUCJz1RbuS0FKTdaAafAByGS0CPvU3R0MeHxgtl+djzCc//F8HakL8GzmVNZanasTbTAY/3DRFA0KpVqj/eAw==", "dev": true, - "requires": { + "dependencies": { "merge": "^1.2.0" } }, - "execa": { + "node_modules/execa": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/execa/-/execa-5.1.1.tgz", "integrity": "sha512-8uSpZZocAZRBAPIEINJj3Lo9HyGitllczc27Eh5YYojjMFMn8yHMDMaUHE2Jqfq05D/wucwI4JGURyXt1vchyg==", "dev": true, - "requires": { + "dependencies": { "cross-spawn": "^7.0.3", "get-stream": "^6.0.0", "human-signals": "^2.1.0", @@ -6363,44 +8881,52 @@ "onetime": "^5.1.2", "signal-exit": "^3.0.3", "strip-final-newline": "^2.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sindresorhus/execa?sponsor=1" } }, - "exit": { + "node_modules/exit": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/exit/-/exit-0.1.2.tgz", "integrity": "sha512-Zk/eNKV2zbjpKzrsQ+n1G6poVbErQxJ0LBOJXaKZ1EViLzH+hrLu9cdXI4zw9dBQJslwBEpbQ2P1oS7nDxs6jQ==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.8.0" + } }, - "expand-braces": { + "node_modules/expand-braces": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/expand-braces/-/expand-braces-0.1.2.tgz", "integrity": "sha512-zOOsEnAhvIxxd0esCNbYG2xerGf46niZ1egS43eV7Fu4t7VIScgPXMcMabCLaPrqkzwvwo6zZipDiX3t0ILF2w==", - "requires": { + "dependencies": { "array-slice": "^0.2.3", "array-unique": "^0.2.1", "braces": "^0.1.2" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-braces/node_modules/braces": { + "version": "0.1.5", + "resolved": "https://registry.npmjs.org/braces/-/braces-0.1.5.tgz", + "integrity": "sha512-EIMHIv2UXHWFY2xubUGKz+hq9hNkENj4Pjvr7h58cmJgpkK2yMlKA8I484f7MSttkzVAy/lL7X9xDaILd6avzA==", "dependencies": { - "array-unique": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.2.1.tgz", - "integrity": "sha512-G2n5bG5fSUCpnsXz4+8FUkYsGPkNfLn9YvS66U5qbTIXI2Ynnlo4Bi42bWv+omKUCqz+ejzfClwne0alJWJPhg==" - }, - "braces": { - "version": "0.1.5", - "resolved": "https://registry.npmjs.org/braces/-/braces-0.1.5.tgz", - "integrity": "sha512-EIMHIv2UXHWFY2xubUGKz+hq9hNkENj4Pjvr7h58cmJgpkK2yMlKA8I484f7MSttkzVAy/lL7X9xDaILd6avzA==", - "requires": { - "expand-range": "^0.1.0" - } - } + "expand-range": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "expand-brackets": { + "node_modules/expand-brackets": { "version": "2.1.4", "resolved": "https://registry.npmjs.org/expand-brackets/-/expand-brackets-2.1.4.tgz", - "integrity": "sha1-t3c14xXOMPa27/D4OwQVGiJEliI=", - "requires": { + "integrity": "sha512-w/ozOKR9Obk3qoWeY/WDi6MFta9AoMR+zud60mdnbniMcBxRuFJyDt2LdX/14A1UABeqk+Uk+LDfUpvoGKppZA==", + "dependencies": { "debug": "^2.3.3", "define-property": "^0.2.5", "extend-shallow": "^2.0.1", @@ -6409,52 +8935,63 @@ "snapdragon": "^0.8.1", "to-regex": "^3.0.1" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-brackets/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "ms": "2.0.0" } }, - "expand-range": { + "node_modules/expand-brackets/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/expand-range": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/expand-range/-/expand-range-0.1.1.tgz", "integrity": "sha512-busOHJ0t7t5UcutcyNDqmaDX+1cb0XlqsAUgTlmplVv0rIqBaMcBSZRLlkDm0nxtl8O3o/EvRRrdQ/WnyPERLQ==", - "requires": { + "dependencies": { "is-number": "^0.1.1", "repeat-string": "^0.2.2" }, - "dependencies": { - "is-number": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-0.1.1.tgz", - "integrity": "sha512-la5kPULwIgkSSaZj9w7/A1uHqOBAgOhDUKQ5CkfL8LZ4Si6r4+2D0hI6b4o60MW4Uj2yNJARWIZUDPxlvOYQcw==" - }, - "repeat-string": { - "version": "0.2.2", - "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz", - "integrity": "sha512-yHeI3F9v20MY+8/5WAUgIWseMZwpLD+l9h5hGyzh6fQjhle2AwjjRDao1m5IozSDuVvMw09/mvE8AU1oDmZKpQ==" - } + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-range/node_modules/is-number": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-0.1.1.tgz", + "integrity": "sha512-la5kPULwIgkSSaZj9w7/A1uHqOBAgOhDUKQ5CkfL8LZ4Si6r4+2D0hI6b4o60MW4Uj2yNJARWIZUDPxlvOYQcw==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/expand-range/node_modules/repeat-string": { + "version": "0.2.2", + "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-0.2.2.tgz", + "integrity": "sha512-yHeI3F9v20MY+8/5WAUgIWseMZwpLD+l9h5hGyzh6fQjhle2AwjjRDao1m5IozSDuVvMw09/mvE8AU1oDmZKpQ==", + "engines": { + "node": ">=0.10" } }, - "express": { + "node_modules/exponential-backoff": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/exponential-backoff/-/exponential-backoff-3.1.1.tgz", + "integrity": "sha512-dX7e/LHVJ6W3DE1MHWi9S1EYzDESENfLrYohG2G++ovZrYOkm4Knwa0mc1cn84xJOR4KEU0WSchhLbd0UklbHw==", + "dev": true + }, + "node_modules/express": { "version": "4.18.2", "resolved": "https://registry.npmjs.org/express/-/express-4.18.2.tgz", "integrity": "sha512-5/PsL6iGPdfQ/lKM1UuielYgv3BUoJfz1aUwU9vHZ+J7gyvwdQXFEBIEIaxeGf0GIcreATNyBExtalisDbuMqQ==", "dev": true, - "requires": { + "dependencies": { "accepts": "~1.3.8", "array-flatten": "1.1.1", "body-parser": "1.20.1", @@ -6487,76 +9024,162 @@ "utils-merge": "1.0.1", "vary": "~1.1.2" }, + "engines": { + "node": ">= 0.10.0" + } + }, + "node_modules/express/node_modules/body-parser": { + "version": "1.20.1", + "resolved": "https://registry.npmjs.org/body-parser/-/body-parser-1.20.1.tgz", + "integrity": "sha512-jWi7abTbYwajOytWCQc37VulmWiRae5RyTpaCyDcS5/lMdtwSz5lOpDE67srw/HYe35f1z3fDQw+3txg7gNtWw==", + "dev": true, "dependencies": { - "array-flatten": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/array-flatten/-/array-flatten-1.1.1.tgz", - "integrity": "sha512-PCVAQswWemu6UdxsDFFX/+gVeYqKAod3D3UVm91jHwynguOwAvYPhx8nNlM++NqRcK6CxxpUafjmhIdKiHibqg==", - "dev": true - }, - "cookie": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", - "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", - "dev": true - }, - "finalhandler": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", - "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", - "dev": true, - "requires": { - "debug": "2.6.9", - "encodeurl": "~1.0.2", - "escape-html": "~1.0.3", - "on-finished": "2.4.1", - "parseurl": "~1.3.3", - "statuses": "2.0.1", - "unpipe": "~1.0.0" - } - } + "bytes": "3.1.2", + "content-type": "~1.0.4", + "debug": "2.6.9", + "depd": "2.0.0", + "destroy": "1.2.0", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "on-finished": "2.4.1", + "qs": "6.11.0", + "raw-body": "2.5.1", + "type-is": "~1.6.18", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8", + "npm": "1.2.8000 || >= 1.4.16" + } + }, + "node_modules/express/node_modules/cookie": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.5.0.tgz", + "integrity": "sha512-YZ3GUyn/o8gfKJlnlX7g7xq4gyO6OSuhGPKaaGssGB2qgDUS0gPgtTvoyZLTt9Ab6dC4hfc9dV5arkvc/OCmrw==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/express/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, + "dependencies": { + "ms": "2.0.0" + } + }, + "node_modules/express/node_modules/finalhandler": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.2.0.tgz", + "integrity": "sha512-5uXcUVftlQMFnWC9qu/svkWv3GTd2PfUhK/3PLkYNAe7FbqJMt3515HaxE6eRL74GdsriiwujiawdaB1BpEISg==", + "dev": true, + "dependencies": { + "debug": "2.6.9", + "encodeurl": "~1.0.2", + "escape-html": "~1.0.3", + "on-finished": "2.4.1", + "parseurl": "~1.3.3", + "statuses": "2.0.1", + "unpipe": "~1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/express/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/express/node_modules/qs": { + "version": "6.11.0", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", + "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", + "dev": true, + "dependencies": { + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/express/node_modules/raw-body": { + "version": "2.5.1", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", + "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", + "dev": true, + "dependencies": { + "bytes": "3.1.2", + "http-errors": "2.0.0", + "iconv-lite": "0.4.24", + "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/express/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" } }, - "extend": { + "node_modules/extend": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/extend/-/extend-3.0.2.tgz", "integrity": "sha512-fjquC59cD7CyW6urNXK0FBufkZcoiGG80wTuPujX590cB5Ttln20E2UB4S/WARVqhXffZl2LNgS+gQdPIIim/g==" }, - "extend-shallow": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", - "integrity": "sha1-Jqcarwc7OfshJxcnRhMcJwQCjbg=", - "requires": { - "assign-symbols": "^1.0.0", - "is-extendable": "^1.0.1" - }, + "node_modules/extend-shallow": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", + "integrity": "sha512-zCnTtlxNoAiDc3gqY2aYAWFx7XWWiasuF2K8Me5WbN8otHKTUKBwjPtNpRs/rbUZm7KxWAaNj7P1a/p52GbVug==", "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } + "is-extendable": "^0.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "external-editor": { + "node_modules/external-editor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/external-editor/-/external-editor-3.1.0.tgz", "integrity": "sha512-hMQ4CX1p1izmuLYyZqLMO/qGNw10wSv9QDCPfzXfyFrOaCSSoRfqE1Kf1s5an66J5JZC62NewG+mK49jOCtQew==", "dev": true, - "requires": { + "dependencies": { "chardet": "^0.7.0", "iconv-lite": "^0.4.24", "tmp": "^0.0.33" + }, + "engines": { + "node": ">=4" } }, - "extglob": { + "node_modules/external-editor/node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dev": true, + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/extglob": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/extglob/-/extglob-2.0.4.tgz", "integrity": "sha512-Nmb6QXkELsuBr24CJSkilo6UHHgbekK5UiZgfE6UHD3Eb27YC6oD+bhcT+tJ6cl8dmsgdQxnWlcry8ksBIBLpw==", - "requires": { + "dependencies": { "array-unique": "^0.3.2", "define-property": "^1.0.0", "expand-brackets": "^2.1.4", @@ -6566,239 +9189,154 @@ "snapdragon": "^0.8.1", "to-regex": "^3.0.1" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", + "dependencies": { + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/extglob/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" } }, - "extsprintf": { + "node_modules/extsprintf": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/extsprintf/-/extsprintf-1.3.0.tgz", - "integrity": "sha1-lpGEQOMEGnpBT4xS48V06zw+HgU=", - "dev": true + "integrity": "sha512-11Ndz7Nv+mvAC1j0ktTa7fAb0vLyGGX+rMHNBYQviQDGU0Hw7lhctJANqbPhu9nV9/izT/IntTgZ7Im/9LJs9g==", + "dev": true, + "engines": [ + "node >=0.6.0" + ] }, - "fast-deep-equal": { + "node_modules/fast-deep-equal": { "version": "3.1.3", "resolved": "https://registry.npmjs.org/fast-deep-equal/-/fast-deep-equal-3.1.3.tgz", "integrity": "sha512-f3qQ9oQy9j2AhBe/H9VC91wLmKBCCU/gDOnKNAYG5hswO7BLKj09Hc5HYNz9cGI++xlpDCIgDaitVs03ATR84Q==", "dev": true }, - "fast-glob": { - "version": "3.2.12", - "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.2.12.tgz", - "integrity": "sha512-DVj4CQIYYow0BlaelwK1pHl5n5cRSJfM60UA0zK891sVInoPri2Ekj7+e1CT3/3qxXenpI+nBBmQAcJPJgaj4w==", + "node_modules/fast-glob": { + "version": "3.3.2", + "resolved": "https://registry.npmjs.org/fast-glob/-/fast-glob-3.3.2.tgz", + "integrity": "sha512-oX2ruAFQwf/Orj8m737Y5adxDQO0LAB7/S5MnxCdTNDd4p6BsyIVsv9JQsATbTSq8KHRpLwIHbVlUNatxd+1Ow==", "dev": true, - "requires": { + "dependencies": { "@nodelib/fs.stat": "^2.0.2", "@nodelib/fs.walk": "^1.2.3", "glob-parent": "^5.1.2", "merge2": "^1.3.0", "micromatch": "^4.0.4" }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - } + "engines": { + "node": ">=8.6.0" } }, - "fast-json-stable-stringify": { + "node_modules/fast-json-stable-stringify": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/fast-json-stable-stringify/-/fast-json-stable-stringify-2.1.0.tgz", "integrity": "sha512-lhd/wF+Lk98HZoTCtlVraHtfh5XYijIjalXck7saUtuanSDyLMxnHhSXEDJqHxD7msR8D0uCmqlkwjCV8xvwHw==", "dev": true }, - "fast-levenshtein": { + "node_modules/fast-levenshtein": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/fast-levenshtein/-/fast-levenshtein-2.0.6.tgz", "integrity": "sha512-DCXu6Ifhqcks7TZKY3Hxp3y6qphY5SJZmrWMDrKcERSOXWQdMhU9Ig/PYrzyw/ul9jOIyh0N4M0tbC5hodg8dw==", "dev": true }, - "fastq": { - "version": "1.13.0", - "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.13.0.tgz", - "integrity": "sha512-YpkpUnK8od0o1hmeSc7UUs/eB/vIPWJYjKck2QKIzAf71Vm1AAQ3EbuZB3g2JIy+pg+ERD0vqI79KyZiB2e2Nw==", + "node_modules/fastq": { + "version": "1.17.0", + "resolved": "https://registry.npmjs.org/fastq/-/fastq-1.17.0.tgz", + "integrity": "sha512-zGygtijUMT7jnk3h26kUms3BkSDp4IfIKjmnqI2tvx6nuBfiF1UqOxbnLfzdv+apBy+53oaImsKtMw/xYbW+1w==", "dev": true, - "requires": { + "dependencies": { "reusify": "^1.0.4" } }, - "faye-websocket": { + "node_modules/faye-websocket": { "version": "0.11.4", "resolved": "https://registry.npmjs.org/faye-websocket/-/faye-websocket-0.11.4.tgz", "integrity": "sha512-CzbClwlXAuiRQAlUyfqPgvPoNKTckTPGfwZV4ZdAhVcP2lh9KUxJg2b5GkE7XbjKQ3YJnQ9z6D9ntLAlB+tP8g==", "dev": true, - "requires": { + "dependencies": { "websocket-driver": ">=0.5.1" + }, + "engines": { + "node": ">=0.8.0" } }, - "figures": { + "node_modules/figures": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/figures/-/figures-3.2.0.tgz", "integrity": "sha512-yaduQFRKLXYOGgEn6AZau90j3ggSOyiqXU0F9JZfeXYhNa+Jk4X+s45A2zg5jns87GAFa34BBm2kXw4XpNcbdg==", "dev": true, - "requires": { + "dependencies": { "escape-string-regexp": "^1.0.5" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "file-entry-cache": { + "node_modules/file-entry-cache": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/file-entry-cache/-/file-entry-cache-6.0.1.tgz", "integrity": "sha512-7Gps/XWymbLk2QLYK4NzpMOrYjMhdIxXuIvy2QBsLE6ljuodKvdkWs/cpyJJ3CVIVpH0Oi1Hvg1ovbMzLdFBBg==", "dev": true, - "requires": { + "dependencies": { "flat-cache": "^3.0.4" + }, + "engines": { + "node": "^10.12.0 || >=12.0.0" } }, - "file-uri-to-path": { + "node_modules/file-uri-to-path": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/file-uri-to-path/-/file-uri-to-path-1.0.0.tgz", "integrity": "sha512-0Zt+s3L7Vf1biwWZ29aARiVYLx7iMGnEUl9x33fbB/j3jR81u/O2LbqK+Bm1CDSNDKVtJ/YjwY7TUd5SkeLQLw==", "optional": true }, - "filelist": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/filelist/-/filelist-1.0.4.tgz", - "integrity": "sha512-w1cEuf3S+DrLCQL7ET6kz+gmlJdbq9J7yXCSjK/OZCPA+qEN1WyF4ZAf0YYJa4/shHJra2t/d/r8SV4Ji+x+8Q==", - "dev": true, - "requires": { - "minimatch": "^5.0.1" - }, + "node_modules/fill-range": { + "version": "7.0.1", + "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", + "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - } - } - }, - "fill-range": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-4.0.0.tgz", - "integrity": "sha1-1USBHUKPmOsGpj3EAtJAPDKMOPc=", - "requires": { - "extend-shallow": "^2.0.1", - "is-number": "^3.0.0", - "repeat-string": "^1.6.1", - "to-regex-range": "^2.1.0" + "to-regex-range": "^5.0.1" }, - "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "engines": { + "node": ">=8" } }, - "finalhandler": { + "node_modules/finalhandler": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/finalhandler/-/finalhandler-1.1.2.tgz", "integrity": "sha512-aAWcW57uxVNrQZqFXjITpW3sIUQmHGG3qSb9mUah9MgMC4NeWhNOlNjXEYq3HjRAvL6arUviZGGJsBg6z0zsWA==", - "requires": { + "dependencies": { "debug": "2.6.9", "encodeurl": "~1.0.2", "escape-html": "~1.0.3", @@ -6807,199 +9345,287 @@ "statuses": "~1.5.0", "unpipe": "~1.0.0" }, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/finalhandler/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "on-finished": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", - "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", - "requires": { - "ee-first": "1.1.1" - } - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==" - } + "ms": "2.0.0" + } + }, + "node_modules/finalhandler/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/finalhandler/node_modules/on-finished": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.3.0.tgz", + "integrity": "sha512-ikqdkGAAyf/X/gPhXGvfgAytDZtDbr+bkNUJ0N9h5MI/dmdgCs3l6hoHrcUv41sRKew3jIwrp4qQDXiK99Utww==", + "dependencies": { + "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" } }, - "find-cache-dir": { + "node_modules/find-cache-dir": { "version": "3.3.2", "resolved": "https://registry.npmjs.org/find-cache-dir/-/find-cache-dir-3.3.2.tgz", "integrity": "sha512-wXZV5emFEjrridIgED11OoUKLxiYjAcqot/NJdAkOhlJ+vGzwhOAfcG5OX1jP+S0PcjEn8bdMJv+g2jwQ3Onig==", "dev": true, - "requires": { + "dependencies": { "commondir": "^1.0.1", "make-dir": "^3.0.2", "pkg-dir": "^4.1.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/avajs/find-cache-dir?sponsor=1" } }, - "find-up": { + "node_modules/find-up": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/find-up/-/find-up-4.1.0.tgz", "integrity": "sha512-PpOwAdQ/YlXQ2vj8a3h8IipDuYRi3wceVQQGYWxNINccq40Anw7BlsEXCMbt1Zt+OLA6Fq9suIpIWD0OsnISlw==", "dev": true, - "requires": { + "dependencies": { "locate-path": "^5.0.0", "path-exists": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "flat": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/flat/-/flat-5.0.2.tgz", - "integrity": "sha512-b6suED+5/3rTpUBdG1gupIl8MPFCAMA0QXwmljLhvCUKcUvdE4gWky9zpuGCcXHOsz4J9wPGNWq6OKpmIzz3hQ==", - "dev": true - }, - "flat-cache": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.0.4.tgz", - "integrity": "sha512-dm9s5Pw7Jc0GvMYbshN6zchCA9RgQlzzEZX3vylR9IqFfS8XciblUXOKfW6SiuJ0e13eDYZoZV5wdrev7P3Nwg==", + "node_modules/flat-cache": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/flat-cache/-/flat-cache-3.2.0.tgz", + "integrity": "sha512-CYcENa+FtcUKLmhhqyctpclsq7QF38pKjZHsGNiSQF5r4FtoKDWabFDl3hzaEQMvT1LHEysw5twgLvpYYb4vbw==", "dev": true, - "requires": { - "flatted": "^3.1.0", + "dependencies": { + "flatted": "^3.2.9", + "keyv": "^4.5.3", "rimraf": "^3.0.2" }, - "dependencies": { - "flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", - "dev": true - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } + "engines": { + "node": "^10.12.0 || >=12.0.0" + } + }, + "node_modules/flatted": { + "version": "3.2.9", + "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.9.tgz", + "integrity": "sha512-36yxDn5H7OFZQla0/jFJmbIKTdZAQHngCedGxiMmpNfEZM0sdEeT+WczLQrjK6D7o2aiyLYDnkw0R3JK0Qv1RQ==" + }, + "node_modules/follow-redirects": { + "version": "1.15.5", + "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.5.tgz", + "integrity": "sha512-vSFWUON1B+yAw1VN4xMfxgn5fTUiaOzAJCKBwIIgT/+7CuGy9+r+5gITvP62j3RmaD5Ph65UaERdOSRGUzZtgw==", + "funding": [ + { + "type": "individual", + "url": "https://github.com/sponsors/RubenVerborgh" + } + ], + "engines": { + "node": ">=4.0" + }, + "peerDependenciesMeta": { + "debug": { + "optional": true } } }, - "flatted": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-2.0.2.tgz", - "integrity": "sha512-r5wGx7YeOwNWNlCA0wQ86zKyDLMQr+/RB8xy74M4hTphfmjlijTSSXGuH8rnvKZnfT9i+75zmd8jcKdMR4O6jA==" - }, - "follow-redirects": { - "version": "1.15.2", - "resolved": "https://registry.npmjs.org/follow-redirects/-/follow-redirects-1.15.2.tgz", - "integrity": "sha512-VQLG33o04KaQ8uYi2tVNbdrWp1QWxNNea+nmIB4EVM28v0hmP17z7aG1+wAkNzVq4KeXTq3221ye5qTJP91JwA==" + "node_modules/for-each": { + "version": "0.3.3", + "resolved": "https://registry.npmjs.org/for-each/-/for-each-0.3.3.tgz", + "integrity": "sha512-jqYfLp7mo9vIyQf8ykW2v7A+2N4QjeCeI5+Dz9XraiO1ign81wjiH7Fb9vSOWvQfNtmSa4H2RoQTrrXivdUZmw==", + "dev": true, + "dependencies": { + "is-callable": "^1.1.3" + } }, - "for-in": { + "node_modules/for-in": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/for-in/-/for-in-1.0.2.tgz", - "integrity": "sha1-gQaNKVqBQuwKxybG4iAMMPttXoA=" + "integrity": "sha512-7EwmXrOjyL+ChxMhmG5lnW9MPt1aIeZEwKhQzoBUdTV0N3zuwWDZYVJatDvZ2OyzPUvdIAZDsCetk3coyMfcnQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/foreground-child": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/foreground-child/-/foreground-child-3.1.1.tgz", + "integrity": "sha512-TMKDUnIte6bfb5nWv7V/caI169OHgvwjb7V4WkeUvbQQdjr5rWKqHFiKWb/fcOwB+CzBT+qbWjvj+DVwRskpIg==", + "dev": true, + "dependencies": { + "cross-spawn": "^7.0.0", + "signal-exit": "^4.0.1" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/foreground-child/node_modules/signal-exit": { + "version": "4.1.0", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-4.1.0.tgz", + "integrity": "sha512-bzyZ1e88w9O1iNJbKnOlvYTrWPDl46O1bG0D3XInv+9tkPrxrN8jUUTiFlDkkmKWgn1M6CfIA13SuGqOa9Korw==", + "dev": true, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } }, - "forever-agent": { + "node_modules/forever-agent": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/forever-agent/-/forever-agent-0.6.1.tgz", - "integrity": "sha1-+8cfDEGt6zf5bFd60e1C2P2sypE=", - "dev": true - }, - "form-data": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", - "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "integrity": "sha512-j0KLYPhm6zeac4lz3oJ3o65qvgQCcPubiyotZrXqEaG4hNagNYO8qdlUrX5vwqv9ohqeT/Z3j6+yW067yWWdUw==", "dev": true, - "requires": { - "asynckit": "^0.4.0", - "combined-stream": "^1.0.6", - "mime-types": "^2.1.12" + "engines": { + "node": "*" } }, - "forwarded": { + "node_modules/forwarded": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/forwarded/-/forwarded-0.2.0.tgz", "integrity": "sha512-buRG0fpBtRHSTCOASe6hD258tEubFoRLb4ZNA6NxMVHNw2gOcwHo9wyablzMzOA5z9xA9L1KNjk/Nt6MT9aYow==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.6" + } }, - "fraction.js": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.2.0.tgz", - "integrity": "sha512-MhLuK+2gUcnZe8ZHlaaINnQLl0xRIGRfcGk2yl8xoQAfHrSsL3rYu6FCmBdkdbhc9EPlwyGHewaRsvwRMJtAlA==", - "dev": true + "node_modules/fraction.js": { + "version": "4.3.7", + "resolved": "https://registry.npmjs.org/fraction.js/-/fraction.js-4.3.7.tgz", + "integrity": "sha512-ZsDfxO51wGAXREY55a7la9LScWpwv9RxIrYABrlvOFBlH/ShPnrtsXeuUIfXKKOVicNxQ+o8JTbJvjS4M89yew==", + "dev": true, + "engines": { + "node": "*" + }, + "funding": { + "type": "patreon", + "url": "https://github.com/sponsors/rawify" + } }, - "fragment-cache": { + "node_modules/fragment-cache": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/fragment-cache/-/fragment-cache-0.2.1.tgz", - "integrity": "sha1-QpD60n8T6Jvn8zeZxrxaCr//DRk=", - "requires": { + "integrity": "sha512-GMBAbW9antB8iZRHLoGw0b3HANt57diZYFO/HL1JGIC1MjKrdmhxvrJbupnVvpys0zsz7yBApXdQyfepKly2kA==", + "dependencies": { "map-cache": "^0.2.2" + }, + "engines": { + "node": ">=0.10.0" } }, - "fresh": { + "node_modules/fresh": { "version": "0.5.2", "resolved": "https://registry.npmjs.org/fresh/-/fresh-0.5.2.tgz", "integrity": "sha512-zJ2mQYM18rEFOudeV4GShTGIQ7RbzA7ozbU9I/XBpm7kqgMywgmylMwXHxZJmkVoYkna9d2pVXVXPdYTP9ej8Q==", - "dev": true - }, - "fs-constants": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/fs-constants/-/fs-constants-1.0.0.tgz", - "integrity": "sha512-y6OAwoSIf7FyjMIv94u+b5rdheZEjzR63GTyZJm5qh4Bi+2YgwLCcI/fPFZkL5PSixOt6ZNKm+w+Hfp/Bciwow==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.6" + } }, - "fs-extra": { + "node_modules/fs-extra": { "version": "9.1.0", "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-9.1.0.tgz", "integrity": "sha512-hcg3ZmepS30/7BSFqRvoo3DOMQu7IjqxO5nCDt+zM9XWjb33Wg7ziNT+Qvqbuc3+gWpzO02JubVyk2G4Zvo1OQ==", "dev": true, - "requires": { + "dependencies": { "at-least-node": "^1.0.0", "graceful-fs": "^4.2.0", "jsonfile": "^6.0.1", "universalify": "^2.0.0" + }, + "engines": { + "node": ">=10" } }, - "fs-minipass": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", - "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "node_modules/fs-minipass": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-3.0.3.tgz", + "integrity": "sha512-XUBA9XClHbnJWSfBzjkm6RvPsyg3sryZt06BEQoXcF7EK/xpGaQYJgQKDJSUH5SGZ76Y7pFx1QBnXz09rU5Fbw==", "dev": true, - "requires": { - "minipass": "^3.0.0" + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "fs-monkey": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.3.tgz", - "integrity": "sha512-cybjIfiiE+pTWicSCLFHSrXZ6EilF30oh91FDP9S2B051prEa7QWfrVTQm10/dDpswBDXZugPa1Ogu8Yh+HV0Q==", + "node_modules/fs-minipass/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/fs-monkey": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/fs-monkey/-/fs-monkey-1.0.5.tgz", + "integrity": "sha512-8uMbBjrhzW76TYgEV27Y5E//W2f/lTFmx78P2w19FZSxarhI/798APGQyuGCwmkNxgwGRhrLfvWyLBvNtuOmew==", "dev": true }, - "fs.realpath": { + "node_modules/fs.realpath": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/fs.realpath/-/fs.realpath-1.0.0.tgz", - "integrity": "sha1-FQStJSMVjKpA20onh8sBQRmU6k8=" + "integrity": "sha512-OO0pH2lK6a0hZnAdau5ItzHPI6pUlvI7jMVnxUQRtw4owF2wk8lOSabtGDCTP4Ggrg2MbGnWO9X8K1t4+fGMDw==" }, - "fsevents": { - "version": "1.2.13", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-1.2.13.tgz", - "integrity": "sha512-oWb1Z6mkHIskLzEJ/XWX0srkpkTQ7vaopMQkyaEIoq0fmtFVxOthb8cCxeT+p3ynTdkk/RZwbgG4brR5BeWECw==", + "node_modules/fsevents": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.3.tgz", + "integrity": "sha512-5xoDfX+fL7faATnagmWPpbFtwh/R77WmMMqqHGS65C3vvB0YHrgF+B1YmZ3441tMj5n63k0212XNoJwzlhffQw==", + "hasInstallScript": true, "optional": true, - "requires": { - "bindings": "^1.5.0", - "nan": "^2.12.1" + "os": [ + "darwin" + ], + "engines": { + "node": "^8.16.0 || ^10.6.0 || >=11.0.0" } }, - "function-bind": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.1.tgz", - "integrity": "sha512-yIovAzMX49sF8Yl58fSCWJ5svSLuaibPxXQJFLmBObTuCr0Mf1KiPopGM9NiFjiYBCbfaa2Fh6breQ6ANVTI0A==" + "node_modules/function-bind": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/function-bind/-/function-bind-1.1.2.tgz", + "integrity": "sha512-7XHNxH7qX9xG5mIwxkhumTox/MIRNcOgDrxWsMt2pAr23WHp6MrRlN7FBSFpCpr+oVO0F744iUgR82nJMfG2SA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "functional-red-black-tree": { + "node_modules/functional-red-black-tree": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/functional-red-black-tree/-/functional-red-black-tree-1.0.1.tgz", "integrity": "sha512-dsKNQNdj6xA3T+QlADDA7mOSlX0qiMINjn0cgr+eGHGsbSHzTabcIogz2+p/iqP1Xs6EP/sS2SbqH+brGTbq0g==", "dev": true }, - "gauge": { + "node_modules/functions-have-names": { + "version": "1.2.3", + "resolved": "https://registry.npmjs.org/functions-have-names/-/functions-have-names-1.2.3.tgz", + "integrity": "sha512-xckBUXyTIqT97tq2x2AMb+g163b5JFysYk0x4qxNFwbfQkmNZoiRHb6sPzI9/QV33WeuvVYBUIiD4NzNIyqaRQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/gauge": { "version": "4.0.4", "resolved": "https://registry.npmjs.org/gauge/-/gauge-4.0.4.tgz", "integrity": "sha512-f9m+BEN5jkg6a0fZjleidjN51VE1X+mPFQ2DJ0uv1V39oCLCbsGe6yjbBnp7eK7z/+GAon99a3nHuqbuuthyPg==", "dev": true, - "requires": { + "dependencies": { "aproba": "^1.0.3 || ^2.0.0", "color-support": "^1.1.3", "console-control-strings": "^1.1.0", @@ -7008,661 +9634,887 @@ "string-width": "^4.2.3", "strip-ansi": "^6.0.1", "wide-align": "^1.1.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "gensync": { + "node_modules/gensync": { "version": "1.0.0-beta.2", "resolved": "https://registry.npmjs.org/gensync/-/gensync-1.0.0-beta.2.tgz", "integrity": "sha512-3hN7NaskYvMDLQY55gnW3NQ+mesEAepTqlg+VEbj7zzqEMBVNhzcGYYeqFo/TlYz6eQiFcp1HcsCZO+nGgS8zg==", - "dev": true + "dev": true, + "engines": { + "node": ">=6.9.0" + } }, - "get-caller-file": { + "node_modules/get-caller-file": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/get-caller-file/-/get-caller-file-2.0.5.tgz", "integrity": "sha512-DyFP3BM/3YHTQOCUL/w0OZHR0lpKeGrxotcHWcqNEdnltqFwXVfhEBQ94eIo34AfQpo0rGki4cyIiftY06h2Fg==", - "dev": true + "engines": { + "node": "6.* || 8.* || >= 10.*" + } }, - "get-intrinsic": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.1.3.tgz", - "integrity": "sha512-QJVz1Tj7MS099PevUG5jvnt9tSkXN8K14dxQlikJuPt4uD9hHAHjLyLBiLR5zELelBdD9QNRAXZzsJx0WaDL9A==", - "requires": { - "function-bind": "^1.1.1", - "has": "^1.0.3", - "has-symbols": "^1.0.3" + "node_modules/get-intrinsic": { + "version": "1.2.2", + "resolved": "https://registry.npmjs.org/get-intrinsic/-/get-intrinsic-1.2.2.tgz", + "integrity": "sha512-0gSo4ml/0j98Y3lngkFEot/zhiCeWsbYIlZ+uZOVgzLyLaUw7wxUL+nCTP0XJvJg1AXulJRI3UJi8GsbDuxdGA==", + "dependencies": { + "function-bind": "^1.1.2", + "has-proto": "^1.0.1", + "has-symbols": "^1.0.3", + "hasown": "^2.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "get-package-type": { + "node_modules/get-package-type": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/get-package-type/-/get-package-type-0.1.0.tgz", "integrity": "sha512-pjzuKtY64GYfWizNAJ0fr9VqttZkNiK2iS430LtIHzjBEr6bX8Am2zm4sW4Ro5wjWW5cAlRL1qAMTcXbjNAO2Q==", - "dev": true + "dev": true, + "engines": { + "node": ">=8.0.0" + } }, - "get-stream": { + "node_modules/get-stream": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/get-stream/-/get-stream-6.0.1.tgz", "integrity": "sha512-ts6Wi+2j3jQjqi70w5AlN8DFnkSwC+MqmxEzdEALB2qXZYV3X/b1CTfgPLGJNMeAWxdPfU8FO1ms3NUfaHCPYg==", - "dev": true + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "get-value": { + "node_modules/get-value": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/get-value/-/get-value-2.0.6.tgz", - "integrity": "sha1-3BXKHGcjh8p2vTesCjlbogQqLCg=" + "integrity": "sha512-Ln0UQDlxH1BapMu3GPtf7CuYNwRZf2gwCuPqbyG6pB8WfmFpzqcy4xtAaAMUhnNqjMKTiCPZG2oMT3YSx8U2NA==", + "engines": { + "node": ">=0.10.0" + } }, - "getpass": { + "node_modules/getpass": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/getpass/-/getpass-0.1.7.tgz", - "integrity": "sha1-Xv+OPmhNVprkyysSgmBOi6YhSfo=", + "integrity": "sha512-0fzj9JxOLfJ+XGLhR8ze3unN0KZCgZwiSSDz168VERjK8Wl8kVSdcu2kspd4s4wtAa1y/qrVRiAA0WclVsu0ng==", "dev": true, - "requires": { + "dependencies": { "assert-plus": "^1.0.0" } }, - "glob": { - "version": "7.2.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", - "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", - "requires": { + "node_modules/glob": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/glob/-/glob-8.1.0.tgz", + "integrity": "sha512-r8hpEjiQEYlF2QU0df3dS+nxxSIreXQS1qRhMJM0Q5NDdR386C7jb7Hwwod8Fgiuex+k0GFjgft18yvxm5XoCQ==", + "dev": true, + "dependencies": { "fs.realpath": "^1.0.0", "inflight": "^1.0.4", "inherits": "2", - "minimatch": "^3.1.1", - "once": "^1.3.0", - "path-is-absolute": "^1.0.0" + "minimatch": "^5.0.1", + "once": "^1.3.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "glob-parent": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-3.1.0.tgz", - "integrity": "sha1-nmr2KZ2NO9K9QEMIMr0RPfkGxa4=", - "requires": { - "is-glob": "^3.1.0", - "path-dirname": "^1.0.0" - }, + "node_modules/glob-parent": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", + "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", "dependencies": { - "is-glob": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-3.1.0.tgz", - "integrity": "sha1-e6WuJCF4BKxwcHuWkiVnSGzD6Eo=", - "requires": { - "is-extglob": "^2.1.0" - } - } + "is-glob": "^4.0.1" + }, + "engines": { + "node": ">= 6" } }, - "glob-to-regexp": { + "node_modules/glob-to-regexp": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/glob-to-regexp/-/glob-to-regexp-0.4.1.tgz", "integrity": "sha512-lkX1HJXwyMcprw/5YUZc2s7DrpAiHB21/V+E1rHUrVNokkvB6bqMzT0VfV6/86ZNabt1k14YOIaT7nDvOX3Iiw==", "dev": true }, - "globals": { + "node_modules/glob/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, + "dependencies": { + "balanced-match": "^1.0.0" + } + }, + "node_modules/glob/node_modules/minimatch": { + "version": "5.1.6", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.6.tgz", + "integrity": "sha512-lKwV/1brpG6mBUFHtb7NUmtABCb2WZZmm2wNiOA5hAb8VdCS4B3dtMWyvcoViccwAW/COERjXLt0zP1zXUN26g==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/globals": { "version": "11.12.0", "resolved": "https://registry.npmjs.org/globals/-/globals-11.12.0.tgz", "integrity": "sha512-WOBp/EEGUiIsJSp7wcv/y6MO+lV9UoncWqxuFfm8eBwzWNgyfBd6Gz+IeKQ9jCmyhoH99g15M3T+QaVHFjizVA==", - "dev": true + "dev": true, + "engines": { + "node": ">=4" + } }, - "globby": { - "version": "13.1.2", - "resolved": "https://registry.npmjs.org/globby/-/globby-13.1.2.tgz", - "integrity": "sha512-LKSDZXToac40u8Q1PQtZihbNdTYSNMuWe+K5l+oa6KgDzSvVrHXlJy40hUP522RjAIoNLJYBJi7ow+rbFpIhHQ==", + "node_modules/globby": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/globby/-/globby-11.1.0.tgz", + "integrity": "sha512-jhIXaOzy1sb8IyocaruWSn1TjmnBVs8Ayhcy83rmxNJ8q2uWKCAj3CnJY+KpGSXCueAPc0i05kVvVKtP1t9S3g==", "dev": true, - "requires": { + "dependencies": { + "array-union": "^2.1.0", "dir-glob": "^3.0.1", - "fast-glob": "^3.2.11", + "fast-glob": "^3.2.9", "ignore": "^5.2.0", "merge2": "^1.4.1", - "slash": "^4.0.0" + "slash": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/gopd": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/gopd/-/gopd-1.0.1.tgz", + "integrity": "sha512-d65bNlIadxvpb/A2abVdlqKqV563juRnZ1Wtk6s1sIR8uNsXR70xqIzVqxVf1eTqDunwT2MkczEeaezCKTZhwA==", + "dependencies": { + "get-intrinsic": "^1.1.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "graceful-fs": { - "version": "4.2.10", - "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.10.tgz", - "integrity": "sha512-9ByhssR2fPVsNZj478qUUbKfmL0+t5BDVyjShtyZZLiK7ZDAArFFfopyOTj0M05wE2tJPisA4iTnnXl2YoPvOA==" + "node_modules/graceful-fs": { + "version": "4.2.11", + "resolved": "https://registry.npmjs.org/graceful-fs/-/graceful-fs-4.2.11.tgz", + "integrity": "sha512-RbJ5/jmFcNNCcDV5o9eTnBLJ/HszWV0P73bc+Ff4nS/rJj+YaS6IGyiOL0VoBYX+l1Wrl3k63h/KrH+nhJ0XvQ==" }, - "grapheme-splitter": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/grapheme-splitter/-/grapheme-splitter-1.0.4.tgz", - "integrity": "sha512-bzh50DW9kTPM00T8y4o8vQg89Di9oLJVLW/KaOGIXJWP/iqCN6WKYkbNOF04vFLJhwcpYUh9ydh/+5vpOqV4YQ==", + "node_modules/graphemer": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/graphemer/-/graphemer-1.4.0.tgz", + "integrity": "sha512-EtKwoO6kxCL9WO5xipiHTZlSzBm7WLT627TqC/uVRd0HKmq8NXyebnNYxDoBi7wt8eTWrUrKXCOVaFq9x1kgag==", "dev": true }, - "grunt-karma": { + "node_modules/grunt-karma": { "version": "0.12.2", "resolved": "https://registry.npmjs.org/grunt-karma/-/grunt-karma-0.12.2.tgz", - "integrity": "sha1-1SZ2q5R3nksgBStfNRnrMmU9xWY=", - "requires": { + "integrity": "sha512-houkUR8sks8uliJ5khwvV4Cf2vrxSPkvCt+w9uwOOHhDOCLZ9ZE4/MeDmC7GgSajGK+h/svpacbKFHyjNbCsng==", + "dependencies": { "lodash": "^3.10.1" + }, + "peerDependencies": { + "grunt": ">=0.4.x", + "karma": "^0.13.0 || >= 0.14.0-rc.0" } }, - "handle-thing": { + "node_modules/grunt-karma/node_modules/lodash": { + "version": "3.10.1", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", + "integrity": "sha512-9mDDwqVIma6OZX79ZlDACZl8sBm0TEnkf99zV3iMA4GzkIT/9hiqP5mY0HoT1iNLCrKc/R1HByV+yJfRWVJryQ==" + }, + "node_modules/handle-thing": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/handle-thing/-/handle-thing-2.0.1.tgz", "integrity": "sha512-9Qn4yBxelxoh2Ow62nP+Ka/kMnOXRi8BXnRaUwezLNhqelnN49xKz4F/dPP8OYLxLxq6JDtZb2i9XznUQbNPTg==", "dev": true }, - "har-schema": { + "node_modules/har-schema": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/har-schema/-/har-schema-2.0.0.tgz", - "integrity": "sha1-qUwiJOvKwEeCoNkDVSHyRzW37JI=", - "dev": true + "integrity": "sha512-Oqluz6zhGX8cyRaTQlFMPw80bSJVG2x/cFb8ZPhUILGgHka9SsokCCOQgpveePerqidZOrT14ipqfJb7ILcW5Q==", + "dev": true, + "engines": { + "node": ">=4" + } }, - "har-validator": { + "node_modules/har-validator": { "version": "5.1.5", "resolved": "https://registry.npmjs.org/har-validator/-/har-validator-5.1.5.tgz", "integrity": "sha512-nmT2T0lljbxdQZfspsno9hgrG3Uir6Ks5afism62poxqBM6sDnMEuPmzTq8XN0OEwqKLLdh1jQI3qyE66Nzb3w==", + "deprecated": "this library is no longer supported", "dev": true, - "requires": { + "dependencies": { "ajv": "^6.12.3", "har-schema": "^2.0.0" }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - } + "engines": { + "node": ">=6" } }, - "has": { - "version": "1.0.3", - "resolved": "https://registry.npmjs.org/has/-/has-1.0.3.tgz", - "integrity": "sha512-f2dvO0VU6Oej7RkWJGrehjbzMAjFp5/VKPp5tTpWIV4JHHZK1/BxbFRtf/siA2SWTe09caDmVtYYzWEIbBS4zw==", - "requires": { - "function-bind": "^1.1.1" + "node_modules/har-validator/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" } }, - "has-ansi": { + "node_modules/har-validator/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/has-ansi": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/has-ansi/-/has-ansi-2.0.0.tgz", "integrity": "sha512-C8vBJ8DwUCx19vhm7urhTuUsr4/IyP6l4VzNQDv+ryHQObW3TTTp9yB68WpYgRe2bbaGuZ/se74IqFeVnMnLZg==", "dev": true, - "requires": { + "dependencies": { "ansi-regex": "^2.0.0" }, - "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", - "dev": true - } + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-ansi/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-bigints": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/has-bigints/-/has-bigints-1.0.2.tgz", + "integrity": "sha512-tSvCKtBr9lkF0Ex0aQiP9N+OpV4zi2r/Nee5VkRDbaqv35RLYMzbwQfFSZZH0kR+Rd6302UJZ2p/bJCEoR3VoQ==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "has-binary2": { + "node_modules/has-binary2": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-binary2/-/has-binary2-1.0.3.tgz", - "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", - "requires": { - "isarray": "2.0.1" - }, + "integrity": "sha512-G1LWKhDSvhGeAQ8mPVQlqNcOB2sJdwATtZKl2pDKKHfpf/rYj24lkinxf69blJbnsvtqqNU+L3SL50vzZhXOnw==", "dependencies": { - "isarray": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", - "integrity": "sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==" - } + "isarray": "2.0.1" } }, - "has-cors": { + "node_modules/has-binary2/node_modules/isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==" + }, + "node_modules/has-cors": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/has-cors/-/has-cors-1.1.0.tgz", "integrity": "sha512-g5VNKdkFuUuVCP9gYfDJHjK2nqdQJ7aDLTnycnc2+RvsOQbuLdF5pm7vuE5J76SEBIQjs4kQY/BWq74JUmjbXA==" }, - "has-flag": { + "node_modules/has-flag": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-3.0.0.tgz", - "integrity": "sha1-tdRU3CGZriJWmfNGfloH87lVuv0=", - "dev": true - }, - "has-property-descriptors": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.0.tgz", - "integrity": "sha512-62DVLZGoiEBDHQyqG4w9xCuZ7eJEwNmJRWw2VY84Oedb7WFcA27fiEVe8oUQx9hAUJ4ekurquucTGwsyO1XGdQ==", + "integrity": "sha512-sKJf1+ceQBr4SMkvQnBDNDtf4TXpVhVGateu0t918bl30FnbE2m4vNLX+VWe/dpjlb+HugGYzW7uQXH98HPEYw==", "dev": true, - "requires": { - "get-intrinsic": "^1.1.1" + "engines": { + "node": ">=4" + } + }, + "node_modules/has-property-descriptors": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-property-descriptors/-/has-property-descriptors-1.0.1.tgz", + "integrity": "sha512-VsX8eaIewvas0xnvinAe9bw4WfIeODpGYikiWYLH+dma0Jw6KHYqWiWfhQlgOVK8D6PvjubK5Uc4P0iIhIcNVg==", + "dependencies": { + "get-intrinsic": "^1.2.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-proto": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/has-proto/-/has-proto-1.0.1.tgz", + "integrity": "sha512-7qE+iP+O+bgF9clE5+UoBFzE65mlBiVj3tKCrlNQ0Ogwm0BjpT/gK4SlLYDMybDh5I3TCTKnPPa0oMG7JDYrhg==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "has-symbols": { + "node_modules/has-symbols": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/has-symbols/-/has-symbols-1.0.3.tgz", - "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==" + "integrity": "sha512-l3LCuF6MgDNwTDKkdYGEihYjt5pRPbEg46rtlmnSPlUbgmB8LOIrKJbYYFBSbnPaJexMKtiPO8hmeRjRz2Td+A==", + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/has-tostringtag": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/has-tostringtag/-/has-tostringtag-1.0.0.tgz", + "integrity": "sha512-kFjcSNhnlGV1kyoGk7OXKSawH5JOb/LzUc5w9B02hOTO0dfFRjbHQKvg1d6cf3HbeUmtU9VbbV3qzZ2Teh97WQ==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "has-unicode": { + "node_modules/has-unicode": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/has-unicode/-/has-unicode-2.0.1.tgz", "integrity": "sha512-8Rf9Y83NBReMnx0gFzA8JImQACstCYWUplepDa9xprwwtmgEZUF0h/i5xSA625zB/I37EtrswSST6OXxwaaIJQ==", "dev": true }, - "has-value": { + "node_modules/has-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-value/-/has-value-1.0.0.tgz", - "integrity": "sha1-GLKB2lhbHFxR3vJMkw7SmgvmsXc=", - "requires": { + "integrity": "sha512-IBXk4GTsLYdQ7Rvt+GRBrFSVEkmuOUy4re0Xjd9kJSUQpnTrWR4/y9RpfexN9vkAPMFuQoeWKwqzPozRTlasGw==", + "dependencies": { "get-value": "^2.0.6", "has-values": "^1.0.0", "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "has-values": { + "node_modules/has-values": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/has-values/-/has-values-1.0.0.tgz", - "integrity": "sha1-lbC2P+whRmGab+V/51Yo1aOe/k8=", - "requires": { + "integrity": "sha512-ODYZC64uqzmtfGMEAX/FvZiRyWLpAC3vYnNunURUnkGVTS+mI0smVsWaPydRBsE3g+ok7h960jChO8mFcWlHaQ==", + "dependencies": { "is-number": "^3.0.0", "kind-of": "^4.0.0" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/is-number": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", + "integrity": "sha512-4cboCqIpliH+mAvFNegjZQ4kgKc3ZUhQVr3HvWbSh5q3WH2v82ct+T2Y1hdU5Gdtorx/cLifQjqCbL7bpznLTg==", + "dependencies": { + "kind-of": "^3.0.2" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/is-number/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dependencies": { - "kind-of": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", - "integrity": "sha1-IIE989cSkosgc3hpGkUGb65y3Vc=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/has-values/node_modules/kind-of": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-4.0.0.tgz", + "integrity": "sha512-24XsCxmEbRwEDbz/qz3stgin8TTzZ1ESR56OMCN0ujYg+vRutNSiOj9bHH9u85DKgXguraugV5sFuvbD4FW/hw==", + "dependencies": { + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/hasown": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/hasown/-/hasown-2.0.0.tgz", + "integrity": "sha512-vUptKVTpIJhcczKBbgnS+RtcuYMB8+oNzPK2/Hp3hanz8JmpATdmmgLgSaadVREkDm+e2giHwY3ZRkyjSIDDFA==", + "dependencies": { + "function-bind": "^1.1.2" + }, + "engines": { + "node": ">= 0.4" } }, - "hdr-histogram-js": { + "node_modules/hdr-histogram-js": { "version": "2.0.3", "resolved": "https://registry.npmjs.org/hdr-histogram-js/-/hdr-histogram-js-2.0.3.tgz", "integrity": "sha512-Hkn78wwzWHNCp2uarhzQ2SGFLU3JY8SBDDd3TAABK4fc30wm+MuPOrg5QVFVfkKOQd6Bfz3ukJEI+q9sXEkK1g==", "dev": true, - "requires": { + "dependencies": { "@assemblyscript/loader": "^0.10.1", "base64-js": "^1.2.0", "pako": "^1.0.3" } }, - "hdr-histogram-percentiles-obj": { + "node_modules/hdr-histogram-percentiles-obj": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/hdr-histogram-percentiles-obj/-/hdr-histogram-percentiles-obj-3.0.0.tgz", "integrity": "sha512-7kIufnBqdsBGcSZLPJwqHT3yhk1QTsSlFsVD3kx5ixH/AlgBs9yM1q6DPhXZ8f8gtdqgh7N7/5btRLpQsS2gHw==", "dev": true }, - "hosted-git-info": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-5.1.0.tgz", - "integrity": "sha512-Ek+QmMEqZF8XrbFdwoDjSbm7rT23pCgEMOJmz6GPk/s4yH//RQfNPArhIxbguNxROq/+5lNBwCDHMhA903Kx1Q==", + "node_modules/hosted-git-info": { + "version": "6.1.1", + "resolved": "https://registry.npmjs.org/hosted-git-info/-/hosted-git-info-6.1.1.tgz", + "integrity": "sha512-r0EI+HBMcXadMrugk0GCQ+6BQV39PiWAZVfq7oIckeGiN7sjRGyQxPdft3nQekFTCQbYxLBH+/axZMeH8UX6+w==", "dev": true, - "requires": { + "dependencies": { "lru-cache": "^7.5.1" }, - "dependencies": { - "lru-cache": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz", - "integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==", - "dev": true - } + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/hosted-git-info/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" } }, - "hpack.js": { + "node_modules/hpack.js": { "version": "2.1.6", "resolved": "https://registry.npmjs.org/hpack.js/-/hpack.js-2.1.6.tgz", "integrity": "sha512-zJxVehUdMGIKsRaNt7apO2Gqp0BdqW5yaiGHXXmbpvxgBYVZnAql+BJb4RO5ad2MgpbZKn5G6nMnegrH1FcNYQ==", "dev": true, - "requires": { + "dependencies": { "inherits": "^2.0.1", "obuf": "^1.0.0", "readable-stream": "^2.0.1", "wbuf": "^1.1.0" } }, - "html-entities": { - "version": "2.3.3", - "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.3.3.tgz", - "integrity": "sha512-DV5Ln36z34NNTDgnz0EWGBLZENelNAtkiFA4kyNOG2tDI6Mz1uSWiq1wAKdyjnJwyDiDO7Fa2SO1CTxPXL8VxA==", + "node_modules/hpack.js/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", "dev": true }, - "html-escaper": { + "node_modules/hpack.js/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/hpack.js/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/hpack.js/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/html-entities": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/html-entities/-/html-entities-2.4.0.tgz", + "integrity": "sha512-igBTJcNNNhvZFRtm8uA6xMY6xYleeDwn3PeBCkDz7tHttv4F2hsDI2aPgNERWzvRcNYHNT3ymRaQzllmXj4YsQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/mdevils" + }, + { + "type": "patreon", + "url": "https://patreon.com/mdevils" + } + ] + }, + "node_modules/html-escaper": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/html-escaper/-/html-escaper-2.0.2.tgz", "integrity": "sha512-H2iMtd0I4Mt5eYiapRdIDjp+XzelXQ0tFE4JS7YFwFevXXMmOp9myNrUvCg0D6ws8iqkRPBfKHgbwig1SmlLfg==", "dev": true }, - "http-cache-semantics": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.0.tgz", - "integrity": "sha512-carPklcUh7ROWRK7Cv27RPtdhYhUsela/ue5/jKzjegVvXDqM2ILE9Q2BGn9JZJh1g87cp56su/FgQSzcWS8cQ==", + "node_modules/http-cache-semantics": { + "version": "4.1.1", + "resolved": "https://registry.npmjs.org/http-cache-semantics/-/http-cache-semantics-4.1.1.tgz", + "integrity": "sha512-er295DKPVsV82j5kw1Gjt+ADA/XYHsajl82cGNQG2eyoPkvgUhX+nDIyelzhIWbbsXP39EHcI6l5tYs2FYqYXQ==", "dev": true }, - "http-deceiver": { + "node_modules/http-deceiver": { "version": "1.2.7", "resolved": "https://registry.npmjs.org/http-deceiver/-/http-deceiver-1.2.7.tgz", "integrity": "sha512-LmpOGxTfbpgtGVxJrj5k7asXHCgNZp5nLfp+hWc8QQRqtb7fUy6kRY3BO1h9ddF6yIPYUARgxGOwB42DnxIaNw==", "dev": true }, - "http-errors": { + "node_modules/http-errors": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-2.0.0.tgz", "integrity": "sha512-FtwrG/euBzaEjYeRqOgly7G0qviiXoJWnvEH2Z1plBdXgbyjv34pHTSb9zoeHMyDy33+DWy5Wt9Wo+TURtOYSQ==", - "requires": { + "dependencies": { "depd": "2.0.0", "inherits": "2.0.4", "setprototypeof": "1.2.0", "statuses": "2.0.1", "toidentifier": "1.0.1" + }, + "engines": { + "node": ">= 0.8" } }, - "http-parser-js": { + "node_modules/http-errors/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/http-parser-js": { "version": "0.5.8", "resolved": "https://registry.npmjs.org/http-parser-js/-/http-parser-js-0.5.8.tgz", "integrity": "sha512-SGeBX54F94Wgu5RH3X5jsDtf4eHyRogWX1XGT3b4HuW3tQPM4AaBzoUji/4AAJNXCEOWZ5O0DgZmJw1947gD5Q==", "dev": true }, - "http-proxy": { + "node_modules/http-proxy": { "version": "1.18.1", "resolved": "https://registry.npmjs.org/http-proxy/-/http-proxy-1.18.1.tgz", "integrity": "sha512-7mz/721AbnJwIVbnaSv1Cz3Am0ZLT/UBwkC92VlxhXv/k/BBQfM2fXElQNC27BVGr0uwUpplYPQM9LnaBMR5NQ==", - "requires": { + "dependencies": { "eventemitter3": "^4.0.0", "follow-redirects": "^1.0.0", "requires-port": "^1.0.0" + }, + "engines": { + "node": ">=8.0.0" } }, - "http-proxy-agent": { + "node_modules/http-proxy-agent": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/http-proxy-agent/-/http-proxy-agent-5.0.0.tgz", "integrity": "sha512-n2hY8YdoRE1i7r6M0w9DIw5GgZN0G25P8zLCRQ8rjXtTU3vsNFBI/vWK/UIeE6g5MUUz6avwAPXmL6Fy9D/90w==", "dev": true, - "requires": { + "dependencies": { "@tootallnate/once": "2", "agent-base": "6", "debug": "4" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "engines": { + "node": ">= 6" } }, - "http-proxy-middleware": { + "node_modules/http-proxy-middleware": { "version": "2.0.6", "resolved": "https://registry.npmjs.org/http-proxy-middleware/-/http-proxy-middleware-2.0.6.tgz", "integrity": "sha512-ya/UeJ6HVBYxrgYotAZo1KvPWlgB48kUJLDePFeneHsVujFaW5WNj2NgWCAE//B1Dl02BIfYlpNgBy8Kf8Rjmw==", "dev": true, - "requires": { + "dependencies": { "@types/http-proxy": "^1.17.8", "http-proxy": "^1.18.1", "is-glob": "^4.0.1", "is-plain-obj": "^3.0.0", "micromatch": "^4.0.2" }, - "dependencies": { - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "micromatch": { - "version": "4.0.5", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", - "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", - "dev": true, - "requires": { - "braces": "^3.0.2", - "picomatch": "^2.3.1" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } + "engines": { + "node": ">=12.0.0" + }, + "peerDependencies": { + "@types/express": "^4.17.13" + }, + "peerDependenciesMeta": { + "@types/express": { + "optional": true } } }, - "http-signature": { + "node_modules/http-signature": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/http-signature/-/http-signature-1.2.0.tgz", - "integrity": "sha1-muzZJRFHcvPZW2WmCruPfBj7rOE=", + "integrity": "sha512-CAbnr6Rz4CYQkLYUtSNXxQPUH2gK8f3iWexVlsnMeD+GjlsQ0Xsy1cOX+mN3dtxYomRy21CiOzU8Uhw6OwncEQ==", "dev": true, - "requires": { + "dependencies": { "assert-plus": "^1.0.0", "jsprim": "^1.2.2", "sshpk": "^1.7.0" + }, + "engines": { + "node": ">=0.8", + "npm": ">=1.3.7" } }, - "https-proxy-agent": { + "node_modules/https-proxy-agent": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-5.0.1.tgz", "integrity": "sha512-dFcAjpTQFgoLMzC2VwU+C/CbS7uRL0lWmxDITmqm7C+7F0Odmj6s9l6alZc6AELXhrnggM2CeWSXHGOdX2YtwA==", "dev": true, - "requires": { + "dependencies": { "agent-base": "6", "debug": "4" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "engines": { + "node": ">= 6" } }, - "human-signals": { + "node_modules/human-signals": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/human-signals/-/human-signals-2.1.0.tgz", "integrity": "sha512-B4FFZ6q/T2jhhksgkbEW3HBvWIfDW85snkQgawt07S7J5QXTk6BkNV+0yAeZrM5QpMAdYlocGoljn0sJ/WQkFw==", - "dev": true + "dev": true, + "engines": { + "node": ">=10.17.0" + } }, - "humanize-ms": { + "node_modules/humanize-ms": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/humanize-ms/-/humanize-ms-1.2.1.tgz", "integrity": "sha512-Fl70vYtsAFb/C06PTS9dZBo7ihau+Tu/DNCk/OyHhea07S+aeMWpFFkUaXRa8fI+ScZbEI8dfSxwY7gxZ9SAVQ==", "dev": true, - "requires": { + "dependencies": { "ms": "^2.0.0" } }, - "iconv-lite": { + "node_modules/iconv-lite": { "version": "0.4.24", "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.4.24.tgz", "integrity": "sha512-v3MXnZAcvnywkTUEZomIActle7RXXeedOR31wwl7VlyoXO4Qi9arvSenNQWne1TcRwhCL1HwLI21bEqdpj8/rA==", - "requires": { + "dependencies": { "safer-buffer": ">= 2.1.2 < 3" + }, + "engines": { + "node": ">=0.10.0" } }, - "icss-utils": { + "node_modules/icss-utils": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/icss-utils/-/icss-utils-5.1.0.tgz", "integrity": "sha512-soFhflCVWLfRNOPU3iv5Z9VUdT44xFRbzjLsEzSr5AQmgqPMTHdU3PMT1Cf1ssx8fLNJDA1juftYl+PUcv3MqA==", - "dev": true + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } }, - "ieee754": { + "node_modules/ieee754": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/ieee754/-/ieee754-1.2.1.tgz", "integrity": "sha512-dcyqhDvX1C46lXZcVqCpK+FtMRQVdIMN6/Df5js2zouUsqG7I6sFxitIC+7KYK29KdXOLHdu9zL4sFnoVQnqaA==", - "dev": true + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "ignore": { - "version": "5.2.0", - "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.0.tgz", - "integrity": "sha512-CmxgYGiEPCLhfLnpPp1MoRmifwEIOgjcHXxOBjv7mY96c+eWScsOP9c112ZyLdWHi0FxHjI+4uVhKYp/gcdRmQ==", - "dev": true + "node_modules/ignore": { + "version": "5.2.4", + "resolved": "https://registry.npmjs.org/ignore/-/ignore-5.2.4.tgz", + "integrity": "sha512-MAb38BcSbH0eHNBxn7ql2NH/kX33OkB3lZ1BNdh7ENeRChHTYsTvWrMubiIAMNS2llXEEgZ1MUOBtXChP3kaFQ==", + "dev": true, + "engines": { + "node": ">= 4" + } }, - "ignore-walk": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-5.0.1.tgz", - "integrity": "sha512-yemi4pMf51WKT7khInJqAvsIGzoqYXblnsz0ql8tM+yi1EKYTY1evX4NAbJrLL/Aanr2HyZeluqU+Oi7MGHokw==", + "node_modules/ignore-walk": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/ignore-walk/-/ignore-walk-6.0.4.tgz", + "integrity": "sha512-t7sv42WkwFkyKbivUCglsQW5YWMskWtbEf4MNKX5u/CCWHKSPzN4FtBQGsQZgCLbxOzpVlcbWVK5KB3auIOjSw==", "dev": true, - "requires": { - "minimatch": "^5.0.1" + "dependencies": { + "minimatch": "^9.0.0" }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/ignore-walk/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", + "dev": true, "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - } + "balanced-match": "^1.0.0" + } + }, + "node_modules/ignore-walk/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, + "dependencies": { + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "image-size": { + "node_modules/image-size": { "version": "0.5.5", "resolved": "https://registry.npmjs.org/image-size/-/image-size-0.5.5.tgz", "integrity": "sha512-6TDAlDPZxUFCv+fuOkIoXT/V/f3Qbq8e37p+YOiYrUv3v9cc3/6x78VdfPgFVaB9dZYeLUfKgHRebpkm/oP2VQ==", "dev": true, - "optional": true + "optional": true, + "bin": { + "image-size": "bin/image-size.js" + }, + "engines": { + "node": ">=0.10.0" + } }, - "immediate": { + "node_modules/immediate": { "version": "3.0.6", "resolved": "https://registry.npmjs.org/immediate/-/immediate-3.0.6.tgz", "integrity": "sha512-XXOFtyqDjNDAQxVfYxuF7g9Il/IbWmmlQg2MYKOH8ExIT1qg6xc4zyS3HaEEATgs1btfzxq15ciUiY7gjSXRGQ==", "dev": true }, - "immutable": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.1.0.tgz", - "integrity": "sha512-oNkuqVTA8jqG1Q6c+UglTOD1xhC1BtjKI7XkCXRkZHrN5m18/XsnUp8Q89GkQO/z+0WjonSvl0FLhDYftp46nQ==", + "node_modules/immutable": { + "version": "4.3.5", + "resolved": "https://registry.npmjs.org/immutable/-/immutable-4.3.5.tgz", + "integrity": "sha512-8eabxkth9gZatlwl5TBuJnCsoTADlL6ftEr7A4qgdaTsPyreilDSnUk57SO+jfKcNtxPa22U5KK6DSeAYhpBJw==", "dev": true }, - "import-fresh": { + "node_modules/import-fresh": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/import-fresh/-/import-fresh-3.3.0.tgz", "integrity": "sha512-veYYhQa+D1QBKznvhUHxb8faxlrwUnxseDAbAp457E0wLNio2bOSKnjYDhMj+YiAq61xrMGhQk9iXVk5FzgQMw==", "dev": true, - "requires": { + "dependencies": { "parent-module": "^1.0.0", "resolve-from": "^4.0.0" }, - "dependencies": { - "resolve-from": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", - "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", - "dev": true - } + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/import-fresh/node_modules/resolve-from": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-4.0.0.tgz", + "integrity": "sha512-pb/MYmXstAkysRFx8piNI1tGFNQIFA3vkE3Gq4EuA1dF6gHp/+vgZqsCGJapvy8N3Q+4o7FwvquPJcnZ7RYy4g==", + "dev": true, + "engines": { + "node": ">=4" } }, - "imurmurhash": { + "node_modules/imurmurhash": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/imurmurhash/-/imurmurhash-0.1.4.tgz", "integrity": "sha512-JmXMZ6wuvDmLiHEml9ykzqO6lwFbof0GG4IkcGaENdCRDDmMVnny7s5HsIgHCbaq0w2MyPhDqkhTUgS2LU2PHA==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8.19" + } }, - "indent-string": { + "node_modules/indent-string": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/indent-string/-/indent-string-4.0.0.tgz", "integrity": "sha512-EdDDZu4A2OyIK7Lr/2zG+w5jmbuk1DVBnEwREQvBzspBJkCEbRa8GxU1lghYcaGJCnRWibjDXlq779X1/y5xwg==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "indexof": { + "node_modules/indexof": { "version": "0.0.1", "resolved": "https://registry.npmjs.org/indexof/-/indexof-0.0.1.tgz", "integrity": "sha512-i0G7hLJ1z0DE8dsqJa2rycj9dBmNKgXBvotXtZYXakU9oivfB9Uj2ZBC27qqef2U58/ZLwalxa1X/RDCdkHtVg==" }, - "infer-owner": { + "node_modules/infer-owner": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/infer-owner/-/infer-owner-1.0.4.tgz", "integrity": "sha512-IClj+Xz94+d7irH5qRyfJonOdfTzuDaifE6ZPWfx0N0+/ATZCbuTPq2prFl526urkQd90WyUKIh1DfBQ2hMz9A==", "dev": true }, - "inflight": { + "node_modules/inflight": { "version": "1.0.6", "resolved": "https://registry.npmjs.org/inflight/-/inflight-1.0.6.tgz", - "integrity": "sha1-Sb1jMdfQLQwJvJEKEHW6gWW1bfk=", - "requires": { + "integrity": "sha512-k92I/b08q4wvFscXCLvqfsHCrjrF7yiXsQuIVvVE7N82W3+aqpzuUdBbfhWcy/FZR3/4IgflMgKLOsvPDrGCJA==", + "dependencies": { "once": "^1.3.0", "wrappy": "1" } }, - "inherits": { + "node_modules/inherits": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.4.tgz", "integrity": "sha512-k/vGaX4/Yla3WzyMCvTQOXYeIHvqOKtnqBduzTHpzpQZzAskKMhZ2K+EnBiSM9zGSoIFeMpXKxa4dYeZIQqewQ==" }, - "ini": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.0.tgz", - "integrity": "sha512-TxYQaeNW/N8ymDvwAxPyRbhMBtnEwuvaTYpOQkFx1nSeusgezHniEc/l35Vo4iCq/mMiTJbpD7oYxN98hFlfmw==", - "dev": true + "node_modules/ini": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/ini/-/ini-3.0.1.tgz", + "integrity": "sha512-it4HyVAUTKBc6m8e1iXWvXSTdndF7HbdN713+kvLrymxTaU4AUBWrJ4vEooP+V7fexnVD3LKcBshjGGPefSMUQ==", + "dev": true, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } }, - "injection-js": { + "node_modules/injection-js": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/injection-js/-/injection-js-2.4.0.tgz", "integrity": "sha512-6jiJt0tCAo9zjHbcwLiPL+IuNe9SQ6a9g0PEzafThW3fOQi0mrmiJGBJvDD6tmhPh8cQHIQtCOrJuBfQME4kPA==", "dev": true, - "requires": { + "dependencies": { "tslib": "^2.0.0" } }, - "inquirer": { + "node_modules/inquirer": { "version": "8.2.4", "resolved": "https://registry.npmjs.org/inquirer/-/inquirer-8.2.4.tgz", "integrity": "sha512-nn4F01dxU8VeKfq192IjLsxu0/OmMZ4Lg3xKAns148rCaXP6ntAoEkVYZThWjwON8AlzdZZi6oqnhNbxUG9hVg==", "dev": true, - "requires": { + "dependencies": { "ansi-escapes": "^4.2.1", "chalk": "^4.1.1", "cli-cursor": "^3.1.0", @@ -7679,722 +10531,1150 @@ "through": "^2.3.6", "wrap-ansi": "^7.0.0" }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/inquirer/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "rxjs": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.7.tgz", - "integrity": "sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/inquirer/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/inquirer/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/inquirer/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/inquirer/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/inquirer/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/internal-slot": { + "version": "1.0.6", + "resolved": "https://registry.npmjs.org/internal-slot/-/internal-slot-1.0.6.tgz", + "integrity": "sha512-Xj6dv+PsbtwyPpEflsejS+oIZxmMlV44zAhG479uYu89MsjcYOhCFnNyKrkJrihbsiasQyY0afoCl/9BLR65bg==", + "dev": true, + "dependencies": { + "get-intrinsic": "^1.2.2", + "hasown": "^2.0.0", + "side-channel": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" } }, - "inversify": { + "node_modules/inversify": { "version": "5.1.1", "resolved": "https://registry.npmjs.org/inversify/-/inversify-5.1.1.tgz", "integrity": "sha512-j8grHGDzv1v+8T1sAQ+3boTCntFPfvxLCkNcxB1J8qA0lUN+fAlSyYd+RXKvaPRL4AGyPxViutBEJHNXOyUdFQ==" }, - "ip": { + "node_modules/ip": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/ip/-/ip-2.0.0.tgz", "integrity": "sha512-WKa+XuLG1A1R0UWhl2+1XQSi+fZWMsYKffMZTTYsiZaUD8k2yDAj5atimTUD2TZkyCkNEeYE5NhFZmupOGtjYQ==", "dev": true }, - "ipaddr.js": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.0.1.tgz", - "integrity": "sha512-1qTgH9NG+IIJ4yfKs2e6Pp1bZg8wbDbKHT21HrLIeYBTRLgMYKnMTPAuI3Lcs61nfx5h1xlXnbJtH1kX5/d/ng==", - "dev": true + "node_modules/ipaddr.js": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-2.1.0.tgz", + "integrity": "sha512-LlbxQ7xKzfBusov6UMi4MFpEg0m+mAm9xyNGEduwXMEDuf4WfzB/RZwMVYEd7IKGvh4IUkEXYxtAVu9T3OelJQ==", + "dev": true, + "engines": { + "node": ">= 10" + } }, - "is-accessor-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-0.1.6.tgz", - "integrity": "sha1-qeEss66Nh2cn7u84Q/igiXtcmNY=", - "requires": { - "kind-of": "^3.0.2" + "node_modules/is-accessor-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.1.tgz", + "integrity": "sha512-YBUanLI8Yoihw923YeFUS5fs0fF2f5TSFTNiYAAzhhDscDa3lEqYuz1pDOEP5KvX94I9ey3vsqjJcLVFVU+3QA==", + "dependencies": { + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/is-arguments": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/is-arguments/-/is-arguments-1.1.1.tgz", + "integrity": "sha512-8Q7EARjzEnKpt/PCD7e1cgUS0a6X8u5tdSiMqXhojOdoV9TsMsiO+9VLC5vAmO8N7/GmXn7yjR8qnA6bVAEzfA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-array-buffer": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/is-array-buffer/-/is-array-buffer-3.0.2.tgz", + "integrity": "sha512-y+FyyR/w8vfIRq4eQcM1EYgSTnmHXPqaF+IgzgraytCFq5Xh8lllDVmAZolPJiZttZLeFSINPYMaEJ7/vWUa1w==", + "dev": true, "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "call-bind": "^1.0.2", + "get-intrinsic": "^1.2.0", + "is-typed-array": "^1.1.10" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "is-arrayish": { + "node_modules/is-arrayish": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/is-arrayish/-/is-arrayish-0.2.1.tgz", "integrity": "sha512-zz06S8t0ozoDXMG+ube26zeCTNXcKIPJZJi8hBrF4idCLms4CG9QtK7qBl1boi5ODzFpjswb5JPmHCbMpjaYzg==", "dev": true }, - "is-binary-path": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-1.0.1.tgz", - "integrity": "sha1-dfFmQrSA8YenEcgUFh/TpKdlWJg=", - "requires": { - "binary-extensions": "^1.0.0" + "node_modules/is-bigint": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-bigint/-/is-bigint-1.0.4.tgz", + "integrity": "sha512-zB9CruMamjym81i2JZ3UMn54PKGsQzsJeo6xvN3HJJ4CAsQNB6iRutp2To77OfCNuoxspsIhzaPoO1zyCEhFOg==", + "dev": true, + "dependencies": { + "has-bigints": "^1.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-binary-path": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", + "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", + "dependencies": { + "binary-extensions": "^2.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-boolean-object": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/is-boolean-object/-/is-boolean-object-1.1.2.tgz", + "integrity": "sha512-gDYaKHJmnj4aWxyj6YHyXVpdQawtVLHU5cb+eztPGczf6cjuTdwve5ZIEfgXqH4e57An1D1AKf8CZ3kYrQRqYA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "is-buffer": { + "node_modules/is-buffer": { "version": "1.1.6", "resolved": "https://registry.npmjs.org/is-buffer/-/is-buffer-1.1.6.tgz", "integrity": "sha512-NcdALwpXkTm5Zvvbk7owOUSvVvBKDgKP5/ewfXEznmQFfs4ZRmanOeKBTjRVjka3QFoN6XJ+9F3USqfHqTaU5w==" }, - "is-builtin-module": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.0.tgz", - "integrity": "sha512-phDA4oSGt7vl1n5tJvTWooWWAsXLY+2xCnxNqvKhGEzujg+A43wPlPOyDg3C8XQHN+6k/JTQWJ/j0dQh/qr+Hw==", + "node_modules/is-builtin-module": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/is-builtin-module/-/is-builtin-module-3.2.1.tgz", + "integrity": "sha512-BSLE3HnV2syZ0FK0iMA/yUGplUeMmNz4AW5fnTunbCIqZi4vG3WjJT9FHMy5D69xmAYBHXQhJdALdpwVxV501A==", "dev": true, - "requires": { + "dependencies": { "builtin-modules": "^3.3.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "is-core-module": { - "version": "2.10.0", - "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.10.0.tgz", - "integrity": "sha512-Erxj2n/LDAZ7H8WNJXd9tw38GYM3dv8rk8Zcs+jJuxYTW7sozH+SS8NtrSjVL1/vpLvWi1hxy96IzjJ3EHTJJg==", + "node_modules/is-callable": { + "version": "1.2.7", + "resolved": "https://registry.npmjs.org/is-callable/-/is-callable-1.2.7.tgz", + "integrity": "sha512-1BC0BVFhS/p0qtw6enp8e+8OD0UrK0oFLztSjNzhcKA3WDuJxxAPXzPuPtKkjEY9UUoEWlX/8fgKeu2S8i9JTA==", "dev": true, - "requires": { - "has": "^1.0.3" + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "is-data-descriptor": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-0.1.4.tgz", - "integrity": "sha1-C17mSDiOLIYCgueT8YVv7D8wG1Y=", - "requires": { - "kind-of": "^3.0.2" + "node_modules/is-core-module": { + "version": "2.13.1", + "resolved": "https://registry.npmjs.org/is-core-module/-/is-core-module-2.13.1.tgz", + "integrity": "sha512-hHrIjvZsftOsvKSn2TRYl63zvxsgE0K+0mYMoH6gD4omR5IWB2KynivBQczo3+wF1cCkjzvptnI9Q0sPU66ilw==", + "dev": true, + "dependencies": { + "hasown": "^2.0.0" }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-data-descriptor": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.1.tgz", + "integrity": "sha512-bc4NlCDiCr28U4aEsQ3Qs2491gVq4V8G7MQyws968ImqjKuYtTJXrl7Vq7jsN7Ly/C3xj5KWFrY7sHNeDkAzXw==", "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "hasown": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" } }, - "is-descriptor": { - "version": "0.1.6", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.6.tgz", - "integrity": "sha512-avDYr0SB3DwO9zsMov0gKCESFYqCnE4hq/4z3TdUlukEy5t9C0YRq7HLrsN52NAcqXKaepeCD0n+B0arnVG3Hg==", - "requires": { - "is-accessor-descriptor": "^0.1.6", - "is-data-descriptor": "^0.1.4", - "kind-of": "^5.0.0" - }, - "dependencies": { - "kind-of": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-5.1.0.tgz", - "integrity": "sha512-NGEErnH6F2vUuXDh+OlbcKW7/wOcfdRHaZ7VWtqCztfHri/++YKmP51OdWeGPuqCOba6kk2OTe5d02VmTB80Pw==" - } + "node_modules/is-date-object": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/is-date-object/-/is-date-object-1.0.5.tgz", + "integrity": "sha512-9YQaSxsAiSwcvS33MBk3wTCVnWK+HhF8VZR2jRxehM16QcVOdHqPn4VPHmRK4lSr38n9JriurInLcP90xsYNfQ==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-descriptor": { + "version": "0.1.7", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-0.1.7.tgz", + "integrity": "sha512-C3grZTvObeN1xud4cRWl366OMXZTj0+HGyk4hvfpx4ZHt1Pb60ANSXqCK7pdOTeUQpRzECBSTphqvD7U+l22Eg==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" } }, - "is-docker": { + "node_modules/is-docker": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/is-docker/-/is-docker-2.2.1.tgz", "integrity": "sha512-F+i2BKsFrH66iaUFc0woD8sLy8getkwTwtOBjvs56Cx4CgJDeKQeqfz8wAYiSb8JOprWhHH5p77PbmYCvvUuXQ==", - "dev": true + "dev": true, + "bin": { + "is-docker": "cli.js" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "is-extendable": { + "node_modules/is-extendable": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-0.1.1.tgz", - "integrity": "sha1-YrEQ4omkcUGOPsNqYX1HLjAd/Ik=" + "integrity": "sha512-5BMULNob1vgFX6EjQw5izWDxrecWK9AM72rugNr0TFldMOi0fj6Jk+zeKIt0xGj4cEfQIJth4w3OKWOJ4f+AFw==", + "engines": { + "node": ">=0.10.0" + } }, - "is-extglob": { + "node_modules/is-extglob": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/is-extglob/-/is-extglob-2.1.1.tgz", - "integrity": "sha1-qIwCU1eR8C7TfHahueqXc8gz+MI=" + "integrity": "sha512-SbKbANkN603Vi4jEZv49LeVJMn4yGwsbzZworEoyEiutsN3nJYdbO36zfhGJ6QEDpOZIFkDtnq5JRxmvl3jsoQ==", + "engines": { + "node": ">=0.10.0" + } }, - "is-fullwidth-code-point": { + "node_modules/is-fullwidth-code-point": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-fullwidth-code-point/-/is-fullwidth-code-point-3.0.0.tgz", "integrity": "sha512-zymm5+u+sCsSWyD9qNaejV3DFvhCKclKdizYaJUuHA83RLjb7nSuGnddCHGv0hk+KY7BMAlsWeK4Ueg6EV6XQg==", - "dev": true + "engines": { + "node": ">=8" + } }, - "is-glob": { + "node_modules/is-glob": { "version": "4.0.3", "resolved": "https://registry.npmjs.org/is-glob/-/is-glob-4.0.3.tgz", "integrity": "sha512-xelSayHH36ZgE7ZWhli7pW34hNbNl8Ojv5KVmkJD4hBdD3th8Tfk9vYasLM+mXWOZhFkgZfxhLSnrwRr4elSSg==", - "requires": { + "dependencies": { "is-extglob": "^2.1.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "is-interactive": { + "node_modules/is-interactive": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-interactive/-/is-interactive-1.0.0.tgz", "integrity": "sha512-2HvIEKRoqS62guEC+qBjpvRubdX910WCMuJTZ+I9yvqKU2/12eSL549HMwtabb4oupdj2sMP50k+XJfB/8JE6w==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "is-lambda": { + "node_modules/is-lambda": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-lambda/-/is-lambda-1.0.1.tgz", "integrity": "sha512-z7CMFGNrENq5iFB9Bqo64Xk6Y9sg+epq1myIcdHaGnbMTYOxvzsEtdYqQUylB7LxfkvgrrjP32T6Ywciio9UIQ==", "dev": true }, - "is-module": { + "node_modules/is-map": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-map/-/is-map-2.0.2.tgz", + "integrity": "sha512-cOZFQQozTha1f4MxLFzlgKYPTyj26picdZTx82hbc/Xf4K/tZOOXSCkMvU4pKioRXGDLJRn0GM7Upe7kR721yg==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-module": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-module/-/is-module-1.0.0.tgz", "integrity": "sha512-51ypPSPCoTEIN9dy5Oy+h4pShgJmPCygKfyRCISBI+JoWT/2oJvK8QPxmwv7b/p239jXrm9M1mlQbyKJ5A152g==", "dev": true }, - "is-number": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-3.0.0.tgz", - "integrity": "sha1-JP1iAaR4LPUFYcgQJ2r8fRLXEZU=", - "requires": { - "kind-of": "^3.0.2" - }, + "node_modules/is-number": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", + "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", + "engines": { + "node": ">=0.12.0" + } + }, + "node_modules/is-number-object": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-number-object/-/is-number-object-1.0.7.tgz", + "integrity": "sha512-k1U0IRzLMo7ZlYIfzRu23Oh6MiIFasgpb9X76eqfFZAqwH44UI4KTBvBYIZ1dSL9ZzChTB9ShHfLkR4pdW5krQ==", + "dev": true, "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "is-path-cwd": { + "node_modules/is-path-cwd": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-path-cwd/-/is-path-cwd-1.0.0.tgz", "integrity": "sha512-cnS56eR9SPAscL77ik76ATVqoPARTqPIVkMDVxRaWH06zT+6+CzIroYRJ0VVvm0Z1zfAvxvz9i/D3Ppjaqt5Nw==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "is-path-in-cwd": { + "node_modules/is-path-in-cwd": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-path-in-cwd/-/is-path-in-cwd-1.0.1.tgz", "integrity": "sha512-FjV1RTW48E7CWM7eE/J2NJvAEEVektecDBVBE5Hh3nM1Jd0kvhHtX68Pr3xsDf857xt3Y4AkwVULK1Vku62aaQ==", "dev": true, - "requires": { + "dependencies": { "is-path-inside": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "is-path-inside": { + "node_modules/is-path-in-cwd/node_modules/is-path-inside": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-1.0.1.tgz", "integrity": "sha512-qhsCR/Esx4U4hg/9I19OVUAJkGWtjRYHMRgUMZE2TDdj+Ag+kttZanLupfddNyglzz50cUlmWzUaI37GDfNx/g==", "dev": true, - "requires": { + "dependencies": { "path-is-inside": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "is-plain-obj": { + "node_modules/is-path-inside": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/is-path-inside/-/is-path-inside-3.0.3.tgz", + "integrity": "sha512-Fd4gABb+ycGAmKou8eMftCupSir5lRxqf4aD/vd0cD2qc4HL07OjCeuHMr8Ro4CoMaeCKDB0/ECBOVWjTwUvPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/is-plain-obj": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/is-plain-obj/-/is-plain-obj-3.0.0.tgz", "integrity": "sha512-gwsOE28k+23GP1B6vFl1oVh/WOzmawBrKwo5Ev6wMKzPkaXaCDIQKzLnvsA42DRlbVTWorkgTKIviAKCWkfUwA==", - "dev": true + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "is-plain-object": { + "node_modules/is-plain-object": { "version": "2.0.4", "resolved": "https://registry.npmjs.org/is-plain-object/-/is-plain-object-2.0.4.tgz", "integrity": "sha512-h5PpgXkWitc38BBMYawTYMWJHFZJVnBquFE57xFpjB8pJFiF6gZ+bU+WyI/yqXiFR5mdLsgYNaPe8uao6Uv9Og==", - "requires": { + "dependencies": { "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/is-regex": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/is-regex/-/is-regex-1.1.4.tgz", + "integrity": "sha512-kvRdxDsxZjhzUX07ZnLydzS1TU/TJlTUHHY4YLL87e37oUA49DfkLqgy+VjFocowy29cKvcSiu+kIv728jTTVg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-set": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-set/-/is-set-2.0.2.tgz", + "integrity": "sha512-+2cnTEZeY5z/iXGbLhPrOAaK/Mau5k5eXq9j14CpRTftq0pAJu2MwVRSZhyZWBzx3o6X795Lz6Bpb6R0GKf37g==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-shared-array-buffer": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/is-shared-array-buffer/-/is-shared-array-buffer-1.0.2.tgz", + "integrity": "sha512-sqN2UDu1/0y6uvXyStCOzyhAjCSlHceFoMKJW8W9EU9cvic/QdsZ0kEU93HEy3IUEFZIiH/3w+AH/UQbPHNdhA==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "is-stream": { + "node_modules/is-stream": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/is-stream/-/is-stream-2.0.1.tgz", "integrity": "sha512-hFoiJiTl63nn+kstHGBtewWSKnQLpyb155KHheA1l39uvtO9nWIop1p3udqPcUd/xbF1VLMO4n7OI6p7RbngDg==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/is-string": { + "version": "1.0.7", + "resolved": "https://registry.npmjs.org/is-string/-/is-string-1.0.7.tgz", + "integrity": "sha512-tE2UXzivje6ofPW7l23cjDOMa09gb7xlAqG6jG5ej6uPV32TlWP3NKPigtaGeHNu9fohccRYvIiZMfOOnOYUtg==", + "dev": true, + "dependencies": { + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-symbol": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/is-symbol/-/is-symbol-1.0.4.tgz", + "integrity": "sha512-C/CPBqKWnvdcxqIARxyOh4v1UUEOCHpgDa0WYgpKDFMszcrPcffg5uhwSgPCLD2WWxmq6isisz87tzT01tuGhg==", + "dev": true, + "dependencies": { + "has-symbols": "^1.0.2" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-typed-array": { + "version": "1.1.12", + "resolved": "https://registry.npmjs.org/is-typed-array/-/is-typed-array-1.1.12.tgz", + "integrity": "sha512-Z14TF2JNG8Lss5/HMqt0//T9JeHXttXy5pH/DBU4vi98ozO2btxzq9MwYDZYnKwU8nRsz/+GVFVRDq3DkVuSPg==", + "dev": true, + "dependencies": { + "which-typed-array": "^1.1.11" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "is-typedarray": { + "node_modules/is-typedarray": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/is-typedarray/-/is-typedarray-1.0.0.tgz", - "integrity": "sha1-5HnICFjfDBsR3dppQPlgEfzaSpo=", + "integrity": "sha512-cyA56iCMHAh5CdzjJIa4aohJyeO1YbwLi3Jc35MmRU6poroFjIGZzUzupGiRPOjgHg9TLu43xbpwXk523fMxKA==", "dev": true }, - "is-unicode-supported": { + "node_modules/is-unicode-supported": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/is-unicode-supported/-/is-unicode-supported-0.1.0.tgz", "integrity": "sha512-knxG2q4UC3u8stRGyAVJCOdxFmv5DZiRcdlIaAQXAbSfJya+OhopNotLQrstBhququ4ZpuKbDc/8S6mgXgPFPw==", - "dev": true + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "is-what": { + "node_modules/is-weakmap": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/is-weakmap/-/is-weakmap-2.0.1.tgz", + "integrity": "sha512-NSBR4kH5oVj1Uwvv970ruUkCV7O1mzgVFO4/rev2cLRda9Tm9HrL70ZPut4rOHgY0FNrUu9BCbXA2sdQ+x0chA==", + "dev": true, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-weakset": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/is-weakset/-/is-weakset-2.0.2.tgz", + "integrity": "sha512-t2yVvttHkQktwnNNmBQ98AhENLdPUTDTE21uPqAQ0ARwQfGeQKRVS0NNurH7bTf7RrvcVn1OOge45CnBeHCSmg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "get-intrinsic": "^1.1.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/is-what": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/is-what/-/is-what-3.14.1.tgz", "integrity": "sha512-sNxgpk9793nzSs7bA6JQJGeIuRBQhAaNGG77kzYQgMkrID+lS6SlK07K5LaptscDlSaIgH+GPFzf+d75FVxozA==", "dev": true }, - "is-windows": { + "node_modules/is-windows": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/is-windows/-/is-windows-1.0.2.tgz", - "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==" + "integrity": "sha512-eXK1UInq2bPmjyX6e3VHIzMLobc4J94i4AWn+Hpq3OU5KkrRC96OAcR3PRJ/pGu6m8TRnBHP9dkXQVsT/COVIA==", + "engines": { + "node": ">=0.10.0" + } }, - "is-wsl": { + "node_modules/is-wsl": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/is-wsl/-/is-wsl-2.2.0.tgz", "integrity": "sha512-fKzAra0rGJUUBwGBgNkHZuToZcn+TtXHpeCgmkMJMMYx1sQDYaCSyjJBSCa2nH1DGm7s3n1oBnohoVTBaN7Lww==", "dev": true, - "requires": { + "dependencies": { "is-docker": "^2.0.0" + }, + "engines": { + "node": ">=8" } }, - "isarray": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", - "integrity": "sha1-u5NdSFgsuhaMBoNJV6VKPgcSTxE=" + "node_modules/isarray": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.5.tgz", + "integrity": "sha512-xHjhDr3cNBK0BzdUJSPXZntQUx/mwMS5Rw4A7lPJ90XGAO6ISP/ePDNuo0vhqOZU+UD5JoodwCAAoZQd3FeAKw==", + "dev": true }, - "isbinaryfile": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-3.0.3.tgz", - "integrity": "sha512-8cJBL5tTd2OS0dM4jz07wQd5g0dCCqIhUxPIGtZfa5L6hWlvV5MHTITy/DBAsF+Oe2LS1X3krBUhNwaGUWpWxw==", - "requires": { - "buffer-alloc": "^1.2.0" + "node_modules/isbinaryfile": { + "version": "4.0.10", + "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", + "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", + "engines": { + "node": ">= 8.0.0" + }, + "funding": { + "url": "https://github.com/sponsors/gjtorikian/" } }, - "isexe": { + "node_modules/isexe": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/isexe/-/isexe-2.0.0.tgz", - "integrity": "sha1-6PvzdNxVb/iUehDcsFctYz8s+hA=", + "integrity": "sha512-RHxMLp9lnKHGHRng9QFhRCMbYAcVpn69smSGcq3f36xjgVVWThj4qqLbTLlq7Ssj8B+fIQ1EuCEGI2lKsyQeIw==", "dev": true }, - "isobject": { + "node_modules/isobject": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/isobject/-/isobject-3.0.1.tgz", - "integrity": "sha1-TkMekrEalzFjaqH5yNHMvP2reN8=" + "integrity": "sha512-WhB9zCku7EGTj/HQQRz5aUQEUeoQZH2bWcltRErOpymJ4boYE6wL9Tbr23krRPSZ+C5zqNSrSw+Cc7sZZ4b7vg==", + "engines": { + "node": ">=0.10.0" + } }, - "isstream": { + "node_modules/isstream": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/isstream/-/isstream-0.1.2.tgz", - "integrity": "sha1-R+Y/evVa+m+S4VAOaQ64uFKcCZo=", + "integrity": "sha512-Yljz7ffyPbrLpLngrMtZ7NduUgVvi6wG9RJ9IUcyCd59YQ911PBJphODUcbOVbqYfxe1wuYf/LJ8PauMRwsM/g==", "dev": true }, - "istanbul-lib-coverage": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.0.tgz", - "integrity": "sha512-eOeJ5BHCmHYvQK7xt9GkdHuzuCGS1Y6g9Gvnx3Ym33fz/HpLRYxiS0wHNr+m/MBC8B647Xt608vCDEvhl9c6Mw==", - "dev": true + "node_modules/istanbul-lib-coverage": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-3.2.2.tgz", + "integrity": "sha512-O8dpsF+r0WV/8MNRKfnmrtCWhuKjxrq2w+jpzBL5UZKTi2LeVWnWOmWRxFlesJONmc+wLAGvKQZEOanko0LFTg==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument": { + "version": "5.2.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", + "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "dev": true, + "dependencies": { + "@babel/core": "^7.12.3", + "@babel/parser": "^7.14.7", + "@istanbuljs/schema": "^0.1.2", + "istanbul-lib-coverage": "^3.2.0", + "semver": "^6.3.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-instrument/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/istanbul-lib-report": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.1.tgz", + "integrity": "sha512-GCfE1mtsHGOELCU8e/Z7YWzpmybrx/+dSTfLrvY8qRmaY6zXTKWn6WQIjaAFw069icm6GVMNkgu0NzI4iPZUNw==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "make-dir": "^4.0.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/istanbul-lib-report/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-report/node_modules/make-dir": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-4.0.0.tgz", + "integrity": "sha512-hXdUTZYIVOt1Ex//jAQi+wTZZpUpwBj/0QsOzqegb3rGMMeJiSEu5xLHnYfBrRV4RH2+OCSOO95Is/7x1WJ4bw==", + "dev": true, + "dependencies": { + "semver": "^7.5.3" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/istanbul-lib-report/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/istanbul-lib-source-maps": { + "version": "3.0.6", + "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", + "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", + "dev": true, + "dependencies": { + "debug": "^4.1.1", + "istanbul-lib-coverage": "^2.0.5", + "make-dir": "^2.1.0", + "rimraf": "^2.6.3", + "source-map": "^0.6.1" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/istanbul-lib-coverage": { + "version": "2.0.5", + "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", + "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", + "dev": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "dependencies": { + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/istanbul-lib-source-maps/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "engines": { + "node": ">=6" + } }, - "istanbul-lib-instrument": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/istanbul-lib-instrument/-/istanbul-lib-instrument-5.2.1.tgz", - "integrity": "sha512-pzqtp31nLv/XFOzXGuvhCb8qhjmTVo5vjVk19XE4CRlSWz0KoeJ3bw9XsA7nOp9YBf4qHjwBxkDzKcME/J29Yg==", + "node_modules/istanbul-lib-source-maps/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", "dev": true, - "requires": { - "@babel/core": "^7.12.3", - "@babel/parser": "^7.14.7", - "@istanbuljs/schema": "^0.1.2", - "istanbul-lib-coverage": "^3.2.0", - "semver": "^6.3.0" - }, "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" } }, - "istanbul-lib-report": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/istanbul-lib-report/-/istanbul-lib-report-3.0.0.tgz", - "integrity": "sha512-wcdi+uAKzfiGT2abPpKZ0hSU1rGQjUQnLvtY5MpQ7QCTahD3VODhcu4wcfY1YtkGaDD5yuydOLINXsfbus9ROw==", + "node_modules/istanbul-lib-source-maps/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", "dev": true, - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "make-dir": "^3.0.0", - "supports-color": "^7.1.0" - }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "bin": { + "semver": "bin/semver" } }, - "istanbul-lib-source-maps": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/istanbul-lib-source-maps/-/istanbul-lib-source-maps-3.0.6.tgz", - "integrity": "sha512-R47KzMtDJH6X4/YW9XTx+jrLnZnscW4VpNN+1PViSYTejLVPWv7oov+Duf8YQSPyVRUvueQqz1TcsC6mooZTXw==", + "node_modules/istanbul-lib-source-maps/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", "dev": true, - "requires": { - "debug": "^4.1.1", - "istanbul-lib-coverage": "^2.0.5", - "make-dir": "^2.1.0", - "rimraf": "^2.6.3", - "source-map": "^0.6.1" - }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "istanbul-lib-coverage": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/istanbul-lib-coverage/-/istanbul-lib-coverage-2.0.5.tgz", - "integrity": "sha512-8aXznuEPCJvGnMSRft4udDRDtb1V3pkQkMMI5LI+6HuQz5oQ4J2UFn1H82raA3qJtyOLkkwVqICBQkjnGtn5mA==", - "dev": true - }, - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - } + "engines": { + "node": ">=0.10.0" } }, - "istanbul-reports": { - "version": "3.1.5", - "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.5.tgz", - "integrity": "sha512-nUsEMa9pBt/NOHqbcbeJEgqIlY/K7rVWUX6Lql2orY5e9roQOthbR3vtY4zzf2orPELg80fnxxk9zUyPlgwD1w==", + "node_modules/istanbul-reports": { + "version": "3.1.6", + "resolved": "https://registry.npmjs.org/istanbul-reports/-/istanbul-reports-3.1.6.tgz", + "integrity": "sha512-TLgnMkKg3iTDsQ9PbPTdpfAK2DzjF9mqUG7RMgcQl8oFjad8ob4laGxv5XV5U9MAfx8D6tSJiUyuAwzLicaxlg==", "dev": true, - "requires": { + "dependencies": { "html-escaper": "^2.0.0", "istanbul-lib-report": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "jake": { - "version": "10.8.5", - "resolved": "https://registry.npmjs.org/jake/-/jake-10.8.5.tgz", - "integrity": "sha512-sVpxYeuAhWt0OTWITwT98oyV0GsXyMlXCF+3L1SuafBVUIr/uILGRB+NqwkzhgXKvoJpDIpQvqkUALgdmQsQxw==", + "node_modules/jackspeak": { + "version": "2.3.6", + "resolved": "https://registry.npmjs.org/jackspeak/-/jackspeak-2.3.6.tgz", + "integrity": "sha512-N3yCS/NegsOBokc8GAdM8UcmfsKiSS8cipheD/nivzr700H+nsMOxJjQnvwOcRYVuFkdH0wGUvW2WbXGmrZGbQ==", "dev": true, - "requires": { - "async": "^3.2.3", - "chalk": "^4.0.2", - "filelist": "^1.0.1", - "minimatch": "^3.0.4" - }, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "@isaacs/cliui": "^8.0.2" + }, + "engines": { + "node": ">=14" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + }, + "optionalDependencies": { + "@pkgjs/parseargs": "^0.11.0" } }, - "jasmine": { + "node_modules/jasmine": { "version": "2.8.0", "resolved": "https://registry.npmjs.org/jasmine/-/jasmine-2.8.0.tgz", "integrity": "sha512-KbdGQTf5jbZgltoHs31XGiChAPumMSY64OZMWLNYnEnMfG5uwGBhffePwuskexjT+/Jea/gU3qAU8344hNohSw==", "dev": true, - "requires": { + "dependencies": { "exit": "^0.1.2", "glob": "^7.0.6", "jasmine-core": "~2.8.0" }, - "dependencies": { - "jasmine-core": { - "version": "2.8.0", - "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz", - "integrity": "sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==", - "dev": true - } + "bin": { + "jasmine": "bin/jasmine.js" } }, - "jasmine-core": { + "node_modules/jasmine-core": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-3.6.0.tgz", "integrity": "sha512-8uQYa7zJN8hq9z+g8z1bqCfdC8eoDAeVnM5sfqs7KHv9/ifoJ500m018fpFc7RDaO6SWCLCXwo/wPSNcdYTgcw==", "dev": true }, - "jasmine-spec-reporter": { + "node_modules/jasmine-spec-reporter": { "version": "5.0.2", "resolved": "https://registry.npmjs.org/jasmine-spec-reporter/-/jasmine-spec-reporter-5.0.2.tgz", "integrity": "sha512-6gP1LbVgJ+d7PKksQBc2H0oDGNRQI3gKUsWlswKaQ2fif9X5gzhQcgM5+kiJGCQVurOG09jqNhk7payggyp5+g==", "dev": true, - "requires": { + "dependencies": { "colors": "1.4.0" } }, - "jasminewd2": { + "node_modules/jasmine/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/jasmine/node_modules/jasmine-core": { + "version": "2.8.0", + "resolved": "https://registry.npmjs.org/jasmine-core/-/jasmine-core-2.8.0.tgz", + "integrity": "sha512-SNkOkS+/jMZvLhuSx1fjhcNWUC/KG6oVyFUGkSBEr9n1axSNduWU8GlI7suaHXr4yxjet6KjrUZxUTE5WzzWwQ==", + "dev": true + }, + "node_modules/jasminewd2": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/jasminewd2/-/jasminewd2-2.2.0.tgz", "integrity": "sha512-Rn0nZe4rfDhzA63Al3ZGh0E+JTmM6ESZYXJGKuqKGZObsAB9fwXPD03GjtIEvJBDOhN94T5MzbwZSqzFHSQPzg==", - "dev": true + "dev": true, + "engines": { + "node": ">= 6.9.x" + } }, - "jest-worker": { + "node_modules/jest-worker": { "version": "27.5.1", "resolved": "https://registry.npmjs.org/jest-worker/-/jest-worker-27.5.1.tgz", "integrity": "sha512-7vuh85V5cdDofPyxn58nrPjBktZo0u9x1g8WtjQol+jZDaE+fhN+cIvTj11GndBnMnyfrUOG1sZQxCdjKh+DKg==", "dev": true, - "requires": { + "dependencies": { "@types/node": "*", "merge-stream": "^2.0.0", "supports-color": "^8.0.0" }, - "dependencies": { - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "8.1.1", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", - "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "engines": { + "node": ">= 10.13.0" } }, - "js-sdsl": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/js-sdsl/-/js-sdsl-4.1.5.tgz", - "integrity": "sha512-08bOAKweV2NUC1wqTtf3qZlnpOX/R2DU9ikpjOHs0H+ibQv3zpncVQg6um4uYtRtrwIX8M4Nh3ytK4HGlYAq7Q==", - "dev": true + "node_modules/jest-worker/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/jest-worker/node_modules/supports-color": { + "version": "8.1.1", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-8.1.1.tgz", + "integrity": "sha512-MpUEN2OodtUzxvKQl72cUF7RQ5EiHsGvSsVG0ia9c5RbWGL2CI4C7EpPS8UTBIplnlzZiNuV56w+FuNxy3ty2Q==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/supports-color?sponsor=1" + } }, - "js-tokens": { + "node_modules/js-tokens": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/js-tokens/-/js-tokens-4.0.0.tgz", "integrity": "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ==", "dev": true }, - "js-yaml": { + "node_modules/js-yaml": { "version": "3.14.1", "resolved": "https://registry.npmjs.org/js-yaml/-/js-yaml-3.14.1.tgz", "integrity": "sha512-okMH7OXXJ7YrN9Ok3/SXrnu4iX9yOk+25nqX4imS2npuvTYDmo/QEZoqwZkYaIDk3jVvBOTOIEgEhaLOynBS9g==", "dev": true, - "requires": { + "dependencies": { "argparse": "^1.0.7", "esprima": "^4.0.0" + }, + "bin": { + "js-yaml": "bin/js-yaml.js" } }, - "jsbn": { + "node_modules/jsbn": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/jsbn/-/jsbn-0.1.1.tgz", - "integrity": "sha1-peZUwuWi3rXyAdls77yoDA7y9RM=", + "integrity": "sha512-UVU9dibq2JcFWxQPA6KCqj5O42VOmAY3zQUfEKxU0KpTGXwNoCjkX1e13eHNvw/xPynt6pU0rZ1htjWTNTSXsg==", "dev": true }, - "jsesc": { + "node_modules/jsesc": { "version": "2.5.2", "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-2.5.2.tgz", "integrity": "sha512-OYu7XEzjkCQ3C5Ps3QIZsQfNpqoJyZZA99wd9aWd05NCtC5pWOkShK2mkL6HXQR6/Cy2lbNdPlZBpuQHXE63gA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/json-buffer": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-buffer/-/json-buffer-3.0.1.tgz", + "integrity": "sha512-4bV5BfR2mqfQTJm+V5tPPdf+ZpuhiIvTuAB5g8kcrXOZpTT/QwwVRWBywX1ozr6lEuPdbHxwaJlm9G6mI2sfSQ==", "dev": true }, - "json-parse-even-better-errors": { + "node_modules/json-parse-even-better-errors": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-2.3.1.tgz", "integrity": "sha512-xyFwyhro/JEof6Ghe2iz2NcXoj2sloNsWr/XsERDK/oiPCfaNhl5ONfp+jQdAZRQQ0IJWNzH9zIZF7li91kh2w==", "dev": true }, - "json-schema": { + "node_modules/json-schema": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/json-schema/-/json-schema-0.4.0.tgz", "integrity": "sha512-es94M3nTIfsEPisRafak+HDLfHXnKBhV3vU5eqPcS3flIWqcxJWgXHXiey3YrpaNsanY5ei1VoYEbOzijuq9BA==", "dev": true }, - "json-schema-traverse": { + "node_modules/json-schema-traverse": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-1.0.0.tgz", "integrity": "sha512-NM8/P9n3XjXhIZn1lLhkFaACTOURQXjWhV4BA/RnOv8xvgqtqpAX9IO4mRQxSx1Rlo4tqzeqb0sOlruaOy3dug==", "dev": true }, - "json-stable-stringify-without-jsonify": { + "node_modules/json-stable-stringify-without-jsonify": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/json-stable-stringify-without-jsonify/-/json-stable-stringify-without-jsonify-1.0.1.tgz", "integrity": "sha512-Bdboy+l7tA3OGW6FjyFHWkP5LuByj1Tk33Ljyq0axyzdk9//JSi2u3fP1QSmd1KNwq6VOKYGlAu87CisVir6Pw==", "dev": true }, - "json-stringify-safe": { + "node_modules/json-stringify-safe": { "version": "5.0.1", "resolved": "https://registry.npmjs.org/json-stringify-safe/-/json-stringify-safe-5.0.1.tgz", - "integrity": "sha1-Epai1Y/UXxmg9s4B1lcB4sc1tus=", + "integrity": "sha512-ZClg6AaYvamvYEE82d3Iyd3vSSIjQ+odgjaTzRuO3s7toCdFKczob2i0zCh7JE8kWn17yvAWhUVxvqGwUalsRA==", "dev": true }, - "json5": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.1.tgz", - "integrity": "sha512-1hqLFMSrGHRHxav9q9gNjJ5EXznIxGVO09xQRrwplcS8qs28pZ8s8hupZAmqDwZUmVZ2Qb2jnyPOWcDH8m8dlA==", - "dev": true + "node_modules/json5": { + "version": "2.2.3", + "resolved": "https://registry.npmjs.org/json5/-/json5-2.2.3.tgz", + "integrity": "sha512-XmOWe7eyHYH14cLdVPoyg+GOH3rYX++KpzrylJwSW98t3Nk+U8XOl8FWKOgwtzdb8lXGf6zYwDUzeHMWfxasyg==", + "dev": true, + "bin": { + "json5": "lib/cli.js" + }, + "engines": { + "node": ">=6" + } }, - "jsonc-parser": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.1.0.tgz", - "integrity": "sha512-DRf0QjnNeCUds3xTjKlQQ3DpJD51GvDjJfnxUVWg6PZTo2otSm+slzNAxU/35hF8/oJIKoG9slq30JYOsF2azg==", + "node_modules/jsonc-parser": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/jsonc-parser/-/jsonc-parser-3.2.0.tgz", + "integrity": "sha512-gfFQZrcTc8CnKXp6Y4/CBT3fTc0OVuDofpre4aEeEpSBPV5X5v4+Vmx+8snU7RLPrNHPKSgLxGo9YuQzz20o+w==", "dev": true }, - "jsonfile": { + "node_modules/jsonfile": { "version": "6.1.0", "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-6.1.0.tgz", "integrity": "sha512-5dgndWOriYSm5cnYaJNhalLNDKOqFwyDB/rr1E9ZsGciGvKPs8R2xYGCacuf3z6K1YKDz182fd+fY3cn3pMqXQ==", "dev": true, - "requires": { - "graceful-fs": "^4.1.6", + "dependencies": { "universalify": "^2.0.0" + }, + "optionalDependencies": { + "graceful-fs": "^4.1.6" } }, - "jsonparse": { + "node_modules/jsonparse": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/jsonparse/-/jsonparse-1.3.1.tgz", "integrity": "sha512-POQXvpdL69+CluYsillJ7SUhKvytYjW9vG/GKpnf+xP8UWgYEM/RaMzHHofbALDiKbbP1W8UEYmgGl39WkPZsg==", - "dev": true + "dev": true, + "engines": [ + "node >= 0.2.0" + ] }, - "jsprim": { + "node_modules/jsprim": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/jsprim/-/jsprim-1.4.2.tgz", "integrity": "sha512-P2bSOMAc/ciLz6DzgjVlGJP9+BrJWu5UDGK70C2iweC5QBIeFf0ZXRvGjEj2uYgrY2MkAAhsSWHDWlFtEroZWw==", "dev": true, - "requires": { + "dependencies": { "assert-plus": "1.0.0", "extsprintf": "1.3.0", "json-schema": "0.4.0", "verror": "1.10.0" + }, + "engines": { + "node": ">=0.6.0" } }, - "jszip": { + "node_modules/jszip": { "version": "3.10.1", "resolved": "https://registry.npmjs.org/jszip/-/jszip-3.10.1.tgz", "integrity": "sha512-xXDvecyTpGLrqFrvkrUSoxxfJI5AH7U8zxxtVclpsUtMCq4JQ290LY8AW5c7Ggnr/Y/oK+bQMbqK2qmtk3pN4g==", "dev": true, - "requires": { + "dependencies": { "lie": "~3.3.0", "pako": "~1.0.2", "readable-stream": "~2.3.6", "setimmediate": "^1.0.5" } }, - "karma": { - "version": "6.4.1", - "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.1.tgz", - "integrity": "sha512-Cj57NKOskK7wtFWSlMvZf459iX+kpYIPXmkNUzP2WAFcA7nhr/ALn5R7sw3w+1udFDcpMx/tuB8d5amgm3ijaA==", + "node_modules/jszip/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/jszip/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/jszip/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/jszip/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", "dev": true, - "requires": { + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/karma": { + "version": "6.4.2", + "resolved": "https://registry.npmjs.org/karma/-/karma-6.4.2.tgz", + "integrity": "sha512-C6SU/53LB31BEgRg+omznBEMY4SjHU3ricV6zBcAe1EeILKkeScr+fZXtaI5WyDbkVowJxxAI6h73NcFPmXolQ==", + "dependencies": { "@colors/colors": "1.5.0", "body-parser": "^1.19.0", "braces": "^3.0.2", @@ -8420,973 +11700,1157 @@ "ua-parser-js": "^0.7.30", "yargs": "^16.1.1" }, - "dependencies": { - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "base64id": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/base64id/-/base64id-2.0.0.tgz", - "integrity": "sha512-lGe34o6EHj9y3Kts9R4ZYs/Gr+6N7MCaMlIFA3F1R2O5/m7K06AxfSeO5530PEERE6/WyEg3lsuyw4GHlPZHog==", - "dev": true - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "cookie": { - "version": "0.4.2", - "resolved": "https://registry.npmjs.org/cookie/-/cookie-0.4.2.tgz", - "integrity": "sha512-aSWTXFzaKWkvHO1Ny/s+ePFpvKsPnjc551iI41v3ny/ow6tBG5Vd+FuqGNhh1LxOmVzOlGUriIlOaokOvhaStA==", - "dev": true - }, - "date-format": { - "version": "4.0.14", - "resolved": "https://registry.npmjs.org/date-format/-/date-format-4.0.14.tgz", - "integrity": "sha512-39BOQLs9ZjKh0/patS9nrT8wc3ioX3/eA/zgbKNopnF2wCqJEoxywwwElATYvRsXdnOxA/OQeQoFZ3rFjVajhg==", - "dev": true - }, - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "engine.io": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/engine.io/-/engine.io-6.2.0.tgz", - "integrity": "sha512-4KzwW3F3bk+KlzSOY57fj/Jx6LyRQ1nbcyIadehl+AnXjKT7gDO0ORdRi/84ixvMKTym6ZKuxvbzN62HDDU1Lg==", - "dev": true, - "requires": { - "@types/cookie": "^0.4.1", - "@types/cors": "^2.8.12", - "@types/node": ">=10.0.0", - "accepts": "~1.3.4", - "base64id": "2.0.0", - "cookie": "~0.4.1", - "cors": "~2.8.5", - "debug": "~4.3.1", - "engine.io-parser": "~5.0.3", - "ws": "~8.2.3" - } - }, - "engine.io-parser": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/engine.io-parser/-/engine.io-parser-5.0.4.tgz", - "integrity": "sha512-+nVFp+5z1E3HcToEnO7ZIj3g+3k9389DvWtvJZz0T6/eOCPIyyxehFcedoYrZQrp0LgQbD9pPXhpMBKMd5QURg==", - "dev": true - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "flatted": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/flatted/-/flatted-3.2.7.tgz", - "integrity": "sha512-5nqDSxl8nn5BSNxyR3n4I6eDmbolI6WT+QqR547RwxQapgjQBmtktdP+HTBb/a/zLsbzERTONyUB5pefh5TtjQ==", - "dev": true - }, - "fs-extra": { - "version": "8.1.0", - "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", - "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", - "dev": true, - "requires": { - "graceful-fs": "^4.2.0", - "jsonfile": "^4.0.0", - "universalify": "^0.1.0" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "isbinaryfile": { - "version": "4.0.10", - "resolved": "https://registry.npmjs.org/isbinaryfile/-/isbinaryfile-4.0.10.tgz", - "integrity": "sha512-iHrqe5shvBUcFbmZq9zOQHBoeOhZJu6RQGrDpBgenUm/Am+F3JM2MgQj+rK3Z601fzrL5gLZWtAPH2OBaSVcyw==", - "dev": true - }, - "jsonfile": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", - "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", - "dev": true, - "requires": { - "graceful-fs": "^4.1.6" - } - }, - "lodash": { - "version": "4.17.21", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", - "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==", - "dev": true - }, - "log4js": { - "version": "6.7.0", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.7.0.tgz", - "integrity": "sha512-KA0W9ffgNBLDj6fZCq/lRbgR6ABAodRIDHrZnS48vOtfKa4PzWImb0Md1lmGCdO3n3sbCm/n1/WmrNlZ8kCI3Q==", - "dev": true, - "requires": { - "date-format": "^4.0.14", - "debug": "^4.3.4", - "flatted": "^3.2.7", - "rfdc": "^1.3.0", - "streamroller": "^3.1.3" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "socket.io": { - "version": "4.5.2", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.5.2.tgz", - "integrity": "sha512-6fCnk4ARMPZN448+SQcnn1u8OHUC72puJcNtSgg2xS34Cu7br1gQ09YKkO1PFfDn/wyUE9ZgMAwosJed003+NQ==", - "dev": true, - "requires": { - "accepts": "~1.3.4", - "base64id": "~2.0.0", - "debug": "~4.3.2", - "engine.io": "~6.2.0", - "socket.io-adapter": "~2.4.0", - "socket.io-parser": "~4.2.0" - } - }, - "socket.io-adapter": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.4.0.tgz", - "integrity": "sha512-W4N+o69rkMEGVuk2D/cvca3uYsvGlMwsySWV447y99gUPghxq42BxqLNMndb+a1mm/5/7NeXVQS7RLa2XyXvYg==", - "dev": true - }, - "socket.io-parser": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.1.tgz", - "integrity": "sha512-V4GrkLy+HeF1F/en3SpUaM+7XxYXpuMUWLGde1kSSh5nQMN4hLrbPIkD+otwh6q9R6NOQBN4AMaOZ2zVjui82g==", - "dev": true, - "requires": { - "@socket.io/component-emitter": "~3.1.0", - "debug": "~4.3.1" - } - }, - "streamroller": { - "version": "3.1.3", - "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.3.tgz", - "integrity": "sha512-CphIJyFx2SALGHeINanjFRKQ4l7x2c+rXYJ4BMq0gd+ZK0gi4VT8b+eHe2wi58x4UayBAKx4xtHpXT/ea1cz8w==", - "dev": true, - "requires": { - "date-format": "^4.0.14", - "debug": "^4.3.4", - "fs-extra": "^8.1.0" - } - }, - "tmp": { - "version": "0.2.1", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", - "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", - "dev": true, - "requires": { - "rimraf": "^3.0.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "universalify": { - "version": "0.1.2", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", - "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", - "dev": true - }, - "ws": { - "version": "8.2.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.2.3.tgz", - "integrity": "sha512-wBuoj1BDpC6ZQ1B7DWQBYVLphPWkm8i9Y0/3YdHjHKHiohOJ1ws+3OccDWtH+PoC9DZD5WOTrJvNbWvjS6JWaA==", - "dev": true - }, - "yargs": { - "version": "16.2.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", - "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", - "dev": true, - "requires": { - "cliui": "^7.0.2", - "escalade": "^3.1.1", - "get-caller-file": "^2.0.5", - "require-directory": "^2.1.1", - "string-width": "^4.2.0", - "y18n": "^5.0.5", - "yargs-parser": "^20.2.2" - } - }, - "yargs-parser": { - "version": "20.2.9", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", - "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", - "dev": true - } + "bin": { + "karma": "bin/karma" + }, + "engines": { + "node": ">= 10" } }, - "karma-chrome-launcher": { + "node_modules/karma-chrome-launcher": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/karma-chrome-launcher/-/karma-chrome-launcher-3.1.1.tgz", "integrity": "sha512-hsIglcq1vtboGPAN+DGCISCFOxW+ZVnIqhDQcCMqqCp+4dmJ0Qpq5QAjkbA0X2L9Mi6OBkHi2Srrbmm7pUKkzQ==", "dev": true, - "requires": { + "dependencies": { "which": "^1.2.1" + } + }, + "node_modules/karma-chrome-launcher/node_modules/which": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", + "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", + "dev": true, + "dependencies": { + "isexe": "^2.0.0" + }, + "bin": { + "which": "bin/which" + } + }, + "node_modules/karma-coverage-istanbul-reporter": { + "version": "3.0.3", + "resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-3.0.3.tgz", + "integrity": "sha512-wE4VFhG/QZv2Y4CdAYWDbMmcAHeS926ZIji4z+FkB2aF/EposRb6DP6G5ncT/wXhqUfAb/d7kZrNKPonbvsATw==", + "dev": true, + "dependencies": { + "istanbul-lib-coverage": "^3.0.0", + "istanbul-lib-report": "^3.0.0", + "istanbul-lib-source-maps": "^3.0.6", + "istanbul-reports": "^3.0.2", + "minimatch": "^3.0.4" + }, + "funding": { + "url": "https://github.com/sponsors/mattlewis92" + } + }, + "node_modules/karma-jasmine": { + "version": "4.0.2", + "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-4.0.2.tgz", + "integrity": "sha512-ggi84RMNQffSDmWSyyt4zxzh2CQGwsxvYYsprgyR1j8ikzIduEdOlcLvXjZGwXG/0j41KUXOWsUCBfbEHPWP9g==", + "dev": true, + "dependencies": { + "jasmine-core": "^3.6.0" + }, + "engines": { + "node": ">= 10" + }, + "peerDependencies": { + "karma": "*" + } + }, + "node_modules/karma-jasmine-html-reporter": { + "version": "1.7.0", + "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.7.0.tgz", + "integrity": "sha512-pzum1TL7j90DTE86eFt48/s12hqwQuiD+e5aXx2Dc9wDEn2LfGq6RoAxEZZjFiN0RDSCOnosEKRZWxbQ+iMpQQ==", + "dev": true, + "peerDependencies": { + "jasmine-core": ">=3.8", + "karma": ">=0.9", + "karma-jasmine": ">=1.1" + } + }, + "node_modules/karma-source-map-support": { + "version": "1.4.0", + "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", + "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "dev": true, + "dependencies": { + "source-map-support": "^0.5.5" + } + }, + "node_modules/karma/node_modules/cliui": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-7.0.4.tgz", + "integrity": "sha512-OcRE68cOsVMXp1Yvonl/fzkQOyjLSu/8bhPDfQt0e0/Eb283TKP20Fs2MqoPsr9SwA595rRCA+QMzYc9nBP+JQ==", + "dependencies": { + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^7.0.0" + } + }, + "node_modules/karma/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/karma/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", "dependencies": { - "which": { - "version": "1.3.1", - "resolved": "https://registry.npmjs.org/which/-/which-1.3.1.tgz", - "integrity": "sha512-HxJdYWq1MTIQbJ3nw0cqssHoTNU267KlrDuGZ1WYlxDStUtKUhOaJmh112/TZmHxxUfuJqPXSOm7tDyas0OSIQ==", - "dev": true, - "requires": { - "isexe": "^2.0.0" - } - } + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" } }, - "karma-coverage-istanbul-reporter": { - "version": "3.0.3", - "resolved": "https://registry.npmjs.org/karma-coverage-istanbul-reporter/-/karma-coverage-istanbul-reporter-3.0.3.tgz", - "integrity": "sha512-wE4VFhG/QZv2Y4CdAYWDbMmcAHeS926ZIji4z+FkB2aF/EposRb6DP6G5ncT/wXhqUfAb/d7kZrNKPonbvsATw==", - "dev": true, - "requires": { - "istanbul-lib-coverage": "^3.0.0", - "istanbul-lib-report": "^3.0.0", - "istanbul-lib-source-maps": "^3.0.6", - "istanbul-reports": "^3.0.2", - "minimatch": "^3.0.4" + "node_modules/karma/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "engines": { + "node": ">=0.10.0" } }, - "karma-jasmine": { - "version": "4.0.2", - "resolved": "https://registry.npmjs.org/karma-jasmine/-/karma-jasmine-4.0.2.tgz", - "integrity": "sha512-ggi84RMNQffSDmWSyyt4zxzh2CQGwsxvYYsprgyR1j8ikzIduEdOlcLvXjZGwXG/0j41KUXOWsUCBfbEHPWP9g==", - "dev": true, - "requires": { - "jasmine-core": "^3.6.0" + "node_modules/karma/node_modules/yargs": { + "version": "16.2.0", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-16.2.0.tgz", + "integrity": "sha512-D1mvvtDG0L5ft/jGWkLpG1+m0eQxOfaBvTNELraWj22wSVUMWxZUvYgJYcKh6jGGIkJFhH4IZPQhR4TKpc8mBw==", + "dependencies": { + "cliui": "^7.0.2", + "escalade": "^3.1.1", + "get-caller-file": "^2.0.5", + "require-directory": "^2.1.1", + "string-width": "^4.2.0", + "y18n": "^5.0.5", + "yargs-parser": "^20.2.2" + }, + "engines": { + "node": ">=10" } }, - "karma-jasmine-html-reporter": { - "version": "1.7.0", - "resolved": "https://registry.npmjs.org/karma-jasmine-html-reporter/-/karma-jasmine-html-reporter-1.7.0.tgz", - "integrity": "sha512-pzum1TL7j90DTE86eFt48/s12hqwQuiD+e5aXx2Dc9wDEn2LfGq6RoAxEZZjFiN0RDSCOnosEKRZWxbQ+iMpQQ==", - "dev": true + "node_modules/karma/node_modules/yargs-parser": { + "version": "20.2.9", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.2.9.tgz", + "integrity": "sha512-y11nGElTIV+CT3Zv9t7VKl+Q3hTQoT9a1Qzezhhl6Rp21gJ/IVTW7Z3y9EWXhuUBC2Shnf+DX0antecpAwSP8w==", + "engines": { + "node": ">=10" + } }, - "karma-source-map-support": { - "version": "1.4.0", - "resolved": "https://registry.npmjs.org/karma-source-map-support/-/karma-source-map-support-1.4.0.tgz", - "integrity": "sha512-RsBECncGO17KAoJCYXjv+ckIz+Ii9NCi+9enk+rq6XC81ezYkb4/RHE6CTXdA7IOJqoF3wcaLfVG0CPmE5ca6A==", + "node_modules/keyv": { + "version": "4.5.4", + "resolved": "https://registry.npmjs.org/keyv/-/keyv-4.5.4.tgz", + "integrity": "sha512-oxVHkHR/EJf2CNXnWxRLW6mg7JyCCUcG0DtEGmL2ctUo1PNTin1PUil+r/+4r5MpVgC/fn1kjsx7mjSujKqIpw==", "dev": true, - "requires": { - "source-map-support": "^0.5.5" + "dependencies": { + "json-buffer": "3.0.1" } }, - "kind-of": { + "node_modules/kind-of": { "version": "6.0.3", "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-6.0.3.tgz", - "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==" + "integrity": "sha512-dcS1ul+9tmeD95T+x28/ehLgd9mENa3LsvDTtzm3vyBEO7RPptvAD+t44WVXaUjTBRcrpFeFlC8WCruUR456hw==", + "engines": { + "node": ">=0.10.0" + } }, - "klona": { - "version": "2.0.5", - "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.5.tgz", - "integrity": "sha512-pJiBpiXMbt7dkzXe8Ghj/u4FfXOOa98fPW+bihOJ4SjnoijweJrNThJfd3ifXpXhREjpoF2mZVH1GfS9LV3kHQ==", - "dev": true + "node_modules/klona": { + "version": "2.0.6", + "resolved": "https://registry.npmjs.org/klona/-/klona-2.0.6.tgz", + "integrity": "sha512-dhG34DXATL5hSxJbIexCft8FChFXtmskoZYnoPWjXQuebWYCNkVeV3KkGegCK9CP1oswI/vQibS2GY7Em/sJJA==", + "dev": true, + "engines": { + "node": ">= 8" + } }, - "less": { + "node_modules/less": { "version": "4.1.3", "resolved": "https://registry.npmjs.org/less/-/less-4.1.3.tgz", "integrity": "sha512-w16Xk/Ta9Hhyei0Gpz9m7VS8F28nieJaL/VyShID7cYvP6IL5oHeL6p4TXSDJqZE/lNv0oJ2pGVjJsRkfwm5FA==", "dev": true, - "requires": { + "dependencies": { "copy-anything": "^2.0.1", + "parse-node-version": "^1.0.1", + "tslib": "^2.3.0" + }, + "bin": { + "lessc": "bin/lessc" + }, + "engines": { + "node": ">=6" + }, + "optionalDependencies": { "errno": "^0.1.1", "graceful-fs": "^4.1.2", "image-size": "~0.5.0", "make-dir": "^2.1.0", "mime": "^1.4.1", "needle": "^3.1.0", - "parse-node-version": "^1.0.1", - "source-map": "~0.6.0", - "tslib": "^2.3.0" + "source-map": "~0.6.0" + } + }, + "node_modules/less-loader": { + "version": "11.1.0", + "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.1.0.tgz", + "integrity": "sha512-C+uDBV7kS7W5fJlUjq5mPBeBVhYpTIm5gB09APT9o3n/ILeaXVsiSFTbZpTJCJwQ/Crczfn3DmfQFwxYusWFug==", + "dev": true, + "dependencies": { + "klona": "^2.0.4" + }, + "engines": { + "node": ">= 14.15.0" }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "less": "^3.5.0 || ^4.0.0", + "webpack": "^5.0.0" + } + }, + "node_modules/less/node_modules/make-dir": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", + "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", + "dev": true, + "optional": true, "dependencies": { - "make-dir": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-2.1.0.tgz", - "integrity": "sha512-LS9X+dc8KLxXCb8dni79fLIIUA5VyZoyjSMCwTluaXA0o27cCK0bhXkpgw+sTXVpPy/lSO57ilRixqk0vDmtRA==", - "dev": true, - "optional": true, - "requires": { - "pify": "^4.0.1", - "semver": "^5.6.0" - } - }, - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true, - "optional": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true, - "optional": true - } + "pify": "^4.0.1", + "semver": "^5.6.0" + }, + "engines": { + "node": ">=6" } }, - "less-loader": { - "version": "11.0.0", - "resolved": "https://registry.npmjs.org/less-loader/-/less-loader-11.0.0.tgz", - "integrity": "sha512-9+LOWWjuoectIEx3zrfN83NAGxSUB5pWEabbbidVQVgZhN+wN68pOvuyirVlH1IK4VT1f3TmlyvAnCXh8O5KEw==", + "node_modules/less/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", "dev": true, - "requires": { - "klona": "^2.0.4" + "optional": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/less/node_modules/pify": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", + "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=6" + } + }, + "node_modules/less/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "optional": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/less/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "optional": true, + "engines": { + "node": ">=0.10.0" } }, - "levn": { + "node_modules/levn": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/levn/-/levn-0.4.1.tgz", "integrity": "sha512-+bT2uH4E5LGE7h/n3evcS/sQlJXCpIp6ym8OWJ5eV6+67Dsql/LaaT7qJBAt2rzfoa/5QBGBhxDix1dMt2kQKQ==", "dev": true, - "requires": { + "dependencies": { "prelude-ls": "^1.2.1", "type-check": "~0.4.0" + }, + "engines": { + "node": ">= 0.8.0" } }, - "license-webpack-plugin": { + "node_modules/license-webpack-plugin": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/license-webpack-plugin/-/license-webpack-plugin-4.0.2.tgz", "integrity": "sha512-771TFWFD70G1wLTC4oU2Cw4qvtmNrIw+wRvBtn+okgHl7slJVi7zfNcdmqDL72BojM30VNJ2UHylr1o77U37Jw==", "dev": true, - "requires": { + "dependencies": { "webpack-sources": "^3.0.0" + }, + "peerDependenciesMeta": { + "webpack": { + "optional": true + }, + "webpack-sources": { + "optional": true + } } }, - "lie": { + "node_modules/lie": { "version": "3.3.0", "resolved": "https://registry.npmjs.org/lie/-/lie-3.3.0.tgz", "integrity": "sha512-UaiMJzeWRlEujzAuw5LokY1L5ecNQYZKfmyZ9L7wDHb/p5etKaxXhohBcrw0EYby+G/NA52vRSN4N39dxHAIwQ==", "dev": true, - "requires": { + "dependencies": { "immediate": "~3.0.5" } }, - "lines-and-columns": { + "node_modules/lines-and-columns": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/lines-and-columns/-/lines-and-columns-1.2.4.tgz", "integrity": "sha512-7ylylesZQ/PV29jhEDl3Ufjo6ZX7gCqJr5F7PKrqc93v7fzSymt1BpwEU8nAUXs8qzzvqhbjhK5QZg6Mt/HkBg==", "dev": true }, - "loader-runner": { + "node_modules/loader-runner": { "version": "4.3.0", "resolved": "https://registry.npmjs.org/loader-runner/-/loader-runner-4.3.0.tgz", "integrity": "sha512-3R/1M+yS3j5ou80Me59j7F9IMs4PXs3VqRrm0TU3AbKPxlmpoY1TNscJV/oGJXo8qCatFGTfDbY6W6ipGOYXfg==", - "dev": true + "dev": true, + "engines": { + "node": ">=6.11.5" + } }, - "loader-utils": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.0.tgz", - "integrity": "sha512-HVl9ZqccQihZ7JM85dco1MvO9G+ONvxoGa9rkhzFsneGLKSUg1gJf9bWzhRhcvm2qChhWpebQhP44qxjKIUCaQ==", - "dev": true + "node_modules/loader-utils": { + "version": "3.2.1", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-3.2.1.tgz", + "integrity": "sha512-ZvFw1KWS3GVyYBYb7qkmRM/WwL2TQQBxgCK62rlvm4WpVQ23Nb4tYjApUlfjrEGvOs7KHEsmyUn75OHZrJMWPw==", + "dev": true, + "engines": { + "node": ">= 12.13.0" + } }, - "locate-path": { + "node_modules/locate-path": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/locate-path/-/locate-path-5.0.0.tgz", "integrity": "sha512-t7hw9pI+WvuwNJXwk5zVHpyhIqzg2qTlklJOf0mVxGSbe3Fp2VieZcduNYjaLDoy6p9uGpQEGWG87WpMKlNq8g==", "dev": true, - "requires": { + "dependencies": { "p-locate": "^4.1.0" + }, + "engines": { + "node": ">=8" } }, - "lodash": { - "version": "3.10.1", - "resolved": "https://registry.npmjs.org/lodash/-/lodash-3.10.1.tgz", - "integrity": "sha1-W/Rejkm6QYnhfUgnid/RW9FAt7Y=" + "node_modules/lodash": { + "version": "4.17.21", + "resolved": "https://registry.npmjs.org/lodash/-/lodash-4.17.21.tgz", + "integrity": "sha512-v2kDEe57lecTulaDIuNTPy3Ry4gLGJ6Z1O3vE1krgXZNrsQ+LFTGHVxVjcXPs17LhbZVGedAJv8XZ1tvj5FvSg==" }, - "lodash.debounce": { + "node_modules/lodash.debounce": { "version": "4.0.8", "resolved": "https://registry.npmjs.org/lodash.debounce/-/lodash.debounce-4.0.8.tgz", "integrity": "sha512-FT1yDzDYEoYWhnSGnpE/4Kj1fLZkDFyqRb7fNt6FdYOSxlUWAtp42Eh6Wb0rGIv/m9Bgo7x4GhQbm5Ys4SG5ow==", "dev": true }, - "lodash.merge": { + "node_modules/lodash.merge": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/lodash.merge/-/lodash.merge-4.6.2.tgz", "integrity": "sha512-0KpjqXRVvrYyCsX1swR/XTK0va6VQkQM6MNo7PqW77ByjAhoARA8EfrP1N4+KlKj8YS0ZUCtRT/YUuhyYDujIQ==", "dev": true }, - "log-symbols": { + "node_modules/log-symbols": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/log-symbols/-/log-symbols-4.1.0.tgz", "integrity": "sha512-8XPvpAA8uyhfteu8pIvQxpJZ7SYYdpUivZpGy6sFsBuKRY/7rQGavedeB8aK+Zkyq6upMFVL/9AW6vOYzfRyLg==", "dev": true, - "requires": { + "dependencies": { "chalk": "^4.1.0", "is-unicode-supported": "^0.1.0" }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/log-symbols/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" } }, - "log4js": { - "version": "3.0.6", - "resolved": "https://registry.npmjs.org/log4js/-/log4js-3.0.6.tgz", - "integrity": "sha512-ezXZk6oPJCWL483zj64pNkMuY/NcRX5MPiB0zE6tjZM137aeusrOnW1ecxgF9cmwMWkBMhjteQxBPoZBh9FDxQ==", - "requires": { - "circular-json": "^0.5.5", - "date-format": "^1.2.0", - "debug": "^3.1.0", - "rfdc": "^1.1.2", - "streamroller": "0.7.0" + "node_modules/log-symbols/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/log-symbols/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "requires": { - "ms": "^2.1.1" - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - } + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/log-symbols/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/log-symbols/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/log-symbols/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/log4js": { + "version": "6.9.1", + "resolved": "https://registry.npmjs.org/log4js/-/log4js-6.9.1.tgz", + "integrity": "sha512-1somDdy9sChrr9/f4UlzhdaGfDR2c/SaD2a4T7qEkG4jTS57/B3qmnjLYePwQ8cqWnUHZI0iAKxMBpCZICiZ2g==", + "dependencies": { + "date-format": "^4.0.14", + "debug": "^4.3.4", + "flatted": "^3.2.7", + "rfdc": "^1.3.0", + "streamroller": "^3.1.5" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/lru-cache": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-5.1.1.tgz", + "integrity": "sha512-KpNARQA3Iwv+jTA0utUVVbrh+Jlrr1Fv0e56GGzAFOXN7dk/FviaDW8LHmK52DlcH4WP2n6gI8vN1aesBFgo9w==", + "dev": true, + "dependencies": { + "yallist": "^3.0.2" + } + }, + "node_modules/magic-string": { + "version": "0.29.0", + "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.29.0.tgz", + "integrity": "sha512-WcfidHrDjMY+eLjlU+8OvwREqHwpgCeKVBUpQ3OhYYuvfaYCUgcbuBzappNzZvg/v8onU3oQj+BYpkOJe9Iw4Q==", + "dev": true, + "dependencies": { + "@jridgewell/sourcemap-codec": "^1.4.13" + }, + "engines": { + "node": ">=12" + } + }, + "node_modules/make-dir": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", + "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "dev": true, + "dependencies": { + "semver": "^6.0.0" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/make-dir/node_modules/semver": { + "version": "6.3.1", + "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.1.tgz", + "integrity": "sha512-BR7VvDCVHO+q2xBEWskxS6DJE1qRnb7DxzUrogb71CWoSficBxYsiAGd+Kl0mmq/MprG9yArRkyrQxTO6XjMzA==", + "dev": true, + "bin": { + "semver": "bin/semver.js" + } + }, + "node_modules/make-error": { + "version": "1.3.6", + "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", + "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", + "dev": true + }, + "node_modules/make-fetch-happen": { + "version": "10.2.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", + "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", + "dev": true, + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^16.1.0", + "http-cache-semantics": "^4.1.0", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-fetch": "^2.0.3", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^9.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/@npmcli/fs": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/@npmcli/fs/-/fs-2.1.2.tgz", + "integrity": "sha512-yOJKRvohFOaLqipNtwYB9WugyZKhC/DZC4VYPmpaCzDBrA8YpK3qHZ8/HGscMnE4GqbkLNuVcCnxkeQEdGt6LQ==", + "dev": true, + "dependencies": { + "@gar/promisify": "^1.1.3", + "semver": "^7.3.5" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/cacache": { + "version": "16.1.3", + "resolved": "https://registry.npmjs.org/cacache/-/cacache-16.1.3.tgz", + "integrity": "sha512-/+Emcj9DAXxX4cwlLmRI9c166RuL3w30zp4R7Joiv2cQTtTtA+jeuCAjH3ZlGnYS3tKENSrKhAzVVP9GVyzeYQ==", + "dev": true, + "dependencies": { + "@npmcli/fs": "^2.1.0", + "@npmcli/move-file": "^2.0.0", + "chownr": "^2.0.0", + "fs-minipass": "^2.1.0", + "glob": "^8.0.1", + "infer-owner": "^1.0.4", + "lru-cache": "^7.7.1", + "minipass": "^3.1.6", + "minipass-collect": "^1.0.2", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "mkdirp": "^1.0.4", + "p-map": "^4.0.0", + "promise-inflight": "^1.0.1", + "rimraf": "^3.0.2", + "ssri": "^9.0.0", + "tar": "^6.1.11", + "unique-filename": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, + "dependencies": { + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" } }, - "lru-cache": { - "version": "4.1.5", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", - "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", - "requires": { - "pseudomap": "^1.0.2", - "yallist": "^2.1.2" + "node_modules/make-fetch-happen/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" } }, - "magic-string": { - "version": "0.26.2", - "resolved": "https://registry.npmjs.org/magic-string/-/magic-string-0.26.2.tgz", - "integrity": "sha512-NzzlXpclt5zAbmo6h6jNc8zl2gNRGHvmsZW4IvZhTC4W7k4OlLP+S5YLussa/r3ixNT66KOQfNORlXHSOy/X4A==", + "node_modules/make-fetch-happen/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, - "requires": { - "sourcemap-codec": "^1.4.8" + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "make-dir": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/make-dir/-/make-dir-3.1.0.tgz", - "integrity": "sha512-g3FeP20LNwhALb/6Cz6Dd4F2ngze0jz7tbzrD2wAV+o9FeNHe4rL+yK2md0J/fiSf1sa1ADhXqi5+oVwOM/eGw==", + "node_modules/make-fetch-happen/node_modules/ssri": { + "version": "9.0.1", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", + "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", "dev": true, - "requires": { - "semver": "^6.0.0" - }, "dependencies": { - "semver": { - "version": "6.3.0", - "resolved": "https://registry.npmjs.org/semver/-/semver-6.3.0.tgz", - "integrity": "sha512-b39TBaTSfV6yBrapU89p5fKekE2m/NwnDocOVruQFS1/veMgdzuPcnOM34M6CwxW8jH/lxEa5rBoDeUwu5HHTw==", - "dev": true - } + "minipass": "^3.1.1" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "make-error": { - "version": "1.3.6", - "resolved": "https://registry.npmjs.org/make-error/-/make-error-1.3.6.tgz", - "integrity": "sha512-s8UhlNe7vPKomQhC1qFelMokr/Sc3AgNbso3n74mVPA5LTZwkB9NlXf4XPamLxJE8h0gh73rM94xvwRT2CVInw==", - "dev": true - }, - "make-fetch-happen": { - "version": "10.2.1", - "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-10.2.1.tgz", - "integrity": "sha512-NgOPbRiaQM10DYXvN3/hhGVI2M5MtITFryzBGxHM5p4wnFxsVCbxkrBrDsk+EZ5OB4jEOT7AjDxtdF+KVEFT7w==", + "node_modules/make-fetch-happen/node_modules/unique-filename": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-2.0.1.tgz", + "integrity": "sha512-ODWHtkkdx3IAR+veKxFV+VBkUMcN+FaqzUUd7IZzt+0zhDZFPFxhlqwPF3YQvMHx1TD0tdgYl+kuPnJ8E6ql7A==", "dev": true, - "requires": { - "agentkeepalive": "^4.2.1", - "cacache": "^16.1.0", - "http-cache-semantics": "^4.1.0", - "http-proxy-agent": "^5.0.0", - "https-proxy-agent": "^5.0.0", - "is-lambda": "^1.0.1", - "lru-cache": "^7.7.1", - "minipass": "^3.1.6", - "minipass-collect": "^1.0.2", - "minipass-fetch": "^2.0.3", - "minipass-flush": "^1.0.5", - "minipass-pipeline": "^1.2.4", - "negotiator": "^0.6.3", - "promise-retry": "^2.0.1", - "socks-proxy-agent": "^7.0.0", - "ssri": "^9.0.0" + "dependencies": { + "unique-slug": "^3.0.0" }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + } + }, + "node_modules/make-fetch-happen/node_modules/unique-slug": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-3.0.0.tgz", + "integrity": "sha512-8EyMynh679x/0gqE9fT9oilG+qEt+ibFyqjuVTsZn1+CMxH+XLlpvr2UZx4nVcCwTpx81nICr2JQFkM+HPLq4w==", + "dev": true, "dependencies": { - "lru-cache": { - "version": "7.14.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.14.0.tgz", - "integrity": "sha512-EIRtP1GrSJny0dqb50QXRUNBxHJhcpxHC++M5tD7RYbvLLn5KVWKsbyswSSqDuU15UFi3bgTQIY8nhDMeF6aDQ==", - "dev": true - } + "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "map-cache": { + "node_modules/make-fetch-happen/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/map-cache": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/map-cache/-/map-cache-0.2.2.tgz", - "integrity": "sha1-wyq9C9ZSXZsFFkW7TyasXcmKDb8=" + "integrity": "sha512-8y/eV9QQZCiyn1SprXSrCmqJN0yNRATe+PO8ztwqrvrbdRLA3eYJF0yaR0YayLWkMbsQSKWS9N2gPcGEc4UsZg==", + "engines": { + "node": ">=0.10.0" + } }, - "map-visit": { + "node_modules/map-visit": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/map-visit/-/map-visit-1.0.0.tgz", - "integrity": "sha1-7Nyo8TFE5mDxtb1B8S80edmN+48=", - "requires": { + "integrity": "sha512-4y7uGv8bd2WdM9vpQsiQNo41Ln1NvhvDRuVt0k2JZQ+ezN2uaQes7lZeZ+QQUHOLQAtDaBJ+7wCbi+ab/KFs+w==", + "dependencies": { "object-visit": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "media-typer": { + "node_modules/media-typer": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/media-typer/-/media-typer-0.3.0.tgz", - "integrity": "sha1-hxDXrwqmJvj/+hzgAWhUUmMlV0g=" + "integrity": "sha512-dq+qelQ9akHpcOl/gUVRTxVIOkAJ1wR3QAvb4RsVjS8oVoFjDGTc679wJYmUmknUF5HwMLOgb5O+a3KxfWapPQ==", + "engines": { + "node": ">= 0.6" + } }, - "memfs": { - "version": "3.4.7", - "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.4.7.tgz", - "integrity": "sha512-ygaiUSNalBX85388uskeCyhSAoOSgzBbtVCr9jA2RROssFL9Q19/ZXFqS+2Th2sr1ewNIWgFdLzLC3Yl1Zv+lw==", + "node_modules/memfs": { + "version": "3.5.3", + "resolved": "https://registry.npmjs.org/memfs/-/memfs-3.5.3.tgz", + "integrity": "sha512-UERzLsxzllchadvbPs5aolHh65ISpKpM+ccLbOJ8/vvpBKmAWf+la7dXFy7Mr0ySHbdHrFv5kGFCUHHe6GFEmw==", "dev": true, - "requires": { - "fs-monkey": "^1.0.3" + "dependencies": { + "fs-monkey": "^1.0.4" + }, + "engines": { + "node": ">= 4.0.0" } }, - "merge": { + "node_modules/merge": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/merge/-/merge-1.2.1.tgz", "integrity": "sha512-VjFo4P5Whtj4vsLzsYBu5ayHhoHJ0UqNm7ibvShmbmoz7tGi0vXaoJbGdB+GmDMLUdg8DpQXEIeVDAe8MaABvQ==", "dev": true }, - "merge-descriptors": { + "node_modules/merge-descriptors": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/merge-descriptors/-/merge-descriptors-1.0.1.tgz", "integrity": "sha512-cCi6g3/Zr1iqQi6ySbseM1Xvooa98N0w31jzUYrXPX2xqObmFGHJ0tQ5u74H3mVh7wLouTseZyYIq39g8cNp1w==", "dev": true }, - "merge-stream": { + "node_modules/merge-stream": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/merge-stream/-/merge-stream-2.0.0.tgz", "integrity": "sha512-abv/qOcuPfk3URPfDzmZU1LKmuw8kT+0nIHvKrKgFrwifol/doWcdA4ZqsWQ8ENrFKkd67Mfpo/LovbIUsbt3w==", "dev": true }, - "merge2": { + "node_modules/merge2": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/merge2/-/merge2-1.4.1.tgz", "integrity": "sha512-8q7VEgMJW4J8tcfVPy8g09NcQwZdbwFEqhe/WZkoIzjn/3TGDwtOCYtXGxA3O8tPzpczCCDgv+P2P5y00ZJOOg==", - "dev": true + "dev": true, + "engines": { + "node": ">= 8" + } }, - "methods": { + "node_modules/methods": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/methods/-/methods-1.1.2.tgz", "integrity": "sha512-iclAHeNqNm68zFtnZ0e+1L2yUIdvzNoauKU4WBA3VvH/vPFieF7qfRlwUZU+DA9P9bPXIS90ulxoUoCH23sV2w==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.6" + } }, - "micromatch": { - "version": "3.1.10", - "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-3.1.10.tgz", - "integrity": "sha512-MWikgl9n9M3w+bpsY3He8L+w9eF9338xRl8IAO5viDizwSzziFEyUzo2xrrloB64ADbTf8uA8vRqqttDTOmccg==", - "requires": { - "arr-diff": "^4.0.0", - "array-unique": "^0.3.2", - "braces": "^2.3.1", - "define-property": "^2.0.2", - "extend-shallow": "^3.0.2", - "extglob": "^2.0.4", - "fragment-cache": "^0.2.1", - "kind-of": "^6.0.2", - "nanomatch": "^1.2.9", - "object.pick": "^1.3.0", - "regex-not": "^1.0.0", - "snapdragon": "^0.8.1", - "to-regex": "^3.0.2" + "node_modules/micromatch": { + "version": "4.0.5", + "resolved": "https://registry.npmjs.org/micromatch/-/micromatch-4.0.5.tgz", + "integrity": "sha512-DMy+ERcEW2q8Z2Po+WNXuw3c5YaUSFjAO5GsJqfEl7UjvtIuFKO6ZrKvcItdy98dwFI2N1tg3zNIdKaQT+aNdA==", + "dev": true, + "dependencies": { + "braces": "^3.0.2", + "picomatch": "^2.3.1" + }, + "engines": { + "node": ">=8.6" } }, - "mime": { + "node_modules/mime": { "version": "2.6.0", "resolved": "https://registry.npmjs.org/mime/-/mime-2.6.0.tgz", - "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==" + "integrity": "sha512-USPkMeET31rOMiarsBNIHZKLGgvKc/LrjofAnBlOttf5ajRvqiRA8QsenbcooctK6d6Ts6aqZXBA+XbkKthiQg==", + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } }, - "mime-db": { + "node_modules/mime-db": { "version": "1.52.0", "resolved": "https://registry.npmjs.org/mime-db/-/mime-db-1.52.0.tgz", - "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==" + "integrity": "sha512-sPU4uV7dYlvtWJxwwxHD0PuihVNiE7TyAbQ5SWxDCB9mUYvOgroQOwYQQOKPJ8CIbE+1ETVlOoK1UC2nU3gYvg==", + "engines": { + "node": ">= 0.6" + } }, - "mime-types": { + "node_modules/mime-types": { "version": "2.1.35", "resolved": "https://registry.npmjs.org/mime-types/-/mime-types-2.1.35.tgz", "integrity": "sha512-ZDY+bPm5zTTF+YpCrAU9nK0UgICYPT0QtT1NZWFv4s++TNkcgVaT0g6+4R2uI4MjQjzysHB1zxuWL50hzaeXiw==", - "requires": { + "dependencies": { "mime-db": "1.52.0" + }, + "engines": { + "node": ">= 0.6" } }, - "mimic-fn": { + "node_modules/mimic-fn": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/mimic-fn/-/mimic-fn-2.1.0.tgz", "integrity": "sha512-OqbOk5oEQeAZ8WXWydlu9HJjz9WVdEIvamMCcXmuqUYjTknH/sqsWvhQ3vgwKFRR1HpjvNBKQ37nbJgYzGqGcg==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "mini-css-extract-plugin": { - "version": "2.6.1", - "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.6.1.tgz", - "integrity": "sha512-wd+SD57/K6DiV7jIR34P+s3uckTRuQvx0tKPcvjFlrEylk6P4mQ2KSWk1hblj1Kxaqok7LogKOieygXqBczNlg==", + "node_modules/mini-css-extract-plugin": { + "version": "2.7.2", + "resolved": "https://registry.npmjs.org/mini-css-extract-plugin/-/mini-css-extract-plugin-2.7.2.tgz", + "integrity": "sha512-EdlUizq13o0Pd+uCp+WO/JpkLvHRVGt97RqfeGhXqAcorYo1ypJSpkV+WDT0vY/kmh/p7wRdJNJtuyK540PXDw==", "dev": true, - "requires": { + "dependencies": { "schema-utils": "^4.0.0" }, - "dependencies": { - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - } - } + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" } }, - "minimalistic-assert": { + "node_modules/minimalistic-assert": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minimalistic-assert/-/minimalistic-assert-1.0.1.tgz", "integrity": "sha512-UtJcAD4yEaGtjPezWuO9wC4nwUnVH/8/Im3yEHQP4b67cXlD/Qr9hdITCU1xDbSEXg2XKNaP8jsReV7vQd00/A==", "dev": true }, - "minimatch": { + "node_modules/minimatch": { "version": "3.1.2", "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.1.2.tgz", "integrity": "sha512-J7p63hRiAjw1NDEww1W7i37+ByIrOWO5XQQAzZ3VOcL0PNybwpfmV/N05zFAzwQ9USyEcX6t3UO+K5aqBQOIHw==", - "requires": { + "dependencies": { "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" } }, - "minimist": { - "version": "1.2.7", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.7.tgz", - "integrity": "sha512-bzfL1YUZsP41gmu/qjrEk0Q6i2ix/cVeAhbCbqH9u3zYutS1cLg00qhrD0M2MVdCcx4Sc0UpP2eBWo9rotpq6g==" + "node_modules/minimist": { + "version": "1.2.8", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-1.2.8.tgz", + "integrity": "sha512-2yyAR8qBkN3YuheJanUpWC5U3bb5osDywNB8RzDVlDwDHbocAJveqqj1u8+SVD7jkWT4yvsHCpWqqWqAxb0zCA==", + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "minipass": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.4.tgz", - "integrity": "sha512-I9WPbWHCGu8W+6k1ZiGpPu0GkoKBeorkfKNuAFBNS1HNFJvke82sxvI5bzcCNpWPorkOO5QQ+zomzzwRxejXiw==", + "node_modules/minipass": { + "version": "4.2.8", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-4.2.8.tgz", + "integrity": "sha512-fNzuVyifolSLFL4NzpF+wEF4qrgqaaKX0haXPQEdQ7NKAN+WecoKMHV09YcuL/DHxrUsYQOK3MiuDf7Ip2OXfQ==", "dev": true, - "requires": { - "yallist": "^4.0.0" - }, - "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } + "engines": { + "node": ">=8" } }, - "minipass-collect": { + "node_modules/minipass-collect": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/minipass-collect/-/minipass-collect-1.0.2.tgz", "integrity": "sha512-6T6lH0H8OG9kITm/Jm6tdooIbogG9e0tLgpY6mphXSm/A9u8Nq1ryBG+Qspiub9LjWlBPsPS3tWQ/Botq4FdxA==", "dev": true, - "requires": { + "dependencies": { "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-collect/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "minipass-fetch": { + "node_modules/minipass-collect/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-fetch": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-2.1.2.tgz", "integrity": "sha512-LT49Zi2/WMROHYoqGgdlQIZh8mLPZmOrN2NdJjMXxYe4nkN6FUyuPuOAOedNJDrx0IRGg9+4guZewtp8hE6TxA==", "dev": true, - "requires": { - "encoding": "^0.1.13", + "dependencies": { "minipass": "^3.1.6", "minipass-sized": "^1.0.3", "minizlib": "^2.1.2" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/minipass-fetch/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "minipass-flush": { + "node_modules/minipass-fetch/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-flush": { "version": "1.0.5", "resolved": "https://registry.npmjs.org/minipass-flush/-/minipass-flush-1.0.5.tgz", "integrity": "sha512-JmQSYYpPUqX5Jyn1mXaRwOda1uQ8HP5KAT/oDSLCzt1BYRhQU0/hDtsB1ufZfEEzMZ9aAVmsBw8+FWsIXlClWw==", "dev": true, - "requires": { + "dependencies": { "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minipass-flush/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "minipass-json-stream": { + "node_modules/minipass-flush/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-json-stream": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/minipass-json-stream/-/minipass-json-stream-1.0.1.tgz", "integrity": "sha512-ODqY18UZt/I8k+b7rl2AENgbWE8IDYam+undIJONvigAz8KR5GWblsFTEfQs0WODsjbSXWlm+JHEv8Gr6Tfdbg==", "dev": true, - "requires": { + "dependencies": { "jsonparse": "^1.3.1", "minipass": "^3.0.0" } }, - "minipass-pipeline": { + "node_modules/minipass-json-stream/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-json-stream/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-pipeline": { "version": "1.2.4", "resolved": "https://registry.npmjs.org/minipass-pipeline/-/minipass-pipeline-1.2.4.tgz", "integrity": "sha512-xuIq7cIOt09RPRJ19gdi4b+RiNvDFYe5JH+ggNvBqGqpQXcru3PcRmOZuHBKWK1Txf9+cQ+HMVN4d6z46LZP7A==", "dev": true, - "requires": { + "dependencies": { "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-pipeline/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "minipass-sized": { + "node_modules/minipass-pipeline/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minipass-sized": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/minipass-sized/-/minipass-sized-1.0.3.tgz", "integrity": "sha512-MbkQQ2CTiBMlA2Dm/5cY+9SWFEN8pzzOXi6rlM5Xxq0Yqbda5ZQy9sU75a673FE9ZK0Zsbr6Y5iP6u9nktfg2g==", "dev": true, - "requires": { + "dependencies": { "minipass": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/minipass-sized/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "minizlib": { + "node_modules/minipass-sized/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/minizlib": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/minizlib/-/minizlib-2.1.2.tgz", "integrity": "sha512-bAxsR8BVfj60DWXHE3u30oHzfl4G7khkSuPW+qvpd7jFRHm7dLxOjUk1EHACJ/hxLY8phGJ0YhYHZo7jil7Qdg==", "dev": true, - "requires": { + "dependencies": { "minipass": "^3.0.0", "yallist": "^4.0.0" }, + "engines": { + "node": ">= 8" + } + }, + "node_modules/minizlib/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", + "dev": true, "dependencies": { - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "mixin-deep": { + "node_modules/minizlib/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/mixin-deep": { "version": "1.3.2", "resolved": "https://registry.npmjs.org/mixin-deep/-/mixin-deep-1.3.2.tgz", "integrity": "sha512-WRoDn//mXBiJ1H40rqa3vH0toePwSsGb45iInWlTySa+Uu4k3tYUSxa2v1KqAiLtvlrSzaExqS1gtk96A9zvEA==", - "requires": { + "dependencies": { "for-in": "^1.0.2", "is-extendable": "^1.0.1" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/mixin-deep/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", "dependencies": { - "is-extendable": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", - "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", - "requires": { - "is-plain-object": "^2.0.4" - } - } + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" } }, - "mkdirp": { - "version": "0.5.6", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", - "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", - "requires": { - "minimist": "^1.2.6" + "node_modules/mkdirp": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", + "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", + "dev": true, + "bin": { + "mkdirp": "bin/cmd.js" + }, + "engines": { + "node": ">=10" } }, - "ms": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", - "integrity": "sha1-VgiurfwAvmwpAd9fmGF4jeDVl8g=" + "node_modules/ms": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", + "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==" }, - "multicast-dns": { + "node_modules/multicast-dns": { "version": "7.2.5", "resolved": "https://registry.npmjs.org/multicast-dns/-/multicast-dns-7.2.5.tgz", "integrity": "sha512-2eznPJP8z2BFLX50tf0LuODrpINqP1RVIm/CObbTcBRITQgmC/TjcREF1NeTBzIcR5XO/ukWo+YHOjBbFwIupg==", "dev": true, - "requires": { + "dependencies": { "dns-packet": "^5.2.2", "thunky": "^1.0.2" + }, + "bin": { + "multicast-dns": "cli.js" } }, - "mute-stream": { + "node_modules/mute-stream": { "version": "0.0.8", "resolved": "https://registry.npmjs.org/mute-stream/-/mute-stream-0.0.8.tgz", "integrity": "sha512-nnbWWOkoWyUsTjKrhgD0dcz22mdkSnpYqbEjIm2nhwhuxlSkpywJmBo8h0ZqJdkp73mb90SssHkN4rsRaBAfAA==", "dev": true }, - "nan": { - "version": "2.17.0", - "resolved": "https://registry.npmjs.org/nan/-/nan-2.17.0.tgz", - "integrity": "sha512-2ZTgtl0nJsO0KQCjEpxcIr5D+Yv90plTitZt9JBfQvVJDS5seMl3FOvsh3+9CoYWXf/1l5OaZzzF6nDm4cagaQ==", + "node_modules/nan": { + "version": "2.18.0", + "resolved": "https://registry.npmjs.org/nan/-/nan-2.18.0.tgz", + "integrity": "sha512-W7tfG7vMOGtD30sHoZSSc/JVYiyDPEyQVso/Zz+/uQd0B0L46gtC+pHha5FFMRpil6fm/AoEcRWyOVi4+E/f8w==", "optional": true }, - "nanoid": { - "version": "3.3.4", - "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.4.tgz", - "integrity": "sha512-MqBkQh/OHTS2egovRtLk45wEyNXwF+cokD+1YPf9u5VfJiRdAiRwB2froX5Co9Rh20xs4siNPm8naNotSD6RBw==", - "dev": true + "node_modules/nanoid": { + "version": "3.3.7", + "resolved": "https://registry.npmjs.org/nanoid/-/nanoid-3.3.7.tgz", + "integrity": "sha512-eSRppjcPIatRIMC1U6UngP8XFcz8MQWGQdt1MTBQ7NaAmvXDfvNxbvWV3x2y6CdEUciCSsDHDQZbhYaB8QEo2g==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "bin": { + "nanoid": "bin/nanoid.cjs" + }, + "engines": { + "node": "^10 || ^12 || ^13.7 || ^14 || >=15.0.1" + } }, - "nanomatch": { + "node_modules/nanomatch": { "version": "1.2.13", "resolved": "https://registry.npmjs.org/nanomatch/-/nanomatch-1.2.13.tgz", "integrity": "sha512-fpoe2T0RbHwBTBUOftAfBPaDEi06ufaUai0mE6Yn1kacc3SnTErfb/h+X94VXzI64rKFHYImXSvdwGGCmwOqCA==", - "requires": { + "dependencies": { "arr-diff": "^4.0.0", "array-unique": "^0.3.2", "define-property": "^2.0.2", @@ -9398,454 +12862,231 @@ "regex-not": "^1.0.0", "snapdragon": "^0.8.1", "to-regex": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/array-unique": { + "version": "0.3.2", + "resolved": "https://registry.npmjs.org/array-unique/-/array-unique-0.3.2.tgz", + "integrity": "sha512-SleRWjh9JUud2wH1hPs9rZBZ33H6T9HOiL0uwGnGx9FpE6wKGyfWugmbkEOIs6qWrZhg0LWeLziLrEwQJhs5mQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/nanomatch/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" } }, - "natural-compare": { + "node_modules/nanomatch/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/natural-compare": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/natural-compare/-/natural-compare-1.4.0.tgz", "integrity": "sha512-OWND8ei3VtNC9h7V60qff3SVobHr996CTwgxubgyQYEpg290h9J0buyECNNJexkFm5sOajh5G116RYA1c8ZMSw==", "dev": true }, - "needle": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/needle/-/needle-3.1.0.tgz", - "integrity": "sha512-gCE9weDhjVGCRqS8dwDR/D3GTAeyXLXuqp7I8EzH6DllZGXSUyxuqqLh+YX9rMAWaaTFyVAg6rHGL25dqvczKw==", + "node_modules/needle": { + "version": "3.3.1", + "resolved": "https://registry.npmjs.org/needle/-/needle-3.3.1.tgz", + "integrity": "sha512-6k0YULvhpw+RoLNiQCRKOl09Rv1dPLr8hHnVjHqdolKwDrdNyk+Hmrthi4lIGPPz3r39dLx0hsF5s40sZ3Us4Q==", + "dev": true, + "optional": true, + "dependencies": { + "iconv-lite": "^0.6.3", + "sax": "^1.2.4" + }, + "bin": { + "needle": "bin/needle" + }, + "engines": { + "node": ">= 4.4.x" + } + }, + "node_modules/needle/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", "dev": true, "optional": true, - "requires": { - "debug": "^3.2.6", - "iconv-lite": "^0.6.3", - "sax": "^1.2.4" - }, "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "optional": true, - "requires": { - "ms": "^2.1.1" - } - }, - "iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "optional": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true, - "optional": true - } + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "negotiator": { + "node_modules/negotiator": { "version": "0.6.3", "resolved": "https://registry.npmjs.org/negotiator/-/negotiator-0.6.3.tgz", - "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==" + "integrity": "sha512-+EUsqGPLsM+j/zdChZjsnX51g4XrHFOIXwfnCVPGlQk/k5giakcKsuxCObBRu6DSm9opw/O6slWbJdghQM4bBg==", + "engines": { + "node": ">= 0.6" + } }, - "neo-async": { + "node_modules/neo-async": { "version": "2.6.2", "resolved": "https://registry.npmjs.org/neo-async/-/neo-async-2.6.2.tgz", "integrity": "sha512-Yd3UES5mWCSqR+qNT93S3UoYUkqAZ9lLg8a7g9rimsWmYGK8cVToA4/sF3RrshdyV3sAGMXVUmpMYOw+dLpOuw==", "dev": true }, - "ng-packagr": { - "version": "14.2.1", - "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-14.2.1.tgz", - "integrity": "sha512-o2t/a+DdhUEbXXPbR70LZcU4WcSf7wnddCiQcc3k0HrTQjxWspv0qFUdba3+0ft0dVetaywa6lc+98g/SZEKcQ==", + "node_modules/ng-packagr": { + "version": "15.2.2", + "resolved": "https://registry.npmjs.org/ng-packagr/-/ng-packagr-15.2.2.tgz", + "integrity": "sha512-+042GBD35ztxbHywGJloAiDM/s3Ja3TZtQh361TWqd/xza3K5DMUu6VRGLTgMwG7CW1YsqYHWgMZslP1c+ng7A==", "dev": true, - "requires": { - "@rollup/plugin-json": "^4.1.0", - "@rollup/plugin-node-resolve": "^13.1.3", - "ajv": "^8.10.0", - "ansi-colors": "^4.1.1", - "browserslist": "^4.20.0", - "cacache": "^16.0.0", + "dependencies": { + "@rollup/plugin-json": "^6.0.0", + "@rollup/plugin-node-resolve": "^15.0.0", + "ajv": "^8.11.0", + "ansi-colors": "^4.1.3", + "autoprefixer": "^10.4.12", + "browserslist": "^4.21.4", + "cacache": "^17.0.0", "chokidar": "^3.5.3", - "commander": "^9.0.0", + "commander": "^10.0.0", + "convert-source-map": "^2.0.0", "dependency-graph": "^0.11.0", - "esbuild": "^0.15.0", - "esbuild-wasm": "^0.15.0", + "esbuild-wasm": "^0.17.0", "find-cache-dir": "^3.3.2", - "glob": "^8.0.0", + "glob": "^8.0.3", "injection-js": "^2.4.0", - "jsonc-parser": "^3.0.0", - "less": "^4.1.2", + "jsonc-parser": "^3.2.0", + "less": "^4.1.3", "ora": "^5.1.0", - "postcss": "^8.4.8", - "postcss-preset-env": "^7.4.2", + "piscina": "^3.2.0", + "postcss": "^8.4.16", "postcss-url": "^10.1.3", - "rollup": "^2.70.0", - "rollup-plugin-sourcemaps": "^0.6.3", - "rxjs": "^7.5.5", - "sass": "^1.49.9", - "stylus": "^0.59.0" + "rollup": "^3.0.0", + "rxjs": "^7.5.6", + "sass": "^1.55.0" }, - "dependencies": { - "@esbuild/linux-loong64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/@esbuild/linux-loong64/-/linux-loong64-0.15.10.tgz", - "integrity": "sha512-w0Ou3Z83LOYEkwaui2M8VwIp+nLi/NA60lBLMvaJ+vXVMcsARYdEzLNE7RSm4+lSg4zq4d7fAVuzk7PNQ5JFgg==", - "dev": true, - "optional": true - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "commander": { - "version": "9.4.1", - "resolved": "https://registry.npmjs.org/commander/-/commander-9.4.1.tgz", - "integrity": "sha512-5EEkTNyHNGFPD2H+c/dXXfQZYa/scCKasxWcXJaWnNJ99pnQN9Vnmqow+p+PlFPE63Q6mThaZws1T+HxfpgtPw==", - "dev": true - }, - "esbuild": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild/-/esbuild-0.15.10.tgz", - "integrity": "sha512-N7wBhfJ/E5fzn/SpNgX+oW2RLRjwaL8Y0ezqNqhjD6w0H2p0rDuEz2FKZqpqLnO8DCaWumKe8dsC/ljvVSSxng==", - "dev": true, - "optional": true, - "requires": { - "@esbuild/android-arm": "0.15.10", - "@esbuild/linux-loong64": "0.15.10", - "esbuild-android-64": "0.15.10", - "esbuild-android-arm64": "0.15.10", - "esbuild-darwin-64": "0.15.10", - "esbuild-darwin-arm64": "0.15.10", - "esbuild-freebsd-64": "0.15.10", - "esbuild-freebsd-arm64": "0.15.10", - "esbuild-linux-32": "0.15.10", - "esbuild-linux-64": "0.15.10", - "esbuild-linux-arm": "0.15.10", - "esbuild-linux-arm64": "0.15.10", - "esbuild-linux-mips64le": "0.15.10", - "esbuild-linux-ppc64le": "0.15.10", - "esbuild-linux-riscv64": "0.15.10", - "esbuild-linux-s390x": "0.15.10", - "esbuild-netbsd-64": "0.15.10", - "esbuild-openbsd-64": "0.15.10", - "esbuild-sunos-64": "0.15.10", - "esbuild-windows-32": "0.15.10", - "esbuild-windows-64": "0.15.10", - "esbuild-windows-arm64": "0.15.10" - } - }, - "esbuild-android-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-android-64/-/esbuild-android-64-0.15.10.tgz", - "integrity": "sha512-UI7krF8OYO1N7JYTgLT9ML5j4+45ra3amLZKx7LO3lmLt1Ibn8t3aZbX5Pu4BjWiqDuJ3m/hsvhPhK/5Y/YpnA==", - "dev": true, - "optional": true - }, - "esbuild-android-arm64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-android-arm64/-/esbuild-android-arm64-0.15.10.tgz", - "integrity": "sha512-EOt55D6xBk5O05AK8brXUbZmoFj4chM8u3riGflLa6ziEoVvNjRdD7Cnp82NHQGfSHgYR06XsPI8/sMuA/cUwg==", - "dev": true, - "optional": true - }, - "esbuild-darwin-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-darwin-64/-/esbuild-darwin-64-0.15.10.tgz", - "integrity": "sha512-hbDJugTicqIm+WKZgp208d7FcXcaK8j2c0l+fqSJ3d2AzQAfjEYDRM3Z2oMeqSJ9uFxyj/muSACLdix7oTstRA==", - "dev": true, - "optional": true - }, - "esbuild-darwin-arm64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-darwin-arm64/-/esbuild-darwin-arm64-0.15.10.tgz", - "integrity": "sha512-M1t5+Kj4IgSbYmunf2BB6EKLkWUq+XlqaFRiGOk8bmBapu9bCDrxjf4kUnWn59Dka3I27EiuHBKd1rSO4osLFQ==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-64/-/esbuild-freebsd-64-0.15.10.tgz", - "integrity": "sha512-KMBFMa7C8oc97nqDdoZwtDBX7gfpolkk6Bcmj6YFMrtCMVgoU/x2DI1p74DmYl7CSS6Ppa3xgemrLrr5IjIn0w==", - "dev": true, - "optional": true - }, - "esbuild-freebsd-arm64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-freebsd-arm64/-/esbuild-freebsd-arm64-0.15.10.tgz", - "integrity": "sha512-m2KNbuCX13yQqLlbSojFMHpewbn8wW5uDS6DxRpmaZKzyq8Dbsku6hHvh2U+BcLwWY4mpgXzFUoENEf7IcioGg==", - "dev": true, - "optional": true - }, - "esbuild-linux-32": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-32/-/esbuild-linux-32-0.15.10.tgz", - "integrity": "sha512-guXrwSYFAvNkuQ39FNeV4sNkNms1bLlA5vF1H0cazZBOLdLFIny6BhT+TUbK/hdByMQhtWQ5jI9VAmPKbVPu1w==", - "dev": true, - "optional": true - }, - "esbuild-linux-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-64/-/esbuild-linux-64-0.15.10.tgz", - "integrity": "sha512-jd8XfaSJeucMpD63YNMO1JCrdJhckHWcMv6O233bL4l6ogQKQOxBYSRP/XLWP+6kVTu0obXovuckJDcA0DKtQA==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm/-/esbuild-linux-arm-0.15.10.tgz", - "integrity": "sha512-6N8vThLL/Lysy9y4Ex8XoLQAlbZKUyExCWyayGi2KgTBelKpPgj6RZnUaKri0dHNPGgReJriKVU6+KDGQwn10A==", - "dev": true, - "optional": true - }, - "esbuild-linux-arm64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-arm64/-/esbuild-linux-arm64-0.15.10.tgz", - "integrity": "sha512-GByBi4fgkvZFTHFDYNftu1DQ1GzR23jws0oWyCfhnI7eMOe+wgwWrc78dbNk709Ivdr/evefm2PJiUBMiusS1A==", - "dev": true, - "optional": true - }, - "esbuild-linux-mips64le": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-mips64le/-/esbuild-linux-mips64le-0.15.10.tgz", - "integrity": "sha512-BxP+LbaGVGIdQNJUNF7qpYjEGWb0YyHVSKqYKrn+pTwH/SiHUxFyJYSP3pqkku61olQiSBnSmWZ+YUpj78Tw7Q==", - "dev": true, - "optional": true - }, - "esbuild-linux-ppc64le": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-ppc64le/-/esbuild-linux-ppc64le-0.15.10.tgz", - "integrity": "sha512-LoSQCd6498PmninNgqd/BR7z3Bsk/mabImBWuQ4wQgmQEeanzWd5BQU2aNi9mBURCLgyheuZS6Xhrw5luw3OkQ==", - "dev": true, - "optional": true - }, - "esbuild-linux-riscv64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-riscv64/-/esbuild-linux-riscv64-0.15.10.tgz", - "integrity": "sha512-Lrl9Cr2YROvPV4wmZ1/g48httE8z/5SCiXIyebiB5N8VT7pX3t6meI7TQVHw/wQpqP/AF4SksDuFImPTM7Z32Q==", - "dev": true, - "optional": true - }, - "esbuild-linux-s390x": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-linux-s390x/-/esbuild-linux-s390x-0.15.10.tgz", - "integrity": "sha512-ReP+6q3eLVVP2lpRrvl5EodKX7EZ1bS1/z5j6hsluAlZP5aHhk6ghT6Cq3IANvvDdscMMCB4QEbI+AjtvoOFpA==", - "dev": true, - "optional": true - }, - "esbuild-netbsd-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-netbsd-64/-/esbuild-netbsd-64-0.15.10.tgz", - "integrity": "sha512-iGDYtJCMCqldMskQ4eIV+QSS/CuT7xyy9i2/FjpKvxAuCzrESZXiA1L64YNj6/afuzfBe9i8m/uDkFHy257hTw==", - "dev": true, - "optional": true - }, - "esbuild-openbsd-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-openbsd-64/-/esbuild-openbsd-64-0.15.10.tgz", - "integrity": "sha512-ftMMIwHWrnrYnvuJQRJs/Smlcb28F9ICGde/P3FUTCgDDM0N7WA0o9uOR38f5Xe2/OhNCgkjNeb7QeaE3cyWkQ==", - "dev": true, - "optional": true - }, - "esbuild-sunos-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-sunos-64/-/esbuild-sunos-64-0.15.10.tgz", - "integrity": "sha512-mf7hBL9Uo2gcy2r3rUFMjVpTaGpFJJE5QTDDqUFf1632FxteYANffDZmKbqX0PfeQ2XjUDE604IcE7OJeoHiyg==", - "dev": true, - "optional": true - }, - "esbuild-windows-32": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-windows-32/-/esbuild-windows-32-0.15.10.tgz", - "integrity": "sha512-ttFVo+Cg8b5+qHmZHbEc8Vl17kCleHhLzgT8X04y8zudEApo0PxPg9Mz8Z2cKH1bCYlve1XL8LkyXGFjtUYeGg==", - "dev": true, - "optional": true - }, - "esbuild-windows-64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-windows-64/-/esbuild-windows-64-0.15.10.tgz", - "integrity": "sha512-2H0gdsyHi5x+8lbng3hLbxDWR7mKHWh5BXZGKVG830KUmXOOWFE2YKJ4tHRkejRduOGDrBvHBriYsGtmTv3ntA==", - "dev": true, - "optional": true - }, - "esbuild-windows-arm64": { - "version": "0.15.10", - "resolved": "https://registry.npmjs.org/esbuild-windows-arm64/-/esbuild-windows-arm64-0.15.10.tgz", - "integrity": "sha512-S+th4F+F8VLsHLR0zrUcG+Et4hx0RKgK1eyHc08kztmLOES8BWwMiaGdoW9hiXuzznXQ0I/Fg904MNbr11Nktw==", - "dev": true, - "optional": true - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, + "bin": { + "ng-packagr": "cli/main.js" + }, + "engines": { + "node": "^14.20.0 || ^16.13.0 || >=18.10.0" + }, + "optionalDependencies": { + "esbuild": "^0.17.0" + }, + "peerDependencies": { + "@angular/compiler-cli": "^15.0.0 || ^15.2.0-next.0", + "tailwindcss": "^2.0.0 || ^3.0.0", + "tslib": "^2.3.0", + "typescript": ">=4.8.2 <5.0" + }, + "peerDependenciesMeta": { + "tailwindcss": { "optional": true - }, - "glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - } - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rxjs": { - "version": "7.5.7", - "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.5.7.tgz", - "integrity": "sha512-z9MzKh/UcOqB3i20H6rtrlaE/CgjLOvheWK/9ILrbhROGTweAi1BaFsTT9FbwZi5Trr1qNRs+MXkhmR06awzQA==", - "dev": true, - "requires": { - "tslib": "^2.1.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } } } }, - "nice-napi": { + "node_modules/ng-packagr/node_modules/commander": { + "version": "10.0.1", + "resolved": "https://registry.npmjs.org/commander/-/commander-10.0.1.tgz", + "integrity": "sha512-y4Mg2tXshplEbSGzx7amzPwKKOCGuoSRP/CjEdwwk0FOGlUbq6lKuoyDZTNZkmxHdJtp54hdfY/JUrdL7Xfdug==", + "dev": true, + "engines": { + "node": ">=14" + } + }, + "node_modules/ng-packagr/node_modules/convert-source-map": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/convert-source-map/-/convert-source-map-2.0.0.tgz", + "integrity": "sha512-Kvp459HrV2FEJ1CAsi1Ku+MY3kasH19TFykTz2xWmMeq6bk2NU3XXvfJ+Q61m0xktWwt+1HSYf3JZsTms3aRJg==", + "dev": true + }, + "node_modules/ng-packagr/node_modules/rxjs": { + "version": "7.8.1", + "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-7.8.1.tgz", + "integrity": "sha512-AA3TVj+0A2iuIoQkWEK/tqFjBq2j+6PO6Y0zJcvzLAFhEFIO3HL0vls9hWLncZbAAbK0mar7oZ4V079I/qPMxg==", + "dev": true, + "dependencies": { + "tslib": "^2.1.0" + } + }, + "node_modules/nice-napi": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/nice-napi/-/nice-napi-1.0.2.tgz", "integrity": "sha512-px/KnJAJZf5RuBGcfD+Sp2pAKq0ytz8j+1NehvgIGFkvtvFrDM3T8E4x/JJODXK9WZow8RRGrbA9QQ3hs+pDhA==", "dev": true, + "hasInstallScript": true, "optional": true, - "requires": { + "os": [ + "!win32" + ], + "dependencies": { "node-addon-api": "^3.0.0", "node-gyp-build": "^4.2.2" } }, - "node-addon-api": { + "node_modules/node-addon-api": { "version": "3.2.1", "resolved": "https://registry.npmjs.org/node-addon-api/-/node-addon-api-3.2.1.tgz", "integrity": "sha512-mmcei9JghVNDYydghQmeDX8KoAm0FAiYyIcUt/N4nhyAipB17pllZQDOJD2fotxABnt4Mdz+dKTO7eftLg4d0A==", - "dev": true + "dev": true, + "optional": true }, - "node-forge": { + "node_modules/node-forge": { "version": "1.3.1", "resolved": "https://registry.npmjs.org/node-forge/-/node-forge-1.3.1.tgz", "integrity": "sha512-dPEtOeMvF9VMcYV/1Wb8CPoVAXtp6MKMlcbAt4ddqmGqUJ6fQZFXkNZNkNlfevtNkGtaSoXf/vNNNSvgrdXwtA==", - "dev": true + "dev": true, + "engines": { + "node": ">= 6.13.0" + } }, - "node-gyp": { - "version": "9.3.0", - "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.3.0.tgz", - "integrity": "sha512-A6rJWfXFz7TQNjpldJ915WFb1LnhO4lIve3ANPbWreuEoLoKlFT3sxIepPBkLhM27crW8YmN+pjlgbasH6cH/Q==", + "node_modules/node-gyp": { + "version": "9.4.1", + "resolved": "https://registry.npmjs.org/node-gyp/-/node-gyp-9.4.1.tgz", + "integrity": "sha512-OQkWKbjQKbGkMf/xqI1jjy3oCTgMKJac58G2+bjZb3fza6gW2YrCSdMQYaoTb70crvE//Gngr4f0AgVHmqHvBQ==", "dev": true, - "requires": { + "dependencies": { "env-paths": "^2.2.0", + "exponential-backoff": "^3.1.1", "glob": "^7.1.4", "graceful-fs": "^4.2.6", "make-fetch-happen": "^10.0.3", @@ -9856,428 +13097,532 @@ "tar": "^6.1.2", "which": "^2.0.2" }, - "dependencies": { - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } + "bin": { + "node-gyp": "bin/node-gyp.js" + }, + "engines": { + "node": "^12.13 || ^14.13 || >=16" } }, - "node-gyp-build": { - "version": "4.5.0", - "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.5.0.tgz", - "integrity": "sha512-2iGbaQBV+ITgCz76ZEjmhUKAKVf7xfY1sRl4UiKQspfZMH2h06SyhNsnSVy50cwkFQDGLyif6m/6uFXHkOZ6rg==", - "dev": true + "node_modules/node-gyp-build": { + "version": "4.8.0", + "resolved": "https://registry.npmjs.org/node-gyp-build/-/node-gyp-build-4.8.0.tgz", + "integrity": "sha512-u6fs2AEUljNho3EYTJNBfImO5QTo/J/1Etd+NVdCj7qWKUSN/bSLkZwhDv7I+w/MSC6qJ4cknepkAYykDdK8og==", + "dev": true, + "optional": true, + "bin": { + "node-gyp-build": "bin.js", + "node-gyp-build-optional": "optional.js", + "node-gyp-build-test": "build-test.js" + } }, - "node-releases": { - "version": "2.0.6", - "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.6.tgz", - "integrity": "sha512-PiVXnNuFm5+iYkLBNeq5211hvO38y63T0i2KKh2KnUs3RpzJ+JtODFjkD8yjLwnDkTYF1eKXheUwdssR+NRZdg==", + "node_modules/node-gyp/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/node-releases": { + "version": "2.0.14", + "resolved": "https://registry.npmjs.org/node-releases/-/node-releases-2.0.14.tgz", + "integrity": "sha512-y10wOWt8yZpqXmOgRo77WaHEmhYQYGNA6y421PKsKYWEK8aW+cqAphborZDhqfyKrbZEN92CN1X2KbafY2s7Yw==", "dev": true }, - "noms": { + "node_modules/noms": { "version": "0.0.0", "resolved": "https://registry.npmjs.org/noms/-/noms-0.0.0.tgz", - "integrity": "sha1-2o69nzr51nYJGbJ9nNyAkqczKFk=", + "integrity": "sha512-lNDU9VJaOPxUmXcLb+HQFeUgQQPtMI24Gt6hgfuMHRJgMRHMF/qZ4HJD3GDru4sSw9IQl2jPjAYnQrdIeLbwow==", "dev": true, - "requires": { + "dependencies": { "inherits": "^2.0.1", "readable-stream": "~1.0.31" - }, - "dependencies": { - "isarray": { - "version": "0.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", - "integrity": "sha1-ihis/Kmo9Bd+Cav8YDiTmwXR7t8=", - "dev": true - }, - "readable-stream": { - "version": "1.0.34", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", - "integrity": "sha1-Elgg40vIQtLyqq+v5MKRbuMsFXw=", - "dev": true, - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.1", - "isarray": "0.0.1", - "string_decoder": "~0.10.x" - } - }, - "string_decoder": { - "version": "0.10.31", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", - "integrity": "sha1-YuIDvEF2bGwoyfyEMB2rHFMQ+pQ=", - "dev": true - } } }, - "nopt": { + "node_modules/nopt": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/nopt/-/nopt-6.0.0.tgz", "integrity": "sha512-ZwLpbTgdhuZUnZzjd7nb1ZV+4DoiC6/sfiVKok72ym/4Tlf+DFdlHYmT2JPmcNNWV6Pi3SDf1kT+A4r9RTuT9g==", "dev": true, - "requires": { + "dependencies": { "abbrev": "^1.0.0" + }, + "bin": { + "nopt": "bin/nopt.js" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "normalize-package-data": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-4.0.1.tgz", - "integrity": "sha512-EBk5QKKuocMJhB3BILuKhmaPjI8vNRSpIfO9woLC6NyHVkKKdVEdAO1mrT0ZfxNR1lKwCcTkuZfmGIFdizZ8Pg==", + "node_modules/normalize-package-data": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/normalize-package-data/-/normalize-package-data-5.0.0.tgz", + "integrity": "sha512-h9iPVIfrVZ9wVYQnxFgtw1ugSvGEMOlyPWWtm8BMJhnwyEL/FLbYbTY3V3PpjI/BUK67n9PEWDu6eHzu1fB15Q==", "dev": true, - "requires": { - "hosted-git-info": "^5.0.0", + "dependencies": { + "hosted-git-info": "^6.0.0", "is-core-module": "^2.8.1", "semver": "^7.3.5", "validate-npm-package-license": "^3.0.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "normalize-path": { + "node_modules/normalize-path": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/normalize-path/-/normalize-path-3.0.0.tgz", - "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==" + "integrity": "sha512-6eZs5Ls3WtCisHWp9S2GUy8dqkpGi4BVSz3GaqiE6ezub0512ESztXUwUB6C6IKbQkY2Pnb/mD4WYojCRwcwLA==", + "engines": { + "node": ">=0.10.0" + } }, - "normalize-range": { + "node_modules/normalize-range": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/normalize-range/-/normalize-range-0.1.2.tgz", "integrity": "sha512-bdok/XvKII3nUpklnV6P2hxtMNrCboOjAcyBuQnWEhO665FwrSNRxU+AqpsyvO6LgGYPspN+lu5CLtw4jPRKNA==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "npm-bundled": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-1.1.2.tgz", - "integrity": "sha512-x5DHup0SuyQcmL3s7Rx/YQ8sbw/Hzg0rj48eN0dV7hf5cmQq5PXIeioroH3raV1QC1yh3uTYuMThvEQF3iKgGQ==", + "node_modules/npm-bundled": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-3.0.0.tgz", + "integrity": "sha512-Vq0eyEQy+elFpzsKjMss9kxqb9tG3YHg4dsyWuUENuzvSUWe1TCnW/vV9FkhvBk/brEDoDiVd+M1Btosa6ImdQ==", "dev": true, - "requires": { - "npm-normalize-package-bin": "^1.0.1" + "dependencies": { + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "npm-install-checks": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-5.0.0.tgz", - "integrity": "sha512-65lUsMI8ztHCxFz5ckCEC44DRvEGdZX5usQFriauxHEwt7upv1FKaQEmAtU0YnOAdwuNWCmk64xYiQABNrEyLA==", + "node_modules/npm-install-checks": { + "version": "6.3.0", + "resolved": "https://registry.npmjs.org/npm-install-checks/-/npm-install-checks-6.3.0.tgz", + "integrity": "sha512-W29RiK/xtpCGqn6f3ixfRYGk+zRyr+Ew9F2E20BfXxT5/euLdA/Nm7fO7OeTGuAmTs30cpgInyJ0cYe708YTZw==", "dev": true, - "requires": { + "dependencies": { "semver": "^7.1.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "npm-normalize-package-bin": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-1.0.1.tgz", - "integrity": "sha512-EPfafl6JL5/rU+ot6P3gRSCpPDW5VmIzX959Ob1+ySFUuuYHWHekXpwdUZcKP5C+DS4GEtdJluwBjnsNDl+fSA==", - "dev": true + "node_modules/npm-normalize-package-bin": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-3.0.1.tgz", + "integrity": "sha512-dMxCf+zZ+3zeQZXKxmyuCKlIDPGuv8EF940xbkC4kQVDTtqoh6rJFO+JTKSA6/Rwi0getWmtuy4Itup0AMcaDQ==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, - "npm-package-arg": { - "version": "9.1.0", - "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-9.1.0.tgz", - "integrity": "sha512-4J0GL+u2Nh6OnhvUKXRr2ZMG4lR8qtLp+kv7UiV00Y+nGiSxtttCyIRHCt5L5BNkXQld/RceYItau3MDOoGiBw==", + "node_modules/npm-package-arg": { + "version": "10.1.0", + "resolved": "https://registry.npmjs.org/npm-package-arg/-/npm-package-arg-10.1.0.tgz", + "integrity": "sha512-uFyyCEmgBfZTtrKk/5xDfHp6+MdrqGotX/VoOyEEl3mBwiEE5FlBaePanazJSVMPT7vKepcjYBY2ztg9A3yPIA==", "dev": true, - "requires": { - "hosted-git-info": "^5.0.0", - "proc-log": "^2.0.1", + "dependencies": { + "hosted-git-info": "^6.0.0", + "proc-log": "^3.0.0", "semver": "^7.3.5", - "validate-npm-package-name": "^4.0.0" + "validate-npm-package-name": "^5.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "npm-packlist": { - "version": "5.1.3", - "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-5.1.3.tgz", - "integrity": "sha512-263/0NGrn32YFYi4J533qzrQ/krmmrWwhKkzwTuM4f/07ug51odoaNjUexxO4vxlzURHcmYMH1QjvHjsNDKLVg==", + "node_modules/npm-packlist": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/npm-packlist/-/npm-packlist-7.0.4.tgz", + "integrity": "sha512-d6RGEuRrNS5/N84iglPivjaJPxhDbZmlbTwTDX2IbcRHG5bZCdtysYMhwiPvcF4GisXHGn7xsxv+GQ7T/02M5Q==", "dev": true, - "requires": { - "glob": "^8.0.1", - "ignore-walk": "^5.0.1", - "npm-bundled": "^2.0.0", - "npm-normalize-package-bin": "^2.0.0" - }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - } - }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "npm-bundled": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/npm-bundled/-/npm-bundled-2.0.1.tgz", - "integrity": "sha512-gZLxXdjEzE/+mOstGDqR6b0EkhJ+kM6fxM6vUuckuctuVPh80Q6pw/rSZj9s4Gex9GxWtIicO1pc8DB9KZWudw==", - "dev": true, - "requires": { - "npm-normalize-package-bin": "^2.0.0" - } - }, - "npm-normalize-package-bin": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", - "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", - "dev": true - } + "dependencies": { + "ignore-walk": "^6.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "npm-pick-manifest": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-7.0.1.tgz", - "integrity": "sha512-IA8+tuv8KujbsbLQvselW2XQgmXWS47t3CB0ZrzsRZ82DbDfkcFunOaPm4X7qNuhMfq+FmV7hQT4iFVpHqV7mg==", + "node_modules/npm-pick-manifest": { + "version": "8.0.1", + "resolved": "https://registry.npmjs.org/npm-pick-manifest/-/npm-pick-manifest-8.0.1.tgz", + "integrity": "sha512-mRtvlBjTsJvfCCdmPtiu2bdlx8d/KXtF7yNXNWe7G0Z36qWA9Ny5zXsI2PfBZEv7SXgoxTmNaTzGSbbzDZChoA==", "dev": true, - "requires": { - "npm-install-checks": "^5.0.0", - "npm-normalize-package-bin": "^1.0.1", - "npm-package-arg": "^9.0.0", + "dependencies": { + "npm-install-checks": "^6.0.0", + "npm-normalize-package-bin": "^3.0.0", + "npm-package-arg": "^10.0.0", "semver": "^7.3.5" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "npm-registry-fetch": { - "version": "13.3.1", - "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-13.3.1.tgz", - "integrity": "sha512-eukJPi++DKRTjSBRcDZSDDsGqRK3ehbxfFUcgaRd0Yp6kRwOwh2WVn0r+8rMB4nnuzvAk6rQVzl6K5CkYOmnvw==", + "node_modules/npm-registry-fetch": { + "version": "14.0.5", + "resolved": "https://registry.npmjs.org/npm-registry-fetch/-/npm-registry-fetch-14.0.5.tgz", + "integrity": "sha512-kIDMIo4aBm6xg7jOttupWZamsZRkAqMqwqqbVXnUqstY5+tapvv6bkH/qMR76jdgV+YljEUCyWx3hRYMrJiAgA==", "dev": true, - "requires": { - "make-fetch-happen": "^10.0.6", - "minipass": "^3.1.6", - "minipass-fetch": "^2.0.3", + "dependencies": { + "make-fetch-happen": "^11.0.0", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", "minipass-json-stream": "^1.0.1", "minizlib": "^2.1.2", - "npm-package-arg": "^9.0.1", - "proc-log": "^2.0.0" + "npm-package-arg": "^10.0.0", + "proc-log": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/npm-registry-fetch/node_modules/make-fetch-happen": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", + "dev": true, + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/npm-registry-fetch/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "npm-run-path": { + "node_modules/npm-run-path": { "version": "4.0.1", "resolved": "https://registry.npmjs.org/npm-run-path/-/npm-run-path-4.0.1.tgz", "integrity": "sha512-S48WzZW777zhNIrn7gxOlISNAqi9ZC/uQFnRdbeIHhZhCA6UqpkOT8T1G7BvfdgP4Er8gF4sUbaS0i7QvIfCWw==", "dev": true, - "requires": { + "dependencies": { "path-key": "^3.0.0" + }, + "engines": { + "node": ">=8" } }, - "npmlog": { + "node_modules/npmlog": { "version": "6.0.2", "resolved": "https://registry.npmjs.org/npmlog/-/npmlog-6.0.2.tgz", "integrity": "sha512-/vBvz5Jfr9dT/aFWd0FIRf+T/Q2WBsLENygUaFUqstqsycmZAP/t5BvFJTK0viFmSUxiUKTUplWy5vt+rvKIxg==", "dev": true, - "requires": { + "dependencies": { "are-we-there-yet": "^3.0.0", "console-control-strings": "^1.1.0", "gauge": "^4.0.3", "set-blocking": "^2.0.0" + }, + "engines": { + "node": "^12.13.0 || ^14.15.0 || >=16.0.0" } }, - "nth-check": { + "node_modules/nth-check": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/nth-check/-/nth-check-2.1.1.tgz", "integrity": "sha512-lqjrjmaOoAnWfMmBPL+XNnynZh2+swxiX3WUE0s4yEHI6m+AwrK2UZOimIRl3X/4QctVqS8AiZjFqyOGrMXb/w==", "dev": true, - "requires": { + "dependencies": { "boolbase": "^1.0.0" + }, + "funding": { + "url": "https://github.com/fb55/nth-check?sponsor=1" } }, - "nx": { - "version": "13.1.3", - "resolved": "https://registry.npmjs.org/nx/-/nx-13.1.3.tgz", - "integrity": "sha512-clM0NQhQKYkqcNz2E3uYRMLwhp2L/9dBhJhQi9XBX4IAyA2gWAomhRIlLm5Xxg3g4h1xwSpP3eJ5t89VikY8Pw==", - "dev": true, - "requires": { - "@nrwl/cli": "*" - } - }, - "oauth-sign": { + "node_modules/oauth-sign": { "version": "0.9.0", "resolved": "https://registry.npmjs.org/oauth-sign/-/oauth-sign-0.9.0.tgz", "integrity": "sha512-fexhUFFPTGV8ybAtSIGbV6gOkSv8UtRbDBnAyLQw4QPKkgNlsH2ByPGtMUqdWkos6YCRmAqViwgZrJc/mRDzZQ==", - "dev": true + "dev": true, + "engines": { + "node": "*" + } }, - "object-assign": { + "node_modules/object-assign": { "version": "4.1.1", "resolved": "https://registry.npmjs.org/object-assign/-/object-assign-4.1.1.tgz", - "integrity": "sha1-IQmtx5ZYh8/AXLvUQsrIv7s2CGM=", - "dev": true + "integrity": "sha512-rJgTQnkUnH1sFw8yT6VSU3zD3sWmu6sZhIseY8VX+GRu3P6F7Fu+JNDoXfklElbLJSnc3FUQHVe4cU5hj+BcUg==", + "engines": { + "node": ">=0.10.0" + } }, - "object-component": { + "node_modules/object-component": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/object-component/-/object-component-0.0.3.tgz", "integrity": "sha512-S0sN3agnVh2SZNEIGc0N1X4Z5K0JeFbGBrnuZpsxuUh5XLF0BnvWkMjRXo/zGKLd/eghvNIKcx1pQkmUjXIyrA==" }, - "object-copy": { + "node_modules/object-copy": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/object-copy/-/object-copy-0.1.0.tgz", - "integrity": "sha1-fn2Fi3gb18mRpBupde04EnVOmYw=", - "requires": { + "integrity": "sha512-79LYn6VAb63zgtmAteVOWo9Vdj71ZVBy3Pbse+VqxDpEP83XuujMrGqHIwAXJ5I/aM0zU7dIyIAhifVTPrNItQ==", + "dependencies": { "copy-descriptor": "^0.1.0", "define-property": "^0.2.5", "kind-of": "^3.0.3" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-copy/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/object-inspect": { + "version": "1.13.1", + "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.13.1.tgz", + "integrity": "sha512-5qoj1RUiKOMsCCNLV1CBiPYE10sziTsnmNxkAI/rZhiD63CF7IqdFGC/XzjWjpSgLf0LxXX3bDFIh0E18f6UhQ==", + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "object-inspect": { - "version": "1.12.2", - "resolved": "https://registry.npmjs.org/object-inspect/-/object-inspect-1.12.2.tgz", - "integrity": "sha512-z+cPxW0QGUp0mcqcsgQyLVRDoXFQbXOwBaqyF7VIgI4TWNQsDHrBpUQslRmIfAoYWdYzs6UlKJtB2XJpTaNSpQ==" + "node_modules/object-is": { + "version": "1.1.5", + "resolved": "https://registry.npmjs.org/object-is/-/object-is-1.1.5.tgz", + "integrity": "sha512-3cyDsyHgtmi7I7DfSSI2LDp6SK2lwvtbg0p0R1e0RvTqF5ceGx+K2dfSjm1bKDMVCFEDAQvy+o8c6a7VujOddw==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.1.3" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "object-keys": { + "node_modules/object-keys": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/object-keys/-/object-keys-1.1.1.tgz", "integrity": "sha512-NuAESUOUMrlIXOfHKzD6bpPu3tYt3xvjNdRIQ+FeT0lNb4K8WR70CaDxhuNguS2XG+GjkyMwOzsN5ZktImfhLA==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.4" + } }, - "object-visit": { + "node_modules/object-visit": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/object-visit/-/object-visit-1.0.1.tgz", - "integrity": "sha1-95xEk68MU3e1n+OdOV5BBC3QRbs=", - "requires": { + "integrity": "sha512-GBaMwwAVK9qbQN3Scdo0OyvgPW7l3lnaVMj84uTOZlswkX0KpF6fyDBJhtTthf7pymztoN36/KEr1DyhF96zEA==", + "dependencies": { "isobject": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "object.assign": { - "version": "4.1.4", - "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.4.tgz", - "integrity": "sha512-1mxKf0e58bvyjSCtKYY4sRe9itRk3PJpquJOjeIkz885CczcI4IvJJDLPS72oowuSh+pBxUFROpX+TU++hxhZQ==", + "node_modules/object.assign": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/object.assign/-/object.assign-4.1.5.tgz", + "integrity": "sha512-byy+U7gp+FVwmyzKPYhW2h5l3crpmGsxl7X2s8y43IgxvG4g3QZ6CffDtsNQy1WsmZpQbO+ybo0AlW7TY6DcBQ==", "dev": true, - "requires": { - "call-bind": "^1.0.2", - "define-properties": "^1.1.4", + "dependencies": { + "call-bind": "^1.0.5", + "define-properties": "^1.2.1", "has-symbols": "^1.0.3", "object-keys": "^1.1.1" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "object.pick": { + "node_modules/object.pick": { "version": "1.3.0", "resolved": "https://registry.npmjs.org/object.pick/-/object.pick-1.3.0.tgz", - "integrity": "sha1-h6EKxMFpS9Lhy/U1kaZhQftd10c=", - "requires": { + "integrity": "sha512-tqa/UMy/CCoYmj+H5qc07qvSL9dqcs/WZENZ1JbtWBlATP+iVOe778gE6MSijnyCnORzDuX6hU+LA4SZ09YjFQ==", + "dependencies": { "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "obuf": { + "node_modules/obuf": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/obuf/-/obuf-1.1.2.tgz", "integrity": "sha512-PX1wu0AmAdPqOL1mWhqmlOd8kOIZQwGZw6rh7uby9fTc5lhaOWFLX3I6R1hrF9k3zUY40e6igsLGkDXK92LJNg==", "dev": true }, - "on-finished": { + "node_modules/on-finished": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/on-finished/-/on-finished-2.4.1.tgz", "integrity": "sha512-oVlzkg3ENAhCk2zdv7IJwd/QUD4z2RxRwpkcGY8psCVcCYZNq4wYnVWALHM+brtuJjePWiYF/ClmuDr8Ch5+kg==", - "requires": { + "dependencies": { "ee-first": "1.1.1" + }, + "engines": { + "node": ">= 0.8" } }, - "on-headers": { + "node_modules/on-headers": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/on-headers/-/on-headers-1.0.2.tgz", "integrity": "sha512-pZAE+FJLoyITytdqK0U5s+FIpjN0JP3OzFi/u8Rx+EV5/W+JTWGXG8xFzevE7AjBfDqHv/8vL8qQsIhHnqRkrA==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.8" + } }, - "once": { + "node_modules/once": { "version": "1.4.0", "resolved": "https://registry.npmjs.org/once/-/once-1.4.0.tgz", - "integrity": "sha1-WDsap3WWHUsROsF9nFC6753Xa9E=", - "requires": { + "integrity": "sha512-lNaJgI+2Q5URQBkccEKHTQOPaXdUxnZZElQTZY0MFUAuaEqe1E+Nyvgdz/aIyNi6Z9MzO5dv1H8n58/GELp3+w==", + "dependencies": { "wrappy": "1" } }, - "onetime": { + "node_modules/onetime": { "version": "5.1.2", "resolved": "https://registry.npmjs.org/onetime/-/onetime-5.1.2.tgz", "integrity": "sha512-kbpaSSGJTWdAY5KPVeMOKXSrPtr8C8C7wodJbcsd51jRnmD+GZu8Y0VoU6Dm5Z4vWr0Ig/1NKuWRKf7j5aaYSg==", "dev": true, - "requires": { + "dependencies": { "mimic-fn": "^2.1.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "open": { - "version": "8.4.0", - "resolved": "https://registry.npmjs.org/open/-/open-8.4.0.tgz", - "integrity": "sha512-XgFPPM+B28FtCCgSb9I+s9szOC1vZRSwgWsRUA5ylIxRTgKozqjOCrVOqGsYABPYK5qnfqClxZTFBa8PKt2v6Q==", + "node_modules/open": { + "version": "8.4.1", + "resolved": "https://registry.npmjs.org/open/-/open-8.4.1.tgz", + "integrity": "sha512-/4b7qZNhv6Uhd7jjnREh1NjnPxlTq+XNWPG88Ydkj5AILcA5m3ajvcg57pB24EQjKv0dK62XnDqk9c/hkIG5Kg==", "dev": true, - "requires": { + "dependencies": { "define-lazy-prop": "^2.0.0", "is-docker": "^2.1.1", "is-wsl": "^2.2.0" + }, + "engines": { + "node": ">=12" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "optimist": { + "node_modules/optimist": { "version": "0.6.1", "resolved": "https://registry.npmjs.org/optimist/-/optimist-0.6.1.tgz", "integrity": "sha512-snN4O4TkigujZphWLN0E//nQmm7790RYaE53DdL7ZYwee2D8DDo9/EyYiKUfN3rneWUjhJnueija3G9I2i0h3g==", - "requires": { + "dependencies": { "minimist": "~0.0.1", "wordwrap": "~0.0.2" - }, - "dependencies": { - "minimist": { - "version": "0.0.10", - "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", - "integrity": "sha512-iotkTvxc+TwOm5Ieim8VnSNvCDjCK9S8G3scJ50ZthspSxa7jx50jkhYduuAtAjvfDUwSgOwf8+If99AlOEhyw==" - } } }, - "optionator": { - "version": "0.9.1", - "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.1.tgz", - "integrity": "sha512-74RlY5FCnhq4jRxVUPKDaRwrVNXMqsGsiW6AJw4XK8hmtm10wC0ypZBLw5IIp85NZMr91+qd1RvvENwg7jjRFw==", + "node_modules/optimist/node_modules/minimist": { + "version": "0.0.10", + "resolved": "https://registry.npmjs.org/minimist/-/minimist-0.0.10.tgz", + "integrity": "sha512-iotkTvxc+TwOm5Ieim8VnSNvCDjCK9S8G3scJ50ZthspSxa7jx50jkhYduuAtAjvfDUwSgOwf8+If99AlOEhyw==" + }, + "node_modules/optionator": { + "version": "0.9.3", + "resolved": "https://registry.npmjs.org/optionator/-/optionator-0.9.3.tgz", + "integrity": "sha512-JjCoypp+jKn1ttEFExxhetCKeJt9zhAgAve5FXHixTvFDW/5aEktX9bufBKLRRMdU7bNtpLfcGu94B3cdEJgjg==", "dev": true, - "requires": { + "dependencies": { + "@aashutoshrathi/word-wrap": "^1.2.3", "deep-is": "^0.1.3", "fast-levenshtein": "^2.0.6", "levn": "^0.4.1", "prelude-ls": "^1.2.1", - "type-check": "^0.4.0", - "word-wrap": "^1.2.3" + "type-check": "^0.4.0" + }, + "engines": { + "node": ">= 0.8.0" } }, - "ora": { + "node_modules/ora": { "version": "5.4.1", "resolved": "https://registry.npmjs.org/ora/-/ora-5.4.1.tgz", "integrity": "sha512-5b6Y85tPxZZ7QytO+BQzysW31HJku27cRIlkbAXaNx+BdcVi+LlRFmVXzeF6a7JCwJpyw5c4b+YSVImQIrBpuQ==", "dev": true, - "requires": { + "dependencies": { "bl": "^4.1.0", "chalk": "^4.1.0", "cli-cursor": "^3.1.0", @@ -10288,815 +13633,777 @@ "strip-ansi": "^6.0.0", "wcwidth": "^1.0.1" }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } + }, + "node_modules/ora/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "chalk": { - "version": "4.1.2", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", - "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", - "dev": true, - "requires": { - "ansi-styles": "^4.1.0", - "supports-color": "^7.1.0" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "has-flag": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", - "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", - "dev": true - }, - "supports-color": { - "version": "7.2.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", - "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", - "dev": true, - "requires": { - "has-flag": "^4.0.0" - } - } + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/ora/node_modules/chalk": { + "version": "4.1.2", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-4.1.2.tgz", + "integrity": "sha512-oKnbhFyRIXpUuez8iBMmyEa4nbj4IOQyuhc/wy9kY7/WVPcwIO9VA668Pu8RkO7+0G76SLROeyw9CpQ061i4mA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.1.0", + "supports-color": "^7.1.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/chalk?sponsor=1" + } + }, + "node_modules/ora/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/ora/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/ora/node_modules/has-flag": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/has-flag/-/has-flag-4.0.0.tgz", + "integrity": "sha512-EykJT/Q1KjTWctppgIAgfSO0tKVuZUjhgMr17kqTumMl6Afv3EISleU7qZUzoXDFTAHTDC4NOoG/ZxU3EvlMPQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/ora/node_modules/supports-color": { + "version": "7.2.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-7.2.0.tgz", + "integrity": "sha512-qpCAvRl9stuOHveKsn7HncJRvv501qIacKzQlO/+Lwxc9+0q2wLyv4Dfvt80/DPn2pqOBsJdDiogXGR9+OvwRw==", + "dev": true, + "dependencies": { + "has-flag": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "os-tmpdir": { + "node_modules/os-tmpdir": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/os-tmpdir/-/os-tmpdir-1.0.2.tgz", - "integrity": "sha1-u+Z0BseaqFxc/sdm/lc0VV36EnQ=" + "integrity": "sha512-D2FR03Vir7FIu45XBY20mTb+/ZSWB00sjU9jdQXt83gDrI4Ztz5Fs7/yy74g2N5SVQY4xY1qDr4rNddwYRVX0g==", + "engines": { + "node": ">=0.10.0" + } }, - "p-limit": { + "node_modules/p-limit": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/p-limit/-/p-limit-2.3.0.tgz", "integrity": "sha512-//88mFWSJx8lxCzwdAABTJL2MyWB12+eIY7MDL2SqLmAkeKU9qxRvWuSyTjm3FUmpBEMuFfckAIqEaVGUDxb6w==", "dev": true, - "requires": { + "dependencies": { "p-try": "^2.0.0" + }, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "p-locate": { + "node_modules/p-locate": { "version": "4.1.0", "resolved": "https://registry.npmjs.org/p-locate/-/p-locate-4.1.0.tgz", "integrity": "sha512-R79ZZ/0wAxKGu3oYMlz8jy/kbhsNrS7SKZ7PxEHBgJ5+F2mtFW2fK2cOtBh1cHYkQsbzFV7I+EoRKe6Yt0oK7A==", "dev": true, - "requires": { + "dependencies": { "p-limit": "^2.2.0" + }, + "engines": { + "node": ">=8" } }, - "p-map": { + "node_modules/p-map": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/p-map/-/p-map-4.0.0.tgz", "integrity": "sha512-/bjOqmgETBYB5BoEeGVea8dmvHb2m9GLy1E9W43yeyfP6QQCZGFNa+XRceJEuDB6zqr+gKpIAmlLebMpykw/MQ==", "dev": true, - "requires": { + "dependencies": { "aggregate-error": "^3.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "p-retry": { + "node_modules/p-retry": { "version": "4.6.2", "resolved": "https://registry.npmjs.org/p-retry/-/p-retry-4.6.2.tgz", "integrity": "sha512-312Id396EbJdvRONlngUx0NydfrIQ5lsYu0znKVUzVvArzEIt08V1qhtyESbGVd1FGX7UKtiFp5uwKZdM8wIuQ==", "dev": true, - "requires": { + "dependencies": { "@types/retry": "0.12.0", "retry": "^0.13.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/p-retry/node_modules/retry": { + "version": "0.13.1", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", + "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", + "dev": true, + "engines": { + "node": ">= 4" } }, - "p-try": { + "node_modules/p-try": { "version": "2.2.0", "resolved": "https://registry.npmjs.org/p-try/-/p-try-2.2.0.tgz", "integrity": "sha512-R4nPAVTAU0B9D35/Gk3uJf/7XYbQcyohSKdvAxIRSNghFl4e71hVoGnBNQz9cWaXxO2I10KTC+3jMdvvoKw6dQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "pacote": { - "version": "13.6.2", - "resolved": "https://registry.npmjs.org/pacote/-/pacote-13.6.2.tgz", - "integrity": "sha512-Gu8fU3GsvOPkak2CkbojR7vjs3k3P9cA6uazKTHdsdV0gpCEQq2opelnEv30KRQWgVzP5Vd/5umjcedma3MKtg==", + "node_modules/pacote": { + "version": "15.1.0", + "resolved": "https://registry.npmjs.org/pacote/-/pacote-15.1.0.tgz", + "integrity": "sha512-FFcjtIl+BQNfeliSm7MZz5cpdohvUV1yjGnqgVM4UnVF7JslRY0ImXAygdaCDV0jjUADEWu4y5xsDV8brtrTLg==", "dev": true, - "requires": { - "@npmcli/git": "^3.0.0", - "@npmcli/installed-package-contents": "^1.0.7", - "@npmcli/promise-spawn": "^3.0.0", - "@npmcli/run-script": "^4.1.0", - "cacache": "^16.0.0", - "chownr": "^2.0.0", - "fs-minipass": "^2.1.0", - "infer-owner": "^1.0.4", - "minipass": "^3.1.6", - "mkdirp": "^1.0.4", - "npm-package-arg": "^9.0.0", - "npm-packlist": "^5.1.0", - "npm-pick-manifest": "^7.0.0", - "npm-registry-fetch": "^13.0.1", - "proc-log": "^2.0.0", + "dependencies": { + "@npmcli/git": "^4.0.0", + "@npmcli/installed-package-contents": "^2.0.1", + "@npmcli/promise-spawn": "^6.0.1", + "@npmcli/run-script": "^6.0.0", + "cacache": "^17.0.0", + "fs-minipass": "^3.0.0", + "minipass": "^4.0.0", + "npm-package-arg": "^10.0.0", + "npm-packlist": "^7.0.0", + "npm-pick-manifest": "^8.0.0", + "npm-registry-fetch": "^14.0.0", + "proc-log": "^3.0.0", "promise-retry": "^2.0.1", - "read-package-json": "^5.0.0", - "read-package-json-fast": "^2.0.3", - "rimraf": "^3.0.2", - "ssri": "^9.0.0", + "read-package-json": "^6.0.0", + "read-package-json-fast": "^3.0.0", + "sigstore": "^1.0.0", + "ssri": "^10.0.0", "tar": "^6.1.11" }, - "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - } + "bin": { + "pacote": "lib/bin.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "pako": { + "node_modules/pako": { "version": "1.0.11", "resolved": "https://registry.npmjs.org/pako/-/pako-1.0.11.tgz", "integrity": "sha512-4hLB8Py4zZce5s4yd9XzopqwVv/yGNhV1Bl8NTmCq1763HeK2+EwVTv+leGeL13Dnh2wfbqowVPXCIO0z4taYw==", "dev": true }, - "parent-module": { + "node_modules/parent-module": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parent-module/-/parent-module-1.0.1.tgz", "integrity": "sha512-GQ2EWRpQV8/o+Aw8YqtfZZPfNRWZYkbidE9k5rpl/hC3vtHHBfGm2Ifi6qWV+coDGkrUKZAxE3Lot5kcsRlh+g==", "dev": true, - "requires": { + "dependencies": { "callsites": "^3.0.0" + }, + "engines": { + "node": ">=6" } }, - "parse-json": { + "node_modules/parse-json": { "version": "5.2.0", "resolved": "https://registry.npmjs.org/parse-json/-/parse-json-5.2.0.tgz", "integrity": "sha512-ayCKvm/phCGxOkYRSCM82iDwct8/EonSEgCSxWxD7ve6jHggsFl4fZVQBPRNgQoKiuV/odhFrGzQXZwbifC8Rg==", "dev": true, - "requires": { + "dependencies": { "@babel/code-frame": "^7.0.0", "error-ex": "^1.3.1", "json-parse-even-better-errors": "^2.3.0", "lines-and-columns": "^1.1.6" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "parse-node-version": { + "node_modules/parse-node-version": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/parse-node-version/-/parse-node-version-1.0.1.tgz", "integrity": "sha512-3YHlOa/JgH6Mnpr05jP9eDG254US9ek25LyIxZlDItp2iJtwyaXQb57lBYLdT3MowkUFYEV2XXNAYIPlESvJlA==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.10" + } }, - "parse5": { + "node_modules/parse5": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/parse5/-/parse5-6.0.1.tgz", "integrity": "sha512-Ofn/CTFzRGTTxwpNEs9PP93gXShHcTq255nzRYSKe8AkVpZY7e1fpmTfOyoIvjP5HG7Z2ZM7VS9PPhQGW2pOpw==", "dev": true }, - "parse5-html-rewriting-stream": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-6.0.1.tgz", - "integrity": "sha512-vwLQzynJVEfUlURxgnf51yAJDQTtVpNyGD8tKi2Za7m+akukNHxCcUQMAa/mUGLhCeicFdpy7Tlvj8ZNKadprg==", + "node_modules/parse5-html-rewriting-stream": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-html-rewriting-stream/-/parse5-html-rewriting-stream-7.0.0.tgz", + "integrity": "sha512-mazCyGWkmCRWDI15Zp+UiCqMp/0dgEmkZRvhlsqqKYr4SsVm/TvnSpD9fCvqCA2zoWJcfRym846ejWBBHRiYEg==", "dev": true, - "requires": { - "parse5": "^6.0.1", - "parse5-sax-parser": "^6.0.1" + "dependencies": { + "entities": "^4.3.0", + "parse5": "^7.0.0", + "parse5-sax-parser": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-html-rewriting-stream/node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "parse5-htmlparser2-tree-adapter": { + "node_modules/parse5-html-rewriting-stream/node_modules/parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-htmlparser2-tree-adapter": { "version": "6.0.1", "resolved": "https://registry.npmjs.org/parse5-htmlparser2-tree-adapter/-/parse5-htmlparser2-tree-adapter-6.0.1.tgz", "integrity": "sha512-qPuWvbLgvDGilKc5BoicRovlT4MtYT6JfJyBOMDsKoiT+GiuP5qyrPCnR9HcPECIJJmZh5jRndyNThnhhb/vlA==", "dev": true, - "requires": { + "dependencies": { "parse5": "^6.0.1" } }, - "parse5-sax-parser": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-6.0.1.tgz", - "integrity": "sha512-kXX+5S81lgESA0LsDuGjAlBybImAChYRMT+/uKCEXFBFOeEhS52qUCydGhU3qLRD8D9DVjaUo821WK7DM4iCeg==", + "node_modules/parse5-sax-parser": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/parse5-sax-parser/-/parse5-sax-parser-7.0.0.tgz", + "integrity": "sha512-5A+v2SNsq8T6/mG3ahcz8ZtQ0OUFTatxPbeidoMB7tkJSGDY3tdfl4MHovtLQHkEn5CGxijNWRQHhRQ6IRpXKg==", "dev": true, - "requires": { - "parse5": "^6.0.1" + "dependencies": { + "parse5": "^7.0.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parse5-sax-parser/node_modules/entities": { + "version": "4.5.0", + "resolved": "https://registry.npmjs.org/entities/-/entities-4.5.0.tgz", + "integrity": "sha512-V0hjH4dGPh9Ao5p0MoRY6BVqtwCjhz6vI5LT8AJ55H+4g9/4vbHx1I54fS0XuclLhDHArPQCiMjDxjaL8fPxhw==", + "dev": true, + "engines": { + "node": ">=0.12" + }, + "funding": { + "url": "https://github.com/fb55/entities?sponsor=1" } }, - "parseqs": { + "node_modules/parse5-sax-parser/node_modules/parse5": { + "version": "7.1.2", + "resolved": "https://registry.npmjs.org/parse5/-/parse5-7.1.2.tgz", + "integrity": "sha512-Czj1WaSVpaoj0wbhMzLmWD69anp2WH7FXMB9n1Sy8/ZFF9jolSQVMu1Ij5WIyGmcBmhk7EOndpO4mIpihVqAXw==", + "dev": true, + "dependencies": { + "entities": "^4.4.0" + }, + "funding": { + "url": "https://github.com/inikulin/parse5?sponsor=1" + } + }, + "node_modules/parseqs": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/parseqs/-/parseqs-0.0.5.tgz", "integrity": "sha512-B3Nrjw2aL7aI4TDujOzfA4NsEc4u1lVcIRE0xesutH8kjeWF70uk+W5cBlIQx04zUH9NTBvuN36Y9xLRPK6Jjw==", - "requires": { + "dependencies": { "better-assert": "~1.0.0" } }, - "parseuri": { + "node_modules/parseuri": { "version": "0.0.5", "resolved": "https://registry.npmjs.org/parseuri/-/parseuri-0.0.5.tgz", "integrity": "sha512-ijhdxJu6l5Ru12jF0JvzXVPvsC+VibqeaExlNoMhWN6VQ79PGjkmc7oA4W1lp00sFkNyj0fx6ivPLdV51/UMog==", - "requires": { + "dependencies": { "better-assert": "~1.0.0" } }, - "parseurl": { + "node_modules/parseurl": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/parseurl/-/parseurl-1.3.3.tgz", - "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==" + "integrity": "sha512-CiyeOxFT/JZyN5m0z9PfXw4SCBJ6Sygz1Dpl0wqjlhDEGGBP1GnsUVEL0p63hoG1fcj3fHynXi9NYO4nWOL+qQ==", + "engines": { + "node": ">= 0.8" + } }, - "pascalcase": { + "node_modules/pascalcase": { "version": "0.1.1", "resolved": "https://registry.npmjs.org/pascalcase/-/pascalcase-0.1.1.tgz", - "integrity": "sha1-s2PlXoAGym/iF4TS2yK9FdeRfxQ=" + "integrity": "sha512-XHXfu/yOQRy9vYOtUDVMN60OEJjW013GoObG1o+xwQTpB9eYJX/BjXMsdW13ZDPruFhYYn0AG22w0xgQMwl3Nw==", + "engines": { + "node": ">=0.10.0" + } }, - "path-dirname": { + "node_modules/path-dirname": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-dirname/-/path-dirname-1.0.2.tgz", - "integrity": "sha1-zDPSTVJeCZpTiMAzbG4yuRYGCeA=" + "integrity": "sha512-ALzNPpyNq9AqXMBjeymIjFDAkAFH06mHJH/cSBHAgU0s4vfpBn6b2nf8tiRLvagKD8RbTpq2FKTBg7cl9l3c7Q==" }, - "path-exists": { + "node_modules/path-exists": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-exists/-/path-exists-4.0.0.tgz", "integrity": "sha512-ak9Qy5Q7jYb2Wwcey5Fpvg2KoAc/ZIhLSLOSBmRmygPsGwkVVt0fZa0qrtMz+m6tJTAHfZQ8FnmB4MG4LWy7/w==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "path-is-absolute": { + "node_modules/path-is-absolute": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/path-is-absolute/-/path-is-absolute-1.0.1.tgz", - "integrity": "sha1-F0uSaHNVNP+8es5r9TpanhtcX18=" + "integrity": "sha512-AVbw3UJ2e9bq64vSaS9Am0fje1Pa8pbGqTTsmXfaIiMpnr5DlDhfJOuLj9Sf95ZPVDAUerDfEk88MPmPe7UCQg==", + "engines": { + "node": ">=0.10.0" + } }, - "path-is-inside": { + "node_modules/path-is-inside": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/path-is-inside/-/path-is-inside-1.0.2.tgz", - "integrity": "sha1-NlQX3t5EQw0cEa9hAn+s8HS9/FM=", + "integrity": "sha512-DUWJr3+ULp4zXmol/SZkFf3JGsS9/SIv+Y3Rt93/UjPpDpklB5f1er4O3POIbUuUJ3FXgqte2Q7SrU6zAqwk8w==", "dev": true }, - "path-key": { + "node_modules/path-key": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/path-key/-/path-key-3.1.1.tgz", "integrity": "sha512-ojmeN0qd+y0jszEtoY48r0Peq5dwMEkIlCOu6Q5f41lfkswXuKtYrhgoTpLnyIcHm24Uhqx+5Tqm2InSwLhE6Q==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "path-parse": { + "node_modules/path-parse": { "version": "1.0.7", "resolved": "https://registry.npmjs.org/path-parse/-/path-parse-1.0.7.tgz", "integrity": "sha512-LDJzPVEEEPR+y48z93A0Ed0yXb8pAByGWo/k5YYdYgpY2/2EsOsksJrq7lOHxryrVOn1ejG6oAp8ahvOIQD8sw==", "dev": true }, - "path-to-regexp": { + "node_modules/path-scurry": { + "version": "1.10.1", + "resolved": "https://registry.npmjs.org/path-scurry/-/path-scurry-1.10.1.tgz", + "integrity": "sha512-MkhCqzzBEpPvxxQ71Md0b1Kk51W01lrYvlMzSUaIzNsODdd7mqhiimSZlr+VegAz5Z6Vzt9Xg2ttE//XBhH3EQ==", + "dev": true, + "dependencies": { + "lru-cache": "^9.1.1 || ^10.0.0", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/path-scurry/node_modules/lru-cache": { + "version": "10.2.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-10.2.0.tgz", + "integrity": "sha512-2bIM8x+VAf6JT4bKAljS1qUWgMsqZRPGJS6FSahIMPVvctcNhyVp7AJu7quxOW9jwkryBReKZY5tY5JYv2n/7Q==", + "dev": true, + "engines": { + "node": "14 || >=16.14" + } + }, + "node_modules/path-scurry/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" + } + }, + "node_modules/path-to-regexp": { "version": "0.1.7", "resolved": "https://registry.npmjs.org/path-to-regexp/-/path-to-regexp-0.1.7.tgz", "integrity": "sha512-5DFkuoqlv1uYQKxy8omFBeJPQcdoE07Kv2sferDCrAq1ohOU+MSDswDIbnx3YAM60qIOnYa53wBhXW0EbMonrQ==", "dev": true }, - "path-type": { + "node_modules/path-type": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/path-type/-/path-type-4.0.0.tgz", "integrity": "sha512-gDKb8aZMDeD/tZWs9P6+q0J9Mwkdl6xMV8TjnGP3qJVJ06bdMgkbBlLU8IdfOsIsFz2BW1rNVT3XuNEl8zPAvw==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "performance-now": { + "node_modules/performance-now": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/performance-now/-/performance-now-2.1.0.tgz", - "integrity": "sha1-Ywn04OX6kT7BxpMHrjZLSzd8nns=", + "integrity": "sha512-7EAHlyLHI56VEIdK57uwHdHKIaAGbnXPiw0yWbarQZOKaKpvUIgW0jWRVLiatnM+XXlSwsanIBH/hzGMJulMow==", "dev": true }, - "picocolors": { + "node_modules/picocolors": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/picocolors/-/picocolors-1.0.0.tgz", "integrity": "sha512-1fygroTLlHu66zi26VoTDv8yRgm0Fccecssto+MhsZ0D/DGW2sm8E8AjW7NU5VVTRt5GxbeZ5qBuJr+HyLYkjQ==", "dev": true }, - "picomatch": { + "node_modules/picomatch": { "version": "2.3.1", "resolved": "https://registry.npmjs.org/picomatch/-/picomatch-2.3.1.tgz", "integrity": "sha512-JU3teHTNjmE2VCGFzuY8EXzCDVwEqB2a8fsIvwaStHhAWJEeVd1o1QD80CU6+ZdEXXSLbSsuLwJjkCBWqRQUVA==", - "dev": true - }, - "pify": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/pify/-/pify-4.0.1.tgz", - "integrity": "sha512-uB80kBFb/tfd68bVleG9T5GGsGPjJrLAUpR5PZIrhBnIaRTQRjqdJSsIKkOP6OAIFbj7GOrcudc5pNjZ+geV2g==", - "dev": true - }, - "pinkie": { - "version": "2.0.4", - "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", - "integrity": "sha1-clVrgM+g1IqXToDnckjoDtT3+HA=", - "dev": true - }, - "pinkie-promise": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", - "integrity": "sha1-ITXW36ejWMBprJsXh3YogihFD/o=", - "dev": true, - "requires": { - "pinkie": "^2.0.0" - } - }, - "piscina": { - "version": "3.2.0", - "resolved": "https://registry.npmjs.org/piscina/-/piscina-3.2.0.tgz", - "integrity": "sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==", - "dev": true, - "requires": { - "eventemitter-asyncresource": "^1.0.0", - "hdr-histogram-js": "^2.0.1", - "hdr-histogram-percentiles-obj": "^3.0.0", - "nice-napi": "^1.0.2" - } - }, - "pkg-dir": { - "version": "4.2.0", - "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", - "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", - "dev": true, - "requires": { - "find-up": "^4.0.0" - } - }, - "platform": { - "version": "1.3.3", - "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.3.tgz", - "integrity": "sha1-ZGx3ARiZhwtqCQPnXpl+jlHadGE=" - }, - "posix-character-classes": { - "version": "0.1.1", - "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", - "integrity": "sha1-AerA/jta9xoqbAL+q7jB/vfgDqs=" - }, - "postcss": { - "version": "8.4.16", - "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.16.tgz", - "integrity": "sha512-ipHE1XBvKzm5xI7hiHCZJCSugxvsdq2mPnsq5+UF+VHCjiBvtDrlxJfMBToWaP9D5XlgNmcFGqoHmUn0EYEaRQ==", - "dev": true, - "requires": { - "nanoid": "^3.3.4", - "picocolors": "^1.0.0", - "source-map-js": "^1.0.2" - } - }, - "postcss-attribute-case-insensitive": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/postcss-attribute-case-insensitive/-/postcss-attribute-case-insensitive-5.0.2.tgz", - "integrity": "sha512-XIidXV8fDr0kKt28vqki84fRK8VW8eTuIa4PChv2MqKuT6C9UjmSKzen6KaWhWEoYvwxFCa7n/tC1SZ3tyq4SQ==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.10" - } - }, - "postcss-clamp": { - "version": "4.1.0", - "resolved": "https://registry.npmjs.org/postcss-clamp/-/postcss-clamp-4.1.0.tgz", - "integrity": "sha512-ry4b1Llo/9zz+PKC+030KUnPITTJAHeOwjfAyyB60eT0AorGLdzp52s31OsPRHRf8NchkgFoG2y6fCfn1IV1Ow==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-color-functional-notation": { - "version": "4.2.4", - "resolved": "https://registry.npmjs.org/postcss-color-functional-notation/-/postcss-color-functional-notation-4.2.4.tgz", - "integrity": "sha512-2yrTAUZUab9s6CpxkxC4rVgFEVaR6/2Pipvi6qcgvnYiVqZcbDHEoBDhrXzyb7Efh2CCfHQNtcqWcIruDTIUeg==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-color-hex-alpha": { - "version": "8.0.4", - "resolved": "https://registry.npmjs.org/postcss-color-hex-alpha/-/postcss-color-hex-alpha-8.0.4.tgz", - "integrity": "sha512-nLo2DCRC9eE4w2JmuKgVA3fGL3d01kGq752pVALF68qpGLmx2Qrk91QTKkdUqqp45T1K1XV8IhQpcu1hoAQflQ==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-color-rebeccapurple": { - "version": "7.1.1", - "resolved": "https://registry.npmjs.org/postcss-color-rebeccapurple/-/postcss-color-rebeccapurple-7.1.1.tgz", - "integrity": "sha512-pGxkuVEInwLHgkNxUc4sdg4g3py7zUeCQ9sMfwyHAT+Ezk8a4OaaVZ8lIY5+oNqA/BXXgLyXv0+5wHP68R79hg==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-custom-media": { - "version": "8.0.2", - "resolved": "https://registry.npmjs.org/postcss-custom-media/-/postcss-custom-media-8.0.2.tgz", - "integrity": "sha512-7yi25vDAoHAkbhAzX9dHx2yc6ntS4jQvejrNcC+csQJAXjj15e7VcWfMgLqBNAbOvqi5uIa9huOVwdHbf+sKqg==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-custom-properties": { - "version": "12.1.9", - "resolved": "https://registry.npmjs.org/postcss-custom-properties/-/postcss-custom-properties-12.1.9.tgz", - "integrity": "sha512-/E7PRvK8DAVljBbeWrcEQJPG72jaImxF3vvCNFwv9cC8CzigVoNIpeyfnJzphnN3Fd8/auBf5wvkw6W9MfmTyg==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-custom-selectors": { - "version": "6.0.3", - "resolved": "https://registry.npmjs.org/postcss-custom-selectors/-/postcss-custom-selectors-6.0.3.tgz", - "integrity": "sha512-fgVkmyiWDwmD3JbpCmB45SvvlCD6z9CG6Ie6Iere22W5aHea6oWa7EM2bpnv2Fj3I94L3VbtvX9KqwSi5aFzSg==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.4" - } - }, - "postcss-dir-pseudo-class": { - "version": "6.0.5", - "resolved": "https://registry.npmjs.org/postcss-dir-pseudo-class/-/postcss-dir-pseudo-class-6.0.5.tgz", - "integrity": "sha512-eqn4m70P031PF7ZQIvSgy9RSJ5uI2171O/OO/zcRNYpJbvaeKFUlar1aJ7rmgiQtbm0FSPsRewjpdS0Oew7MPA==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.10" - } - }, - "postcss-double-position-gradients": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/postcss-double-position-gradients/-/postcss-double-position-gradients-3.1.2.tgz", - "integrity": "sha512-GX+FuE/uBR6eskOK+4vkXgT6pDkexLokPaz/AbJna9s5Kzp/yl488pKPjhy0obB475ovfT1Wv8ho7U/cHNaRgQ==", - "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" + "engines": { + "node": ">=8.6" + }, + "funding": { + "url": "https://github.com/sponsors/jonschlinkert" } }, - "postcss-env-function": { - "version": "4.0.6", - "resolved": "https://registry.npmjs.org/postcss-env-function/-/postcss-env-function-4.0.6.tgz", - "integrity": "sha512-kpA6FsLra+NqcFnL81TnsU+Z7orGtDTxcOhl6pwXeEq1yFPpRMkCDpHhrz8CFQDr/Wfm0jLiNQ1OsGGPjlqPwA==", + "node_modules/pify": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", + "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "engines": { + "node": ">=0.10.0" } }, - "postcss-focus-visible": { - "version": "6.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-visible/-/postcss-focus-visible-6.0.4.tgz", - "integrity": "sha512-QcKuUU/dgNsstIK6HELFRT5Y3lbrMLEOwG+A4s5cA+fx3A3y/JTq3X9LaOj3OC3ALH0XqyrgQIgey/MIZ8Wczw==", + "node_modules/pinkie": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/pinkie/-/pinkie-2.0.4.tgz", + "integrity": "sha512-MnUuEycAemtSaeFSjXKW/aroV7akBbY+Sv+RkyqFjgAe73F+MR0TBWKBRDkmfWq/HiFmdavfZ1G7h4SPZXaCSg==", "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.9" + "engines": { + "node": ">=0.10.0" } }, - "postcss-focus-within": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-focus-within/-/postcss-focus-within-5.0.4.tgz", - "integrity": "sha512-vvjDN++C0mu8jz4af5d52CB184ogg/sSxAFS+oUJQq2SuCe7T5U2iIsVJtsCp2d6R4j0jr5+q3rPkBVZkXD9fQ==", + "node_modules/pinkie-promise": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/pinkie-promise/-/pinkie-promise-2.0.1.tgz", + "integrity": "sha512-0Gni6D4UcLTbv9c57DfxDGdr41XfgUjqWZu492f0cIGr16zDU06BWP/RAEvOuo7CQ0CNjHaLlM59YJJFm3NWlw==", "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.9" - } - }, - "postcss-font-variant": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-font-variant/-/postcss-font-variant-5.0.0.tgz", - "integrity": "sha512-1fmkBaCALD72CK2a9i468mA/+tr9/1cBxRRMXOUaZqO43oWPR5imcyPjXwuv7PXbCid4ndlP5zWhidQVVa3hmA==", - "dev": true - }, - "postcss-gap-properties": { - "version": "3.0.5", - "resolved": "https://registry.npmjs.org/postcss-gap-properties/-/postcss-gap-properties-3.0.5.tgz", - "integrity": "sha512-IuE6gKSdoUNcvkGIqdtjtcMtZIFyXZhmFd5RUlg97iVEvp1BZKV5ngsAjCjrVy+14uhGBQl9tzmi1Qwq4kqVOg==", - "dev": true + "dependencies": { + "pinkie": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } }, - "postcss-image-set-function": { - "version": "4.0.7", - "resolved": "https://registry.npmjs.org/postcss-image-set-function/-/postcss-image-set-function-4.0.7.tgz", - "integrity": "sha512-9T2r9rsvYzm5ndsBE8WgtrMlIT7VbtTfE7b3BQnudUqnBcBo7L758oc+o+pdj/dUV0l5wjwSdjeOH2DZtfv8qw==", + "node_modules/piscina": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/piscina/-/piscina-3.2.0.tgz", + "integrity": "sha512-yn/jMdHRw+q2ZJhFhyqsmANcbF6V2QwmD84c6xRau+QpQOmtrBCoRGdvTfeuFDYXB5W2m6MfLkjkvQa9lUSmIA==", "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" + "dependencies": { + "eventemitter-asyncresource": "^1.0.0", + "hdr-histogram-js": "^2.0.1", + "hdr-histogram-percentiles-obj": "^3.0.0" + }, + "optionalDependencies": { + "nice-napi": "^1.0.2" } }, - "postcss-import": { - "version": "15.0.0", - "resolved": "https://registry.npmjs.org/postcss-import/-/postcss-import-15.0.0.tgz", - "integrity": "sha512-Y20shPQ07RitgBGv2zvkEAu9bqvrD77C9axhj/aA1BQj4czape2MdClCExvB27EwYEJdGgKZBpKanb0t1rK2Kg==", + "node_modules/pkg-dir": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/pkg-dir/-/pkg-dir-4.2.0.tgz", + "integrity": "sha512-HRDzbaKjC+AOWVXxAU/x54COGeIv9eb+6CkDSQoNTt4XyWoIJvuPsXizxu/Fr23EiekbtZwmh1IcIG/l/a10GQ==", "dev": true, - "requires": { - "postcss-value-parser": "^4.0.0", - "read-cache": "^1.0.0", - "resolve": "^1.1.7" + "dependencies": { + "find-up": "^4.0.0" + }, + "engines": { + "node": ">=8" } }, - "postcss-initial": { - "version": "4.0.1", - "resolved": "https://registry.npmjs.org/postcss-initial/-/postcss-initial-4.0.1.tgz", - "integrity": "sha512-0ueD7rPqX8Pn1xJIjay0AZeIuDoF+V+VvMt/uOnn+4ezUKhZM/NokDeP6DwMNyIoYByuN/94IQnt5FEkaN59xQ==", - "dev": true + "node_modules/platform": { + "version": "1.3.3", + "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.3.tgz", + "integrity": "sha512-VJK1SRmXBpjwsB4YOHYSturx48rLKMzHgCqDH2ZDa6ZbMS/N5huoNqyQdK5Fj/xayu3fqbXckn5SeCS1EbMDZg==" + }, + "node_modules/posix-character-classes": { + "version": "0.1.1", + "resolved": "https://registry.npmjs.org/posix-character-classes/-/posix-character-classes-0.1.1.tgz", + "integrity": "sha512-xTgYBc3fuo7Yt7JbiuFxSYGToMoz8fLoE6TC9Wx1P/u+LfeThMOAqmuyECnlBaaJb+u1m9hHiXUEtwW4OzfUJg==", + "engines": { + "node": ">=0.10.0" + } }, - "postcss-lab-function": { - "version": "4.2.1", - "resolved": "https://registry.npmjs.org/postcss-lab-function/-/postcss-lab-function-4.2.1.tgz", - "integrity": "sha512-xuXll4isR03CrQsmxyz92LJB2xX9n+pZJ5jE9JgcnmsCammLyKdlzrBin+25dy6wIjfhJpKBAN80gsTlCgRk2w==", + "node_modules/postcss": { + "version": "8.4.31", + "resolved": "https://registry.npmjs.org/postcss/-/postcss-8.4.31.tgz", + "integrity": "sha512-PS08Iboia9mts/2ygV3eLpY5ghnUcfLV/EXTOW1E2qYxJKGGBUtNjN76FYHnMs36RmARn41bC0AZmn+rR0OVpQ==", "dev": true, - "requires": { - "@csstools/postcss-progressive-custom-properties": "^1.1.0", - "postcss-value-parser": "^4.2.0" + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/postcss/" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/postcss" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { + "nanoid": "^3.3.6", + "picocolors": "^1.0.0", + "source-map-js": "^1.0.2" + }, + "engines": { + "node": "^10 || ^12 || >=14" } }, - "postcss-loader": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.0.1.tgz", - "integrity": "sha512-VRviFEyYlLjctSM93gAZtcJJ/iSkPZ79zWbN/1fSH+NisBByEiVLqpdVDrPLVSi8DX0oJo12kL/GppTBdKVXiQ==", + "node_modules/postcss-loader": { + "version": "7.0.2", + "resolved": "https://registry.npmjs.org/postcss-loader/-/postcss-loader-7.0.2.tgz", + "integrity": "sha512-fUJzV/QH7NXUAqV8dWJ9Lg4aTkDCezpTS5HgJ2DvqznexTbSTxgi/dTECvTZ15BwKTtk8G/bqI/QTu2HPd3ZCg==", "dev": true, - "requires": { + "dependencies": { "cosmiconfig": "^7.0.0", "klona": "^2.0.5", - "semver": "^7.3.7" + "semver": "^7.3.8" + }, + "engines": { + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "postcss": "^7.0.0 || ^8.0.1", + "webpack": "^5.0.0" } }, - "postcss-logical": { - "version": "5.0.4", - "resolved": "https://registry.npmjs.org/postcss-logical/-/postcss-logical-5.0.4.tgz", - "integrity": "sha512-RHXxplCeLh9VjinvMrZONq7im4wjWGlRJAqmAVLXyZaXwfDWP73/oq4NdIp+OZwhQUMj0zjqDfM5Fj7qby+B4g==", - "dev": true - }, - "postcss-media-minmax": { - "version": "5.0.0", - "resolved": "https://registry.npmjs.org/postcss-media-minmax/-/postcss-media-minmax-5.0.0.tgz", - "integrity": "sha512-yDUvFf9QdFZTuCUg0g0uNSHVlJ5X1lSzDZjPSFaiCWvjgsvu8vEVxtahPrLMinIDEEGnx6cBe6iqdx5YWz08wQ==", - "dev": true - }, - "postcss-modules-extract-imports": { + "node_modules/postcss-modules-extract-imports": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-extract-imports/-/postcss-modules-extract-imports-3.0.0.tgz", "integrity": "sha512-bdHleFnP3kZ4NYDhuGlVK+CMrQ/pqUm8bx/oGL93K6gVwiclvX5x0n76fYMKuIGKzlABOy13zsvqjb0f92TEXw==", - "dev": true + "dev": true, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" + } }, - "postcss-modules-local-by-default": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.0.tgz", - "integrity": "sha512-sT7ihtmGSF9yhm6ggikHdV0hlziDTX7oFoXtuVWeDd3hHObNkcHRo9V3yg7vCAY7cONyxJC/XXCmmiHHcvX7bQ==", + "node_modules/postcss-modules-local-by-default": { + "version": "4.0.4", + "resolved": "https://registry.npmjs.org/postcss-modules-local-by-default/-/postcss-modules-local-by-default-4.0.4.tgz", + "integrity": "sha512-L4QzMnOdVwRm1Qb8m4x8jsZzKAaPAgrUF1r/hjDR2Xj7R+8Zsf97jAlSQzWtKx5YNiNGN8QxmPFIc/sh+RQl+Q==", "dev": true, - "requires": { + "dependencies": { "icss-utils": "^5.0.0", "postcss-selector-parser": "^6.0.2", "postcss-value-parser": "^4.1.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "postcss-modules-scope": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.0.0.tgz", - "integrity": "sha512-hncihwFA2yPath8oZ15PZqvWGkWf+XUfQgUGamS4LqoP1anQLOsOJw0vr7J7IwLpoY9fatA2qiGUGmuZL0Iqlg==", + "node_modules/postcss-modules-scope": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/postcss-modules-scope/-/postcss-modules-scope-3.1.1.tgz", + "integrity": "sha512-uZgqzdTleelWjzJY+Fhti6F3C9iF1JR/dODLs/JDefozYcKTBCdD8BIl6nNPbTbcLnGrk56hzwZC2DaGNvYjzA==", "dev": true, - "requires": { + "dependencies": { "postcss-selector-parser": "^6.0.4" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "postcss-modules-values": { + "node_modules/postcss-modules-values": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/postcss-modules-values/-/postcss-modules-values-4.0.0.tgz", "integrity": "sha512-RDxHkAiEGI78gS2ofyvCsu7iycRv7oqw5xMWn9iMoR0N/7mf9D50ecQqUo5BZ9Zh2vH4bCUR/ktCqbB9m8vJjQ==", "dev": true, - "requires": { + "dependencies": { "icss-utils": "^5.0.0" + }, + "engines": { + "node": "^10 || ^12 || >= 14" + }, + "peerDependencies": { + "postcss": "^8.1.0" } }, - "postcss-nesting": { - "version": "10.2.0", - "resolved": "https://registry.npmjs.org/postcss-nesting/-/postcss-nesting-10.2.0.tgz", - "integrity": "sha512-EwMkYchxiDiKUhlJGzWsD9b2zvq/r2SSubcRrgP+jujMXFzqvANLt16lJANC+5uZ6hjI7lpRmI6O8JIl+8l1KA==", - "dev": true, - "requires": { - "@csstools/selector-specificity": "^2.0.0", - "postcss-selector-parser": "^6.0.10" - } - }, - "postcss-opacity-percentage": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/postcss-opacity-percentage/-/postcss-opacity-percentage-1.1.2.tgz", - "integrity": "sha512-lyUfF7miG+yewZ8EAk9XUBIlrHyUE6fijnesuz+Mj5zrIHIEw6KcIZSOk/elVMqzLvREmXB83Zi/5QpNRYd47w==", - "dev": true - }, - "postcss-overflow-shorthand": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-overflow-shorthand/-/postcss-overflow-shorthand-3.0.4.tgz", - "integrity": "sha512-otYl/ylHK8Y9bcBnPLo3foYFLL6a6Ak+3EQBPOTR7luMYCOsiVTUk1iLvNf6tVPNGXcoL9Hoz37kpfriRIFb4A==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-page-break": { - "version": "3.0.4", - "resolved": "https://registry.npmjs.org/postcss-page-break/-/postcss-page-break-3.0.4.tgz", - "integrity": "sha512-1JGu8oCjVXLa9q9rFTo4MbeeA5FMe00/9C7lN4va606Rdb+HkxXtXsmEDrIraQ11fGz/WvKWa8gMuCKkrXpTsQ==", - "dev": true - }, - "postcss-place": { - "version": "7.0.5", - "resolved": "https://registry.npmjs.org/postcss-place/-/postcss-place-7.0.5.tgz", - "integrity": "sha512-wR8igaZROA6Z4pv0d+bvVrvGY4GVHihBCBQieXFY3kuSuMyOmEnnfFzHl/tQuqHZkfkIVBEbDvYcFfHmpSet9g==", - "dev": true, - "requires": { - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-preset-env": { - "version": "7.8.0", - "resolved": "https://registry.npmjs.org/postcss-preset-env/-/postcss-preset-env-7.8.0.tgz", - "integrity": "sha512-leqiqLOellpLKfbHkD06E04P6d9ZQ24mat6hu4NSqun7WG0UhspHR5Myiv/510qouCjoo4+YJtNOqg5xHaFnCA==", - "dev": true, - "requires": { - "@csstools/postcss-cascade-layers": "^1.0.5", - "@csstools/postcss-color-function": "^1.1.1", - "@csstools/postcss-font-format-keywords": "^1.0.1", - "@csstools/postcss-hwb-function": "^1.0.2", - "@csstools/postcss-ic-unit": "^1.0.1", - "@csstools/postcss-is-pseudo-class": "^2.0.7", - "@csstools/postcss-nested-calc": "^1.0.0", - "@csstools/postcss-normalize-display-values": "^1.0.1", - "@csstools/postcss-oklab-function": "^1.1.1", - "@csstools/postcss-progressive-custom-properties": "^1.3.0", - "@csstools/postcss-stepped-value-functions": "^1.0.1", - "@csstools/postcss-text-decoration-shorthand": "^1.0.0", - "@csstools/postcss-trigonometric-functions": "^1.0.2", - "@csstools/postcss-unset-value": "^1.0.2", - "autoprefixer": "^10.4.8", - "browserslist": "^4.21.3", - "css-blank-pseudo": "^3.0.3", - "css-has-pseudo": "^3.0.4", - "css-prefers-color-scheme": "^6.0.3", - "cssdb": "^7.0.0", - "postcss-attribute-case-insensitive": "^5.0.2", - "postcss-clamp": "^4.1.0", - "postcss-color-functional-notation": "^4.2.4", - "postcss-color-hex-alpha": "^8.0.4", - "postcss-color-rebeccapurple": "^7.1.1", - "postcss-custom-media": "^8.0.2", - "postcss-custom-properties": "^12.1.8", - "postcss-custom-selectors": "^6.0.3", - "postcss-dir-pseudo-class": "^6.0.5", - "postcss-double-position-gradients": "^3.1.2", - "postcss-env-function": "^4.0.6", - "postcss-focus-visible": "^6.0.4", - "postcss-focus-within": "^5.0.4", - "postcss-font-variant": "^5.0.0", - "postcss-gap-properties": "^3.0.5", - "postcss-image-set-function": "^4.0.7", - "postcss-initial": "^4.0.1", - "postcss-lab-function": "^4.2.1", - "postcss-logical": "^5.0.4", - "postcss-media-minmax": "^5.0.0", - "postcss-nesting": "^10.1.10", - "postcss-opacity-percentage": "^1.1.2", - "postcss-overflow-shorthand": "^3.0.4", - "postcss-page-break": "^3.0.4", - "postcss-place": "^7.0.5", - "postcss-pseudo-class-any-link": "^7.1.6", - "postcss-replace-overflow-wrap": "^4.0.0", - "postcss-selector-not": "^6.0.1", - "postcss-value-parser": "^4.2.0" - } - }, - "postcss-pseudo-class-any-link": { - "version": "7.1.6", - "resolved": "https://registry.npmjs.org/postcss-pseudo-class-any-link/-/postcss-pseudo-class-any-link-7.1.6.tgz", - "integrity": "sha512-9sCtZkO6f/5ML9WcTLcIyV1yz9D1rf0tWc+ulKcvV30s0iZKS/ONyETvoWsr6vnrmW+X+KmuK3gV/w5EWnT37w==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.10" - } - }, - "postcss-replace-overflow-wrap": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/postcss-replace-overflow-wrap/-/postcss-replace-overflow-wrap-4.0.0.tgz", - "integrity": "sha512-KmF7SBPphT4gPPcKZc7aDkweHiKEEO8cla/GjcBK+ckKxiZslIu3C4GCRW3DNfL0o7yW7kMQu9xlZ1kXRXLXtw==", - "dev": true - }, - "postcss-selector-not": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/postcss-selector-not/-/postcss-selector-not-6.0.1.tgz", - "integrity": "sha512-1i9affjAe9xu/y9uqWH+tD4r6/hDaXJruk8xn2x1vzxC2U3J3LKO3zJW4CyxlNhA56pADJ/djpEwpH1RClI2rQ==", - "dev": true, - "requires": { - "postcss-selector-parser": "^6.0.10" - } - }, - "postcss-selector-parser": { - "version": "6.0.10", - "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.10.tgz", - "integrity": "sha512-IQ7TZdoaqbT+LCpShg46jnZVlhWD2w6iQYAcYXfHARZ7X1t/UGhhceQDs5X0cGqKvYlHNOuv7Oa1xmb0oQuA3w==", + "node_modules/postcss-selector-parser": { + "version": "6.0.15", + "resolved": "https://registry.npmjs.org/postcss-selector-parser/-/postcss-selector-parser-6.0.15.tgz", + "integrity": "sha512-rEYkQOMUCEMhsKbK66tbEU9QVIxbhN18YiniAwA7XQYTVBqrBy+P2p5JcdqsHgKM2zWylp8d7J6eszocfds5Sw==", "dev": true, - "requires": { + "dependencies": { "cssesc": "^3.0.0", "util-deprecate": "^1.0.2" + }, + "engines": { + "node": ">=4" } }, - "postcss-url": { + "node_modules/postcss-url": { "version": "10.1.3", "resolved": "https://registry.npmjs.org/postcss-url/-/postcss-url-10.1.3.tgz", "integrity": "sha512-FUzyxfI5l2tKmXdYc6VTu3TWZsInayEKPbiyW+P6vmmIrrb4I6CGX0BFoewgYHLK+oIL5FECEK02REYRpBvUCw==", "dev": true, - "requires": { + "dependencies": { "make-dir": "~3.1.0", "mime": "~2.5.2", "minimatch": "~3.0.4", "xxhashjs": "~0.2.2" }, + "engines": { + "node": ">=10" + }, + "peerDependencies": { + "postcss": "^8.0.0" + } + }, + "node_modules/postcss-url/node_modules/mime": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", + "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4.0.0" + } + }, + "node_modules/postcss-url/node_modules/minimatch": { + "version": "3.0.8", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", + "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", + "dev": true, "dependencies": { - "mime": { - "version": "2.5.2", - "resolved": "https://registry.npmjs.org/mime/-/mime-2.5.2.tgz", - "integrity": "sha512-tqkh47FzKeCPD2PUiPB6pkbMzsCasjxAfC62/Wap5qrUWcb+sFasXUC5I3gYM5iBM8v/Qpn4UK0x+j0iHyFPDg==", - "dev": true - }, - "minimatch": { - "version": "3.0.8", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-3.0.8.tgz", - "integrity": "sha512-6FsRAQsxQ61mw+qP1ZzbL9Bc78x2p5OqNgNpnoAFLTrX8n5Kxph0CsnhmKKNXTWjXqU5L0pGPR7hYk+XWZr60Q==", - "dev": true, - "requires": { - "brace-expansion": "^1.1.7" - } - } + "brace-expansion": "^1.1.7" + }, + "engines": { + "node": "*" } }, - "postcss-value-parser": { + "node_modules/postcss-value-parser": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/postcss-value-parser/-/postcss-value-parser-4.2.0.tgz", "integrity": "sha512-1NNCs6uurfkVbeXG4S8JFT9t19m45ICnif8zWLd5oPSZ50QnwMfK+H3jv408d4jw/7Bttv5axS5IiHoLaVNHeQ==", "dev": true }, - "prelude-ls": { + "node_modules/prelude-ls": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/prelude-ls/-/prelude-ls-1.2.1.tgz", "integrity": "sha512-vkcDPrRZo1QZLbn5RLGPpg/WmIQ65qoWWhcGKf/b5eplkkarX0m9z8ppCat4mlOqUsWpyNuYgO3VRyrYHSzX5g==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.8.0" + } }, - "pretty-bytes": { + "node_modules/pretty-bytes": { "version": "5.6.0", "resolved": "https://registry.npmjs.org/pretty-bytes/-/pretty-bytes-5.6.0.tgz", "integrity": "sha512-FFw039TmrBqFK8ma/7OL3sDz/VytdtJr044/QUJtH0wK9lb9jLq9tJyIxUwtQJHwar2BqtiA4iCWSwo9JLkzFg==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "proc-log": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-2.0.1.tgz", - "integrity": "sha512-Kcmo2FhfDTXdcbfDH76N7uBYHINxc/8GW7UAVuVP9I+Va3uHSerrnKV6dLooga/gh7GlgzuCCr/eoldnL1muGw==", - "dev": true + "node_modules/proc-log": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/proc-log/-/proc-log-3.0.0.tgz", + "integrity": "sha512-++Vn7NS4Xf9NacaU9Xq3URUuqZETPsf8L4j5/ckhaRYsfPeRyzGw+iDjFhV/Jr3uNmTvvddEJFWh5R1gRgUH8A==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } }, - "process-nextick-args": { + "node_modules/process-nextick-args": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/process-nextick-args/-/process-nextick-args-2.0.1.tgz", "integrity": "sha512-3ouUOpQhtgrbOa17J7+uxOTpITYWaGP7/AhoR3+A+/1e9skrzelGi/dXzEYyvbxubEF6Wn2ypscTKiKJFFn1ag==" }, - "promise-inflight": { + "node_modules/promise-inflight": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/promise-inflight/-/promise-inflight-1.0.1.tgz", "integrity": "sha512-6zWPyEOFaQBJYcGMHBKTKJ3u6TBsnMFOIZSa6ce1e/ZrrsOlnHRHbabMjLiBYKp+n44X9eUI6VUPaukCXHuG4g==", "dev": true }, - "promise-retry": { + "node_modules/promise-retry": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/promise-retry/-/promise-retry-2.0.1.tgz", "integrity": "sha512-y+WKFlBR8BGXnsNlIHFGPZmyDf3DFMoLhaflAnyZgV6rG6xu+JwesTo2Q9R6XwYmtmwAFCkAk3e35jEdoeh/3g==", "dev": true, - "requires": { + "dependencies": { "err-code": "^2.0.2", "retry": "^0.12.0" }, - "dependencies": { - "retry": { - "version": "0.12.0", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", - "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", - "dev": true - } + "engines": { + "node": ">=10" } }, - "protractor": { + "node_modules/protractor": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/protractor/-/protractor-7.0.0.tgz", "integrity": "sha512-UqkFjivi4GcvUQYzqGYNe0mLzfn5jiLmO8w9nMhQoJRLhy2grJonpga2IWhI6yJO30LibWXJJtA4MOIZD2GgZw==", + "deprecated": "We have news to share - Protractor is deprecated and will reach end-of-life by Summer 2023. To learn more and find out about other options please refer to this post on the Angular blog. Thank you for using and contributing to Protractor. https://goo.gle/state-of-e2e-in-angular", "dev": true, - "requires": { + "dependencies": { "@types/q": "^0.0.32", "@types/selenium-webdriver": "^3.0.0", "blocking-proxy": "^1.0.0", @@ -11113,524 +14420,683 @@ "webdriver-manager": "^12.1.7", "yargs": "^15.3.1" }, + "bin": { + "protractor": "bin/protractor", + "webdriver-manager": "bin/webdriver-manager" + }, + "engines": { + "node": ">=10.13.x" + } + }, + "node_modules/protractor/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/protractor/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/protractor/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/protractor/node_modules/cliui": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", + "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", + "dev": true, "dependencies": { - "ansi-regex": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", - "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", - "dev": true - }, - "ansi-styles": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", - "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", - "dev": true - }, - "chalk": { - "version": "1.1.3", - "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", - "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", - "dev": true, - "requires": { - "ansi-styles": "^2.2.1", - "escape-string-regexp": "^1.0.2", - "has-ansi": "^2.0.0", - "strip-ansi": "^3.0.0", - "supports-color": "^2.0.0" - } - }, - "cliui": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-6.0.0.tgz", - "integrity": "sha512-t6wbgtoCXvAzst7QgXxJYqPt0usEfbgQdftEPbLL/cvv6HPE5VgvqCuAIDR0NgU52ds6rFwqrgakNLrHEjCbrQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.0", - "wrap-ansi": "^6.2.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - }, - "ini": { - "version": "1.3.8", - "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", - "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", - "dev": true - }, - "semver": { - "version": "5.7.1", - "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.1.tgz", - "integrity": "sha512-sauaDf/PZdVgrLTNYHRtpXa1iRiKcaebiKQ1BJdpQlWH2lCvexQdX55snPFyK7QzpudqbCI0qXFfOasHdyNDGQ==", - "dev": true - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", - "dev": true - }, - "source-map-support": { - "version": "0.4.18", - "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", - "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", - "dev": true, - "requires": { - "source-map": "^0.5.6" - } - }, - "strip-ansi": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", - "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", - "dev": true, - "requires": { - "ansi-regex": "^2.0.0" - } - }, - "supports-color": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", - "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", - "dev": true - }, - "webdriver-manager": { - "version": "12.1.8", - "resolved": "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.8.tgz", - "integrity": "sha512-qJR36SXG2VwKugPcdwhaqcLQOD7r8P2Xiv9sfNbfZrKBnX243iAkOueX1yAmeNgIKhJ3YAT/F2gq6IiEZzahsg==", - "dev": true, - "requires": { - "adm-zip": "^0.4.9", - "chalk": "^1.1.1", - "del": "^2.2.0", - "glob": "^7.0.3", - "ini": "^1.3.4", - "minimist": "^1.2.0", - "q": "^1.4.1", - "request": "^2.87.0", - "rimraf": "^2.5.2", - "semver": "^5.3.0", - "xml2js": "^0.4.17" - } - }, - "wrap-ansi": { - "version": "6.2.0", - "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", - "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", - "dev": true, - "requires": { - "ansi-styles": "^4.0.0", - "string-width": "^4.1.0", - "strip-ansi": "^6.0.0" - }, - "dependencies": { - "ansi-regex": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", - "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", - "dev": true - }, - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "strip-ansi": { - "version": "6.0.1", - "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", - "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", - "dev": true, - "requires": { - "ansi-regex": "^5.0.1" - } - } - } - }, - "y18n": { - "version": "4.0.3", - "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", - "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", - "dev": true - }, - "yargs": { - "version": "15.4.1", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", - "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", - "dev": true, - "requires": { - "cliui": "^6.0.0", - "decamelize": "^1.2.0", - "find-up": "^4.1.0", - "get-caller-file": "^2.0.1", - "require-directory": "^2.1.1", - "require-main-filename": "^2.0.0", - "set-blocking": "^2.0.0", - "string-width": "^4.2.0", - "which-module": "^2.0.0", - "y18n": "^4.0.0", - "yargs-parser": "^18.1.2" - } - }, - "yargs-parser": { - "version": "18.1.3", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", - "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", - "dev": true, - "requires": { - "camelcase": "^5.0.0", - "decamelize": "^1.2.0" - } - } + "string-width": "^4.2.0", + "strip-ansi": "^6.0.0", + "wrap-ansi": "^6.2.0" + } + }, + "node_modules/protractor/node_modules/cliui/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/protractor/node_modules/cliui/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/protractor/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/protractor/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/protractor/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/protractor/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/protractor/node_modules/source-map-support": { + "version": "0.4.18", + "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.4.18.tgz", + "integrity": "sha512-try0/JqxPLF9nOjvSta7tVondkP5dwgyLDjVoyMDlmjugT2lRZ1OfsrYTkCd2hkDnJTKRbO/Rl3orm8vlsUzbA==", + "dev": true, + "dependencies": { + "source-map": "^0.5.6" + } + }, + "node_modules/protractor/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", + "dev": true, + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/protractor/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", + "dev": true, + "engines": { + "node": ">=0.8.0" + } + }, + "node_modules/protractor/node_modules/wrap-ansi": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-6.2.0.tgz", + "integrity": "sha512-r6lPcBGxZXlIcymEu7InxDMhdW0KDxpLgoFLcguasxCaJ/SOIZwINatK9KY/tf+ZrlywOKU0UDj3ATXUBfxJXA==", + "dev": true, + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/protractor/node_modules/wrap-ansi/node_modules/ansi-regex": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-5.0.1.tgz", + "integrity": "sha512-quJQXlTSUGL2LH9SUXo8VwsY4soanhgo6LNSm84E1LBcE8s3O0wpdiRzyR9z/ZZJMlMWv37qOOb9pdJlMUEKFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/protractor/node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/protractor/node_modules/wrap-ansi/node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", + "dev": true, + "dependencies": { + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/protractor/node_modules/y18n": { + "version": "4.0.3", + "resolved": "https://registry.npmjs.org/y18n/-/y18n-4.0.3.tgz", + "integrity": "sha512-JKhqTOwSrqNA1NY5lSztJ1GrBiUodLMmIZuLiDaMRJ+itFd+ABVE8XBjOvIWL+rSqNDC74LCSFmlb/U4UZ4hJQ==", + "dev": true + }, + "node_modules/protractor/node_modules/yargs": { + "version": "15.4.1", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-15.4.1.tgz", + "integrity": "sha512-aePbxDmcYW++PaqBsJ+HYUFwCdv4LVvdnhBy78E57PIor8/OVvhMrADFFEDh8DHDFRv/O9i3lPhsENjO7QX0+A==", + "dev": true, + "dependencies": { + "cliui": "^6.0.0", + "decamelize": "^1.2.0", + "find-up": "^4.1.0", + "get-caller-file": "^2.0.1", + "require-directory": "^2.1.1", + "require-main-filename": "^2.0.0", + "set-blocking": "^2.0.0", + "string-width": "^4.2.0", + "which-module": "^2.0.0", + "y18n": "^4.0.0", + "yargs-parser": "^18.1.2" + }, + "engines": { + "node": ">=8" } }, - "proxy-addr": { + "node_modules/protractor/node_modules/yargs-parser": { + "version": "18.1.3", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-18.1.3.tgz", + "integrity": "sha512-o50j0JeToy/4K6OZcaQmW6lyXXKhq7csREXcDwk2omFPJEwUNOVtJKvmDr9EI1fAJZUyZcRF7kxGBWmRXudrCQ==", + "dev": true, + "dependencies": { + "camelcase": "^5.0.0", + "decamelize": "^1.2.0" + }, + "engines": { + "node": ">=6" + } + }, + "node_modules/proxy-addr": { "version": "2.0.7", "resolved": "https://registry.npmjs.org/proxy-addr/-/proxy-addr-2.0.7.tgz", "integrity": "sha512-llQsMLSUDUPT44jdrU/O37qlnifitDP+ZwrmmZcoSKyLKvtZxpyV0n2/bD/N4tBAAZ/gJEdZU7KMraoK1+XYAg==", "dev": true, - "requires": { + "dependencies": { "forwarded": "0.2.0", "ipaddr.js": "1.9.1" }, - "dependencies": { - "ipaddr.js": { - "version": "1.9.1", - "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", - "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", - "dev": true - } + "engines": { + "node": ">= 0.10" } }, - "prr": { + "node_modules/proxy-addr/node_modules/ipaddr.js": { + "version": "1.9.1", + "resolved": "https://registry.npmjs.org/ipaddr.js/-/ipaddr.js-1.9.1.tgz", + "integrity": "sha512-0KI/607xoxSToH7GjN1FfSbLoU0+btTicjsQSWQlh/hZykN8KpmMf7uYwPW3R+akZ6R/w18ZlXSHBYXiYUPO3g==", + "dev": true, + "engines": { + "node": ">= 0.10" + } + }, + "node_modules/prr": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/prr/-/prr-1.0.1.tgz", "integrity": "sha512-yPw4Sng1gWghHQWj0B3ZggWUm4qVbPwPFcRG8KyxiU7J2OHFSoEHKS+EZ3fv5l1t9CyCiop6l/ZYeWbrgoQejw==", "dev": true, "optional": true }, - "pseudomap": { + "node_modules/pseudomap": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/pseudomap/-/pseudomap-1.0.2.tgz", "integrity": "sha512-b/YwNhb8lk1Zz2+bXXpS/LK9OisiZZ1SNsSLxN1x2OXVEhW2Ckr/7mWE5vrC1ZTiJlD9g19jWszTmJsB+oEpFQ==" }, - "psl": { + "node_modules/psl": { "version": "1.9.0", "resolved": "https://registry.npmjs.org/psl/-/psl-1.9.0.tgz", "integrity": "sha512-E/ZsdU4HLs/68gYzgGTkMicWTLPdAftJLfJFlLUAAKZGkStNU72sZjT66SnMDVOfOWY/YAoiD7Jxa9iHvngcag==", "dev": true }, - "punycode": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.1.1.tgz", - "integrity": "sha512-XRsRjdf+j5ml+y/6GKHPZbrF/8p2Yga0JPtdqTIY2Xe5ohJPD9saDJJLPvp9+NSBprVvevdXZybnj2cv8OEd0A==", - "dev": true + "node_modules/punycode": { + "version": "2.3.1", + "resolved": "https://registry.npmjs.org/punycode/-/punycode-2.3.1.tgz", + "integrity": "sha512-vYt7UD1U9Wg6138shLtLOvdAu+8DsC/ilFtEVHcH+wydcSpNE20AfSOduf6MkRFahL5FY7X1oU7nKVZFtfq8Fg==", + "dev": true, + "engines": { + "node": ">=6" + } }, - "q": { + "node_modules/q": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/q/-/q-1.4.1.tgz", "integrity": "sha512-/CdEdaw49VZVmyIDGUQKDDT53c7qBkO6g5CefWz91Ae+l4+cRtcDYwMTXh6me4O8TMldeGHG3N2Bl84V78Ywbg==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.6.0", + "teleport": ">=0.2.0" + } }, - "qjobs": { + "node_modules/qjobs": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/qjobs/-/qjobs-1.2.0.tgz", - "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==" + "integrity": "sha512-8YOJEHtxpySA3fFDyCRxA+UUV+fA+rTWnuWvylOK/NCjhY+b4ocCtmu8TtsWb+mYeU+GCHf/S66KZF/AsteKHg==", + "engines": { + "node": ">=0.9" + } }, - "qs": { - "version": "6.11.0", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.0.tgz", - "integrity": "sha512-MvjoMCJwEarSbUYk5O+nmoSzSutSsTwF85zcHPQ9OrlFoZOYIjaqBAJIqIXjptyD5vThxGq52Xu/MaJzRkIk4Q==", - "requires": { + "node_modules/qs": { + "version": "6.11.2", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.11.2.tgz", + "integrity": "sha512-tDNIz22aBzCDxLtVH++VnTfzxlfeK5CbqohpSqpJgj1Wg/cQbStNAz3NuqCs5vV+pjBsK4x4pN9HlVh7rcYRiA==", + "dependencies": { "side-channel": "^1.0.4" + }, + "engines": { + "node": ">=0.6" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "queue-microtask": { + "node_modules/queue-microtask": { "version": "1.2.3", "resolved": "https://registry.npmjs.org/queue-microtask/-/queue-microtask-1.2.3.tgz", "integrity": "sha512-NuaNSa6flKT5JaSYQzJok04JzTL1CA6aGhv5rfLW3PgqA+M2ChpZQnAC8h8i4ZFkBS8X5RqkDBHA7r4hej3K9A==", - "dev": true + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "randombytes": { + "node_modules/randombytes": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/randombytes/-/randombytes-2.1.0.tgz", "integrity": "sha512-vYl3iOX+4CKUWuxGi9Ukhie6fsqXqS9FE2Zaic4tNFD2N2QQaXOMFbuKK4QmDHC0JO6B1Zp41J0LpT0oR68amQ==", "dev": true, - "requires": { + "dependencies": { "safe-buffer": "^5.1.0" } }, - "range-parser": { + "node_modules/range-parser": { "version": "1.2.1", "resolved": "https://registry.npmjs.org/range-parser/-/range-parser-1.2.1.tgz", - "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==" + "integrity": "sha512-Hrgsx+orqoygnmhFbKaHE6c296J+HTAQXoxEF6gNupROmmGJRoyzfG3ccAveqCBrwr/2yxQ5BVd/GTl5agOwSg==", + "engines": { + "node": ">= 0.6" + } }, - "raw-body": { - "version": "2.5.1", - "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.1.tgz", - "integrity": "sha512-qqJBtEyVgS0ZmPGdCFPWJ3FreoqvG4MVQln/kCgF7Olq95IbOp0/BWyMwbdtn4VTvkM8Y7khCQ2Xgk/tcrCXig==", - "requires": { + "node_modules/raw-body": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/raw-body/-/raw-body-2.5.2.tgz", + "integrity": "sha512-8zGqypfENjCIqGhgXToC8aB2r7YrBX+AQAfIPs/Mlk+BtPTztOvTS01NRW/3Eh60J+a48lt8qsCzirQ6loCVfA==", + "dependencies": { "bytes": "3.1.2", "http-errors": "2.0.0", "iconv-lite": "0.4.24", "unpipe": "1.0.0" + }, + "engines": { + "node": ">= 0.8" } }, - "read-cache": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/read-cache/-/read-cache-1.0.0.tgz", - "integrity": "sha512-Owdv/Ft7IjOgm/i0xvNDZ1LrRANRfew4b2prF3OWMQLxLfu3bS8FVhCsrSCMK4lR56Y9ya+AThoTpDCTxCmpRA==", + "node_modules/read-package-json": { + "version": "6.0.4", + "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-6.0.4.tgz", + "integrity": "sha512-AEtWXYfopBj2z5N5PbkAOeNHRPUg5q+Nen7QLxV8M2zJq1ym6/lCz3fYNTCXe19puu2d06jfHhrP7v/S2PtMMw==", "dev": true, - "requires": { - "pify": "^2.3.0" + "dependencies": { + "glob": "^10.2.2", + "json-parse-even-better-errors": "^3.0.0", + "normalize-package-data": "^5.0.0", + "npm-normalize-package-bin": "^3.0.0" }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/read-package-json-fast": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-3.0.2.tgz", + "integrity": "sha512-0J+Msgym3vrLOUB3hzQCuZHII0xkNGCtz/HJH9xZshwv9DbDwkw1KaE3gx/e2J5rpEY5rtOy6cyhKOPrkP7FZw==", + "dev": true, "dependencies": { - "pify": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/pify/-/pify-2.3.0.tgz", - "integrity": "sha512-udgsAY+fTnvv7kI7aaxbqwWNb0AHiB0qBO89PZKPkoTmGOgdbrHDKD+0B2X4uTfJ/FT1R09r9gTsjUjNJotuog==", - "dev": true - } + "json-parse-even-better-errors": "^3.0.0", + "npm-normalize-package-bin": "^3.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "read-package-json": { - "version": "5.0.2", - "resolved": "https://registry.npmjs.org/read-package-json/-/read-package-json-5.0.2.tgz", - "integrity": "sha512-BSzugrt4kQ/Z0krro8zhTwV1Kd79ue25IhNN/VtHFy1mG/6Tluyi+msc0UpwaoQzxSHa28mntAjIZY6kEgfR9Q==", + "node_modules/read-package-json-fast/node_modules/json-parse-even-better-errors": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz", + "integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==", "dev": true, - "requires": { - "glob": "^8.0.1", - "json-parse-even-better-errors": "^2.3.1", - "normalize-package-data": "^4.0.0", - "npm-normalize-package-bin": "^2.0.0" - }, - "dependencies": { - "brace-expansion": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", - "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", - "dev": true, - "requires": { - "balanced-match": "^1.0.0" - } - }, - "glob": { - "version": "8.0.3", - "resolved": "https://registry.npmjs.org/glob/-/glob-8.0.3.tgz", - "integrity": "sha512-ull455NHSHI/Y1FqGaaYFaLGkNMMJbavMrEGFXG/PGrg6y7sutWHUHrz6gy6WEBH6akM1M414dWKCNs+IhKdiQ==", - "dev": true, - "requires": { - "fs.realpath": "^1.0.0", - "inflight": "^1.0.4", - "inherits": "2", - "minimatch": "^5.0.1", - "once": "^1.3.0" - } - }, - "minimatch": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-5.1.0.tgz", - "integrity": "sha512-9TPBGGak4nHfGZsPBohm9AWg6NoT7QTCehS3BIJABslyZbzxfV78QM2Y6+i741OPZIafFAaiiEMh5OyIrJPgtg==", - "dev": true, - "requires": { - "brace-expansion": "^2.0.1" - } - }, - "npm-normalize-package-bin": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/npm-normalize-package-bin/-/npm-normalize-package-bin-2.0.0.tgz", - "integrity": "sha512-awzfKUO7v0FscrSpRoogyNm0sajikhBWpU0QMrW09AMi9n1PoKU6WaIqUzuJSQnpciZZmJ/jMZ2Egfmb/9LiWQ==", - "dev": true - } + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "read-package-json-fast": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/read-package-json-fast/-/read-package-json-fast-2.0.3.tgz", - "integrity": "sha512-W/BKtbL+dUjTuRL2vziuYhp76s5HZ9qQhd/dKfWIZveD0O40453QNyZhC0e63lqZrAQ4jiOapVoeJ7JrszenQQ==", + "node_modules/read-package-json/node_modules/brace-expansion": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/brace-expansion/-/brace-expansion-2.0.1.tgz", + "integrity": "sha512-XnAIvQ8eM+kC6aULx6wuQiwVsnzsi9d3WxzV3FpWTGA19F621kwdbsAcFKXgKUHZWsy+mY6iL1sHTxWEFCytDA==", "dev": true, - "requires": { - "json-parse-even-better-errors": "^2.3.0", - "npm-normalize-package-bin": "^1.0.1" + "dependencies": { + "balanced-match": "^1.0.0" } }, - "readable-stream": { - "version": "2.3.7", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.7.tgz", - "integrity": "sha512-Ebho8K4jIbHAxnuxi7o42OrZgF/ZTNcsZj6nRKyUmkhLFq8CHItp/fy6hQZuZmP/n3yZ9VBUbp4zz/mX8hmYPw==", - "requires": { - "core-util-is": "~1.0.0", - "inherits": "~2.0.3", - "isarray": "~1.0.0", - "process-nextick-args": "~2.0.0", - "safe-buffer": "~5.1.1", - "string_decoder": "~1.1.1", - "util-deprecate": "~1.0.1" + "node_modules/read-package-json/node_modules/glob": { + "version": "10.3.10", + "resolved": "https://registry.npmjs.org/glob/-/glob-10.3.10.tgz", + "integrity": "sha512-fa46+tv1Ak0UPK1TOy/pZrIybNNt4HCv7SDzwyfiOZkvZLEbjsZkJBPtDHVshZjbecAoAGSC20MjLDG/qr679g==", + "dev": true, + "dependencies": { + "foreground-child": "^3.1.0", + "jackspeak": "^2.3.5", + "minimatch": "^9.0.1", + "minipass": "^5.0.0 || ^6.0.2 || ^7.0.0", + "path-scurry": "^1.10.1" + }, + "bin": { + "glob": "dist/esm/bin.mjs" + }, + "engines": { + "node": ">=16 || 14 >=14.17" }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/read-package-json/node_modules/json-parse-even-better-errors": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/json-parse-even-better-errors/-/json-parse-even-better-errors-3.0.1.tgz", + "integrity": "sha512-aatBvbL26wVUCLmbWdCpeu9iF5wOyWpagiKkInA+kfws3sWdBrTnsvN2CKcyCYyUrc7rebNBlK6+kteg7ksecg==", + "dev": true, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/read-package-json/node_modules/minimatch": { + "version": "9.0.3", + "resolved": "https://registry.npmjs.org/minimatch/-/minimatch-9.0.3.tgz", + "integrity": "sha512-RHiac9mvaRw0x3AYRgDC1CxAP7HTcNrrECeA8YYJeWnpo+2Q5CegtZjaotWTWxDG3UeGA1coE05iH1mPjT/2mg==", + "dev": true, "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } + "brace-expansion": "^2.0.1" + }, + "engines": { + "node": ">=16 || 14 >=14.17" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "readdirp": { - "version": "2.2.1", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-2.2.1.tgz", - "integrity": "sha512-1JU/8q+VgFZyxwrJ+SVIOsh+KywWGpds3NTqikiKpDMZWScmAYyKIgqkO+ARvNWJfXeXR1zxz7aHF4u4CyH6vQ==", - "requires": { - "graceful-fs": "^4.1.11", - "micromatch": "^3.1.10", - "readable-stream": "^2.0.2" + "node_modules/read-package-json/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "reflect-metadata": { - "version": "0.1.13", - "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.13.tgz", - "integrity": "sha512-Ts1Y/anZELhSsjMcU605fU9RE4Oi3p5ORujwbIKXfWa+0Zxs510Qrmrce5/Jowq3cHSZSJqBjypxmHarc+vEWg==" + "node_modules/readable-stream": { + "version": "1.0.34", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-1.0.34.tgz", + "integrity": "sha512-ok1qVCJuRkNmvebYikljxJA/UEsKwLl2nI1OmaqAu4/UE+h0wKCHok4XkL/gvi39OacXvw59RJUOFUkDib2rHg==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.1", + "isarray": "0.0.1", + "string_decoder": "~0.10.x" + } + }, + "node_modules/readable-stream/node_modules/isarray": { + "version": "0.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-0.0.1.tgz", + "integrity": "sha512-D2S+3GLxWH+uhrNEcoh/fnmYeP8E8/zHl644d/jdA0g2uyXvy3sb0qxotE+ne0LtccHknQzWwZEzhak7oJ0COQ==", + "dev": true + }, + "node_modules/readdirp": { + "version": "3.6.0", + "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", + "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", + "dependencies": { + "picomatch": "^2.2.1" + }, + "engines": { + "node": ">=8.10.0" + } + }, + "node_modules/reflect-metadata": { + "version": "0.1.14", + "resolved": "https://registry.npmjs.org/reflect-metadata/-/reflect-metadata-0.1.14.tgz", + "integrity": "sha512-ZhYeb6nRaXCfhnndflDK8qI6ZQ/YcWZCISRAWICW9XYqMUwjZM9Z0DveWX/ABN01oxSHwVxKQmxeYZSsm0jh5A==" }, - "regenerate": { + "node_modules/regenerate": { "version": "1.4.2", "resolved": "https://registry.npmjs.org/regenerate/-/regenerate-1.4.2.tgz", "integrity": "sha512-zrceR/XhGYU/d/opr2EKO7aRHUeiBI8qjtfHqADTwZd6Szfy16la6kqD0MIUs5z5hx6AaKa+PixpPrR289+I0A==", "dev": true }, - "regenerate-unicode-properties": { - "version": "10.1.0", - "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.0.tgz", - "integrity": "sha512-d1VudCLoIGitcU/hEg2QqvyGZQmdC0Lf8BqdOMXGFSvJP4bNV1+XqbPQeHHLD51Jh4QJJ225dlIFvY4Ly6MXmQ==", + "node_modules/regenerate-unicode-properties": { + "version": "10.1.1", + "resolved": "https://registry.npmjs.org/regenerate-unicode-properties/-/regenerate-unicode-properties-10.1.1.tgz", + "integrity": "sha512-X007RyZLsCJVVrjgEFVpLUTZwyOZk3oiL75ZcuYjlIWd6rNJtOjkBwQc5AsRrpbKVkxN6sklw/k/9m2jJYOf8Q==", "dev": true, - "requires": { + "dependencies": { "regenerate": "^1.4.2" + }, + "engines": { + "node": ">=4" } }, - "regenerator-runtime": { - "version": "0.13.9", - "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.13.9.tgz", - "integrity": "sha512-p3VT+cOEgxFsRRA9X4lkI1E+k2/CtnKtU4gcxyaCUreilL/vqI6CdZ3wxVUx3UOUg+gnUOQQcRI7BmSI656MYA==" + "node_modules/regenerator-runtime": { + "version": "0.14.1", + "resolved": "https://registry.npmjs.org/regenerator-runtime/-/regenerator-runtime-0.14.1.tgz", + "integrity": "sha512-dYnhHh0nJoMfnkZs6GmmhFknAGRrLznOu5nc9ML+EJxGvrx6H7teuevqVqCuPcPK//3eDrrjQhehXVx9cnkGdw==" }, - "regenerator-transform": { - "version": "0.15.0", - "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.0.tgz", - "integrity": "sha512-LsrGtPmbYg19bcPHwdtmXwbW+TqNvtY4riE3P83foeHRroMbH6/2ddFBfab3t7kbzc7v7p4wbkIecHImqt0QNg==", + "node_modules/regenerator-transform": { + "version": "0.15.2", + "resolved": "https://registry.npmjs.org/regenerator-transform/-/regenerator-transform-0.15.2.tgz", + "integrity": "sha512-hfMp2BoF0qOk3uc5V20ALGDS2ddjQaLrdl7xrGXvAIow7qeWRM2VA2HuCHkUKk9slq3VwEwLNK3DFBqDfPGYtg==", "dev": true, - "requires": { + "dependencies": { "@babel/runtime": "^7.8.4" } }, - "regex-not": { + "node_modules/regex-not": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/regex-not/-/regex-not-1.0.2.tgz", "integrity": "sha512-J6SDjUgDxQj5NusnOtdFxDwN/+HWykR8GELwctJ7mdqhcyy1xEc4SRFHUXvxTp661YaVKAjfRLZ9cCqS6tn32A==", - "requires": { + "dependencies": { "extend-shallow": "^3.0.2", "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regex-not/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/regex-not/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" } }, - "regex-parser": { - "version": "2.2.11", - "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.2.11.tgz", - "integrity": "sha512-jbD/FT0+9MBU2XAZluI7w2OBs1RBi6p9M83nkoZayQXXU9e8Robt69FcZc7wU4eJD/YFTjn1JdCk3rbMJajz8Q==", + "node_modules/regex-parser": { + "version": "2.3.0", + "resolved": "https://registry.npmjs.org/regex-parser/-/regex-parser-2.3.0.tgz", + "integrity": "sha512-TVILVSz2jY5D47F4mA4MppkBrafEaiUWJO/TcZHEIuI13AqoZMkK1WMA4Om1YkYbTx+9Ki1/tSUXbceyr9saRg==", "dev": true }, - "regexpp": { + "node_modules/regexp.prototype.flags": { + "version": "1.5.1", + "resolved": "https://registry.npmjs.org/regexp.prototype.flags/-/regexp.prototype.flags-1.5.1.tgz", + "integrity": "sha512-sy6TXMN+hnP/wMy+ISxg3krXx7BAtWVO4UouuCN/ziM9UEne0euamVNafDfvC83bRNr95y0V5iijeDQFUNpvrg==", + "dev": true, + "dependencies": { + "call-bind": "^1.0.2", + "define-properties": "^1.2.0", + "set-function-name": "^2.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/regexpp": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/regexpp/-/regexpp-3.2.0.tgz", "integrity": "sha512-pq2bWo9mVD43nbts2wGv17XLiNLya+GklZ8kaDLV2Z08gDCsGpnKn9BFMepvWuHCbyVvY7J5o5+BVvoQbmlJLg==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/sponsors/mysticatea" + } }, - "regexpu-core": { - "version": "5.2.1", - "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.2.1.tgz", - "integrity": "sha512-HrnlNtpvqP1Xkb28tMhBUO2EbyUHdQlsnlAhzWcwHy8WJR53UWr7/MAvqrsQKMbV4qdpv03oTMG8iIhfsPFktQ==", + "node_modules/regexpu-core": { + "version": "5.3.2", + "resolved": "https://registry.npmjs.org/regexpu-core/-/regexpu-core-5.3.2.tgz", + "integrity": "sha512-RAM5FlZz+Lhmo7db9L298p2vHP5ZywrVXmVXpmAD9GuL5MPH6t9ROw1iA/wfHkQ76Qe7AaPF0nGuim96/IrQMQ==", "dev": true, - "requires": { + "dependencies": { + "@babel/regjsgen": "^0.8.0", "regenerate": "^1.4.2", "regenerate-unicode-properties": "^10.1.0", - "regjsgen": "^0.7.1", "regjsparser": "^0.9.1", "unicode-match-property-ecmascript": "^2.0.0", - "unicode-match-property-value-ecmascript": "^2.0.0" + "unicode-match-property-value-ecmascript": "^2.1.0" + }, + "engines": { + "node": ">=4" } }, - "regjsgen": { - "version": "0.7.1", - "resolved": "https://registry.npmjs.org/regjsgen/-/regjsgen-0.7.1.tgz", - "integrity": "sha512-RAt+8H2ZEzHeYWxZ3H2z6tF18zyyOnlcdaafLrm21Bguj7uZy6ULibiAFdXEtKQY4Sy7wDTwDiOazasMLc4KPA==", - "dev": true - }, - "regjsparser": { + "node_modules/regjsparser": { "version": "0.9.1", "resolved": "https://registry.npmjs.org/regjsparser/-/regjsparser-0.9.1.tgz", "integrity": "sha512-dQUtn90WanSNl+7mQKcXAgZxvUe7Z0SqXlgzv0za4LwiUhyzBC58yQO3liFoUgu8GiJVInAhJjkj1N0EtQ5nkQ==", "dev": true, - "requires": { + "dependencies": { "jsesc": "~0.5.0" }, - "dependencies": { - "jsesc": { - "version": "0.5.0", - "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", - "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", - "dev": true - } + "bin": { + "regjsparser": "bin/parser" + } + }, + "node_modules/regjsparser/node_modules/jsesc": { + "version": "0.5.0", + "resolved": "https://registry.npmjs.org/jsesc/-/jsesc-0.5.0.tgz", + "integrity": "sha512-uZz5UnB7u4T9LvwmFqXii7pZSouaRPorGs5who1Ip7VO0wxanFvBL7GkM6dTHlgX+jhBApRetaWpnDabOeTcnA==", + "dev": true, + "bin": { + "jsesc": "bin/jsesc" } }, - "remove-trailing-separator": { + "node_modules/remove-trailing-separator": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/remove-trailing-separator/-/remove-trailing-separator-1.1.0.tgz", - "integrity": "sha1-wkvOKig62tW8P1jg1IJJuSN52O8=" + "integrity": "sha512-/hS+Y0u3aOfIETiaiirUFwDBDzmXPvO+jAfKTitUngIPzdKc6Z0LoFjM/CK5PL4C+eKwHohlHAb6H0VFfmmUsw==" }, - "repeat-element": { + "node_modules/repeat-element": { "version": "1.1.4", "resolved": "https://registry.npmjs.org/repeat-element/-/repeat-element-1.1.4.tgz", - "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==" + "integrity": "sha512-LFiNfRcSu7KK3evMyYOuCzv3L10TW7yC1G2/+StMjK8Y6Vqd2MG7r/Qjw4ghtuCOjFvlnms/iMmLqpvW/ES/WQ==", + "engines": { + "node": ">=0.10.0" + } }, - "repeat-string": { + "node_modules/repeat-string": { "version": "1.6.1", "resolved": "https://registry.npmjs.org/repeat-string/-/repeat-string-1.6.1.tgz", - "integrity": "sha1-jcrkcOHIirwtYA//Sndihtp15jc=" + "integrity": "sha512-PV0dzCYDNfRi1jCDbJzpW7jNNDRuCOG/jI5ctQcGKt/clZD+YcPS3yIlWuTJMmESC8aevCFmWJy5wjAFgNqN6w==", + "engines": { + "node": ">=0.10" + } }, - "request": { + "node_modules/request": { "version": "2.88.2", "resolved": "https://registry.npmjs.org/request/-/request-2.88.2.tgz", "integrity": "sha512-MsvtOrfG9ZcrOwAW+Qi+F6HbD0CWXEh9ou77uOb7FM2WPhwT7smM833PzanhJLsgXjN89Ir6V2PczXNnMpwKhw==", + "deprecated": "request has been deprecated, see https://github.com/request/request/issues/3142", "dev": true, - "requires": { + "dependencies": { "aws-sign2": "~0.7.0", "aws4": "^1.8.0", "caseless": "~0.12.0", @@ -11652,500 +15118,550 @@ "tunnel-agent": "^0.6.0", "uuid": "^3.3.2" }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/request/node_modules/form-data": { + "version": "2.3.3", + "resolved": "https://registry.npmjs.org/form-data/-/form-data-2.3.3.tgz", + "integrity": "sha512-1lLKB2Mu3aGP1Q/2eCOx0fNbRMe7XdwktwOruhfqqd0rIJWwN4Dh+E3hrPSlDCXnSR7UtZ1N38rVXm+6+MEhJQ==", + "dev": true, "dependencies": { - "qs": { - "version": "6.5.3", - "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", - "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", - "dev": true - }, - "uuid": { - "version": "3.4.0", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", - "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", - "dev": true - } + "asynckit": "^0.4.0", + "combined-stream": "^1.0.6", + "mime-types": "^2.1.12" + }, + "engines": { + "node": ">= 0.12" + } + }, + "node_modules/request/node_modules/qs": { + "version": "6.5.3", + "resolved": "https://registry.npmjs.org/qs/-/qs-6.5.3.tgz", + "integrity": "sha512-qxXIEh4pCGfHICj1mAJQ2/2XVZkjCDTcEgfoSQxc/fYivUZxTkk7L3bDBJSoNrEzXI17oUO5Dp07ktqE5KzczA==", + "dev": true, + "engines": { + "node": ">=0.6" } }, - "require-directory": { + "node_modules/require-directory": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/require-directory/-/require-directory-2.1.1.tgz", - "integrity": "sha1-jGStX9MNqxyXbiNE/+f3kqam30I=", - "dev": true + "integrity": "sha512-fGxEI7+wsG9xrvdjsrlmL22OMTTiHRwAMroiEeMgq8gzoLC/PQr7RsRDSTLUg/bZAZtF+TVIkHc6/4RIKrui+Q==", + "engines": { + "node": ">=0.10.0" + } }, - "require-from-string": { + "node_modules/require-from-string": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/require-from-string/-/require-from-string-2.0.2.tgz", "integrity": "sha512-Xf0nWe6RseziFMu+Ap9biiUbmplq6S9/p+7w7YXP/JBHhrUDDUhwa+vANyubuqfZWTveU//DYVGsDG7RKL/vEw==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "require-main-filename": { + "node_modules/require-main-filename": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/require-main-filename/-/require-main-filename-2.0.0.tgz", "integrity": "sha512-NKN5kMDylKuldxYLSUfrbo5Tuzh4hd+2E8NPPX02mZtn1VuREQToYe/ZdlJy+J3uCpfaiGF05e7B8W0iXbQHmg==", "dev": true }, - "requires-port": { + "node_modules/requires-port": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/requires-port/-/requires-port-1.0.0.tgz", - "integrity": "sha1-kl0mAdOaxIXgkc8NpcbmlNw9yv8=" + "integrity": "sha512-KigOCHcocU3XODJxsu8i/j8T9tzT4adHiecwORRQ0ZZFcp7ahwXuRU1m+yuO90C5ZUyGeGfocHDI14M3L3yDAQ==" }, - "resolve": { + "node_modules/resolve": { "version": "1.22.1", "resolved": "https://registry.npmjs.org/resolve/-/resolve-1.22.1.tgz", "integrity": "sha512-nBpuuYuY5jFsli/JIs1oldw6fOQCBioohqWZg/2hiaOybXOft4lonv85uDOKXdf8rhyK159cxU5cDcK/NKk8zw==", "dev": true, - "requires": { + "dependencies": { "is-core-module": "^2.9.0", "path-parse": "^1.0.7", "supports-preserve-symlinks-flag": "^1.0.0" + }, + "bin": { + "resolve": "bin/resolve" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" } }, - "resolve-from": { + "node_modules/resolve-from": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-from/-/resolve-from-5.0.0.tgz", "integrity": "sha512-qYg9KP24dD5qka9J47d0aVky0N+b4fTU89LN9iDnjB5waksiC49rvMB0PrUJQGoTmH50XPiqOvAjDfaijGxYZw==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "resolve-url": { + "node_modules/resolve-url": { "version": "0.2.1", "resolved": "https://registry.npmjs.org/resolve-url/-/resolve-url-0.2.1.tgz", - "integrity": "sha1-LGN/53yJOv0qZj/iGqkIAGjiBSo=" + "integrity": "sha512-ZuF55hVUQaaczgOIwqWzkEcEidmlD/xl44x1UZnhOXcYuFN2S6+rcxpG+C1N3So0wvNI3DmJICUFfu2SxhBmvg==", + "deprecated": "https://github.com/lydell/resolve-url#deprecated" }, - "resolve-url-loader": { + "node_modules/resolve-url-loader": { "version": "5.0.0", "resolved": "https://registry.npmjs.org/resolve-url-loader/-/resolve-url-loader-5.0.0.tgz", "integrity": "sha512-uZtduh8/8srhBoMx//5bwqjQ+rfYOUq8zC9NrMUGtjBiGTtFJM42s58/36+hTqeqINcnYe08Nj3LkK9lW4N8Xg==", "dev": true, - "requires": { + "dependencies": { "adjust-sourcemap-loader": "^4.0.0", "convert-source-map": "^1.7.0", "loader-utils": "^2.0.0", "postcss": "^8.2.14", "source-map": "0.6.1" }, + "engines": { + "node": ">=12" + } + }, + "node_modules/resolve-url-loader/node_modules/loader-utils": { + "version": "2.0.4", + "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.4.tgz", + "integrity": "sha512-xXqpXoINfFhgua9xiqD8fPFHgkoq1mmmpE92WlDbm9rNRd/EbRb+Gqf908T2DMfuHjjJlksiK2RbHVOdD/MqSw==", + "dev": true, "dependencies": { - "loader-utils": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/loader-utils/-/loader-utils-2.0.2.tgz", - "integrity": "sha512-TM57VeHptv569d/GKh6TAYdzKblwDNiumOdkFnejjD0XwTH87K90w3O7AiJRqdQoXygvi1VQTJTLGhJl7WqA7A==", - "dev": true, - "requires": { - "big.js": "^5.2.2", - "emojis-list": "^3.0.0", - "json5": "^2.1.2" - } - } + "big.js": "^5.2.2", + "emojis-list": "^3.0.0", + "json5": "^2.1.2" + }, + "engines": { + "node": ">=8.9.0" } }, - "restore-cursor": { + "node_modules/resolve-url-loader/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/restore-cursor": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/restore-cursor/-/restore-cursor-3.1.0.tgz", "integrity": "sha512-l+sSefzHpj5qimhFSE5a8nufZYAM3sBSVMAPtYkmC+4EH2anSGaEMXSD0izRQbu9nfyQ9y5JrVmp7E8oZrUjvA==", "dev": true, - "requires": { + "dependencies": { "onetime": "^5.1.0", "signal-exit": "^3.0.2" + }, + "engines": { + "node": ">=8" } }, - "ret": { + "node_modules/ret": { "version": "0.1.15", "resolved": "https://registry.npmjs.org/ret/-/ret-0.1.15.tgz", - "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==" + "integrity": "sha512-TTlYpa+OL+vMMNG24xSlQGEJ3B/RzEfUlLct7b5G/ytav+wPrplCpVMFuwzXbkecJrb6IYo1iFb0S9v37754mg==", + "engines": { + "node": ">=0.12" + } }, - "retry": { - "version": "0.13.1", - "resolved": "https://registry.npmjs.org/retry/-/retry-0.13.1.tgz", - "integrity": "sha512-XQBQ3I8W1Cge0Seh+6gjj03LbmRFWuoszgK9ooCpwYIrhhoO80pfq4cUkU5DkknwfOfFteRwlZ56PYOGYyFWdg==", - "dev": true + "node_modules/retry": { + "version": "0.12.0", + "resolved": "https://registry.npmjs.org/retry/-/retry-0.12.0.tgz", + "integrity": "sha512-9LkiTwjUh6rT555DtE9rTX+BKByPfrMzEAtnlEtdEwr3Nkffwiihqe2bWADg+OQRjt9gl6ICdmB/ZFDCGAtSow==", + "dev": true, + "engines": { + "node": ">= 4" + } }, - "reusify": { + "node_modules/reusify": { "version": "1.0.4", "resolved": "https://registry.npmjs.org/reusify/-/reusify-1.0.4.tgz", "integrity": "sha512-U9nH88a3fc/ekCF1l0/UP1IosiuIjyTh7hBvXVMHYgVcfGvt897Xguj2UOLDeI5BG2m7/uwyaLVT6fbtCwTyzw==", - "dev": true + "dev": true, + "engines": { + "iojs": ">=1.0.0", + "node": ">=0.10.0" + } }, - "rfdc": { - "version": "1.3.0", - "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.0.tgz", - "integrity": "sha512-V2hovdzFbOi77/WajaSMXk2OLm+xNIeQdMMuB7icj7bk6zi2F8GGAxigcnDFpJHbNyNcgyJDiP+8nOrY5cZGrA==" + "node_modules/rfdc": { + "version": "1.3.1", + "resolved": "https://registry.npmjs.org/rfdc/-/rfdc-1.3.1.tgz", + "integrity": "sha512-r5a3l5HzYlIC68TpmYKlxWjmOP6wiPJ1vWv2HeLhNsRZMrCkxeqxiHlQ21oXmQ4F3SiryXBHhAD7JZqvOJjFmg==" }, - "rimraf": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", - "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", - "requires": { + "node_modules/rimraf": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", + "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", + "dependencies": { "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "rollup": { - "version": "2.79.1", - "resolved": "https://registry.npmjs.org/rollup/-/rollup-2.79.1.tgz", - "integrity": "sha512-uKxbd0IhMZOhjAiD5oAFp7BqvkA4Dv47qpOCtaNvng4HBwdbWtdOh8f5nZNuk2rp51PMGk3bzfWu5oayNEuYnw==", - "dev": true, - "requires": { - "fsevents": "~2.3.2" - }, + "node_modules/rimraf/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", "dependencies": { - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, - "optional": true - } + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "rollup-plugin-sourcemaps": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/rollup-plugin-sourcemaps/-/rollup-plugin-sourcemaps-0.6.3.tgz", - "integrity": "sha512-paFu+nT1xvuO1tPFYXGe+XnQvg4Hjqv/eIhG8i5EspfYYPBKL57X7iVbfv55aNVASg3dzWvES9dmWsL2KhfByw==", - "dev": true, - "requires": { - "@rollup/pluginutils": "^3.0.9", - "source-map-resolve": "^0.6.0" - }, - "dependencies": { - "source-map-resolve": { - "version": "0.6.0", - "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.6.0.tgz", - "integrity": "sha512-KXBr9d/fO/bWo97NXsPIAW1bFSBOuCnjbNTBMO7N59hsv5i9yzRDfcYwwt0l04+VqnKC+EwzvJZIP/qkuMgR/w==", - "dev": true, - "requires": { - "atob": "^2.1.2", - "decode-uri-component": "^0.2.0" - } - } + "node_modules/rollup": { + "version": "3.29.4", + "resolved": "https://registry.npmjs.org/rollup/-/rollup-3.29.4.tgz", + "integrity": "sha512-oWzmBZwvYrU0iJHtDmhsm662rC15FRXmcjCk1xD771dFDx5jJ02ufAQQTn0etB2emNk4J9EZg/yWKpsn9BWGRw==", + "dev": true, + "bin": { + "rollup": "dist/bin/rollup" + }, + "engines": { + "node": ">=14.18.0", + "npm": ">=8.0.0" + }, + "optionalDependencies": { + "fsevents": "~2.3.2" } }, - "run-async": { + "node_modules/run-async": { "version": "2.4.1", "resolved": "https://registry.npmjs.org/run-async/-/run-async-2.4.1.tgz", "integrity": "sha512-tvVnVv01b8c1RrA6Ep7JkStj85Guv/YrMcwqYQnwjsAS2cTmmPGBBjAjpCW7RrSodNSoE2/qg9O4bceNvUuDgQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.12.0" + } }, - "run-parallel": { + "node_modules/run-parallel": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/run-parallel/-/run-parallel-1.2.0.tgz", "integrity": "sha512-5l4VyZR86LZ/lDxZTR6jqL8AFE2S0IFLMP26AbjsLVADxHdhB/c0GUsH+y39UfCi3dzz8OlQuPmnaJOMoDHQBA==", "dev": true, - "requires": { + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ], + "dependencies": { "queue-microtask": "^1.2.2" } }, - "rxjs": { + "node_modules/rxjs": { "version": "6.6.7", "resolved": "https://registry.npmjs.org/rxjs/-/rxjs-6.6.7.tgz", "integrity": "sha512-hTdwr+7yYNIT5n4AMYp85KA6yw2Va0FLa3Rguvbpa4W3I5xynaBZo41cM3XM+4Q6fRMj3sBYIR1VAmZMXYJvRQ==", - "requires": { + "dependencies": { "tslib": "^1.9.0" }, - "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" - } + "engines": { + "npm": ">=2.0.0" } }, - "rxjs-for-await": { - "version": "0.0.2", - "resolved": "https://registry.npmjs.org/rxjs-for-await/-/rxjs-for-await-0.0.2.tgz", - "integrity": "sha512-IJ8R/ZCFMHOcDIqoABs82jal00VrZx8Xkgfe7TOKoaRPAW5nH/VFlG23bXpeGdrmtqI9UobFPgUKgCuFc7Lncw==", - "dev": true + "node_modules/rxjs/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==" }, - "safe-buffer": { + "node_modules/safe-buffer": { "version": "5.2.1", "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.2.1.tgz", - "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==" + "integrity": "sha512-rp3So07KcdmmKbGvgaNxQSJr7bGVSVk5S9Eq1F+ppbRo70+YeaDxkw5Dd8NPN+GD6bjnYm2VuPuCXmpuYvmCXQ==", + "dev": true, + "funding": [ + { + "type": "github", + "url": "https://github.com/sponsors/feross" + }, + { + "type": "patreon", + "url": "https://www.patreon.com/feross" + }, + { + "type": "consulting", + "url": "https://feross.org/support" + } + ] }, - "safe-regex": { + "node_modules/safe-regex": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/safe-regex/-/safe-regex-1.1.0.tgz", - "integrity": "sha1-QKNmnzsHfR6UPURinhV91IAjvy4=", - "requires": { + "integrity": "sha512-aJXcif4xnaNUzvUuC5gcb46oTS7zvg4jpMTnuqtrEPlR3vFr4pxtdTwaF1Qs3Enjn9HK+ZlwQui+a7z0SywIzg==", + "dependencies": { "ret": "~0.1.10" } }, - "safer-buffer": { + "node_modules/safer-buffer": { "version": "2.1.2", "resolved": "https://registry.npmjs.org/safer-buffer/-/safer-buffer-2.1.2.tgz", "integrity": "sha512-YZo3K82SD7Riyi0E1EQPojLz7kpepnSQI9IyPbHHg1XXXevb5dJI7tpyN2ADxGcQbHG7vcyRHk0cbwqcQriUtg==" }, - "sass": { - "version": "1.54.4", - "resolved": "https://registry.npmjs.org/sass/-/sass-1.54.4.tgz", - "integrity": "sha512-3tmF16yvnBwtlPrNBHw/H907j8MlOX8aTBnlNX1yrKx24RKcJGPyLhFUwkoKBKesR3unP93/2z14Ll8NicwQUA==", + "node_modules/sass": { + "version": "1.58.1", + "resolved": "https://registry.npmjs.org/sass/-/sass-1.58.1.tgz", + "integrity": "sha512-bnINi6nPXbP1XNRaranMFEBZWUfdW/AF16Ql5+ypRxfTvCRTTKrLsMIakyDcayUt2t/RZotmL4kgJwNH5xO+bg==", "dev": true, - "requires": { + "dependencies": { "chokidar": ">=3.0.0 <4.0.0", "immutable": "^4.0.0", "source-map-js": ">=0.6.2 <2.0.0" }, + "bin": { + "sass": "sass.js" + }, + "engines": { + "node": ">=12.0.0" + } + }, + "node_modules/sass-loader": { + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.2.0.tgz", + "integrity": "sha512-JWEp48djQA4nbZxmgC02/Wh0eroSUutulROUusYJO9P9zltRbNN80JCBHqRGzjd4cmZCa/r88xgfkjGD0TXsHg==", + "dev": true, "dependencies": { - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, + "klona": "^2.0.4", + "neo-async": "^2.6.2" + }, + "engines": { + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "fibers": ">= 3.1.0", + "node-sass": "^4.0.0 || ^5.0.0 || ^6.0.0 || ^7.0.0 || ^8.0.0", + "sass": "^1.3.0", + "sass-embedded": "*", + "webpack": "^5.0.0" + }, + "peerDependenciesMeta": { + "fibers": { "optional": true }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true + "node-sass": { + "optional": true }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } + "sass": { + "optional": true }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } + "sass-embedded": { + "optional": true } } }, - "sass-loader": { - "version": "13.0.2", - "resolved": "https://registry.npmjs.org/sass-loader/-/sass-loader-13.0.2.tgz", - "integrity": "sha512-BbiqbVmbfJaWVeOOAu2o7DhYWtcNmTfvroVgFXa6k2hHheMxNAeDHLNoDy/Q5aoaVlz0LH+MbMktKwm9vN/j8Q==", - "dev": true, - "requires": { - "klona": "^2.0.4", - "neo-async": "^2.6.2" - } - }, - "saucelabs": { + "node_modules/saucelabs": { "version": "1.5.0", "resolved": "https://registry.npmjs.org/saucelabs/-/saucelabs-1.5.0.tgz", "integrity": "sha512-jlX3FGdWvYf4Q3LFfFWS1QvPg3IGCGWxIc8QBFdPTbpTJnt/v17FHXYVAn7C8sHf1yUXo2c7yIM0isDryfYtHQ==", "dev": true, - "requires": { + "dependencies": { "https-proxy-agent": "^2.2.1" }, + "engines": { + "node": "*" + } + }, + "node_modules/saucelabs/node_modules/agent-base": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", + "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", + "dev": true, + "dependencies": { + "es6-promisify": "^5.0.0" + }, + "engines": { + "node": ">= 4.0.0" + } + }, + "node_modules/saucelabs/node_modules/debug": { + "version": "3.2.7", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", + "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", + "dev": true, "dependencies": { - "agent-base": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/agent-base/-/agent-base-4.3.0.tgz", - "integrity": "sha512-salcGninV0nPrwpGNn4VTXBb1SOuXQBiqbrNXoeizJsHrsL6ERFM2Ne3JUSBWRE6aeNJI2ROP/WEEIDUiDe3cg==", - "dev": true, - "requires": { - "es6-promisify": "^5.0.0" - } - }, - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "dev": true, - "requires": { - "ms": "^2.1.1" - } - }, - "https-proxy-agent": { - "version": "2.2.4", - "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", - "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", - "dev": true, - "requires": { - "agent-base": "^4.3.0", - "debug": "^3.1.0" - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true - } + "ms": "^2.1.1" } }, - "sax": { - "version": "1.2.4", - "resolved": "https://registry.npmjs.org/sax/-/sax-1.2.4.tgz", - "integrity": "sha512-NqVDv9TpANUjFm0N8uM5GxL36UgKi9/atZw+x7YFnQ8ckwFGKrl4xX4yWtrey3UJm5nP1kUbnYgLopqWNSRhWw==", + "node_modules/saucelabs/node_modules/https-proxy-agent": { + "version": "2.2.4", + "resolved": "https://registry.npmjs.org/https-proxy-agent/-/https-proxy-agent-2.2.4.tgz", + "integrity": "sha512-OmvfoQ53WLjtA9HeYP9RNrWMJzzAz1JGaSFr1nijg0PVR1JaD/xbJq1mdEIIlxGpXp9eSe/O2LgU9DJmTPd0Eg==", + "dev": true, + "dependencies": { + "agent-base": "^4.3.0", + "debug": "^3.1.0" + }, + "engines": { + "node": ">= 4.5.0" + } + }, + "node_modules/sax": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/sax/-/sax-1.3.0.tgz", + "integrity": "sha512-0s+oAmw9zLl1V1cS9BtZN7JAd0cW5e0QH4W3LWEK6a4LaLEA2OTpGYWDY+6XasBLtz6wkm3u1xRw95mRuJ59WA==", "dev": true }, - "schema-utils": { - "version": "2.7.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-2.7.1.tgz", - "integrity": "sha512-SHiNtMOUGWBQJwzISiVYKu82GiV4QYGePp3odlY1tuKO7gPtphAT5R/py0fA6xtbgLL/RvtJZnU9b8s0F1q0Xg==", + "node_modules/schema-utils": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.2.0.tgz", + "integrity": "sha512-L0jRsrPpjdckP3oPug3/VxNKt2trR8TcabrM6FOAAlvC/9Phcmm+cuAgTlxBqdBR1WJx7Naj9WHw+aOmheSVbw==", "dev": true, - "requires": { - "@types/json-schema": "^7.0.5", - "ajv": "^6.12.4", - "ajv-keywords": "^3.5.2" - }, "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - } + "@types/json-schema": "^7.0.9", + "ajv": "^8.9.0", + "ajv-formats": "^2.1.1", + "ajv-keywords": "^5.1.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "select-hose": { + "node_modules/select-hose": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/select-hose/-/select-hose-2.0.0.tgz", "integrity": "sha512-mEugaLK+YfkijB4fx0e6kImuJdCIt2LxCRcbEYPqRGCs4F2ogyfZU5IAZRdjCP8JPq2AtdNoC/Dux63d9Kiryg==", "dev": true }, - "selenium-webdriver": { + "node_modules/selenium-webdriver": { "version": "3.6.0", "resolved": "https://registry.npmjs.org/selenium-webdriver/-/selenium-webdriver-3.6.0.tgz", "integrity": "sha512-WH7Aldse+2P5bbFBO4Gle/nuQOdVwpHMTL6raL3uuBj/vPG07k6uzt3aiahu352ONBr5xXh0hDlM3LhtXPOC4Q==", "dev": true, - "requires": { + "dependencies": { "jszip": "^3.1.3", "rimraf": "^2.5.4", "tmp": "0.0.30", "xml2js": "^0.4.17" }, + "engines": { + "node": ">= 6.9.0" + } + }, + "node_modules/selenium-webdriver/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/selenium-webdriver/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/selenium-webdriver/node_modules/tmp": { + "version": "0.0.30", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", + "integrity": "sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==", + "dev": true, "dependencies": { - "tmp": { - "version": "0.0.30", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.30.tgz", - "integrity": "sha512-HXdTB7lvMwcb55XFfrTM8CPr/IYREk4hVBFaQ4b/6nInrluSL86hfHm7vu0luYKCfyBZp2trCjpc8caC3vVM3w==", - "dev": true, - "requires": { - "os-tmpdir": "~1.0.1" - } - } + "os-tmpdir": "~1.0.1" + }, + "engines": { + "node": ">=0.4.0" } }, - "selfsigned": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.1.1.tgz", - "integrity": "sha512-GSL3aowiF7wa/WtSFwnUrludWFoNhftq8bUkH9pkzjpN2XSPOAYEgg6e0sS9s0rZwgJzJiQRPU18A6clnoW5wQ==", + "node_modules/selfsigned": { + "version": "2.4.1", + "resolved": "https://registry.npmjs.org/selfsigned/-/selfsigned-2.4.1.tgz", + "integrity": "sha512-th5B4L2U+eGLq1TVh7zNRGBapioSORUeymIydxgFpwww9d2qyKvtuPU2jJuHvYAwwqi2Y596QBL3eEqcPEYL8Q==", "dev": true, - "requires": { + "dependencies": { + "@types/node-forge": "^1.3.0", "node-forge": "^1" + }, + "engines": { + "node": ">=10" } }, - "semver": { - "version": "7.3.7", - "resolved": "https://registry.npmjs.org/semver/-/semver-7.3.7.tgz", - "integrity": "sha512-QlYTucUYOews+WeEujDoEGziz4K6c47V/Bd+LjSSYcA94p+DmINdf7ncaUinThfvZyu13lN9OY1XDxt8C0Tw0g==", + "node_modules/semver": { + "version": "7.5.3", + "resolved": "https://registry.npmjs.org/semver/-/semver-7.5.3.tgz", + "integrity": "sha512-QBlUtyVk/5EeHbi7X0fw6liDZc7BBmEaSYn01fMU1OUYbf6GPsbTtd8WmnqbI20SeycoHSeiybkE/q1Q+qlThQ==", "dev": true, - "requires": { + "dependencies": { "lru-cache": "^6.0.0" }, + "bin": { + "semver": "bin/semver.js" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/semver/node_modules/lru-cache": { + "version": "6.0.0", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", + "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", + "dev": true, "dependencies": { - "lru-cache": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-6.0.0.tgz", - "integrity": "sha512-Jo6dJ04CmSjuznwJSS3pUeWmd/H0ffTlkXXgwZi+eq1UCmqQwCh+eLsYOYCwY991i2Fah4h1BEMCx4qThGbsiA==", - "dev": true, - "requires": { - "yallist": "^4.0.0" - } - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=10" } }, - "send": { + "node_modules/semver/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/send": { "version": "0.18.0", "resolved": "https://registry.npmjs.org/send/-/send-0.18.0.tgz", "integrity": "sha512-qqWzuOjSFOuqPjFe4NOsMLafToQQwBSOEpS+FwEt3A2V3vKubTquT3vmLTQpFgMXp8AlFWFuP1qKaJZOtPpVXg==", "dev": true, - "requires": { + "dependencies": { "debug": "2.6.9", "depd": "2.0.0", "destroy": "1.2.0", @@ -12160,36 +15676,67 @@ "range-parser": "~1.2.1", "statuses": "2.0.1" }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/send/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "dependencies": { - "mime": { - "version": "1.6.0", - "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", - "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", - "dev": true - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", - "dev": true - } + "ms": "2.0.0" } }, - "serialize-javascript": { - "version": "6.0.0", - "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.0.tgz", - "integrity": "sha512-Qr3TosvguFt8ePWqsvRfrKyQXIiW+nGbYpy8XK24NQHE83caxWt+mIymTT19DGFbNWNLfEwsrkSmN64lVWB9ag==", + "node_modules/send/node_modules/debug/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/send/node_modules/mime": { + "version": "1.6.0", + "resolved": "https://registry.npmjs.org/mime/-/mime-1.6.0.tgz", + "integrity": "sha512-x0Vn8spI+wuJ1O6S7gnbaQg8Pxh4NNHb7KSINmEWKiPE4RKOplvijn+NkmYmmRgP68mc70j2EbeTFRsrswaQeg==", + "dev": true, + "bin": { + "mime": "cli.js" + }, + "engines": { + "node": ">=4" + } + }, + "node_modules/send/node_modules/ms": { + "version": "2.1.3", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", + "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==", + "dev": true + }, + "node_modules/send/node_modules/statuses": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", + "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==", + "dev": true, + "engines": { + "node": ">= 0.8" + } + }, + "node_modules/serialize-javascript": { + "version": "6.0.2", + "resolved": "https://registry.npmjs.org/serialize-javascript/-/serialize-javascript-6.0.2.tgz", + "integrity": "sha512-Saa1xPByTTq2gdeFZYLLo+RFE35NHZkAbqZeWNd3BpzppeVisAqpDjcp8dyf6uIvEqJRd46jemmyA4iFIeVk8g==", "dev": true, - "requires": { + "dependencies": { "randombytes": "^2.1.0" } }, - "serve-index": { + "node_modules/serve-index": { "version": "1.9.1", "resolved": "https://registry.npmjs.org/serve-index/-/serve-index-1.9.1.tgz", "integrity": "sha512-pXHfKNP4qujrtteMrSBb0rc8HJ9Ms/GrXwcUtUtD5s4ewDJI8bT3Cz2zTVRMKtri49pLx2e0Ya8ziP5Ya2pZZw==", "dev": true, - "requires": { + "dependencies": { "accepts": "~1.3.4", "batch": "0.6.1", "debug": "2.6.9", @@ -12198,152 +15745,301 @@ "mime-types": "~2.1.17", "parseurl": "~1.3.2" }, + "engines": { + "node": ">= 0.8.0" + } + }, + "node_modules/serve-index/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", + "dev": true, "dependencies": { - "depd": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", - "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", - "dev": true - }, - "http-errors": { - "version": "1.6.3", - "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", - "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", - "dev": true, - "requires": { - "depd": "~1.1.2", - "inherits": "2.0.3", - "setprototypeof": "1.1.0", - "statuses": ">= 1.4.0 < 2" - } - }, - "inherits": { - "version": "2.0.3", - "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", - "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", - "dev": true - }, - "setprototypeof": { - "version": "1.1.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", - "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", - "dev": true - }, - "statuses": { - "version": "1.5.0", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", - "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", - "dev": true - } + "ms": "2.0.0" + } + }, + "node_modules/serve-index/node_modules/depd": { + "version": "1.1.2", + "resolved": "https://registry.npmjs.org/depd/-/depd-1.1.2.tgz", + "integrity": "sha512-7emPTl6Dpo6JRXOXjLRxck+FlLRX5847cLKEn00PLAgc3g2hTZZgr+e4c2v6QpSmLeFP3n5yUo7ft6avBK/5jQ==", + "dev": true, + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/serve-index/node_modules/http-errors": { + "version": "1.6.3", + "resolved": "https://registry.npmjs.org/http-errors/-/http-errors-1.6.3.tgz", + "integrity": "sha512-lks+lVC8dgGyh97jxvxeYTWQFvh4uw4yC12gVl63Cg30sjPX4wuGcdkICVXDAESr6OJGjqGA8Iz5mkeN6zlD7A==", + "dev": true, + "dependencies": { + "depd": "~1.1.2", + "inherits": "2.0.3", + "setprototypeof": "1.1.0", + "statuses": ">= 1.4.0 < 2" + }, + "engines": { + "node": ">= 0.6" } }, - "serve-static": { + "node_modules/serve-index/node_modules/inherits": { + "version": "2.0.3", + "resolved": "https://registry.npmjs.org/inherits/-/inherits-2.0.3.tgz", + "integrity": "sha512-x00IRNXNy63jwGkJmzPigoySHbaqpNuzKbBOmzK+g2OdZpQ9w+sxCN+VSB3ja7IAge2OP2qpfxTjeNcyjmW1uw==", + "dev": true + }, + "node_modules/serve-index/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==", + "dev": true + }, + "node_modules/serve-index/node_modules/setprototypeof": { + "version": "1.1.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.1.0.tgz", + "integrity": "sha512-BvE/TwpZX4FXExxOxZyRGQQv651MSwmWKZGqvmPcRIjDqWub67kTKuIMx43cZZrS/cBBzwBcNDWoFxt2XEFIpQ==", + "dev": true + }, + "node_modules/serve-static": { "version": "1.15.0", "resolved": "https://registry.npmjs.org/serve-static/-/serve-static-1.15.0.tgz", "integrity": "sha512-XGuRDNjXUijsUL0vl6nSD7cwURuzEgglbOaFuZM9g3kwDXOWVTck0jLzjPzGD+TazWbboZYu52/9/XPdUgne9g==", "dev": true, - "requires": { + "dependencies": { "encodeurl": "~1.0.2", "escape-html": "~1.0.3", "parseurl": "~1.3.3", "send": "0.18.0" + }, + "engines": { + "node": ">= 0.8.0" } }, - "set-blocking": { + "node_modules/set-blocking": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/set-blocking/-/set-blocking-2.0.0.tgz", - "integrity": "sha1-BF+XgtARrppoA93TgrJDkrPYkPc=", + "integrity": "sha512-KiKBS8AnWGEyLzofFfmvKwpdPzqiy16LvQfK3yv/fVH7Bj13/wl3JSR1J+rfgRE9q7xUJK4qvgS8raSOeLUehw==", "dev": true }, - "set-value": { + "node_modules/set-function-length": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/set-function-length/-/set-function-length-1.2.0.tgz", + "integrity": "sha512-4DBHDoyHlM1IRPGYcoxexgh67y4ueR53FKV1yyxwFMY7aCqcN/38M1+SwZ/qJQ8iLv7+ck385ot4CcisOAPT9w==", + "dependencies": { + "define-data-property": "^1.1.1", + "function-bind": "^1.1.2", + "get-intrinsic": "^1.2.2", + "gopd": "^1.0.1", + "has-property-descriptors": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-function-name": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/set-function-name/-/set-function-name-2.0.1.tgz", + "integrity": "sha512-tMNCiqYVkXIZgc2Hnoy2IvC/f8ezc5koaRFkCjrpWzGpCd3qbZXPzVy9MAZzK1ch/X0jvSkojys3oqJN0qCmdA==", + "dev": true, + "dependencies": { + "define-data-property": "^1.0.1", + "functions-have-names": "^1.2.3", + "has-property-descriptors": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/set-value": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/set-value/-/set-value-2.0.1.tgz", "integrity": "sha512-JxHc1weCN68wRY0fhCoXpyK55m/XPHafOmK4UWD7m2CI14GMcFypt4w/0+NV5f/ZMby2F6S2wwA7fgynh9gWSw==", - "requires": { + "dependencies": { "extend-shallow": "^2.0.1", "is-extendable": "^0.1.1", "is-plain-object": "^2.0.3", "split-string": "^3.0.1" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/setimmediate": { + "version": "1.0.5", + "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", + "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", + "dev": true + }, + "node_modules/setprototypeof": { + "version": "1.2.0", + "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", + "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + }, + "node_modules/shallow-clone": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", + "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "dev": true, + "dependencies": { + "kind-of": "^6.0.2" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-command": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", + "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "dev": true, + "dependencies": { + "shebang-regex": "^3.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/shebang-regex": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", + "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/side-channel": { + "version": "1.0.4", + "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", + "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", "dependencies": { - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - } + "call-bind": "^1.0.0", + "get-intrinsic": "^1.0.2", + "object-inspect": "^1.9.0" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/signal-exit": { + "version": "3.0.7", + "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", + "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", + "dev": true + }, + "node_modules/sigstore": { + "version": "1.9.0", + "resolved": "https://registry.npmjs.org/sigstore/-/sigstore-1.9.0.tgz", + "integrity": "sha512-0Zjz0oe37d08VeOtBIuB6cRriqXse2e8w+7yIy2XSXjshRKxbc2KkhXjL229jXSxEm7UbcjS76wcJDGQddVI9A==", + "dev": true, + "dependencies": { + "@sigstore/bundle": "^1.1.0", + "@sigstore/protobuf-specs": "^0.2.0", + "@sigstore/sign": "^1.0.0", + "@sigstore/tuf": "^1.0.3", + "make-fetch-happen": "^11.0.1" + }, + "bin": { + "sigstore": "bin/sigstore.js" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/sigstore/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/sigstore/node_modules/make-fetch-happen": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", + "dev": true, + "dependencies": { + "agentkeepalive": "^4.2.1", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "setimmediate": { - "version": "1.0.5", - "resolved": "https://registry.npmjs.org/setimmediate/-/setimmediate-1.0.5.tgz", - "integrity": "sha512-MATJdZp8sLqDl/68LfQmbP8zKPLQNV6BIZoIgrscFDQ+RsvK/BxeDQOgyxKKoh0y/8h3BqVFnCqQ/gd+reiIXA==", - "dev": true - }, - "setprototypeof": { - "version": "1.2.0", - "resolved": "https://registry.npmjs.org/setprototypeof/-/setprototypeof-1.2.0.tgz", - "integrity": "sha512-E5LDX7Wrp85Kil5bhZv46j8jOeboKq5JMmYM3gVGdGH8xFpPWXUMsNrlODCrkoxMEeNi/XZIwuRvY4XNwYMJpw==" + "node_modules/sigstore/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } }, - "shallow-clone": { - "version": "3.0.1", - "resolved": "https://registry.npmjs.org/shallow-clone/-/shallow-clone-3.0.1.tgz", - "integrity": "sha512-/6KqX+GVUdqPuPPd2LxDDxzX6CAbjJehAAOKlNpqqUpAqPM6HeL8f+o3a+JsyGjn2lv0WY8UsTgUJjU9Ok55NA==", + "node_modules/sigstore/node_modules/minipass-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", "dev": true, - "requires": { - "kind-of": "^6.0.2" + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" } }, - "shebang-command": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/shebang-command/-/shebang-command-2.0.0.tgz", - "integrity": "sha512-kHxr2zZpYtdmrN1qDjrrX/Z1rR1kG8Dx+gkpK1G4eXmvXswmcE1hTWBWYUzlraYw1/yZp6YuDY77YtvbN0dmDA==", + "node_modules/sigstore/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", "dev": true, - "requires": { - "shebang-regex": "^3.0.0" + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "shebang-regex": { + "node_modules/slash": { "version": "3.0.0", - "resolved": "https://registry.npmjs.org/shebang-regex/-/shebang-regex-3.0.0.tgz", - "integrity": "sha512-7++dFhtcx3353uBaq8DDR4NuxBetBzC7ZQOhmTQInHEd6bSrXdiEyzCvG07Z44UYdLShWUyXt5M/yhz8ekcb1A==", - "dev": true - }, - "side-channel": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/side-channel/-/side-channel-1.0.4.tgz", - "integrity": "sha512-q5XPytqFEIKHkGdiMIrY10mvLRvnQh42/+GoBlFW3b2LXLE2xxJpZFdm94we0BaoV3RwJyGqg5wS7epxTv0Zvw==", - "requires": { - "call-bind": "^1.0.0", - "get-intrinsic": "^1.0.2", - "object-inspect": "^1.9.0" + "resolved": "https://registry.npmjs.org/slash/-/slash-3.0.0.tgz", + "integrity": "sha512-g9Q1haeby36OSStwb4ntCGGGaKsaVSjQ68fBxoQcutl5fS1vuY18H3wSt3jFyFtrkx+Kz0V1G85A4MyAdDMi2Q==", + "dev": true, + "engines": { + "node": ">=8" } }, - "signal-exit": { - "version": "3.0.7", - "resolved": "https://registry.npmjs.org/signal-exit/-/signal-exit-3.0.7.tgz", - "integrity": "sha512-wnD2ZE+l+SPC/uoS0vXeE9L1+0wuaMqKlfz9AMUo38JsyLSBWSFcHR1Rri62LZc12vLr1gb3jl7iwQhgwpAbGQ==", - "dev": true - }, - "slash": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/slash/-/slash-4.0.0.tgz", - "integrity": "sha512-3dOsAHXXUkQTpOYcoAxLIorMTp4gIQr5IW3iVb7A7lFIp0VHhnynm9izx6TssdrIcVIESAlVjtnO2K8bg+Coew==", - "dev": true - }, - "smart-buffer": { + "node_modules/smart-buffer": { "version": "4.2.0", "resolved": "https://registry.npmjs.org/smart-buffer/-/smart-buffer-4.2.0.tgz", "integrity": "sha512-94hK0Hh8rPqQl2xXc3HsaBoOXKV20MToPkcXvwbISWLEs+64sBq5kFgn2kJDHb1Pry9yrP0dxrCI9RRci7RXKg==", - "dev": true + "dev": true, + "engines": { + "node": ">= 6.0.0", + "npm": ">= 3.0.0" + } }, - "snapdragon": { + "node_modules/snapdragon": { "version": "0.8.2", "resolved": "https://registry.npmjs.org/snapdragon/-/snapdragon-0.8.2.tgz", "integrity": "sha512-FtyOnWN/wCHTVXOMwvSv26d+ko5vWlIDD6zoUJ7LW8vh+ZBC8QdljveRP+crNrtBwioEUWy/4dMtbBjA4ioNlg==", - "requires": { + "dependencies": { "base": "^0.11.1", "debug": "^2.2.0", "define-property": "^0.2.5", @@ -12353,127 +16049,119 @@ "source-map-resolve": "^0.5.0", "use": "^3.1.0" }, - "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - }, - "extend-shallow": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-2.0.1.tgz", - "integrity": "sha1-Ua99YUrZqfYQ6huvu5idaxxWiQ8=", - "requires": { - "is-extendable": "^0.1.0" - } - }, - "source-map": { - "version": "0.5.7", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", - "integrity": "sha1-igOdLRAh0i0eoUyA2OpGi6LvP8w=" - } + "engines": { + "node": ">=0.10.0" } }, - "snapdragon-node": { + "node_modules/snapdragon-node": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/snapdragon-node/-/snapdragon-node-2.1.1.tgz", "integrity": "sha512-O27l4xaMYt/RSQ5TR3vpWCAB5Kb/czIcqUFOM/C4fYcLnbZUc1PkjTAMjof2pBWaSTwOUd6qUHcFGVGj7aIwnw==", - "requires": { + "dependencies": { "define-property": "^1.0.0", "isobject": "^3.0.0", "snapdragon-util": "^3.0.1" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/define-property": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", + "integrity": "sha512-cZTYKFWspt9jZsMscWo8sc/5lbPC9Q0N5nBLgb+Yd915iL3udB1uFgS3B8YCx66UVHq018DAVFoee7x+gxggeA==", "dependencies": { - "define-property": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-1.0.0.tgz", - "integrity": "sha1-dp66rz9KY6rTr56NMEybvnm/sOY=", - "requires": { - "is-descriptor": "^1.0.0" - } - }, - "is-accessor-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-accessor-descriptor/-/is-accessor-descriptor-1.0.0.tgz", - "integrity": "sha512-m5hnHTkcVsPfqx3AKlyttIPb7J+XykHvJP2B9bZDjlhLIoEq4XoK64Vg7boZlVWYK6LUY94dYPEE7Lh0ZkZKcQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-data-descriptor": { - "version": "1.0.0", - "resolved": "https://registry.npmjs.org/is-data-descriptor/-/is-data-descriptor-1.0.0.tgz", - "integrity": "sha512-jbRXy1FmtAoCjQkVmIVYwuuqDFUbaOeDjmed1tOGPrsMhtJA4rD9tkgA0F1qJ3gRFRXcHYVkdeaP50Q5rE/jLQ==", - "requires": { - "kind-of": "^6.0.0" - } - }, - "is-descriptor": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.2.tgz", - "integrity": "sha512-2eis5WqQGV7peooDyLmNEPUrps9+SXX5c9pL3xEB+4e9HnGuDa7mB7kHxHw4CbqS9k1T2hOH3miL8n8WtiYVtg==", - "requires": { - "is-accessor-descriptor": "^1.0.0", - "is-data-descriptor": "^1.0.0", - "kind-of": "^6.0.2" - } - } + "is-descriptor": "^1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon-node/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" } }, - "snapdragon-util": { + "node_modules/snapdragon-util": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/snapdragon-util/-/snapdragon-util-3.0.1.tgz", "integrity": "sha512-mbKkMdQKsjX4BAL4bRYTj21edOf8cN7XHdYUJEe+Zn99hVEYcMvKPct1IqNe7+AZPirn8BCDOQBHQZknqmKlZQ==", - "requires": { + "dependencies": { "kind-of": "^3.2.0" }, - "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "engines": { + "node": ">=0.10.0" } }, - "socket.io": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-2.1.1.tgz", - "integrity": "sha512-rORqq9c+7W0DAK3cleWNSyfv/qKXV99hV4tZe+gGLfBECw3XEhBy7x85F3wypA9688LKjtwO9pX9L33/xQI8yA==", - "requires": { - "debug": "~3.1.0", - "engine.io": "~3.2.0", - "has-binary2": "~1.0.2", - "socket.io-adapter": "~1.1.0", - "socket.io-client": "2.1.1", - "socket.io-parser": "~3.2.0" + "node_modules/snapdragon-util/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", + "dependencies": { + "is-buffer": "^1.1.5" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/snapdragon/node_modules/debug": { + "version": "2.6.9", + "resolved": "https://registry.npmjs.org/debug/-/debug-2.6.9.tgz", + "integrity": "sha512-bC7ElrdJaJnPbAP+1EotYvqZsb3ecl5wi6Bfi6BJTUcNowp6cvspg0jXznRTKDjm/E7AdgFBVeAPVMNcKGsHMA==", "dependencies": { - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - } + "ms": "2.0.0" } }, - "socket.io-adapter": { - "version": "1.1.2", - "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-1.1.2.tgz", - "integrity": "sha512-WzZRUj1kUjrTIrUKpZLEzFZ1OLj5FwLlAFQs9kuZJzJi5DKdU7FsWc36SNmA8iDOtwBQyT8FkrriRM8vXLYz8g==" + "node_modules/snapdragon/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" }, - "socket.io-client": { + "node_modules/snapdragon/node_modules/source-map": { + "version": "0.5.7", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.5.7.tgz", + "integrity": "sha512-LbrmJOMUSdEVxIKvdcJzQC+nQhe8FUZQTXQy6+I75skNgn3OoQ0DZA8YnFa7gp8tqtL3KPf1kmo0R5DoApeSGQ==", + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/socket.io": { + "version": "4.7.4", + "resolved": "https://registry.npmjs.org/socket.io/-/socket.io-4.7.4.tgz", + "integrity": "sha512-DcotgfP1Zg9iP/dH9zvAQcWrE0TtbMVwXmlV4T4mqsvY+gw+LqUGPfx2AoVyRk0FLME+GQhufDMyacFmw7ksqw==", + "dependencies": { + "accepts": "~1.3.4", + "base64id": "~2.0.0", + "cors": "~2.8.5", + "debug": "~4.3.2", + "engine.io": "~6.5.2", + "socket.io-adapter": "~2.5.2", + "socket.io-parser": "~4.2.4" + }, + "engines": { + "node": ">=10.2.0" + } + }, + "node_modules/socket.io-adapter": { + "version": "2.5.2", + "resolved": "https://registry.npmjs.org/socket.io-adapter/-/socket.io-adapter-2.5.2.tgz", + "integrity": "sha512-87C3LO/NOMc+eMcpcxUBebGjkpMDkNBS9tf7KJqcDsmL936EChtVva71Dw2q4tQcuVC+hAUy4an2NO/sYXmwRA==", + "dependencies": { + "ws": "~8.11.0" + } + }, + "node_modules/socket.io-client": { "version": "2.1.1", "resolved": "https://registry.npmjs.org/socket.io-client/-/socket.io-client-2.1.1.tgz", "integrity": "sha512-jxnFyhAuFxYfjqIgduQlhzqTcOEQSn+OHKVfAxWaNWa7ecP7xSNk2Dx/3UEsDcY7NcFafxvNvKPmmO7HTwTxGQ==", - "requires": { + "dependencies": { "backo2": "1.0.2", "base64-arraybuffer": "0.1.5", "component-bind": "1.0.0", @@ -12488,140 +16176,158 @@ "parseuri": "0.0.5", "socket.io-parser": "~3.2.0", "to-array": "0.1.4" - }, + } + }, + "node_modules/socket.io-client/node_modules/component-emitter": { + "version": "1.2.1", + "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", + "integrity": "sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==" + }, + "node_modules/socket.io-client/node_modules/debug": { + "version": "3.1.0", + "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", + "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", "dependencies": { - "component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==" - }, - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - } + "ms": "2.0.0" } }, - "socket.io-parser": { + "node_modules/socket.io-client/node_modules/isarray": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", + "integrity": "sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==" + }, + "node_modules/socket.io-client/node_modules/ms": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/ms/-/ms-2.0.0.tgz", + "integrity": "sha512-Tpp60P6IUJDTuOq/5Z8cdskzJujfwqfOTkrwIwj7IRISpnkJnT6SyJ4PCPnGMoFjC9ddhal5KVIYtAt97ix05A==" + }, + "node_modules/socket.io-client/node_modules/socket.io-parser": { "version": "3.2.0", "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-3.2.0.tgz", "integrity": "sha512-FYiBx7rc/KORMJlgsXysflWx/RIvtqZbyGLlHZvjfmPTPeuD/I8MaW7cfFrj5tRltICJdgwflhfZ3NVVbVLFQA==", - "requires": { + "dependencies": { "component-emitter": "1.2.1", "debug": "~3.1.0", "isarray": "2.0.1" - }, + } + }, + "node_modules/socket.io-parser": { + "version": "4.2.4", + "resolved": "https://registry.npmjs.org/socket.io-parser/-/socket.io-parser-4.2.4.tgz", + "integrity": "sha512-/GbIKmo8ioc+NIWIhwdecY0ge+qVBSMdgxGygevmdHj24bsfgtCmcUUcQ5ZzcylGFHsN3k4HB4Cgkl96KVnuew==", "dependencies": { - "component-emitter": { - "version": "1.2.1", - "resolved": "https://registry.npmjs.org/component-emitter/-/component-emitter-1.2.1.tgz", - "integrity": "sha512-jPatnhd33viNplKjqXKRkGU345p263OIWzDL2wH3LGIGp5Kojo+uXizHmOADRvhGFFTnJqX3jBAKP6vvmSDKcA==" - }, - "debug": { - "version": "3.1.0", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.1.0.tgz", - "integrity": "sha512-OX8XqP7/1a9cqkxYw2yXss15f26NKWBpDXQd0/uK/KPqdQhxbPa994hnzjcE2VqQpDslf55723cKPUOGSmMY3g==", - "requires": { - "ms": "2.0.0" - } - }, - "isarray": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/isarray/-/isarray-2.0.1.tgz", - "integrity": "sha512-c2cu3UxbI+b6kR3fy0nRnAhodsvR9dx7U5+znCOzdj6IfP3upFURTr0Xl5BlQZNKZjEtxrmVyfSdeE3O57smoQ==" - } + "@socket.io/component-emitter": "~3.1.0", + "debug": "~4.3.1" + }, + "engines": { + "node": ">=10.0.0" } }, - "sockjs": { + "node_modules/sockjs": { "version": "0.3.24", "resolved": "https://registry.npmjs.org/sockjs/-/sockjs-0.3.24.tgz", "integrity": "sha512-GJgLTZ7vYb/JtPSSZ10hsOYIvEYsjbNU+zPdIHcUaWVNUEPivzxku31865sSSud0Da0W4lEeOPlmw93zLQchuQ==", "dev": true, - "requires": { + "dependencies": { "faye-websocket": "^0.11.3", "uuid": "^8.3.2", "websocket-driver": "^0.7.4" } }, - "socks": { + "node_modules/sockjs/node_modules/uuid": { + "version": "8.3.2", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", + "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", + "dev": true, + "bin": { + "uuid": "dist/bin/uuid" + } + }, + "node_modules/socks": { "version": "2.7.1", "resolved": "https://registry.npmjs.org/socks/-/socks-2.7.1.tgz", "integrity": "sha512-7maUZy1N7uo6+WVEX6psASxtNlKaNVMlGQKkG/63nEDdLOWNbiUMoLK7X4uYoLhQstau72mLgfEWcXcwsaHbYQ==", "dev": true, - "requires": { + "dependencies": { "ip": "^2.0.0", "smart-buffer": "^4.2.0" + }, + "engines": { + "node": ">= 10.13.0", + "npm": ">= 3.0.0" } }, - "socks-proxy-agent": { + "node_modules/socks-proxy-agent": { "version": "7.0.0", "resolved": "https://registry.npmjs.org/socks-proxy-agent/-/socks-proxy-agent-7.0.0.tgz", "integrity": "sha512-Fgl0YPZ902wEsAyiQ+idGd1A7rSFx/ayC1CQVMw5P+EQx2V0SgpGtf6OKFhVjPflPUl9YMmEOnmfjCdMUsygww==", "dev": true, - "requires": { + "dependencies": { "agent-base": "^6.0.2", "debug": "^4.3.3", "socks": "^2.6.2" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "engines": { + "node": ">= 10" } }, - "source-map": { - "version": "0.6.1", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", - "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==" + "node_modules/source-map": { + "version": "0.7.4", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", + "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", + "dev": true, + "engines": { + "node": ">= 8" + } }, - "source-map-js": { + "node_modules/source-map-js": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/source-map-js/-/source-map-js-1.0.2.tgz", "integrity": "sha512-R0XvVJ9WusLiqTCEiGCmICCMplcCkIwwR11mOSD9CR5u+IXYdiseeEuXCVAjS54zqwkLcPNnmU4OeJ6tUrWhDw==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.10.0" + } }, - "source-map-loader": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-4.0.0.tgz", - "integrity": "sha512-i3KVgM3+QPAHNbGavK+VBq03YoJl24m9JWNbLgsjTj8aJzXG9M61bantBTNBt7CNwY2FYf+RJRYJ3pzalKjIrw==", + "node_modules/source-map-loader": { + "version": "4.0.1", + "resolved": "https://registry.npmjs.org/source-map-loader/-/source-map-loader-4.0.1.tgz", + "integrity": "sha512-oqXpzDIByKONVY8g1NUPOTQhe0UTU5bWUl32GSkqK2LjJj0HmwTMVKxcUip0RgAYhY1mqgOxjbQM48a0mmeNfA==", "dev": true, - "requires": { + "dependencies": { "abab": "^2.0.6", "iconv-lite": "^0.6.3", "source-map-js": "^1.0.2" }, + "engines": { + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.72.1" + } + }, + "node_modules/source-map-loader/node_modules/iconv-lite": { + "version": "0.6.3", + "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", + "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", + "dev": true, "dependencies": { - "iconv-lite": { - "version": "0.6.3", - "resolved": "https://registry.npmjs.org/iconv-lite/-/iconv-lite-0.6.3.tgz", - "integrity": "sha512-4fCk79wshMdzMp2rH06qWrJE4iolqLhCUH+OiuIgU++RB0+94NlDL81atO7GX55uUKueo0txHNtvEyI6D7WdMw==", - "dev": true, - "requires": { - "safer-buffer": ">= 2.1.2 < 3.0.0" - } - } + "safer-buffer": ">= 2.1.2 < 3.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "source-map-resolve": { + "node_modules/source-map-resolve": { "version": "0.5.3", "resolved": "https://registry.npmjs.org/source-map-resolve/-/source-map-resolve-0.5.3.tgz", "integrity": "sha512-Htz+RnsXWk5+P2slx5Jh3Q66vhQj1Cllm0zvnaY98+NFx+Dv2CF/f5O/t8x+KaNdrdIAsruNzoh/KpialbqAnw==", - "requires": { + "deprecated": "See https://github.com/lydell/source-map-resolve#deprecated", + "dependencies": { "atob": "^2.1.2", "decode-uri-component": "^0.2.0", "resolve-url": "^0.2.1", @@ -12629,151 +16335,162 @@ "urix": "^0.1.0" } }, - "source-map-support": { + "node_modules/source-map-support": { "version": "0.5.21", "resolved": "https://registry.npmjs.org/source-map-support/-/source-map-support-0.5.21.tgz", "integrity": "sha512-uBHU3L3czsIyYXKX88fdrGovxdSCoTGDRZ6SYXtSRxLZUzHg5P/66Ht6uoUlHu9EZod+inXhKo3qQgwXUT/y1w==", "dev": true, - "requires": { + "dependencies": { "buffer-from": "^1.0.0", "source-map": "^0.6.0" } }, - "source-map-url": { + "node_modules/source-map-support/node_modules/source-map": { + "version": "0.6.1", + "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.6.1.tgz", + "integrity": "sha512-UjgapumWlbMhkBgzT7Ykc5YXUT46F0iKu8SGXq0bcwP5dz/h0Plj6enJqjz1Zbq2l5WaqYnrVbwWOWMyF3F47g==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/source-map-url": { "version": "0.4.1", "resolved": "https://registry.npmjs.org/source-map-url/-/source-map-url-0.4.1.tgz", - "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==" - }, - "sourcemap-codec": { - "version": "1.4.8", - "resolved": "https://registry.npmjs.org/sourcemap-codec/-/sourcemap-codec-1.4.8.tgz", - "integrity": "sha512-9NykojV5Uih4lgo5So5dtw+f0JgJX30KCNI8gwhz2J9A15wD0Ml6tjHKwf6fTSa6fAdVBdZeNOs9eJ71qCk8vA==", - "dev": true + "integrity": "sha512-cPiFOTLUKvJFIg4SKVScy4ilPPW6rFgMgfuZJPNoDuMs3nC1HbMUycBoJw77xFIp6z1UJQJOfx6C9GMH80DiTw==", + "deprecated": "See https://github.com/lydell/source-map-url#deprecated" }, - "spdx-correct": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.1.1.tgz", - "integrity": "sha512-cOYcUWwhCuHCXi49RhFRCyJEK3iPj1Ziz9DpViV3tbZOwXD49QzIN3MpOLJNxh2qwq2lJJZaKMVw9qNi4jTC0w==", + "node_modules/spdx-correct": { + "version": "3.2.0", + "resolved": "https://registry.npmjs.org/spdx-correct/-/spdx-correct-3.2.0.tgz", + "integrity": "sha512-kN9dJbvnySHULIluDHy32WHRUu3Og7B9sbY7tsFLctQkIqnMh3hErYgdMjTYuqmcXX+lK5T1lnUt3G7zNswmZA==", "dev": true, - "requires": { + "dependencies": { "spdx-expression-parse": "^3.0.0", "spdx-license-ids": "^3.0.0" } }, - "spdx-exceptions": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.3.0.tgz", - "integrity": "sha512-/tTrYOC7PPI1nUAgx34hUpqXuyJG+DTHJTnIULG4rDygi4xu/tfgmq1e1cIRwRzwZgo4NLySi+ricLkZkw4i5A==", + "node_modules/spdx-exceptions": { + "version": "2.4.0", + "resolved": "https://registry.npmjs.org/spdx-exceptions/-/spdx-exceptions-2.4.0.tgz", + "integrity": "sha512-hcjppoJ68fhxA/cjbN4T8N6uCUejN8yFw69ttpqtBeCbF3u13n7mb31NB9jKwGTTWWnt9IbRA/mf1FprYS8wfw==", "dev": true }, - "spdx-expression-parse": { + "node_modules/spdx-expression-parse": { "version": "3.0.1", "resolved": "https://registry.npmjs.org/spdx-expression-parse/-/spdx-expression-parse-3.0.1.tgz", "integrity": "sha512-cbqHunsQWnJNE6KhVSMsMeH5H/L9EpymbzqTQ3uLwNCLZ1Q481oWaofqH7nO6V07xlXwY6PhQdQ2IedWx/ZK4Q==", "dev": true, - "requires": { + "dependencies": { "spdx-exceptions": "^2.1.0", "spdx-license-ids": "^3.0.0" } }, - "spdx-license-ids": { - "version": "3.0.12", - "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.12.tgz", - "integrity": "sha512-rr+VVSXtRhO4OHbXUiAF7xW3Bo9DuuF6C5jH+q/x15j2jniycgKbxU09Hr0WqlSLUs4i4ltHGXqTe7VHclYWyA==", + "node_modules/spdx-license-ids": { + "version": "3.0.16", + "resolved": "https://registry.npmjs.org/spdx-license-ids/-/spdx-license-ids-3.0.16.tgz", + "integrity": "sha512-eWN+LnM3GR6gPu35WxNgbGl8rmY1AEmoMDvL/QD6zYmPWgywxWqJWNdLGT+ke8dKNWrcYgYjPpG5gbTfghP8rw==", "dev": true }, - "spdy": { + "node_modules/spdy": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/spdy/-/spdy-4.0.2.tgz", "integrity": "sha512-r46gZQZQV+Kl9oItvl1JZZqJKGr+oEkB08A6BzkiR7593/7IbtuncXHd2YoYeTsG4157ZssMu9KYvUHLcjcDoA==", "dev": true, - "requires": { + "dependencies": { "debug": "^4.1.0", "handle-thing": "^2.0.0", "http-deceiver": "^1.2.7", "select-hose": "^2.0.0", "spdy-transport": "^3.0.0" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - } + "engines": { + "node": ">=6.0.0" } }, - "spdy-transport": { + "node_modules/spdy-transport": { "version": "3.0.0", "resolved": "https://registry.npmjs.org/spdy-transport/-/spdy-transport-3.0.0.tgz", "integrity": "sha512-hsLVFE5SjA6TCisWeJXFKniGGOpBgMLmerfO2aCyCU5s7nJ/rpAepqmFifv/GCbSbueEeAJJnmSQ2rKC/g8Fcw==", "dev": true, - "requires": { + "dependencies": { "debug": "^4.1.0", "detect-node": "^2.0.4", "hpack.js": "^2.1.6", "obuf": "^1.1.2", "readable-stream": "^3.0.6", "wbuf": "^1.7.3" + } + }, + "node_modules/spdy-transport/node_modules/readable-stream": { + "version": "3.6.2", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.2.tgz", + "integrity": "sha512-9u/sniCrY3D5WdsERHzHE4G2YCXqoG5FTHUiCC4SIbr6XcLZBY05ya9EKjYek9O5xOAwjGq+1JdGBAS7Q9ScoA==", + "dev": true, + "dependencies": { + "inherits": "^2.0.3", + "string_decoder": "^1.1.1", + "util-deprecate": "^1.0.1" }, + "engines": { + "node": ">= 6" + } + }, + "node_modules/spdy-transport/node_modules/string_decoder": { + "version": "1.3.0", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.3.0.tgz", + "integrity": "sha512-hkRX8U1WjJFd8LsDJ2yQ/wWWxaopEsABU1XfkM8A+j0+85JAGppt16cr1Whg6KIbb4okU6Mql6BOj+uup/wKeA==", + "dev": true, "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } + "safe-buffer": "~5.2.0" } }, - "split-string": { + "node_modules/split-string": { "version": "3.1.0", "resolved": "https://registry.npmjs.org/split-string/-/split-string-3.1.0.tgz", "integrity": "sha512-NzNVhJDYpwceVVii8/Hu6DKfD2G+NrQHlS/V/qgv763EYudVwEcMQNxd2lh+0VrUByXN/oJkl5grOhYWvQUYiw==", - "requires": { + "dependencies": { "extend-shallow": "^3.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-string/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/split-string/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" } }, - "sprintf-js": { + "node_modules/sprintf-js": { "version": "1.0.3", "resolved": "https://registry.npmjs.org/sprintf-js/-/sprintf-js-1.0.3.tgz", - "integrity": "sha1-BOaSb2YolTVPPdAVIDYzuFcpfiw=", + "integrity": "sha512-D9cPgkvLlV3t3IzL0D0YLvGA9Ahk4PcvVwUbN0dSGr1aP0Nrt4AEnTUbuGvquEC0mA64Gqt1fzirlRs5ibXx8g==", "dev": true }, - "sshpk": { - "version": "1.17.0", - "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.17.0.tgz", - "integrity": "sha512-/9HIEs1ZXGhSPE8X6Ccm7Nam1z8KcoCqPdI7ecm1N33EzAetWahvQWVqLZtaZQ+IDKX4IyA2o0gBzqIMkAagHQ==", + "node_modules/sshpk": { + "version": "1.18.0", + "resolved": "https://registry.npmjs.org/sshpk/-/sshpk-1.18.0.tgz", + "integrity": "sha512-2p2KJZTSqQ/I3+HX42EpYOa2l3f8Erv8MWKsy2I9uf4wA7yFIkXRffYdsx86y6z4vHtV8u7g+pPlr8/4ouAxsQ==", "dev": true, - "requires": { + "dependencies": { "asn1": "~0.2.3", "assert-plus": "^1.0.0", "bcrypt-pbkdf": "^1.0.0", @@ -12783,438 +16500,660 @@ "jsbn": "~0.1.0", "safer-buffer": "^2.0.2", "tweetnacl": "~0.14.0" + }, + "bin": { + "sshpk-conv": "bin/sshpk-conv", + "sshpk-sign": "bin/sshpk-sign", + "sshpk-verify": "bin/sshpk-verify" + }, + "engines": { + "node": ">=0.10.0" } }, - "ssri": { - "version": "9.0.1", - "resolved": "https://registry.npmjs.org/ssri/-/ssri-9.0.1.tgz", - "integrity": "sha512-o57Wcn66jMQvfHG1FlYbWeZWW/dHZhJXjpIcTfXldXEk5nz5lStPo3mK0OJQfGR3RbZUlbISexbljkJzuEj/8Q==", + "node_modules/ssri": { + "version": "10.0.5", + "resolved": "https://registry.npmjs.org/ssri/-/ssri-10.0.5.tgz", + "integrity": "sha512-bSf16tAFkGeRlUNDjXu8FzaMQt6g2HZJrun7mtMbIPOddxt3GLMSz5VWUWcqTJUPfLEaDIepGxv+bYQW49596A==", "dev": true, - "requires": { - "minipass": "^3.1.1" + "dependencies": { + "minipass": "^7.0.3" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/ssri/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "static-extend": { + "node_modules/static-extend": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/static-extend/-/static-extend-0.1.2.tgz", - "integrity": "sha1-YICcOcv/VTNyJv1eC1IPNB8ftcY=", - "requires": { + "integrity": "sha512-72E9+uLc27Mt718pMHt9VMNiAL4LMsmDbBva8mxWUCkT07fSzEGMYUCk0XWY6lp0j6RBAG4cJ3mWuZv2OE3s0g==", + "dependencies": { "define-property": "^0.2.5", "object-copy": "^0.1.0" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/statuses": { + "version": "1.5.0", + "resolved": "https://registry.npmjs.org/statuses/-/statuses-1.5.0.tgz", + "integrity": "sha512-OpZ3zP+jT1PI7I8nemJX4AKmAX070ZkYPVWV/AaKTJl+tXCTGyVdC1a4SL8RUQYEwk/f34ZX8UTykN68FwrqAA==", + "engines": { + "node": ">= 0.6" + } + }, + "node_modules/stop-iteration-iterator": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/stop-iteration-iterator/-/stop-iteration-iterator-1.0.0.tgz", + "integrity": "sha512-iCGQj+0l0HOdZ2AEeBADlsRC+vsnDsZsbdSiH1yNSjcfKM7fdpCMfqAL/dwF5BLiw/XhRft/Wax6zQbhq2BcjQ==", + "dev": true, "dependencies": { - "define-property": { - "version": "0.2.5", - "resolved": "https://registry.npmjs.org/define-property/-/define-property-0.2.5.tgz", - "integrity": "sha1-w1se+RjsPJkPmlvFe+BKrOxcgRY=", - "requires": { - "is-descriptor": "^0.1.0" - } - } + "internal-slot": "^1.0.4" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/streamroller": { + "version": "3.1.5", + "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-3.1.5.tgz", + "integrity": "sha512-KFxaM7XT+irxvdqSP1LGLgNWbYN7ay5owZ3r/8t77p+EtSUAfUgtl7be3xtqtOmGUl9K9YPO2ca8133RlTjvKw==", + "dependencies": { + "date-format": "^4.0.14", + "debug": "^4.3.4", + "fs-extra": "^8.1.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/streamroller/node_modules/fs-extra": { + "version": "8.1.0", + "resolved": "https://registry.npmjs.org/fs-extra/-/fs-extra-8.1.0.tgz", + "integrity": "sha512-yhlQgA6mnOJUKOsRUFsgJdQCvkKhcz8tlZG5HBQfReYZy46OwLcY+Zia0mtdHsOo9y/hP+CxMN0TU9QxoOtG4g==", + "dependencies": { + "graceful-fs": "^4.2.0", + "jsonfile": "^4.0.0", + "universalify": "^0.1.0" + }, + "engines": { + "node": ">=6 <7 || >=8" + } + }, + "node_modules/streamroller/node_modules/jsonfile": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/jsonfile/-/jsonfile-4.0.0.tgz", + "integrity": "sha512-m6F1R3z8jjlf2imQHS2Qez5sjKWQzbuuhuJ/FKYFRZvPE3PuHcSMVZzfsLhGVOkfd20obL5SWEBew5ShlquNxg==", + "optionalDependencies": { + "graceful-fs": "^4.1.6" + } + }, + "node_modules/streamroller/node_modules/universalify": { + "version": "0.1.2", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-0.1.2.tgz", + "integrity": "sha512-rBJeI5CXAlmy1pV+617WB9J63U6XcazHHF2f2dbJix4XzpUF0RS3Zbj0FGIOCAva5P/d/GBOYaACQ1w+0azUkg==", + "engines": { + "node": ">= 4.0.0" } }, - "statuses": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/statuses/-/statuses-2.0.1.tgz", - "integrity": "sha512-RwNA9Z/7PrK06rYLIzFMlaF+l73iwpzsqRIFgbMLbTcLD6cOao82TaWefPXQvB2fOC4AjuYSEndS7N/mTCbkdQ==" + "node_modules/string_decoder": { + "version": "0.10.31", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-0.10.31.tgz", + "integrity": "sha512-ev2QzSzWPYmy9GuqfIVildA4OdcGLeFZQrq5ys6RtiuF+RQQiZWr8TZNyAcuVXyQRYfEO+MsoB/1BuQVhOJuoQ==", + "dev": true }, - "streamroller": { - "version": "0.7.0", - "resolved": "https://registry.npmjs.org/streamroller/-/streamroller-0.7.0.tgz", - "integrity": "sha512-WREzfy0r0zUqp3lGO096wRuUp7ho1X6uo/7DJfTlEi0Iv/4gT7YHqXDjKC2ioVGBZtE8QzsQD9nx1nIuoZ57jQ==", - "requires": { - "date-format": "^1.2.0", - "debug": "^3.1.0", - "mkdirp": "^0.5.1", - "readable-stream": "^2.3.0" - }, + "node_modules/string-width": { + "version": "4.2.3", + "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", + "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dependencies": { - "debug": { - "version": "3.2.7", - "resolved": "https://registry.npmjs.org/debug/-/debug-3.2.7.tgz", - "integrity": "sha512-CFjzYYAi4ThfiQvizrFQevTTXHtnCqWfe7x1AhgEscTz6ZbLbfoLRLPugTQyBth6f8ZERVUSyWHFD/7Wu4t1XQ==", - "requires": { - "ms": "^2.1.1" - } - }, - "ms": { - "version": "2.1.3", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.3.tgz", - "integrity": "sha512-6FlzubTLZG3J2a/NVCAleEhjzq5oxgHyaCU9yYXvcLsvoVaHJq/s5xXI6/XXP6tz7R9xAOtHnSO/tXtF3WRTlA==" - } + "emoji-regex": "^8.0.0", + "is-fullwidth-code-point": "^3.0.0", + "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" } }, - "string-width": { + "node_modules/string-width-cjs": { + "name": "string-width", "version": "4.2.3", "resolved": "https://registry.npmjs.org/string-width/-/string-width-4.2.3.tgz", "integrity": "sha512-wKyQRQpjJ0sIp62ErSZdGsjMJWsap5oRNihHhu6G7JVO/9jIB6UyevL+tXuOqrng8j/cxKTWyWUwvSTriiZz/g==", "dev": true, - "requires": { + "dependencies": { "emoji-regex": "^8.0.0", "is-fullwidth-code-point": "^3.0.0", "strip-ansi": "^6.0.1" + }, + "engines": { + "node": ">=8" } }, - "string_decoder": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", - "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", - "requires": { - "safe-buffer": "~5.1.0" - }, + "node_modules/strip-ansi": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", + "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" - } + "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, - "strip-ansi": { + "node_modules/strip-ansi-cjs": { + "name": "strip-ansi", "version": "6.0.1", "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-6.0.1.tgz", "integrity": "sha512-Y38VPSHcqkFrCpFnQ9vuSXmquuv5oXOKpGeT6aGrr3o3Gc9AlVa6JBfUSOCnbxGGZF+/0ooI7KrPuUSztUdU5A==", "dev": true, - "requires": { + "dependencies": { "ansi-regex": "^5.0.1" + }, + "engines": { + "node": ">=8" } }, - "strip-bom": { - "version": "3.0.0", - "resolved": "https://registry.npmjs.org/strip-bom/-/strip-bom-3.0.0.tgz", - "integrity": "sha512-vavAMRXOgBVNF6nyEEmL3DBK19iRpDcoIwW+swQ+CbGiu7lju6t+JklA1MHweoWtadgt4ISVUsXLyDq34ddcwA==", - "dev": true - }, - "strip-final-newline": { + "node_modules/strip-final-newline": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/strip-final-newline/-/strip-final-newline-2.0.0.tgz", "integrity": "sha512-BrpvfNAE3dcvq7ll3xVumzjKjZQ5tI1sEUIKr3Uoks0XUl45St3FlatVqef9prk4jRDzhW6WZg+3bk93y6pLjA==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "strip-json-comments": { + "node_modules/strip-json-comments": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/strip-json-comments/-/strip-json-comments-3.1.1.tgz", "integrity": "sha512-6fPc+R4ihwqP6N/aIv2f1gMH8lOVtWQHoqC4yK6oSDVVocumAsfCqjkXnqiYMhmMwS/mEHLp7Vehlt3ql6lEig==", - "dev": true - }, - "strong-log-transformer": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/strong-log-transformer/-/strong-log-transformer-2.1.0.tgz", - "integrity": "sha512-B3Hgul+z0L9a236FAUC9iZsL+nVHgoCJnqCbN588DjYxvGXaXaaFbfmQ/JhvKjZwsOukuR72XbHv71Qkug0HxA==", - "dev": true, - "requires": { - "duplexer": "^0.1.1", - "minimist": "^1.2.0", - "through": "^2.3.4" - } - }, - "stylus": { - "version": "0.59.0", - "resolved": "https://registry.npmjs.org/stylus/-/stylus-0.59.0.tgz", - "integrity": "sha512-lQ9w/XIOH5ZHVNuNbWW8D822r+/wBSO/d6XvtyHLF7LW4KaCIDeVbvn5DF8fGCJAUCwVhVi/h6J0NUcnylUEjg==", "dev": true, - "requires": { - "@adobe/css-tools": "^4.0.1", - "debug": "^4.3.2", - "glob": "^7.1.6", - "sax": "~1.2.4", - "source-map": "^0.7.3" + "engines": { + "node": ">=8" }, - "dependencies": { - "debug": { - "version": "4.3.4", - "resolved": "https://registry.npmjs.org/debug/-/debug-4.3.4.tgz", - "integrity": "sha512-PRWFHuSU3eDtQJPvnNY7Jcket1j0t5OuOsFzPPzsekD52Zl8qUfFIPEiswXqIvHWGVHOgX+7G/vCNNhehwxfkQ==", - "dev": true, - "requires": { - "ms": "2.1.2" - } - }, - "ms": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/ms/-/ms-2.1.2.tgz", - "integrity": "sha512-sGkPx+VjMtmA6MX27oA4FBFELFCZZ4S4XqeGOXCv68tT+jb3vk/RyaKWP0PTKyWtmLSM0b+adUTEvbs1PEaH2w==", - "dev": true - }, - "source-map": { - "version": "0.7.4", - "resolved": "https://registry.npmjs.org/source-map/-/source-map-0.7.4.tgz", - "integrity": "sha512-l3BikUxvPOcn5E74dZiq5BGsTb5yEwhaTSzccU6t4sDOH8NWJCstKO5QT2CvtFoK6F0saL7p9xHAqHOlCPJygA==", - "dev": true - } - } - }, - "stylus-loader": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/stylus-loader/-/stylus-loader-7.0.0.tgz", - "integrity": "sha512-WTbtLrNfOfLgzTaR9Lj/BPhQroKk/LC1hfTXSUbrxmxgfUo3Y3LpmKRVA2R1XbjvTAvOfaian9vOyfv1z99E+A==", - "dev": true, - "requires": { - "fast-glob": "^3.2.11", - "klona": "^2.0.5", - "normalize-path": "^3.0.0" + "funding": { + "url": "https://github.com/sponsors/sindresorhus" } }, - "supports-color": { + "node_modules/supports-color": { "version": "5.5.0", "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-5.5.0.tgz", "integrity": "sha512-QjVjwdXIt408MIiAqCX4oUKsgU2EqAGzs2Ppkm4aQYbjm+ZEWEcW4SfFNTr4uMNZma0ey4f5lgLrkB0aX0QMow==", "dev": true, - "requires": { + "dependencies": { "has-flag": "^3.0.0" + }, + "engines": { + "node": ">=4" } }, - "supports-preserve-symlinks-flag": { + "node_modules/supports-preserve-symlinks-flag": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/supports-preserve-symlinks-flag/-/supports-preserve-symlinks-flag-1.0.0.tgz", "integrity": "sha512-ot0WnXS9fgdkgIcePe6RHNk1WA8+muPa6cSjeR3V8K27q9BB1rTE3R1p7Hv0z1ZyAc8s6Vvv8DIyWf681MAt0w==", - "dev": true + "dev": true, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } }, - "symbol-observable": { + "node_modules/symbol-observable": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz", "integrity": "sha512-b19dMThMV4HVFynSAM1++gBHAbk2Tc/osgLIBZMKsyqh34jb2e8Os7T6ZW/Bt3pJFdBTd2JwAnAAEQV7rSNvcQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.10" + } }, - "tapable": { + "node_modules/tapable": { "version": "2.2.1", "resolved": "https://registry.npmjs.org/tapable/-/tapable-2.2.1.tgz", "integrity": "sha512-GNzQvQTOIP6RyTfE2Qxb8ZVlNmw0n88vp1szwWRimP02mnTsx3Wtn5qRdqY9w2XduFNUgvOwhNnQsjwCp+kqaQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=6" + } }, - "tar": { - "version": "6.1.11", - "resolved": "https://registry.npmjs.org/tar/-/tar-6.1.11.tgz", - "integrity": "sha512-an/KZQzQUkZCkuoAA64hM92X0Urb6VpRhAFllDzz44U2mcD5scmT3zBc4VgVpkugF580+DQn8eAFSyoQt0tznA==", + "node_modules/tar": { + "version": "6.2.0", + "resolved": "https://registry.npmjs.org/tar/-/tar-6.2.0.tgz", + "integrity": "sha512-/Wo7DcT0u5HUV486xg675HtjNd3BXZ6xDbzsCUZPt5iw8bTQ63bP0Raut3mvro9u+CUyq7YQd8Cx55fsZXxqLQ==", "dev": true, - "requires": { + "dependencies": { "chownr": "^2.0.0", "fs-minipass": "^2.0.0", - "minipass": "^3.0.0", + "minipass": "^5.0.0", "minizlib": "^2.1.1", "mkdirp": "^1.0.3", "yallist": "^4.0.0" }, + "engines": { + "node": ">=10" + } + }, + "node_modules/tar/node_modules/fs-minipass": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/fs-minipass/-/fs-minipass-2.1.0.tgz", + "integrity": "sha512-V/JgOLFCS+R6Vcq0slCuaeWEdNC3ouDlJMNIsacH2VtALiu9mV4LPrHc5cDl8k5aw6J8jwgWWpiTo5RYhmIzvg==", + "dev": true, "dependencies": { - "mkdirp": { - "version": "1.0.4", - "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-1.0.4.tgz", - "integrity": "sha512-vVqVZQyf3WLx2Shd0qJ9xuvqgAyKPLAiqITEtqW0oIUjzo3PePDd6fW9iFz30ef7Ysp/oiWqbhszeGWW2T6Gzw==", - "dev": true - }, - "yallist": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", - "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", - "dev": true - } + "minipass": "^3.0.0" + }, + "engines": { + "node": ">= 8" } }, - "tar-stream": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/tar-stream/-/tar-stream-2.2.0.tgz", - "integrity": "sha512-ujeqbceABgwMZxEJnk2HDY2DlnUZ+9oEcb1KzTVfYHio0UE6dG71n60d8D2I4qNvleWrrXpmjpt7vZeF1LnMZQ==", + "node_modules/tar/node_modules/fs-minipass/node_modules/minipass": { + "version": "3.3.6", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-3.3.6.tgz", + "integrity": "sha512-DxiNidxSEK+tHG6zOIklvNOwm3hvCrbUrdtzY74U6HKTJxvIDfOUL5W5P2Ghd3DTkhhKPYGqeNUIh5qcM4YBfw==", "dev": true, - "requires": { - "bl": "^4.0.3", - "end-of-stream": "^1.4.1", - "fs-constants": "^1.0.0", - "inherits": "^2.0.3", - "readable-stream": "^3.1.1" - }, - "dependencies": { - "readable-stream": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-3.6.0.tgz", - "integrity": "sha512-BViHy7LKeTz4oNnkcLJ+lVSL6vpiFeX6/d3oSH8zCW7UxP2onchk+vTGB143xuFjHS3deTgkKoXXymXqymiIdA==", - "dev": true, - "requires": { - "inherits": "^2.0.3", - "string_decoder": "^1.1.1", - "util-deprecate": "^1.0.1" - } - } + "dependencies": { + "yallist": "^4.0.0" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/tar/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" } }, - "terser": { - "version": "5.14.2", - "resolved": "https://registry.npmjs.org/terser/-/terser-5.14.2.tgz", - "integrity": "sha512-oL0rGeM/WFQCUd0y2QrWxYnq7tfSuKBiqTjRPWrRgB46WD/kiwHwF8T23z78H6Q6kGCuuHcPB+KULHRdxvVGQA==", + "node_modules/tar/node_modules/yallist": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-4.0.0.tgz", + "integrity": "sha512-3wdGidZyq5PB084XLES5TpOSRA3wjXAlIWMhum2kRcv/41Sn2emQ0dycQW4uZXLejwKvg6EsvbdlVL+FYEct7A==", + "dev": true + }, + "node_modules/terser": { + "version": "5.16.3", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.16.3.tgz", + "integrity": "sha512-v8wWLaS/xt3nE9dgKEWhNUFP6q4kngO5B8eYFUuebsu7Dw/UNAnpUod6UHo04jSSkv8TzKHjZDSd7EXdDQAl8Q==", "dev": true, - "requires": { + "dependencies": { "@jridgewell/source-map": "^0.3.2", "acorn": "^8.5.0", "commander": "^2.20.0", "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" } }, - "terser-webpack-plugin": { - "version": "5.3.6", - "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.6.tgz", - "integrity": "sha512-kfLFk+PoLUQIbLmB1+PZDMRSZS99Mp+/MHqDNmMA6tOItzRt+Npe3E+fsMs5mfcM0wCtrrdU387UnV+vnSffXQ==", + "node_modules/terser-webpack-plugin": { + "version": "5.3.10", + "resolved": "https://registry.npmjs.org/terser-webpack-plugin/-/terser-webpack-plugin-5.3.10.tgz", + "integrity": "sha512-BKFPWlPDndPs+NGGCr1U59t0XScL5317Y0UReNrHaw9/FwhPENlq6bfgs+4yPfyP51vqC1bQ4rp1EfXW5ZSH9w==", "dev": true, - "requires": { - "@jridgewell/trace-mapping": "^0.3.14", + "dependencies": { + "@jridgewell/trace-mapping": "^0.3.20", "jest-worker": "^27.4.5", "schema-utils": "^3.1.1", - "serialize-javascript": "^6.0.0", - "terser": "^5.14.1" + "serialize-javascript": "^6.0.1", + "terser": "^5.26.0" }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.1.0" + }, + "peerDependenciesMeta": { + "@swc/core": { + "optional": true }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true + "esbuild": { + "optional": true }, - "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } + "uglify-js": { + "optional": true } } }, - "test-exclude": { + "node_modules/terser-webpack-plugin/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/terser-webpack-plugin/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/terser-webpack-plugin/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/terser-webpack-plugin/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + } + }, + "node_modules/terser-webpack-plugin/node_modules/terser": { + "version": "5.27.0", + "resolved": "https://registry.npmjs.org/terser/-/terser-5.27.0.tgz", + "integrity": "sha512-bi1HRwVRskAjheeYl291n3JC4GgO/Ty4z1nVs5AAsmonJulGxpSektecnNedrwK9C7vpvVtcX3cw00VSLt7U2A==", + "dev": true, + "dependencies": { + "@jridgewell/source-map": "^0.3.3", + "acorn": "^8.8.2", + "commander": "^2.20.0", + "source-map-support": "~0.5.20" + }, + "bin": { + "terser": "bin/terser" + }, + "engines": { + "node": ">=10" + } + }, + "node_modules/test-exclude": { "version": "6.0.0", "resolved": "https://registry.npmjs.org/test-exclude/-/test-exclude-6.0.0.tgz", "integrity": "sha512-cAGWPIyOHU6zlmg88jwm7VRyXnMN7iV68OGAbYDk/Mh/xC/pzVPlQtY6ngoIH/5/tciuhGfvESU8GrHrcxD56w==", "dev": true, - "requires": { + "dependencies": { "@istanbuljs/schema": "^0.1.2", "glob": "^7.1.4", "minimatch": "^3.0.4" + }, + "engines": { + "node": ">=8" + } + }, + "node_modules/test-exclude/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" } }, - "text-table": { + "node_modules/text-table": { "version": "0.2.0", "resolved": "https://registry.npmjs.org/text-table/-/text-table-0.2.0.tgz", "integrity": "sha512-N+8UisAXDGk8PFXP4HAzVR9nbfmVJ3zYLAWiTIoqC5v5isinhr+r5uaO8+7r3BMfuNIufIsA7RdpVgacC2cSpw==", "dev": true }, - "through": { + "node_modules/through": { "version": "2.3.8", "resolved": "https://registry.npmjs.org/through/-/through-2.3.8.tgz", - "integrity": "sha1-DdTJ/6q8NXlgsbckEV1+Doai4fU=", + "integrity": "sha512-w89qg7PI8wAdvX60bMDP+bFoD5Dvhm9oLheFp5O4a2QF0cSBGsBX4qZmadPMvVqlLJBBci+WqGGOAPvcDeNSVg==", "dev": true }, - "through2": { + "node_modules/through2": { "version": "2.0.5", "resolved": "https://registry.npmjs.org/through2/-/through2-2.0.5.tgz", "integrity": "sha512-/mrRod8xqpA+IHSLyGCQ2s8SPHiCDEeQJSep1jqLYeEUClOFG2Qsh+4FU6G9VeqpZnGW/Su8LQGc4YKni5rYSQ==", "dev": true, - "requires": { + "dependencies": { "readable-stream": "~2.3.6", "xtend": "~4.0.1" } }, - "thunky": { + "node_modules/through2/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==", + "dev": true + }, + "node_modules/through2/node_modules/readable-stream": { + "version": "2.3.8", + "resolved": "https://registry.npmjs.org/readable-stream/-/readable-stream-2.3.8.tgz", + "integrity": "sha512-8p0AUk4XODgIewSi0l8Epjs+EVnWiK7NoDIEGU0HhE7+ZyY8D1IMY7odu5lRrFXGg71L15KG8QrPmum45RTtdA==", + "dev": true, + "dependencies": { + "core-util-is": "~1.0.0", + "inherits": "~2.0.3", + "isarray": "~1.0.0", + "process-nextick-args": "~2.0.0", + "safe-buffer": "~5.1.1", + "string_decoder": "~1.1.1", + "util-deprecate": "~1.0.1" + } + }, + "node_modules/through2/node_modules/safe-buffer": { + "version": "5.1.2", + "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", + "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==", + "dev": true + }, + "node_modules/through2/node_modules/string_decoder": { + "version": "1.1.1", + "resolved": "https://registry.npmjs.org/string_decoder/-/string_decoder-1.1.1.tgz", + "integrity": "sha512-n/ShnvDi6FHbbVfviro+WojiFzv+s8MPMHBczVePfUpDJLwoLT0ht1l4YwBCbi8pJAveEEdnkHyPyTP/mzRfwg==", + "dev": true, + "dependencies": { + "safe-buffer": "~5.1.0" + } + }, + "node_modules/thunky": { "version": "1.1.0", "resolved": "https://registry.npmjs.org/thunky/-/thunky-1.1.0.tgz", "integrity": "sha512-eHY7nBftgThBqOyHGVN+l8gF0BucP09fMo0oO/Lb0w1OF80dJv+lDVpXG60WMQvkcxAkNybKsrEIE3ZtKGmPrA==", "dev": true }, - "tmp": { - "version": "0.0.33", - "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", - "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", - "requires": { - "os-tmpdir": "~1.0.2" + "node_modules/tmp": { + "version": "0.2.1", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.2.1.tgz", + "integrity": "sha512-76SUhtfqR2Ijn+xllcI5P1oyannHNHByD80W1q447gU3mp9G9PSpGdWmjUOHRDPiHYacIk66W7ubDTuPF3BEtQ==", + "dependencies": { + "rimraf": "^3.0.0" + }, + "engines": { + "node": ">=8.17.0" } }, - "to-array": { + "node_modules/to-array": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/to-array/-/to-array-0.1.4.tgz", "integrity": "sha512-LhVdShQD/4Mk4zXNroIQZJC+Ap3zgLcDuwEdcmLv9CCO73NWockQDwyUnW/m8VX/EElfL6FcYx7EeutN4HJA6A==" }, - "to-fast-properties": { + "node_modules/to-fast-properties": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/to-fast-properties/-/to-fast-properties-2.0.0.tgz", "integrity": "sha512-/OaKK0xYrs3DmxRYqL/yDc+FxFUVYhDlXMhRmv3z915w2HF1tnN1omB354j8VUGO/hbRzyD6Y3sA7v7GS/ceog==", - "dev": true + "dev": true, + "engines": { + "node": ">=4" + } }, - "to-object-path": { + "node_modules/to-object-path": { "version": "0.3.0", "resolved": "https://registry.npmjs.org/to-object-path/-/to-object-path-0.3.0.tgz", - "integrity": "sha1-KXWIt7Dn4KwI4E5nL4XB9JmeF68=", - "requires": { + "integrity": "sha512-9mWHdnGRuh3onocaHzukyvCZhzvr6tiflAy/JRFXcJX0TjgfWA9pk9t8CMbzmBE4Jfw58pXbkngtBtqYxzNEyg==", + "dependencies": { "kind-of": "^3.0.2" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-object-path/node_modules/kind-of": { + "version": "3.2.2", + "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", + "integrity": "sha512-NOW9QQXMoZGg/oqnVNoNTTIFEIid1627WCffUBJEdMxYApq7mNE7CpzucIPc+ZQg25Phej7IJSmX3hO+oblOtQ==", "dependencies": { - "kind-of": { - "version": "3.2.2", - "resolved": "https://registry.npmjs.org/kind-of/-/kind-of-3.2.2.tgz", - "integrity": "sha1-MeohpzS6ubuw8yRm2JOupR5KPGQ=", - "requires": { - "is-buffer": "^1.1.5" - } - } + "is-buffer": "^1.1.5" + }, + "engines": { + "node": ">=0.10.0" } }, - "to-regex": { + "node_modules/to-regex": { "version": "3.0.2", "resolved": "https://registry.npmjs.org/to-regex/-/to-regex-3.0.2.tgz", "integrity": "sha512-FWtleNAtZ/Ki2qtqej2CXTOayOH9bHDQF+Q48VpWyDXjbYxA4Yz8iDB31zXOBUlOHHKidDbqGVrTUvQMPmBGBw==", - "requires": { + "dependencies": { "define-property": "^2.0.2", "extend-shallow": "^3.0.2", "regex-not": "^1.0.2", "safe-regex": "^1.1.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "to-regex-range": { - "version": "2.1.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-2.1.1.tgz", - "integrity": "sha1-fIDBe53+vlmeJzZ+DU3VWQFB2zg=", - "requires": { - "is-number": "^3.0.0", - "repeat-string": "^1.6.1" + "node_modules/to-regex-range": { + "version": "5.0.1", + "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", + "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", + "dependencies": { + "is-number": "^7.0.0" + }, + "engines": { + "node": ">=8.0" + } + }, + "node_modules/to-regex/node_modules/define-property": { + "version": "2.0.2", + "resolved": "https://registry.npmjs.org/define-property/-/define-property-2.0.2.tgz", + "integrity": "sha512-jwK2UV4cnPpbcG7+VRARKTZPUWowwXA8bzH5NP6ud0oeAxyYPuGZUAC7hMugpCdz4BeSZl2Dl9k66CHJ/46ZYQ==", + "dependencies": { + "is-descriptor": "^1.0.2", + "isobject": "^3.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/extend-shallow": { + "version": "3.0.2", + "resolved": "https://registry.npmjs.org/extend-shallow/-/extend-shallow-3.0.2.tgz", + "integrity": "sha512-BwY5b5Ql4+qZoefgMj2NUmx+tehVTH/Kf4k1ZEtOHNFcm2wSxMRo992l6X3TIgni2eZVTZ85xMOjF31fwZAj6Q==", + "dependencies": { + "assign-symbols": "^1.0.0", + "is-extendable": "^1.0.1" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/to-regex/node_modules/is-descriptor": { + "version": "1.0.3", + "resolved": "https://registry.npmjs.org/is-descriptor/-/is-descriptor-1.0.3.tgz", + "integrity": "sha512-JCNNGbwWZEVaSPtS45mdtrneRWJFp07LLmykxeFV5F6oBvNF8vHSfJuJgoT472pSfk+Mf8VnlrspaFBHWM8JAw==", + "dependencies": { + "is-accessor-descriptor": "^1.0.1", + "is-data-descriptor": "^1.0.1" + }, + "engines": { + "node": ">= 0.4" + } + }, + "node_modules/to-regex/node_modules/is-extendable": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/is-extendable/-/is-extendable-1.0.1.tgz", + "integrity": "sha512-arnXMxT1hhoKo9k1LZdmlNyJdDDfy2v0fXjFlmok4+i8ul/6WlbVge9bhM74OpNPQPMGUToDtz+KXa1PneJxOA==", + "dependencies": { + "is-plain-object": "^2.0.4" + }, + "engines": { + "node": ">=0.10.0" } }, - "toidentifier": { + "node_modules/toidentifier": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/toidentifier/-/toidentifier-1.0.1.tgz", - "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==" + "integrity": "sha512-o5sSPKEkg/DIQNmH43V0/uerLrpzVedkUh8tGNvaeXpfpuwjKenlSox/2O/BTlZUtEe+JG7s5YhEz608PlAHRA==", + "engines": { + "node": ">=0.6" + } }, - "tough-cookie": { + "node_modules/tough-cookie": { "version": "2.5.0", "resolved": "https://registry.npmjs.org/tough-cookie/-/tough-cookie-2.5.0.tgz", "integrity": "sha512-nlLsUzgm1kfLXSXfRZMc1KLAugd4hqJHDTvc2hDIwS3mZAfMEuMbc03SujMF+GEcpaX/qboeycw6iO8JwVv2+g==", "dev": true, - "requires": { + "dependencies": { "psl": "^1.1.28", "punycode": "^2.1.1" + }, + "engines": { + "node": ">=0.8" } }, - "tree-kill": { + "node_modules/tree-kill": { "version": "1.2.2", "resolved": "https://registry.npmjs.org/tree-kill/-/tree-kill-1.2.2.tgz", "integrity": "sha512-L0Orpi8qGpRG//Nd+H90vFB+3iHnue1zSSGmNOOCh1GLJ7rUKVwV2HvijphGQS2UmhUZewS9VgvxYIdgr+fG1A==", - "dev": true + "dev": true, + "bin": { + "tree-kill": "cli.js" + } }, - "ts-node": { + "node_modules/ts-node": { "version": "7.0.1", "resolved": "https://registry.npmjs.org/ts-node/-/ts-node-7.0.1.tgz", "integrity": "sha512-BVwVbPJRspzNh2yfslyT1PSbl5uIk03EZlb493RKHN4qej/D06n1cEhjlOJG69oFsE7OT8XjpTUcYf6pKTLMhw==", "dev": true, - "requires": { + "dependencies": { "arrify": "^1.0.0", "buffer-from": "^1.1.0", "diff": "^3.1.0", @@ -13223,399 +17162,768 @@ "mkdirp": "^0.5.1", "source-map-support": "^0.5.6", "yn": "^2.0.0" + }, + "bin": { + "ts-node": "dist/bin.js" + }, + "engines": { + "node": ">=4.2.0" } }, - "tsconfig-paths": { - "version": "3.14.1", - "resolved": "https://registry.npmjs.org/tsconfig-paths/-/tsconfig-paths-3.14.1.tgz", - "integrity": "sha512-fxDhWnFSLt3VuTwtvJt5fpwxBHg5AdKWMsgcPOOIilyjymcYVZoCQF8fvFRezCNfblEXmi+PcM1eYHeOAgXCOQ==", - "dev": true, - "requires": { - "@types/json5": "^0.0.29", - "json5": "^1.0.1", - "minimist": "^1.2.6", - "strip-bom": "^3.0.0" - }, - "dependencies": { - "json5": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/json5/-/json5-1.0.1.tgz", - "integrity": "sha512-aKS4WQjPenRxiQsC93MNfjx+nbF4PAdYzmd/1JIj8HYzqfbu86beTuNgXDzPknWk0n0uARlyewZo4s++ES36Ow==", - "dev": true, - "requires": { - "minimist": "^1.2.0" - } - } + "node_modules/ts-node/node_modules/mkdirp": { + "version": "0.5.6", + "resolved": "https://registry.npmjs.org/mkdirp/-/mkdirp-0.5.6.tgz", + "integrity": "sha512-FP+p8RB8OWpF3YZBCrP5gtADmtXApB5AMLn+vdyA+PyxCjrCs00mjyUozssO33cwDeT3wNGdLxJ5M//YqtHAJw==", + "dev": true, + "dependencies": { + "minimist": "^1.2.6" + }, + "bin": { + "mkdirp": "bin/cmd.js" } }, - "tsickle": { + "node_modules/tsickle": { "version": "0.39.1", "resolved": "https://registry.npmjs.org/tsickle/-/tsickle-0.39.1.tgz", "integrity": "sha512-CCc9cZhZbKoNizVM+K3Uqgit/go8GacjpqTv1cpwG/n2P0gB9GMoWZbxrUULDE9Wz26Lh86CGf6QyIPUVV1lnQ==", - "dev": true + "dev": true, + "peerDependencies": { + "typescript": "~3.9.5" + } }, - "tslib": { - "version": "2.4.0", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", - "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" + "node_modules/tslib": { + "version": "2.6.2", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.6.2.tgz", + "integrity": "sha512-AEYxH93jGFPn/a2iVAwW87VuUIkR1FVUKB77NwMF7nBTDkDrrT/Hpt/IrCJ0QXhW27jTBDcf5ZY7w6RiqTMw2Q==" }, - "tsutils": { + "node_modules/tsutils": { "version": "3.21.0", "resolved": "https://registry.npmjs.org/tsutils/-/tsutils-3.21.0.tgz", "integrity": "sha512-mHKK3iUXL+3UF6xL5k0PEhKRUBKPBCv/+RkEOpjRWxxx27KKRBmmA60A9pgOUvMi8GKhRMPEmjBRPzs2W7O1OA==", "dev": true, - "requires": { + "dependencies": { "tslib": "^1.8.1" }, + "engines": { + "node": ">= 6" + }, + "peerDependencies": { + "typescript": ">=2.8.0 || >= 3.2.0-dev || >= 3.3.0-dev || >= 3.4.0-dev || >= 3.5.0-dev || >= 3.6.0-dev || >= 3.6.0-beta || >= 3.7.0-dev || >= 3.7.0-beta" + } + }, + "node_modules/tsutils/node_modules/tslib": { + "version": "1.14.1", + "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", + "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", + "dev": true + }, + "node_modules/tuf-js": { + "version": "1.1.7", + "resolved": "https://registry.npmjs.org/tuf-js/-/tuf-js-1.1.7.tgz", + "integrity": "sha512-i3P9Kgw3ytjELUfpuKVDNBJvk4u5bXL6gskv572mcevPbSKCV3zt3djhmlEQ65yERjIbOSncy7U4cQJaB1CBCg==", + "dev": true, + "dependencies": { + "@tufjs/models": "1.0.4", + "debug": "^4.3.4", + "make-fetch-happen": "^11.1.1" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/tuf-js/node_modules/lru-cache": { + "version": "7.18.3", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-7.18.3.tgz", + "integrity": "sha512-jumlc0BIUrS3qJGgIkWZsyfAM7NCWiBcCDhnd+3NNM5KbBmLTgHVfWBcg6W+rLUsIpzpERPsvwUP7CckAQSOoA==", + "dev": true, + "engines": { + "node": ">=12" + } + }, + "node_modules/tuf-js/node_modules/make-fetch-happen": { + "version": "11.1.1", + "resolved": "https://registry.npmjs.org/make-fetch-happen/-/make-fetch-happen-11.1.1.tgz", + "integrity": "sha512-rLWS7GCSTcEujjVBs2YqG7Y4643u8ucvCJeSRqiLYhesrDuzeuFIk37xREzAsfQaqzl8b9rNCE4m6J8tvX4Q8w==", + "dev": true, "dependencies": { - "tslib": { - "version": "1.14.1", - "resolved": "https://registry.npmjs.org/tslib/-/tslib-1.14.1.tgz", - "integrity": "sha512-Xni35NKzjgMrwevysHTCArtLDpPvye8zV/0E4EyYn43P7/7qvQwPh9BGkHewbMulVntbigmcT7rdX3BNo9wRJg==", - "dev": true - } + "agentkeepalive": "^4.2.1", + "cacache": "^17.0.0", + "http-cache-semantics": "^4.1.1", + "http-proxy-agent": "^5.0.0", + "https-proxy-agent": "^5.0.0", + "is-lambda": "^1.0.1", + "lru-cache": "^7.7.1", + "minipass": "^5.0.0", + "minipass-fetch": "^3.0.0", + "minipass-flush": "^1.0.5", + "minipass-pipeline": "^1.2.4", + "negotiator": "^0.6.3", + "promise-retry": "^2.0.1", + "socks-proxy-agent": "^7.0.0", + "ssri": "^10.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + } + }, + "node_modules/tuf-js/node_modules/minipass": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-5.0.0.tgz", + "integrity": "sha512-3FnjYuehv9k6ovOEbyOswadCDPX1piCfhV8ncmYtHOjuPwylVWsghTLo7rabjC3Rx5xD4HDx8Wm1xnMF7S5qFQ==", + "dev": true, + "engines": { + "node": ">=8" + } + }, + "node_modules/tuf-js/node_modules/minipass-fetch": { + "version": "3.0.4", + "resolved": "https://registry.npmjs.org/minipass-fetch/-/minipass-fetch-3.0.4.tgz", + "integrity": "sha512-jHAqnA728uUpIaFm7NWsCnqKT6UqZz7GcI/bDpPATuwYyKwJwW0remxSCxUlKiEty+eopHGa3oc8WxgQ1FFJqg==", + "dev": true, + "dependencies": { + "minipass": "^7.0.3", + "minipass-sized": "^1.0.3", + "minizlib": "^2.1.2" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" + }, + "optionalDependencies": { + "encoding": "^0.1.13" + } + }, + "node_modules/tuf-js/node_modules/minipass-fetch/node_modules/minipass": { + "version": "7.0.4", + "resolved": "https://registry.npmjs.org/minipass/-/minipass-7.0.4.tgz", + "integrity": "sha512-jYofLM5Dam9279rdkWzqHozUo4ybjdZmCsDHePy5V/PbBcVMiSZR97gmAy45aqi8CK1lG2ECd356FU86avfwUQ==", + "dev": true, + "engines": { + "node": ">=16 || 14 >=14.17" } }, - "tunnel-agent": { + "node_modules/tunnel-agent": { "version": "0.6.0", "resolved": "https://registry.npmjs.org/tunnel-agent/-/tunnel-agent-0.6.0.tgz", - "integrity": "sha1-J6XeoGs2sEoKmWZ3SykIaPD8QP0=", + "integrity": "sha512-McnNiV1l8RYeY8tBgEpuodCC1mLUdbSN+CYBL7kJsJNInOP8UjDDEwdk6Mw60vdLLrr5NHKZhMAOSrR2NZuQ+w==", "dev": true, - "requires": { + "dependencies": { "safe-buffer": "^5.0.1" + }, + "engines": { + "node": "*" } }, - "tweetnacl": { + "node_modules/tweetnacl": { "version": "0.14.5", "resolved": "https://registry.npmjs.org/tweetnacl/-/tweetnacl-0.14.5.tgz", - "integrity": "sha1-WuaBd/GS1EViadEIr6k/+HQ/T2Q=", + "integrity": "sha512-KXXFFdAbFXY4geFIwoyNK+f5Z1b7swfXABfL7HXCmoIWMKU3dmS26672A4EeQtDzLKy7SXmfBu51JolvEKwtGA==", "dev": true }, - "type-check": { + "node_modules/type-check": { "version": "0.4.0", "resolved": "https://registry.npmjs.org/type-check/-/type-check-0.4.0.tgz", "integrity": "sha512-XleUoc9uwGXqjWwXaUTZAmzMcFZ5858QA2vvx1Ur5xIcixXIP+8LnFDgRplU30us6teqdlskFfu+ae4K79Ooew==", "dev": true, - "requires": { + "dependencies": { "prelude-ls": "^1.2.1" + }, + "engines": { + "node": ">= 0.8.0" } }, - "type-fest": { + "node_modules/type-fest": { "version": "0.21.3", "resolved": "https://registry.npmjs.org/type-fest/-/type-fest-0.21.3.tgz", "integrity": "sha512-t0rzBq87m3fVcduHDUFhKmyyX+9eo6WQjZvf51Ea/M0Q7+T374Jp1aUiyUl0GKxp8M/OETVHSDvmkyPgvX+X2w==", - "dev": true + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "type-is": { + "node_modules/type-is": { "version": "1.6.18", "resolved": "https://registry.npmjs.org/type-is/-/type-is-1.6.18.tgz", "integrity": "sha512-TkRKr9sUTxEH8MdfuCSP7VizJyzRNMjj2J2do2Jr3Kym598JVdEksuzPQCnlFPW4ky9Q+iA+ma9BGm06XQBy8g==", - "requires": { + "dependencies": { "media-typer": "0.3.0", "mime-types": "~2.1.24" + }, + "engines": { + "node": ">= 0.6" } }, - "typed-assert": { + "node_modules/typed-assert": { "version": "1.0.9", "resolved": "https://registry.npmjs.org/typed-assert/-/typed-assert-1.0.9.tgz", "integrity": "sha512-KNNZtayBCtmnNmbo5mG47p1XsCyrx6iVqomjcZnec/1Y5GGARaxPs6r49RnSPeUP3YjNYiU9sQHAtY4BBvnZwg==", "dev": true }, - "typescript": { - "version": "4.6.4", - "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.6.4.tgz", - "integrity": "sha512-9ia/jWHIEbo49HfjrLGfKbZSuWo9iTMwXO+Ca3pRsSpbsMbc7/IU8NKdCZVRRBafVPGnoJeFL76ZOAA84I9fEg==", - "dev": true - }, - "ua-parser-js": { - "version": "0.7.31", - "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.31.tgz", - "integrity": "sha512-qLK/Xe9E2uzmYI3qLeOmI0tEOt+TBBQyUIAh4aAgU05FVYzeZrKUdkAZfBNVGRaHVgV0TDkdEngJSw/SyQchkQ==", - "dev": true + "node_modules/typescript": { + "version": "4.9.5", + "resolved": "https://registry.npmjs.org/typescript/-/typescript-4.9.5.tgz", + "integrity": "sha512-1FXk9E2Hm+QzZQ7z+McJiHL4NW1F2EzMu9Nq9i3zAaGqibafqYwCVU6WyWAuyQRRzOlxou8xZSyXLEN8oKj24g==", + "dev": true, + "bin": { + "tsc": "bin/tsc", + "tsserver": "bin/tsserver" + }, + "engines": { + "node": ">=4.2.0" + } + }, + "node_modules/ua-parser-js": { + "version": "0.7.37", + "resolved": "https://registry.npmjs.org/ua-parser-js/-/ua-parser-js-0.7.37.tgz", + "integrity": "sha512-xV8kqRKM+jhMvcHWUKthV9fNebIzrNy//2O9ZwWcfiBFR5f25XVZPLlEajk/sf3Ra15V92isyQqnIEXRDaZWEA==", + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/ua-parser-js" + }, + { + "type": "paypal", + "url": "https://paypal.me/faisalman" + }, + { + "type": "github", + "url": "https://github.com/sponsors/faisalman" + } + ], + "engines": { + "node": "*" + } }, - "ultron": { + "node_modules/ultron": { "version": "1.1.1", "resolved": "https://registry.npmjs.org/ultron/-/ultron-1.1.1.tgz", "integrity": "sha512-UIEXBNeYmKptWH6z8ZnqTeS8fV74zG0/eRU9VGkpzz+LIJNs8W/zM/L+7ctCkRrgbNnnR0xxw4bKOr0cW0N0Og==" }, - "unicode-canonical-property-names-ecmascript": { + "node_modules/unicode-canonical-property-names-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-canonical-property-names-ecmascript/-/unicode-canonical-property-names-ecmascript-2.0.0.tgz", "integrity": "sha512-yY5PpDlfVIU5+y/BSCxAJRBIS1Zc2dDG3Ujq+sR0U+JjUevW2JhocOF+soROYDSaAezOzOKuyyixhD6mBknSmQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=4" + } }, - "unicode-match-property-ecmascript": { + "node_modules/unicode-match-property-ecmascript": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/unicode-match-property-ecmascript/-/unicode-match-property-ecmascript-2.0.0.tgz", "integrity": "sha512-5kaZCrbp5mmbz5ulBkDkbY0SsPOjKqVS35VpL9ulMPfSl0J0Xsm+9Evphv9CoIZFwre7aJoa94AY6seMKGVN5Q==", "dev": true, - "requires": { + "dependencies": { "unicode-canonical-property-names-ecmascript": "^2.0.0", "unicode-property-aliases-ecmascript": "^2.0.0" + }, + "engines": { + "node": ">=4" } }, - "unicode-match-property-value-ecmascript": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.0.0.tgz", - "integrity": "sha512-7Yhkc0Ye+t4PNYzOGKedDhXbYIBe1XEQYQxOPyhcXNMJ0WCABqqj6ckydd6pWRZTHV4GuCPKdBAUiMc60tsKVw==", - "dev": true + "node_modules/unicode-match-property-value-ecmascript": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/unicode-match-property-value-ecmascript/-/unicode-match-property-value-ecmascript-2.1.0.tgz", + "integrity": "sha512-qxkjQt6qjg/mYscYMC0XKRn3Rh0wFPlfxB0xkt9CfyTvpX1Ra0+rAmdX2QyAobptSEvuy4RtpPRui6XkV+8wjA==", + "dev": true, + "engines": { + "node": ">=4" + } }, - "unicode-property-aliases-ecmascript": { + "node_modules/unicode-property-aliases-ecmascript": { "version": "2.1.0", "resolved": "https://registry.npmjs.org/unicode-property-aliases-ecmascript/-/unicode-property-aliases-ecmascript-2.1.0.tgz", "integrity": "sha512-6t3foTQI9qne+OZoVQB/8x8rk2k1eVy1gRXhV3oFQ5T6R1dqQ1xtin3XqSlx3+ATBkliTaR/hHyJBm+LVPNM8w==", - "dev": true + "dev": true, + "engines": { + "node": ">=4" + } }, - "union-value": { + "node_modules/union-value": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/union-value/-/union-value-1.0.1.tgz", "integrity": "sha512-tJfXmxMeWYnczCVs7XAEvIV7ieppALdyepWMkHkwciRpZraG/xwT+s2JN8+pr1+8jCRf80FFzvr+MpQeeoF4Xg==", - "requires": { + "dependencies": { "arr-union": "^3.1.0", "get-value": "^2.0.6", "is-extendable": "^0.1.1", "set-value": "^2.0.1" + }, + "engines": { + "node": ">=0.10.0" } }, - "unique-filename": { - "version": "1.1.1", - "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-1.1.1.tgz", - "integrity": "sha512-Vmp0jIp2ln35UTXuryvjzkjGdRyf9b2lTXuSYUiPmzRcl3FDtYqAwOnTJkAngD9SWhnoJzDbTKwaOrZ+STtxNQ==", + "node_modules/unique-filename": { + "version": "3.0.0", + "resolved": "https://registry.npmjs.org/unique-filename/-/unique-filename-3.0.0.tgz", + "integrity": "sha512-afXhuC55wkAmZ0P18QsVE6kp8JaxrEokN2HGIoIVv2ijHQd419H0+6EigAFcIzXeMIkcIkNBpB3L/DXB3cTS/g==", "dev": true, - "requires": { - "unique-slug": "^2.0.0" + "dependencies": { + "unique-slug": "^4.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "unique-slug": { - "version": "2.0.2", - "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-2.0.2.tgz", - "integrity": "sha512-zoWr9ObaxALD3DOPfjPSqxt4fnZiWblxHIgeWqW8x7UqDzEtHEQLzji2cuJYQFCU6KmoJikOYAZlrTHHebjx2w==", + "node_modules/unique-slug": { + "version": "4.0.0", + "resolved": "https://registry.npmjs.org/unique-slug/-/unique-slug-4.0.0.tgz", + "integrity": "sha512-WrcA6AyEfqDX5bWige/4NQfPZMtASNVxdmWR76WESYQVAACSgWcR6e9i0mofqqBxYFtL4oAxPIptY73/0YE1DQ==", "dev": true, - "requires": { + "dependencies": { "imurmurhash": "^0.1.4" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "universalify": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.0.tgz", - "integrity": "sha512-hAZsKq7Yy11Zu1DE0OzWjw7nnLZmJZYTDZZyEFHZdUhV8FkH5MCfoU1XMaxXovpyW5nq5scPqq0ZDP9Zyl04oQ==", - "dev": true + "node_modules/universalify": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/universalify/-/universalify-2.0.1.tgz", + "integrity": "sha512-gptHNQghINnc/vTGIk0SOFGFNXw7JVrlRUtConJRlvaw6DuX0wO5Jeko9sWrMBhh+PsYAZ7oXAiOnf/UKogyiw==", + "dev": true, + "engines": { + "node": ">= 10.0.0" + } }, - "unpipe": { + "node_modules/unpipe": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unpipe/-/unpipe-1.0.0.tgz", - "integrity": "sha1-sr9O6FFKrmFltIF4KdIbLvSZBOw=" + "integrity": "sha512-pjy2bYhSsufwWlKwPc+l3cN7+wuJlK6uz0YdJEOlQDbl6jo/YlPi4mb8agUkVC8BF7V8NuzeyPNqRksA3hztKQ==", + "engines": { + "node": ">= 0.8" + } }, - "unset-value": { + "node_modules/unset-value": { "version": "1.0.0", "resolved": "https://registry.npmjs.org/unset-value/-/unset-value-1.0.0.tgz", - "integrity": "sha1-g3aHP30jNRef+x5vw6jtDfyKtVk=", - "requires": { + "integrity": "sha512-PcA2tsuGSF9cnySLHTLSh2qrQiJ70mn+r+Glzxv2TWZblxsxCC52BDlZoPCsz7STd9pN7EZetkWZBAvk4cgZdQ==", + "dependencies": { "has-value": "^0.3.1", "isobject": "^3.0.0" }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value": { + "version": "0.3.1", + "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", + "integrity": "sha512-gpG936j8/MzaeID5Yif+577c17TxaDmhuyVgSwtnL/q8UUTySg8Mecb+8Cf1otgLoD7DDH75axp86ER7LFsf3Q==", + "dependencies": { + "get-value": "^2.0.3", + "has-values": "^0.1.4", + "isobject": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-value/node_modules/isobject": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", + "integrity": "sha512-+OUdGJlgjOBZDfxnDjYYG6zp487z0JGNQq3cYQYg5f5hKR+syHMsaztzGeml/4kGG55CSpKSpWTY+jYGgsHLgA==", "dependencies": { - "has-value": { - "version": "0.3.1", - "resolved": "https://registry.npmjs.org/has-value/-/has-value-0.3.1.tgz", - "integrity": "sha1-ex9YutpiyoJ+wKIHgCVlSEWZXh8=", - "requires": { - "get-value": "^2.0.3", - "has-values": "^0.1.4", - "isobject": "^2.0.0" - }, - "dependencies": { - "isobject": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/isobject/-/isobject-2.1.0.tgz", - "integrity": "sha1-8GVWEJaj8dou9GJy+BXIQNh+DIk=", - "requires": { - "isarray": "1.0.0" - } - } - } - }, - "has-values": { - "version": "0.1.4", - "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", - "integrity": "sha1-bWHeldkd/Km5oCCJrThL/49it3E=" - } + "isarray": "1.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/unset-value/node_modules/has-values": { + "version": "0.1.4", + "resolved": "https://registry.npmjs.org/has-values/-/has-values-0.1.4.tgz", + "integrity": "sha512-J8S0cEdWuQbqD9//tlZxiMuMNmxB8PlEwvYwuxsTmR1G5RXUePEX/SJn7aD0GMLieuZYSwNH0cQuJGwnYunXRQ==", + "engines": { + "node": ">=0.10.0" } }, - "untildify": { + "node_modules/unset-value/node_modules/isarray": { + "version": "1.0.0", + "resolved": "https://registry.npmjs.org/isarray/-/isarray-1.0.0.tgz", + "integrity": "sha512-VLghIWNM6ELQzo7zwmcg0NmTVyWKYjvIeM83yjp0wRDTmUnrM678fQbcKBo6n2CJEF0szoG//ytg+TKla89ALQ==" + }, + "node_modules/untildify": { "version": "4.0.0", "resolved": "https://registry.npmjs.org/untildify/-/untildify-4.0.0.tgz", "integrity": "sha512-KK8xQ1mkzZeg9inewmFVDNkg3l5LUhoq9kN6iWYB/CC9YMG8HA+c1Q8HwDe6dEX7kErrEVNVBO3fWsVq5iDgtw==", - "dev": true + "dev": true, + "engines": { + "node": ">=8" + } }, - "upath": { + "node_modules/upath": { "version": "1.2.0", "resolved": "https://registry.npmjs.org/upath/-/upath-1.2.0.tgz", - "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==" + "integrity": "sha512-aZwGpamFO61g3OlfT7OQCHqhGnW43ieH9WZeP7QxN/G/jS4jfqUkZxoryvJgVPEcrl5NL/ggHsSmLMHuH64Lhg==", + "engines": { + "node": ">=4", + "yarn": "*" + } }, - "update-browserslist-db": { - "version": "1.0.10", - "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.10.tgz", - "integrity": "sha512-OztqDenkfFkbSG+tRxBeAnCVPckDBcvibKd35yDONx6OU8N7sqgwc7rCbkJ/WcYtVRZ4ba68d6byhC21GFh7sQ==", + "node_modules/update-browserslist-db": { + "version": "1.0.13", + "resolved": "https://registry.npmjs.org/update-browserslist-db/-/update-browserslist-db-1.0.13.tgz", + "integrity": "sha512-xebP81SNcPuNpPP3uzeW1NYXxI3rxyJzF3pD6sH4jE7o/IX+WtSpwnVU+qIsDPyk0d3hmFQ7mjqc6AtV604hbg==", "dev": true, - "requires": { + "funding": [ + { + "type": "opencollective", + "url": "https://opencollective.com/browserslist" + }, + { + "type": "tidelift", + "url": "https://tidelift.com/funding/github/npm/browserslist" + }, + { + "type": "github", + "url": "https://github.com/sponsors/ai" + } + ], + "dependencies": { "escalade": "^3.1.1", "picocolors": "^1.0.0" + }, + "bin": { + "update-browserslist-db": "cli.js" + }, + "peerDependencies": { + "browserslist": ">= 4.21.0" } }, - "uri-js": { + "node_modules/uri-js": { "version": "4.4.1", "resolved": "https://registry.npmjs.org/uri-js/-/uri-js-4.4.1.tgz", "integrity": "sha512-7rKUyy33Q1yc98pQ1DAmLtwX109F7TIfWlW1Ydo8Wl1ii1SeHieeh0HHfPeL2fMXK6z0s8ecKs9frCuLJvndBg==", "dev": true, - "requires": { + "dependencies": { "punycode": "^2.1.0" } }, - "urix": { + "node_modules/urix": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/urix/-/urix-0.1.0.tgz", - "integrity": "sha1-2pN/emLiH+wf0Y1Js1wpNQZ6bHI=" + "integrity": "sha512-Am1ousAhSLBeB9cG/7k7r2R0zj50uDRlZHPGbazid5s9rlF1F/QKYObEKSIunSjIOkJZqwRRLpvewjEkM7pSqg==", + "deprecated": "Please see https://github.com/lydell/urix#deprecated" }, - "use": { + "node_modules/use": { "version": "3.1.1", "resolved": "https://registry.npmjs.org/use/-/use-3.1.1.tgz", - "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==" + "integrity": "sha512-cwESVXlO3url9YWlFW/TA9cshCEhtu7IKJ/p5soJ/gGpj7vbvFrAY/eIioQ6Dw23KjZhYgiIo8HOs1nQ2vr/oQ==", + "engines": { + "node": ">=0.10.0" + } }, - "useragent": { + "node_modules/useragent": { "version": "2.3.0", "resolved": "https://registry.npmjs.org/useragent/-/useragent-2.3.0.tgz", "integrity": "sha512-4AoH4pxuSvHCjqLO04sU6U/uE65BYza8l/KKBS0b0hnUPWi+cQ2BpeTEwejCSx9SPV5/U03nniDTrWx5NrmKdw==", - "requires": { + "dependencies": { "lru-cache": "4.1.x", "tmp": "0.0.x" } }, - "util-deprecate": { + "node_modules/useragent/node_modules/lru-cache": { + "version": "4.1.5", + "resolved": "https://registry.npmjs.org/lru-cache/-/lru-cache-4.1.5.tgz", + "integrity": "sha512-sWZlbEP2OsHNkXrMl5GYk/jKk70MBng6UU4YI/qGDYbgf6YbP4EvmqISbXCoJiRKs+1bSpFHVgQxvJ17F2li5g==", + "dependencies": { + "pseudomap": "^1.0.2", + "yallist": "^2.1.2" + } + }, + "node_modules/useragent/node_modules/tmp": { + "version": "0.0.33", + "resolved": "https://registry.npmjs.org/tmp/-/tmp-0.0.33.tgz", + "integrity": "sha512-jRCJlojKnZ3addtTOjdIqoRuPEKBvNXcGYqzO6zWZX8KfKEpnGY5jfggJQ3EjKuu8D4bJRr0y+cYJFmYbImXGw==", + "dependencies": { + "os-tmpdir": "~1.0.2" + }, + "engines": { + "node": ">=0.6.0" + } + }, + "node_modules/useragent/node_modules/yallist": { + "version": "2.1.2", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", + "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + }, + "node_modules/util-deprecate": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/util-deprecate/-/util-deprecate-1.0.2.tgz", - "integrity": "sha1-RQ1Nyfpw3nMnYvvS1KKJgUGaDM8=" + "integrity": "sha512-EPD5q1uXyFxJpCrLnCc1nHnq3gOa6DZBocAIiI2TaSCA7VCJ1UJDMagCzIkXNsUYfD1daK//LTEQ8xiIbrHtcw==" }, - "utils-merge": { + "node_modules/utils-merge": { "version": "1.0.1", "resolved": "https://registry.npmjs.org/utils-merge/-/utils-merge-1.0.1.tgz", - "integrity": "sha1-n5VxD1CiZ5R7LMwSR0HBAoQn5xM=" - }, - "uuid": { - "version": "8.3.2", - "resolved": "https://registry.npmjs.org/uuid/-/uuid-8.3.2.tgz", - "integrity": "sha512-+NYs2QeMWy+GWFOEm9xnn6HCDp0l7QBD7ml8zLUmJ+93Q5NF0NocErnwkTkXVFNiX3/fpC6afS8Dhb/gz7R7eg==", - "dev": true + "integrity": "sha512-pMZTvIkT1d+TFGvDOqodOclx0QWkkgi6Tdoa8gC8ffGAAqz9pzPTZWAybbsHHoED/ztMtkv/VoYTYyShUn81hA==", + "engines": { + "node": ">= 0.4.0" + } }, - "v8-compile-cache": { - "version": "2.3.0", - "resolved": "https://registry.npmjs.org/v8-compile-cache/-/v8-compile-cache-2.3.0.tgz", - "integrity": "sha512-l8lCEmLcLYZh4nbunNZvQCJc5pv7+RCwa8q/LdUx8u7lsWvPDKmpodJAJNwkAhJC//dFY48KuIEmjtd4RViDrA==", - "dev": true + "node_modules/uuid": { + "version": "3.4.0", + "resolved": "https://registry.npmjs.org/uuid/-/uuid-3.4.0.tgz", + "integrity": "sha512-HjSDRw6gZE5JMggctHBcjVak08+KEVhSIiDzFnT9S9aegmp85S/bReBVTb4QTFaRNptJ9kuYaNhnbNEOkbKb/A==", + "deprecated": "Please upgrade to version 7 or higher. Older versions may use Math.random() in certain circumstances, which is known to be problematic. See https://v8.dev/blog/math-random for details.", + "dev": true, + "bin": { + "uuid": "bin/uuid" + } }, - "validate-npm-package-license": { + "node_modules/validate-npm-package-license": { "version": "3.0.4", "resolved": "https://registry.npmjs.org/validate-npm-package-license/-/validate-npm-package-license-3.0.4.tgz", "integrity": "sha512-DpKm2Ui/xN7/HQKCtpZxoRWBhZ9Z0kqtygG8XCgNQ8ZlDnxuQmWhj566j8fN4Cu3/JmbhsDo7fcAJq4s9h27Ew==", "dev": true, - "requires": { + "dependencies": { "spdx-correct": "^3.0.0", "spdx-expression-parse": "^3.0.0" } }, - "validate-npm-package-name": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-4.0.0.tgz", - "integrity": "sha512-mzR0L8ZDktZjpX4OB46KT+56MAhl4EIazWP/+G/HPGuvfdaqg4YsCdtOm6U9+LOFyYDoh4dpnpxZRB9MQQns5Q==", + "node_modules/validate-npm-package-name": { + "version": "5.0.0", + "resolved": "https://registry.npmjs.org/validate-npm-package-name/-/validate-npm-package-name-5.0.0.tgz", + "integrity": "sha512-YuKoXDAhBYxY7SfOKxHBDoSyENFeW5VvIIQp2TGQuit8gpK6MnWaQelBKxso72DoxTZfZdcP3W90LqpSkgPzLQ==", "dev": true, - "requires": { + "dependencies": { "builtins": "^5.0.0" + }, + "engines": { + "node": "^14.17.0 || ^16.13.0 || >=18.0.0" } }, - "vary": { + "node_modules/vary": { "version": "1.1.2", "resolved": "https://registry.npmjs.org/vary/-/vary-1.1.2.tgz", "integrity": "sha512-BNGbWLfd0eUPabhkXUVm0j8uuvREyTh5ovRa/dyow/BqAbZJyC+5fU+IzQOzmAKzYqYRAISoRhdQr3eIZ/PXqg==", - "dev": true + "engines": { + "node": ">= 0.8" + } }, - "verror": { + "node_modules/verror": { "version": "1.10.0", "resolved": "https://registry.npmjs.org/verror/-/verror-1.10.0.tgz", - "integrity": "sha1-OhBcoXBTr1XW4nDB+CiGguGNpAA=", + "integrity": "sha512-ZZKSmDAEFOijERBLkmYfJ+vmk3w+7hOLYDNkRCuRuMJGEmqYNCNLyBBFwWKVMhfwaEF3WOd0Zlw86U/WC/+nYw==", "dev": true, - "requires": { + "engines": [ + "node >=0.6.0" + ], + "dependencies": { "assert-plus": "^1.0.0", "core-util-is": "1.0.2", "extsprintf": "^1.2.0" - }, - "dependencies": { - "core-util-is": { - "version": "1.0.2", - "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", - "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", - "dev": true - } } }, - "void-elements": { + "node_modules/verror/node_modules/core-util-is": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/core-util-is/-/core-util-is-1.0.2.tgz", + "integrity": "sha512-3lqz5YjWTYnW6dlDa5TLaTCcShfar1e40rmcJVwCBJC6mWlFuj0eCHIElmG1g5kyuJ/GD+8Wn4FFCcz4gJPfaQ==", + "dev": true + }, + "node_modules/void-elements": { "version": "2.0.1", "resolved": "https://registry.npmjs.org/void-elements/-/void-elements-2.0.1.tgz", - "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==" + "integrity": "sha512-qZKX4RnBzH2ugr8Lxa7x+0V6XD9Sb/ouARtiasEQCHB1EVU4NXtmHsDDrx1dO4ne5fc3J6EW05BP1Dl0z0iung==", + "engines": { + "node": ">=0.10.0" + } }, - "watch": { + "node_modules/watch": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/watch/-/watch-1.0.2.tgz", - "integrity": "sha1-NApxe952Vyb6CqB9ch4BR6VR3ww=", + "integrity": "sha512-1u+Z5n9Jc1E2c7qDO8SinPoZuHj7FgbgU1olSFoyaklduDvvtX7GMMtlE6OC9FTXq4KvNAOfj6Zu4vI1e9bAKA==", "dev": true, - "requires": { + "dependencies": { "exec-sh": "^0.2.0", "minimist": "^1.2.0" + }, + "bin": { + "watch": "cli.js" + }, + "engines": { + "node": ">=0.1.95" } }, - "watchpack": { + "node_modules/watchpack": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/watchpack/-/watchpack-2.4.0.tgz", "integrity": "sha512-Lcvm7MGST/4fup+ifyKi2hjyIAwcdI4HRgtvTpIUxBRhB+RFtUh8XtDOxUfctVCnhVi+QQj49i91OyvzkJl6cg==", "dev": true, - "requires": { + "dependencies": { "glob-to-regexp": "^0.4.1", "graceful-fs": "^4.1.2" + }, + "engines": { + "node": ">=10.13.0" } }, - "wbuf": { + "node_modules/wbuf": { "version": "1.7.3", "resolved": "https://registry.npmjs.org/wbuf/-/wbuf-1.7.3.tgz", "integrity": "sha512-O84QOnr0icsbFGLS0O3bI5FswxzRr8/gHwWkDlQFskhSPryQXvrTMxjxGP4+iWYoauLoBvfDpkrOauZ+0iZpDA==", "dev": true, - "requires": { + "dependencies": { "minimalistic-assert": "^1.0.0" } }, - "wcwidth": { - "version": "1.0.1", - "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", - "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "node_modules/wcwidth": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/wcwidth/-/wcwidth-1.0.1.tgz", + "integrity": "sha512-XHPEwS0q6TaxcvG85+8EYkbiCux2XtWG2mkc47Ng2A77BQu9+DqIOJldST4HgPkuea7dvKSj5VgX3P1d4rW8Tg==", + "dev": true, + "dependencies": { + "defaults": "^1.0.3" + } + }, + "node_modules/webdriver-js-extender": { + "version": "2.1.0", + "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", + "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", + "dev": true, + "dependencies": { + "@types/selenium-webdriver": "^3.0.0", + "selenium-webdriver": "^3.0.1" + }, + "engines": { + "node": ">=6.9.x" + } + }, + "node_modules/webdriver-manager": { + "version": "12.1.9", + "resolved": "https://registry.npmjs.org/webdriver-manager/-/webdriver-manager-12.1.9.tgz", + "integrity": "sha512-Yl113uKm8z4m/KMUVWHq1Sjtla2uxEBtx2Ue3AmIlnlPAKloDn/Lvmy6pqWCUersVISpdMeVpAaGbNnvMuT2LQ==", + "dev": true, + "dependencies": { + "adm-zip": "^0.5.2", + "chalk": "^1.1.1", + "del": "^2.2.0", + "glob": "^7.0.3", + "ini": "^1.3.4", + "minimist": "^1.2.0", + "q": "^1.4.1", + "request": "^2.87.0", + "rimraf": "^2.5.2", + "semver": "^5.3.0", + "xml2js": "^0.4.17" + }, + "bin": { + "webdriver-manager": "bin/webdriver-manager" + }, + "engines": { + "node": ">=6.9.x" + } + }, + "node_modules/webdriver-manager/node_modules/ansi-regex": { + "version": "2.1.1", + "resolved": "https://registry.npmjs.org/ansi-regex/-/ansi-regex-2.1.1.tgz", + "integrity": "sha512-TIGnTpdo+E3+pCyAluZvtED5p5wCqLdezCyhPZzKPcxvFplEt4i+W7OONCKgeZFT3+y5NZZfOOS/Bdcanm1MYA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webdriver-manager/node_modules/ansi-styles": { + "version": "2.2.1", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-2.2.1.tgz", + "integrity": "sha512-kmCevFghRiWM7HB5zTPULl4r9bVFSWjz62MhqizDGUrq2NWuNMQyuv4tHHoKJHs69M/MF64lEcHdYIocrdWQYA==", + "dev": true, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webdriver-manager/node_modules/chalk": { + "version": "1.1.3", + "resolved": "https://registry.npmjs.org/chalk/-/chalk-1.1.3.tgz", + "integrity": "sha512-U3lRVLMSlsCfjqYPbLyVv11M9CPW4I728d6TCKMAOJueEeB9/8o+eSsMnxPJD+Q+K909sdESg7C+tIkoH6on1A==", + "dev": true, + "dependencies": { + "ansi-styles": "^2.2.1", + "escape-string-regexp": "^1.0.2", + "has-ansi": "^2.0.0", + "strip-ansi": "^3.0.0", + "supports-color": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" + } + }, + "node_modules/webdriver-manager/node_modules/glob": { + "version": "7.2.3", + "resolved": "https://registry.npmjs.org/glob/-/glob-7.2.3.tgz", + "integrity": "sha512-nFR0zLpU2YCaRxwoCJvL6UvCH2JFyFVIvwTLsIf21AuHlMskA1hhTdk+LlYJtOlYt9v6dvszD2BGRqBL+iQK9Q==", + "dev": true, + "dependencies": { + "fs.realpath": "^1.0.0", + "inflight": "^1.0.4", + "inherits": "2", + "minimatch": "^3.1.1", + "once": "^1.3.0", + "path-is-absolute": "^1.0.0" + }, + "engines": { + "node": "*" + }, + "funding": { + "url": "https://github.com/sponsors/isaacs" + } + }, + "node_modules/webdriver-manager/node_modules/ini": { + "version": "1.3.8", + "resolved": "https://registry.npmjs.org/ini/-/ini-1.3.8.tgz", + "integrity": "sha512-JV/yugV2uzW5iMRSiZAyDtQd+nxtUnjeLt0acNdw98kKLrvuRVyB80tsREOE7yvGVgalhZ6RNXCmEHkUKBKxew==", + "dev": true + }, + "node_modules/webdriver-manager/node_modules/rimraf": { + "version": "2.7.1", + "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-2.7.1.tgz", + "integrity": "sha512-uWjbaKIK3T1OSVptzX7Nl6PvQ3qAGtKEtVRjRuazjfL3Bx5eI409VZSqgND+4UNnmzLVdPj9FqFJNPqBZFve4w==", + "dev": true, + "dependencies": { + "glob": "^7.1.3" + }, + "bin": { + "rimraf": "bin.js" + } + }, + "node_modules/webdriver-manager/node_modules/semver": { + "version": "5.7.2", + "resolved": "https://registry.npmjs.org/semver/-/semver-5.7.2.tgz", + "integrity": "sha512-cBznnQ9KjJqU67B52RMC65CMarK2600WFnbkcaiwWq3xy/5haFJlshgnpjovMVJ+Hff49d8GEn0b87C5pDQ10g==", + "dev": true, + "bin": { + "semver": "bin/semver" + } + }, + "node_modules/webdriver-manager/node_modules/strip-ansi": { + "version": "3.0.1", + "resolved": "https://registry.npmjs.org/strip-ansi/-/strip-ansi-3.0.1.tgz", + "integrity": "sha512-VhumSSbBqDTP8p2ZLKj40UjBCV4+v8bUSEpUb4KjRgWk9pbqGF4REFj6KEagidb2f/M6AzC0EmFyDNGaw9OCzg==", "dev": true, - "requires": { - "defaults": "^1.0.3" + "dependencies": { + "ansi-regex": "^2.0.0" + }, + "engines": { + "node": ">=0.10.0" } }, - "webdriver-js-extender": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/webdriver-js-extender/-/webdriver-js-extender-2.1.0.tgz", - "integrity": "sha512-lcUKrjbBfCK6MNsh7xaY2UAUmZwe+/ib03AjVOpFobX4O7+83BUveSrLfU0Qsyb1DaKJdQRbuU+kM9aZ6QUhiQ==", + "node_modules/webdriver-manager/node_modules/supports-color": { + "version": "2.0.0", + "resolved": "https://registry.npmjs.org/supports-color/-/supports-color-2.0.0.tgz", + "integrity": "sha512-KKNVtd6pCYgPIKU4cp2733HWYCpplQhddZLBUryaAHou723x+FRzQ5Df824Fj+IyyuiQTRoub4SnIFfIcrp70g==", "dev": true, - "requires": { - "@types/selenium-webdriver": "^3.0.0", - "selenium-webdriver": "^3.0.1" + "engines": { + "node": ">=0.8.0" } }, - "webpack": { - "version": "5.74.0", - "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.74.0.tgz", - "integrity": "sha512-A2InDwnhhGN4LYctJj6M1JEaGL7Luj6LOmyBHjcI8529cm5p6VXiTIW2sn6ffvEAKmveLzvu4jrihwXtPojlAA==", + "node_modules/webpack": { + "version": "5.76.1", + "resolved": "https://registry.npmjs.org/webpack/-/webpack-5.76.1.tgz", + "integrity": "sha512-4+YIK4Abzv8172/SGqObnUjaIHjLEuUasz9EwQj/9xmPPkYJy2Mh03Q/lJfSD3YLzbxy5FeTq5Uw0323Oh6SJQ==", "dev": true, - "requires": { + "dependencies": { "@types/eslint-scope": "^3.7.3", "@types/estree": "^0.0.51", "@webassemblyjs/ast": "1.11.1", @@ -13641,80 +17949,51 @@ "watchpack": "^2.4.0", "webpack-sources": "^3.2.3" }, - "dependencies": { - "ajv": { - "version": "6.12.6", - "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", - "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.1", - "fast-json-stable-stringify": "^2.0.0", - "json-schema-traverse": "^0.4.1", - "uri-js": "^4.2.2" - } - }, - "json-schema-traverse": { - "version": "0.4.1", - "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", - "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", - "dev": true - }, - "schema-utils": { - "version": "3.1.1", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.1.1.tgz", - "integrity": "sha512-Y5PQxS4ITlC+EahLuXaY86TXfR7Dc5lw294alXOq86JAHCihAIZfqv8nNCWvaEJvaC51uN9hbLGeV0cFBdH+Fw==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.8", - "ajv": "^6.12.5", - "ajv-keywords": "^3.5.2" - } + "bin": { + "webpack": "bin/webpack.js" + }, + "engines": { + "node": ">=10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependenciesMeta": { + "webpack-cli": { + "optional": true } } }, - "webpack-dev-middleware": { - "version": "5.3.3", - "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", - "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "node_modules/webpack-dev-middleware": { + "version": "6.0.1", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-6.0.1.tgz", + "integrity": "sha512-PZPZ6jFinmqVPJZbisfggDiC+2EeGZ1ZByyMP5sOFJcPPWSexalISz+cvm+j+oYPT7FIJyxT76esjnw9DhE5sw==", "dev": true, - "requires": { + "dependencies": { "colorette": "^2.0.10", - "memfs": "^3.4.3", + "memfs": "^3.4.12", "mime-types": "^2.1.31", "range-parser": "^1.2.1", "schema-utils": "^4.0.0" }, - "dependencies": { - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - } - } + "engines": { + "node": ">= 14.15.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^5.0.0" } }, - "webpack-dev-server": { - "version": "4.11.0", - "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.0.tgz", - "integrity": "sha512-L5S4Q2zT57SK7tazgzjMiSMBdsw+rGYIX27MgPgx7LDhWO0lViPrHKoLS7jo5In06PWYAhlYu3PbyoC6yAThbw==", + "node_modules/webpack-dev-server": { + "version": "4.11.1", + "resolved": "https://registry.npmjs.org/webpack-dev-server/-/webpack-dev-server-4.11.1.tgz", + "integrity": "sha512-lILVz9tAUy1zGFwieuaQtYiadImb5M3d+H+L1zDYalYoDl0cksAB1UNyuE5MMWJrG6zR1tXkCP2fitl7yoUJiw==", "dev": true, - "requires": { + "dependencies": { "@types/bonjour": "^3.5.9", "@types/connect-history-api-fallback": "^1.3.5", "@types/express": "^4.17.13", @@ -13738,419 +18017,558 @@ "p-retry": "^4.5.0", "rimraf": "^3.0.2", "schema-utils": "^4.0.0", - "selfsigned": "^2.0.1", + "selfsigned": "^2.1.1", "serve-index": "^1.9.1", "sockjs": "^0.3.24", "spdy": "^4.0.2", "webpack-dev-middleware": "^5.3.1", "ws": "^8.4.2" }, - "dependencies": { - "ajv-keywords": { - "version": "5.1.0", - "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-5.1.0.tgz", - "integrity": "sha512-YCS/JNFAUyr5vAuhk1DWm1CBxRHW9LbJ2ozWeemrIqpbsqKjHVxYPyi5GC0rjZIT5JxJ3virVTS8wk4i/Z+krw==", - "dev": true, - "requires": { - "fast-deep-equal": "^3.1.3" - } - }, - "anymatch": { - "version": "3.1.2", - "resolved": "https://registry.npmjs.org/anymatch/-/anymatch-3.1.2.tgz", - "integrity": "sha512-P43ePfOAIupkguHUycrc4qJ9kz8ZiuOUijaETwX7THt0Y/GNK7v0aa8rY816xWjZ7rJdA5XdMcpVFTKMq+RvWg==", - "dev": true, - "requires": { - "normalize-path": "^3.0.0", - "picomatch": "^2.0.4" - } - }, - "binary-extensions": { - "version": "2.2.0", - "resolved": "https://registry.npmjs.org/binary-extensions/-/binary-extensions-2.2.0.tgz", - "integrity": "sha512-jDctJ/IVQbZoJykoeHbhXpOlNBqGNcwXJKJog42E5HDPUwQTSdjCHdihjj0DlnheQ7blbT6dHOafNAiS8ooQKA==", - "dev": true - }, - "braces": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/braces/-/braces-3.0.2.tgz", - "integrity": "sha512-b8um+L1RzM3WDSzvhm6gIz1yfTbBt6YTlcEKAvsmqCZZFw46z626lVj9j1yEPW33H5H+lBQpZMP1k8l+78Ha0A==", - "dev": true, - "requires": { - "fill-range": "^7.0.1" - } - }, - "chokidar": { - "version": "3.5.3", - "resolved": "https://registry.npmjs.org/chokidar/-/chokidar-3.5.3.tgz", - "integrity": "sha512-Dr3sfKRP6oTcjf2JmUmFJfeVMvXBdegxB0iVQ5eb2V10uFJUCAS8OByZdVAyVb8xXNz3GjjTgj9kLWsZTqE6kw==", - "dev": true, - "requires": { - "anymatch": "~3.1.2", - "braces": "~3.0.2", - "fsevents": "~2.3.2", - "glob-parent": "~5.1.2", - "is-binary-path": "~2.1.0", - "is-glob": "~4.0.1", - "normalize-path": "~3.0.0", - "readdirp": "~3.6.0" - } - }, - "fill-range": { - "version": "7.0.1", - "resolved": "https://registry.npmjs.org/fill-range/-/fill-range-7.0.1.tgz", - "integrity": "sha512-qOo9F+dMUmC2Lcb4BbVvnKJxTPjCm+RRpe4gDuGrzkL7mEVl/djYSu2OdQ2Pa302N4oqkSg9ir6jaLWJ2USVpQ==", - "dev": true, - "requires": { - "to-regex-range": "^5.0.1" - } - }, - "fsevents": { - "version": "2.3.2", - "resolved": "https://registry.npmjs.org/fsevents/-/fsevents-2.3.2.tgz", - "integrity": "sha512-xiqMQR4xAeHTuB9uWm+fFRcIOgKBMiOBP+eXiyT7jsgVCq1bkVygt00oASowB7EdtpOHaaPgKt812P9ab+DDKA==", - "dev": true, + "bin": { + "webpack-dev-server": "bin/webpack-dev-server.js" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.37.0 || ^5.0.0" + }, + "peerDependenciesMeta": { + "webpack-cli": { "optional": true - }, - "glob-parent": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/glob-parent/-/glob-parent-5.1.2.tgz", - "integrity": "sha512-AOIgSQCepiJYwP3ARnGx+5VnTu2HBYdzbGP45eLw1vr3zB3vZLeyed1sC9hnbcOc9/SrMyM5RPQrkGz4aS9Zow==", - "dev": true, - "requires": { - "is-glob": "^4.0.1" - } - }, - "is-binary-path": { - "version": "2.1.0", - "resolved": "https://registry.npmjs.org/is-binary-path/-/is-binary-path-2.1.0.tgz", - "integrity": "sha512-ZMERYes6pDydyuGidse7OsHxtbI7WVeUEozgR/g7rd0xUimYNlvZRE/K2MgZTjWy725IfelLeVcEM97mmtRGXw==", - "dev": true, - "requires": { - "binary-extensions": "^2.0.0" - } - }, - "is-number": { - "version": "7.0.0", - "resolved": "https://registry.npmjs.org/is-number/-/is-number-7.0.0.tgz", - "integrity": "sha512-41Cifkg6e8TylSpdtTpeLVMqvSBEVzTttHvERD741+pnZ8ANv0004MRL43QKPDlK9cGvNp6NZWZUBlbGXYxxng==", - "dev": true - }, - "readdirp": { - "version": "3.6.0", - "resolved": "https://registry.npmjs.org/readdirp/-/readdirp-3.6.0.tgz", - "integrity": "sha512-hOS089on8RduqdbhvQ5Z37A0ESjsqz6qnRcffsMU3495FuTdqSm+7bhJ29JvIOsBDEEnan5DPu9t3To9VRlMzA==", - "dev": true, - "requires": { - "picomatch": "^2.2.1" - } - }, - "rimraf": { - "version": "3.0.2", - "resolved": "https://registry.npmjs.org/rimraf/-/rimraf-3.0.2.tgz", - "integrity": "sha512-JZkJMZkAGFFPP2YqXZXPbMlMBgsxzE8ILs4lMIX/2o0L9UBw9O/Y3o6wFw/i9YLapcUJWwqbi3kdxIPdC62TIA==", - "dev": true, - "requires": { - "glob": "^7.1.3" - } - }, - "schema-utils": { - "version": "4.0.0", - "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-4.0.0.tgz", - "integrity": "sha512-1edyXKgh6XnJsJSQ8mKWXnN/BVaIbFMLpouRUrXgVq7WYne5kw3MW7UPhO44uRXQSIpTSXoJbmrR2X0w9kUTyg==", - "dev": true, - "requires": { - "@types/json-schema": "^7.0.9", - "ajv": "^8.8.0", - "ajv-formats": "^2.1.1", - "ajv-keywords": "^5.0.0" - } - }, - "to-regex-range": { - "version": "5.0.1", - "resolved": "https://registry.npmjs.org/to-regex-range/-/to-regex-range-5.0.1.tgz", - "integrity": "sha512-65P7iz6X5yEr1cwcgvQxbbIw7Uk3gOy5dIdtZ4rDveLqhrdJP+Li/Hx6tyK0NEb+2GCyneCMJiGqrADCSNk8sQ==", - "dev": true, - "requires": { - "is-number": "^7.0.0" - } - }, - "ws": { - "version": "8.9.0", - "resolved": "https://registry.npmjs.org/ws/-/ws-8.9.0.tgz", - "integrity": "sha512-Ja7nszREasGaYUYCI2k4lCKIRTt+y7XuqVoHR44YpI49TtryyqbqvDMn5eqfW7e6HzTukDRIsXqzVHScqRcafg==", - "dev": true } } }, - "webpack-merge": { + "node_modules/webpack-dev-server/node_modules/webpack-dev-middleware": { + "version": "5.3.3", + "resolved": "https://registry.npmjs.org/webpack-dev-middleware/-/webpack-dev-middleware-5.3.3.tgz", + "integrity": "sha512-hj5CYrY0bZLB+eTO+x/j67Pkrquiy7kWepMHmUMoPsmcUaeEnQJqFzHJOyxgWlq746/wUuA64p9ta34Kyb01pA==", + "dev": true, + "dependencies": { + "colorette": "^2.0.10", + "memfs": "^3.4.3", + "mime-types": "^2.1.31", + "range-parser": "^1.2.1", + "schema-utils": "^4.0.0" + }, + "engines": { + "node": ">= 12.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" + }, + "peerDependencies": { + "webpack": "^4.0.0 || ^5.0.0" + } + }, + "node_modules/webpack-merge": { "version": "5.8.0", "resolved": "https://registry.npmjs.org/webpack-merge/-/webpack-merge-5.8.0.tgz", "integrity": "sha512-/SaI7xY0831XwP6kzuwhKWVKDP9t1QY1h65lAFLbZqMPIuYcD9QAW4u9STIbU9kaJbPBB/geU/gLr1wDjOhQ+Q==", "dev": true, - "requires": { + "dependencies": { "clone-deep": "^4.0.1", "wildcard": "^2.0.0" + }, + "engines": { + "node": ">=10.0.0" } }, - "webpack-sources": { + "node_modules/webpack-sources": { "version": "3.2.3", "resolved": "https://registry.npmjs.org/webpack-sources/-/webpack-sources-3.2.3.tgz", "integrity": "sha512-/DyMEOrDgLKKIG0fmvtz+4dUX/3Ghozwgm6iPp8KRhvn+eQf9+Q7GWxVNMk3+uCPWfdXYC4ExGBckIXdFEfH1w==", - "dev": true + "dev": true, + "engines": { + "node": ">=10.13.0" + } }, - "webpack-subresource-integrity": { + "node_modules/webpack-subresource-integrity": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/webpack-subresource-integrity/-/webpack-subresource-integrity-5.1.0.tgz", "integrity": "sha512-sacXoX+xd8r4WKsy9MvH/q/vBtEHr86cpImXwyg74pFIpERKt6FmB8cXpeuh0ZLgclOlHI4Wcll7+R5L02xk9Q==", "dev": true, - "requires": { + "dependencies": { "typed-assert": "^1.0.8" + }, + "engines": { + "node": ">= 12" + }, + "peerDependencies": { + "html-webpack-plugin": ">= 5.0.0-beta.1 < 6", + "webpack": "^5.12.0" + }, + "peerDependenciesMeta": { + "html-webpack-plugin": { + "optional": true + } + } + }, + "node_modules/webpack/node_modules/@types/estree": { + "version": "0.0.51", + "resolved": "https://registry.npmjs.org/@types/estree/-/estree-0.0.51.tgz", + "integrity": "sha512-CuPgU6f3eT/XgKKPqKd/gLZV1Xmvf1a2R5POBOGQa6uv82xpls89HU5zKeVoyR8XzHd1RGNOlQlvUe3CFkjWNQ==", + "dev": true + }, + "node_modules/webpack/node_modules/ajv": { + "version": "6.12.6", + "resolved": "https://registry.npmjs.org/ajv/-/ajv-6.12.6.tgz", + "integrity": "sha512-j3fVLgvTo527anyYyJOGTYJbG+vnnQYvE0m5mmkc1TK+nxAppkCLMIL0aZ4dblVCNoGShhm+kzE4ZUykBoMg4g==", + "dev": true, + "dependencies": { + "fast-deep-equal": "^3.1.1", + "fast-json-stable-stringify": "^2.0.0", + "json-schema-traverse": "^0.4.1", + "uri-js": "^4.2.2" + }, + "funding": { + "type": "github", + "url": "https://github.com/sponsors/epoberezkin" + } + }, + "node_modules/webpack/node_modules/ajv-keywords": { + "version": "3.5.2", + "resolved": "https://registry.npmjs.org/ajv-keywords/-/ajv-keywords-3.5.2.tgz", + "integrity": "sha512-5p6WTN0DdTGVQk6VjcEju19IgaHudalcfabD7yhDGeA6bcQnmL+CpveLJq/3hvfwd1aof6L386Ougkx6RfyMIQ==", + "dev": true, + "peerDependencies": { + "ajv": "^6.9.1" + } + }, + "node_modules/webpack/node_modules/eslint-scope": { + "version": "5.1.1", + "resolved": "https://registry.npmjs.org/eslint-scope/-/eslint-scope-5.1.1.tgz", + "integrity": "sha512-2NxwbF/hZ0KpepYN0cNbo+FN6XoK7GaHlQhgx/hIZl6Va0bF45RQOOwhLIy8lQDbuCiadSLCBnH2CFYquit5bw==", + "dev": true, + "dependencies": { + "esrecurse": "^4.3.0", + "estraverse": "^4.1.1" + }, + "engines": { + "node": ">=8.0.0" + } + }, + "node_modules/webpack/node_modules/estraverse": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/estraverse/-/estraverse-4.3.0.tgz", + "integrity": "sha512-39nnKffWz8xN1BU/2c79n9nB9HDzo0niYUqx6xyqUnyoAnQyyWpOTdZEeiCch8BBu515t4wp9ZmgVfVhn9EBpw==", + "dev": true, + "engines": { + "node": ">=4.0" + } + }, + "node_modules/webpack/node_modules/json-schema-traverse": { + "version": "0.4.1", + "resolved": "https://registry.npmjs.org/json-schema-traverse/-/json-schema-traverse-0.4.1.tgz", + "integrity": "sha512-xbbCH5dCYU5T8LcEhhuh7HJ88HXuW3qsI3Y0zOZFKfZEHcpWiHU/Jxzk629Brsab/mMiHQti9wMP+845RPe3Vg==", + "dev": true + }, + "node_modules/webpack/node_modules/schema-utils": { + "version": "3.3.0", + "resolved": "https://registry.npmjs.org/schema-utils/-/schema-utils-3.3.0.tgz", + "integrity": "sha512-pN/yOAvcC+5rQ5nERGuwrjLlYvLTbCibnZ1I7B1LaiAz9BRBlE9GMgE/eqV30P7aJQUf7Ddimy/RsbYO/GrVGg==", + "dev": true, + "dependencies": { + "@types/json-schema": "^7.0.8", + "ajv": "^6.12.5", + "ajv-keywords": "^3.5.2" + }, + "engines": { + "node": ">= 10.13.0" + }, + "funding": { + "type": "opencollective", + "url": "https://opencollective.com/webpack" } }, - "websocket-driver": { + "node_modules/websocket-driver": { "version": "0.7.4", "resolved": "https://registry.npmjs.org/websocket-driver/-/websocket-driver-0.7.4.tgz", "integrity": "sha512-b17KeDIQVjvb0ssuSDF2cYXSg2iztliJ4B9WdsuB6J952qCPKmnVq4DyW5motImXHDC1cBT/1UezrJVsKw5zjg==", "dev": true, - "requires": { + "dependencies": { "http-parser-js": ">=0.5.1", "safe-buffer": ">=5.1.0", "websocket-extensions": ">=0.1.1" + }, + "engines": { + "node": ">=0.8.0" } }, - "websocket-extensions": { + "node_modules/websocket-extensions": { "version": "0.1.4", "resolved": "https://registry.npmjs.org/websocket-extensions/-/websocket-extensions-0.1.4.tgz", "integrity": "sha512-OqedPIGOfsDlo31UNwYbCFMSaO9m9G/0faIHj5/dZFDMFqPTcx6UwqyOy3COEaEOg/9VsGIpdqn62W5KhoKSpg==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.8.0" + } }, - "whatwg-fetch": { - "version": "3.6.2", - "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.2.tgz", - "integrity": "sha512-bJlen0FcuU/0EMLrdbJ7zOnW6ITZLrZMIarMUVmdKtsGvZna8vxKYaexICWPfZ8qwf9fzNq+UEIZrnSaApt6RA==" + "node_modules/whatwg-fetch": { + "version": "3.6.20", + "resolved": "https://registry.npmjs.org/whatwg-fetch/-/whatwg-fetch-3.6.20.tgz", + "integrity": "sha512-EqhiFU6daOA8kpjOWTL0olhVOF3i7OrFzSYiGsEMB8GcXS+RrzauAERX65xMeNWVqxA6HXH2m69Z9LaKKdisfg==" }, - "which": { + "node_modules/which": { "version": "2.0.2", "resolved": "https://registry.npmjs.org/which/-/which-2.0.2.tgz", "integrity": "sha512-BLI3Tl1TW3Pvl70l3yq3Y64i+awpwXqsGBYWkkqMtnbXgrMD+yj7rhW0kuEDxzJaYXGjEW5ogapKNMEKNMjibA==", "dev": true, - "requires": { + "dependencies": { "isexe": "^2.0.0" + }, + "bin": { + "node-which": "bin/node-which" + }, + "engines": { + "node": ">= 8" } }, - "which-module": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.0.tgz", - "integrity": "sha1-2e8H3Od7mQK4o6j6SzHD4/fm6Ho=", + "node_modules/which-boxed-primitive": { + "version": "1.0.2", + "resolved": "https://registry.npmjs.org/which-boxed-primitive/-/which-boxed-primitive-1.0.2.tgz", + "integrity": "sha512-bwZdv0AKLpplFY2KZRX6TvyuN7ojjr7lwkg6ml0roIy9YeuSr7JS372qlNW18UQYzgYK9ziGcerWqZOmEn9VNg==", + "dev": true, + "dependencies": { + "is-bigint": "^1.0.1", + "is-boolean-object": "^1.1.0", + "is-number-object": "^1.0.4", + "is-string": "^1.0.5", + "is-symbol": "^1.0.3" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-collection": { + "version": "1.0.1", + "resolved": "https://registry.npmjs.org/which-collection/-/which-collection-1.0.1.tgz", + "integrity": "sha512-W8xeTUwaln8i3K/cY1nGXzdnVZlidBcagyNFtBdD5kxnb4TvGKR7FfSIS3mYpwWS1QUCutfKz8IY8RjftB0+1A==", + "dev": true, + "dependencies": { + "is-map": "^2.0.1", + "is-set": "^2.0.1", + "is-weakmap": "^2.0.1", + "is-weakset": "^2.0.1" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/which-module": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/which-module/-/which-module-2.0.1.tgz", + "integrity": "sha512-iBdZ57RDvnOR9AGBhML2vFZf7h8vmBjhoaZqODJBFWHVtKkDmKuHai3cx5PgVMrX5YDNp27AofYbAwctSS+vhQ==", "dev": true }, - "wide-align": { + "node_modules/which-typed-array": { + "version": "1.1.13", + "resolved": "https://registry.npmjs.org/which-typed-array/-/which-typed-array-1.1.13.tgz", + "integrity": "sha512-P5Nra0qjSncduVPEAr7xhoF5guty49ArDTwzJ/yNuPIbZppyRxFQsRCWrocxIY+CnMVG+qfbU2FmDKyvSGClow==", + "dev": true, + "dependencies": { + "available-typed-arrays": "^1.0.5", + "call-bind": "^1.0.4", + "for-each": "^0.3.3", + "gopd": "^1.0.1", + "has-tostringtag": "^1.0.0" + }, + "engines": { + "node": ">= 0.4" + }, + "funding": { + "url": "https://github.com/sponsors/ljharb" + } + }, + "node_modules/wide-align": { "version": "1.1.5", "resolved": "https://registry.npmjs.org/wide-align/-/wide-align-1.1.5.tgz", "integrity": "sha512-eDMORYaPNZ4sQIuuYPDHdQvf4gyCF9rEEV/yPxGfwPkRodwEgiMUUXTx/dex+Me0wxx53S+NgUHaP7y3MGlDmg==", "dev": true, - "requires": { + "dependencies": { "string-width": "^1.0.2 || 2 || 3 || 4" } }, - "wildcard": { - "version": "2.0.0", - "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.0.tgz", - "integrity": "sha512-JcKqAHLPxcdb9KM49dufGXn2x3ssnfjbcaQdLlfZsL9rH9wgDQjUtDxbo8NE0F6SFvydeu1VhZe7hZuHsB2/pw==", - "dev": true - }, - "word-wrap": { - "version": "1.2.3", - "resolved": "https://registry.npmjs.org/word-wrap/-/word-wrap-1.2.3.tgz", - "integrity": "sha512-Hz/mrNwitNRh/HUAtM/VT/5VH+ygD6DV7mYKZAtHOrbs8U7lvPS6xf7EJKMF0uW1KJCl0H701g3ZGus+muE5vQ==", + "node_modules/wildcard": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/wildcard/-/wildcard-2.0.1.tgz", + "integrity": "sha512-CC1bOL87PIWSBhDcTrdeLo6eGT7mCFtrg0uIJtqJUFyK+eJnzl8A1niH56uu7KMa5XFrtiV+AQuHO3n7DsHnLQ==", "dev": true }, - "wordwrap": { + "node_modules/wordwrap": { "version": "0.0.3", "resolved": "https://registry.npmjs.org/wordwrap/-/wordwrap-0.0.3.tgz", - "integrity": "sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==" + "integrity": "sha512-1tMA907+V4QmxV7dbRvb4/8MaRALK6q9Abid3ndMYnbyo8piisCmeONVqVSXqQA3KaP4SLt5b7ud6E2sqP8TFw==", + "engines": { + "node": ">=0.4.0" + } + }, + "node_modules/wrap-ansi": { + "version": "7.0.0", + "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", + "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", + "dependencies": { + "ansi-styles": "^4.0.0", + "string-width": "^4.1.0", + "strip-ansi": "^6.0.0" + }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } }, - "wrap-ansi": { + "node_modules/wrap-ansi-cjs": { + "name": "wrap-ansi", "version": "7.0.0", "resolved": "https://registry.npmjs.org/wrap-ansi/-/wrap-ansi-7.0.0.tgz", "integrity": "sha512-YVGIj2kamLSTxw6NsZjoBxfSwsn0ycdesmc4p+Q21c5zPuZ1pl+NfxVdxPtdHvmNVOQ6XSYG4AUtyt/Fi7D16Q==", "dev": true, - "requires": { + "dependencies": { "ansi-styles": "^4.0.0", "string-width": "^4.1.0", "strip-ansi": "^6.0.0" }, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/chalk/wrap-ansi?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dev": true, + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dev": true, "dependencies": { - "ansi-styles": { - "version": "4.3.0", - "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", - "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", - "dev": true, - "requires": { - "color-convert": "^2.0.1" - } - }, - "color-convert": { - "version": "2.0.1", - "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", - "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", - "dev": true, - "requires": { - "color-name": "~1.1.4" - } - }, - "color-name": { - "version": "1.1.4", - "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", - "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", - "dev": true - } + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" + } + }, + "node_modules/wrap-ansi-cjs/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==", + "dev": true + }, + "node_modules/wrap-ansi/node_modules/ansi-styles": { + "version": "4.3.0", + "resolved": "https://registry.npmjs.org/ansi-styles/-/ansi-styles-4.3.0.tgz", + "integrity": "sha512-zbB9rCJAT1rbjiVDb2hqKFHNYLxgtk8NURxZ3IZwD3F6NtxbXZQCnnSi1Lkx+IDohdPlFp222wVALIheZJQSEg==", + "dependencies": { + "color-convert": "^2.0.1" + }, + "engines": { + "node": ">=8" + }, + "funding": { + "url": "https://github.com/chalk/ansi-styles?sponsor=1" + } + }, + "node_modules/wrap-ansi/node_modules/color-convert": { + "version": "2.0.1", + "resolved": "https://registry.npmjs.org/color-convert/-/color-convert-2.0.1.tgz", + "integrity": "sha512-RRECPsj7iu/xb5oKYcsFHSppFNnsj/52OVTRKb4zP5onXwVF3zVmmToNcOfGC+CRDpfK/U584fMg38ZHCaElKQ==", + "dependencies": { + "color-name": "~1.1.4" + }, + "engines": { + "node": ">=7.0.0" } }, - "wrappy": { + "node_modules/wrap-ansi/node_modules/color-name": { + "version": "1.1.4", + "resolved": "https://registry.npmjs.org/color-name/-/color-name-1.1.4.tgz", + "integrity": "sha512-dOy+3AuW3a2wNbZHIuMZpTcgjGuLU/uBL/ubcZF9OXbDo8ff4O8yVp5Bf0efS8uEoYo5q4Fx7dY9OgQGXgAsQA==" + }, + "node_modules/wrappy": { "version": "1.0.2", "resolved": "https://registry.npmjs.org/wrappy/-/wrappy-1.0.2.tgz", - "integrity": "sha1-tSQ9jz7BqjXxNkYFvA0QNuMKtp8=" + "integrity": "sha512-l4Sp/DRseor9wL6EvV2+TuQn63dMkPjZ/sp9XkghTEbV9KlPS1xUsZ3u7/IQO4wxtcFB4bgpQPRcR3QCvezPcQ==" }, - "wrench": { + "node_modules/wrench": { "version": "1.5.9", "resolved": "https://registry.npmjs.org/wrench/-/wrench-1.5.9.tgz", - "integrity": "sha1-QRaRxjqbJTGxcAJnJ5veyiOyFCo=", - "dev": true + "integrity": "sha512-QH+8W9n0UGDAxnRDOkQzG1N277GTaBgMDNdckluqnAY773njfs1gfo867IbMMbGjOZZof+zlRIUeQ9XN8VUHUQ==", + "deprecated": "wrench.js is deprecated! You should check out fs-extra (https://github.com/jprichardson/node-fs-extra) for any operations you were using wrench for. Thanks for all the usage over the years.", + "dev": true, + "engines": { + "node": ">=0.1.97" + } }, - "ws": { - "version": "3.3.3", - "resolved": "https://registry.npmjs.org/ws/-/ws-3.3.3.tgz", - "integrity": "sha512-nnWLa/NwZSt4KQJu51MYlCcSQ5g7INpOrOMt4XV8j4dqTXdmlUmSHQ8/oLC069ckre0fRsgfvsKwbTdtKLCDkA==", - "requires": { - "async-limiter": "~1.0.0", - "safe-buffer": "~5.1.0", - "ultron": "~1.1.0" + "node_modules/ws": { + "version": "8.11.0", + "resolved": "https://registry.npmjs.org/ws/-/ws-8.11.0.tgz", + "integrity": "sha512-HPG3wQd9sNQoT9xHyNCXoDUa+Xw/VevmY9FoHyQ+g+rrMn4j6FB4np7Z0OhdTgjx6MgQLK7jwSy1YecU1+4Asg==", + "engines": { + "node": ">=10.0.0" }, - "dependencies": { - "safe-buffer": { - "version": "5.1.2", - "resolved": "https://registry.npmjs.org/safe-buffer/-/safe-buffer-5.1.2.tgz", - "integrity": "sha512-Gd2UZBJDkXlY7GbJxfsE8/nvKkUEU1G38c1siN6QP6a9PT9MmHB8GnpscSmMJSoF8LOIrt8ud/wPtojys4G6+g==" + "peerDependencies": { + "bufferutil": "^4.0.1", + "utf-8-validate": "^5.0.2" + }, + "peerDependenciesMeta": { + "bufferutil": { + "optional": true + }, + "utf-8-validate": { + "optional": true } } }, - "xml2js": { + "node_modules/xml2js": { "version": "0.4.23", "resolved": "https://registry.npmjs.org/xml2js/-/xml2js-0.4.23.tgz", "integrity": "sha512-ySPiMjM0+pLDftHgXY4By0uswI3SPKLDw/i3UXbnO8M/p28zqexCUoPmQFrYD+/1BzhGJSs2i1ERWKJAtiLrug==", "dev": true, - "requires": { + "dependencies": { "sax": ">=0.6.0", "xmlbuilder": "~11.0.0" + }, + "engines": { + "node": ">=4.0.0" } }, - "xmlbuilder": { + "node_modules/xmlbuilder": { "version": "11.0.1", "resolved": "https://registry.npmjs.org/xmlbuilder/-/xmlbuilder-11.0.1.tgz", "integrity": "sha512-fDlsI/kFEx7gLvbecc0/ohLG50fugQp8ryHzMTuW9vSa1GJ0XYWKnhsUx7oie3G98+r56aTQIUB4kht42R3JvA==", - "dev": true + "dev": true, + "engines": { + "node": ">=4.0" + } }, - "xmlhttprequest-ssl": { + "node_modules/xmlhttprequest-ssl": { "version": "1.5.5", "resolved": "https://registry.npmjs.org/xmlhttprequest-ssl/-/xmlhttprequest-ssl-1.5.5.tgz", - "integrity": "sha512-/bFPLUgJrfGUL10AIv4Y7/CUt6so9CLtB/oFxQSHseSDNNCdC6vwwKEqwLN6wNPBg9YWXAiMu8jkf6RPRS/75Q==" + "integrity": "sha512-/bFPLUgJrfGUL10AIv4Y7/CUt6so9CLtB/oFxQSHseSDNNCdC6vwwKEqwLN6wNPBg9YWXAiMu8jkf6RPRS/75Q==", + "engines": { + "node": ">=0.4.0" + } }, - "xtend": { + "node_modules/xtend": { "version": "4.0.2", "resolved": "https://registry.npmjs.org/xtend/-/xtend-4.0.2.tgz", "integrity": "sha512-LKYU1iAXJXUgAXn9URjiu+MWhyUXHsvfp7mcuYm9dSUKK0/CjtrUwFAxD82/mCWbtLsGjFIad0wIsod4zrTAEQ==", - "dev": true + "dev": true, + "engines": { + "node": ">=0.4" + } }, - "xxhashjs": { + "node_modules/xxhashjs": { "version": "0.2.2", "resolved": "https://registry.npmjs.org/xxhashjs/-/xxhashjs-0.2.2.tgz", "integrity": "sha512-AkTuIuVTET12tpsVIQo+ZU6f/qDmKuRUcjaqR+OIvm+aCBsZ95i7UVY5WJ9TMsSaZ0DA2WxoZ4acu0sPH+OKAw==", "dev": true, - "requires": { + "dependencies": { "cuint": "^0.2.2" } }, - "y18n": { + "node_modules/y18n": { "version": "5.0.8", "resolved": "https://registry.npmjs.org/y18n/-/y18n-5.0.8.tgz", "integrity": "sha512-0pfFzegeDWJHJIAmTLRP2DwHjdF5s7jo9tuztdQxAhINCdvS+3nGINqPd00AphqJR/0LhANUS6/+7SCb98YOfA==", - "dev": true + "engines": { + "node": ">=10" + } }, - "yallist": { - "version": "2.1.2", - "resolved": "https://registry.npmjs.org/yallist/-/yallist-2.1.2.tgz", - "integrity": "sha512-ncTzHV7NvsQZkYe1DW7cbDLm0YpzHmZF5r/iyP3ZnQtMiJ+pjzisCiMNI+Sj+xQF5pXhSHxSB3uDbsBTzY/c2A==" + "node_modules/yallist": { + "version": "3.1.1", + "resolved": "https://registry.npmjs.org/yallist/-/yallist-3.1.1.tgz", + "integrity": "sha512-a4UGQaWPH59mOXUYnAG2ewncQS4i4F43Tv3JoAM+s2VDAmS9NsK8GpDMLrCHPksFT7h3K6TOoUNn2pb7RoXx4g==", + "dev": true }, - "yaml": { + "node_modules/yaml": { "version": "1.10.2", "resolved": "https://registry.npmjs.org/yaml/-/yaml-1.10.2.tgz", "integrity": "sha512-r3vXyErRCYJ7wg28yvBY5VSoAF8ZvlcW9/BwUzEtUsjvX/DKs24dIkuwjtuprwJJHsbyUbLApepYTR1BN4uHrg==", - "dev": true + "dev": true, + "engines": { + "node": ">= 6" + } }, - "yargs": { - "version": "17.6.0", - "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.0.tgz", - "integrity": "sha512-8H/wTDqlSwoSnScvV2N/JHfLWOKuh5MVla9hqLjK3nsfyy6Y4kDSYSvkU5YCUEPOSnRXfIyx3Sq+B/IWudTo4g==", + "node_modules/yargs": { + "version": "17.6.2", + "resolved": "https://registry.npmjs.org/yargs/-/yargs-17.6.2.tgz", + "integrity": "sha512-1/9UrdHjDZc0eOU0HxOHoS78C69UD3JRMvzlJ7S79S2nTaWRA/whGCTV8o9e/N/1Va9YIV7Q4sOxD8VV4pCWOw==", "dev": true, - "requires": { + "dependencies": { "cliui": "^8.0.1", "escalade": "^3.1.1", "get-caller-file": "^2.0.5", "require-directory": "^2.1.1", "string-width": "^4.2.3", "y18n": "^5.0.5", - "yargs-parser": "^21.0.0" - }, - "dependencies": { - "cliui": { - "version": "8.0.1", - "resolved": "https://registry.npmjs.org/cliui/-/cliui-8.0.1.tgz", - "integrity": "sha512-BSeNnyus75C4//NQ9gQt1/csTXyo/8Sb+afLAkzAptFuMsod9HFokGNudZpi/oQV73hnVK+sR+5PVRMd+Dr7YQ==", - "dev": true, - "requires": { - "string-width": "^4.2.0", - "strip-ansi": "^6.0.1", - "wrap-ansi": "^7.0.0" - } - }, - "yargs-parser": { - "version": "21.1.1", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", - "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", - "dev": true - } + "yargs-parser": "^21.1.1" + }, + "engines": { + "node": ">=12" } }, - "yargs-parser": { - "version": "20.0.0", - "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-20.0.0.tgz", - "integrity": "sha512-8eblPHTL7ZWRkyjIZJjnGf+TijiKJSwA24svzLRVvtgoi/RZiKa9fFQTrlx0OKLnyHSdt/enrdadji6WFfESVA==", - "dev": true + "node_modules/yargs-parser": { + "version": "21.1.1", + "resolved": "https://registry.npmjs.org/yargs-parser/-/yargs-parser-21.1.1.tgz", + "integrity": "sha512-tVpsJW7DdjecAiFpbIB1e3qxIQsE6NoPc5/eTdrbbIC4h0LVsWhnoa3g+m2HclBIujHzsxZ4VJVA+GUuc2/LBw==", + "dev": true, + "engines": { + "node": ">=12" + } }, - "yeast": { + "node_modules/yeast": { "version": "0.1.2", "resolved": "https://registry.npmjs.org/yeast/-/yeast-0.1.2.tgz", "integrity": "sha512-8HFIh676uyGYP6wP13R/j6OJ/1HwJ46snpvzE7aHAN3Ryqh2yX6Xox2B4CUmTwwOIzlG3Bs7ocsP5dZH/R1Qbg==" }, - "yn": { + "node_modules/yn": { "version": "2.0.0", "resolved": "https://registry.npmjs.org/yn/-/yn-2.0.0.tgz", - "integrity": "sha1-5a2ryKz0CPY4X8dklWhMiOavaJo=", - "dev": true + "integrity": "sha512-uTv8J/wiWTgUTg+9vLTi//leUl5vDQS6uii/emeTb2ssY7vl6QWf2fFbIIGjnhjvbdKlU0ed7QPgY1htTC86jQ==", + "dev": true, + "engines": { + "node": ">=4" + } }, - "yocto-queue": { + "node_modules/yocto-queue": { "version": "0.1.0", "resolved": "https://registry.npmjs.org/yocto-queue/-/yocto-queue-0.1.0.tgz", "integrity": "sha512-rVksvsnNCdJ/ohGc6xgPwyN8eheCxsiLM8mxuE/t/mOVqJewPuO1miLpTHQiRgTKCLexL4MeAFVagts7HmNZ2Q==", - "dev": true + "dev": true, + "engines": { + "node": ">=10" + }, + "funding": { + "url": "https://github.com/sponsors/sindresorhus" + } }, - "zone.js": { + "node_modules/zone.js": { "version": "0.11.8", "resolved": "https://registry.npmjs.org/zone.js/-/zone.js-0.11.8.tgz", "integrity": "sha512-82bctBg2hKcEJ21humWIkXRlLBBmrc3nN7DFh5LGGhcyycO2S7FN8NmdvlcKaGFDNVL4/9kFLmwmInTavdJERA==", - "requires": { + "dependencies": { "tslib": "^2.3.0" } } diff --git a/package.json b/package.json index 0cd2feb..10989d3 100644 --- a/package.json +++ b/package.json @@ -22,21 +22,21 @@ }, "private": true, "dependencies": { - "@angular/animations": "14.2.5", - "@angular/common": "14.2.5", - "@angular/compiler": "14.2.5", - "@angular/core": "14.2.5", - "@angular/elements": "^14.2.5", - "@angular/forms": "14.2.5", - "@angular/platform-browser": "14.2.5", - "@angular/platform-browser-dynamic": "14.2.5", - "@angular/router": "14.2.5", + "@angular/animations": "15.2.10", + "@angular/common": "15.2.10", + "@angular/compiler": "15.2.10", + "@angular/core": "15.2.10", + "@angular/elements": "^15.2.10", + "@angular/forms": "15.2.10", + "@angular/platform-browser": "15.2.10", + "@angular/platform-browser-dynamic": "15.2.10", + "@angular/router": "15.2.10", "@babel/runtime": "^7.19.4", "@project-sunbird/client-services": "^3.4.8", "@project-sunbird/sb-styles": "0.0.7", "@project-sunbird/sunbird-pdf-player-v9": "^4.8.2", "@project-sunbird/sunbird-player-sdk-v9": "^4.6.4", - "@project-sunbird/telemetry-sdk": "0.0.26", + "@project-sunbird/telemetry-sdk": "1.3.0", "core-js": "^2.5.4", "document-register-element": "^1.7.2", "reflect-metadata": "^0.1.13", @@ -45,16 +45,16 @@ "zone.js": "~0.11.4" }, "devDependencies": { - "@angular-devkit/build-angular": "14.2.5", - "@angular-devkit/core": "^14.2.5", - "@angular-eslint/builder": "13.5.0", - "@angular-eslint/eslint-plugin": "13.5.0", - "@angular-eslint/eslint-plugin-template": "13.5.0", - "@angular-eslint/schematics": "13.5.0", - "@angular-eslint/template-parser": "13.5.0", - "@angular/cli": "14.2.5", - "@angular/compiler-cli": "14.2.5", - "@angular/language-service": "14.2.5", + "@angular-devkit/build-angular": "15.2.10", + "@angular-devkit/core": "^15.2.10", + "@angular-eslint/builder": "15.2.1", + "@angular-eslint/eslint-plugin": "15.2.0", + "@angular-eslint/eslint-plugin-template": "15.2.1", + "@angular-eslint/schematics": "15.2.1", + "@angular-eslint/template-parser": "15.2.1", + "@angular/cli": "15.2.10", + "@angular/compiler-cli": "15.2.10", + "@angular/language-service": "15.2.10", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "~2.0.3", "@types/node": "^12.20.15", @@ -71,12 +71,12 @@ "karma-coverage-istanbul-reporter": "~3.0.2", "karma-jasmine": "~4.0.0", "karma-jasmine-html-reporter": "^1.5.0", - "ng-packagr": "^14.2.1", + "ng-packagr": "^15.2.2", "protractor": "~7.0.0", "ts-node": "~7.0.0", "tsickle": "0.39.1", - "typescript": "4.6.4", + "typescript": "4.9.5", "watch": "^1.0.2", "wrench": "^1.5.9" } -} +} \ No newline at end of file diff --git a/projects/pdf-player-wc/src/main.ts b/projects/pdf-player-wc/src/main.ts index c94c04d..c7b673c 100644 --- a/projects/pdf-player-wc/src/main.ts +++ b/projects/pdf-player-wc/src/main.ts @@ -3,7 +3,6 @@ import { platformBrowserDynamic } from '@angular/platform-browser-dynamic'; import { AppModule } from './app/app.module'; import { environment } from './environments/environment'; -import 'reflect-metadata'; if (environment.production) { enableProdMode(); diff --git a/projects/pdf-player-wc/src/test.ts b/projects/pdf-player-wc/src/test.ts index 4bf4afb..ae25f27 100644 --- a/projects/pdf-player-wc/src/test.ts +++ b/projects/pdf-player-wc/src/test.ts @@ -7,13 +7,6 @@ import { platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; -declare const require: { - context(path: string, deep?: boolean, filter?: RegExp): { - keys(): string[]; - (id: string): T; - }; -}; - // First, initialize the Angular testing environment. getTestBed().initTestEnvironment( BrowserDynamicTestingModule, @@ -21,7 +14,3 @@ getTestBed().initTestEnvironment( teardown: { destroyAfterEach: false } } ); -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); diff --git a/projects/sunbird-pdf-player/audit-ci.jsonc b/projects/sunbird-pdf-player/audit-ci.jsonc new file mode 100644 index 0000000..5fcae30 --- /dev/null +++ b/projects/sunbird-pdf-player/audit-ci.jsonc @@ -0,0 +1,4 @@ +{ + "$schema": "https://github.com/IBM/audit-ci/raw/main/docs/schema.json", + "critical": true + } \ No newline at end of file diff --git a/projects/sunbird-pdf-player/karma.conf.js b/projects/sunbird-pdf-player/karma.conf.js index 5110da5..814b603 100644 --- a/projects/sunbird-pdf-player/karma.conf.js +++ b/projects/sunbird-pdf-player/karma.conf.js @@ -1,6 +1,8 @@ // Karma configuration file, see link for more information // https://karma-runner.github.io/1.0/config/configuration-file.html +process.env.CHROME_BIN = require('puppeteer').executablePath(); + module.exports = function (config) { config.set({ basePath: '', diff --git a/projects/sunbird-pdf-player/package-lock.json b/projects/sunbird-pdf-player/package-lock.json index aa8fab7..effe693 100644 --- a/projects/sunbird-pdf-player/package-lock.json +++ b/projects/sunbird-pdf-player/package-lock.json @@ -1,37 +1,57 @@ { "name": "@project-sunbird/sunbird-pdf-player-v9", - "version": "5.2.1", - "lockfileVersion": 1, + "version": "6.0.0", + "lockfileVersion": 3, "requires": true, - "dependencies": { - "@project-sunbird/sunbird-player-sdk-v9": { + "packages": { + "": { + "name": "@project-sunbird/sunbird-pdf-player-v9", + "version": "6.0.0", + "license": "MIT", + "dependencies": { + "@project-sunbird/sunbird-player-sdk-v9": "5.1.0", + "tslib": "^2.0.0" + }, + "peerDependencies": { + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", + "@project-sunbird/client-services": ">= 3.4.8", + "@project-sunbird/sb-styles": ">= 0.0.7" + } + }, + "node_modules/@project-sunbird/sunbird-player-sdk-v9": { "version": "5.1.0", "resolved": "https://registry.npmjs.org/@project-sunbird/sunbird-player-sdk-v9/-/sunbird-player-sdk-v9-5.1.0.tgz", "integrity": "sha512-Vg3MXOkBC7c1px9pTX58T0wqkseLAw0kWLflA8CpttIUQYFJBxxu5wEB8z8Y5zb6zDFrykxWRbPEcbdYdfOKRw==", - "requires": { + "dependencies": { "ally.js": "1.4.1" + }, + "peerDependencies": { + "@angular/common": ">= 9.1.12", + "@angular/core": ">= 9.1.12", + "@project-sunbird/sb-styles": ">= 0.0.7" } }, - "ally.js": { + "node_modules/ally.js": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/ally.js/-/ally.js-1.4.1.tgz", "integrity": "sha1-n7fmuljvrE7pExyymqnuO1QLzx4=", - "requires": { + "dependencies": { "css.escape": "^1.5.0", "platform": "1.3.3" } }, - "css.escape": { + "node_modules/css.escape": { "version": "1.5.1", "resolved": "https://registry.npmjs.org/css.escape/-/css.escape-1.5.1.tgz", "integrity": "sha1-QuJ9T6BK4y+TGktNQZH6nN3ul8s=" }, - "platform": { + "node_modules/platform": { "version": "1.3.3", "resolved": "https://registry.npmjs.org/platform/-/platform-1.3.3.tgz", "integrity": "sha1-ZGx3ARiZhwtqCQPnXpl+jlHadGE=" }, - "tslib": { + "node_modules/tslib": { "version": "2.4.0", "resolved": "https://registry.npmjs.org/tslib/-/tslib-2.4.0.tgz", "integrity": "sha512-d6xOpEDfsi2CZVlPQzGeux8XMwLT9hssAsaPYExaQMuYskwb+x1x7J371tWlbBdWHroy99KnVB6qIkUbs5X3UQ==" diff --git a/projects/sunbird-pdf-player/package.json b/projects/sunbird-pdf-player/package.json index 98a3f50..35ce0e3 100644 --- a/projects/sunbird-pdf-player/package.json +++ b/projects/sunbird-pdf-player/package.json @@ -1,9 +1,9 @@ { "name": "@project-sunbird/sunbird-pdf-player-v9", - "version": "5.6.0", + "version": "6.0.0", "peerDependencies": { - "@angular/common": ">= 14.2.5", - "@angular/core": ">= 14.2.5", + "@angular/common": "15.2.10", + "@angular/core": "15.2.10", "@project-sunbird/client-services": ">= 3.4.8", "@project-sunbird/sb-styles": ">= 0.0.7" }, @@ -11,7 +11,7 @@ "@project-sunbird/sunbird-player-sdk-v9": "5.1.0", "tslib": "^2.0.0" }, - "homepage": "https://github.com/Sunbird-Knowlg/sunbird-pdf-player/blob/release-5.5.0/README.md", + "homepage": "https://github.com/Sunbird-Knowlg/sunbird-pdf-player/blob/release-6.0.0/README.md", "repository": { "type": "git", "url": "https://github.com/Sunbird-Knowlg/sunbird-pdf-player.git" diff --git a/projects/sunbird-pdf-player/src/lib/sunbird-pdf-player.component.scss b/projects/sunbird-pdf-player/src/lib/sunbird-pdf-player.component.scss index 1932a8e..d76cd2f 100644 --- a/projects/sunbird-pdf-player/src/lib/sunbird-pdf-player.component.scss +++ b/projects/sunbird-pdf-player/src/lib/sunbird-pdf-player.component.scss @@ -1,4 +1,4 @@ -@import "~@project-sunbird/sb-styles/assets/mixins/mixins"; +@import "@project-sunbird/sb-styles/assets/mixins/mixins"; .sunbird-pdf-palyer-container { width: 100%; diff --git a/projects/sunbird-pdf-player/src/test.ts b/projects/sunbird-pdf-player/src/test.ts index 8bc9acb..d186e4e 100644 --- a/projects/sunbird-pdf-player/src/test.ts +++ b/projects/sunbird-pdf-player/src/test.ts @@ -9,8 +9,6 @@ import { platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; -declare const require: any; - // First, initialize the Angular testing environment. getTestBed().initTestEnvironment( BrowserDynamicTestingModule, @@ -18,7 +16,3 @@ getTestBed().initTestEnvironment( teardown: { destroyAfterEach: false } } ); -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); diff --git a/projects/sunbird-pdf-player/tsconfig.lib.json b/projects/sunbird-pdf-player/tsconfig.lib.json index ffedb49..6d1fb4c 100644 --- a/projects/sunbird-pdf-player/tsconfig.lib.json +++ b/projects/sunbird-pdf-player/tsconfig.lib.json @@ -2,7 +2,6 @@ "extends": "../../tsconfig.json", "compilerOptions": { "outDir": "../../out-tsc/lib", - "target": "es2020", "module": "es2015", "moduleResolution": "node", "declaration": true, @@ -23,8 +22,7 @@ "fullTemplateTypeCheck": true, "strictInjectionParameters": true, "enableResourceInlining": true, - "preserveSymlinks": true, - "enableIvy": true + "preserveSymlinks": true }, "exclude": [ "src/test.ts", diff --git a/src/app/app.component.ts b/src/app/app.component.ts index 30a1f0b..0976ac6 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -21,21 +21,42 @@ export class AppComponent implements OnInit { }; metadata: Metadata = { compatibilityLevel: 4, - artifactUrl: 'https://ntpproductionall.blob.core.windows.net/ntp-content-production/content/assets/do_31291455031832576019477/b301b302_std_1_tamilenglish_lang_term-1_opt.pdf', + artifactUrl: 'https://obj.stage.sunbirded.org/sunbird-content-staging/content/assets/do_212995436595576832124/java_tutorial.pdf', identifier: 'do_31291455031832576019477', name: 'B301,B302_STD_1_TAMIL,ENGLISH_LANG_TERM 1_OPT', - streamingUrl: 'https://ntpproductionall.blob.core.windows.net/ntp-content-production/content/assets/do_31291458881611366418883/b331332333_std_5_mathssciencesocial_tm_term-1_opt.pdf', + streamingUrl: 'https://obj.stage.sunbirded.org/sunbird-content-staging/content/assets/do_212995436595576832124/java_tutorial.pdf', pkgVersion: 1 }; pdfMetadataEvents: object; pdfPlayerConfig: PlayerConfig = { - context: { - channel: '505c7c48ac6dc1edc9b08f21db5a571d', - pdata: { id: 'prod.diksha.portal', ver: '3.2.12', pid: 'sunbird-portal' }, + context: + { dispatcher: { dispatch(event) { console.log(`Events from dispatcher: ${JSON.stringify(event)}`); } + }, + "mode": "play", + "pdata": { + "id": "dev.sunbird.portal", + "ver": "5.2.0", + "pid": "sunbird-portal" + }, + "sid": "6d1898db-d783-4f83-8b92-4a36636e0d2f", + "uid": "anonymous", + "timeDiff": -0.089, + "channel": "01269878797503692810", + "tags": [ + "01269878797503692810" + ], + "did": "3ca74a4c5fbce6b7b7f5cd12cebb1682", + "contextRollup": { + "l1": "01269878797503692810" + }, + "objectRollup": {}, + "userData": { + "firstName": "Guest", + "lastName": "" } }, config: this.config, diff --git a/src/test.ts b/src/test.ts index 6b03dbe..ae25f27 100644 --- a/src/test.ts +++ b/src/test.ts @@ -7,8 +7,6 @@ import { platformBrowserDynamicTesting } from '@angular/platform-browser-dynamic/testing'; -declare const require: any; - // First, initialize the Angular testing environment. getTestBed().initTestEnvironment( BrowserDynamicTestingModule, @@ -16,7 +14,3 @@ getTestBed().initTestEnvironment( teardown: { destroyAfterEach: false } } ); -// Then we find all the tests. -const context = require.context('./', true, /\.spec\.ts$/); -// And load the modules. -context.keys().map(context); diff --git a/tsconfig.json b/tsconfig.json index a9d6a32..e289a8b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,8 +1,5 @@ { "compileOnSave": false, - "angularCompilerOptions": { - "enableIvy": true - }, "compilerOptions": { "baseUrl": "./", "outDir": "./dist/out-tsc", @@ -12,7 +9,7 @@ "moduleResolution": "node", "experimentalDecorators": true, "importHelpers": true, - "target": "es2020", + "target": "ES2022", "typeRoots": [ "node_modules/@types" ], @@ -24,6 +21,7 @@ "@project-sunbird/sunbird-pdf-player-v9/*": [ "dist/sunbird-pdf-player/*" ] - } + }, + "useDefineForClassFields": false } } diff --git a/web-component-demo/index.html b/web-component-demo/index.html index 4889c4d..de1591d 100644 --- a/web-component-demo/index.html +++ b/web-component-demo/index.html @@ -23,14 +23,9 @@ } } - - - @@ -42,14 +37,14 @@ const pdfElement = document.createElement('sunbird-pdf-player'); pdfElement.setAttribute('player-config', JSON.stringify(playerConfig)); - pdfElement.addEventListener('playerEvent', (event) => { - console.log("On playerEvent", event); - }); - pdfElement.addEventListener('telemetryEvent', (event) => { console.log("On telemetryEvent", event); }); - + + pdfElement.addEventListener('playerEvent', (event) => { + console.log("On playerEvent", event); + }); + console.log(pdfElement) const myPlayer = document.getElementById("my-player"); myPlayer.appendChild(pdfElement); diff --git a/web-component-demo/styles.css b/web-component-demo/styles.css index b7b6c62..c670b1a 100644 --- a/web-component-demo/styles.css +++ b/web-component-demo/styles.css @@ -1,3 +1,3 @@ -:root{--font-stack-en: "Noto Sans", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-hi: "Noto Sans Devanagari", "Noto Sans", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-ur: "Noto Sans", "Noto Nastaliq Urdu", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--blue: #024f9d;--green: #008840;--orange: #e55a28;--red: #ff4558;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--yellow: #ffc107;--teal: #20c997;--cyan: #17a2b8;--black: #000000;--white: #ffffff;--gray-hs: 0, 0%;--gray: hsl(var(--gray-hs), 20%);--gray-0: hsl(var(--gray-hs), 95%);--gray-100: hsl(var(--gray-hs), 80%);--gray-200: hsl(var(--gray-hs), 60%);--gray-300: hsl(var(--gray-hs), 59%);--gray-400: hsl(var(--gray-hs), 40%);--gray-800: var(--gray);--primary-color: #024f9d;--secondary-color: #008840;--tertiary-color: #e55a28;--primary-0: #f3f7fa;--primary-100: #edf4f9;--primary-200: #80a7ce;--primary-250: #d3e7f4;--primary-300: #7ab4ee;--primary-400: var(--primary-color);--primary-600: #005391;--primary-800: #002e50;--secondary-0: #e1ffdf;--secondary-100: #00c786;--secondary-200: #07bc81;--secondary-400: var(--secondary-color);--tertiary-0: #feedd7;--tertiary-100: #ffa11d;--tertiary-400: var(--tertiary-color);--red-0: #fbccd1;--red-100: #ff6979;--red-400: var(--red);--info-color: var(--blue);--success-color: var(--green);--warning-color: var(--orange);--danger-color: var(--red);--body-background-color: var(--primary-0);--default-text-color: var(--gray-800);--bg-body: var(--primary-0);--body-color: var(--gray-800);--alpha0: 0;--alpha25: .25;--alpha50: .5;--alpha75: .75;--font-default-size: .875rem;--font-size-base: var(--font-default-size);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--font-weight-base: var(--font-weight-normal);--line-height-base: calc(var(--font-size-base) * 1.61803398875);--h1-font-size: 2rem;--h2-font-size: 1.75rem;--h3-font-size: 1.5rem;--h4-font-size: 1.2rem;--h5-font-size: 1rem;--h6-font-size: var(--font-size-base);--font-size-lg: var(--h4-font-size);--font-size-md: var(--h5-font-size);--font-size-normal: var(--font-size-base);--font-size-sm: .75rem;--font-size-xs: .625rem;--p-font-size: var(--font-size-base);--base-font-size: .875rem;--base-block-space: .5rem;--icon-svg-xxs: .75rem;--icon-svg-xs: calc(var(--base-block-space) * 2);--icon-svg-sm: calc(var(--base-block-space) * 3);--icon-svg-md: calc(var(--base-block-space) * 4);--icon-svg-lg: calc(var(--base-block-space) * 5);--icon-svg-xl: calc(var(--base-block-space) * 6);--rc-96C8DA: #96C8DA;--rc-0076FE: #0076FE;--rc-E5EDF5: #E5EDF5;--rc-7c7b7b: #7c7b7b;--rc-f5f5f5: #f5f5f5;--rc-fdfdfd: #fdfdfd;--rc-dedede: #dedede;--rc-F5F9FC: #F5F9FC;--rc-c4c4c4: #c4c4c4;--rc-d8d8d8: #d8d8d8;--rc-e9e5e5: #e9e5e5;--rc-dddddd: #dddddd;--rc-7b86f4: #7b86f4;--rc-d0d0d0: #d0d0d0;--rc-5c8db7: #5c8db7;--rc-91aecc: #91aecc;--rc-f9f9f9: #f9f9f9;--rc-d4d3d3: #d4d3d3;--rc-FAFAFA: #FAFAFA;--rc-866A6A: #866a6a;--rc-979797: #979797;--rc-e0e1e2: #e0e1e2;--rc-00BD7F: #00BD7F;--rc-9F9F9F: #9F9F9F;--rc-F3F8FF: #F3F8FF;--rc-80A7CE: #80A7CE;--rc-9b9b9b: #9b9b9b;--rc-2ca58d: #2ca58d;--rc-007AFF: #007AFF;--rc-bdbdbd: #bdbdbd;--rc-cecece: #cecece;--rc-2972a4: #2972a4;--rc-E0F1FD: #E0F1FD;--rc-C8D6EA: #C8D6EA;--rc-e2e3e5: #e2e3e5;--rc-BCBEC0: #BCBEC0;--rc-d4d4d5: #d4d4d5;--rc-d4d8da: #d4d8da;--rc-bfe1cf: #bfe1cf;--rc-289fd9: #289fd9;--rc-e68900: #e68900;--rc-2f4272: #2f4272;--rc-e0e0e0: #e0e0e0;--rc-2361ff: #2361ff;--rc-ffb300: #ffb300;--rc-d8dee2: #d8dee2;--rc-252525: #252525;--rc-fcf2d6: #fcf2d6;--rc-add8e6: #add8e6;--rc-afd9e7: #afd9e7;--rc-D9E4F2: #D9E4F2;--rc-88B7E6: #88B7E6;--rc-4a4a4a: #4a4a4a;--rc-fff6f6: #fff6f6;--rc-f7f7f7: #f7f7f7;--rc-66c7f4: #66c7f4;--rc-1B4785: #1B4785;--rc-a9a9a9: #a9a9a9;--rc-1b1c1d: #1b1c1d;--rc-dededf: #dededf;--rc-aaaaaa: #aaaaaa;--rc-042D55: #042D55;--rc-eeeeee: #eeeeee;--rc-bbbbbb: #bbbbbb;--rc-009D53: #009D53;--rc-E0EFFF: #E0EFFF;--rc-196DAB: #196DAB;--rc-c2c2c2: #c2c2c2;--rc-e5e5e5: #e5e5e5;--rc-c3c3c3: #c3c3c3;--rc-00abc7:#00abc7;--rc-FCE6E6:#FCE6E6;--rc-DECACA:#DECACA;--rc-424242:#424242;--rc-F5D7D7:#F5D7D7;--rc-F7FFF5:#F7FFF5;--rc-D3DED1:#D3DED1;--rc-EBF6E0:#EBF6E0;--rc-F6F6F6:#F6F6F6;--rc-33B6CC:#33B6CC;--rc-2dadc2:#2dadc2;--rc-0fbad6:#0fbad6;--rc-f7ffec:#f7ffec;--rc-d2ddc7:#d2ddc7;--rc-ffe1e1:#ffe1e1;--rc-e6c8c8:#e6c8c8;--rc-f56b56:#f56b56;--rc-dc523d:#dc523d;--rc-e65c47:#e65c47;--rc-565c70:#565c70;--rc-rgba-black: 0, 0, 0;--rc-rgba-white: 255, 255, 255;--rc-rgba-gray: 51, 51, 51;--rc-rgba-primary: 2, 79, 157;--rc-rgba-primary-300: 41, 114, 164;--rc-rgba-gray-300: 34, 36, 38;--rc-rgba-866a6a: 134, 106, 106;--rc-rgba-d0d0d0: 208, 208, 208;--rc-rgba-7b86f4: 123, 134, 244;--rc-rgba-C8D6EA: 200, 214, 234;--primary-theme: #FFD954;--sbt-theme-bg: var(--primary-theme);--sbt-header-bg: var(--primary-theme);--sbt-body-bg: #F2F2EA;--sbt-body-bg2: #E9E8D9;--sbt-primary-bg: var(--primary-theme);--sbt-border-chapter: #E4E8EE;--lazyload-bg:#f6f7f8;--grey-nuance-lighter: #eeeeee;--grey-nuance-darker: #dddddd;--fade-grey: #e8e8e8}[class^=sb-icon-],[class*=sb-icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;font-size:inherit;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sb-icon-preview:before{content:"\e909"}.sb-icon-refresh:before{content:"\e90c"}.sb-icon-reviewer:before{content:"\e90a"}.sb-icon-folder:before{content:"\e902"}.sb-icon-comment:before{content:"\e908"}.sb-icon-send:before{content:"\e90b"}.sb-icon-book:before{content:"\e900"}.sb-icon-content:before{content:"\e901"}.sb-icon-collection:before{content:"\e903"}.sb-icon-doc:before{content:"\e904"}.sb-icon-mp3:before{content:"\e905"}.sb-icon-open-book:before{content:"\e906"}.sb-icon-video:before{content:"\e907"}.sb-lock-icon{cursor:pointer}[class*=sb-icon-primary]{background-color:#024f9d;background-color:var(--primary-color)}[class*=sb-icon-secondary]{background-color:#008840;background-color:var(--secondary-color)}[class*=sb-icon-warning]{background-color:#e55a28;background-color:var(--tertiary-color)}[class*=sb-icon-error]{background-color:#ff4558;background-color:var(--red)}.info-icon{background-color:#666;background-color:var(--gray-400);-webkit-mask-size:contain;-webkit-mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-position:50% 50%;mask-repeat:no-repeat;width:1rem;height:1rem;margin-left:.25rem;display:inline-block;vertical-align:bottom}.icon-arrow-round-down{transform:rotate(90deg)}.icon-svg{position:relative;top:.0625rem;display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;opacity:1}.icon-svg svg.icon{width:100%;height:inherit}.icon-svg--xxs{width:.75rem;width:var(--icon-svg-xxs);height:.75rem;height:var(--icon-svg-xxs)}.icon-svg--xs{width:1rem;width:var(--icon-svg-xs);height:1rem;height:var(--icon-svg-xs)}.icon-svg--sm{width:1.5rem;width:var(--icon-svg-sm);height:1.5rem;height:var(--icon-svg-sm)}.icon-svg--md{width:2rem;width:var(--icon-svg-md);height:2rem;height:var(--icon-svg-md)}.icon-svg--lg{width:2.5rem;width:var(--icon-svg-lg);height:2.5rem;height:var(--icon-svg-lg)}.icon-svg--xl{width:3rem;width:var(--icon-svg-xl);height:3rem;height:var(--icon-svg-xl)}.icon-svg--white{fill:#fff;fill:var(--white)}.icon-svg--primary{fill:#024f9d;fill:var(--primary-color)}.icon-svg--secondary{fill:#008840;fill:var(--secondary-color)}.icon-svg--tertiary{fill:#e55a28;fill:var(--tertiary-color)}.icon-svg--red{fill:#ff4558;fill:var(--red-400)}.icon-svg--gray{fill:#333;fill:var(--gray-800)}*,*:before,*:after{box-sizing:border-box}html{font-family:inherit;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Noto Sans,Noto Sans Devanagari,Noto Sans Tamil,Noto Sans Bengali,Noto Sans Malayalam,Noto Sans Gurmukhi,Noto Sans Gujarati,Noto Sans Telugu,Noto Sans Kannada,Noto Sans Oriya,Noto Nastaliq Urdu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-family:var(--font-stack-en);font-size:1rem;font-weight:400;line-height:1.5;color:#333;color:var(--gray-800);text-align:left;background:#E5EDF5}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:theme-color("primary");text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:0px dotted;outline:0px auto transparent}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.sb-bg-color-gray-hs{background:0,0%!important;background:var(--gray-hs)!important}.sb-color-gray-hs{color:0,0%!important;color:var(--gray-hs)!important}.sb-bg-color-gray{background:hsl(0,0%,20%)!important;background:var(--gray)!important}.sb-color-gray{color:#333!important;color:var(--gray)!important}.sb-bg-color-gray-0{background:hsl(0,0%,95%)!important;background:var(--gray-0)!important}.sb-color-gray-0{color:#f2f2f2!important;color:var(--gray-0)!important}.sb-bg-color-gray-100{background:hsl(0,0%,80%)!important;background:var(--gray-100)!important}.sb-color-gray-100{color:#ccc!important;color:var(--gray-100)!important}.sb-bg-color-gray-200{background:hsl(0,0%,60%)!important;background:var(--gray-200)!important}.sb-color-gray-200{color:#999!important;color:var(--gray-200)!important}.sb-bg-color-gray-300{background:hsl(0,0%,59%)!important;background:var(--gray-300)!important}.sb-color-gray-300{color:#969696!important;color:var(--gray-300)!important}.sb-bg-color-gray-400{background:hsl(0,0%,40%)!important;background:var(--gray-400)!important}.sb-color-gray-400{color:#666!important;color:var(--gray-400)!important}.sb-bg-color-gray-800{background:hsl(0,0%,20%)!important;background:var(--gray-800)!important}.sb-color-gray-800{color:#333!important;color:var(--gray-800)!important}.sb-bg-color-primary{background:#024f9d!important;background:var(--primary-400)!important}.sb-color-primary{color:#024f9d!important;color:var(--primary-400)!important}.sb-bg-color-primary-0{background:#f3f7fa!important;background:var(--primary-0)!important}.sb-color-primary-0{color:#f3f7fa!important;color:var(--primary-0)!important}.sb-bg-color-primary-100{background:#edf4f9!important;background:var(--primary-100)!important}.sb-color-primary-100{color:#edf4f9!important;color:var(--primary-100)!important}.sb-bg-color-primary-200{background:#80a7ce!important;background:var(--primary-200)!important}.sb-color-primary-200{color:#80a7ce!important;color:var(--primary-200)!important}.sb-bg-color-primary-250{background:#d3e7f4!important;background:var(--primary-250)!important}.sb-color-primary-250{color:#d3e7f4!important;color:var(--primary-250)!important}.sb-bg-color-primary-300{background:#7ab4ee!important;background:var(--primary-300)!important}.sb-color-primary-300{color:#7ab4ee!important;color:var(--primary-300)!important}.sb-bg-color-primary-400{background:#024f9d!important;background:var(--primary-400)!important}.sb-color-primary-400{color:#024f9d!important;color:var(--primary-400)!important}.sb-bg-color-primary-600{background:#005391!important;background:var(--primary-600)!important}.sb-color-primary-600{color:#005391!important;color:var(--primary-600)!important}.sb-bg-color-primary-800{background:#002e50!important;background:var(--primary-800)!important}.sb-color-primary-800{color:#002e50!important;color:var(--primary-800)!important}.sb-bg-color-secondary{background:#008840!important;background:var(--green)!important}.sb-color-secondary{color:#008840!important;color:var(--green)!important}.sb-bg-color-secondary-0{background:#e1ffdf!important;background:var(--secondary-0)!important}.sb-color-secondary-0{color:#e1ffdf!important;color:var(--secondary-0)!important}.sb-bg-color-secondary-100{background:#00c786!important;background:var(--secondary-100)!important}.sb-color-secondary-100{color:#00c786!important;color:var(--secondary-100)!important}.sb-bg-color-secondary-200{background:#07bc81!important;background:var(--secondary-200)!important}.sb-color-secondary-200{color:#07bc81!important;color:var(--secondary-200)!important}.sb-bg-color-secondary-400{background:#008840!important;background:var(--secondary-400)!important}.sb-color-secondary-400{color:#008840!important;color:var(--secondary-400)!important}.sb-bg-color-tertiary{background:#e55a28!important;background:var(--orange)!important}.sb-color-tertiary{color:#e55a28!important;color:var(--orange)!important}.sb-bg-color-tertiary-0{background:#feedd7!important;background:var(--tertiary-0)!important}.sb-color-tertiary-0{color:#feedd7!important;color:var(--tertiary-0)!important}.sb-bg-color-tertiary-100{background:#ffa11d!important;background:var(--tertiary-100)!important}.sb-color-tertiary-100{color:#ffa11d!important;color:var(--tertiary-100)!important}.sb-bg-color-tertiary-400{background:#e55a28!important;background:var(--tertiary-400)!important}.sb-color-tertiary-400{color:#e55a28!important;color:var(--tertiary-400)!important}.sb-bg-color-red{background:#ff4558!important;background:var(--red)!important}.sb-color-red{color:#ff4558!important;color:var(--red)!important}.sb-bg-color-red-0{background:#fbccd1!important;background:var(--red-0)!important}.sb-color-red-0{color:#fbccd1!important;color:var(--red-0)!important}.sb-bg-color-red-100{background:#ff6979!important;background:var(--red-100)!important}.sb-color-red-100{color:#ff6979!important;color:var(--red-100)!important}.sb-bg-color-red-400{background:#ff4558!important;background:var(--red-400)!important}.sb-color-red-400{color:#ff4558!important;color:var(--red-400)!important}.sb-bg-color-info{background:#024f9d!important;background:var(--primary-400)!important}.sb-color-info{color:#024f9d!important;color:var(--primary-400)!important}.sb-bg-color-success{background:#07bc81!important;background:var(--secondary-200)!important}.sb-color-success{color:#07bc81!important;color:var(--secondary-200)!important}.sb-bg-color-warning{background:#e55a28!important;background:var(--tertiary-400)!important}.sb-color-warning{color:#e55a28!important;color:var(--tertiary-400)!important}.sb-bg-color-error{background:#ff4558!important;background:var(--red-400)!important}.sb-color-error{color:#ff4558!important;color:var(--red-400)!important}.sb-bg-color-white{background:#ffffff!important;background:var(--white)!important}.sb-color-white{color:#fff!important;color:var(--white)!important}.sb-bg-color-black{background:#000000!important;background:var(--black)!important}.sb-color-black{color:#000!important;color:var(--black)!important}.sb-bg-white{background:#ffffff;background:var(--white)}.sb-bg-none{background:none!important}.color-3,.sb-text-gray-800{color:#333;color:var(--gray-800)}.sb-bg-color-black{background-color:#000;background-color:var(--black)}.bg-contain{background-position:center;background-repeat:no-repeat;background-size:contain}.opacity0{opacity:0!important;opacity:var(--alpha0)!important}.opacity10{opacity:var(--alpha10)!important}.opacity20{opacity:var(--alpha20)!important}.opacity25{opacity:.25!important;opacity:var(--alpha25)!important}.opacity30{opacity:var(--alpha30)!important}.opacity40{opacity:var(--alpha40)!important}.opacity50{opacity:.5!important;opacity:var(--alpha50)!important}.opacity60{opacity:var(--alpha60)!important}.opacity70{opacity:var(--alpha70)!important}.opacity75{opacity:.75!important;opacity:var(--alpha75)!important}.opacity80{opacity:var(--alpha80)!important}.opacity90{opacity:var(--alpha90)!important}.opacity100{opacity:var(--alpha100)!important}.w-100{width:100%;max-width:100%}.w-90{width:90%;max-width:90%}.w-80{width:80%;max-width:80%}.w-75{width:75%;max-width:75%}.w-70{width:70%;max-width:70%}.w-60{width:60%;max-width:60%}.w-50{width:50%;max-width:50%}.w-40{width:40%;max-width:40%}.w-30{width:30%;max-width:30%}.w-25{width:25%;max-width:25%}.w-20{width:20%;max-width:20%}.w-auto{width:auto;max-width:auto}.h-100{height:100%;max-height:100%}.height-auto{height:auto!important}.sb-mw-100{max-width:100%!important}.min-height-auto{min-height:auto!important}:root{--font-stack-en: "Noto Sans", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-hi: "Noto Sans Devanagari", "Noto Sans", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-ur: "Noto Sans", "Noto Nastaliq Urdu", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--blue: #024f9d;--green: #008840;--orange: #e55a28;--red: #ff4558;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--yellow: #ffc107;--teal: #20c997;--cyan: #17a2b8;--black: #000000;--white: #ffffff;--gray-hs: 0, 0%;--gray: hsl(var(--gray-hs), 20%);--gray-0: hsl(var(--gray-hs), 95%);--gray-100: hsl(var(--gray-hs), 80%);--gray-200: hsl(var(--gray-hs), 60%);--gray-300: hsl(var(--gray-hs), 59%);--gray-400: hsl(var(--gray-hs), 40%);--gray-800: var(--gray);--primary-color: #024f9d;--secondary-color: #008840;--tertiary-color: #e55a28;--primary-0: #f3f7fa;--primary-100: #edf4f9;--primary-200: #80a7ce;--primary-250: #d3e7f4;--primary-300: #7ab4ee;--primary-400: var(--primary-color);--primary-600: #005391;--primary-800: #002e50;--secondary-0: #e1ffdf;--secondary-100: #00c786;--secondary-200: #07bc81;--secondary-400: var(--secondary-color);--tertiary-0: #feedd7;--tertiary-100: #ffa11d;--tertiary-400: var(--tertiary-color);--red-0: #fbccd1;--red-100: #ff6979;--red-400: var(--red);--info-color: var(--blue);--success-color: var(--green);--warning-color: var(--orange);--danger-color: var(--red);--body-background-color: var(--primary-0);--default-text-color: var(--gray-800);--bg-body: var(--primary-0);--body-color: var(--gray-800);--alpha0: 0;--alpha25: .25;--alpha50: .5;--alpha75: .75;--font-default-size: .875rem;--font-size-base: var(--font-default-size);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--font-weight-base: var(--font-weight-normal);--line-height-base: calc(var(--font-size-base) * 1.61803398875);--h1-font-size: 2rem;--h2-font-size: 1.75rem;--h3-font-size: 1.5rem;--h4-font-size: 1.2rem;--h5-font-size: 1rem;--h6-font-size: var(--font-size-base);--font-size-lg: var(--h4-font-size);--font-size-md: var(--h5-font-size);--font-size-normal: var(--font-size-base);--font-size-sm: .75rem;--font-size-xs: .625rem;--p-font-size: var(--font-size-base);--base-font-size: .875rem;--base-block-space: .5rem;--icon-svg-xxs: .75rem;--icon-svg-xs: calc(var(--base-block-space) * 2);--icon-svg-sm: calc(var(--base-block-space) * 3);--icon-svg-md: calc(var(--base-block-space) * 4);--icon-svg-lg: calc(var(--base-block-space) * 5);--icon-svg-xl: calc(var(--base-block-space) * 6);--rc-96C8DA: #96C8DA;--rc-0076FE: #0076FE;--rc-E5EDF5: #E5EDF5;--rc-7c7b7b: #7c7b7b;--rc-f5f5f5: #f5f5f5;--rc-fdfdfd: #fdfdfd;--rc-dedede: #dedede;--rc-F5F9FC: #F5F9FC;--rc-c4c4c4: #c4c4c4;--rc-d8d8d8: #d8d8d8;--rc-e9e5e5: #e9e5e5;--rc-dddddd: #dddddd;--rc-7b86f4: #7b86f4;--rc-d0d0d0: #d0d0d0;--rc-5c8db7: #5c8db7;--rc-91aecc: #91aecc;--rc-f9f9f9: #f9f9f9;--rc-d4d3d3: #d4d3d3;--rc-FAFAFA: #FAFAFA;--rc-866A6A: #866a6a;--rc-979797: #979797;--rc-e0e1e2: #e0e1e2;--rc-00BD7F: #00BD7F;--rc-9F9F9F: #9F9F9F;--rc-F3F8FF: #F3F8FF;--rc-80A7CE: #80A7CE;--rc-9b9b9b: #9b9b9b;--rc-2ca58d: #2ca58d;--rc-007AFF: #007AFF;--rc-bdbdbd: #bdbdbd;--rc-cecece: #cecece;--rc-2972a4: #2972a4;--rc-E0F1FD: #E0F1FD;--rc-C8D6EA: #C8D6EA;--rc-e2e3e5: #e2e3e5;--rc-BCBEC0: #BCBEC0;--rc-d4d4d5: #d4d4d5;--rc-d4d8da: #d4d8da;--rc-bfe1cf: #bfe1cf;--rc-289fd9: #289fd9;--rc-e68900: #e68900;--rc-2f4272: #2f4272;--rc-e0e0e0: #e0e0e0;--rc-2361ff: #2361ff;--rc-ffb300: #ffb300;--rc-d8dee2: #d8dee2;--rc-252525: #252525;--rc-fcf2d6: #fcf2d6;--rc-add8e6: #add8e6;--rc-afd9e7: #afd9e7;--rc-D9E4F2: #D9E4F2;--rc-88B7E6: #88B7E6;--rc-4a4a4a: #4a4a4a;--rc-fff6f6: #fff6f6;--rc-f7f7f7: #f7f7f7;--rc-66c7f4: #66c7f4;--rc-1B4785: #1B4785;--rc-a9a9a9: #a9a9a9;--rc-1b1c1d: #1b1c1d;--rc-dededf: #dededf;--rc-aaaaaa: #aaaaaa;--rc-042D55: #042D55;--rc-eeeeee: #eeeeee;--rc-bbbbbb: #bbbbbb;--rc-009D53: #009D53;--rc-E0EFFF: #E0EFFF;--rc-196DAB: #196DAB;--rc-c2c2c2: #c2c2c2;--rc-e5e5e5: #e5e5e5;--rc-c3c3c3: #c3c3c3;--rc-00abc7:#00abc7;--rc-FCE6E6:#FCE6E6;--rc-DECACA:#DECACA;--rc-424242:#424242;--rc-F5D7D7:#F5D7D7;--rc-F7FFF5:#F7FFF5;--rc-D3DED1:#D3DED1;--rc-EBF6E0:#EBF6E0;--rc-F6F6F6:#F6F6F6;--rc-33B6CC:#33B6CC;--rc-2dadc2:#2dadc2;--rc-0fbad6:#0fbad6;--rc-f7ffec:#f7ffec;--rc-d2ddc7:#d2ddc7;--rc-ffe1e1:#ffe1e1;--rc-e6c8c8:#e6c8c8;--rc-f56b56:#f56b56;--rc-dc523d:#dc523d;--rc-e65c47:#e65c47;--rc-565c70:#565c70;--rc-rgba-black: 0, 0, 0;--rc-rgba-white: 255, 255, 255;--rc-rgba-gray: 51, 51, 51;--rc-rgba-primary: 2, 79, 157;--rc-rgba-primary-300: 41, 114, 164;--rc-rgba-gray-300: 34, 36, 38;--rc-rgba-866a6a: 134, 106, 106;--rc-rgba-d0d0d0: 208, 208, 208;--rc-rgba-7b86f4: 123, 134, 244;--rc-rgba-C8D6EA: 200, 214, 234;--primary-theme: #FFD954;--sbt-theme-bg: var(--primary-theme);--sbt-header-bg: var(--primary-theme);--sbt-body-bg: #F2F2EA;--sbt-body-bg2: #E9E8D9;--sbt-primary-bg: var(--primary-theme);--sbt-border-chapter: #E4E8EE;--lazyload-bg:#f6f7f8;--grey-nuance-lighter: #eeeeee;--grey-nuance-darker: #dddddd;--fade-grey: #e8e8e8}h1,.sb-h1{font-size:2rem;font-size:var(--h1-font-size);line-height:calc(2rem * 1.6180339888);line-height:calc(var(--h1-font-size) * 1.6180339888);margin:0;padding:0}h2,.sb-h2{font-size:1.75rem;font-size:var(--h2-font-size);line-height:calc(1.75rem * 1.6180339888);line-height:calc(var(--h2-font-size) * 1.6180339888);margin:0;padding:0}h3,.sb-h3{font-size:1.5rem;font-size:var(--h3-font-size);line-height:calc(1.5rem * 1.6180339888);line-height:calc(var(--h3-font-size) * 1.6180339888);margin:0;padding:0}h4,.sb-h4{font-size:1.2rem;font-size:var(--h4-font-size);line-height:calc(1.2rem * 1.6180339888);line-height:calc(var(--h4-font-size) * 1.6180339888);margin:0;padding:0}h5,.sb-h5{font-size:1rem;font-size:var(--h5-font-size);line-height:calc(1rem * 1.6180339888);line-height:calc(var(--h5-font-size) * 1.6180339888);margin:0;padding:0}h6,.sb-h6{font-size:.875rem;font-size:var(--h6-font-size);line-height:calc(.875rem * 1.6180339888);line-height:calc(var(--h6-font-size) * 1.6180339888);margin:0;padding:0}.fmedium{font-size:1rem!important;font-size:var(--font-size-md)!important}.fnormal{font-size:.875rem!important;font-size:var(--font-size-normal)!important}.fsmall{font-size:.75rem!important;font-size:var(--font-size-sm)!important}.fxsmall{font-size:.625rem!important;font-size:var(--font-size-xs)!important}.fs-0-785{font-size:.785rem!important}.fs-0-92{font-size:.9286rem!important}.fs-1{font-size:1rem!important}.fs-1-143{font-size:1.143rem!important}.fs-1-16{font-size:1.16rem!important}.fs-1-286{font-size:1.286rem!important}.fs-1-3{font-size:1.3rem!important}.fs-1-429{font-size:1.429rem!important}.fs-1-5{font-size:1.5rem!important}.fs-1-7{font-size:1.7rem!important}.fs-2{font-size:2rem!important}.fs-2-5{font-size:2.5rem!important}.fs-2-57{font-size:2.571rem!important}.fs-3{font-size:3rem!important}.fs-3-5{font-size:3.5rem!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase,.text-sentencecase{text-transform:lowercase!important}.text-inherit{text-transform:inherit!important}.text-sentencecase:first-letter{text-transform:uppercase!important}.font-weight-bold{font-weight:700!important}.font-weight-normal{font-weight:400!important}.break-word{word-break:break-word!important}.break-all{word-break:break-all!important}.cursor-pointer{cursor:pointer!important}.cursor-text{cursor:text!important}.va-bottom{vertical-align:bottom!important}.va-middle{vertical-align:middle!important}.va-top{vertical-align:top!important}p,.sb-para{font-size:.875rem;font-size:var(--p-font-size);line-height:calc(.875rem * 1.6180339888);line-height:calc(var(--p-font-size) * 1.6180339888)}.font-italic{font-style:italic}a,a:hover{color:#024f9d;color:var(--primary-color)}a:focus{outline:0}.white-space-nowrap{white-space:nowrap!important}.text-center{text-align:center!important}.text-right{text-align:right!important}html[dir=rtl] .text-right,.text-left{text-align:left!important}html[dir=rtl] .text-left{text-align:right!important}.text-underline{text-decoration:underline!important}.lineHeight-normal{line-height:normal!important}.sb__ellipsis{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.sb__ellipsis--two{-webkit-line-clamp:2}.sb__ellipsis--three{-webkit-line-clamp:3}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.d-inline-block{display:inline-block!important}.d-block,.show{display:block!important}.d-flex,.flex-ai-jc-center,.flex-jc-ai-center{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none,.hide{display:none!important}@media only screen and (max-width: 1023px){[class*="mobile hidden"],[class*="tablet only"]:not(.mobile),[class*="computer only"]:not(.mobile),[class*="large screen only"]:not(.mobile),[class*="widescreen only"]:not(.mobile),[class*="or lower hidden"]{display:none!important}}@media only screen and (min-width: 1024px){[class*="mobile only"]:not(.computer),[class*="tablet only"]:not(.computer),[class*="computer hidden"],[class*="large screen only"]:not(.computer),[class*="widescreen only"]:not(.computer),[class*="or lower hidden"]:not(.tablet):not(.mobile){display:none!important}}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.right-0{right:0!important}html[dir=rtl] .right-0,.left-0{left:0!important}html[dir=rtl] .left-0{right:0!important}.top-50{top:50%!important;transform:translateY(-50%)}.bottom-0{bottom:0!important}.bottom-5{bottom:5px!important}.sb-sticky-bottom,.sb-sticky-top{position:sticky;z-index:999999}.sb-sticky-bottom{bottom:0}.sb-sticky-top{top:0}.zindex-1{z-index:1!important}.zindex-2{z-index:2!important}.zindex-9{z-index:9!important}.zindex-99{z-index:99!important}.zindex-999{z-index:999!important}.zindex-9999{z-index:9999!important}.zindex-99999{z-index:99999!important}.m-0{margin:0rem!important}.mt-0{margin-top:0rem!important}.mb-0{margin-bottom:0rem!important}.my-0{margin-top:0rem!important;margin-bottom:0rem!important}.mx-0{margin-left:0rem!important;margin-right:0rem!important}.ml-0{margin-left:0rem!important}html[dir=rtl] .ml-0{margin-right:0rem!important;margin-left:0!important}.mr-0{margin-right:0rem!important}html[dir=rtl] .mr-0{margin-left:0rem!important;margin-right:0!important}.m-2{margin:.125rem!important}.mt-2{margin-top:.125rem!important}.mb-2{margin-bottom:.125rem!important}.my-2{margin-top:.125rem!important;margin-bottom:.125rem!important}.mx-2{margin-left:.125rem!important;margin-right:.125rem!important}.ml-2{margin-left:.125rem!important}html[dir=rtl] .ml-2{margin-right:.125rem!important;margin-left:0!important}.mr-2{margin-right:.125rem!important}html[dir=rtl] .mr-2{margin-left:.125rem!important;margin-right:0!important}.m-3{margin:.1875rem!important}.mt-3{margin-top:.1875rem!important}.mb-3{margin-bottom:.1875rem!important}.my-3{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.mx-3{margin-left:.1875rem!important;margin-right:.1875rem!important}.ml-3{margin-left:.1875rem!important}html[dir=rtl] .ml-3{margin-right:.1875rem!important;margin-left:0!important}.mr-3{margin-right:.1875rem!important}html[dir=rtl] .mr-3{margin-left:.1875rem!important;margin-right:0!important}.m-4{margin:.25rem!important}.mt-4{margin-top:.25rem!important}.mb-4{margin-bottom:.25rem!important}.my-4{margin-top:.25rem!important;margin-bottom:.25rem!important}.mx-4{margin-left:.25rem!important;margin-right:.25rem!important}.ml-4{margin-left:.25rem!important}html[dir=rtl] .ml-4{margin-right:.25rem!important;margin-left:0!important}.mr-4{margin-right:.25rem!important}html[dir=rtl] .mr-4{margin-left:.25rem!important;margin-right:0!important}.m-5{margin:.3125rem!important}.mt-5{margin-top:.3125rem!important}.mb-5{margin-bottom:.3125rem!important}.my-5{margin-top:.3125rem!important;margin-bottom:.3125rem!important}.mx-5{margin-left:.3125rem!important;margin-right:.3125rem!important}.ml-5{margin-left:.3125rem!important}html[dir=rtl] .ml-5{margin-right:.3125rem!important;margin-left:0!important}.mr-5{margin-right:.3125rem!important}html[dir=rtl] .mr-5{margin-left:.3125rem!important;margin-right:0!important}.m-8{margin:.5rem!important}.mt-8{margin-top:.5rem!important}.mb-8{margin-bottom:.5rem!important}.my-8{margin-top:.5rem!important;margin-bottom:.5rem!important}.mx-8{margin-left:.5rem!important;margin-right:.5rem!important}.ml-8{margin-left:.5rem!important}html[dir=rtl] .ml-8{margin-right:.5rem!important;margin-left:0!important}.mr-8{margin-right:.5rem!important}html[dir=rtl] .mr-8{margin-left:.5rem!important;margin-right:0!important}.m-10{margin:.625rem!important}.mt-10{margin-top:.625rem!important}.mb-10{margin-bottom:.625rem!important}.my-10{margin-top:.625rem!important;margin-bottom:.625rem!important}.mx-10{margin-left:.625rem!important;margin-right:.625rem!important}.ml-10{margin-left:.625rem!important}html[dir=rtl] .ml-10{margin-right:.625rem!important;margin-left:0!important}.mr-10{margin-right:.625rem!important}html[dir=rtl] .mr-10{margin-left:.625rem!important;margin-right:0!important}.m-12{margin:.75rem!important}.mt-12{margin-top:.75rem!important}.mb-12{margin-bottom:.75rem!important}.my-12{margin-top:.75rem!important;margin-bottom:.75rem!important}.mx-12{margin-left:.75rem!important;margin-right:.75rem!important}.ml-12{margin-left:.75rem!important}html[dir=rtl] .ml-12{margin-right:.75rem!important;margin-left:0!important}.mr-12{margin-right:.75rem!important}html[dir=rtl] .mr-12{margin-left:.75rem!important;margin-right:0!important}.m-15{margin:.9375rem!important}.mt-15{margin-top:.9375rem!important}.mb-15{margin-bottom:.9375rem!important}.my-15{margin-top:.9375rem!important;margin-bottom:.9375rem!important}.mx-15{margin-left:.9375rem!important;margin-right:.9375rem!important}.ml-15{margin-left:.9375rem!important}html[dir=rtl] .ml-15{margin-right:.9375rem!important;margin-left:0!important}.mr-15{margin-right:.9375rem!important}html[dir=rtl] .mr-15{margin-left:.9375rem!important;margin-right:0!important}.m-16{margin:1rem!important}.mt-16{margin-top:1rem!important}.mb-16{margin-bottom:1rem!important}.my-16{margin-top:1rem!important;margin-bottom:1rem!important}.mx-16{margin-left:1rem!important;margin-right:1rem!important}.ml-16{margin-left:1rem!important}html[dir=rtl] .ml-16{margin-right:1rem!important;margin-left:0!important}.mr-16{margin-right:1rem!important}html[dir=rtl] .mr-16{margin-left:1rem!important;margin-right:0!important}.m-20{margin:1.25rem!important}.mt-20{margin-top:1.25rem!important}.mb-20{margin-bottom:1.25rem!important}.my-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.mx-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.ml-20{margin-left:1.25rem!important}html[dir=rtl] .ml-20{margin-right:1.25rem!important;margin-left:0!important}.mr-20{margin-right:1.25rem!important}html[dir=rtl] .mr-20{margin-left:1.25rem!important;margin-right:0!important}.m-24{margin:1.5rem!important}.mt-24{margin-top:1.5rem!important}.mb-24{margin-bottom:1.5rem!important}.my-24{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mx-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-24{margin-left:1.5rem!important}html[dir=rtl] .ml-24{margin-right:1.5rem!important;margin-left:0!important}.mr-24{margin-right:1.5rem!important}html[dir=rtl] .mr-24{margin-left:1.5rem!important;margin-right:0!important}.m-30{margin:1.875rem!important}.mt-30{margin-top:1.875rem!important}.mb-30{margin-bottom:1.875rem!important}.my-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.mx-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.ml-30{margin-left:1.875rem!important}html[dir=rtl] .ml-30{margin-right:1.875rem!important;margin-left:0!important}.mr-30{margin-right:1.875rem!important}html[dir=rtl] .mr-30{margin-left:1.875rem!important;margin-right:0!important}.m-32{margin:2rem!important}.mt-32{margin-top:2rem!important}.mb-32{margin-bottom:2rem!important}.my-32{margin-top:2rem!important;margin-bottom:2rem!important}.mx-32{margin-left:2rem!important;margin-right:2rem!important}.ml-32{margin-left:2rem!important}html[dir=rtl] .ml-32{margin-right:2rem!important;margin-left:0!important}.mr-32{margin-right:2rem!important}html[dir=rtl] .mr-32{margin-left:2rem!important;margin-right:0!important}.m-40{margin:2.5rem!important}.mt-40{margin-top:2.5rem!important}.mb-40{margin-bottom:2.5rem!important}.my-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.mx-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.ml-40{margin-left:2.5rem!important}html[dir=rtl] .ml-40{margin-right:2.5rem!important;margin-left:0!important}.mr-40{margin-right:2.5rem!important}html[dir=rtl] .mr-40{margin-left:2.5rem!important;margin-right:0!important}.m-48{margin:3rem!important}.mt-48{margin-top:3rem!important}.mb-48{margin-bottom:3rem!important}.my-48{margin-top:3rem!important;margin-bottom:3rem!important}.mx-48{margin-left:3rem!important;margin-right:3rem!important}.ml-48{margin-left:3rem!important}html[dir=rtl] .ml-48{margin-right:3rem!important;margin-left:0!important}.mr-48{margin-right:3rem!important}html[dir=rtl] .mr-48{margin-left:3rem!important;margin-right:0!important}.m-50{margin:3.125rem!important}.mt-50{margin-top:3.125rem!important}.mb-50{margin-bottom:3.125rem!important}.my-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.mx-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.ml-50{margin-left:3.125rem!important}html[dir=rtl] .ml-50{margin-right:3.125rem!important;margin-left:0!important}.mr-50{margin-right:3.125rem!important}html[dir=rtl] .mr-50{margin-left:3.125rem!important;margin-right:0!important}.m-52{margin:3.25rem!important}.mt-52{margin-top:3.25rem!important}.mb-52{margin-bottom:3.25rem!important}.my-52{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.mx-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.ml-52{margin-left:3.25rem!important}html[dir=rtl] .ml-52{margin-right:3.25rem!important;margin-left:0!important}.mr-52{margin-right:3.25rem!important}html[dir=rtl] .mr-52{margin-left:3.25rem!important;margin-right:0!important}.m-56{margin:3.5rem!important}.mt-56{margin-top:3.5rem!important}.mb-56{margin-bottom:3.5rem!important}.my-56{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.mx-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.ml-56{margin-left:3.5rem!important}html[dir=rtl] .ml-56{margin-right:3.5rem!important;margin-left:0!important}.mr-56{margin-right:3.5rem!important}html[dir=rtl] .mr-56{margin-left:3.5rem!important;margin-right:0!important}.m-60{margin:3.75rem!important}.mt-60{margin-top:3.75rem!important}.mb-60{margin-bottom:3.75rem!important}.my-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.mx-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.ml-60{margin-left:3.75rem!important}html[dir=rtl] .ml-60{margin-right:3.75rem!important;margin-left:0!important}.mr-60{margin-right:3.75rem!important}html[dir=rtl] .mr-60{margin-left:3.75rem!important;margin-right:0!important}.m-64{margin:4rem!important}.mt-64{margin-top:4rem!important}.mb-64{margin-bottom:4rem!important}.my-64{margin-top:4rem!important;margin-bottom:4rem!important}.mx-64{margin-left:4rem!important;margin-right:4rem!important}.ml-64{margin-left:4rem!important}html[dir=rtl] .ml-64{margin-right:4rem!important;margin-left:0!important}.mr-64{margin-right:4rem!important}html[dir=rtl] .mr-64{margin-left:4rem!important;margin-right:0!important}.m-68{margin:4.25rem!important}.mt-68{margin-top:4.25rem!important}.mb-68{margin-bottom:4.25rem!important}.my-68{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.mx-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.ml-68{margin-left:4.25rem!important}html[dir=rtl] .ml-68{margin-right:4.25rem!important;margin-left:0!important}.mr-68{margin-right:4.25rem!important}html[dir=rtl] .mr-68{margin-left:4.25rem!important;margin-right:0!important}.m-72{margin:4.5rem!important}.mt-72{margin-top:4.5rem!important}.mb-72{margin-bottom:4.5rem!important}.my-72{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.mx-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.ml-72{margin-left:4.5rem!important}html[dir=rtl] .ml-72{margin-right:4.5rem!important;margin-left:0!important}.mr-72{margin-right:4.5rem!important}html[dir=rtl] .mr-72{margin-left:4.5rem!important;margin-right:0!important}.m-76{margin:4.75rem!important}.mt-76{margin-top:4.75rem!important}.mb-76{margin-bottom:4.75rem!important}.my-76{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.mx-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.ml-76{margin-left:4.75rem!important}html[dir=rtl] .ml-76{margin-right:4.75rem!important;margin-left:0!important}.mr-76{margin-right:4.75rem!important}html[dir=rtl] .mr-76{margin-left:4.75rem!important;margin-right:0!important}.m-80{margin:5rem!important}.mt-80{margin-top:5rem!important}.mb-80{margin-bottom:5rem!important}.my-80{margin-top:5rem!important;margin-bottom:5rem!important}.mx-80{margin-left:5rem!important;margin-right:5rem!important}.ml-80{margin-left:5rem!important}html[dir=rtl] .ml-80{margin-right:5rem!important;margin-left:0!important}.mr-80{margin-right:5rem!important}html[dir=rtl] .mr-80{margin-left:5rem!important;margin-right:0!important}.m-84{margin:5.25rem!important}.mt-84{margin-top:5.25rem!important}.mb-84{margin-bottom:5.25rem!important}.my-84{margin-top:5.25rem!important;margin-bottom:5.25rem!important}.mx-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.ml-84{margin-left:5.25rem!important}html[dir=rtl] .ml-84{margin-right:5.25rem!important;margin-left:0!important}.mr-84{margin-right:5.25rem!important}html[dir=rtl] .mr-84{margin-left:5.25rem!important;margin-right:0!important}.m-88{margin:5.5rem!important}.mt-88{margin-top:5.5rem!important}.mb-88{margin-bottom:5.5rem!important}.my-88{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.mx-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.ml-88{margin-left:5.5rem!important}html[dir=rtl] .ml-88{margin-right:5.5rem!important;margin-left:0!important}.mr-88{margin-right:5.5rem!important}html[dir=rtl] .mr-88{margin-left:5.5rem!important;margin-right:0!important}.m-96{margin:6rem!important}.mt-96{margin-top:6rem!important}.mb-96{margin-bottom:6rem!important}.my-96{margin-top:6rem!important;margin-bottom:6rem!important}.mx-96{margin-left:6rem!important;margin-right:6rem!important}.ml-96{margin-left:6rem!important}html[dir=rtl] .ml-96{margin-right:6rem!important;margin-left:0!important}.mr-96{margin-right:6rem!important}html[dir=rtl] .mr-96{margin-left:6rem!important;margin-right:0!important}.m-192{margin:12rem!important}.mt-192{margin-top:12rem!important}.mb-192{margin-bottom:12rem!important}.my-192{margin-top:12rem!important;margin-bottom:12rem!important}.mx-192{margin-left:12rem!important;margin-right:12rem!important}.ml-192{margin-left:12rem!important}html[dir=rtl] .ml-192{margin-right:12rem!important;margin-left:0!important}.mr-192{margin-right:12rem!important}html[dir=rtl] .mr-192{margin-left:12rem!important;margin-right:0!important}.m-auto{margin:0 auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.ml-auto{margin-left:auto!important}html[dir=rtl] .ml-auto{margin-right:auto!important;margin-left:0!important}.mr-auto{margin-right:auto!important}html[dir=rtl] .mr-auto{margin-left:auto!important;margin-right:0!important}@media screen and (min-width: 768px){.mx--20{margin:0 -1.25rem!important}}.p-0{padding:0rem!important}.pt-0{padding-top:0rem!important}.pb-0{padding-bottom:0rem!important}.py-0{padding-top:0rem!important;padding-bottom:0rem!important}.px-0{padding-left:0rem!important;padding-right:0rem!important}.pl-0{padding-left:0rem!important}html[dir=rtl] .pl-0{padding-right:0rem!important;padding-left:0!important}.pr-0{padding-right:0rem!important}html[dir=rtl] .pr-0{padding-left:0rem!important;padding-right:0!important}.p-2{padding:.125rem!important}.pt-2{padding-top:.125rem!important}.pb-2{padding-bottom:.125rem!important}.py-2{padding-top:.125rem!important;padding-bottom:.125rem!important}.px-2{padding-left:.125rem!important;padding-right:.125rem!important}.pl-2{padding-left:.125rem!important}html[dir=rtl] .pl-2{padding-right:.125rem!important;padding-left:0!important}.pr-2{padding-right:.125rem!important}html[dir=rtl] .pr-2{padding-left:.125rem!important;padding-right:0!important}.p-3{padding:.1875rem!important}.pt-3{padding-top:.1875rem!important}.pb-3{padding-bottom:.1875rem!important}.py-3{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.px-3{padding-left:.1875rem!important;padding-right:.1875rem!important}.pl-3{padding-left:.1875rem!important}html[dir=rtl] .pl-3{padding-right:.1875rem!important;padding-left:0!important}.pr-3{padding-right:.1875rem!important}html[dir=rtl] .pr-3{padding-left:.1875rem!important;padding-right:0!important}.p-4{padding:.25rem!important}.pt-4{padding-top:.25rem!important}.pb-4{padding-bottom:.25rem!important}.py-4{padding-top:.25rem!important;padding-bottom:.25rem!important}.px-4{padding-left:.25rem!important;padding-right:.25rem!important}.pl-4{padding-left:.25rem!important}html[dir=rtl] .pl-4{padding-right:.25rem!important;padding-left:0!important}.pr-4{padding-right:.25rem!important}html[dir=rtl] .pr-4{padding-left:.25rem!important;padding-right:0!important}.p-5{padding:.3125rem!important}.pt-5{padding-top:.3125rem!important}.pb-5{padding-bottom:.3125rem!important}.py-5{padding-top:.3125rem!important;padding-bottom:.3125rem!important}.px-5{padding-left:.3125rem!important;padding-right:.3125rem!important}.pl-5{padding-left:.3125rem!important}html[dir=rtl] .pl-5{padding-right:.3125rem!important;padding-left:0!important}.pr-5{padding-right:.3125rem!important}html[dir=rtl] .pr-5{padding-left:.3125rem!important;padding-right:0!important}.p-8{padding:.5rem!important}.pt-8{padding-top:.5rem!important}.pb-8{padding-bottom:.5rem!important}.py-8{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-8{padding-left:.5rem!important;padding-right:.5rem!important}.pl-8{padding-left:.5rem!important}html[dir=rtl] .pl-8{padding-right:.5rem!important;padding-left:0!important}.pr-8{padding-right:.5rem!important}html[dir=rtl] .pr-8{padding-left:.5rem!important;padding-right:0!important}.p-10{padding:.625rem!important}.pt-10{padding-top:.625rem!important}.pb-10{padding-bottom:.625rem!important}.py-10{padding-top:.625rem!important;padding-bottom:.625rem!important}.px-10{padding-left:.625rem!important;padding-right:.625rem!important}.pl-10{padding-left:.625rem!important}html[dir=rtl] .pl-10{padding-right:.625rem!important;padding-left:0!important}.pr-10{padding-right:.625rem!important}html[dir=rtl] .pr-10{padding-left:.625rem!important;padding-right:0!important}.p-12{padding:.75rem!important}.pt-12{padding-top:.75rem!important}.pb-12{padding-bottom:.75rem!important}.py-12{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-12{padding-left:.75rem!important;padding-right:.75rem!important}.pl-12{padding-left:.75rem!important}html[dir=rtl] .pl-12{padding-right:.75rem!important;padding-left:0!important}.pr-12{padding-right:.75rem!important}html[dir=rtl] .pr-12{padding-left:.75rem!important;padding-right:0!important}.p-15{padding:.9375rem!important}.pt-15{padding-top:.9375rem!important}.pb-15{padding-bottom:.9375rem!important}.py-15{padding-top:.9375rem!important;padding-bottom:.9375rem!important}.px-15{padding-left:.9375rem!important;padding-right:.9375rem!important}.pl-15{padding-left:.9375rem!important}html[dir=rtl] .pl-15{padding-right:.9375rem!important;padding-left:0!important}.pr-15{padding-right:.9375rem!important}html[dir=rtl] .pr-15{padding-left:.9375rem!important;padding-right:0!important}.p-16{padding:1rem!important}.pt-16{padding-top:1rem!important}.pb-16{padding-bottom:1rem!important}.py-16{padding-top:1rem!important;padding-bottom:1rem!important}.px-16{padding-left:1rem!important;padding-right:1rem!important}.pl-16{padding-left:1rem!important}html[dir=rtl] .pl-16{padding-right:1rem!important;padding-left:0!important}.pr-16{padding-right:1rem!important}html[dir=rtl] .pr-16{padding-left:1rem!important;padding-right:0!important}.p-20{padding:1.25rem!important}.pt-20{padding-top:1.25rem!important}.pb-20{padding-bottom:1.25rem!important}.py-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.px-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.pl-20{padding-left:1.25rem!important}html[dir=rtl] .pl-20{padding-right:1.25rem!important;padding-left:0!important}.pr-20{padding-right:1.25rem!important}html[dir=rtl] .pr-20{padding-left:1.25rem!important;padding-right:0!important}.p-24{padding:1.5rem!important}.pt-24{padding-top:1.5rem!important}.pb-24{padding-bottom:1.5rem!important}.py-24{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.pl-24{padding-left:1.5rem!important}html[dir=rtl] .pl-24{padding-right:1.5rem!important;padding-left:0!important}.pr-24{padding-right:1.5rem!important}html[dir=rtl] .pr-24{padding-left:1.5rem!important;padding-right:0!important}.p-30{padding:1.875rem!important}.pt-30{padding-top:1.875rem!important}.pb-30{padding-bottom:1.875rem!important}.py-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.px-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.pl-30{padding-left:1.875rem!important}html[dir=rtl] .pl-30{padding-right:1.875rem!important;padding-left:0!important}.pr-30{padding-right:1.875rem!important}html[dir=rtl] .pr-30{padding-left:1.875rem!important;padding-right:0!important}.p-32{padding:2rem!important}.pt-32{padding-top:2rem!important}.pb-32{padding-bottom:2rem!important}.py-32{padding-top:2rem!important;padding-bottom:2rem!important}.px-32{padding-left:2rem!important;padding-right:2rem!important}.pl-32{padding-left:2rem!important}html[dir=rtl] .pl-32{padding-right:2rem!important;padding-left:0!important}.pr-32{padding-right:2rem!important}html[dir=rtl] .pr-32{padding-left:2rem!important;padding-right:0!important}.p-40{padding:2.5rem!important}.pt-40{padding-top:2.5rem!important}.pb-40{padding-bottom:2.5rem!important}.py-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.px-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.pl-40{padding-left:2.5rem!important}html[dir=rtl] .pl-40{padding-right:2.5rem!important;padding-left:0!important}.pr-40{padding-right:2.5rem!important}html[dir=rtl] .pr-40{padding-left:2.5rem!important;padding-right:0!important}.p-48{padding:3rem!important}.pt-48{padding-top:3rem!important}.pb-48{padding-bottom:3rem!important}.py-48{padding-top:3rem!important;padding-bottom:3rem!important}.px-48{padding-left:3rem!important;padding-right:3rem!important}.pl-48{padding-left:3rem!important}html[dir=rtl] .pl-48{padding-right:3rem!important;padding-left:0!important}.pr-48{padding-right:3rem!important}html[dir=rtl] .pr-48{padding-left:3rem!important;padding-right:0!important}.p-52{padding:3.25rem!important}.pt-52{padding-top:3.25rem!important}.pb-52{padding-bottom:3.25rem!important}.py-52{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.px-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.pl-52{padding-left:3.25rem!important}html[dir=rtl] .pl-52{padding-right:3.25rem!important;padding-left:0!important}.pr-52{padding-right:3.25rem!important}html[dir=rtl] .pr-52{padding-left:3.25rem!important;padding-right:0!important}.p-56{padding:3.5rem!important}.pt-56{padding-top:3.5rem!important}.pb-56{padding-bottom:3.5rem!important}.py-56{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.px-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.pl-56{padding-left:3.5rem!important}html[dir=rtl] .pl-56{padding-right:3.5rem!important;padding-left:0!important}.pr-56{padding-right:3.5rem!important}html[dir=rtl] .pr-56{padding-left:3.5rem!important;padding-right:0!important}.p-60{padding:3.75rem!important}.pt-60{padding-top:3.75rem!important}.pb-60{padding-bottom:3.75rem!important}.py-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.px-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.pl-60{padding-left:3.75rem!important}html[dir=rtl] .pl-60{padding-right:3.75rem!important;padding-left:0!important}.pr-60{padding-right:3.75rem!important}html[dir=rtl] .pr-60{padding-left:3.75rem!important;padding-right:0!important}.p-64{padding:4rem!important}.pt-64{padding-top:4rem!important}.pb-64{padding-bottom:4rem!important}.py-64{padding-top:4rem!important;padding-bottom:4rem!important}.px-64{padding-left:4rem!important;padding-right:4rem!important}.pl-64{padding-left:4rem!important}html[dir=rtl] .pl-64{padding-right:4rem!important;padding-left:0!important}.pr-64{padding-right:4rem!important}html[dir=rtl] .pr-64{padding-left:4rem!important;padding-right:0!important}.p-68{padding:4.25rem!important}.pt-68{padding-top:4.25rem!important}.pb-68{padding-bottom:4.25rem!important}.py-68{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.px-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.pl-68{padding-left:4.25rem!important}html[dir=rtl] .pl-68{padding-right:4.25rem!important;padding-left:0!important}.pr-68{padding-right:4.25rem!important}html[dir=rtl] .pr-68{padding-left:4.25rem!important;padding-right:0!important}.p-72{padding:4.5rem!important}.pt-72{padding-top:4.5rem!important}.pb-72{padding-bottom:4.5rem!important}.py-72{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.px-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.pl-72{padding-left:4.5rem!important}html[dir=rtl] .pl-72{padding-right:4.5rem!important;padding-left:0!important}.pr-72{padding-right:4.5rem!important}html[dir=rtl] .pr-72{padding-left:4.5rem!important;padding-right:0!important}.p-76{padding:4.75rem!important}.pt-76{padding-top:4.75rem!important}.pb-76{padding-bottom:4.75rem!important}.py-76{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.px-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.pl-76{padding-left:4.75rem!important}html[dir=rtl] .pl-76{padding-right:4.75rem!important;padding-left:0!important}.pr-76{padding-right:4.75rem!important}html[dir=rtl] .pr-76{padding-left:4.75rem!important;padding-right:0!important}.p-80{padding:5rem!important}.pt-80{padding-top:5rem!important}.pb-80{padding-bottom:5rem!important}.py-80{padding-top:5rem!important;padding-bottom:5rem!important}.px-80{padding-left:5rem!important;padding-right:5rem!important}.pl-80{padding-left:5rem!important}html[dir=rtl] .pl-80{padding-right:5rem!important;padding-left:0!important}.pr-80{padding-right:5rem!important}html[dir=rtl] .pr-80{padding-left:5rem!important;padding-right:0!important}.p-84{padding:5.25rem!important}.pt-84{padding-top:5.25rem!important}.pb-84{padding-bottom:5.25rem!important}.py-84{padding-top:5.25rem!important;padding-bottom:5.25rem!important}.px-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.pl-84{padding-left:5.25rem!important}html[dir=rtl] .pl-84{padding-right:5.25rem!important;padding-left:0!important}.pr-84{padding-right:5.25rem!important}html[dir=rtl] .pr-84{padding-left:5.25rem!important;padding-right:0!important}.p-88{padding:5.5rem!important}.pt-88{padding-top:5.5rem!important}.pb-88{padding-bottom:5.5rem!important}.py-88{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.px-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.pl-88{padding-left:5.5rem!important}html[dir=rtl] .pl-88{padding-right:5.5rem!important;padding-left:0!important}.pr-88{padding-right:5.5rem!important}html[dir=rtl] .pr-88{padding-left:5.5rem!important;padding-right:0!important}.p-96{padding:6rem!important}.pt-96{padding-top:6rem!important}.pb-96{padding-bottom:6rem!important}.py-96{padding-top:6rem!important;padding-bottom:6rem!important}.px-96{padding-left:6rem!important;padding-right:6rem!important}.pl-96{padding-left:6rem!important}html[dir=rtl] .pl-96{padding-right:6rem!important;padding-left:0!important}.pr-96{padding-right:6rem!important}html[dir=rtl] .pr-96{padding-left:6rem!important;padding-right:0!important}.p-192{padding:12rem!important}.pt-192{padding-top:12rem!important}.pb-192{padding-bottom:12rem!important}.py-192{padding-top:12rem!important;padding-bottom:12rem!important}.px-192{padding-left:12rem!important;padding-right:12rem!important}.pl-192{padding-left:12rem!important}html[dir=rtl] .pl-192{padding-right:12rem!important;padding-left:0!important}.pr-192{padding-right:12rem!important}html[dir=rtl] .pr-192{padding-left:12rem!important;padding-right:0!important}@media screen and (min-width: 768px){.px--20{padding:0 -1.25rem}}.o-x-auto{overflow-x:auto!important}.o-x-visible{overflow-x:visible!important}.o-x-hide{overflow-x:hidden!important}.o-x-scroll{overflow-x:scroll!important}.o-y-auto{overflow-y:auto!important}.o-y-visible{overflow-y:visible!important}.o-y-hide{overflow-y:hidden!important}.o-y-scroll{overflow-y:scroll!important}.flex-ai-center,.flex-ai-jc-center,.flex-jc-ai-center{align-items:center!important}.flex-as-center{align-self:center!important}.flex-jc-center,.flex-ai-jc-center,.flex-jc-ai-center{justify-content:center!important}.flex-ai-flex-start{align-items:flex-start!important}.flex-as-flex-start{align-self:flex-start!important}.flex-jc-flex-start{justify-content:flex-start!important}.flex-ai-flex-end{align-items:flex-end!important}.flex-as-flex-end{align-self:flex-end!important}.flex-jc-flex-end{justify-content:flex-end!important}.flex-jc-space-between{justify-content:space-between!important}.flex-jc-space-around{justify-content:space-around!important}.flex-jc-space-evenly{justify-content:space-evenly!important}.flex-dr{flex-direction:row!important}.flex-dc{flex-direction:column!important}.flex-ai-baseline{align-items:baseline!important}.flex-ai-end{align-items:flex-end!important}.flex-w-wrap{flex-wrap:wrap!important}.flex-basis-1{flex:1}.flex-basis-100{flex-basis:100%}.flex-none{flex:none}.b-0{border:0px solid hsl(0,0%,40%)!important;border:0px solid var(--gray-400)!important}.bl-0{border-left:none!important}.br-0{border-right:none!important}.br-4{border-radius:4px!important}.bt-0{border-top:none!important}.bb-0{border-bottom:none!important}.b-1{border:1px solid hsl(0,0%,40%)!important;border:1px solid var(--gray-400)!important}.b-2{border:2px solid hsl(0,0%,40%)!important;border:2px solid var(--gray-400)!important}.b-4{border:4px solid hsl(0,0%,40%)!important;border:4px solid var(--gray-400)!important}.b-8{border:8px solid hsl(0,0%,40%)!important;border:8px solid var(--gray-400)!important}.bs-0{box-shadow:none!important}.bs-1{box-shadow:0 3px 6px #0000004a!important}.bs-1:hover{box-shadow:0 4px 9px #0000004a!important}.bs-2{box-shadow:0 0 20px #0000004a!important}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}a.sb-btn{text-align:center;display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap}.sb-btn{white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0;display:inline-block;border:1px solid;cursor:pointer;min-width:4rem;border-radius:.125rem;-webkit-border-radius:.125rem;-moz-border-radius:.125rem;position:relative;line-height:1.15;text-transform:inherit;text-decoration:none}.sb-btn:hover{opacity:1}.sb-btn:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:3px;background:#005391;background:var(--primary-600);opacity:0;border-radius:50%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.sb-btn.flat{border-radius:0}.sb-btn.sb-btn-radius{border-radius:2rem}.sb-btn-gray{background-color:#999;background-color:var(--gray-200);border-color:#999;border-color:var(--gray-200);color:#fff;color:var(--white)}.sb-btn-gray:hover,.sb-btn-gray:active,.sb-btn-gray.active{background-color:#666;background-color:var(--gray-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-gray{background-color:#fff;background-color:var(--white);color:#999;color:var(--gray-200);border-color:#999;border-color:var(--gray-200)}.sb-btn-outline-gray:hover,.sb-btn-outline-gray:active,.sb-btn-outline-gray.active{color:#666;color:var(--gray-400);background-color:#ccc;background-color:var(--gray-100)}.sb-btn-dashed-gray{border-style:dashed;border-width:1px;background-color:#fff;border-color:#999;border-color:var(--gray-200);color:#999;color:var(--gray-200)}.sb-btn-dashed-gray:hover,.sb-btn-dashed-gray:active,.sb-btn-dashed-gray.active{background-color:#ccc;background-color:var(--gray-100)}.sb-btn-link-gray{background:none;border:0px;color:#999;color:var(--gray-200)}.sb-btn-link-gray:hover,.sb-btn-link-gray:active,.sb-btn-link-gray.active{background-color:#ccc;background-color:var(--gray-100)}.sb-btn-primary{background-color:#024f9d;background-color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400);color:#fff;color:var(--white)}.sb-btn-primary:hover,.sb-btn-primary:active,.sb-btn-primary.active{background-color:#002e50;background-color:var(--primary-800);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-primary{background-color:#fff;background-color:var(--white);color:#024f9d;color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400)}.sb-btn-outline-primary:hover,.sb-btn-outline-primary:active,.sb-btn-outline-primary.active{color:#002e50;color:var(--primary-800);background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-dashed-primary{border-style:dashed;border-width:1px;background-color:#fff;border-color:#024f9d;border-color:var(--primary-400);color:#024f9d;color:var(--primary-400)}.sb-btn-dashed-primary:hover,.sb-btn-dashed-primary:active,.sb-btn-dashed-primary.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-link-primary{background:none;border:0px;color:#024f9d;color:var(--primary-400)}.sb-btn-link-primary:hover,.sb-btn-link-primary:active,.sb-btn-link-primary.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-secondary{background-color:#07bc81;background-color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200);color:#fff;color:var(--white)}.sb-btn-secondary:hover,.sb-btn-secondary:active,.sb-btn-secondary.active{background-color:#008840;background-color:var(--secondary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-secondary{background-color:#fff;background-color:var(--white);color:#07bc81;color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200)}.sb-btn-outline-secondary:hover,.sb-btn-outline-secondary:active,.sb-btn-outline-secondary.active{color:#008840;color:var(--secondary-400);background-color:#e1ffdf;background-color:var(--secondary-0)}.sb-btn-dashed-secondary{border-style:dashed;border-width:1px;background-color:#fff;border-color:#07bc81;border-color:var(--secondary-200);color:#07bc81;color:var(--secondary-200)}.sb-btn-dashed-secondary:hover,.sb-btn-dashed-secondary:active,.sb-btn-dashed-secondary.active{background-color:#e1ffdf;background-color:var(--secondary-0)}.sb-btn-link-secondary{background:none;border:0px;color:#07bc81;color:var(--secondary-200)}.sb-btn-link-secondary:hover,.sb-btn-link-secondary:active,.sb-btn-link-secondary.active{background-color:#e1ffdf;background-color:var(--secondary-0)}.sb-btn-tertiary{background-color:#ffa11d;background-color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100);color:#fff;color:var(--white)}.sb-btn-tertiary:hover,.sb-btn-tertiary:active,.sb-btn-tertiary.active{background-color:#e55a28;background-color:var(--tertiary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-tertiary{background-color:#fff;background-color:var(--white);color:#ffa11d;color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100)}.sb-btn-outline-tertiary:hover,.sb-btn-outline-tertiary:active,.sb-btn-outline-tertiary.active{color:#e55a28;color:var(--tertiary-400);background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-dashed-tertiary{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ffa11d;border-color:var(--tertiary-100);color:#ffa11d;color:var(--tertiary-100)}.sb-btn-dashed-tertiary:hover,.sb-btn-dashed-tertiary:active,.sb-btn-dashed-tertiary.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-link-tertiary{background:none;border:0px;color:#ffa11d;color:var(--tertiary-100)}.sb-btn-link-tertiary:hover,.sb-btn-link-tertiary:active,.sb-btn-link-tertiary.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-red{background-color:#ff6979;background-color:var(--red-100);border-color:#ff6979;border-color:var(--red-100);color:#fff;color:var(--white)}.sb-btn-red:hover,.sb-btn-red:active,.sb-btn-red.active{background-color:#ff4558;background-color:var(--red-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-red{background-color:#fff;background-color:var(--white);color:#ff6979;color:var(--red-100);border-color:#ff6979;border-color:var(--red-100)}.sb-btn-outline-red:hover,.sb-btn-outline-red:active,.sb-btn-outline-red.active{color:#ff4558;color:var(--red-400);background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-dashed-red{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ff6979;border-color:var(--red-100);color:#ff6979;color:var(--red-100)}.sb-btn-dashed-red:hover,.sb-btn-dashed-red:active,.sb-btn-dashed-red.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-link-red{background:none;border:0px;color:#ff6979;color:var(--red-100)}.sb-btn-link-red:hover,.sb-btn-link-red:active,.sb-btn-link-red.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-info{background-color:#024f9d;background-color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400);color:#fff;color:var(--white)}.sb-btn-info:hover,.sb-btn-info:active,.sb-btn-info.active{background-color:#002e50;background-color:var(--primary-800);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-info{background-color:#fff;background-color:var(--white);color:#024f9d;color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400)}.sb-btn-outline-info:hover,.sb-btn-outline-info:active,.sb-btn-outline-info.active{color:#002e50;color:var(--primary-800);background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-dashed-info{border-style:dashed;border-width:1px;background-color:#fff;border-color:#024f9d;border-color:var(--primary-400);color:#024f9d;color:var(--primary-400)}.sb-btn-dashed-info:hover,.sb-btn-dashed-info:active,.sb-btn-dashed-info.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-link-info{background:none;border:0px;color:#024f9d;color:var(--primary-400)}.sb-btn-link-info:hover,.sb-btn-link-info:active,.sb-btn-link-info.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-success{background-color:#07bc81;background-color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200);color:#fff;color:var(--white)}.sb-btn-success:hover,.sb-btn-success:active,.sb-btn-success.active{background-color:#008840;background-color:var(--secondary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-success{background-color:#fff;background-color:var(--white);color:#07bc81;color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200)}.sb-btn-outline-success:hover,.sb-btn-outline-success:active,.sb-btn-outline-success.active{color:#008840;color:var(--secondary-400);background-color:#00c786;background-color:var(--secondary-100)}.sb-btn-dashed-success{border-style:dashed;border-width:1px;background-color:#fff;border-color:#07bc81;border-color:var(--secondary-200);color:#07bc81;color:var(--secondary-200)}.sb-btn-dashed-success:hover,.sb-btn-dashed-success:active,.sb-btn-dashed-success.active{background-color:#00c786;background-color:var(--secondary-100)}.sb-btn-link-success{background:none;border:0px;color:#07bc81;color:var(--secondary-200)}.sb-btn-link-success:hover,.sb-btn-link-success:active,.sb-btn-link-success.active{background-color:#00c786;background-color:var(--secondary-100)}.sb-btn-warning{background-color:#ffa11d;background-color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100);color:#fff;color:var(--white)}.sb-btn-warning:hover,.sb-btn-warning:active,.sb-btn-warning.active{background-color:#e55a28;background-color:var(--tertiary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-warning{background-color:#fff;background-color:var(--white);color:#ffa11d;color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100)}.sb-btn-outline-warning:hover,.sb-btn-outline-warning:active,.sb-btn-outline-warning.active{color:#e55a28;color:var(--tertiary-400);background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-dashed-warning{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ffa11d;border-color:var(--tertiary-100);color:#ffa11d;color:var(--tertiary-100)}.sb-btn-dashed-warning:hover,.sb-btn-dashed-warning:active,.sb-btn-dashed-warning.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-link-warning{background:none;border:0px;color:#ffa11d;color:var(--tertiary-100)}.sb-btn-link-warning:hover,.sb-btn-link-warning:active,.sb-btn-link-warning.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-error{background-color:#ff6979;background-color:var(--red-100);border-color:#ff6979;border-color:var(--red-100);color:#fff;color:var(--white)}.sb-btn-error:hover,.sb-btn-error:active,.sb-btn-error.active{background-color:#ff4558;background-color:var(--red-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-error{background-color:#fff;background-color:var(--white);color:#ff6979;color:var(--red-100);border-color:#ff6979;border-color:var(--red-100)}.sb-btn-outline-error:hover,.sb-btn-outline-error:active,.sb-btn-outline-error.active{color:#ff4558;color:var(--red-400);background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-dashed-error{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ff6979;border-color:var(--red-100);color:#ff6979;color:var(--red-100)}.sb-btn-dashed-error:hover,.sb-btn-dashed-error:active,.sb-btn-dashed-error.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-link-error{background:none;border:0px;color:#ff6979;color:var(--red-100)}.sb-btn-link-error:hover,.sb-btn-link-error:active,.sb-btn-link-error.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-xs{height:1.5rem;padding:.25rem .5rem;font-size:.75rem}.sb-btn-normal{height:2rem;padding:.5rem 1rem;font-size:.75rem}.sb-btn-sm{height:2.5rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-md{height:3rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-lg{height:3.5rem;padding:1rem 1.5rem;font-size:1.25rem}.sb-btn-full{height:1.5rem;padding:.5rem 1rem;font-size:1.25rem;width:100%}.sb-btn-square.sb-btn-xs{height:1.5rem;width:1.5rem;font-size:1rem}.sb-btn-square.sb-btn-xs i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-xs span{margin:.5rem 0 0}.sb-btn-square.sb-btn-normal{height:4rem;width:4rem;font-size:.75rem}.sb-btn-square.sb-btn-normal i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-normal span{margin:.5rem 0 0}.sb-btn-square.sb-btn-sm{height:3rem;width:3rem;font-size:.75rem}.sb-btn-square.sb-btn-sm i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-sm span{margin:.5rem 0 0}.sb-btn-square.sb-btn-md{height:4rem;width:4rem;font-size:1rem}.sb-btn-square.sb-btn-md i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-md span{margin:.5rem 0 0}.sb-btn-square.sb-btn-lg{height:8rem;width:8rem;font-size:1.25rem}.sb-btn-square.sb-btn-lg i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-lg span{margin:.5rem 0 0}.sb-btn-white{box-shadow:0 -.0625rem .25rem #0000001a,0 3px 4px #0003;border:0px solid #ddd}.sb-btn-square{display:inline-flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-size:.75rem;padding:.5rem}.sb-btn-disabled{background-color:#ccc;background-color:var(--gray-100);border:1px solid hsl(0,0%,80%);border:1px solid var(--gray-100);color:#999;color:var(--gray-200);cursor:default}.sb-btn-outline-disabled{background-color:#fff;background-color:var(--white);border:1px solid hsl(0,0%,80%);border:1px solid var(--gray-100);color:#999;color:var(--gray-200);cursor:default;font-weight:400}.sb-btn-link{background:none;border:0}.sb-btn-download{transition:all 1.2s ease-in-out}.sb-btn-download i:after{content:"\f019";font-size:.8125rem;color:#fff;color:var(--white)}.sb-btn-download:hover{animation:pulse .2s 2 both}.sb-btn-download.loading i{animation:loading 2s infinite linear}.sb-btn-download.loading i:after{content:"\f1ce"}.sb-btn-download.success i:after{content:"\f00c";color:transparent;animation:change-icon 1s .6s linear both}.sb-right-icon-btn{padding:.5rem}.sb-right-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-right-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn{padding:.5rem}.sb-left-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-left-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn.sb-btn-xs{padding:.5rem}.ui.toggle.checkbox.sb-toggle{min-height:1.5rem;position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:1rem;font-size:1rem;min-width:1rem}.ui.toggle.checkbox.sb-toggle input{width:4rem;height:1.5rem;cursor:pointer;position:absolute;top:0;left:0;opacity:0;outline:0;z-index:3}.ui.toggle.checkbox.sb-toggle input:focus:checked~label:before,.ui.toggle.checkbox.sb-toggle input:focus:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~label:before{background-color:#024f9d!important}.ui.toggle.checkbox.sb-toggle label{min-height:1rem;padding-left:4.5rem;color:#000000de;position:relative;display:block;outline:0;font-size:1rem}.ui.toggle.checkbox.sb-toggle label:before{display:block;position:absolute;content:"";z-index:1;transform:none;border:none;top:1px;left:0;background:rgba(0,0,0,.05);box-shadow:none;width:4rem;height:1.5rem;border-radius:500rem;border-color:#024f9d;border-color:var(--primary-color);background-color:#024f9d;background-color:var(--primary-color);color:#fff;color:var(--white);transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease}.ui.toggle.checkbox.sb-toggle label:after{background:#ffffff linear-gradient(transparent,rgba(0,0,0,.05));background:var(--white) linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;width:-2.5rem;height:-2.5rem;top:3px;left:0;border-radius:500rem;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox.sb-toggle input~label:after{left:.1rem;box-shadow:none}.ui.toggle.checkbox.sb-toggle input:checked~label:after{left:2.5625rem;box-shadow:none}.btn-group{border:1px solid hsl(0,0%,80%);border:1px solid var(--gray-100);display:inline-flex;flex-direction:row;font-size:0;vertical-align:baseline}.btn-group .sb-btn{background:#ffffff;background:var(--white);border-left:1px solid hsl(0,0%,80%);border-left:1px solid var(--gray-100);flex:1 0 auto;border-radius:0;margin:0;border:0;color:#024f9d;color:var(--primary-400);min-width:2.5rem}.btn-group .sb-btn:first-child{border-left:none;margin-left:0}.btn-group .sb-btn:active,.btn-group .sb-btn.active{background-color:#edf4f9;background-color:var(--primary-100);color:#024f9d;color:var(--primary-400)}.btn-group .sb-btn .icon{margin:0;vertical-align:top}.sb-btn-icon-fix{display:flex;align-items:center;line-height:normal}.sb-btn-grow{background:none;border:0px solid #fff;font-size:12px;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.sb-btn-grow:disabled{opacity:.4;cursor:default}.sb-btn-grow:hover:not([disabled]){background:none;transform:scale(1.15)} +[class^=sb-icon-],[class*=sb-icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;font-size:inherit;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sb-icon-preview:before{content:"\e909"}.sb-icon-refresh:before{content:"\e90c"}.sb-icon-reviewer:before{content:"\e90a"}.sb-icon-folder:before{content:"\e902"}.sb-icon-comment:before{content:"\e908"}.sb-icon-send:before{content:"\e90b"}.sb-icon-book:before{content:"\e900"}.sb-icon-content:before{content:"\e901"}.sb-icon-collection:before{content:"\e903"}.sb-icon-doc:before{content:"\e904"}.sb-icon-mp3:before{content:"\e905"}.sb-icon-open-book:before{content:"\e906"}.sb-icon-video:before{content:"\e907"}.sb-lock-icon{cursor:pointer}[class*=sb-icon-primary]{background-color:var(--primary-color)}[class*=sb-icon-secondary]{background-color:var(--secondary-color)}[class*=sb-icon-warning]{background-color:var(--tertiary-color)}[class*=sb-icon-error]{background-color:var(--red)}.info-icon{background-color:var(--gray-400);-webkit-mask-size:contain;-webkit-mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-position:50% 50%;mask-repeat:no-repeat;width:1rem;height:1rem;margin-left:.25rem;display:inline-block;vertical-align:bottom}.icon-arrow-round-down{transform:rotate(90deg)}.icon-svg{position:relative;top:.0625rem;display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;opacity:1}.icon-svg svg.icon{width:100%;height:inherit}.icon-svg--xxs{width:var(--icon-svg-xxs);height:var(--icon-svg-xxs)}.icon-svg--xs{width:var(--icon-svg-xs);height:var(--icon-svg-xs)}.icon-svg--sm{width:var(--icon-svg-sm);height:var(--icon-svg-sm)}.icon-svg--md{width:var(--icon-svg-md);height:var(--icon-svg-md)}.icon-svg--lg{width:var(--icon-svg-lg);height:var(--icon-svg-lg)}.icon-svg--xl{width:var(--icon-svg-xl);height:var(--icon-svg-xl)}.icon-svg--white{fill:var(--white)}.icon-svg--primary{fill:var(--primary-color)}.icon-svg--secondary{fill:var(--secondary-color)}.icon-svg--tertiary{fill:var(--tertiary-color)}.icon-svg--red{fill:var(--red-400)}.icon-svg--gray{fill:var(--gray-800)}*,*:before,*:after{box-sizing:border-box}html{font-family:inherit;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:var(--font-stack-en);font-size:1rem;font-weight:400;line-height:1.5;color:var(--gray-800);text-align:left;background:#E5EDF5}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:theme-color("primary");text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:0px dotted;outline:0px auto transparent}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.sb-bg-color-gray-hs{background:var(--gray-hs)!important}.sb-color-gray-hs{color:var(--gray-hs)!important}.sb-bg-color-gray{background:var(--gray)!important}.sb-color-gray{color:var(--gray)!important}.sb-bg-color-gray-0{background:var(--gray-0)!important}.sb-color-gray-0{color:var(--gray-0)!important}.sb-bg-color-gray-100{background:var(--gray-100)!important}.sb-color-gray-100{color:var(--gray-100)!important}.sb-bg-color-gray-200{background:var(--gray-200)!important}.sb-color-gray-200{color:var(--gray-200)!important}.sb-bg-color-gray-300{background:var(--gray-300)!important}.sb-color-gray-300{color:var(--gray-300)!important}.sb-bg-color-gray-400{background:var(--gray-400)!important}.sb-color-gray-400{color:var(--gray-400)!important}.sb-bg-color-gray-800{background:var(--gray-800)!important}.sb-color-gray-800{color:var(--gray-800)!important}.sb-bg-color-primary{background:var(--primary-400)!important}.sb-color-primary{color:var(--primary-400)!important}.sb-bg-color-primary-0{background:var(--primary-0)!important}.sb-color-primary-0{color:var(--primary-0)!important}.sb-bg-color-primary-100{background:var(--primary-100)!important}.sb-color-primary-100{color:var(--primary-100)!important}.sb-bg-color-primary-200{background:var(--primary-200)!important}.sb-color-primary-200{color:var(--primary-200)!important}.sb-bg-color-primary-250{background:var(--primary-250)!important}.sb-color-primary-250{color:var(--primary-250)!important}.sb-bg-color-primary-300{background:var(--primary-300)!important}.sb-color-primary-300{color:var(--primary-300)!important}.sb-bg-color-primary-400{background:var(--primary-400)!important}.sb-color-primary-400{color:var(--primary-400)!important}.sb-bg-color-primary-600{background:var(--primary-600)!important}.sb-color-primary-600{color:var(--primary-600)!important}.sb-bg-color-primary-800{background:var(--primary-800)!important}.sb-color-primary-800{color:var(--primary-800)!important}.sb-bg-color-secondary{background:var(--green)!important}.sb-color-secondary{color:var(--green)!important}.sb-bg-color-secondary-0{background:var(--secondary-0)!important}.sb-color-secondary-0{color:var(--secondary-0)!important}.sb-bg-color-secondary-100{background:var(--secondary-100)!important}.sb-color-secondary-100{color:var(--secondary-100)!important}.sb-bg-color-secondary-200{background:var(--secondary-200)!important}.sb-color-secondary-200{color:var(--secondary-200)!important}.sb-bg-color-secondary-400{background:var(--secondary-400)!important}.sb-color-secondary-400{color:var(--secondary-400)!important}.sb-bg-color-tertiary{background:var(--orange)!important}.sb-color-tertiary{color:var(--orange)!important}.sb-bg-color-tertiary-0{background:var(--tertiary-0)!important}.sb-color-tertiary-0{color:var(--tertiary-0)!important}.sb-bg-color-tertiary-100{background:var(--tertiary-100)!important}.sb-color-tertiary-100{color:var(--tertiary-100)!important}.sb-bg-color-tertiary-400{background:var(--tertiary-400)!important}.sb-color-tertiary-400{color:var(--tertiary-400)!important}.sb-bg-color-red{background:var(--red)!important}.sb-color-red{color:var(--red)!important}.sb-bg-color-red-0{background:var(--red-0)!important}.sb-color-red-0{color:var(--red-0)!important}.sb-bg-color-red-100{background:var(--red-100)!important}.sb-color-red-100{color:var(--red-100)!important}.sb-bg-color-red-400{background:var(--red-400)!important}.sb-color-red-400{color:var(--red-400)!important}.sb-bg-color-info{background:var(--primary-400)!important}.sb-color-info{color:var(--primary-400)!important}.sb-bg-color-success{background:var(--secondary-200)!important}.sb-color-success{color:var(--secondary-200)!important}.sb-bg-color-warning{background:var(--tertiary-400)!important}.sb-color-warning{color:var(--tertiary-400)!important}.sb-bg-color-error{background:var(--red-400)!important}.sb-color-error{color:var(--red-400)!important}.sb-bg-color-white{background:var(--white)!important}.sb-color-white{color:var(--white)!important}.sb-bg-color-black{background:var(--black)!important}.sb-color-black{color:var(--black)!important}.sb-bg-white{background:var(--white)}.sb-bg-none{background:none!important}.color-3,.sb-text-gray-800{color:var(--gray-800)}.sb-bg-color-black{background-color:var(--black)}.bg-contain{background-position:center;background-repeat:no-repeat;background-size:contain}.opacity0{opacity:var(--alpha0)!important}.opacity10{opacity:var(--alpha10)!important}.opacity20{opacity:var(--alpha20)!important}.opacity25{opacity:var(--alpha25)!important}.opacity30{opacity:var(--alpha30)!important}.opacity40{opacity:var(--alpha40)!important}.opacity50{opacity:var(--alpha50)!important}.opacity60{opacity:var(--alpha60)!important}.opacity70{opacity:var(--alpha70)!important}.opacity75{opacity:var(--alpha75)!important}.opacity80{opacity:var(--alpha80)!important}.opacity90{opacity:var(--alpha90)!important}.opacity100{opacity:var(--alpha100)!important}.w-100{width:100%;max-width:100%}.w-90{width:90%;max-width:90%}.w-80{width:80%;max-width:80%}.w-75{width:75%;max-width:75%}.w-70{width:70%;max-width:70%}.w-60{width:60%;max-width:60%}.w-50{width:50%;max-width:50%}.w-40{width:40%;max-width:40%}.w-30{width:30%;max-width:30%}.w-25{width:25%;max-width:25%}.w-20{width:20%;max-width:20%}.w-auto{width:auto;max-width:auto}.h-100{height:100%;max-height:100%}.height-auto{height:auto!important}.sb-mw-100{max-width:100%!important}.min-height-auto{min-height:auto!important}:root{--font-stack-en: "Noto Sans", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-hi: "Noto Sans Devanagari", "Noto Sans", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-ur: "Noto Sans", "Noto Nastaliq Urdu", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--blue: #024f9d;--green: #008840;--orange: #e55a28;--red: #ff4558;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--yellow: #ffc107;--teal: #20c997;--cyan: #17a2b8;--black: #000000;--white: #ffffff;--gray-hs: 0, 0%;--gray: hsl(var(--gray-hs), 20%);--gray-0: hsl(var(--gray-hs), 95%);--gray-100: hsl(var(--gray-hs), 80%);--gray-200: hsl(var(--gray-hs), 60%);--gray-300: hsl(var(--gray-hs), 59%);--gray-400: hsl(var(--gray-hs), 40%);--gray-800: var(--gray);--primary-color: #024f9d;--secondary-color: #008840;--tertiary-color: #e55a28;--primary-0: #f3f7fa;--primary-100: #edf4f9;--primary-200: #80a7ce;--primary-250: #d3e7f4;--primary-300: #7ab4ee;--primary-400: var(--primary-color);--primary-600: #005391;--primary-800: #002e50;--secondary-0: #e1ffdf;--secondary-100: #00c786;--secondary-200: #07bc81;--secondary-400: var(--secondary-color);--tertiary-0: #feedd7;--tertiary-100: #ffa11d;--tertiary-400: var(--tertiary-color);--red-0: #fbccd1;--red-100: #ff6979;--red-400: var(--red);--info-color: var(--blue);--success-color: var(--green);--warning-color: var(--orange);--danger-color: var(--red);--body-background-color: var(--primary-0);--default-text-color: var(--gray-800);--bg-body: var(--primary-0);--body-color: var(--gray-800);--alpha0: 0;--alpha25: .25;--alpha50: .5;--alpha75: .75;--font-default-size: .875rem;--font-size-base: var(--font-default-size);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--font-weight-base: var(--font-weight-normal);--line-height-base: calc(var(--font-size-base) * 1.61803398875);--h1-font-size: 2rem;--h2-font-size: 1.75rem;--h3-font-size: 1.5rem;--h4-font-size: 1.2rem;--h5-font-size: 1rem;--h6-font-size: var(--font-size-base);--font-size-lg: var(--h4-font-size);--font-size-md: var(--h5-font-size);--font-size-normal: var(--font-size-base);--font-size-sm: .75rem;--font-size-xs: .625rem;--p-font-size: var(--font-size-base);--base-font-size: .875rem;--base-block-space: .5rem;--icon-svg-xxs: .75rem;--icon-svg-xs: calc(var(--base-block-space) * 2);--icon-svg-sm: calc(var(--base-block-space) * 3);--icon-svg-md: calc(var(--base-block-space) * 4);--icon-svg-lg: calc(var(--base-block-space) * 5);--icon-svg-xl: calc(var(--base-block-space) * 6);--rc-96C8DA: #96C8DA;--rc-0076FE: #0076FE;--rc-E5EDF5: #E5EDF5;--rc-7c7b7b: #7c7b7b;--rc-f5f5f5: #f5f5f5;--rc-fdfdfd: #fdfdfd;--rc-dedede: #dedede;--rc-F5F9FC: #F5F9FC;--rc-c4c4c4: #c4c4c4;--rc-d8d8d8: #d8d8d8;--rc-e9e5e5: #e9e5e5;--rc-dddddd: #dddddd;--rc-7b86f4: #7b86f4;--rc-d0d0d0: #d0d0d0;--rc-5c8db7: #5c8db7;--rc-91aecc: #91aecc;--rc-f9f9f9: #f9f9f9;--rc-d4d3d3: #d4d3d3;--rc-FAFAFA: #FAFAFA;--rc-866A6A: #866a6a;--rc-979797: #979797;--rc-e0e1e2: #e0e1e2;--rc-00BD7F: #00BD7F;--rc-9F9F9F: #9F9F9F;--rc-F3F8FF: #F3F8FF;--rc-80A7CE: #80A7CE;--rc-9b9b9b: #9b9b9b;--rc-2ca58d: #2ca58d;--rc-007AFF: #007AFF;--rc-bdbdbd: #bdbdbd;--rc-cecece: #cecece;--rc-2972a4: #2972a4;--rc-E0F1FD: #E0F1FD;--rc-C8D6EA: #C8D6EA;--rc-e2e3e5: #e2e3e5;--rc-BCBEC0: #BCBEC0;--rc-d4d4d5: #d4d4d5;--rc-d4d8da: #d4d8da;--rc-bfe1cf: #bfe1cf;--rc-289fd9: #289fd9;--rc-e68900: #e68900;--rc-2f4272: #2f4272;--rc-e0e0e0: #e0e0e0;--rc-2361ff: #2361ff;--rc-ffb300: #ffb300;--rc-d8dee2: #d8dee2;--rc-252525: #252525;--rc-fcf2d6: #fcf2d6;--rc-add8e6: #add8e6;--rc-afd9e7: #afd9e7;--rc-D9E4F2: #D9E4F2;--rc-88B7E6: #88B7E6;--rc-4a4a4a: #4a4a4a;--rc-fff6f6: #fff6f6;--rc-f7f7f7: #f7f7f7;--rc-66c7f4: #66c7f4;--rc-1B4785: #1B4785;--rc-a9a9a9: #a9a9a9;--rc-1b1c1d: #1b1c1d;--rc-dededf: #dededf;--rc-aaaaaa: #aaaaaa;--rc-042D55: #042D55;--rc-eeeeee: #eeeeee;--rc-bbbbbb: #bbbbbb;--rc-009D53: #009D53;--rc-E0EFFF: #E0EFFF;--rc-196DAB: #196DAB;--rc-c2c2c2: #c2c2c2;--rc-e5e5e5: #e5e5e5;--rc-c3c3c3: #c3c3c3;--rc-00abc7:#00abc7;--rc-FCE6E6:#FCE6E6;--rc-DECACA:#DECACA;--rc-424242:#424242;--rc-F5D7D7:#F5D7D7;--rc-F7FFF5:#F7FFF5;--rc-D3DED1:#D3DED1;--rc-EBF6E0:#EBF6E0;--rc-F6F6F6:#F6F6F6;--rc-33B6CC:#33B6CC;--rc-2dadc2:#2dadc2;--rc-0fbad6:#0fbad6;--rc-f7ffec:#f7ffec;--rc-d2ddc7:#d2ddc7;--rc-ffe1e1:#ffe1e1;--rc-e6c8c8:#e6c8c8;--rc-f56b56:#f56b56;--rc-dc523d:#dc523d;--rc-e65c47:#e65c47;--rc-565c70:#565c70;--rc-rgba-black: 0, 0, 0;--rc-rgba-white: 255, 255, 255;--rc-rgba-gray: 51, 51, 51;--rc-rgba-primary: 2, 79, 157;--rc-rgba-primary-300: 41, 114, 164;--rc-rgba-gray-300: 34, 36, 38;--rc-rgba-866a6a: 134, 106, 106;--rc-rgba-d0d0d0: 208, 208, 208;--rc-rgba-7b86f4: 123, 134, 244;--rc-rgba-C8D6EA: 200, 214, 234;--primary-theme: #FFD954;--sbt-theme-bg: var(--primary-theme);--sbt-header-bg: var(--primary-theme);--sbt-body-bg: #F2F2EA;--sbt-body-bg2: #E9E8D9;--sbt-primary-bg: var(--primary-theme);--sbt-border-chapter: #E4E8EE;--lazyload-bg:#f6f7f8;--grey-nuance-lighter: #eeeeee;--grey-nuance-darker: #dddddd;--fade-grey: #e8e8e8}h1,.sb-h1{font-size:var(--h1-font-size);line-height:calc(var(--h1-font-size) * 1.6180339888);margin:0;padding:0}h2,.sb-h2{font-size:var(--h2-font-size);line-height:calc(var(--h2-font-size) * 1.6180339888);margin:0;padding:0}h3,.sb-h3{font-size:var(--h3-font-size);line-height:calc(var(--h3-font-size) * 1.6180339888);margin:0;padding:0}h4,.sb-h4{font-size:var(--h4-font-size);line-height:calc(var(--h4-font-size) * 1.6180339888);margin:0;padding:0}h5,.sb-h5{font-size:var(--h5-font-size);line-height:calc(var(--h5-font-size) * 1.6180339888);margin:0;padding:0}h6,.sb-h6{font-size:var(--h6-font-size);line-height:calc(var(--h6-font-size) * 1.6180339888);margin:0;padding:0}.fmedium{font-size:var(--font-size-md)!important}.fnormal{font-size:var(--font-size-normal)!important}.fsmall{font-size:var(--font-size-sm)!important}.fxsmall{font-size:var(--font-size-xs)!important}.fs-0-785{font-size:.785rem!important}.fs-0-92{font-size:.9286rem!important}.fs-1{font-size:1rem!important}.fs-1-143{font-size:1.143rem!important}.fs-1-16{font-size:1.16rem!important}.fs-1-286{font-size:1.286rem!important}.fs-1-3{font-size:1.3rem!important}.fs-1-429{font-size:1.429rem!important}.fs-1-5{font-size:1.5rem!important}.fs-1-7{font-size:1.7rem!important}.fs-2{font-size:2rem!important}.fs-2-5{font-size:2.5rem!important}.fs-2-57{font-size:2.571rem!important}.fs-3{font-size:3rem!important}.fs-3-5{font-size:3.5rem!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase,.text-sentencecase{text-transform:lowercase!important}.text-inherit{text-transform:inherit!important}.text-sentencecase:first-letter{text-transform:uppercase!important}.font-weight-bold{font-weight:700!important}.font-weight-normal{font-weight:400!important}.break-word{word-break:break-word!important}.break-all{word-break:break-all!important}.cursor-pointer{cursor:pointer!important}.cursor-text{cursor:text!important}.va-bottom{vertical-align:bottom!important}.va-middle{vertical-align:middle!important}.va-top{vertical-align:top!important}p,.sb-para{font-size:var(--p-font-size);line-height:calc(var(--p-font-size) * 1.6180339888)}.font-italic{font-style:italic}a,a:hover{color:var(--primary-color)}a:focus{outline:0}.white-space-nowrap{white-space:nowrap!important}.text-center{text-align:center!important}.text-right{text-align:right!important}html[dir=rtl] .text-right,.text-left{text-align:left!important}html[dir=rtl] .text-left{text-align:right!important}.text-underline{text-decoration:underline!important}.lineHeight-normal{line-height:normal!important}.sb__ellipsis{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.sb__ellipsis--two{-webkit-line-clamp:2}.sb__ellipsis--three{-webkit-line-clamp:3}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.d-inline-block{display:inline-block!important}.d-block,.show{display:block!important}.d-flex,.flex-ai-jc-center,.flex-jc-ai-center{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none,.hide{display:none!important}@media only screen and (max-width: 1023px){[class*="mobile hidden"],[class*="tablet only"]:not(.mobile),[class*="computer only"]:not(.mobile),[class*="large screen only"]:not(.mobile),[class*="widescreen only"]:not(.mobile),[class*="or lower hidden"]{display:none!important}}@media only screen and (min-width: 1024px){[class*="mobile only"]:not(.computer),[class*="tablet only"]:not(.computer),[class*="computer hidden"],[class*="large screen only"]:not(.computer),[class*="widescreen only"]:not(.computer),[class*="or lower hidden"]:not(.tablet):not(.mobile){display:none!important}}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.right-0{right:0!important}html[dir=rtl] .right-0,.left-0{left:0!important}html[dir=rtl] .left-0{right:0!important}.top-50{top:50%!important;transform:translateY(-50%)}.bottom-0{bottom:0!important}.bottom-5{bottom:5px!important}.sb-sticky-bottom,.sb-sticky-top{position:sticky;z-index:999999}.sb-sticky-bottom{bottom:0}.sb-sticky-top{top:0}.zindex-1{z-index:1!important}.zindex-2{z-index:2!important}.zindex-9{z-index:9!important}.zindex-99{z-index:99!important}.zindex-999{z-index:999!important}.zindex-9999{z-index:9999!important}.zindex-99999{z-index:99999!important}.m-0{margin:0rem!important}.mt-0{margin-top:0rem!important}.mb-0{margin-bottom:0rem!important}.my-0{margin-top:0rem!important;margin-bottom:0rem!important}.mx-0{margin-left:0rem!important;margin-right:0rem!important}.ml-0{margin-left:0rem!important}html[dir=rtl] .ml-0{margin-right:0rem!important;margin-left:0!important}.mr-0{margin-right:0rem!important}html[dir=rtl] .mr-0{margin-left:0rem!important;margin-right:0!important}.m-2{margin:.125rem!important}.mt-2{margin-top:.125rem!important}.mb-2{margin-bottom:.125rem!important}.my-2{margin-top:.125rem!important;margin-bottom:.125rem!important}.mx-2{margin-left:.125rem!important;margin-right:.125rem!important}.ml-2{margin-left:.125rem!important}html[dir=rtl] .ml-2{margin-right:.125rem!important;margin-left:0!important}.mr-2{margin-right:.125rem!important}html[dir=rtl] .mr-2{margin-left:.125rem!important;margin-right:0!important}.m-3{margin:.1875rem!important}.mt-3{margin-top:.1875rem!important}.mb-3{margin-bottom:.1875rem!important}.my-3{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.mx-3{margin-left:.1875rem!important;margin-right:.1875rem!important}.ml-3{margin-left:.1875rem!important}html[dir=rtl] .ml-3{margin-right:.1875rem!important;margin-left:0!important}.mr-3{margin-right:.1875rem!important}html[dir=rtl] .mr-3{margin-left:.1875rem!important;margin-right:0!important}.m-4{margin:.25rem!important}.mt-4{margin-top:.25rem!important}.mb-4{margin-bottom:.25rem!important}.my-4{margin-top:.25rem!important;margin-bottom:.25rem!important}.mx-4{margin-left:.25rem!important;margin-right:.25rem!important}.ml-4{margin-left:.25rem!important}html[dir=rtl] .ml-4{margin-right:.25rem!important;margin-left:0!important}.mr-4{margin-right:.25rem!important}html[dir=rtl] .mr-4{margin-left:.25rem!important;margin-right:0!important}.m-5{margin:.3125rem!important}.mt-5{margin-top:.3125rem!important}.mb-5{margin-bottom:.3125rem!important}.my-5{margin-top:.3125rem!important;margin-bottom:.3125rem!important}.mx-5{margin-left:.3125rem!important;margin-right:.3125rem!important}.ml-5{margin-left:.3125rem!important}html[dir=rtl] .ml-5{margin-right:.3125rem!important;margin-left:0!important}.mr-5{margin-right:.3125rem!important}html[dir=rtl] .mr-5{margin-left:.3125rem!important;margin-right:0!important}.m-8{margin:.5rem!important}.mt-8{margin-top:.5rem!important}.mb-8{margin-bottom:.5rem!important}.my-8{margin-top:.5rem!important;margin-bottom:.5rem!important}.mx-8{margin-left:.5rem!important;margin-right:.5rem!important}.ml-8{margin-left:.5rem!important}html[dir=rtl] .ml-8{margin-right:.5rem!important;margin-left:0!important}.mr-8{margin-right:.5rem!important}html[dir=rtl] .mr-8{margin-left:.5rem!important;margin-right:0!important}.m-10{margin:.625rem!important}.mt-10{margin-top:.625rem!important}.mb-10{margin-bottom:.625rem!important}.my-10{margin-top:.625rem!important;margin-bottom:.625rem!important}.mx-10{margin-left:.625rem!important;margin-right:.625rem!important}.ml-10{margin-left:.625rem!important}html[dir=rtl] .ml-10{margin-right:.625rem!important;margin-left:0!important}.mr-10{margin-right:.625rem!important}html[dir=rtl] .mr-10{margin-left:.625rem!important;margin-right:0!important}.m-12{margin:.75rem!important}.mt-12{margin-top:.75rem!important}.mb-12{margin-bottom:.75rem!important}.my-12{margin-top:.75rem!important;margin-bottom:.75rem!important}.mx-12{margin-left:.75rem!important;margin-right:.75rem!important}.ml-12{margin-left:.75rem!important}html[dir=rtl] .ml-12{margin-right:.75rem!important;margin-left:0!important}.mr-12{margin-right:.75rem!important}html[dir=rtl] .mr-12{margin-left:.75rem!important;margin-right:0!important}.m-15{margin:.9375rem!important}.mt-15{margin-top:.9375rem!important}.mb-15{margin-bottom:.9375rem!important}.my-15{margin-top:.9375rem!important;margin-bottom:.9375rem!important}.mx-15{margin-left:.9375rem!important;margin-right:.9375rem!important}.ml-15{margin-left:.9375rem!important}html[dir=rtl] .ml-15{margin-right:.9375rem!important;margin-left:0!important}.mr-15{margin-right:.9375rem!important}html[dir=rtl] .mr-15{margin-left:.9375rem!important;margin-right:0!important}.m-16{margin:1rem!important}.mt-16{margin-top:1rem!important}.mb-16{margin-bottom:1rem!important}.my-16{margin-top:1rem!important;margin-bottom:1rem!important}.mx-16{margin-left:1rem!important;margin-right:1rem!important}.ml-16{margin-left:1rem!important}html[dir=rtl] .ml-16{margin-right:1rem!important;margin-left:0!important}.mr-16{margin-right:1rem!important}html[dir=rtl] .mr-16{margin-left:1rem!important;margin-right:0!important}.m-20{margin:1.25rem!important}.mt-20{margin-top:1.25rem!important}.mb-20{margin-bottom:1.25rem!important}.my-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.mx-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.ml-20{margin-left:1.25rem!important}html[dir=rtl] .ml-20{margin-right:1.25rem!important;margin-left:0!important}.mr-20{margin-right:1.25rem!important}html[dir=rtl] .mr-20{margin-left:1.25rem!important;margin-right:0!important}.m-24{margin:1.5rem!important}.mt-24{margin-top:1.5rem!important}.mb-24{margin-bottom:1.5rem!important}.my-24{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mx-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-24{margin-left:1.5rem!important}html[dir=rtl] .ml-24{margin-right:1.5rem!important;margin-left:0!important}.mr-24{margin-right:1.5rem!important}html[dir=rtl] .mr-24{margin-left:1.5rem!important;margin-right:0!important}.m-30{margin:1.875rem!important}.mt-30{margin-top:1.875rem!important}.mb-30{margin-bottom:1.875rem!important}.my-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.mx-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.ml-30{margin-left:1.875rem!important}html[dir=rtl] .ml-30{margin-right:1.875rem!important;margin-left:0!important}.mr-30{margin-right:1.875rem!important}html[dir=rtl] .mr-30{margin-left:1.875rem!important;margin-right:0!important}.m-32{margin:2rem!important}.mt-32{margin-top:2rem!important}.mb-32{margin-bottom:2rem!important}.my-32{margin-top:2rem!important;margin-bottom:2rem!important}.mx-32{margin-left:2rem!important;margin-right:2rem!important}.ml-32{margin-left:2rem!important}html[dir=rtl] .ml-32{margin-right:2rem!important;margin-left:0!important}.mr-32{margin-right:2rem!important}html[dir=rtl] .mr-32{margin-left:2rem!important;margin-right:0!important}.m-40{margin:2.5rem!important}.mt-40{margin-top:2.5rem!important}.mb-40{margin-bottom:2.5rem!important}.my-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.mx-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.ml-40{margin-left:2.5rem!important}html[dir=rtl] .ml-40{margin-right:2.5rem!important;margin-left:0!important}.mr-40{margin-right:2.5rem!important}html[dir=rtl] .mr-40{margin-left:2.5rem!important;margin-right:0!important}.m-48{margin:3rem!important}.mt-48{margin-top:3rem!important}.mb-48{margin-bottom:3rem!important}.my-48{margin-top:3rem!important;margin-bottom:3rem!important}.mx-48{margin-left:3rem!important;margin-right:3rem!important}.ml-48{margin-left:3rem!important}html[dir=rtl] .ml-48{margin-right:3rem!important;margin-left:0!important}.mr-48{margin-right:3rem!important}html[dir=rtl] .mr-48{margin-left:3rem!important;margin-right:0!important}.m-50{margin:3.125rem!important}.mt-50{margin-top:3.125rem!important}.mb-50{margin-bottom:3.125rem!important}.my-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.mx-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.ml-50{margin-left:3.125rem!important}html[dir=rtl] .ml-50{margin-right:3.125rem!important;margin-left:0!important}.mr-50{margin-right:3.125rem!important}html[dir=rtl] .mr-50{margin-left:3.125rem!important;margin-right:0!important}.m-52{margin:3.25rem!important}.mt-52{margin-top:3.25rem!important}.mb-52{margin-bottom:3.25rem!important}.my-52{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.mx-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.ml-52{margin-left:3.25rem!important}html[dir=rtl] .ml-52{margin-right:3.25rem!important;margin-left:0!important}.mr-52{margin-right:3.25rem!important}html[dir=rtl] .mr-52{margin-left:3.25rem!important;margin-right:0!important}.m-56{margin:3.5rem!important}.mt-56{margin-top:3.5rem!important}.mb-56{margin-bottom:3.5rem!important}.my-56{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.mx-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.ml-56{margin-left:3.5rem!important}html[dir=rtl] .ml-56{margin-right:3.5rem!important;margin-left:0!important}.mr-56{margin-right:3.5rem!important}html[dir=rtl] .mr-56{margin-left:3.5rem!important;margin-right:0!important}.m-60{margin:3.75rem!important}.mt-60{margin-top:3.75rem!important}.mb-60{margin-bottom:3.75rem!important}.my-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.mx-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.ml-60{margin-left:3.75rem!important}html[dir=rtl] .ml-60{margin-right:3.75rem!important;margin-left:0!important}.mr-60{margin-right:3.75rem!important}html[dir=rtl] .mr-60{margin-left:3.75rem!important;margin-right:0!important}.m-64{margin:4rem!important}.mt-64{margin-top:4rem!important}.mb-64{margin-bottom:4rem!important}.my-64{margin-top:4rem!important;margin-bottom:4rem!important}.mx-64{margin-left:4rem!important;margin-right:4rem!important}.ml-64{margin-left:4rem!important}html[dir=rtl] .ml-64{margin-right:4rem!important;margin-left:0!important}.mr-64{margin-right:4rem!important}html[dir=rtl] .mr-64{margin-left:4rem!important;margin-right:0!important}.m-68{margin:4.25rem!important}.mt-68{margin-top:4.25rem!important}.mb-68{margin-bottom:4.25rem!important}.my-68{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.mx-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.ml-68{margin-left:4.25rem!important}html[dir=rtl] .ml-68{margin-right:4.25rem!important;margin-left:0!important}.mr-68{margin-right:4.25rem!important}html[dir=rtl] .mr-68{margin-left:4.25rem!important;margin-right:0!important}.m-72{margin:4.5rem!important}.mt-72{margin-top:4.5rem!important}.mb-72{margin-bottom:4.5rem!important}.my-72{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.mx-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.ml-72{margin-left:4.5rem!important}html[dir=rtl] .ml-72{margin-right:4.5rem!important;margin-left:0!important}.mr-72{margin-right:4.5rem!important}html[dir=rtl] .mr-72{margin-left:4.5rem!important;margin-right:0!important}.m-76{margin:4.75rem!important}.mt-76{margin-top:4.75rem!important}.mb-76{margin-bottom:4.75rem!important}.my-76{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.mx-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.ml-76{margin-left:4.75rem!important}html[dir=rtl] .ml-76{margin-right:4.75rem!important;margin-left:0!important}.mr-76{margin-right:4.75rem!important}html[dir=rtl] .mr-76{margin-left:4.75rem!important;margin-right:0!important}.m-80{margin:5rem!important}.mt-80{margin-top:5rem!important}.mb-80{margin-bottom:5rem!important}.my-80{margin-top:5rem!important;margin-bottom:5rem!important}.mx-80{margin-left:5rem!important;margin-right:5rem!important}.ml-80{margin-left:5rem!important}html[dir=rtl] .ml-80{margin-right:5rem!important;margin-left:0!important}.mr-80{margin-right:5rem!important}html[dir=rtl] .mr-80{margin-left:5rem!important;margin-right:0!important}.m-84{margin:5.25rem!important}.mt-84{margin-top:5.25rem!important}.mb-84{margin-bottom:5.25rem!important}.my-84{margin-top:5.25rem!important;margin-bottom:5.25rem!important}.mx-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.ml-84{margin-left:5.25rem!important}html[dir=rtl] .ml-84{margin-right:5.25rem!important;margin-left:0!important}.mr-84{margin-right:5.25rem!important}html[dir=rtl] .mr-84{margin-left:5.25rem!important;margin-right:0!important}.m-88{margin:5.5rem!important}.mt-88{margin-top:5.5rem!important}.mb-88{margin-bottom:5.5rem!important}.my-88{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.mx-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.ml-88{margin-left:5.5rem!important}html[dir=rtl] .ml-88{margin-right:5.5rem!important;margin-left:0!important}.mr-88{margin-right:5.5rem!important}html[dir=rtl] .mr-88{margin-left:5.5rem!important;margin-right:0!important}.m-96{margin:6rem!important}.mt-96{margin-top:6rem!important}.mb-96{margin-bottom:6rem!important}.my-96{margin-top:6rem!important;margin-bottom:6rem!important}.mx-96{margin-left:6rem!important;margin-right:6rem!important}.ml-96{margin-left:6rem!important}html[dir=rtl] .ml-96{margin-right:6rem!important;margin-left:0!important}.mr-96{margin-right:6rem!important}html[dir=rtl] .mr-96{margin-left:6rem!important;margin-right:0!important}.m-192{margin:12rem!important}.mt-192{margin-top:12rem!important}.mb-192{margin-bottom:12rem!important}.my-192{margin-top:12rem!important;margin-bottom:12rem!important}.mx-192{margin-left:12rem!important;margin-right:12rem!important}.ml-192{margin-left:12rem!important}html[dir=rtl] .ml-192{margin-right:12rem!important;margin-left:0!important}.mr-192{margin-right:12rem!important}html[dir=rtl] .mr-192{margin-left:12rem!important;margin-right:0!important}.m-auto{margin:0 auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.ml-auto{margin-left:auto!important}html[dir=rtl] .ml-auto{margin-right:auto!important;margin-left:0!important}.mr-auto{margin-right:auto!important}html[dir=rtl] .mr-auto{margin-left:auto!important;margin-right:0!important}@media screen and (min-width: 768px){.mx--20{margin:0 -1.25rem!important}}.p-0{padding:0rem!important}.pt-0{padding-top:0rem!important}.pb-0{padding-bottom:0rem!important}.py-0{padding-top:0rem!important;padding-bottom:0rem!important}.px-0{padding-left:0rem!important;padding-right:0rem!important}.pl-0{padding-left:0rem!important}html[dir=rtl] .pl-0{padding-right:0rem!important;padding-left:0!important}.pr-0{padding-right:0rem!important}html[dir=rtl] .pr-0{padding-left:0rem!important;padding-right:0!important}.p-2{padding:.125rem!important}.pt-2{padding-top:.125rem!important}.pb-2{padding-bottom:.125rem!important}.py-2{padding-top:.125rem!important;padding-bottom:.125rem!important}.px-2{padding-left:.125rem!important;padding-right:.125rem!important}.pl-2{padding-left:.125rem!important}html[dir=rtl] .pl-2{padding-right:.125rem!important;padding-left:0!important}.pr-2{padding-right:.125rem!important}html[dir=rtl] .pr-2{padding-left:.125rem!important;padding-right:0!important}.p-3{padding:.1875rem!important}.pt-3{padding-top:.1875rem!important}.pb-3{padding-bottom:.1875rem!important}.py-3{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.px-3{padding-left:.1875rem!important;padding-right:.1875rem!important}.pl-3{padding-left:.1875rem!important}html[dir=rtl] .pl-3{padding-right:.1875rem!important;padding-left:0!important}.pr-3{padding-right:.1875rem!important}html[dir=rtl] .pr-3{padding-left:.1875rem!important;padding-right:0!important}.p-4{padding:.25rem!important}.pt-4{padding-top:.25rem!important}.pb-4{padding-bottom:.25rem!important}.py-4{padding-top:.25rem!important;padding-bottom:.25rem!important}.px-4{padding-left:.25rem!important;padding-right:.25rem!important}.pl-4{padding-left:.25rem!important}html[dir=rtl] .pl-4{padding-right:.25rem!important;padding-left:0!important}.pr-4{padding-right:.25rem!important}html[dir=rtl] .pr-4{padding-left:.25rem!important;padding-right:0!important}.p-5{padding:.3125rem!important}.pt-5{padding-top:.3125rem!important}.pb-5{padding-bottom:.3125rem!important}.py-5{padding-top:.3125rem!important;padding-bottom:.3125rem!important}.px-5{padding-left:.3125rem!important;padding-right:.3125rem!important}.pl-5{padding-left:.3125rem!important}html[dir=rtl] .pl-5{padding-right:.3125rem!important;padding-left:0!important}.pr-5{padding-right:.3125rem!important}html[dir=rtl] .pr-5{padding-left:.3125rem!important;padding-right:0!important}.p-8{padding:.5rem!important}.pt-8{padding-top:.5rem!important}.pb-8{padding-bottom:.5rem!important}.py-8{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-8{padding-left:.5rem!important;padding-right:.5rem!important}.pl-8{padding-left:.5rem!important}html[dir=rtl] .pl-8{padding-right:.5rem!important;padding-left:0!important}.pr-8{padding-right:.5rem!important}html[dir=rtl] .pr-8{padding-left:.5rem!important;padding-right:0!important}.p-10{padding:.625rem!important}.pt-10{padding-top:.625rem!important}.pb-10{padding-bottom:.625rem!important}.py-10{padding-top:.625rem!important;padding-bottom:.625rem!important}.px-10{padding-left:.625rem!important;padding-right:.625rem!important}.pl-10{padding-left:.625rem!important}html[dir=rtl] .pl-10{padding-right:.625rem!important;padding-left:0!important}.pr-10{padding-right:.625rem!important}html[dir=rtl] .pr-10{padding-left:.625rem!important;padding-right:0!important}.p-12{padding:.75rem!important}.pt-12{padding-top:.75rem!important}.pb-12{padding-bottom:.75rem!important}.py-12{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-12{padding-left:.75rem!important;padding-right:.75rem!important}.pl-12{padding-left:.75rem!important}html[dir=rtl] .pl-12{padding-right:.75rem!important;padding-left:0!important}.pr-12{padding-right:.75rem!important}html[dir=rtl] .pr-12{padding-left:.75rem!important;padding-right:0!important}.p-15{padding:.9375rem!important}.pt-15{padding-top:.9375rem!important}.pb-15{padding-bottom:.9375rem!important}.py-15{padding-top:.9375rem!important;padding-bottom:.9375rem!important}.px-15{padding-left:.9375rem!important;padding-right:.9375rem!important}.pl-15{padding-left:.9375rem!important}html[dir=rtl] .pl-15{padding-right:.9375rem!important;padding-left:0!important}.pr-15{padding-right:.9375rem!important}html[dir=rtl] .pr-15{padding-left:.9375rem!important;padding-right:0!important}.p-16{padding:1rem!important}.pt-16{padding-top:1rem!important}.pb-16{padding-bottom:1rem!important}.py-16{padding-top:1rem!important;padding-bottom:1rem!important}.px-16{padding-left:1rem!important;padding-right:1rem!important}.pl-16{padding-left:1rem!important}html[dir=rtl] .pl-16{padding-right:1rem!important;padding-left:0!important}.pr-16{padding-right:1rem!important}html[dir=rtl] .pr-16{padding-left:1rem!important;padding-right:0!important}.p-20{padding:1.25rem!important}.pt-20{padding-top:1.25rem!important}.pb-20{padding-bottom:1.25rem!important}.py-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.px-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.pl-20{padding-left:1.25rem!important}html[dir=rtl] .pl-20{padding-right:1.25rem!important;padding-left:0!important}.pr-20{padding-right:1.25rem!important}html[dir=rtl] .pr-20{padding-left:1.25rem!important;padding-right:0!important}.p-24{padding:1.5rem!important}.pt-24{padding-top:1.5rem!important}.pb-24{padding-bottom:1.5rem!important}.py-24{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.pl-24{padding-left:1.5rem!important}html[dir=rtl] .pl-24{padding-right:1.5rem!important;padding-left:0!important}.pr-24{padding-right:1.5rem!important}html[dir=rtl] .pr-24{padding-left:1.5rem!important;padding-right:0!important}.p-30{padding:1.875rem!important}.pt-30{padding-top:1.875rem!important}.pb-30{padding-bottom:1.875rem!important}.py-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.px-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.pl-30{padding-left:1.875rem!important}html[dir=rtl] .pl-30{padding-right:1.875rem!important;padding-left:0!important}.pr-30{padding-right:1.875rem!important}html[dir=rtl] .pr-30{padding-left:1.875rem!important;padding-right:0!important}.p-32{padding:2rem!important}.pt-32{padding-top:2rem!important}.pb-32{padding-bottom:2rem!important}.py-32{padding-top:2rem!important;padding-bottom:2rem!important}.px-32{padding-left:2rem!important;padding-right:2rem!important}.pl-32{padding-left:2rem!important}html[dir=rtl] .pl-32{padding-right:2rem!important;padding-left:0!important}.pr-32{padding-right:2rem!important}html[dir=rtl] .pr-32{padding-left:2rem!important;padding-right:0!important}.p-40{padding:2.5rem!important}.pt-40{padding-top:2.5rem!important}.pb-40{padding-bottom:2.5rem!important}.py-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.px-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.pl-40{padding-left:2.5rem!important}html[dir=rtl] .pl-40{padding-right:2.5rem!important;padding-left:0!important}.pr-40{padding-right:2.5rem!important}html[dir=rtl] .pr-40{padding-left:2.5rem!important;padding-right:0!important}.p-48{padding:3rem!important}.pt-48{padding-top:3rem!important}.pb-48{padding-bottom:3rem!important}.py-48{padding-top:3rem!important;padding-bottom:3rem!important}.px-48{padding-left:3rem!important;padding-right:3rem!important}.pl-48{padding-left:3rem!important}html[dir=rtl] .pl-48{padding-right:3rem!important;padding-left:0!important}.pr-48{padding-right:3rem!important}html[dir=rtl] .pr-48{padding-left:3rem!important;padding-right:0!important}.p-52{padding:3.25rem!important}.pt-52{padding-top:3.25rem!important}.pb-52{padding-bottom:3.25rem!important}.py-52{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.px-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.pl-52{padding-left:3.25rem!important}html[dir=rtl] .pl-52{padding-right:3.25rem!important;padding-left:0!important}.pr-52{padding-right:3.25rem!important}html[dir=rtl] .pr-52{padding-left:3.25rem!important;padding-right:0!important}.p-56{padding:3.5rem!important}.pt-56{padding-top:3.5rem!important}.pb-56{padding-bottom:3.5rem!important}.py-56{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.px-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.pl-56{padding-left:3.5rem!important}html[dir=rtl] .pl-56{padding-right:3.5rem!important;padding-left:0!important}.pr-56{padding-right:3.5rem!important}html[dir=rtl] .pr-56{padding-left:3.5rem!important;padding-right:0!important}.p-60{padding:3.75rem!important}.pt-60{padding-top:3.75rem!important}.pb-60{padding-bottom:3.75rem!important}.py-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.px-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.pl-60{padding-left:3.75rem!important}html[dir=rtl] .pl-60{padding-right:3.75rem!important;padding-left:0!important}.pr-60{padding-right:3.75rem!important}html[dir=rtl] .pr-60{padding-left:3.75rem!important;padding-right:0!important}.p-64{padding:4rem!important}.pt-64{padding-top:4rem!important}.pb-64{padding-bottom:4rem!important}.py-64{padding-top:4rem!important;padding-bottom:4rem!important}.px-64{padding-left:4rem!important;padding-right:4rem!important}.pl-64{padding-left:4rem!important}html[dir=rtl] .pl-64{padding-right:4rem!important;padding-left:0!important}.pr-64{padding-right:4rem!important}html[dir=rtl] .pr-64{padding-left:4rem!important;padding-right:0!important}.p-68{padding:4.25rem!important}.pt-68{padding-top:4.25rem!important}.pb-68{padding-bottom:4.25rem!important}.py-68{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.px-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.pl-68{padding-left:4.25rem!important}html[dir=rtl] .pl-68{padding-right:4.25rem!important;padding-left:0!important}.pr-68{padding-right:4.25rem!important}html[dir=rtl] .pr-68{padding-left:4.25rem!important;padding-right:0!important}.p-72{padding:4.5rem!important}.pt-72{padding-top:4.5rem!important}.pb-72{padding-bottom:4.5rem!important}.py-72{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.px-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.pl-72{padding-left:4.5rem!important}html[dir=rtl] .pl-72{padding-right:4.5rem!important;padding-left:0!important}.pr-72{padding-right:4.5rem!important}html[dir=rtl] .pr-72{padding-left:4.5rem!important;padding-right:0!important}.p-76{padding:4.75rem!important}.pt-76{padding-top:4.75rem!important}.pb-76{padding-bottom:4.75rem!important}.py-76{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.px-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.pl-76{padding-left:4.75rem!important}html[dir=rtl] .pl-76{padding-right:4.75rem!important;padding-left:0!important}.pr-76{padding-right:4.75rem!important}html[dir=rtl] .pr-76{padding-left:4.75rem!important;padding-right:0!important}.p-80{padding:5rem!important}.pt-80{padding-top:5rem!important}.pb-80{padding-bottom:5rem!important}.py-80{padding-top:5rem!important;padding-bottom:5rem!important}.px-80{padding-left:5rem!important;padding-right:5rem!important}.pl-80{padding-left:5rem!important}html[dir=rtl] .pl-80{padding-right:5rem!important;padding-left:0!important}.pr-80{padding-right:5rem!important}html[dir=rtl] .pr-80{padding-left:5rem!important;padding-right:0!important}.p-84{padding:5.25rem!important}.pt-84{padding-top:5.25rem!important}.pb-84{padding-bottom:5.25rem!important}.py-84{padding-top:5.25rem!important;padding-bottom:5.25rem!important}.px-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.pl-84{padding-left:5.25rem!important}html[dir=rtl] .pl-84{padding-right:5.25rem!important;padding-left:0!important}.pr-84{padding-right:5.25rem!important}html[dir=rtl] .pr-84{padding-left:5.25rem!important;padding-right:0!important}.p-88{padding:5.5rem!important}.pt-88{padding-top:5.5rem!important}.pb-88{padding-bottom:5.5rem!important}.py-88{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.px-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.pl-88{padding-left:5.5rem!important}html[dir=rtl] .pl-88{padding-right:5.5rem!important;padding-left:0!important}.pr-88{padding-right:5.5rem!important}html[dir=rtl] .pr-88{padding-left:5.5rem!important;padding-right:0!important}.p-96{padding:6rem!important}.pt-96{padding-top:6rem!important}.pb-96{padding-bottom:6rem!important}.py-96{padding-top:6rem!important;padding-bottom:6rem!important}.px-96{padding-left:6rem!important;padding-right:6rem!important}.pl-96{padding-left:6rem!important}html[dir=rtl] .pl-96{padding-right:6rem!important;padding-left:0!important}.pr-96{padding-right:6rem!important}html[dir=rtl] .pr-96{padding-left:6rem!important;padding-right:0!important}.p-192{padding:12rem!important}.pt-192{padding-top:12rem!important}.pb-192{padding-bottom:12rem!important}.py-192{padding-top:12rem!important;padding-bottom:12rem!important}.px-192{padding-left:12rem!important;padding-right:12rem!important}.pl-192{padding-left:12rem!important}html[dir=rtl] .pl-192{padding-right:12rem!important;padding-left:0!important}.pr-192{padding-right:12rem!important}html[dir=rtl] .pr-192{padding-left:12rem!important;padding-right:0!important}@media screen and (min-width: 768px){.px--20{padding:0 -1.25rem}}.o-x-auto{overflow-x:auto!important}.o-x-visible{overflow-x:visible!important}.o-x-hide{overflow-x:hidden!important}.o-x-scroll{overflow-x:scroll!important}.o-y-auto{overflow-y:auto!important}.o-y-visible{overflow-y:visible!important}.o-y-hide{overflow-y:hidden!important}.o-y-scroll{overflow-y:scroll!important}.flex-ai-center,.flex-ai-jc-center,.flex-jc-ai-center{align-items:center!important}.flex-as-center{align-self:center!important}.flex-jc-center,.flex-ai-jc-center,.flex-jc-ai-center{justify-content:center!important}.flex-ai-flex-start{align-items:flex-start!important}.flex-as-flex-start{align-self:flex-start!important}.flex-jc-flex-start{justify-content:flex-start!important}.flex-ai-flex-end{align-items:flex-end!important}.flex-as-flex-end{align-self:flex-end!important}.flex-jc-flex-end{justify-content:flex-end!important}.flex-jc-space-between{justify-content:space-between!important}.flex-jc-space-around{justify-content:space-around!important}.flex-jc-space-evenly{justify-content:space-evenly!important}.flex-dr{flex-direction:row!important}.flex-dc{flex-direction:column!important}.flex-ai-baseline{align-items:baseline!important}.flex-ai-end{align-items:flex-end!important}.flex-w-wrap{flex-wrap:wrap!important}.flex-basis-1{flex:1}.flex-basis-100{flex-basis:100%}.flex-none{flex:none}.b-0{border:0px solid var(--gray-400)!important}.bl-0{border-left:none!important}.br-0{border-right:none!important}.br-4{border-radius:4px!important}.bt-0{border-top:none!important}.bb-0{border-bottom:none!important}.b-1{border:1px solid var(--gray-400)!important}.b-2{border:2px solid var(--gray-400)!important}.b-4{border:4px solid var(--gray-400)!important}.b-8{border:8px solid var(--gray-400)!important}.bs-0{box-shadow:none!important}.bs-1{box-shadow:0 3px 6px #0000004a!important}.bs-1:hover{box-shadow:0 4px 9px #0000004a!important}.bs-2{box-shadow:0 0 20px #0000004a!important}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}a.sb-btn{text-align:center;display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap}.sb-btn{white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;outline:0;display:inline-block;border:1px solid;cursor:pointer;min-width:4rem;border-radius:.125rem;-webkit-border-radius:.125rem;-moz-border-radius:.125rem;position:relative;line-height:1.15;text-transform:inherit;text-decoration:none}.sb-btn:hover{opacity:1}.sb-btn:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:3px;background:var(--primary-600);opacity:0;border-radius:50%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.sb-btn.flat{border-radius:0}.sb-btn.sb-btn-radius{border-radius:2rem}.sb-btn-gray{background-color:var(--gray-200);border-color:var(--gray-200);color:var(--white)}.sb-btn-gray:hover,.sb-btn-gray:active,.sb-btn-gray.active{background-color:var(--gray-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-gray{background-color:var(--white);color:var(--gray-200);border-color:var(--gray-200)}.sb-btn-outline-gray:hover,.sb-btn-outline-gray:active,.sb-btn-outline-gray.active{color:var(--gray-400);background-color:var(--gray-100)}.sb-btn-dashed-gray{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--gray-200);color:var(--gray-200)}.sb-btn-dashed-gray:hover,.sb-btn-dashed-gray:active,.sb-btn-dashed-gray.active{background-color:var(--gray-100)}.sb-btn-link-gray{background:none;border:0px;color:var(--gray-200)}.sb-btn-link-gray:hover,.sb-btn-link-gray:active,.sb-btn-link-gray.active{background-color:var(--gray-100)}.sb-btn-primary{background-color:var(--primary-400);border-color:var(--primary-400);color:var(--white)}.sb-btn-primary:hover,.sb-btn-primary:active,.sb-btn-primary.active{background-color:var(--primary-800);border:1px solid transparent;color:var(--white)}.sb-btn-outline-primary{background-color:var(--white);color:var(--primary-400);border-color:var(--primary-400)}.sb-btn-outline-primary:hover,.sb-btn-outline-primary:active,.sb-btn-outline-primary.active{color:var(--primary-800);background-color:var(--primary-100)}.sb-btn-dashed-primary{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--primary-400);color:var(--primary-400)}.sb-btn-dashed-primary:hover,.sb-btn-dashed-primary:active,.sb-btn-dashed-primary.active{background-color:var(--primary-100)}.sb-btn-link-primary{background:none;border:0px;color:var(--primary-400)}.sb-btn-link-primary:hover,.sb-btn-link-primary:active,.sb-btn-link-primary.active{background-color:var(--primary-100)}.sb-btn-secondary{background-color:var(--secondary-200);border-color:var(--secondary-200);color:var(--white)}.sb-btn-secondary:hover,.sb-btn-secondary:active,.sb-btn-secondary.active{background-color:var(--secondary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-secondary{background-color:var(--white);color:var(--secondary-200);border-color:var(--secondary-200)}.sb-btn-outline-secondary:hover,.sb-btn-outline-secondary:active,.sb-btn-outline-secondary.active{color:var(--secondary-400);background-color:var(--secondary-0)}.sb-btn-dashed-secondary{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--secondary-200);color:var(--secondary-200)}.sb-btn-dashed-secondary:hover,.sb-btn-dashed-secondary:active,.sb-btn-dashed-secondary.active{background-color:var(--secondary-0)}.sb-btn-link-secondary{background:none;border:0px;color:var(--secondary-200)}.sb-btn-link-secondary:hover,.sb-btn-link-secondary:active,.sb-btn-link-secondary.active{background-color:var(--secondary-0)}.sb-btn-tertiary{background-color:var(--tertiary-100);border-color:var(--tertiary-100);color:var(--white)}.sb-btn-tertiary:hover,.sb-btn-tertiary:active,.sb-btn-tertiary.active{background-color:var(--tertiary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-tertiary{background-color:var(--white);color:var(--tertiary-100);border-color:var(--tertiary-100)}.sb-btn-outline-tertiary:hover,.sb-btn-outline-tertiary:active,.sb-btn-outline-tertiary.active{color:var(--tertiary-400);background-color:var(--tertiary-0)}.sb-btn-dashed-tertiary{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--tertiary-100);color:var(--tertiary-100)}.sb-btn-dashed-tertiary:hover,.sb-btn-dashed-tertiary:active,.sb-btn-dashed-tertiary.active{background-color:var(--tertiary-0)}.sb-btn-link-tertiary{background:none;border:0px;color:var(--tertiary-100)}.sb-btn-link-tertiary:hover,.sb-btn-link-tertiary:active,.sb-btn-link-tertiary.active{background-color:var(--tertiary-0)}.sb-btn-red{background-color:var(--red-100);border-color:var(--red-100);color:var(--white)}.sb-btn-red:hover,.sb-btn-red:active,.sb-btn-red.active{background-color:var(--red-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-red{background-color:var(--white);color:var(--red-100);border-color:var(--red-100)}.sb-btn-outline-red:hover,.sb-btn-outline-red:active,.sb-btn-outline-red.active{color:var(--red-400);background-color:var(--red-0)}.sb-btn-dashed-red{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--red-100);color:var(--red-100)}.sb-btn-dashed-red:hover,.sb-btn-dashed-red:active,.sb-btn-dashed-red.active{background-color:var(--red-0)}.sb-btn-link-red{background:none;border:0px;color:var(--red-100)}.sb-btn-link-red:hover,.sb-btn-link-red:active,.sb-btn-link-red.active{background-color:var(--red-0)}.sb-btn-info{background-color:var(--primary-400);border-color:var(--primary-400);color:var(--white)}.sb-btn-info:hover,.sb-btn-info:active,.sb-btn-info.active{background-color:var(--primary-800);border:1px solid transparent;color:var(--white)}.sb-btn-outline-info{background-color:var(--white);color:var(--primary-400);border-color:var(--primary-400)}.sb-btn-outline-info:hover,.sb-btn-outline-info:active,.sb-btn-outline-info.active{color:var(--primary-800);background-color:var(--primary-100)}.sb-btn-dashed-info{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--primary-400);color:var(--primary-400)}.sb-btn-dashed-info:hover,.sb-btn-dashed-info:active,.sb-btn-dashed-info.active{background-color:var(--primary-100)}.sb-btn-link-info{background:none;border:0px;color:var(--primary-400)}.sb-btn-link-info:hover,.sb-btn-link-info:active,.sb-btn-link-info.active{background-color:var(--primary-100)}.sb-btn-success{background-color:var(--secondary-200);border-color:var(--secondary-200);color:var(--white)}.sb-btn-success:hover,.sb-btn-success:active,.sb-btn-success.active{background-color:var(--secondary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-success{background-color:var(--white);color:var(--secondary-200);border-color:var(--secondary-200)}.sb-btn-outline-success:hover,.sb-btn-outline-success:active,.sb-btn-outline-success.active{color:var(--secondary-400);background-color:var(--secondary-100)}.sb-btn-dashed-success{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--secondary-200);color:var(--secondary-200)}.sb-btn-dashed-success:hover,.sb-btn-dashed-success:active,.sb-btn-dashed-success.active{background-color:var(--secondary-100)}.sb-btn-link-success{background:none;border:0px;color:var(--secondary-200)}.sb-btn-link-success:hover,.sb-btn-link-success:active,.sb-btn-link-success.active{background-color:var(--secondary-100)}.sb-btn-warning{background-color:var(--tertiary-100);border-color:var(--tertiary-100);color:var(--white)}.sb-btn-warning:hover,.sb-btn-warning:active,.sb-btn-warning.active{background-color:var(--tertiary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-warning{background-color:var(--white);color:var(--tertiary-100);border-color:var(--tertiary-100)}.sb-btn-outline-warning:hover,.sb-btn-outline-warning:active,.sb-btn-outline-warning.active{color:var(--tertiary-400);background-color:var(--tertiary-0)}.sb-btn-dashed-warning{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--tertiary-100);color:var(--tertiary-100)}.sb-btn-dashed-warning:hover,.sb-btn-dashed-warning:active,.sb-btn-dashed-warning.active{background-color:var(--tertiary-0)}.sb-btn-link-warning{background:none;border:0px;color:var(--tertiary-100)}.sb-btn-link-warning:hover,.sb-btn-link-warning:active,.sb-btn-link-warning.active{background-color:var(--tertiary-0)}.sb-btn-error{background-color:var(--red-100);border-color:var(--red-100);color:var(--white)}.sb-btn-error:hover,.sb-btn-error:active,.sb-btn-error.active{background-color:var(--red-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-error{background-color:var(--white);color:var(--red-100);border-color:var(--red-100)}.sb-btn-outline-error:hover,.sb-btn-outline-error:active,.sb-btn-outline-error.active{color:var(--red-400);background-color:var(--red-0)}.sb-btn-dashed-error{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--red-100);color:var(--red-100)}.sb-btn-dashed-error:hover,.sb-btn-dashed-error:active,.sb-btn-dashed-error.active{background-color:var(--red-0)}.sb-btn-link-error{background:none;border:0px;color:var(--red-100)}.sb-btn-link-error:hover,.sb-btn-link-error:active,.sb-btn-link-error.active{background-color:var(--red-0)}.sb-btn-xs{height:1.5rem;padding:.25rem .5rem;font-size:.75rem}.sb-btn-normal{height:2rem;padding:.5rem 1rem;font-size:.75rem}.sb-btn-sm{height:2.5rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-md{height:3rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-lg{height:3.5rem;padding:1rem 1.5rem;font-size:1.25rem}.sb-btn-full{height:1.5rem;padding:.5rem 1rem;font-size:1.25rem;width:100%}.sb-btn-square.sb-btn-xs{height:1.5rem;width:1.5rem;font-size:1rem}.sb-btn-square.sb-btn-xs i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-xs span{margin:.5rem 0 0}.sb-btn-square.sb-btn-normal{height:4rem;width:4rem;font-size:.75rem}.sb-btn-square.sb-btn-normal i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-normal span{margin:.5rem 0 0}.sb-btn-square.sb-btn-sm{height:3rem;width:3rem;font-size:.75rem}.sb-btn-square.sb-btn-sm i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-sm span{margin:.5rem 0 0}.sb-btn-square.sb-btn-md{height:4rem;width:4rem;font-size:1rem}.sb-btn-square.sb-btn-md i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-md span{margin:.5rem 0 0}.sb-btn-square.sb-btn-lg{height:8rem;width:8rem;font-size:1.25rem}.sb-btn-square.sb-btn-lg i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-lg span{margin:.5rem 0 0}.sb-btn-white{box-shadow:0 -.0625rem .25rem #0000001a,0 3px 4px #0003;border:0px solid #ddd}.sb-btn-square{display:inline-flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-size:.75rem;padding:.5rem}.sb-btn-disabled{background-color:var(--gray-100);border:1px solid var(--gray-100);color:var(--gray-200);cursor:default}.sb-btn-outline-disabled{background-color:var(--white);border:1px solid var(--gray-100);color:var(--gray-200);cursor:default;font-weight:400}.sb-btn-link{background:none;border:0}.sb-btn-download{transition:all 1.2s ease-in-out}.sb-btn-download i:after{content:"\f019";font-size:.8125rem;color:var(--white)}.sb-btn-download:hover{animation:pulse .2s 2 both}.sb-btn-download.loading i{animation:loading 2s infinite linear}.sb-btn-download.loading i:after{content:"\f1ce"}.sb-btn-download.success i:after{content:"\f00c";color:transparent;animation:change-icon 1s .6s linear both}.sb-right-icon-btn{padding:.5rem}.sb-right-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-right-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn{padding:.5rem}.sb-left-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-left-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn.sb-btn-xs{padding:.5rem}.ui.toggle.checkbox.sb-toggle{min-height:1.5rem;position:relative;display:inline-block;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:1rem;font-size:1rem;min-width:1rem}.ui.toggle.checkbox.sb-toggle input{width:4rem;height:1.5rem;cursor:pointer;position:absolute;top:0;left:0;opacity:0;outline:0;z-index:3}.ui.toggle.checkbox.sb-toggle input:focus:checked~label:before,.ui.toggle.checkbox.sb-toggle input:focus:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~label:before{background-color:#024f9d!important}.ui.toggle.checkbox.sb-toggle label{min-height:1rem;padding-left:4.5rem;color:#000000de;position:relative;display:block;outline:0;font-size:1rem}.ui.toggle.checkbox.sb-toggle label:before{display:block;position:absolute;content:"";z-index:1;transform:none;border:none;top:1px;left:0;background:rgba(0,0,0,.05);box-shadow:none;width:4rem;height:1.5rem;border-radius:500rem;border-color:var(--primary-color);background-color:var(--primary-color);color:var(--white);transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease}.ui.toggle.checkbox.sb-toggle label:after{background:var(--white) linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;width:-2.5rem;height:-2.5rem;top:3px;left:0;border-radius:500rem;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox.sb-toggle input~label:after{left:.1rem;box-shadow:none}.ui.toggle.checkbox.sb-toggle input:checked~label:after{left:2.5625rem;box-shadow:none}.btn-group{border:1px solid var(--gray-100);display:inline-flex;flex-direction:row;font-size:0;vertical-align:baseline}.btn-group .sb-btn{background:var(--white);border-left:1px solid var(--gray-100);flex:1 0 auto;border-radius:0;margin:0;border:0;color:var(--primary-400);min-width:2.5rem}.btn-group .sb-btn:first-child{border-left:none;margin-left:0}.btn-group .sb-btn:active,.btn-group .sb-btn.active{background-color:var(--primary-100);color:var(--primary-400)}.btn-group .sb-btn .icon{margin:0;vertical-align:top}.sb-btn-icon-fix{display:flex;align-items:center;line-height:normal}.sb-btn-grow{background:none;border:0px solid #fff;font-size:12px;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.sb-btn-grow:disabled{opacity:.4;cursor:default}.sb-btn-grow:hover:not([disabled]){background:none;transform:scale(1.15)} /*# sourceMappingURL=styles.css.map*/ \ No newline at end of file diff --git a/web-component-demo/sunbird-pdf-player.js b/web-component-demo/sunbird-pdf-player.js index 79d5388..72b2256 100644 --- a/web-component-demo/sunbird-pdf-player.js +++ b/web-component-demo/sunbird-pdf-player.js @@ -1,2593 +1,161 @@ (()=>{"use strict";var e,p={},v={};function a(e){var n=v[e];if(void 0!==n)return n.exports;var r=v[e]={id:e,loaded:!1,exports:{}};return p[e].call(r.exports,r,r.exports,a),r.loaded=!0,r.exports}a.m=p,e=[],a.O=(n,r,c,l)=>{if(!r){var u=1/0;for(f=0;f=l)&&Object.keys(a.O).every(h=>a.O[h](r[t]))?r.splice(t--,1):(_=!1,l0&&e[f-1][2]>l;f--)e[f]=e[f-1];e[f]=[r,c,l]},a.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return a.d(n,{a:n}),n},a.d=(e,n)=>{for(var r in n)a.o(n,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},a.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e={runtime:0};a.O.j=c=>0===e[c];var n=(c,l)=>{var t,s,[f,u,_]=l,o=0;if(f.some(i=>0!==e[i])){for(t in u)a.o(u,t)&&(a.m[t]=u[t]);if(_)var d=_(a)}for(c&&c(l);o{"use strict";Ne(4924),Ne(7586)},7586:()=>{ +(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["polyfills"],{179:(W,ye,Ne)=>{"use strict";Ne(924),Ne(586)},586:()=>{ /*! (C) Andrea Giammarchi - @WebReflection - ISC Style License */ -!function(W,ye){"use strict";function Ne(){var t=ze.splice(0,ze.length);for(v=0;t.length;)t.shift().call(null,t.shift())}function Ve(t,s){for(var f=0,h=t.length;f1)&<(this)}}}),pe(C,He,{value:function(Z){-1>0,Se="__"+Fe+mt,_e="addEventListener",Ae="attached",de="Callback",we="detached",Be="extends",He="attributeChanged"+de,Et=Ae+de,Tt="connected"+de,ut="disconnected"+de,$e="created"+de,gt=we+de,Ke="ADDITION",it="REMOVAL",Ie="DOMAttrModified",_t="DOMContentLoaded",ct="DOMSubtreeModified",De="<",at="=",yt=/^[A-Z][._A-Z0-9]*-[-._A-Z0-9]*$/,vt=["ANNOTATION-XML","COLOR-PROFILE","FONT-FACE","FONT-FACE-SRC","FONT-FACE-URI","FONT-FACE-FORMAT","FONT-FACE-NAME","MISSING-GLYPH"],e=[],n=[],a="",i=U.documentElement,u=e.indexOf||function(t){for(var s=this.length;s--&&this[s]!==t;);return s},d=Te.prototype,k=d.hasOwnProperty,g=d.isPrototypeOf,P=Te.defineProperty,O=[],M=Te.getOwnPropertyDescriptor,B=Te.getOwnPropertyNames,j=Te.getPrototypeOf,F=Te.setPrototypeOf,re=!!Te.__proto__,he="__dreCEv1",z=W.customElements,N=!/^force/.test(ye.type)&&!!(z&&z.define&&z.get&&z.whenDefined),b=Te.create||Te,me=W.Map||function(){var t,s=[],f=[];return{get:function(h){return f[u.call(s,h)]},set:function(h,_){(t=u.call(s,h))<0?f[s.push(h)-1]=_:f[t]=_}}},Y=W.Promise||function(t){function s(C){for(h=!0;f.length;)f.shift()(C)}var f=[],h=!1,_={catch:function(){return _},then:function(C){return f.push(C),h&&setTimeout(s,1),_}};return t(s),_},ce=!1,G=b(null),y=b(null),$=new me,p=function(t){return t.toLowerCase()},V=Te.create||function t(s){return s?(t.prototype=s,new t):this},R=F||(re?function(t,s){return t.__proto__=s,t}:B&&M?function(){function t(s,f){for(var h,_=B(f),C=0,w=_.length;C
",new ue(function(t,s){if(t[0]&&"childList"==t[0].type&&!t[0].removedNodes[0].childNodes.length){var f=(Re=M(x,"innerHTML"))&&Re.set;f&&P(x,"innerHTML",{set:function(h){for(;this.lastChild;)this.removeChild(this.lastChild);f.call(this,h)}})}s.disconnect(),Re=null}).observe(Re,{childList:!0,subtree:!0}),Re.innerHTML=""),S||(F||re?(st=function(t,s){g.call(s,t)||We(t,s)},ke=We):(st=function(t,s){t[Se]||(t[Se]=Te(!0),We(t,s))},ke=st),Q?(J=!1,t=M(x,_e),s=t.value,f=function(C){var w=new CustomEvent(Ie,{bubbles:!0});w.attrName=C,w.prevValue=H.call(this,C),w.newValue=null,w[it]=w.attrChange=2,be.call(this,C),c.call(this,w)},h=function(C,w){var ae=ne.call(this,C),Z=ae&&H.call(this,C),se=new CustomEvent(Ie,{bubbles:!0});m.call(this,C,w),se.attrName=C,se.prevValue=ae?Z:null,se.newValue=w,ae?se.MODIFICATION=se.attrChange=1:se[Ke]=se.attrChange=0,c.call(this,se)},_=function(C){var w,ae=C.currentTarget,Z=ae[Se],se=C.propertyName;Z.hasOwnProperty(se)&&(Z=Z[se],(w=new CustomEvent(Ie,{bubbles:!0})).attrName=Z.name,w.prevValue=Z.value||null,w.newValue=Z.value=ae[se]||null,null==w.prevValue?w[Ke]=w.attrChange=0:w.MODIFICATION=w.attrChange=1,c.call(ae,w))},t.value=function(C,w,ae){C===Ie&&this[He]&&this.setAttribute!==h&&(this[Se]={className:{name:"class",value:this.className}},this.setAttribute=h,this.removeAttribute=f,s.call(this,"propertychange",_)),s.call(this,C,w,ae)},P(x,_e,t)):ue||(i[_e](Ie,D),i.setAttribute(Se,1),i.removeAttribute(Se),J&&(ot=function(t){var s,f,h,_=this;if(_===t.target){for(h in s=_[Se],_[Se]=f=ve(_),f){if(!(h in s))return Ye(0,_,h,s[h],f[h],Ke);if(f[h]!==s[h])return Ye(1,_,h,s[h],f[h],"MODIFICATION")}for(h in s)if(!(h in f))return Ye(2,_,h,s[h],f[h],it)}},Ye=function(t,s,f,h,_,C){var w={attrChange:t,currentTarget:s,attrName:f,prevValue:h,newValue:_};w[C]=t,Qe(w)},ve=function(t){for(var s,f,h={},_=t.attributes,C=0,w=_.length;C$");if(s[Be]="a",t.prototype=V(Ce.prototype),t.prototype.constructor=t,W.customElements.define(f,t,s),!h.test(U.createElement("a",{is:f}).outerHTML)||!h.test((new t).outerHTML))throw s}(function t(){return Reflect.construct(Ce,[],t)},{},"document-register-element-a"+mt)}catch{Xe()}if(!ye.noBuiltIn)try{if(E.call(U,"a","a").outerHTML.indexOf("is")<0)throw{}}catch{p=function(s){return{is:s.toLowerCase()}}}}(window)},4924:()=>{"use strict"; -/** - * @license Angular v14.2.0-next.0 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */!function(e){const n=e.performance;function a(K){n&&n.mark&&n.mark(K)}function i(K,o){n&&n.measure&&n.measure(K,o)}a("Zone");const u=e.__Zone_symbol_prefix||"__zone_symbol__";function d(K){return u+K}const k=!0===e[d("forceDuplicateZoneCheck")];if(e.Zone){if(k||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}class g{constructor(o,r){this._parent=o,this._name=r?r.name||"unnamed":"",this._properties=r&&r.properties||{},this._zoneDelegate=new O(this,this._parent&&this._parent._zoneDelegate,r)}static assertZonePatched(){if(e.Promise!==Ce.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let o=g.current;for(;o.parent;)o=o.parent;return o}static get current(){return Q.zone}static get currentTask(){return pe}static __load_patch(o,r,c=!1){if(Ce.hasOwnProperty(o)){if(!c&&k)throw Error("Already loaded patch: "+o)}else if(!e["__Zone_disable_"+o]){const H="Zone:"+o;a(H),Ce[o]=r(e,g,x),i(H,H)}}get parent(){return this._parent}get name(){return this._name}get(o){const r=this.getZoneWith(o);if(r)return r._properties[o]}getZoneWith(o){let r=this;for(;r;){if(r._properties.hasOwnProperty(o))return r;r=r._parent}return null}fork(o){if(!o)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,o)}wrap(o,r){if("function"!=typeof o)throw new Error("Expecting function got: "+o);const c=this._zoneDelegate.intercept(this,o,r),H=this;return function(){return H.runGuarded(c,this,arguments,r)}}run(o,r,c,H){Q={parent:Q,zone:this};try{return this._zoneDelegate.invoke(this,o,r,c,H)}finally{Q=Q.parent}}runGuarded(o,r=null,c,H){Q={parent:Q,zone:this};try{try{return this._zoneDelegate.invoke(this,o,r,c,H)}catch(ne){if(this._zoneDelegate.handleError(this,ne))throw ne}}finally{Q=Q.parent}}runTask(o,r,c){if(o.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");if(o.state===Y&&(o.type===ue||o.type===R))return;const H=o.state!=y;H&&o._transitionTo(y,G),o.runCount++;const ne=pe;pe=o,Q={parent:Q,zone:this};try{o.type==R&&o.data&&!o.data.isPeriodic&&(o.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,o,r,c)}catch(be){if(this._zoneDelegate.handleError(this,be))throw be}}finally{o.state!==Y&&o.state!==p&&(o.type==ue||o.data&&o.data.isPeriodic?H&&o._transitionTo(G,y):(o.runCount=0,this._updateTaskCount(o,-1),H&&o._transitionTo(Y,y,Y))),Q=Q.parent,pe=ne}}scheduleTask(o){if(o.zone&&o.zone!==this){let c=this;for(;c;){if(c===o.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${o.zone.name}`);c=c.parent}}o._transitionTo(ce,Y);const r=[];o._zoneDelegates=r,o._zone=this;try{o=this._zoneDelegate.scheduleTask(this,o)}catch(c){throw o._transitionTo(p,ce,Y),this._zoneDelegate.handleError(this,c),c}return o._zoneDelegates===r&&this._updateTaskCount(o,1),o.state==ce&&o._transitionTo(G,ce),o}scheduleMicroTask(o,r,c,H){return this.scheduleTask(new M(V,o,r,c,H,void 0))}scheduleMacroTask(o,r,c,H,ne){return this.scheduleTask(new M(R,o,r,c,H,ne))}scheduleEventTask(o,r,c,H,ne){return this.scheduleTask(new M(ue,o,r,c,H,ne))}cancelTask(o){if(o.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");o._transitionTo($,G,y);try{this._zoneDelegate.cancelTask(this,o)}catch(r){throw o._transitionTo(p,$),this._zoneDelegate.handleError(this,r),r}return this._updateTaskCount(o,-1),o._transitionTo(Y,$),o.runCount=0,o}_updateTaskCount(o,r){const c=o._zoneDelegates;-1==r&&(o._zoneDelegates=null);for(let H=0;HK.hasTask(r,c),onScheduleTask:(K,o,r,c)=>K.scheduleTask(r,c),onInvokeTask:(K,o,r,c,H,ne)=>K.invokeTask(r,c,H,ne),onCancelTask:(K,o,r,c)=>K.cancelTask(r,c)};class O{constructor(o,r,c){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=o,this._parentDelegate=r,this._forkZS=c&&(c&&c.onFork?c:r._forkZS),this._forkDlgt=c&&(c.onFork?r:r._forkDlgt),this._forkCurrZone=c&&(c.onFork?this.zone:r._forkCurrZone),this._interceptZS=c&&(c.onIntercept?c:r._interceptZS),this._interceptDlgt=c&&(c.onIntercept?r:r._interceptDlgt),this._interceptCurrZone=c&&(c.onIntercept?this.zone:r._interceptCurrZone),this._invokeZS=c&&(c.onInvoke?c:r._invokeZS),this._invokeDlgt=c&&(c.onInvoke?r:r._invokeDlgt),this._invokeCurrZone=c&&(c.onInvoke?this.zone:r._invokeCurrZone),this._handleErrorZS=c&&(c.onHandleError?c:r._handleErrorZS),this._handleErrorDlgt=c&&(c.onHandleError?r:r._handleErrorDlgt),this._handleErrorCurrZone=c&&(c.onHandleError?this.zone:r._handleErrorCurrZone),this._scheduleTaskZS=c&&(c.onScheduleTask?c:r._scheduleTaskZS),this._scheduleTaskDlgt=c&&(c.onScheduleTask?r:r._scheduleTaskDlgt),this._scheduleTaskCurrZone=c&&(c.onScheduleTask?this.zone:r._scheduleTaskCurrZone),this._invokeTaskZS=c&&(c.onInvokeTask?c:r._invokeTaskZS),this._invokeTaskDlgt=c&&(c.onInvokeTask?r:r._invokeTaskDlgt),this._invokeTaskCurrZone=c&&(c.onInvokeTask?this.zone:r._invokeTaskCurrZone),this._cancelTaskZS=c&&(c.onCancelTask?c:r._cancelTaskZS),this._cancelTaskDlgt=c&&(c.onCancelTask?r:r._cancelTaskDlgt),this._cancelTaskCurrZone=c&&(c.onCancelTask?this.zone:r._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const H=c&&c.onHasTask,ne=r&&r._hasTaskZS;(H||ne)&&(this._hasTaskZS=H?c:P,this._hasTaskDlgt=r,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=o,c.onScheduleTask||(this._scheduleTaskZS=P,this._scheduleTaskDlgt=r,this._scheduleTaskCurrZone=this.zone),c.onInvokeTask||(this._invokeTaskZS=P,this._invokeTaskDlgt=r,this._invokeTaskCurrZone=this.zone),c.onCancelTask||(this._cancelTaskZS=P,this._cancelTaskDlgt=r,this._cancelTaskCurrZone=this.zone))}fork(o,r){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,o,r):new g(o,r)}intercept(o,r,c){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,o,r,c):r}invoke(o,r,c,H,ne){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,o,r,c,H,ne):r.apply(c,H)}handleError(o,r){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,o,r)}scheduleTask(o,r){let c=r;if(this._scheduleTaskZS)this._hasTaskZS&&c._zoneDelegates.push(this._hasTaskDlgtOwner),c=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,o,r),c||(c=r);else if(r.scheduleFn)r.scheduleFn(r);else{if(r.type!=V)throw new Error("Task is missing scheduleFn.");N(r)}return c}invokeTask(o,r,c,H){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,o,r,c,H):r.callback.apply(c,H)}cancelTask(o,r){let c;if(this._cancelTaskZS)c=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,o,r);else{if(!r.cancelFn)throw Error("Task is not cancelable");c=r.cancelFn(r)}return c}hasTask(o,r){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,o,r)}catch(c){this.handleError(o,c)}}_updateTaskCount(o,r){const c=this._taskCounts,H=c[o],ne=c[o]=H+r;if(ne<0)throw new Error("More tasks executed then were scheduled.");if(0==H||0==ne){const be={microTask:c.microTask>0,macroTask:c.macroTask>0,eventTask:c.eventTask>0,change:o};this.hasTask(this.zone,be)}}}class M{constructor(o,r,c,H,ne,be){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=o,this.source=r,this.data=H,this.scheduleFn=ne,this.cancelFn=be,!c)throw new Error("callback is not defined");this.callback=c;const m=this;o===ue&&H&&H.useG?this.invoke=M.invokeTask:this.invoke=function(){return M.invokeTask.call(e,m,this,arguments)}}static invokeTask(o,r,c){o||(o=this),ge++;try{return o.runCount++,o.zone.runTask(o,r,c)}finally{1==ge&&b(),ge--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(Y,ce)}_transitionTo(o,r,c){if(this._state!==r&&this._state!==c)throw new Error(`${this.type} '${this.source}': can not transition to '${o}', expecting state '${r}'${c?" or '"+c+"'":""}, was '${this._state}'.`);this._state=o,o==Y&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const B=d("setTimeout"),j=d("Promise"),F=d("then");let he,re=[],X=!1;function z(K){if(he||e[j]&&(he=e[j].resolve(0)),he){let o=he[F];o||(o=he.then),o.call(he,K)}else e[B](K,0)}function N(K){0===ge&&0===re.length&&z(b),K&&re.push(K)}function b(){if(!X){for(X=!0;re.length;){const K=re;re=[];for(let o=0;oQ,onUnhandledError:te,microtaskDrainDone:te,scheduleMicroTask:N,showUncaughtError:()=>!g[d("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:te,patchMethod:()=>te,bindArguments:()=>[],patchThen:()=>te,patchMacroTask:()=>te,patchEventPrototype:()=>te,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>te,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>te,wrapWithCurrentZone:()=>te,filterProperties:()=>[],attachOriginToPatched:()=>te,_redefineProperty:()=>te,patchCallbacks:()=>te,nativeScheduleMicroTask:z};let Q={parent:null,zone:new g(null,null)},pe=null,ge=0;function te(){}i("Zone","Zone"),e.Zone=g}(typeof window<"u"&&window||typeof self<"u"&&self||global); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const W=Object.getOwnPropertyDescriptor,ye=Object.defineProperty,Ne=Object.getPrototypeOf,Ve=Object.create,ft=Array.prototype.slice,xe="addEventListener",Ue="removeEventListener",Je=Zone.__symbol__(xe),Qe=Zone.__symbol__(Ue),Oe="true",Me="false",Ge=Zone.__symbol__("");function et(e,n){return Zone.current.wrap(e,n)}function We(e,n,a,i,u){return Zone.current.scheduleMacroTask(e,n,a,i,u)}const q=Zone.__symbol__,qe=typeof window<"u",Ze=qe?window:void 0,le=qe&&Ze||"object"==typeof self&&self||global;function tt(e,n){for(let a=e.length-1;a>=0;a--)"function"==typeof e[a]&&(e[a]=et(e[a],n+"_"+a));return e}function lt(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const nt=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Xe=!("nw"in le)&&typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process),U=!Xe&&!nt&&!(!qe||!Ze.HTMLElement),Te=typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process)&&!nt&&!(!qe||!Ze.HTMLElement),rt={},ze=function(e){if(!(e=e||le.event))return;let n=rt[e.type];n||(n=rt[e.type]=q("ON_PROPERTY"+e.type));const a=this||e.target||le,i=a[n];let u;if(U&&a===Ze&&"error"===e.type){const d=e;u=i&&i.call(this,d.message,d.filename,d.lineno,d.colno,d.error),!0===u&&e.preventDefault()}else u=i&&i.apply(this,arguments),null!=u&&!u&&e.preventDefault();return u};function ot(e,n,a){let i=W(e,n);if(!i&&a&&W(a,n)&&(i={enumerable:!0,configurable:!0}),!i||!i.configurable)return;const u=q("on"+n+"patched");if(e.hasOwnProperty(u)&&e[u])return;delete i.writable,delete i.value;const d=i.get,k=i.set,g=n.slice(2);let P=rt[g];P||(P=rt[g]=q("ON_PROPERTY"+g)),i.set=function(O){let M=this;!M&&e===le&&(M=le),M&&("function"==typeof M[P]&&M.removeEventListener(g,ze),k&&k.call(M,null),M[P]=O,"function"==typeof O&&M.addEventListener(g,ze,!1))},i.get=function(){let O=this;if(!O&&e===le&&(O=le),!O)return null;const M=O[P];if(M)return M;if(d){let B=d.call(this);if(B)return i.set.call(this,B),"function"==typeof O.removeAttribute&&O.removeAttribute(n),B}return null},ye(e,n,i),e[u]=!0}function Ye(e,n,a){if(n)for(let i=0;ifunction(k,g){const P=a(k,g);return P.cbIdx>=0&&"function"==typeof g[P.cbIdx]?We(P.name,g[P.cbIdx],P,u):d.apply(k,g)})}function ke(e,n){e[q("OriginalDelegate")]=n}let Re=!1,Fe=!1;function Se(){if(Re)return Fe;Re=!0;try{const e=Ze.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(Fe=!0)}catch{}return Fe} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */Zone.__load_patch("ZoneAwarePromise",(e,n,a)=>{const i=Object.getOwnPropertyDescriptor,u=Object.defineProperty;const k=a.symbol,g=[],P=!0===e[k("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],O=k("Promise"),M=k("then");a.onUnhandledError=m=>{if(a.showUncaughtError()){const E=m&&m.rejection;E?console.error("Unhandled Promise rejection:",E instanceof Error?E.message:E,"; Zone:",m.zone.name,"; Task:",m.task&&m.task.source,"; Value:",E,E instanceof Error?E.stack:void 0):console.error(m)}},a.microtaskDrainDone=()=>{for(;g.length;){const m=g.shift();try{m.zone.runGuarded(()=>{throw m.throwOriginal?m.rejection:m})}catch(E){F(E)}}};const j=k("unhandledPromiseRejectionHandler");function F(m){a.onUnhandledError(m);try{const E=n[j];"function"==typeof E&&E.call(this,m)}catch{}}function re(m){return m&&m.then}function X(m){return m}function he(m){return r.reject(m)}const z=k("state"),N=k("value"),b=k("finally"),me=k("parentPromiseValue"),Y=k("parentPromiseState"),G=null,y=!0,$=!1;function V(m,E){return l=>{try{x(m,E,l)}catch(T){x(m,!1,T)}}}const R=function(){let m=!1;return function(l){return function(){m||(m=!0,l.apply(null,arguments))}}},Ce=k("currentTaskTrace");function x(m,E,l){const T=R();if(m===l)throw new TypeError("Promise resolved with itself");if(m[z]===G){let L=null;try{("object"==typeof l||"function"==typeof l)&&(L=l&&l.then)}catch(D){return T(()=>{x(m,!1,D)})(),m}if(E!==$&&l instanceof r&&l.hasOwnProperty(z)&&l.hasOwnProperty(N)&&l[z]!==G)pe(l),x(m,l[z],l[N]);else if(E!==$&&"function"==typeof L)try{L.call(l,T(V(m,E)),T(V(m,!1)))}catch(D){T(()=>{x(m,!1,D)})()}else{m[z]=E;const D=m[N];if(m[N]=l,m[b]===b&&E===y&&(m[z]=m[Y],m[N]=m[me]),E===$&&l instanceof Error){const v=n.currentTask&&n.currentTask.data&&n.currentTask.data.__creationTrace__;v&&u(l,Ce,{configurable:!0,enumerable:!1,writable:!0,value:v})}for(let v=0;v{try{const S=m[N],I=!!l&&b===l[b];I&&(l[me]=S,l[Y]=D);const A=E.run(v,void 0,I&&v!==he&&v!==X?[]:[S]);x(l,!0,A)}catch(S){x(l,!1,S)}},l)}const K=function(){},o=e.AggregateError;class r{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(E){return x(new this(null),y,E)}static reject(E){return x(new this(null),$,E)}static any(E){if(!E||"function"!=typeof E[Symbol.iterator])return Promise.reject(new o([],"All promises were rejected"));const l=[];let T=0;try{for(let v of E)T++,l.push(r.resolve(v))}catch{return Promise.reject(new o([],"All promises were rejected"))}if(0===T)return Promise.reject(new o([],"All promises were rejected"));let L=!1;const D=[];return new r((v,S)=>{for(let I=0;I{L||(L=!0,v(A))},A=>{D.push(A),T--,0===T&&(L=!0,S(new o(D,"All promises were rejected")))})})}static race(E){let l,T,L=new this((S,I)=>{l=S,T=I});function D(S){l(S)}function v(S){T(S)}for(let S of E)re(S)||(S=this.resolve(S)),S.then(D,v);return L}static all(E){return r.allWithCallback(E)}static allSettled(E){return(this&&this.prototype instanceof r?this:r).allWithCallback(E,{thenCallback:T=>({status:"fulfilled",value:T}),errorCallback:T=>({status:"rejected",reason:T})})}static allWithCallback(E,l){let T,L,D=new this((A,J)=>{T=A,L=J}),v=2,S=0;const I=[];for(let A of E){re(A)||(A=this.resolve(A));const J=S;try{A.then(ee=>{I[J]=l?l.thenCallback(ee):ee,v--,0===v&&T(I)},ee=>{l?(I[J]=l.errorCallback(ee),v--,0===v&&T(I)):L(ee)})}catch(ee){L(ee)}v++,S++}return v-=2,0===v&&T(I),D}constructor(E){const l=this;if(!(l instanceof r))throw new Error("Must be an instanceof Promise.");l[z]=G,l[N]=[];try{const T=R();E&&E(T(V(l,y)),T(V(l,$)))}catch(T){x(l,!1,T)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return r}then(E,l){var T;let L=null===(T=this.constructor)||void 0===T?void 0:T[Symbol.species];(!L||"function"!=typeof L)&&(L=this.constructor||r);const D=new L(K),v=n.current;return this[z]==G?this[N].push(v,D,E,l):ge(this,v,D,E,l),D}catch(E){return this.then(null,E)}finally(E){var l;let T=null===(l=this.constructor)||void 0===l?void 0:l[Symbol.species];(!T||"function"!=typeof T)&&(T=r);const L=new T(K);L[b]=b;const D=n.current;return this[z]==G?this[N].push(D,L,E,E):ge(this,D,L,E,E),L}}r.resolve=r.resolve,r.reject=r.reject,r.race=r.race,r.all=r.all;const c=e[O]=e.Promise;e.Promise=r;const H=k("thenPatched");function ne(m){const E=m.prototype,l=i(E,"then");if(l&&(!1===l.writable||!l.configurable))return;const T=E.then;E[M]=T,m.prototype.then=function(L,D){return new r((S,I)=>{T.call(this,S,I)}).then(L,D)},m[H]=!0}return a.patchThen=ne,c&&(ne(c),Le(e,"fetch",m=>function be(m){return function(E,l){let T=m.apply(E,l);if(T instanceof r)return T;let L=T.constructor;return L[H]||ne(L),T}}(m))),Promise[n.__symbol__("uncaughtPromiseErrors")]=g,r}), -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ +!function(W,ye){"use strict";function Ne(){var t=ze.splice(0,ze.length);for(v=0;t.length;)t.shift().call(null,t.shift())}function Ve(t,s){for(var f=0,h=t.length;f1)&<(this)}}}),pe(C,He,{value:function(Z){-1>0,Se="__"+Fe+mt,_e="addEventListener",Ae="attached",de="Callback",we="detached",Be="extends",He="attributeChanged"+de,Et=Ae+de,Tt="connected"+de,ut="disconnected"+de,$e="created"+de,gt=we+de,Ke="ADDITION",it="REMOVAL",Ie="DOMAttrModified",_t="DOMContentLoaded",ct="DOMSubtreeModified",De="<",at="=",yt=/^[A-Z][._A-Z0-9]*-[-._A-Z0-9]*$/,vt=["ANNOTATION-XML","COLOR-PROFILE","FONT-FACE","FONT-FACE-SRC","FONT-FACE-URI","FONT-FACE-FORMAT","FONT-FACE-NAME","MISSING-GLYPH"],e=[],n=[],a="",i=U.documentElement,u=e.indexOf||function(t){for(var s=this.length;s--&&this[s]!==t;);return s},d=Te.prototype,k=d.hasOwnProperty,g=d.isPrototypeOf,P=Te.defineProperty,O=[],M=Te.getOwnPropertyDescriptor,B=Te.getOwnPropertyNames,j=Te.getPrototypeOf,F=Te.setPrototypeOf,re=!!Te.__proto__,he="__dreCEv1",z=W.customElements,N=!/^force/.test(ye.type)&&!!(z&&z.define&&z.get&&z.whenDefined),b=Te.create||Te,me=W.Map||function(){var t,s=[],f=[];return{get:function(h){return f[u.call(s,h)]},set:function(h,_){(t=u.call(s,h))<0?f[s.push(h)-1]=_:f[t]=_}}},Y=W.Promise||function(t){function s(C){for(h=!0;f.length;)f.shift()(C)}var f=[],h=!1,_={catch:function(){return _},then:function(C){return f.push(C),h&&setTimeout(s,1),_}};return t(s),_},ce=!1,G=b(null),y=b(null),$=new me,p=function(t){return t.toLowerCase()},V=Te.create||function t(s){return s?(t.prototype=s,new t):this},R=F||(re?function(t,s){return t.__proto__=s,t}:B&&M?function(){function t(s,f){for(var h,_=B(f),C=0,w=_.length;C
",new ue(function(t,s){if(t[0]&&"childList"==t[0].type&&!t[0].removedNodes[0].childNodes.length){var f=(Re=M(x,"innerHTML"))&&Re.set;f&&P(x,"innerHTML",{set:function(h){for(;this.lastChild;)this.removeChild(this.lastChild);f.call(this,h)}})}s.disconnect(),Re=null}).observe(Re,{childList:!0,subtree:!0}),Re.innerHTML=""),S||(F||re?(st=function(t,s){g.call(s,t)||We(t,s)},ke=We):(st=function(t,s){t[Se]||(t[Se]=Te(!0),We(t,s))},ke=st),Q?(J=!1,t=M(x,_e),s=t.value,f=function(C){var w=new CustomEvent(Ie,{bubbles:!0});w.attrName=C,w.prevValue=H.call(this,C),w.newValue=null,w[it]=w.attrChange=2,be.call(this,C),c.call(this,w)},h=function(C,w){var ae=ne.call(this,C),Z=ae&&H.call(this,C),se=new CustomEvent(Ie,{bubbles:!0});m.call(this,C,w),se.attrName=C,se.prevValue=ae?Z:null,se.newValue=w,ae?se.MODIFICATION=se.attrChange=1:se[Ke]=se.attrChange=0,c.call(this,se)},_=function(C){var w,ae=C.currentTarget,Z=ae[Se],se=C.propertyName;Z.hasOwnProperty(se)&&(Z=Z[se],(w=new CustomEvent(Ie,{bubbles:!0})).attrName=Z.name,w.prevValue=Z.value||null,w.newValue=Z.value=ae[se]||null,null==w.prevValue?w[Ke]=w.attrChange=0:w.MODIFICATION=w.attrChange=1,c.call(ae,w))},t.value=function(C,w,ae){C===Ie&&this[He]&&this.setAttribute!==h&&(this[Se]={className:{name:"class",value:this.className}},this.setAttribute=h,this.removeAttribute=f,s.call(this,"propertychange",_)),s.call(this,C,w,ae)},P(x,_e,t)):ue||(i[_e](Ie,D),i.setAttribute(Se,1),i.removeAttribute(Se),J&&(ot=function(t){var s,f,h,_=this;if(_===t.target){for(h in s=_[Se],_[Se]=f=ve(_),f){if(!(h in s))return Ye(0,_,h,s[h],f[h],Ke);if(f[h]!==s[h])return Ye(1,_,h,s[h],f[h],"MODIFICATION")}for(h in s)if(!(h in f))return Ye(2,_,h,s[h],f[h],it)}},Ye=function(t,s,f,h,_,C){var w={attrChange:t,currentTarget:s,attrName:f,prevValue:h,newValue:_};w[C]=t,Qe(w)},ve=function(t){for(var s,f,h={},_=t.attributes,C=0,w=_.length;C$");if(s[Be]="a",t.prototype=V(Ce.prototype),t.prototype.constructor=t,W.customElements.define(f,t,s),!h.test(U.createElement("a",{is:f}).outerHTML)||!h.test((new t).outerHTML))throw s}(function t(){return Reflect.construct(Ce,[],t)},{},"document-register-element-a"+mt)}catch{Xe()}if(!ye.noBuiltIn)try{if(E.call(U,"a","a").outerHTML.indexOf("is")<0)throw{}}catch{p=function(s){return{is:s.toLowerCase()}}}}(window)},924:()=>{"use strict"; +/** + * @license Angular v14.2.0-next.0 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */!function(e){const n=e.performance;function a(K){n&&n.mark&&n.mark(K)}function i(K,o){n&&n.measure&&n.measure(K,o)}a("Zone");const u=e.__Zone_symbol_prefix||"__zone_symbol__";function d(K){return u+K}const k=!0===e[d("forceDuplicateZoneCheck")];if(e.Zone){if(k||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}class g{constructor(o,r){this._parent=o,this._name=r?r.name||"unnamed":"",this._properties=r&&r.properties||{},this._zoneDelegate=new O(this,this._parent&&this._parent._zoneDelegate,r)}static assertZonePatched(){if(e.Promise!==Ce.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let o=g.current;for(;o.parent;)o=o.parent;return o}static get current(){return Q.zone}static get currentTask(){return pe}static __load_patch(o,r,c=!1){if(Ce.hasOwnProperty(o)){if(!c&&k)throw Error("Already loaded patch: "+o)}else if(!e["__Zone_disable_"+o]){const H="Zone:"+o;a(H),Ce[o]=r(e,g,x),i(H,H)}}get parent(){return this._parent}get name(){return this._name}get(o){const r=this.getZoneWith(o);if(r)return r._properties[o]}getZoneWith(o){let r=this;for(;r;){if(r._properties.hasOwnProperty(o))return r;r=r._parent}return null}fork(o){if(!o)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,o)}wrap(o,r){if("function"!=typeof o)throw new Error("Expecting function got: "+o);const c=this._zoneDelegate.intercept(this,o,r),H=this;return function(){return H.runGuarded(c,this,arguments,r)}}run(o,r,c,H){Q={parent:Q,zone:this};try{return this._zoneDelegate.invoke(this,o,r,c,H)}finally{Q=Q.parent}}runGuarded(o,r=null,c,H){Q={parent:Q,zone:this};try{try{return this._zoneDelegate.invoke(this,o,r,c,H)}catch(ne){if(this._zoneDelegate.handleError(this,ne))throw ne}}finally{Q=Q.parent}}runTask(o,r,c){if(o.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");if(o.state===Y&&(o.type===ue||o.type===R))return;const H=o.state!=y;H&&o._transitionTo(y,G),o.runCount++;const ne=pe;pe=o,Q={parent:Q,zone:this};try{o.type==R&&o.data&&!o.data.isPeriodic&&(o.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,o,r,c)}catch(be){if(this._zoneDelegate.handleError(this,be))throw be}}finally{o.state!==Y&&o.state!==p&&(o.type==ue||o.data&&o.data.isPeriodic?H&&o._transitionTo(G,y):(o.runCount=0,this._updateTaskCount(o,-1),H&&o._transitionTo(Y,y,Y))),Q=Q.parent,pe=ne}}scheduleTask(o){if(o.zone&&o.zone!==this){let c=this;for(;c;){if(c===o.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${o.zone.name}`);c=c.parent}}o._transitionTo(ce,Y);const r=[];o._zoneDelegates=r,o._zone=this;try{o=this._zoneDelegate.scheduleTask(this,o)}catch(c){throw o._transitionTo(p,ce,Y),this._zoneDelegate.handleError(this,c),c}return o._zoneDelegates===r&&this._updateTaskCount(o,1),o.state==ce&&o._transitionTo(G,ce),o}scheduleMicroTask(o,r,c,H){return this.scheduleTask(new M(V,o,r,c,H,void 0))}scheduleMacroTask(o,r,c,H,ne){return this.scheduleTask(new M(R,o,r,c,H,ne))}scheduleEventTask(o,r,c,H,ne){return this.scheduleTask(new M(ue,o,r,c,H,ne))}cancelTask(o){if(o.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");o._transitionTo($,G,y);try{this._zoneDelegate.cancelTask(this,o)}catch(r){throw o._transitionTo(p,$),this._zoneDelegate.handleError(this,r),r}return this._updateTaskCount(o,-1),o._transitionTo(Y,$),o.runCount=0,o}_updateTaskCount(o,r){const c=o._zoneDelegates;-1==r&&(o._zoneDelegates=null);for(let H=0;HK.hasTask(r,c),onScheduleTask:(K,o,r,c)=>K.scheduleTask(r,c),onInvokeTask:(K,o,r,c,H,ne)=>K.invokeTask(r,c,H,ne),onCancelTask:(K,o,r,c)=>K.cancelTask(r,c)};class O{constructor(o,r,c){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=o,this._parentDelegate=r,this._forkZS=c&&(c&&c.onFork?c:r._forkZS),this._forkDlgt=c&&(c.onFork?r:r._forkDlgt),this._forkCurrZone=c&&(c.onFork?this.zone:r._forkCurrZone),this._interceptZS=c&&(c.onIntercept?c:r._interceptZS),this._interceptDlgt=c&&(c.onIntercept?r:r._interceptDlgt),this._interceptCurrZone=c&&(c.onIntercept?this.zone:r._interceptCurrZone),this._invokeZS=c&&(c.onInvoke?c:r._invokeZS),this._invokeDlgt=c&&(c.onInvoke?r:r._invokeDlgt),this._invokeCurrZone=c&&(c.onInvoke?this.zone:r._invokeCurrZone),this._handleErrorZS=c&&(c.onHandleError?c:r._handleErrorZS),this._handleErrorDlgt=c&&(c.onHandleError?r:r._handleErrorDlgt),this._handleErrorCurrZone=c&&(c.onHandleError?this.zone:r._handleErrorCurrZone),this._scheduleTaskZS=c&&(c.onScheduleTask?c:r._scheduleTaskZS),this._scheduleTaskDlgt=c&&(c.onScheduleTask?r:r._scheduleTaskDlgt),this._scheduleTaskCurrZone=c&&(c.onScheduleTask?this.zone:r._scheduleTaskCurrZone),this._invokeTaskZS=c&&(c.onInvokeTask?c:r._invokeTaskZS),this._invokeTaskDlgt=c&&(c.onInvokeTask?r:r._invokeTaskDlgt),this._invokeTaskCurrZone=c&&(c.onInvokeTask?this.zone:r._invokeTaskCurrZone),this._cancelTaskZS=c&&(c.onCancelTask?c:r._cancelTaskZS),this._cancelTaskDlgt=c&&(c.onCancelTask?r:r._cancelTaskDlgt),this._cancelTaskCurrZone=c&&(c.onCancelTask?this.zone:r._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const H=c&&c.onHasTask,ne=r&&r._hasTaskZS;(H||ne)&&(this._hasTaskZS=H?c:P,this._hasTaskDlgt=r,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=o,c.onScheduleTask||(this._scheduleTaskZS=P,this._scheduleTaskDlgt=r,this._scheduleTaskCurrZone=this.zone),c.onInvokeTask||(this._invokeTaskZS=P,this._invokeTaskDlgt=r,this._invokeTaskCurrZone=this.zone),c.onCancelTask||(this._cancelTaskZS=P,this._cancelTaskDlgt=r,this._cancelTaskCurrZone=this.zone))}fork(o,r){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,o,r):new g(o,r)}intercept(o,r,c){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,o,r,c):r}invoke(o,r,c,H,ne){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,o,r,c,H,ne):r.apply(c,H)}handleError(o,r){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,o,r)}scheduleTask(o,r){let c=r;if(this._scheduleTaskZS)this._hasTaskZS&&c._zoneDelegates.push(this._hasTaskDlgtOwner),c=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,o,r),c||(c=r);else if(r.scheduleFn)r.scheduleFn(r);else{if(r.type!=V)throw new Error("Task is missing scheduleFn.");N(r)}return c}invokeTask(o,r,c,H){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,o,r,c,H):r.callback.apply(c,H)}cancelTask(o,r){let c;if(this._cancelTaskZS)c=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,o,r);else{if(!r.cancelFn)throw Error("Task is not cancelable");c=r.cancelFn(r)}return c}hasTask(o,r){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,o,r)}catch(c){this.handleError(o,c)}}_updateTaskCount(o,r){const c=this._taskCounts,H=c[o],ne=c[o]=H+r;if(ne<0)throw new Error("More tasks executed then were scheduled.");if(0==H||0==ne){const be={microTask:c.microTask>0,macroTask:c.macroTask>0,eventTask:c.eventTask>0,change:o};this.hasTask(this.zone,be)}}}class M{constructor(o,r,c,H,ne,be){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=o,this.source=r,this.data=H,this.scheduleFn=ne,this.cancelFn=be,!c)throw new Error("callback is not defined");this.callback=c;const m=this;o===ue&&H&&H.useG?this.invoke=M.invokeTask:this.invoke=function(){return M.invokeTask.call(e,m,this,arguments)}}static invokeTask(o,r,c){o||(o=this),ge++;try{return o.runCount++,o.zone.runTask(o,r,c)}finally{1==ge&&b(),ge--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(Y,ce)}_transitionTo(o,r,c){if(this._state!==r&&this._state!==c)throw new Error(`${this.type} '${this.source}': can not transition to '${o}', expecting state '${r}'${c?" or '"+c+"'":""}, was '${this._state}'.`);this._state=o,o==Y&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const B=d("setTimeout"),j=d("Promise"),F=d("then");let he,re=[],X=!1;function z(K){if(he||e[j]&&(he=e[j].resolve(0)),he){let o=he[F];o||(o=he.then),o.call(he,K)}else e[B](K,0)}function N(K){0===ge&&0===re.length&&z(b),K&&re.push(K)}function b(){if(!X){for(X=!0;re.length;){const K=re;re=[];for(let o=0;oQ,onUnhandledError:te,microtaskDrainDone:te,scheduleMicroTask:N,showUncaughtError:()=>!g[d("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:te,patchMethod:()=>te,bindArguments:()=>[],patchThen:()=>te,patchMacroTask:()=>te,patchEventPrototype:()=>te,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>te,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>te,wrapWithCurrentZone:()=>te,filterProperties:()=>[],attachOriginToPatched:()=>te,_redefineProperty:()=>te,patchCallbacks:()=>te,nativeScheduleMicroTask:z};let Q={parent:null,zone:new g(null,null)},pe=null,ge=0;function te(){}i("Zone","Zone"),e.Zone=g}(typeof window<"u"&&window||typeof self<"u"&&self||global); +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +const W=Object.getOwnPropertyDescriptor,ye=Object.defineProperty,Ne=Object.getPrototypeOf,Ve=Object.create,ft=Array.prototype.slice,xe="addEventListener",Ue="removeEventListener",Je=Zone.__symbol__(xe),Qe=Zone.__symbol__(Ue),Oe="true",Me="false",Ge=Zone.__symbol__("");function et(e,n){return Zone.current.wrap(e,n)}function We(e,n,a,i,u){return Zone.current.scheduleMacroTask(e,n,a,i,u)}const q=Zone.__symbol__,qe=typeof window<"u",Ze=qe?window:void 0,le=qe&&Ze||"object"==typeof self&&self||global,ht="removeAttribute";function tt(e,n){for(let a=e.length-1;a>=0;a--)"function"==typeof e[a]&&(e[a]=et(e[a],n+"_"+a));return e}function lt(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const nt=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Xe=!("nw"in le)&&typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process),U=!Xe&&!nt&&!(!qe||!Ze.HTMLElement),Te=typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process)&&!nt&&!(!qe||!Ze.HTMLElement),rt={},ze=function(e){if(!(e=e||le.event))return;let n=rt[e.type];n||(n=rt[e.type]=q("ON_PROPERTY"+e.type));const a=this||e.target||le,i=a[n];let u;if(U&&a===Ze&&"error"===e.type){const d=e;u=i&&i.call(this,d.message,d.filename,d.lineno,d.colno,d.error),!0===u&&e.preventDefault()}else u=i&&i.apply(this,arguments),null!=u&&!u&&e.preventDefault();return u};function ot(e,n,a){let i=W(e,n);if(!i&&a&&W(a,n)&&(i={enumerable:!0,configurable:!0}),!i||!i.configurable)return;const u=q("on"+n+"patched");if(e.hasOwnProperty(u)&&e[u])return;delete i.writable,delete i.value;const d=i.get,k=i.set,g=n.slice(2);let P=rt[g];P||(P=rt[g]=q("ON_PROPERTY"+g)),i.set=function(O){let M=this;!M&&e===le&&(M=le),M&&("function"==typeof M[P]&&M.removeEventListener(g,ze),k&&k.call(M,null),M[P]=O,"function"==typeof O&&M.addEventListener(g,ze,!1))},i.get=function(){let O=this;if(!O&&e===le&&(O=le),!O)return null;const M=O[P];if(M)return M;if(d){let B=d.call(this);if(B)return i.set.call(this,B),"function"==typeof O[ht]&&O.removeAttribute(n),B}return null},ye(e,n,i),e[u]=!0}function Ye(e,n,a){if(n)for(let i=0;ifunction(k,g){const P=a(k,g);return P.cbIdx>=0&&"function"==typeof g[P.cbIdx]?We(P.name,g[P.cbIdx],P,u):d.apply(k,g)})}function ke(e,n){e[q("OriginalDelegate")]=n}let Re=!1,Fe=!1;function Se(){if(Re)return Fe;Re=!0;try{const e=Ze.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(Fe=!0)}catch{}return Fe} +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */Zone.__load_patch("ZoneAwarePromise",(e,n,a)=>{const i=Object.getOwnPropertyDescriptor,u=Object.defineProperty;const k=a.symbol,g=[],P=!0===e[k("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],O=k("Promise"),M=k("then"),B="__creationTrace__";a.onUnhandledError=m=>{if(a.showUncaughtError()){const E=m&&m.rejection;E?console.error("Unhandled Promise rejection:",E instanceof Error?E.message:E,"; Zone:",m.zone.name,"; Task:",m.task&&m.task.source,"; Value:",E,E instanceof Error?E.stack:void 0):console.error(m)}},a.microtaskDrainDone=()=>{for(;g.length;){const m=g.shift();try{m.zone.runGuarded(()=>{throw m.throwOriginal?m.rejection:m})}catch(E){F(E)}}};const j=k("unhandledPromiseRejectionHandler");function F(m){a.onUnhandledError(m);try{const E=n[j];"function"==typeof E&&E.call(this,m)}catch{}}function re(m){return m&&m.then}function X(m){return m}function he(m){return r.reject(m)}const z=k("state"),N=k("value"),b=k("finally"),me=k("parentPromiseValue"),Y=k("parentPromiseState"),ce="Promise.then",G=null,y=!0,$=!1,p=0;function V(m,E){return l=>{try{x(m,E,l)}catch(T){x(m,!1,T)}}}const R=function(){let m=!1;return function(l){return function(){m||(m=!0,l.apply(null,arguments))}}},ue="Promise resolved with itself",Ce=k("currentTaskTrace");function x(m,E,l){const T=R();if(m===l)throw new TypeError(ue);if(m[z]===G){let L=null;try{("object"==typeof l||"function"==typeof l)&&(L=l&&l.then)}catch(D){return T(()=>{x(m,!1,D)})(),m}if(E!==$&&l instanceof r&&l.hasOwnProperty(z)&&l.hasOwnProperty(N)&&l[z]!==G)pe(l),x(m,l[z],l[N]);else if(E!==$&&"function"==typeof L)try{L.call(l,T(V(m,E)),T(V(m,!1)))}catch(D){T(()=>{x(m,!1,D)})()}else{m[z]=E;const D=m[N];if(m[N]=l,m[b]===b&&E===y&&(m[z]=m[Y],m[N]=m[me]),E===$&&l instanceof Error){const v=n.currentTask&&n.currentTask.data&&n.currentTask.data[B];v&&u(l,Ce,{configurable:!0,enumerable:!1,writable:!0,value:v})}for(let v=0;v{try{const S=m[N],I=!!l&&b===l[b];I&&(l[me]=S,l[Y]=D);const A=E.run(v,void 0,I&&v!==he&&v!==X?[]:[S]);x(l,!0,A)}catch(S){x(l,!1,S)}},l)}const K=function(){},o=e.AggregateError;class r{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(E){return x(new this(null),y,E)}static reject(E){return x(new this(null),$,E)}static any(E){if(!E||"function"!=typeof E[Symbol.iterator])return Promise.reject(new o([],"All promises were rejected"));const l=[];let T=0;try{for(let v of E)T++,l.push(r.resolve(v))}catch{return Promise.reject(new o([],"All promises were rejected"))}if(0===T)return Promise.reject(new o([],"All promises were rejected"));let L=!1;const D=[];return new r((v,S)=>{for(let I=0;I{L||(L=!0,v(A))},A=>{D.push(A),T--,0===T&&(L=!0,S(new o(D,"All promises were rejected")))})})}static race(E){let l,T,L=new this((S,I)=>{l=S,T=I});function D(S){l(S)}function v(S){T(S)}for(let S of E)re(S)||(S=this.resolve(S)),S.then(D,v);return L}static all(E){return r.allWithCallback(E)}static allSettled(E){return(this&&this.prototype instanceof r?this:r).allWithCallback(E,{thenCallback:T=>({status:"fulfilled",value:T}),errorCallback:T=>({status:"rejected",reason:T})})}static allWithCallback(E,l){let T,L,D=new this((A,J)=>{T=A,L=J}),v=2,S=0;const I=[];for(let A of E){re(A)||(A=this.resolve(A));const J=S;try{A.then(ee=>{I[J]=l?l.thenCallback(ee):ee,v--,0===v&&T(I)},ee=>{l?(I[J]=l.errorCallback(ee),v--,0===v&&T(I)):L(ee)})}catch(ee){L(ee)}v++,S++}return v-=2,0===v&&T(I),D}constructor(E){const l=this;if(!(l instanceof r))throw new Error("Must be an instanceof Promise.");l[z]=G,l[N]=[];try{const T=R();E&&E(T(V(l,y)),T(V(l,$)))}catch(T){x(l,!1,T)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return r}then(E,l){var T;let L=null===(T=this.constructor)||void 0===T?void 0:T[Symbol.species];(!L||"function"!=typeof L)&&(L=this.constructor||r);const D=new L(K),v=n.current;return this[z]==G?this[N].push(v,D,E,l):ge(this,v,D,E,l),D}catch(E){return this.then(null,E)}finally(E){var l;let T=null===(l=this.constructor)||void 0===l?void 0:l[Symbol.species];(!T||"function"!=typeof T)&&(T=r);const L=new T(K);L[b]=b;const D=n.current;return this[z]==G?this[N].push(D,L,E,E):ge(this,D,L,E,E),L}}r.resolve=r.resolve,r.reject=r.reject,r.race=r.race,r.all=r.all;const c=e[O]=e.Promise;e.Promise=r;const H=k("thenPatched");function ne(m){const E=m.prototype,l=i(E,"then");if(l&&(!1===l.writable||!l.configurable))return;const T=E.then;E[M]=T,m.prototype.then=function(L,D){return new r((S,I)=>{T.call(this,S,I)}).then(L,D)},m[H]=!0}return a.patchThen=ne,c&&(ne(c),Le(e,"fetch",m=>function be(m){return function(E,l){let T=m.apply(E,l);if(T instanceof r)return T;let L=T.constructor;return L[H]||ne(L),T}}(m))),Promise[n.__symbol__("uncaughtPromiseErrors")]=g,r}), +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,a=q("OriginalDelegate"),i=q("Promise"),u=q("Error"),d=function(){if("function"==typeof this){const O=this[a];if(O)return"function"==typeof O?n.call(O):Object.prototype.toString.call(O);if(this===Promise){const M=e[i];if(M)return n.call(M)}if(this===Error){const M=e[u];if(M)return n.call(M)}}return n.call(this)};d[a]=n,Function.prototype.toString=d;const k=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":k.call(this)}}); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let _e=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){_e=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{_e=!1}const Ae={useG:!0},de={},we={},Be=new RegExp("^"+Ge+"(\\w+)(true|false)$"),He=q("propagationStopped");function Et(e,n){const a=(n?n(e):e)+Me,i=(n?n(e):e)+Oe,u=Ge+a,d=Ge+i;de[e]={},de[e][Me]=u,de[e][Oe]=d}function Tt(e,n,a,i){const u=i&&i.add||xe,d=i&&i.rm||Ue,k=i&&i.listeners||"eventListeners",g=i&&i.rmAll||"removeAllListeners",P=q(u),O="."+u+":",M="prependListener",j=function(N,b,me){if(N.isRemoved)return;const Y=N.callback;let ce;"object"==typeof Y&&Y.handleEvent&&(N.callback=y=>Y.handleEvent(y),N.originalDelegate=Y);try{N.invoke(N,b,[me])}catch(y){ce=y}const G=N.options;if(G&&"object"==typeof G&&G.once){const y=N.originalDelegate?N.originalDelegate:N.callback;b[d].call(b,me.type,y,G)}return ce};function F(N,b,me){if(!(b=b||e.event))return;const Y=N||b.target||e,ce=Y[de[b.type][me?Oe:Me]];if(ce){const G=[];if(1===ce.length){const y=j(ce[0],Y,b);y&&G.push(y)}else{const y=ce.slice();for(let $=0;${throw $})}}}const re=function(N){return F(this,N,!1)},X=function(N){return F(this,N,!0)};function he(N,b){if(!N)return!1;let me=!0;b&&void 0!==b.useG&&(me=b.useG);const Y=b&&b.vh;let ce=!0;b&&void 0!==b.chkDup&&(ce=b.chkDup);let G=!1;b&&void 0!==b.rt&&(G=b.rt);let y=N;for(;y&&!y.hasOwnProperty(u);)y=Ne(y);if(!y&&N[u]&&(y=N),!y||y[P])return!1;const $=b&&b.eventNameToString,p={},V=y[P]=y[u],R=y[q(d)]=y[d],ue=y[q(k)]=y[k],Ce=y[q(g)]=y[g];let x;function Q(l,T){return!_e&&"object"==typeof l&&l?!!l.capture:_e&&T?"boolean"==typeof l?{capture:l,passive:!0}:l?"object"==typeof l&&!1!==l.passive?Object.assign(Object.assign({},l),{passive:!0}):l:{passive:!0}:l}b&&b.prepend&&(x=y[q(b.prepend)]=y[b.prepend]);const r=me?function(l){if(!p.isExisting)return V.call(p.target,p.eventName,p.capture?X:re,p.options)}:function(l){return V.call(p.target,p.eventName,l.invoke,p.options)},c=me?function(l){if(!l.isRemoved){const T=de[l.eventName];let L;T&&(L=T[l.capture?Oe:Me]);const D=L&&l.target[L];if(D)for(let v=0;vfunction(u,d){u[He]=!0,i&&i.apply(u,d)})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function gt(e,n,a,i,u){const d=Zone.__symbol__(i);if(n[d])return;const k=n[d]=n[i];n[i]=function(g,P,O){return P&&P.prototype&&u.forEach(function(M){const B=`${a}.${i}::`+M,j=P.prototype;try{if(j.hasOwnProperty(M)){const F=e.ObjectGetOwnPropertyDescriptor(j,M);F&&F.value?(F.value=e.wrapWithCurrentZone(F.value,B),e._redefineProperty(P.prototype,M,F)):j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}else j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}catch{}}),k.call(n,g,P,O)},e.attachOriginToPatched(n[i],k)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ke(e,n,a){if(!a||0===a.length)return n;const i=a.filter(d=>d.target===e);if(!i||0===i.length)return n;const u=i[0].ignoreProperties;return n.filter(d=>-1===u.indexOf(d))}function it(e,n,a,i){if(!e)return;Ye(e,Ke(e,n,a),i)}function Ie(e){return Object.getOwnPropertyNames(e).filter(n=>n.startsWith("on")&&n.length>2).map(n=>n.substring(2))}function _t(e,n){if(Xe&&!Te||Zone[e.symbol("patchEvents")])return;const a=n.__Zone_ignore_on_properties;let i=[];if(U){const u=window;i=i.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const d=function mt(){try{const e=Ze.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:u,ignoreProperties:["error"]}]:[];it(u,Ie(u),a&&a.concat(d),Ne(u))}i=i.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let u=0;u{const i=Ie(e);a.patchOnProperties=Ye,a.patchMethod=Le,a.bindArguments=tt,a.patchMacroTask=st;const u=n.__symbol__("BLACK_LISTED_EVENTS"),d=n.__symbol__("UNPATCHED_EVENTS");e[d]&&(e[u]=e[d]),e[u]&&(n[u]=n[d]=e[u]),a.patchEventPrototype=$e,a.patchEventTarget=Tt,a.isIEOrEdge=Se,a.ObjectDefineProperty=ye,a.ObjectGetOwnPropertyDescriptor=W,a.ObjectCreate=Ve,a.ArraySlice=ft,a.patchClass=je,a.wrapWithCurrentZone=et,a.filterProperties=Ke,a.attachOriginToPatched=ke,a._redefineProperty=Object.defineProperty,a.patchCallbacks=gt,a.getGlobalObjects=()=>({globalSources:we,zoneSymbolEventNames:de,eventNames:i,isBrowser:U,isMix:Te,isNode:Xe,TRUE_STR:Oe,FALSE_STR:Me,ZONE_SYMBOL_PREFIX:Ge,ADD_EVENT_LISTENER_STR:xe,REMOVE_EVENT_LISTENER_STR:Ue})}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +let _e=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){_e=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{_e=!1}const Ae={useG:!0},de={},we={},Be=new RegExp("^"+Ge+"(\\w+)(true|false)$"),He=q("propagationStopped");function Et(e,n){const a=(n?n(e):e)+Me,i=(n?n(e):e)+Oe,u=Ge+a,d=Ge+i;de[e]={},de[e][Me]=u,de[e][Oe]=d}function Tt(e,n,a,i){const u=i&&i.add||xe,d=i&&i.rm||Ue,k=i&&i.listeners||"eventListeners",g=i&&i.rmAll||"removeAllListeners",P=q(u),O="."+u+":",M="prependListener",B="."+M+":",j=function(N,b,me){if(N.isRemoved)return;const Y=N.callback;let ce;"object"==typeof Y&&Y.handleEvent&&(N.callback=y=>Y.handleEvent(y),N.originalDelegate=Y);try{N.invoke(N,b,[me])}catch(y){ce=y}const G=N.options;if(G&&"object"==typeof G&&G.once){const y=N.originalDelegate?N.originalDelegate:N.callback;b[d].call(b,me.type,y,G)}return ce};function F(N,b,me){if(!(b=b||e.event))return;const Y=N||b.target||e,ce=Y[de[b.type][me?Oe:Me]];if(ce){const G=[];if(1===ce.length){const y=j(ce[0],Y,b);y&&G.push(y)}else{const y=ce.slice();for(let $=0;${throw $})}}}const re=function(N){return F(this,N,!1)},X=function(N){return F(this,N,!0)};function he(N,b){if(!N)return!1;let me=!0;b&&void 0!==b.useG&&(me=b.useG);const Y=b&&b.vh;let ce=!0;b&&void 0!==b.chkDup&&(ce=b.chkDup);let G=!1;b&&void 0!==b.rt&&(G=b.rt);let y=N;for(;y&&!y.hasOwnProperty(u);)y=Ne(y);if(!y&&N[u]&&(y=N),!y||y[P])return!1;const $=b&&b.eventNameToString,p={},V=y[P]=y[u],R=y[q(d)]=y[d],ue=y[q(k)]=y[k],Ce=y[q(g)]=y[g];let x;b&&b.prepend&&(x=y[q(b.prepend)]=y[b.prepend]);const r=me?function(l){if(!p.isExisting)return V.call(p.target,p.eventName,p.capture?X:re,p.options)}:function(l){return V.call(p.target,p.eventName,l.invoke,p.options)},c=me?function(l){if(!l.isRemoved){const T=de[l.eventName];let L;T&&(L=T[l.capture?Oe:Me]);const D=L&&l.target[L];if(D)for(let v=0;vfunction(u,d){u[He]=!0,i&&i.apply(u,d)})} +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */function gt(e,n,a,i,u){const d=Zone.__symbol__(i);if(n[d])return;const k=n[d]=n[i];n[i]=function(g,P,O){return P&&P.prototype&&u.forEach(function(M){const B=`${a}.${i}::`+M,j=P.prototype;try{if(j.hasOwnProperty(M)){const F=e.ObjectGetOwnPropertyDescriptor(j,M);F&&F.value?(F.value=e.wrapWithCurrentZone(F.value,B),e._redefineProperty(P.prototype,M,F)):j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}else j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}catch{}}),k.call(n,g,P,O)},e.attachOriginToPatched(n[i],k)} +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */function Ke(e,n,a){if(!a||0===a.length)return n;const i=a.filter(d=>d.target===e);if(!i||0===i.length)return n;const u=i[0].ignoreProperties;return n.filter(d=>-1===u.indexOf(d))}function it(e,n,a,i){if(!e)return;Ye(e,Ke(e,n,a),i)}function Ie(e){return Object.getOwnPropertyNames(e).filter(n=>n.startsWith("on")&&n.length>2).map(n=>n.substring(2))}function _t(e,n){if(Xe&&!Te||Zone[e.symbol("patchEvents")])return;const a=n.__Zone_ignore_on_properties;let i=[];if(U){const u=window;i=i.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const d=function mt(){try{const e=Ze.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:u,ignoreProperties:["error"]}]:[];it(u,Ie(u),a&&a.concat(d),Ne(u))}i=i.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let u=0;u{const i=Ie(e);a.patchOnProperties=Ye,a.patchMethod=Le,a.bindArguments=tt,a.patchMacroTask=st;const u=n.__symbol__("BLACK_LISTED_EVENTS"),d=n.__symbol__("UNPATCHED_EVENTS");e[d]&&(e[u]=e[d]),e[u]&&(n[u]=n[d]=e[u]),a.patchEventPrototype=$e,a.patchEventTarget=Tt,a.isIEOrEdge=Se,a.ObjectDefineProperty=ye,a.ObjectGetOwnPropertyDescriptor=W,a.ObjectCreate=Ve,a.ArraySlice=ft,a.patchClass=je,a.wrapWithCurrentZone=et,a.filterProperties=Ke,a.attachOriginToPatched=ke,a._redefineProperty=Object.defineProperty,a.patchCallbacks=gt,a.getGlobalObjects=()=>({globalSources:we,zoneSymbolEventNames:de,eventNames:i,isBrowser:U,isMix:Te,isNode:Xe,TRUE_STR:Oe,FALSE_STR:Me,ZONE_SYMBOL_PREFIX:Ge,ADD_EVENT_LISTENER_STR:xe,REMOVE_EVENT_LISTENER_STR:Ue})}); +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ const ct=q("zoneTask");function De(e,n,a,i){let u=null,d=null;a+=i;const k={};function g(O){const M=O.data;return M.args[0]=function(){return O.invoke.apply(this,arguments)},M.handleId=u.apply(e,M.args),O}function P(O){return d.call(e,O.data.handleId)}u=Le(e,n+=i,O=>function(M,B){if("function"==typeof B[0]){const j={isPeriodic:"Interval"===i,delay:"Timeout"===i||"Interval"===i?B[1]||0:void 0,args:B},F=B[0];B[0]=function(){try{return F.apply(this,arguments)}finally{j.isPeriodic||("number"==typeof j.handleId?delete k[j.handleId]:j.handleId&&(j.handleId[ct]=null))}};const re=We(n,B[0],j,g,P);if(!re)return re;const X=re.data.handleId;return"number"==typeof X?k[X]=re:X&&(X[ct]=re),X&&X.ref&&X.unref&&"function"==typeof X.ref&&"function"==typeof X.unref&&(re.ref=X.ref.bind(X),re.unref=X.unref.bind(X)),"number"==typeof X||X?X:re}return O.apply(e,B)}),d=Le(e,a,O=>function(M,B){const j=B[0];let F;"number"==typeof j?F=k[j]:(F=j&&j[ct],F||(F=j)),F&&"string"==typeof F.type?"notScheduled"!==F.state&&(F.cancelFn&&F.data.isPeriodic||0===F.runCount)&&("number"==typeof j?delete k[j]:j&&(j[ct]=null),F.zone.cancelTask(F)):O.apply(e,B)})} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("queueMicrotask",(e,n,a)=>{a.patchMethod(e,"queueMicrotask",i=>function(u,d){n.current.scheduleMicroTask("queueMicrotask",d[0])})}),Zone.__load_patch("timers",e=>{const n="set",a="clear";De(e,n,a,"Timeout"),De(e,n,a,"Interval"),De(e,n,a,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{De(e,"request","cancel","AnimationFrame"),De(e,"mozRequest","mozCancel","AnimationFrame"),De(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const a=["alert","prompt","confirm"];for(let i=0;ifunction(P,O){return n.current.run(d,e,O,g)})}}),Zone.__load_patch("EventTarget",(e,n,a)=>{(function vt(e,n){n.patchEventPrototype(e,n)})(e,a), /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function yt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:a,zoneSymbolEventNames:i,TRUE_STR:u,FALSE_STR:d,ZONE_SYMBOL_PREFIX:k}=n.getGlobalObjects();for(let P=0;P{je("MutationObserver"),je("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,a)=>{je("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,a)=>{je("FileReader")}),Zone.__load_patch("on_property",(e,n,a)=>{_t(a,e)}),Zone.__load_patch("customElements",(e,n,a)=>{!function at(e,n){const{isBrowser:a,isMix:i}=n.getGlobalObjects();if(!a&&!i||!e.customElements||!("customElements"in e))return;n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,a)}),Zone.__load_patch("XHR",(e,n)=>{!function P(O){const M=O.XMLHttpRequest;if(!M)return;const B=M.prototype;let F=B[Je],re=B[Qe];if(!F){const p=O.XMLHttpRequestEventTarget;if(p){const V=p.prototype;F=V[Je],re=V[Qe]}}const X="readystatechange",he="scheduled";function z(p){const V=p.data,R=V.target;R[d]=!1,R[g]=!1;const ue=R[u];F||(F=R[Je],re=R[Qe]),ue&&re.call(R,X,ue);const Ce=R[u]=()=>{if(R.readyState===R.DONE)if(!V.aborted&&R[d]&&p.state===he){const Q=R[n.__symbol__("loadfalse")];if(0!==R.status&&Q&&Q.length>0){const pe=p.invoke;p.invoke=function(){const ge=R[n.__symbol__("loadfalse")];for(let te=0;tefunction(p,V){return p[i]=0==V[2],p[k]=V[1],me.apply(p,V)}),ce=q("fetchTaskAborting"),G=q("fetchTaskScheduling"),y=Le(B,"send",()=>function(p,V){if(!0===n.current[G]||p[i])return y.apply(p,V);{const R={target:p,url:p[k],isPeriodic:!1,args:V,aborted:!1},ue=We("XMLHttpRequest.send",N,R,z,b);p&&!0===p[g]&&!R.aborted&&ue.state===he&&ue.invoke()}}),$=Le(B,"abort",()=>function(p,V){const R=function j(p){return p[a]}(p);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[ce])return $.apply(p,V)})}(e);const a=q("xhrTask"),i=q("xhrSync"),u=q("xhrListener"),d=q("xhrScheduled"),k=q("xhrURL"),g=q("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function dt(e,n){const a=e.constructor.name;for(let i=0;i{const P=function(){return g.apply(this,tt(arguments,a+"."+u))};return ke(P,g),P})(d)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function a(i){return function(u){ut(e,i).forEach(k=>{const g=e.PromiseRejectionEvent;if(g){const P=new g(i,{promise:u.promise,reason:u.rejection});k.invoke(P)}})}}e.PromiseRejectionEvent&&(n[q("unhandledPromiseRejectionHandler")]=a("unhandledrejection"),n[q("rejectionHandledHandler")]=a("rejectionhandled"))})}},W=>{var Ve;Ve=7179,W(W.s=Ve)}]); + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +function yt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:a,zoneSymbolEventNames:i,TRUE_STR:u,FALSE_STR:d,ZONE_SYMBOL_PREFIX:k}=n.getGlobalObjects();for(let P=0;P{je("MutationObserver"),je("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,a)=>{je("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,a)=>{je("FileReader")}),Zone.__load_patch("on_property",(e,n,a)=>{_t(a,e)}),Zone.__load_patch("customElements",(e,n,a)=>{!function at(e,n){const{isBrowser:a,isMix:i}=n.getGlobalObjects();if(!a&&!i||!e.customElements||!("customElements"in e))return;n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,a)}),Zone.__load_patch("XHR",(e,n)=>{!function P(O){const M=O.XMLHttpRequest;if(!M)return;const B=M.prototype;let F=B[Je],re=B[Qe];if(!F){const p=O.XMLHttpRequestEventTarget;if(p){const V=p.prototype;F=V[Je],re=V[Qe]}}const X="readystatechange",he="scheduled";function z(p){const V=p.data,R=V.target;R[d]=!1,R[g]=!1;const ue=R[u];F||(F=R[Je],re=R[Qe]),ue&&re.call(R,X,ue);const Ce=R[u]=()=>{if(R.readyState===R.DONE)if(!V.aborted&&R[d]&&p.state===he){const Q=R[n.__symbol__("loadfalse")];if(0!==R.status&&Q&&Q.length>0){const pe=p.invoke;p.invoke=function(){const ge=R[n.__symbol__("loadfalse")];for(let te=0;tefunction(p,V){return p[i]=0==V[2],p[k]=V[1],me.apply(p,V)}),ce=q("fetchTaskAborting"),G=q("fetchTaskScheduling"),y=Le(B,"send",()=>function(p,V){if(!0===n.current[G]||p[i])return y.apply(p,V);{const R={target:p,url:p[k],isPeriodic:!1,args:V,aborted:!1},ue=We("XMLHttpRequest.send",N,R,z,b);p&&!0===p[g]&&!R.aborted&&ue.state===he&&ue.invoke()}}),$=Le(B,"abort",()=>function(p,V){const R=function j(p){return p[a]}(p);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[ce])return $.apply(p,V)})}(e);const a=q("xhrTask"),i=q("xhrSync"),u=q("xhrListener"),d=q("xhrScheduled"),k=q("xhrURL"),g=q("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function dt(e,n){const a=e.constructor.name;for(let i=0;i{const P=function(){return g.apply(this,tt(arguments,a+"."+u))};return ke(P,g),P})(d)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function a(i){return function(u){ut(e,i).forEach(k=>{const g=e.PromiseRejectionEvent;if(g){const P=new g(i,{promise:u.promise,reason:u.rejection});k.invoke(P)}})}}e.PromiseRejectionEvent&&(n[q("unhandledPromiseRejectionHandler")]=a("unhandledrejection"),n[q("rejectionHandledHandler")]=a("rejectionhandled"))})}},W=>{var Ve;Ve=179,W(W.s=Ve)}]); //# sourceMappingURL=polyfills.js.map -(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["vendor"],{4635:ht=>{window,ht.exports=function(we){var x={};function i(v){if(x[v])return x[v].exports;var Z=x[v]={i:v,l:!1,exports:{}};return we[v].call(Z.exports,Z,Z.exports,i),Z.l=!0,Z.exports}return i.m=we,i.c=x,i.d=function(v,Z,$){i.o(v,Z)||Object.defineProperty(v,Z,{enumerable:!0,get:$})},i.r=function(v){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(v,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(v,"__esModule",{value:!0})},i.t=function(v,Z){if(1&Z&&(v=i(v)),8&Z||4&Z&&"object"==typeof v&&v&&v.__esModule)return v;var $=Object.create(null);if(i.r($),Object.defineProperty($,"default",{enumerable:!0,value:v}),2&Z&&"string"!=typeof v)for(var F in v)i.d($,F,function(B){return v[B]}.bind(null,F));return $},i.n=function(v){var Z=v&&v.__esModule?function(){return v.default}:function(){return v};return i.d(Z,"a",Z),Z},i.o=function(v,Z){return Object.prototype.hasOwnProperty.call(v,Z)},i.p="",i(i.s=98)}([,,function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5);x.METADATA_KEY=v;var Z=i(43);x.Container=Z.Container;var $=i(16);x.BindingScopeEnum=$.BindingScopeEnum,x.BindingTypeEnum=$.BindingTypeEnum,x.TargetTypeEnum=$.TargetTypeEnum;var F=i(59);x.AsyncContainerModule=F.AsyncContainerModule,x.ContainerModule=F.ContainerModule;var B=i(60);x.injectable=B.injectable;var Y=i(61);x.tagged=Y.tagged;var X=i(62);x.named=X.named;var re=i(37);x.inject=re.inject,x.LazyServiceIdentifer=re.LazyServiceIdentifer;var H=i(63);x.optional=H.optional;var U=i(64);x.unmanaged=U.unmanaged;var se=i(65);x.multiInject=se.multiInject;var he=i(66);x.targetName=he.targetName;var ye=i(67);x.postConstruct=ye.postConstruct;var Oe=i(35);x.MetadataReader=Oe.MetadataReader;var Ne=i(22);x.id=Ne.id;var ce=i(17);x.decorate=ce.decorate;var ne=i(40);x.traverseAncerstors=ne.traverseAncerstors,x.taggedConstraint=ne.taggedConstraint,x.namedConstraint=ne.namedConstraint,x.typeConstraint=ne.typeConstraint;var fe=i(25);x.getServiceIdentifierAsString=fe.getServiceIdentifierAsString;var Ee=i(68);x.multiBindToService=Ee.multiBindToService},,,function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.NAMED_TAG="named",x.NAME_TAG="name",x.UNMANAGED_TAG="unmanaged",x.OPTIONAL_TAG="optional",x.INJECT_TAG="inject",x.MULTI_INJECT_TAG="multi_inject",x.TAGGED="inversify:tagged",x.TAGGED_PROP="inversify:tagged_props",x.PARAM_TYPES="inversify:paramtypes",x.DESIGN_PARAM_TYPES="design:paramtypes",x.POST_CONSTRUCT="post_construct"},,,,function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.DUPLICATED_INJECTABLE_DECORATOR="Cannot apply @injectable decorator multiple times.",x.DUPLICATED_METADATA="Metadata key was used more than once in a parameter:",x.NULL_ARGUMENT="NULL argument",x.KEY_NOT_FOUND="Key Not Found",x.AMBIGUOUS_MATCH="Ambiguous match found for serviceIdentifier:",x.CANNOT_UNBIND="Could not unbind serviceIdentifier:",x.NOT_REGISTERED="No matching bindings found for serviceIdentifier:",x.MISSING_INJECTABLE_ANNOTATION="Missing required @injectable annotation in:",x.MISSING_INJECT_ANNOTATION="Missing required @inject or @multiInject annotation in:",x.UNDEFINED_INJECT_ANNOTATION=function(v){return"@inject called with undefined this could mean that the class "+v+" has a circular dependency problem. You can use a LazyServiceIdentifer to overcome this limitation."},x.CIRCULAR_DEPENDENCY="Circular dependency found:",x.NOT_IMPLEMENTED="Sorry, this feature is not fully implemented yet.",x.INVALID_BINDING_TYPE="Invalid binding type:",x.NO_MORE_SNAPSHOTS_AVAILABLE="No snapshot available to restore.",x.INVALID_MIDDLEWARE_RETURN="Invalid return type in middleware. Middleware must return!",x.INVALID_FUNCTION_BINDING="Value provided to function binding must be a function!",x.INVALID_TO_SELF_VALUE="The toSelf function can only be applied when a constructor is used as service identifier",x.INVALID_DECORATOR_OPERATION="The @inject @multiInject @tagged and @named decorators must be applied to the parameters of a class constructor or a class property.",x.ARGUMENTS_LENGTH_MISMATCH=function(){for(var v=[],Z=0;Z= than the number of constructor arguments of its base class."},x.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT="Invalid Container constructor argument. Container options must be an object.",x.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE="Invalid Container option. Default scope must be a string ('singleton' or 'transient').",x.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE="Invalid Container option. Auto bind injectable must be a boolean",x.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK="Invalid Container option. Skip base check must be a boolean",x.MULTIPLE_POST_CONSTRUCT_METHODS="Cannot apply @postConstruct decorator multiple times in the same class",x.POST_CONSTRUCT_ERROR=function(){for(var v=[],Z=0;Z0&&Pe[Pe.length-1])||6!==D[0]&&2!==D[0])){fe=0;continue}if(3===D[0]&&(!Pe||D[1]>Pe[0]&&D[1]0?ae.length:ce.length),q=se(Oe,ce);return D.concat(q)}function H(Oe,Ne,ce,ne,fe){var Ee=fe[Oe.toString()]||[],Se=ye(Ee),Pe=!0!==Se.unmanaged,ae=ne[Oe];if((ae=Se.inject||Se.multiInject||ae)instanceof v.LazyServiceIdentifer&&(ae=ae.unwrap()),Pe){if(!Ne&&(ae===Object||ae===Function||void 0===ae)){var Ce=Z.MISSING_INJECT_ANNOTATION+" argument "+Oe+" in class "+ce+".";throw new Error(Ce)}var Ve=new Y.Target($.TargetTypeEnum.ConstructorArgument,Se.targetName,ae);return Ve.metadata=Ee,Ve}return null}function U(Oe,Ne,ce,ne,fe){for(var Ee=[],Se=0;Se0?Pe:he(Oe,ce)}return 0}function ye(Oe){var Ne={};return Oe.forEach(function(ce){Ne[ce.key.toString()]=ce.value}),{inject:Ne[F.INJECT_TAG],multiInject:Ne[F.MULTI_INJECT_TAG],targetName:Ne[F.NAME_TAG],unmanaged:Ne[F.UNMANAGED_TAG]}}x.getDependencies=X,x.getBaseClassDependencyCount=he},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=function(){function Z($){this.str=$}return Z.prototype.startsWith=function($){return 0===this.str.indexOf($)},Z.prototype.endsWith=function($){var F="",B=$.split("").reverse().join("");return F=this.str.split("").reverse().join(""),this.startsWith.call({str:F},B)},Z.prototype.contains=function($){return-1!==this.str.indexOf($)},Z.prototype.equals=function($){return this.str===$},Z.prototype.value=function(){return this.str},Z}();x.QueryableString=v},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(22),Z=function(){function $(F,B,Y,X,re){this.id=v.id(),this.serviceIdentifier=F,this.parentContext=B,this.parentRequest=Y,this.target=re,this.childRequests=[],this.bindings=Array.isArray(X)?X:[X],this.requestScope=null===Y?new Map:null}return $.prototype.addChildRequest=function(F,B,Y){var X=new $(F,this.parentContext,this,B,Y);return this.childRequests.push(X),X},$}();x.Request=Z},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(16),$=i(36),F=i(25),B=i(53),Y=function(H,U,se){try{return se()}catch(he){throw $.isStackOverflowExeption(he)?new Error(v.CIRCULAR_DEPENDENCY_IN_FACTORY(H,U.toString())):he}},X=function(H){return function(U){U.parentContext.setCurrentRequest(U);var se=U.bindings,he=U.childRequests,ye=U.target&&U.target.isArray(),Oe=!(U.parentRequest&&U.parentRequest.target&&U.target&&U.parentRequest.target.matchesArray(U.target.serviceIdentifier));if(ye&&Oe)return he.map(function(Se){return X(H)(Se)});var Ne=null;if(!U.target.isOptional()||0!==se.length){var ce=se[0],ne=ce.scope===Z.BindingScopeEnum.Singleton,fe=ce.scope===Z.BindingScopeEnum.Request;if(ne&&ce.activated)return ce.cache;if(fe&&null!==H&&H.has(ce.id))return H.get(ce.id);if(ce.type===Z.BindingTypeEnum.ConstantValue)Ne=ce.cache;else if(ce.type===Z.BindingTypeEnum.Function)Ne=ce.cache;else if(ce.type===Z.BindingTypeEnum.Constructor)Ne=ce.implementationType;else if(ce.type===Z.BindingTypeEnum.DynamicValue&&null!==ce.dynamicValue)Ne=Y("toDynamicValue",ce.serviceIdentifier,function(){return ce.dynamicValue(U.parentContext)});else if(ce.type===Z.BindingTypeEnum.Factory&&null!==ce.factory)Ne=Y("toFactory",ce.serviceIdentifier,function(){return ce.factory(U.parentContext)});else if(ce.type===Z.BindingTypeEnum.Provider&&null!==ce.provider)Ne=Y("toProvider",ce.serviceIdentifier,function(){return ce.provider(U.parentContext)});else{if(ce.type!==Z.BindingTypeEnum.Instance||null===ce.implementationType){var Ee=F.getServiceIdentifierAsString(U.serviceIdentifier);throw new Error(v.INVALID_BINDING_TYPE+" "+Ee)}Ne=B.resolveInstance(ce.implementationType,he,X(H))}return"function"==typeof ce.onActivation&&(Ne=ce.onActivation(U.parentContext,Ne)),ne&&(ce.cache=Ne,ce.activated=!0),fe&&null!==H&&!H.has(ce.id)&&H.set(ce.id,Ne),Ne}}};function re(H){return X(H.plan.rootRequest.requestScope)(H.plan.rootRequest)}x.resolve=re},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(16),$=i(5);function F(re,H,U){var se=H.filter(function(ye){return null!==ye.target&&ye.target.type===Z.TargetTypeEnum.ClassProperty}),he=se.map(U);return se.forEach(function(ye,Oe){var Ne="";Ne=ye.target.name.value();var ce=he[Oe];re[Ne]=ce}),re}function B(re,H){return new(re.bind.apply(re,[void 0].concat(H)))}function Y(re,H){if(Reflect.hasMetadata($.POST_CONSTRUCT,re)){var U=Reflect.getMetadata($.POST_CONSTRUCT,re);try{H[U.value]()}catch(se){throw new Error(v.POST_CONSTRUCT_ERROR(re.name,se.message))}}}function X(re,H,U){var se=null;return se=H.length>0?F(se=B(re,H.filter(function(Oe){return null!==Oe.target&&Oe.target.type===Z.TargetTypeEnum.ConstructorArgument}).map(U)),H,U):new re,Y(re,se),se}x.resolveInstance=X},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(16),$=i(55),F=i(39),B=function(){function Y(X){this._binding=X}return Y.prototype.to=function(X){return this._binding.type=Z.BindingTypeEnum.Instance,this._binding.implementationType=X,new $.BindingInWhenOnSyntax(this._binding)},Y.prototype.toSelf=function(){if("function"!=typeof this._binding.serviceIdentifier)throw new Error(""+v.INVALID_TO_SELF_VALUE);var X=this._binding.serviceIdentifier;return this.to(X)},Y.prototype.toConstantValue=function(X){return this._binding.type=Z.BindingTypeEnum.ConstantValue,this._binding.cache=X,this._binding.dynamicValue=null,this._binding.implementationType=null,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toDynamicValue=function(X){return this._binding.type=Z.BindingTypeEnum.DynamicValue,this._binding.cache=null,this._binding.dynamicValue=X,this._binding.implementationType=null,new $.BindingInWhenOnSyntax(this._binding)},Y.prototype.toConstructor=function(X){return this._binding.type=Z.BindingTypeEnum.Constructor,this._binding.implementationType=X,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFactory=function(X){return this._binding.type=Z.BindingTypeEnum.Factory,this._binding.factory=X,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFunction=function(X){if("function"!=typeof X)throw new Error(v.INVALID_FUNCTION_BINDING);var re=this.toConstantValue(X);return this._binding.type=Z.BindingTypeEnum.Function,re},Y.prototype.toAutoFactory=function(X){return this._binding.type=Z.BindingTypeEnum.Factory,this._binding.factory=function(re){return function(){return re.container.get(X)}},new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toProvider=function(X){return this._binding.type=Z.BindingTypeEnum.Provider,this._binding.provider=X,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toService=function(X){this.toDynamicValue(function(re){return re.container.get(X)})},Y}();x.BindingToSyntax=B},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(56),Z=i(32),$=i(33),F=function(){function B(Y){this._binding=Y,this._bindingWhenSyntax=new $.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new Z.BindingOnSyntax(this._binding),this._bindingInSyntax=new v.BindingInSyntax(Y)}return B.prototype.inRequestScope=function(){return this._bindingInSyntax.inRequestScope()},B.prototype.inSingletonScope=function(){return this._bindingInSyntax.inSingletonScope()},B.prototype.inTransientScope=function(){return this._bindingInSyntax.inTransientScope()},B.prototype.when=function(Y){return this._bindingWhenSyntax.when(Y)},B.prototype.whenTargetNamed=function(Y){return this._bindingWhenSyntax.whenTargetNamed(Y)},B.prototype.whenTargetIsDefault=function(){return this._bindingWhenSyntax.whenTargetIsDefault()},B.prototype.whenTargetTagged=function(Y,X){return this._bindingWhenSyntax.whenTargetTagged(Y,X)},B.prototype.whenInjectedInto=function(Y){return this._bindingWhenSyntax.whenInjectedInto(Y)},B.prototype.whenParentNamed=function(Y){return this._bindingWhenSyntax.whenParentNamed(Y)},B.prototype.whenParentTagged=function(Y,X){return this._bindingWhenSyntax.whenParentTagged(Y,X)},B.prototype.whenAnyAncestorIs=function(Y){return this._bindingWhenSyntax.whenAnyAncestorIs(Y)},B.prototype.whenNoAncestorIs=function(Y){return this._bindingWhenSyntax.whenNoAncestorIs(Y)},B.prototype.whenAnyAncestorNamed=function(Y){return this._bindingWhenSyntax.whenAnyAncestorNamed(Y)},B.prototype.whenAnyAncestorTagged=function(Y,X){return this._bindingWhenSyntax.whenAnyAncestorTagged(Y,X)},B.prototype.whenNoAncestorNamed=function(Y){return this._bindingWhenSyntax.whenNoAncestorNamed(Y)},B.prototype.whenNoAncestorTagged=function(Y,X){return this._bindingWhenSyntax.whenNoAncestorTagged(Y,X)},B.prototype.whenAnyAncestorMatches=function(Y){return this._bindingWhenSyntax.whenAnyAncestorMatches(Y)},B.prototype.whenNoAncestorMatches=function(Y){return this._bindingWhenSyntax.whenNoAncestorMatches(Y)},B.prototype.onActivation=function(Y){return this._bindingOnSyntax.onActivation(Y)},B}();x.BindingInWhenOnSyntax=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(16),Z=i(39),$=function(){function F(B){this._binding=B}return F.prototype.inRequestScope=function(){return this._binding.scope=v.BindingScopeEnum.Request,new Z.BindingWhenOnSyntax(this._binding)},F.prototype.inSingletonScope=function(){return this._binding.scope=v.BindingScopeEnum.Singleton,new Z.BindingWhenOnSyntax(this._binding)},F.prototype.inTransientScope=function(){return this._binding.scope=v.BindingScopeEnum.Transient,new Z.BindingWhenOnSyntax(this._binding)},F}();x.BindingInSyntax=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=function(){function Z(){}return Z.of=function($,F){var B=new Z;return B.bindings=$,B.middleware=F,B},Z}();x.ContainerSnapshot=v},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=function(){function $(){this._map=new Map}return $.prototype.getMap=function(){return this._map},$.prototype.add=function(F,B){if(null==F)throw new Error(v.NULL_ARGUMENT);if(null==B)throw new Error(v.NULL_ARGUMENT);var Y=this._map.get(F);void 0!==Y?(Y.push(B),this._map.set(F,Y)):this._map.set(F,[B])},$.prototype.get=function(F){if(null==F)throw new Error(v.NULL_ARGUMENT);var B=this._map.get(F);if(void 0!==B)return B;throw new Error(v.KEY_NOT_FOUND)},$.prototype.remove=function(F){if(null==F)throw new Error(v.NULL_ARGUMENT);if(!this._map.delete(F))throw new Error(v.KEY_NOT_FOUND)},$.prototype.removeByCondition=function(F){var B=this;this._map.forEach(function(Y,X){var re=Y.filter(function(H){return!F(H)});re.length>0?B._map.set(X,re):B._map.delete(X)})},$.prototype.hasKey=function(F){if(null==F)throw new Error(v.NULL_ARGUMENT);return this._map.has(F)},$.prototype.clone=function(){var F=new $;return this._map.forEach(function(B,Y){B.forEach(function(X){return F.add(Y,X.clone())})}),F},$.prototype.traverse=function(F){this._map.forEach(function(B,Y){F(Y,B)})},$}();x.Lookup=Z},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(22),Z=function(){function F(B){this.id=v.id(),this.registry=B}return F}();x.ContainerModule=Z;var $=function(){function F(B){this.id=v.id(),this.registry=B}return F}();x.AsyncContainerModule=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(5);function $(){return function(F){if(Reflect.hasOwnMetadata(Z.PARAM_TYPES,F))throw new Error(v.DUPLICATED_INJECTABLE_DECORATOR);var B=Reflect.getMetadata(Z.DESIGN_PARAM_TYPES,F)||[];return Reflect.defineMetadata(Z.PARAM_TYPES,B,F),F}}x.injectable=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(12),Z=i(17);function $(F,B){return function(Y,X,re){var H=new v.Metadata(F,B);"number"==typeof re?Z.tagParameter(Y,X,re,H):Z.tagProperty(Y,X,H)}}x.tagged=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(B){return function(Y,X,re){var H=new Z.Metadata(v.NAMED_TAG,B);"number"==typeof re?$.tagParameter(Y,X,re,H):$.tagProperty(Y,X,H)}}x.named=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(){return function(B,Y,X){var re=new Z.Metadata(v.OPTIONAL_TAG,!0);"number"==typeof X?$.tagParameter(B,Y,X,re):$.tagProperty(B,Y,re)}}x.optional=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(){return function(B,Y,X){var re=new Z.Metadata(v.UNMANAGED_TAG,!0);$.tagParameter(B,Y,X,re)}}x.unmanaged=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(B){return function(Y,X,re){var H=new Z.Metadata(v.MULTI_INJECT_TAG,B);"number"==typeof re?$.tagParameter(Y,X,re,H):$.tagProperty(Y,X,H)}}x.multiInject=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(B){return function(Y,X,re){var H=new Z.Metadata(v.NAME_TAG,B);$.tagParameter(Y,X,re,H)}}x.targetName=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(5),$=i(12);function F(){return function(B,Y,X){var re=new $.Metadata(Z.POST_CONSTRUCT,Y);if(Reflect.hasOwnMetadata(Z.POST_CONSTRUCT,B.constructor))throw new Error(v.MULTIPLE_POST_CONSTRUCT_METHODS);Reflect.defineMetadata(Z.POST_CONSTRUCT,re,B.constructor)}}x.postConstruct=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.multiBindToService=function(v){return function(Z){return function(){for(var $=[],F=0;F=0;Ve--)(Ce=ae[Ve])&&(pe=(q<3?Ce(pe):q>3?Ce(W,ge,pe):Ce(W,ge))||pe);return q>3&&pe&&Object.defineProperty(W,ge,pe),pe},B=function(){function ae(){this._isInitialsed=!1}return ae.prototype.raiseEndTelemetryWith=function(W,ge,D,q){throw new Error("Method not implemented.")},ae.prototype.initTelemetry=function(W){window.EkTelemetry&&(this.telemetryProvider=window.EkTelemetry,this._isInitialsed=!0,this.context=W,this.telemetryProvider.initialize(W.config))},ae.prototype.initTelmetry=function(W,ge,D,q,pe){null!=this.context&&this.telemetryProvider?this.telemetryProvider.initialize(this.context.config):(this.config.pdata=W,this.config.channel=D,this.config.did=pe,this.config.sid=q,this.actor=ge)},ae.prototype.setTelemetryAttributes=function(W,ge,D,q,pe){this.config.pdata=W,this.config.channel=D,this.config.did=pe,this.config.sid=q,this.actor=ge},ae.prototype.formulateBasicConfigForTelemetry=function(){},ae.prototype.initProducerData=function(W){if(this.pData)return this.pData;this.config.pdata=W},ae.prototype.isTelemetryInitialised=function(){return this._isInitialsed},ae.prototype.raiseInteractTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.interact(W.edata,W.options)},ae.prototype.raiseInteractTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseImpressionTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.impression(W.edata,W.options)},ae.prototype.raiseImpressionTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseLogTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.log(W.edata,W.options)},ae.prototype.raiseLogTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseErrorTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.error(W.edata,W.options)},ae.prototype.raiseErrorTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseAuditTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.audit(W.edata,W.options)},ae.prototype.raiseAuditTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseStartTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.start(this.context.config,W.options.object.id,W.options.object.ver,W.edata,W.options)},ae.prototype.raiseEndTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.end(W.edata,W.options)},ae.prototype.raiseShareTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.share(W.edata,W.options)},ae.prototype.raiseShareTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseFeedBackTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.share(W.edata,W.options)},ae.prototype.raiseFeedBackTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseAssesTelemetry=function(W,ge){this.isTelemetryInitialised()&&this.telemetryProvider.assess(W,ge)},ae.prototype.raiseResponseTelemetry=function(W,ge){this.isTelemetryInitialised()&&this.telemetryProvider.response(W,ge)},F([Object($.injectable)()],ae)}(),Y={CONTAINER:Symbol.for("CONTAINER"),services:{telemetry:{TELEMETRY_SERVICE:Symbol.for("TELEMETRY_SERVICE"),PLAYER_TELEMETRY_SERVICE:Symbol.for("PLAYER_TELEMETRY_SERVICE")}}},X=function(ae,W,ge,D){var Ce,q=arguments.length,pe=q<3?W:null===D?D=Object.getOwnPropertyDescriptor(W,ge):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ae,W,ge,D);else for(var Ve=ae.length-1;Ve>=0;Ve--)(Ce=ae[Ve])&&(pe=(q<3?Ce(pe):q>3?Ce(W,ge,pe):Ce(W,ge))||pe);return q>3&&pe&&Object.defineProperty(W,ge,pe),pe},re=function(ae,W){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(ae,W)},H=function(){function ae(W){this.telemetryService=W}return ae.prototype.onStartEvent=function(W,ge){},ae.prototype.onEndEvent=function(W,ge){},ae.prototype.onErrorEvent=function(W,ge){},ae.prototype.onHeartBeatEvent=function(W,ge){"LOADED"===W.type||"PLAY"===W.type||this.telemetryService.raiseLogTelemetry({})},X([Object($.injectable)(),re("design:paramtypes",[Z])],ae)}(),U=(se=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ae,W){ae.__proto__=W}||function(ae,W){for(var ge in W)W.hasOwnProperty(ge)&&(ae[ge]=W[ge])},function(ae,W){function ge(){this.constructor=ae}se(ae,W),ae.prototype=null===W?Object.create(W):(ge.prototype=W.prototype,new ge)}),he=function(ae,W,ge,D){var Ce,q=arguments.length,pe=q<3?W:null===D?D=Object.getOwnPropertyDescriptor(W,ge):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ae,W,ge,D);else for(var Ve=ae.length-1;Ve>=0;Ve--)(Ce=ae[Ve])&&(pe=(q<3?Ce(pe):q>3?Ce(W,ge,pe):Ce(W,ge))||pe);return q>3&&pe&&Object.defineProperty(W,ge,pe),pe},ye=function(ae,W){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(ae,W)},Oe=function(ae,W){return function(ge,D){W(ge,D,ae)}},Ne=function(ae){function W(ge){return ae.call(this,ge)||this}return U(W,ae),W.prototype.onHeartBeatEvent=function(ge,D){},he([Object($.injectable)(),Oe(0,Object($.inject)(Y.services.telemetry.TELEMETRY_SERVICE)),ye("design:paramtypes",[Z])],W)}(H),ce=function(ae,W,ge,D){return new(ge||(ge=Promise))(function(q,pe){function Ce(ct){try{at(D.next(ct))}catch(At){pe(At)}}function Ve(ct){try{at(D.throw(ct))}catch(At){pe(At)}}function at(ct){ct.done?q(ct.value):new ge(function(At){At(ct.value)}).then(Ce,Ve)}at((D=D.apply(ae,W||[])).next())})},ne=function(ae,W){var D,q,pe,Ce,ge={label:0,sent:function(){if(1&pe[0])throw pe[1];return pe[1]},trys:[],ops:[]};return Ce={next:Ve(0),throw:Ve(1),return:Ve(2)},"function"==typeof Symbol&&(Ce[Symbol.iterator]=function(){return this}),Ce;function Ve(ct){return function(At){return at([ct,At])}}function at(ct){if(D)throw new TypeError("Generator is already executing.");for(;ge;)try{if(D=1,q&&(pe=q[2&ct[0]?"return":ct[0]?"throw":"next"])&&!(pe=pe.call(q,ct[1])).done)return pe;switch(q=0,pe&&(ct=[0,pe.value]),ct[0]){case 0:case 1:pe=ct;break;case 4:return ge.label++,{value:ct[1],done:!1};case 5:ge.label++,q=ct[1],ct=[0];continue;case 7:ct=ge.ops.pop(),ge.trys.pop();continue;default:if(!((pe=(pe=ge.trys).length>0&&pe[pe.length-1])||6!==ct[0]&&2!==ct[0])){ge=0;continue}if(3===ct[0]&&(!pe||ct[1]>pe[0]&&ct[1]{"use strict";x.d(we,{gQ:()=>Xn});var i=x(8008),v=x(4666),Z=x(609);function $(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var l=u.context,f=u.label,m=void 0===f?"context-to-element":f,b=u.resolveDocument,A=u.defaultToDocument,oe=$(l)[0];if(b&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&A)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function B(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=[],m=F({label:"get/parents",context:l});m;)f.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return f}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],X=null;function H(u,l){return X||function re(u){Y.some(function(l){return!!u[l]&&(X=l,!0)})}(u),u[X](l)}var U=x(834),se=x.n(U),he=JSON.parse(JSON.stringify(se())),ye=he.os.family||"",Oe="Android"===ye,Ne="Windows"===ye.slice(0,7),ce="OS X"===ye,ne="iOS"===ye,fe="Blink"===he.layout,Ee="Gecko"===he.layout,Se="Trident"===he.layout,Pe="EdgeHTML"===he.layout,ae="WebKit"===he.layout,W=parseFloat(he.version),ge=Math.floor(W);he.majorVersion=ge,he.is={ANDROID:Oe,WINDOWS:Ne,OSX:ce,IOS:ne,BLINK:fe,GECKO:Ee,TRIDENT:Se,EDGE:Pe,WEBKIT:ae,IE9:Se&&9===ge,IE10:Se&&10===ge,IE11:Se&&11===ge};const D=he;function Ve(u){var l=function q(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},l=document.createElement("iframe");l.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),l.setAttribute("aria-live","off"),l.setAttribute("aria-busy","true"),l.setAttribute("aria-hidden","true"),document.body.appendChild(l);var f=l.contentWindow,m=f.document;m.open(),m.close();var b=m.createElement("div");return m.body.appendChild(b),u.iframe=l,u.wrapper=b,u.window=f,u.document=m,u}(),f={};return Object.keys(u).map(function(m){f[m]=function pe(u,l){u.wrapper.innerHTML="";var f="string"==typeof l.element?u.document.createElement(l.element):l.element(u.wrapper,u.document),m=l.mutate&&l.mutate(f,u.wrapper,u.document);return!m&&!1!==m&&(m=f),!f.parentNode&&u.wrapper.appendChild(f),m&&m.focus&&m.focus(),l.validate?l.validate(f,m,u.document):u.document.activeElement===m}(l,u[m])}),function Ce(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(l),f}var zt=typeof window<"u"&&window.navigator.userAgent||"",St="ally-supports-cache",It=function At(u){var l=void 0;try{l=(l=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(l):{}}catch{l={}}return l}(St);(It.userAgent!==zt||"1.4.1"!==It.version)&&(It={}),It.userAgent=zt,It.version="1.4.1";const $t_get=function(){return It},$t_set=function(l){Object.keys(l).forEach(function(f){It[f]=l[f]}),It.time=(new Date).toISOString(),function c1(u,l){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(l))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(St,It)};function Pt(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const Bt="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",q1={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},Vt={element:"div",mutate:function(l){return l.innerHTML='',!1},validate:function(l,f,m){if(D.is.GECKO)return!0;var b=l.querySelector("area");return b.focus(),m.activeElement===b}},Nt={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===f}},z={name:"can-focus-audio-without-controls",element:"audio",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}},ut={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},de={element:"a",mutate:function(l){return l.href="#void",l.innerHTML='',l.querySelector("img")}},We={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")}};var k=!D.is.WEBKIT;const me="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",xe={element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50"),l.style.visibility="hidden"}},Fe={name:"can-focus-object-svg",element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===l}};var je=!D.is.IE9;const _e={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")},validate:function(l,f,m){var b=l.querySelector("area");return m.activeElement===b}};function Dt(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var f=function yt(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(f);var m=f.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(f),!0}function $e(u){return''+u+""}function v1(u,l,f){return function Ht(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Dt(u)}}(l),f.activeElement===l}const V1={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},Gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},X1={element:"div",mutate:function(l){return l.innerHTML=$e(['link',''].join("")),l.querySelector("use")},validate:v1},Q1={element:"div",mutate:function(l){return l.innerHTML=$e(''),l.querySelector("foreignObject")||l.getElementsByTagName("foreignObject")[0]},validate:v1};var Ct=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const n2={element:"div",mutate:function(l){return l.innerHTML=$e(""),l.firstChild},validate:v1},A1={element:"video",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}};var Un=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var G1={cssShadowPiercingDeepCombinator:Pt,focusInZeroDimensionObject:function be(){return k},focusObjectSwf:function Ye(){return je},focusSvgInIframe:function dn(){return Ct},tabsequenceAreaAtImgPosition:function r2(){return Un}},o3={focusAreaImgTabindex:q1,focusAreaTabindex:Vt,focusAreaWithoutHref:Nt,focusAudioWithoutControls:z,focusBrokenImageMap:ut,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(l){return l.setAttribute("tabindex","-1"),l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello',l.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(l){l.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(l){l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:We,focusInHiddenIframe:{element:function(l,f){var m=f.createElement("iframe");l.appendChild(m);var b=m.contentWindow.document;return b.open(),b.close(),m},mutate:function(l){l.style.visibility="hidden";var f=l.contentWindow.document,m=f.createElement("input");return f.body.appendChild(m),m},validate:function(l){var f=l.contentWindow.document,m=f.querySelector("input");return f.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(l){l.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(l){l.setAttribute("tabindex","-1")},validate:function(l,f,m){l.offsetHeight;return l.focus(),m.activeElement===l}},focusObjectSvg:Fe,focusObjectSvgHidden:xe,focusRedirectImgUsemap:_e,focusRedirectLegend:{element:"fieldset",mutate:function(l){return l.innerHTML='legend',!1},validate:function(l,f,m){var b=l.querySelector('input[tabindex="-1"]'),A=l.querySelector('input[tabindex="0"]');return l.focus(),l.querySelector("legend").focus(),(m.activeElement===b?"focusable":m.activeElement===A&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(l){return l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
',l.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px;"),l.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(l){return l.innerHTML="foo

content

",l.firstElementChild}},focusSvgFocusableAttribute:V1,focusSvgTabindexAttribute:gt,focusSvgNegativeTabindexAttribute:Gt,focusSvgUseTabindex:X1,focusSvgForeignobjectTabindex:Q1,focusSvg:n2,focusTabindexTrailingCharacters:{element:"div",mutate:function(l){l.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(l,f,m){var b=m.createDocumentFragment();b.innerHTML="cell",l.appendChild(b)}},focusVideoWithoutControls:A1};var T=null;function Q(){return T||((T=$t_get()).time||($t_set(function Te(){var u=Ve(o3);return Object.keys(G1).forEach(function(l){u[l]=G1[l]()}),u}()),T=$t_get()),T)}var Le=void 0,qe=/^\s*(-|\+)?[0-9]+\s*$/,_t=/^\s*(-|\+)?[0-9]+.*$/;function dt(u){Le||(Le=Q());var l=Le.focusTabindexTrailingCharacters?_t:qe,f=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=f.hasAttribute("tabindex"),b=f.hasAttribute("tabIndex");if(!m&&!b)return!1;if((f.ownerSVGElement||"svg"===f.nodeName.toLowerCase())&&!Le.focusSvgTabindexAttribute)return!1;if(Le.focusInvalidTabindex)return!0;var oe=f.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&l.test(oe))}function bt(u){if(!dt(u))return null;var f=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(f),10);return isNaN(m)?-1:m}function t1(u){var l=u.webkitUserModify||"";return Boolean(l&&-1!==l.indexOf("write"))}function fn(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(l){return"auto"===l||"scroll"===l})}function Ut(u){return u.display.indexOf("flex")>-1}function N1(u,l,f,m){return!("div"!==l&&"span"!==l||f&&"div"!==f&&"span"!==f&&!fn(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1}:f;ke||(ke=Q());var b=F({label:"is/focus-relevant",resolveDocument:!0,context:l});if(!m.shadow&&b.shadowRoot)return!0;var A=b.nodeName.toLowerCase();if("input"===A&&"hidden"===b.type)return!1;if("input"===A||"select"===A||"button"===A||"textarea"===A||"legend"===A&&ke.focusRedirectLegend||"label"===A||"area"===A||"a"===A&&b.hasAttribute("href"))return!0;if("object"===A&&b.hasAttribute("usemap"))return!1;if("object"===A){var oe=b.getAttribute("type");if(!ke.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!ke.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===A||"object"===A||"embed"===A||"keygen"===A||b.hasAttribute("contenteditable")||"audio"===A&&(ke.focusAudioWithoutControls||b.hasAttribute("controls"))||"video"===A&&(ke.focusVideoWithoutControls||b.hasAttribute("controls"))||ke.focusSummary&&"summary"===A)return!0;var Ke=dt(b);if("img"===A&&b.hasAttribute("usemap"))return Ke&&ke.focusImgUsemapTabindex||ke.focusRedirectImgUsemap;if(ke.focusTable&&("table"===A||"td"===A)||ke.focusFieldset&&"fieldset"===A)return!0;var tt="svg"===A,it=b.ownerSVGElement,Ot=b.getAttribute("focusable"),e1=bt(b);if("use"===A&&null!==e1&&!ke.focusSvgUseTabindex)return!1;if("foreignobject"===A)return null!==e1&&ke.focusSvgForeignobjectTabindex;if(H(b,"svg a")&&b.hasAttribute("xlink:href"))return!0;if((tt||it)&&b.focus&&!ke.focusSvgNegativeTabindexAttribute&&e1<0)return!1;if(tt)return Ke||ke.focusSvg||ke.focusSvgInIframe||Boolean(ke.focusSvgFocusableAttribute&&Ot&&"true"===Ot);if(it){if(ke.focusSvgTabindexAttribute&&Ke)return!0;if(ke.focusSvgFocusableAttribute)return"true"===Ot}if(Ke)return!0;var T1=window.getComputedStyle(b,null);if(t1(T1))return!0;if(ke.focusImgIsmap&&"img"===A&&b.hasAttribute("ismap")){var e2=B({context:b}).some(function(xn){return"a"===xn.nodeName.toLowerCase()&&xn.hasAttribute("href")});if(e2)return!0}if(!m.scrollable&&ke.focusScrollContainer)if(ke.focusScrollContainerWithoutOverflow){if(N1(b,A))return!0}else if(fn(T1))return!0;if(!m.flexbox&&ke.focusFlexboxContainer&&Ut(T1))return!0;var cn=b.parentElement;if(!m.scrollable&&cn){var u3=cn.nodeName.toLowerCase(),_n=window.getComputedStyle(cn,null);if(ke.focusScrollBody&&N1(cn,A,u3,_n)||ke.focusChildrenOfFocusableFlexbox&&Ut(_n))return!0}return!1}Mt.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Mt({context:m,except:u})};return l.rules=Mt,l};const P1=Mt.except({});function pn(u,l){if(u.findIndex)return u.findIndex(l);var f=u.length;if(0===f)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:f,b=F({label:"is/visible",resolveDocument:!0,context:l}),A=b.nodeName.toLowerCase();if(!m.notRendered&&Hn.test(A))return!0;var oe=B({context:b}),Ke="audio"===A&&!b.hasAttribute("controls");if(!m.cssDisplay&&s1(Ke?oe.slice(1):oe)||!m.cssVisibility&&yn(oe)||!m.detailsElement&&w1(oe))return!1;if(!m.browsingContext){var tt=Xt(b),it=k1.except(m);if(tt&&!it(tt))return!1}return!0}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return k1({context:m,except:u})};return l.rules=k1,l};const f2=k1.except({});var Yt=x(6260),r1=x.n(Yt);function O2(u,l){return l.querySelector('map[name="'+r1()(u)+'"]')||null}function p2(u){var l=u.parentElement;return l.name&&"map"===l.nodeName.toLowerCase()&&d1(u).querySelector('img[usemap="#'+r1()(l.name)+'"]')||null}var F1=void 0;var f1=void 0,en=void 0,hn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function O1(u){f1||((f1=Q()).focusFieldsetDisabled&&delete hn.fieldset,f1.focusFormDisabled&&delete hn.form,en=new RegExp("^("+Object.keys(hn).join("|")+")$"));var f=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(en.test(f))}var j1=void 0;function T2(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function Sn(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Zn(u){j1||(j1=Q());var l=F({label:"is/disabled",context:u});if(l.hasAttribute("data-ally-disabled"))return!0;if(!O1(l))return!1;if(l.disabled)return!0;var f=B({context:l});return!!(f.some(T2)||!j1.focusFormDisabled&&f.some(Sn))}function L1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{onlyFocusableBrowsingContext:!1,visible:!1}:f,b=F({label:"is/only-tabbable",resolveDocument:!0,context:l});if(!m.visible&&!f2(b))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var A=Xt(b);if(A&&bt(A)<0)return!1}var oe=b.nodeName.toLowerCase(),Ke=bt(b);return"label"===oe&&D.is.GECKO?null!==Ke&&Ke>=0:!!(D.is.GECKO&&b.ownerSVGElement&&!b.focus&&"a"===oe&&b.hasAttribute("xlink:href")&&D.is.GECKO)}L1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return L1({context:m,except:u})};return l.rules=L1,l};const Fn=L1.except({});var Kt=void 0;function v3(u){var l=u.nodeName.toLowerCase();if("embed"===l||"keygen"===l)return!0;var f=bt(u);if(u.shadowRoot&&null===f)return!0;if("label"===l)return!Kt.focusLabelTabindex||null===f;if("legend"===l)return null===f;if(Kt.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===l)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===l&&u.hasAttribute("usemap")?null===f||!Kt.focusImgUsemapTabindex:"area"===l&&!function v2(u){F1||(F1=Q());var l=F({label:"is/valid-area",context:u});if("area"!==l.nodeName.toLowerCase())return!1;var m=l.hasAttribute("tabindex");if(!F1.focusAreaTabindex&&m)return!1;var b=p2(l);return!(!b||!f2(b)||!F1.focusBrokenImageMap&&(!b.complete||!b.naturalHeight||b.offsetWidth<=0||b.offsetHeight<=0))&&(F1.focusAreaWithoutHref||l.href?!B({context:b}).slice(1).some(function(oe){var Ke=oe.nodeName.toLowerCase();return"button"===Ke||"a"===Ke}):F1.focusAreaTabindex&&m||F1.focusAreaImgTabindex&&b.hasAttribute("tabindex"))}(u)}function D1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{disabled:!1,visible:!1,onlyTabbable:!1}:f;Kt||(Kt=Q());var b=Fn.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),A=F({label:"is/focusable",resolveDocument:!0,context:l}),oe=P1.rules({context:A,except:m});if(!oe||v3(A)||!m.disabled&&Zn(A)||!m.onlyTabbable&&b(A))return!1;if(!m.visible){var Ke={context:A,except:{}};if(Kt.focusInHiddenIframe&&(Ke.except.browsingContext=!0),Kt.focusObjectSvgHidden){var tt=A.nodeName.toLowerCase();"object"===tt&&(Ke.except.cssVisibility=!0)}if(!f2.rules(Ke))return!1}var it=Xt(A);if(it){var Ot=it.nodeName.toLowerCase();if(!("object"!==Ot||Kt.focusInZeroDimensionObject||it.offsetWidth&&it.offsetHeight))return!1}var e1=A.nodeName.toLowerCase();return!("svg"===e1&&Kt.focusSvgInIframe&&!it&&null===A.getAttribute("tabindex"))}D1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return D1({context:m,except:u})};return l.rules=D1,l};const M1=D1.except({});function h1(u){var l=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return l.acceptNode=l,l}var K2=h1(P1);function M2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;l||(l=document.documentElement);for(var A=M1.rules.except({onlyTabbable:m}),oe=d1(l),Ke=oe.createTreeWalker(l,NodeFilter.SHOW_ELEMENT,"all"===b?K2:h1(A),!1),tt=[];Ke.nextNode();)Ke.currentNode.shadowRoot?(A(Ke.currentNode)&&tt.push(Ke.currentNode),tt=tt.concat(M2({context:Ke.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:b}))):tt.push(Ke.currentNode);return f&&("all"===b?P1(l)&&tt.unshift(l):A(l)&&tt.unshift(l)),tt}var tn=void 0,nn=void 0;function h2(){return tn||(tn=Q()),"string"==typeof nn||(nn=wt(nn=(tn.focusTable?"table, td,":"")+(tn.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(tn.focusAudioWithoutControls?"audio,":"audio[controls],")+(tn.focusVideoWithoutControls?"video,":"video[controls],")+(tn.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),nn}function bn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=h2(),A=l.querySelectorAll(b),oe=M1.rules.except({onlyTabbable:m}),Ke=[].filter.call(A,oe);return f&&oe(l)&&Ke.unshift(l),Ke}function Wn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=void 0===b?"quick":b,oe=F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:l}),Ke={context:oe,includeContext:f,includeOnlyTabbable:m,strategy:A};if("quick"===A)return bn(Ke);if("strict"===A||"all"===A)return M2(Ke);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Q2(u){var l=u.element,f=u.attribute,m="data-cached-"+f;if(null===l.getAttribute(m)){var A=l.getAttribute(f);if(null===A)return;l.setAttribute(m,A||""),l.removeAttribute(f)}else{var oe=l.getAttribute(m);l.removeAttribute(m),l.setAttribute(f,oe)}}function U1(u){var l=u.element,f=u.attribute,m=u.temporaryValue,b=u.saveValue,A="data-cached-"+f;if(void 0!==m){var oe=b||l.getAttribute(f);l.setAttribute(A,oe||""),l.setAttribute(f,m)}else{var Ke=l.getAttribute(A);l.removeAttribute(A),""===Ke?l.removeAttribute(f):l.setAttribute(f,Ke)}}var rn=function(){};const K=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var on=void 0;function Ln(){K.warn("trying to focus inert element",this)}function Y2(u,l){(function w2(u,l){U1({element:u,attribute:"aria-disabled",temporaryValue:l?"true":void 0})})(u,l),function rr(u,l){if(l){var f=bt(u);U1({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==f?f:""})}else U1({element:u,attribute:"tabindex"})}(u,l),function L2(u,l){l?u.focus=Ln:delete u.focus}(u,l),function L3(u,l){if(l){var f=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",f),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,l);var f=u.nodeName.toLowerCase();("video"===f||"audio"===f)&&function jt(u,l){Q2({element:u,attribute:"controls",remove:l})}(u,l),("svg"===f||u.ownerSVGElement)&&(on.focusSvgFocusableAttribute?function M3(u,l){U1({element:u,attribute:"focusable",temporaryValue:l?"false":void 0})}(u,l):!on.focusSvgTabindexAttribute&&"a"===f&&function w3(u,l){Q2({element:u,attribute:"xlink:href",remove:l})}(u,l)),l?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function gn(u,l){on||(on=Q());var f=F({label:"element/disabled",context:u});l=Boolean(l);var m=f.hasAttribute("data-ally-disabled"),b=1===arguments.length;return O1(f)?b?f.disabled:(f.disabled=l,f):b?m:(m===l||Y2(f,l),f)}var N2=function(l){return l.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function vn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:l}),m=d1(l),b=m.createTreeWalker(f,NodeFilter.SHOW_ELEMENT,N2,!1),A=[];for(f.shadowRoot&&(A.push(f),A=A.concat(vn({context:f.shadowRoot})));b.nextNode();)A.push(b.currentNode),A=A.concat(vn({context:b.currentNode.shadowRoot}));return A}N2.acceptNode=N2;var s3="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},H1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.callback,A=f.config;$2(this,u),this.config=A,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(b),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(l.handleHostMutation,l)}),this.observeContext(m),this.observeShadowHosts(m)}return H1(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(f){var m=this;vn({context:f}).forEach(function(A){return m.observeContext(A.shadowRoot)})}},{key:"observeContext",value:function(f){this.clientObserver.observe(f,this.config),this.hostObserver.observe(f,i1)}},{key:"handleHostMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(b){return b.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function g2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.callback,m=u.config;if("function"!=typeof f)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s3(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var b=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:l}),A=new E1({context:b,callback:f,config:m});return{disengage:A.disengage}}function C2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.parent,f=u.element,m=u.includeSelf;if(l)return function(A){return Boolean(m&&A===l||l.compareDocumentPosition(A)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(f)return function(A){return Boolean(m&&f===A||A.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var y1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.filter;l3(this,u),this._context=$(m||document.documentElement)[0],this._filter=$(b),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var A=Wn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(A),this.shadowObserver=g2({context:this._context,config:Z1,callback:function(Ke){return Ke.forEach(l.handleMutation)}})}return y1(u,[{key:"disengage",value:function(){!this._context||(o2(this._context),this._inertElementCache.forEach(function(f){return o2(f)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(f){return f.map(function(m){return Wn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,b){return m.concat(b)},[])}},{key:"renderInert",value:function(f){var m=this;f.filter(this.filterElements).filter(this.filterParentElements).filter(function(A){return!gn(A)}).forEach(function(oe){m._inertElementCache.push(oe),function Kn(u){return gn(u,!0)}(oe)})}},{key:"filterElements",value:function(f){var m=C2({element:f,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(f){var m=C2({parent:f});return!this._filter.some(m)}},{key:"handleMutation",value:function(f){if("childList"===f.type){var m=$(f.addedNodes).filter(function(A){return A.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var b=this.listQueryFocusable(m);this.renderInert(b)}else"attributes"===f.type&&this.renderInert([f.target])}}]),u}();function z2(u){var l=u.context,f=u.filter,b=[],A=function(it){return f.some(function(Ot){return it===Ot})?NodeFilter.FILTER_REJECT:function(it){var Ot=C2({parent:it});return f.some(Ot)}(it)?NodeFilter.FILTER_ACCEPT:(b.push(it),NodeFilter.FILTER_REJECT)};A.acceptNode=A;for(var Ke=d1(l).createTreeWalker(l,NodeFilter.SHOW_ELEMENT,A,!1);Ke.nextNode(););return b}function Nn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter;if(l=F({label:"get/insignificant-branches",defaultToDocument:!0,context:l}),!(f=$(f)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return z2({context:l,filter:f})}var J2=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},f=l.context,m=l.filter;jn(this,u),this._context=$(f||document.documentElement)[0],this._filter=$(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var b=Nn({context:this._context,filter:this._filter});b.forEach(Rn),this.startObserver()}return J2(u,[{key:"disengage",value:function(){!this._context||([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),an),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var f=this;!window.MutationObserver||(this._observer=new MutationObserver(function(m){return m.forEach(f.handleMutation)}),this._observer.observe(this._context,q2))}},{key:"handleMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(Rn)}},{key:"isInsignificantBranch",value:function(f){if(B({context:f}).some(function(A){return"true"===A.getAttribute("aria-hidden")}))return!1;var b=C2({element:f});return!this._filter.some(b)}}]),u}();function a2(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"get/shadow-host",context:l}),m=null;f;)m=f,f=f.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function Yn(u){var l=F({label:"is/active-element",resolveDocument:!0,context:u});if(d1(l).activeElement===l)return!0;var m=a2({context:l});return!(!m||m.shadowRoot.activeElement!==l)}var sn=void 0,Cn=/^(fieldset|table|td|body)$/;function Dn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:f;sn||(sn=Q());var b=F({label:"is/tabbable",resolveDocument:!0,context:l});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var A=Xt(b);if(A){if(D.is.WEBKIT&&D.is.IOS||bt(A)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!f2(A))return!1;var oe=A.nodeName.toLowerCase();if("object"===oe){var Ke="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ke)return!1}}var tt=b.nodeName.toLowerCase(),it=bt(b),Ot=null===it?null:it>=0;if(D.is.EDGE&&D.majorVersion>=14&&A&&b.ownerSVGElement&&it<0)return!0;var e1=!1!==Ot,T1=null!==it&&it>=0;if(b.hasAttribute("contenteditable"))return e1;if(Cn.test(tt)&&!0!==Ot)return!1;if(D.is.WEBKIT&&D.is.IOS){var e2="input"===tt&&"text"===b.type||"password"===b.type||"select"===tt||"textarea"===tt||b.hasAttribute("contenteditable");if(!e2){var cn=window.getComputedStyle(b,null);e2=t1(cn)}if(!e2)return!1}if("use"===tt&&null!==it&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||H(b,"svg a")&&b.hasAttribute("xlink:href")&&(e1||b.focus&&!sn.focusSvgNegativeTabindexAttribute)||"svg"===tt&&sn.focusSvgInIframe&&e1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===tt)return!!sn.focusSvg||(b.hasAttribute("focusable")||T1);if(b.ownerSVGElement)return!(!sn.focusSvgTabindexAttribute||!T1)||b.hasAttribute("focusable")}if(void 0===b.tabIndex)return Boolean(m.onlyTabbable);if("audio"===tt){if(!b.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===tt)if(b.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===tt&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===tt)return!1;if(!m.scrollable&&D.is.GECKO){var u3=window.getComputedStyle(b,null);if(fn(u3))return e1}if(D.is.TRIDENT||D.is.EDGE){if("area"===tt){var _n=p2(b);if(_n&&bt(_n)<0)return!1}var xn=window.getComputedStyle(b,null);if(t1(xn))return b.tabIndex>=0;if(!m.flexbox&&Ut(xn))return null!==it?T1:O(b)&&p(b);if(N1(b,tt))return!1;var i3=b.parentElement;if(i3){var xr=i3.nodeName.toLowerCase(),x3=window.getComputedStyle(i3,null);if(N1(i3,tt,xr,x3))return!1;if(Ut(x3))return T1}}return b.tabIndex>=0}Dn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Dn({context:m,except:u})};return l.rules=Dn,l};var O=P1.rules.except({flexbox:!0}),p=Dn.except({flexbox:!0});const R=Dn.except({});function De(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=R.rules.except({onlyTabbable:m});return Wn({context:l,includeContext:f,includeOnlyTabbable:m,strategy:b}).filter(A)}function Lt(u,l){return u.compareDocumentPosition(l)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function $1(u){return u.sort(Lt)}function s2(u,l,f){var m=[];return l.forEach(function(b){var A=!0,oe=u.indexOf(b);-1===oe&&(oe=function u1(u,l){return pn(u,function(f){return l.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,b),A=!1),-1===oe&&(oe=u.length);var Ke=$(f?f(b):b);!Ke.length||m.push({offset:oe,replace:A,elements:Ke})}),m}function mn(u,l){var f=0;l.sort(function(m,b){return m.offset-b.offset}),l.forEach(function(m){var b=m.replace?1:0,A=[m.offset+f,b].concat(m.elements);u.splice.apply(u,A),f+=m.elements.length-b})}function I1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.list,f=u.elements,m=u.resolveElement,b=l.slice(0),A=$(f).slice(0);$1(A);var oe=s2(b,A,m);return mn(b,oe),b}var e3=function(){function u(l,f){for(var m=0;m-1?[f].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(f){delete this.hosts[f]._sortingId},this)}}]),u}();function E2(u,l,f){var m=new ln(l,f),b=m.extractElements(u);return b.length===u.length?f(u):m.sort(b)}var P2=void 0;function I2(u,l){var f=u.indexOf(l);return f>0?u.splice(f,1).concat(u):u}function G3(u,l){return P2.tabsequenceAreaAtImgPosition&&(u=function Mr(u,l){var f=l.querySelectorAll("img[usemap]"),m=new B3(l),b=m.extractAreasFromList(u);return f.length?I1({list:b,elements:f,resolveElement:function(oe){var Ke=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ke)}}):b}(u,l)),u=function V3(u){var l={},f=[],m=u.filter(function(A){var oe=A.tabIndex;return void 0===oe&&(oe=bt(A)),oe<=0||null==oe||(l[oe]||(l[oe]=[],f.push(oe)),l[oe].push(A),!1)});return f.sort().map(function(A){return l[A]}).reduceRight(function(A,oe){return oe.concat(A)},m)}(u),u}function p3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;P2||(P2=Q());var A=$(l)[0]||document.documentElement,oe=De({context:A,includeContext:f,includeOnlyTabbable:m,strategy:b});return oe=document.body.createShadowRoot&&D.is.BLINK?E2(oe,A,G3):G3(oe,A),f&&(oe=I2(oe,A)),oe}for(var y={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},g=1;g<26;g++)y["f"+g]=g+111;for(var I=0;I<10;I++){var j=I+48,ue=I+96;y[I]=j,y["num-"+I]=ue,y._alias[j]=[ue]}for(var Ie=0;Ie<26;Ie++){var Xe=Ie+65;y[String.fromCharCode(Xe).toLowerCase()]=Xe}const o1=y;var Zt={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},a1=Object.keys(Zt).map(function(u){return Zt[u]});function C1(u,l){return!a1.some(function(f){return"boolean"==typeof u[f]&&Boolean(l[f])!==u[f]})}function k2(u){return u.split(/\s+/).map(function(l){var f=l.split("+"),m=function R1(u){var f=function Wt(u){var l=!!u&&null;return{altKey:l,ctrlKey:l,metaKey:l,shiftKey:l}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var b=!0,A=m.slice(0,1);"?"===A?b=null:"!"===A&&(b=!1),!0!==b&&(m=m.slice(1));var oe=Zt[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');f[oe]=b}}),f}(f.slice(0,-1)),b=function g1(u){var l=o1[u]||parseInt(u,10);if(!l||"number"!=typeof l||isNaN(l))throw new TypeError('Unknown key "'+u+'"');return[l].concat(o1._alias[l]||[])}(f.slice(-1));return{keyCodes:b,modifiers:m,matchModifiers:C1.bind(null,m)}})}function x1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l={},f=$(u.context)[0]||document.documentElement;delete u.context;var m=$(u.filter);delete u.filter;var b=Object.keys(u);if(!b.length)throw new TypeError("when/key requires at least one option key");var A=function(it){it.keyCodes.forEach(function(Ot){l[Ot]||(l[Ot]=[]),l[Ot].push(it)})};b.forEach(function(tt){if("function"!=typeof u[tt])throw new TypeError('when/key requires option["'+tt+'"] to be a function');k2(tt).map(function(e1){return e1.callback=u[tt],e1}).forEach(A)});var oe=function(it){if(!it.defaultPrevented){if(m.length){var Ot=C2({element:it.target,includeSelf:!0});if(m.some(Ot))return}var e1=it.keyCode||it.which;!l[e1]||l[e1].forEach(function(T1){!T1.matchModifiers(it)||T1.callback.call(f,it,Ke)})}};f.addEventListener("keydown",oe,!1);var Ke=function(){f.removeEventListener("keydown",oe,!1)};return{disengage:Ke}}const l1={disabled:function Qn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new R2({context:l,filter:f});return{disengage:m.disengage}},hidden:function vt(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new X2({context:l,filter:f});return{disengage:m.disengage}},tabFocus:function kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context;return l||(l=document.documentElement),p3(),x1({"?alt+?shift+tab":function(m){m.preventDefault();var b=p3({context:l}),A=m.shiftKey,oe=b[0],Ke=b[b.length-1],it=A?Ke:oe;if(Yn(A?oe:Ke))it.focus();else{var Ot=void 0;if(b.some(function(e2,cn){return!!Yn(e2)&&(Ot=cn,!0)}))b[Ot+(A?-1:1)].focus();else oe.focus()}}})}};var t3=x(6312);const h3=function(u){return{showDownload:u}};function g3(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"text",229)(1,"tspan",230),i._uU(2),i.qZA(),i.TgZ(3,"tspan",231),i._uU(4),i.qZA()()),2&u){const f=i.oxw();i.xp6(2),i.Oqu(f.outcomeLabel),i.xp6(2),i.Oqu(f.outcome)}}function $r(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"g",232)(1,"g",233),i._UZ(2,"polygon",234)(3,"path",235),i.qZA(),i.TgZ(4,"text",236)(5,"tspan",237),i._uU(6),i.qZA()()()),2&u){const f=i.oxw();i.xp6(6),i.Oqu(f.timeSpentLabel)}}function or(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",244),i.qZA()())}function U3(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",245),i.qZA()())}function c3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",246),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.exitContent.emit({type:"EXIT"}))}),i.O4$(),i.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),i._UZ(4,"stop",240)(5,"stop",241),i.qZA()(),i.TgZ(6,"g",242),i._UZ(7,"path",249)(8,"path",250),i.qZA()(),i.kcU(),i.TgZ(9,"div",226),i._uU(10,"Exit"),i.qZA()()}}function E3(u,l){if(1&u){const f=i.EpF();i.ynx(0),i.TgZ(1,"div",251),i._uU(2,"Up Next"),i.qZA(),i.TgZ(3,"div",252),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.playNext())}),i.TgZ(4,"div",253),i._uU(5),i.qZA(),i.TgZ(6,"div",254),i._UZ(7,"img",255),i.qZA()(),i.BQk()}if(2&u){const f=i.oxw();i.xp6(5),i.Oqu(f.nextContent.name)}}function H3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))}),i._UZ(1,"span",9),i._uU(2," Share"),i.qZA()}}function ar(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))}),i._UZ(1,"span",10),i._uU(2," Download"),i.qZA()}}function wr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"PRINT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"PRINT"))}),i._UZ(1,"span",11),i._uU(2," Print"),i.qZA()}}function B2(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))}),i._UZ(1,"span",12),i._uU(2," Exit"),i.qZA()}}function C3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"sb-player-download-popup",13),i.NdJ("hideDownloadPopUp",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.hideDownloadPopUp(b))})("downloadEvent",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.sidebarEvent.emit(b))}),i.qZA()}if(2&u){const f=i.oxw();i.Q6J("title",f.title)("showDownloadPopUp",f.showDownloadPopUp)}}const Lr=function(u){return{"animated animateBg":u}};function Dr(u,l){1&u&&(i.TgZ(0,"div",1),i._uU(1," You are offline\n"),i.qZA())}const n3=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Z3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",6)(1,"img",7),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.rotateCW())}),i.qZA()()}}function Er(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",8)(1,"button",9),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomOut())}),i.qZA(),i.TgZ(2,"button",10),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomIn())}),i.qZA()()}}function Ir(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",11)(1,"input",12),i.NdJ("ngModelChange",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.page=b)}),i.qZA(),i.TgZ(2,"span",13),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.gotoPage())}),i._UZ(3,"img",14),i.qZA(),i.TgZ(4,"span",15),i._uU(5,"/"),i.qZA(),i.TgZ(6,"span",16),i._uU(7),i.qZA()()}if(2&u){const f=i.oxw();i.xp6(1),i.Q6J("ngModel",f.page)("max",f.totalPages),i.xp6(6),i.Oqu(f.totalPages)}}function Jr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),i.NdJ("previousAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA(),i.TgZ(3,"sb-player-next-navigation",20),i.NdJ("nextAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA()()()}}const sr_internetConnectivity="CPV2_INT_CONNECT_01",A2_internetConnectivity="content failed to load , No Internet Available",A2_contentPlayFailedHeader="Unable to load content",A2_contentPlayFailTitle="Refresh and try again later";class m2{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new i.vpe,this.setInternetConnectivityError=()=>{const l=new Error;l.message=A2_internetConnectivity,l.name=sr_internetConnectivity,this.getInternetConnectivityError.emit({error:l})},this.initInternetConnectivityError()}checkContentCompatibility(l){if(l>this.playerContentCompatibiltyLevel){const f=new Error;return f.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${l}`,f.name="contentCompatibily",{error:f,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}m2.\u0275fac=function(l){return new(l||m2)},m2.ctorParameters=()=>[],m2.\u0275prov=(0,i.Yz7)({factory:function(){return new m2},token:m2,providedIn:"root"});class l2{constructor(){this.downloadEvent=new i.vpe,this.hideDownloadPopUp=new i.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(l,f){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:l,type:f})}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f)&&"showDownloadPopUp"===f){this.showDownloadPopUp=l[f].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=l1.disabled({filter:m})}}download(l,f){this.downloadEvent.emit({event:l,type:f}),this.disabledHandle.disengage()}}l2.\u0275fac=function(l){return new(l||l2)},l2.\u0275cmp=i.Xpm({type:l2,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[i.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CLOSE")}),i._UZ(4,"button",4),i.qZA(),i.TgZ(5,"div",5)(6,"h5",6),i._uU(7,"Confirm Download"),i.qZA(),i.TgZ(8,"div",7),i._uU(9),i.qZA(),i._UZ(10,"div",8),i.TgZ(11,"div",9)(12,"button",10),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CANCEL")}),i._uU(13,"Cancel"),i.qZA(),i.TgZ(14,"button",11),i.NdJ("click",function(b){return f.download(b,"DOWNLOAD")}),i._uU(15,"Download"),i.qZA()()()()()()),2&l&&(i.Q6J("ngClass",i.VKq(2,h3,f.showDownloadPopUp)),i.xp6(9),i.hij('"',f.title,'" will be saved on your device.'))},dependencies:[v.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),l2.propDecorators={title:[{type:i.IIB}],downloadEvent:[{type:i.r_U}],hideDownloadPopUp:[{type:i.r_U}],showDownloadPopUp:[{type:i.IIB}]};class c2{constructor(){this.showReplay=!0,this.replayContent=new i.vpe,this.exitContent=new i.vpe,this.playNextContent=new i.vpe}ngOnInit(){this.subscription=(0,t3.R)(document,"keydown").subscribe(l=>{"Enter"===l.key&&(l.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}c2.\u0275fac=function(l){return new(l||c2)},c2.\u0275cmp=i.Xpm({type:c2,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(l,f){1&l&&(i.F$t(),i.TgZ(0,"div",0)(1,"div",1)(2,"div",2),i.O4$(),i.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),i._UZ(6,"feColorMatrix",5),i.qZA(),i.TgZ(7,"linearGradient",6),i._UZ(8,"stop",7)(9,"stop",8),i.qZA(),i.TgZ(10,"linearGradient",9),i._UZ(11,"stop",10)(12,"stop",11),i.qZA(),i._UZ(13,"path",12),i.TgZ(14,"filter",13),i._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),i.qZA(),i.TgZ(19,"linearGradient",18),i._UZ(20,"stop",19)(21,"stop",20),i.qZA(),i.YNc(22,g3,5,2,"text",21),i.qZA(),i.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),i._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),i.qZA()(),i.TgZ(199,"g",198)(200,"g",199),i._UZ(201,"path",200)(202,"path",201),i.TgZ(203,"g",202),i._UZ(204,"use",203)(205,"path",204),i.qZA(),i._UZ(206,"path",205)(207,"path",206),i.TgZ(208,"g",207)(209,"g",208)(210,"g",209),i._UZ(211,"use",210)(212,"use",211),i.qZA(),i.TgZ(213,"g",212),i._UZ(214,"use",213)(215,"use",214),i.qZA()()(),i._UZ(216,"path",215),i.TgZ(217,"foreignObject",216),i.kcU(),i.TgZ(218,"div",217),i._uU(219),i.qZA()(),i.YNc(220,$r,7,1,"g",218),i.qZA()()()()()()()(),i.TgZ(221,"div",219)(222,"div",220)(223,"div",221),i._uU(224,"You just completed"),i.qZA(),i.TgZ(225,"span",222),i._uU(226),i.qZA(),i.Hsn(227),i.qZA(),i.TgZ(228,"div",223)(229,"div",224),i.NdJ("click",function(){return f.replay()}),i.TgZ(230,"div"),i.YNc(231,or,8,0,"svg",225),i.YNc(232,U3,8,0,"svg",225),i.qZA(),i.TgZ(233,"div",226),i._uU(234,"Replay"),i.qZA()(),i.YNc(235,c3,11,0,"div",227),i.qZA(),i.YNc(236,E3,8,1,"ng-container",228),i.qZA()()),2&l&&(i.xp6(22),i.Q6J("ngIf",f.outcome),i.xp6(197),i.hij(" ",f.userName," "),i.xp6(1),i.Q6J("ngIf",f.timeSpentLabel),i.xp6(6),i.Oqu(f.contentName),i.xp6(3),i.Q6J("ngClass",f.showReplay?"":"disabled"),i.xp6(2),i.Q6J("ngIf",!f.showReplay),i.xp6(1),i.Q6J("ngIf",f.showReplay),i.xp6(3),i.Q6J("ngIf",f.showExit),i.xp6(1),i.Q6J("ngIf",f.nextContent))},dependencies:[v.mk,v.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both heartbeat;animation:3s ease-in-out infinite both heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both heartbeat;animation:5s ease-in-out infinite both heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),c2.propDecorators={showExit:[{type:i.IIB}],showReplay:[{type:i.IIB}],contentName:[{type:i.IIB}],outcome:[{type:i.IIB}],outcomeLabel:[{type:i.IIB}],userName:[{type:i.IIB}],timeSpentLabel:[{type:i.IIB}],nextContent:[{type:i.IIB}],replayContent:[{type:i.r_U}],exitContent:[{type:i.r_U}],playNextContent:[{type:i.r_U}]};class En{constructor(){this.sidebarMenuEvent=new i.vpe}toggleMenu(l){const f=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),b=document.getElementById("playerSideMenu");l instanceof KeyboardEvent&&(f.checked=!f.checked),f.checked?(b.style.visibility="visible",m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:l,type:"OPEN_MENU"})):(b.style.visibility="hidden",m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:l,type:"CLOSE_MENU"}))}}En.\u0275fac=function(l){return new(l||En)},En.\u0275cmp=i.Xpm({type:En,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:3,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"]],template:function(l,f){1&l&&(i.TgZ(0,"input",0),i.NdJ("click",function(b){return f.toggleMenu(b)}),i.qZA(),i.TgZ(1,"label",1),i.NdJ("keydown.enter",function(b){return f.toggleMenu(b)}),i._UZ(2,"span"),i.qZA())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}']}),En.propDecorators={sidebarMenuEvent:[{type:i.r_U}]};class _2{constructor(l){this.ref=l,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new i.vpe,this.toggleMenu=new i.vpe,this.showDownloadPopUp=!1}closeNav(l){document.getElementById("overlay-input").checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:l,type:"CLOSE_MENU"})}showDownloadPopup(l,f){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(l,f)}hideDownloadPopUp(l){this.showDownloadPopUp=!1,this.sidebarEvent.emit(l),this.ref.detectChanges()}emitSideBarEvent(l,f){this.sidebarEvent.emit({event:l,type:f})}}_2.\u0275fac=function(l){return new(l||_2)(i.Y36(i.sBO))},_2.\u0275cmp=i.Xpm({type:_2,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),i._uU(4),i.qZA(),i.TgZ(5,"ul",4),i.YNc(6,H3,3,0,"li",5),i.YNc(7,ar,3,0,"li",5),i.YNc(8,wr,3,0,"li",5),i.YNc(9,B2,3,0,"li",5),i.qZA()(),i.TgZ(10,"div",6),i.NdJ("click",function(b){return f.closeNav(b)}),i.qZA()(),i.YNc(11,C3,1,2,"sb-player-download-popup",7)),2&l&&(i.xp6(4),i.Oqu(f.title),i.xp6(2),i.Q6J("ngIf",f.config.showShare),i.xp6(1),i.Q6J("ngIf",f.config.showDownload),i.xp6(1),i.Q6J("ngIf",f.config.showPrint),i.xp6(1),i.Q6J("ngIf",f.config.showExit),i.xp6(2),i.Q6J("ngIf",f.showDownloadPopUp))},dependencies:[v.O5,l2],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),_2.ctorParameters=()=>[{type:i.sBO}],_2.propDecorators={title:[{type:i.IIB}],config:[{type:i.IIB}],sidebarEvent:[{type:i.r_U}],toggleMenu:[{type:i.r_U}]};class $n{constructor(){this.progress=0}ngOnChanges(l){l.progress&&l.progress.currentValue&&(this.progress=l.progress.currentValue)}}$n.\u0275fac=function(l){return new(l||$n)},$n.\u0275cmp=i.Xpm({type:$n,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[i.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0),i._UZ(1,"div",1),i.TgZ(2,"div",2)(3,"span",3),i._uU(4),i.qZA()(),i.TgZ(5,"div",4)(6,"div",5),i._uU(7),i.qZA(),i.TgZ(8,"div",6),i._UZ(9,"div",7),i.qZA()()()),2&l&&(i.Q6J("ngClass",i.VKq(5,Lr,100===f.progress)),i.xp6(4),i.Oqu(f.title),i.xp6(3),i.hij("Loading... ",f.progress,"%"),i.xp6(2),i.Udp("width",f.progress+"%"))},dependencies:[v.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes loading{0%{width:0}100%{width:100%}}@keyframes loading{0%{width:0}100%{width:100%}}@-webkit-keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),$n.propDecorators={title:[{type:i.IIB}],progress:[{type:i.IIB}]};class V2{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}V2.\u0275fac=function(l){return new(l||V2)},V2.\u0275cmp=i.Xpm({type:V2,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(l,f){1&l&&i.YNc(0,Dr,2,0,"div",0),2&l&&i.Q6J("ngIf",f.showOfflineAlert)},dependencies:[v.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),V2.ctorParameters=()=>[];class Rt{}Rt.\u0275fac=function(l){return new(l||Rt)},Rt.\u0275mod=i.oAB({type:Rt}),Rt.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class zn{constructor(){this.nextAction=new i.vpe}}zn.\u0275fac=function(l){return new(l||zn)},zn.\u0275cmp=i.Xpm({type:zn,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.nextAction.emit({type:"NEXT"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),zn.propDecorators={nextAction:[{type:i.r_U}]};class In{constructor(){this.previousAction=new i.vpe}}In.\u0275fac=function(l){return new(l||In)},In.\u0275cmp=i.Xpm({type:In,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.previousAction.emit({type:"PREVIOUS"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),In.propDecorators={previousAction:[{type:i.r_U}]};class u2{constructor(){this.actions=new i.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(l){this._item=Object.assign(Object.assign({},this._config),l),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f))switch(f){case"pageNumber":this.page=l[f].currentValue,this.pageNumber=l[f].currentValue;break;case"totalPages":this.totalPages=l[f].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const l=parseInt(this.page,10);l>0&&l<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:l}),this.pageNumber=l):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:l}),this.page=this.pageNumber)}}u2.\u0275fac=function(l){return new(l||u2)},u2.\u0275cmp=i.Xpm({type:u2,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[i.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(l,f){1&l&&(i.TgZ(0,"div")(1,"div",0)(2,"div",1),i.YNc(3,Z3,2,0,"div",2),i.YNc(4,Er,3,0,"div",3),i.YNc(5,Ir,8,3,"div",4),i.YNc(6,Jr,4,0,"div",5),i.qZA()()()),2&l&&(i.xp6(3),i.Q6J("ngIf",f.config.rotation),i.xp6(1),i.Q6J("ngIf",f.config.zoom),i.xp6(1),i.Q6J("ngIf",f.config.goto&&f.totalPages),i.xp6(1),i.Q6J("ngIf",f.config.navigation))},dependencies:[v.O5,Z.Fj,Z.wV,Z.JJ,Z.qQ,Z.Fd,Z.On,zn,In],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u2.propDecorators={pageNumber:[{type:i.IIB}],totalPages:[{type:i.IIB}],actions:[{type:i.r_U}],config:[{type:i.IIB}]};class Jn{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:A2_contentPlayFailedHeader,messageTitle:A2_contentPlayFailTitle})}}Jn.\u0275fac=function(l){return new(l||Jn)},Jn.\u0275cmp=i.Xpm({type:Jn,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),i._uU(4),i.qZA(),i._uU(5),i.qZA()()()),2&l&&(i.xp6(4),i.Oqu(f.errorMsg.messageHeader),i.xp6(1),i.hij(" ",f.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),Jn.propDecorators={errorMsg:[{type:i.IIB}]};class qn{}qn.\u0275fac=function(l){return new(l||qn)},qn.\u0275mod=i.oAB({type:qn}),qn.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class Xn{}Xn.\u0275fac=function(l){return new(l||Xn)},Xn.\u0275mod=i.oAB({type:Xn}),Xn.\u0275inj=i.cJS({imports:[Rt,qn,Rt,qn]})},6260:function(ht){ +!function(h){"object"==typeof exports&&typeof module<"u"?module.exports=h():"function"==typeof define&&define.amd?define([],h):(typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:this).Ajv=h()}(function(){return function h(g,z,e){function s(r,i){if(!z[r]){if(!g[r]){var n="function"==typeof require&&require;if(!i&&n)return n(r,!0);if(p)return p(r,!0);var P=new Error("Cannot find module '"+r+"'");throw P.code="MODULE_NOT_FOUND",P}var x=z[r]={exports:{}};g[r][0].call(x.exports,function(w){return s(g[r][1][w]||w)},x,x.exports,h,g,z,e)}return z[r].exports}for(var p="function"==typeof require&&require,t=0;t%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,P=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-?)*(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-?)*(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,x=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,w=/^(?:\/(?:[^~/]|~0|~1)*)*$/,o=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,m=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;function u(O){return e.copy(u[O="full"==O?"full":"fast"])}function l(O){var F=O.match(s);if(!F)return!1;var L,c=+F[2],C=+F[3];return 1<=c&&c<=12&&1<=C&&C<=(2!=c||(L=+F[1])%4!=0||L%100==0&&L%400!=0?p[c]:29)}function f(O,F){var L=O.match(t);if(!L)return!1;var c=L[1],C=L[2],j=L[3];return(c<=23&&C<=59&&j<=59||23==c&&59==C&&60==j)&&(!F||L[5])}(g.exports=u).fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d:\d\d)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d:\d\d)$/i,uri:/^(?:[a-z][a-z0-9+-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":n,url:P,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:r,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:U,uuid:x,"json-pointer":w,"json-pointer-uri-fragment":o,"relative-json-pointer":m},u.full={date:l,time:f,"date-time":function(O){var F=O.split(v);return 2==F.length&&l(F[0])&&f(F[1],!0)},uri:function(O){return $.test(O)&&i.test(O)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":n,url:P,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&''*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:function(O){return O.length<=255&&r.test(O)},ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:U,uuid:x,"json-pointer":w,"json-pointer-uri-fragment":o,"relative-json-pointer":m};var v=/t|\s/i,$=/\/|:/,B=/[^\\]\\Z/;function U(O){if(B.test(O))return!1;try{return new RegExp(O),!0}catch{return!1}}},{"./util":10}],5:[function(h,g,z){"use strict";var e=h("./resolve"),s=h("./util"),p=h("./error_classes"),t=h("fast-json-stable-stringify"),r=h("../dotjs/validate"),i=s.ucs2length,n=h("fast-deep-equal"),P=p.Validation;function x(f,v,$){for(var B=0;B",U=l?">":"<",O=void 0;if($){var b,F=e.util.getData(v.$data,n,e.dataPathArr),L="exclusive"+i,c="exclType"+i,C="exclIsNumber"+i,j="' + "+(S="op"+i)+" + '";r+=" var schemaExcl"+i+" = "+F+"; ",O=f,(b=b||[]).push(r+=" var "+L+"; var "+c+" = typeof "+(F="schemaExcl"+i)+"; if ("+c+" != 'boolean' && "+c+" != 'undefined' && "+c+" != 'number') { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(O||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: {} ",!1!==e.opts.messages&&(r+=" , message: '"+f+" should be boolean' "),e.opts.verbose&&(r+=" , schema: validate.schema"+x+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var A=r;r=b.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+A+"]); ":" validate.errors = ["+A+"]; return false; ":" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } else if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=" "+c+" == 'number' ? ( ("+L+" = "+t+" === undefined || "+F+" "+B+"= "+t+") ? "+m+" "+U+"= "+F+" : "+m+" "+U+" "+t+" ) : ( ("+L+" = "+F+" === true) ? "+m+" "+U+"= "+t+" : "+m+" "+U+" "+t+" ) || "+m+" !== "+m+") { var op"+i+" = "+L+" ? '"+B+"' : '"+B+"='; ",void 0===P&&(w=e.errSchemaPath+"/"+(O=f),t=F,u=$)}else if(j=B,(C="number"==typeof v)&&u){var S="'"+j+"'";r+=" if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=" ( "+t+" === undefined || "+v+" "+B+"= "+t+" ? "+m+" "+U+"= "+v+" : "+m+" "+U+" "+t+" ) || "+m+" !== "+m+") { "}else C&&void 0===P?(L=!0,w=e.errSchemaPath+"/"+(O=f),t=v,U+="="):(C&&(t=Math[l?"min":"max"](v,P)),v===(!C||t)?(L=!0,w=e.errSchemaPath+"/"+(O=f),U+="="):(L=!1,j+="=")),S="'"+j+"'",r+=" if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=" "+m+" "+U+" "+t+" || "+m+" !== "+m+") { ";return O=O||s,(b=b||[]).push(r),r="",!1!==e.createErrors?(r+=" { keyword: '"+(O||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { comparison: "+S+", limit: "+t+", exclusive: "+L+" } ",!1!==e.opts.messages&&(r+=" , message: 'should be "+j+" ",r+=u?"' + "+t:t+"'"),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ",A=r,r=b.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+A+"]); ":" validate.errors = ["+A+"]; return false; ":" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } ",o&&(r+=" else { "),r}},{}],13:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || ");var l=s,f=f||[];f.push(r+=" "+m+".length "+("maxItems"==s?">":"<")+" "+t+") { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(l||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { limit: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT have ",r+="maxItems"==s?"more":"less",r+=" than ",r+=u?"' + "+t+" + '":""+P,r+=" items' "),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var v=r;return r=f.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],14:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=!1===e.opts.unicode?" "+m+".length ":" ucs2length("+m+") ";var l=s,f=f||[];f.push(r+=" "+("maxLength"==s?">":"<")+" "+t+") { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(l||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { limit: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT be ",r+="maxLength"==s?"longer":"shorter",r+=" than ",r+=u?"' + "+t+" + '":""+P,r+=" characters' "),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var v=r;return r=f.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],15:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || ");var l=s,f=f||[];f.push(r+=" Object.keys("+m+").length "+("maxProperties"==s?">":"<")+" "+t+") { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(l||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { limit: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT have ",r+="maxProperties"==s?"more":"less",r+=" than ",r+=u?"' + "+t+" + '":""+P,r+=" properties' "),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var v=r;return r=f.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],16:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.schema[s],i=e.schemaPath+e.util.getProperty(s),n=e.errSchemaPath+"/"+s,P=!e.opts.allErrors,x=e.util.copy(e),w="";x.level++;var o="valid"+x.level,m=x.baseId,u=!0,l=r;if(l)for(var f,v=-1,$=l.length-1;v<$;)f=l[v+=1],e.util.schemaHasRules(f,e.RULES.all)&&(u=!1,x.schema=f,x.schemaPath=i+"["+v+"]",x.errSchemaPath=n+"/"+v,t+=" "+e.validate(x)+" ",x.baseId=m,P&&(t+=" if ("+o+") { ",w+="}"));return P&&(t+=u?" if (true) { ":" "+w.slice(0,-1)+" "),e.util.cleanUpCode(t)}},{}],17:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.level,i=e.dataLevel,n=e.schema[s],P=e.schemaPath+e.util.getProperty(s),x=e.errSchemaPath+"/"+s,w=!e.opts.allErrors,o="data"+(i||""),m="valid"+r,u="errs__"+r,l=e.util.copy(e),f="";l.level++;var v="valid"+l.level;if(n.every(function(c){return e.util.schemaHasRules(c,e.RULES.all)})){var $=l.baseId;t+=" var "+u+" = errors; var "+m+" = false; ";var B=e.compositeRule;e.compositeRule=l.compositeRule=!0;var U=n;if(U)for(var O,F=-1,L=U.length-1;F "+A+") { ";var k=o+"["+A+"]";l.schema=b,l.schemaPath=P+"["+A+"]",l.errSchemaPath=x+"/"+A,l.errorPath=e.util.getPathExpr(e.errorPath,A,e.opts.jsonPointers,!0),l.dataPathArr[B]=A;var R=e.validate(l);l.baseId=O,e.util.varOccurences(R,U)<2?t+=" "+e.util.varReplace(R,U,k)+" ":t+=" var "+U+" = "+k+"; "+R+" ",t+=" } ",w&&(t+=" if ("+v+") { ",f+="}")}"object"==typeof F&&e.util.schemaHasRules(F,e.RULES.all)&&(l.schema=F,l.schemaPath=e.schemaPath+".additionalItems",l.errSchemaPath=e.errSchemaPath+"/additionalItems",t+=" "+v+" = true; if ("+o+".length > "+n.length+") { for (var "+$+" = "+n.length+"; "+$+" < "+o+".length; "+$+"++) { ",l.errorPath=e.util.getPathExpr(e.errorPath,$,e.opts.jsonPointers,!0),k=o+"["+$+"]",l.dataPathArr[B]=$,R=e.validate(l),l.baseId=O,e.util.varOccurences(R,U)<2?t+=" "+e.util.varReplace(R,U,k)+" ":t+=" var "+U+" = "+k+"; "+R+" ",w&&(t+=" if (!"+v+") break; "),t+=" } } ",w&&(t+=" if ("+v+") { ",f+="}"))}else e.util.schemaHasRules(n,e.RULES.all)&&(l.schema=n,l.schemaPath=P,l.errSchemaPath=x,t+=" for (var "+$+" = 0; "+$+" < "+o+".length; "+$+"++) { ",l.errorPath=e.util.getPathExpr(e.errorPath,$,e.opts.jsonPointers,!0),k=o+"["+$+"]",l.dataPathArr[B]=$,R=e.validate(l),l.baseId=O,e.util.varOccurences(R,U)<2?t+=" "+e.util.varReplace(R,U,k)+" ":t+=" var "+U+" = "+k+"; "+R+" ",w&&(t+=" if (!"+v+") break; "),t+=" }");return w&&(t+=" "+f+" if ("+u+" == errors) {"),e.util.cleanUpCode(t)}},{}],28:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="var division"+i+";if (",u&&(r+=" "+t+" !== undefined && ( typeof "+t+" != 'number' || "),r+=" (division"+i+" = "+m+" / "+t+", ",r+=e.opts.multipleOfPrecision?" Math.abs(Math.round(division"+i+") - division"+i+") > 1e-"+e.opts.multipleOfPrecision+" ":" division"+i+" !== parseInt(division"+i+") ",r+=" ) ",u&&(r+=" ) ");var l=l||[];l.push(r+=" ) { "),r="",!1!==e.createErrors?(r+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { multipleOf: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should be multiple of ",r+=u?"' + "+t:t+"'"),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var f=r;return r=l.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],29:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.level,i=e.dataLevel,n=e.schema[s],P=e.schemaPath+e.util.getProperty(s),x=e.errSchemaPath+"/"+s,w=!e.opts.allErrors,o="data"+(i||""),m="errs__"+r,u=e.util.copy(e);u.level++;var l="valid"+u.level;if(e.util.schemaHasRules(n,e.RULES.all)){u.schema=n,u.schemaPath=P,u.errSchemaPath=x,t+=" var "+m+" = errors; ";var f,v=e.compositeRule;e.compositeRule=u.compositeRule=!0,u.createErrors=!1,u.opts.allErrors&&(f=u.opts.allErrors,u.opts.allErrors=!1),t+=" "+e.validate(u)+" ",u.createErrors=!0,f&&(u.opts.allErrors=f),e.compositeRule=u.compositeRule=v;var $=$||[];$.push(t+=" if ("+l+") { "),t="",!1!==e.createErrors?(t+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(x)+" , params: {} ",!1!==e.opts.messages&&(t+=" , message: 'should NOT be valid' "),e.opts.verbose&&(t+=" , schema: validate.schema"+P+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+o+" "),t+=" } "):t+=" {} ";var B=t;t=$.pop(),t+=!e.compositeRule&&w?e.async?" throw new ValidationError(["+B+"]); ":" validate.errors = ["+B+"]; return false; ":" var err = "+B+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } else { errors = "+m+"; if (vErrors !== null) { if ("+m+") vErrors.length = "+m+"; else vErrors = null; } ",e.opts.allErrors&&(t+=" } ")}else t+=" var err = ",!1!==e.createErrors?(t+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(x)+" , params: {} ",!1!==e.opts.messages&&(t+=" , message: 'should NOT be valid' "),e.opts.verbose&&(t+=" , schema: validate.schema"+P+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+o+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",w&&(t+=" if (false) { ");return t}},{}],30:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.level,i=e.dataLevel,n=e.schema[s],P=e.schemaPath+e.util.getProperty(s),x=e.errSchemaPath+"/"+s,w=!e.opts.allErrors,o="data"+(i||""),m="valid"+r,u="errs__"+r,l=e.util.copy(e),f="";l.level++;var v="valid"+l.level,$=l.baseId,B="prevValid"+r,U="passingSchemas"+r;t+="var "+u+" = errors , "+B+" = false , "+m+" = false , "+U+" = null; ";var O=e.compositeRule;e.compositeRule=l.compositeRule=!0;var F=n;if(F)for(var L,c=-1,C=F.length-1;c 1) { ";var f=e.schema.items&&e.schema.items.type,v=Array.isArray(f);!f||"object"==f||"array"==f||v&&(0<=f.indexOf("object")||0<=f.indexOf("array"))?r+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+m+"[i], "+m+"[j])) { "+u+" = false; break outer; } } } ":(r+=" var itemIndices = {}, item; for (;i--;) { var item = "+m+"[i]; ",r+=" if ("+e.util["checkDataType"+(v?"s":"")](f,"item",!0)+") continue; ",v&&(r+=" if (typeof item == 'string') item = '\"' + item; "),r+=" if (typeof itemIndices[item] == 'number') { "+u+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "),r+=" } ",l&&(r+=" } ");var $=$||[];$.push(r+=" if (!"+u+") { "),r="",!1!==e.createErrors?(r+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { i: i, j: j } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(r+=" , schema: ",r+=l?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var B=r;r=$.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+B+"]); ":" validate.errors = ["+B+"]; return false; ":" var err = "+B+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } ",o&&(r+=" else { ")}else o&&(r+=" if (true) { ");return r}},{}],37:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t="",r=!0===e.schema.$async,i=e.util.schemaHasRulesExcept(e.schema,e.RULES.all,"$ref"),n=e.self._getId(e.schema);if(e.isTop&&(t+=" var validate = ",r&&(e.async=!0,t+="async "),t+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",n&&(e.opts.sourceCode||e.opts.processCode)&&(t+=" /*# sourceURL="+n+" */ ")),"boolean"==typeof e.schema||!i&&!e.schema.$ref){var P=e.level,x=e.dataLevel,w=e.schema[s="false schema"],o=e.schemaPath+e.util.getProperty(s),m=e.errSchemaPath+"/"+s,u=!e.opts.allErrors,l="data"+(x||""),f="valid"+P;if(!1===e.schema){e.isTop?u=!0:t+=" var "+f+" = false; ",(de=de||[]).push(t),t="",!1!==e.createErrors?(t+=" { keyword: 'false schema' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(m)+" , params: {} ",!1!==e.opts.messages&&(t+=" , message: 'boolean schema is false' "),e.opts.verbose&&(t+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),t+=" } "):t+=" {} ";var v=t;t=de.pop(),t+=!e.compositeRule&&u?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else t+=e.isTop?r?" return data; ":" validate.errors = null; return true; ":" var "+f+" = true; ";return e.isTop&&(t+=" }; return validate; "),t}if(e.isTop){var $=e.isTop;P=e.level=0,x=e.dataLevel=0,l="data",e.rootId=e.resolve.fullPath(e.self._getId(e.root.schema)),e.baseId=e.baseId||e.rootId,delete e.isTop,e.dataPathArr=[void 0],t+=" var vErrors = null; ",t+=" var errors = 0; ",t+=" if (rootData === undefined) rootData = data; "}else{if(P=e.level,l="data"+((x=e.dataLevel)||""),n&&(e.baseId=e.resolve.url(e.baseId,n)),r&&!e.async)throw new Error("async schema in sync schema");t+=" var errs_"+P+" = errors;"}f="valid"+P,u=!e.opts.allErrors;var B="",U="",O=e.schema.type,F=Array.isArray(O);if(F&&1==O.length&&(O=O[0],F=!1),e.schema.$ref&&i){if("fail"==e.opts.extendRefs)throw new Error('$ref: validation keywords used in schema at path "'+e.errSchemaPath+'" (see option extendRefs)');!0!==e.opts.extendRefs&&(i=!1,e.logger.warn('$ref: keywords ignored in schema at path "'+e.errSchemaPath+'"'))}if(e.schema.$comment&&e.opts.$comment&&(t+=" "+e.RULES.all.$comment.code(e,"$comment")),O){if(e.opts.coerceTypes)var L=e.util.coerceToTypes(e.opts.coerceTypes,O);var c=e.RULES.types[O];if(L||F||!0===c||c&&!se(c)){if(o=e.schemaPath+".type",m=e.errSchemaPath+"/type",o=e.schemaPath+".type",m=e.errSchemaPath+"/type",t+=" if ("+e.util[F?"checkDataTypes":"checkDataType"](O,l,!0)+") { ",L){var C="dataType"+P,j="coerced"+P;t+=" var "+C+" = typeof "+l+"; ","array"==e.opts.coerceTypes&&(t+=" if ("+C+" == 'object' && Array.isArray("+l+")) "+C+" = 'array'; "),t+=" var "+j+" = undefined; ";var b="",A=L;if(A)for(var S,k=-1,R=A.length-1;k= 0x80 (not a basic code point)","invalid-input":"Invalid input"},v=Math.floor,$=String.fromCharCode;function B(d){throw new RangeError(f[d])}function U(d,y){var E=d.split("@"),I="";return 1>1,d+=v(d/y);455v((o-N)/a))&&B("overflow"),N+=T*a;var D=_<=J?1:J+26<=_?26:_-J;if(Tv(o/Q)&&B("overflow"),a*=Q}var W=E.length+1;J=L(N-me,W,0==me),v(N/W)>o-H&&B("overflow"),H+=v(N/W),N%=W,E.splice(N++,0,H)}return String.fromCodePoint.apply(String,E)},C=function(d){var y=[],E=(d=O(d)).length,I=128,N=0,H=72,J=!0,re=!1,ne=void 0;try{for(var ve,me=d[Symbol.iterator]();!(J=(ve=me.next()).done);J=!0){var a=ve.value;a<128&&y.push($(a))}}catch(Ne){re=!0,ne=Ne}finally{try{!J&&me.return&&me.return()}finally{if(re)throw ne}}var _=y.length,T=_;for(_&&y.push("-");Tv((o-N)/te)&&B("overflow"),N+=(D-I)*te,I=D;var be=!0,Se=!1,$e=void 0;try{for(var je,ke=d[Symbol.iterator]();!(be=(je=ke.next()).done);be=!0){var Be=je.value;if(Beo&&B("overflow"),Be==I){for(var Me=N,Ie=36;;Ie+=36){var Le=Ie<=H?1:H+26<=Ie?26:Ie-H;if(Me>6|192).toString(16).toUpperCase()+"%"+(63&y|128).toString(16).toUpperCase():"%"+(y>>12|224).toString(16).toUpperCase()+"%"+(y>>6&63|128).toString(16).toUpperCase()+"%"+(63&y|128).toString(16).toUpperCase()}function S(d){for(var y="",E=0,I=d.length;EA-Z\\x5E-\\x7E]",'[\\"\\\\]'),Oe=new RegExp(Pe,"g"),_e=new RegExp(se,"g"),Ce=new RegExp(p("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',xe),"g"),Fe=new RegExp(p("[^]",Pe,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),Ue=Fe;function Ge(d){var y=S(d);return y.match(Oe)?y:d}var ze={scheme:"mailto",parse:function(d,y){var E=d,I=E.to=E.path?E.path.split(","):[];if(E.path=void 0,E.query){for(var N=!1,H={},J=E.query.split("&"),re=0,ne=J.length;re>>2]|=(u[f>>>2]>>>24-f%4*8&255)<<24-(l+f)%4*8;else if(65535>>2]=u[f>>>2];else m.push.apply(m,u);return this.sigBytes+=o,this},clamp:function(){var o=this.words,m=this.sigBytes;o[m>>>2]&=4294967295<<32-m%4*8,o.length=h.ceil(m/4)},clone:function(){var o=p.clone.call(this);return o.words=this.words.slice(0),o},random:function(o){for(var m=[],u=0;u>>2]>>>24-l%4*8&255;u.push((f>>>4).toString(16)),u.push((15&f).toString(16))}return u.join("")},parse:function(o){for(var m=o.length,u=[],l=0;l>>3]|=parseInt(o.substr(l,2),16)<<24-l%8*4;return new t.init(u,m/2)}},n=r.Latin1={stringify:function(o){var m=o.words;o=o.sigBytes;for(var u=[],l=0;l>>2]>>>24-l%4*8&255));return u.join("")},parse:function(o){for(var m=o.length,u=[],l=0;l>>2]|=(255&o.charCodeAt(l))<<24-l%4*8;return new t.init(u,m)}},P=r.Utf8={stringify:function(o){try{return decodeURIComponent(escape(n.stringify(o)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(o){return n.parse(unescape(encodeURIComponent(o)))}},x=e.BufferedBlockAlgorithm=p.extend({reset:function(){this._data=new t.init,this._nDataBytes=0},_append:function(o){"string"==typeof o&&(o=P.parse(o)),this._data.concat(o),this._nDataBytes+=o.sigBytes},_process:function(o){var m=this._data,u=m.words,l=m.sigBytes,f=this.blockSize,v=l/(4*f);if(o=(v=o?h.ceil(v):h.max((0|v)-this._minBufferSize,0))*f,l=h.min(4*o,l),o){for(var $=0;$>>32-l)+w}function z(x,w,o,m,u,l,f){return((x=x+(w&m|o&~m)+u+f)<>>32-l)+w}function e(x,w,o,m,u,l,f){return((x=x+(w^o^m)+u+f)<>>32-l)+w}function s(x,w,o,m,u,l,f){return((x=x+(o^(w|~m))+u+f)<>>32-l)+w}for(var p=CryptoJS,t=(i=p.lib).WordArray,r=i.Hasher,i=p.algo,n=[],P=0;64>P;P++)n[P]=4294967296*h.abs(h.sin(P+1))|0;i=i.MD5=r.extend({_doReset:function(){this._hash=new t.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(x,w){for(var o=0;16>o;o++){var u=x[m=w+o];x[m]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}o=this._hash.words;var m=x[w+0],l=(u=x[w+1],x[w+2]),f=x[w+3],v=x[w+4],$=x[w+5],B=x[w+6],U=x[w+7],O=x[w+8],F=x[w+9],L=x[w+10],c=x[w+11],C=x[w+12],j=x[w+13],b=x[w+14],A=x[w+15],S=g(S=o[0],V=o[1],R=o[2],k=o[3],m,7,n[0]),k=g(k,S,V,R,u,12,n[1]),R=g(R,k,S,V,l,17,n[2]),V=g(V,R,k,S,f,22,n[3]);S=g(S,V,R,k,v,7,n[4]),k=g(k,S,V,R,$,12,n[5]),R=g(R,k,S,V,B,17,n[6]),V=g(V,R,k,S,U,22,n[7]),S=g(S,V,R,k,O,7,n[8]),k=g(k,S,V,R,F,12,n[9]),R=g(R,k,S,V,L,17,n[10]),V=g(V,R,k,S,c,22,n[11]),S=g(S,V,R,k,C,7,n[12]),k=g(k,S,V,R,j,12,n[13]),R=g(R,k,S,V,b,17,n[14]),S=z(S,V=g(V,R,k,S,A,22,n[15]),R,k,u,5,n[16]),k=z(k,S,V,R,B,9,n[17]),R=z(R,k,S,V,c,14,n[18]),V=z(V,R,k,S,m,20,n[19]),S=z(S,V,R,k,$,5,n[20]),k=z(k,S,V,R,L,9,n[21]),R=z(R,k,S,V,A,14,n[22]),V=z(V,R,k,S,v,20,n[23]),S=z(S,V,R,k,F,5,n[24]),k=z(k,S,V,R,b,9,n[25]),R=z(R,k,S,V,f,14,n[26]),V=z(V,R,k,S,O,20,n[27]),S=z(S,V,R,k,j,5,n[28]),k=z(k,S,V,R,l,9,n[29]),R=z(R,k,S,V,U,14,n[30]),S=e(S,V=z(V,R,k,S,C,20,n[31]),R,k,$,4,n[32]),k=e(k,S,V,R,O,11,n[33]),R=e(R,k,S,V,c,16,n[34]),V=e(V,R,k,S,b,23,n[35]),S=e(S,V,R,k,u,4,n[36]),k=e(k,S,V,R,v,11,n[37]),R=e(R,k,S,V,U,16,n[38]),V=e(V,R,k,S,L,23,n[39]),S=e(S,V,R,k,j,4,n[40]),k=e(k,S,V,R,m,11,n[41]),R=e(R,k,S,V,f,16,n[42]),V=e(V,R,k,S,B,23,n[43]),S=e(S,V,R,k,F,4,n[44]),k=e(k,S,V,R,C,11,n[45]),R=e(R,k,S,V,A,16,n[46]),S=s(S,V=e(V,R,k,S,l,23,n[47]),R,k,m,6,n[48]),k=s(k,S,V,R,U,10,n[49]),R=s(R,k,S,V,b,15,n[50]),V=s(V,R,k,S,$,21,n[51]),S=s(S,V,R,k,C,6,n[52]),k=s(k,S,V,R,f,10,n[53]),R=s(R,k,S,V,L,15,n[54]),V=s(V,R,k,S,u,21,n[55]),S=s(S,V,R,k,O,6,n[56]),k=s(k,S,V,R,A,10,n[57]),R=s(R,k,S,V,B,15,n[58]),V=s(V,R,k,S,j,21,n[59]),S=s(S,V,R,k,v,6,n[60]),k=s(k,S,V,R,c,10,n[61]),R=s(R,k,S,V,l,15,n[62]),V=s(V,R,k,S,F,21,n[63]);o[0]=o[0]+S|0,o[1]=o[1]+V|0,o[2]=o[2]+R|0,o[3]=o[3]+k|0},_doFinalize:function(){var x=this._data,w=x.words,o=8*this._nDataBytes,m=8*x.sigBytes;w[m>>>5]|=128<<24-m%32;var u=h.floor(o/4294967296);for(w[15+(m+64>>>9<<4)]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8),w[14+(m+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),x.sigBytes=4*(w.length+1),this._process(),w=(x=this._hash).words,o=0;4>o;o++)m=w[o],w[o]=16711935&(m<<8|m>>>24)|4278255360&(m<<24|m>>>8);return x},clone:function(){var x=r.clone.call(this);return x._hash=this._hash.clone(),x}}),p.MD5=r._createHelper(i),p.HmacMD5=r._createHmacHelper(i)}(Math),function(h,g){"use strict";var z="function",e="undefined",s="object",p="model",t="name",r="type",i="vendor",n="version",P="architecture",x="console",w="mobile",o="tablet",m="smarttv",u="wearable",l={extend:function(F,L){var c={};for(var C in F)L[C]&&L[C].length%2==0?c[C]=L[C].concat(F[C]):c[C]=F[C];return c},has:function(F,L){return"string"==typeof F&&-1!==L.toLowerCase().indexOf(F.toLowerCase())},lowerize:function(F){return F.toLowerCase()},major:function(F){return"string"==typeof F?F.replace(/[^\d\.]/g,"").split(".")[0]:g},trim:function(F){return F.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},f={rgx:function(F,L){for(var c,C,j,b,A,S,k=0;k>>16,65535&a[0],a[1]>>>16,65535&a[1]],_=[_[0]>>>16,65535&_[0],_[1]>>>16,65535&_[1]];var T=[0,0,0,0];return T[3]+=a[3]+_[3],T[2]+=T[3]>>>16,T[3]&=65535,T[2]+=a[2]+_[2],T[1]+=T[2]>>>16,T[2]&=65535,T[1]+=a[1]+_[1],T[0]+=T[1]>>>16,T[1]&=65535,T[0]+=a[0]+_[0],T[0]&=65535,[T[0]<<16|T[1],T[2]<<16|T[3]]},g=function(a,_){a=[a[0]>>>16,65535&a[0],a[1]>>>16,65535&a[1]],_=[_[0]>>>16,65535&_[0],_[1]>>>16,65535&_[1]];var T=[0,0,0,0];return T[3]+=a[3]*_[3],T[2]+=T[3]>>>16,T[3]&=65535,T[2]+=a[2]*_[3],T[1]+=T[2]>>>16,T[2]&=65535,T[2]+=a[3]*_[2],T[1]+=T[2]>>>16,T[2]&=65535,T[1]+=a[1]*_[3],T[0]+=T[1]>>>16,T[1]&=65535,T[1]+=a[2]*_[2],T[0]+=T[1]>>>16,T[1]&=65535,T[1]+=a[3]*_[1],T[0]+=T[1]>>>16,T[1]&=65535,T[0]+=a[0]*_[3]+a[1]*_[2]+a[2]*_[1]+a[3]*_[0],T[0]&=65535,[T[0]<<16|T[1],T[2]<<16|T[3]]},z=function(a,_){return 32===(_%=64)?[a[1],a[0]]:_<32?[a[0]<<_|a[1]>>>32-_,a[1]<<_|a[0]>>>32-_]:(_-=32,[a[1]<<_|a[0]>>>32-_,a[0]<<_|a[1]>>>32-_])},e=function(a,_){return 0===(_%=64)?a:_<32?[a[0]<<_|a[1]>>>32-_,a[1]<<_]:[a[1]<<_-32,0]},s=function(a,_){return[a[0]^_[0],a[1]^_[1]]},p=function(a){return a=s(a,[0,a[0]>>>1]),a=g(a,[4283543511,3981806797]),a=s(a,[0,a[0]>>>1]),a=g(a,[3301882366,444984403]),a=s(a,[0,a[0]>>>1])},t=function(a,_){_=_||0;for(var T=(a=a||"").length%16,D=a.length-T,Q=[0,_],W=[0,_],Z=[0,0],Y=[0,0],pe=[2277735313,289559509],ge=[1291169091,658871167],te=0;te>>0).toString(16)).slice(-8)+("00000000"+(Q[1]>>>0).toString(16)).slice(-8)+("00000000"+(W[0]>>>0).toString(16)).slice(-8)+("00000000"+(W[1]>>>0).toString(16)).slice(-8)},r={preprocessor:null,audio:{timeout:1e3,excludeIOS11:!0},fonts:{swfContainerId:"fingerprintjs2",swfPath:"flash/compiled/FontList.swf",userDefinedFonts:[],extendedJsFonts:!1},screen:{detectScreenOrientation:!0},plugins:{sortPluginsFor:[/palemoon/i],excludeIE:!1},extraComponents:[],excludes:{enumerateDevices:!0,pixelRatio:!0,doNotTrack:!0,fontsFlash:!0},NOT_AVAILABLE:"not available",ERROR:"error",EXCLUDED:"excluded"},i=function(a,_){if(Array.prototype.forEach&&a.forEach===Array.prototype.forEach)a.forEach(_);else if(a.length===+a.length)for(var T=0,D=a.length;TW.name?1:Q.name=0?"Windows Phone":a.indexOf("win")>=0?"Windows":a.indexOf("android")>=0?"Android":a.indexOf("linux")>=0?"Linux":a.indexOf("iphone")>=0||a.indexOf("ipad")>=0?"iOS":a.indexOf("mac")>=0?"Mac":"Other",("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0)&&"Windows Phone"!==D&&"Android"!==D&&"iOS"!==D&&"Other"!==D)return!0;if(typeof _<"u"){if((_=_.toLowerCase()).indexOf("win")>=0&&"Windows"!==D&&"Windows Phone"!==D)return!0;if(_.indexOf("linux")>=0&&"Linux"!==D&&"Android"!==D)return!0;if(_.indexOf("mac")>=0&&"Mac"!==D&&"iOS"!==D)return!0;if((-1===_.indexOf("win")&&-1===_.indexOf("linux")&&-1===_.indexOf("mac"))!=("Other"===D))return!0}return T.indexOf("win")>=0&&"Windows"!==D&&"Windows Phone"!==D||(T.indexOf("linux")>=0||T.indexOf("android")>=0||T.indexOf("pike")>=0)&&"Linux"!==D&&"Android"!==D||(T.indexOf("mac")>=0||T.indexOf("ipad")>=0||T.indexOf("ipod")>=0||T.indexOf("iphone")>=0)&&"Mac"!==D&&"iOS"!==D||(-1===T.indexOf("win")&&-1===T.indexOf("linux")&&-1===T.indexOf("mac"))!=("Other"===D)||typeof navigator.plugins>"u"&&"Windows"!==D&&"Windows Phone"!==D},d=function(){var T,a=navigator.userAgent.toLowerCase(),_=navigator.productSub;if(("Chrome"===(T=a.indexOf("firefox")>=0?"Firefox":a.indexOf("opera")>=0||a.indexOf("opr")>=0?"Opera":a.indexOf("chrome")>=0?"Chrome":a.indexOf("safari")>=0?"Safari":a.indexOf("trident")>=0?"Internet Explorer":"Other")||"Safari"===T||"Opera"===T)&&"20030107"!==_)return!0;var Q,D=eval.toString().length;if(37===D&&"Safari"!==T&&"Firefox"!==T&&"Other"!==T)return!0;if(39===D&&"Internet Explorer"!==T&&"Other"!==T)return!0;if(33===D&&"Chrome"!==T&&"Opera"!==T&&"Other"!==T)return!0;try{throw"a"}catch(W){try{W.toSource(),Q=!0}catch{Q=!1}}return Q&&"Firefox"!==T&&"Other"!==T},y=function(){var a=document.createElement("canvas");return!(!a.getContext||!a.getContext("2d"))},E=function(){if(!y())return!1;var a=ne();return!!window.WebGLRenderingContext&&!!a},I=function(){return"Microsoft Internet Explorer"===navigator.appName||!("Netscape"!==navigator.appName||!/Trident/.test(navigator.userAgent))},N=function(){return typeof window.swfobject<"u"},H=function(){return window.swfobject.hasFlashPlayerVersion("9.0.0")},re=function(a,_){var T="___fp_swf_loaded";window[T]=function(Z){a(Z)};var D=_.fonts.swfContainerId;!function(a){var _=document.createElement("div");_.setAttribute("id",a.fonts.swfContainerId),document.body.appendChild(_)}();var Q={onReady:T};window.swfobject.embedSWF(_.fonts.swfPath,D,"1","1","9.0.0",!1,Q,{allowScriptAccess:"always",menu:"false"},{})},ne=function(){var a=document.createElement("canvas"),_=null;try{_=a.getContext("webgl")||a.getContext("experimental-webgl")}catch{}return _||(_=null),_},ve=[{key:"userAgent",getData:function(a){a(navigator.userAgent)}},{key:"language",getData:function(a,_){a(navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||_.NOT_AVAILABLE)}},{key:"colorDepth",getData:function(a,_){a(window.screen.colorDepth||_.NOT_AVAILABLE)}},{key:"deviceMemory",getData:function(a,_){a(navigator.deviceMemory||_.NOT_AVAILABLE)}},{key:"pixelRatio",getData:function(a,_){a(window.devicePixelRatio||_.NOT_AVAILABLE)}},{key:"hardwareConcurrency",getData:function(a,_){a(xe(_))}},{key:"screenResolution",getData:function(a,_){a(B(_))}},{key:"availableScreenResolution",getData:function(a,_){a(O(_))}},{key:"timezoneOffset",getData:function(a){a((new Date).getTimezoneOffset())}},{key:"timezone",getData:function(a,_){window.Intl&&window.Intl.DateTimeFormat?a((new window.Intl.DateTimeFormat).resolvedOptions().timeZone):a(_.NOT_AVAILABLE)}},{key:"sessionStorage",getData:function(a,_){a(Pe(_))}},{key:"localStorage",getData:function(a,_){a(de(_))}},{key:"indexedDb",getData:function(a,_){a(se(_))}},{key:"addBehavior",getData:function(a){a(!(!document.body||!document.body.addBehavior))}},{key:"openDatabase",getData:function(a){a(!!window.openDatabase)}},{key:"cpuClass",getData:function(a,_){a(Oe(_))}},{key:"platform",getData:function(a,_){a(_e(_))}},{key:"doNotTrack",getData:function(a,_){a(Ce(_))}},{key:"plugins",getData:function(a,_){I()?_.plugins.excludeIE?a(_.EXCLUDED):a(X(_)):a(ee(_))}},{key:"canvas",getData:function(a,_){y()?a(Ue(_)):a(_.NOT_AVAILABLE)}},{key:"webgl",getData:function(a,_){E()?a(Ge()):a(_.NOT_AVAILABLE)}},{key:"webglVendorAndRenderer",getData:function(a){E()?a(ze()):a()}},{key:"adBlock",getData:function(a){a(M())}},{key:"hasLiedLanguages",getData:function(a){a(q())}},{key:"hasLiedResolution",getData:function(a){a(G())}},{key:"hasLiedOs",getData:function(a){a(K())}},{key:"hasLiedBrowser",getData:function(a){a(d())}},{key:"touchSupport",getData:function(a){a(Fe())}},{key:"fonts",getData:function(a,_){var T=["monospace","sans-serif","serif"],D=["Andale Mono","Arial","Arial Black","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Calibri","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier","Courier New","Geneva","Georgia","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Calligraphy","Lucida Console","Lucida Fax","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Gothic","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MS Serif","MYRIAD","MYRIAD PRO","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Times New Roman PS","Trebuchet MS","Verdana","Wingdings","Wingdings 2","Wingdings 3"];if(_.fonts.extendedJsFonts){D=D.concat(["Abadi MT Condensed Light","Academy Engraved LET","ADOBE CASLON PRO","Adobe Garamond","ADOBE GARAMOND PRO","Agency FB","Aharoni","Albertus Extra Bold","Albertus Medium","Algerian","Amazone BT","American Typewriter","American Typewriter Condensed","AmerType Md BT","Andalus","Angsana New","AngsanaUPC","Antique Olive","Aparajita","Apple Chancery","Apple Color Emoji","Apple SD Gothic Neo","Arabic Typesetting","ARCHER","ARNO PRO","Arrus BT","Aurora Cn BT","AvantGarde Bk BT","AvantGarde Md BT","AVENIR","Ayuthaya","Bandy","Bangla Sangam MN","Bank Gothic","BankGothic Md BT","Baskerville","Baskerville Old Face","Batang","BatangChe","Bauer Bodoni","Bauhaus 93","Bazooka","Bell MT","Bembo","Benguiat Bk BT","Berlin Sans FB","Berlin Sans FB Demi","Bernard MT Condensed","BernhardFashion BT","BernhardMod BT","Big Caslon","BinnerD","Blackadder ITC","BlairMdITC TT","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bodoni MT","Bodoni MT Black","Bodoni MT Condensed","Bodoni MT Poster Compressed","Bookshelf Symbol 7","Boulder","Bradley Hand","Bradley Hand ITC","Bremen Bd BT","Britannic Bold","Broadway","Browallia New","BrowalliaUPC","Brush Script MT","Californian FB","Calisto MT","Calligrapher","Candara","CaslonOpnface BT","Castellar","Centaur","Cezanne","CG Omega","CG Times","Chalkboard","Chalkboard SE","Chalkduster","Charlesworth","Charter Bd BT","Charter BT","Chaucer","ChelthmITC Bk BT","Chiller","Clarendon","Clarendon Condensed","CloisterBlack BT","Cochin","Colonna MT","Constantia","Cooper Black","Copperplate","Copperplate Gothic","Copperplate Gothic Bold","Copperplate Gothic Light","CopperplGoth Bd BT","Corbel","Cordia New","CordiaUPC","Cornerstone","Coronet","Cuckoo","Curlz MT","DaunPenh","Dauphin","David","DB LCD Temp","DELICIOUS","Denmark","DFKai-SB","Didot","DilleniaUPC","DIN","DokChampa","Dotum","DotumChe","Ebrima","Edwardian Script ITC","Elephant","English 111 Vivace BT","Engravers MT","EngraversGothic BT","Eras Bold ITC","Eras Demi ITC","Eras Light ITC","Eras Medium ITC","EucrosiaUPC","Euphemia","Euphemia UCAS","EUROSTILE","Exotc350 Bd BT","FangSong","Felix Titling","Fixedsys","FONTIN","Footlight MT Light","Forte","FrankRuehl","Fransiscan","Freefrm721 Blk BT","FreesiaUPC","Freestyle Script","French Script MT","FrnkGothITC Bk BT","Fruitger","FRUTIGER","Futura","Futura Bk BT","Futura Lt BT","Futura Md BT","Futura ZBlk BT","FuturaBlack BT","Gabriola","Galliard BT","Gautami","Geeza Pro","Geometr231 BT","Geometr231 Hv BT","Geometr231 Lt BT","GeoSlab 703 Lt BT","GeoSlab 703 XBd BT","Gigi","Gill Sans","Gill Sans MT","Gill Sans MT Condensed","Gill Sans MT Ext Condensed Bold","Gill Sans Ultra Bold","Gill Sans Ultra Bold Condensed","Gisha","Gloucester MT Extra Condensed","GOTHAM","GOTHAM BOLD","Goudy Old Style","Goudy Stout","GoudyHandtooled BT","GoudyOLSt BT","Gujarati Sangam MN","Gulim","GulimChe","Gungsuh","GungsuhChe","Gurmukhi MN","Haettenschweiler","Harlow Solid Italic","Harrington","Heather","Heiti SC","Heiti TC","HELV","Herald","High Tower Text","Hiragino Kaku Gothic ProN","Hiragino Mincho ProN","Hoefler Text","Humanst 521 Cn BT","Humanst521 BT","Humanst521 Lt BT","Imprint MT Shadow","Incised901 Bd BT","Incised901 BT","Incised901 Lt BT","INCONSOLATA","Informal Roman","Informal011 BT","INTERSTATE","IrisUPC","Iskoola Pota","JasmineUPC","Jazz LET","Jenson","Jester","Jokerman","Juice ITC","Kabel Bk BT","Kabel Ult BT","Kailasa","KaiTi","Kalinga","Kannada Sangam MN","Kartika","Kaufmann Bd BT","Kaufmann BT","Khmer UI","KodchiangUPC","Kokila","Korinna BT","Kristen ITC","Krungthep","Kunstler Script","Lao UI","Latha","Leelawadee","Letter Gothic","Levenim MT","LilyUPC","Lithograph","Lithograph Light","Long Island","Lydian BT","Magneto","Maiandra GD","Malayalam Sangam MN","Malgun Gothic","Mangal","Marigold","Marion","Marker Felt","Market","Marlett","Matisse ITC","Matura MT Script Capitals","Meiryo","Meiryo UI","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Uighur","Microsoft YaHei","Microsoft Yi Baiti","MingLiU","MingLiU_HKSCS","MingLiU_HKSCS-ExtB","MingLiU-ExtB","Minion","Minion Pro","Miriam","Miriam Fixed","Mistral","Modern","Modern No. 20","Mona Lisa Solid ITC TT","Mongolian Baiti","MONO","MoolBoran","Mrs Eaves","MS LineDraw","MS Mincho","MS PMincho","MS Reference Specialty","MS UI Gothic","MT Extra","MUSEO","MV Boli","Nadeem","Narkisim","NEVIS","News Gothic","News GothicMT","NewsGoth BT","Niagara Engraved","Niagara Solid","Noteworthy","NSimSun","Nyala","OCR A Extended","Old Century","Old English Text MT","Onyx","Onyx BT","OPTIMA","Oriya Sangam MN","OSAKA","OzHandicraft BT","Palace Script MT","Papyrus","Parchment","Party LET","Pegasus","Perpetua","Perpetua Titling MT","PetitaBold","Pickwick","Plantagenet Cherokee","Playbill","PMingLiU","PMingLiU-ExtB","Poor Richard","Poster","PosterBodoni BT","PRINCETOWN LET","Pristina","PTBarnum BT","Pythagoras","Raavi","Rage Italic","Ravie","Ribbon131 Bd BT","Rockwell","Rockwell Condensed","Rockwell Extra Bold","Rod","Roman","Sakkal Majalla","Santa Fe LET","Savoye LET","Sceptre","Script","Script MT Bold","SCRIPTINA","Serifa","Serifa BT","Serifa Th BT","ShelleyVolante BT","Sherwood","Shonar Bangla","Showcard Gothic","Shruti","Signboard","SILKSCREEN","SimHei","Simplified Arabic","Simplified Arabic Fixed","SimSun","SimSun-ExtB","Sinhala Sangam MN","Sketch Rockwell","Skia","Small Fonts","Snap ITC","Snell Roundhand","Socket","Souvenir Lt BT","Staccato222 BT","Steamer","Stencil","Storybook","Styllo","Subway","Swis721 BlkEx BT","Swiss911 XCm BT","Sylfaen","Synchro LET","System","Tamil Sangam MN","Technical","Teletype","Telugu Sangam MN","Tempus Sans ITC","Terminal","Thonburi","Traditional Arabic","Trajan","TRAJAN PRO","Tristan","Tubular","Tunga","Tw Cen MT","Tw Cen MT Condensed","Tw Cen MT Condensed Extra Bold","TypoUpright BT","Unicorn","Univers","Univers CE 55 Medium","Univers Condensed","Utsaah","Vagabond","Vani","Vijaya","Viner Hand ITC","VisualUI","Vivaldi","Vladimir Script","Vrinda","Westminster","WHITNEY","Wide Latin","ZapfEllipt BT","ZapfHumnst BT","ZapfHumnst Dm BT","Zapfino","Zurich BlkEx BT","Zurich Ex BT","ZWAdobeF"])}D=(D=D.concat(_.fonts.userDefinedFonts)).filter(function(ye,De){return D.indexOf(ye)===De});var Y=document.getElementsByTagName("body")[0],pe=document.createElement("div"),ge=document.createElement("div"),te={},be={},Se=function(){var ye=document.createElement("span");return ye.style.position="absolute",ye.style.left="-9999px",ye.style.fontSize="72px",ye.style.fontStyle="normal",ye.style.fontWeight="normal",ye.style.letterSpacing="normal",ye.style.lineBreak="auto",ye.style.lineHeight="normal",ye.style.textTransform="none",ye.style.textAlign="left",ye.style.textDecoration="none",ye.style.textShadow="none",ye.style.whiteSpace="normal",ye.style.wordBreak="normal",ye.style.wordSpacing="normal",ye.innerHTML="mmmmmmmmmmlli",ye},$e=function(ye,De){var Ve=Se();return Ve.style.fontFamily="'"+ye+"',"+De,Ve},Be=function(ye){for(var De=!1,Ve=0;Ve=a.components.length)_(T.data);else{var Z=a.components[D];if(a.excludes[Z.key])Q(!1);else{if(!W&&Z.pauseBefore)return D-=1,void setTimeout(function(){Q(!0)},1);try{Z.getData(function(Y){T.addPreprocessedComponent(Z.key,Y),Q(!1)},a)}catch(Y){T.addPreprocessedComponent(Z.key,String(Y)),Q(!1)}}}};Q(!1)},me.getPromise=function(a){return new Promise(function(_,T){me.get(a,_)})},me.getV18=function(a,_){return null==_&&(_=a,a={}),me.get(a,function(T){for(var D=[],Q=0;Q1e3?1e3:e.batchsize:_defaultValue.batchsize,Telemetry.config=Object.assign(_defaultValue,e),Telemetry.initialized=!0,g.dispatcher=Telemetry.config.dispatcher?Telemetry.config.dispatcher:libraryDispatcher,h.updateConfigurations(e),console.info("Telemetry is initialized."))},h._dispatch=function(e){if(e.mid=e.eid+":"+CryptoJS.MD5(JSON.stringify(e)).toString(),g.enableValidation){var s=ajv.getSchema("http://api.ekstep.org/telemetry/"+e.eid.toLowerCase());if(!s(e))return void console.error("Invalid "+e.eid+" Event: "+ajv.errorsText(s.errors))}"client"===g.runningEnv?e.context.did?(e.actor.id=h.getActorId(e.actor.id,e.context.did),dispatcher.dispatch(e)):Telemetry.fingerPrintId?(e.context.did=Telemetry.fingerPrintId,e.actor.id=h.getActorId(e.actor.id,Telemetry.fingerPrintId),dispatcher.dispatch(e)):Telemetry.getFingerPrint(function(t,r){e.context.did=t,e.actor.id=h.getActorId(e.actor.id,t),Telemetry.fingerPrintId=t,dispatcher.dispatch(e)}):dispatcher.dispatch(e)},h.getActorId=function(e,s){return e&&"anonymous"!==e?e:s},h.getEvent=function(e,s){return g.telemetryEnvelop.eid=e,g.telemetryEnvelop.ets=(new Date).getTime()+(1e3*Telemetry.config.timeDiff||0),g.telemetryEnvelop.ver=Telemetry._version,g.telemetryEnvelop.mid="",g.telemetryEnvelop.actor=Object.assign({},{id:Telemetry.config.uid||"anonymous",type:"User"},h.getUpdatedValue("actor")),g.telemetryEnvelop.context=Object.assign({},h.getGlobalContext(),h.getUpdatedValue("context")),g.telemetryEnvelop.object=Object.assign({},h.getGlobalObject(),h.getUpdatedValue("object")),g.telemetryEnvelop.tags=Object.assign([],Telemetry.config.tags,h.getUpdatedValue("tags")),g.telemetryEnvelop.edata=s,g.telemetryEnvelop},h.updateConfigurations=function(e){e.object&&(g._globalObject=e.object),e.channel&&(g._globalContext.channel=e.channel),e.env&&(g._globalContext.env=e.env),e.rollup&&(g._globalContext.rollup=e.rollup),e.sid&&(g._globalContext.sid=e.sid),e.did&&(g._globalContext.did=e.did),e.cdata&&(g._globalContext.cdata=e.cdata),e.pdata&&(g._globalContext.pdata=e.pdata)},h.getGlobalContext=function(){return g._globalContext},h.getGlobalObject=function(){return g._globalObject},h.updateValues=function(e){e&&(e.context&&(g._currentContext=e.context),e.object&&(g._currentObject=e.object),e.actor&&(g._currentActor=e.actor),e.tags&&(g._currentTags=e.tags),e.runningEnv&&(g.runningEnv=e.runningEnv))},h.getUpdatedValue=function(e){switch(e.toLowerCase()){case"context":return g._currentContext||{};case"object":return g._currentObject||{};case"actor":return g._currentActor||{};case"tags":return g._currentTags||[]}},h.objectAssign=function(){Object.assign=function(e){"use strict";if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);for(var s=1;s=Telemetry.config.batchsize)&&TelemetrySyncManager.syncEvents()},syncEvents:function(h=!0,g){var z=EkTelemetry||z,e=TelemetrySyncManager;if(!g){var s=e._teleData.splice(0,z.config.batchsize);if(!s.length)return;g={id:"api.sunbird.telemetry",ver:z._version,params:{msgid:CryptoJS.MD5(JSON.stringify(s)).toString()},ets:(new Date).getTime()+(1e3*z.config.timeDiff||0),events:s}}var p={};typeof z.config.authtoken<"u"&&(p.Authorization="Bearer "+z.config.authtoken);var t=z.config.host+z.config.apislug+z.config.endpoint;p.dataType="json",p["Content-Type"]="application/json",p["x-app-id"]=z.config.pdata.id,p["x-device-id"]=z.fingerPrintId,p["x-channel-id"]=z.config.channel,jQuery.ajax({url:t,type:"POST",headers:p,data:JSON.stringify(g),async:h}).done(function(r){z.config.telemetryDebugEnabled&&console.log("Telemetry API success",r)}).fail(function(r,i,n){e._failedBatchSize>e._failedBatch.length&&e._failedBatch.push(g),403==r.status?console.error("Authentication error: ",r):console.log("Error while Telemetry sync to server: ",r)})},syncFailedBatch:function(){var h=TelemetrySyncManager;if(h._failedBatch.length){Telemetry.config.telemetryDebugEnabled&&console.log("syncing failed telemetry batch");var g=h._failedBatch.shift();h.syncEvents(!0,g)}}};typeof document<"u"&&(TelemetrySyncManager.init(),setInterval(function(){TelemetrySyncManager.syncFailedBatch()},TelemetrySyncManager._syncRetryInterval)),function(h){!function(g){var z="object"==typeof global?global:"object"==typeof self?self:"object"==typeof this?this:Function("return this;")(),e=s(h);function s(p,t){return function(r,i){"function"!=typeof p[r]&&Object.defineProperty(p,r,{configurable:!0,writable:!0,value:i}),t&&t(r,i)}}typeof z.Reflect>"u"?z.Reflect=h:e=s(z.Reflect,e),function(g){var z=Object.prototype.hasOwnProperty,e="function"==typeof Symbol,s=e&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",p=e&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",t="function"==typeof Object.create,r={__proto__:[]}instanceof Array,i=!t&&!r,n={create:t?function(){return ze(Object.create(null))}:r?function(){return ze({__proto__:null})}:function(){return ze({})},has:i?function(M,q){return z.call(M,q)}:function(M,q){return q in M},get:i?function(M,q){return z.call(M,q)?M[q]:void 0}:function(M,q){return M[q]}},P=Object.getPrototypeOf(Function),x="object"==typeof process&&process.env&&"true"===process.env.REFLECT_METADATA_USE_MAP_POLYFILL,w=x||"function"!=typeof Map||"function"!=typeof Map.prototype.entries?Fe():Map,o=x||"function"!=typeof Set||"function"!=typeof Set.prototype.entries?Ue():Set,u=new(x||"function"!=typeof WeakMap?Ge():WeakMap);function l(M,q,G,K){if(ae(G)){if(!ce(M))throw new TypeError;if(!he(q))throw new TypeError;return C(M,q)}if(!ce(M))throw new TypeError;if(!le(q))throw new TypeError;if(!le(K)&&!ae(K)&&!we(K))throw new TypeError;return we(K)&&(K=void 0),j(M,q,G=X(G),K)}function f(M,q){function G(K,d){if(!le(K))throw new TypeError;if(!ae(d)&&!Pe(d))throw new TypeError;V(M,q,K,d)}return G}function v(M,q,G,K){if(!le(G))throw new TypeError;return ae(K)||(K=X(K)),V(M,q,G,K)}function $(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),A(M,q,G)}function B(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),S(M,q,G)}function U(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),k(M,q,G)}function O(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),R(M,q,G)}function F(M,q){if(!le(M))throw new TypeError;return ae(q)||(q=X(q)),ie(M,q)}function L(M,q){if(!le(M))throw new TypeError;return ae(q)||(q=X(q)),ue(M,q)}function c(M,q,G){if(!le(q))throw new TypeError;ae(G)||(G=X(G));var K=b(q,G,!1);if(ae(K)||!K.delete(M))return!1;if(K.size>0)return!0;var d=u.get(q);return d.delete(G),d.size>0||u.delete(q),!0}function C(M,q){for(var G=M.length-1;G>=0;--G){var d=(0,M[G])(q);if(!ae(d)&&!we(d)){if(!he(d))throw new TypeError;q=d}}return q}function j(M,q,G,K){for(var d=M.length-1;d>=0;--d){var E=(0,M[d])(q,G,K);if(!ae(E)&&!we(E)){if(!le(E))throw new TypeError;K=E}}return K}function b(M,q,G){var K=u.get(M);if(ae(K)){if(!G)return;K=new w,u.set(M,K)}var d=K.get(q);if(ae(d)){if(!G)return;d=new w,K.set(q,d)}return d}function A(M,q,G){if(S(M,q,G))return!0;var d=Ce(q);return!we(d)&&A(M,d,G)}function S(M,q,G){var K=b(q,G,!1);return!ae(K)&&Ae(K.has(M))}function k(M,q,G){if(S(M,q,G))return R(M,q,G);var d=Ce(q);return we(d)?void 0:k(M,d,G)}function R(M,q,G){var K=b(q,G,!1);if(!ae(K))return K.get(M)}function V(M,q,G,K){b(G,K,!0).set(M,q)}function ie(M,q){var G=ue(M,q),K=Ce(M);if(null===K)return G;var d=ie(K,q);if(d.length<=0)return G;if(G.length<=0)return d;for(var y=new o,E=[],I=0,N=G;I=0&&I=this._keys.length?(this._index=-1,this._keys=q,this._values=q):this._index++,{value:N,done:!1}}return{value:void 0,done:!0}},E.prototype.throw=function(I){throw this._index>=0&&(this._index=-1,this._keys=q,this._values=q),I},E.prototype.return=function(I){return this._index>=0&&(this._index=-1,this._keys=q,this._values=q),{value:I,done:!0}},E}();return function(){function E(){this._keys=[],this._values=[],this._cacheKey=M,this._cacheIndex=-2}return Object.defineProperty(E.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),E.prototype.has=function(I){return this._find(I,!1)>=0},E.prototype.get=function(I){var N=this._find(I,!1);return N>=0?this._values[N]:void 0},E.prototype.set=function(I,N){var H=this._find(I,!0);return this._values[H]=N,this},E.prototype.delete=function(I){var N=this._find(I,!1);if(N>=0){for(var H=this._keys.length,J=N+1;J{window,_t.exports=function(we){var I={};function o(_){if(I[_])return I[_].exports;var H=I[_]={i:_,l:!1,exports:{}};return we[_].call(H.exports,H,H.exports,o),H.l=!0,H.exports}return o.m=we,o.c=I,o.d=function(_,H,Q){o.o(_,H)||Object.defineProperty(_,H,{enumerable:!0,get:Q})},o.r=function(_){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})},o.t=function(_,H){if(1&H&&(_=o(_)),8&H||4&H&&"object"==typeof _&&_&&_.__esModule)return _;var Q=Object.create(null);if(o.r(Q),Object.defineProperty(Q,"default",{enumerable:!0,value:_}),2&H&&"string"!=typeof _)for(var F in _)o.d(Q,F,function(z){return _[z]}.bind(null,F));return Q},o.n=function(_){var H=_&&_.__esModule?function(){return _.default}:function(){return _};return o.d(H,"a",H),H},o.o=function(_,H){return Object.prototype.hasOwnProperty.call(_,H)},o.p="",o(o.s=98)}([,,function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5);I.METADATA_KEY=_;var H=o(43);I.Container=H.Container;var Q=o(16);I.BindingScopeEnum=Q.BindingScopeEnum,I.BindingTypeEnum=Q.BindingTypeEnum,I.TargetTypeEnum=Q.TargetTypeEnum;var F=o(59);I.AsyncContainerModule=F.AsyncContainerModule,I.ContainerModule=F.ContainerModule;var z=o(60);I.injectable=z.injectable;var Y=o(61);I.tagged=Y.tagged;var J=o(62);I.named=J.named;var ie=o(37);I.inject=ie.inject,I.LazyServiceIdentifer=ie.LazyServiceIdentifer;var U=o(63);I.optional=U.optional;var V=o(64);I.unmanaged=V.unmanaged;var se=o(65);I.multiInject=se.multiInject;var le=o(66);I.targetName=le.targetName;var ye=o(67);I.postConstruct=ye.postConstruct;var De=o(35);I.MetadataReader=De.MetadataReader;var Oe=o(22);I.id=Oe.id;var ce=o(17);I.decorate=ce.decorate;var q=o(40);I.traverseAncerstors=q.traverseAncerstors,I.taggedConstraint=q.taggedConstraint,I.namedConstraint=q.namedConstraint,I.typeConstraint=q.typeConstraint;var ae=o(25);I.getServiceIdentifierAsString=ae.getServiceIdentifierAsString;var Le=o(68);I.multiBindToService=Le.multiBindToService},,,function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0}),I.NAMED_TAG="named",I.NAME_TAG="name",I.UNMANAGED_TAG="unmanaged",I.OPTIONAL_TAG="optional",I.INJECT_TAG="inject",I.MULTI_INJECT_TAG="multi_inject",I.TAGGED="inversify:tagged",I.TAGGED_PROP="inversify:tagged_props",I.PARAM_TYPES="inversify:paramtypes",I.DESIGN_PARAM_TYPES="design:paramtypes",I.POST_CONSTRUCT="post_construct"},,,,function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0}),I.DUPLICATED_INJECTABLE_DECORATOR="Cannot apply @injectable decorator multiple times.",I.DUPLICATED_METADATA="Metadata key was used more than once in a parameter:",I.NULL_ARGUMENT="NULL argument",I.KEY_NOT_FOUND="Key Not Found",I.AMBIGUOUS_MATCH="Ambiguous match found for serviceIdentifier:",I.CANNOT_UNBIND="Could not unbind serviceIdentifier:",I.NOT_REGISTERED="No matching bindings found for serviceIdentifier:",I.MISSING_INJECTABLE_ANNOTATION="Missing required @injectable annotation in:",I.MISSING_INJECT_ANNOTATION="Missing required @inject or @multiInject annotation in:",I.UNDEFINED_INJECT_ANNOTATION=function(_){return"@inject called with undefined this could mean that the class "+_+" has a circular dependency problem. You can use a LazyServiceIdentifer to overcome this limitation."},I.CIRCULAR_DEPENDENCY="Circular dependency found:",I.NOT_IMPLEMENTED="Sorry, this feature is not fully implemented yet.",I.INVALID_BINDING_TYPE="Invalid binding type:",I.NO_MORE_SNAPSHOTS_AVAILABLE="No snapshot available to restore.",I.INVALID_MIDDLEWARE_RETURN="Invalid return type in middleware. Middleware must return!",I.INVALID_FUNCTION_BINDING="Value provided to function binding must be a function!",I.INVALID_TO_SELF_VALUE="The toSelf function can only be applied when a constructor is used as service identifier",I.INVALID_DECORATOR_OPERATION="The @inject @multiInject @tagged and @named decorators must be applied to the parameters of a class constructor or a class property.",I.ARGUMENTS_LENGTH_MISMATCH=function(){for(var _=[],H=0;H= than the number of constructor arguments of its base class."},I.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT="Invalid Container constructor argument. Container options must be an object.",I.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE="Invalid Container option. Default scope must be a string ('singleton' or 'transient').",I.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE="Invalid Container option. Auto bind injectable must be a boolean",I.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK="Invalid Container option. Skip base check must be a boolean",I.MULTIPLE_POST_CONSTRUCT_METHODS="Cannot apply @postConstruct decorator multiple times in the same class",I.POST_CONSTRUCT_ERROR=function(){for(var _=[],H=0;H0&&Ee[Ee.length-1])||6!==D[0]&&2!==D[0])){ae=0;continue}if(3===D[0]&&(!Ee||D[1]>Ee[0]&&D[1]0?te.length:ce.length),pe=se(De,ce);return D.concat(pe)}function U(De,Oe,ce,q,ae){var Le=ae[De.toString()]||[],Ne=ye(Le),Ee=!0!==Ne.unmanaged,te=q[De];if((te=Ne.inject||Ne.multiInject||te)instanceof _.LazyServiceIdentifer&&(te=te.unwrap()),Ee){if(!Oe&&(te===Object||te===Function||void 0===te)){var ge=H.MISSING_INJECT_ANNOTATION+" argument "+De+" in class "+ce+".";throw new Error(ge)}var rt=new Y.Target(Q.TargetTypeEnum.ConstructorArgument,Ne.targetName,te);return rt.metadata=Le,rt}return null}function V(De,Oe,ce,q,ae){for(var Le=[],Ne=0;Ne0?Ee:le(De,ce)}return 0}function ye(De){var Oe={};return De.forEach(function(ce){Oe[ce.key.toString()]=ce.value}),{inject:Oe[F.INJECT_TAG],multiInject:Oe[F.MULTI_INJECT_TAG],targetName:Oe[F.NAME_TAG],unmanaged:Oe[F.UNMANAGED_TAG]}}I.getDependencies=J,I.getBaseClassDependencyCount=le},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=function(){function H(Q){this.str=Q}return H.prototype.startsWith=function(Q){return 0===this.str.indexOf(Q)},H.prototype.endsWith=function(Q){var F="",z=Q.split("").reverse().join("");return F=this.str.split("").reverse().join(""),this.startsWith.call({str:F},z)},H.prototype.contains=function(Q){return-1!==this.str.indexOf(Q)},H.prototype.equals=function(Q){return this.str===Q},H.prototype.value=function(){return this.str},H}();I.QueryableString=_},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(22),H=function(){function Q(F,z,Y,J,ie){this.id=_.id(),this.serviceIdentifier=F,this.parentContext=z,this.parentRequest=Y,this.target=ie,this.childRequests=[],this.bindings=Array.isArray(J)?J:[J],this.requestScope=null===Y?new Map:null}return Q.prototype.addChildRequest=function(F,z,Y){var J=new Q(F,this.parentContext,this,z,Y);return this.childRequests.push(J),J},Q}();I.Request=H},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(16),Q=o(36),F=o(25),z=o(53),Y=function(U,V,se){try{return se()}catch(le){throw Q.isStackOverflowExeption(le)?new Error(_.CIRCULAR_DEPENDENCY_IN_FACTORY(U,V.toString())):le}},J=function(U){return function(V){V.parentContext.setCurrentRequest(V);var se=V.bindings,le=V.childRequests,ye=V.target&&V.target.isArray(),De=!(V.parentRequest&&V.parentRequest.target&&V.target&&V.parentRequest.target.matchesArray(V.target.serviceIdentifier));if(ye&&De)return le.map(function(Ne){return J(U)(Ne)});var Oe=null;if(!V.target.isOptional()||0!==se.length){var ce=se[0],q=ce.scope===H.BindingScopeEnum.Singleton,ae=ce.scope===H.BindingScopeEnum.Request;if(q&&ce.activated)return ce.cache;if(ae&&null!==U&&U.has(ce.id))return U.get(ce.id);if(ce.type===H.BindingTypeEnum.ConstantValue)Oe=ce.cache;else if(ce.type===H.BindingTypeEnum.Function)Oe=ce.cache;else if(ce.type===H.BindingTypeEnum.Constructor)Oe=ce.implementationType;else if(ce.type===H.BindingTypeEnum.DynamicValue&&null!==ce.dynamicValue)Oe=Y("toDynamicValue",ce.serviceIdentifier,function(){return ce.dynamicValue(V.parentContext)});else if(ce.type===H.BindingTypeEnum.Factory&&null!==ce.factory)Oe=Y("toFactory",ce.serviceIdentifier,function(){return ce.factory(V.parentContext)});else if(ce.type===H.BindingTypeEnum.Provider&&null!==ce.provider)Oe=Y("toProvider",ce.serviceIdentifier,function(){return ce.provider(V.parentContext)});else{if(ce.type!==H.BindingTypeEnum.Instance||null===ce.implementationType){var Le=F.getServiceIdentifierAsString(V.serviceIdentifier);throw new Error(_.INVALID_BINDING_TYPE+" "+Le)}Oe=z.resolveInstance(ce.implementationType,le,J(U))}return"function"==typeof ce.onActivation&&(Oe=ce.onActivation(V.parentContext,Oe)),q&&(ce.cache=Oe,ce.activated=!0),ae&&null!==U&&!U.has(ce.id)&&U.set(ce.id,Oe),Oe}}};function ie(U){return J(U.plan.rootRequest.requestScope)(U.plan.rootRequest)}I.resolve=ie},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(16),Q=o(5);function F(ie,U,V){var se=U.filter(function(ye){return null!==ye.target&&ye.target.type===H.TargetTypeEnum.ClassProperty}),le=se.map(V);return se.forEach(function(ye,De){var Oe="";Oe=ye.target.name.value();var ce=le[De];ie[Oe]=ce}),ie}function z(ie,U){return new(ie.bind.apply(ie,[void 0].concat(U)))}function Y(ie,U){if(Reflect.hasMetadata(Q.POST_CONSTRUCT,ie)){var V=Reflect.getMetadata(Q.POST_CONSTRUCT,ie);try{U[V.value]()}catch(se){throw new Error(_.POST_CONSTRUCT_ERROR(ie.name,se.message))}}}function J(ie,U,V){var se=null;return se=U.length>0?F(se=z(ie,U.filter(function(De){return null!==De.target&&De.target.type===H.TargetTypeEnum.ConstructorArgument}).map(V)),U,V):new ie,Y(ie,se),se}I.resolveInstance=J},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(16),Q=o(55),F=o(39),z=function(){function Y(J){this._binding=J}return Y.prototype.to=function(J){return this._binding.type=H.BindingTypeEnum.Instance,this._binding.implementationType=J,new Q.BindingInWhenOnSyntax(this._binding)},Y.prototype.toSelf=function(){if("function"!=typeof this._binding.serviceIdentifier)throw new Error(""+_.INVALID_TO_SELF_VALUE);var J=this._binding.serviceIdentifier;return this.to(J)},Y.prototype.toConstantValue=function(J){return this._binding.type=H.BindingTypeEnum.ConstantValue,this._binding.cache=J,this._binding.dynamicValue=null,this._binding.implementationType=null,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toDynamicValue=function(J){return this._binding.type=H.BindingTypeEnum.DynamicValue,this._binding.cache=null,this._binding.dynamicValue=J,this._binding.implementationType=null,new Q.BindingInWhenOnSyntax(this._binding)},Y.prototype.toConstructor=function(J){return this._binding.type=H.BindingTypeEnum.Constructor,this._binding.implementationType=J,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFactory=function(J){return this._binding.type=H.BindingTypeEnum.Factory,this._binding.factory=J,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFunction=function(J){if("function"!=typeof J)throw new Error(_.INVALID_FUNCTION_BINDING);var ie=this.toConstantValue(J);return this._binding.type=H.BindingTypeEnum.Function,ie},Y.prototype.toAutoFactory=function(J){return this._binding.type=H.BindingTypeEnum.Factory,this._binding.factory=function(ie){return function(){return ie.container.get(J)}},new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toProvider=function(J){return this._binding.type=H.BindingTypeEnum.Provider,this._binding.provider=J,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toService=function(J){this.toDynamicValue(function(ie){return ie.container.get(J)})},Y}();I.BindingToSyntax=z},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(56),H=o(32),Q=o(33),F=function(){function z(Y){this._binding=Y,this._bindingWhenSyntax=new Q.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new H.BindingOnSyntax(this._binding),this._bindingInSyntax=new _.BindingInSyntax(Y)}return z.prototype.inRequestScope=function(){return this._bindingInSyntax.inRequestScope()},z.prototype.inSingletonScope=function(){return this._bindingInSyntax.inSingletonScope()},z.prototype.inTransientScope=function(){return this._bindingInSyntax.inTransientScope()},z.prototype.when=function(Y){return this._bindingWhenSyntax.when(Y)},z.prototype.whenTargetNamed=function(Y){return this._bindingWhenSyntax.whenTargetNamed(Y)},z.prototype.whenTargetIsDefault=function(){return this._bindingWhenSyntax.whenTargetIsDefault()},z.prototype.whenTargetTagged=function(Y,J){return this._bindingWhenSyntax.whenTargetTagged(Y,J)},z.prototype.whenInjectedInto=function(Y){return this._bindingWhenSyntax.whenInjectedInto(Y)},z.prototype.whenParentNamed=function(Y){return this._bindingWhenSyntax.whenParentNamed(Y)},z.prototype.whenParentTagged=function(Y,J){return this._bindingWhenSyntax.whenParentTagged(Y,J)},z.prototype.whenAnyAncestorIs=function(Y){return this._bindingWhenSyntax.whenAnyAncestorIs(Y)},z.prototype.whenNoAncestorIs=function(Y){return this._bindingWhenSyntax.whenNoAncestorIs(Y)},z.prototype.whenAnyAncestorNamed=function(Y){return this._bindingWhenSyntax.whenAnyAncestorNamed(Y)},z.prototype.whenAnyAncestorTagged=function(Y,J){return this._bindingWhenSyntax.whenAnyAncestorTagged(Y,J)},z.prototype.whenNoAncestorNamed=function(Y){return this._bindingWhenSyntax.whenNoAncestorNamed(Y)},z.prototype.whenNoAncestorTagged=function(Y,J){return this._bindingWhenSyntax.whenNoAncestorTagged(Y,J)},z.prototype.whenAnyAncestorMatches=function(Y){return this._bindingWhenSyntax.whenAnyAncestorMatches(Y)},z.prototype.whenNoAncestorMatches=function(Y){return this._bindingWhenSyntax.whenNoAncestorMatches(Y)},z.prototype.onActivation=function(Y){return this._bindingOnSyntax.onActivation(Y)},z}();I.BindingInWhenOnSyntax=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(16),H=o(39),Q=function(){function F(z){this._binding=z}return F.prototype.inRequestScope=function(){return this._binding.scope=_.BindingScopeEnum.Request,new H.BindingWhenOnSyntax(this._binding)},F.prototype.inSingletonScope=function(){return this._binding.scope=_.BindingScopeEnum.Singleton,new H.BindingWhenOnSyntax(this._binding)},F.prototype.inTransientScope=function(){return this._binding.scope=_.BindingScopeEnum.Transient,new H.BindingWhenOnSyntax(this._binding)},F}();I.BindingInSyntax=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=function(){function H(){}return H.of=function(Q,F){var z=new H;return z.bindings=Q,z.middleware=F,z},H}();I.ContainerSnapshot=_},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=function(){function Q(){this._map=new Map}return Q.prototype.getMap=function(){return this._map},Q.prototype.add=function(F,z){if(null==F)throw new Error(_.NULL_ARGUMENT);if(null==z)throw new Error(_.NULL_ARGUMENT);var Y=this._map.get(F);void 0!==Y?(Y.push(z),this._map.set(F,Y)):this._map.set(F,[z])},Q.prototype.get=function(F){if(null==F)throw new Error(_.NULL_ARGUMENT);var z=this._map.get(F);if(void 0!==z)return z;throw new Error(_.KEY_NOT_FOUND)},Q.prototype.remove=function(F){if(null==F)throw new Error(_.NULL_ARGUMENT);if(!this._map.delete(F))throw new Error(_.KEY_NOT_FOUND)},Q.prototype.removeByCondition=function(F){var z=this;this._map.forEach(function(Y,J){var ie=Y.filter(function(U){return!F(U)});ie.length>0?z._map.set(J,ie):z._map.delete(J)})},Q.prototype.hasKey=function(F){if(null==F)throw new Error(_.NULL_ARGUMENT);return this._map.has(F)},Q.prototype.clone=function(){var F=new Q;return this._map.forEach(function(z,Y){z.forEach(function(J){return F.add(Y,J.clone())})}),F},Q.prototype.traverse=function(F){this._map.forEach(function(z,Y){F(Y,z)})},Q}();I.Lookup=H},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(22),H=function(){function F(z){this.id=_.id(),this.registry=z}return F}();I.ContainerModule=H;var Q=function(){function F(z){this.id=_.id(),this.registry=z}return F}();I.AsyncContainerModule=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(5);function Q(){return function(F){if(Reflect.hasOwnMetadata(H.PARAM_TYPES,F))throw new Error(_.DUPLICATED_INJECTABLE_DECORATOR);var z=Reflect.getMetadata(H.DESIGN_PARAM_TYPES,F)||[];return Reflect.defineMetadata(H.PARAM_TYPES,z,F),F}}I.injectable=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(12),H=o(17);function Q(F,z){return function(Y,J,ie){var U=new _.Metadata(F,z);"number"==typeof ie?H.tagParameter(Y,J,ie,U):H.tagProperty(Y,J,U)}}I.tagged=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(z){return function(Y,J,ie){var U=new H.Metadata(_.NAMED_TAG,z);"number"==typeof ie?Q.tagParameter(Y,J,ie,U):Q.tagProperty(Y,J,U)}}I.named=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(){return function(z,Y,J){var ie=new H.Metadata(_.OPTIONAL_TAG,!0);"number"==typeof J?Q.tagParameter(z,Y,J,ie):Q.tagProperty(z,Y,ie)}}I.optional=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(){return function(z,Y,J){var ie=new H.Metadata(_.UNMANAGED_TAG,!0);Q.tagParameter(z,Y,J,ie)}}I.unmanaged=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(z){return function(Y,J,ie){var U=new H.Metadata(_.MULTI_INJECT_TAG,z);"number"==typeof ie?Q.tagParameter(Y,J,ie,U):Q.tagProperty(Y,J,U)}}I.multiInject=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(z){return function(Y,J,ie){var U=new H.Metadata(_.NAME_TAG,z);Q.tagParameter(Y,J,ie,U)}}I.targetName=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(5),Q=o(12);function F(){return function(z,Y,J){var ie=new Q.Metadata(H.POST_CONSTRUCT,Y);if(Reflect.hasOwnMetadata(H.POST_CONSTRUCT,z.constructor))throw new Error(_.MULTIPLE_POST_CONSTRUCT_METHODS);Reflect.defineMetadata(H.POST_CONSTRUCT,ie,z.constructor)}}I.postConstruct=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0}),I.multiBindToService=function(_){return function(H){return function(){for(var Q=[],F=0;F=0;rt--)(ge=te[rt])&&(Ce=(pe<3?ge(Ce):pe>3?ge(G,me,Ce):ge(G,me))||Ce);return pe>3&&Ce&&Object.defineProperty(G,me,Ce),Ce},z=function(){function te(){this._isInitialsed=!1}return te.prototype.raiseEndTelemetryWith=function(G,me,D,pe){throw new Error("Method not implemented.")},te.prototype.initTelemetry=function(G){window.EkTelemetry&&(this.telemetryProvider=window.EkTelemetry,this._isInitialsed=!0,this.context=G,this.telemetryProvider.initialize(G.config))},te.prototype.initTelmetry=function(G,me,D,pe,Ce){null!=this.context&&this.telemetryProvider?this.telemetryProvider.initialize(this.context.config):(this.config.pdata=G,this.config.channel=D,this.config.did=Ce,this.config.sid=pe,this.actor=me)},te.prototype.setTelemetryAttributes=function(G,me,D,pe,Ce){this.config.pdata=G,this.config.channel=D,this.config.did=Ce,this.config.sid=pe,this.actor=me},te.prototype.formulateBasicConfigForTelemetry=function(){},te.prototype.initProducerData=function(G){if(this.pData)return this.pData;this.config.pdata=G},te.prototype.isTelemetryInitialised=function(){return this._isInitialsed},te.prototype.raiseInteractTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.interact(G.edata,G.options)},te.prototype.raiseInteractTelemetryWith=function(G,me,D,pe){},te.prototype.raiseImpressionTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.impression(G.edata,G.options)},te.prototype.raiseImpressionTelemetryWith=function(G,me,D,pe){},te.prototype.raiseLogTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.log(G.edata,G.options)},te.prototype.raiseLogTelemetryWith=function(G,me,D,pe){},te.prototype.raiseErrorTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.error(G.edata,G.options)},te.prototype.raiseErrorTelemetryWith=function(G,me,D,pe){},te.prototype.raiseAuditTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.audit(G.edata,G.options)},te.prototype.raiseAuditTelemetryWith=function(G,me,D,pe){},te.prototype.raiseStartTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.start(this.context.config,G.options.object.id,G.options.object.ver,G.edata,G.options)},te.prototype.raiseEndTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.end(G.edata,G.options)},te.prototype.raiseShareTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.share(G.edata,G.options)},te.prototype.raiseShareTelemetryWith=function(G,me,D,pe){},te.prototype.raiseFeedBackTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.share(G.edata,G.options)},te.prototype.raiseFeedBackTelemetryWith=function(G,me,D,pe){},te.prototype.raiseAssesTelemetry=function(G,me){this.isTelemetryInitialised()&&this.telemetryProvider.assess(G,me)},te.prototype.raiseResponseTelemetry=function(G,me){this.isTelemetryInitialised()&&this.telemetryProvider.response(G,me)},F([Object(Q.injectable)()],te)}(),Y={CONTAINER:Symbol.for("CONTAINER"),services:{telemetry:{TELEMETRY_SERVICE:Symbol.for("TELEMETRY_SERVICE"),PLAYER_TELEMETRY_SERVICE:Symbol.for("PLAYER_TELEMETRY_SERVICE")}}},J=function(te,G,me,D){var ge,pe=arguments.length,Ce=pe<3?G:null===D?D=Object.getOwnPropertyDescriptor(G,me):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(te,G,me,D);else for(var rt=te.length-1;rt>=0;rt--)(ge=te[rt])&&(Ce=(pe<3?ge(Ce):pe>3?ge(G,me,Ce):ge(G,me))||Ce);return pe>3&&Ce&&Object.defineProperty(G,me,Ce),Ce},ie=function(te,G){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(te,G)},U=function(){function te(G){this.telemetryService=G}return te.prototype.onStartEvent=function(G,me){},te.prototype.onEndEvent=function(G,me){},te.prototype.onErrorEvent=function(G,me){},te.prototype.onHeartBeatEvent=function(G,me){"LOADED"===G.type||"PLAY"===G.type||this.telemetryService.raiseLogTelemetry({})},J([Object(Q.injectable)(),ie("design:paramtypes",[H])],te)}(),V=(se=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(te,G){te.__proto__=G}||function(te,G){for(var me in G)G.hasOwnProperty(me)&&(te[me]=G[me])},function(te,G){function me(){this.constructor=te}se(te,G),te.prototype=null===G?Object.create(G):(me.prototype=G.prototype,new me)}),le=function(te,G,me,D){var ge,pe=arguments.length,Ce=pe<3?G:null===D?D=Object.getOwnPropertyDescriptor(G,me):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(te,G,me,D);else for(var rt=te.length-1;rt>=0;rt--)(ge=te[rt])&&(Ce=(pe<3?ge(Ce):pe>3?ge(G,me,Ce):ge(G,me))||Ce);return pe>3&&Ce&&Object.defineProperty(G,me,Ce),Ce},ye=function(te,G){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(te,G)},De=function(te,G){return function(me,D){G(me,D,te)}},Oe=function(te){function G(me){return te.call(this,me)||this}return V(G,te),G.prototype.onHeartBeatEvent=function(me,D){},le([Object(Q.injectable)(),De(0,Object(Q.inject)(Y.services.telemetry.TELEMETRY_SERVICE)),ye("design:paramtypes",[H])],G)}(U),ce=function(te,G,me,D){return new(me||(me=Promise))(function(pe,Ce){function ge(Ye){try{Be(D.next(Ye))}catch(Gt){Ce(Gt)}}function rt(Ye){try{Be(D.throw(Ye))}catch(Gt){Ce(Gt)}}function Be(Ye){Ye.done?pe(Ye.value):new me(function(Gt){Gt(Ye.value)}).then(ge,rt)}Be((D=D.apply(te,G||[])).next())})},q=function(te,G){var D,pe,Ce,ge,me={label:0,sent:function(){if(1&Ce[0])throw Ce[1];return Ce[1]},trys:[],ops:[]};return ge={next:rt(0),throw:rt(1),return:rt(2)},"function"==typeof Symbol&&(ge[Symbol.iterator]=function(){return this}),ge;function rt(Ye){return function(Gt){return Be([Ye,Gt])}}function Be(Ye){if(D)throw new TypeError("Generator is already executing.");for(;me;)try{if(D=1,pe&&(Ce=pe[2&Ye[0]?"return":Ye[0]?"throw":"next"])&&!(Ce=Ce.call(pe,Ye[1])).done)return Ce;switch(pe=0,Ce&&(Ye=[0,Ce.value]),Ye[0]){case 0:case 1:Ce=Ye;break;case 4:return me.label++,{value:Ye[1],done:!1};case 5:me.label++,pe=Ye[1],Ye=[0];continue;case 7:Ye=me.ops.pop(),me.trys.pop();continue;default:if(!((Ce=(Ce=me.trys).length>0&&Ce[Ce.length-1])||6!==Ye[0]&&2!==Ye[0])){me=0;continue}if(3===Ye[0]&&(!Ce||Ye[1]>Ce[0]&&Ye[1]{"use strict";I.d(we,{gQ:()=>V2});var o=I(8),_=I(666),H=I(609);function Q(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var c=u.context,p=u.label,m=void 0===p?"context-to-element":p,v=u.resolveDocument,T=u.defaultToDocument,oe=Q(c)[0];if(v&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&T)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function z(){for(var p=[],m=F({label:"get/parents",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context});m;)p.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return p}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],J=null;function U(u,c){return J||function ie(u){Y.some(function(c){return!!u[c]&&(J=c,!0)})}(u),u[J](c)}var V=I(834),se=I.n(V),le=JSON.parse(JSON.stringify(se())),ye=le.os.family||"",De="Android"===ye,Oe="Windows"===ye.slice(0,7),ce="OS X"===ye,q="iOS"===ye,ae="Blink"===le.layout,Le="Gecko"===le.layout,Ne="Trident"===le.layout,Ee="EdgeHTML"===le.layout,te="WebKit"===le.layout,G=parseFloat(le.version),me=Math.floor(G);le.majorVersion=me,le.is={ANDROID:De,WINDOWS:Oe,OSX:ce,IOS:q,BLINK:ae,GECKO:Le,TRIDENT:Ne,EDGE:Ee,WEBKIT:te,IE9:Ne&&9===me,IE10:Ne&&10===me,IE11:Ne&&11===me};const D=le;function rt(u){var c=function pe(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},c=document.createElement("iframe");c.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),c.setAttribute("aria-live","off"),c.setAttribute("aria-busy","true"),c.setAttribute("aria-hidden","true"),document.body.appendChild(c);var p=c.contentWindow,m=p.document;m.open(),m.close();var v=m.createElement("div");return m.body.appendChild(v),u.iframe=c,u.wrapper=v,u.window=p,u.document=m,u}(),p={};return Object.keys(u).map(function(m){p[m]=function Ce(u,c){u.wrapper.innerHTML="";var p="string"==typeof c.element?u.document.createElement(c.element):c.element(u.wrapper,u.document),m=c.mutate&&c.mutate(p,u.wrapper,u.document);return!m&&!1!==m&&(m=p),!p.parentNode&&u.wrapper.appendChild(p),m&&m.focus&&m.focus(),c.validate?c.validate(p,m,u.document):u.document.activeElement===m}(c,u[m])}),function ge(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(c),p}var Z1=typeof window<"u"&&window.navigator.userAgent||"",L1="ally-supports-cache",Ct=function Gt(u){var c=void 0;try{c=(c=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(c):{}}catch{c={}}return c}(L1);(Ct.userAgent!==Z1||"1.4.1"!==Ct.version)&&(Ct={}),Ct.userAgent=Z1,Ct.version="1.4.1";const I1={get:function(){return Ct},set:function(c){Object.keys(c).forEach(function(p){Ct[p]=c[p]}),Ct.time=(new Date).toISOString(),function p1(u,c){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(c))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(L1,Ct)}};function un(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const d1="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",y1={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},M1={element:"div",mutate:function(c){return c.innerHTML='',!1},validate:function(c,p,m){if(D.is.GECKO)return!0;var v=c.querySelector("area");return v.focus(),m.activeElement===v}},xt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===p}},r1=d1,j={name:"can-focus-audio-without-controls",element:"audio",mutate:function(c){try{c.setAttribute("src",r1)}catch{}}},lt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},de={element:"a",mutate:function(c){return c.href="#void",c.innerHTML='',c.querySelector("img")}},$e={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")}};var N=!D.is.WEBKIT;const Pt="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",At={element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50"),c.style.visibility="hidden"}},Lt={name:"can-focus-object-svg",element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===c}};var dt=!D.is.IE9;const Tt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")},validate:function(c,p,m){var v=c.querySelector("area");return m.activeElement===v}};function Y2(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var p=function x1(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(p);var m=p.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(p),!0}function pt(u){return''+u+""}function dn(u,c,p){return function E2(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Y2(u)}}(c),p.activeElement===c}const R2={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},bn={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},J1={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},fn={element:"div",mutate:function(c){return c.innerHTML=pt(['link',''].join("")),c.querySelector("use")},validate:dn},tn={element:"div",mutate:function(c){return c.innerHTML=pt(''),c.querySelector("foreignObject")||c.getElementsByTagName("foreignObject")[0]},validate:dn};var e2=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const B={element:"div",mutate:function(c){return c.innerHTML=pt(""),c.firstChild},validate:dn},ht=d1,qe={element:"video",mutate:function(c){try{c.setAttribute("src",ht)}catch{}}};var Jt=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var O={cssShadowPiercingDeepCombinator:un,focusInZeroDimensionObject:function he(){return N},focusObjectSwf:function Je(){return dt},focusSvgInIframe:function xe(){return e2},tabsequenceAreaAtImgPosition:function Me(){return Jt}},W={focusAreaImgTabindex:y1,focusAreaTabindex:M1,focusAreaWithoutHref:xt,focusAudioWithoutControls:j,focusBrokenImageMap:lt,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(c){return c.setAttribute("tabindex","-1"),c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello',c.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(c){c.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(c){c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:$e,focusInHiddenIframe:{element:function(c,p){var m=p.createElement("iframe");c.appendChild(m);var v=m.contentWindow.document;return v.open(),v.close(),m},mutate:function(c){c.style.visibility="hidden";var p=c.contentWindow.document,m=p.createElement("input");return p.body.appendChild(m),m},validate:function(c){var p=c.contentWindow.document,m=p.querySelector("input");return p.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(c){c.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(c){c.setAttribute("tabindex","-1")},validate:function(c,p,m){c.offsetHeight;return c.focus(),m.activeElement===c}},focusObjectSvg:Lt,focusObjectSvgHidden:At,focusRedirectImgUsemap:Tt,focusRedirectLegend:{element:"fieldset",mutate:function(c){return c.innerHTML='legend',!1},validate:function(c,p,m){var v=c.querySelector('input[tabindex="-1"]'),T=c.querySelector('input[tabindex="0"]');return c.focus(),c.querySelector("legend").focus(),(m.activeElement===v?"focusable":m.activeElement===T&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(c){return c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
',c.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px;"),c.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(c){return c.innerHTML="foo

content

",c.firstElementChild}},focusSvgFocusableAttribute:R2,focusSvgTabindexAttribute:bn,focusSvgNegativeTabindexAttribute:J1,focusSvgUseTabindex:fn,focusSvgForeignobjectTabindex:tn,focusSvg:B,focusTabindexTrailingCharacters:{element:"div",mutate:function(c){c.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(c,p,m){var v=m.createDocumentFragment();v.innerHTML="cell",c.appendChild(v)}},focusVideoWithoutControls:qe};var Fe=null;function He(){return Fe||((Fe=I1.get()).time||(I1.set(function be(){var u=rt(W);return Object.keys(O).forEach(function(c){u[c]=O[c]()}),u}()),Fe=I1.get()),Fe)}var it=void 0,jt=/^\s*(-|\+)?[0-9]+\s*$/,N1=/^\s*(-|\+)?[0-9]+.*$/;function Xt(u){it||(it=He());var c=it.focusTabindexTrailingCharacters?N1:jt,p=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=p.hasAttribute("tabindex"),v=p.hasAttribute("tabIndex");if(!m&&!v)return!1;if((p.ownerSVGElement||"svg"===p.nodeName.toLowerCase())&&!it.focusSvgTabindexAttribute)return!1;if(it.focusInvalidTabindex)return!0;var oe=p.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&c.test(oe))}function Wt(u){if(!Xt(u))return null;var p=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(p),10);return isNaN(m)?-1:m}function Ut(u){var c=u.webkitUserModify||"";return Boolean(c&&-1!==c.indexOf("write"))}function v2(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(c){return"auto"===c||"scroll"===c})}function d2(u){return u.display.indexOf("flex")>-1}function Nn(u,c,p,m){return!("div"!==c&&"span"!==c||p&&"div"!==p&&"span"!==p&&!v2(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1}:p;vt||(vt=He());var v=F({label:"is/focus-relevant",resolveDocument:!0,context:c});if(!m.shadow&&v.shadowRoot)return!0;var T=v.nodeName.toLowerCase();if("input"===T&&"hidden"===v.type)return!1;if("input"===T||"select"===T||"button"===T||"textarea"===T||"legend"===T&&vt.focusRedirectLegend||"label"===T||"area"===T||"a"===T&&v.hasAttribute("href"))return!0;if("object"===T&&v.hasAttribute("usemap"))return!1;if("object"===T){var oe=v.getAttribute("type");if(!vt.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!vt.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===T||"object"===T||"embed"===T||"keygen"===T||v.hasAttribute("contenteditable")||"audio"===T&&(vt.focusAudioWithoutControls||v.hasAttribute("controls"))||"video"===T&&(vt.focusVideoWithoutControls||v.hasAttribute("controls"))||vt.focusSummary&&"summary"===T)return!0;var Ze=Xt(v);if("img"===T&&v.hasAttribute("usemap"))return Ze&&vt.focusImgUsemapTabindex||vt.focusRedirectImgUsemap;if(vt.focusTable&&("table"===T||"td"===T)||vt.focusFieldset&&"fieldset"===T)return!0;var Xe="svg"===T,nt=v.ownerSVGElement,It=v.getAttribute("focusable"),l1=Wt(v);if("use"===T&&null!==l1&&!vt.focusSvgUseTabindex)return!1;if("foreignobject"===T)return null!==l1&&vt.focusSvgForeignobjectTabindex;if(U(v,"svg a")&&v.hasAttribute("xlink:href"))return!0;if((Xe||nt)&&v.focus&&!vt.focusSvgNegativeTabindexAttribute&&l1<0)return!1;if(Xe)return Ze||vt.focusSvg||vt.focusSvgInIframe||Boolean(vt.focusSvgFocusableAttribute&&It&&"true"===It);if(nt){if(vt.focusSvgTabindexAttribute&&Ze)return!0;if(vt.focusSvgFocusableAttribute)return"true"===It}if(Ze)return!0;var T1=window.getComputedStyle(v,null);if(Ut(T1))return!0;if(vt.focusImgIsmap&&"img"===T&&v.hasAttribute("ismap")&&z({context:v}).some(function(p3){return"a"===p3.nodeName.toLowerCase()&&p3.hasAttribute("href")}))return!0;if(!m.scrollable&&vt.focusScrollContainer)if(vt.focusScrollContainerWithoutOverflow){if(Nn(v,T))return!0}else if(v2(T1))return!0;if(!m.flexbox&&vt.focusFlexboxContainer&&d2(T1))return!0;var l2=v.parentElement;if(!m.scrollable&&l2){var f3=l2.nodeName.toLowerCase(),_2=window.getComputedStyle(l2,null);if(vt.focusScrollBody&&Nn(l2,T,f3,_2)||vt.focusChildrenOfFocusableFlexbox&&d2(_2))return!0}return!1}nn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return nn({context:m,except:u})};return c.rules=nn,c};const t2=nn.except({});function Zn(u,c){if(u.findIndex)return u.findIndex(c);var p=u.length;if(0===p)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:p,v=F({label:"is/visible",resolveDocument:!0,context:c}),T=v.nodeName.toLowerCase();if(!m.notRendered&&i1.test(T))return!0;var oe=z({context:v}),Ze="audio"===T&&!v.hasAttribute("controls");if(!m.cssDisplay&&function In(u){return u.some(function(c){return"none"===P1(c,"display")})}(Ze?oe.slice(1):oe)||!m.cssVisibility&&function x2(u){var c=Zn(u,function(m){var v=P1(m,"visibility");return"hidden"===v||"collapse"===v});if(-1===c)return!1;var p=Zn(u,function(m){return"visible"===P1(m,"visibility")});return-1===p||c0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Sn({context:m,except:u})};return c.rules=Sn,c};const Rn=Sn.except({});var r2=I(260),tt=I.n(r2);function Dt(u,c){return c.querySelector('map[name="'+tt()(u)+'"]')||null}function E1(u){var c=u.parentElement;return c.name&&"map"===c.nodeName.toLowerCase()&&pn(u).querySelector('img[usemap="#'+tt()(c.name)+'"]')||null}var hn=void 0;var gn=void 0,g1=void 0,Cn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function Wn(u){gn||((gn=He()).focusFieldsetDisabled&&delete Cn.fieldset,gn.focusFormDisabled&&delete Cn.form,g1=new RegExp("^("+Object.keys(Cn).join("|")+")$"));var p=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(g1.test(p))}var yt=void 0;function R3(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function i2(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{onlyFocusableBrowsingContext:!1,visible:!1}:p,v=F({label:"is/only-tabbable",resolveDocument:!0,context:c});if(!m.visible&&!Rn(v))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var T=n2(v);if(T&&Wt(T)<0)return!1}var oe=v.nodeName.toLowerCase(),Ze=Wt(v);return"label"===oe&&D.is.GECKO?null!==Ze&&Ze>=0:!!(D.is.GECKO&&v.ownerSVGElement&&!v.focus&&"a"===oe&&v.hasAttribute("xlink:href")&&D.is.GECKO)}Kn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Kn({context:m,except:u})};return c.rules=Kn,c};const f2=Kn.except({});var H1=void 0;function R1(u){var c=u.nodeName.toLowerCase();if("embed"===c||"keygen"===c)return!0;var p=Wt(u);if(u.shadowRoot&&null===p)return!0;if("label"===c)return!H1.focusLabelTabindex||null===p;if("legend"===c)return null===p;if(H1.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===c)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===c&&u.hasAttribute("usemap")?null===p||!H1.focusImgUsemapTabindex:"area"===c&&!function G1(u){hn||(hn=He());var c=F({label:"is/valid-area",context:u});if("area"!==c.nodeName.toLowerCase())return!1;var m=c.hasAttribute("tabindex");if(!hn.focusAreaTabindex&&m)return!1;var v=E1(c);return!(!v||!Rn(v)||!hn.focusBrokenImageMap&&(!v.complete||!v.naturalHeight||v.offsetWidth<=0||v.offsetHeight<=0))&&(hn.focusAreaWithoutHref||c.href?!z({context:v}).slice(1).some(function(oe){var Ze=oe.nodeName.toLowerCase();return"button"===Ze||"a"===Ze}):hn.focusAreaTabindex&&m||hn.focusAreaImgTabindex&&v.hasAttribute("tabindex"))}(u)}function k1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{disabled:!1,visible:!1,onlyTabbable:!1}:p;H1||(H1=He());var v=f2.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),T=F({label:"is/focusable",resolveDocument:!0,context:c});if(!t2.rules({context:T,except:m})||R1(T)||!m.disabled&&function Q2(u){yt||(yt=He());var c=F({label:"is/disabled",context:u});if(c.hasAttribute("data-ally-disabled"))return!0;if(!Wn(c))return!1;if(c.disabled)return!0;var p=z({context:c});return!!(p.some(R3)||!yt.focusFormDisabled&&p.some(i2))}(T)||!m.onlyTabbable&&v(T))return!1;if(!m.visible){var Ze={context:T,except:{}};if(H1.focusInHiddenIframe&&(Ze.except.browsingContext=!0),H1.focusObjectSvgHidden)"object"===T.nodeName.toLowerCase()&&(Ze.except.cssVisibility=!0);if(!Rn.rules(Ze))return!1}var nt=n2(T);if(nt&&!("object"!==nt.nodeName.toLowerCase()||H1.focusInZeroDimensionObject||nt.offsetWidth&&nt.offsetHeight))return!1;return!("svg"===T.nodeName.toLowerCase()&&H1.focusSvgInIframe&&!nt&&null===T.getAttribute("tabindex"))}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return k1({context:m,except:u})};return c.rules=k1,c};const b1=k1.except({});function z2(u){var c=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return c.acceptNode=c,c}var p2=z2(t2);function s3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;c||(c=document.documentElement);for(var T=b1.rules.except({onlyTabbable:m}),Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,"all"===v?p2:z2(T),!1),Xe=[];Ze.nextNode();)Ze.currentNode.shadowRoot?(T(Ze.currentNode)&&Xe.push(Ze.currentNode),Xe=Xe.concat(s3({context:Ze.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:v}))):Xe.push(Ze.currentNode);return p&&("all"===v?t2(c)&&Xe.unshift(c):T(c)&&Xe.unshift(c)),Xe}var C1=void 0,K1=void 0;function xn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=function Mn(){return C1||(C1=He()),"string"==typeof K1||(K1=i3(K1=(C1.focusTable?"table, td,":"")+(C1.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(C1.focusAudioWithoutControls?"audio,":"audio[controls],")+(C1.focusVideoWithoutControls?"video,":"video[controls],")+(C1.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),K1}(),T=c.querySelectorAll(v),oe=b1.rules.except({onlyTabbable:m}),Ze=[].filter.call(T,oe);return p&&oe(c)&&Ze.unshift(c),Ze}function zn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=void 0===v?"quick":v,Ze={context:F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:c}),includeContext:p,includeOnlyTabbable:m,strategy:T};if("quick"===T)return xn(Ze);if("strict"===T||"all"===T)return s3(Ze);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Vt(u){var c=u.element,p=u.attribute,m="data-cached-"+p;if(null===c.getAttribute(m)){var T=c.getAttribute(p);if(null===T)return;c.setAttribute(m,T||""),c.removeAttribute(p)}else{var oe=c.getAttribute(m);c.removeAttribute(m),c.setAttribute(p,oe)}}function mt(u){var c=u.element,p=u.attribute,m=u.temporaryValue,v=u.saveValue,T="data-cached-"+p;if(void 0!==m){var oe=v||c.getAttribute(p);c.setAttribute(T,oe||""),c.setAttribute(p,m)}else{var Ze=c.getAttribute(T);c.removeAttribute(T),""===Ze?c.removeAttribute(p):c.setAttribute(p,Ze)}}var rn=function(){};const o2=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var q1=void 0;function B2(){o2.warn("trying to focus inert element",this)}function P2(u,c){(function ir(u,c){mt({element:u,attribute:"aria-disabled",temporaryValue:c?"true":void 0})})(u,c),function ii(u,c){if(c){var p=Wt(u);mt({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==p?p:""})}else mt({element:u,attribute:"tabindex"})}(u,c),function z3(u,c){c?u.focus=B2:delete u.focus}(u,c),function oi(u,c){if(c){var p=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",p),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,c);var p=u.nodeName.toLowerCase();("video"===p||"audio"===p)&&function Bn(u,c){Vt({element:u,attribute:"controls",remove:c})}(u,c),("svg"===p||u.ownerSVGElement)&&(q1.focusSvgFocusableAttribute?function a3(u,c){mt({element:u,attribute:"focusable",temporaryValue:c?"false":void 0})}(u,c):!q1.focusSvgTabindexAttribute&&"a"===p&&function wn(u,c){Vt({element:u,attribute:"xlink:href",remove:c})}(u,c)),c?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function on(u,c){q1||(q1=He());var p=F({label:"element/disabled",context:u});c=Boolean(c);var m=p.hasAttribute("data-ally-disabled"),v=1===arguments.length;return Wn(p)?v?p.disabled:(p.disabled=c,p):v?m:(m===c||P2(p,c),p)}var y3=function(c){return c.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function b3(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context,p=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:c}),v=pn(c).createTreeWalker(p,NodeFilter.SHOW_ELEMENT,y3,!1),T=[];for(p.shadowRoot&&(T.push(p),T=T.concat(b3({context:p.shadowRoot})));v.nextNode();)T.push(v.currentNode),T=T.concat(b3({context:v.currentNode.shadowRoot}));return T}y3.acceptNode=y3;var s2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},wr=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.callback,T=p.config;(function O2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this.config=T,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(v),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(c.handleHostMutation,c)}),this.observeContext(m),this.observeShadowHosts(m)}return wr(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(p){var m=this;b3({context:p}).forEach(function(T){return m.observeContext(T.shadowRoot)})}},{key:"observeContext",value:function(p){this.clientObserver.observe(p,this.config),this.hostObserver.observe(p,Lr)}},{key:"handleHostMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(v){return v.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function z1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.parent,p=u.element,m=u.includeSelf;if(c)return function(T){return Boolean(m&&T===c||c.compareDocumentPosition(T)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(p)return function(T){return Boolean(m&&p===T||T.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var T2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.filter;(function j2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(m||document.documentElement)[0],this._filter=Q(v),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var T=zn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(T),this.shadowObserver=function or(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.callback,m=u.config;if("function"!=typeof p)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s2(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var v=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:c});return{disengage:new Y1({context:v,callback:p,config:m}).disengage}}({context:this._context,config:v3,callback:function(Ze){return Ze.forEach(c.handleMutation)}})}return T2(u,[{key:"disengage",value:function(){this._context&&(Yn(this._context),this._inertElementCache.forEach(function(p){return Yn(p)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(p){return p.map(function(m){return zn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,v){return m.concat(v)},[])}},{key:"renderInert",value:function(p){var m=this;p.filter(this.filterElements).filter(this.filterParentElements).filter(function(T){return!on(T)}).forEach(function(oe){m._inertElementCache.push(oe),function jn(u){return on(u,!0)}(oe)})}},{key:"filterElements",value:function(p){var m=z1({element:p,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(p){var m=z1({parent:p});return!this._filter.some(m)}},{key:"handleMutation",value:function(p){if("childList"===p.type){var m=Q(p.addedNodes).filter(function(T){return T.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var v=this.listQueryFocusable(m);this.renderInert(v)}else"attributes"===p.type&&this.renderInert([p.target])}}]),u}();function a2(u){var c=u.context,p=u.filter,v=[],T=function(nt){return p.some(function(It){return nt===It})?NodeFilter.FILTER_REJECT:function(nt){var It=z1({parent:nt});return p.some(It)}(nt)?NodeFilter.FILTER_ACCEPT:(v.push(nt),NodeFilter.FILTER_REJECT)};T.acceptNode=T;for(var Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,T,!1);Ze.nextNode(););return v}var M2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},p=c.context,m=c.filter;(function si(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(p||document.documentElement)[0],this._filter=Q(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var v=function sr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;if(c=F({label:"get/insignificant-branches",defaultToDocument:!0,context:c}),!(p=Q(p)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return a2({context:c,filter:p})}({context:this._context,filter:this._filter});v.forEach(B3),this.startObserver()}return M2(u,[{key:"disengage",value:function(){this._context&&([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),Vr),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var p=this;window.MutationObserver&&(this._observer=new MutationObserver(function(m){return m.forEach(p.handleMutation)}),this._observer.observe(this._context,X1))}},{key:"handleMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(B3)}},{key:"isInsignificantBranch",value:function(p){if(z({context:p}).some(function(T){return"true"===T.getAttribute("aria-hidden")}))return!1;var v=z1({element:p});return!this._filter.some(v)}}]),u}();function Q1(){for(var p=F({label:"get/shadow-host",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context}),m=null;p;)m=p,p=p.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function w3(u){var c=F({label:"is/active-element",resolveDocument:!0,context:u});if(pn(c).activeElement===c)return!0;var m=Q1({context:c});return!(!m||m.shadowRoot.activeElement!==c)}var S1=void 0,sn=/^(fieldset|table|td|body)$/;function Pn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:p;S1||(S1=He());var v=F({label:"is/tabbable",resolveDocument:!0,context:c});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var T=n2(v);if(T){if(D.is.WEBKIT&&D.is.IOS||Wt(T)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!Rn(T))return!1;if("object"===T.nodeName.toLowerCase()){var Ze="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ze)return!1}}var Xe=v.nodeName.toLowerCase(),nt=Wt(v),It=null===nt?null:nt>=0;if(D.is.EDGE&&D.majorVersion>=14&&T&&v.ownerSVGElement&&nt<0)return!0;var l1=!1!==It,T1=null!==nt&&nt>=0;if(v.hasAttribute("contenteditable"))return l1;if(sn.test(Xe)&&!0!==It)return!1;if(D.is.WEBKIT&&D.is.IOS){var m2="input"===Xe&&"text"===v.type||"password"===v.type||"select"===Xe||"textarea"===Xe||v.hasAttribute("contenteditable");if(!m2)m2=Ut(window.getComputedStyle(v,null));if(!m2)return!1}if("use"===Xe&&null!==nt&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||U(v,"svg a")&&v.hasAttribute("xlink:href")&&(l1||v.focus&&!S1.focusSvgNegativeTabindexAttribute)||"svg"===Xe&&S1.focusSvgInIframe&&l1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===Xe)return!!S1.focusSvg||(v.hasAttribute("focusable")||T1);if(v.ownerSVGElement)return!(!S1.focusSvgTabindexAttribute||!T1)||v.hasAttribute("focusable")}if(void 0===v.tabIndex)return Boolean(m.onlyTabbable);if("audio"===Xe){if(!v.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===Xe)if(v.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===Xe&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===Xe)return!1;if(!m.scrollable&&D.is.GECKO&&v2(window.getComputedStyle(v,null)))return l1;if(D.is.TRIDENT||D.is.EDGE){if("area"===Xe){var _2=E1(v);if(_2&&Wt(_2)<0)return!1}var p3=window.getComputedStyle(v,null);if(Ut(p3))return v.tabIndex>=0;if(!m.flexbox&&d2(p3))return null!==nt?T1:ar(v)&&Qn(v);if(Nn(v,Xe))return!1;var k=v.parentElement;if(k){var X3=k.nodeName.toLowerCase(),er=window.getComputedStyle(k,null);if(Nn(k,Xe,X3,er))return!1;if(d2(er))return T1}}return v.tabIndex>=0}Pn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Pn({context:m,except:u})};return c.rules=Pn,c};var ar=t2.rules.except({flexbox:!0}),Qn=Pn.except({flexbox:!0});const P=Pn.except({});function h(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=P.rules.except({onlyTabbable:m});return zn({context:c,includeContext:p,includeOnlyTabbable:m,strategy:v}).filter(T)}function w(u,c){return u.compareDocumentPosition(c)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function Ft(u,c,p){var m=[];return c.forEach(function(v){var T=!0,oe=u.indexOf(v);-1===oe&&(oe=function ze(u,c){return Zn(u,function(p){return c.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,v),T=!1),-1===oe&&(oe=u.length);var Ze=Q(p?p(v):v);Ze.length&&m.push({offset:oe,replace:T,elements:Ze})}),m}function mn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.list,p=u.elements,m=u.resolveElement,v=c.slice(0),T=Q(p).slice(0);return function K(u){return u.sort(w)}(T),function gt(u,c){var p=0;c.sort(function(m,v){return m.offset-v.offset}),c.forEach(function(m){var v=m.replace?1:0,T=[m.offset+p,v].concat(m.elements);u.splice.apply(u,T),p+=m.elements.length-v})}(v,Ft(v,T,m)),v}var j3=function(){function u(c,p){for(var m=0;m-1?[p].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(p){delete this.hosts[p]._sortingId},this)}}]),u}();var X2=void 0;function $1(u,c){return X2.tabsequenceAreaAtImgPosition&&(u=function Gr(u,c){var p=c.querySelectorAll("img[usemap]"),m=new q2(c),v=m.extractAreasFromList(u);return p.length?mn({list:v,elements:p,resolveElement:function(oe){var Ze=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ze)}}):v}(u,c)),u=function qt(u){var c={},p=[],m=u.filter(function(T){var oe=T.tabIndex;return void 0===oe&&(oe=Wt(T)),oe<=0||null==oe||(c[oe]||(c[oe]=[],p.push(oe)),c[oe].push(T),!1)});return p.sort().map(function(T){return c[T]}).reduceRight(function(T,oe){return oe.concat(T)},m)}(u),u}function cr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;X2||(X2=He());var T=Q(c)[0]||document.documentElement,oe=h({context:T,includeContext:p,includeOnlyTabbable:m,strategy:v});return oe=document.body.createShadowRoot&&D.is.BLINK?function Ge(u,c,p){var m=new Hr(c,p),v=m.extractElements(u);return v.length===u.length?p(u):m.sort(v)}(oe,T,$1):$1(oe,T),p&&(oe=function g2(u,c){var p=u.indexOf(c);return p>0?u.splice(p,1).concat(u):u}(oe,T)),oe}for(var Un={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},On=1;On<26;On++)Un["f"+On]=On+111;for(var Ln=0;Ln<10;Ln++){var $n=Ln+48,ur=Ln+96;Un[Ln]=$n,Un["num-"+Ln]=ur,Un._alias[$n]=[ur]}for(var $3=0;$3<26;$3++){var dr=$3+65;Un[String.fromCharCode(dr).toLowerCase()]=dr}const w2=Un;var c3={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},e3=Object.keys(c3).map(function(u){return c3[u]});function ct(u,c){return!e3.some(function(p){return"boolean"==typeof u[p]&&Boolean(c[p])!==u[p]})}function zt(u){return u.split(/\s+/).map(function(c){var p=c.split("+"),m=function ke(u){var p=function re(u){var c=!!u&&null;return{altKey:c,ctrlKey:c,metaKey:c,shiftKey:c}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var v=!0,T=m.slice(0,1);"?"===T?v=null:"!"===T&&(v=!1),!0!==v&&(m=m.slice(1));var oe=c3[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');p[oe]=v}}),p}(p.slice(0,-1)),v=function Pe(u){var c=w2[u]||parseInt(u,10);if(!c||"number"!=typeof c||isNaN(c))throw new TypeError('Unknown key "'+u+'"');return[c].concat(w2._alias[c]||[])}(p.slice(-1));return{keyCodes:v,modifiers:m,matchModifiers:ct.bind(null,m)}})}const w1={disabled:function A2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new Yt({context:c,filter:p}).disengage}},hidden:function M3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new l3({context:c,filter:p}).disengage}},tabFocus:function an(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context;return c||(c=document.documentElement),cr(),function s1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c={},p=Q(u.context)[0]||document.documentElement;delete u.context;var m=Q(u.filter);delete u.filter;var v=Object.keys(u);if(!v.length)throw new TypeError("when/key requires at least one option key");var T=function(nt){nt.keyCodes.forEach(function(It){c[It]||(c[It]=[]),c[It].push(nt)})};v.forEach(function(Xe){if("function"!=typeof u[Xe])throw new TypeError('when/key requires option["'+Xe+'"] to be a function');zt(Xe).map(function(l1){return l1.callback=u[Xe],l1}).forEach(T)});var oe=function(nt){if(!nt.defaultPrevented){if(m.length){var It=z1({element:nt.target,includeSelf:!0});if(m.some(It))return}var l1=nt.keyCode||nt.which;c[l1]&&c[l1].forEach(function(T1){T1.matchModifiers(nt)&&T1.callback.call(p,nt,Ze)})}};p.addEventListener("keydown",oe,!1);var Ze=function(){p.removeEventListener("keydown",oe,!1)};return{disengage:Ze}}({"?alt+?shift+tab":function(m){m.preventDefault();var v=cr({context:c}),T=m.shiftKey,oe=v[0],Ze=v[v.length-1],nt=T?Ze:oe;if(w3(T?oe:Ze))nt.focus();else{var It=void 0;if(v.some(function(m2,l2){return!!w3(m2)&&(It=l2,!0)}))v[It+(T?-1:1)].focus();else oe.focus()}}})}};var J3=I(312);const xi=function(u){return{showDownload:u}};function L2(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"text",229)(1,"tspan",230),o._uU(2),o.qZA(),o.TgZ(3,"tspan",231),o._uU(4),o.qZA()()),2&u){const p=o.oxw();o.xp6(2),o.Oqu(p.outcomeLabel),o.xp6(2),o.Oqu(p.outcome)}}function q3(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"g",232)(1,"g",233),o._UZ(2,"polygon",234)(3,"path",235),o.qZA(),o.TgZ(4,"text",236)(5,"tspan",237),o._uU(6),o.qZA()()()),2&u){const p=o.oxw();o.xp6(6),o.Oqu(p.timeSpentLabel)}}function ai(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",244),o.qZA()())}function U3(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",245),o.qZA()())}function fr(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",246),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.exitContent.emit({type:"EXIT"}))}),o.O4$(),o.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),o._UZ(4,"stop",240)(5,"stop",241),o.qZA()(),o.TgZ(6,"g",242),o._UZ(7,"path",249)(8,"path",250),o.qZA()(),o.kcU(),o.TgZ(9,"div",226),o._uU(10,"Exit"),o.qZA()()}}function pr(u,c){if(1&u){const p=o.EpF();o.ynx(0),o.TgZ(1,"div",251),o._uU(2,"Up Next"),o.qZA(),o.TgZ(3,"div",252),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.playNext())}),o.TgZ(4,"div",253),o._uU(5),o.qZA(),o.TgZ(6,"div",254),o._UZ(7,"img",255),o.qZA()(),o.BQk()}if(2&u){const p=o.oxw();o.xp6(5),o.Oqu(p.nextContent.name)}}function Pi(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))}),o._UZ(1,"span",9),o._uU(2," Share"),o.qZA()}}function li(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))}),o._UZ(1,"span",10),o._uU(2," Download"),o.qZA()}}function y(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"PRINT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"PRINT"))}),o._UZ(1,"span",11),o._uU(2," Print"),o.qZA()}}function g(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))}),o._UZ(1,"span",12),o._uU(2," Exit"),o.qZA()}}function L(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"sb-player-download-popup",13),o.NdJ("hideDownloadPopUp",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.hideDownloadPopUp(v))})("downloadEvent",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.sidebarEvent.emit(v))}),o.qZA()}if(2&u){const p=o.oxw();o.Q6J("title",p.title)("showDownloadPopUp",p.showDownloadPopUp)}}const S=function(u){return{"animated animateBg":u}};function ne(u,c){1&u&&(o.TgZ(0,"div",1),o._uU(1," You are offline\n"),o.qZA())}const _e=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Qe(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",6)(1,"img",7),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.rotateCW())}),o.qZA()()}}function Et(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",8)(1,"button",9),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomOut())}),o.qZA(),o.TgZ(2,"button",10),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomIn())}),o.qZA()()}}function O1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",11)(1,"input",12),o.NdJ("ngModelChange",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.page=v)}),o.qZA(),o.TgZ(2,"span",13),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.gotoPage())}),o._UZ(3,"img",14),o.qZA(),o.TgZ(4,"span",15),o._uU(5,"/"),o.qZA(),o.TgZ(6,"span",16),o._uU(7),o.qZA()()}if(2&u){const p=o.oxw();o.xp6(1),o.Q6J("ngModel",p.page)("max",p.totalPages),o.xp6(6),o.Oqu(p.totalPages)}}function f1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),o.NdJ("previousAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA(),o.TgZ(3,"sb-player-next-navigation",20),o.NdJ("nextAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA()()()}}const e1_internetConnectivity="CPV2_INT_CONNECT_01",Ot_internetConnectivity="content failed to load , No Internet Available",Ot_contentPlayFailedHeader="Unable to load content",Ot_contentPlayFailTitle="Refresh and try again later";class t1{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new o.vpe,this.setInternetConnectivityError=()=>{const c=new Error;c.message=Ot_internetConnectivity,c.name=e1_internetConnectivity,this.getInternetConnectivityError.emit({error:c})},this.initInternetConnectivityError()}checkContentCompatibility(c){if(c>this.playerContentCompatibiltyLevel){const p=new Error;return p.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${c}`,p.name="contentCompatibily",{error:p,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}t1.\u0275fac=function(c){return new(c||t1)},t1.ctorParameters=()=>[],t1.\u0275prov=(0,o.Yz7)({factory:function(){return new t1},token:t1,providedIn:"root"});class Ht{constructor(){this.downloadEvent=new o.vpe,this.hideDownloadPopUp=new o.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(c,p){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:c,type:p})}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p)&&"showDownloadPopUp"===p){this.showDownloadPopUp=c[p].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=w1.disabled({filter:m})}}download(c,p){this.downloadEvent.emit({event:c,type:p}),this.disabledHandle.disengage()}}Ht.\u0275fac=function(c){return new(c||Ht)},Ht.\u0275cmp=o.Xpm({type:Ht,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[o.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CLOSE")}),o._UZ(4,"button",4),o.qZA(),o.TgZ(5,"div",5)(6,"h5",6),o._uU(7,"Confirm Download"),o.qZA(),o.TgZ(8,"div",7),o._uU(9),o.qZA(),o._UZ(10,"div",8),o.TgZ(11,"div",9)(12,"button",10),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CANCEL")}),o._uU(13,"Cancel"),o.qZA(),o.TgZ(14,"button",11),o.NdJ("click",function(v){return p.download(v,"DOWNLOAD")}),o._uU(15,"Download"),o.qZA()()()()()()),2&c&&(o.Q6J("ngClass",o.VKq(2,xi,p.showDownloadPopUp)),o.xp6(9),o.hij('"',p.title,'" will be saved on your device.'))},dependencies:[_.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),Ht.propDecorators={title:[{type:o.IIB}],downloadEvent:[{type:o.r_U}],hideDownloadPopUp:[{type:o.r_U}],showDownloadPopUp:[{type:o.IIB}]};class a1{constructor(){this.showReplay=!0,this.replayContent=new o.vpe,this.exitContent=new o.vpe,this.playNextContent=new o.vpe}ngOnInit(){this.subscription=(0,J3.R)(document,"keydown").subscribe(c=>{"Enter"===c.key&&(c.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}a1.\u0275fac=function(c){return new(c||a1)},a1.\u0275cmp=o.Xpm({type:a1,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(c,p){1&c&&(o.F$t(),o.TgZ(0,"div",0)(1,"div",1)(2,"div",2),o.O4$(),o.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),o._UZ(6,"feColorMatrix",5),o.qZA(),o.TgZ(7,"linearGradient",6),o._UZ(8,"stop",7)(9,"stop",8),o.qZA(),o.TgZ(10,"linearGradient",9),o._UZ(11,"stop",10)(12,"stop",11),o.qZA(),o._UZ(13,"path",12),o.TgZ(14,"filter",13),o._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),o.qZA(),o.TgZ(19,"linearGradient",18),o._UZ(20,"stop",19)(21,"stop",20),o.qZA(),o.YNc(22,L2,5,2,"text",21),o.qZA(),o.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),o._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),o.qZA()(),o.TgZ(199,"g",198)(200,"g",199),o._UZ(201,"path",200)(202,"path",201),o.TgZ(203,"g",202),o._UZ(204,"use",203)(205,"path",204),o.qZA(),o._UZ(206,"path",205)(207,"path",206),o.TgZ(208,"g",207)(209,"g",208)(210,"g",209),o._UZ(211,"use",210)(212,"use",211),o.qZA(),o.TgZ(213,"g",212),o._UZ(214,"use",213)(215,"use",214),o.qZA()()(),o._UZ(216,"path",215),o.TgZ(217,"foreignObject",216),o.kcU(),o.TgZ(218,"div",217),o._uU(219),o.qZA()(),o.YNc(220,q3,7,1,"g",218),o.qZA()()()()()()()(),o.TgZ(221,"div",219)(222,"div",220)(223,"div",221),o._uU(224,"You just completed"),o.qZA(),o.TgZ(225,"span",222),o._uU(226),o.qZA(),o.Hsn(227),o.qZA(),o.TgZ(228,"div",223)(229,"div",224),o.NdJ("click",function(){return p.replay()}),o.TgZ(230,"div"),o.YNc(231,ai,8,0,"svg",225),o.YNc(232,U3,8,0,"svg",225),o.qZA(),o.TgZ(233,"div",226),o._uU(234,"Replay"),o.qZA()(),o.YNc(235,fr,11,0,"div",227),o.qZA(),o.YNc(236,pr,8,1,"ng-container",228),o.qZA()()),2&c&&(o.xp6(22),o.Q6J("ngIf",p.outcome),o.xp6(197),o.hij(" ",p.userName," "),o.xp6(1),o.Q6J("ngIf",p.timeSpentLabel),o.xp6(6),o.Oqu(p.contentName),o.xp6(3),o.Q6J("ngClass",p.showReplay?"":"disabled"),o.xp6(2),o.Q6J("ngIf",!p.showReplay),o.xp6(1),o.Q6J("ngIf",p.showReplay),o.xp6(3),o.Q6J("ngIf",p.showExit),o.xp6(1),o.Q6J("ngIf",p.nextContent))},dependencies:[_.mk,_.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),a1.propDecorators={showExit:[{type:o.IIB}],showReplay:[{type:o.IIB}],contentName:[{type:o.IIB}],outcome:[{type:o.IIB}],outcomeLabel:[{type:o.IIB}],userName:[{type:o.IIB}],timeSpentLabel:[{type:o.IIB}],nextContent:[{type:o.IIB}],replayContent:[{type:o.r_U}],exitContent:[{type:o.r_U}],playNextContent:[{type:o.r_U}]};class F1{constructor(){this.sidebarMenuEvent=new o.vpe}toggleMenu(c){const p=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),v=document.getElementById("playerSideMenu");c instanceof KeyboardEvent&&(p.checked=!p.checked),p.checked?(v.style.visibility="visible",m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:c,type:"OPEN_MENU"})):(v.style.visibility="hidden",m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:c,type:"CLOSE_MENU"}))}}F1.\u0275fac=function(c){return new(c||F1)},F1.\u0275cmp=o.Xpm({type:F1,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:3,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"]],template:function(c,p){1&c&&(o.TgZ(0,"input",0),o.NdJ("click",function(v){return p.toggleMenu(v)}),o.qZA(),o.TgZ(1,"label",1),o.NdJ("keydown.enter",function(v){return p.toggleMenu(v)}),o._UZ(2,"span"),o.qZA())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}']}),F1.propDecorators={sidebarMenuEvent:[{type:o.r_U}]};class j1{constructor(c){this.ref=c,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new o.vpe,this.toggleMenu=new o.vpe,this.showDownloadPopUp=!1}closeNav(c){document.getElementById("overlay-input").checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:c,type:"CLOSE_MENU"})}showDownloadPopup(c,p){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(c,p)}hideDownloadPopUp(c){this.showDownloadPopUp=!1,this.sidebarEvent.emit(c),this.ref.detectChanges()}emitSideBarEvent(c,p){this.sidebarEvent.emit({event:c,type:p})}}j1.\u0275fac=function(c){return new(c||j1)(o.Y36(o.sBO))},j1.\u0275cmp=o.Xpm({type:j1,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),o._uU(4),o.qZA(),o.TgZ(5,"ul",4),o.YNc(6,Pi,3,0,"li",5),o.YNc(7,li,3,0,"li",5),o.YNc(8,y,3,0,"li",5),o.YNc(9,g,3,0,"li",5),o.qZA()(),o.TgZ(10,"div",6),o.NdJ("click",function(v){return p.closeNav(v)}),o.qZA()(),o.YNc(11,L,1,2,"sb-player-download-popup",7)),2&c&&(o.xp6(4),o.Oqu(p.title),o.xp6(2),o.Q6J("ngIf",p.config.showShare),o.xp6(1),o.Q6J("ngIf",p.config.showDownload),o.xp6(1),o.Q6J("ngIf",p.config.showPrint),o.xp6(1),o.Q6J("ngIf",p.config.showExit),o.xp6(2),o.Q6J("ngIf",p.showDownloadPopUp))},dependencies:[_.O5,Ht],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),j1.ctorParameters=()=>[{type:o.sBO}],j1.propDecorators={title:[{type:o.IIB}],config:[{type:o.IIB}],sidebarEvent:[{type:o.r_U}],toggleMenu:[{type:o.r_U}]};class Jn{constructor(){this.progress=0}ngOnChanges(c){c.progress&&c.progress.currentValue&&(this.progress=c.progress.currentValue)}}Jn.\u0275fac=function(c){return new(c||Jn)},Jn.\u0275cmp=o.Xpm({type:Jn,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[o.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0),o._UZ(1,"div",1),o.TgZ(2,"div",2)(3,"span",3),o._uU(4),o.qZA()(),o.TgZ(5,"div",4)(6,"div",5),o._uU(7),o.qZA(),o.TgZ(8,"div",6),o._UZ(9,"div",7),o.qZA()()()),2&c&&(o.Q6J("ngClass",o.VKq(5,S,100===p.progress)),o.xp6(4),o.Oqu(p.title),o.xp6(3),o.hij("Loading... ",p.progress,"%"),o.xp6(2),o.Udp("width",p.progress+"%"))},dependencies:[_.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@-webkit-keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),Jn.propDecorators={title:[{type:o.IIB}],progress:[{type:o.IIB}]};class En{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}En.\u0275fac=function(c){return new(c||En)},En.\u0275cmp=o.Xpm({type:En,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(c,p){1&c&&o.YNc(0,ne,2,0,"div",0),2&c&&o.Q6J("ngIf",p.showOfflineAlert)},dependencies:[_.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),En.ctorParameters=()=>[];class U1{}U1.\u0275fac=function(c){return new(c||U1)},U1.\u0275mod=o.oAB({type:U1}),U1.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class ln{constructor(){this.nextAction=new o.vpe}}ln.\u0275fac=function(c){return new(c||ln)},ln.\u0275cmp=o.Xpm({type:ln,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.nextAction.emit({type:"NEXT"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),ln.propDecorators={nextAction:[{type:o.r_U}]};class _n{constructor(){this.previousAction=new o.vpe}}_n.\u0275fac=function(c){return new(c||_n)},_n.\u0275cmp=o.Xpm({type:_n,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.previousAction.emit({type:"PREVIOUS"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),_n.propDecorators={previousAction:[{type:o.r_U}]};class u3{constructor(){this.actions=new o.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(c){this._item=Object.assign(Object.assign({},this._config),c),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p))switch(p){case"pageNumber":this.page=c[p].currentValue,this.pageNumber=c[p].currentValue;break;case"totalPages":this.totalPages=c[p].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const c=parseInt(this.page,10);c>0&&c<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:c}),this.pageNumber=c):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:c}),this.page=this.pageNumber)}}u3.\u0275fac=function(c){return new(c||u3)},u3.\u0275cmp=o.Xpm({type:u3,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[o.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(c,p){1&c&&(o.TgZ(0,"div")(1,"div",0)(2,"div",1),o.YNc(3,Qe,2,0,"div",2),o.YNc(4,Et,3,0,"div",3),o.YNc(5,O1,8,3,"div",4),o.YNc(6,f1,4,0,"div",5),o.qZA()()()),2&c&&(o.xp6(3),o.Q6J("ngIf",p.config.rotation),o.xp6(1),o.Q6J("ngIf",p.config.zoom),o.xp6(1),o.Q6J("ngIf",p.config.goto&&p.totalPages),o.xp6(1),o.Q6J("ngIf",p.config.navigation))},dependencies:[_.O5,H.Fj,H.wV,H.JJ,H.qQ,H.Fd,H.On,ln,_n],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u3.propDecorators={pageNumber:[{type:o.IIB}],totalPages:[{type:o.IIB}],actions:[{type:o.r_U}],config:[{type:o.IIB}]};class d3{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:Ot_contentPlayFailedHeader,messageTitle:Ot_contentPlayFailTitle})}}d3.\u0275fac=function(c){return new(c||d3)},d3.\u0275cmp=o.Xpm({type:d3,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),o._uU(4),o.qZA(),o._uU(5),o.qZA()()()),2&c&&(o.xp6(4),o.Oqu(p.errorMsg.messageHeader),o.xp6(1),o.hij(" ",p.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),d3.propDecorators={errorMsg:[{type:o.IIB}]};class U2{}U2.\u0275fac=function(c){return new(c||U2)},U2.\u0275mod=o.oAB({type:U2}),U2.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class V2{}V2.\u0275fac=function(c){return new(c||V2)},V2.\u0275mod=o.oAB({type:V2}),V2.\u0275inj=o.cJS({imports:[U1,U2,U1,U2]})},260:function(_t){ /*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */ -var we;we=typeof global<"u"?global:this,ht.exports=function(we){if(we.CSS&&we.CSS.escape)return we.CSS.escape;var x=function(i){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var F,v=String(i),Z=v.length,$=-1,B="",Y=v.charCodeAt(0);++$=1&&F<=31||127==F||0==$&&F>=48&&F<=57||1==$&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==$&&1==Z&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+v.charAt($):v.charAt($):B+="\ufffd";return B};return we.CSS||(we.CSS={}),we.CSS.escape=x,x}(we)},8981:function(ht,we,x){var i; -/** - * @license - * lodash 3.10.1 (Custom Build) - * Build: `lodash modern -d -o ./index.js` - * Copyright 2012-2015 The Dojo Foundation - * Based on Underscore.js 1.8.3 - * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - * Available under MIT license - */ht=x.nmd(ht),function(){var v,Ae,et,H=64,U=128,Ee="Expected a function",Se="__lodash_placeholder__",Pe="[object Arguments]",ae="[object Array]",W="[object Boolean]",ge="[object Date]",D="[object Error]",q="[object Function]",pe="[object Map]",Ce="[object Number]",Ve="[object Object]",at="[object RegExp]",ct="[object Set]",At="[object String]",c1="[object WeakMap]",zt="[object ArrayBuffer]",St="[object Float32Array]",It="[object Float64Array]",$t="[object Int8Array]",Pt="[object Int16Array]",Bt="[object Int32Array]",q1="[object Uint8Array]",Vt="[object Uint8ClampedArray]",Nt="[object Uint16Array]",Jt="[object Uint32Array]",z=/\b__p \+= '';/g,b1=/\b(__p \+=) '' \+/g,ut=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ft=/&(?:amp|lt|gt|quot|#39|#96);/g,lt=/[&<>"'`]/g,Ue=RegExp(Ft.source),K1=RegExp(lt.source),nt=/<%-([\s\S]+?)%>/g,de=/<%([\s\S]+?)%>/g,We=/<%=([\s\S]+?)%>/g,ze=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,k=/^\w*$/,be=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,Re=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,ee=RegExp(Re.source),me=/[\u0300-\u036f\ufe20-\ufe23]/g,xe=/\\(\\)?/g,Fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,je=/\w*$/,Ye=/^0[xX]/,_e=/^\[object .+?Constructor\]$/,P=/^\d+$/,V=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,le=/($^)/,He=/['\n\r\u2028\u2029\\]/g,pt=(Ae="[A-Z\\xc0-\\xd6\\xd8-\\xde]",et="[a-z\\xdf-\\xf6\\xf8-\\xff]+",RegExp(Ae+"+(?="+Ae+et+")|"+Ae+"?"+et+"|"+Ae+"+|[0-9]+","g")),yt=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Dt=-1,$e={};$e[St]=$e[It]=$e[$t]=$e[Pt]=$e[Bt]=$e[q1]=$e[Vt]=$e[Nt]=$e[Jt]=!0,$e[Pe]=$e[ae]=$e[zt]=$e[W]=$e[ge]=$e[D]=$e[q]=$e[pe]=$e[Ce]=$e[Ve]=$e[at]=$e[ct]=$e[At]=$e[c1]=!1;var Ht={};Ht[Pe]=Ht[ae]=Ht[zt]=Ht[W]=Ht[ge]=Ht[St]=Ht[It]=Ht[$t]=Ht[Pt]=Ht[Bt]=Ht[Ce]=Ht[Ve]=Ht[at]=Ht[At]=Ht[q1]=Ht[Vt]=Ht[Nt]=Ht[Jt]=!0,Ht[D]=Ht[q]=Ht[pe]=Ht[ct]=Ht[c1]=!1;var v1={\u00c0:"A",\u00c1:"A",\u00c2:"A",\u00c3:"A",\u00c4:"A",\u00c5:"A",\u00e0:"a",\u00e1:"a",\u00e2:"a",\u00e3:"a",\u00e4:"a",\u00e5:"a",\u00c7:"C",\u00e7:"c",\u00d0:"D",\u00f0:"d",\u00c8:"E",\u00c9:"E",\u00ca:"E",\u00cb:"E",\u00e8:"e",\u00e9:"e",\u00ea:"e",\u00eb:"e",\u00cc:"I",\u00cd:"I",\u00ce:"I",\u00cf:"I",\u00ec:"i",\u00ed:"i",\u00ee:"i",\u00ef:"i",\u00d1:"N",\u00f1:"n",\u00d2:"O",\u00d3:"O",\u00d4:"O",\u00d5:"O",\u00d6:"O",\u00d8:"O",\u00f2:"o",\u00f3:"o",\u00f4:"o",\u00f5:"o",\u00f6:"o",\u00f8:"o",\u00d9:"U",\u00da:"U",\u00db:"U",\u00dc:"U",\u00f9:"u",\u00fa:"u",\u00fb:"u",\u00fc:"u",\u00dd:"Y",\u00fd:"y",\u00ff:"y",\u00c6:"Ae",\u00e6:"ae",\u00de:"Th",\u00fe:"th",\u00df:"ss"},V1={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},gt={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"},Gt={function:!0,object:!0},X1={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},Q1={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Ct=Gt[typeof we]&&we&&!we.nodeType&&we,dn=Gt.object&&ht&&!ht.nodeType&&ht,n2=Ct&&dn&&"object"==typeof global&&global&&global.Object&&global,Vn=Gt[typeof self]&&self&&self.Object&&self,Gn=Gt[typeof window]&&window&&window.Object&&window,A1=(dn&&dn.exports,n2||Gn!==(this&&this.window)&&Gn||Vn||this);function Un(Ae,et){if(Ae!==et){var wt=null===Ae,rt=Ae===v,qt=Ae==Ae,Xt=null===et,Hn=et===v,n1=et==et;if(Ae>et&&!Xt||!qt||wt&&!Hn&&n1||rt&&n1)return 1;if(Ae-1;);return wt}function Q(Ae,et){for(var wt=Ae.length;wt--&&et.indexOf(Ae.charAt(wt))>-1;);return wt}function Le(Ae,et){return Un(Ae.criteria,et.criteria)||Ae.index-et.index}function _t(Ae){return v1[Ae]}function dt(Ae){return V1[Ae]}function bt(Ae,et,wt){return et?Ae=X1[Ae]:wt&&(Ae=Q1[Ae]),"\\"+Ae}function t1(Ae){return"\\"+Q1[Ae]}function fn(Ae,et,wt){for(var rt=Ae.length,qt=et+(wt?0:-1);wt?qt--:++qt=9&&Ae<=13||32==Ae||160==Ae||5760==Ae||6158==Ae||Ae>=8192&&(Ae<=8202||8232==Ae||8233==Ae||8239==Ae||8287==Ae||12288==Ae||65279==Ae)}function ke(Ae,et){for(var wt=-1,rt=Ae.length,qt=-1,Xt=[];++wt=200?or(c):null,ve=c.length;ie&&(S=s3,J=!1,c=ie);e:for(;++EE?0:E+c),(h=h===v||h>E?E:+h||0)<0&&(h+=E),E=c>h?0:h-c>>>0,c>>>=0;for(var S=et(E);++M=n1)return s1;var yn=wt[rt];return s1*("asc"===yn||!0===yn?1:-1)}}return Ae.index-et.index}(J,ie,h)})}function o1(a,c){var h=-1,M=u2(),E=a.length,S=M==G1,J=S&&E>=200,ie=J?or():null,ve=[];ie?(M=s3,S=!1):(J=!1,ie=c?[]:ve);e:for(;++h>>1,J=a[S];(h?J<=c:J2?h[E-2]:v,J=E>2?h[2]:v,ie=E>1?h[E-1]:v;for("function"==typeof S?(S=C1(S,ie,5),E-=2):E-=(S="function"==typeof ie?ie:v)?1:0,J&&m(h[0],h[1],J)&&(S=E<3?v:S,E=1);++M-1?h[S]:v}return De(h,M,a)}}function wr(a){return function(c,h,M){return c&&c.length?r2(c,h=Rt(h,M,3),a):-1}}function B2(a){return function(c,h,M){return De(c,h=Rt(h,M,3),a,!0)}}function C3(a){return function(){for(var c,h=arguments.length,M=a?h:-1,E=0,S=et(h);a?M--:++M=200)return c.plant(Qe).value();for(var ot=0,Tt=h?S[ot].apply(this,Ge):Qe;++ot=(c=+c)||!D1(c))return"";var E=c-M;return Io(h=null==h?" ":h+"",i2(E/h.length)).slice(0,E)}function m2(a,c,h,M){var E=1&c,S=c3(a);return function J(){for(var ie=-1,ve=arguments.length,Ge=-1,Qe=M.length,ot=et(Qe+ve);++Geve))return!1;for(;++ie-1&&a%1==0&&a-1&&a%1==0&&a<=U1}function Ke(a){return a==a&&!Mn(a)}function Ot(a,c){a=_n(a);for(var h=-1,M=c.length,E={};++h0){if(++a>=150)return h}else a=0;return I(h,M)});function cn(a){for(var c=K3(a),h=c.length,M=h&&a.length,E=!!M&&oe(M)&&(p1(a)||T3(a)),S=-1,J=[];++S=120?or(h&&ie):null}var ve=a[0],Ge=-1,Qe=ve?ve.length:0,ot=M[0];e:for(;++Ge2?a[c-2]:v,M=c>1?a[c-1]:v;return c>2&&"function"==typeof h?c-=2:(h=c>1&&"function"==typeof M?(--c,M):v,M=v),a.length=c,a5(a,h,M)});function vi(a){var c=K(a);return c.__chain__=!0,c}function s5(a,c,h){return c.call(h,a)}var F8=W1(function(a){return a=Lt(a),this.thru(function(c){return function $2(a,c){for(var h=-1,M=a.length,E=-1,S=c.length,J=et(M+S);++h-1:!!E&&u2(a,c,h)>-1}var Ar=l1(function(a,c,h){a[h]=c}),U8=W1(function(a,c,h){var M=-1,E="function"==typeof c,S=b(c),J=l(a)?et(a.length):[];return Cn(a,function(ie){var ve=E?c:S&&null!=ie?ie[c]:v;J[++M]=ve?ve.apply(ie,h):u(ie,c,h)}),J});function Pn(a,c,h){return(p1(a)?Kn:D3)(a,c=Rt(c,h,3))}var f5=l1(function(a,c,h){a[h?0:1].push(c)},function(){return[[],[]]}),ni=Jr(Z1,Cn),Sr=Jr(function R2(a,c,h,M){var E=a.length;for(M&&E&&(h=a[--E]);E--;)h=c(h,a[E],E,a);return h},Dn);function Li(a,c,h){if(h?m(a,c,h):null==c)return(S=(a=u3(a)).length)>0?a[y(0,S-1)]:v;var S,M=-1,E=I5(a),J=(S=E.length)-1;for(c=h1(c<0?0:+c||0,S);++M0&&(h=c.apply(this,arguments)),a<=1&&(c=v),h}}var _5=W1(function(a,c,h){var M=1;if(h.length){var E=ke(h,_5.placeholder);M|=32}return En(a,M,c,h,E)}),Rr=W1(function(a,c){for(var h=-1,M=(c=c.length?Lt(c):ii(a)).length;++hc?J1(Ge,E):ve=T2(wn,d2)}function y2(){J1(Tt,ve)}function t2(){if(M=arguments,J=O3(),ie=this,Ge=Tt&&(ve||!Et),!1===ot)var d2=Et&&!ve;else{!E&&!Et&&(Qe=J);var un=ot-(J-Qe),A3=un<=0||un>ot;A3?(E&&(E=f1(E)),Qe=J,S=a.apply(ie,M)):E||(E=T2(y2,un))}return A3&&ve?ve=f1(ve):!ve&&c!==ot&&(ve=T2(wn,c)),d2&&(A3=!0,S=a.apply(ie,M)),A3&&!ve&&!E&&(M=ie=v),S}return t2.cancel=function B1(){ve&&f1(ve),E&&f1(E),Qe=0,E=ve=Ge=v},t2}var K8=W1(function(a,c){return Yn(a,1,c)}),L4=W1(function(a,c,h){return Yn(a,c,h)}),Q8=C3(),Co=C3(!0);function mo(a,c){if("function"!=typeof a||c&&"function"!=typeof c)throw new w1(Ee);var h=function(){var M=arguments,E=c?c.apply(this,M):M[0],S=h.cache;if(S.has(E))return S.get(E);var J=a.apply(this,M);return h.cache=S.set(E,J),J};return h.cache=new mo.Cache,h}var xi=W1(function(a,c){if(c=Lt(c),"function"!=typeof a||!C2(c,o3))throw new w1(Ee);var h=c.length;return W1(function(M){for(var E=h1(M.length,h);E--;)M[E]=c[E](M[E]);return a.apply(this,M)})}),b5=Ir(32),D4=Ir(H),v5=W1(function(a,c){return En(a,256,v,v,v,Lt(c))});function W1(a,c){if("function"!=typeof a)throw new w1(Ee);return c=M1(c===v?a.length-1:+c||0,0),function(){for(var h=arguments,M=-1,E=M1(h.length-c,0),S=et(E);++Mc}function T3(a){return Ut(a)&&l(a)&&r1.call(a,"callee")&&!O1.call(a,"callee")}var p1=v3||function(a){return Ut(a)&&oe(a.length)&&An.call(a)==ae};function vo(a,c,h,M){var E=(h="function"==typeof h?C1(h,M,3):v)?h(a,c):v;return E===v?B3(a,c,h):!!E}function N3(a){return Ut(a)&&"string"==typeof a.message&&An.call(a)==D}function hr(a){return Mn(a)&&An.call(a)==q}function Mn(a){var c=typeof a;return!!a&&("object"==c||"function"==c)}function _3(a){return null!=a&&(hr(a)?F1.test(Yt.call(a)):Ut(a)&&_e.test(a))}function D5(a){return"number"==typeof a||Ut(a)&&An.call(a)==Ce}function Ti(a){var c,h;return!(!Ut(a)||An.call(a)!=Ve||T3(a)||!(r1.call(a,"constructor")||(c=a.constructor,"function"!=typeof c||c instanceof c)))&&(s2(a,function(M,E){h=E}),h===v||r1.call(a,h))}function E5(a){return Mn(a)&&An.call(a)==at}function Mo(a){return"string"==typeof a||Ut(a)&&An.call(a)==At}function Vr(a){return Ut(a)&&oe(a.length)&&!!$e[An.call(a)]}function wo(a,c){return a0;++ME?0:E+h),(M=M===v||M>E?E:+M||0)<0&&(M+=E),E=h>M?0:M>>>0,h>>>=0;h-1;)Sn.call(c,S,1);return c},K.pullAt=r5,K.range=function b6(a,c,h){h&&m(a,c,h)&&(c=h=v),a=+a||0,null==c?(c=a,a=0):c=+c||0;for(var M=-1,E=M1(i2((c-a)/((h=null==h?1:+h||0)||1)),0),S=et(E);++M=0&&a.indexOf(c,h)==h},K.escape=function g6(a){return(a=Te(a))&&K1.test(a)?a.replace(lt,dt):a},K.escapeRegExp=function E4(a){return(a=Te(a))&&ee.test(a)?a.replace(Re,bt):a||"(?:)"},K.every=V8,K.find=ti,K.findIndex=W3,K.findKey=O5,K.findLast=wi,K.findLastIndex=t5,K.findLastKey=T5,K.findWhere=function G8(a,c){return ti(a,ln(c))},K.first=z1,K.floor=L6,K.get=function a6(a,c,h){var M=null==a?v:D2(a,xn(c),c+"");return M===v?h:M},K.gt=pr,K.gte=function J8(a,c){return a>=c},K.has=function s6(a,c){if(null==a)return!1;var h=r1.call(a,c);if(!h&&!b(c)){if(null==(a=1==(c=xn(c)).length?a:D2(a,j(c,0,-1))))return!1;c=_i(c),h=r1.call(a,c)}return h||oe(a.length)&&f(c,a.length)&&(p1(a)||T3(a))},K.identity=gr,K.includes=fr,K.indexOf=Tr,K.inRange=function S5(a,c,h){return c=+c||0,h===v?(h=c,c=0):h=+h||0,a>=h1(c,h)&&a=c||!D1(c))return a;var E=(c-M)/2,S=Kt(E);return(h=A2("",i2(E),h)).slice(0,S)+a+h},K.padLeft=R5,K.padRight=z5,K.parseInt=function B5(a,c,h){return(h?m(a,c,h):null==c)?c=0:c&&(c=+c),a=m6(a),M2(a,c||(Ye.test(a)?16:10))},K.random=function F5(a,c,h){h&&m(a,c,h)&&(c=h=v);var M=null==a,E=null==c;if(null==h&&(E&&"boolean"==typeof a?(h=a,a=1):"boolean"==typeof c&&(h=c,E=!0)),M&&E&&(c=1,E=!1),a=+a||0,E?(c=a,a=0):c=+c||0,h||a%1||c%1){var S=tn();return h1(a+S*(c-a+en("1e-"+((S+"").length-1))),c)}return y(a,c)},K.reduce=ni,K.reduceRight=Sr,K.repeat=Io,K.result=function Eo(a,c,h){var M=null==a?v:a[c];return M===v&&(null!=a&&!b(c,a)&&(M=null==(a=1==(c=xn(c)).length?a:D2(a,j(c,0,-1)))?v:a[_i(c)]),M=M===v?h:M),hr(M)?M.call(a):M},K.round=Y5,K.runInContext=S1,K.size=function Di(a){var c=a?Jn(a):0;return oe(c)?c:x2(a).length},K.snakeCase=C6,K.some=Fr,K.sortedIndex=ei,K.sortedLastIndex=b4,K.startCase=V5,K.startsWith=function G5(a,c,h){return a=Te(a),h=null==h?0:h1(h<0?0:+h||0,a.length),a.lastIndexOf(c,h)==h},K.sum=function x4(a,c,h){return h&&m(a,c,h)&&(c=v),1==(c=Rt(c,h,3)).length?function z2(a,c){for(var h=a.length,M=0;h--;)M+=+c(a[h])||0;return M}(p1(a)?a:u3(a),c):function ft(a,c){var h=0;return Cn(a,function(M,E,S){h+=+c(M,E,S)||0}),h}(a,c)},K.template=function xo(a,c,h){var M=K.templateSettings;h&&m(a,c,h)&&(c=h=v),a=Te(a),c=jn(Rn({},h||c),M,J2);var ie,ve,E=jn(Rn({},c.imports),M.imports,J2),S=x2(E),J=Zt(E,S),Ge=0,Qe=c.interpolate||le,ot="__p += '",Tt=s1((c.escape||le).source+"|"+Qe.source+"|"+(Qe===We?Fe:le).source+"|"+(c.evaluate||le).source+"|$","g"),Et="//# sourceURL="+("sourceURL"in c?c.sourceURL:"lodash.templateSources["+ ++Dt+"]")+"\n";a.replace(Tt,function(wn,y2,t2,d2,un,A3){return t2||(t2=d2),ot+=a.slice(Ge,A3).replace(He,t1),y2&&(ie=!0,ot+="' +\n__e("+y2+") +\n'"),un&&(ve=!0,ot+="';\n"+un+";\n__p += '"),t2&&(ot+="' +\n((__t = ("+t2+")) == null ? '' : __t) +\n'"),Ge=A3+wn.length,wn}),ot+="';\n";var B1=c.variable;B1||(ot="with (obj) {\n"+ot+"\n}\n"),ot=(ve?ot.replace(z,""):ot).replace(b1,"$1").replace(ut,"$1;"),ot="function("+(B1||"obj")+") {\n"+(B1?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(ie?", __e = _.escape":"")+(ve?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+ot+"return __p\n}";var J1=Z5(function(){return qt(S,Et+"return "+ot).apply(v,J)});if(J1.source=ot,N3(J1))throw J1;return J1},K.trim=m6,K.trimLeft=function _6(a,c,h){var M=a;return(a=Te(a))&&((h?m(M,c,h):null==c)?a.slice(_1(a)):a.slice(T(a,c+"")))},K.trimRight=function Po(a,c,h){var M=a;return(a=Te(a))&&((h?m(M,c,h):null==c)?a.slice(0,P1(a)+1):a.slice(0,Q(a,c+"")+1))},K.trunc=function U5(a,c,h){h&&m(a,c,h)&&(c=v);var M=30,E="...";if(null!=c)if(Mn(c)){var S="separator"in c?c.separator:S;M="length"in c?+c.length||0:M,E="omission"in c?Te(c.omission):E}else M=+c||0;if(M>=(a=Te(a)).length)return a;var J=M-E.length;if(J<1)return E;var ie=a.slice(0,J);if(null==S)return ie+E;if(E5(S)){if(a.slice(J).search(S)){var ve,Ge,Qe=a.slice(0,J);for(S.global||(S=s1(S.source,(je.exec(S)||"")+"g")),S.lastIndex=0;ve=S.exec(Qe);)Ge=ve.index;ie=ie.slice(0,Ge??J)}}else if(a.indexOf(S,J)!=J){var ot=ie.lastIndexOf(S);ot>-1&&(ie=ie.slice(0,ot))}return ie+E},K.unescape=function H5(a){return(a=Te(a))&&Ue.test(a)?a.replace(Ft,pn):a},K.uniqueId=function M6(a){var c=++O2;return Te(a)+c},K.words=Y3,K.all=V8,K.any=Fr,K.contains=fr,K.eq=vo,K.detect=ti,K.foldl=ni,K.foldr=Sr,K.head=z1,K.include=fr,K.inject=ni,si(K,function(){var a={};return mn(K,function(c,h){K.prototype[h]||(a[h]=c)}),a}(),!1),K.sample=Li,K.prototype.sample=function(a){return this.__chain__||null!=a?this.thru(function(c){return Li(c,a)}):Li(this.value())},K.VERSION="3.10.1",E1(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){K[a].placeholder=K}),E1(["drop","take"],function(a,c){jt.prototype[a]=function(h){var M=this.__filtered__;if(M&&!c)return new jt(this);h=null==h?1:M1(Kt(h)||0,0);var E=this.clone();return M?E.__takeCount__=h1(E.__takeCount__,h):E.__views__.push({size:h,type:a+(E.__dir__<0?"Right":"")}),E},jt.prototype[a+"Right"]=function(h){return this.reverse()[a](h).reverse()}}),E1(["filter","map","takeWhile"],function(a,c){var h=c+1,M=2!=h;jt.prototype[a]=function(E,S){var J=this.clone();return J.__iteratees__.push({iteratee:Rt(E,S,1),type:h}),J.__filtered__=J.__filtered__||M,J}}),E1(["first","last"],function(a,c){var h="take"+(c?"Right":"");jt.prototype[a]=function(){return this[h](1).value()[0]}}),E1(["initial","rest"],function(a,c){var h="drop"+(c?"":"Right");jt.prototype[a]=function(){return this.__filtered__?new jt(this):this[h](1)}}),E1(["pluck","where"],function(a,c){var h=c?"filter":"map",M=c?ln:li;jt.prototype[a]=function(E){return this[h](M(E))}}),jt.prototype.compact=function(){return this.filter(gr)},jt.prototype.reject=function(a,c){return a=Rt(a,c,1),this.filter(function(h){return!a(h)})},jt.prototype.slice=function(a,c){a=null==a?0:+a||0;var h=this;return h.__filtered__&&(a>0||c<0)?new jt(h):(a<0?h=h.takeRight(-a):a&&(h=h.drop(a)),c!==v&&(h=(c=+c||0)<0?h.dropRight(-c):h.take(c-a)),h)},jt.prototype.takeRightWhile=function(a,c){return this.reverse().takeWhile(a,c).reverse()},jt.prototype.toArray=function(){return this.take(h2)},mn(jt.prototype,function(a,c){var h=/^(?:filter|map|reject)|While$/.test(c),M=/^(?:first|last)$/.test(c),E=K[M?"take"+("last"==c?"Right":""):c];!E||(K.prototype[c]=function(){var S=M?[1]:arguments,J=this.__chain__,ie=this.__wrapped__,ve=!!this.__actions__.length,Ge=ie instanceof jt,Qe=S[0],ot=Ge||p1(ie);ot&&h&&"function"==typeof Qe&&1!=Qe.length&&(Ge=ot=!1);var Tt=function(wn){return M&&J?E(wn,1)[0]:E.apply(v,o2([wn],S))},Et={func:s5,args:[Tt],thisArg:v},B1=Ge&&!ve;if(M&&!J)return B1?((ie=ie.clone()).__actions__.push(Et),a.call(ie)):E.call(v,this.value())[0];if(!M&&ot){ie=B1?ie:new jt(this);var J1=a.apply(ie,S);return J1.__actions__.push(Et),new Ln(J1,J)}return this.thru(Tt)})}),E1(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(a){var c=(/^(?:replace|split)$/.test(a)?f2:k1)[a],h=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",M=/^(?:join|pop|replace|shift)$/.test(a);K.prototype[a]=function(){var E=arguments;return M&&!this.__chain__?c.apply(this.value(),E):this[h](function(S){return c.apply(S,E)})}}),mn(jt.prototype,function(a,c){var h=K[c];if(h){var M=h.name;(j2[M]||(j2[M]=[])).push({name:c,func:h})}}),j2[sr(v,2).name]=[{name:"wrapper",func:v}],jt.prototype.clone=function M3(){var a=new jt(this.__wrapped__);return a.__actions__=i1(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=i1(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=i1(this.__views__),a},jt.prototype.reverse=function w3(){if(this.__filtered__){var a=new jt(this);a.__dir__=-1,a.__filtered__=!0}else(a=this.clone()).__dir__*=-1;return a},jt.prototype.value=function w2(){var a=this.__wrapped__.value(),c=this.__dir__,h=p1(a),M=c<0,E=h?a.length:0,S=function r3(a,c,h){for(var M=-1,E=h.length;++M=1&&F<=31||127==F||0==Q&&F>=48&&F<=57||1==Q&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==Q&&1==H&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+_.charAt(Q):_.charAt(Q):z+="\ufffd";return z};return we.CSS||(we.CSS={}),we.CSS.escape=I,I}(we)},938:function(_t,we,I){var o; +/** + * @license + * Lodash + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */_t=I.nmd(_t),function(){var _,Q=200,F="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",z="Expected a function",Y="Invalid `variable` option passed into `_.template`",J="__lodash_hash_undefined__",ie=500,U="__lodash_placeholder__",V=1,se=2,le=4,ye=1,De=2,Oe=1,ce=2,q=4,ae=8,Le=16,Ne=32,Ee=64,te=128,G=256,me=512,D=30,pe="...",Ce=800,ge=16,rt=1,Be=2,Gt=1/0,p1=9007199254740991,Z1=17976931348623157e292,L1=NaN,Ct=4294967295,I1=Ct-1,un=Ct>>>1,d1=[["ary",te],["bind",Oe],["bindKey",ce],["curry",ae],["curryRight",Le],["flip",me],["partial",Ne],["partialRight",Ee],["rearg",G]],y1="[object Arguments]",M1="[object Array]",xt="[object AsyncFunction]",r1="[object Boolean]",j="[object Date]",en="[object DOMException]",lt="[object Error]",V1="[object Function]",h1="[object GeneratorFunction]",Te="[object Map]",wt="[object Number]",ot="[object Null]",de="[object Object]",$e="[object Promise]",Ae="[object Proxy]",N="[object RegExp]",he="[object Set]",je="[object String]",ut="[object Symbol]",Pt="[object Undefined]",At="[object WeakMap]",Lt="[object WeakSet]",dt="[object ArrayBuffer]",Je="[object DataView]",Tt="[object Float32Array]",ft="[object Float64Array]",Se="[object Int8Array]",Rt="[object Int16Array]",W1="[object Int32Array]",yn="[object Uint8Array]",x1="[object Uint8ClampedArray]",Y2="[object Uint16Array]",pt="[object Uint32Array]",E2=/\b__p \+= '';/g,dn=/\b(__p \+=) '' \+/g,R2=/(__e\(.*?\)|\b__t\)) \+\n'';/g,bn=/&(?:amp|lt|gt|quot|#39);/g,J1=/[&<>"']/g,fn=RegExp(bn.source),tn=RegExp(J1.source),e2=/<%-([\s\S]+?)%>/g,xe=/<%([\s\S]+?)%>/g,B=/<%=([\s\S]+?)%>/g,ue=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ie=/^\w*$/,ht=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,qe=/[\\^$.*+?()[\]{}|]/g,Jt=RegExp(qe.source),Me=/^\s+/,O=/\s/,W=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,be=/\{\n\/\* \[wrapped with (.+)\] \*/,Fe=/,? & /,He=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,it=/[()=,{}\[\]\/\s]/,jt=/\\(\\)?/g,N1=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Xt=/\w*$/,Wt=/^[-+]0x[0-9a-f]+$/i,Ut=/^0b[01]+$/i,v2=/^\[object .+?Constructor\]$/,d2=/^0o[0-7]+$/i,Nn=/^(?:0|[1-9]\d*)$/,vt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,nn=/($^)/,r3=/['\n\r\u2028\u2029\\]/g,t2="\\ud800-\\udfff",Mr="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",kn="\\u2700-\\u27bf",i3="a-z\\xdf-\\xf6\\xf8-\\xff",P1="A-Z\\xc0-\\xd6\\xd8-\\xde",In="\\ufe0e\\ufe0f",x2="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",vn="['\u2019]",Sn="["+t2+"]",Fn="["+x2+"]",Rn="["+Mr+"]",r2="\\d+",tt="["+kn+"]",Dt="["+i3+"]",D1="[^"+t2+x2+r2+kn+i3+P1+"]",E1="\\ud83c[\\udffb-\\udfff]",G1="[^"+t2+"]",gn="(?:\\ud83c[\\udde6-\\uddff]){2}",g1="[\\ud800-\\udbff][\\udc00-\\udfff]",Cn="["+P1+"]",yt="(?:"+Dt+"|"+D1+")",R3="(?:"+Cn+"|"+D1+")",i2="(?:['\u2019](?:d|ll|m|re|s|t|ve))?",Q2="(?:['\u2019](?:D|LL|M|RE|S|T|VE))?",Kn="(?:"+Rn+"|"+E1+")"+"?",c1="["+In+"]?",k1=c1+Kn+("(?:\\u200d(?:"+[G1,gn,g1].join("|")+")"+c1+Kn+")*"),$2="(?:"+[tt,gn,g1].join("|")+")"+k1,b1="(?:"+[G1+Rn+"?",Rn,gn,g1,Sn].join("|")+")",z2=RegExp(vn,"g"),p2=RegExp(Rn,"g"),s3=RegExp(E1+"(?="+E1+")|"+b1+k1,"g"),C1=RegExp([Cn+"?"+Dt+"+"+i2+"(?="+[Fn,Cn,"$"].join("|")+")",R3+"+"+Q2+"(?="+[Fn,Cn+yt,"$"].join("|")+")",Cn+"?"+yt+"+"+i2,Cn+"+"+Q2,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",r2,$2].join("|"),"g"),K1=RegExp("[\\u200d"+t2+Mr+In+"]"),Mn=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,xn=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],zn=-1,Vt={};Vt[Tt]=Vt[ft]=Vt[Se]=Vt[Rt]=Vt[W1]=Vt[yn]=Vt[x1]=Vt[Y2]=Vt[pt]=!0,Vt[y1]=Vt[M1]=Vt[dt]=Vt[r1]=Vt[Je]=Vt[j]=Vt[lt]=Vt[V1]=Vt[Te]=Vt[wt]=Vt[de]=Vt[N]=Vt[he]=Vt[je]=Vt[At]=!1;var mt={};mt[y1]=mt[M1]=mt[dt]=mt[Je]=mt[r1]=mt[j]=mt[Tt]=mt[ft]=mt[Se]=mt[Rt]=mt[W1]=mt[Te]=mt[wt]=mt[de]=mt[N]=mt[he]=mt[je]=mt[ut]=mt[yn]=mt[x1]=mt[Y2]=mt[pt]=!0,mt[lt]=mt[V1]=mt[At]=!1;var q1={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},B2=parseFloat,ii=parseInt,Bn="object"==typeof global&&global&&global.Object===Object&&global,a3="object"==typeof self&&self&&self.Object===Object&&self,wn=Bn||a3||Function("return this")(),ir=we&&!we.nodeType&&we,z3=ir&&_t&&!_t.nodeType&&_t,oi=z3&&z3.exports===ir,P2=oi&&Bn.process,on=function(){try{return z3&&z3.require&&z3.require("util").types||P2&&P2.binding&&P2.binding("util")}catch{}}(),y3=on&&on.isArrayBuffer,b3=on&&on.isDate,s2=on&&on.isMap,wr=on&&on.isRegExp,O2=on&&on.isSet,Lr=on&&on.isTypedArray;function Y1(re,ke,Pe){switch(Pe.length){case 0:return re.call(ke);case 1:return re.call(ke,Pe[0]);case 2:return re.call(ke,Pe[0],Pe[1]);case 3:return re.call(ke,Pe[0],Pe[1],Pe[2])}return re.apply(ke,Pe)}function or(re,ke,Pe,ct){for(var zt=-1,s1=null==re?0:re.length;++zt-1}function v3(re,ke,Pe){for(var ct=-1,zt=null==re?0:re.length;++ct-1;);return Pe}function mn(re,ke){for(var Pe=re.length;Pe--&&M3(ke,re[Pe],0)>-1;);return Pe}var J2=Pn({\u00c0:"A",\u00c1:"A",\u00c2:"A",\u00c3:"A",\u00c4:"A",\u00c5:"A",\u00e0:"a",\u00e1:"a",\u00e2:"a",\u00e3:"a",\u00e4:"a",\u00e5:"a",\u00c7:"C",\u00e7:"c",\u00d0:"D",\u00f0:"d",\u00c8:"E",\u00c9:"E",\u00ca:"E",\u00cb:"E",\u00e8:"e",\u00e9:"e",\u00ea:"e",\u00eb:"e",\u00cc:"I",\u00cd:"I",\u00ce:"I",\u00cf:"I",\u00ec:"i",\u00ed:"i",\u00ee:"i",\u00ef:"i",\u00d1:"N",\u00f1:"n",\u00d2:"O",\u00d3:"O",\u00d4:"O",\u00d5:"O",\u00d6:"O",\u00d8:"O",\u00f2:"o",\u00f3:"o",\u00f4:"o",\u00f5:"o",\u00f6:"o",\u00f8:"o",\u00d9:"U",\u00da:"U",\u00db:"U",\u00dc:"U",\u00f9:"u",\u00fa:"u",\u00fb:"u",\u00fc:"u",\u00dd:"Y",\u00fd:"y",\u00ff:"y",\u00c6:"Ae",\u00e6:"ae",\u00de:"Th",\u00fe:"th",\u00df:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010a:"C",\u010c:"C",\u0107:"c",\u0109:"c",\u010b:"c",\u010d:"c",\u010e:"D",\u0110:"D",\u010f:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011a:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011b:"e",\u011c:"G",\u011e:"G",\u0120:"G",\u0122:"G",\u011d:"g",\u011f:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012a:"I",\u012c:"I",\u012e:"I",\u0130:"I",\u0129:"i",\u012b:"i",\u012d:"i",\u012f:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013b:"L",\u013d:"L",\u013f:"L",\u0141:"L",\u013a:"l",\u013c:"l",\u013e:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014a:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014b:"n",\u014c:"O",\u014e:"O",\u0150:"O",\u014d:"o",\u014f:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015a:"S",\u015c:"S",\u015e:"S",\u0160:"S",\u015b:"s",\u015d:"s",\u015f:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016a:"U",\u016c:"U",\u016e:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016b:"u",\u016d:"u",\u016f:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017b:"Z",\u017d:"Z",\u017a:"z",\u017c:"z",\u017e:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017f:"s"}),q2=Pn({"&":"&","<":"<",">":">",'"':""","'":"'"});function Gr(re){return"\\"+q1[re]}function N2(re){return K1.test(re)}function qt(re){var ke=-1,Pe=Array(re.size);return re.forEach(function(ct,zt){Pe[++ke]=[zt,ct]}),Pe}function X2(re,ke){return function(Pe){return re(ke(Pe))}}function g2(re,ke){for(var Pe=-1,ct=re.length,zt=0,s1=[];++Pe",""":'"',"'":"'"});var e3=function re(ke){var r,Pe=(ke=null==ke?wn:e3.defaults(wn.Object(),ke,e3.pick(wn,xn))).Array,ct=ke.Date,zt=ke.Error,s1=ke.Function,an=ke.Math,w1=ke.Object,J3=ke.RegExp,xi=ke.String,L2=ke.TypeError,q3=Pe.prototype,ai=s1.prototype,U3=w1.prototype,fr=ke["__core-js_shared__"],pr=ai.toString,m1=U3.hasOwnProperty,Pi=0,li=(r=/[^.]+$/.exec(fr&&fr.keys&&fr.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",y=U3.toString,g=pr.call(w1),L=wn._,S=J3("^"+pr.call(m1).replace(qe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ne=oi?ke.Buffer:_,_e=ke.Symbol,Qe=ke.Uint8Array,Et=ne?ne.allocUnsafe:_,O1=X2(w1.getPrototypeOf,w1),f1=w1.create,e1=U3.propertyIsEnumerable,Ot=q3.splice,t1=_e?_e.isConcatSpreadable:_,Ht=_e?_e.iterator:_,a1=_e?_e.toStringTag:_,F1=function(){try{var r=_i(w1,"defineProperty");return r({},"",{}),r}catch{}}(),j1=ke.clearTimeout!==wn.clearTimeout&&ke.clearTimeout,Jn=ct&&ct.now!==wn.Date.now&&ct.now,En=ke.setTimeout!==wn.setTimeout&&ke.setTimeout,U1=an.ceil,ln=an.floor,_n=w1.getOwnPropertySymbols,u3=ne?ne.isBuffer:_,d3=ke.isFinite,U2=q3.join,V2=X2(w1.keys,w1),Vn=an.max,C2=an.min,ci=ct.now,Ho=ke.parseInt,u=an.random,c=q3.reverse,p=_i(ke,"DataView"),m=_i(ke,"Map"),v=_i(ke,"Promise"),T=_i(ke,"Set"),oe=_i(ke,"WeakMap"),Ze=_i(w1,"create"),Xe=oe&&new oe,nt={},It=t3(p),l1=t3(m),T1=t3(v),m2=t3(T),l2=t3(oe),f3=_e?_e.prototype:_,_2=f3?f3.valueOf:_,p3=f3?f3.toString:_;function k(r){if(Gn(r)&&!Zt(r)&&!(r instanceof _1)){if(r instanceof L3)return r;if(m1.call(r,"__wrapped__"))return T8(r)}return new L3(r)}var X3=function(){function r(){}return function(a){if(!Tn(a))return{};if(f1)return f1(a);r.prototype=a;var f=new r;return r.prototype=_,f}}();function er(){}function L3(r,a){this.__wrapped__=r,this.__actions__=[],this.__chain__=!!a,this.__index__=0,this.__values__=_}function _1(r){this.__wrapped__=r,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ct,this.__views__=[]}function Zr(r){var a=-1,f=null==r?0:r.length;for(this.clear();++a=a?r:a)),r}function tr(r,a,f,M,x,R){var $,X=a&V,fe=a&se,Ue=a≤if(f&&($=x?f(r,M,x,R):f(r)),$!==_)return $;if(!Tn(r))return r;var Ve=Zt(r);if(Ve){if($=function m9(r){var a=r.length,f=new r.constructor(a);return a&&"string"==typeof r[0]&&m1.call(r,"index")&&(f.index=r.index,f.input=r.input),f}(r),!X)return Z2(r,$)}else{var We=y2(r),st=We==V1||We==h1;if(Qr(r))return g8(r,X);if(We==de||We==y1||st&&!x){if($=fe||st?{}:_9(r),!X)return fe?function y8(r,a){return nr(r,I8(r),a)}(r,function uo(r,a){return r&&nr(a,C3(a),r)}($,r)):function Bi(r,a){return nr(r,f5(r),a)}(r,co($,r))}else{if(!mt[We])return x?r:{};$=function y9(r,a,f){var M=r.constructor;switch(a){case dt:return C8(r);case r1:case j:return new M(+r);case Je:return function f9(r,a){var f=a?C8(r.buffer):r.buffer;return new r.constructor(f,r.byteOffset,r.byteLength)}(r,f);case Tt:case ft:case Se:case Rt:case W1:case yn:case x1:case Y2:case pt:return $6(r,f);case Te:return new M;case wt:case je:return new M(r);case N:return function m8(r){var a=new r.constructor(r.source,Xt.exec(r));return a.lastIndex=r.lastIndex,a}(r);case he:return new M;case ut:return function _8(r){return _2?w1(_2.call(r)):{}}(r)}}(r,We,X)}}R||(R=new hr);var Mt=R.get(r);if(Mt)return Mt;R.set(r,$),l4(r)?r.forEach(function(St){$.add(tr(St,a,f,St,r,R))}):i4(r)&&r.forEach(function(St,u1){$.set(u1,tr(St,a,f,u1,r,R))});var n1=Ve?_:(Ue?fe?Lo:d5:fe?C3:u2)(r);return z1(n1||r,function(St,u1){n1&&(St=r[u1=St]),G2($,u1,tr(St,a,f,u1,r,R))}),$}function Ko(r,a,f){var M=f.length;if(null==r)return!M;for(r=w1(r);M--;){var x=f[M],R=a[x],$=r[x];if($===_&&!(x in r)||!R($))return!1}return!0}function pi(r,a,f){if("function"!=typeof r)throw new L2(z);return Po(function(){r.apply(_,f)},a)}function Yo(r,a,f,M){var x=-1,R=Yn,$=!0,X=r.length,fe=[],Ue=a.length;if(!X)return fe;f&&(a=Yt(a,K(f))),M?(R=v3,$=!1):a.length>=Q&&(R=Ft,$=!1,a=new Si(a));e:for(;++x-1},Dr.prototype.set=function Ni(r,a){var f=this.__data__,M=gr(f,r);return M<0?(++this.size,f.push([r,a])):f[M][1]=a,this},D3.prototype.clear=function e8(){this.size=0,this.__data__={hash:new Zr,map:new(m||Dr),string:new Zr}},D3.prototype.delete=function ki(r){var a=Eo(this,r).delete(r);return this.size-=a?1:0,a},D3.prototype.get=function Wr(r){return Eo(this,r).get(r)},D3.prototype.has=function E6(r){return Eo(this,r).has(r)},D3.prototype.set=function cn(r,a){var f=Eo(this,r),M=f.size;return f.set(r,a),this.size+=f.size==M?0:1,this},Si.prototype.add=Si.prototype.push=function I6(r){return this.__data__.set(r,J),this},Si.prototype.has=function Wo(r){return this.__data__.has(r)},hr.prototype.clear=function $a(){this.__data__=new Dr,this.size=0},hr.prototype.delete=function Ja(r){var a=this.__data__,f=a.delete(r);return this.size=a.size,f},hr.prototype.get=function qa(r){return this.__data__.get(r)},hr.prototype.has=function di(r){return this.__data__.has(r)},hr.prototype.set=function x6(r,a){var f=this.__data__;if(f instanceof Dr){var M=f.__data__;if(!m||M.length0&&f(X)?a>1?k2(X,a-1,f,M,x):A2(x,X):M||(x[x.length]=X)}return x}var fo=q6(),po=q6(!0);function I3(r,a){return r&&fo(r,a,u2)}function hi(r,a){return r&&po(r,a,u2)}function gi(r,a){return jn(a,function(f){return K3(r[f])})}function V3(r,a){for(var f=0,M=(a=Pr(a,r)).length;null!=r&&fa}function $o(r,a){return null!=r&&m1.call(r,a)}function N6(r,a){return null!=r&&a in w1(r)}function o8(r,a,f){for(var M=f?v3:Yn,x=r[0].length,R=r.length,$=R,X=Pe(R),fe=1/0,Ue=[];$--;){var Ve=r[$];$&&a&&(Ve=Yt(Ve,K(a))),fe=C2(Ve.length,fe),X[$]=!f&&(a||x>=120&&Ve.length>=120)?new Si($&&Ve):_}Ve=r[0];var We=-1,st=X[0];e:for(;++We=X?fe:fe*("desc"==f[M]?-1:1)}return r.index-a.index}(R,$,f)})}function l9(r,a,f){for(var M=-1,x=a.length,R={};++M-1;)X!==r&&Ot.call(X,fe,1),Ot.call(r,fe,1);return r}function H6(r,a){for(var f=r?a.length:0,M=f-1;f--;){var x=a[f];if(f==M||x!==R){var R=x;mr(x)?Ot.call(r,x,1):mo(r,x)}}return r}function e5(r,a){return r+ln(u()*(a-r+1))}function t5(r,a){var f="";if(!r||a<1||a>p1)return f;do{a%2&&(f+=r),(a=ln(a/2))&&(r+=r)}while(a);return f}function o1(r,a){return h5(l0(r,a,n3),r+"")}function Z6(r){return c2(Rr(r))}function go(r,a){var f=Rr(r);return g5(f,fi(a,0,f.length))}function Co(r,a,f,M){if(!Tn(r))return r;for(var x=-1,R=(a=Pr(a,r)).length,$=R-1,X=r;null!=X&&++xx?0:x+a),(f=f>x?x:f)<0&&(f+=x),x=a>f?0:f-a>>>0,a>>>=0;for(var R=Pe(x);++M>>1,$=r[R];null!==$&&!T3($)&&(f?$<=a:$=Q){var Ue=a?null:i7(r);if(Ue)return $1(Ue);$=!1,x=Ft,fe=new Si}else fe=a?[]:X;e:for(;++M=M?r:h3(r,a,f)}var Q6=j1||function(r){return wn.clearTimeout(r)};function g8(r,a){if(a)return r.slice();var f=r.length,M=Et?Et(f):new r.constructor(f);return r.copy(M),M}function C8(r){var a=new r.constructor(r.byteLength);return new Qe(a).set(new Qe(r)),a}function $6(r,a){var f=a?C8(r.buffer):r.buffer;return new r.constructor(f,r.byteOffset,r.length)}function zi(r,a){if(r!==a){var f=r!==_,M=null===r,x=r==r,R=T3(r),$=a!==_,X=null===a,fe=a==a,Ue=T3(a);if(!X&&!Ue&&!R&&r>a||R&&$&&fe&&!X&&!Ue||M&&$&&fe||!f&&fe||!x)return 1;if(!M&&!R&&!Ue&&r1?f[x-1]:_,$=x>2?f[2]:_;for(R=r.length>3&&"function"==typeof R?(x--,R):_,$&&D2(f[0],f[1],$)&&(R=x<3?_:R,x=1),a=w1(a);++M-1?x[R?a[$]:$]:_}}function s5(r){return G3(function(a){var f=a.length,M=f,x=L3.prototype.thru;for(r&&a.reverse();M--;){var R=a[M];if("function"!=typeof R)throw new L2(z);if(x&&!$&&"wrapper"==Vi(R))var $=new L3([],!0)}for(M=$?M:f;++M1&&v1.reverse(),Ve&&feX))return!1;var Ue=R.get(r),Ve=R.get(a);if(Ue&&Ve)return Ue==a&&Ve==r;var We=-1,st=!0,Mt=f&De?new Si:_;for(R.set(r,a),R.set(a,r);++We-1&&r%1==0&&r1?"& ":"")+a[M],a=a.join(f>2?", ":" "),r.replace(W,"{\n/* [wrapped with "+a+"] */\n")}(M,function Oo(r,a){return z1(d1,function(f){var M="_."+f[0];a&f[1]&&!Yn(r,M)&&r.push(M)}),r.sort()}(function Gi(r){var a=r.match(be);return a?a[1].split(Fe):[]}(M),f)))}function f0(r){var a=0,f=0;return function(){var M=ci(),x=ge-(M-f);if(f=M,x>0){if(++a>=Ce)return arguments[0]}else a=0;return r.apply(_,arguments)}}function g5(r,a){var f=-1,M=r.length,x=M-1;for(a=a===_?M:a;++f1?r[a-1]:_;return f="function"==typeof f?(r.pop(),f):_,B8(r,f)});function v5(r){var a=k(r);return a.__chain__=!0,a}function Ao(r,a){return a(r)}var K9=G3(function(r){var a=r.length,f=a?r[0]:0,M=this.__wrapped__,x=function(R){return O6(R,r)};return!(a>1||this.__actions__.length)&&M instanceof _1&&mr(f)?((M=M.slice(f,+f+(a?1:0))).__actions__.push({func:Ao,args:[x],thisArg:_}),new L3(M,this.__chain__).thru(function(R){return a&&!R.length&&R.push(_),R})):this.thru(x)});var $9=_o(function(r,a,f){m1.call(r,f)?++r[f]:Er(r,f,1)});var J9=b8(m0),U8=b8(_0);function M5(r,a){return(Zt(r)?z1:Ir)(r,Nt(a,3))}function R0(r,a){return(Zt(r)?T2:T6)(r,Nt(a,3))}var G8=_o(function(r,a,f){m1.call(r,f)?r[f].push(a):Er(r,f,[a])});var X9=o1(function(r,a,f){var M=-1,x="function"==typeof a,R=g3(r)?Pe(r.length):[];return Ir(r,function($){R[++M]=x?Y1(a,$,f):xr($,a,f)}),R}),es=_o(function(r,a,f){Er(r,f,a)});function w5(r,a){return(Zt(r)?Yt:U6)(r,Nt(a,3))}var z0=_o(function(r,a,f){r[f?0:1].push(a)},function(){return[[],[]]});var j0=o1(function(r,a){if(null==r)return[];var f=a.length;return f>1&&D2(r,a[0],a[1])?a=[]:f>2&&D2(a[0],a[1],a[2])&&(a=[a[0]]),a9(r,k2(a,1),[])}),H8=Jn||function(){return wn.Date.now()};function Z8(r,a,f){return a=f?_:a,a=r&&null==a?r.length:a,Tr(r,te,_,_,_,_,a)}function V0(r,a){var f;if("function"!=typeof a)throw new L2(z);return r=Qt(r),function(){return--r>0&&(f=a.apply(this,arguments)),r<=1&&(a=_),f}}var L5=o1(function(r,a,f){var M=Oe;if(f.length){var x=g2(f,Cr(L5));M|=Ne}return Tr(r,M,a,f,x)}),G0=o1(function(r,a,f){var M=Oe|ce;if(f.length){var x=g2(f,Cr(G0));M|=Ne}return Tr(a,M,r,f,x)});function Z0(r,a,f){var M,x,R,$,X,fe,Ue=0,Ve=!1,We=!1,st=!0;if("function"!=typeof r)throw new L2(z);function Mt(An){var Q3=M,br=x;return M=x=_,Ue=An,$=r.apply(br,Q3)}function St(An){var Q3=An-fe;return fe===_||Q3>=a||Q3<0||We&&An-Ue>=R}function u1(){var An=H8();if(St(An))return v1(An);X=Po(u1,function n1(An){var d6=a-(An-fe);return We?C2(d6,R-(An-Ue)):d6}(An))}function v1(An){return X=_,st&&M?Mt(An):(M=x=_,$)}function _3(){var An=H8(),Q3=St(An);if(M=arguments,x=this,fe=An,Q3){if(X===_)return function kt(An){return Ue=An,X=Po(u1,a),Ve?Mt(An):$}(fe);if(We)return Q6(X),X=Po(u1,a),Mt(fe)}return X===_&&(X=Po(u1,a)),$}return a=N3(a)||0,Tn(f)&&(Ve=!!f.leading,R=(We="maxWait"in f)?Vn(N3(f.maxWait)||0,a):R,st="trailing"in f?!!f.trailing:st),_3.cancel=function m3(){X!==_&&Q6(X),Ue=0,M=fe=x=X=_},_3.flush=function K2(){return X===_?$:v1(H8())},_3}var W0=o1(function(r,a){return pi(r,1,a)}),os=o1(function(r,a,f){return pi(r,N3(a)||0,f)});function D5(r,a){if("function"!=typeof r||null!=a&&"function"!=typeof a)throw new L2(z);var f=function(){var M=arguments,x=a?a.apply(this,M):M[0],R=f.cache;if(R.has(x))return R.get(x);var $=r.apply(this,M);return f.cache=R.set(x,$)||R,$};return f.cache=new(D5.Cache||D3),f}function E5(r){if("function"!=typeof r)throw new L2(z);return function(){var a=arguments;switch(a.length){case 0:return!r.call(this);case 1:return!r.call(this,a[0]);case 2:return!r.call(this,a[0],a[1]);case 3:return!r.call(this,a[0],a[1],a[2])}return!r.apply(this,a)}}D5.Cache=D3;var as=d9(function(r,a){var f=(a=1==a.length&&Zt(a[0])?Yt(a[0],K(Nt())):Yt(k2(a,1),K(Nt()))).length;return o1(function(M){for(var x=-1,R=C2(M.length,f);++x=a}),vi=k6(function(){return arguments}())?k6:function(r){return Gn(r)&&m1.call(r,"callee")&&!e1.call(r,"callee")},Zt=Pe.isArray,K8=y3?K(y3):function Xa(r){return Gn(r)&&H2(r)==dt};function g3(r){return null!=r&&ko(r.length)&&!K3(r)}function Xn(r){return Gn(r)&&g3(r)}var Qr=u3||qr,gs=b3?K(b3):function S6(r){return Gn(r)&&H2(r)==j};function Y8(r){if(!Gn(r))return!1;var a=H2(r);return a==lt||a==en||"string"==typeof r.message&&"string"==typeof r.name&&!Sr(r)}function K3(r){if(!Tn(r))return!1;var a=H2(r);return a==V1||a==h1||a==xt||a==Ae}function r4(r){return"number"==typeof r&&r==Qt(r)}function ko(r){return"number"==typeof r&&r>-1&&r%1==0&&r<=p1}function Tn(r){var a=typeof r;return null!=r&&("object"==a||"function"==a)}function Gn(r){return null!=r&&"object"==typeof r}var i4=s2?K(s2):function o9(r){return Gn(r)&&y2(r)==Te};function I5(r){return"number"==typeof r||Gn(r)&&H2(r)==wt}function Sr(r){if(!Gn(r)||H2(r)!=de)return!1;var a=O1(r);if(null===a)return!0;var f=m1.call(a,"constructor")&&a.constructor;return"function"==typeof f&&f instanceof f&&pr.call(f)==g}var Mi=wr?K(wr):function Jo(r){return Gn(r)&&H2(r)==N};var l4=O2?K(O2):function R6(r){return Gn(r)&&y2(r)==he};function Fr(r){return"string"==typeof r||!Zt(r)&&Gn(r)&&H2(r)==je}function T3(r){return"symbol"==typeof r||Gn(r)&&H2(r)==ut}var Ji=Lr?K(Lr):function s9(r){return Gn(r)&&ko(r.length)&&!!Vt[H2(r)]};var x5=Mo(j6),qi=Mo(function(r,a){return r<=a});function P5(r){if(!r)return[];if(g3(r))return Fr(r)?$n(r):Z2(r);if(Ht&&r[Ht])return function Ge(re){for(var ke,Pe=[];!(ke=re.next()).done;)Pe.push(ke.value);return Pe}(r[Ht]());var a=y2(r);return(a==Te?qt:a==he?$1:Rr)(r)}function A3(r){return r?(r=N3(r))===Gt||r===-Gt?(r<0?-1:1)*Z1:r==r?r:0:0===r?r:0}function Qt(r){var a=A3(r),f=a%1;return a==a?f?a-f:a:0}function So(r){return r?fi(Qt(r),0,Ct):0}function N3(r){if("number"==typeof r)return r;if(T3(r))return L1;if(Tn(r)){var a="function"==typeof r.valueOf?r.valueOf():r;r=Tn(a)?a+"":a}if("string"!=typeof r)return 0===r?r:+r;r=w(r);var f=Ut.test(r);return f||d2.test(r)?ii(r.slice(2),f?2:8):Wt.test(r)?L1:+r}function O5(r){return nr(r,C3(r))}function A1(r){return null==r?"":x3(r)}var u4=ji(function(r,a){if(xo(a)||g3(a))nr(a,u2(a),r);else for(var f in a)m1.call(a,f)&&G2(r,f,a[f])}),T5=ji(function(r,a){nr(a,C3(a),r)}),A5=ji(function(r,a,f,M){nr(a,C3(a),r,M)}),ws=ji(function(r,a,f,M){nr(a,u2(a),r,M)}),d4=G3(O6);var f4=o1(function(r,a){r=w1(r);var f=-1,M=a.length,x=M>2?a[2]:_;for(x&&D2(a[0],a[1],x)&&(M=1);++f1),R}),nr(r,Lo(r),f),M&&(f=tr(f,V|se|le,t0));for(var x=a.length;x--;)mo(f,a[x]);return f});var Ss=G3(function(r,a){return null==r?{}:function n7(r,a){return l9(r,a,function(f,M){return q8(r,M)})}(r,a)});function m4(r,a){if(null==r)return{};var f=Yt(Lo(r),function(M){return[M]});return a=Nt(a),l9(r,f,function(M,x){return a(M,x[0])})}var y4=wo(u2),N5=wo(C3);function Rr(r){return null==r?[]:ze(r,u2(r))}var v4=Ui(function(r,a,f){return a=a.toLowerCase(),r+(f?t6(a):a)});function t6(r){return s6(A1(r).toLowerCase())}function n6(r){return(r=A1(r))&&r.replace(vt,J2).replace(p2,"")}var R5=Ui(function(r,a,f){return r+(f?"-":"")+a.toLowerCase()}),Fo=Ui(function(r,a,f){return r+(f?" ":"")+a.toLowerCase()}),js=X6("toLowerCase");var h7=Ui(function(r,a,f){return r+(f?"_":"")+a.toLowerCase()});var Zs=Ui(function(r,a,f){return r+(f?" ":"")+s6(a)});var qs=Ui(function(r,a,f){return r+(f?" ":"")+a.toUpperCase()}),s6=X6("toUpperCase");function D4(r,a,f){return r=A1(r),(a=f?_:a)===_?function Hr(re){return Mn.test(re)}(r)?function w2(re){return re.match(C1)||[]}(r):function Vr(re){return re.match(He)||[]}(r):r.match(a)||[]}var E4=o1(function(r,a){try{return Y1(r,_,a)}catch(f){return Y8(f)?f:new zt(f)}}),Xs=G3(function(r,a){return z1(a,function(f){f=P3(f),Er(r,f,L5(r[f],r))}),r});function z5(r){return function(){return r}}var na=s5(),g7=s5(!0);function n3(r){return r}function x4(r){return a8("function"==typeof r?r:tr(r,V))}var ia=o1(function(r,a){return function(f){return xr(f,r,a)}}),a6=o1(function(r,a){return function(f){return xr(r,f,a)}});function l6(r,a,f){var M=u2(a),x=gi(a,M);null==f&&(!Tn(a)||!x.length&&M.length)&&(f=a,a=r,r=this,x=gi(a,u2(a)));var R=!(Tn(f)&&"chain"in f&&!f.chain),$=K3(r);return z1(x,function(X){var fe=a[X];r[X]=fe,$&&(r.prototype[X]=function(){var Ue=this.__chain__;if(R||Ue){var Ve=r(this.__wrapped__);return(Ve.__actions__=Z2(this.__actions__)).push({func:fe,args:arguments,thisArg:r}),Ve.__chain__=Ue,Ve}return fe.apply(r,A2([this.value()],arguments))})}),r}function wi(){}var Li=v8(Yt),j5=v8(j2),Y3=v8(M2);function U5(r){return Io(r)?sn(P3(r)):function r7(r){return function(a){return V3(a,r)}}(r)}var eo=Kr(),to=Kr(!0);function Jr(){return[]}function qr(){return!1}var T4=l5(function(r,a){return r+a},0),A4=w8("ceil"),N4=l5(function(r,a){return r/a},1),k4=w8("floor");var aa=l5(function(r,a){return r*a},1),la=w8("round"),c6=l5(function(r,a){return r-a},0);return k.after=function U0(r,a){if("function"!=typeof a)throw new L2(z);return r=Qt(r),function(){if(--r<1)return a.apply(this,arguments)}},k.ary=Z8,k.assign=u4,k.assignIn=T5,k.assignInWith=A5,k.assignWith=ws,k.at=d4,k.before=V0,k.bind=L5,k.bindAll=Xs,k.bindKey=G0,k.castArray=function q0(){if(!arguments.length)return[];var r=arguments[0];return Zt(r)?r:[r]},k.chain=v5,k.chunk=function h0(r,a,f){a=(f?D2(r,a,f):a===_)?1:Vn(Qt(a),0);var M=null==r?0:r.length;if(!M||a<1)return[];for(var x=0,R=0,$=Pe(U1(M/a));xx?0:x+f),(M=M===_||M>x?x:Qt(M))<0&&(M+=x),M=f>M?0:So(M);f>>0)?(r=A1(r))&&("string"==typeof a||null!=a&&!Mi(a))&&(!(a=x3(a))&&N2(r))?Or($n(r),0,f):r.split(a,f):[]},k.spread=function $0(r,a){if("function"!=typeof r)throw new L2(z);return a=null==a?0:Vn(Qt(a),0),o1(function(f){var M=f[a],x=Or(f,0,a);return M&&A2(x,M),Y1(r,this,x)})},k.tail=function z9(r){var a=null==r?0:r.length;return a?h3(r,1,a):[]},k.take=function F8(r,a,f){return r&&r.length?h3(r,0,(a=f||a===_?1:Qt(a))<0?0:a):[]},k.takeRight=function O0(r,a,f){var M=null==r?0:r.length;return M?h3(r,(a=M-(a=f||a===_?1:Qt(a)))<0?0:a,M):[]},k.takeRightWhile=function T0(r,a){return r&&r.length?Ri(r,Nt(a,3),!1,!0):[]},k.takeWhile=function bi(r,a){return r&&r.length?Ri(r,Nt(a,3)):[]},k.tap=function W9(r,a){return a(r),r},k.throttle=function J0(r,a,f){var M=!0,x=!0;if("function"!=typeof r)throw new L2(z);return Tn(f)&&(M="leading"in f?!!f.leading:M,x="trailing"in f?!!f.trailing:x),Z0(r,a,{leading:M,maxWait:a,trailing:x})},k.thru=Ao,k.toArray=P5,k.toPairs=y4,k.toPairsIn=N5,k.toPath=function P4(r){return Zt(r)?Yt(r,P3):T3(r)?[r]:Z2(p0(A1(r)))},k.toPlainObject=O5,k.transform=function zs(r,a,f){var M=Zt(r),x=M||Qr(r)||Ji(r);if(a=Nt(a,4),null==f){var R=r&&r.constructor;f=x?M?new R:[]:Tn(r)&&K3(R)?X3(O1(r)):{}}return(x?z1:I3)(r,function($,X,fe){return a(f,$,X,fe)}),f},k.unary=function ls(r){return Z8(r,1)},k.union=B9,k.unionBy=R8,k.unionWith=y5,k.uniq=function j9(r){return r&&r.length?qn(r):[]},k.uniqBy=function z8(r,a){return r&&r.length?qn(r,Nt(a,2)):[]},k.uniqWith=function b5(r,a){return a="function"==typeof a?a:_,r&&r.length?qn(r,_,a):[]},k.unset=function Bs(r,a){return null==r||mo(r,a)},k.unzip=Nr,k.unzipWith=B8,k.update=function k5(r,a,f){return null==r?r:f8(r,a,h8(f))},k.updateWith=function S5(r,a,f,M){return M="function"==typeof M?M:_,null==r?r:f8(r,a,h8(f),M)},k.values=Rr,k.valuesIn=function f7(r){return null==r?[]:ze(r,C3(r))},k.without=j8,k.words=D4,k.wrap=function cs(r,a){return W8(h8(a),r)},k.xor=U9,k.xorBy=V9,k.xorWith=A0,k.zip=Zi,k.zipObject=function G9(r,a){return p8(r||[],a||[],G2)},k.zipObjectDeep=function H9(r,a){return p8(r||[],a||[],Co)},k.zipWith=Z9,k.entries=y4,k.entriesIn=N5,k.extend=T5,k.extendWith=A5,l6(k,k),k.add=T4,k.attempt=E4,k.camelCase=v4,k.capitalize=t6,k.ceil=A4,k.clamp=function e6(r,a,f){return f===_&&(f=a,a=_),f!==_&&(f=(f=N3(f))==f?f:0),a!==_&&(a=(a=N3(a))==a?a:0),fi(N3(r),a,f)},k.clone=function us(r){return tr(r,le)},k.cloneDeep=function ds(r){return tr(r,V|le)},k.cloneDeepWith=function fs(r,a){return tr(r,V|le,a="function"==typeof a?a:_)},k.cloneWith=function X0(r,a){return tr(r,le,a="function"==typeof a?a:_)},k.conformsTo=function ps(r,a){return null==a||Ko(r,a,u2(a))},k.deburr=n6,k.defaultTo=function I4(r,a){return null==r||r!=r?a:r},k.divide=N4,k.endsWith=function r6(r,a,f){r=A1(r),a=x3(a);var M=r.length,x=f=f===_?M:fi(Qt(f),0,M);return(f-=a.length)>=0&&r.slice(f,x)==a},k.eq=W3,k.escape=function zr(r){return(r=A1(r))&&tn.test(r)?r.replace(J1,q2):r},k.escapeRegExp=function F5(r){return(r=A1(r))&&Jt.test(r)?r.replace(qe,"\\$&"):r},k.every=function k0(r,a,f){var M=Zt(r)?j2:n9;return f&&D2(r,a,f)&&(a=_),M(r,Nt(a,3))},k.find=J9,k.findIndex=m0,k.findKey=function Ds(r,a){return X1(r,Nt(a,3),I3)},k.findLast=U8,k.findLastIndex=_0,k.findLastKey=function Es(r,a){return X1(r,Nt(a,3),hi)},k.floor=k4,k.forEach=M5,k.forEachRight=R0,k.forIn=function k3(r,a){return null==r?r:fo(r,Nt(a,3),C3)},k.forInRight=function Is(r,a){return null==r?r:po(r,Nt(a,3),C3)},k.forOwn=function xs(r,a){return r&&I3(r,Nt(a,3))},k.forOwnRight=function d7(r,a){return r&&hi(r,Nt(a,3))},k.get=J8,k.gt=e4,k.gte=O3,k.has=function Ps(r,a){return null!=r&&r0(r,a,$o)},k.hasIn=q8,k.head=m5,k.identity=n3,k.includes=function No(r,a,f,M){r=g3(r)?r:Rr(r),f=f&&!M?Qt(f):0;var x=r.length;return f<0&&(f=Vn(x+f,0)),Fr(r)?f<=x&&r.indexOf(a,f)>-1:!!x&&M3(r,a,f)>-1},k.indexOf=function O9(r,a,f){var M=null==r?0:r.length;if(!M)return-1;var x=null==f?0:Qt(f);return x<0&&(x=Vn(M+x,0)),M3(r,a,x)},k.inRange=function p7(r,a,f){return a=A3(a),f===_?(f=a,a=0):f=A3(f),function i9(r,a,f){return r>=C2(a,f)&&r=-p1&&r<=p1},k.isSet=l4,k.isString=Fr,k.isSymbol=T3,k.isTypedArray=Ji,k.isUndefined=function c4(r){return r===_},k.isWeakMap=function vs(r){return Gn(r)&&y2(r)==At},k.isWeakSet=function Ms(r){return Gn(r)&&H2(r)==Lt},k.join=function w0(r,a){return null==r?"":U2.call(r,a)},k.kebabCase=R5,k.last=H3,k.lastIndexOf=function N9(r,a,f){var M=null==r?0:r.length;if(!M)return-1;var x=M;return f!==_&&(x=(x=Qt(f))<0?Vn(M+x,0):C2(x,M-1)),a==a?function On(re,ke,Pe){for(var ct=Pe+1;ct--;)if(re[ct]===ke)return ct;return ct}(r,a,x):l3(r,w3,x,!0)},k.lowerCase=Fo,k.lowerFirst=js,k.lt=x5,k.lte=qi,k.max=function S4(r){return r&&r.length?Qo(r,n3,Ci):_},k.maxBy=function F4(r,a){return r&&r.length?Qo(r,Nt(a,2),Ci):_},k.mean=function R4(r){return S1(r,n3)},k.meanBy=function oa(r,a){return S1(r,Nt(a,2))},k.min=function sa(r){return r&&r.length?Qo(r,n3,j6):_},k.minBy=function z4(r,a){return r&&r.length?Qo(r,Nt(a,2),j6):_},k.stubArray=Jr,k.stubFalse=qr,k.stubObject=function no(){return{}},k.stubString=function ro(){return""},k.stubTrue=function io(){return!0},k.multiply=aa,k.nth=function k9(r,a){return r&&r.length?Xo(r,Qt(a)):_},k.noConflict=function yr(){return wn._===this&&(wn._=L),this},k.noop=wi,k.now=H8,k.pad=function M4(r,a,f){r=A1(r);var M=(a=Qt(a))?Ln(r):0;if(!a||M>=a)return r;var x=(a-M)/2;return vo(ln(x),f)+r+vo(U1(x),f)},k.padEnd=function w4(r,a,f){r=A1(r);var M=(a=Qt(a))?Ln(r):0;return a&&Ma){var M=r;r=a,a=M}if(f||r%1||a%1){var x=u();return C2(r+x*(a-r+B2("1e-"+((x+"").length-1))),a)}return e5(r,a)},k.reduce=function B0(r,a,f){var M=Zt(r)?a2:ar,x=arguments.length<3;return M(r,Nt(a,4),f,x,Ir)},k.reduceRight=function ns(r,a,f){var M=Zt(r)?sr:ar,x=arguments.length<3;return M(r,Nt(a,4),f,x,T6)},k.repeat=function Ro(r,a,f){return a=(f?D2(r,a,f):a===_)?1:Qt(a),t5(A1(r),a)},k.replace=function Gs(){var r=arguments,a=A1(r[0]);return r.length<3?a:a.replace(r[1],r[2])},k.result=function _4(r,a,f){var M=-1,x=(a=Pr(a,r)).length;for(x||(x=1,r=_);++Mp1)return[];var f=Ct,M=C2(r,Ct);a=Nt(a),r-=Ct;for(var x=P(M,a);++f=R)return r;var X=f-Ln(M);if(X<1)return M;var fe=$?Or($,0,X).join(""):r.slice(0,X);if(x===_)return fe+M;if($&&(X+=fe.length-X),Mi(x)){if(r.slice(X).search(x)){var Ue,Ve=fe;for(x.global||(x=J3(x.source,A1(Xt.exec(x))+"g")),x.lastIndex=0;Ue=x.exec(Ve);)var We=Ue.index;fe=fe.slice(0,We===_?X:We)}}else if(r.indexOf(x3(x),X)!=X){var st=fe.lastIndexOf(x);st>-1&&(fe=fe.slice(0,st))}return fe+M},k.unescape=function o6(r){return(r=A1(r))&&fn.test(r)?r.replace(bn,$3):r},k.uniqueId=function O4(r){var a=++Pi;return A1(r)+a},k.upperCase=qs,k.upperFirst=s6,k.each=M5,k.eachRight=R0,k.first=m5,l6(k,function(){var r={};return I3(k,function(a,f){m1.call(k.prototype,f)||(r[f]=a)}),r}(),{chain:!1}),k.VERSION="4.17.21",z1(["bind","bindKey","curry","curryRight","partial","partialRight"],function(r){k[r].placeholder=k}),z1(["drop","take"],function(r,a){_1.prototype[r]=function(f){f=f===_?1:Vn(Qt(f),0);var M=this.__filtered__&&!a?new _1(this):this.clone();return M.__filtered__?M.__takeCount__=C2(f,M.__takeCount__):M.__views__.push({size:C2(f,Ct),type:r+(M.__dir__<0?"Right":"")}),M},_1.prototype[r+"Right"]=function(f){return this.reverse()[r](f).reverse()}}),z1(["filter","map","takeWhile"],function(r,a){var f=a+1,M=f==rt||3==f;_1.prototype[r]=function(x){var R=this.clone();return R.__iteratees__.push({iteratee:Nt(x,3),type:f}),R.__filtered__=R.__filtered__||M,R}}),z1(["head","last"],function(r,a){var f="take"+(a?"Right":"");_1.prototype[r]=function(){return this[f](1).value()[0]}}),z1(["initial","tail"],function(r,a){var f="drop"+(a?"":"Right");_1.prototype[r]=function(){return this.__filtered__?new _1(this):this[f](1)}}),_1.prototype.compact=function(){return this.filter(n3)},_1.prototype.find=function(r){return this.filter(r).head()},_1.prototype.findLast=function(r){return this.reverse().find(r)},_1.prototype.invokeMap=o1(function(r,a){return"function"==typeof r?new _1(this):this.map(function(f){return xr(f,r,a)})}),_1.prototype.reject=function(r){return this.filter(E5(Nt(r)))},_1.prototype.slice=function(r,a){r=Qt(r);var f=this;return f.__filtered__&&(r>0||a<0)?new _1(f):(r<0?f=f.takeRight(-r):r&&(f=f.drop(r)),a!==_&&(f=(a=Qt(a))<0?f.dropRight(-a):f.take(a-r)),f)},_1.prototype.takeRightWhile=function(r){return this.reverse().takeWhile(r).reverse()},_1.prototype.toArray=function(){return this.take(Ct)},I3(_1.prototype,function(r,a){var f=/^(?:filter|find|map|reject)|While$/.test(a),M=/^(?:head|last)$/.test(a),x=k[M?"take"+("last"==a?"Right":""):a],R=M||/^find/.test(a);x&&(k.prototype[a]=function(){var $=this.__wrapped__,X=M?[1]:arguments,fe=$ instanceof _1,Ue=X[0],Ve=fe||Zt($),We=function(u1){var v1=x.apply(k,A2([u1],X));return M&&st?v1[0]:v1};Ve&&f&&"function"==typeof Ue&&1!=Ue.length&&(fe=Ve=!1);var st=this.__chain__,Mt=!!this.__actions__.length,kt=R&&!st,n1=fe&&!Mt;if(!R&&Ve){$=n1?$:new _1(this);var St=r.apply($,X);return St.__actions__.push({func:Ao,args:[We],thisArg:_}),new L3(St,st)}return kt&&n1?r.apply(this,X):(St=this.thru(We),kt?M?St.value()[0]:St.value():St)})}),z1(["pop","push","shift","sort","splice","unshift"],function(r){var a=q3[r],f=/^(?:push|sort|unshift)$/.test(r)?"tap":"thru",M=/^(?:pop|shift)$/.test(r);k.prototype[r]=function(){var x=arguments;if(M&&!this.__chain__){var R=this.value();return a.apply(Zt(R)?R:[],x)}return this[f](function($){return a.apply(Zt($)?$:[],x)})}}),I3(_1.prototype,function(r,a){var f=k[a];if(f){var M=f.name+"";m1.call(nt,M)||(nt[M]=[]),nt[M].push({name:a,func:f})}}),nt[bo(_,ce).name]=[{name:"wrapper",func:_}],_1.prototype.clone=function Zo(){var r=new _1(this.__wrapped__);return r.__actions__=Z2(this.__actions__),r.__dir__=this.__dir__,r.__filtered__=this.__filtered__,r.__iteratees__=Z2(this.__iteratees__),r.__takeCount__=this.__takeCount__,r.__views__=Z2(this.__views__),r},_1.prototype.reverse=function ui(){if(this.__filtered__){var r=new _1(this);r.__dir__=-1,r.__filtered__=!0}else(r=this.clone()).__dir__*=-1;return r},_1.prototype.value=function e9(){var r=this.__wrapped__.value(),a=this.__dir__,f=Zt(r),M=a<0,x=f?r.length:0,R=function x8(r,a,f){for(var M=-1,x=f.length;++M=this.__values__.length;return{done:r,value:r?_:this.__values__[this.__index__++]}},k.prototype.plant=function Q9(r){for(var a,f=this;f instanceof er;){var M=T8(f);M.__index__=0,M.__values__=_,a?x.__wrapped__=M:a=M;var x=M;f=f.__wrapped__}return x.__wrapped__=r,a},k.prototype.reverse=function Ki(){var r=this.__wrapped__;if(r instanceof _1){var a=r;return this.__actions__.length&&(a=new _1(this)),(a=a.reverse()).__actions__.push({func:Ao,args:[_5],thisArg:_}),new L3(a,this.__chain__)}return this.thru(_5)},k.prototype.toJSON=k.prototype.valueOf=k.prototype.value=function Yi(){return S2(this.__wrapped__,this.__actions__)},k.prototype.first=k.prototype.head,Ht&&(k.prototype[Ht]=function Wi(){return this}),k}();wn._=e3,(o=function(){return e3}.call(we,I,we,_t))!==_&&(_t.exports=o)}.call(this)},834:function(_t,we,I){var o; /*! - * Platform.js - * Copyright 2014-2016 Benjamin Tan - * Copyright 2011-2013 John-David Dalton - * Available under MIT license - */ht=x.nmd(ht),function(){"use strict";var v={function:!0,object:!0},Z=v[typeof window]&&window||this,$=Z,F=v[typeof we]&&we,B=v.object&&ht&&!ht.nodeType&&ht,Y=F&&B&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(Z=Y);var X=Math.pow(2,53)-1,re=/\bOpera/,H=this,U=Object.prototype,se=U.hasOwnProperty,he=U.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=ae(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function ne(D,q){for(var pe in D)se.call(D,pe)&&q(D[pe],pe,D)}function fe(D){return null==D?ye(D):he.call(D).slice(8,-1)}function Ee(D,q){var pe=null!=D?typeof D[q]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(pe)||"object"==pe&&!D[q])}function Se(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Pe(D,q){var pe=null;return function Ne(D,q){var pe=-1,Ce=D?D.length:0;if("number"==typeof Ce&&Ce>-1&&Ce<=X)for(;++pe3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(nt)&&"WebKit"||!nt&&/\bMSIE\b/i.test(D)&&("Mac OS"==k?"Tasman":"Trident")||"WebKit"==nt&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(nt=[z]),"IE"==de&&(z=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",k="Windows Phone "+(/\+$/.test(z)?z:z+".x"),ut.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",k="Windows Phone 8.x",ut.unshift("desktop mode"),Ue||(Ue=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==nt&&(z=/\brv:([\d.]+)/.exec(D))&&(de&&ut.push("identifying as "+de+(Ue?" "+Ue:"")),de="IE",Ue=z[1]),lt){if(Ee(q,"global"))if($t&&(b1=(z=$t.lang.System).getProperty("os.arch"),k=k||z.getProperty("os.name")+" "+z.getProperty("os.version")),at&&Ee(q,"system")&&(z=[q.system])[0]){k||(k=z[0].os||null);try{z[1]=q.require("ringo/engine").version,Ue=z[1].join("."),de="RingoJS"}catch{z[0].global.system==q.system&&(de="Narwhal")}}else"object"==typeof q.process&&!q.process.browser&&(z=q.process)?(de="Node.js",b1=z.arch,k=z.platform,Ue=/[\d.]+/.exec(z.version)[0]):Pt&&(de="Rhino");else fe(z=q.runtime)==c1?(de="Adobe AIR",k=z.flash.system.Capabilities.os):fe(z=q.phantom)==It?(de="PhantomJS",Ue=(z=z.version||null)&&z.major+"."+z.minor+"."+z.patch):"number"==typeof Vt.documentMode&&(z=/\bTrident\/(\d+)/i.exec(D))&&(Ue=[Ue,Vt.documentMode],(z=+z[1]+4)!=Ue[1]&&(ut.push("IE "+Ue[1]+" mode"),nt&&(nt[1]=""),Ue[1]=z),Ue="IE"==de?String(Ue[1].toFixed(1)):Ue[0]);k=k&&ce(k)}Ue&&(z=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Ue)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(lt&&Ce.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(Ft=/b/i.test(z)?"beta":"alpha",Ue=Ue.replace(RegExp(z+"\\+?$"),"")+("beta"==Ft?q1:Bt)+(/\d+\+?/.exec(z)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(k)?de="Firefox Mobile":"Maxthon"==de&&Ue?Ue=Ue.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test(We)?(k=null,"Xbox 360"==We&&/\bIEMobile\b/.test(D)&&ut.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||We||/Browser|Mobi/.test(de))||"Windows CE"!=k&&!/Mobi/i.test(D)?"IE"==de&<&&null===q.external?ut.unshift("platform preview"):(/\bBlackBerry\b/.test(We)||/\bBB10\b/.test(D))&&(z=(RegExp(We.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Ue)?(k=((z=[z,/BB10/.test(D)])[1]?(We=null,ze="BlackBerry"):"Device Software")+" "+z[0],Ue=null):this!=ne&&"Wii"!=We&&(lt&&Nt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(k)||"IE"==de&&(k&&!/^Win/.test(k)&&Ue>5.5||/\bWindows XP\b/.test(k)&&Ue>8||8==Ue&&!/\bTrident\b/.test(D)))&&!re.test(z=W.call(ne,D.replace(re,"")+";"))&&z.name&&(z="ing as "+z.name+((z=z.version)?" "+z:""),re.test(de)?(/\bIE\b/.test(z)&&"Mac OS"==k&&(k=null),z="identify"+z):(z="mask"+z,de=Jt?ce(Jt.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(z)&&(k=null),lt||(Ue=null)),nt=["Presto"],ut.push(z)):de+=" Mobile",(z=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(z=[parseFloat(z.replace(/\.(\d)$/,".0$1")),z],"Safari"==de&&"+"==z[1].slice(-1)?(de="WebKit Nightly",Ft="alpha",Ue=z[1].slice(0,-1)):(Ue==z[1]||Ue==(z[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Ue=null),z[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==z[0]&&537.36==z[2]&&parseFloat(z[1])>=28&&"WebKit"==nt&&(nt=["Blink"]),lt&&(ct||z[1])?(nt&&(nt[1]="like Chrome"),z=z[1]||((z=z[0])<530?1:z<532?2:z<532.05?3:z<533?4:z<534.03?5:z<534.07?6:z<534.1?7:z<534.13?8:z<534.16?9:z<534.24?10:z<534.3?11:z<535.01?12:z<535.02?"13+":z<535.07?15:z<535.11?16:z<535.19?17:z<536.05?18:z<536.1?19:z<537.01?20:z<537.11?"21+":z<537.13?23:z<537.18?24:z<537.24?25:z<537.36?26:"Blink"!=nt?"27":"28")):(nt&&(nt[1]="like Safari"),z=(z=z[0])<400?1:z<500?2:z<526?3:z<533?4:z<534?"4+":z<535?5:z<537?6:z<538?7:z<601?8:"8"),nt&&(nt[1]+=" "+(z+="number"==typeof z?".x":/[.+]/.test(z)?"":"+")),"Safari"==de&&(!Ue||parseInt(Ue)>45)&&(Ue=z)),"Opera"==de&&(z=/\bzbov|zvav$/.exec(k))?(de+=" ",ut.unshift("desktop mode"),"zvav"==z?(de+="Mini",Ue=null):de+="Mobile",k=k.replace(RegExp(" *"+z+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(nt&&nt[1])&&(ut.unshift("desktop mode"),de="Chrome Mobile",Ue=null,/\bOS X\b/.test(k)?(ze="Apple",k="iOS 4.3+"):k=null),Ue&&0==Ue.indexOf(z=/[\d.]+$/.exec(k))&&D.indexOf("/"+z+"-")>-1&&(k=ae(k.replace(z,""))),nt&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(k)&&/\bSafari\b/.test(nt[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&nt[1])&&(z=nt[nt.length-1])&&ut.push(z),ut.length&&(ut=["("+ut.join("; ")+")"]),ze&&We&&We.indexOf(ze)<0&&ut.push("on "+ze),We&&ut.push((/^on /.test(ut[ut.length-1])?"":"on ")+We),k&&(z=/ ([\d.+]+)$/.exec(k),K1=z&&"/"==k.charAt(k.length-z[0].length-1),k={architecture:32,family:z&&!K1?k.replace(z[0],""):k,version:z?z[1]:null,toString:function(){var _e=this.version;return this.family+(_e&&!K1?" "+_e:"")+(64==this.architecture?" 64-bit":"")}}),(z=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(b1))&&!/\bi686\b/i.test(b1)?(k&&(k.architecture=64,k.family=k.family.replace(RegExp(" *"+z),"")),de&&(/\bWOW64\b/i.test(D)||lt&&/\w(?:86|32)$/.test(Ce.cpuClass||Ce.platform)&&!/\bWin64; x64\b/i.test(D))&&ut.unshift("32-bit")):k&&/^OS X/.test(k.family)&&"Chrome"==de&&parseFloat(Ue)>=39&&(k.architecture=64),D||(D=null);var Ye={};return Ye.description=D,Ye.layout=nt&&nt[0],Ye.manufacturer=ze,Ye.name=de,Ye.prerelease=Ft,Ye.product=We,Ye.ua=D,Ye.version=de&&Ue,Ye.os=k||{architecture:null,family:null,version:null,toString:function(){return"null"}},Ye.parse=W,Ye.toString=function je(){return this.description||""},Ye.version&&ut.unshift(Ue),Ye.name&&ut.unshift(de),k&&de&&!(k==String(k).split(" ")[0]&&(k==de.split(" ")[0]||We))&&ut.push(We?"("+k+")":"on "+k),ut.length&&(Ye.description=ut.join(" ")),Ye}();Z.platform=ge,void 0!==(i=function(){return ge}.call(we,x,we,ht))&&(ht.exports=i)}.call(this)},5649:()=>{ -/*! ***************************************************************************** - Copyright (C) Microsoft. All rights reserved. - Licensed under the Apache License, Version 2.0 (the "License"); you may not use - this file except in compliance with the License. You may obtain a copy of the - License at http://www.apache.org/licenses/LICENSE-2.0 - - THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED - WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, - MERCHANTABLITY OR NON-INFRINGEMENT. - - See the Apache Version 2.0 License for specific language governing permissions - and limitations under the License. - ***************************************************************************** */ -var ht,we;we=ht||(ht={}),function(x){var i="object"==typeof global?global:"object"==typeof self?self:"object"==typeof this?this:Function("return this;")(),v=Z(we);function Z($,F){return function(B,Y){"function"!=typeof $[B]&&Object.defineProperty($,B,{configurable:!0,writable:!0,value:Y}),F&&F(B,Y)}}typeof i.Reflect>"u"?i.Reflect=we:v=Z(i.Reflect,v),function(x){var i=Object.prototype.hasOwnProperty,v="function"==typeof Symbol,Z=v&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",$=v&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",F="function"==typeof Object.create,B={__proto__:[]}instanceof Array,Y=!F&&!B,X={create:F?function(){return Re(Object.create(null))}:B?function(){return Re({__proto__:null})}:function(){return Re({})},has:Y?function(ee,me){return i.call(ee,me)}:function(ee,me){return me in ee},get:Y?function(ee,me){return i.call(ee,me)?ee[me]:void 0}:function(ee,me){return ee[me]}},re=Object.getPrototypeOf(Function),H="object"==typeof process&&process.env&&"true"===process.env.REFLECT_METADATA_USE_MAP_POLYFILL,U=H||"function"!=typeof Map||"function"!=typeof Map.prototype.entries?ze():Map,se=H||"function"!=typeof Set||"function"!=typeof Set.prototype.entries?k():Set,ye=new(H||"function"!=typeof WeakMap?be():WeakMap);function Oe(ee,me,xe,Fe){if(St(xe)){if(!z(ee))throw new TypeError;if(!ut(me))throw new TypeError;return ge(ee,me)}if(!z(ee))throw new TypeError;if(!Pt(me))throw new TypeError;if(!Pt(Fe)&&!St(Fe)&&!It(Fe))throw new TypeError;return It(Fe)&&(Fe=void 0),D(ee,me,xe=Jt(xe),Fe)}function Ne(ee,me){function xe(Fe,je){if(!Pt(Fe))throw new TypeError;if(!St(je)&&!Ft(je))throw new TypeError;ct(ee,me,Fe,je)}return xe}function ce(ee,me,xe,Fe){if(!Pt(xe))throw new TypeError;return St(Fe)||(Fe=Jt(Fe)),ct(ee,me,xe,Fe)}function ne(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),pe(ee,me,xe)}function fe(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),Ce(ee,me,xe)}function Ee(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),Ve(ee,me,xe)}function Se(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),at(ee,me,xe)}function Pe(ee,me){if(!Pt(ee))throw new TypeError;return St(me)||(me=Jt(me)),At(ee,me)}function ae(ee,me){if(!Pt(ee))throw new TypeError;return St(me)||(me=Jt(me)),c1(ee,me)}function W(ee,me,xe){if(!Pt(me))throw new TypeError;St(xe)||(xe=Jt(xe));var Fe=q(me,xe,!1);if(St(Fe)||!Fe.delete(ee))return!1;if(Fe.size>0)return!0;var je=ye.get(me);return je.delete(xe),je.size>0||ye.delete(me),!0}function ge(ee,me){for(var xe=ee.length-1;xe>=0;--xe){var je=(0,ee[xe])(me);if(!St(je)&&!It(je)){if(!ut(je))throw new TypeError;me=je}}return me}function D(ee,me,xe,Fe){for(var je=ee.length-1;je>=0;--je){var _e=(0,ee[je])(me,xe,Fe);if(!St(_e)&&!It(_e)){if(!Pt(_e))throw new TypeError;Fe=_e}}return Fe}function q(ee,me,xe){var Fe=ye.get(ee);if(St(Fe)){if(!xe)return;Fe=new U,ye.set(ee,Fe)}var je=Fe.get(me);if(St(je)){if(!xe)return;je=new U,Fe.set(me,je)}return je}function pe(ee,me,xe){if(Ce(ee,me,xe))return!0;var je=We(me);return!It(je)&&pe(ee,je,xe)}function Ce(ee,me,xe){var Fe=q(me,xe,!1);return!St(Fe)&&Vt(Fe.has(ee))}function Ve(ee,me,xe){if(Ce(ee,me,xe))return at(ee,me,xe);var je=We(me);return It(je)?void 0:Ve(ee,je,xe)}function at(ee,me,xe){var Fe=q(me,xe,!1);if(!St(Fe))return Fe.get(ee)}function ct(ee,me,xe,Fe){q(xe,Fe,!0).set(ee,me)}function At(ee,me){var xe=c1(ee,me),Fe=We(ee);if(null===Fe)return xe;var je=At(Fe,me);if(je.length<=0)return xe;if(xe.length<=0)return je;for(var Ye=new se,_e=[],P=0,V=xe;P=0&&P=this._keys.length?(this._index=-1,this._keys=me,this._values=me):this._index++,{value:V,done:!1}}return{value:void 0,done:!0}},_e.prototype.throw=function(P){throw this._index>=0&&(this._index=-1,this._keys=me,this._values=me),P},_e.prototype.return=function(P){return this._index>=0&&(this._index=-1,this._keys=me,this._values=me),{value:P,done:!0}},_e}();return function(){function _e(){this._keys=[],this._values=[],this._cacheKey=ee,this._cacheIndex=-2}return Object.defineProperty(_e.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),_e.prototype.has=function(P){return this._find(P,!1)>=0},_e.prototype.get=function(P){var V=this._find(P,!1);return V>=0?this._values[V]:void 0},_e.prototype.set=function(P,V){var le=this._find(P,!0);return this._values[le]=V,this},_e.prototype.delete=function(P){var V=this._find(P,!1);if(V>=0){for(var le=this._keys.length,He=V+1;He{"use strict";x.d(we,{y:()=>U});var i=x(14);var Z=x(1482),$=x(9957);var B=x(6831),Y=x(1356);function re(he){return 0===he.length?Y.y:1===he.length?he[0]:function(Oe){return he.reduce((Ne,ce)=>ce(Ne),Oe)}}var H=x(146);class U{constructor(ye){this._isScalar=!1,ye&&(this._subscribe=ye)}lift(ye){const Oe=new U;return Oe.source=this,Oe.operator=ye,Oe}subscribe(ye,Oe,Ne){const{operator:ce}=this,ne=function F(he,ye,Oe){if(he){if(he instanceof i.L)return he;if(he[Z.b])return he[Z.b]()}return he||ye||Oe?new i.L(he,ye,Oe):new i.L($.c)}(ye,Oe,Ne);if(ce?ne.add(ce.call(ne,this.source)):ne.add(this.source||H.v.useDeprecatedSynchronousErrorHandling&&!ne.syncErrorThrowable?this._subscribe(ne):this._trySubscribe(ne)),H.v.useDeprecatedSynchronousErrorHandling&&ne.syncErrorThrowable&&(ne.syncErrorThrowable=!1,ne.syncErrorThrown))throw ne.syncErrorValue;return ne}_trySubscribe(ye){try{return this._subscribe(ye)}catch(Oe){H.v.useDeprecatedSynchronousErrorHandling&&(ye.syncErrorThrown=!0,ye.syncErrorValue=Oe),function v(he){for(;he;){const{closed:ye,destination:Oe,isStopped:Ne}=he;if(ye||Ne)return!1;he=Oe&&Oe instanceof i.L?Oe:null}return!0}(ye)?ye.error(Oe):console.warn(Oe)}}forEach(ye,Oe){return new(Oe=se(Oe))((Ne,ce)=>{let ne;ne=this.subscribe(fe=>{try{ye(fe)}catch(Ee){ce(Ee),ne&&ne.unsubscribe()}},ce,Ne)})}_subscribe(ye){const{source:Oe}=this;return Oe&&Oe.subscribe(ye)}[B.L](){return this}pipe(...ye){return 0===ye.length?this:re(ye)(this)}toPromise(ye){return new(ye=se(ye))((Oe,Ne)=>{let ce;this.subscribe(ne=>ce=ne,ne=>Ne(ne),()=>Oe(ce))})}}function se(he){if(he||(he=H.v.Promise||Promise),!he)throw new Error("no Promise impl found");return he}U.create=he=>new U(he)},9957:(ht,we,x)=>{"use strict";x.d(we,{c:()=>Z});var i=x(146),v=x(8897);const Z={closed:!0,next($){},error($){if(i.v.useDeprecatedSynchronousErrorHandling)throw $;(0,v.z)($)},complete(){}}},2218:(ht,we,x)=>{"use strict";x.d(we,{Yc:()=>Y,xQ:()=>X});var i=x(5901),v=x(14),Z=x(6957),$=x(9086),F=x(1722),B=x(1482);class Y extends v.L{constructor(U){super(U),this.destination=U}}class X extends i.y{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[B.b](){return new Y(this)}lift(U){const se=new re(this,this);return se.operator=U,se}next(U){if(this.closed)throw new $.N;if(!this.isStopped){const{observers:se}=this,he=se.length,ye=se.slice();for(let Oe=0;Oenew re(H,U);class re extends X{constructor(U,se){super(),this.destination=U,this.source=se}next(U){const{destination:se}=this;se&&se.next&&se.next(U)}error(U){const{destination:se}=this;se&&se.error&&this.destination.error(U)}complete(){const{destination:U}=this;U&&U.complete&&this.destination.complete()}_subscribe(U){const{source:se}=this;return se?this.source.subscribe(U):Z.w.EMPTY}}},1722:(ht,we,x)=>{"use strict";x.d(we,{W:()=>v});var i=x(6957);class v extends i.w{constructor($,F){super(),this.subject=$,this.subscriber=F,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const $=this.subject,F=$.observers;if(this.subject=null,!F||0===F.length||$.isStopped||$.closed)return;const B=F.indexOf(this.subscriber);-1!==B&&F.splice(B,1)}}},14:(ht,we,x)=>{"use strict";x.d(we,{L:()=>Y});var i=x(1900),v=x(9957),Z=x(6957),$=x(1482),F=x(146),B=x(8897);class Y extends Z.w{constructor(H,U,se){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=v.c;break;case 1:if(!H){this.destination=v.c;break}if("object"==typeof H){H instanceof Y?(this.syncErrorThrowable=H.syncErrorThrowable,this.destination=H,H.add(this)):(this.syncErrorThrowable=!0,this.destination=new X(this,H));break}default:this.syncErrorThrowable=!0,this.destination=new X(this,H,U,se)}}[$.b](){return this}static create(H,U,se){const he=new Y(H,U,se);return he.syncErrorThrowable=!1,he}next(H){this.isStopped||this._next(H)}error(H){this.isStopped||(this.isStopped=!0,this._error(H))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(H){this.destination.next(H)}_error(H){this.destination.error(H),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:H}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=H,this}}class X extends Y{constructor(H,U,se,he){super(),this._parentSubscriber=H;let ye,Oe=this;(0,i.m)(U)?ye=U:U&&(ye=U.next,se=U.error,he=U.complete,U!==v.c&&(Oe=Object.create(U),(0,i.m)(Oe.unsubscribe)&&this.add(Oe.unsubscribe.bind(Oe)),Oe.unsubscribe=this.unsubscribe.bind(this))),this._context=Oe,this._next=ye,this._error=se,this._complete=he}next(H){if(!this.isStopped&&this._next){const{_parentSubscriber:U}=this;F.v.useDeprecatedSynchronousErrorHandling&&U.syncErrorThrowable?this.__tryOrSetError(U,this._next,H)&&this.unsubscribe():this.__tryOrUnsub(this._next,H)}}error(H){if(!this.isStopped){const{_parentSubscriber:U}=this,{useDeprecatedSynchronousErrorHandling:se}=F.v;if(this._error)se&&U.syncErrorThrowable?(this.__tryOrSetError(U,this._error,H),this.unsubscribe()):(this.__tryOrUnsub(this._error,H),this.unsubscribe());else if(U.syncErrorThrowable)se?(U.syncErrorValue=H,U.syncErrorThrown=!0):(0,B.z)(H),this.unsubscribe();else{if(this.unsubscribe(),se)throw H;(0,B.z)(H)}}}complete(){if(!this.isStopped){const{_parentSubscriber:H}=this;if(this._complete){const U=()=>this._complete.call(this._context);F.v.useDeprecatedSynchronousErrorHandling&&H.syncErrorThrowable?(this.__tryOrSetError(H,U),this.unsubscribe()):(this.__tryOrUnsub(U),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(H,U){try{H.call(this._context,U)}catch(se){if(this.unsubscribe(),F.v.useDeprecatedSynchronousErrorHandling)throw se;(0,B.z)(se)}}__tryOrSetError(H,U,se){if(!F.v.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{U.call(this._context,se)}catch(he){return F.v.useDeprecatedSynchronousErrorHandling?(H.syncErrorValue=he,H.syncErrorThrown=!0,!0):((0,B.z)(he),!0)}return!1}_unsubscribe(){const{_parentSubscriber:H}=this;this._context=null,this._parentSubscriber=null,H.unsubscribe()}}},6957:(ht,we,x)=>{"use strict";x.d(we,{w:()=>B});var i=x(4327),v=x(6549),Z=x(1900);const F=(()=>{function X(re){return Error.call(this),this.message=re?`${re.length} errors occurred during unsubscription:\n${re.map((H,U)=>`${U+1}) ${H.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=re,this}return X.prototype=Object.create(Error.prototype),X})();class B{constructor(re){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,re&&(this._ctorUnsubscribe=!0,this._unsubscribe=re)}unsubscribe(){let re;if(this.closed)return;let{_parentOrParents:H,_ctorUnsubscribe:U,_unsubscribe:se,_subscriptions:he}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,H instanceof B)H.remove(this);else if(null!==H)for(let ye=0;yere.concat(H instanceof F?H.errors:H),[])}B.EMPTY=((X=new B).closed=!0,X)},146:(ht,we,x)=>{"use strict";x.d(we,{v:()=>v});let i=!1;const v={Promise:void 0,set useDeprecatedSynchronousErrorHandling(Z){if(Z){const $=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+$.stack)}else i&&console.log("RxJS: Back to a better error behavior. Thank you. <3");i=Z},get useDeprecatedSynchronousErrorHandling(){return i}}},2831:(ht,we,x)=>{"use strict";x.d(we,{Ds:()=>B,IY:()=>$,ft:()=>X});var i=x(14),v=x(5901),Z=x(3956);class $ extends i.L{constructor(H){super(),this.parent=H}_next(H){this.parent.notifyNext(H)}_error(H){this.parent.notifyError(H),this.unsubscribe()}_complete(){this.parent.notifyComplete(),this.unsubscribe()}}class B extends i.L{notifyNext(H){this.destination.next(H)}notifyError(H){this.destination.error(H)}notifyComplete(){this.destination.complete()}}function X(re,H){if(H.closed)return;if(re instanceof v.y)return re.subscribe(H);let U;try{U=(0,Z.s)(re)(H)}catch(se){H.error(se)}return U}},4858:(ht,we,x)=>{"use strict";x.d(we,{D:()=>Oe});var i=x(5901),v=x(3956),Z=x(6957),$=x(6831);var Y=x(8403),X=x(2803);var U=x(5192),se=x(5122);function ye(Ne,ce){if(null!=Ne){if(function H(Ne){return Ne&&"function"==typeof Ne[$.L]}(Ne))return function F(Ne,ce){return new i.y(ne=>{const fe=new Z.w;return fe.add(ce.schedule(()=>{const Ee=Ne[$.L]();fe.add(Ee.subscribe({next(Se){fe.add(ce.schedule(()=>ne.next(Se)))},error(Se){fe.add(ce.schedule(()=>ne.error(Se)))},complete(){fe.add(ce.schedule(()=>ne.complete()))}}))})),fe})}(Ne,ce);if((0,U.t)(Ne))return function B(Ne,ce){return new i.y(ne=>{const fe=new Z.w;return fe.add(ce.schedule(()=>Ne.then(Ee=>{fe.add(ce.schedule(()=>{ne.next(Ee),fe.add(ce.schedule(()=>ne.complete()))}))},Ee=>{fe.add(ce.schedule(()=>ne.error(Ee)))}))),fe})}(Ne,ce);if((0,se.z)(Ne))return(0,Y.r)(Ne,ce);if(function he(Ne){return Ne&&"function"==typeof Ne[X.hZ]}(Ne)||"string"==typeof Ne)return function re(Ne,ce){if(!Ne)throw new Error("Iterable cannot be null");return new i.y(ne=>{const fe=new Z.w;let Ee;return fe.add(()=>{Ee&&"function"==typeof Ee.return&&Ee.return()}),fe.add(ce.schedule(()=>{Ee=Ne[X.hZ](),fe.add(ce.schedule(function(){if(ne.closed)return;let Se,Pe;try{const ae=Ee.next();Se=ae.value,Pe=ae.done}catch(ae){return void ne.error(ae)}Pe?ne.complete():(ne.next(Se),this.schedule())}))})),fe})}(Ne,ce)}throw new TypeError((null!==Ne&&typeof Ne||Ne)+" is not observable")}function Oe(Ne,ce){return ce?ye(Ne,ce):Ne instanceof i.y?Ne:new i.y((0,v.s)(Ne))}},8005:(ht,we,x)=>{"use strict";x.d(we,{n:()=>$});var i=x(5901),v=x(5414),Z=x(8403);function $(F,B){return B?(0,Z.r)(F,B):new i.y((0,v.V)(F))}},6312:(ht,we,x)=>{"use strict";x.d(we,{R:()=>B});var i=x(5901),v=x(4327),Z=x(1900),$=x(6942);Object.prototype.toString;function B(U,se,he,ye){return(0,Z.m)(he)&&(ye=he,he=void 0),ye?B(U,se,he).pipe((0,$.U)(Oe=>(0,v.k)(Oe)?ye(...Oe):ye(Oe))):new i.y(Oe=>{Y(U,se,function Ne(ce){arguments.length>1?Oe.next(Array.prototype.slice.call(arguments)):Oe.next(ce)},Oe,he)})}function Y(U,se,he,ye,Oe){let Ne;if(function H(U){return U&&"function"==typeof U.addEventListener&&"function"==typeof U.removeEventListener}(U)){const ce=U;U.addEventListener(se,he,Oe),Ne=()=>ce.removeEventListener(se,he,Oe)}else if(function re(U){return U&&"function"==typeof U.on&&"function"==typeof U.off}(U)){const ce=U;U.on(se,he),Ne=()=>ce.off(se,he)}else if(function X(U){return U&&"function"==typeof U.addListener&&"function"==typeof U.removeListener}(U)){const ce=U;U.addListener(se,he),Ne=()=>ce.removeListener(se,he)}else{if(!U||!U.length)throw new TypeError("Invalid event target");for(let ce=0,ne=U.length;ce{"use strict";x.d(we,{T:()=>Y});var i=x(5901),v=x(7507),Z=x(522),$=x(1356);var B=x(8005);function Y(...X){let re=Number.POSITIVE_INFINITY,H=null,U=X[X.length-1];return(0,v.K)(U)?(H=X.pop(),X.length>1&&"number"==typeof X[X.length-1]&&(re=X.pop())):"number"==typeof U&&(re=X.pop()),null===H&&1===X.length&&X[0]instanceof i.y?X[0]:function F(X=Number.POSITIVE_INFINITY){return(0,Z.zg)($.y,X)}(re)((0,B.n)(X,H))}},4139:(ht,we,x)=>{"use strict";x.d(we,{of:()=>$});var i=x(7507),v=x(8005),Z=x(8403);function $(...F){let B=F[F.length-1];return(0,i.K)(B)?(F.pop(),(0,Z.r)(F,B)):(0,v.n)(F)}},6942:(ht,we,x)=>{"use strict";x.d(we,{U:()=>v});var i=x(14);function v(F,B){return function(X){if("function"!=typeof F)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return X.lift(new Z(F,B))}}class Z{constructor(B,Y){this.project=B,this.thisArg=Y}call(B,Y){return Y.subscribe(new $(B,this.project,this.thisArg))}}class $ extends i.L{constructor(B,Y,X){super(B),this.project=Y,this.count=0,this.thisArg=X||this}_next(B){let Y;try{Y=this.project.call(this.thisArg,B,this.count++)}catch(X){return void this.destination.error(X)}this.destination.next(Y)}}},522:(ht,we,x)=>{"use strict";x.d(we,{zg:()=>$});var i=x(6942),v=x(4858),Z=x(2831);function $(X,re,H=Number.POSITIVE_INFINITY){return"function"==typeof re?U=>U.pipe($((se,he)=>(0,v.D)(X(se,he)).pipe((0,i.U)((ye,Oe)=>re(se,ye,he,Oe))),H)):("number"==typeof re&&(H=re),U=>U.lift(new F(X,H)))}class F{constructor(re,H=Number.POSITIVE_INFINITY){this.project=re,this.concurrent=H}call(re,H){return H.subscribe(new B(re,this.project,this.concurrent))}}class B extends Z.Ds{constructor(re,H,U=Number.POSITIVE_INFINITY){super(re),this.project=H,this.concurrent=U,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(re){this.active0?this._next(re.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}},8403:(ht,we,x)=>{"use strict";x.d(we,{r:()=>Z});var i=x(5901),v=x(6957);function Z($,F){return new i.y(B=>{const Y=new v.w;let X=0;return Y.add(F.schedule(function(){X!==$.length?(B.next($[X++]),B.closed||Y.add(this.schedule())):B.complete()})),Y})}},2803:(ht,we,x)=>{"use strict";x.d(we,{hZ:()=>v});const v=function i(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},6831:(ht,we,x)=>{"use strict";x.d(we,{L:()=>i});const i="function"==typeof Symbol&&Symbol.observable||"@@observable"},1482:(ht,we,x)=>{"use strict";x.d(we,{b:()=>i});const i="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()},9086:(ht,we,x)=>{"use strict";x.d(we,{N:()=>v});const v=(()=>{function Z(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return Z.prototype=Object.create(Error.prototype),Z})()},8897:(ht,we,x)=>{"use strict";function i(v){setTimeout(()=>{throw v},0)}x.d(we,{z:()=>i})},1356:(ht,we,x)=>{"use strict";function i(v){return v}x.d(we,{y:()=>i})},4327:(ht,we,x)=>{"use strict";x.d(we,{k:()=>i});const i=Array.isArray||(v=>v&&"number"==typeof v.length)},5122:(ht,we,x)=>{"use strict";x.d(we,{z:()=>i});const i=v=>v&&"number"==typeof v.length&&"function"!=typeof v},1900:(ht,we,x)=>{"use strict";function i(v){return"function"==typeof v}x.d(we,{m:()=>i})},6549:(ht,we,x)=>{"use strict";function i(v){return null!==v&&"object"==typeof v}x.d(we,{K:()=>i})},5192:(ht,we,x)=>{"use strict";function i(v){return!!v&&"function"!=typeof v.subscribe&&"function"==typeof v.then}x.d(we,{t:()=>i})},7507:(ht,we,x)=>{"use strict";function i(v){return v&&"function"==typeof v.schedule}x.d(we,{K:()=>i})},3956:(ht,we,x)=>{"use strict";x.d(we,{s:()=>U});var i=x(5414),v=x(8897);var $=x(2803);var B=x(6831);var X=x(5122),re=x(5192),H=x(6549);const U=se=>{if(se&&"function"==typeof se[B.L])return(se=>he=>{const ye=se[B.L]();if("function"!=typeof ye.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return ye.subscribe(he)})(se);if((0,X.z)(se))return(0,i.V)(se);if((0,re.t)(se))return(se=>he=>(se.then(ye=>{he.closed||(he.next(ye),he.complete())},ye=>he.error(ye)).then(null,v.z),he))(se);if(se&&"function"==typeof se[$.hZ])return(se=>he=>{const ye=se[$.hZ]();for(;;){let Oe;try{Oe=ye.next()}catch(Ne){return he.error(Ne),he}if(Oe.done){he.complete();break}if(he.next(Oe.value),he.closed)break}return"function"==typeof ye.return&&he.add(()=>{ye.return&&ye.return()}),he})(se);{const ye=`You provided ${(0,H.K)(se)?"an invalid object":`'${se}'`} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`;throw new TypeError(ye)}}},5414:(ht,we,x)=>{"use strict";x.d(we,{V:()=>i});const i=v=>Z=>{for(let $=0,F=v.length;${"use strict";x.d(we,{T_:()=>m2,uY:()=>sr,N3:()=>A2,u_:()=>$n,ye:()=>c2,bf:()=>_2,Z2:()=>En,Yi:()=>u2,A3:()=>zn,x0:()=>In,vM:()=>Jn});var i=x(8008),v=x(4666),Z=x(609);function $(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var l=u.context,f=u.label,m=void 0===f?"context-to-element":f,b=u.resolveDocument,A=u.defaultToDocument,oe=$(l)[0];if(b&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&A)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function B(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=[],m=F({label:"get/parents",context:l});m;)f.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return f}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],X=null;function H(u,l){return X||function re(u){Y.some(function(l){return!!u[l]&&(X=l,!0)})}(u),u[X](l)}var U=x(7228),se=x.n(U),he=JSON.parse(JSON.stringify(se())),ye=he.os.family||"",Oe="Android"===ye,Ne="Windows"===ye.slice(0,7),ce="OS X"===ye,ne="iOS"===ye,fe="Blink"===he.layout,Ee="Gecko"===he.layout,Se="Trident"===he.layout,Pe="EdgeHTML"===he.layout,ae="WebKit"===he.layout,W=parseFloat(he.version),ge=Math.floor(W);he.majorVersion=ge,he.is={ANDROID:Oe,WINDOWS:Ne,OSX:ce,IOS:ne,BLINK:fe,GECKO:Ee,TRIDENT:Se,EDGE:Pe,WEBKIT:ae,IE9:Se&&9===ge,IE10:Se&&10===ge,IE11:Se&&11===ge};const D=he;function Ve(u){var l=function q(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},l=document.createElement("iframe");l.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),l.setAttribute("aria-live","off"),l.setAttribute("aria-busy","true"),l.setAttribute("aria-hidden","true"),document.body.appendChild(l);var f=l.contentWindow,m=f.document;m.open(),m.close();var b=m.createElement("div");return m.body.appendChild(b),u.iframe=l,u.wrapper=b,u.window=f,u.document=m,u}(),f={};return Object.keys(u).map(function(m){f[m]=function pe(u,l){u.wrapper.innerHTML="";var f="string"==typeof l.element?u.document.createElement(l.element):l.element(u.wrapper,u.document),m=l.mutate&&l.mutate(f,u.wrapper,u.document);return!m&&!1!==m&&(m=f),!f.parentNode&&u.wrapper.appendChild(f),m&&m.focus&&m.focus(),l.validate?l.validate(f,m,u.document):u.document.activeElement===m}(l,u[m])}),function Ce(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(l),f}var zt=typeof window<"u"&&window.navigator.userAgent||"",St="ally-supports-cache",It=function At(u){var l=void 0;try{l=(l=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(l):{}}catch{l={}}return l}(St);(It.userAgent!==zt||"1.4.1"!==It.version)&&(It={}),It.userAgent=zt,It.version="1.4.1";const $t_get=function(){return It},$t_set=function(l){Object.keys(l).forEach(function(f){It[f]=l[f]}),It.time=(new Date).toISOString(),function c1(u,l){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(l))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(St,It)};function Pt(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const Bt="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",q1={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},Vt={element:"div",mutate:function(l){return l.innerHTML='',!1},validate:function(l,f,m){if(D.is.GECKO)return!0;var b=l.querySelector("area");return b.focus(),m.activeElement===b}},Nt={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===f}},z={name:"can-focus-audio-without-controls",element:"audio",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}},ut={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},de={element:"a",mutate:function(l){return l.href="#void",l.innerHTML='',l.querySelector("img")}},We={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")}};var k=!D.is.WEBKIT;const me="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",xe={element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50"),l.style.visibility="hidden"}},Fe={name:"can-focus-object-svg",element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===l}};var je=!D.is.IE9;const _e={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")},validate:function(l,f,m){var b=l.querySelector("area");return m.activeElement===b}};function Dt(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var f=function yt(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(f);var m=f.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(f),!0}function $e(u){return''+u+""}function v1(u,l,f){return function Ht(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Dt(u)}}(l),f.activeElement===l}const V1={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},Gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},X1={element:"div",mutate:function(l){return l.innerHTML=$e(['link',''].join("")),l.querySelector("use")},validate:v1},Q1={element:"div",mutate:function(l){return l.innerHTML=$e(''),l.querySelector("foreignObject")||l.getElementsByTagName("foreignObject")[0]},validate:v1};var Ct=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const n2={element:"div",mutate:function(l){return l.innerHTML=$e(""),l.firstChild},validate:v1},A1={element:"video",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}};var Un=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var G1={cssShadowPiercingDeepCombinator:Pt,focusInZeroDimensionObject:function be(){return k},focusObjectSwf:function Ye(){return je},focusSvgInIframe:function dn(){return Ct},tabsequenceAreaAtImgPosition:function r2(){return Un}},o3={focusAreaImgTabindex:q1,focusAreaTabindex:Vt,focusAreaWithoutHref:Nt,focusAudioWithoutControls:z,focusBrokenImageMap:ut,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(l){return l.setAttribute("tabindex","-1"),l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello',l.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(l){l.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(l){l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:We,focusInHiddenIframe:{element:function(l,f){var m=f.createElement("iframe");l.appendChild(m);var b=m.contentWindow.document;return b.open(),b.close(),m},mutate:function(l){l.style.visibility="hidden";var f=l.contentWindow.document,m=f.createElement("input");return f.body.appendChild(m),m},validate:function(l){var f=l.contentWindow.document,m=f.querySelector("input");return f.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(l){l.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(l){l.setAttribute("tabindex","-1")},validate:function(l,f,m){l.offsetHeight;return l.focus(),m.activeElement===l}},focusObjectSvg:Fe,focusObjectSvgHidden:xe,focusRedirectImgUsemap:_e,focusRedirectLegend:{element:"fieldset",mutate:function(l){return l.innerHTML='legend',!1},validate:function(l,f,m){var b=l.querySelector('input[tabindex="-1"]'),A=l.querySelector('input[tabindex="0"]');return l.focus(),l.querySelector("legend").focus(),(m.activeElement===b?"focusable":m.activeElement===A&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(l){return l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
',l.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px;"),l.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(l){return l.innerHTML="foo

content

",l.firstElementChild}},focusSvgFocusableAttribute:V1,focusSvgTabindexAttribute:gt,focusSvgNegativeTabindexAttribute:Gt,focusSvgUseTabindex:X1,focusSvgForeignobjectTabindex:Q1,focusSvg:n2,focusTabindexTrailingCharacters:{element:"div",mutate:function(l){l.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(l,f,m){var b=m.createDocumentFragment();b.innerHTML="cell",l.appendChild(b)}},focusVideoWithoutControls:A1};var T=null;function Q(){return T||((T=$t_get()).time||($t_set(function Te(){var u=Ve(o3);return Object.keys(G1).forEach(function(l){u[l]=G1[l]()}),u}()),T=$t_get()),T)}var Le=void 0,qe=/^\s*(-|\+)?[0-9]+\s*$/,_t=/^\s*(-|\+)?[0-9]+.*$/;function dt(u){Le||(Le=Q());var l=Le.focusTabindexTrailingCharacters?_t:qe,f=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=f.hasAttribute("tabindex"),b=f.hasAttribute("tabIndex");if(!m&&!b)return!1;if((f.ownerSVGElement||"svg"===f.nodeName.toLowerCase())&&!Le.focusSvgTabindexAttribute)return!1;if(Le.focusInvalidTabindex)return!0;var oe=f.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&l.test(oe))}function bt(u){if(!dt(u))return null;var f=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(f),10);return isNaN(m)?-1:m}function t1(u){var l=u.webkitUserModify||"";return Boolean(l&&-1!==l.indexOf("write"))}function fn(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(l){return"auto"===l||"scroll"===l})}function Ut(u){return u.display.indexOf("flex")>-1}function N1(u,l,f,m){return!("div"!==l&&"span"!==l||f&&"div"!==f&&"span"!==f&&!fn(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1}:f;ke||(ke=Q());var b=F({label:"is/focus-relevant",resolveDocument:!0,context:l});if(!m.shadow&&b.shadowRoot)return!0;var A=b.nodeName.toLowerCase();if("input"===A&&"hidden"===b.type)return!1;if("input"===A||"select"===A||"button"===A||"textarea"===A||"legend"===A&&ke.focusRedirectLegend||"label"===A||"area"===A||"a"===A&&b.hasAttribute("href"))return!0;if("object"===A&&b.hasAttribute("usemap"))return!1;if("object"===A){var oe=b.getAttribute("type");if(!ke.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!ke.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===A||"object"===A||"embed"===A||"keygen"===A||b.hasAttribute("contenteditable")||"audio"===A&&(ke.focusAudioWithoutControls||b.hasAttribute("controls"))||"video"===A&&(ke.focusVideoWithoutControls||b.hasAttribute("controls"))||ke.focusSummary&&"summary"===A)return!0;var Ke=dt(b);if("img"===A&&b.hasAttribute("usemap"))return Ke&&ke.focusImgUsemapTabindex||ke.focusRedirectImgUsemap;if(ke.focusTable&&("table"===A||"td"===A)||ke.focusFieldset&&"fieldset"===A)return!0;var tt="svg"===A,it=b.ownerSVGElement,Ot=b.getAttribute("focusable"),e1=bt(b);if("use"===A&&null!==e1&&!ke.focusSvgUseTabindex)return!1;if("foreignobject"===A)return null!==e1&&ke.focusSvgForeignobjectTabindex;if(H(b,"svg a")&&b.hasAttribute("xlink:href"))return!0;if((tt||it)&&b.focus&&!ke.focusSvgNegativeTabindexAttribute&&e1<0)return!1;if(tt)return Ke||ke.focusSvg||ke.focusSvgInIframe||Boolean(ke.focusSvgFocusableAttribute&&Ot&&"true"===Ot);if(it){if(ke.focusSvgTabindexAttribute&&Ke)return!0;if(ke.focusSvgFocusableAttribute)return"true"===Ot}if(Ke)return!0;var T1=window.getComputedStyle(b,null);if(t1(T1))return!0;if(ke.focusImgIsmap&&"img"===A&&b.hasAttribute("ismap")){var e2=B({context:b}).some(function(xn){return"a"===xn.nodeName.toLowerCase()&&xn.hasAttribute("href")});if(e2)return!0}if(!m.scrollable&&ke.focusScrollContainer)if(ke.focusScrollContainerWithoutOverflow){if(N1(b,A))return!0}else if(fn(T1))return!0;if(!m.flexbox&&ke.focusFlexboxContainer&&Ut(T1))return!0;var cn=b.parentElement;if(!m.scrollable&&cn){var u3=cn.nodeName.toLowerCase(),_n=window.getComputedStyle(cn,null);if(ke.focusScrollBody&&N1(cn,A,u3,_n)||ke.focusChildrenOfFocusableFlexbox&&Ut(_n))return!0}return!1}Mt.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Mt({context:m,except:u})};return l.rules=Mt,l};const P1=Mt.except({});function pn(u,l){if(u.findIndex)return u.findIndex(l);var f=u.length;if(0===f)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:f,b=F({label:"is/visible",resolveDocument:!0,context:l}),A=b.nodeName.toLowerCase();if(!m.notRendered&&Hn.test(A))return!0;var oe=B({context:b}),Ke="audio"===A&&!b.hasAttribute("controls");if(!m.cssDisplay&&s1(Ke?oe.slice(1):oe)||!m.cssVisibility&&yn(oe)||!m.detailsElement&&w1(oe))return!1;if(!m.browsingContext){var tt=Xt(b),it=k1.except(m);if(tt&&!it(tt))return!1}return!0}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return k1({context:m,except:u})};return l.rules=k1,l};const f2=k1.except({});var Yt=x(2232),r1=x.n(Yt);function O2(u,l){return l.querySelector('map[name="'+r1()(u)+'"]')||null}function p2(u){var l=u.parentElement;return l.name&&"map"===l.nodeName.toLowerCase()&&d1(u).querySelector('img[usemap="#'+r1()(l.name)+'"]')||null}var F1=void 0;var f1=void 0,en=void 0,hn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function O1(u){f1||((f1=Q()).focusFieldsetDisabled&&delete hn.fieldset,f1.focusFormDisabled&&delete hn.form,en=new RegExp("^("+Object.keys(hn).join("|")+")$"));var f=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(en.test(f))}var j1=void 0;function T2(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function Sn(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Zn(u){j1||(j1=Q());var l=F({label:"is/disabled",context:u});if(l.hasAttribute("data-ally-disabled"))return!0;if(!O1(l))return!1;if(l.disabled)return!0;var f=B({context:l});return!!(f.some(T2)||!j1.focusFormDisabled&&f.some(Sn))}function L1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{onlyFocusableBrowsingContext:!1,visible:!1}:f,b=F({label:"is/only-tabbable",resolveDocument:!0,context:l});if(!m.visible&&!f2(b))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var A=Xt(b);if(A&&bt(A)<0)return!1}var oe=b.nodeName.toLowerCase(),Ke=bt(b);return"label"===oe&&D.is.GECKO?null!==Ke&&Ke>=0:!!(D.is.GECKO&&b.ownerSVGElement&&!b.focus&&"a"===oe&&b.hasAttribute("xlink:href")&&D.is.GECKO)}L1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return L1({context:m,except:u})};return l.rules=L1,l};const Fn=L1.except({});var Kt=void 0;function v3(u){var l=u.nodeName.toLowerCase();if("embed"===l||"keygen"===l)return!0;var f=bt(u);if(u.shadowRoot&&null===f)return!0;if("label"===l)return!Kt.focusLabelTabindex||null===f;if("legend"===l)return null===f;if(Kt.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===l)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===l&&u.hasAttribute("usemap")?null===f||!Kt.focusImgUsemapTabindex:"area"===l&&!function v2(u){F1||(F1=Q());var l=F({label:"is/valid-area",context:u});if("area"!==l.nodeName.toLowerCase())return!1;var m=l.hasAttribute("tabindex");if(!F1.focusAreaTabindex&&m)return!1;var b=p2(l);return!(!b||!f2(b)||!F1.focusBrokenImageMap&&(!b.complete||!b.naturalHeight||b.offsetWidth<=0||b.offsetHeight<=0))&&(F1.focusAreaWithoutHref||l.href?!B({context:b}).slice(1).some(function(oe){var Ke=oe.nodeName.toLowerCase();return"button"===Ke||"a"===Ke}):F1.focusAreaTabindex&&m||F1.focusAreaImgTabindex&&b.hasAttribute("tabindex"))}(u)}function D1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{disabled:!1,visible:!1,onlyTabbable:!1}:f;Kt||(Kt=Q());var b=Fn.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),A=F({label:"is/focusable",resolveDocument:!0,context:l}),oe=P1.rules({context:A,except:m});if(!oe||v3(A)||!m.disabled&&Zn(A)||!m.onlyTabbable&&b(A))return!1;if(!m.visible){var Ke={context:A,except:{}};if(Kt.focusInHiddenIframe&&(Ke.except.browsingContext=!0),Kt.focusObjectSvgHidden){var tt=A.nodeName.toLowerCase();"object"===tt&&(Ke.except.cssVisibility=!0)}if(!f2.rules(Ke))return!1}var it=Xt(A);if(it){var Ot=it.nodeName.toLowerCase();if(!("object"!==Ot||Kt.focusInZeroDimensionObject||it.offsetWidth&&it.offsetHeight))return!1}var e1=A.nodeName.toLowerCase();return!("svg"===e1&&Kt.focusSvgInIframe&&!it&&null===A.getAttribute("tabindex"))}D1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return D1({context:m,except:u})};return l.rules=D1,l};const M1=D1.except({});function h1(u){var l=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return l.acceptNode=l,l}var K2=h1(P1);function M2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;l||(l=document.documentElement);for(var A=M1.rules.except({onlyTabbable:m}),oe=d1(l),Ke=oe.createTreeWalker(l,NodeFilter.SHOW_ELEMENT,"all"===b?K2:h1(A),!1),tt=[];Ke.nextNode();)Ke.currentNode.shadowRoot?(A(Ke.currentNode)&&tt.push(Ke.currentNode),tt=tt.concat(M2({context:Ke.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:b}))):tt.push(Ke.currentNode);return f&&("all"===b?P1(l)&&tt.unshift(l):A(l)&&tt.unshift(l)),tt}var tn=void 0,nn=void 0;function h2(){return tn||(tn=Q()),"string"==typeof nn||(nn=wt(nn=(tn.focusTable?"table, td,":"")+(tn.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(tn.focusAudioWithoutControls?"audio,":"audio[controls],")+(tn.focusVideoWithoutControls?"video,":"video[controls],")+(tn.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),nn}function bn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=h2(),A=l.querySelectorAll(b),oe=M1.rules.except({onlyTabbable:m}),Ke=[].filter.call(A,oe);return f&&oe(l)&&Ke.unshift(l),Ke}function Wn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=void 0===b?"quick":b,oe=F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:l}),Ke={context:oe,includeContext:f,includeOnlyTabbable:m,strategy:A};if("quick"===A)return bn(Ke);if("strict"===A||"all"===A)return M2(Ke);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Q2(u){var l=u.element,f=u.attribute,m="data-cached-"+f;if(null===l.getAttribute(m)){var A=l.getAttribute(f);if(null===A)return;l.setAttribute(m,A||""),l.removeAttribute(f)}else{var oe=l.getAttribute(m);l.removeAttribute(m),l.setAttribute(f,oe)}}function U1(u){var l=u.element,f=u.attribute,m=u.temporaryValue,b=u.saveValue,A="data-cached-"+f;if(void 0!==m){var oe=b||l.getAttribute(f);l.setAttribute(A,oe||""),l.setAttribute(f,m)}else{var Ke=l.getAttribute(A);l.removeAttribute(A),""===Ke?l.removeAttribute(f):l.setAttribute(f,Ke)}}var rn=function(){};const K=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var on=void 0;function Ln(){K.warn("trying to focus inert element",this)}function Y2(u,l){(function w2(u,l){U1({element:u,attribute:"aria-disabled",temporaryValue:l?"true":void 0})})(u,l),function rr(u,l){if(l){var f=bt(u);U1({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==f?f:""})}else U1({element:u,attribute:"tabindex"})}(u,l),function L2(u,l){l?u.focus=Ln:delete u.focus}(u,l),function L3(u,l){if(l){var f=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",f),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,l);var f=u.nodeName.toLowerCase();("video"===f||"audio"===f)&&function jt(u,l){Q2({element:u,attribute:"controls",remove:l})}(u,l),("svg"===f||u.ownerSVGElement)&&(on.focusSvgFocusableAttribute?function M3(u,l){U1({element:u,attribute:"focusable",temporaryValue:l?"false":void 0})}(u,l):!on.focusSvgTabindexAttribute&&"a"===f&&function w3(u,l){Q2({element:u,attribute:"xlink:href",remove:l})}(u,l)),l?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function gn(u,l){on||(on=Q());var f=F({label:"element/disabled",context:u});l=Boolean(l);var m=f.hasAttribute("data-ally-disabled"),b=1===arguments.length;return O1(f)?b?f.disabled:(f.disabled=l,f):b?m:(m===l||Y2(f,l),f)}var N2=function(l){return l.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function vn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:l}),m=d1(l),b=m.createTreeWalker(f,NodeFilter.SHOW_ELEMENT,N2,!1),A=[];for(f.shadowRoot&&(A.push(f),A=A.concat(vn({context:f.shadowRoot})));b.nextNode();)A.push(b.currentNode),A=A.concat(vn({context:b.currentNode.shadowRoot}));return A}N2.acceptNode=N2;var s3="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},H1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.callback,A=f.config;$2(this,u),this.config=A,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(b),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(l.handleHostMutation,l)}),this.observeContext(m),this.observeShadowHosts(m)}return H1(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(f){var m=this;vn({context:f}).forEach(function(A){return m.observeContext(A.shadowRoot)})}},{key:"observeContext",value:function(f){this.clientObserver.observe(f,this.config),this.hostObserver.observe(f,i1)}},{key:"handleHostMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(b){return b.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function g2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.callback,m=u.config;if("function"!=typeof f)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s3(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var b=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:l}),A=new E1({context:b,callback:f,config:m});return{disengage:A.disengage}}function C2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.parent,f=u.element,m=u.includeSelf;if(l)return function(A){return Boolean(m&&A===l||l.compareDocumentPosition(A)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(f)return function(A){return Boolean(m&&f===A||A.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var y1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.filter;l3(this,u),this._context=$(m||document.documentElement)[0],this._filter=$(b),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var A=Wn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(A),this.shadowObserver=g2({context:this._context,config:Z1,callback:function(Ke){return Ke.forEach(l.handleMutation)}})}return y1(u,[{key:"disengage",value:function(){!this._context||(o2(this._context),this._inertElementCache.forEach(function(f){return o2(f)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(f){return f.map(function(m){return Wn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,b){return m.concat(b)},[])}},{key:"renderInert",value:function(f){var m=this;f.filter(this.filterElements).filter(this.filterParentElements).filter(function(A){return!gn(A)}).forEach(function(oe){m._inertElementCache.push(oe),function Kn(u){return gn(u,!0)}(oe)})}},{key:"filterElements",value:function(f){var m=C2({element:f,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(f){var m=C2({parent:f});return!this._filter.some(m)}},{key:"handleMutation",value:function(f){if("childList"===f.type){var m=$(f.addedNodes).filter(function(A){return A.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var b=this.listQueryFocusable(m);this.renderInert(b)}else"attributes"===f.type&&this.renderInert([f.target])}}]),u}();function z2(u){var l=u.context,f=u.filter,b=[],A=function(it){return f.some(function(Ot){return it===Ot})?NodeFilter.FILTER_REJECT:function(it){var Ot=C2({parent:it});return f.some(Ot)}(it)?NodeFilter.FILTER_ACCEPT:(b.push(it),NodeFilter.FILTER_REJECT)};A.acceptNode=A;for(var Ke=d1(l).createTreeWalker(l,NodeFilter.SHOW_ELEMENT,A,!1);Ke.nextNode(););return b}function Nn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter;if(l=F({label:"get/insignificant-branches",defaultToDocument:!0,context:l}),!(f=$(f)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return z2({context:l,filter:f})}var J2=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},f=l.context,m=l.filter;jn(this,u),this._context=$(f||document.documentElement)[0],this._filter=$(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var b=Nn({context:this._context,filter:this._filter});b.forEach(Rn),this.startObserver()}return J2(u,[{key:"disengage",value:function(){!this._context||([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),an),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var f=this;!window.MutationObserver||(this._observer=new MutationObserver(function(m){return m.forEach(f.handleMutation)}),this._observer.observe(this._context,q2))}},{key:"handleMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(Rn)}},{key:"isInsignificantBranch",value:function(f){if(B({context:f}).some(function(A){return"true"===A.getAttribute("aria-hidden")}))return!1;var b=C2({element:f});return!this._filter.some(b)}}]),u}();function a2(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"get/shadow-host",context:l}),m=null;f;)m=f,f=f.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function Yn(u){var l=F({label:"is/active-element",resolveDocument:!0,context:u});if(d1(l).activeElement===l)return!0;var m=a2({context:l});return!(!m||m.shadowRoot.activeElement!==l)}var sn=void 0,Cn=/^(fieldset|table|td|body)$/;function Dn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:f;sn||(sn=Q());var b=F({label:"is/tabbable",resolveDocument:!0,context:l});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var A=Xt(b);if(A){if(D.is.WEBKIT&&D.is.IOS||bt(A)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!f2(A))return!1;var oe=A.nodeName.toLowerCase();if("object"===oe){var Ke="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ke)return!1}}var tt=b.nodeName.toLowerCase(),it=bt(b),Ot=null===it?null:it>=0;if(D.is.EDGE&&D.majorVersion>=14&&A&&b.ownerSVGElement&&it<0)return!0;var e1=!1!==Ot,T1=null!==it&&it>=0;if(b.hasAttribute("contenteditable"))return e1;if(Cn.test(tt)&&!0!==Ot)return!1;if(D.is.WEBKIT&&D.is.IOS){var e2="input"===tt&&"text"===b.type||"password"===b.type||"select"===tt||"textarea"===tt||b.hasAttribute("contenteditable");if(!e2){var cn=window.getComputedStyle(b,null);e2=t1(cn)}if(!e2)return!1}if("use"===tt&&null!==it&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||H(b,"svg a")&&b.hasAttribute("xlink:href")&&(e1||b.focus&&!sn.focusSvgNegativeTabindexAttribute)||"svg"===tt&&sn.focusSvgInIframe&&e1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===tt)return!!sn.focusSvg||(b.hasAttribute("focusable")||T1);if(b.ownerSVGElement)return!(!sn.focusSvgTabindexAttribute||!T1)||b.hasAttribute("focusable")}if(void 0===b.tabIndex)return Boolean(m.onlyTabbable);if("audio"===tt){if(!b.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===tt)if(b.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===tt&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===tt)return!1;if(!m.scrollable&&D.is.GECKO){var u3=window.getComputedStyle(b,null);if(fn(u3))return e1}if(D.is.TRIDENT||D.is.EDGE){if("area"===tt){var _n=p2(b);if(_n&&bt(_n)<0)return!1}var xn=window.getComputedStyle(b,null);if(t1(xn))return b.tabIndex>=0;if(!m.flexbox&&Ut(xn))return null!==it?T1:O(b)&&p(b);if(N1(b,tt))return!1;var i3=b.parentElement;if(i3){var xr=i3.nodeName.toLowerCase(),x3=window.getComputedStyle(i3,null);if(N1(i3,tt,xr,x3))return!1;if(Ut(x3))return T1}}return b.tabIndex>=0}Dn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Dn({context:m,except:u})};return l.rules=Dn,l};var O=P1.rules.except({flexbox:!0}),p=Dn.except({flexbox:!0});const R=Dn.except({});function De(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=R.rules.except({onlyTabbable:m});return Wn({context:l,includeContext:f,includeOnlyTabbable:m,strategy:b}).filter(A)}function Lt(u,l){return u.compareDocumentPosition(l)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function $1(u){return u.sort(Lt)}function s2(u,l,f){var m=[];return l.forEach(function(b){var A=!0,oe=u.indexOf(b);-1===oe&&(oe=function u1(u,l){return pn(u,function(f){return l.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,b),A=!1),-1===oe&&(oe=u.length);var Ke=$(f?f(b):b);!Ke.length||m.push({offset:oe,replace:A,elements:Ke})}),m}function mn(u,l){var f=0;l.sort(function(m,b){return m.offset-b.offset}),l.forEach(function(m){var b=m.replace?1:0,A=[m.offset+f,b].concat(m.elements);u.splice.apply(u,A),f+=m.elements.length-b})}function I1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.list,f=u.elements,m=u.resolveElement,b=l.slice(0),A=$(f).slice(0);$1(A);var oe=s2(b,A,m);return mn(b,oe),b}var e3=function(){function u(l,f){for(var m=0;m-1?[f].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(f){delete this.hosts[f]._sortingId},this)}}]),u}();function E2(u,l,f){var m=new ln(l,f),b=m.extractElements(u);return b.length===u.length?f(u):m.sort(b)}var P2=void 0;function I2(u,l){var f=u.indexOf(l);return f>0?u.splice(f,1).concat(u):u}function G3(u,l){return P2.tabsequenceAreaAtImgPosition&&(u=function Mr(u,l){var f=l.querySelectorAll("img[usemap]"),m=new B3(l),b=m.extractAreasFromList(u);return f.length?I1({list:b,elements:f,resolveElement:function(oe){var Ke=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ke)}}):b}(u,l)),u=function V3(u){var l={},f=[],m=u.filter(function(A){var oe=A.tabIndex;return void 0===oe&&(oe=bt(A)),oe<=0||null==oe||(l[oe]||(l[oe]=[],f.push(oe)),l[oe].push(A),!1)});return f.sort().map(function(A){return l[A]}).reduceRight(function(A,oe){return oe.concat(A)},m)}(u),u}function p3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;P2||(P2=Q());var A=$(l)[0]||document.documentElement,oe=De({context:A,includeContext:f,includeOnlyTabbable:m,strategy:b});return oe=document.body.createShadowRoot&&D.is.BLINK?E2(oe,A,G3):G3(oe,A),f&&(oe=I2(oe,A)),oe}for(var y={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},g=1;g<26;g++)y["f"+g]=g+111;for(var I=0;I<10;I++){var j=I+48,ue=I+96;y[I]=j,y["num-"+I]=ue,y._alias[j]=[ue]}for(var Ie=0;Ie<26;Ie++){var Xe=Ie+65;y[String.fromCharCode(Xe).toLowerCase()]=Xe}const o1=y;var Zt={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},a1=Object.keys(Zt).map(function(u){return Zt[u]});function C1(u,l){return!a1.some(function(f){return"boolean"==typeof u[f]&&Boolean(l[f])!==u[f]})}function k2(u){return u.split(/\s+/).map(function(l){var f=l.split("+"),m=function R1(u){var f=function Wt(u){var l=!!u&&null;return{altKey:l,ctrlKey:l,metaKey:l,shiftKey:l}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var b=!0,A=m.slice(0,1);"?"===A?b=null:"!"===A&&(b=!1),!0!==b&&(m=m.slice(1));var oe=Zt[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');f[oe]=b}}),f}(f.slice(0,-1)),b=function g1(u){var l=o1[u]||parseInt(u,10);if(!l||"number"!=typeof l||isNaN(l))throw new TypeError('Unknown key "'+u+'"');return[l].concat(o1._alias[l]||[])}(f.slice(-1));return{keyCodes:b,modifiers:m,matchModifiers:C1.bind(null,m)}})}function x1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l={},f=$(u.context)[0]||document.documentElement;delete u.context;var m=$(u.filter);delete u.filter;var b=Object.keys(u);if(!b.length)throw new TypeError("when/key requires at least one option key");var A=function(it){it.keyCodes.forEach(function(Ot){l[Ot]||(l[Ot]=[]),l[Ot].push(it)})};b.forEach(function(tt){if("function"!=typeof u[tt])throw new TypeError('when/key requires option["'+tt+'"] to be a function');k2(tt).map(function(e1){return e1.callback=u[tt],e1}).forEach(A)});var oe=function(it){if(!it.defaultPrevented){if(m.length){var Ot=C2({element:it.target,includeSelf:!0});if(m.some(Ot))return}var e1=it.keyCode||it.which;!l[e1]||l[e1].forEach(function(T1){!T1.matchModifiers(it)||T1.callback.call(f,it,Ke)})}};f.addEventListener("keydown",oe,!1);var Ke=function(){f.removeEventListener("keydown",oe,!1)};return{disengage:Ke}}const l1={disabled:function Qn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new R2({context:l,filter:f});return{disengage:m.disengage}},hidden:function vt(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new X2({context:l,filter:f});return{disengage:m.disengage}},tabFocus:function kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context;return l||(l=document.documentElement),p3(),x1({"?alt+?shift+tab":function(m){m.preventDefault();var b=p3({context:l}),A=m.shiftKey,oe=b[0],Ke=b[b.length-1],it=A?Ke:oe;if(Yn(A?oe:Ke))it.focus();else{var Ot=void 0;if(b.some(function(e2,cn){return!!Yn(e2)&&(Ot=cn,!0)}))b[Ot+(A?-1:1)].focus();else oe.focus()}}})}};var t3=x(6312);const h3=function(u){return{showDownload:u}};function g3(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"text",229)(1,"tspan",230),i._uU(2),i.qZA(),i.TgZ(3,"tspan",231),i._uU(4),i.qZA()()),2&u){const f=i.oxw();i.xp6(2),i.Oqu(f.outcomeLabel),i.xp6(2),i.Oqu(f.outcome)}}function $r(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"g",232)(1,"g",233),i._UZ(2,"polygon",234)(3,"path",235),i.qZA(),i.TgZ(4,"text",236)(5,"tspan",237),i._uU(6),i.qZA()()()),2&u){const f=i.oxw();i.xp6(6),i.Oqu(f.timeSpentLabel)}}function or(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",244),i.qZA()())}function U3(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",245),i.qZA()())}function c3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",246),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.exitContent.emit({type:"EXIT"}))}),i.O4$(),i.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),i._UZ(4,"stop",240)(5,"stop",241),i.qZA()(),i.TgZ(6,"g",242),i._UZ(7,"path",249)(8,"path",250),i.qZA()(),i.kcU(),i.TgZ(9,"div",226),i._uU(10,"Exit"),i.qZA()()}}function E3(u,l){if(1&u){const f=i.EpF();i.ynx(0),i.TgZ(1,"div",251),i._uU(2,"Up Next"),i.qZA(),i.TgZ(3,"div",252),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.playNext())}),i.TgZ(4,"div",253),i._uU(5),i.qZA(),i.TgZ(6,"div",254),i._UZ(7,"img",255),i.qZA()(),i.BQk()}if(2&u){const f=i.oxw();i.xp6(5),i.Oqu(f.nextContent.name)}}function H3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))}),i._UZ(1,"span",9),i._uU(2," Share"),i.qZA()}}function ar(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))}),i._UZ(1,"span",10),i._uU(2," Download"),i.qZA()}}function wr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"PRINT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"PRINT"))}),i._UZ(1,"span",11),i._uU(2," Print"),i.qZA()}}function B2(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))}),i._UZ(1,"span",12),i._uU(2," Exit"),i.qZA()}}function C3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"sb-player-download-popup",13),i.NdJ("hideDownloadPopUp",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.hideDownloadPopUp(b))})("downloadEvent",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.sidebarEvent.emit(b))}),i.qZA()}if(2&u){const f=i.oxw();i.Q6J("title",f.title)("showDownloadPopUp",f.showDownloadPopUp)}}const Lr=function(u){return{"animated animateBg":u}};function Dr(u,l){1&u&&(i.TgZ(0,"div",1),i._uU(1," You are offline\n"),i.qZA())}const n3=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Z3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",6)(1,"img",7),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.rotateCW())}),i.qZA()()}}function Er(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",8)(1,"button",9),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomOut())}),i.qZA(),i.TgZ(2,"button",10),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomIn())}),i.qZA()()}}function Ir(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",11)(1,"input",12),i.NdJ("ngModelChange",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.page=b)}),i.qZA(),i.TgZ(2,"span",13),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.gotoPage())}),i._UZ(3,"img",14),i.qZA(),i.TgZ(4,"span",15),i._uU(5,"/"),i.qZA(),i.TgZ(6,"span",16),i._uU(7),i.qZA()()}if(2&u){const f=i.oxw();i.xp6(1),i.Q6J("ngModel",f.page)("max",f.totalPages),i.xp6(6),i.Oqu(f.totalPages)}}function Jr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),i.NdJ("previousAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA(),i.TgZ(3,"sb-player-next-navigation",20),i.NdJ("nextAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA()()()}}const sr={contentCompatibility:"CPV2_CONT_COMP_01",contentLoadFails:"CPV2_CONT_LOAD_FAIL_01",internetConnectivity:"CPV2_INT_CONNECT_01",streamingUrlSupport:"CPV2_INT_STREAMINGURL_01"},A2={contentCompatibility:"content compatibility error",contentLoadFails:"content load failed",internetConnectivity:"content failed to load , No Internet Available",streamingUrlSupport:"streaming url is not supported",contentPlayFailedHeader:"Unable to load content",contentPlayFailTitle:"Refresh and try again later"};class m2{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new i.vpe,this.setInternetConnectivityError=()=>{const l=new Error;l.message=A2.internetConnectivity,l.name=sr.internetConnectivity,this.getInternetConnectivityError.emit({error:l})},this.initInternetConnectivityError()}checkContentCompatibility(l){if(l>this.playerContentCompatibiltyLevel){const f=new Error;return f.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${l}`,f.name="contentCompatibily",{error:f,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}m2.\u0275fac=function(l){return new(l||m2)},m2.ctorParameters=()=>[],m2.\u0275prov=(0,i.Yz7)({factory:function(){return new m2},token:m2,providedIn:"root"});class l2{constructor(){this.downloadEvent=new i.vpe,this.hideDownloadPopUp=new i.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(l,f){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:l,type:f})}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f)&&"showDownloadPopUp"===f){this.showDownloadPopUp=l[f].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=l1.disabled({filter:m})}}download(l,f){this.downloadEvent.emit({event:l,type:f}),this.disabledHandle.disengage()}}l2.\u0275fac=function(l){return new(l||l2)},l2.\u0275cmp=i.Xpm({type:l2,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[i.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CLOSE")}),i._UZ(4,"button",4),i.qZA(),i.TgZ(5,"div",5)(6,"h5",6),i._uU(7,"Confirm Download"),i.qZA(),i.TgZ(8,"div",7),i._uU(9),i.qZA(),i._UZ(10,"div",8),i.TgZ(11,"div",9)(12,"button",10),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CANCEL")}),i._uU(13,"Cancel"),i.qZA(),i.TgZ(14,"button",11),i.NdJ("click",function(b){return f.download(b,"DOWNLOAD")}),i._uU(15,"Download"),i.qZA()()()()()()),2&l&&(i.Q6J("ngClass",i.VKq(2,h3,f.showDownloadPopUp)),i.xp6(9),i.hij('"',f.title,'" will be saved on your device.'))},dependencies:[v.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),l2.propDecorators={title:[{type:i.IIB}],downloadEvent:[{type:i.r_U}],hideDownloadPopUp:[{type:i.r_U}],showDownloadPopUp:[{type:i.IIB}]};class c2{constructor(){this.showReplay=!0,this.replayContent=new i.vpe,this.exitContent=new i.vpe,this.playNextContent=new i.vpe}ngOnInit(){this.subscription=(0,t3.R)(document,"keydown").subscribe(l=>{"Enter"===l.key&&(l.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}c2.\u0275fac=function(l){return new(l||c2)},c2.\u0275cmp=i.Xpm({type:c2,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(l,f){1&l&&(i.F$t(),i.TgZ(0,"div",0)(1,"div",1)(2,"div",2),i.O4$(),i.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),i._UZ(6,"feColorMatrix",5),i.qZA(),i.TgZ(7,"linearGradient",6),i._UZ(8,"stop",7)(9,"stop",8),i.qZA(),i.TgZ(10,"linearGradient",9),i._UZ(11,"stop",10)(12,"stop",11),i.qZA(),i._UZ(13,"path",12),i.TgZ(14,"filter",13),i._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),i.qZA(),i.TgZ(19,"linearGradient",18),i._UZ(20,"stop",19)(21,"stop",20),i.qZA(),i.YNc(22,g3,5,2,"text",21),i.qZA(),i.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),i._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),i.qZA()(),i.TgZ(199,"g",198)(200,"g",199),i._UZ(201,"path",200)(202,"path",201),i.TgZ(203,"g",202),i._UZ(204,"use",203)(205,"path",204),i.qZA(),i._UZ(206,"path",205)(207,"path",206),i.TgZ(208,"g",207)(209,"g",208)(210,"g",209),i._UZ(211,"use",210)(212,"use",211),i.qZA(),i.TgZ(213,"g",212),i._UZ(214,"use",213)(215,"use",214),i.qZA()()(),i._UZ(216,"path",215),i.TgZ(217,"foreignObject",216),i.kcU(),i.TgZ(218,"div",217),i._uU(219),i.qZA()(),i.YNc(220,$r,7,1,"g",218),i.qZA()()()()()()()(),i.TgZ(221,"div",219)(222,"div",220)(223,"div",221),i._uU(224,"You just completed"),i.qZA(),i.TgZ(225,"span",222),i._uU(226),i.qZA(),i.Hsn(227),i.qZA(),i.TgZ(228,"div",223)(229,"div",224),i.NdJ("click",function(){return f.replay()}),i.TgZ(230,"div"),i.YNc(231,or,8,0,"svg",225),i.YNc(232,U3,8,0,"svg",225),i.qZA(),i.TgZ(233,"div",226),i._uU(234,"Replay"),i.qZA()(),i.YNc(235,c3,11,0,"div",227),i.qZA(),i.YNc(236,E3,8,1,"ng-container",228),i.qZA()()),2&l&&(i.xp6(22),i.Q6J("ngIf",f.outcome),i.xp6(197),i.hij(" ",f.userName," "),i.xp6(1),i.Q6J("ngIf",f.timeSpentLabel),i.xp6(6),i.Oqu(f.contentName),i.xp6(3),i.Q6J("ngClass",f.showReplay?"":"disabled"),i.xp6(2),i.Q6J("ngIf",!f.showReplay),i.xp6(1),i.Q6J("ngIf",f.showReplay),i.xp6(3),i.Q6J("ngIf",f.showExit),i.xp6(1),i.Q6J("ngIf",f.nextContent))},dependencies:[v.mk,v.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both heartbeat;animation:3s ease-in-out infinite both heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both heartbeat;animation:5s ease-in-out infinite both heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),c2.propDecorators={showExit:[{type:i.IIB}],showReplay:[{type:i.IIB}],contentName:[{type:i.IIB}],outcome:[{type:i.IIB}],outcomeLabel:[{type:i.IIB}],userName:[{type:i.IIB}],timeSpentLabel:[{type:i.IIB}],nextContent:[{type:i.IIB}],replayContent:[{type:i.r_U}],exitContent:[{type:i.r_U}],playNextContent:[{type:i.r_U}]};class En{constructor(){this.sidebarMenuEvent=new i.vpe}toggleMenu(l){const f=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),b=document.getElementById("playerSideMenu"),A=document.getElementById("ariaLabelValue"),oe=document.getElementById("overlay-button");l instanceof KeyboardEvent&&(f.checked=!f.checked),f.checked?(b.style.visibility="visible",A.innerHTML="Player Menu Close",oe.setAttribute("aria-label","Player Menu Close"),m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:l,type:"OPEN_MENU"})):(b.style.visibility="hidden",A.innerHTML="Player Menu Open",oe.setAttribute("aria-label","Player Menu Open"),m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:l,type:"CLOSE_MENU"}))}}En.\u0275fac=function(l){return new(l||En)},En.\u0275cmp=i.Xpm({type:En,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:5,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu Open","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"],["id","ariaLabelValue"]],template:function(l,f){1&l&&(i.TgZ(0,"input",0),i.NdJ("click",function(b){return f.toggleMenu(b)}),i.qZA(),i.TgZ(1,"label",1),i.NdJ("keydown.enter",function(b){return f.toggleMenu(b)}),i._UZ(2,"span"),i.TgZ(3,"em",2),i._uU(4,"Player Menu Open"),i.qZA()())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}#ariaLabelValue[_ngcontent-%COMP%]{position:absolute;opacity:0}']}),En.propDecorators={sidebarMenuEvent:[{type:i.r_U}]};class _2{constructor(l){this.ref=l,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new i.vpe,this.toggleMenu=new i.vpe,this.showDownloadPopUp=!1}closeNav(l){const f=document.getElementById("ariaLabelValue"),m=document.getElementById("overlay-button"),b=document.getElementById("overlay-input");f.innerHTML="Player Menu Open",m.setAttribute("aria-label","Player Menu Open"),b.checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:l,type:"CLOSE_MENU"})}showDownloadPopup(l,f){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(l,f)}hideDownloadPopUp(l){this.showDownloadPopUp=!1,this.sidebarEvent.emit(l),this.ref.detectChanges()}emitSideBarEvent(l,f){this.sidebarEvent.emit({event:l,type:f})}}_2.\u0275fac=function(l){return new(l||_2)(i.Y36(i.sBO))},_2.\u0275cmp=i.Xpm({type:_2,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),i._uU(4),i.qZA(),i.TgZ(5,"ul",4),i.YNc(6,H3,3,0,"li",5),i.YNc(7,ar,3,0,"li",5),i.YNc(8,wr,3,0,"li",5),i.YNc(9,B2,3,0,"li",5),i.qZA()(),i.TgZ(10,"div",6),i.NdJ("click",function(b){return f.closeNav(b)}),i.qZA()(),i.YNc(11,C3,1,2,"sb-player-download-popup",7)),2&l&&(i.xp6(4),i.Oqu(f.title),i.xp6(2),i.Q6J("ngIf",f.config.showShare),i.xp6(1),i.Q6J("ngIf",f.config.showDownload),i.xp6(1),i.Q6J("ngIf",f.config.showPrint),i.xp6(1),i.Q6J("ngIf",f.config.showExit),i.xp6(2),i.Q6J("ngIf",f.showDownloadPopUp))},dependencies:[v.O5,l2],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),_2.ctorParameters=()=>[{type:i.sBO}],_2.propDecorators={title:[{type:i.IIB}],config:[{type:i.IIB}],sidebarEvent:[{type:i.r_U}],toggleMenu:[{type:i.r_U}]};class $n{constructor(){this.progress=0}ngOnChanges(l){l.progress&&l.progress.currentValue&&(this.progress=l.progress.currentValue)}}$n.\u0275fac=function(l){return new(l||$n)},$n.\u0275cmp=i.Xpm({type:$n,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[i.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0),i._UZ(1,"div",1),i.TgZ(2,"div",2)(3,"span",3),i._uU(4),i.qZA()(),i.TgZ(5,"div",4)(6,"div",5),i._uU(7),i.qZA(),i.TgZ(8,"div",6),i._UZ(9,"div",7),i.qZA()()()),2&l&&(i.Q6J("ngClass",i.VKq(5,Lr,100===f.progress)),i.xp6(4),i.Oqu(f.title),i.xp6(3),i.hij("Loading... ",f.progress,"%"),i.xp6(2),i.Udp("width",f.progress+"%"))},dependencies:[v.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes loading{0%{width:0}100%{width:100%}}@keyframes loading{0%{width:0}100%{width:100%}}@-webkit-keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),$n.propDecorators={title:[{type:i.IIB}],progress:[{type:i.IIB}]};class V2{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}V2.\u0275fac=function(l){return new(l||V2)},V2.\u0275cmp=i.Xpm({type:V2,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(l,f){1&l&&i.YNc(0,Dr,2,0,"div",0),2&l&&i.Q6J("ngIf",f.showOfflineAlert)},dependencies:[v.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),V2.ctorParameters=()=>[];class Rt{}Rt.\u0275fac=function(l){return new(l||Rt)},Rt.\u0275mod=i.oAB({type:Rt}),Rt.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class zn{constructor(){this.nextAction=new i.vpe}}zn.\u0275fac=function(l){return new(l||zn)},zn.\u0275cmp=i.Xpm({type:zn,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.nextAction.emit({type:"NEXT"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),zn.propDecorators={nextAction:[{type:i.r_U}]};class In{constructor(){this.previousAction=new i.vpe}}In.\u0275fac=function(l){return new(l||In)},In.\u0275cmp=i.Xpm({type:In,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.previousAction.emit({type:"PREVIOUS"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),In.propDecorators={previousAction:[{type:i.r_U}]};class u2{constructor(){this.actions=new i.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(l){this._item=Object.assign(Object.assign({},this._config),l),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f))switch(f){case"pageNumber":this.page=l[f].currentValue,this.pageNumber=l[f].currentValue;break;case"totalPages":this.totalPages=l[f].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const l=parseInt(this.page,10);l>0&&l<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:l}),this.pageNumber=l):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:l}),this.page=this.pageNumber)}}u2.\u0275fac=function(l){return new(l||u2)},u2.\u0275cmp=i.Xpm({type:u2,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[i.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(l,f){1&l&&(i.TgZ(0,"div")(1,"div",0)(2,"div",1),i.YNc(3,Z3,2,0,"div",2),i.YNc(4,Er,3,0,"div",3),i.YNc(5,Ir,8,3,"div",4),i.YNc(6,Jr,4,0,"div",5),i.qZA()()()),2&l&&(i.xp6(3),i.Q6J("ngIf",f.config.rotation),i.xp6(1),i.Q6J("ngIf",f.config.zoom),i.xp6(1),i.Q6J("ngIf",f.config.goto&&f.totalPages),i.xp6(1),i.Q6J("ngIf",f.config.navigation))},dependencies:[v.O5,Z.Fj,Z.wV,Z.JJ,Z.qQ,Z.Fd,Z.On,zn,In],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u2.propDecorators={pageNumber:[{type:i.IIB}],totalPages:[{type:i.IIB}],actions:[{type:i.r_U}],config:[{type:i.IIB}]};class Jn{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:A2.contentPlayFailedHeader,messageTitle:A2.contentPlayFailTitle})}}Jn.\u0275fac=function(l){return new(l||Jn)},Jn.\u0275cmp=i.Xpm({type:Jn,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),i._uU(4),i.qZA(),i._uU(5),i.qZA()()()),2&l&&(i.xp6(4),i.Oqu(f.errorMsg.messageHeader),i.xp6(1),i.hij(" ",f.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),Jn.propDecorators={errorMsg:[{type:i.IIB}]};class qn{}qn.\u0275fac=function(l){return new(l||qn)},qn.\u0275mod=i.oAB({type:qn}),qn.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class Xn{}Xn.\u0275fac=function(l){return new(l||Xn)},Xn.\u0275mod=i.oAB({type:Xn}),Xn.\u0275inj=i.cJS({imports:[Rt,qn,Rt,qn]})},2232:function(ht){ + * Platform.js + * Copyright 2014-2016 Benjamin Tan + * Copyright 2011-2013 John-David Dalton + * Available under MIT license + */_t=I.nmd(_t),function(){"use strict";var _={function:!0,object:!0},H=_[typeof window]&&window||this,Q=H,F=_[typeof we]&&we,z=_.object&&_t&&!_t.nodeType&&_t,Y=F&&z&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(H=Y);var J=Math.pow(2,53)-1,ie=/\bOpera/,U=this,V=Object.prototype,se=V.hasOwnProperty,le=V.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=te(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function q(D,pe){for(var Ce in D)se.call(D,Ce)&&pe(D[Ce],Ce,D)}function ae(D){return null==D?ye(D):le.call(D).slice(8,-1)}function Le(D,pe){var Ce=null!=D?typeof D[pe]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(Ce)||"object"==Ce&&!D[pe])}function Ne(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Ee(D,pe){var Ce=null;return function Oe(D,pe){var Ce=-1,ge=D?D.length:0;if("number"==typeof ge&&ge>-1&&ge<=J)for(;++Ce3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(ot)&&"WebKit"||!ot&&/\bMSIE\b/i.test(D)&&("Mac OS"==N?"Tasman":"Trident")||"WebKit"==ot&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(ot=[j]),"IE"==de&&(j=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",N="Windows Phone "+(/\+$/.test(j)?j:j+".x"),lt.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",N="Windows Phone 8.x",lt.unshift("desktop mode"),Te||(Te=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==ot&&(j=/\brv:([\d.]+)/.exec(D))&&(de&<.push("identifying as "+de+(Te?" "+Te:"")),de="IE",Te=j[1]),h1){if(Le(pe,"global"))if(I1&&(en=(j=I1.lang.System).getProperty("os.arch"),N=N||j.getProperty("os.name")+" "+j.getProperty("os.version")),Be&&Le(pe,"system")&&(j=[pe.system])[0]){N||(N=j[0].os||null);try{j[1]=pe.require("ringo/engine").version,Te=j[1].join("."),de="RingoJS"}catch{j[0].global.system==pe.system&&(de="Narwhal")}}else"object"==typeof pe.process&&!pe.process.browser&&(j=pe.process)?(de="Node.js",en=j.arch,N=j.platform,Te=/[\d.]+/.exec(j.version)[0]):un&&(de="Rhino");else ae(j=pe.runtime)==p1?(de="Adobe AIR",N=j.flash.system.Capabilities.os):ae(j=pe.phantom)==Ct?(de="PhantomJS",Te=(j=j.version||null)&&j.major+"."+j.minor+"."+j.patch):"number"==typeof M1.documentMode&&(j=/\bTrident\/(\d+)/i.exec(D))&&(Te=[Te,M1.documentMode],(j=+j[1]+4)!=Te[1]&&(lt.push("IE "+Te[1]+" mode"),ot&&(ot[1]=""),Te[1]=j),Te="IE"==de?String(Te[1].toFixed(1)):Te[0]);N=N&&ce(N)}Te&&(j=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Te)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(h1&&ge.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(V1=/b/i.test(j)?"beta":"alpha",Te=Te.replace(RegExp(j+"\\+?$"),"")+("beta"==V1?y1:d1)+(/\d+\+?/.exec(j)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(N)?de="Firefox Mobile":"Maxthon"==de&&Te?Te=Te.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test($e)?(N=null,"Xbox 360"==$e&&/\bIEMobile\b/.test(D)&<.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||$e||/Browser|Mobi/.test(de))||"Windows CE"!=N&&!/Mobi/i.test(D)?"IE"==de&&h1&&null===pe.external?lt.unshift("platform preview"):(/\bBlackBerry\b/.test($e)||/\bBB10\b/.test(D))&&(j=(RegExp($e.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Te)?(N=((j=[j,/BB10/.test(D)])[1]?($e=null,Ae="BlackBerry"):"Device Software")+" "+j[0],Te=null):this!=q&&"Wii"!=$e&&(h1&&xt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(N)||"IE"==de&&(N&&!/^Win/.test(N)&&Te>5.5||/\bWindows XP\b/.test(N)&&Te>8||8==Te&&!/\bTrident\b/.test(D)))&&!ie.test(j=G.call(q,D.replace(ie,"")+";"))&&j.name&&(j="ing as "+j.name+((j=j.version)?" "+j:""),ie.test(de)?(/\bIE\b/.test(j)&&"Mac OS"==N&&(N=null),j="identify"+j):(j="mask"+j,de=r1?ce(r1.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(j)&&(N=null),h1||(Te=null)),ot=["Presto"],lt.push(j)):de+=" Mobile",(j=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(j=[parseFloat(j.replace(/\.(\d)$/,".0$1")),j],"Safari"==de&&"+"==j[1].slice(-1)?(de="WebKit Nightly",V1="alpha",Te=j[1].slice(0,-1)):(Te==j[1]||Te==(j[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Te=null),j[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==j[0]&&537.36==j[2]&&parseFloat(j[1])>=28&&"WebKit"==ot&&(ot=["Blink"]),h1&&(Ye||j[1])?(ot&&(ot[1]="like Chrome"),j=j[1]||((j=j[0])<530?1:j<532?2:j<532.05?3:j<533?4:j<534.03?5:j<534.07?6:j<534.1?7:j<534.13?8:j<534.16?9:j<534.24?10:j<534.3?11:j<535.01?12:j<535.02?"13+":j<535.07?15:j<535.11?16:j<535.19?17:j<536.05?18:j<536.1?19:j<537.01?20:j<537.11?"21+":j<537.13?23:j<537.18?24:j<537.24?25:j<537.36?26:"Blink"!=ot?"27":"28")):(ot&&(ot[1]="like Safari"),j=(j=j[0])<400?1:j<500?2:j<526?3:j<533?4:j<534?"4+":j<535?5:j<537?6:j<538?7:j<601?8:"8"),ot&&(ot[1]+=" "+(j+="number"==typeof j?".x":/[.+]/.test(j)?"":"+")),"Safari"==de&&(!Te||parseInt(Te)>45)&&(Te=j)),"Opera"==de&&(j=/\bzbov|zvav$/.exec(N))?(de+=" ",lt.unshift("desktop mode"),"zvav"==j?(de+="Mini",Te=null):de+="Mobile",N=N.replace(RegExp(" *"+j+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(ot&&ot[1])&&(lt.unshift("desktop mode"),de="Chrome Mobile",Te=null,/\bOS X\b/.test(N)?(Ae="Apple",N="iOS 4.3+"):N=null),Te&&0==Te.indexOf(j=/[\d.]+$/.exec(N))&&D.indexOf("/"+j+"-")>-1&&(N=te(N.replace(j,""))),ot&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(N)&&/\bSafari\b/.test(ot[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&ot[1])&&(j=ot[ot.length-1])&<.push(j),lt.length&&(lt=["("+lt.join("; ")+")"]),Ae&&$e&&$e.indexOf(Ae)<0&<.push("on "+Ae),$e&<.push((/^on /.test(lt[lt.length-1])?"":"on ")+$e),N&&(j=/ ([\d.+]+)$/.exec(N),wt=j&&"/"==N.charAt(N.length-j[0].length-1),N={architecture:32,family:j&&!wt?N.replace(j[0],""):N,version:j?j[1]:null,toString:function(){var Tt=this.version;return this.family+(Tt&&!wt?" "+Tt:"")+(64==this.architecture?" 64-bit":"")}}),(j=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(en))&&!/\bi686\b/i.test(en)?(N&&(N.architecture=64,N.family=N.family.replace(RegExp(" *"+j),"")),de&&(/\bWOW64\b/i.test(D)||h1&&/\w(?:86|32)$/.test(ge.cpuClass||ge.platform)&&!/\bWin64; x64\b/i.test(D))&<.unshift("32-bit")):N&&/^OS X/.test(N.family)&&"Chrome"==de&&parseFloat(Te)>=39&&(N.architecture=64),D||(D=null);var Je={};return Je.description=D,Je.layout=ot&&ot[0],Je.manufacturer=Ae,Je.name=de,Je.prerelease=V1,Je.product=$e,Je.ua=D,Je.version=de&&Te,Je.os=N||{architecture:null,family:null,version:null,toString:function(){return"null"}},Je.parse=G,Je.toString=function dt(){return this.description||""},Je.version&<.unshift(Te),Je.name&<.unshift(de),N&&de&&!(N==String(N).split(" ")[0]&&(N==de.split(" ")[0]||$e))&<.push($e?"("+N+")":"on "+N),lt.length&&(Je.description=lt.join(" ")),Je}();H.platform=me,void 0!==(o=function(){return me}.call(we,I,we,_t))&&(_t.exports=o)}.call(this)},901:(_t,we,I)=>{"use strict";I.d(we,{y:()=>V});var o=I(14);var H=I(482),Q=I(30);var z=I(831),Y=I(356);function ie(le){return 0===le.length?Y.y:1===le.length?le[0]:function(De){return le.reduce((Oe,ce)=>ce(Oe),De)}}var U=I(146);class V{constructor(ye){this._isScalar=!1,ye&&(this._subscribe=ye)}lift(ye){const De=new V;return De.source=this,De.operator=ye,De}subscribe(ye,De,Oe){const{operator:ce}=this,q=function F(le,ye,De){if(le){if(le instanceof o.L)return le;if(le[H.b])return le[H.b]()}return le||ye||De?new o.L(le,ye,De):new o.L(Q.c)}(ye,De,Oe);if(ce?q.add(ce.call(q,this.source)):q.add(this.source||U.v.useDeprecatedSynchronousErrorHandling&&!q.syncErrorThrowable?this._subscribe(q):this._trySubscribe(q)),U.v.useDeprecatedSynchronousErrorHandling&&q.syncErrorThrowable&&(q.syncErrorThrowable=!1,q.syncErrorThrown))throw q.syncErrorValue;return q}_trySubscribe(ye){try{return this._subscribe(ye)}catch(De){U.v.useDeprecatedSynchronousErrorHandling&&(ye.syncErrorThrown=!0,ye.syncErrorValue=De),function _(le){for(;le;){const{closed:ye,destination:De,isStopped:Oe}=le;if(ye||Oe)return!1;le=De&&De instanceof o.L?De:null}return!0}(ye)?ye.error(De):console.warn(De)}}forEach(ye,De){return new(De=se(De))((Oe,ce)=>{let q;q=this.subscribe(ae=>{try{ye(ae)}catch(Le){ce(Le),q&&q.unsubscribe()}},ce,Oe)})}_subscribe(ye){const{source:De}=this;return De&&De.subscribe(ye)}[z.L](){return this}pipe(...ye){return 0===ye.length?this:ie(ye)(this)}toPromise(ye){return new(ye=se(ye))((De,Oe)=>{let ce;this.subscribe(q=>ce=q,q=>Oe(q),()=>De(ce))})}}function se(le){if(le||(le=U.v.Promise||Promise),!le)throw new Error("no Promise impl found");return le}V.create=le=>new V(le)},30:(_t,we,I)=>{"use strict";I.d(we,{c:()=>H});var o=I(146),_=I(897);const H={closed:!0,next(Q){},error(Q){if(o.v.useDeprecatedSynchronousErrorHandling)throw Q;(0,_.z)(Q)},complete(){}}},218:(_t,we,I)=>{"use strict";I.d(we,{Yc:()=>Y,xQ:()=>J});var o=I(901),_=I(14),H=I(957),Q=I(86),F=I(722),z=I(482);class Y extends _.L{constructor(V){super(V),this.destination=V}}class J extends o.y{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[z.b](){return new Y(this)}lift(V){const se=new ie(this,this);return se.operator=V,se}next(V){if(this.closed)throw new Q.N;if(!this.isStopped){const{observers:se}=this,le=se.length,ye=se.slice();for(let De=0;Denew ie(U,V);class ie extends J{constructor(V,se){super(),this.destination=V,this.source=se}next(V){const{destination:se}=this;se&&se.next&&se.next(V)}error(V){const{destination:se}=this;se&&se.error&&this.destination.error(V)}complete(){const{destination:V}=this;V&&V.complete&&this.destination.complete()}_subscribe(V){const{source:se}=this;return se?this.source.subscribe(V):H.w.EMPTY}}},722:(_t,we,I)=>{"use strict";I.d(we,{W:()=>_});var o=I(957);class _ extends o.w{constructor(Q,F){super(),this.subject=Q,this.subscriber=F,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const Q=this.subject,F=Q.observers;if(this.subject=null,!F||0===F.length||Q.isStopped||Q.closed)return;const z=F.indexOf(this.subscriber);-1!==z&&F.splice(z,1)}}},14:(_t,we,I)=>{"use strict";I.d(we,{L:()=>Y});var o=I(900),_=I(30),H=I(957),Q=I(482),F=I(146),z=I(897);class Y extends H.w{constructor(U,V,se){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=_.c;break;case 1:if(!U){this.destination=_.c;break}if("object"==typeof U){U instanceof Y?(this.syncErrorThrowable=U.syncErrorThrowable,this.destination=U,U.add(this)):(this.syncErrorThrowable=!0,this.destination=new J(this,U));break}default:this.syncErrorThrowable=!0,this.destination=new J(this,U,V,se)}}[Q.b](){return this}static create(U,V,se){const le=new Y(U,V,se);return le.syncErrorThrowable=!1,le}next(U){this.isStopped||this._next(U)}error(U){this.isStopped||(this.isStopped=!0,this._error(U))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(U){this.destination.next(U)}_error(U){this.destination.error(U),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:U}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=U,this}}class J extends Y{constructor(U,V,se,le){super(),this._parentSubscriber=U;let ye,De=this;(0,o.m)(V)?ye=V:V&&(ye=V.next,se=V.error,le=V.complete,V!==_.c&&(De=Object.create(V),(0,o.m)(De.unsubscribe)&&this.add(De.unsubscribe.bind(De)),De.unsubscribe=this.unsubscribe.bind(this))),this._context=De,this._next=ye,this._error=se,this._complete=le}next(U){if(!this.isStopped&&this._next){const{_parentSubscriber:V}=this;F.v.useDeprecatedSynchronousErrorHandling&&V.syncErrorThrowable?this.__tryOrSetError(V,this._next,U)&&this.unsubscribe():this.__tryOrUnsub(this._next,U)}}error(U){if(!this.isStopped){const{_parentSubscriber:V}=this,{useDeprecatedSynchronousErrorHandling:se}=F.v;if(this._error)se&&V.syncErrorThrowable?(this.__tryOrSetError(V,this._error,U),this.unsubscribe()):(this.__tryOrUnsub(this._error,U),this.unsubscribe());else if(V.syncErrorThrowable)se?(V.syncErrorValue=U,V.syncErrorThrown=!0):(0,z.z)(U),this.unsubscribe();else{if(this.unsubscribe(),se)throw U;(0,z.z)(U)}}}complete(){if(!this.isStopped){const{_parentSubscriber:U}=this;if(this._complete){const V=()=>this._complete.call(this._context);F.v.useDeprecatedSynchronousErrorHandling&&U.syncErrorThrowable?(this.__tryOrSetError(U,V),this.unsubscribe()):(this.__tryOrUnsub(V),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(U,V){try{U.call(this._context,V)}catch(se){if(this.unsubscribe(),F.v.useDeprecatedSynchronousErrorHandling)throw se;(0,z.z)(se)}}__tryOrSetError(U,V,se){if(!F.v.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{V.call(this._context,se)}catch(le){return F.v.useDeprecatedSynchronousErrorHandling?(U.syncErrorValue=le,U.syncErrorThrown=!0,!0):((0,z.z)(le),!0)}return!1}_unsubscribe(){const{_parentSubscriber:U}=this;this._context=null,this._parentSubscriber=null,U.unsubscribe()}}},957:(_t,we,I)=>{"use strict";I.d(we,{w:()=>z});var o=I(327),_=I(549),H=I(900);const F=(()=>{function J(ie){return Error.call(this),this.message=ie?`${ie.length} errors occurred during unsubscription:\n${ie.map((U,V)=>`${V+1}) ${U.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=ie,this}return J.prototype=Object.create(Error.prototype),J})();class z{constructor(ie){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,ie&&(this._ctorUnsubscribe=!0,this._unsubscribe=ie)}unsubscribe(){let ie;if(this.closed)return;let{_parentOrParents:U,_ctorUnsubscribe:V,_unsubscribe:se,_subscriptions:le}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,U instanceof z)U.remove(this);else if(null!==U)for(let ye=0;yeie.concat(U instanceof F?U.errors:U),[])}z.EMPTY=((J=new z).closed=!0,J)},146:(_t,we,I)=>{"use strict";I.d(we,{v:()=>_});let o=!1;const _={Promise:void 0,set useDeprecatedSynchronousErrorHandling(H){if(H){const Q=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+Q.stack)}else o&&console.log("RxJS: Back to a better error behavior. Thank you. <3");o=H},get useDeprecatedSynchronousErrorHandling(){return o}}},539:(_t,we,I)=>{"use strict";I.d(we,{Ds:()=>z,IY:()=>Q,ft:()=>J});var o=I(14),_=I(901),H=I(956);class Q extends o.L{constructor(U){super(),this.parent=U}_next(U){this.parent.notifyNext(U)}_error(U){this.parent.notifyError(U),this.unsubscribe()}_complete(){this.parent.notifyComplete(),this.unsubscribe()}}class z extends o.L{notifyNext(U){this.destination.next(U)}notifyError(U){this.destination.error(U)}notifyComplete(){this.destination.complete()}}function J(ie,U){if(U.closed)return;if(ie instanceof _.y)return ie.subscribe(U);let V;try{V=(0,H.s)(ie)(U)}catch(se){U.error(se)}return V}},858:(_t,we,I)=>{"use strict";I.d(we,{D:()=>De});var o=I(901),_=I(956),H=I(957),Q=I(831);var Y=I(403),J=I(803);var V=I(192),se=I(122);function ye(Oe,ce){if(null!=Oe){if(function U(Oe){return Oe&&"function"==typeof Oe[Q.L]}(Oe))return function F(Oe,ce){return new o.y(q=>{const ae=new H.w;return ae.add(ce.schedule(()=>{const Le=Oe[Q.L]();ae.add(Le.subscribe({next(Ne){ae.add(ce.schedule(()=>q.next(Ne)))},error(Ne){ae.add(ce.schedule(()=>q.error(Ne)))},complete(){ae.add(ce.schedule(()=>q.complete()))}}))})),ae})}(Oe,ce);if((0,V.t)(Oe))return function z(Oe,ce){return new o.y(q=>{const ae=new H.w;return ae.add(ce.schedule(()=>Oe.then(Le=>{ae.add(ce.schedule(()=>{q.next(Le),ae.add(ce.schedule(()=>q.complete()))}))},Le=>{ae.add(ce.schedule(()=>q.error(Le)))}))),ae})}(Oe,ce);if((0,se.z)(Oe))return(0,Y.r)(Oe,ce);if(function le(Oe){return Oe&&"function"==typeof Oe[J.hZ]}(Oe)||"string"==typeof Oe)return function ie(Oe,ce){if(!Oe)throw new Error("Iterable cannot be null");return new o.y(q=>{const ae=new H.w;let Le;return ae.add(()=>{Le&&"function"==typeof Le.return&&Le.return()}),ae.add(ce.schedule(()=>{Le=Oe[J.hZ](),ae.add(ce.schedule(function(){if(q.closed)return;let Ne,Ee;try{const te=Le.next();Ne=te.value,Ee=te.done}catch(te){return void q.error(te)}Ee?q.complete():(q.next(Ne),this.schedule())}))})),ae})}(Oe,ce)}throw new TypeError((null!==Oe&&typeof Oe||Oe)+" is not observable")}function De(Oe,ce){return ce?ye(Oe,ce):Oe instanceof o.y?Oe:new o.y((0,_.s)(Oe))}},5:(_t,we,I)=>{"use strict";I.d(we,{n:()=>Q});var o=I(901),_=I(414),H=I(403);function Q(F,z){return z?(0,H.r)(F,z):new o.y((0,_.V)(F))}},312:(_t,we,I)=>{"use strict";I.d(we,{R:()=>z});var o=I(901),_=I(327),H=I(900),Q=I(942);Object.prototype.toString;function z(V,se,le,ye){return(0,H.m)(le)&&(ye=le,le=void 0),ye?z(V,se,le).pipe((0,Q.U)(De=>(0,_.k)(De)?ye(...De):ye(De))):new o.y(De=>{Y(V,se,function Oe(ce){arguments.length>1?De.next(Array.prototype.slice.call(arguments)):De.next(ce)},De,le)})}function Y(V,se,le,ye,De){let Oe;if(function U(V){return V&&"function"==typeof V.addEventListener&&"function"==typeof V.removeEventListener}(V)){const ce=V;V.addEventListener(se,le,De),Oe=()=>ce.removeEventListener(se,le,De)}else if(function ie(V){return V&&"function"==typeof V.on&&"function"==typeof V.off}(V)){const ce=V;V.on(se,le),Oe=()=>ce.off(se,le)}else if(function J(V){return V&&"function"==typeof V.addListener&&"function"==typeof V.removeListener}(V)){const ce=V;V.addListener(se,le),Oe=()=>ce.removeListener(se,le)}else{if(!V||!V.length)throw new TypeError("Invalid event target");for(let ce=0,q=V.length;ce{"use strict";I.d(we,{T:()=>Y});var o=I(901),_=I(507),H=I(522),Q=I(356);var z=I(5);function Y(...J){let ie=Number.POSITIVE_INFINITY,U=null,V=J[J.length-1];return(0,_.K)(V)?(U=J.pop(),J.length>1&&"number"==typeof J[J.length-1]&&(ie=J.pop())):"number"==typeof V&&(ie=J.pop()),null===U&&1===J.length&&J[0]instanceof o.y?J[0]:function F(J=Number.POSITIVE_INFINITY){return(0,H.zg)(Q.y,J)}(ie)((0,z.n)(J,U))}},139:(_t,we,I)=>{"use strict";I.d(we,{of:()=>Q});var o=I(507),_=I(5),H=I(403);function Q(...F){let z=F[F.length-1];return(0,o.K)(z)?(F.pop(),(0,H.r)(F,z)):(0,_.n)(F)}},942:(_t,we,I)=>{"use strict";I.d(we,{U:()=>_});var o=I(14);function _(F,z){return function(J){if("function"!=typeof F)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return J.lift(new H(F,z))}}class H{constructor(z,Y){this.project=z,this.thisArg=Y}call(z,Y){return Y.subscribe(new Q(z,this.project,this.thisArg))}}class Q extends o.L{constructor(z,Y,J){super(z),this.project=Y,this.count=0,this.thisArg=J||this}_next(z){let Y;try{Y=this.project.call(this.thisArg,z,this.count++)}catch(J){return void this.destination.error(J)}this.destination.next(Y)}}},522:(_t,we,I)=>{"use strict";I.d(we,{zg:()=>Q});var o=I(942),_=I(858),H=I(539);function Q(J,ie,U=Number.POSITIVE_INFINITY){return"function"==typeof ie?V=>V.pipe(Q((se,le)=>(0,_.D)(J(se,le)).pipe((0,o.U)((ye,De)=>ie(se,ye,le,De))),U)):("number"==typeof ie&&(U=ie),V=>V.lift(new F(J,U)))}class F{constructor(ie,U=Number.POSITIVE_INFINITY){this.project=ie,this.concurrent=U}call(ie,U){return U.subscribe(new z(ie,this.project,this.concurrent))}}class z extends H.Ds{constructor(ie,U,V=Number.POSITIVE_INFINITY){super(ie),this.project=U,this.concurrent=V,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(ie){this.active0?this._next(ie.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}},403:(_t,we,I)=>{"use strict";I.d(we,{r:()=>H});var o=I(901),_=I(957);function H(Q,F){return new o.y(z=>{const Y=new _.w;let J=0;return Y.add(F.schedule(function(){J!==Q.length?(z.next(Q[J++]),z.closed||Y.add(this.schedule())):z.complete()})),Y})}},803:(_t,we,I)=>{"use strict";I.d(we,{hZ:()=>_});const _=function o(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},831:(_t,we,I)=>{"use strict";I.d(we,{L:()=>o});const o="function"==typeof Symbol&&Symbol.observable||"@@observable"},482:(_t,we,I)=>{"use strict";I.d(we,{b:()=>o});const o="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()},86:(_t,we,I)=>{"use strict";I.d(we,{N:()=>_});const _=(()=>{function H(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return H.prototype=Object.create(Error.prototype),H})()},897:(_t,we,I)=>{"use strict";function o(_){setTimeout(()=>{throw _},0)}I.d(we,{z:()=>o})},356:(_t,we,I)=>{"use strict";function o(_){return _}I.d(we,{y:()=>o})},327:(_t,we,I)=>{"use strict";I.d(we,{k:()=>o});const o=Array.isArray||(_=>_&&"number"==typeof _.length)},122:(_t,we,I)=>{"use strict";I.d(we,{z:()=>o});const o=_=>_&&"number"==typeof _.length&&"function"!=typeof _},900:(_t,we,I)=>{"use strict";function o(_){return"function"==typeof _}I.d(we,{m:()=>o})},549:(_t,we,I)=>{"use strict";function o(_){return null!==_&&"object"==typeof _}I.d(we,{K:()=>o})},192:(_t,we,I)=>{"use strict";function o(_){return!!_&&"function"!=typeof _.subscribe&&"function"==typeof _.then}I.d(we,{t:()=>o})},507:(_t,we,I)=>{"use strict";function o(_){return _&&"function"==typeof _.schedule}I.d(we,{K:()=>o})},956:(_t,we,I)=>{"use strict";I.d(we,{s:()=>V});var o=I(414),_=I(897);var Q=I(803);var z=I(831);var J=I(122),ie=I(192),U=I(549);const V=se=>{if(se&&"function"==typeof se[z.L])return(se=>le=>{const ye=se[z.L]();if("function"!=typeof ye.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return ye.subscribe(le)})(se);if((0,J.z)(se))return(0,o.V)(se);if((0,ie.t)(se))return(se=>le=>(se.then(ye=>{le.closed||(le.next(ye),le.complete())},ye=>le.error(ye)).then(null,_.z),le))(se);if(se&&"function"==typeof se[Q.hZ])return(se=>le=>{const ye=se[Q.hZ]();for(;;){let De;try{De=ye.next()}catch(Oe){return le.error(Oe),le}if(De.done){le.complete();break}if(le.next(De.value),le.closed)break}return"function"==typeof ye.return&&le.add(()=>{ye.return&&ye.return()}),le})(se);{const ye=`You provided ${(0,U.K)(se)?"an invalid object":`'${se}'`} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`;throw new TypeError(ye)}}},414:(_t,we,I)=>{"use strict";I.d(we,{V:()=>o});const o=_=>H=>{for(let Q=0,F=_.length;Q{"use strict";I.d(we,{T_:()=>t1,uY:()=>e1,N3:()=>Ot,u_:()=>Jn,ye:()=>a1,bf:()=>j1,Z2:()=>F1,Yi:()=>u3,A3:()=>ln,x0:()=>_n,vM:()=>d3});var o=I(8),_=I(666),H=I(609);function Q(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var c=u.context,p=u.label,m=void 0===p?"context-to-element":p,v=u.resolveDocument,T=u.defaultToDocument,oe=Q(c)[0];if(v&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&T)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function z(){for(var p=[],m=F({label:"get/parents",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context});m;)p.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return p}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],J=null;function U(u,c){return J||function ie(u){Y.some(function(c){return!!u[c]&&(J=c,!0)})}(u),u[J](c)}var V=I(228),se=I.n(V),le=JSON.parse(JSON.stringify(se())),ye=le.os.family||"",De="Android"===ye,Oe="Windows"===ye.slice(0,7),ce="OS X"===ye,q="iOS"===ye,ae="Blink"===le.layout,Le="Gecko"===le.layout,Ne="Trident"===le.layout,Ee="EdgeHTML"===le.layout,te="WebKit"===le.layout,G=parseFloat(le.version),me=Math.floor(G);le.majorVersion=me,le.is={ANDROID:De,WINDOWS:Oe,OSX:ce,IOS:q,BLINK:ae,GECKO:Le,TRIDENT:Ne,EDGE:Ee,WEBKIT:te,IE9:Ne&&9===me,IE10:Ne&&10===me,IE11:Ne&&11===me};const D=le;function rt(u){var c=function pe(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},c=document.createElement("iframe");c.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),c.setAttribute("aria-live","off"),c.setAttribute("aria-busy","true"),c.setAttribute("aria-hidden","true"),document.body.appendChild(c);var p=c.contentWindow,m=p.document;m.open(),m.close();var v=m.createElement("div");return m.body.appendChild(v),u.iframe=c,u.wrapper=v,u.window=p,u.document=m,u}(),p={};return Object.keys(u).map(function(m){p[m]=function Ce(u,c){u.wrapper.innerHTML="";var p="string"==typeof c.element?u.document.createElement(c.element):c.element(u.wrapper,u.document),m=c.mutate&&c.mutate(p,u.wrapper,u.document);return!m&&!1!==m&&(m=p),!p.parentNode&&u.wrapper.appendChild(p),m&&m.focus&&m.focus(),c.validate?c.validate(p,m,u.document):u.document.activeElement===m}(c,u[m])}),function ge(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(c),p}var Z1=typeof window<"u"&&window.navigator.userAgent||"",L1="ally-supports-cache",Ct=function Gt(u){var c=void 0;try{c=(c=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(c):{}}catch{c={}}return c}(L1);(Ct.userAgent!==Z1||"1.4.1"!==Ct.version)&&(Ct={}),Ct.userAgent=Z1,Ct.version="1.4.1";const I1={get:function(){return Ct},set:function(c){Object.keys(c).forEach(function(p){Ct[p]=c[p]}),Ct.time=(new Date).toISOString(),function p1(u,c){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(c))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(L1,Ct)}};function un(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const d1="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",y1={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},M1={element:"div",mutate:function(c){return c.innerHTML='',!1},validate:function(c,p,m){if(D.is.GECKO)return!0;var v=c.querySelector("area");return v.focus(),m.activeElement===v}},xt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===p}},r1=d1,j={name:"can-focus-audio-without-controls",element:"audio",mutate:function(c){try{c.setAttribute("src",r1)}catch{}}},lt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},de={element:"a",mutate:function(c){return c.href="#void",c.innerHTML='',c.querySelector("img")}},$e={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")}};var N=!D.is.WEBKIT;const Pt="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",At={element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50"),c.style.visibility="hidden"}},Lt={name:"can-focus-object-svg",element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===c}};var dt=!D.is.IE9;const Tt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")},validate:function(c,p,m){var v=c.querySelector("area");return m.activeElement===v}};function Y2(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var p=function x1(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(p);var m=p.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(p),!0}function pt(u){return''+u+""}function dn(u,c,p){return function E2(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Y2(u)}}(c),p.activeElement===c}const R2={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},bn={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},J1={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},fn={element:"div",mutate:function(c){return c.innerHTML=pt(['link',''].join("")),c.querySelector("use")},validate:dn},tn={element:"div",mutate:function(c){return c.innerHTML=pt(''),c.querySelector("foreignObject")||c.getElementsByTagName("foreignObject")[0]},validate:dn};var e2=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const B={element:"div",mutate:function(c){return c.innerHTML=pt(""),c.firstChild},validate:dn},ht=d1,qe={element:"video",mutate:function(c){try{c.setAttribute("src",ht)}catch{}}};var Jt=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var O={cssShadowPiercingDeepCombinator:un,focusInZeroDimensionObject:function he(){return N},focusObjectSwf:function Je(){return dt},focusSvgInIframe:function xe(){return e2},tabsequenceAreaAtImgPosition:function Me(){return Jt}},W={focusAreaImgTabindex:y1,focusAreaTabindex:M1,focusAreaWithoutHref:xt,focusAudioWithoutControls:j,focusBrokenImageMap:lt,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(c){return c.setAttribute("tabindex","-1"),c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello',c.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(c){c.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(c){c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:$e,focusInHiddenIframe:{element:function(c,p){var m=p.createElement("iframe");c.appendChild(m);var v=m.contentWindow.document;return v.open(),v.close(),m},mutate:function(c){c.style.visibility="hidden";var p=c.contentWindow.document,m=p.createElement("input");return p.body.appendChild(m),m},validate:function(c){var p=c.contentWindow.document,m=p.querySelector("input");return p.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(c){c.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(c){c.setAttribute("tabindex","-1")},validate:function(c,p,m){c.offsetHeight;return c.focus(),m.activeElement===c}},focusObjectSvg:Lt,focusObjectSvgHidden:At,focusRedirectImgUsemap:Tt,focusRedirectLegend:{element:"fieldset",mutate:function(c){return c.innerHTML='legend',!1},validate:function(c,p,m){var v=c.querySelector('input[tabindex="-1"]'),T=c.querySelector('input[tabindex="0"]');return c.focus(),c.querySelector("legend").focus(),(m.activeElement===v?"focusable":m.activeElement===T&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(c){return c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
',c.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px;"),c.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(c){return c.innerHTML="foo

content

",c.firstElementChild}},focusSvgFocusableAttribute:R2,focusSvgTabindexAttribute:bn,focusSvgNegativeTabindexAttribute:J1,focusSvgUseTabindex:fn,focusSvgForeignobjectTabindex:tn,focusSvg:B,focusTabindexTrailingCharacters:{element:"div",mutate:function(c){c.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(c,p,m){var v=m.createDocumentFragment();v.innerHTML="cell",c.appendChild(v)}},focusVideoWithoutControls:qe};var Fe=null;function He(){return Fe||((Fe=I1.get()).time||(I1.set(function be(){var u=rt(W);return Object.keys(O).forEach(function(c){u[c]=O[c]()}),u}()),Fe=I1.get()),Fe)}var it=void 0,jt=/^\s*(-|\+)?[0-9]+\s*$/,N1=/^\s*(-|\+)?[0-9]+.*$/;function Xt(u){it||(it=He());var c=it.focusTabindexTrailingCharacters?N1:jt,p=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=p.hasAttribute("tabindex"),v=p.hasAttribute("tabIndex");if(!m&&!v)return!1;if((p.ownerSVGElement||"svg"===p.nodeName.toLowerCase())&&!it.focusSvgTabindexAttribute)return!1;if(it.focusInvalidTabindex)return!0;var oe=p.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&c.test(oe))}function Wt(u){if(!Xt(u))return null;var p=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(p),10);return isNaN(m)?-1:m}function Ut(u){var c=u.webkitUserModify||"";return Boolean(c&&-1!==c.indexOf("write"))}function v2(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(c){return"auto"===c||"scroll"===c})}function d2(u){return u.display.indexOf("flex")>-1}function Nn(u,c,p,m){return!("div"!==c&&"span"!==c||p&&"div"!==p&&"span"!==p&&!v2(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1}:p;vt||(vt=He());var v=F({label:"is/focus-relevant",resolveDocument:!0,context:c});if(!m.shadow&&v.shadowRoot)return!0;var T=v.nodeName.toLowerCase();if("input"===T&&"hidden"===v.type)return!1;if("input"===T||"select"===T||"button"===T||"textarea"===T||"legend"===T&&vt.focusRedirectLegend||"label"===T||"area"===T||"a"===T&&v.hasAttribute("href"))return!0;if("object"===T&&v.hasAttribute("usemap"))return!1;if("object"===T){var oe=v.getAttribute("type");if(!vt.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!vt.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===T||"object"===T||"embed"===T||"keygen"===T||v.hasAttribute("contenteditable")||"audio"===T&&(vt.focusAudioWithoutControls||v.hasAttribute("controls"))||"video"===T&&(vt.focusVideoWithoutControls||v.hasAttribute("controls"))||vt.focusSummary&&"summary"===T)return!0;var Ze=Xt(v);if("img"===T&&v.hasAttribute("usemap"))return Ze&&vt.focusImgUsemapTabindex||vt.focusRedirectImgUsemap;if(vt.focusTable&&("table"===T||"td"===T)||vt.focusFieldset&&"fieldset"===T)return!0;var Xe="svg"===T,nt=v.ownerSVGElement,It=v.getAttribute("focusable"),l1=Wt(v);if("use"===T&&null!==l1&&!vt.focusSvgUseTabindex)return!1;if("foreignobject"===T)return null!==l1&&vt.focusSvgForeignobjectTabindex;if(U(v,"svg a")&&v.hasAttribute("xlink:href"))return!0;if((Xe||nt)&&v.focus&&!vt.focusSvgNegativeTabindexAttribute&&l1<0)return!1;if(Xe)return Ze||vt.focusSvg||vt.focusSvgInIframe||Boolean(vt.focusSvgFocusableAttribute&&It&&"true"===It);if(nt){if(vt.focusSvgTabindexAttribute&&Ze)return!0;if(vt.focusSvgFocusableAttribute)return"true"===It}if(Ze)return!0;var T1=window.getComputedStyle(v,null);if(Ut(T1))return!0;if(vt.focusImgIsmap&&"img"===T&&v.hasAttribute("ismap")&&z({context:v}).some(function(p3){return"a"===p3.nodeName.toLowerCase()&&p3.hasAttribute("href")}))return!0;if(!m.scrollable&&vt.focusScrollContainer)if(vt.focusScrollContainerWithoutOverflow){if(Nn(v,T))return!0}else if(v2(T1))return!0;if(!m.flexbox&&vt.focusFlexboxContainer&&d2(T1))return!0;var l2=v.parentElement;if(!m.scrollable&&l2){var f3=l2.nodeName.toLowerCase(),_2=window.getComputedStyle(l2,null);if(vt.focusScrollBody&&Nn(l2,T,f3,_2)||vt.focusChildrenOfFocusableFlexbox&&d2(_2))return!0}return!1}nn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return nn({context:m,except:u})};return c.rules=nn,c};const t2=nn.except({});function Zn(u,c){if(u.findIndex)return u.findIndex(c);var p=u.length;if(0===p)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:p,v=F({label:"is/visible",resolveDocument:!0,context:c}),T=v.nodeName.toLowerCase();if(!m.notRendered&&i1.test(T))return!0;var oe=z({context:v}),Ze="audio"===T&&!v.hasAttribute("controls");if(!m.cssDisplay&&function In(u){return u.some(function(c){return"none"===P1(c,"display")})}(Ze?oe.slice(1):oe)||!m.cssVisibility&&function x2(u){var c=Zn(u,function(m){var v=P1(m,"visibility");return"hidden"===v||"collapse"===v});if(-1===c)return!1;var p=Zn(u,function(m){return"visible"===P1(m,"visibility")});return-1===p||c0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Sn({context:m,except:u})};return c.rules=Sn,c};const Rn=Sn.except({});var r2=I(232),tt=I.n(r2);function Dt(u,c){return c.querySelector('map[name="'+tt()(u)+'"]')||null}function E1(u){var c=u.parentElement;return c.name&&"map"===c.nodeName.toLowerCase()&&pn(u).querySelector('img[usemap="#'+tt()(c.name)+'"]')||null}var hn=void 0;var gn=void 0,g1=void 0,Cn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function Wn(u){gn||((gn=He()).focusFieldsetDisabled&&delete Cn.fieldset,gn.focusFormDisabled&&delete Cn.form,g1=new RegExp("^("+Object.keys(Cn).join("|")+")$"));var p=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(g1.test(p))}var yt=void 0;function R3(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function i2(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{onlyFocusableBrowsingContext:!1,visible:!1}:p,v=F({label:"is/only-tabbable",resolveDocument:!0,context:c});if(!m.visible&&!Rn(v))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var T=n2(v);if(T&&Wt(T)<0)return!1}var oe=v.nodeName.toLowerCase(),Ze=Wt(v);return"label"===oe&&D.is.GECKO?null!==Ze&&Ze>=0:!!(D.is.GECKO&&v.ownerSVGElement&&!v.focus&&"a"===oe&&v.hasAttribute("xlink:href")&&D.is.GECKO)}Kn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Kn({context:m,except:u})};return c.rules=Kn,c};const f2=Kn.except({});var H1=void 0;function R1(u){var c=u.nodeName.toLowerCase();if("embed"===c||"keygen"===c)return!0;var p=Wt(u);if(u.shadowRoot&&null===p)return!0;if("label"===c)return!H1.focusLabelTabindex||null===p;if("legend"===c)return null===p;if(H1.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===c)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===c&&u.hasAttribute("usemap")?null===p||!H1.focusImgUsemapTabindex:"area"===c&&!function G1(u){hn||(hn=He());var c=F({label:"is/valid-area",context:u});if("area"!==c.nodeName.toLowerCase())return!1;var m=c.hasAttribute("tabindex");if(!hn.focusAreaTabindex&&m)return!1;var v=E1(c);return!(!v||!Rn(v)||!hn.focusBrokenImageMap&&(!v.complete||!v.naturalHeight||v.offsetWidth<=0||v.offsetHeight<=0))&&(hn.focusAreaWithoutHref||c.href?!z({context:v}).slice(1).some(function(oe){var Ze=oe.nodeName.toLowerCase();return"button"===Ze||"a"===Ze}):hn.focusAreaTabindex&&m||hn.focusAreaImgTabindex&&v.hasAttribute("tabindex"))}(u)}function k1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{disabled:!1,visible:!1,onlyTabbable:!1}:p;H1||(H1=He());var v=f2.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),T=F({label:"is/focusable",resolveDocument:!0,context:c});if(!t2.rules({context:T,except:m})||R1(T)||!m.disabled&&function Q2(u){yt||(yt=He());var c=F({label:"is/disabled",context:u});if(c.hasAttribute("data-ally-disabled"))return!0;if(!Wn(c))return!1;if(c.disabled)return!0;var p=z({context:c});return!!(p.some(R3)||!yt.focusFormDisabled&&p.some(i2))}(T)||!m.onlyTabbable&&v(T))return!1;if(!m.visible){var Ze={context:T,except:{}};if(H1.focusInHiddenIframe&&(Ze.except.browsingContext=!0),H1.focusObjectSvgHidden)"object"===T.nodeName.toLowerCase()&&(Ze.except.cssVisibility=!0);if(!Rn.rules(Ze))return!1}var nt=n2(T);if(nt&&!("object"!==nt.nodeName.toLowerCase()||H1.focusInZeroDimensionObject||nt.offsetWidth&&nt.offsetHeight))return!1;return!("svg"===T.nodeName.toLowerCase()&&H1.focusSvgInIframe&&!nt&&null===T.getAttribute("tabindex"))}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return k1({context:m,except:u})};return c.rules=k1,c};const b1=k1.except({});function z2(u){var c=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return c.acceptNode=c,c}var p2=z2(t2);function s3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;c||(c=document.documentElement);for(var T=b1.rules.except({onlyTabbable:m}),Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,"all"===v?p2:z2(T),!1),Xe=[];Ze.nextNode();)Ze.currentNode.shadowRoot?(T(Ze.currentNode)&&Xe.push(Ze.currentNode),Xe=Xe.concat(s3({context:Ze.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:v}))):Xe.push(Ze.currentNode);return p&&("all"===v?t2(c)&&Xe.unshift(c):T(c)&&Xe.unshift(c)),Xe}var C1=void 0,K1=void 0;function xn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=function Mn(){return C1||(C1=He()),"string"==typeof K1||(K1=i3(K1=(C1.focusTable?"table, td,":"")+(C1.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(C1.focusAudioWithoutControls?"audio,":"audio[controls],")+(C1.focusVideoWithoutControls?"video,":"video[controls],")+(C1.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),K1}(),T=c.querySelectorAll(v),oe=b1.rules.except({onlyTabbable:m}),Ze=[].filter.call(T,oe);return p&&oe(c)&&Ze.unshift(c),Ze}function zn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=void 0===v?"quick":v,Ze={context:F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:c}),includeContext:p,includeOnlyTabbable:m,strategy:T};if("quick"===T)return xn(Ze);if("strict"===T||"all"===T)return s3(Ze);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Vt(u){var c=u.element,p=u.attribute,m="data-cached-"+p;if(null===c.getAttribute(m)){var T=c.getAttribute(p);if(null===T)return;c.setAttribute(m,T||""),c.removeAttribute(p)}else{var oe=c.getAttribute(m);c.removeAttribute(m),c.setAttribute(p,oe)}}function mt(u){var c=u.element,p=u.attribute,m=u.temporaryValue,v=u.saveValue,T="data-cached-"+p;if(void 0!==m){var oe=v||c.getAttribute(p);c.setAttribute(T,oe||""),c.setAttribute(p,m)}else{var Ze=c.getAttribute(T);c.removeAttribute(T),""===Ze?c.removeAttribute(p):c.setAttribute(p,Ze)}}var rn=function(){};const o2=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var q1=void 0;function B2(){o2.warn("trying to focus inert element",this)}function P2(u,c){(function ir(u,c){mt({element:u,attribute:"aria-disabled",temporaryValue:c?"true":void 0})})(u,c),function ii(u,c){if(c){var p=Wt(u);mt({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==p?p:""})}else mt({element:u,attribute:"tabindex"})}(u,c),function z3(u,c){c?u.focus=B2:delete u.focus}(u,c),function oi(u,c){if(c){var p=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",p),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,c);var p=u.nodeName.toLowerCase();("video"===p||"audio"===p)&&function Bn(u,c){Vt({element:u,attribute:"controls",remove:c})}(u,c),("svg"===p||u.ownerSVGElement)&&(q1.focusSvgFocusableAttribute?function a3(u,c){mt({element:u,attribute:"focusable",temporaryValue:c?"false":void 0})}(u,c):!q1.focusSvgTabindexAttribute&&"a"===p&&function wn(u,c){Vt({element:u,attribute:"xlink:href",remove:c})}(u,c)),c?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function on(u,c){q1||(q1=He());var p=F({label:"element/disabled",context:u});c=Boolean(c);var m=p.hasAttribute("data-ally-disabled"),v=1===arguments.length;return Wn(p)?v?p.disabled:(p.disabled=c,p):v?m:(m===c||P2(p,c),p)}var y3=function(c){return c.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function b3(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context,p=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:c}),v=pn(c).createTreeWalker(p,NodeFilter.SHOW_ELEMENT,y3,!1),T=[];for(p.shadowRoot&&(T.push(p),T=T.concat(b3({context:p.shadowRoot})));v.nextNode();)T.push(v.currentNode),T=T.concat(b3({context:v.currentNode.shadowRoot}));return T}y3.acceptNode=y3;var s2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},wr=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.callback,T=p.config;(function O2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this.config=T,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(v),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(c.handleHostMutation,c)}),this.observeContext(m),this.observeShadowHosts(m)}return wr(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(p){var m=this;b3({context:p}).forEach(function(T){return m.observeContext(T.shadowRoot)})}},{key:"observeContext",value:function(p){this.clientObserver.observe(p,this.config),this.hostObserver.observe(p,Lr)}},{key:"handleHostMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(v){return v.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function z1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.parent,p=u.element,m=u.includeSelf;if(c)return function(T){return Boolean(m&&T===c||c.compareDocumentPosition(T)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(p)return function(T){return Boolean(m&&p===T||T.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var T2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.filter;(function j2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(m||document.documentElement)[0],this._filter=Q(v),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var T=zn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(T),this.shadowObserver=function or(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.callback,m=u.config;if("function"!=typeof p)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s2(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var v=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:c});return{disengage:new Y1({context:v,callback:p,config:m}).disengage}}({context:this._context,config:v3,callback:function(Ze){return Ze.forEach(c.handleMutation)}})}return T2(u,[{key:"disengage",value:function(){this._context&&(Yn(this._context),this._inertElementCache.forEach(function(p){return Yn(p)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(p){return p.map(function(m){return zn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,v){return m.concat(v)},[])}},{key:"renderInert",value:function(p){var m=this;p.filter(this.filterElements).filter(this.filterParentElements).filter(function(T){return!on(T)}).forEach(function(oe){m._inertElementCache.push(oe),function jn(u){return on(u,!0)}(oe)})}},{key:"filterElements",value:function(p){var m=z1({element:p,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(p){var m=z1({parent:p});return!this._filter.some(m)}},{key:"handleMutation",value:function(p){if("childList"===p.type){var m=Q(p.addedNodes).filter(function(T){return T.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var v=this.listQueryFocusable(m);this.renderInert(v)}else"attributes"===p.type&&this.renderInert([p.target])}}]),u}();function a2(u){var c=u.context,p=u.filter,v=[],T=function(nt){return p.some(function(It){return nt===It})?NodeFilter.FILTER_REJECT:function(nt){var It=z1({parent:nt});return p.some(It)}(nt)?NodeFilter.FILTER_ACCEPT:(v.push(nt),NodeFilter.FILTER_REJECT)};T.acceptNode=T;for(var Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,T,!1);Ze.nextNode(););return v}var M2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},p=c.context,m=c.filter;(function si(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(p||document.documentElement)[0],this._filter=Q(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var v=function sr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;if(c=F({label:"get/insignificant-branches",defaultToDocument:!0,context:c}),!(p=Q(p)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return a2({context:c,filter:p})}({context:this._context,filter:this._filter});v.forEach(B3),this.startObserver()}return M2(u,[{key:"disengage",value:function(){this._context&&([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),Vr),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var p=this;window.MutationObserver&&(this._observer=new MutationObserver(function(m){return m.forEach(p.handleMutation)}),this._observer.observe(this._context,X1))}},{key:"handleMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(B3)}},{key:"isInsignificantBranch",value:function(p){if(z({context:p}).some(function(T){return"true"===T.getAttribute("aria-hidden")}))return!1;var v=z1({element:p});return!this._filter.some(v)}}]),u}();function Q1(){for(var p=F({label:"get/shadow-host",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context}),m=null;p;)m=p,p=p.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function w3(u){var c=F({label:"is/active-element",resolveDocument:!0,context:u});if(pn(c).activeElement===c)return!0;var m=Q1({context:c});return!(!m||m.shadowRoot.activeElement!==c)}var S1=void 0,sn=/^(fieldset|table|td|body)$/;function Pn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:p;S1||(S1=He());var v=F({label:"is/tabbable",resolveDocument:!0,context:c});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var T=n2(v);if(T){if(D.is.WEBKIT&&D.is.IOS||Wt(T)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!Rn(T))return!1;if("object"===T.nodeName.toLowerCase()){var Ze="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ze)return!1}}var Xe=v.nodeName.toLowerCase(),nt=Wt(v),It=null===nt?null:nt>=0;if(D.is.EDGE&&D.majorVersion>=14&&T&&v.ownerSVGElement&&nt<0)return!0;var l1=!1!==It,T1=null!==nt&&nt>=0;if(v.hasAttribute("contenteditable"))return l1;if(sn.test(Xe)&&!0!==It)return!1;if(D.is.WEBKIT&&D.is.IOS){var m2="input"===Xe&&"text"===v.type||"password"===v.type||"select"===Xe||"textarea"===Xe||v.hasAttribute("contenteditable");if(!m2)m2=Ut(window.getComputedStyle(v,null));if(!m2)return!1}if("use"===Xe&&null!==nt&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||U(v,"svg a")&&v.hasAttribute("xlink:href")&&(l1||v.focus&&!S1.focusSvgNegativeTabindexAttribute)||"svg"===Xe&&S1.focusSvgInIframe&&l1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===Xe)return!!S1.focusSvg||(v.hasAttribute("focusable")||T1);if(v.ownerSVGElement)return!(!S1.focusSvgTabindexAttribute||!T1)||v.hasAttribute("focusable")}if(void 0===v.tabIndex)return Boolean(m.onlyTabbable);if("audio"===Xe){if(!v.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===Xe)if(v.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===Xe&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===Xe)return!1;if(!m.scrollable&&D.is.GECKO&&v2(window.getComputedStyle(v,null)))return l1;if(D.is.TRIDENT||D.is.EDGE){if("area"===Xe){var _2=E1(v);if(_2&&Wt(_2)<0)return!1}var p3=window.getComputedStyle(v,null);if(Ut(p3))return v.tabIndex>=0;if(!m.flexbox&&d2(p3))return null!==nt?T1:ar(v)&&Qn(v);if(Nn(v,Xe))return!1;var k=v.parentElement;if(k){var X3=k.nodeName.toLowerCase(),er=window.getComputedStyle(k,null);if(Nn(k,Xe,X3,er))return!1;if(d2(er))return T1}}return v.tabIndex>=0}Pn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Pn({context:m,except:u})};return c.rules=Pn,c};var ar=t2.rules.except({flexbox:!0}),Qn=Pn.except({flexbox:!0});const P=Pn.except({});function h(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=P.rules.except({onlyTabbable:m});return zn({context:c,includeContext:p,includeOnlyTabbable:m,strategy:v}).filter(T)}function w(u,c){return u.compareDocumentPosition(c)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function Ft(u,c,p){var m=[];return c.forEach(function(v){var T=!0,oe=u.indexOf(v);-1===oe&&(oe=function ze(u,c){return Zn(u,function(p){return c.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,v),T=!1),-1===oe&&(oe=u.length);var Ze=Q(p?p(v):v);Ze.length&&m.push({offset:oe,replace:T,elements:Ze})}),m}function mn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.list,p=u.elements,m=u.resolveElement,v=c.slice(0),T=Q(p).slice(0);return function K(u){return u.sort(w)}(T),function gt(u,c){var p=0;c.sort(function(m,v){return m.offset-v.offset}),c.forEach(function(m){var v=m.replace?1:0,T=[m.offset+p,v].concat(m.elements);u.splice.apply(u,T),p+=m.elements.length-v})}(v,Ft(v,T,m)),v}var j3=function(){function u(c,p){for(var m=0;m-1?[p].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(p){delete this.hosts[p]._sortingId},this)}}]),u}();var X2=void 0;function $1(u,c){return X2.tabsequenceAreaAtImgPosition&&(u=function Gr(u,c){var p=c.querySelectorAll("img[usemap]"),m=new q2(c),v=m.extractAreasFromList(u);return p.length?mn({list:v,elements:p,resolveElement:function(oe){var Ze=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ze)}}):v}(u,c)),u=function qt(u){var c={},p=[],m=u.filter(function(T){var oe=T.tabIndex;return void 0===oe&&(oe=Wt(T)),oe<=0||null==oe||(c[oe]||(c[oe]=[],p.push(oe)),c[oe].push(T),!1)});return p.sort().map(function(T){return c[T]}).reduceRight(function(T,oe){return oe.concat(T)},m)}(u),u}function cr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;X2||(X2=He());var T=Q(c)[0]||document.documentElement,oe=h({context:T,includeContext:p,includeOnlyTabbable:m,strategy:v});return oe=document.body.createShadowRoot&&D.is.BLINK?function Ge(u,c,p){var m=new Hr(c,p),v=m.extractElements(u);return v.length===u.length?p(u):m.sort(v)}(oe,T,$1):$1(oe,T),p&&(oe=function g2(u,c){var p=u.indexOf(c);return p>0?u.splice(p,1).concat(u):u}(oe,T)),oe}for(var Un={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},On=1;On<26;On++)Un["f"+On]=On+111;for(var Ln=0;Ln<10;Ln++){var $n=Ln+48,ur=Ln+96;Un[Ln]=$n,Un["num-"+Ln]=ur,Un._alias[$n]=[ur]}for(var $3=0;$3<26;$3++){var dr=$3+65;Un[String.fromCharCode(dr).toLowerCase()]=dr}const w2=Un;var c3={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},e3=Object.keys(c3).map(function(u){return c3[u]});function ct(u,c){return!e3.some(function(p){return"boolean"==typeof u[p]&&Boolean(c[p])!==u[p]})}function zt(u){return u.split(/\s+/).map(function(c){var p=c.split("+"),m=function ke(u){var p=function re(u){var c=!!u&&null;return{altKey:c,ctrlKey:c,metaKey:c,shiftKey:c}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var v=!0,T=m.slice(0,1);"?"===T?v=null:"!"===T&&(v=!1),!0!==v&&(m=m.slice(1));var oe=c3[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');p[oe]=v}}),p}(p.slice(0,-1)),v=function Pe(u){var c=w2[u]||parseInt(u,10);if(!c||"number"!=typeof c||isNaN(c))throw new TypeError('Unknown key "'+u+'"');return[c].concat(w2._alias[c]||[])}(p.slice(-1));return{keyCodes:v,modifiers:m,matchModifiers:ct.bind(null,m)}})}const w1={disabled:function A2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new Yt({context:c,filter:p}).disengage}},hidden:function M3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new l3({context:c,filter:p}).disengage}},tabFocus:function an(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context;return c||(c=document.documentElement),cr(),function s1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c={},p=Q(u.context)[0]||document.documentElement;delete u.context;var m=Q(u.filter);delete u.filter;var v=Object.keys(u);if(!v.length)throw new TypeError("when/key requires at least one option key");var T=function(nt){nt.keyCodes.forEach(function(It){c[It]||(c[It]=[]),c[It].push(nt)})};v.forEach(function(Xe){if("function"!=typeof u[Xe])throw new TypeError('when/key requires option["'+Xe+'"] to be a function');zt(Xe).map(function(l1){return l1.callback=u[Xe],l1}).forEach(T)});var oe=function(nt){if(!nt.defaultPrevented){if(m.length){var It=z1({element:nt.target,includeSelf:!0});if(m.some(It))return}var l1=nt.keyCode||nt.which;c[l1]&&c[l1].forEach(function(T1){T1.matchModifiers(nt)&&T1.callback.call(p,nt,Ze)})}};p.addEventListener("keydown",oe,!1);var Ze=function(){p.removeEventListener("keydown",oe,!1)};return{disengage:Ze}}({"?alt+?shift+tab":function(m){m.preventDefault();var v=cr({context:c}),T=m.shiftKey,oe=v[0],Ze=v[v.length-1],nt=T?Ze:oe;if(w3(T?oe:Ze))nt.focus();else{var It=void 0;if(v.some(function(m2,l2){return!!w3(m2)&&(It=l2,!0)}))v[It+(T?-1:1)].focus();else oe.focus()}}})}};var J3=I(312);const xi=function(u){return{showDownload:u}};function L2(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"text",229)(1,"tspan",230),o._uU(2),o.qZA(),o.TgZ(3,"tspan",231),o._uU(4),o.qZA()()),2&u){const p=o.oxw();o.xp6(2),o.Oqu(p.outcomeLabel),o.xp6(2),o.Oqu(p.outcome)}}function q3(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"g",232)(1,"g",233),o._UZ(2,"polygon",234)(3,"path",235),o.qZA(),o.TgZ(4,"text",236)(5,"tspan",237),o._uU(6),o.qZA()()()),2&u){const p=o.oxw();o.xp6(6),o.Oqu(p.timeSpentLabel)}}function ai(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",244),o.qZA()())}function U3(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",245),o.qZA()())}function fr(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",246),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.exitContent.emit({type:"EXIT"}))}),o.O4$(),o.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),o._UZ(4,"stop",240)(5,"stop",241),o.qZA()(),o.TgZ(6,"g",242),o._UZ(7,"path",249)(8,"path",250),o.qZA()(),o.kcU(),o.TgZ(9,"div",226),o._uU(10,"Exit"),o.qZA()()}}function pr(u,c){if(1&u){const p=o.EpF();o.ynx(0),o.TgZ(1,"div",251),o._uU(2,"Up Next"),o.qZA(),o.TgZ(3,"div",252),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.playNext())}),o.TgZ(4,"div",253),o._uU(5),o.qZA(),o.TgZ(6,"div",254),o._UZ(7,"img",255),o.qZA()(),o.BQk()}if(2&u){const p=o.oxw();o.xp6(5),o.Oqu(p.nextContent.name)}}function Pi(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))}),o._UZ(1,"span",9),o._uU(2," Share"),o.qZA()}}function li(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))}),o._UZ(1,"span",10),o._uU(2," Download"),o.qZA()}}function y(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"PRINT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"PRINT"))}),o._UZ(1,"span",11),o._uU(2," Print"),o.qZA()}}function g(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))}),o._UZ(1,"span",12),o._uU(2," Exit"),o.qZA()}}function L(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"sb-player-download-popup",13),o.NdJ("hideDownloadPopUp",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.hideDownloadPopUp(v))})("downloadEvent",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.sidebarEvent.emit(v))}),o.qZA()}if(2&u){const p=o.oxw();o.Q6J("title",p.title)("showDownloadPopUp",p.showDownloadPopUp)}}const S=function(u){return{"animated animateBg":u}};function ne(u,c){1&u&&(o.TgZ(0,"div",1),o._uU(1," You are offline\n"),o.qZA())}const _e=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Qe(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",6)(1,"img",7),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.rotateCW())}),o.qZA()()}}function Et(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",8)(1,"button",9),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomOut())}),o.qZA(),o.TgZ(2,"button",10),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomIn())}),o.qZA()()}}function O1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",11)(1,"input",12),o.NdJ("ngModelChange",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.page=v)}),o.qZA(),o.TgZ(2,"span",13),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.gotoPage())}),o._UZ(3,"img",14),o.qZA(),o.TgZ(4,"span",15),o._uU(5,"/"),o.qZA(),o.TgZ(6,"span",16),o._uU(7),o.qZA()()}if(2&u){const p=o.oxw();o.xp6(1),o.Q6J("ngModel",p.page)("max",p.totalPages),o.xp6(6),o.Oqu(p.totalPages)}}function f1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),o.NdJ("previousAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA(),o.TgZ(3,"sb-player-next-navigation",20),o.NdJ("nextAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA()()()}}const e1={contentCompatibility:"CPV2_CONT_COMP_01",contentLoadFails:"CPV2_CONT_LOAD_FAIL_01",internetConnectivity:"CPV2_INT_CONNECT_01",streamingUrlSupport:"CPV2_INT_STREAMINGURL_01"},Ot={contentCompatibility:"content compatibility error",contentLoadFails:"content load failed",internetConnectivity:"content failed to load , No Internet Available",streamingUrlSupport:"streaming url is not supported",contentPlayFailedHeader:"Unable to load content",contentPlayFailTitle:"Refresh and try again later"};class t1{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new o.vpe,this.setInternetConnectivityError=()=>{const c=new Error;c.message=Ot.internetConnectivity,c.name=e1.internetConnectivity,this.getInternetConnectivityError.emit({error:c})},this.initInternetConnectivityError()}checkContentCompatibility(c){if(c>this.playerContentCompatibiltyLevel){const p=new Error;return p.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${c}`,p.name="contentCompatibily",{error:p,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}t1.\u0275fac=function(c){return new(c||t1)},t1.ctorParameters=()=>[],t1.\u0275prov=(0,o.Yz7)({factory:function(){return new t1},token:t1,providedIn:"root"});class Ht{constructor(){this.downloadEvent=new o.vpe,this.hideDownloadPopUp=new o.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(c,p){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:c,type:p})}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p)&&"showDownloadPopUp"===p){this.showDownloadPopUp=c[p].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=w1.disabled({filter:m})}}download(c,p){this.downloadEvent.emit({event:c,type:p}),this.disabledHandle.disengage()}}Ht.\u0275fac=function(c){return new(c||Ht)},Ht.\u0275cmp=o.Xpm({type:Ht,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[o.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CLOSE")}),o._UZ(4,"button",4),o.qZA(),o.TgZ(5,"div",5)(6,"h5",6),o._uU(7,"Confirm Download"),o.qZA(),o.TgZ(8,"div",7),o._uU(9),o.qZA(),o._UZ(10,"div",8),o.TgZ(11,"div",9)(12,"button",10),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CANCEL")}),o._uU(13,"Cancel"),o.qZA(),o.TgZ(14,"button",11),o.NdJ("click",function(v){return p.download(v,"DOWNLOAD")}),o._uU(15,"Download"),o.qZA()()()()()()),2&c&&(o.Q6J("ngClass",o.VKq(2,xi,p.showDownloadPopUp)),o.xp6(9),o.hij('"',p.title,'" will be saved on your device.'))},dependencies:[_.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),Ht.propDecorators={title:[{type:o.IIB}],downloadEvent:[{type:o.r_U}],hideDownloadPopUp:[{type:o.r_U}],showDownloadPopUp:[{type:o.IIB}]};class a1{constructor(){this.showReplay=!0,this.replayContent=new o.vpe,this.exitContent=new o.vpe,this.playNextContent=new o.vpe}ngOnInit(){this.subscription=(0,J3.R)(document,"keydown").subscribe(c=>{"Enter"===c.key&&(c.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}a1.\u0275fac=function(c){return new(c||a1)},a1.\u0275cmp=o.Xpm({type:a1,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(c,p){1&c&&(o.F$t(),o.TgZ(0,"div",0)(1,"div",1)(2,"div",2),o.O4$(),o.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),o._UZ(6,"feColorMatrix",5),o.qZA(),o.TgZ(7,"linearGradient",6),o._UZ(8,"stop",7)(9,"stop",8),o.qZA(),o.TgZ(10,"linearGradient",9),o._UZ(11,"stop",10)(12,"stop",11),o.qZA(),o._UZ(13,"path",12),o.TgZ(14,"filter",13),o._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),o.qZA(),o.TgZ(19,"linearGradient",18),o._UZ(20,"stop",19)(21,"stop",20),o.qZA(),o.YNc(22,L2,5,2,"text",21),o.qZA(),o.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),o._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),o.qZA()(),o.TgZ(199,"g",198)(200,"g",199),o._UZ(201,"path",200)(202,"path",201),o.TgZ(203,"g",202),o._UZ(204,"use",203)(205,"path",204),o.qZA(),o._UZ(206,"path",205)(207,"path",206),o.TgZ(208,"g",207)(209,"g",208)(210,"g",209),o._UZ(211,"use",210)(212,"use",211),o.qZA(),o.TgZ(213,"g",212),o._UZ(214,"use",213)(215,"use",214),o.qZA()()(),o._UZ(216,"path",215),o.TgZ(217,"foreignObject",216),o.kcU(),o.TgZ(218,"div",217),o._uU(219),o.qZA()(),o.YNc(220,q3,7,1,"g",218),o.qZA()()()()()()()(),o.TgZ(221,"div",219)(222,"div",220)(223,"div",221),o._uU(224,"You just completed"),o.qZA(),o.TgZ(225,"span",222),o._uU(226),o.qZA(),o.Hsn(227),o.qZA(),o.TgZ(228,"div",223)(229,"div",224),o.NdJ("click",function(){return p.replay()}),o.TgZ(230,"div"),o.YNc(231,ai,8,0,"svg",225),o.YNc(232,U3,8,0,"svg",225),o.qZA(),o.TgZ(233,"div",226),o._uU(234,"Replay"),o.qZA()(),o.YNc(235,fr,11,0,"div",227),o.qZA(),o.YNc(236,pr,8,1,"ng-container",228),o.qZA()()),2&c&&(o.xp6(22),o.Q6J("ngIf",p.outcome),o.xp6(197),o.hij(" ",p.userName," "),o.xp6(1),o.Q6J("ngIf",p.timeSpentLabel),o.xp6(6),o.Oqu(p.contentName),o.xp6(3),o.Q6J("ngClass",p.showReplay?"":"disabled"),o.xp6(2),o.Q6J("ngIf",!p.showReplay),o.xp6(1),o.Q6J("ngIf",p.showReplay),o.xp6(3),o.Q6J("ngIf",p.showExit),o.xp6(1),o.Q6J("ngIf",p.nextContent))},dependencies:[_.mk,_.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),a1.propDecorators={showExit:[{type:o.IIB}],showReplay:[{type:o.IIB}],contentName:[{type:o.IIB}],outcome:[{type:o.IIB}],outcomeLabel:[{type:o.IIB}],userName:[{type:o.IIB}],timeSpentLabel:[{type:o.IIB}],nextContent:[{type:o.IIB}],replayContent:[{type:o.r_U}],exitContent:[{type:o.r_U}],playNextContent:[{type:o.r_U}]};class F1{constructor(){this.sidebarMenuEvent=new o.vpe}toggleMenu(c){const p=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),v=document.getElementById("playerSideMenu"),T=document.getElementById("ariaLabelValue"),oe=document.getElementById("overlay-button");c instanceof KeyboardEvent&&(p.checked=!p.checked),p.checked?(v.style.visibility="visible",T.innerHTML="Player Menu Close",oe.setAttribute("aria-label","Player Menu Close"),m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:c,type:"OPEN_MENU"})):(v.style.visibility="hidden",T.innerHTML="Player Menu Open",oe.setAttribute("aria-label","Player Menu Open"),m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:c,type:"CLOSE_MENU"}))}}F1.\u0275fac=function(c){return new(c||F1)},F1.\u0275cmp=o.Xpm({type:F1,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:5,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu Open","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"],["id","ariaLabelValue"]],template:function(c,p){1&c&&(o.TgZ(0,"input",0),o.NdJ("click",function(v){return p.toggleMenu(v)}),o.qZA(),o.TgZ(1,"label",1),o.NdJ("keydown.enter",function(v){return p.toggleMenu(v)}),o._UZ(2,"span"),o.TgZ(3,"em",2),o._uU(4,"Player Menu Open"),o.qZA()())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}#ariaLabelValue[_ngcontent-%COMP%]{position:absolute;opacity:0}']}),F1.propDecorators={sidebarMenuEvent:[{type:o.r_U}]};class j1{constructor(c){this.ref=c,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new o.vpe,this.toggleMenu=new o.vpe,this.showDownloadPopUp=!1}closeNav(c){const p=document.getElementById("ariaLabelValue"),m=document.getElementById("overlay-button"),v=document.getElementById("overlay-input");p.innerHTML="Player Menu Open",m.setAttribute("aria-label","Player Menu Open"),v.checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:c,type:"CLOSE_MENU"})}showDownloadPopup(c,p){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(c,p)}hideDownloadPopUp(c){this.showDownloadPopUp=!1,this.sidebarEvent.emit(c),this.ref.detectChanges()}emitSideBarEvent(c,p){this.sidebarEvent.emit({event:c,type:p})}}j1.\u0275fac=function(c){return new(c||j1)(o.Y36(o.sBO))},j1.\u0275cmp=o.Xpm({type:j1,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),o._uU(4),o.qZA(),o.TgZ(5,"ul",4),o.YNc(6,Pi,3,0,"li",5),o.YNc(7,li,3,0,"li",5),o.YNc(8,y,3,0,"li",5),o.YNc(9,g,3,0,"li",5),o.qZA()(),o.TgZ(10,"div",6),o.NdJ("click",function(v){return p.closeNav(v)}),o.qZA()(),o.YNc(11,L,1,2,"sb-player-download-popup",7)),2&c&&(o.xp6(4),o.Oqu(p.title),o.xp6(2),o.Q6J("ngIf",p.config.showShare),o.xp6(1),o.Q6J("ngIf",p.config.showDownload),o.xp6(1),o.Q6J("ngIf",p.config.showPrint),o.xp6(1),o.Q6J("ngIf",p.config.showExit),o.xp6(2),o.Q6J("ngIf",p.showDownloadPopUp))},dependencies:[_.O5,Ht],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),j1.ctorParameters=()=>[{type:o.sBO}],j1.propDecorators={title:[{type:o.IIB}],config:[{type:o.IIB}],sidebarEvent:[{type:o.r_U}],toggleMenu:[{type:o.r_U}]};class Jn{constructor(){this.progress=0}ngOnChanges(c){c.progress&&c.progress.currentValue&&(this.progress=c.progress.currentValue)}}Jn.\u0275fac=function(c){return new(c||Jn)},Jn.\u0275cmp=o.Xpm({type:Jn,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[o.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0),o._UZ(1,"div",1),o.TgZ(2,"div",2)(3,"span",3),o._uU(4),o.qZA()(),o.TgZ(5,"div",4)(6,"div",5),o._uU(7),o.qZA(),o.TgZ(8,"div",6),o._UZ(9,"div",7),o.qZA()()()),2&c&&(o.Q6J("ngClass",o.VKq(5,S,100===p.progress)),o.xp6(4),o.Oqu(p.title),o.xp6(3),o.hij("Loading... ",p.progress,"%"),o.xp6(2),o.Udp("width",p.progress+"%"))},dependencies:[_.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@-webkit-keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),Jn.propDecorators={title:[{type:o.IIB}],progress:[{type:o.IIB}]};class En{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}En.\u0275fac=function(c){return new(c||En)},En.\u0275cmp=o.Xpm({type:En,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(c,p){1&c&&o.YNc(0,ne,2,0,"div",0),2&c&&o.Q6J("ngIf",p.showOfflineAlert)},dependencies:[_.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),En.ctorParameters=()=>[];class U1{}U1.\u0275fac=function(c){return new(c||U1)},U1.\u0275mod=o.oAB({type:U1}),U1.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class ln{constructor(){this.nextAction=new o.vpe}}ln.\u0275fac=function(c){return new(c||ln)},ln.\u0275cmp=o.Xpm({type:ln,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.nextAction.emit({type:"NEXT"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),ln.propDecorators={nextAction:[{type:o.r_U}]};class _n{constructor(){this.previousAction=new o.vpe}}_n.\u0275fac=function(c){return new(c||_n)},_n.\u0275cmp=o.Xpm({type:_n,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.previousAction.emit({type:"PREVIOUS"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),_n.propDecorators={previousAction:[{type:o.r_U}]};class u3{constructor(){this.actions=new o.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(c){this._item=Object.assign(Object.assign({},this._config),c),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p))switch(p){case"pageNumber":this.page=c[p].currentValue,this.pageNumber=c[p].currentValue;break;case"totalPages":this.totalPages=c[p].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const c=parseInt(this.page,10);c>0&&c<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:c}),this.pageNumber=c):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:c}),this.page=this.pageNumber)}}u3.\u0275fac=function(c){return new(c||u3)},u3.\u0275cmp=o.Xpm({type:u3,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[o.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(c,p){1&c&&(o.TgZ(0,"div")(1,"div",0)(2,"div",1),o.YNc(3,Qe,2,0,"div",2),o.YNc(4,Et,3,0,"div",3),o.YNc(5,O1,8,3,"div",4),o.YNc(6,f1,4,0,"div",5),o.qZA()()()),2&c&&(o.xp6(3),o.Q6J("ngIf",p.config.rotation),o.xp6(1),o.Q6J("ngIf",p.config.zoom),o.xp6(1),o.Q6J("ngIf",p.config.goto&&p.totalPages),o.xp6(1),o.Q6J("ngIf",p.config.navigation))},dependencies:[_.O5,H.Fj,H.wV,H.JJ,H.qQ,H.Fd,H.On,ln,_n],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u3.propDecorators={pageNumber:[{type:o.IIB}],totalPages:[{type:o.IIB}],actions:[{type:o.r_U}],config:[{type:o.IIB}]};class d3{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:Ot.contentPlayFailedHeader,messageTitle:Ot.contentPlayFailTitle})}}d3.\u0275fac=function(c){return new(c||d3)},d3.\u0275cmp=o.Xpm({type:d3,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),o._uU(4),o.qZA(),o._uU(5),o.qZA()()()),2&c&&(o.xp6(4),o.Oqu(p.errorMsg.messageHeader),o.xp6(1),o.hij(" ",p.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),d3.propDecorators={errorMsg:[{type:o.IIB}]};class U2{}U2.\u0275fac=function(c){return new(c||U2)},U2.\u0275mod=o.oAB({type:U2}),U2.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class V2{}V2.\u0275fac=function(c){return new(c||V2)},V2.\u0275mod=o.oAB({type:V2}),V2.\u0275inj=o.cJS({imports:[U1,U2,U1,U2]})},232:function(_t){ /*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */ -var we;we=typeof global<"u"?global:this,ht.exports=function(we){if(we.CSS&&we.CSS.escape)return we.CSS.escape;var x=function(i){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var F,v=String(i),Z=v.length,$=-1,B="",Y=v.charCodeAt(0);++$=1&&F<=31||127==F||0==$&&F>=48&&F<=57||1==$&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==$&&1==Z&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+v.charAt($):v.charAt($):B+="\ufffd";return B};return we.CSS||(we.CSS={}),we.CSS.escape=x,x}(we)},7228:function(ht,we,x){var i; +var we;we=typeof global<"u"?global:this,_t.exports=function(we){if(we.CSS&&we.CSS.escape)return we.CSS.escape;var I=function(o){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var F,_=String(o),H=_.length,Q=-1,z="",Y=_.charCodeAt(0);++Q=1&&F<=31||127==F||0==Q&&F>=48&&F<=57||1==Q&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==Q&&1==H&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+_.charAt(Q):_.charAt(Q):z+="\ufffd";return z};return we.CSS||(we.CSS={}),we.CSS.escape=I,I}(we)},228:function(_t,we,I){var o; /*! - * Platform.js - * Copyright 2014-2016 Benjamin Tan - * Copyright 2011-2013 John-David Dalton - * Available under MIT license - */ht=x.nmd(ht),function(){"use strict";var v={function:!0,object:!0},Z=v[typeof window]&&window||this,$=Z,F=v[typeof we]&&we,B=v.object&&ht&&!ht.nodeType&&ht,Y=F&&B&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(Z=Y);var X=Math.pow(2,53)-1,re=/\bOpera/,H=this,U=Object.prototype,se=U.hasOwnProperty,he=U.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=ae(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function ne(D,q){for(var pe in D)se.call(D,pe)&&q(D[pe],pe,D)}function fe(D){return null==D?ye(D):he.call(D).slice(8,-1)}function Ee(D,q){var pe=null!=D?typeof D[q]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(pe)||"object"==pe&&!D[q])}function Se(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Pe(D,q){var pe=null;return function Ne(D,q){var pe=-1,Ce=D?D.length:0;if("number"==typeof Ce&&Ce>-1&&Ce<=X)for(;++pe3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(nt)&&"WebKit"||!nt&&/\bMSIE\b/i.test(D)&&("Mac OS"==k?"Tasman":"Trident")||"WebKit"==nt&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(nt=[z]),"IE"==de&&(z=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",k="Windows Phone "+(/\+$/.test(z)?z:z+".x"),ut.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",k="Windows Phone 8.x",ut.unshift("desktop mode"),Ue||(Ue=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==nt&&(z=/\brv:([\d.]+)/.exec(D))&&(de&&ut.push("identifying as "+de+(Ue?" "+Ue:"")),de="IE",Ue=z[1]),lt){if(Ee(q,"global"))if($t&&(b1=(z=$t.lang.System).getProperty("os.arch"),k=k||z.getProperty("os.name")+" "+z.getProperty("os.version")),at&&Ee(q,"system")&&(z=[q.system])[0]){k||(k=z[0].os||null);try{z[1]=q.require("ringo/engine").version,Ue=z[1].join("."),de="RingoJS"}catch{z[0].global.system==q.system&&(de="Narwhal")}}else"object"==typeof q.process&&!q.process.browser&&(z=q.process)?(de="Node.js",b1=z.arch,k=z.platform,Ue=/[\d.]+/.exec(z.version)[0]):Pt&&(de="Rhino");else fe(z=q.runtime)==c1?(de="Adobe AIR",k=z.flash.system.Capabilities.os):fe(z=q.phantom)==It?(de="PhantomJS",Ue=(z=z.version||null)&&z.major+"."+z.minor+"."+z.patch):"number"==typeof Vt.documentMode&&(z=/\bTrident\/(\d+)/i.exec(D))&&(Ue=[Ue,Vt.documentMode],(z=+z[1]+4)!=Ue[1]&&(ut.push("IE "+Ue[1]+" mode"),nt&&(nt[1]=""),Ue[1]=z),Ue="IE"==de?String(Ue[1].toFixed(1)):Ue[0]);k=k&&ce(k)}Ue&&(z=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Ue)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(lt&&Ce.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(Ft=/b/i.test(z)?"beta":"alpha",Ue=Ue.replace(RegExp(z+"\\+?$"),"")+("beta"==Ft?q1:Bt)+(/\d+\+?/.exec(z)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(k)?de="Firefox Mobile":"Maxthon"==de&&Ue?Ue=Ue.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test(We)?(k=null,"Xbox 360"==We&&/\bIEMobile\b/.test(D)&&ut.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||We||/Browser|Mobi/.test(de))||"Windows CE"!=k&&!/Mobi/i.test(D)?"IE"==de&<&&null===q.external?ut.unshift("platform preview"):(/\bBlackBerry\b/.test(We)||/\bBB10\b/.test(D))&&(z=(RegExp(We.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Ue)?(k=((z=[z,/BB10/.test(D)])[1]?(We=null,ze="BlackBerry"):"Device Software")+" "+z[0],Ue=null):this!=ne&&"Wii"!=We&&(lt&&Nt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(k)||"IE"==de&&(k&&!/^Win/.test(k)&&Ue>5.5||/\bWindows XP\b/.test(k)&&Ue>8||8==Ue&&!/\bTrident\b/.test(D)))&&!re.test(z=W.call(ne,D.replace(re,"")+";"))&&z.name&&(z="ing as "+z.name+((z=z.version)?" "+z:""),re.test(de)?(/\bIE\b/.test(z)&&"Mac OS"==k&&(k=null),z="identify"+z):(z="mask"+z,de=Jt?ce(Jt.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(z)&&(k=null),lt||(Ue=null)),nt=["Presto"],ut.push(z)):de+=" Mobile",(z=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(z=[parseFloat(z.replace(/\.(\d)$/,".0$1")),z],"Safari"==de&&"+"==z[1].slice(-1)?(de="WebKit Nightly",Ft="alpha",Ue=z[1].slice(0,-1)):(Ue==z[1]||Ue==(z[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Ue=null),z[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==z[0]&&537.36==z[2]&&parseFloat(z[1])>=28&&"WebKit"==nt&&(nt=["Blink"]),lt&&(ct||z[1])?(nt&&(nt[1]="like Chrome"),z=z[1]||((z=z[0])<530?1:z<532?2:z<532.05?3:z<533?4:z<534.03?5:z<534.07?6:z<534.1?7:z<534.13?8:z<534.16?9:z<534.24?10:z<534.3?11:z<535.01?12:z<535.02?"13+":z<535.07?15:z<535.11?16:z<535.19?17:z<536.05?18:z<536.1?19:z<537.01?20:z<537.11?"21+":z<537.13?23:z<537.18?24:z<537.24?25:z<537.36?26:"Blink"!=nt?"27":"28")):(nt&&(nt[1]="like Safari"),z=(z=z[0])<400?1:z<500?2:z<526?3:z<533?4:z<534?"4+":z<535?5:z<537?6:z<538?7:z<601?8:"8"),nt&&(nt[1]+=" "+(z+="number"==typeof z?".x":/[.+]/.test(z)?"":"+")),"Safari"==de&&(!Ue||parseInt(Ue)>45)&&(Ue=z)),"Opera"==de&&(z=/\bzbov|zvav$/.exec(k))?(de+=" ",ut.unshift("desktop mode"),"zvav"==z?(de+="Mini",Ue=null):de+="Mobile",k=k.replace(RegExp(" *"+z+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(nt&&nt[1])&&(ut.unshift("desktop mode"),de="Chrome Mobile",Ue=null,/\bOS X\b/.test(k)?(ze="Apple",k="iOS 4.3+"):k=null),Ue&&0==Ue.indexOf(z=/[\d.]+$/.exec(k))&&D.indexOf("/"+z+"-")>-1&&(k=ae(k.replace(z,""))),nt&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(k)&&/\bSafari\b/.test(nt[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&nt[1])&&(z=nt[nt.length-1])&&ut.push(z),ut.length&&(ut=["("+ut.join("; ")+")"]),ze&&We&&We.indexOf(ze)<0&&ut.push("on "+ze),We&&ut.push((/^on /.test(ut[ut.length-1])?"":"on ")+We),k&&(z=/ ([\d.+]+)$/.exec(k),K1=z&&"/"==k.charAt(k.length-z[0].length-1),k={architecture:32,family:z&&!K1?k.replace(z[0],""):k,version:z?z[1]:null,toString:function(){var _e=this.version;return this.family+(_e&&!K1?" "+_e:"")+(64==this.architecture?" 64-bit":"")}}),(z=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(b1))&&!/\bi686\b/i.test(b1)?(k&&(k.architecture=64,k.family=k.family.replace(RegExp(" *"+z),"")),de&&(/\bWOW64\b/i.test(D)||lt&&/\w(?:86|32)$/.test(Ce.cpuClass||Ce.platform)&&!/\bWin64; x64\b/i.test(D))&&ut.unshift("32-bit")):k&&/^OS X/.test(k.family)&&"Chrome"==de&&parseFloat(Ue)>=39&&(k.architecture=64),D||(D=null);var Ye={};return Ye.description=D,Ye.layout=nt&&nt[0],Ye.manufacturer=ze,Ye.name=de,Ye.prerelease=Ft,Ye.product=We,Ye.ua=D,Ye.version=de&&Ue,Ye.os=k||{architecture:null,family:null,version:null,toString:function(){return"null"}},Ye.parse=W,Ye.toString=function je(){return this.description||""},Ye.version&&ut.unshift(Ue),Ye.name&&ut.unshift(de),k&&de&&!(k==String(k).split(" ")[0]&&(k==de.split(" ")[0]||We))&&ut.push(We?"("+k+")":"on "+k),ut.length&&(Ye.description=ut.join(" ")),Ye}();Z.platform=ge,void 0!==(i=function(){return ge}.call(we,x,we,ht))&&(ht.exports=i)}.call(this)},4666:(ht,we,x)=>{"use strict";x.d(we,{HT:()=>F,JF:()=>H1,K0:()=>Y,Mx:()=>et,O5:()=>w1,bD:()=>on,ez:()=>K,mk:()=>wt,q:()=>Z,w_:()=>B});var i=x(8008); -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let v=null;function Z(){return v}function F(y){v||(v=y)}class B{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Y=new i.OlP("DocumentToken"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class X{historyGo(g){throw new Error("Not implemented")}}X.\u0275fac=function(g){return new(g||X)},X.\u0275prov=i.Yz7({token:X,factory:function(){return function re(){return(0,i.LFG)(U)}()},providedIn:"platform"});new i.OlP("Location Initialized");class U extends X{constructor(g){super(),this._doc=g,this._init()}_init(){this.location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Z().getBaseHref(this._doc)}onPopState(g){const I=Z().getGlobalEventTarget(this._doc,"window");return I.addEventListener("popstate",g,!1),()=>I.removeEventListener("popstate",g)}onHashChange(g){const I=Z().getGlobalEventTarget(this._doc,"window");return I.addEventListener("hashchange",g,!1),()=>I.removeEventListener("hashchange",g)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(g){this.location.pathname=g}pushState(g,I,j){se()?this._history.pushState(g,I,j):this.location.hash=j}replaceState(g,I,j){se()?this._history.replaceState(g,I,j):this.location.hash=j}forward(){this._history.forward()}back(){this._history.back()}historyGo(g=0){this._history.go(g)}getState(){return this._history.state}}function se(){return!!window.history.pushState} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function ye(y,g){if(0==y.length)return g;if(0==g.length)return y;let I=0;return y.endsWith("/")&&I++,g.startsWith("/")&&I++,2==I?y+g.substring(1):1==I?y+g:y+"/"+g}function Oe(y){const g=y.match(/#|\?|$/),I=g&&g.index||y.length,j=I-("/"===y[I-1]?1:0);return y.slice(0,j)+y.slice(I)}function Ne(y){return y&&"?"!==y[0]?"?"+y:y} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */U.\u0275fac=function(g){return new(g||U)(i.LFG(Y))},U.\u0275prov=i.Yz7({token:U,factory:function(){return function he(){return new U((0,i.LFG)(Y))}()},providedIn:"platform"});class ce{historyGo(g){throw new Error("Not implemented")}}ce.\u0275fac=function(g){return new(g||ce)},ce.\u0275prov=i.Yz7({token:ce,factory:function(){return(0,i.f3M)(fe)},providedIn:"root"});const ne=new i.OlP("appBaseHref");class fe extends ce{constructor(g,I){var j,ue,Ie;super(),this._platformLocation=g,this._removeListenerFns=[],this._baseHref=null!==(j=null!==(ue=I??this._platformLocation.getBaseHrefFromDOM())&&void 0!==ue?ue:null===(Ie=(0,i.f3M)(Y).location)||void 0===Ie?void 0:Ie.origin)&&void 0!==j?j:""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}prepareExternalUrl(g){return ye(this._baseHref,g)}path(g=!1){const I=this._platformLocation.pathname+Ne(this._platformLocation.search),j=this._platformLocation.hash;return j&&g?`${I}${j}`:I}pushState(g,I,j,ue){const Ie=this.prepareExternalUrl(j+Ne(ue));this._platformLocation.pushState(g,I,Ie)}replaceState(g,I,j,ue){const Ie=this.prepareExternalUrl(j+Ne(ue));this._platformLocation.replaceState(g,I,Ie)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){var I,j;null===(I=(j=this._platformLocation).historyGo)||void 0===I||I.call(j,g)}}fe.\u0275fac=function(g){return new(g||fe)(i.LFG(X),i.LFG(ne,8))},fe.\u0275prov=i.Yz7({token:fe,factory:fe.\u0275fac,providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Ee extends ce{constructor(g,I){super(),this._platformLocation=g,this._baseHref="",this._removeListenerFns=[],null!=I&&(this._baseHref=I)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}path(g=!1){let I=this._platformLocation.hash;return null==I&&(I="#"),I.length>0?I.substring(1):I}prepareExternalUrl(g){const I=ye(this._baseHref,g);return I.length>0?"#"+I:I}pushState(g,I,j,ue){let Ie=this.prepareExternalUrl(j+Ne(ue));0==Ie.length&&(Ie=this._platformLocation.pathname),this._platformLocation.pushState(g,I,Ie)}replaceState(g,I,j,ue){let Ie=this.prepareExternalUrl(j+Ne(ue));0==Ie.length&&(Ie=this._platformLocation.pathname),this._platformLocation.replaceState(g,I,Ie)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){var I,j;null===(I=(j=this._platformLocation).historyGo)||void 0===I||I.call(j,g)}}Ee.\u0275fac=function(g){return new(g||Ee)(i.LFG(X),i.LFG(ne,8))},Ee.\u0275prov=i.Yz7({token:Ee,factory:Ee.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Se{constructor(g){this._subject=new i.vpe,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=g;const I=this._locationStrategy.getBaseHref();this._baseHref=Oe(W(I)),this._locationStrategy.onPopState(j=>{this._subject.emit({url:this.path(!0),pop:!0,state:j.state,type:j.type})})}ngOnDestroy(){var g;null===(g=this._urlChangeSubscription)||void 0===g||g.unsubscribe(),this._urlChangeListeners=[]}path(g=!1){return this.normalize(this._locationStrategy.path(g))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(g,I=""){return this.path()==this.normalize(g+Ne(I))}normalize(g){return Se.stripTrailingSlash(function ae(y,g){return y&&g.startsWith(y)?g.substring(y.length):g}(this._baseHref,W(g)))}prepareExternalUrl(g){return g&&"/"!==g[0]&&(g="/"+g),this._locationStrategy.prepareExternalUrl(g)}go(g,I="",j=null){this._locationStrategy.pushState(j,"",g,I),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+Ne(I)),j)}replaceState(g,I="",j=null){this._locationStrategy.replaceState(j,"",g,I),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+Ne(I)),j)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(g=0){var I,j;null===(I=(j=this._locationStrategy).historyGo)||void 0===I||I.call(j,g)}onUrlChange(g){return this._urlChangeListeners.push(g),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(I=>{this._notifyUrlChangeListeners(I.url,I.state)})),()=>{const I=this._urlChangeListeners.indexOf(g);var j;(this._urlChangeListeners.splice(I,1),0===this._urlChangeListeners.length)&&(null===(j=this._urlChangeSubscription)||void 0===j||j.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(g="",I){this._urlChangeListeners.forEach(j=>j(g,I))}subscribe(g,I,j){return this._subject.subscribe({next:g,error:I,complete:j})}}function W(y){return y.replace(/\/index.html$/,"")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */Se.normalizeQueryParams=Ne,Se.joinWithSlash=ye,Se.stripTrailingSlash=Oe,Se.\u0275fac=function(g){return new(g||Se)(i.LFG(ce))},Se.\u0275prov=i.Yz7({token:Se,factory:function(){return function Pe(){return new Se((0,i.LFG)(ce))}()},providedIn:"root"});const ge={ADP:[void 0,void 0,0],AFN:[void 0,"\u060b",0],ALL:[void 0,void 0,0],AMD:[void 0,"\u058f",2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],AZN:[void 0,"\u20bc"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"\u09f3"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,void 0,2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN\xa5","\xa5"],COP:[void 0,"$",2],CRC:[void 0,"\u20a1",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"K\u010d",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E\xa3"],ESP:[void 0,"\u20a7",0],EUR:["\u20ac"],FJD:[void 0,"$"],FKP:[void 0,"\xa3"],GBP:["\xa3"],GEL:[void 0,"\u20be"],GHS:[void 0,"GH\u20b5"],GIP:[void 0,"\xa3"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["\u20aa"],INR:["\u20b9"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["\xa5",void 0,0],KHR:[void 0,"\u17db"],KMF:[void 0,"CF",0],KPW:[void 0,"\u20a9",0],KRW:["\u20a9",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"\u20b8"],LAK:[void 0,"\u20ad",0],LBP:[void 0,"L\xa3",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"\u20ae",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"\u20a6"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:["\u20b1"],PKR:[void 0,"Rs",2],PLN:[void 0,"z\u0142"],PYG:[void 0,"\u20b2",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"\u20bd"],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"\xa3"],SLE:[void 0,void 0,2],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"\xa3"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"\xa3",0],THB:[void 0,"\u0e3f"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"\u20ba"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"\u20b4"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["\u20ab",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["F\u202fCFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["\xa4"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var D,y,q,pe,Ce,Ve,at,ct;function Bt(y,g){return We((0,i.cg1)(y)[i.wAp.DateFormat],g)}function q1(y,g){return We((0,i.cg1)(y)[i.wAp.TimeFormat],g)}function Vt(y,g){return We((0,i.cg1)(y)[i.wAp.DateTimeFormat],g)}function Nt(y,g){const I=(0,i.cg1)(y),j=I[i.wAp.NumberSymbols][g];if(typeof j>"u"){if(g===at.CurrencyDecimal)return I[i.wAp.NumberSymbols][at.Decimal];if(g===at.CurrencyGroup)return I[i.wAp.NumberSymbols][at.Group]}return j}function Jt(y,g){return(0,i.cg1)(y)[i.wAp.NumberFormats][g]}(y=D||(D={}))[y.Decimal=0]="Decimal",y[y.Percent=1]="Percent",y[y.Currency=2]="Currency",y[y.Scientific=3]="Scientific",function(y){y[y.Zero=0]="Zero",y[y.One=1]="One",y[y.Two=2]="Two",y[y.Few=3]="Few",y[y.Many=4]="Many",y[y.Other=5]="Other"}(q||(q={})),function(y){y[y.Format=0]="Format",y[y.Standalone=1]="Standalone"}(pe||(pe={})),function(y){y[y.Narrow=0]="Narrow",y[y.Abbreviated=1]="Abbreviated",y[y.Wide=2]="Wide",y[y.Short=3]="Short"}(Ce||(Ce={})),function(y){y[y.Short=0]="Short",y[y.Medium=1]="Medium",y[y.Long=2]="Long",y[y.Full=3]="Full"}(Ve||(Ve={})),function(y){y[y.Decimal=0]="Decimal",y[y.Group=1]="Group",y[y.List=2]="List",y[y.PercentSign=3]="PercentSign",y[y.PlusSign=4]="PlusSign",y[y.MinusSign=5]="MinusSign",y[y.Exponential=6]="Exponential",y[y.SuperscriptingExponent=7]="SuperscriptingExponent",y[y.PerMille=8]="PerMille",y[y.Infinity=9]="Infinity",y[y.NaN=10]="NaN",y[y.TimeSeparator=11]="TimeSeparator",y[y.CurrencyDecimal=12]="CurrencyDecimal",y[y.CurrencyGroup=13]="CurrencyGroup"}(at||(at={})),function(y){y[y.Sunday=0]="Sunday",y[y.Monday=1]="Monday",y[y.Tuesday=2]="Tuesday",y[y.Wednesday=3]="Wednesday",y[y.Thursday=4]="Thursday",y[y.Friday=5]="Friday",y[y.Saturday=6]="Saturday"}(ct||(ct={}));const lt=i.kL8;function Ue(y){if(!y[i.wAp.ExtraData])throw new Error(`Missing extra locale data for the locale "${y[i.wAp.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function We(y,g){for(let I=g;I>-1;I--)if(typeof y[I]<"u")return y[I];throw new Error("Locale data API: locale data undefined")}function ze(y){const[g,I]=y.split(":");return{hours:+g,minutes:+I}}function k(y,g,I="en"){const j=function Ft(y){return(0,i.cg1)(y)[i.wAp.Currencies]}(I)[y]||ge[y]||[],ue=j[1];return"narrow"===g&&"string"==typeof ue?ue:j[0]||y} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const ee=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,me={},xe=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var Fe,je,Ye;function _e(y,g,I,j){let ue=function A1(y){if(r2(y))return y;if("number"==typeof y&&!isNaN(y))return new Date(y);if("string"==typeof y){if(y=y.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(y)){const[ue,Ie=1,Xe=1]=y.split("-").map(ft=>+ft);return P(ue,Ie-1,Xe)}const I=parseFloat(y);if(!isNaN(y-I))return new Date(I);let j;if(j=y.match(ee))return function Un(y){const g=new Date(0);let I=0,j=0;const ue=y[8]?g.setUTCFullYear:g.setFullYear,Ie=y[8]?g.setUTCHours:g.setHours;y[9]&&(I=Number(y[9]+y[10]),j=Number(y[9]+y[11])),ue.call(g,Number(y[1]),Number(y[2])-1,Number(y[3]));const Xe=Number(y[4]||0)-I,ft=Number(y[5]||0)-j,o1=Number(y[6]||0),Zt=Math.floor(1e3*parseFloat("0."+(y[7]||0)));return Ie.call(g,Xe,ft,o1,Zt),g}(j)}const g=new Date(y);if(!r2(g))throw new Error(`Unable to convert "${y}" into a date`);return g}(y);g=V(I,g)||g;let ft,Xe=[];for(;g;){if(ft=xe.exec(g),!ft){Xe.push(g);break}{Xe=Xe.concat(ft.slice(1));const a1=Xe.pop();if(!a1)break;g=a1}}let o1=ue.getTimezoneOffset();j&&(o1=Vn(j,o1),ue=function Y1(y,g,I){const j=I?-1:1,ue=y.getTimezoneOffset(),Ie=Vn(g,ue);return function Gn(y,g){return(y=new Date(y.getTime())).setMinutes(y.getMinutes()+g),y}(y,j*(Ie-ue))}(ue,j,!0));let Zt="";return Xe.forEach(a1=>{const Wt=function n2(y){if(dn[y])return dn[y];let g;switch(y){case"G":case"GG":case"GGG":g=$e(Ye.Eras,Ce.Abbreviated);break;case"GGGG":g=$e(Ye.Eras,Ce.Wide);break;case"GGGGG":g=$e(Ye.Eras,Ce.Narrow);break;case"y":g=yt(je.FullYear,1,0,!1,!0);break;case"yy":g=yt(je.FullYear,2,0,!0,!0);break;case"yyy":g=yt(je.FullYear,3,0,!1,!0);break;case"yyyy":g=yt(je.FullYear,4,0,!1,!0);break;case"Y":g=Ct(1);break;case"YY":g=Ct(2,!0);break;case"YYY":g=Ct(3);break;case"YYYY":g=Ct(4);break;case"M":case"L":g=yt(je.Month,1,1);break;case"MM":case"LL":g=yt(je.Month,2,1);break;case"MMM":g=$e(Ye.Months,Ce.Abbreviated);break;case"MMMM":g=$e(Ye.Months,Ce.Wide);break;case"MMMMM":g=$e(Ye.Months,Ce.Narrow);break;case"LLL":g=$e(Ye.Months,Ce.Abbreviated,pe.Standalone);break;case"LLLL":g=$e(Ye.Months,Ce.Wide,pe.Standalone);break;case"LLLLL":g=$e(Ye.Months,Ce.Narrow,pe.Standalone);break;case"w":g=Q1(1);break;case"ww":g=Q1(2);break;case"W":g=Q1(1,!0);break;case"d":g=yt(je.Date,1);break;case"dd":g=yt(je.Date,2);break;case"c":case"cc":g=yt(je.Day,1);break;case"ccc":g=$e(Ye.Days,Ce.Abbreviated,pe.Standalone);break;case"cccc":g=$e(Ye.Days,Ce.Wide,pe.Standalone);break;case"ccccc":g=$e(Ye.Days,Ce.Narrow,pe.Standalone);break;case"cccccc":g=$e(Ye.Days,Ce.Short,pe.Standalone);break;case"E":case"EE":case"EEE":g=$e(Ye.Days,Ce.Abbreviated);break;case"EEEE":g=$e(Ye.Days,Ce.Wide);break;case"EEEEE":g=$e(Ye.Days,Ce.Narrow);break;case"EEEEEE":g=$e(Ye.Days,Ce.Short);break;case"a":case"aa":case"aaa":g=$e(Ye.DayPeriods,Ce.Abbreviated);break;case"aaaa":g=$e(Ye.DayPeriods,Ce.Wide);break;case"aaaaa":g=$e(Ye.DayPeriods,Ce.Narrow);break;case"b":case"bb":case"bbb":g=$e(Ye.DayPeriods,Ce.Abbreviated,pe.Standalone,!0);break;case"bbbb":g=$e(Ye.DayPeriods,Ce.Wide,pe.Standalone,!0);break;case"bbbbb":g=$e(Ye.DayPeriods,Ce.Narrow,pe.Standalone,!0);break;case"B":case"BB":case"BBB":g=$e(Ye.DayPeriods,Ce.Abbreviated,pe.Format,!0);break;case"BBBB":g=$e(Ye.DayPeriods,Ce.Wide,pe.Format,!0);break;case"BBBBB":g=$e(Ye.DayPeriods,Ce.Narrow,pe.Format,!0);break;case"h":g=yt(je.Hours,1,-12);break;case"hh":g=yt(je.Hours,2,-12);break;case"H":g=yt(je.Hours,1);break;case"HH":g=yt(je.Hours,2);break;case"m":g=yt(je.Minutes,1);break;case"mm":g=yt(je.Minutes,2);break;case"s":g=yt(je.Seconds,1);break;case"ss":g=yt(je.Seconds,2);break;case"S":g=yt(je.FractionalSeconds,1);break;case"SS":g=yt(je.FractionalSeconds,2);break;case"SSS":g=yt(je.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":g=v1(Fe.Short);break;case"ZZZZZ":g=v1(Fe.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":g=v1(Fe.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":g=v1(Fe.Long);break;default:return null}return dn[y]=g,g}(a1);Zt+=Wt?Wt(ue,I,o1):"''"===a1?"'":a1.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),Zt}function P(y,g,I){const j=new Date(0);return j.setFullYear(y,g,I),j.setHours(0,0,0),j}function V(y,g){const I=function At(y){return(0,i.cg1)(y)[i.wAp.LocaleId]}(y);if(me[I]=me[I]||{},me[I][g])return me[I][g];let j="";switch(g){case"shortDate":j=Bt(y,Ve.Short);break;case"mediumDate":j=Bt(y,Ve.Medium);break;case"longDate":j=Bt(y,Ve.Long);break;case"fullDate":j=Bt(y,Ve.Full);break;case"shortTime":j=q1(y,Ve.Short);break;case"mediumTime":j=q1(y,Ve.Medium);break;case"longTime":j=q1(y,Ve.Long);break;case"fullTime":j=q1(y,Ve.Full);break;case"short":const ue=V(y,"shortTime"),Ie=V(y,"shortDate");j=le(Vt(y,Ve.Short),[ue,Ie]);break;case"medium":const Xe=V(y,"mediumTime"),ft=V(y,"mediumDate");j=le(Vt(y,Ve.Medium),[Xe,ft]);break;case"long":const o1=V(y,"longTime"),Zt=V(y,"longDate");j=le(Vt(y,Ve.Long),[o1,Zt]);break;case"full":const a1=V(y,"fullTime"),Wt=V(y,"fullDate");j=le(Vt(y,Ve.Full),[a1,Wt])}return j&&(me[I][g]=j),j}function le(y,g){return g&&(y=y.replace(/\{([^}]+)}/g,function(I,j){return null!=g&&j in g?g[j]:I})),y}function He(y,g,I="-",j,ue){let Ie="";(y<0||ue&&y<=0)&&(ue?y=1-y:(y=-y,Ie=I));let Xe=String(y);for(;Xe.length0||ft>-I)&&(ft+=I),y===je.Hours)0===ft&&-12===I&&(ft=12);else if(y===je.FractionalSeconds)return function pt(y,g){return He(y,3).substring(0,g)}(ft,g);const o1=Nt(Xe,at.MinusSign);return He(ft,g,o1,j,ue)}}function $e(y,g,I=pe.Format,j=!1){return function(ue,Ie){return function Ht(y,g,I,j,ue,Ie){switch(I){case Ye.Months:return function St(y,g,I){const j=(0,i.cg1)(y),Ie=We([j[i.wAp.MonthsFormat],j[i.wAp.MonthsStandalone]],g);return We(Ie,I)}(g,ue,j)[y.getMonth()];case Ye.Days:return function zt(y,g,I){const j=(0,i.cg1)(y),Ie=We([j[i.wAp.DaysFormat],j[i.wAp.DaysStandalone]],g);return We(Ie,I)}(g,ue,j)[y.getDay()];case Ye.DayPeriods:const Xe=y.getHours(),ft=y.getMinutes();if(Ie){const Zt=function K1(y){const g=(0,i.cg1)(y);return Ue(g),(g[i.wAp.ExtraData][2]||[]).map(j=>"string"==typeof j?ze(j):[ze(j[0]),ze(j[1])])}(g),a1=function nt(y,g,I){const j=(0,i.cg1)(y);Ue(j);const Ie=We([j[i.wAp.ExtraData][0],j[i.wAp.ExtraData][1]],g)||[];return We(Ie,I)||[]}(g,ue,j),Wt=Zt.findIndex(R1=>{if(Array.isArray(R1)){const[g1,C1]=R1,k2=Xe>=g1.hours&&ft>=g1.minutes,x1=Xe0?Math.floor(ue/60):Math.ceil(ue/60);switch(y){case Fe.Short:return(ue>=0?"+":"")+He(Xe,2,Ie)+He(Math.abs(ue%60),2,Ie);case Fe.ShortGMT:return"GMT"+(ue>=0?"+":"")+He(Xe,1,Ie);case Fe.Long:return"GMT"+(ue>=0?"+":"")+He(Xe,2,Ie)+":"+He(Math.abs(ue%60),2,Ie);case Fe.Extended:return 0===j?"Z":(ue>=0?"+":"")+He(Xe,2,Ie)+":"+He(Math.abs(ue%60),2,Ie);default:throw new Error(`Unknown zone width "${y}"`)}}}!function(y){y[y.Short=0]="Short",y[y.ShortGMT=1]="ShortGMT",y[y.Long=2]="Long",y[y.Extended=3]="Extended"}(Fe||(Fe={})),function(y){y[y.FullYear=0]="FullYear",y[y.Month=1]="Month",y[y.Date=2]="Date",y[y.Hours=3]="Hours",y[y.Minutes=4]="Minutes",y[y.Seconds=5]="Seconds",y[y.FractionalSeconds=6]="FractionalSeconds",y[y.Day=7]="Day"}(je||(je={})),function(y){y[y.DayPeriods=0]="DayPeriods",y[y.Days=1]="Days",y[y.Months=2]="Months",y[y.Eras=3]="Eras"}(Ye||(Ye={}));function X1(y){return P(y.getFullYear(),y.getMonth(),y.getDate()+(4-y.getDay()))}function Q1(y,g=!1){return function(I,j){let ue;if(g){const Ie=new Date(I.getFullYear(),I.getMonth(),1).getDay()-1,Xe=I.getDate();ue=1+Math.floor((Xe+Ie)/7)}else{const Ie=X1(I),Xe=function Gt(y){const g=P(y,0,1).getDay();return P(y,0,1+(g<=4?4:11)-g)}(Ie.getFullYear()),ft=Ie.getTime()-Xe.getTime();ue=1+Math.round(ft/6048e5)}return He(ue,y,Nt(j,at.MinusSign))}}function Ct(y,g=!1){return function(I,j){return He(X1(I).getFullYear(),y,Nt(j,at.MinusSign),g)}}const dn={};function Vn(y,g){y=y.replace(/:/g,"");const I=Date.parse("Jan 01, 1970 00:00:00 "+y)/6e4;return isNaN(I)?g:I}function r2(y){return y instanceof Date&&!isNaN(y.valueOf())} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const G1=/^(\d+)?\.((\d+)(-(\d+))?)?$/,T="0";function bt(y,g,I,j,ue,Ie,Xe=!1){let ft="",o1=!1;if(isFinite(y)){let Zt=function Mt(y){let j,ue,Ie,Xe,ft,g=Math.abs(y)+"",I=0;for((ue=g.indexOf("."))>-1&&(g=g.replace(".","")),(Ie=g.search(/e/i))>0?(ue<0&&(ue=Ie),ue+=+g.slice(Ie+1),g=g.substring(0,Ie)):ue<0&&(ue=g.length),Ie=0;g.charAt(Ie)===T;Ie++);if(Ie===(ft=g.length))j=[0],ue=1;else{for(ft--;g.charAt(ft)===T;)ft--;for(ue-=Ie,j=[],Xe=0;Ie<=ft;Ie++,Xe++)j[Xe]=Number(g.charAt(Ie))}return ue>22&&(j=j.splice(0,21),I=ue-1,ue=1),{digits:j,exponent:I,integerLen:ue}}(y);Xe&&(Zt=function ke(y){if(0===y.digits[0])return y;const g=y.digits.length-y.integerLen;return y.exponent?y.exponent+=2:(0===g?y.digits.push(0,0):1===g&&y.digits.push(0),y.integerLen+=2),y}(Zt));let a1=g.minInt,Wt=g.minFrac,R1=g.maxFrac;if(Ie){const l1=Ie.match(G1);if(null===l1)throw new Error(`${Ie} is not a valid digit info`);const t3=l1[1],h3=l1[3],g3=l1[5];null!=t3&&(a1=P1(t3)),null!=h3&&(Wt=P1(h3)),null!=g3?R1=P1(g3):null!=h3&&Wt>R1&&(R1=Wt)}!function _1(y,g,I){if(g>I)throw new Error(`The minimum number of digits after fraction (${g}) is higher than the maximum (${I}).`);let j=y.digits,ue=j.length-y.integerLen;const Ie=Math.min(Math.max(g,ue),I);let Xe=Ie+y.integerLen,ft=j[Xe];if(Xe>0){j.splice(Math.max(y.integerLen,Xe));for(let Wt=Xe;Wt=5)if(Xe-1<0){for(let Wt=0;Wt>Xe;Wt--)j.unshift(0),y.integerLen++;j.unshift(1),y.integerLen++}else j[Xe-1]++;for(;ue=Zt?C1.pop():o1=!1),R1>=10?1:0},0);a1&&(j.unshift(a1),y.integerLen++)}(Zt,Wt,R1);let g1=Zt.digits,C1=Zt.integerLen;const k2=Zt.exponent;let x1=[];for(o1=g1.every(l1=>!l1);C10?x1=g1.splice(C1,g1.length):(x1=g1,g1=[0]);const kn=[];for(g1.length>=g.lgSize&&kn.unshift(g1.splice(-g.lgSize,g1.length).join(""));g1.length>g.gSize;)kn.unshift(g1.splice(-g.gSize,g1.length).join(""));g1.length&&kn.unshift(g1.join("")),ft=kn.join(Nt(I,j)),x1.length&&(ft+=Nt(I,ue)+x1.join("")),k2&&(ft+=Nt(I,at.Exponential)+"+"+k2)}else ft=Nt(I,at.Infinity);return ft=y<0&&!o1?g.negPre+ft+g.negSuf:g.posPre+ft+g.posSuf,ft}function t1(y,g,I,j,ue){const Xe=N1(Jt(g,D.Currency),Nt(g,at.MinusSign));return Xe.minFrac=function Re(y){let g;const I=ge[y];return I&&(g=I[2]),"number"==typeof g?g:2}(j),Xe.maxFrac=Xe.minFrac,bt(y,Xe,g,at.CurrencyGroup,at.CurrencyDecimal,ue).replace("\xa4",I).replace("\xa4","").trim()}function N1(y,g="-"){const I={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},j=y.split(";"),ue=j[0],Ie=j[1],Xe=-1!==ue.indexOf(".")?ue.split("."):[ue.substring(0,ue.lastIndexOf(T)+1),ue.substring(ue.lastIndexOf(T)+1)],ft=Xe[0],o1=Xe[1]||"";I.posPre=ft.substring(0,ft.indexOf("#"));for(let a1=0;a1-1||(ue=I.getPluralCategory(y,j),g.indexOf(ue)>-1))return ue;if(g.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${y}"`)}pn.\u0275fac=function(g){return new(g||pn)},pn.\u0275prov=i.Yz7({token:pn,factory:function(g){let I=null;return g?I=new g:(j=i.LFG(i.soG),I=new d1(j)),I;var j},providedIn:"root"});class d1 extends pn{constructor(g){super(),this.locale=g}getPluralCategory(g,I){switch(lt(I||this.locale)(g)){case q.Zero:return"zero";case q.One:return"one";case q.Two:return"two";case q.Few:return"few";case q.Many:return"many";default:return"other"}}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function et(y,g){g=encodeURIComponent(g);for(const I of y.split(";")){const j=I.indexOf("="),[ue,Ie]=-1==j?[I,""]:[I.slice(0,j),I.slice(j+1)];if(ue.trim()===g)return decodeURIComponent(Ie)}return null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */d1.\u0275fac=function(g){return new(g||d1)(i.LFG(i.soG))},d1.\u0275prov=i.Yz7({token:d1,factory:d1.\u0275fac});class wt{constructor(g,I,j,ue){this._iterableDiffers=g,this._keyValueDiffers=I,this._ngEl=j,this._renderer=ue,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(g){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof g?g.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(g){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof g?g.split(/\s+/):g,this._rawClass&&((0,i.sIi)(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const g=this._iterableDiffer.diff(this._rawClass);g&&this._applyIterableChanges(g)}else if(this._keyValueDiffer){const g=this._keyValueDiffer.diff(this._rawClass);g&&this._applyKeyValueChanges(g)}}_applyKeyValueChanges(g){g.forEachAddedItem(I=>this._toggleClass(I.key,I.currentValue)),g.forEachChangedItem(I=>this._toggleClass(I.key,I.currentValue)),g.forEachRemovedItem(I=>{I.previousValue&&this._toggleClass(I.key,!1)})}_applyIterableChanges(g){g.forEachAddedItem(I=>{if("string"!=typeof I.item)throw new Error(`NgClass can only toggle CSS classes expressed as strings, got ${(0,i.AaK)(I.item)}`);this._toggleClass(I.item,!0)}),g.forEachRemovedItem(I=>this._toggleClass(I.item,!1))}_applyClasses(g){g&&(Array.isArray(g)||g instanceof Set?g.forEach(I=>this._toggleClass(I,!0)):Object.keys(g).forEach(I=>this._toggleClass(I,!!g[I])))}_removeClasses(g){g&&(Array.isArray(g)||g instanceof Set?g.forEach(I=>this._toggleClass(I,!1)):Object.keys(g).forEach(I=>this._toggleClass(I,!1)))}_toggleClass(g,I){(g=g.trim())&&g.split(/\s+/g).forEach(j=>{I?this._renderer.addClass(this._ngEl.nativeElement,j):this._renderer.removeClass(this._ngEl.nativeElement,j)})}}wt.\u0275fac=function(g){return new(g||wt)(i.Y36(i.ZZ4),i.Y36(i.aQg),i.Y36(i.SBq),i.Y36(i.Qsj))},wt.\u0275dir=i.lG2({type:wt,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"},standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class rt{constructor(g){this._viewContainerRef=g,this.ngComponentOutlet=null}ngOnChanges(g){const{_viewContainerRef:I,ngComponentOutletNgModule:j,ngComponentOutletNgModuleFactory:ue}=this;if(I.clear(),this._componentRef=void 0,this.ngComponentOutlet){const Ie=this.ngComponentOutletInjector||I.parentInjector;(g.ngComponentOutletNgModule||g.ngComponentOutletNgModuleFactory)&&(this._moduleRef&&this._moduleRef.destroy(),this._moduleRef=j?(0,i.Lck)(j,qt(Ie)):ue?ue.create(qt(Ie)):void 0),this._componentRef=I.createComponent(this.ngComponentOutlet,{index:I.length,injector:Ie,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}function qt(y){return y.get(i.h0i).injector} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */rt.\u0275fac=function(g){return new(g||rt)(i.Y36(i.s_b))},rt.\u0275dir=i.lG2({type:rt,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},standalone:!0,features:[i.TTD]});class Hn{constructor(g,I,j,ue){this.$implicit=g,this.ngForOf=I,this.index=j,this.count=ue}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class n1{constructor(g,I,j){this._viewContainer=g,this._template=I,this._differs=j,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(g){this._ngForOf=g,this._ngForOfDirty=!0}set ngForTrackBy(g){this._trackByFn=g}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(g){g&&(this._template=g)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const g=this._ngForOf;!this._differ&&g&&(this._differ=this._differs.find(g).create(this.ngForTrackBy))}if(this._differ){const g=this._differ.diff(this._ngForOf);g&&this._applyChanges(g)}}_applyChanges(g){const I=this._viewContainer;g.forEachOperation((j,ue,Ie)=>{if(null==j.previousIndex)I.createEmbeddedView(this._template,new Hn(j.item,this._ngForOf,-1,-1),null===Ie?void 0:Ie);else if(null==Ie)I.remove(null===ue?void 0:ue);else if(null!==ue){const Xe=I.get(ue);I.move(Xe,Ie),s1(Xe,j)}});for(let j=0,ue=I.length;j{s1(I.get(j.currentIndex),j)})}static ngTemplateContextGuard(g,I){return!0}}function s1(y,g){y.context.$implicit=g.item}n1.\u0275fac=function(g){return new(g||n1)(i.Y36(i.s_b),i.Y36(i.Rgc),i.Y36(i.ZZ4))},n1.\u0275dir=i.lG2({type:n1,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class w1{constructor(g,I){this._viewContainer=g,this._context=new k1,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=I}set ngIf(g){this._context.$implicit=this._context.ngIf=g,this._updateView()}set ngIfThen(g){Tn("ngIfThen",g),this._thenTemplateRef=g,this._thenViewRef=null,this._updateView()}set ngIfElse(g){Tn("ngIfElse",g),this._elseTemplateRef=g,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(g,I){return!0}}w1.\u0275fac=function(g){return new(g||w1)(i.Y36(i.s_b),i.Y36(i.Rgc))},w1.\u0275dir=i.lG2({type:w1,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0});class k1{constructor(){this.$implicit=null,this.ngIf=null}}function Tn(y,g){if(g&&!g.createEmbeddedView)throw new Error(`${y} must be a TemplateRef, but received '${(0,i.AaK)(g)}'.`)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class f2{constructor(g,I){this._viewContainerRef=g,this._templateRef=I,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(g){g&&!this._created?this.create():!g&&this._created&&this.destroy()}}class Yt{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(g){this._ngSwitch=g,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(g){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(g)}_matchCase(g){const I=g==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||I,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),I}_updateDefaultCases(g){if(this._defaultViews&&g!==this._defaultUsed){this._defaultUsed=g;for(let I=0;Ithis._setStyle(I.key,null)),g.forEachAddedItem(I=>this._setStyle(I.key,I.currentValue)),g.forEachChangedItem(I=>this._setStyle(I.key,I.currentValue))}}v2.\u0275fac=function(g){return new(g||v2)(i.Y36(i.SBq),i.Y36(i.aQg),i.Y36(i.Qsj))},v2.\u0275dir=i.lG2({type:v2,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class f1{constructor(g){this._viewContainerRef=g,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(g){if(g.ngTemplateOutlet||g.ngTemplateOutletInjector){const I=this._viewContainerRef;if(this._viewRef&&I.remove(I.indexOf(this._viewRef)),this.ngTemplateOutlet){const{ngTemplateOutlet:j,ngTemplateOutletContext:ue,ngTemplateOutletInjector:Ie}=this;this._viewRef=I.createEmbeddedView(j,ue,Ie?{injector:Ie}:void 0)}else this._viewRef=null}else this._viewRef&&g.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}}f1.\u0275fac=function(g){return new(g||f1)(i.Y36(i.s_b))},f1.\u0275dir=i.lG2({type:f1,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function hn(y,g){return new i.vHH(2100,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const T2=new class j1{createSubscription(g,I){return g.then(I,j=>{throw j})}dispose(g){}},Sn=new class O1{createSubscription(g,I){return g.subscribe({next:I,error:j=>{throw j}})}dispose(g){g.unsubscribe()}};class Zn{constructor(g){this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null,this._ref=g}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(g){return this._obj?g!==this._obj?(this._dispose(),this.transform(g)):this._latestValue:(g&&this._subscribe(g),this._latestValue)}_subscribe(g){this._obj=g,this._strategy=this._selectStrategy(g),this._subscription=this._strategy.createSubscription(g,I=>this._updateLatestValue(g,I))}_selectStrategy(g){if((0,i.QGY)(g))return T2;if((0,i.F4k)(g))return Sn;throw hn()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(g,I){g===this._obj&&(this._latestValue=I,this._ref.markForCheck())}}Zn.\u0275fac=function(g){return new(g||Zn)(i.Y36(i.sBO,16))},Zn.\u0275pipe=i.Yjl({name:"async",type:Zn,pure:!1,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class L1{transform(g){if(null==g)return null;if("string"!=typeof g)throw hn();return g.toLowerCase()}}L1.\u0275fac=function(g){return new(g||L1)},L1.\u0275pipe=i.Yjl({name:"lowercase",type:L1,pure:!0,standalone:!0});const i2=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;class Fn{transform(g){if(null==g)return null;if("string"!=typeof g)throw hn();return g.replace(i2,I=>I[0].toUpperCase()+I.slice(1).toLowerCase())}}Fn.\u0275fac=function(g){return new(g||Fn)},Fn.\u0275pipe=i.Yjl({name:"titlecase",type:Fn,pure:!0,standalone:!0});class Kt{transform(g){if(null==g)return null;if("string"!=typeof g)throw hn();return g.toUpperCase()}}Kt.\u0275fac=function(g){return new(g||Kt)},Kt.\u0275pipe=i.Yjl({name:"uppercase",type:Kt,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const v3=new i.OlP("DATE_PIPE_DEFAULT_TIMEZONE");class D1{constructor(g,I){this.locale=g,this.defaultTimezone=I}transform(g,I="mediumDate",j,ue){if(null==g||""===g||g!=g)return null;try{var Ie;return _e(g,I,ue||this.locale,null!==(Ie=j??this.defaultTimezone)&&void 0!==Ie?Ie:void 0)}catch(Xe){throw hn(0,Xe.message)}}}D1.\u0275fac=function(g){return new(g||D1)(i.Y36(i.soG,16),i.Y36(v3,24))},D1.\u0275pipe=i.Yjl({name:"date",type:D1,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const a3=/#/g;class M1{constructor(g){this._localization=g}transform(g,I,j){if(null==g)return"";if("object"!=typeof I||null===I)throw hn();return I[S1(g,Object.keys(I),this._localization,j)].replace(a3,g.toString())}}M1.\u0275fac=function(g){return new(g||M1)(i.Y36(pn,16))},M1.\u0275pipe=i.Yjl({name:"i18nPlural",type:M1,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class h1{transform(g,I){if(null==g)return"";if("object"!=typeof I||"string"!=typeof g)throw hn();return I.hasOwnProperty(g)?I[g]:I.hasOwnProperty("other")?I.other:""}}h1.\u0275fac=function(g){return new(g||h1)},h1.\u0275pipe=i.Yjl({name:"i18nSelect",type:h1,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class K2{transform(g){return JSON.stringify(g,null,2)}}K2.\u0275fac=function(g){return new(g||K2)},K2.\u0275pipe=i.Yjl({name:"json",type:K2,pure:!1,standalone:!0});class tn{constructor(g){this.differs=g,this.keyValues=[],this.compareFn=nn}transform(g,I=nn){if(!g||!(g instanceof Map)&&"object"!=typeof g)return null;this.differ||(this.differ=this.differs.find(g).create());const j=this.differ.diff(g),ue=I!==this.compareFn;return j&&(this.keyValues=[],j.forEachItem(Ie=>{this.keyValues.push( -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function M2(y,g){return{key:y,value:g}}(Ie.key,Ie.currentValue))})),(j||ue)&&(this.keyValues.sort(I),this.compareFn=I),this.keyValues}}function nn(y,g){const I=y.key,j=g.key;if(I===j)return 0;if(void 0===I)return 1;if(void 0===j)return-1;if(null===I)return 1;if(null===j)return-1;if("string"==typeof I&&"string"==typeof j)return Inew gn((0,i.LFG)(Y),window)});class gn{constructor(g,I){this.document=g,this.window=I,this.offset=()=>[0,0]}setOffset(g){Array.isArray(g)?this.offset=()=>g:this.offset=g}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(g){this.supportsScrolling()&&this.window.scrollTo(g[0],g[1])}scrollToAnchor(g){if(!this.supportsScrolling())return;const I=function vn(y,g){const I=y.getElementById(g)||y.getElementsByName(g)[0];if(I)return I;if("function"==typeof y.createTreeWalker&&y.body&&(y.body.createShadowRoot||y.body.attachShadow)){const j=y.createTreeWalker(y.body,NodeFilter.SHOW_ELEMENT);let ue=j.currentNode;for(;ue;){const Ie=ue.shadowRoot;if(Ie){const Xe=Ie.getElementById(g)||Ie.querySelector(`[name="${g}"]`);if(Xe)return Xe}ue=j.nextNode()}}return null}(this.document,g);I&&(this.scrollToElement(I),I.focus())}setHistoryScrollRestoration(g){if(this.supportScrollRestoration()){const I=this.window.history;I&&I.scrollRestoration&&(I.scrollRestoration=g)}}scrollToElement(g){const I=g.getBoundingClientRect(),j=I.left+this.window.pageXOffset,ue=I.top+this.window.pageYOffset,Ie=this.offset();this.window.scrollTo(j-Ie[0],ue-Ie[1])}supportScrollRestoration(){try{if(!this.supportsScrolling())return!1;const g=N2(this.window.history)||N2(Object.getPrototypeOf(this.window.history));return!(!g||!g.writable&&!g.set)}catch{return!1}}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch{return!1}}}function N2(y){return Object.getOwnPropertyDescriptor(y,"scrollRestoration")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class H1{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function $2(y){throw new i.vHH(2958,`Unexpected invocation of the ${y} in the prod mode. Please make sure that the prod mode is enabled for production builds.`)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function i1(y,g=!0){return`The NgOptimizedImage directive ${g?`(activated on an element with the \`ngSrc="${y}"\`) `:""}has detected that`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function E1(y,g){return g2(y)?new URL(y):new URL(y,g.location.href)}function g2(y){return/^https?:\/\//.test(y)}function Kn(y){return y.startsWith("/")?y.slice(1):y} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const o2=new Set(["localhost","127.0.0.1","0.0.0.0"]),Z1=new i.OlP("PRECONNECT_CHECK_BLOCKLIST");class R2{constructor(){this.document=(0,i.f3M)(Y),this.preconnectLinks=null,this.alreadySeen=new Set,this.window=null,this.blocklist=new Set(o2),$2("preconnect link checker");const g=this.document.defaultView;typeof g<"u"&&(this.window=g);const I=(0,i.f3M)(Z1,{optional:!0});I&&this.populateBlocklist(I)}populateBlocklist(g){if(!Array.isArray(g))throw new i.vHH(2957,"The blocklist for the preconnect check was not provided as an array. Check that the `PRECONNECT_CHECK_BLOCKLIST` token is configured as a `multi: true` provider.");Qn(g,I=>{this.blocklist.add(function C2(y){return g2(y)?new URL(y).hostname:y}(I))})}assertPreconnect(g,I){if(!this.window)return;const j=E1(g,this.window);this.blocklist.has(j.hostname)||this.alreadySeen.has(j.origin)||(this.alreadySeen.add(j.origin),this.preconnectLinks||(this.preconnectLinks=this.queryPreconnectLinks()),this.preconnectLinks.has(j.origin)||console.warn((0,i.kuF)(2956,`${i1(I)} there is no preconnect tag present for this image. Preconnecting to the origin(s) that serve priority images ensures that these images are delivered as soon as possible. To fix this, please add the following element into the of the document:\n `)))}queryPreconnectLinks(){const g=new Set,j=Array.from(this.document.querySelectorAll("link[rel=preconnect]"));for(let ue of j){const Ie=E1(ue.href,this.window);g.add(Ie.origin)}return g}ngOnDestroy(){var g;null===(g=this.preconnectLinks)||void 0===g||g.clear(),this.alreadySeen.clear()}}function Qn(y,g){for(let I of y)Array.isArray(I)?Qn(I,g):g(I)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */R2.\u0275fac=function(g){return new(g||R2)},R2.\u0275prov=i.Yz7({token:R2,factory:R2.\u0275fac,providedIn:"root"});const z2=y=>y.src,Nn=new i.OlP("ImageLoader",{providedIn:"root",factory:()=>z2});function J2(y,g){return function(j,ue={ensurePreconnect:!0}){return function y1(y){if("string"!=typeof y||""===y.trim())return!1;try{return new URL(y),!0}catch{return!1}}(j)||function jn(y,g){throw new i.vHH(2959,!1)}(),j=function l3(y){return y.endsWith("/")?y.slice(0,-1):y}(j),[{provide:Nn,useValue:ft=>(g2(ft.src)&&function Rn(y,g){throw new i.vHH(2959,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(0,ft.src),y(j,{...ft,src:Kn(ft.src)}))}]}}J2(function q2(y,g){let I="format=auto";return g.width&&(I+=`,width=${g.width}`),`${y}/cdn-cgi/image/${I}/${g.src}` -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});J2(function vt(y,g){let I="f_auto,q_auto";return g.width&&(I+=`,w_${g.width}`),`${y}/image/upload/${I}/${g.src}` -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});J2(function Yn(y,g){let I="tr:q-auto";return g.width&&(I+=`,w-${g.width}`),`${y}/${I}/${g.src}` -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});J2(function Cn(y,g){const I=new URL(`${y}/${g.src}`);return I.searchParams.set("auto","format"),g.width&&I.searchParams.set("w",g.width.toString()),I.href -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});class Dn{constructor(){this.images=new Map,this.alreadyWarned=new Set,this.window=null,this.observer=null,$2("LCP checker");const g=(0,i.f3M)(Y).defaultView;typeof g<"u"&&typeof PerformanceObserver<"u"&&(this.window=g,this.observer=this.initPerformanceObserver())}initPerformanceObserver(){const g=new PerformanceObserver(I=>{var j,ue;const Ie=I.getEntries();if(0===Ie.length)return;const ft=null!==(j=null===(ue=Ie[Ie.length-1].element)||void 0===ue?void 0:ue.src)&&void 0!==j?j:"";ft.startsWith("data:")||ft.startsWith("blob:")||this.images.get(ft)&&!this.alreadyWarned.has(ft)&&(this.alreadyWarned.add(ft),function O(y){const g=i1(y);console.warn((0,i.kuF)(2955,`${g} this image is the Largest Contentful Paint (LCP) element but was not marked "priority". This image should be marked "priority" in order to prioritize its loading. To fix this, add the "priority" attribute.`))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(ft))});return g.observe({type:"largest-contentful-paint",buffered:!0}),g}registerImage(g,I){!this.observer||this.images.set(E1(g,this.window).href,I)}unregisterImage(g){!this.observer||this.images.delete(E1(g,this.window).href)}ngOnDestroy(){!this.observer||(this.observer.disconnect(),this.images.clear(),this.alreadyWarned.clear())}}Dn.\u0275fac=function(g){return new(g||Dn)},Dn.\u0275prov=i.Yz7({token:Dn,factory:Dn.\u0275fac,providedIn:"root"});const w=/^((\s*\d+w\s*(,|$)){1,})$/;class s2{constructor(){this.imageLoader=(0,i.f3M)(Nn),this.renderer=(0,i.f3M)(i.Qsj),this.imgElement=(0,i.f3M)(i.SBq).nativeElement,this.injector=(0,i.f3M)(i.zs3),this.lcpObserver=null,this._renderedSrc=null,this._priority=!1}set rawSrc(g){}set width(g){this._width=mn(g)}get width(){return this._width}set height(g){this._height=mn(g)}get height(){return this._height}set priority(g){this._priority=function I1(y){return null!=y&&"false"!=`${y}`}(g)}get priority(){return this._priority}ngOnInit(){this.setHostAttributes()}setHostAttributes(){this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString()),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("src",this.getRewrittenSrc()),this.ngSrcset&&this.setHostAttribute("srcset",this.getRewrittenSrcset())}ngOnChanges(g){}getLoadingBehavior(){return this.priority||void 0===this.loading?this.priority?"eager":"lazy":this.loading}getFetchPriority(){return this.priority?"high":"auto"}getRewrittenSrc(){if(!this._renderedSrc){const g={src:this.ngSrc};this._renderedSrc=this.imageLoader(g)}return this._renderedSrc}getRewrittenSrcset(){const g=w.test(this.ngSrcset);return this.ngSrcset.split(",").filter(j=>""!==j).map(j=>{j=j.trim();const ue=g?parseFloat(j):parseFloat(j)*this.width;return`${this.imageLoader({src:this.ngSrc,width:ue})} ${j}`}).join(", ")}ngOnDestroy(){}setHostAttribute(g,I){this.renderer.setAttribute(this.imgElement,g,I)}}function mn(y){return"string"==typeof y?parseInt(y,10):y}s2.\u0275fac=function(g){return new(g||s2)},s2.\u0275dir=i.lG2({type:s2,selectors:[["img","ngSrc",""],["img","rawSrc",""]],inputs:{rawSrc:"rawSrc",ngSrc:"ngSrc",ngSrcset:"ngSrcset",width:"width",height:"height",loading:"loading",priority:"priority",src:"src",srcset:"srcset"},standalone:!0,features:[i.TTD]})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */,9239:(ht,we,x)=>{"use strict";x.d(we,{JF:()=>Fe});var i=x(4666),v=x(8008),Z=x(4139),$=x(5901),F=x(522);var Y=x(14);class re{constructor(P,V){this.predicate=P,this.thisArg=V}call(P,V){return V.subscribe(new H(P,this.predicate,this.thisArg))}}class H extends Y.L{constructor(P,V,le){super(P),this.predicate=V,this.thisArg=le,this.count=0}_next(P){let V;try{V=this.predicate.call(this.thisArg,P,this.count++)}catch(le){return void this.destination.error(le)}V&&this.destination.next(P)}}var U=x(6942); -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class se{}class he{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ye{constructor(P){this.normalizedNames=new Map,this.lazyUpdate=null,P?this.lazyInit="string"==typeof P?()=>{this.headers=new Map,P.split("\n").forEach(V=>{const le=V.indexOf(":");if(le>0){const He=V.slice(0,le),pt=He.toLowerCase(),yt=V.slice(le+1).trim();this.maybeSetNormalizedName(He,pt),this.headers.has(pt)?this.headers.get(pt).push(yt):this.headers.set(pt,[yt])}})}:()=>{this.headers=new Map,Object.keys(P).forEach(V=>{let le=P[V];const He=V.toLowerCase();"string"==typeof le&&(le=[le]),le.length>0&&(this.headers.set(He,le),this.maybeSetNormalizedName(V,He))})}:this.headers=new Map}has(P){return this.init(),this.headers.has(P.toLowerCase())}get(P){this.init();const V=this.headers.get(P.toLowerCase());return V&&V.length>0?V[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(P){return this.init(),this.headers.get(P.toLowerCase())||null}append(P,V){return this.clone({name:P,value:V,op:"a"})}set(P,V){return this.clone({name:P,value:V,op:"s"})}delete(P,V){return this.clone({name:P,value:V,op:"d"})}maybeSetNormalizedName(P,V){this.normalizedNames.has(V)||this.normalizedNames.set(V,P)}init(){this.lazyInit&&(this.lazyInit instanceof ye?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(P=>this.applyUpdate(P)),this.lazyUpdate=null))}copyFrom(P){P.init(),Array.from(P.headers.keys()).forEach(V=>{this.headers.set(V,P.headers.get(V)),this.normalizedNames.set(V,P.normalizedNames.get(V))})}clone(P){const V=new ye;return V.lazyInit=this.lazyInit&&this.lazyInit instanceof ye?this.lazyInit:this,V.lazyUpdate=(this.lazyUpdate||[]).concat([P]),V}applyUpdate(P){const V=P.name.toLowerCase();switch(P.op){case"a":case"s":let le=P.value;if("string"==typeof le&&(le=[le]),0===le.length)return;this.maybeSetNormalizedName(P.name,V);const He=("a"===P.op?this.headers.get(V):void 0)||[];He.push(...le),this.headers.set(V,He);break;case"d":const pt=P.value;if(pt){let yt=this.headers.get(V);if(!yt)return;yt=yt.filter(Dt=>-1===pt.indexOf(Dt)),0===yt.length?(this.headers.delete(V),this.normalizedNames.delete(V)):this.headers.set(V,yt)}else this.headers.delete(V),this.normalizedNames.delete(V)}}forEach(P){this.init(),Array.from(this.normalizedNames.keys()).forEach(V=>P(this.normalizedNames.get(V),this.headers.get(V)))}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Ne{encodeKey(P){return Ee(P)}encodeValue(P){return Ee(P)}decodeKey(P){return decodeURIComponent(P)}decodeValue(P){return decodeURIComponent(P)}}const ne=/%(\d[a-f0-9])/gi,fe={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Ee(_e){return encodeURIComponent(_e).replace(ne,(P,V)=>{var le;return null!==(le=fe[V])&&void 0!==le?le:P})}function Se(_e){return`${_e}`}class Pe{constructor(P={}){if(this.updates=null,this.cloneFrom=null,this.encoder=P.encoder||new Ne,P.fromString){if(P.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function ce(_e,P){const V=new Map;return _e.length>0&&_e.replace(/^\?/,"").split("&").forEach(He=>{const pt=He.indexOf("="),[yt,Dt]=-1==pt?[P.decodeKey(He),""]:[P.decodeKey(He.slice(0,pt)),P.decodeValue(He.slice(pt+1))],$e=V.get(yt)||[];$e.push(Dt),V.set(yt,$e)}),V}(P.fromString,this.encoder)}else P.fromObject?(this.map=new Map,Object.keys(P.fromObject).forEach(V=>{const le=P.fromObject[V],He=Array.isArray(le)?le.map(Se):[Se(le)];this.map.set(V,He)})):this.map=null}has(P){return this.init(),this.map.has(P)}get(P){this.init();const V=this.map.get(P);return V?V[0]:null}getAll(P){return this.init(),this.map.get(P)||null}keys(){return this.init(),Array.from(this.map.keys())}append(P,V){return this.clone({param:P,value:V,op:"a"})}appendAll(P){const V=[];return Object.keys(P).forEach(le=>{const He=P[le];Array.isArray(He)?He.forEach(pt=>{V.push({param:le,value:pt,op:"a"})}):V.push({param:le,value:He,op:"a"})}),this.clone(V)}set(P,V){return this.clone({param:P,value:V,op:"s"})}delete(P,V){return this.clone({param:P,value:V,op:"d"})}toString(){return this.init(),this.keys().map(P=>{const V=this.encoder.encodeKey(P);return this.map.get(P).map(le=>V+"="+this.encoder.encodeValue(le)).join("&")}).filter(P=>""!==P).join("&")}clone(P){const V=new Pe({encoder:this.encoder});return V.cloneFrom=this.cloneFrom||this,V.updates=(this.updates||[]).concat(P),V}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(P=>this.map.set(P,this.cloneFrom.map.get(P))),this.updates.forEach(P=>{switch(P.op){case"a":case"s":const V=("a"===P.op?this.map.get(P.param):void 0)||[];V.push(Se(P.value)),this.map.set(P.param,V);break;case"d":if(void 0===P.value){this.map.delete(P.param);break}{let le=this.map.get(P.param)||[];const He=le.indexOf(Se(P.value));-1!==He&&le.splice(He,1),le.length>0?this.map.set(P.param,le):this.map.delete(P.param)}}}),this.cloneFrom=this.updates=null)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class W{constructor(){this.map=new Map}set(P,V){return this.map.set(P,V),this}get(P){return this.map.has(P)||this.map.set(P,P.defaultValue()),this.map.get(P)}delete(P){return this.map.delete(P),this}has(P){return this.map.has(P)}keys(){return this.map.keys()}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function D(_e){return typeof ArrayBuffer<"u"&&_e instanceof ArrayBuffer}function q(_e){return typeof Blob<"u"&&_e instanceof Blob}function pe(_e){return typeof FormData<"u"&&_e instanceof FormData}class Ve{constructor(P,V,le,He){let pt;if(this.url=V,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=P.toUpperCase(),function ge(_e){switch(_e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||He?(this.body=void 0!==le?le:null,pt=He):pt=le,pt&&(this.reportProgress=!!pt.reportProgress,this.withCredentials=!!pt.withCredentials,pt.responseType&&(this.responseType=pt.responseType),pt.headers&&(this.headers=pt.headers),pt.context&&(this.context=pt.context),pt.params&&(this.params=pt.params)),this.headers||(this.headers=new ye),this.context||(this.context=new W),this.params){const yt=this.params.toString();if(0===yt.length)this.urlWithParams=V;else{const Dt=V.indexOf("?"),$e=-1===Dt?"?":Dtgt.set(Gt,P.setHeaders[Gt]),Ht)),P.setParams&&(v1=Object.keys(P.setParams).reduce((gt,Gt)=>gt.set(Gt,P.setParams[Gt]),v1)),new Ve(le,He,yt,{params:v1,headers:Ht,context:V1,reportProgress:$e,responseType:pt,withCredentials:Dt})}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var at,_e;(_e=at||(at={}))[_e.Sent=0]="Sent",_e[_e.UploadProgress=1]="UploadProgress",_e[_e.ResponseHeader=2]="ResponseHeader",_e[_e.DownloadProgress=3]="DownloadProgress",_e[_e.Response=4]="Response",_e[_e.User=5]="User";class ct{constructor(P,V=200,le="OK"){this.headers=P.headers||new ye,this.status=void 0!==P.status?P.status:V,this.statusText=P.statusText||le,this.url=P.url||null,this.ok=this.status>=200&&this.status<300}}class At extends ct{constructor(P={}){super(P),this.type=at.ResponseHeader}clone(P={}){return new At({headers:P.headers||this.headers,status:void 0!==P.status?P.status:this.status,statusText:P.statusText||this.statusText,url:P.url||this.url||void 0})}}class c1 extends ct{constructor(P={}){super(P),this.type=at.Response,this.body=void 0!==P.body?P.body:null}clone(P={}){return new c1({body:void 0!==P.body?P.body:this.body,headers:P.headers||this.headers,status:void 0!==P.status?P.status:this.status,statusText:P.statusText||this.statusText,url:P.url||this.url||void 0})}}class zt extends ct{constructor(P){super(P,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${P.url||"(unknown url)"}`:this.message=`Http failure response for ${P.url||"(unknown url)"}: ${P.status} ${P.statusText}`,this.error=P.error||null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function St(_e,P){return{body:P,headers:_e.headers,context:_e.context,observe:_e.observe,params:_e.params,reportProgress:_e.reportProgress,responseType:_e.responseType,withCredentials:_e.withCredentials}}class It{constructor(P){this.handler=P}request(P,V,le={}){let He;if(P instanceof Ve)He=P;else{let Dt,$e;Dt=le.headers instanceof ye?le.headers:new ye(le.headers),le.params&&($e=le.params instanceof Pe?le.params:new Pe({fromObject:le.params})),He=new Ve(P,V,void 0!==le.body?le.body:null,{headers:Dt,context:le.context,params:$e,reportProgress:le.reportProgress,responseType:le.responseType||"json",withCredentials:le.withCredentials})}const pt=(0,Z.of)(He).pipe(function B(_e,P){return(0,F.zg)(_e,P,1)}(Dt=>this.handler.handle(Dt)));if(P instanceof Ve||"events"===le.observe)return pt;const yt=pt.pipe(function X(_e,P){return function(le){return le.lift(new re(_e,P))}}(Dt=>Dt instanceof c1));switch(le.observe||"body"){case"body":switch(He.responseType){case"arraybuffer":return yt.pipe((0,U.U)(Dt=>{if(null!==Dt.body&&!(Dt.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Dt.body}));case"blob":return yt.pipe((0,U.U)(Dt=>{if(null!==Dt.body&&!(Dt.body instanceof Blob))throw new Error("Response is not a Blob.");return Dt.body}));case"text":return yt.pipe((0,U.U)(Dt=>{if(null!==Dt.body&&"string"!=typeof Dt.body)throw new Error("Response is not a string.");return Dt.body}));default:return yt.pipe((0,U.U)(Dt=>Dt.body))}case"response":return yt;default:throw new Error(`Unreachable: unhandled observe type ${le.observe}}`)}}delete(P,V={}){return this.request("DELETE",P,V)}get(P,V={}){return this.request("GET",P,V)}head(P,V={}){return this.request("HEAD",P,V)}jsonp(P,V){return this.request("JSONP",P,{params:(new Pe).append(V,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(P,V={}){return this.request("OPTIONS",P,V)}patch(P,V,le={}){return this.request("PATCH",P,St(le,V))}post(P,V,le={}){return this.request("POST",P,St(le,V))}put(P,V,le={}){return this.request("PUT",P,St(le,V))}}It.\u0275fac=function(P){return new(P||It)(v.LFG(se))},It.\u0275prov=v.Yz7({token:It,factory:It.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class $t{constructor(P,V){this.next=P,this.interceptor=V}handle(P){return this.interceptor.intercept(P,this.next)}}const Pt=new v.OlP("HTTP_INTERCEPTORS");class Bt{intercept(P,V){return V.handle(P)}}Bt.\u0275fac=function(P){return new(P||Bt)},Bt.\u0275prov=v.Yz7({token:Bt,factory:Bt.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Vt,q1=0;class ut{}class Ft{constructor(P,V){this.callbackMap=P,this.document=V,this.resolvedPromise=Promise.resolve()}nextCallback(){return"ng_jsonp_callback_"+q1++}handle(P){if("JSONP"!==P.method)throw new Error("JSONP requests must use JSONP request method.");if("json"!==P.responseType)throw new Error("JSONP requests must use Json response type.");if(P.headers.keys().length>0)throw new Error("JSONP requests do not support headers.");return new $.y(V=>{const le=this.nextCallback(),He=P.urlWithParams.replace(/=JSONP_CALLBACK(&|$)/,`=${le}$1`),pt=this.document.createElement("script");pt.src=He;let yt=null,Dt=!1;this.callbackMap[le]=V1=>{delete this.callbackMap[le],yt=V1,Dt=!0};const $e=()=>{pt.parentNode&&pt.parentNode.removeChild(pt),delete this.callbackMap[le]};return pt.addEventListener("load",V1=>{this.resolvedPromise.then(()=>{$e(),Dt?(V.next(new c1({body:yt,status:200,statusText:"OK",url:He})),V.complete()):V.error(new zt({url:He,status:0,statusText:"JSONP Error",error:new Error("JSONP injected script did not invoke callback.")}))})}),pt.addEventListener("error",V1=>{$e(),V.error(new zt({error:V1,status:0,statusText:"JSONP Error",url:He}))}),this.document.body.appendChild(pt),V.next({type:at.Sent}),()=>{Dt||this.removeListeners(pt),$e()}})}removeListeners(P){Vt||(Vt=this.document.implementation.createHTMLDocument()),Vt.adoptNode(P)}}Ft.\u0275fac=function(P){return new(P||Ft)(v.LFG(ut),v.LFG(i.K0))},Ft.\u0275prov=v.Yz7({token:Ft,factory:Ft.\u0275fac});class lt{constructor(P){this.jsonp=P}intercept(P,V){return"JSONP"===P.method?this.jsonp.handle(P):V.handle(P)}}lt.\u0275fac=function(P){return new(P||lt)(v.LFG(Ft))},lt.\u0275prov=v.Yz7({token:lt,factory:lt.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Ue=/^\)\]\}',?\n/;class nt{constructor(P){this.xhrFactory=P}handle(P){if("JSONP"===P.method)throw new Error("Attempted to construct Jsonp request without HttpClientJsonpModule installed.");return new $.y(V=>{const le=this.xhrFactory.build();if(le.open(P.method,P.urlWithParams),P.withCredentials&&(le.withCredentials=!0),P.headers.forEach((gt,Gt)=>le.setRequestHeader(gt,Gt.join(","))),P.headers.has("Accept")||le.setRequestHeader("Accept","application/json, text/plain, */*"),!P.headers.has("Content-Type")){const gt=P.detectContentTypeHeader();null!==gt&&le.setRequestHeader("Content-Type",gt)}if(P.responseType){const gt=P.responseType.toLowerCase();le.responseType="json"!==gt?gt:"text"}const He=P.serializeBody();let pt=null;const yt=()=>{if(null!==pt)return pt;const gt=le.statusText||"OK",Gt=new ye(le.getAllResponseHeaders()),X1=function K1(_e){return"responseURL"in _e&&_e.responseURL?_e.responseURL:/^X-Request-URL:/m.test(_e.getAllResponseHeaders())?_e.getResponseHeader("X-Request-URL"):null}(le)||P.url;return pt=new At({headers:Gt,status:le.status,statusText:gt,url:X1}),pt},Dt=()=>{let{headers:gt,status:Gt,statusText:X1,url:Q1}=yt(),Ct=null;204!==Gt&&(Ct=typeof le.response>"u"?le.responseText:le.response),0===Gt&&(Gt=Ct?200:0);let dn=Gt>=200&&Gt<300;if("json"===P.responseType&&"string"==typeof Ct){const n2=Ct;Ct=Ct.replace(Ue,"");try{Ct=""!==Ct?JSON.parse(Ct):null}catch(Vn){Ct=n2,dn&&(dn=!1,Ct={error:Vn,text:Ct})}}dn?(V.next(new c1({body:Ct,headers:gt,status:Gt,statusText:X1,url:Q1||void 0})),V.complete()):V.error(new zt({error:Ct,headers:gt,status:Gt,statusText:X1,url:Q1||void 0}))},$e=gt=>{const{url:Gt}=yt(),X1=new zt({error:gt,status:le.status||0,statusText:le.statusText||"Unknown Error",url:Gt||void 0});V.error(X1)};let Ht=!1;const v1=gt=>{Ht||(V.next(yt()),Ht=!0);let Gt={type:at.DownloadProgress,loaded:gt.loaded};gt.lengthComputable&&(Gt.total=gt.total),"text"===P.responseType&&!!le.responseText&&(Gt.partialText=le.responseText),V.next(Gt)},V1=gt=>{let Gt={type:at.UploadProgress,loaded:gt.loaded};gt.lengthComputable&&(Gt.total=gt.total),V.next(Gt)};return le.addEventListener("load",Dt),le.addEventListener("error",$e),le.addEventListener("timeout",$e),le.addEventListener("abort",$e),P.reportProgress&&(le.addEventListener("progress",v1),null!==He&&le.upload&&le.upload.addEventListener("progress",V1)),le.send(He),V.next({type:at.Sent}),()=>{le.removeEventListener("error",$e),le.removeEventListener("abort",$e),le.removeEventListener("load",Dt),le.removeEventListener("timeout",$e),P.reportProgress&&(le.removeEventListener("progress",v1),null!==He&&le.upload&&le.upload.removeEventListener("progress",V1)),le.readyState!==le.DONE&&le.abort()}})}}nt.\u0275fac=function(P){return new(P||nt)(v.LFG(i.JF))},nt.\u0275prov=v.Yz7({token:nt,factory:nt.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const de=new v.OlP("XSRF_COOKIE_NAME"),We=new v.OlP("XSRF_HEADER_NAME");class ze{}class k{constructor(P,V,le){this.doc=P,this.platform=V,this.cookieName=le,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const P=this.doc.cookie||"";return P!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,i.Mx)(P,this.cookieName),this.lastCookieString=P),this.lastToken}}k.\u0275fac=function(P){return new(P||k)(v.LFG(i.K0),v.LFG(v.Lbi),v.LFG(de))},k.\u0275prov=v.Yz7({token:k,factory:k.\u0275fac});class be{constructor(P,V){this.tokenService=P,this.headerName=V}intercept(P,V){const le=P.url.toLowerCase();if("GET"===P.method||"HEAD"===P.method||le.startsWith("http://")||le.startsWith("https://"))return V.handle(P);const He=this.tokenService.getToken();return null!==He&&!P.headers.has(this.headerName)&&(P=P.clone({headers:P.headers.set(this.headerName,He)})),V.handle(P)}}be.\u0275fac=function(P){return new(P||be)(v.LFG(ze),v.LFG(We))},be.\u0275prov=v.Yz7({token:be,factory:be.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Re{constructor(P,V){this.backend=P,this.injector=V,this.chain=null}handle(P){if(null===this.chain){const V=this.injector.get(Pt,[]);this.chain=V.reduceRight((le,He)=>new $t(le,He),this.backend)}return this.chain.handle(P)}}Re.\u0275fac=function(P){return new(P||Re)(v.LFG(he),v.LFG(v.zs3))},Re.\u0275prov=v.Yz7({token:Re,factory:Re.\u0275fac});class xe{static disable(){return{ngModule:xe,providers:[{provide:be,useClass:Bt}]}}static withOptions(P={}){return{ngModule:xe,providers:[P.cookieName?{provide:de,useValue:P.cookieName}:[],P.headerName?{provide:We,useValue:P.headerName}:[]]}}}xe.\u0275fac=function(P){return new(P||xe)},xe.\u0275mod=v.oAB({type:xe}),xe.\u0275inj=v.cJS({providers:[be,{provide:Pt,useExisting:be,multi:!0},{provide:ze,useClass:k},{provide:de,useValue:"XSRF-TOKEN"},{provide:We,useValue:"X-XSRF-TOKEN"}]});class Fe{}Fe.\u0275fac=function(P){return new(P||Fe)},Fe.\u0275mod=v.oAB({type:Fe}),Fe.\u0275inj=v.cJS({providers:[It,{provide:se,useClass:Re},nt,{provide:he,useExisting:nt}],imports:[xe.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]});class je{}je.\u0275fac=function(P){return new(P||je)},je.\u0275mod=v.oAB({type:je}),je.\u0275inj=v.cJS({providers:[Ft,{provide:ut,useFactory:function me(){return"object"==typeof window?window:{}}},{provide:Pt,useClass:lt,multi:!0}]})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */,8008:(ht,we,x)=>{"use strict";x.d(we,{AFp:()=>xs,ip1:()=>Is,CZH:()=>yr,hGG:()=>lo,z2F:()=>vr,ahi:()=>t5,sBO:()=>$s,wA2:()=>wp,_Vd:()=>c,EJc:()=>Tp,Xek:()=>Es,SBq:()=>E,qLn:()=>ko,vpe:()=>er,AA_:()=>h5,tBr:()=>Di,GSi:()=>ac,OlP:()=>z1,zs3:()=>d3,IIB:()=>Dp,ZZ4:()=>tr,aQg:()=>nr,soG:()=>P8,LVF:()=>Ip,h0i:()=>no,R0b:()=>b3,FiY:()=>Fr,r_U:()=>Ep,Lbi:()=>xp,g9A:()=>Os,E6H:()=>Lp,Qsj:()=>ve,FYo:()=>ie,JOm:()=>So,q3G:()=>Q3,PiD:()=>Ei,WD2:()=>M3,tp0:()=>jr,Rgc:()=>ro,dDg:()=>so,eoX:()=>hi,GfV:()=>ot,s_b:()=>qo,ifc:()=>V1,Lck:()=>hf,eFA:()=>Bs,G48:()=>Qp,Gpc:()=>ae,f3M:()=>p5,_c5:()=>ch,c2e:()=>ao,zSh:()=>Ur,wAp:()=>pi,vHH:()=>q,lri:()=>Fs,rWj:()=>js,EiD:()=>A5,mCW:()=>Gr,qzn:()=>Br,JVY:()=>Ti,pB0:()=>t6,eBb:()=>Mo,L6k:()=>E5,LAX:()=>Vr,D6c:()=>uh,cg1:()=>P0,kuF:()=>pe,kL8:()=>a7,dqk:()=>gt,sIi:()=>Go,CqO:()=>da,QGY:()=>v0,F4k:()=>ua,zlt:()=>U7,RDi:()=>$8,AaK:()=>Ee,z3N:()=>_3,qOj:()=>h0,TTD:()=>w3,_Bn:()=>A7,xp6:()=>c9,uIk:()=>m0,ekj:()=>D0,Xpm:()=>r2,lG2:()=>qe,Yz7:()=>de,cJS:()=>ze,oAB:()=>T,Yjl:()=>_t,Y36:()=>Vi,_UZ:()=>b0,BQk:()=>_8,ynx:()=>m8,qZA:()=>C8,TgZ:()=>g8,EpF:()=>ca,n5z:()=>_n,LFG:()=>Pn,$8M:()=>x3,NdJ:()=>M0,CRH:()=>rs,kcU:()=>g3,O4$:()=>t3,oxw:()=>Ca,Hsn:()=>_a,F$t:()=>ma,Q6J:()=>_0,VKq:()=>H7,iGM:()=>ts,KtG:()=>$1,evT:()=>z4,Jf7:()=>R4,CHM:()=>Lt,kYT:()=>Q,Udp:()=>L0,YNc:()=>sa,_uU:()=>Va,Oqu:()=>I0,hij:()=>b8,AsE:()=>x0,Gf:()=>ns});var i=x(2218),v=x(6957),Z=x(5901),$=x(5286),F=x(14);function B(){return function(t){return t.lift(new Y(t))}}class Y{constructor(t){this.connectable=t}call(t,n){const{connectable:r}=this;r._refCount++;const o=new X(t,r),s=n.subscribe(o);return o.closed||(o.connection=r.connect()),s}}class X extends F.L{constructor(t,n){super(t),this.connectable=n}_unsubscribe(){const{connectable:t}=this;if(!t)return void(this.connection=null);this.connectable=null;const n=t._refCount;if(n<=0)return void(this.connection=null);if(t._refCount=n-1,n>1)return void(this.connection=null);const{connection:r}=this,o=t._connection;this.connection=null,o&&(!r||o===r)&&o.unsubscribe()}}class re extends Z.y{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._refCount=0,this._isComplete=!1}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){const t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}connect(){let t=this._connection;return t||(this._isComplete=!1,t=this._connection=new v.w,t.add(this.source.subscribe(new U(this.getSubject(),this))),t.closed&&(this._connection=null,t=v.w.EMPTY)),t}refCount(){return B()(this)}}const H=(()=>{const e=re.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:e._subscribe},_isComplete:{value:e._isComplete,writable:!0},getSubject:{value:e.getSubject},connect:{value:e.connect},refCount:{value:e.refCount}}})();class U extends i.Yc{constructor(t,n){super(t),this.connectable=n}_error(t){this._unsubscribe(),super._error(t)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const t=this.connectable;if(t){this.connectable=null;const n=t._connection;t._refCount=0,t._subject=null,t._connection=null,n&&n.unsubscribe()}}}class Oe{constructor(t,n){this.subjectFactory=t,this.selector=n}call(t,n){const{selector:r}=this,o=this.subjectFactory(),s=r(o).subscribe(t);return s.add(n.subscribe(o)),s}}function Ne(){return new i.xQ}function ce(){return e=>B()(function ye(e,t){return function(r){let o;if(o="function"==typeof e?e:function(){return e},"function"==typeof t)return r.lift(new Oe(o,t));const s=Object.create(r,H);return s.source=r,s.subjectFactory=o,s}}(Ne)(e))} -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function ne(e){for(let t in e)if(e[t]===ne)return t;throw Error("Could not find renamed property on target object.")}function fe(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ee(e){if("string"==typeof e)return e;if(Array.isArray(e))return"["+e.map(Ee).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(null==t)return""+t;const n=t.indexOf("\n");return-1===n?t:t.substring(0,n)}function Se(e,t){return null==e||""===e?null===t?"":t:null==t||""===t?e:e+" "+t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Pe=ne({__forward_ref__:ne});function ae(e){return e.__forward_ref__=ae,e.toString=function(){return Ee(this())},e}function W(e){return ge(e)?e():e}function ge(e){return"function"==typeof e&&e.hasOwnProperty(Pe)&&e.__forward_ref__===ae} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class q extends Error{constructor(t,n){super(pe(t,n)),this.code=t}}function pe(e,t){return`NG0${Math.abs(e)}${t?": "+t.trim():""}`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ce(e){return"string"==typeof e?e:null==e?"":String(e)}function Ve(e){return"function"==typeof e?e.name||e.toString():"object"==typeof e&&null!=e&&"function"==typeof e.type?e.type.name||e.type.toString():Ce(e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function c1(e,t){throw new q(-201,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Pt(e,t,n){e!=t&<(n,e,t,"==")}function Ft(e,t){null==e&<(t,e,null,"!=")}function lt(e,t,n,r){throw new Error(`ASSERTION ERROR: ${e}`+(null==r?"":` [Expected=> ${n} ${r} ${t} <=Actual]`))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function de(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ze(e){return{providers:e.providers||[],imports:e.imports||[]}}function k(e){return Re(e,Fe)||Re(e,Ye)}function Re(e,t){return e.hasOwnProperty(t)?e[t]:null}function xe(e){return e&&(e.hasOwnProperty(je)||e.hasOwnProperty(_e))?e[je]:null}const Fe=ne({\u0275prov:ne}),je=ne({\u0275inj:ne}),Ye=ne({ngInjectableDef:ne}),_e=ne({ngInjectorDef:ne}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var P,e; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let V;function He(e){const t=V;return V=e,t}function pt(e,t,n){const r=k(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:n&P.Optional?null:void 0!==t?t:void c1(Ee(e))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Dt(e){return{toString:e}.toString()} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var $e,Ht,V1;(e=P||(P={}))[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional",function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}($e||($e={})),function(e){e[e.CheckOnce=0]="CheckOnce",e[e.Checked=1]="Checked",e[e.CheckAlways=2]="CheckAlways",e[e.Detached=3]="Detached",e[e.Errored=4]="Errored",e[e.Destroyed=5]="Destroyed"}(Ht||(Ht={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(V1||(V1={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const gt=(()=>typeof globalThis<"u"&&globalThis||typeof global<"u"&&global||typeof window<"u"&&window||typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self)(); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Q1={},Ct=[],dn=ne({\u0275cmp:ne}),n2=ne({\u0275dir:ne}),Vn=ne({\u0275pipe:ne}),Gn=ne({\u0275mod:ne}),Y1=ne({\u0275fac:ne}),A1=ne({__NG_ELEMENT_ID__:ne}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Un=0;function r2(e){return Dt(()=>{const t=e.type,n=!0===e.standalone,r={},o={type:t,providersResolver:null,decls:e.decls,vars:e.vars,factory:null,template:e.template||null,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:r,inputs:null,outputs:null,exportAs:e.exportAs||null,onPush:e.changeDetection===$e.OnPush,directiveDefs:null,pipeDefs:null,standalone:n,dependencies:n&&e.dependencies||null,getStandaloneInjector:null,selectors:e.selectors||Ct,viewQuery:e.viewQuery||null,features:e.features||null,data:e.data||{},encapsulation:e.encapsulation||V1.Emulated,id:"c"+Un++,styles:e.styles||Ct,_:null,setInput:null,schemas:e.schemas||null,tView:null},s=e.dependencies,d=e.features;return o.inputs=Le(e.inputs,r),o.outputs=Le(e.outputs),d&&d.forEach(C=>C(o)),o.directiveDefs=s?()=>("function"==typeof s?s():s).map(o3).filter(Te):null,o.pipeDefs=s?()=>("function"==typeof s?s():s).map(t1).filter(Te):null,o})}function G1(e,t,n){const r=e.\u0275cmp;r.directiveDefs=()=>("function"==typeof t?t():t).map(o3),r.pipeDefs=()=>("function"==typeof n?n():n).map(t1)}function o3(e){return dt(e)||bt(e)}function Te(e){return null!==e}function T(e){return Dt(()=>({type:e.type,bootstrap:e.bootstrap||Ct,declarations:e.declarations||Ct,imports:e.imports||Ct,exports:e.exports||Ct,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function Q(e,t){return Dt(()=>{const n=Ut(e,!0);n.declarations=t.declarations||Ct,n.imports=t.imports||Ct,n.exports=t.exports||Ct})}function Le(e,t){if(null==e)return Q1;const n={};for(const r in e)if(e.hasOwnProperty(r)){let o=e[r],s=o;Array.isArray(o)&&(s=o[1],o=o[0]),n[o]=r,t&&(t[o]=s)}return n}const qe=r2;function _t(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:!0===e.standalone,onDestroy:e.type.prototype.ngOnDestroy||null}}function dt(e){return e[dn]||null}function bt(e){return e[n2]||null}function t1(e){return e[Vn]||null}function fn(e){const t=dt(e)||bt(e)||t1(e);return null!==t&&t.standalone}function Ut(e,t){const n=e[Gn]||null;if(!n&&!0===t)throw new Error(`Type ${Ee(e)} does not have '\u0275mod' property.`);return n} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function O1(e){return Array.isArray(e)&&"object"==typeof e[1]}function j1(e){return Array.isArray(e)&&!0===e[1]}function T2(e){return 0!=(8&e.flags)}function Sn(e){return 2==(2&e.flags)}function Zn(e){return 1==(1&e.flags)}function L1(e){return null!==e.template}function i2(e){return 0!=(256&e[2])} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function jt(e,t){return e.hasOwnProperty(Y1)?e[Y1]:null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class M3{constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function w3(){return w2}function w2(e){return e.type.prototype.ngOnChanges&&(e.setInput=L3),L2}function L2(){const e=gn(this),t=e?.current;if(t){const n=e.previous;if(n===Q1)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function L3(e,t,n,r){const o=gn(e)||function N2(e,t){return e[Y2]=t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(e,{previous:Q1,current:null}),s=o.current||(o.current={}),d=o.previous,C=this.declaredInputs[n],_=d[C];s[C]=new M3(_&&_.currentValue,t,d===Q1),e[r]=t}w3.ngInherit=!0;const Y2="__ngSimpleChanges__";function gn(e){return e[Y2]||null}let vn=null;const H1=function(e,t,n){vn?.(e,t,n)},E1="math"; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function y1(e){for(;Array.isArray(e);)e=e[0];return e}function o2(e,t){return y1(t[e])}function Z1(e,t){return y1(t[e.index])}function Qn(e,t){return e.data[t]}function z2(e,t){return e[t]}function Nn(e,t){const n=t[e];return O1(n)?n:n[0]}function jn(e){return 64==(64&e[2])}function an(e,t){return null==t?null:e[t]}function q2(e){e[18]=0}function X2(e,t){e[5]+=t;let n=e,r=e[3];for(;null!==r&&(1===t&&1===n[5]||-1===t&&0===n[5]);)r[5]+=t,n=r,r=r[3] -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}const vt={lFrame:a1(null),bindingsEnabled:!0};function O(){return vt.bindingsEnabled}function p(){vt.bindingsEnabled=!0}function w(){vt.bindingsEnabled=!1}function R(){return vt.lFrame.lView}function De(){return vt.lFrame.tView}function Lt(e){return vt.lFrame.contextLView=e,e[8]}function $1(e){return vt.lFrame.contextLView=null,e}function u1(){let e=s2();for(;null!==e&&64===e.type;)e=e.parent;return e}function s2(){return vt.lFrame.currentTNode}function mn(){const e=vt.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function I1(e,t){const n=vt.lFrame;n.currentTNode=e,n.isParent=t}function e3(){return vt.lFrame.isParent}function D2(){vt.lFrame.isParent=!1}function ln(){const e=vt.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function E2(){return vt.lFrame.bindingIndex}function V3(e){return vt.lFrame.bindingIndex=e}function P2(){return vt.lFrame.bindingIndex++}function I2(e){const t=vt.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function p3(e){vt.lFrame.inI18n=e}function y(e,t){const n=vt.lFrame;n.bindingIndex=n.bindingRootIndex=e,I(t)}function I(e){vt.lFrame.currentDirectiveIndex=e}function j(e){const t=vt.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}function ue(){return vt.lFrame.currentQueryIndex}function Ie(e){vt.lFrame.currentQueryIndex=e}function Xe(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[6]:null}function ft(e,t,n){if(n&P.SkipSelf){let o=t,s=e;for(;(o=o.parent,null===o&&!(n&P.Host))&&(o=Xe(s),!(null===o||(s=s[15],10&o.type))););if(null===o)return!1;t=o,e=s}const r=vt.lFrame=Zt();return r.currentTNode=t,r.lView=e,!0}function o1(e){const t=Zt(),n=e[1];vt.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Zt(){const e=vt.lFrame,t=null===e?null:e.child;return null===t?a1(e):t}function a1(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Wt(){const e=vt.lFrame;return vt.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const R1=Wt;function g1(){const e=Wt();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function C1(e){return(vt.lFrame.contextLView=function k2(e,t){for(;e>0;)t=t[15],e--;return t}(e,vt.lFrame.contextLView))[8]}function x1(){return vt.lFrame.selectedIndex}function kn(e){vt.lFrame.selectedIndex=e}function l1(){const e=vt.lFrame;return Qn(e.tView,e.selectedIndex)}function t3(){vt.lFrame.currentNamespace="svg"}function h3(){vt.lFrame.currentNamespace=E1}function g3(){!function $r(){vt.lFrame.currentNamespace=null}()}function c3(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n=r)break}else t[_]<0&&(e[18]+=65536),(C>11>16&&(3&e[2])===t){e[2]+=2048,H1(4,C,s);try{s.call(C)}finally{H1(5,C,s)}}}else{H1(4,C,s);try{s.call(C)}finally{H1(5,C,s)}}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class C3{constructor(t,n,r){this.factory=t,this.resolving=!1,this.canSeeViewProviders=n,this.injectImpl=r}}function A2(e,t,n){let r=0;for(;rt){d=s-1;break}}}for(;s>16}(e),r=t;for(;n>0;)r=r[15],n--;return r} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let zn=!0;function In(e){const t=zn;return zn=e,t}let Xn=0;const r3={};function lr(e,t){const n=u(e,t);if(-1!==n)return n;const r=t[1];r.firstCreatePass&&(e.injectorIndex=t.length,qr(r.data,e),qr(t,null),qr(r.blueprint,null));const o=l(e,t),s=e.injectorIndex;if(_2(o)){const d=$n(o),C=Rt(o,t),_=C[1].data;for(let L=0;L<8;L++)t[s+L]=C[d+L]|_[d+L]}return t[s+8]=o,s}function qr(e,t){e.push(0,0,0,0,0,0,0,0,t)}function u(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function l(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;null!==o;){if(r=xr(o),null===r)return-1;if(n++,o=o[15],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return-1}function f(e,t,n){!function co(e,t,n){let r;"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(A1)&&(r=n[A1]),null==r&&(r=n[A1]=Xn++);const o=255&r,s=1<>5)]|=s}(e,t,n)}function b(e,t,n){if(n&P.Optional||void 0!==e)return e;c1()}function A(e,t,n,r){if(n&P.Optional&&void 0===r&&(r=null),0==(n&(P.Self|P.Host))){const o=e[9],s=He(void 0);try{return o?o.get(t,r,n&P.Optional):pt(t,r,n&P.Optional)}finally{He(s)}}return b(r,0,n)}function oe(e,t,n,r=P.Default,o){if(null!==e){if(1024&t[2]){const d=function i3(e,t,n,r,o){let s=e,d=t;for(;null!==s&&null!==d&&1024&d[2]&&!(256&d[2]);){const C=Ke(s,d,n,r|P.Self,r3);if(C!==r3)return C;let _=s.parent;if(!_){const L=d[21];if(L){const N=L.get(n,r3,r);if(N!==r3)return N}_=xr(d),d=d[15]}s=_}return o}(e,t,n,r,r3);if(d!==r3)return d}const s=Ke(e,t,n,r,r3);if(s!==r3)return s}return A(t,n,r,o)}function Ke(e,t,n,r,o){const s=function e1(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(A1)?e[A1]:void 0;return"number"==typeof t?t>=0?255&t:u3:t}(n);if("function"==typeof s){if(!ft(t,e,r))return r&P.Host?b(o,0,r):A(t,n,r,o);try{const d=s(r);if(null!=d||r&P.Optional)return d;c1()}finally{R1()}}else if("number"==typeof s){let d=null,C=u(e,t),_=-1,L=r&P.Host?t[16][6]:null;for((-1===C||r&P.SkipSelf)&&(_=-1===C?l(e,t):t[C+8],-1!==_&&e2(r,!1)?(d=t[1],C=$n(_),t=Rt(_,t)):C=-1);-1!==C;){const N=t[1];if(T1(s,C,N.data)){const G=tt(C,t,n,d,r,L);if(G!==r3)return G}_=t[C+8],-1!==_&&e2(r,t[1].data[C+8]===L)&&T1(s,C,t)?(d=N,C=$n(_),t=Rt(_,t)):C=-1}}return o}function tt(e,t,n,r,o,s){const d=t[1],C=d.data[e+8],N=it(C,d,n,null==r?Sn(C)&&zn:r!=d&&0!=(3&C.type),o&P.Host&&s===C);return null!==N?Ot(t,d,N,C):r3}function it(e,t,n,r,o){const s=e.providerIndexes,d=t.data,C=1048575&s,_=e.directiveStart,L=e.directiveEnd,N=s>>20,te=o?C+N:L;for(let Me=r?C:C+N;Me=_&&Be.type===n)return Me}if(o){const Me=d[_];if(Me&&L1(Me)&&Me.type===n)return _}return null}function Ot(e,t,n,r){let o=e[n];const s=t.data;if(function Lr(e){return e instanceof C3}(o)){const d=o;d.resolving&&function at(e,t){const n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new q(-200,`Circular dependency in DI detected for ${e}${n}`)}(Ve(s[n]));const C=In(d.canSeeViewProviders);d.resolving=!0;const _=d.injectImpl?He(d.injectImpl):null;ft(e,r,P.Default);try{o=e[n]=d.factory(void 0,s,e,r),t.firstCreatePass&&n>=r.directiveStart&& -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function U3(e,t,n){const{ngOnChanges:r,ngOnInit:o,ngDoCheck:s}=t.type.prototype;if(r){const d=w2(t);(n.preOrderHooks||(n.preOrderHooks=[])).push(e,d),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,d)}o&&(n.preOrderHooks||(n.preOrderHooks=[])).push(0-e,o),s&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,s),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,s))}(n,s[n],t)}finally{null!==_&&He(_),In(C),d.resolving=!1,R1()}}return o}function T1(e,t,n){const r=1<>5)]&r)}function e2(e,t){return!(e&P.Self||e&P.Host&&t)}class cn{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return oe(this._tNode,this._lView,t,r,n)}}function u3(){return new cn(u1(),R())}function _n(e){return Dt(()=>{const t=e.prototype.constructor,n=t[Y1]||xn(t),r=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){const s=o[Y1]||xn(o);if(s&&s!==n)return s;o=Object.getPrototypeOf(o)}return s=>new s})}function xn(e){return ge(e)?()=>{const t=xn(W(e));return t&&t()}:jt(e)}function xr(e){const t=e[1],n=t.type;return 2===n?t.declTNode:1===n?e[6]:null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function x3(e){return function m(e,t){if("class"===t)return e.classes;if("style"===t)return e.styles;const n=e.attrs;if(n){const r=n.length;let o=0;for(;o{const s=uo(t);function d(...C){if(this instanceof d)return s.call(this,...C),this;const _=new d(...C);return function(N){return o&&o(N,...C),(N.hasOwnProperty(Pr)?N[Pr]:Object.defineProperty(N,Pr,{value:[]})[Pr]).push(_),r&&r(N),N}}return n&&(d.prototype=Object.create(n.prototype)),d.prototype.ngMetadataName=e,d.annotationCls=d,d})}function uo(e){return function(...n){if(e){const r=e(...n);for(const o in r)this[o]=r[o]}}}function Or(e,t,n){return Dt(()=>{const r=uo(t);function o(...s){if(this instanceof o)return r.apply(this,s),this;const d=new o(...s);return C.annotation=d,C;function C(_,L,N){const G=_.hasOwnProperty(cr)?_[cr]:Object.defineProperty(_,cr,{value:[]})[cr];for(;G.length<=N;)G.push(null);return(G[N]=G[N]||[]).push(d),_}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=e,o.annotationCls=o,o})}function W3(e,t,n,r){return Dt(()=>{const o=uo(t);function s(...d){if(this instanceof s)return o.apply(this,d),this;const C=new s(...d);return function _(L,N){const G=L.constructor,te=G.hasOwnProperty(ur)?G[ur]:Object.defineProperty(G,ur,{value:{}})[ur];te[N]=te.hasOwnProperty(N)&&te[N]||[],te[N].unshift(C),r&&r(L,N,...d)}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=e,s.annotationCls=s,s})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const t5=Or("Attribute",e=>({attributeName:e,__NG_ELEMENT_ID__:()=>x3(e)})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class z1{constructor(t,n){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=de({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */new z1("AnalyzeForEntryComponents");class Tr{}W3("ContentChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!1,descendants:!1,emitDistinctChangesOnly:true,...t}),Tr),W3("ContentChild",(e,t={})=>({selector:e,first:!0,isViewQuery:!1,descendants:!0,...t}),Tr),W3("ViewChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!0,descendants:!0,emitDistinctChangesOnly:true,...t}),Tr),W3("ViewChild",(e,t)=>({selector:e,first:!0,isViewQuery:!0,descendants:!0,...t}),Tr) -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */;var dr,r5,i5; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Bn(e){const t=gt.ng;if(t&&t.\u0275compilerFacade)return t.\u0275compilerFacade;throw new Error("JIT compiler unavailable")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */!function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(dr||(dr={})),function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"}(r5||(r5={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(i5||(i5={}));const fo=Function;function ei(e){return"function"==typeof e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function G2(e,t){void 0===t&&(t=e);for(let n=0;nArray.isArray(n)?P3(n,t):t(n))}function o5(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function yi(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Nr(e,t){const n=[];for(let r=0;r=0?e[1|r]=n:(r=~r,function A8(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(1===o)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;){const s=o-2;e[o]=e[s],o--}e[t]=n,e[t+1]=r}}(e,r,t,n)),r}function vi(e,t){const n=kr(e,t);if(n>=0)return e[1|n]}function kr(e,t){return l5(e,t,1)}function l5(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){const s=r+(o-r>>1),d=e[s<t?o=s:r=s+1}return~(o<new t(...n)}_zipTypesAndAnnotations(t,n){let r;r=Nr(typeof t>"u"?n.length:t.length);for(let o=0;o"u"?r[o]=[]:t[o]&&t[o]!=Object?r[o]=[t[o]]:r[o]=[],n&&null!=n[o]&&(r[o]=r[o].concat(n[o]));return r}_ownParameters(t,n){if(function z8(e){return S8.test(e)||R8.test(e)||F8.test(e)&&!j8.test(e)}(t.toString()))return null;if(t.parameters&&t.parameters!==n.parameters)return t.parameters;const o=t.ctorParameters;if(o&&o!==n.ctorParameters){const C="function"==typeof o?o():o,_=C.map(N=>N&&N.type),L=C.map(N=>N&&ho(N.decorators));return this._zipTypesAndAnnotations(_,L)}const s=t.hasOwnProperty(cr)&&t[cr],d=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",t);return d||s?this._zipTypesAndAnnotations(d,s):Nr(t.length)}parameters(t){if(!ei(t))return[];const n=Mi(t);let r=this._ownParameters(t,n);return!r&&n!==Object&&(r=this.parameters(n)),r||[]}_ownAnnotations(t,n){if(t.annotations&&t.annotations!==n.annotations){let r=t.annotations;return"function"==typeof r&&r.annotations&&(r=r.annotations),r}return t.decorators&&t.decorators!==n.decorators?ho(t.decorators):t.hasOwnProperty(Pr)?t[Pr]:null}annotations(t){if(!ei(t))return[];const n=Mi(t),r=this._ownAnnotations(t,n)||[];return(n!==Object?this.annotations(n):[]).concat(r)}_ownPropMetadata(t,n){if(t.propMetadata&&t.propMetadata!==n.propMetadata){let r=t.propMetadata;return"function"==typeof r&&r.propMetadata&&(r=r.propMetadata),r}if(t.propDecorators&&t.propDecorators!==n.propDecorators){const r=t.propDecorators,o={};return Object.keys(r).forEach(s=>{o[s]=ho(r[s])}),o}return t.hasOwnProperty(ur)?t[ur]:null}propMetadata(t){if(!ei(t))return{};const n=Mi(t),r={};if(n!==Object){const s=this.propMetadata(n);Object.keys(s).forEach(d=>{r[d]=s[d]})}const o=this._ownPropMetadata(t,n);return o&&Object.keys(o).forEach(s=>{const d=[];r.hasOwnProperty(s)&&d.push(...r[s]),d.push(...o[s]),r[s]=d}),r}ownPropMetadata(t){return ei(t)&&this._ownPropMetadata(t,Mi(t))||{}}hasLifecycleHook(t,n){return t instanceof fo&&n in t.prototype}}function ho(e){return e?e.map(t=>new(0,t.type.annotationCls)(...t.args?t.args:[])):[]}function Mi(e){const t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const m3={},ti="__NG_DI_FLAG__",wi="ngTempTokenPath",c5=/\n/gm,d5="__source";let fr;function Ar(e){const t=fr;return fr=e,t}function U8(e,t=P.Default){if(void 0===fr)throw new q(-203,!1);return null===fr?pt(e,void 0,t):fr.get(e,t&P.Optional?null:void 0,t)}function Pn(e,t=P.Default){return(function le(){return V}()||U8)(W(e),t)}function f5(e){throw new q(202,!1)}function p5(e,t=P.Default){return"number"!=typeof t&&(t=0|(t.optional&&8)|(t.host&&1)|(t.self&&2)|(t.skipSelf&&4)),Pn(e,t)}function ni(e){const t=[];for(let n=0;n ");else if("object"==typeof t){let s=[];for(let d in t)if(t.hasOwnProperty(d)){let C=t[d];s.push(d+":"+("string"==typeof C?JSON.stringify(C):Ee(C)))}o=`{${s.join(", ")}}`}return`${n}${r?"("+r+")":""}[${o}]: ${e.replace(c5,"\n ")}`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */("\n"+e.message,o,n,r),e.ngTokenPath=o,e[wi]=null,e}const Di=Sr(Or("Inject",e=>({token:e})),-1),Fr=Sr(Or("Optional"),8),Ei=Sr(Or("Self"),2),jr=Sr(Or("SkipSelf"),4),h5=Sr(Or("Host"),1); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let g5=null;function O3(){return g5=g5||new B8}function Ii(e){return C5(O3().parameters(e))}function C5(e){return e.map(t=>function m5(e){const t={token:null,attribute:null,host:!1,optional:!1,self:!1,skipSelf:!1};if(Array.isArray(e)&&e.length>0)for(let n=0;ne,createScript:e=>e,createScriptURL:e=>e})}catch{}return Pi}function pr(e){var t;return(null===(t=yo())||void 0===t?void 0:t.createHTML(e))||e}function bo(){if(void 0===Oi&&(Oi=null,gt.trustedTypes))try{Oi=gt.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Oi}function w5(e){var t;return(null===(t=bo())||void 0===t?void 0:t.createHTML(e))||e}function L5(e){var t;return(null===(t=bo())||void 0===t?void 0:t.createScript(e))||e}function vo(e){var t;return(null===(t=bo())||void 0===t?void 0:t.createScriptURL(e))||e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class N3{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see https://g.co/ng/security#xss)`}}class q8 extends N3{getTypeName(){return"HTML"}}class hr extends N3{getTypeName(){return"Style"}}class Mn extends N3{getTypeName(){return"Script"}}class X8 extends N3{getTypeName(){return"URL"}}class e6 extends N3{getTypeName(){return"ResourceURL"}}function _3(e){return e instanceof N3?e.changingThisBreaksApplicationSecurity:e}function Br(e,t){const n=function D5(e){return e instanceof N3&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see https://g.co/ng/security#xss)`)}return n===t}function Ti(e){return new q8(e)}function E5(e){return new hr(e)}function Mo(e){return new Mn(e)}function Vr(e){return new X8(e)}function t6(e){return new e6(e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function wo(e){const t=new I5(e);return function x5(){try{return!!(new window.DOMParser).parseFromString(pr(""),"text/html")}catch{return!1}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */()?new n6(t):t}class n6{constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t=""+t;try{const n=(new window.DOMParser).parseFromString(pr(t),"text/html").body;return null===n?this.inertDocumentHelper.getInertBodyElement(t):(n.removeChild(n.firstChild),n)}catch{return null}}}class I5{constructor(t){if(this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),null==this.inertDocument.body){const n=this.inertDocument.createElement("html");this.inertDocument.appendChild(n);const r=this.inertDocument.createElement("body");n.appendChild(r)}}getInertBodyElement(t){const n=this.inertDocument.createElement("template");if("content"in n)return n.innerHTML=pr(t),n;const r=this.inertDocument.createElement("body");return r.innerHTML=pr(t),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(r),r}stripCustomNsAttrs(t){const n=t.attributes;for(let o=n.length-1;0"),!0}endElement(t){const n=t.nodeName.toLowerCase();Do.hasOwnProperty(n)&&!P5.hasOwnProperty(n)&&(this.buf.push(""))}chars(t){this.buf.push(k5(t))}checkClobberedElement(t,n){if(n&&(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${t.outerHTML}`);return n}}const l6=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c6=/([^\#-~ |!])/g;function k5(e){return e.replace(/&/g,"&").replace(l6,function(t){return"&#"+(1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536)+";"}).replace(c6,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(//g,">")}let oi;function A5(e,t){let n=null;try{oi=oi||wo(e);let r=t?String(t):"";n=oi.getInertBodyElement(r);let o=5,s=r;do{if(0===o)throw new Error("Failed to sanitize html because the input is unstable");o--,r=s,s=n.innerHTML,n=oi.getInertBodyElement(r)}while(r!==s);return pr((new K3).sanitizeChildren(Eo(n)||n))}finally{if(n){const r=Eo(n)||n;for(;r.firstChild;)r.removeChild(r.firstChild)}}}function Eo(e){return"content"in e&&function u6(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(e)?e.content:null}var Q3; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Ni(e){const t=ai();return t?w5(t.sanitize(Q3.HTML,e)||""):Br(e,"HTML")?w5(_3(e)):A5(M5(),Ce(e))}function d6(e){const t=ai();return t?t.sanitize(Q3.STYLE,e)||"":Br(e,"Style")?_3(e):Ce(e)}function S5(e){const t=ai();return t?t.sanitize(Q3.URL,e)||"":Br(e,"URL")?_3(e):Gr(Ce(e))}function F5(e){const t=ai();if(t)return vo(t.sanitize(Q3.RESOURCE_URL,e)||"");if(Br(e,"ResourceURL"))return vo(_3(e));throw new q(904,!1)}function f6(e){const t=ai();if(t)return L5(t.sanitize(Q3.SCRIPT,e)||"");if(Br(e,"Script"))return L5(_3(e));throw new q(905,!1)}function p6(e){return pr(e[0])}function j5(e){return function T3(e){var t;return(null===(t=yo())||void 0===t?void 0:t.createScriptURL(e))||e}(e[0])}function g6(e,t,n){return function h6(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?F5:S5}(t,n)(e)}function ai(){const e=R();return e&&e[12]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */!function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(Q3||(Q3={}));const R5=new z1("ENVIRONMENT_INITIALIZER"),z5=new z1("INJECTOR",-1),B5=new z1("INJECTOR_DEF_TYPES"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Io{get(t,n=m3){if(n===m3){const r=new Error(`NullInjectorError: No provider for ${Ee(t)}!`);throw r.name="NullInjectorError",r}return n}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function C6(...e){return{\u0275providers:V5(!0,e)}}function V5(e,...t){const n=[],r=new Set;let o;return P3(t,s=>{const d=s;xo(d,n,[],r)&&(o||(o=[]),o.push(d))}),void 0!==o&&G5(o,n),n}function G5(e,t){for(let n=0;n{t.push(s)})}}function xo(e,t,n,r){if(!(e=W(e)))return!1;let o=null,s=xe(e);const d=!s&&dt(e);if(s||d){if(d&&!d.standalone)return!1;o=e}else{const _=e.ngModule;if(s=xe(_),!s)return!1;o=_}const C=r.has(o);if(d){if(C)return!1;if(r.add(o),d.dependencies){const _="function"==typeof d.dependencies?d.dependencies():d.dependencies;for(const L of _)xo(L,t,n,r)}}else{if(!s)return!1;{if(null!=s.imports&&!C){let L;r.add(o);try{P3(s.imports,N=>{xo(N,t,n,r)&&(L||(L=[]),L.push(N))})}finally{}void 0!==L&&G5(L,t)}if(!C){const L=jt(o)||(()=>new o);t.push({provide:o,useFactory:L,deps:Ct},{provide:B5,useValue:o,multi:!0},{provide:R5,useValue:()=>Pn(o),multi:!0})}const _=s.providers;if(null!=_&&!C){P3(_,N=>{t.push(N)})}}}return o!==e&&void 0!==e.providers}const _6=ne({provide:String,useValue:ne});function Po(e){return null!==e&&"object"==typeof e&&_6 in e}function U5(e){return!(!e||!e.useExisting)}function H5(e){return!(!e||!e.useFactory)}function Y3(e){return"function"==typeof e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Ur=new z1("Set Injector scope."),ki={},gr={}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let Ai;function Si(){return void 0===Ai&&(Ai=new Io),Ai}class Hr{}class W5 extends Hr{constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,Oo(t,d=>this.processProvider(d)),this.records.set(z5,Zr(void 0,this)),o.has("environment")&&this.records.set(Hr,Zr(void 0,this));const s=this.records.get(Ur);null!=s&&"string"==typeof s.value&&this.scopes.add(s.value),this.injectorDefTypes=new Set(this.get(B5.multi,Ct,P.Self))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{for(const t of this._ngOnDestroyHooks)t.ngOnDestroy();for(const t of this._onDestroyHooks)t()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),this._onDestroyHooks.length=0}}onDestroy(t){this._onDestroyHooks.push(t)}runInContext(t){this.assertNotDestroyed();const n=Ar(this),r=He(void 0);try{return t()}finally{Ar(n),He(r)}}get(t,n=m3,r=P.Default){this.assertNotDestroyed();const o=Ar(this),s=He(void 0);try{if(!(r&P.SkipSelf)){let C=this.records.get(t);if(void 0===C){const _=function M6(e){return"function"==typeof e||"object"==typeof e&&e instanceof z1}(t)&&k(t);C=_&&this.injectableDefInScope(_)?Zr(si(t),ki):null,this.records.set(t,C)}if(null!=C)return this.hydrate(t,C)}const d=r&P.Self?Si():this.parent;return n=r&P.Optional&&n===m3?null:n,d.get(t,n)}catch(d){if("NullInjectorError"===d.name){if((d[wi]=d[wi]||[]).unshift(Ee(t)),o)throw d;return Li(d,t,"R3InjectorError",this.source)}throw d}finally{He(s),Ar(o)}}resolveInjectorInitializers(){const t=Ar(this),n=He(void 0);try{const r=this.get(R5.multi,Ct,P.Self);for(const o of r)o()}finally{Ar(t),He(n)}}toString(){const t=[],n=this.records;for(const r of n.keys())t.push(Ee(r));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new q(205,!1)}processProvider(t){let n=Y3(t=W(t))?t:W(t&&t.provide);const r=function K5(e){if(Po(e))return Zr(void 0,e.useValue);return Zr(li(e),ki)}(t);if(Y3(t)||!0!==t.multi){this.records.get(n)}else{let o=this.records.get(n);o||(o=Zr(void 0,ki,!0),o.factory=()=>ni(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n){return n.value===ki&&(n.value=gr,n.value=n.factory()),"object"==typeof n.value&&n.value&&function v6(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}injectableDefInScope(t){if(!t.providedIn)return!1;const n=W(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}}function si(e){const t=k(e),n=null!==t?t.factory:jt(e);if(null!==n)return n;if(e instanceof z1)throw new q(204,!1);if(e instanceof Function)return function y6(e){const t=e.length;if(t>0){Nr(t,"?");throw new q(204,!1)}const n=function ee(e){const t=e&&(e[Fe]||e[Ye]);if(t){const n=function me(e){if(e.hasOwnProperty("name"))return e.name;const t=(""+e).match(/^function\s*([^\s(]+)/);return null===t?"":t[1]}(e);return console.warn(`DEPRECATED: DI is instantiating a token "${n}" that inherits its @Injectable decorator but does not provide one itself.\nThis will become an error in a future version of Angular. Please add @Injectable() to the "${n}" class.`),t}return null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new q(204,!1)}function li(e,t,n){let r;if(Y3(e)){const o=W(e);return jt(o)||si(o)}if(Po(e))r=()=>W(e.useValue);else if(H5(e))r=()=>e.useFactory(...ni(e.deps||[]));else if(U5(e))r=()=>Pn(W(e.useExisting));else{const o=W(e&&(e.useClass||e.provide));if(!function b6(e){return!!e.deps}(e))return jt(o)||si(o);r=()=>new o(...ni(e.deps))}return r}function Zr(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function w6(e){return!!e.\u0275providers}function Oo(e,t){for(const n of e)Array.isArray(n)?Oo(n,t):w6(n)?Oo(n.\u0275providers,t):t(n)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class Q5{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Y5="ngComponent";class a{resolveComponentFactory(t){throw function D6(e){const t=Error(`No component factory found for ${Ee(e)}. Did you add it to @NgModule.entryComponents?`);return t[Y5]=e,t}(t)}}class c{}function M(e,t){return new E(Z1(e,t))}c.NULL=new a;class E{constructor(t){this.nativeElement=t}}function S(e){return e instanceof E?e.nativeElement:e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */E.__NG_ELEMENT_ID__= -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function h(){return M(u1(),R())};new z1("Renderer2Interceptor");class ie{}class ve{}ve.__NG_ELEMENT_ID__=()=>function Ge(){const e=R(),n=Nn(u1().index,e);return(O1(n)?n:e)[11]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */();class Qe{}Qe.\u0275prov=de({token:Qe,providedIn:"root",factory:()=>null}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class ot{constructor(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")}}const Tt=new ot("14.2.5"),Et={}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const ji="ngOriginalError";function I6(e){return e[ji]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ko{constructor(){this._console=console}handleError(t){const n=this._findOriginalError(t);this._console.error("ERROR",t),n&&this._console.error("ORIGINAL ERROR",n)}_findOriginalError(t){let n=t&&I6(t);for(;n&&I6(n);)n=I6(n);return n||null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const ol=/^>|^->||--!>|)/;function T4(e){return e.replace(ol,t=>t.replace(al,"\u200b$1\u200b"))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const x6=new Map;let fl=0;const O6="__ngContext__";function S2(e,t){O1(t)?(e[O6]=t[20],function hl(e){x6.set(e[20],e)}(t)):e[O6]=t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function R4(e){return e.ownerDocument.defaultView}function z4(e){return e.ownerDocument}function wl(e){return e.ownerDocument.body}function Cr(e){return e instanceof Function?e():e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -var So; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let T6;function N6(e,t){return T6(e,t)}!function(e){e[e.Important=1]="Important",e[e.DashCase=2]="DashCase"}(So||(So={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Fo(e){const t=e[3];return j1(t)?t[3]:t}function k6(e){return G4(e[13])}function A6(e){return G4(e[4])}function G4(e){for(;null!==e&&!j1(e);)e=e[4];return e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function zi(e,t,n,r,o){if(null!=r){let s,d=!1;j1(r)?s=r:O1(r)&&(d=!0,r=r[0]);const C=y1(r);0===e&&null!==n?null==o?Q4(t,n,C):ci(t,n,C,o||null,!0):1===e&&null!==n?ci(t,n,C,o||null,!0):2===e?t9(t,C,d):3===e&&t.destroyNode(C),null!=s&&function Gl(e,t,n,r,o){const s=n[7],d=y1(n);s!==d&&zi(t,e,r,s,o);for(let C=10;C0&&(n[o-1][4]=t),r0&&(e[n-1][4]=r[4]);const s=yi(e,10+t);!function Tl(e,t){jo(e,t,t[11],2,null,null),t[0]=null,t[6]=null}(r[1],r);const d=s[19];null!==d&&d.detachView(s[1]),r[3]=null,r[4]=null,r[2]&=-65}return r}function Z4(e,t){if(!(128&t[2])){const n=t[11];n.destroyNode&&jo(e,t,n,3,null,null),function Al(e){let t=e[13];if(!t)return R6(e[1],e);for(;t;){let n=null;if(O1(t))n=t[13];else{const r=t[10];r&&(n=r)}if(!n){for(;t&&!t[4]&&t!==e;)O1(t)&&R6(t[1],t),t=t[3];null===t&&(t=e),O1(t)&&R6(t[1],t),n=t&&t[4]}t=n}}(t)}}function R6(e,t){if(!(128&t[2])){t[2]&=-65,t[2]|=128,function Rl(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let r=0;r=0?r[o=L]():r[o=-L].unsubscribe(),s+=2}else{const d=r[o=n[s+1]];n[s].call(d)}if(null!==r){for(let s=o+1;ss?"":o[G+1].toLowerCase();const Me=8&r?te:null;if(Me&&-1!==i9(Me,L,0)||2&r&&L!==te){if(S3(r))return!1;d=!0}}}}else{if(!d&&!S3(r)&&!S3(_))return!1;if(d&&S3(_))continue;d=!1,r=_|1&r}}return S3(r)||d}function S3(e){return 0==(1&e)}function Kl(e,t,n,r){if(null===t)return-1;let o=0;if(r||!n){let s=!1;for(;o-1)for(n++;n0?'="'+C+'"':"")+"]"}else 8&r?o+="."+d:4&r&&(o+=" "+d);else""!==o&&!S3(d)&&(t+=l9(s,o),o=""),r=d,s=s||!S3(r);n++}return""!==o&&(t+=l9(s,o)),t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Qt={}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function c9(e){u9(De(),R(),x1()+e,!1)}function u9(e,t,n,r){if(!r)if(3==(3&t[2])){const s=e.preOrderCheckHooks;null!==s&&E3(t,s,n)}else{const s=e.preOrderHooks;null!==s&&I3(t,s,0,n)}kn(n)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const d9={\u0275\u0275defineInjectable:de,\u0275\u0275defineInjector:ze,\u0275\u0275inject:Pn,\u0275\u0275invalidFactoryDep:f5,resolveForwardRef:W}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function tc(e,t){let n=null,r=null;e.hasOwnProperty(Fe)||Object.defineProperty(e,Fe,{get:()=>(null===n&&(n=Bn().compileInjectable(d9,`ng:///${e.name}/\u0275prov.js`,function oc(e,t){const n=t||{providedIn:null},r={name:e.name,type:e,typeArgumentCount:0,providedIn:n.providedIn};return(f9(n)||p9(n))&&void 0!==n.deps&&(r.deps=C5(n.deps)),f9(n)?r.useClass=n.useClass:function rc(e){return nc in e}(n)?r.useValue=n.useValue:p9(n)?r.useFactory=n.useFactory:function ic(e){return void 0!==e.useExisting}(n)&&(r.useExisting=n.useExisting),r -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}(e,t))),n)}),e.hasOwnProperty(Y1)||Object.defineProperty(e,Y1,{get:()=>{if(null===r){const o=Bn();r=o.compileFactory(d9,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,typeArgumentCount:0,deps:Ii(e),target:o.FactoryTarget.Injectable})}return r},configurable:!0})}const nc=ne({provide:String,useValue:ne});function f9(e){return void 0!==e.useClass}function p9(e){return void 0!==e.useFactory}const ac=Xr("Injectable",void 0,void 0,void 0,(e,t)=>tc(e,t)); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function h9(e,t=null,n=null,r){const o=g9(e,t,n,r);return o.resolveInjectorInitializers(),o}function g9(e,t=null,n=null,r,o=new Set){const s=[n||Ct,C6(e)];return r=r||("object"==typeof e?void 0:Ee(e)),new W5(s,t||Si(),r||null,o) -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}class d3{static create(t,n){if(Array.isArray(t))return h9({name:""},n,t,"");{var r;const o=null!==(r=t.name)&&void 0!==r?r:"";return h9({name:o},t.parent,t.providers,o)}}}function U6(e){if(e.length>1){return" ("+ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function sc(e){const t=[];for(let n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map(r=>Ee(r.token)).join(" -> ")+")"}return""}function H6(e,t,n,r){const o=[t],s=n(o),d=r?function X5(e,t){const n=`${e} caused by: ${t instanceof Error?t.message:t}`,r=Error(n);return r[ji]=t,r}(s,r):Error(s);return d.addKey=lc,d.keys=o,d.injectors=[e],d.constructResolvingMessage=n,d[ji]=r,d}function lc(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function C9(e,t){const n=[];for(let r=0,o=t.length;rPn(z5)}),d3.__NG_ELEMENT_ID__=-1;class Wr{constructor(t,n){if(this.token=t,this.id=n,!t)throw new q(208,!1);this.displayName=Ee(this.token)}static get(t){return m9.get(W(t))}static get numberOfKeys(){return m9.numberOfKeys}}const m9=new class gc{constructor(){this._allKeys=new Map}get(t){if(t instanceof Wr)return t;if(this._allKeys.has(t))return this._allKeys.get(t);const n=new Wr(t,Wr.numberOfKeys);return this._allKeys.set(t,n),n}get numberOfKeys(){return this._allKeys.size}}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class r8{constructor(t,n,r){this.key=t,this.optional=n,this.visibility=r}static fromKey(t){return new r8(t,!1,null)}}const Cc=[];class _9{constructor(t,n,r){this.key=t,this.resolvedFactories=n,this.multiProvider=r,this.resolvedFactory=this.resolvedFactories[0]}}class mc{constructor(t,n){this.factory=t,this.dependencies=n}}function _c(e){let t,n;if(e.useClass){const r=W(e.useClass);t=O3().factory(r),n=b9(r)}else e.useExisting?(t=r=>r,n=[r8.fromKey(Wr.get(e.useExisting))]):e.useFactory?(t=e.useFactory,n=function Mc(e,t){if(t){const n=t.map(r=>[r]);return t.map(r=>v9(e,r,n))}return b9(e)}(e.useFactory,e.deps)):(t=()=>e.useValue,n=Cc);return new mc(t,n)}function yc(e){return new _9(Wr.get(e.provide),[_c(e)],e.multi||!1)}function bc(e){const r=function vc(e,t){for(let n=0;n{if(n instanceof fo)t.push({provide:n,useClass:n});else if(n&&"object"==typeof n&&void 0!==n.provide)t.push(n);else{if(!Array.isArray(n))throw function fc(e){return Error(`Invalid provider - only instances of Provider and Type are allowed, got: ${e}`)}(n);y9(n,t)}}),t}function b9(e){const t=O3().parameters(e);if(!t)return[];if(t.some(n=>null==n))throw C9(e,t);return t.map(n=>v9(e,n,t))}function v9(e,t,n){let r=null,o=!1;if(!Array.isArray(t))return Z6(t instanceof Di?t.token:t,o,null);let s=null;for(let d=0;d=this._providers.length)throw function pc(e){return Error(`Index ${e} is out-of-bounds.`)}(t);return this._providers[t]}_new(t){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw function uc(e,t){return H6(e,t,function(n){return`Cannot instantiate cyclic dependency!${U6(n)}`})}(this,t.key);return this._instantiateProvider(t)}_getMaxNumberOfObjects(){return this.objs.length}_instantiateProvider(t){if(t.multiProvider){const n=[];for(let r=0;rthis._getByReflectiveDependency(d))}catch(d){throw d.addKey&&d.addKey(this,t.key),d}try{s=r(...o)}catch(d){throw function dc(e,t,n,r){return H6(e,r,function(o){const s=Ee(o[0].token);return`${t.message}: Error during instantiation of ${s}!${U6(o)}.`},t)}(this,d,d.stack,t.key)}return s}_getByReflectiveDependency(t){return this._getByKey(t.key,t.visibility,t.optional?null:m3)}_getByKey(t,n,r){return t===Bi.INJECTOR_KEY?this:n instanceof Ei?this._getByKeySelf(t,r):this._getByKeyDefault(t,r,n)}_getObjByKeyId(t){for(let n=0;n' "'+n.key.displayName+'" ').join(", ")}])`}toString(){return this.displayName}}function Vi(e,t=P.Default){const n=R();if(null===n)return Pn(e,t);return oe(u1(),n,W(e),t)}function Lc(){throw new Error("invalid")} + * Platform.js + * Copyright 2014-2016 Benjamin Tan + * Copyright 2011-2013 John-David Dalton + * Available under MIT license + */_t=I.nmd(_t),function(){"use strict";var _={function:!0,object:!0},H=_[typeof window]&&window||this,Q=H,F=_[typeof we]&&we,z=_.object&&_t&&!_t.nodeType&&_t,Y=F&&z&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(H=Y);var J=Math.pow(2,53)-1,ie=/\bOpera/,U=this,V=Object.prototype,se=V.hasOwnProperty,le=V.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=te(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function q(D,pe){for(var Ce in D)se.call(D,Ce)&&pe(D[Ce],Ce,D)}function ae(D){return null==D?ye(D):le.call(D).slice(8,-1)}function Le(D,pe){var Ce=null!=D?typeof D[pe]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(Ce)||"object"==Ce&&!D[pe])}function Ne(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Ee(D,pe){var Ce=null;return function Oe(D,pe){var Ce=-1,ge=D?D.length:0;if("number"==typeof ge&&ge>-1&&ge<=J)for(;++Ce3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(ot)&&"WebKit"||!ot&&/\bMSIE\b/i.test(D)&&("Mac OS"==N?"Tasman":"Trident")||"WebKit"==ot&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(ot=[j]),"IE"==de&&(j=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",N="Windows Phone "+(/\+$/.test(j)?j:j+".x"),lt.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",N="Windows Phone 8.x",lt.unshift("desktop mode"),Te||(Te=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==ot&&(j=/\brv:([\d.]+)/.exec(D))&&(de&<.push("identifying as "+de+(Te?" "+Te:"")),de="IE",Te=j[1]),h1){if(Le(pe,"global"))if(I1&&(en=(j=I1.lang.System).getProperty("os.arch"),N=N||j.getProperty("os.name")+" "+j.getProperty("os.version")),Be&&Le(pe,"system")&&(j=[pe.system])[0]){N||(N=j[0].os||null);try{j[1]=pe.require("ringo/engine").version,Te=j[1].join("."),de="RingoJS"}catch{j[0].global.system==pe.system&&(de="Narwhal")}}else"object"==typeof pe.process&&!pe.process.browser&&(j=pe.process)?(de="Node.js",en=j.arch,N=j.platform,Te=/[\d.]+/.exec(j.version)[0]):un&&(de="Rhino");else ae(j=pe.runtime)==p1?(de="Adobe AIR",N=j.flash.system.Capabilities.os):ae(j=pe.phantom)==Ct?(de="PhantomJS",Te=(j=j.version||null)&&j.major+"."+j.minor+"."+j.patch):"number"==typeof M1.documentMode&&(j=/\bTrident\/(\d+)/i.exec(D))&&(Te=[Te,M1.documentMode],(j=+j[1]+4)!=Te[1]&&(lt.push("IE "+Te[1]+" mode"),ot&&(ot[1]=""),Te[1]=j),Te="IE"==de?String(Te[1].toFixed(1)):Te[0]);N=N&&ce(N)}Te&&(j=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Te)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(h1&&ge.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(V1=/b/i.test(j)?"beta":"alpha",Te=Te.replace(RegExp(j+"\\+?$"),"")+("beta"==V1?y1:d1)+(/\d+\+?/.exec(j)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(N)?de="Firefox Mobile":"Maxthon"==de&&Te?Te=Te.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test($e)?(N=null,"Xbox 360"==$e&&/\bIEMobile\b/.test(D)&<.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||$e||/Browser|Mobi/.test(de))||"Windows CE"!=N&&!/Mobi/i.test(D)?"IE"==de&&h1&&null===pe.external?lt.unshift("platform preview"):(/\bBlackBerry\b/.test($e)||/\bBB10\b/.test(D))&&(j=(RegExp($e.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Te)?(N=((j=[j,/BB10/.test(D)])[1]?($e=null,Ae="BlackBerry"):"Device Software")+" "+j[0],Te=null):this!=q&&"Wii"!=$e&&(h1&&xt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(N)||"IE"==de&&(N&&!/^Win/.test(N)&&Te>5.5||/\bWindows XP\b/.test(N)&&Te>8||8==Te&&!/\bTrident\b/.test(D)))&&!ie.test(j=G.call(q,D.replace(ie,"")+";"))&&j.name&&(j="ing as "+j.name+((j=j.version)?" "+j:""),ie.test(de)?(/\bIE\b/.test(j)&&"Mac OS"==N&&(N=null),j="identify"+j):(j="mask"+j,de=r1?ce(r1.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(j)&&(N=null),h1||(Te=null)),ot=["Presto"],lt.push(j)):de+=" Mobile",(j=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(j=[parseFloat(j.replace(/\.(\d)$/,".0$1")),j],"Safari"==de&&"+"==j[1].slice(-1)?(de="WebKit Nightly",V1="alpha",Te=j[1].slice(0,-1)):(Te==j[1]||Te==(j[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Te=null),j[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==j[0]&&537.36==j[2]&&parseFloat(j[1])>=28&&"WebKit"==ot&&(ot=["Blink"]),h1&&(Ye||j[1])?(ot&&(ot[1]="like Chrome"),j=j[1]||((j=j[0])<530?1:j<532?2:j<532.05?3:j<533?4:j<534.03?5:j<534.07?6:j<534.1?7:j<534.13?8:j<534.16?9:j<534.24?10:j<534.3?11:j<535.01?12:j<535.02?"13+":j<535.07?15:j<535.11?16:j<535.19?17:j<536.05?18:j<536.1?19:j<537.01?20:j<537.11?"21+":j<537.13?23:j<537.18?24:j<537.24?25:j<537.36?26:"Blink"!=ot?"27":"28")):(ot&&(ot[1]="like Safari"),j=(j=j[0])<400?1:j<500?2:j<526?3:j<533?4:j<534?"4+":j<535?5:j<537?6:j<538?7:j<601?8:"8"),ot&&(ot[1]+=" "+(j+="number"==typeof j?".x":/[.+]/.test(j)?"":"+")),"Safari"==de&&(!Te||parseInt(Te)>45)&&(Te=j)),"Opera"==de&&(j=/\bzbov|zvav$/.exec(N))?(de+=" ",lt.unshift("desktop mode"),"zvav"==j?(de+="Mini",Te=null):de+="Mobile",N=N.replace(RegExp(" *"+j+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(ot&&ot[1])&&(lt.unshift("desktop mode"),de="Chrome Mobile",Te=null,/\bOS X\b/.test(N)?(Ae="Apple",N="iOS 4.3+"):N=null),Te&&0==Te.indexOf(j=/[\d.]+$/.exec(N))&&D.indexOf("/"+j+"-")>-1&&(N=te(N.replace(j,""))),ot&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(N)&&/\bSafari\b/.test(ot[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&ot[1])&&(j=ot[ot.length-1])&<.push(j),lt.length&&(lt=["("+lt.join("; ")+")"]),Ae&&$e&&$e.indexOf(Ae)<0&<.push("on "+Ae),$e&<.push((/^on /.test(lt[lt.length-1])?"":"on ")+$e),N&&(j=/ ([\d.+]+)$/.exec(N),wt=j&&"/"==N.charAt(N.length-j[0].length-1),N={architecture:32,family:j&&!wt?N.replace(j[0],""):N,version:j?j[1]:null,toString:function(){var Tt=this.version;return this.family+(Tt&&!wt?" "+Tt:"")+(64==this.architecture?" 64-bit":"")}}),(j=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(en))&&!/\bi686\b/i.test(en)?(N&&(N.architecture=64,N.family=N.family.replace(RegExp(" *"+j),"")),de&&(/\bWOW64\b/i.test(D)||h1&&/\w(?:86|32)$/.test(ge.cpuClass||ge.platform)&&!/\bWin64; x64\b/i.test(D))&<.unshift("32-bit")):N&&/^OS X/.test(N.family)&&"Chrome"==de&&parseFloat(Te)>=39&&(N.architecture=64),D||(D=null);var Je={};return Je.description=D,Je.layout=ot&&ot[0],Je.manufacturer=Ae,Je.name=de,Je.prerelease=V1,Je.product=$e,Je.ua=D,Je.version=de&&Te,Je.os=N||{architecture:null,family:null,version:null,toString:function(){return"null"}},Je.parse=G,Je.toString=function dt(){return this.description||""},Je.version&<.unshift(Te),Je.name&<.unshift(de),N&&de&&!(N==String(N).split(" ")[0]&&(N==de.split(" ")[0]||$e))&<.push($e?"("+N+")":"on "+N),lt.length&&(Je.description=lt.join(" ")),Je}();H.platform=me,void 0!==(o=function(){return me}.call(we,I,we,_t))&&(_t.exports=o)}.call(this)},666:(_t,we,I)=>{"use strict";I.d(we,{HT:()=>Q,JF:()=>or,K0:()=>z,Mx:()=>kn,O5:()=>Fn,bD:()=>a3,ez:()=>Bn,mk:()=>I2,q:()=>H,w_:()=>F});var o=I(8); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function i8(e,t){return e<<17|t<<2}function F3(e){return e>>17&32767}function w9(e){return 2==(2&e)}function W6(e){return 2|e}function mr(e){return(131068&e)>>2}function K6(e,t){return-131069&e|t<<2}function L9(e){return 1==(1&e)}function Q6(e){return 1|e}Bi.INJECTOR_KEY=Wr.get(d3);function N9(e,t){const n=e.contentQueries;if(null!==n)for(let r=0;r22&&u9(e,t,22,!1),H1(d?2:0,o),n(r,o)}finally{kn(s),H1(d?3:1,o)}}function A9(e,t,n){if(T2(t)){const r=t.directiveStart,o=t.directiveEnd;for(let s=r;s0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(C)!=_&&C.push(_),C.push(r,o,d)}}function V9(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function G9(e,t){t.flags|=2,(e.components||(e.components=[])).push(t.index)}function Yc(e,t,n){if(n){if(t.exportAs)for(let r=0;r0&&c0(n)}}function c0(e){for(let r=k6(e);null!==r;r=A6(r))for(let o=10;o0&&c0(s)}const n=e[1].components;if(null!==n)for(let r=0;r0&&c0(o)}}function nu(e,t){const n=Nn(t,e),r=n[1];(function ru(e,t){for(let n=t.length;n-1&&(j6(t,r),yi(n,r))}this._attachedToViewContainer=!1}Z4(this._lView[1],this._lView)}onDestroy(t){F9(this._lView[1],this._lView,null,t)}markForCheck(){u0(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-65}reattach(){this._lView[2]|=64}detectChanges(){u8(this._lView[1],this._lView,this.context)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new q(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null,function kl(e,t){jo(e,t,t[11],2,null,null)}(this._lView[1],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new q(902,!1);this._appRef=t}}class iu extends Bo{constructor(t){super(t),this._view=t}detectChanges(){const t=this._view;u8(t[1],t,t[8],!1)}checkNoChanges(){}get context(){return null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class p0 extends c{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const n=dt(t);return new Vo(n,this.ngModule)}}function $9(e){const t=[];for(let n in e)if(e.hasOwnProperty(n)){const r=e[n];t.push({propName:r,templateName:n})}return t}class au{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){const o=this.injector.get(t,Et,r);return o!==Et||n===Et?o:this.parentInjector.get(t,n,r)}}class Vo extends Q5{constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function Xl(e){return e.map(ql).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}get inputs(){return $9(this.componentDef.inputs)}get outputs(){return $9(this.componentDef.outputs)}create(t,n,r,o){var s;let d=(o=o||this.ngModule)instanceof Hr?o:null===(s=o)||void 0===s?void 0:s.injector;d&&null!==this.componentDef.getStandaloneInjector&&(d=this.componentDef.getStandaloneInjector(d)||d);const C=d?new au(t,d):t,_=C.get(ie,null);if(null===_)throw new q(407,!1);const L=C.get(Qe,null),N=_.createRenderer(null,this.componentDef),G=this.componentDef.selectors[0][0]||"div",te=r?function zc(e,t,n){const r=n===V1.ShadowDom;return e.selectRootElement(t,r)}(N,r,this.componentDef.encapsulation):F6(_.createRenderer(null,this.componentDef),G,function ou(e){const t=e.toLowerCase();return"svg"===t?"svg":"math"===t?E1:null}(G)),Me=this.componentDef.onPush?288:272,Be=a0(0,null,null,1,0,null,null,null,null,null),Je=s8(null,Be,null,Me,null,null,_,N,L,C,null);let st,mt;o1(Je);try{const kt=function cu(e,t,n,r,o,s){const d=n[1],C=22;n[C]=e;const _=Gi(d,C,2,"#host",null),L=_.mergedAttrs=t.hostAttrs;null!==L&&(d8(_,L,!0),null!==e&&(A2(o,e,L),null!==_.classes&&G6(o,e,_.classes),null!==_.styles&&r9(o,e,_.styles)));const N=r.createRenderer(e,t),G=s8(n,S9(t),null,t.onPush?32:16,n[C],_,r,N,s||null,null,null);return d.firstCreatePass&&(f(lr(_,n),d,t.type),G9(d,_),U9(_,n.length,1)),c8(n,G),n[C]=G}(te,this.componentDef,Je,_,N);if(te)if(r)A2(N,te,["ng-version",Tt.full]);else{const{attrs:Ze,classes:xt}=function ec(e){const t=[],n=[];let r=1,o=2;for(;r0&&G6(N,te,xt.join(" "))}if(mt=Qn(Be,22),void 0!==n){const Ze=mt.projection=[];for(let xt=0;xt=0;r--){const o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=c2(o.hostAttrs,n=c2(n,o.hostAttrs))}}(r)}function g0(e){return e===Q1?{}:e===Ct?[]:e}function pu(e,t){const n=e.viewQuery;e.viewQuery=n?(r,o)=>{t(r,o),n(r,o)}:t}function hu(e,t){const n=e.contentQueries;e.contentQueries=n?(r,o,s)=>{t(r,o,s),n(r,o,s)}:t}function gu(e,t){const n=e.hostBindings;e.hostBindings=n?(r,o)=>{t(r,o),n(r,o)}:t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Cu=["providersResolver"],mu=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function _u(e){let n,t=J9(e.type);n=L1(e)?t.\u0275cmp:t.\u0275dir;const r=e;for(const o of Cu)r[o]=n[o];if(L1(n))for(const o of mu)r[o]=n[o]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let p8=null;function ui(){if(!p8){const e=gt.Symbol;if(e&&e.iterator)p8=e.iterator;else{const t=Object.getOwnPropertyNames(Map.prototype);for(let n=0;nC(y1(m1[r.index])):r.index;let xt=null;if(!C&&_&&(xt=function xu(e,t,n,r){const o=e.cleanup;if(null!=o)for(let s=0;s_?C[_]:null}"string"==typeof d&&(s+=2)}return null}(e,t,o,r.index)),null!==xt){(xt.__ngLastListenerFn__||xt).__ngNextListenerFn__=s,xt.__ngLastListenerFn__=s,Me=!1}else{s=ga(r,t,G,s,!1);const m1=n.listen(mt,o,s);te.push(s,m1),N&&N.push(o,Ze,kt,kt+1)}}else s=ga(r,t,G,s,!1);const Be=r.outputs;let Je;if(Me&&null!==Be&&(Je=Be[o])){const st=Je.length;if(st)for(let mt=0;mt0)&&(L=!0)}else N=n;if(o)if(0!==_){const te=F3(e[C+1]);e[r+1]=i8(te,C),0!==te&&(e[te+1]=K6(e[te+1],r)),e[C+1]=function Dc(e,t){return 131071&e|t<<17}(e[C+1],r)}else e[r+1]=i8(C,0),0!==C&&(e[C+1]=K6(e[C+1],r)),C=r;else e[r+1]=i8(_,0),0===C?C=r:e[_+1]=K6(e[_+1],r),_=r;L&&(e[r+1]=W6(e[r+1])),xa(e,N,r,!0,s),xa(e,N,r,!1,s),function Tu(e,t,n,r,o){const s=o?e.residualClasses:e.residualStyles;null!=s&&"string"==typeof t&&kr(s,t)>=0&&(n[r+1]=Q6(n[r+1]))}(t,N,e,r,s),d=i8(C,_),s?t.classBindings=d:t.styleBindings=d}function xa(e,t,n,r,o){const s=e[n+1],d=null===t;let C=r?F3(s):mr(s),_=!1;for(;0!==C&&(!1===_||d);){const L=e[C],N=e[C+1];Nu(L,t)&&(_=!0,e[C+1]=r?Q6(N):W6(N)),C=r?F3(N):mr(N)}_&&(e[n+1]=r?W6(s):Q6(s))}function Nu(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&kr(e,t)>=0} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const b2={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function Pa(e){return e.substring(b2.key,b2.keyEnd)}function ku(e){return e.substring(b2.value,b2.valueEnd)}function Oa(e,t){const n=b2.textEnd;return n===t?-1:(t=b2.keyEnd=function Fu(e,t,n){for(;t32;)t++;return t}(e,b2.key=t,n),Xi(e,t,n))}function Ta(e,t){const n=b2.textEnd;let r=b2.key=Xi(e,t,n);return n===r?-1:(r=b2.keyEnd=function ju(e,t,n){let r;for(;t=65&&(-33&r)<=90||r>=48&&r<=57);)t++;return t}(e,r,n),r=ka(e,r,n,58),r=b2.value=Xi(e,r,n),r=b2.valueEnd=function Ru(e,t,n){let r=-1,o=-1,s=-1,d=t,C=d;for(;d32&&(C=d),s=o,o=r,r=-33&_}return C}(e,r,n),ka(e,r,n,59))}function Na(e){b2.key=0,b2.keyEnd=0,b2.value=0,b2.valueEnd=0,b2.textEnd=e.length}function Xi(e,t,n){for(;t=0;n=Ta(t,n))ja(e,Pa(t),ku(t))}function Bu(e){R3(U2,X3,e,!0)}function X3(e,t){for(let n=function Au(e){return Na(e),Oa(e,Xi(e,0,b2.textEnd))}(t);n>=0;n=Oa(t,n))U2(e,Pa(t),!0)}function j3(e,t,n,r){const o=R(),s=De(),d=I2(2);if(s.firstUpdatePass&&Fa(s,e,d,r),t!==Qt&&F2(o,d,t)){Ra(s,s.data[x1()],o,o[11],e,o[d+1]=function Ku(e,t){return null==e||("string"==typeof t?e+=t:"object"==typeof e&&(e=Ee(_3(e)))),e}(t,n),r,d)}}function R3(e,t,n,r){const o=De(),s=I2(2);o.firstUpdatePass&&Fa(o,null,s,r);const d=R();if(n!==Qt&&F2(d,s,n)){const C=o.data[x1()];if(Ba(C,r)&&!Sa(o,s)){let _=r?C.classesWithoutHost:C.stylesWithoutHost;null!==_&&(n=Se(_,n||"")),y0(o,C,d,n,r)}else!function Wu(e,t,n,r,o,s,d,C){o===Qt&&(o=Ct);let _=0,L=0,N=0=e.expandoStartIndex}function Fa(e,t,n,r){const o=e.data;if(null===o[n+1]){const s=o[x1()],d=Sa(e,n);Ba(s,r)&&null===t&&!d&&(t=!1),t=function Vu(e,t,n,r){const o=j(e);let s=r?t.residualClasses:t.residualStyles;if(null===o)0===(r?t.classBindings:t.styleBindings)&&(n=Ho(n=E0(null,e,t,n,r),t.attrs,r),s=null);else{const d=t.directiveStylingLast;if(-1===d||e[d]!==o)if(n=E0(o,e,t,n,r),null===s){let _=function Gu(e,t,n){const r=n?t.classBindings:t.styleBindings;if(0!==mr(r))return e[F3(r)]}(e,t,r);void 0!==_&&Array.isArray(_)&&(_=E0(null,e,t,_[1],r),_=Ho(_,t.attrs,r),function Uu(e,t,n,r){const o=n?t.classBindings:t.styleBindings;e[F3(o)]=r}(e,t,r,_))}else s=function Hu(e,t,n){let r;const o=t.directiveEnd;for(let s=1+t.directiveStylingLast;s0;){const _=e[o],L=Array.isArray(_),N=L?_[1]:_,G=null===N;let te=n[o+1];te===Qt&&(te=G?Ct:void 0);let Me=G?vi(te,r):N===r?te:void 0;if(L&&!y8(Me)&&(Me=vi(_,r)),y8(Me)&&(C=Me,d))return C;const Be=e[o+1];o=d?F3(Be):mr(Be)}if(null!==t){let _=s?t.residualClasses:t.residualStyles;null!=_&&(C=vi(_,r))}return C}function y8(e){return void 0!==e}function Ba(e,t){return 0!=(e.flags&(t?16:32))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Va(e,t=""){const n=R(),r=De(),o=e+22,s=r.firstCreatePass?Gi(r,o,1,t,null):r.data[o],d=n[o]=S6(n[11],t);t8(r,n,d,s),I1(s,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function I0(e){return b8("",e,""),I0}function b8(e,t,n){const r=R(),o=Zi(r,e,t,n);return o!==Qt&&_r(r,x1(),o),b8}function x0(e,t,n,r,o){const s=R(),d=Wi(s,e,t,n,r,o);return d!==Qt&&_r(s,x1(),d),x0}function Ga(e,t,n,r,o,s,d){const C=R(),_=Ki(C,e,t,n,r,o,s,d);return _!==Qt&&_r(C,x1(),_),Ga}function Ua(e,t,n,r,o,s,d,C,_){const L=R(),N=Qi(L,e,t,n,r,o,s,d,C,_);return N!==Qt&&_r(L,x1(),N),Ua}function Ha(e,t,n,r,o,s,d,C,_,L,N){const G=R(),te=Yi(G,e,t,n,r,o,s,d,C,_,L,N);return te!==Qt&&_r(G,x1(),te),Ha}function Za(e,t,n,r,o,s,d,C,_,L,N,G,te){const Me=R(),Be=$i(Me,e,t,n,r,o,s,d,C,_,L,N,G,te);return Be!==Qt&&_r(Me,x1(),Be),Za}function Wa(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){const Je=R(),st=Ji(Je,e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be);return st!==Qt&&_r(Je,x1(),st),Wa}function Ka(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){const mt=R(),kt=qi(mt,e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st);return kt!==Qt&&_r(mt,x1(),kt),Ka}function Qa(e){const t=R(),n=Hi(t,e);return n!==Qt&&_r(t,x1(),n),Qa -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}function Qu(e,t,n){R3(U2,X3,Zi(R(),e,t,n),!0)}function Yu(e,t,n,r,o){R3(U2,X3,Wi(R(),e,t,n,r,o),!0)}function $u(e,t,n,r,o,s,d){R3(U2,X3,Ki(R(),e,t,n,r,o,s,d),!0)}function Ju(e,t,n,r,o,s,d,C,_){R3(U2,X3,Qi(R(),e,t,n,r,o,s,d,C,_),!0)}function qu(e,t,n,r,o,s,d,C,_,L,N){R3(U2,X3,Yi(R(),e,t,n,r,o,s,d,C,_,L,N),!0)}function Xu(e,t,n,r,o,s,d,C,_,L,N,G,te){R3(U2,X3,$i(R(),e,t,n,r,o,s,d,C,_,L,N,G,te),!0)}function ed(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){R3(U2,X3,Ji(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be),!0)}function td(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){R3(U2,X3,qi(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st),!0)}function nd(e){R3(U2,X3,Hi(R(),e),!0)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function rd(e,t,n){q3(Zi(R(),e,t,n))}function id(e,t,n,r,o){q3(Wi(R(),e,t,n,r,o))}function od(e,t,n,r,o,s,d){q3(Ki(R(),e,t,n,r,o,s,d))}function ad(e,t,n,r,o,s,d,C,_){q3(Qi(R(),e,t,n,r,o,s,d,C,_))}function sd(e,t,n,r,o,s,d,C,_,L,N){q3(Yi(R(),e,t,n,r,o,s,d,C,_,L,N))}function ld(e,t,n,r,o,s,d,C,_,L,N,G,te){q3($i(R(),e,t,n,r,o,s,d,C,_,L,N,G,te))}function cd(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){q3(Ji(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be))}function ud(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){q3(qi(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st))}function dd(e){q3(Hi(R(),e))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ya(e,t,n,r,o){return j3(e,Zi(R(),t,n,r),o,!1),Ya}function $a(e,t,n,r,o,s,d){return j3(e,Wi(R(),t,n,r,o,s),d,!1),$a}function Ja(e,t,n,r,o,s,d,C,_){return j3(e,Ki(R(),t,n,r,o,s,d,C),_,!1),Ja}function qa(e,t,n,r,o,s,d,C,_,L,N){return j3(e,Qi(R(),t,n,r,o,s,d,C,_,L),N,!1),qa}function Xa(e,t,n,r,o,s,d,C,_,L,N,G,te){return j3(e,Yi(R(),t,n,r,o,s,d,C,_,L,N,G),te,!1),Xa}function e7(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){return j3(e,$i(R(),t,n,r,o,s,d,C,_,L,N,G,te,Me),Be,!1),e7}function t7(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){return j3(e,Ji(R(),t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je),st,!1),t7}function n7(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st,mt,kt){return j3(e,qi(R(),t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st,mt),kt,!1),n7}function r7(e,t,n){return j3(e,Hi(R(),t),n,!1),r7 -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}function i7(e,t,n){const r=R();if(F2(r,P2(),t)){f3(De(),l1(),r,e,t,r[11],n,!0)}return i7}function o7(e,t,n){const r=R();if(F2(r,P2(),t)){const s=De(),d=l1();f3(s,d,r,e,t,Q9(j(s.data),d,r),n,!0)}return o7} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const fi=void 0;var pd=["en",[["a","p"],["AM","PM"],fi],[["AM","PM"],fi,fi],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],fi,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],fi,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",fi,"{1} 'at' {0}",fi],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function fd(e){const n=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length;return 1===n&&0===r?1:5}]; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let eo={};function P0(e){const t=function hd(e){return e.toLowerCase().replace(/_/g,"-")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(e);let n=s7(t);if(n)return n;const r=t.split("-")[0];if(n=s7(r),n)return n;if("en"===r)return pd;throw new q(701,!1)}function a7(e){return P0(e)[pi.PluralCase]}function s7(e){return e in eo||(eo[e]=gt.ng&>.ng.common&>.ng.common.locales&>.ng.common.locales[e]),eo[e]}var pi;!function(e){e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData"}(pi||(pi={}));const gd=["zero","one","two","few","many"];const to="en-US",v8={marker:"element"},M8={marker:"ICU"}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var Z2;!function(e){e[e.SHIFT=2]="SHIFT",e[e.APPEND_EAGERLY=1]="APPEND_EAGERLY",e[e.COMMENT=2]="COMMENT"}(Z2||(Z2={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let l7=to;function c7(e){Ft(e,"Expected localeId to be defined"),"string"==typeof e&&(l7=e.toLowerCase().replace(/_/g,"-"))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function u7(e,t,n){const r=t.insertBeforeIndex,o=Array.isArray(r)?r[0]:r;return null===o?J4(e,0,n):y1(n[o])}function d7(e,t,n,r,o){const s=t.insertBeforeIndex;if(Array.isArray(s)){let d=r,C=null;if(3&t.type||(C=d,d=o),null!==d&&0==(2&t.flags))for(let _=1;_1)for(let n=e.length-2;n>=0;n--){const r=e[n];p7(r)||yd(r,t)&&null===bd(r)&&vd(r,t.index)}}function p7(e){return!(64&e.type)}function yd(e,t){return p7(t)||e.index>t.index}function bd(e){const t=e.insertBeforeIndex;return Array.isArray(t)?t[0]:t}function vd(e,t){const n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(X4(u7,d7),e.insertBeforeIndex=t)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Zo(e,t){const n=e.data[t];return null===n||"string"==typeof n?null:n.hasOwnProperty("currentCaseLViewIndex")?n:n.value}function Ld(e,t,n){const r=n0(e,n,64,null,null);return f7(t,r),r}function w8(e,t){const n=t[e.currentCaseLViewIndex];return null===n?n:n<0?~n:n}function h7(e){return e>>>17}function g7(e){return(131070&e)>>>1} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Wo=0,Ko=0;function m7(e,t,n,r){const o=n[11];let d,s=null;for(let C=0;C>>1,Me=t[++C],Be=t[++C];l0(o,o2(te,n),null,null,Me,Be,null)}else switch(_){case M8:const L=t[++C],N=t[++C];if(null===n[N]){S2(n[N]=Ol(o,L),n)}break;case v8:const G=t[++C],te=t[++C];if(null===n[te]){S2(n[te]=F6(o,G,null),n)}}}}function _7(e,t,n,r,o){for(let s=0;s>>2;switch(3&N){case 1:const te=n[++L],Me=n[++L],Be=e.data[G];"string"==typeof Be?l0(t[11],t[G],null,Be,te,_,Me):f3(e,Be,t,te,_,t[11],Me,!1);break;case 0:const Je=t[G];null!==Je&&U4(t[11],Je,_);break;case 2:Pd(e,Zo(e,G),t,_);break;case 3:y7(e,Zo(e,G),r,t)}}}}else{const _=n[s+1];if(_>0&&3==(3&_)){const N=Zo(e,_>>>2);t[N.currentCaseLViewIndex]<0&&y7(e,N,r,t)}}s+=C}}function y7(e,t,n,r){let o=r[t.currentCaseLViewIndex];if(null!==o){let s=Wo;o<0&&(o=r[t.currentCaseLViewIndex]=~o,s=-1),_7(e,r,t.update[o],n,s)}}function Pd(e,t,n,r){const o=function Od(e,t){let n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:{const r=function Cd(e,t){const n=a7(t)(parseInt(e,10)),r=gd[n];return void 0!==r?r:"other"}(t,function _d(){return l7}());n=e.cases.indexOf(r),-1===n&&"other"!==r&&(n=e.cases.indexOf("other"));break}case 0:n=e.cases.indexOf("other")}return-1===n?null:n} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(t,r);if(w8(t,n)!==o&&(b7(e,t,n),n[t.currentCaseLViewIndex]=null===o?null:~o,null!==o)){const d=n[t.anchorIdx];d&&m7(e,t.create[o],n,d)}}function b7(e,t,n){let r=w8(t,n);if(null!==r){const o=t.remove[r];for(let s=0;s0){const C=o2(d,n);null!==C&&t9(n[11],C)}else b7(e,Zo(e,~d),n)}}}function Td(){const e=[];let n,r,t=-1;function s(C,_){t=0;const L=w8(C,_);r=null!==L?C.remove[L]:Ct}function d(){if(t0)return n[C];{e.push(t,r);const _=~C;return s(n[1].data[_],n),d()}}return 0===e.length?null:(r=e.pop(),t=e.pop(),d())}return function o(C,_){for(n=_;e.length;)e.pop();return s(C.value,_),d}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const L8=/\ufffd(\d+):?\d*\ufffd/gi,Nd=/({\s*\ufffd\d+:?\d*\ufffd\s*,\s*\S{6}\s*,[\s\S]*})/gi,kd=/\ufffd(\d+)\ufffd/,M7=/^\s*(\ufffd\d+:?\d*\ufffd)\s*,\s*(select|plural)\s*,/,Ad=/\ufffd\/?\*(\d+:\d+)\ufffd/gi,Sd=/\ufffd(\/?[#*]\d+):?\d*\ufffd/gi,Fd=/\uE500/g;function Rd(e,t,n,r,o,s){const d=mn(),C=[],_=[],L=[[]];o=function Ud(e,t){if(function Gd(e){return-1===e}(t))return D7(e);{const n=e.indexOf(`:${t}\ufffd`)+2+t.toString().length,r=e.search(new RegExp(`\ufffd\\/\\*\\d+:${t}\ufffd`));return D7(e.substring(n,r))}}(o,s);const N=function jd(e){return e.replace(Fd," ")}(o).split(Sd);for(let G=0;Gn.length&&n.push(_)}return{type:r,mainBinding:o,cases:t,values:n}}function O0(e){if(!e)return[];let t=0;const n=[],r=[],o=/[{}]/g;let s;for(o.lastIndex=0;s=o.exec(e);){const C=s.index;if("}"==s[0]){if(n.pop(),0==n.length){const _=e.substring(t,C);M7.test(_)?r.push(Hd(_)):r.push(_),t=C+1}}else{if(0==n.length){const _=e.substring(t,C);r.push(_),t=C+1}n.push("{")}}const d=e.substring(t);return r.push(d),r}function Zd(e,t,n,r,o,s,d,C){const _=[],L=[],N=[];t.cases.push(s),t.create.push(_),t.remove.push(L),t.update.push(N);const te=wo(M5()).getInertBodyElement(d),Me=Eo(te)||te;return Me?I7(e,t,n,r,_,L,N,Me,o,C,0):0}function I7(e,t,n,r,o,s,d,C,_,L,N){let G=0,te=C.firstChild;for(;te;){const Me=Ui(e,n,1,null);switch(te.nodeType){case Node.ELEMENT_NODE:const Be=te,Je=Be.tagName.toLowerCase();if(Do.hasOwnProperty(Je)){T0(o,v8,Je,_,Me),e.data[Me]=Je;const Ze=Be.attributes;for(let xt=0;xt>>Z2.SHIFT;let G=e[N];null===G&&(G=e[N]=_?o.createComment(C):S6(o,C)),L&&null!==n&&ci(o,n,G,r,!1)}})(o,_.create,N,G),p3(!0)}function T7(){p3(!1)}function of(e,t,n){O7(e,t,n),T7()}function af(e,t){const n=De();!function Bd(e,t,n){const o=u1().index,s=[];if(e.firstCreatePass&&null===e.data[t]){for(let d=0;d0){const r=e.data[n];_7(e,t,Array.isArray(r)?r:r.update,E2()-Ko-1,Wo)}Wo=0,Ko=0}(De(),R(),e+22)}function lf(e,t={}){return function rf(e,t={}){let n=e;if($d.test(e)){const r={},o=[0];n=n.replace(Jd,(s,d,C)=>{const _=d||C,L=r[_]||[];if(L.length||(_.split("|").forEach(Je=>{const st=Je.match(nf),mt=st?parseInt(st[1],10):0,kt=tf.test(Je);L.push([mt,kt,Je])}),r[_]=L),!L.length)throw new Error(`i18n postprocess: unmatched placeholder - ${_}`);const N=o[o.length-1];let G=0;for(let Je=0;Jet.hasOwnProperty(s)?`${o}${t[s]}${_}`:r),n=n.replace(Xd,(r,o)=>t.hasOwnProperty(o)?t[o]:r),n=n.replace(ef,(r,o)=>{if(t.hasOwnProperty(o)){const s=t[o];if(!s.length)throw new Error(`i18n postprocess: unmatched ICU - ${r} with key: ${o}`);return s.shift()}return r})),n}(e,t)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function N0(e,t,n,r,o){if(e=W(e),Array.isArray(e))for(let s=0;s>20;if(Y3(e)||!e.multi){const Me=new C3(_,o,Vi),Be=A0(C,t,o?N:N+te,G);-1===Be?(f(lr(L,d),s,C),k0(s,e,t.length),t.push(C),L.directiveStart++,L.directiveEnd++,o&&(L.providerIndexes+=1048576),n.push(Me),d.push(Me)):(n[Be]=Me,d[Be]=Me)}else{const Me=A0(C,t,N+te,G),Be=A0(C,t,N,N+te),Je=Me>=0&&n[Me],st=Be>=0&&n[Be];if(o&&!st||!o&&!Je){f(lr(L,d),s,C);const mt=function ff(e,t,n,r,o){const s=new C3(e,n,Vi);return s.multi=[],s.index=t,s.componentProviders=0,k7(s,o,r&&!n),s}(o?df:uf,n.length,o,r,_);!o&&st&&(n[Be].providerFactory=mt),k0(s,e,t.length,0),t.push(C),L.directiveStart++,L.directiveEnd++,o&&(L.providerIndexes+=1048576),n.push(mt),d.push(mt)}else{k0(s,e,Me>-1?Me:Be,k7(n[o?Be:Me],_,!o&&r))}!o&&r&&st&&n[Be].componentProviders++}}}function k0(e,t,n,r){const o=Y3(t),s=function Z5(e){return!!e.useClass}(t);if(o||s){const _=(s?W(t.useClass):t).prototype.ngOnDestroy;if(_){const L=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){const N=L.indexOf(n);-1===N?L.push(n,[r,_]):L[N+1].push(r,_)}else L.push(n,_)}}}function k7(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function A0(e,t,n,r){for(let o=n;o{n.providersResolver=(r,o)=>function cf(e,t,n){const r=De();if(r.firstCreatePass){const o=L1(e);N0(n,r.data,r.blueprint,o,!0),N0(t,r.data,r.blueprint,o,!1)}}(r,o?o(e):e,t)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class no{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function hf(e,t){return new S7(e,t??null)}class S7 extends no{constructor(t,n){super(),this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new p0(this);const r=Ut(t);this._bootstrapComponents=Cr(r.bootstrap),this._r3Injector=g9(t,n,[{provide:no,useValue:this},{provide:c,useValue:this.componentFactoryResolver}],Ee(t),new Set(["environment"])),this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(t)}get injector(){return this._r3Injector}destroy(){const t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}}class F0 extends class pf{}{constructor(t){super(),this.moduleType=t}create(t){return new S7(this.moduleType,t)}}class gf extends no{constructor(t,n,r){super(),this.componentFactoryResolver=new p0(this),this.instance=null;const o=new W5([...t,{provide:no,useValue:this},{provide:c,useValue:this.componentFactoryResolver}],n||Si(),r,new Set(["environment"]));this.injector=o,o.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}function F7(e,t,n=null){return new gf(e,t,n).injector} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class D8{constructor(t){this._injector=t,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t.id)){const n=V5(0,t.type),r=n.length>0?F7([n],this._injector,`Standalone[${t.type.name}]`):null;this.cachedInjectors.set(t.id,r)}return this.cachedInjectors.get(t.id)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())null!==t&&t.destroy()}finally{this.cachedInjectors.clear()}}}function Cf(e){e.getStandaloneInjector=t=>t.get(D8).getOrCreateStandaloneInjector(e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function U7(e,t,n,r){return Dt(()=>{const o=e;null!==t&&(o.hasOwnProperty("decorators")&&void 0!==o.decorators?o.decorators.push(...t):o.decorators=t),null!==n&&(o.ctorParameters=n),null!==r&&(o.hasOwnProperty("propDecorators")&&void 0!==o.propDecorators?o.propDecorators={...o.propDecorators,...r}:o.propDecorators=r)})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Lf(e,t,n){const r=ln()+e,o=R();return o[r]===Qt?J3(o,r,n?t.call(n):t()):Uo(o,r)}function H7(e,t,n,r){return Z7(R(),ln(),e,t,n,r)}function Df(e,t,n,r,o){return W7(R(),ln(),e,t,n,r,o)}function Ef(e,t,n,r,o,s){return K7(R(),ln(),e,t,n,r,o,s)}function If(e,t,n,r,o,s,d){return Q7(R(),ln(),e,t,n,r,o,s,d)}function xf(e,t,n,r,o,s,d,C){const _=ln()+e,L=R(),N=y3(L,_,n,r,o,s);return F2(L,_+4,d)||N?J3(L,_+5,C?t.call(C,n,r,o,s,d):t(n,r,o,s,d)):Uo(L,_+5)}function Pf(e,t,n,r,o,s,d,C,_){const L=ln()+e,N=R(),G=y3(N,L,n,r,o,s);return di(N,L+4,d,C)||G?J3(N,L+6,_?t.call(_,n,r,o,s,d,C):t(n,r,o,s,d,C)):Uo(N,L+6)}function Of(e,t,n,r,o,s,d,C,_,L){const N=ln()+e,G=R();let te=y3(G,N,n,r,o,s);return h8(G,N+4,d,C,_)||te?J3(G,N+7,L?t.call(L,n,r,o,s,d,C,_):t(n,r,o,s,d,C,_)):Uo(G,N+7)}function Tf(e,t,n,r,o,s,d,C,_,L,N){const G=ln()+e,te=R(),Me=y3(te,G,n,r,o,s);return y3(te,G+4,d,C,_,L)||Me?J3(te,G+8,N?t.call(N,n,r,o,s,d,C,_,L):t(n,r,o,s,d,C,_,L)):Uo(te,G+8)}function Nf(e,t,n,r){return Y7(R(),ln(),e,t,n,r)}function $o(e,t){const n=e[t];return n===Qt?void 0:n}function Z7(e,t,n,r,o,s){const d=t+n;return F2(e,d,o)?J3(e,d+1,s?r.call(s,o):r(o)):$o(e,d+1)}function W7(e,t,n,r,o,s,d){const C=t+n;return di(e,C,o,s)?J3(e,C+2,d?r.call(d,o,s):r(o,s)):$o(e,C+2)}function K7(e,t,n,r,o,s,d,C){const _=t+n;return h8(e,_,o,s,d)?J3(e,_+3,C?r.call(C,o,s,d):r(o,s,d)):$o(e,_+3)}function Q7(e,t,n,r,o,s,d,C,_){const L=t+n;return y3(e,L,o,s,d,C)?J3(e,L+4,_?r.call(_,o,s,d,C):r(o,s,d,C)):$o(e,L+4)}function Y7(e,t,n,r,o,s){let d=t+n,C=!1;for(let _=0;_=0;n--){const r=t[n];if(e===r.name)return r}}(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks||(n.destroyHooks=[])).push(o,r.onDestroy)):r=n.data[o];const s=r.factory||(r.factory=jt(r.type)),d=He(Vi);try{const C=In(!1),_=s();return In(C),function Lu(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}(n,R(),o,_),_}finally{He(d)}}function Sf(e,t,n){const r=e+22,o=R(),s=z2(o,r);return Jo(o,r)?Z7(o,ln(),t,s.transform,n,s):s.transform(n)}function Ff(e,t,n,r){const o=e+22,s=R(),d=z2(s,o);return Jo(s,o)?W7(s,ln(),t,d.transform,n,r,d):d.transform(n,r)}function jf(e,t,n,r,o){const s=e+22,d=R(),C=z2(d,s);return Jo(d,s)?K7(d,ln(),t,C.transform,n,r,o,C):C.transform(n,r,o)}function Rf(e,t,n,r,o,s){const d=e+22,C=R(),_=z2(C,d);return Jo(C,d)?Q7(C,ln(),t,_.transform,n,r,o,s,_):_.transform(n,r,o,s)}function zf(e,t,n){const r=e+22,o=R(),s=z2(o,r);return Jo(o,r)?Y7(o,ln(),t,s.transform,n,s):s.transform.apply(s,n)}function Jo(e,t){return e[1].data[t].pure} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */D8.\u0275prov=de({token:D8,providedIn:"environment",factory:()=>new D8(Pn(Hr))});class Bf extends i.xQ{constructor(t=!1){super(),this.__isAsync=t}emit(t){super.next(t)}subscribe(t,n,r){let o=t,s=n||(()=>null),d=r;if(t&&"object"==typeof t){var C,_,L;const G=t;o=null===(C=G.next)||void 0===C?void 0:C.bind(G),s=null===(_=G.error)||void 0===_?void 0:_.bind(G),d=null===(L=G.complete)||void 0===L?void 0:L.bind(G)}this.__isAsync&&(s=R0(s),o&&(o=R0(o)),d&&(d=R0(d)));const N=super.subscribe({next:o,error:s,complete:d});return t instanceof v.w&&t.add(N),N}}function R0(e){return t=>{setTimeout(e,void 0,t)}}const er=Bf; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Vf(){return this._results[ui()]()}class z0{constructor(t=!1){this._emitDistinctChangesOnly=t,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const n=ui(),r=z0.prototype;r[n]||(r[n]=Vf)}get changes(){return this._changes||(this._changes=new er)}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){const r=this;r.dirty=!1;const o=G2(t);(this._changesDetected=!function k8(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r0;)this.remove(this.length-1)}get(t){const n=J7(this._lContainer);return null!==n&&n[t]||null}get length(){return this._lContainer.length-10}createEmbeddedView(t,n,r){let o,s;"number"==typeof r?o=r:null!=r&&(o=r.index,s=r.injector);const d=t.createEmbeddedView(n||{},s);return this.insert(d,o),d}createComponent(t,n,r,o,s){const d=t&&!ei(t);let C;if(d)C=n;else{const G=n||{};C=G.index,r=G.injector,o=G.projectableNodes,s=G.environmentInjector||G.ngModuleRef}const _=d?t:new Vo(dt(t)),L=r||this.parentInjector;if(!s&&null==_.ngModule){const te=(d?L:this.parentInjector).get(Hr,null);te&&(s=te)}const N=_.create(L,o,void 0,s);return this.insert(N.hostView,C),N}insert(t,n){const r=t._lView,o=r[1];if(function Rn(e){return j1(e[3])}(r)){const N=this.indexOf(t);if(-1!==N)this.detach(N);else{const G=r[3],te=new $7(G,G[6],G[3]);te.detach(te.indexOf(t))}}const s=this._adjustIndex(n),d=this._lContainer;Sl(o,r,d,s);const C=B6(s,d),_=r[11],L=e8(_,d[7]);return null!==L&&function Nl(e,t,n,r,o,s){r[0]=o,r[6]=t,jo(e,r,n,1,o,s)}(o,d[6],_,r,L,C),t.attachToViewContainerRef(),o5(B0(d),s,t),t}move(t,n){return this.insert(t,n)}indexOf(t){const n=J7(this._lContainer);return null!==n?n.indexOf(t):-1}remove(t){const n=this._adjustIndex(t,-1),r=j6(this._lContainer,n);r&&(yi(B0(this._lContainer),n),Z4(r[1],r))}detach(t){const n=this._adjustIndex(t,-1),r=j6(this._lContainer,n);return r&&null!=yi(B0(this._lContainer),n)?new Bo(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function J7(e){return e[8]}function B0(e){return e[8]||(e[8]=[])}function q7(e,t){let n;const r=t[e.index];if(j1(r))n=r;else{let o;if(8&e.type)o=y1(r);else{const s=t[11];o=s.createComment("");const d=Z1(e,t);ci(s,e8(s,d),o,function Bl(e,t){return e.nextSibling(t)}(s,d),!1)}t[e.index]=n=Z9(r,t,o,e),c8(t,n)}return new $7(n,e,t)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class V0{constructor(t){this.queryList=t,this.matches=null}clone(){return new V0(this.queryList)}setDirty(){this.queryList.setDirty()}}class G0{constructor(t=[]){this.queries=t}createEmbeddedView(t){const n=t.queries;if(null!==n){const r=null!==t.contentQueries?t.contentQueries[0]:n.length,o=[];for(let s=0;s0)r.push(d[C/2]);else{const L=s[C+1],N=t[-_];for(let G=10;G(null===o&&(o=Bn().compileNgModule(W2,`ng:///${e.name}/\u0275mod.js`,{type:e,bootstrap:G2(t.bootstrap||Ct).map(W),declarations:r.map(W),imports:G2(t.imports||Ct).map(W).map(hs),exports:G2(t.exports||Ct).map(W).map(hs),schemas:t.schemas?G2(t.schemas):null,id:t.id||null}),o.schemas||(o.schemas=[])),o)});let s=null;Object.defineProperty(e,Y1,{get:()=>{if(null===s){const C=Bn();s=C.compileFactory(W2,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,deps:Ii(e),target:C.FactoryTarget.NgModule,typeArgumentCount:0})}return s},configurable:!1});let d=null;Object.defineProperty(e,je,{get:()=>{if(null===d){const C={name:e.name,type:e,providers:t.providers||Ct,imports:[(t.imports||Ct).map(W),(t.exports||Ct).map(W)]};d=Bn().compileInjector(W2,`ng:///${e.name}/\u0275inj.js`,C)}return d},configurable:!1})})(e,t),void 0!==t.id&&b5(e,t.id),function op(e,t){Xo.push({moduleType:e,ngModule:t})}(e,t)}function up(e,t){const n=G2(t.declarations||Ct),r=oo(e);n.forEach(o=>{if((o=W(o)).hasOwnProperty(dn)){ps(dt(o),r)}else!o.hasOwnProperty(n2)&&!o.hasOwnProperty(Vn)&&(o.ngSelectorScope=e)})}function ps(e,t){e.directiveDefs=()=>Array.from(t.compilation.directives).map(n=>n.hasOwnProperty(dn)?dt(n):bt(n)).filter(n=>!!n),e.pipeDefs=()=>Array.from(t.compilation.pipes).map(n=>t1(n)),e.schemas=t.schemas,e.tView=null}function oo(e){if(ls(e))return function dp(e){const t=Ut(e,!0);if(null!==t.transitiveCompileScopes)return t.transitiveCompileScopes;const n={schemas:t.schemas||null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set}};return Cr(t.imports).forEach(r=>{const o=oo(r);o.exported.directives.forEach(s=>n.compilation.directives.add(s)),o.exported.pipes.forEach(s=>n.compilation.pipes.add(s))}),Cr(t.declarations).forEach(r=>{t1(r)?n.compilation.pipes.add(r):n.compilation.directives.add(r)}),Cr(t.exports).forEach(r=>{const o=r;if(ls(o)){const s=oo(o);s.exported.directives.forEach(d=>{n.compilation.directives.add(d),n.exported.directives.add(d)}),s.exported.pipes.forEach(d=>{n.compilation.pipes.add(d),n.exported.pipes.add(d)})}else t1(o)?n.exported.pipes.add(o):n.exported.directives.add(o)}),t.transitiveCompileScopes=n,n}(e);if(fn(e)){if(null!==(dt(e)||bt(e)))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set([e]),pipes:new Set}};if(null!==t1(e))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set([e])}}}throw new Error(`${e.name} does not have a module def (\u0275mod property)`)}function hs(e){return ss(e)?e.ngModule:e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let Y0=0;function fp(e,t){let n=null;(function W8(e,t){go(t)&&(Rr.set(e,t),zr.add(e))})(e,t),ms(e,t),Object.defineProperty(e,dn,{get:()=>{if(null===n){const r=Bn();if(go(t)){const L=[`Component '${e.name}' is not resolved:`];throw t.templateUrl&&L.push(` - templateUrl: ${t.templateUrl}`),t.styleUrls&&t.styleUrls.length&&L.push(` - styleUrls: ${JSON.stringify(t.styleUrls)}`),L.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(L.join("\n"))}const o=function ip(){return io}();let s=t.preserveWhitespaces;void 0===s&&(s=null!==o&&void 0!==o.preserveWhitespaces&&o.preserveWhitespaces);let d=t.encapsulation;void 0===d&&(d=null!==o&&void 0!==o.defaultEncapsulation?o.defaultEncapsulation:V1.Emulated);const C=t.templateUrl||`ng:///${e.name}/template.html`,_={..._s(e,t),typeSourceSpan:r.createParseSourceSpan("Component",e.name,C),template:t.template||"",preserveWhitespaces:s,styles:t.styles||Ct,animations:t.animations,declarations:[],changeDetection:t.changeDetection,encapsulation:d,interpolation:t.interpolation,viewProviders:t.viewProviders||null,isStandalone:!!t.standalone};Y0++;try{if(_.usesInheritance&&ys(e),n=r.compileComponent(W2,C,_),t.standalone){const L=G2(t.imports||Ct),{directiveDefs:N,pipeDefs:G}=function hp(e,t){let n=null,r=null;return{directiveDefs:()=>{if(null===n){n=[dt(e)];const d=new Set;for(const C of t){const _=W(C);if(!d.has(_))if(d.add(_),Ut(_)){const L=oo(_);for(const N of L.exported.directives){const G=dt(N)||bt(N);G&&!d.has(N)&&(d.add(N),n.push(G))}}else{const L=dt(_)||bt(_);L&&n.push(L)}}}return n},pipeDefs:()=>{if(null===r){r=[];const d=new Set;for(const C of t){const _=W(C);if(!d.has(_))if(d.add(_),Ut(_)){const L=oo(_);for(const N of L.exported.pipes){const G=t1(N);G&&!d.has(N)&&(d.add(N),r.push(G))}}else{const L=t1(_);L&&r.push(L)}}}return r}}}(e,L);n.directiveDefs=N,n.pipeDefs=G,n.dependencies=()=>L.map(W)}}finally{Y0--}if(0===Y0&&function ap(){if(!W0){W0=!0;try{for(let e=Xo.length-1;e>=0;e--){const{moduleType:t,ngModule:n}=Xo[e];n.declarations&&n.declarations.every(cs)&&(Xo.splice(e,1),up(t,n))}}finally{W0=!1}}}(),function gp(e){return void 0!==e.ngSelectorScope}(e)){const L=oo(e.ngSelectorScope);ps(n,L)}if(t.schemas){if(!t.standalone)throw new Error(`The 'schemas' was specified for the ${Ve(e)} but is only valid on a component that is standalone.`);n.schemas=t.schemas}else t.standalone&&(n.schemas=[])}return n},configurable:!1})}function gs(e,t){let n=null;ms(e,t||{}),Object.defineProperty(e,n2,{get:()=>{if(null===n){const r=Cs(e,t||{});n=Bn().compileDirective(W2,r.sourceMapUrl,r.metadata)}return n},configurable:!1})}function Cs(e,t){const n=e&&e.name,r=`ng:///${n}/\u0275dir.js`,o=Bn(),s=_s(e,t);return s.typeSourceSpan=o.createParseSourceSpan("Directive",n,r),s.usesInheritance&&ys(e),{metadata:s,sourceMapUrl:r}}function ms(e,t){let n=null;Object.defineProperty(e,Y1,{get:()=>{if(null===n){const r=Cs(e,t),o=Bn();n=o.compileFactory(W2,`ng:///${e.name}/\u0275fac.js`,{name:r.metadata.name,type:r.metadata.type,typeArgumentCount:0,deps:Ii(e),target:o.FactoryTarget.Directive})}return n},configurable:!1})}function Cp(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function _s(e,t){const n=O3(),r=n.ownPropMetadata(e);return{name:e.name,type:e,selector:void 0!==t.selector?t.selector:null,host:t.host||Q1,propMetadata:r,inputs:t.inputs||Ct,outputs:t.outputs||Ct,queries:bs(e,r,vs),lifecycle:{usesOnChanges:n.hasLifecycleHook(e,"ngOnChanges")},typeSourceSpan:null,usesInheritance:!Cp(e),exportAs:yp(t.exportAs),providers:t.providers||null,viewQueries:bs(e,r,Ms),isStandalone:!!t.standalone}}function ys(e){const t=Object.prototype;let n=Object.getPrototypeOf(e.prototype).constructor;for(;n&&n!==t;)!bt(n)&&!dt(n)&&vp(n)&&gs(n,null),n=Object.getPrototypeOf(n)}function mp(e){return"string"==typeof e?Ls(e):W(e)}function _p(e,t){return{propertyName:e,predicate:mp(t.selector),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static,emitDistinctChangesOnly:!!t.emitDistinctChangesOnly}}function bs(e,t,n){const r=[];for(const o in t)if(t.hasOwnProperty(o)){const s=t[o];s.forEach(d=>{if(n(d)){if(!d.selector)throw new Error(`Can't construct a query for the property "${o}" of "${Ve(e)}" since the query selector wasn't defined.`);if(s.some(ws))throw new Error("Cannot combine @Input decorators with query decorators");r.push(_p(o,d))}})}return r}function yp(e){return void 0===e?null:Ls(e)}function vs(e){const t=e.ngMetadataName;return"ContentChild"===t||"ContentChildren"===t}function Ms(e){const t=e.ngMetadataName;return"ViewChild"===t||"ViewChildren"===t}function ws(e){return"Input"===e.ngMetadataName}function Ls(e){return e.split(",").map(t=>t.trim())}const bp=["ngOnChanges","ngOnInit","ngOnDestroy","ngDoCheck","ngAfterViewInit","ngAfterViewChecked","ngAfterContentInit","ngAfterContentChecked"];function vp(e){const t=O3();if(bp.some(r=>t.hasLifecycleHook(e,r)))return!0;const n=t.propMetadata(e);for(const r in n){const o=n[r];for(let s=0;se,void 0,void 0,(e,t)=>gs(e,t)),wp=Xr("Component",(e={})=>({changeDetection:$e.Default,...e}),Es,void 0,(e,t)=>fp(e,t)),Lp=Xr("Pipe",e=>({pure:!0,...e}),void 0,void 0,(e,t)=>function Mp(e,t){let n=null,r=null;Object.defineProperty(e,Y1,{get:()=>{if(null===r){const o=Ds(e,t),s=Bn(o.type);r=s.compileFactory(W2,`ng:///${o.name}/\u0275fac.js`,{name:o.name,type:o.type,typeArgumentCount:0,deps:Ii(e),target:s.FactoryTarget.Pipe})}return r},configurable:!1}),Object.defineProperty(e,Vn,{get:()=>{if(null===n){const o=Ds(e,t);n=Bn(o.type).compilePipe(W2,`ng:///${o.name}/\u0275pipe.js`,o)}return n},configurable:!1})}(e,t)),Dp=W3("Input",e=>({bindingPropertyName:e})),Ep=W3("Output",e=>({bindingPropertyName:e})),Ip=(W3("HostBinding",e=>({hostPropertyName:e})),W3("HostListener",(e,t)=>({eventName:e,args:t})),Xr("NgModule",e=>e,void 0,void 0,(e,t)=>sp(e,t))); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function x8(...e){} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Is=new z1("Application Initializer");class yr{constructor(t){this.appInits=t,this.resolve=x8,this.reject=x8,this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r})}runInitializers(){if(this.initialized)return;const t=[],n=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let r=0;r{o.subscribe({complete:d,error:C})});t.push(s)}}Promise.all(t).then(()=>{n()}).catch(r=>{this.reject(r)}),0===t.length&&n(),this.initialized=!0}}yr.\u0275fac=function(t){return new(t||yr)(Pn(Is,8))},yr.\u0275prov=de({token:yr,factory:yr.\u0275fac,providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const xs=new z1("AppId",{providedIn:"root",factory:Ps});function Ps(){return`${$0()}${$0()}${$0()}`}function $0(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Os=new z1("Platform Initializer"),xp=new z1("Platform ID",{providedIn:"platform",factory:()=>"unknown"}),Pp=new z1("appBootstrapListener"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */new z1("Application Packages Root URL"),new z1("AnimationModuleType");class ao{log(t){console.log(t)}warn(t){console.warn(t)}}ao.\u0275fac=function(t){return new(t||ao)},ao.\u0275prov=de({token:ao,factory:ao.\u0275fac,providedIn:"platform"});const P8=new z1("LocaleId",{providedIn:"root",factory:()=>p5(P8,P.Optional|P.SkipSelf)|| -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Op(){return typeof $localize<"u"&&$localize.locale||to}()}),Tp=new z1("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"});new z1("Translations"),new z1("TranslationsFormat");var Ts;!function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(Ts||(Ts={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Np{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}}class e5{compileModuleSync(t){return new F0(t)}compileModuleAsync(t){return Promise.resolve(this.compileModuleSync(t))}compileModuleAndAllComponentsSync(t){const n=this.compileModuleSync(t),o=Cr(Ut(t).declarations).reduce((s,d)=>{const C=dt(d);return C&&s.push(new Vo(C)),s},[]);return new Np(n,o)}compileModuleAndAllComponentsAsync(t){return Promise.resolve(this.compileModuleAndAllComponentsSync(t))}clearCache(){}clearCacheFor(t){}getModuleId(t){}}e5.\u0275fac=function(t){return new(t||e5)},e5.\u0275prov=de({token:e5,factory:e5.\u0275fac,providedIn:"root"});new z1("compilerOptions"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Sp=Promise.resolve(0);function J0(e){typeof Zone>"u"?Sp.then(()=>{e&&e.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class b3{constructor({enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:n=!1,shouldCoalesceRunChangeDetection:r=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new er(!1),this.onMicrotaskEmpty=new er(!1),this.onStable=new er(!1),this.onError=new er(!1),typeof Zone>"u")throw new q(908,!1);Zone.assertZonePatched();const o=this;if(o._nesting=0,o._outer=o._inner=Zone.current,Zone.AsyncStackTaggingZoneSpec){const s=Zone.AsyncStackTaggingZoneSpec;o._inner=o._inner.fork(new s("Angular"))}Zone.TaskTrackingZoneSpec&&(o._inner=o._inner.fork(new Zone.TaskTrackingZoneSpec)),t&&Zone.longStackTraceZoneSpec&&(o._inner=o._inner.fork(Zone.longStackTraceZoneSpec)),o.shouldCoalesceEventChangeDetection=!r&&n,o.shouldCoalesceRunChangeDetection=r,o.lastRequestAnimationFrameId=-1,o.nativeRequestAnimationFrame=function Fp(){let e=gt.requestAnimationFrame,t=gt.cancelAnimationFrame;if(typeof Zone<"u"&&e&&t){const n=e[Zone.__symbol__("OriginalDelegate")];n&&(e=n);const r=t[Zone.__symbol__("OriginalDelegate")];r&&(t=r)}return{nativeRequestAnimationFrame:e,nativeCancelAnimationFrame:t}}().nativeRequestAnimationFrame,function zp(e){const t=()=>{!function Rp(e){e.isCheckStableRunning||-1!==e.lastRequestAnimationFrameId||(e.lastRequestAnimationFrameId=e.nativeRequestAnimationFrame.call(gt,()=>{e.fakeTopEventTask||(e.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{e.lastRequestAnimationFrameId=-1,X0(e),e.isCheckStableRunning=!0,q0(e),e.isCheckStableRunning=!1},void 0,()=>{},()=>{})),e.fakeTopEventTask.invoke()}),X0(e))}(e)};e._inner=e._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(n,r,o,s,d,C)=>{try{return As(e),n.invokeTask(o,s,d,C)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),Ss(e)}},onInvoke:(n,r,o,s,d,C,_)=>{try{return As(e),n.invoke(o,s,d,C,_)}finally{e.shouldCoalesceRunChangeDetection&&t(),Ss(e)}},onHasTask:(n,r,o,s)=>{n.hasTask(o,s),r===o&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,X0(e),q0(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(n,r,o,s)=>(n.handleError(o,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(o)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!b3.isInAngularZone())throw new q(909,!1)}static assertNotInAngularZone(){if(b3.isInAngularZone())throw new q(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){const s=this._inner,d=s.scheduleEventTask("NgZoneEvent: "+o,t,jp,x8,x8);try{return s.runTask(d,n,r)}finally{s.cancelTask(d)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}}const jp={};function q0(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function X0(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&-1!==e.lastRequestAnimationFrameId?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function As(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ss(e){e._nesting--,q0(e)}class Bp{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new er,this.onMicrotaskEmpty=new er,this.onStable=new er,this.onError=new er}run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,o){return t.apply(n,r)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Fs=new z1(""),js=new z1("");class so{constructor(t,n,r){this._ngZone=t,this.registry=n,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,e4||(function Vp(e){e4=e}(r),r.addToWindow(n)),this._watchAngularEvents(),t.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{b3.assertNotInAngularZone(),J0(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())J0(()=>{for(;0!==this._callbacks.length;){let t=this._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb(this._didWork)}this._didWork=!1});else{let t=this.getPendingTasks();this._callbacks=this._callbacks.filter(n=>!n.updateCb||!n.updateCb(t)||(clearTimeout(n.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(t=>({source:t.source,creationLocation:t.creationLocation,data:t.data})):[]}addCallback(t,n,r){let o=-1;n&&n>0&&(o=setTimeout(()=>{this._callbacks=this._callbacks.filter(s=>s.timeoutId!==o),t(this._didWork,this.getPendingTasks())},n)),this._callbacks.push({doneCb:t,timeoutId:o,updateCb:r})}whenStable(t,n,r){if(r&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(t,n,r),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}registerApplication(t){this.registry.registerApplication(t,this)}unregisterApplication(t){this.registry.unregisterApplication(t)}findProviders(t,n,r){return[]}}so.\u0275fac=function(t){return new(t||so)(Pn(b3),Pn(hi),Pn(js))},so.\u0275prov=de({token:so,factory:so.\u0275fac});class hi{constructor(){this._applications=new Map}registerApplication(t,n){this._applications.set(t,n)}unregisterApplication(t){this._applications.delete(t)}unregisterAllApplications(){this._applications.clear()}getTestability(t){return this._applications.get(t)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(t,n=!0){var r,o;return null!==(r=null===(o=e4)||void 0===o?void 0:o.findTestabilityInTree(this,t,n))&&void 0!==r?r:null}}let e4; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */hi.\u0275fac=function(t){return new(t||hi)},hi.\u0275prov=de({token:hi,factory:hi.\u0275fac,providedIn:"platform"});let Yr=null;const Rs=new z1("AllowMultipleToken"),t4=new z1("PlatformDestroyListeners"),br=!1;function zs(e){const t=e.get(Os,null);t&&t.forEach(n=>n())}function Bs(e,t,n=[]){const r=`Platform: ${t}`,o=new z1(r);return(s=[])=>{let d=n4();if(!d||d.injector.get(Rs,!1)){const C=[...n,...s,{provide:o,useValue:!0}];e?e(C):function Hp(e){if(Yr&&!Yr.get(Rs,!1))throw new q(400,!1);Yr=e;const t=e.get(gi);return zs(e),t}(Vs(C,r))}return function Wp(e){const t=n4();if(!t)throw new q(401,!1);return t}()}}function Vs(e=[],t){return d3.create({name:t,providers:[{provide:Ur,useValue:"platform"},{provide:t4,useValue:new Set([()=>Yr=null])},...e]})}function n4(){var e,t;return null!==(e=null===(t=Yr)||void 0===t?void 0:t.get(gi))&&void 0!==e?e:null}class gi{constructor(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(t,n){const r=Us(n?.ngZone,Gs(n)),o=[{provide:b3,useValue:r}];return r.run(()=>{const s=d3.create({providers:o,parent:this.injector,name:t.moduleType.name}),d=t.create(s),C=d.injector.get(ko,null);if(!C)throw new q(402,!1);return r.runOutsideAngular(()=>{const _=r.onError.subscribe({next:L=>{C.handleError(L)}});d.onDestroy(()=>{O8(this._modules,d),_.unsubscribe()})}),Hs(C,r,()=>{const _=d.injector.get(yr);return _.runInitializers(),_.donePromise.then(()=>(c7(d.injector.get(P8,to)||to),this._moduleDoBootstrap(d),d))})})}bootstrapModule(t,n=[]){const r=Zs({},n);return function Gp(e,t,n){const r=new F0(n);return Promise.resolve(r)}(this.injector,0,t).then(o=>this.bootstrapModuleFactory(o,r))}_moduleDoBootstrap(t){const n=t.injector.get(vr);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(r=>n.bootstrap(r));else{if(!t.instance.ngDoBootstrap)throw new q(403,!1);t.instance.ngDoBootstrap(n)}this._modules.push(t)}onDestroy(t){this._destroyListeners.push(t)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new q(404,!1);this._modules.slice().forEach(n=>n.destroy()),this._destroyListeners.forEach(n=>n());const t=this._injector.get(t4,null);t&&(t.forEach(n=>n()),t.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}}function Gs(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:!(!e||!e.ngZoneEventCoalescing)||!1,shouldCoalesceRunChangeDetection:!(!e||!e.ngZoneRunCoalescing)||!1}}function Us(e,t){let n;return n="noop"===e?new Bp:("zone.js"===e?void 0:e)||new b3(t),n}function Hs(e,t,n){try{const r=n();return v0(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e.handleError(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}function Zs(e,t){return e=Array.isArray(t)?t.reduce(Zs,e):{...e,...t}}gi.\u0275fac=function(t){return new(t||gi)(Pn(d3))},gi.\u0275prov=de({token:gi,factory:gi.\u0275fac,providedIn:"platform"});class vr{constructor(t,n,r){this._zone=t,this._injector=n,this._exceptionHandler=r,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this._destroyed=!1,this._destroyListeners=[],this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const o=new Z.y(d=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{d.next(this._stable),d.complete()})}),s=new Z.y(d=>{let C;this._zone.runOutsideAngular(()=>{C=this._zone.onStable.subscribe(()=>{b3.assertNotInAngularZone(),J0(()=>{!this._stable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks&&(this._stable=!0,d.next(!0))})})});const _=this._zone.onUnstable.subscribe(()=>{b3.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{d.next(!1)}))});return()=>{C.unsubscribe(),_.unsubscribe()}});this.isStable=(0,$.T)(o,s.pipe(ce()))}get destroyed(){return this._destroyed}get injector(){return this._injector}bootstrap(t,n){const r=t instanceof Q5;if(!this._injector.get(yr).done){!r&&fn(t);throw new q(405,br)}let s;s=r?t:this._injector.get(c).resolveComponentFactory(t),this.componentTypes.push(s.componentType);const d=function Up(e){return e.isBoundToModule}(s)?void 0:this._injector.get(no),C=n||s.selector,_=s.create(d3.NULL,[],C,d),L=_.location.nativeElement,N=_.injector.get(Fs,null);return N?.registerApplication(L),_.onDestroy(()=>{this.detachView(_.hostView),O8(this.components,_),N?.unregisterApplication(L)}),this._loadComponent(_),_}tick(){if(this._runningTick)throw new q(101,!1);try{this._runningTick=!0;for(let t of this._views)t.detectChanges()}catch(t){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(t))}finally{this._runningTick=!1}}attachView(t){const n=t;this._views.push(n),n.attachToAppRef(this)}detachView(t){const n=t;O8(this._views,n),n.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t),this._injector.get(Pp,[]).concat(this._bootstrapListeners).forEach(r=>r(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy()),this._onMicrotaskEmptySubscription.unsubscribe()}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(t){return this._destroyListeners.push(t),()=>O8(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new q(406,!1);const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}}function O8(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}vr.\u0275fac=function(t){return new(t||vr)(Pn(b3),Pn(Hr),Pn(ko))},vr.\u0275prov=de({token:vr,factory:vr.\u0275fac,providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Ks=!0,Qs=!1;function Qp(){if(Qs)throw new Error("Cannot enable prod mode after platform setup.");Ks=!1} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class $s{}$s.__NG_ELEMENT_ID__=function Yp(e){return function $p(e,t,n){if(Sn(e)&&!n){const r=Nn(e.index,t);return new Bo(r,r)}if(47&e.type){const r=t[16];return new Bo(r,t)}return null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(u1(),R(),16==(16&e))}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Xs{constructor(){}supports(t){return Go(t)}create(t){return new nh(t)}}const th=(e,t)=>t;class nh{constructor(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||th}forEachItem(t){let n;for(n=this._itHead;null!==n;n=n._next)t(n)}forEachOperation(t){let n=this._itHead,r=this._removalsHead,o=0,s=null;for(;n||r;){const d=!r||n&&n.currentIndex{d=this._trackByFn(o,C),null!==n&&Object.is(n.trackById,d)?(r&&(n=this._verifyReinsertion(n,C,d,o)),Object.is(n.item,C)||this._addIdentityChange(n,C)):(n=this._mismatch(n,C,d,o),r=!0),n=n._next,o++}),this.length=o;return this._truncate(n),this.collection=t,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,n,r,o){let s;return null===t?s=this._itTail:(s=t._prev,this._remove(t)),null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(r,null))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._reinsertAfter(t,s,o)):null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(r,o))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._moveAfter(t,s,o)):t=this._addAfter(new rh(n,r),s,o),t}_verifyReinsertion(t,n,r,o){let s=null===this._unlinkedRecords?null:this._unlinkedRecords.get(r,null);return null!==s?t=this._reinsertAfter(s,t._prev,o):t.currentIndex!=o&&(t.currentIndex=o,this._addToMoves(t,o)),t}_truncate(t){for(;null!==t;){const n=t._next;this._addToRemovals(this._unlink(t)),t=n}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,n,r){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);const o=t._prevRemoved,s=t._nextRemoved;return null===o?this._removalsHead=s:o._nextRemoved=s,null===s?this._removalsTail=o:s._prevRemoved=o,this._insertAfter(t,n,r),this._addToMoves(t,r),t}_moveAfter(t,n,r){return this._unlink(t),this._insertAfter(t,n,r),this._addToMoves(t,r),t}_addAfter(t,n,r){return this._insertAfter(t,n,r),null===this._additionsTail?this._additionsTail=this._additionsHead=t:this._additionsTail=this._additionsTail._nextAdded=t,t}_insertAfter(t,n,r){const o=null===n?this._itHead:n._next;return t._next=o,t._prev=n,null===o?this._itTail=t:o._prev=t,null===n?this._itHead=t:n._next=t,null===this._linkedRecords&&(this._linkedRecords=new el),this._linkedRecords.put(t),t.currentIndex=r,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);const n=t._prev,r=t._next;return null===n?this._itHead=r:n._next=r,null===r?this._itTail=n:r._prev=n,t}_addToMoves(t,n){return t.previousIndex===n||(null===this._movesTail?this._movesTail=this._movesHead=t:this._movesTail=this._movesTail._nextMoved=t),t}_addToRemovals(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new el),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,n){return t.item=n,null===this._identityChangesTail?this._identityChangesTail=this._identityChangesHead=t:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=t,t}}class rh{constructor(t,n){this.item=t,this.trackById=n,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class ih{constructor(){this._head=null,this._tail=null}add(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,n){let r;for(r=this._head;null!==r;r=r._nextDup)if((null===n||n<=r.currentIndex)&&Object.is(r.trackById,t))return r;return null}remove(t){const n=t._prevDup,r=t._nextDup;return null===n?this._head=r:n._nextDup=r,null===r?this._tail=n:r._prevDup=n,null===this._head}}class el{constructor(){this.map=new Map}put(t){const n=t.trackById;let r=this.map.get(n);r||(r=new ih,this.map.set(n,r)),r.add(t)}get(t,n){const r=t,o=this.map.get(r);return o?o.get(t,n):null}remove(t){const n=t.trackById;return this.map.get(n).remove(t)&&this.map.delete(n),t}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function tl(e,t,n){const r=e.previousIndex;if(null===r)return r;let o=0;return n&&r{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{const s=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,s)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){const r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const s=o._prev,d=o._next;return s&&(s._next=d),d&&(d._prev=s),o._next=null,o._prev=null,o}const r=new ah(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}}class ah{constructor(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function rl(){return new tr([new Xs])}class tr{constructor(t){this.factories=t}static create(t,n){if(null!=n){const r=n.factories.slice();t=t.concat(r)}return new tr(t)}static extend(t){return{provide:tr,useFactory:n=>tr.create(t,n||rl()),deps:[[tr,new jr,new Fr]]}}find(t){const n=this.factories.find(r=>r.supports(t));if(null!=n)return n;throw new q(901,!1)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function il(){return new nr([new nl])}tr.\u0275prov=de({token:tr,providedIn:"root",factory:rl});class nr{constructor(t){this.factories=t}static create(t,n){if(n){const r=n.factories.slice();t=t.concat(r)}return new nr(t)}static extend(t){return{provide:nr,useFactory:n=>nr.create(t,n||il()),deps:[[nr,new jr,new Fr]]}}find(t){const n=this.factories.find(r=>r.supports(t));if(n)return n;throw new q(901,!1)}}nr.\u0275prov=de({token:nr,providedIn:"root",factory:il}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const sh=[new nl],lh=[new Xs],ch=(new tr(lh),new nr(sh),Bs(null,"core",[])); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class lo{constructor(t){}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function uh(e){return"boolean"==typeof e?e:null!=e&&"false"!==e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */lo.\u0275fac=function(t){return new(t||lo)(Pn(vr))},lo.\u0275mod=T({type:lo}),lo.\u0275inj=ze({})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */,1612:(ht,we,x)=>{"use strict";x.d(we,{iD:()=>de});var i=x(8008),v=x(2218),Z=x(6957);class $ extends Z.w{constructor(k,be){super()}schedule(k,be=0){return this}}class F extends ${constructor(k,be){super(k,be),this.scheduler=k,this.work=be,this.pending=!1}schedule(k,be=0){if(this.closed)return this;this.state=k;const Re=this.id,ee=this.scheduler;return null!=Re&&(this.id=this.recycleAsyncId(ee,Re,be)),this.pending=!0,this.delay=be,this.id=this.id||this.requestAsyncId(ee,this.id,be),this}requestAsyncId(k,be,Re=0){return setInterval(k.flush.bind(k,this),Re)}recycleAsyncId(k,be,Re=0){if(null!==Re&&this.delay===Re&&!1===this.pending)return be;clearInterval(be)}execute(k,be){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const Re=this._execute(k,be);if(Re)return Re;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(k,be){let ee,Re=!1;try{this.work(k)}catch(me){Re=!0,ee=!!me&&me||new Error(me)}if(Re)return this.unsubscribe(),ee}_unsubscribe(){const k=this.id,be=this.scheduler,Re=be.actions,ee=Re.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==ee&&Re.splice(ee,1),null!=k&&(this.id=this.recycleAsyncId(be,k,null)),this.delay=null}}class Y{constructor(k,be=Y.now){this.SchedulerAction=k,this.now=be}schedule(k,be=0,Re){return new this.SchedulerAction(this,k).schedule(Re,be)}}Y.now=()=>Date.now();class X extends Y{constructor(k,be=Y.now){super(k,()=>X.delegate&&X.delegate!==this?X.delegate.now():be()),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(k,be=0,Re){return X.delegate&&X.delegate!==this?X.delegate.schedule(k,be,Re):super.schedule(k,be,Re)}flush(k){const{actions:be}=this;if(this.active)return void be.push(k);let Re;this.active=!0;do{if(Re=k.execute(k.state,k.delay))break}while(k=be.shift());if(this.active=!1,Re){for(;k=be.shift();)k.unsubscribe();throw Re}}}const U=new class re extends X{}(class B extends F{constructor(k,be){super(k,be),this.scheduler=k,this.work=be}schedule(k,be=0){return be>0?super.schedule(k,be):(this.delay=be,this.state=k,this.scheduler.flush(this),this)}execute(k,be){return be>0||this.closed?super.execute(k,be):this._execute(k,be)}requestAsyncId(k,be,Re=0){return null!==Re&&Re>0||null===Re&&this.delay>0?super.requestAsyncId(k,be,Re):k.flush(this)}});var se=x(14),he=x(5901);const ye=new he.y(ze=>ze.complete());function Oe(ze){return ze?function Ne(ze){return new he.y(k=>ze.schedule(()=>k.complete()))}(ze):ye}var Ee,ze,ce=x(4139);function fe({error:ze,subscriber:k}){k.error(ze)}(ze=Ee||(Ee={})).NEXT="N",ze.ERROR="E",ze.COMPLETE="C";class Se{constructor(k,be,Re){this.kind=k,this.value=be,this.error=Re,this.hasValue="N"===k}observe(k){switch(this.kind){case"N":return k.next&&k.next(this.value);case"E":return k.error&&k.error(this.error);case"C":return k.complete&&k.complete()}}do(k,be,Re){switch(this.kind){case"N":return k&&k(this.value);case"E":return be&&be(this.error);case"C":return Re&&Re()}}accept(k,be,Re){return k&&"function"==typeof k.next?this.observe(k):this.do(k,be,Re)}toObservable(){switch(this.kind){case"N":return(0,ce.of)(this.value);case"E":return function ne(ze,k){return k?new he.y(be=>k.schedule(fe,0,{error:ze,subscriber:be})):new he.y(be=>be.error(ze))}(this.error);case"C":return Oe()}throw new Error("unexpected notification kind value")}static createNext(k){return typeof k<"u"?new Se("N",k):Se.undefinedValueNotification}static createError(k){return new Se("E",void 0,k)}static createComplete(){return Se.completeNotification}}Se.completeNotification=new Se("C"),Se.undefinedValueNotification=new Se("N",void 0);class W extends se.L{constructor(k,be,Re=0){super(k),this.scheduler=be,this.delay=Re}static dispatch(k){const{notification:be,destination:Re}=k;be.observe(Re),this.unsubscribe()}scheduleMessage(k){this.destination.add(this.scheduler.schedule(W.dispatch,this.delay,new ge(k,this.destination)))}_next(k){this.scheduleMessage(Se.createNext(k))}_error(k){this.scheduleMessage(Se.createError(k)),this.unsubscribe()}_complete(){this.scheduleMessage(Se.createComplete()),this.unsubscribe()}}class ge{constructor(k,be){this.notification=k,this.destination=be}}var D=x(9086),q=x(1722);class pe extends v.xQ{constructor(k=Number.POSITIVE_INFINITY,be=Number.POSITIVE_INFINITY,Re){super(),this.scheduler=Re,this._events=[],this._infiniteTimeWindow=!1,this._bufferSize=k<1?1:k,this._windowTime=be<1?1:be,be===Number.POSITIVE_INFINITY?(this._infiniteTimeWindow=!0,this.next=this.nextInfiniteTimeWindow):this.next=this.nextTimeWindow}nextInfiniteTimeWindow(k){if(!this.isStopped){const be=this._events;be.push(k),be.length>this._bufferSize&&be.shift()}super.next(k)}nextTimeWindow(k){this.isStopped||(this._events.push(new Ce(this._getNow(),k)),this._trimBufferThenGetEvents()),super.next(k)}_subscribe(k){const be=this._infiniteTimeWindow,Re=be?this._events:this._trimBufferThenGetEvents(),ee=this.scheduler,me=Re.length;let xe;if(this.closed)throw new D.N;if(this.isStopped||this.hasError?xe=Z.w.EMPTY:(this.observers.push(k),xe=new q.W(this,k)),ee&&k.add(k=new W(k,ee)),be)for(let Fe=0;Febe&&(xe=Math.max(xe,me-be)),xe>0&&ee.splice(0,xe),ee}}class Ce{constructor(k,be){this.time=k,this.value=be}}var Ve=x(5286),at=x(6942),ct=x(4858),At=x(2831);function c1(ze,k){return"function"==typeof k?be=>be.pipe(c1((Re,ee)=>(0,ct.D)(ze(Re,ee)).pipe((0,at.U)((me,xe)=>k(Re,me,ee,xe))))):be=>be.lift(new zt(ze))}class zt{constructor(k){this.project=k}call(k,be){return be.subscribe(new St(k,this.project))}}class St extends At.Ds{constructor(k,be){super(k),this.project=be,this.index=0}_next(k){let be;const Re=this.index++;try{be=this.project(k,Re)}catch(ee){return void this.destination.error(ee)}this._innerSub(be)}_innerSub(k){const be=this.innerSubscription;be&&be.unsubscribe();const Re=new At.IY(this),ee=this.destination;ee.add(Re),this.innerSubscription=(0,At.ft)(k,Re),this.innerSubscription!==Re&&ee.add(this.innerSubscription)}_complete(){const{innerSubscription:k}=this;(!k||k.closed)&&super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=void 0}notifyComplete(){this.innerSubscription=void 0,this.isStopped&&super._complete()}notifyNext(k){this.destination.next(k)}} -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const It={schedule(ze,k){const be=setTimeout(ze,k);return()=>clearTimeout(be)},scheduleBeforeRender(ze){if(typeof window>"u")return It.schedule(ze,0);if(typeof window.requestAnimationFrame>"u")return It.schedule(ze,16);const k=window.requestAnimationFrame(ze);return()=>window.cancelAnimationFrame(k)}};let Vt;function Ft(ze,k,be){let Re=be;return function Pt(ze){return!!ze&&ze.nodeType===Node.ELEMENT_NODE}(ze)&&k.some((ee,me)=>!("*"===ee||!function Nt(ze,k){if(!Vt){const be=Element.prototype;Vt=be.matches||be.matchesSelector||be.mozMatchesSelector||be.msMatchesSelector||be.oMatchesSelector||be.webkitMatchesSelector}return ze.nodeType===Node.ELEMENT_NODE&&Vt.call(ze,k)}(ze,ee))&&(Re=me,!0)),Re -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}class Ue{constructor(k,be){this.componentFactory=be.get(i._Vd).resolveComponentFactory(k)}create(k){return new K1(this.componentFactory,k)}}class K1{constructor(k,be){this.componentFactory=k,this.injector=be,this.eventEmitters=new pe(1),this.events=this.eventEmitters.pipe(c1(Re=>(0,Ve.T)(...Re))),this.componentRef=null,this.viewChangeDetectorRef=null,this.inputChanges=null,this.hasInputChanges=!1,this.implementsOnChanges=!1,this.scheduledChangeDetectionFn=null,this.scheduledDestroyFn=null,this.initialInputValues=new Map,this.unchangedInputs=new Set(this.componentFactory.inputs.map(({propName:Re})=>Re)),this.ngZone=this.injector.get(i.R0b),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(k){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(k)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=It.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null,this.viewChangeDetectorRef=null)},10))})}getInputValue(k){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(k):this.componentRef.instance[k])}setInputValue(k,be){this.runInZone(()=>{null!==this.componentRef?function Jt(ze,k){return ze===k||ze!=ze&&k!=k}(be,this.getInputValue(k))&&(void 0!==be||!this.unchangedInputs.has(k))||(this.recordInputChange(k,be),this.unchangedInputs.delete(k),this.hasInputChanges=!0,this.componentRef.instance[k]=be,this.scheduleDetectChanges()):this.initialInputValues.set(k,be)})}initializeComponent(k){const be=i.zs3.create({providers:[],parent:this.injector}),Re= -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function ut(ze,k){const be=ze.childNodes,Re=k.map(()=>[]);let ee=-1;k.some((me,xe)=>"*"===me&&(ee=xe,!0));for(let me=0,xe=be.length;me{this.initialInputValues.has(k)&&this.setInputValue(k,this.initialInputValues.get(k))}),this.initialInputValues.clear()}initializeOutputs(k){const be=this.componentFactory.outputs.map(({propName:Re,templateName:ee})=>k.instance[Re].pipe((0,at.U)(xe=>({name:ee,value:xe}))));this.eventEmitters.next(be)}callNgOnChanges(k){if(!this.implementsOnChanges||null===this.inputChanges)return;const be=this.inputChanges;this.inputChanges=null,k.instance.ngOnChanges(be)}markViewForCheck(k){this.hasInputChanges&&(this.hasInputChanges=!1,k.markForCheck())}scheduleDetectChanges(){this.scheduledChangeDetectionFn||(this.scheduledChangeDetectionFn=It.scheduleBeforeRender(()=>{this.scheduledChangeDetectionFn=null,this.detectChanges()}))}recordInputChange(k,be){if(!this.implementsOnChanges)return;null===this.inputChanges&&(this.inputChanges={});const Re=this.inputChanges[k];if(Re)return void(Re.currentValue=be);const ee=this.unchangedInputs.has(k),me=ee?void 0:this.getInputValue(k);this.inputChanges[k]=new i.WD2(me,be,ee)}detectChanges(){null!==this.componentRef&&(this.callNgOnChanges(this.componentRef),this.markViewForCheck(this.viewChangeDetectorRef),this.componentRef.changeDetectorRef.detectChanges())}runInZone(k){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(k):k()}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class nt extends HTMLElement{constructor(){super(...arguments),this.ngElementEventsSubscription=null}}function de(ze,k){const be=function b1(ze,k){return k.get(i._Vd).resolveComponentFactory(ze).inputs}(ze,k.injector),Re=k.strategyFactory||new Ue(ze,k.injector),ee=function z(ze){const k={};return ze.forEach(({propName:be,templateName:Re})=>{k[function $t(ze){return ze.replace(/[A-Z]/g,k=>`-${k.toLowerCase()}`)}(Re)]=be}),k}(be);class me extends nt{constructor(Fe){super(),this.injector=Fe}get ngElementStrategy(){if(!this._ngElementStrategy){const Fe=this._ngElementStrategy=Re.create(this.injector||k.injector);be.forEach(({propName:je})=>{if(!this.hasOwnProperty(je))return;const Ye=this[je];delete this[je],Fe.setInputValue(je,Ye)})}return this._ngElementStrategy}attributeChangedCallback(Fe,je,Ye,_e){const P=ee[Fe];this.ngElementStrategy.setInputValue(P,Ye)}connectedCallback(){let Fe=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),Fe=!0),this.ngElementStrategy.connect(this),Fe||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(Fe=>{const je=new CustomEvent(Fe.name,{detail:Fe.value});this.dispatchEvent(je)})}}return me.observedAttributes=Object.keys(ee),be.forEach(({propName:xe})=>{Object.defineProperty(me.prototype,xe,{get(){return this.ngElementStrategy.getInputValue(xe)},set(Fe){this.ngElementStrategy.setInputValue(xe,Fe)},configurable:!0,enumerable:!0})}),me -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}new i.GfV("14.2.5"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */},609:(ht,we,x)=>{"use strict";x.d(we,{Fj:()=>ne,u5:()=>Rn,Fd:()=>vn,qQ:()=>H1,JJ:()=>Re,On:()=>O1,wV:()=>Sn});var i=x(8008),v=x(4666),Z=x(4858),$=x(5901),F=x(4327),B=x(6942),Y=x(6549);function re(O,p){return new $.y(w=>{const R=O.length;if(0===R)return void w.complete();const De=new Array(R);let Lt=0,$1=0;for(let u1=0;u1{mn||(mn=!0,$1++),De[u1]=I1},error:I1=>w.error(I1),complete:()=>{Lt++,(Lt===R||!mn)&&($1===R&&w.next(p?p.reduce((I1,e3,D2)=>(I1[e3]=De[D2],I1),{}):De),w.complete())}}))}})} -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class H{constructor(p,w){this._renderer=p,this._elementRef=w,this.onChange=R=>{},this.onTouched=()=>{}}setProperty(p,w){this._renderer.setProperty(this._elementRef.nativeElement,p,w)}registerOnTouched(p){this.onTouched=p}registerOnChange(p){this.onChange=p}setDisabledState(p){this.setProperty("disabled",p)}}H.\u0275fac=function(p){return new(p||H)(i.Y36(i.Qsj),i.Y36(i.SBq))},H.\u0275dir=i.lG2({type:H});class U extends H{}U.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(U)))(w||U)}}(),U.\u0275dir=i.lG2({type:U,features:[i.qOj]});const se=new i.OlP("NgValueAccessor"),he={provide:se,useExisting:(0,i.Gpc)(()=>ye),multi:!0}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ye extends U{writeValue(p){this.setProperty("checked",p)}}ye.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(ye)))(w||ye)}}(),ye.\u0275dir=i.lG2({type:ye,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(De){return w.onChange(De.target.checked)})("blur",function(){return w.onTouched()})},features:[i._Bn([he]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Oe={provide:se,useExisting:(0,i.Gpc)(()=>ne),multi:!0};const ce=new i.OlP("CompositionEventMode");class ne extends H{constructor(p,w,R){super(p,w),this._compositionMode=R,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function Ne(){const O=(0,v.q)()?(0,v.q)().getUserAgent():"";return/android (\d+)/.test(O.toLowerCase())}())}writeValue(p){const w=p??"";this.setProperty("value",w)}_handleInput(p){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(p)}_compositionStart(){this._composing=!0}_compositionEnd(p){this._composing=!1,this._compositionMode&&this.onChange(p)}}ne.\u0275fac=function(p){return new(p||ne)(i.Y36(i.Qsj),i.Y36(i.SBq),i.Y36(ce,8))},ne.\u0275dir=i.lG2({type:ne,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(p,w){1&p&&i.NdJ("input",function(De){return w._handleInput(De.target.value)})("blur",function(){return w.onTouched()})("compositionstart",function(){return w._compositionStart()})("compositionend",function(De){return w._compositionEnd(De.target.value)})},features:[i._Bn([Oe]),i.qOj]});function Ee(O){return null==O||("string"==typeof O||Array.isArray(O))&&0===O.length}function Se(O){return null!=O&&"number"==typeof O.length}const Pe=new i.OlP("NgValidators"),ae=new i.OlP("NgAsyncValidators"),W=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;function D(O){return p=>{if(Ee(p.value)||Ee(O))return null;const w=parseFloat(p.value);return!isNaN(w)&&w{if(Ee(p.value)||Ee(O))return null;const w=parseFloat(p.value);return!isNaN(w)&&w>O?{max:{max:O,actual:p.value}}:null}}function pe(O){return Ee(O.value)?{required:!0}:null}function Ce(O){return!0===O.value?null:{required:!0}}function Ve(O){return Ee(O.value)||W.test(O.value)?null:{email:!0}}function at(O){return p=>Ee(p.value)||!Se(p.value)?null:p.value.lengthSe(p.value)&&p.value.length>O?{maxlength:{requiredLength:O,actualLength:p.value.length}}:null}function At(O){if(!O)return c1;let p,w;return"string"==typeof O?(w="","^"!==O.charAt(0)&&(w+="^"),w+=O,"$"!==O.charAt(O.length-1)&&(w+="$"),p=new RegExp(w)):(w=O.toString(),p=O),R=>{if(Ee(R.value))return null;const De=R.value;return p.test(De)?null:{pattern:{requiredPattern:w,actualValue:De}}}}function c1(O){return null}function zt(O){return null!=O}function St(O){const p=(0,i.QGY)(O)?(0,Z.D)(O):O;return p}function It(O){let p={};return O.forEach(w=>{p=null!=w?{...p,...w}:p}),0===Object.keys(p).length?null:p}function $t(O,p){return p.map(w=>w(O))}function Bt(O){return O.map(p=>function Pt(O){return!O.validate}(p)?p:w=>p.validate(w))}function q1(O){if(!O)return null;const p=O.filter(zt);return 0==p.length?null:function(w){return It($t(w,p))}}function Vt(O){return null!=O?q1(Bt(O)):null}function Nt(O){if(!O)return null;const p=O.filter(zt);return 0==p.length?null:function(w){return function X(...O){if(1===O.length){const p=O[0];if((0,F.k)(p))return re(p,null);if((0,Y.K)(p)&&Object.getPrototypeOf(p)===Object.prototype){const w=Object.keys(p);return re(w.map(R=>p[R]),w)}}if("function"==typeof O[O.length-1]){const p=O.pop();return re(O=1===O.length&&(0,F.k)(O[0])?O[0]:O,null).pipe((0,B.U)(w=>p(...w)))}return re(O,null)}($t(w,p).map(St)).pipe((0,B.U)(It))}}function Jt(O){return null!=O?Nt(Bt(O)):null}function z(O,p){return null===O?[p]:Array.isArray(O)?[...O,p]:[O,p]}function b1(O){return O._rawValidators}function ut(O){return O._rawAsyncValidators}function Ft(O){return O?Array.isArray(O)?O:[O]:[]}function lt(O,p){return Array.isArray(O)?O.includes(p):O===p}function Ue(O,p){const w=Ft(p);return Ft(O).forEach(De=>{lt(w,De)||w.push(De)}),w}function K1(O,p){return Ft(p).filter(w=>!lt(O,w))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class nt{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(p){this._rawValidators=p||[],this._composedValidatorFn=Vt(this._rawValidators)}_setAsyncValidators(p){this._rawAsyncValidators=p||[],this._composedAsyncValidatorFn=Jt(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(p){this._onDestroyCallbacks.push(p)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(p=>p()),this._onDestroyCallbacks=[]}reset(p){this.control&&this.control.reset(p)}hasError(p,w){return!!this.control&&this.control.hasError(p,w)}getError(p,w){return this.control?this.control.getError(p,w):null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class de extends nt{get formDirective(){return null}get path(){return null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class We extends nt{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ze{constructor(p){this._cd=p}get isTouched(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.touched)}get isUntouched(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.untouched)}get isPristine(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.pristine)}get isDirty(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.dirty)}get isValid(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.valid)}get isInvalid(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.invalid)}get isPending(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.pending)}get isSubmitted(){var p;return!(null===(p=this._cd)||void 0===p||!p.submitted)}}class Re extends ze{constructor(p){super(p)}}Re.\u0275fac=function(p){return new(p||Re)(i.Y36(We,2))},Re.\u0275dir=i.lG2({type:Re,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(p,w){2&p&&i.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)},features:[i.qOj]});class ee extends ze{constructor(p){super(p)}}ee.\u0275fac=function(p){return new(p||ee)(i.Y36(de,10))},ee.\u0275dir=i.lG2({type:ee,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(p,w){2&p&&i.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)("ng-submitted",w.isSubmitted)},features:[i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Gt="VALID",X1="INVALID",Q1="PENDING",Ct="DISABLED";function dn(O){return(Y1(O)?O.validators:O)||null}function n2(O){return Array.isArray(O)?Vt(O):O||null}function Vn(O,p){return(Y1(p)?p.asyncValidators:O)||null}function Gn(O){return Array.isArray(O)?Jt(O):O||null}function Y1(O){return null!=O&&!Array.isArray(O)&&"object"==typeof O}function A1(O,p,w){const R=O.controls;if(!(p?Object.keys(R):R).length)throw new i.vHH(1e3,"");if(!R[w])throw new i.vHH(1001,"")}function Un(O,p,w){O._forEachChild((R,De)=>{if(void 0===w[De])throw new i.vHH(1002,"")})}class r2{constructor(p,w){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._rawValidators=p,this._rawAsyncValidators=w,this._composedValidatorFn=n2(this._rawValidators),this._composedAsyncValidatorFn=Gn(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn}set validator(p){this._rawValidators=this._composedValidatorFn=p}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(p){this._rawAsyncValidators=this._composedAsyncValidatorFn=p}get parent(){return this._parent}get valid(){return this.status===Gt}get invalid(){return this.status===X1}get pending(){return this.status==Q1}get disabled(){return this.status===Ct}get enabled(){return this.status!==Ct}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(p){this._rawValidators=p,this._composedValidatorFn=n2(p)}setAsyncValidators(p){this._rawAsyncValidators=p,this._composedAsyncValidatorFn=Gn(p)}addValidators(p){this.setValidators(Ue(p,this._rawValidators))}addAsyncValidators(p){this.setAsyncValidators(Ue(p,this._rawAsyncValidators))}removeValidators(p){this.setValidators(K1(p,this._rawValidators))}removeAsyncValidators(p){this.setAsyncValidators(K1(p,this._rawAsyncValidators))}hasValidator(p){return lt(this._rawValidators,p)}hasAsyncValidator(p){return lt(this._rawAsyncValidators,p)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(p={}){this.touched=!0,this._parent&&!p.onlySelf&&this._parent.markAsTouched(p)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(p=>p.markAllAsTouched())}markAsUntouched(p={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(w=>{w.markAsUntouched({onlySelf:!0})}),this._parent&&!p.onlySelf&&this._parent._updateTouched(p)}markAsDirty(p={}){this.pristine=!1,this._parent&&!p.onlySelf&&this._parent.markAsDirty(p)}markAsPristine(p={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(w=>{w.markAsPristine({onlySelf:!0})}),this._parent&&!p.onlySelf&&this._parent._updatePristine(p)}markAsPending(p={}){this.status=Q1,!1!==p.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!p.onlySelf&&this._parent.markAsPending(p)}disable(p={}){const w=this._parentMarkedDirty(p.onlySelf);this.status=Ct,this.errors=null,this._forEachChild(R=>{R.disable({...p,onlySelf:!0})}),this._updateValue(),!1!==p.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...p,skipPristineCheck:w}),this._onDisabledChange.forEach(R=>R(!0))}enable(p={}){const w=this._parentMarkedDirty(p.onlySelf);this.status=Gt,this._forEachChild(R=>{R.enable({...p,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:p.emitEvent}),this._updateAncestors({...p,skipPristineCheck:w}),this._onDisabledChange.forEach(R=>R(!1))}_updateAncestors(p){this._parent&&!p.onlySelf&&(this._parent.updateValueAndValidity(p),p.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(p){this._parent=p}getRawValue(){return this.value}updateValueAndValidity(p={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Gt||this.status===Q1)&&this._runAsyncValidator(p.emitEvent)),!1!==p.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!p.onlySelf&&this._parent.updateValueAndValidity(p)}_updateTreeValidity(p={emitEvent:!0}){this._forEachChild(w=>w._updateTreeValidity(p)),this.updateValueAndValidity({onlySelf:!0,emitEvent:p.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ct:Gt}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(p){if(this.asyncValidator){this.status=Q1,this._hasOwnPendingAsyncValidator=!0;const w=St(this.asyncValidator(this));this._asyncValidationSubscription=w.subscribe(R=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(R,{emitEvent:p})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(p,w={}){this.errors=p,this._updateControlsErrors(!1!==w.emitEvent)}get(p){let w=p;return null==w||(Array.isArray(w)||(w=w.split(".")),0===w.length)?null:w.reduce((R,De)=>R&&R._find(De),this)}getError(p,w){const R=w?this.get(w):this;return R&&R.errors?R.errors[p]:null}hasError(p,w){return!!this.getError(p,w)}get root(){let p=this;for(;p._parent;)p=p._parent;return p}_updateControlsErrors(p){this.status=this._calculateStatus(),p&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(p)}_initObservables(){this.valueChanges=new i.vpe,this.statusChanges=new i.vpe}_calculateStatus(){return this._allControlsDisabled()?Ct:this.errors?X1:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Q1)?Q1:this._anyControlsHaveStatus(X1)?X1:Gt}_anyControlsHaveStatus(p){return this._anyControls(w=>w.status===p)}_anyControlsDirty(){return this._anyControls(p=>p.dirty)}_anyControlsTouched(){return this._anyControls(p=>p.touched)}_updatePristine(p={}){this.pristine=!this._anyControlsDirty(),this._parent&&!p.onlySelf&&this._parent._updatePristine(p)}_updateTouched(p={}){this.touched=this._anyControlsTouched(),this._parent&&!p.onlySelf&&this._parent._updateTouched(p)}_registerOnCollectionChange(p){this._onCollectionChange=p}_setUpdateStrategy(p){Y1(p)&&null!=p.updateOn&&(this._updateOn=p.updateOn)}_parentMarkedDirty(p){const w=this._parent&&this._parent.dirty;return!p&&!!w&&!this._parent._anyControlsDirty()}_find(p){return null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class G1 extends r2{constructor(p,w,R){super(dn(w),Vn(R,w)),this.controls=p,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(p,w){return this.controls[p]?this.controls[p]:(this.controls[p]=w,w.setParent(this),w._registerOnCollectionChange(this._onCollectionChange),w)}addControl(p,w,R={}){this.registerControl(p,w),this.updateValueAndValidity({emitEvent:R.emitEvent}),this._onCollectionChange()}removeControl(p,w={}){this.controls[p]&&this.controls[p]._registerOnCollectionChange(()=>{}),delete this.controls[p],this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}setControl(p,w,R={}){this.controls[p]&&this.controls[p]._registerOnCollectionChange(()=>{}),delete this.controls[p],w&&this.registerControl(p,w),this.updateValueAndValidity({emitEvent:R.emitEvent}),this._onCollectionChange()}contains(p){return this.controls.hasOwnProperty(p)&&this.controls[p].enabled}setValue(p,w={}){Un(this,0,p),Object.keys(p).forEach(R=>{A1(this,!0,R),this.controls[R].setValue(p[R],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(p,w={}){null!=p&&(Object.keys(p).forEach(R=>{const De=this.controls[R];De&&De.patchValue(p[R],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(p={},w={}){this._forEachChild((R,De)=>{R.reset(p[De],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this._reduceChildren({},(p,w,R)=>(p[R]=w.getRawValue(),p))}_syncPendingControls(){let p=this._reduceChildren(!1,(w,R)=>!!R._syncPendingControls()||w);return p&&this.updateValueAndValidity({onlySelf:!0}),p}_forEachChild(p){Object.keys(this.controls).forEach(w=>{const R=this.controls[w];R&&p(R,w)})}_setUpControls(){this._forEachChild(p=>{p.setParent(this),p._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(p){for(const[w,R]of Object.entries(this.controls))if(this.contains(w)&&p(R))return!0;return!1}_reduceValue(){return this._reduceChildren({},(w,R,De)=>((R.enabled||this.disabled)&&(w[De]=R.value),w))}_reduceChildren(p,w){let R=p;return this._forEachChild((De,Lt)=>{R=w(R,De,Lt)}),R}_allControlsDisabled(){for(const p of Object.keys(this.controls))if(this.controls[p].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(p){return this.controls.hasOwnProperty(p)?this.controls[p]:null}}class T extends G1{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Le(O,p){return[...p.path,O]}function qe(O,p){var w,R;(t1(O,p),p.valueAccessor.writeValue(O.value),O.disabled)&&(null===(w=(R=p.valueAccessor).setDisabledState)||void 0===w||w.call(R,!0));(function Ut(O,p){p.valueAccessor.registerOnChange(w=>{O._pendingValue=w,O._pendingChange=!0,O._pendingDirty=!0,"change"===O.updateOn&&ke(O,p)})})(O,p),function Mt(O,p){const w=(R,De)=>{p.valueAccessor.writeValue(R),De&&p.viewToModelUpdate(R)};O.registerOnChange(w),p._registerOnDestroy(()=>{O._unregisterOnChange(w)})}(O,p),function N1(O,p){p.valueAccessor.registerOnTouched(()=>{O._pendingTouched=!0,"blur"===O.updateOn&&O._pendingChange&&ke(O,p),"submit"!==O.updateOn&&O.markAsTouched()})}(O,p),function bt(O,p){if(p.valueAccessor.setDisabledState){const w=R=>{p.valueAccessor.setDisabledState(R)};O.registerOnDisabledChange(w),p._registerOnDestroy(()=>{O._unregisterOnDisabledChange(w)})}}(O,p)}function _t(O,p,w=!0){const R=()=>{};p.valueAccessor&&(p.valueAccessor.registerOnChange(R),p.valueAccessor.registerOnTouched(R)),fn(O,p),O&&(p._invokeOnDestroyCallbacks(),O._registerOnCollectionChange(()=>{}))}function dt(O,p){O.forEach(w=>{w.registerOnValidatorChange&&w.registerOnValidatorChange(p)})}function t1(O,p){const w=b1(O);null!==p.validator?O.setValidators(z(w,p.validator)):"function"==typeof w&&O.setValidators([w]);const R=ut(O);null!==p.asyncValidator?O.setAsyncValidators(z(R,p.asyncValidator)):"function"==typeof R&&O.setAsyncValidators([R]);const De=()=>O.updateValueAndValidity();dt(p._rawValidators,De),dt(p._rawAsyncValidators,De)}function fn(O,p){let w=!1;if(null!==O){if(null!==p.validator){const De=b1(O);if(Array.isArray(De)&&De.length>0){const Lt=De.filter($1=>$1!==p.validator);Lt.length!==De.length&&(w=!0,O.setValidators(Lt))}}if(null!==p.asyncValidator){const De=ut(O);if(Array.isArray(De)&&De.length>0){const Lt=De.filter($1=>$1!==p.asyncValidator);Lt.length!==De.length&&(w=!0,O.setAsyncValidators(Lt))}}}const R=()=>{};return dt(p._rawValidators,R),dt(p._rawAsyncValidators,R),w}function ke(O,p){O._pendingDirty&&O.markAsDirty(),O.setValue(O._pendingValue,{emitModelToViewChange:!1}),p.viewToModelUpdate(O._pendingValue),O._pendingChange=!1}function _1(O,p){t1(O,p)}function et(O,p){if(!O.hasOwnProperty("model"))return!1;const w=O.model;return!!w.isFirstChange()||!Object.is(p,w.currentValue)}function rt(O,p){O._syncPendingControls(),p.forEach(w=>{const R=w.control;"submit"===R.updateOn&&R._pendingChange&&(w.viewToModelUpdate(R._pendingValue),R._pendingChange=!1)})}function qt(O,p){if(!p)return null;let w,R,De;return Array.isArray(p),p.forEach(Lt=>{Lt.constructor===ne?w=Lt:function wt(O){return Object.getPrototypeOf(O.constructor)===U}(Lt)?R=Lt:De=Lt}),De||R||w||null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const n1={provide:de,useExisting:(0,i.Gpc)(()=>yn)},s1=Promise.resolve();class yn extends de{constructor(p,w){super(),this.submitted=!1,this._directives=new Set,this.ngSubmit=new i.vpe,this.form=new G1({},Vt(p),Jt(w))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(p){s1.then(()=>{const w=this._findContainer(p.path);p.control=w.registerControl(p.name,p.control),qe(p.control,p),p.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(p)})}getControl(p){return this.form.get(p.path)}removeControl(p){s1.then(()=>{const w=this._findContainer(p.path);w&&w.removeControl(p.name),this._directives.delete(p)})}addFormGroup(p){s1.then(()=>{const w=this._findContainer(p.path),R=new G1({});_1(R,p),w.registerControl(p.name,R),R.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(p){s1.then(()=>{const w=this._findContainer(p.path);w&&w.removeControl(p.name)})}getFormGroup(p){return this.form.get(p.path)}updateModel(p,w){s1.then(()=>{this.form.get(p.path).setValue(w)})}setValue(p){this.control.setValue(p)}onSubmit(p){var w;return this.submitted=!0,rt(this.form,this._directives),this.ngSubmit.emit(p),"dialog"===(null==p||null===(w=p.target)||void 0===w?void 0:w.method)}onReset(){this.resetForm()}resetForm(p){this.form.reset(p),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(p){return p.pop(),p.length?this.form.get(p):this.form}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function w1(O,p){const w=O.indexOf(p);w>-1&&O.splice(w,1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function k1(O){return"object"==typeof O&&null!==O&&2===Object.keys(O).length&&"value"in O&&"disabled"in O}yn.\u0275fac=function(p){return new(p||yn)(i.Y36(Pe,10),i.Y36(ae,10))},yn.\u0275dir=i.lG2({type:yn,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(p,w){1&p&&i.NdJ("submit",function(De){return w.onSubmit(De)})("reset",function(){return w.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[i._Bn([n1]),i.qOj]});const Tn=class extends r2{constructor(p=null,w,R){super(dn(w),Vn(R,w)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(p),this._setUpdateStrategy(w),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Y1(w)&&(w.nonNullable||w.initialValueIsDefault)&&(k1(p)?this.defaultValue=p.value:this.defaultValue=p)}setValue(p,w={}){this.value=this._pendingValue=p,this._onChange.length&&!1!==w.emitModelToViewChange&&this._onChange.forEach(R=>R(this.value,!1!==w.emitViewToModelChange)),this.updateValueAndValidity(w)}patchValue(p,w={}){this.setValue(p,w)}reset(p=this.defaultValue,w={}){this._applyFormState(p),this.markAsPristine(w),this.markAsUntouched(w),this.setValue(this.value,w),this._pendingChange=!1}_updateValue(){}_anyControls(p){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(p){this._onChange.push(p)}_unregisterOnChange(p){w1(this._onChange,p)}registerOnDisabledChange(p){this._onDisabledChange.push(p)}_unregisterOnDisabledChange(p){w1(this._onDisabledChange,p)}_forEachChild(p){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange))&&(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0)}_applyFormState(p){k1(p)?(this.value=this._pendingValue=p.value,p.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=p}}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class r1 extends de{ngOnInit(){this._checkParentType(),this.formDirective.addFormGroup(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormGroup(this)}get control(){return this.formDirective.getFormGroup(this)}get path(){return Le(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}}r1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(r1)))(w||r1)}}(),r1.\u0275dir=i.lG2({type:r1,features:[i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const v2={provide:de,useExisting:(0,i.Gpc)(()=>f1)};class f1 extends r1{constructor(p,w,R){super(),this._parent=p,this._setValidators(w),this._setAsyncValidators(R)}_checkParentType(){!(this._parent instanceof f1)&&this._parent}}f1.\u0275fac=function(p){return new(p||f1)(i.Y36(de,5),i.Y36(Pe,10),i.Y36(ae,10))},f1.\u0275dir=i.lG2({type:f1,selectors:[["","ngModelGroup",""]],inputs:{name:["ngModelGroup","name"]},exportAs:["ngModelGroup"],features:[i._Bn([v2]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const en={provide:We,useExisting:(0,i.Gpc)(()=>O1)},hn=Promise.resolve();class O1 extends We{constructor(p,w,R,De,Lt){super(),this._changeDetectorRef=Lt,this.control=new Tn,this._registered=!1,this.update=new i.vpe,this._parent=p,this._setValidators(w),this._setAsyncValidators(R),this.valueAccessor=qt(0,De)}ngOnChanges(p){if(this._checkForErrors(),!this._registered||"name"in p){if(this._registered&&(this._checkName(),this.formDirective)){const w=p.name.previousValue;this.formDirective.removeControl({name:w,path:this._getPath(w)})}this._setUpControl()}"isDisabled"in p&&this._updateDisabled(p),et(p,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(p){this.viewModel=p,this.update.emit(p)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){qe(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(p){hn.then(()=>{var w;this.control.setValue(p,{emitViewToModelChange:!1}),null===(w=this._changeDetectorRef)||void 0===w||w.markForCheck()})}_updateDisabled(p){const w=p.isDisabled.currentValue,R=0!==w&&(0,i.D6c)(w);hn.then(()=>{var De;R&&!this.control.disabled?this.control.disable():!R&&this.control.disabled&&this.control.enable(),null===(De=this._changeDetectorRef)||void 0===De||De.markForCheck()})}_getPath(p){return this._parent?Le(p,this._parent):[p]}}O1.\u0275fac=function(p){return new(p||O1)(i.Y36(de,9),i.Y36(Pe,10),i.Y36(ae,10),i.Y36(se,10),i.Y36(i.sBO,8))},O1.\u0275dir=i.lG2({type:O1,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[i._Bn([en]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class j1{}j1.\u0275fac=function(p){return new(p||j1)},j1.\u0275dir=i.lG2({type:j1,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const T2={provide:se,useExisting:(0,i.Gpc)(()=>Sn),multi:!0};class Sn extends U{writeValue(p){const w=p??"";this.setProperty("value",w)}registerOnChange(p){this.onChange=w=>{p(""==w?null:parseFloat(w))}}}Sn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Sn)))(w||Sn)}}(),Sn.\u0275dir=i.lG2({type:Sn,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("input",function(De){return w.onChange(De.target.value)})("blur",function(){return w.onTouched()})},features:[i._Bn([T2]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Zn={provide:se,useExisting:(0,i.Gpc)(()=>Kt),multi:!0};class i2{}i2.\u0275fac=function(p){return new(p||i2)},i2.\u0275mod=i.oAB({type:i2}),i2.\u0275inj=i.cJS({});class Fn{constructor(){this._accessors=[]}add(p,w){this._accessors.push([p,w])}remove(p){for(let w=this._accessors.length-1;w>=0;--w)if(this._accessors[w][1]===p)return void this._accessors.splice(w,1)}select(p){this._accessors.forEach(w=>{this._isSameGroup(w,p)&&w[1]!==p&&w[1].fireUncheck(p.value)})}_isSameGroup(p,w){return!!p[0].control&&(p[0]._parent===w._control._parent&&p[1].name===w.name)}}Fn.\u0275fac=function(p){return new(p||Fn)},Fn.\u0275prov=i.Yz7({token:Fn,factory:Fn.\u0275fac,providedIn:i2});class Kt extends U{constructor(p,w,R,De){super(p,w),this._registry=R,this._injector=De,this.onChange=()=>{}}ngOnInit(){this._control=this._injector.get(We),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(p){this._state=p===this.value,this.setProperty("checked",this._state)}registerOnChange(p){this._fn=p,this.onChange=()=>{p(this.value),this._registry.select(this)}}fireUncheck(p){this.writeValue(p)}_checkName(){this.name&&this.formControlName&&(this.name,this.formControlName),!this.name&&this.formControlName&&(this.name=this.formControlName)}}Kt.\u0275fac=function(p){return new(p||Kt)(i.Y36(i.Qsj),i.Y36(i.SBq),i.Y36(Fn),i.Y36(i.zs3))},Kt.\u0275dir=i.lG2({type:Kt,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(){return w.onChange()})("blur",function(){return w.onTouched()})},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[i._Bn([Zn]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const v3={provide:se,useExisting:(0,i.Gpc)(()=>D1),multi:!0};class D1 extends U{writeValue(p){this.setProperty("value",parseFloat(p))}registerOnChange(p){this.onChange=w=>{p(""==w?null:parseFloat(w))}}}D1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(D1)))(w||D1)}}(),D1.\u0275dir=i.lG2({type:D1,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(De){return w.onChange(De.target.value)})("input",function(De){return w.onChange(De.target.value)})("blur",function(){return w.onTouched()})},features:[i._Bn([v3]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const a3=new i.OlP("NgModelWithFormControlWarning"),M1={provide:We,useExisting:(0,i.Gpc)(()=>h1)};class h1 extends We{constructor(p,w,R,De){super(),this._ngModelWarningConfig=De,this.update=new i.vpe,this._ngModelWarningSent=!1,this._setValidators(p),this._setAsyncValidators(w),this.valueAccessor=qt(0,R)}set isDisabled(p){}ngOnChanges(p){if(this._isControlChanged(p)){const w=p.form.previousValue;w&&_t(w,this,!1),qe(this.form,this),this.form.updateValueAndValidity({emitEvent:!1})}et(p,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&_t(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(p){this.viewModel=p,this.update.emit(p)}_isControlChanged(p){return p.hasOwnProperty("form")}}h1._ngModelWarningSentOnce=!1,h1.\u0275fac=function(p){return new(p||h1)(i.Y36(Pe,10),i.Y36(ae,10),i.Y36(se,10),i.Y36(a3,8))},h1.\u0275dir=i.lG2({type:h1,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[i._Bn([M1]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const K2={provide:de,useExisting:(0,i.Gpc)(()=>M2)};class M2 extends de{constructor(p,w){super(),this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new i.vpe,this._setValidators(p),this._setAsyncValidators(w)}ngOnChanges(p){this._checkFormPresent(),p.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(fn(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(p){const w=this.form.get(p.path);return qe(w,p),w.updateValueAndValidity({emitEvent:!1}),this.directives.push(p),w}getControl(p){return this.form.get(p.path)}removeControl(p){_t(p.control||null,p,!1),function Xt(O,p){const w=O.indexOf(p);w>-1&&O.splice(w,1)}(this.directives,p)}addFormGroup(p){this._setUpFormContainer(p)}removeFormGroup(p){this._cleanUpFormContainer(p)}getFormGroup(p){return this.form.get(p.path)}addFormArray(p){this._setUpFormContainer(p)}removeFormArray(p){this._cleanUpFormContainer(p)}getFormArray(p){return this.form.get(p.path)}updateModel(p,w){this.form.get(p.path).setValue(w)}onSubmit(p){var w;return this.submitted=!0,rt(this.form,this.directives),this.ngSubmit.emit(p),"dialog"===(null==p||null===(w=p.target)||void 0===w?void 0:w.method)}onReset(){this.resetForm()}resetForm(p){this.form.reset(p),this.submitted=!1}_updateDomValue(){this.directives.forEach(p=>{const w=p.control,R=this.form.get(p.path);w!==R&&(_t(w||null,p),R instanceof Tn&&(qe(R,p),p.control=R))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(p){const w=this.form.get(p.path);_1(w,p),w.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(p){if(this.form){const w=this.form.get(p.path);w&&function P1(O,p){return fn(O,p)}(w,p)&&w.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){t1(this.form,this),this._oldForm&&fn(this._oldForm,this)}_checkFormPresent(){this.form}}M2.\u0275fac=function(p){return new(p||M2)(i.Y36(Pe,10),i.Y36(ae,10))},M2.\u0275dir=i.lG2({type:M2,selectors:[["","formGroup",""]],hostBindings:function(p,w){1&p&&i.NdJ("submit",function(De){return w.onSubmit(De)})("reset",function(){return w.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[i._Bn([K2]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const tn={provide:de,useExisting:(0,i.Gpc)(()=>nn)};class nn extends r1{constructor(p,w,R){super(),this._parent=p,this._setValidators(w),this._setAsyncValidators(R)}_checkParentType(){Wn(this._parent)}}nn.\u0275fac=function(p){return new(p||nn)(i.Y36(de,13),i.Y36(Pe,10),i.Y36(ae,10))},nn.\u0275dir=i.lG2({type:nn,selectors:[["","formGroupName",""]],inputs:{name:["formGroupName","name"]},features:[i._Bn([tn]),i.qOj]});const h2={provide:de,useExisting:(0,i.Gpc)(()=>bn)};class bn extends de{constructor(p,w,R){super(),this._parent=p,this._setValidators(w),this._setAsyncValidators(R)}ngOnInit(){this._checkParentType(),this.formDirective.addFormArray(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormArray(this)}get control(){return this.formDirective.getFormArray(this)}get formDirective(){return this._parent?this._parent.formDirective:null}get path(){return Le(null==this.name?this.name:this.name.toString(),this._parent)}_checkParentType(){Wn(this._parent)}}function Wn(O){return!(O instanceof nn||O instanceof M2||O instanceof bn)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */bn.\u0275fac=function(p){return new(p||bn)(i.Y36(de,13),i.Y36(Pe,10),i.Y36(ae,10))},bn.\u0275dir=i.lG2({type:bn,selectors:[["","formArrayName",""]],inputs:{name:["formArrayName","name"]},features:[i._Bn([h2]),i.qOj]});const Q2={provide:We,useExisting:(0,i.Gpc)(()=>U1)};class U1 extends We{constructor(p,w,R,De,Lt){super(),this._ngModelWarningConfig=Lt,this._added=!1,this.update=new i.vpe,this._ngModelWarningSent=!1,this._parent=p,this._setValidators(w),this._setAsyncValidators(R),this.valueAccessor=qt(0,De)}set isDisabled(p){}ngOnChanges(p){this._added||this._setUpControl(),et(p,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(p){this.viewModel=p,this.update.emit(p)}get path(){return Le(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}}U1._ngModelWarningSentOnce=!1,U1.\u0275fac=function(p){return new(p||U1)(i.Y36(de,13),i.Y36(Pe,10),i.Y36(ae,10),i.Y36(se,10),i.Y36(a3,8))},U1.\u0275dir=i.lG2({type:U1,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[i._Bn([Q2]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const rn={provide:se,useExisting:(0,i.Gpc)(()=>on),multi:!0};function j2(O,p){return null==O?`${p}`:(p&&"object"==typeof p&&(p="Object"),`${O}: ${p}`.slice(0,50))}class on extends U{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(p){this._compareWith=p}writeValue(p){this.value=p;const R=j2(this._getOptionId(p),p);this.setProperty("value",R)}registerOnChange(p){this.onChange=w=>{this.value=this._getOptionValue(w),p(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(p){for(const w of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(w),p))return w;return null}_getOptionValue(p){const w=function K(O){return O.split(":")[0]}(p);return this._optionMap.has(w)?this._optionMap.get(w):p}}on.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(on)))(w||on)}}(),on.\u0275dir=i.lG2({type:on,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(De){return w.onChange(De.target.value)})("blur",function(){return w.onTouched()})},inputs:{compareWith:"compareWith"},features:[i._Bn([rn]),i.qOj]});class Ln{constructor(p,w,R){this._element=p,this._renderer=w,this._select=R,this._select&&(this.id=this._select._registerOption())}set ngValue(p){null!=this._select&&(this._select._optionMap.set(this.id,p),this._setElementValue(j2(this.id,p)),this._select.writeValue(this._select.value))}set value(p){this._setElementValue(p),this._select&&this._select.writeValue(this._select.value)}_setElementValue(p){this._renderer.setProperty(this._element.nativeElement,"value",p)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}Ln.\u0275fac=function(p){return new(p||Ln)(i.Y36(i.SBq),i.Y36(i.Qsj),i.Y36(on,9))},Ln.\u0275dir=i.lG2({type:Ln,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const rr={provide:se,useExisting:(0,i.Gpc)(()=>w2),multi:!0};function jt(O,p){return null==O?`${p}`:("string"==typeof p&&(p=`'${p}'`),p&&"object"==typeof p&&(p="Object"),`${O}: ${p}`.slice(0,50))}class w2 extends U{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(p){this._compareWith=p}writeValue(p){let w;if(this.value=p,Array.isArray(p)){const R=p.map(De=>this._getOptionId(De));w=(De,Lt)=>{De._setSelected(R.indexOf(Lt.toString())>-1)}}else w=(R,De)=>{R._setSelected(!1)};this._optionMap.forEach(w)}registerOnChange(p){this.onChange=w=>{const R=[],De=w.selectedOptions;if(void 0!==De){const Lt=De;for(let $1=0;$1vn),multi:!0};class vn extends gn{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=p=>Y2(p),this.createValidator=p=>q(p)}}vn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(vn)))(w||vn)}}(),vn.\u0275dir=i.lG2({type:vn,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("max",w._enabled?w.max:null)},inputs:{max:"max"},features:[i._Bn([N2]),i.qOj]});const s3={provide:Pe,useExisting:(0,i.Gpc)(()=>H1),multi:!0};class H1 extends gn{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=p=>Y2(p),this.createValidator=p=>D(p)}}H1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(H1)))(w||H1)}}(),H1.\u0275dir=i.lG2({type:H1,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("min",w._enabled?w.min:null)},inputs:{min:"min"},features:[i._Bn([s3]),i.qOj]});const $2={provide:Pe,useExisting:(0,i.Gpc)(()=>E1),multi:!0},i1={provide:Pe,useExisting:(0,i.Gpc)(()=>g2),multi:!0};class E1 extends gn{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=i.D6c,this.createValidator=p=>pe}enabled(p){return p}}E1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(E1)))(w||E1)}}(),E1.\u0275dir=i.lG2({type:E1,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("required",w._enabled?"":null)},inputs:{required:"required"},features:[i._Bn([$2]),i.qOj]});class g2 extends E1{constructor(){super(...arguments),this.createValidator=p=>Ce}}g2.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(g2)))(w||g2)}}(),g2.\u0275dir=i.lG2({type:g2,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("required",w._enabled?"":null)},features:[i._Bn([i1]),i.qOj]});const C2={provide:Pe,useExisting:(0,i.Gpc)(()=>y1),multi:!0};class y1 extends gn{constructor(){super(...arguments),this.inputName="email",this.normalizeInput=i.D6c,this.createValidator=p=>Ve}enabled(p){return p}}y1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(y1)))(w||y1)}}(),y1.\u0275dir=i.lG2({type:y1,selectors:[["","email","","formControlName",""],["","email","","formControl",""],["","email","","ngModel",""]],inputs:{email:"email"},features:[i._Bn([C2]),i.qOj]});const l3={provide:Pe,useExisting:(0,i.Gpc)(()=>Kn),multi:!0};class Kn extends gn{constructor(){super(...arguments),this.inputName="minlength",this.normalizeInput=p=>L3(p),this.createValidator=p=>at(p)}}Kn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Kn)))(w||Kn)}}(),Kn.\u0275dir=i.lG2({type:Kn,selectors:[["","minlength","","formControlName",""],["","minlength","","formControl",""],["","minlength","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("minlength",w._enabled?w.minlength:null)},inputs:{minlength:"minlength"},features:[i._Bn([l3]),i.qOj]});const o2={provide:Pe,useExisting:(0,i.Gpc)(()=>Z1),multi:!0};class Z1 extends gn{constructor(){super(...arguments),this.inputName="maxlength",this.normalizeInput=p=>L3(p),this.createValidator=p=>ct(p)}}Z1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Z1)))(w||Z1)}}(),Z1.\u0275dir=i.lG2({type:Z1,selectors:[["","maxlength","","formControlName",""],["","maxlength","","formControl",""],["","maxlength","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("maxlength",w._enabled?w.maxlength:null)},inputs:{maxlength:"maxlength"},features:[i._Bn([o2]),i.qOj]});const R2={provide:Pe,useExisting:(0,i.Gpc)(()=>Qn),multi:!0};class Qn extends gn{constructor(){super(...arguments),this.inputName="pattern",this.normalizeInput=p=>p,this.createValidator=p=>At(p)}}Qn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Qn)))(w||Qn)}}(),Qn.\u0275dir=i.lG2({type:Qn,selectors:[["","pattern","","formControlName",""],["","pattern","","formControl",""],["","pattern","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("pattern",w._enabled?w.pattern:null)},inputs:{pattern:"pattern"},features:[i._Bn([R2]),i.qOj]});class jn{}jn.\u0275fac=function(p){return new(p||jn)},jn.\u0275mod=i.oAB({type:jn}),jn.\u0275inj=i.cJS({imports:[i2]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Rn{}Rn.\u0275fac=function(p){return new(p||Rn)},Rn.\u0275mod=i.oAB({type:Rn}),Rn.\u0275inj=i.cJS({imports:[jn]});class an{static withConfig(p){return{ngModule:an,providers:[{provide:a3,useValue:p.warnOnNgModelWithFormControl}]}}}an.\u0275fac=function(p){return new(p||an)},an.\u0275mod=i.oAB({type:an}),an.\u0275inj=i.cJS({imports:[jn]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class q2 extends r2{constructor(p,w,R){super(dn(w),Vn(R,w)),this.controls=p,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(p){return this.controls[this._adjustIndex(p)]}push(p,w={}){this.controls.push(p),this._registerControl(p),this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}insert(p,w,R={}){this.controls.splice(p,0,w),this._registerControl(w),this.updateValueAndValidity({emitEvent:R.emitEvent})}removeAt(p,w={}){let R=this._adjustIndex(p);R<0&&(R=0),this.controls[R]&&this.controls[R]._registerOnCollectionChange(()=>{}),this.controls.splice(R,1),this.updateValueAndValidity({emitEvent:w.emitEvent})}setControl(p,w,R={}){let De=this._adjustIndex(p);De<0&&(De=0),this.controls[De]&&this.controls[De]._registerOnCollectionChange(()=>{}),this.controls.splice(De,1),w&&(this.controls.splice(De,0,w),this._registerControl(w)),this.updateValueAndValidity({emitEvent:R.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(p,w={}){Un(this,0,p),p.forEach((R,De)=>{A1(this,!1,De),this.at(De).setValue(R,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(p,w={}){null!=p&&(p.forEach((R,De)=>{this.at(De)&&this.at(De).patchValue(R,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(p=[],w={}){this._forEachChild((R,De)=>{R.reset(p[De],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this.controls.map(p=>p.getRawValue())}clear(p={}){this.controls.length<1||(this._forEachChild(w=>w._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:p.emitEvent}))}_adjustIndex(p){return p<0?p+this.length:p}_syncPendingControls(){let p=this.controls.reduce((w,R)=>!!R._syncPendingControls()||w,!1);return p&&this.updateValueAndValidity({onlySelf:!0}),p}_forEachChild(p){this.controls.forEach((w,R)=>{p(w,R)})}_updateValue(){this.value=this.controls.filter(p=>p.enabled||this.disabled).map(p=>p.value)}_anyControls(p){return this.controls.some(w=>w.enabled&&p(w))}_setUpControls(){this._forEachChild(p=>this._registerControl(p))}_allControlsDisabled(){for(const p of this.controls)if(p.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(p){p.setParent(this),p._registerOnCollectionChange(this._onCollectionChange)}_find(p){var w;return null!==(w=this.at(p))&&void 0!==w?w:null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function a2(O){return!!O&&(void 0!==O.asyncValidators||void 0!==O.validators||void 0!==O.updateOn)}class Yn{constructor(){this.useNonNullable=!1}get nonNullable(){const p=new Yn;return p.useNonNullable=!0,p}group(p,w=null){const R=this._reduceControls(p);let De={};return a2(w)?De=w:null!==w&&(De.validators=w.validator,De.asyncValidators=w.asyncValidator),new G1(R,De)}record(p,w=null){const R=this._reduceControls(p);return new T(R,w)}control(p,w,R){let De={};return this.useNonNullable?(a2(w)?De=w:(De.validators=w,De.asyncValidators=R),new Tn(p,{...De,nonNullable:!0})):new Tn(p,w,R)}array(p,w,R){const De=p.map(Lt=>this._createControl(Lt));return new q2(De,w,R)}_reduceControls(p){const w={};return Object.keys(p).forEach(R=>{w[R]=this._createControl(p[R])}),w}_createControl(p){if(p instanceof Tn)return p;if(p instanceof r2)return p;if(Array.isArray(p)){const w=p[0],R=p.length>1?p[1]:null,De=p.length>2?p[2]:null;return this.control(w,R,De)}return this.control(p)}}Yn.\u0275fac=function(p){return new(p||Yn)},Yn.\u0275prov=i.Yz7({token:Yn,factory:Yn.\u0275fac,providedIn:an});class sn{}sn.\u0275fac=function(p){return new(p||sn)},sn.\u0275prov=i.Yz7({token:sn,factory:function(){return(0,i.f3M)(Yn).nonNullable},providedIn:an});class Cn extends Yn{group(p,w=null){return super.group(p,w)}control(p,w,R){return super.control(p,w,R)}array(p,w,R){return super.array(p,w,R)}}Cn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Cn)))(w||Cn)}}(),Cn.\u0275prov=i.Yz7({token:Cn,factory:Cn.\u0275fac,providedIn:an}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -new i.GfV("14.2.5"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */},4497:(ht,we,x)=>{"use strict";x.d(we,{b2:()=>k,q6:()=>nt});var i=x(4666),v=x(8008); -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class Z extends i.w_{constructor(){super(...arguments),this.supportsDOMEvents=!0}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class $ extends Z{static makeCurrent(){(0,i.HT)(new $)}onAndCancel(T,Q,Le){return T.addEventListener(Q,Le,!1),()=>{T.removeEventListener(Q,Le,!1)}}dispatchEvent(T,Q){T.dispatchEvent(Q)}remove(T){T.parentNode&&T.parentNode.removeChild(T)}createElement(T,Q){return(Q=Q||this.getDefaultDocument()).createElement(T)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(T){return T.nodeType===Node.ELEMENT_NODE}isShadowRoot(T){return T instanceof DocumentFragment}getGlobalEventTarget(T,Q){return"window"===Q?window:"document"===Q?T:"body"===Q?T.body:null}getBaseHref(T){const Q=function B(){return F=F||document.querySelector("base"),F?F.getAttribute("href"):null}();return null==Q?null:function X(Te){Y=Y||document.createElement("a"),Y.setAttribute("href",Te);const T=Y.pathname;return"/"===T.charAt(0)?T:`/${T}`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(Q)}resetBaseElement(){F=null}getUserAgent(){return window.navigator.userAgent}getCookie(T){return(0,i.Mx)(document.cookie,T)}}let Y,F=null;const re=new v.OlP("TRANSITION_ID");const U=[{provide:v.ip1,useFactory:function H(Te,T,Q){return()=>{Q.get(v.CZH).donePromise.then(()=>{const Le=(0,i.q)(),qe=T.querySelectorAll(`style[ng-transition="${Te}"]`);for(let _t=0;_tLe.manager=this),this._plugins=T.slice().reverse()}addEventListener(T,Q,Le){return this._findPluginFor(Q).addEventListener(T,Q,Le)}addGlobalEventListener(T,Q,Le){return this._findPluginFor(Q).addGlobalEventListener(T,Q,Le)}getZone(){return this._zone}_findPluginFor(T){const Q=this._eventNameToPlugin.get(T);if(Q)return Q;const Le=this._plugins;for(let qe=0;qe{this._stylesSet.has(Le)||(this._stylesSet.add(Le),Q.add(Le))}),this.onStylesAdded(Q)}onStylesAdded(T){}getAllStyles(){return Array.from(this._stylesSet)}}ce.\u0275fac=function(T){return new(T||ce)},ce.\u0275prov=v.Yz7({token:ce,factory:ce.\u0275fac});class ne extends ce{constructor(T){super(),this._doc=T,this._hostNodes=new Map,this._hostNodes.set(T.head,[])}_addStylesToHost(T,Q,Le){T.forEach(qe=>{const _t=this._doc.createElement("style");_t.textContent=qe,Le.push(Q.appendChild(_t))})}addHost(T){const Q=[];this._addStylesToHost(this._stylesSet,T,Q),this._hostNodes.set(T,Q)}removeHost(T){const Q=this._hostNodes.get(T);Q&&Q.forEach(fe),this._hostNodes.delete(T)}onStylesAdded(T){this._hostNodes.forEach((Q,Le)=>{this._addStylesToHost(T,Le,Q)})}ngOnDestroy(){this._hostNodes.forEach(T=>T.forEach(fe))}}function fe(Te){(0,i.q)().remove(Te)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ne.\u0275fac=function(T){return new(T||ne)(v.LFG(i.K0))},ne.\u0275prov=v.Yz7({token:ne,factory:ne.\u0275fac});const Ee={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},Se=/%COMP%/g,W="_nghost-%COMP%",ge="_ngcontent-%COMP%";function pe(Te,T,Q){for(let Le=0;Le{if("__ngUnwrap__"===T)return Te;!1===Te(T)&&(T.preventDefault(),T.returnValue=!1)}}class at{constructor(T,Q,Le){this.eventManager=T,this.sharedStylesHost=Q,this.appId=Le,this.rendererByCompId=new Map,this.defaultRenderer=new ct(T)}createRenderer(T,Q){if(!T||!Q)return this.defaultRenderer;switch(Q.encapsulation){case v.ifc.Emulated:{let Le=this.rendererByCompId.get(Q.id);return Le||(Le=new St(this.eventManager,this.sharedStylesHost,Q,this.appId),this.rendererByCompId.set(Q.id,Le)),Le.applyToHost(T),Le}case 1:case v.ifc.ShadowDom:return new It(this.eventManager,this.sharedStylesHost,T,Q);default:if(!this.rendererByCompId.has(Q.id)){const Le=pe(Q.id,Q.styles,[]);this.sharedStylesHost.addStyles(Le),this.rendererByCompId.set(Q.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}at.\u0275fac=function(T){return new(T||at)(v.LFG(Oe),v.LFG(ne),v.LFG(v.AFp))},at.\u0275prov=v.Yz7({token:at,factory:at.\u0275fac});class ct{constructor(T){this.eventManager=T,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(T,Q){return Q?document.createElementNS(Ee[Q]||Q,T):document.createElement(T)}createComment(T){return document.createComment(T)}createText(T){return document.createTextNode(T)}appendChild(T,Q){(zt(T)?T.content:T).appendChild(Q)}insertBefore(T,Q,Le){T&&(zt(T)?T.content:T).insertBefore(Q,Le)}removeChild(T,Q){T&&T.removeChild(Q)}selectRootElement(T,Q){let Le="string"==typeof T?document.querySelector(T):T;if(!Le)throw new Error(`The selector "${T}" did not match any elements`);return Q||(Le.textContent=""),Le}parentNode(T){return T.parentNode}nextSibling(T){return T.nextSibling}setAttribute(T,Q,Le,qe){if(qe){Q=qe+":"+Q;const _t=Ee[qe];_t?T.setAttributeNS(_t,Q,Le):T.setAttribute(Q,Le)}else T.setAttribute(Q,Le)}removeAttribute(T,Q,Le){if(Le){const qe=Ee[Le];qe?T.removeAttributeNS(qe,Q):T.removeAttribute(`${Le}:${Q}`)}else T.removeAttribute(Q)}addClass(T,Q){T.classList.add(Q)}removeClass(T,Q){T.classList.remove(Q)}setStyle(T,Q,Le,qe){qe&(v.JOm.DashCase|v.JOm.Important)?T.style.setProperty(Q,Le,qe&v.JOm.Important?"important":""):T.style[Q]=Le}removeStyle(T,Q,Le){Le&v.JOm.DashCase?T.style.removeProperty(Q):T.style[Q]=""}setProperty(T,Q,Le){T[Q]=Le}setValue(T,Q){T.nodeValue=Q}listen(T,Q,Le){return"string"==typeof T?this.eventManager.addGlobalEventListener(T,Q,Ce(Le)):this.eventManager.addEventListener(T,Q,Ce(Le))}}"@".charCodeAt(0);function zt(Te){return"TEMPLATE"===Te.tagName&&void 0!==Te.content}class St extends ct{constructor(T,Q,Le,qe){super(T),this.component=Le;const _t=pe(qe+"-"+Le.id,Le.styles,[]);Q.addStyles(_t),this.contentAttr=function D(Te){return ge.replace(Se,Te)}(qe+"-"+Le.id),this.hostAttr=function q(Te){return W.replace(Se,Te)}(qe+"-"+Le.id)}applyToHost(T){super.setAttribute(T,this.hostAttr,"")}createElement(T,Q){const Le=super.createElement(T,Q);return super.setAttribute(Le,this.contentAttr,""),Le}}class It extends ct{constructor(T,Q,Le,qe){super(T),this.sharedStylesHost=Q,this.hostEl=Le,this.shadowRoot=Le.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const _t=pe(qe.id,qe.styles,[]);for(let dt=0;dt<_t.length;dt++){const bt=document.createElement("style");bt.textContent=_t[dt],this.shadowRoot.appendChild(bt)}}nodeOrShadowRoot(T){return T===this.hostEl?this.shadowRoot:T}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}appendChild(T,Q){return super.appendChild(this.nodeOrShadowRoot(T),Q)}insertBefore(T,Q,Le){return super.insertBefore(this.nodeOrShadowRoot(T),Q,Le)}removeChild(T,Q){return super.removeChild(this.nodeOrShadowRoot(T),Q)}parentNode(T){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(T)))}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class $t extends Ne{constructor(T){super(T)}supports(T){return!0}addEventListener(T,Q,Le){return T.addEventListener(Q,Le,!1),()=>this.removeEventListener(T,Q,Le)}removeEventListener(T,Q,Le){return T.removeEventListener(Q,Le)}}$t.\u0275fac=function(T){return new(T||$t)(v.LFG(i.K0))},$t.\u0275prov=v.Yz7({token:$t,factory:$t.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Pt=["alt","control","meta","shift"],Bt={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},q1={alt:Te=>Te.altKey,control:Te=>Te.ctrlKey,meta:Te=>Te.metaKey,shift:Te=>Te.shiftKey};class Vt extends Ne{constructor(T){super(T)}supports(T){return null!=Vt.parseEventName(T)}addEventListener(T,Q,Le){const qe=Vt.parseEventName(Q),_t=Vt.eventCallback(qe.fullKey,Le,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,i.q)().onAndCancel(T,qe.domEventName,_t))}static parseEventName(T){const Q=T.toLowerCase().split("."),Le=Q.shift();if(0===Q.length||"keydown"!==Le&&"keyup"!==Le)return null;const qe=Vt._normalizeKey(Q.pop());let _t="",dt=Q.indexOf("code");if(dt>-1&&(Q.splice(dt,1),_t="code."),Pt.forEach(t1=>{const fn=Q.indexOf(t1);fn>-1&&(Q.splice(fn,1),_t+=t1+".")}),_t+=qe,0!=Q.length||0===qe.length)return null;const bt={};return bt.domEventName=Le,bt.fullKey=_t,bt}static matchEventFullKeyCode(T,Q){let Le=Bt[T.key]||T.key,qe="";return Q.indexOf("code.")>-1&&(Le=T.code,qe="code."),!(null==Le||!Le)&&(Le=Le.toLowerCase()," "===Le?Le="space":"."===Le&&(Le="dot"),Pt.forEach(_t=>{if(_t!==Le){(0,q1[_t])(T)&&(qe+=_t+".")}}),qe+=Le,qe===Q)}static eventCallback(T,Q,Le){return qe=>{Vt.matchEventFullKeyCode(qe,T)&&Le.runGuarded(()=>Q(qe))}}static _normalizeKey(T){return"esc"===T?"escape":T}}Vt.\u0275fac=function(T){return new(T||Vt)(v.LFG(i.K0))},Vt.\u0275prov=v.Yz7({token:Vt,factory:Vt.\u0275fac});const K1=[{provide:v.Lbi,useValue:i.bD},{provide:v.g9A,useValue:function Ft(){$.makeCurrent()},multi:!0},{provide:i.K0,useFactory:function Ue(){return(0,v.RDi)(document),document},deps:[]}],nt=(0,v.eFA)(v._c5,"browser",K1),de=new v.OlP(""),We=[{provide:v.rWj,useClass:class se{addToWindow(T){v.dqk.getAngularTestability=(Le,qe=!0)=>{const _t=T.findTestabilityInTree(Le,qe);if(null==_t)throw new Error("Could not find testability for element.");return _t},v.dqk.getAllAngularTestabilities=()=>T.getAllTestabilities(),v.dqk.getAllAngularRootElements=()=>T.getAllRootElements();v.dqk.frameworkStabilizers||(v.dqk.frameworkStabilizers=[]),v.dqk.frameworkStabilizers.push(Le=>{const qe=v.dqk.getAllAngularTestabilities();let _t=qe.length,dt=!1;const bt=function(t1){dt=dt||t1,_t--,0==_t&&Le(dt)};qe.forEach(function(t1){t1.whenStable(bt)})})}findTestabilityInTree(T,Q,Le){if(null==Q)return null;return T.getTestability(Q)??(Le?(0,i.q)().isShadowRoot(Q)?this.findTestabilityInTree(T,Q.host,!0):this.findTestabilityInTree(T,Q.parentElement,!0):null)}},deps:[]},{provide:v.lri,useClass:v.dDg,deps:[v.R0b,v.eoX,v.rWj]},{provide:v.dDg,useClass:v.dDg,deps:[v.R0b,v.eoX,v.rWj]}],ze=[{provide:v.zSh,useValue:"root"},{provide:v.qLn,useFactory:function lt(){return new v.qLn},deps:[]},{provide:ye,useClass:$t,multi:!0,deps:[i.K0,v.R0b,v.Lbi]},{provide:ye,useClass:Vt,multi:!0,deps:[i.K0]},{provide:at,useClass:at,deps:[Oe,ne,v.AFp]},{provide:v.FYo,useExisting:at},{provide:ce,useExisting:ne},{provide:ne,useClass:ne,deps:[i.K0]},{provide:Oe,useClass:Oe,deps:[ye,v.R0b]},{provide:i.JF,useClass:he,deps:[]},[]];class k{constructor(T){false}static withServerTransition(T){return{ngModule:k,providers:[{provide:v.AFp,useValue:T.appId},{provide:re,useExisting:v.AFp},U]}}}k.\u0275fac=function(T){return new(T||k)(v.LFG(de,12))},k.\u0275mod=v.oAB({type:k}),k.\u0275inj=v.cJS({providers:[...ze,...We],imports:[i.ez,v.hGG]});class Re{constructor(T){this._doc=T,this._dom=(0,i.q)()}addTag(T,Q=!1){return T?this._getOrCreateElement(T,Q):null}addTags(T,Q=!1){return T?T.reduce((Le,qe)=>(qe&&Le.push(this._getOrCreateElement(qe,Q)),Le),[]):[]}getTag(T){return T&&this._doc.querySelector(`meta[${T}]`)||null}getTags(T){if(!T)return[];const Q=this._doc.querySelectorAll(`meta[${T}]`);return Q?[].slice.call(Q):[]}updateTag(T,Q){if(!T)return null;Q=Q||this._parseSelector(T);const Le=this.getTag(Q);return Le?this._setMetaElementAttributes(T,Le):this._getOrCreateElement(T,!0)}removeTag(T){this.removeTagElement(this.getTag(T))}removeTagElement(T){T&&this._dom.remove(T)}_getOrCreateElement(T,Q=!1){if(!Q){const _t=this._parseSelector(T),dt=this.getTags(_t).filter(bt=>this._containsAttributes(T,bt))[0];if(void 0!==dt)return dt}const Le=this._dom.createElement("meta");return this._setMetaElementAttributes(T,Le),this._doc.getElementsByTagName("head")[0].appendChild(Le),Le}_setMetaElementAttributes(T,Q){return Object.keys(T).forEach(Le=>Q.setAttribute(this._getMetaKeyMap(Le),T[Le])),Q}_parseSelector(T){const Q=T.name?"name":"property";return`${Q}="${T[Q]}"`}_containsAttributes(T,Q){return Object.keys(T).every(Le=>Q.getAttribute(this._getMetaKeyMap(Le))===T[Le])}_getMetaKeyMap(T){return ee[T]||T}}Re.\u0275fac=function(T){return new(T||Re)(v.LFG(i.K0))},Re.\u0275prov=v.Yz7({token:Re,factory:function(T){let Q=null;return Q=T?new T: -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function be(){return new Re((0,v.LFG)(i.K0))}(),Q},providedIn:"root"});const ee={httpEquiv:"http-equiv"}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class xe{constructor(T){this._doc=T}getTitle(){return this._doc.title}setTitle(T){this._doc.title=T||""}}xe.\u0275fac=function(T){return new(T||xe)(v.LFG(i.K0))},xe.\u0275prov=v.Yz7({token:xe,factory:function(T){let Q=null;return Q=T?new T:function me(){return new xe((0,v.LFG)(i.K0))}(),Q},providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -typeof window<"u"&&window; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class gt{constructor(){this.store={},this.onSerializeCallbacks={}}get(T,Q){return void 0!==this.store[T]?this.store[T]:Q}set(T,Q){this.store[T]=Q}remove(T){delete this.store[T]}hasKey(T){return this.store.hasOwnProperty(T)}get isEmpty(){return 0===Object.keys(this.store).length}onSerialize(T,Q){this.onSerializeCallbacks[T]=Q}toJson(){for(const T in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(T))try{this.store[T]=this.onSerializeCallbacks[T]()}catch(Q){console.warn("Exception in onSerialize callback: ",Q)}return JSON.stringify(this.store)}}gt.\u0275fac=function(T){return new(T||gt)},gt.\u0275prov=v.Yz7({token:gt,factory:function(){return(()=>{const Te=(0,v.f3M)(i.K0),T=(0,v.f3M)(v.AFp),Q=new gt;return Q.store=function Gt(Te,T){const Q=Te.getElementById(T+"-state");let Le={};if(Q&&Q.textContent)try{Le=JSON.parse(function v1(Te){const T={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return Te.replace(/&[^;]+;/g,Q=>T[Q])}(Q.textContent))}catch(qe){console.warn("Exception while restoring TransferState for app "+T,qe)}return Le}(Te,T),Q})()},providedIn:"root"});class X1{}X1.\u0275fac=function(T){return new(T||X1)},X1.\u0275mod=v.oAB({type:X1}),X1.\u0275inj=v.cJS({}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const dn={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},n2=new v.OlP("HammerGestureConfig"),Vn=new v.OlP("HammerLoader");class Gn{constructor(){this.events=[],this.overrides={}}buildHammer(T){const Q=new Hammer(T,this.options);Q.get("pinch").set({enable:!0}),Q.get("rotate").set({enable:!0});for(const Le in this.overrides)Q.get(Le).set(this.overrides[Le]);return Q}}Gn.\u0275fac=function(T){return new(T||Gn)},Gn.\u0275prov=v.Yz7({token:Gn,factory:Gn.\u0275fac});class Y1 extends Ne{constructor(T,Q,Le,qe){super(T),this._config=Q,this.console=Le,this.loader=qe,this._loaderPromise=null}supports(T){return!(!dn.hasOwnProperty(T.toLowerCase())&&!this.isCustomEvent(T)||!window.Hammer&&!this.loader)}addEventListener(T,Q,Le){const qe=this.manager.getZone();if(Q=Q.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||qe.runOutsideAngular(()=>this.loader());let _t=!1,dt=()=>{_t=!0};return qe.runOutsideAngular(()=>this._loaderPromise.then(()=>{window.Hammer?_t||(dt=this.addEventListener(T,Q,Le)):dt=()=>{}}).catch(()=>{dt=()=>{}})),()=>{dt()}}return qe.runOutsideAngular(()=>{const _t=this._config.buildHammer(T),dt=function(bt){qe.runGuarded(function(){Le(bt)})};return _t.on(Q,dt),()=>{_t.off(Q,dt),"function"==typeof _t.destroy&&_t.destroy()}})}isCustomEvent(T){return this._config.events.indexOf(T)>-1}}Y1.\u0275fac=function(T){return new(T||Y1)(v.LFG(i.K0),v.LFG(n2),v.LFG(v.c2e),v.LFG(Vn,8))},Y1.\u0275prov=v.Yz7({token:Y1,factory:Y1.\u0275fac});class A1{}A1.\u0275fac=function(T){return new(T||A1)},A1.\u0275mod=v.oAB({type:A1}),A1.\u0275inj=v.cJS({providers:[{provide:ye,useClass:Y1,multi:!0,deps:[i.K0,n2,v.c2e,[new v.FiY,Vn]]},{provide:n2,useClass:Gn,deps:[]}]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Un{}Un.\u0275fac=function(T){return new(T||Un)},Un.\u0275prov=v.Yz7({token:Un,factory:function(T){let Q=null;return Q=T?new(T||Un):v.LFG(G1),Q},providedIn:"root"});class G1 extends Un{constructor(T){super(),this._doc=T}sanitize(T,Q){if(null==Q)return null;switch(T){case v.q3G.NONE:return Q;case v.q3G.HTML:return(0,v.qzn)(Q,"HTML")?(0,v.z3N)(Q):(0,v.EiD)(this._doc,String(Q)).toString();case v.q3G.STYLE:return(0,v.qzn)(Q,"Style")?(0,v.z3N)(Q):Q;case v.q3G.SCRIPT:if((0,v.qzn)(Q,"Script"))return(0,v.z3N)(Q);throw new Error("unsafe value used in a script context");case v.q3G.URL:return(0,v.qzn)(Q,"URL")?(0,v.z3N)(Q):(0,v.mCW)(String(Q));case v.q3G.RESOURCE_URL:if((0,v.qzn)(Q,"ResourceURL"))return(0,v.z3N)(Q);throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${T} (see https://g.co/ng/security#xss)`)}}bypassSecurityTrustHtml(T){return(0,v.JVY)(T)}bypassSecurityTrustStyle(T){return(0,v.L6k)(T)}bypassSecurityTrustScript(T){return(0,v.eBb)(T)}bypassSecurityTrustUrl(T){return(0,v.LAX)(T)}bypassSecurityTrustResourceUrl(T){return(0,v.pB0)(T)}}G1.\u0275fac=function(T){return new(T||G1)(v.LFG(i.K0))},G1.\u0275prov=v.Yz7({token:G1,factory:function(T){let Q=null;return Q=T?new T:function r2(Te){return new G1(Te.get(i.K0))}(v.LFG(v.zs3)),Q},providedIn:"root"}); + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */let _=null;function H(){return _}function Q(y){_||(_=y)}class F{}const z=new o.OlP("DocumentToken");class Y{historyGo(g){throw new Error("Not implemented")}}Y.\u0275fac=function(g){return new(g||Y)},Y.\u0275prov=o.Yz7({token:Y,factory:function(){return function J(){return(0,o.LFG)(U)}()},providedIn:"platform"});new o.OlP("Location Initialized");class U extends Y{constructor(g){super(),this._doc=g,this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return H().getBaseHref(this._doc)}onPopState(g){const L=H().getGlobalEventTarget(this._doc,"window");return L.addEventListener("popstate",g,!1),()=>L.removeEventListener("popstate",g)}onHashChange(g){const L=H().getGlobalEventTarget(this._doc,"window");return L.addEventListener("hashchange",g,!1),()=>L.removeEventListener("hashchange",g)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(g){this._location.pathname=g}pushState(g,L,S){V()?this._history.pushState(g,L,S):this._location.hash=S}replaceState(g,L,S){V()?this._history.replaceState(g,L,S):this._location.hash=S}forward(){this._history.forward()}back(){this._history.back()}historyGo(g=0){this._history.go(g)}getState(){return this._history.state}}function V(){return!!window.history.pushState}function le(y,g){if(0==y.length)return g;if(0==g.length)return y;let L=0;return y.endsWith("/")&&L++,g.startsWith("/")&&L++,2==L?y+g.substring(1):1==L?y+g:y+"/"+g}function ye(y){const g=y.match(/#|\?|$/),L=g&&g.index||y.length,S=L-("/"===y[L-1]?1:0);return y.slice(0,S)+y.slice(L)}function De(y){return y&&"?"!==y[0]?"?"+y:y}U.\u0275fac=function(g){return new(g||U)(o.LFG(z))},U.\u0275prov=o.Yz7({token:U,factory:function(){return function se(){return new U((0,o.LFG)(z))}()},providedIn:"platform"});class Oe{historyGo(g){throw new Error("Not implemented")}}Oe.\u0275fac=function(g){return new(g||Oe)},Oe.\u0275prov=o.Yz7({token:Oe,factory:function(){return(0,o.f3M)(q)},providedIn:"root"});const ce=new o.OlP("appBaseHref");class q extends Oe{constructor(g,L){super(),this._platformLocation=g,this._removeListenerFns=[],this._baseHref=L??this._platformLocation.getBaseHrefFromDOM()??(0,o.f3M)(z).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}prepareExternalUrl(g){return le(this._baseHref,g)}path(g=!1){const L=this._platformLocation.pathname+De(this._platformLocation.search),S=this._platformLocation.hash;return S&&g?`${L}${S}`:L}pushState(g,L,S,ne){const _e=this.prepareExternalUrl(S+De(ne));this._platformLocation.pushState(g,L,_e)}replaceState(g,L,S,ne){const _e=this.prepareExternalUrl(S+De(ne));this._platformLocation.replaceState(g,L,_e)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){this._platformLocation.historyGo?.(g)}}q.\u0275fac=function(g){return new(g||q)(o.LFG(Y),o.LFG(ce,8))},q.\u0275prov=o.Yz7({token:q,factory:q.\u0275fac,providedIn:"root"});class ae extends Oe{constructor(g,L){super(),this._platformLocation=g,this._baseHref="",this._removeListenerFns=[],null!=L&&(this._baseHref=L)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}path(g=!1){let L=this._platformLocation.hash;return null==L&&(L="#"),L.length>0?L.substring(1):L}prepareExternalUrl(g){const L=le(this._baseHref,g);return L.length>0?"#"+L:L}pushState(g,L,S,ne){let _e=this.prepareExternalUrl(S+De(ne));0==_e.length&&(_e=this._platformLocation.pathname),this._platformLocation.pushState(g,L,_e)}replaceState(g,L,S,ne){let _e=this.prepareExternalUrl(S+De(ne));0==_e.length&&(_e=this._platformLocation.pathname),this._platformLocation.replaceState(g,L,_e)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){this._platformLocation.historyGo?.(g)}}ae.\u0275fac=function(g){return new(g||ae)(o.LFG(Y),o.LFG(ce,8))},ae.\u0275prov=o.Yz7({token:ae,factory:ae.\u0275fac});class Le{constructor(g){this._subject=new o.vpe,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=g;const L=this._locationStrategy.getBaseHref();this._basePath=function G(y){if(new RegExp("^(https?:)?//").test(y)){const[,L]=y.split(/\/\/[^\/]+/);return L}return y}(ye(te(L))),this._locationStrategy.onPopState(S=>{this._subject.emit({url:this.path(!0),pop:!0,state:S.state,type:S.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(g=!1){return this.normalize(this._locationStrategy.path(g))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(g,L=""){return this.path()==this.normalize(g+De(L))}normalize(g){return Le.stripTrailingSlash(function Ee(y,g){if(!y||!g.startsWith(y))return g;const L=g.substring(y.length);return""===L||["/",";","?","#"].includes(L[0])?L:g}(this._basePath,te(g)))}prepareExternalUrl(g){return g&&"/"!==g[0]&&(g="/"+g),this._locationStrategy.prepareExternalUrl(g)}go(g,L="",S=null){this._locationStrategy.pushState(S,"",g,L),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+De(L)),S)}replaceState(g,L="",S=null){this._locationStrategy.replaceState(S,"",g,L),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+De(L)),S)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(g=0){this._locationStrategy.historyGo?.(g)}onUrlChange(g){return this._urlChangeListeners.push(g),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(L=>{this._notifyUrlChangeListeners(L.url,L.state)})),()=>{const L=this._urlChangeListeners.indexOf(g);this._urlChangeListeners.splice(L,1),0===this._urlChangeListeners.length&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(g="",L){this._urlChangeListeners.forEach(S=>S(g,L))}subscribe(g,L,S){return this._subject.subscribe({next:g,error:L,complete:S})}}function te(y){return y.replace(/\/index.html$/,"")}Le.normalizeQueryParams=De,Le.joinWithSlash=le,Le.stripTrailingSlash=ye,Le.\u0275fac=function(g){return new(g||Le)(o.LFG(Oe))},Le.\u0275prov=o.Yz7({token:Le,factory:function(){return function Ne(){return new Le((0,o.LFG)(Oe))}()},providedIn:"root"});const me={ADP:[void 0,void 0,0],AFN:[void 0,"\u060b",0],ALL:[void 0,void 0,0],AMD:[void 0,"\u058f",2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],AZN:[void 0,"\u20bc"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"\u09f3"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,void 0,2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN\xa5","\xa5"],COP:[void 0,"$",2],CRC:[void 0,"\u20a1",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"K\u010d",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E\xa3"],ESP:[void 0,"\u20a7",0],EUR:["\u20ac"],FJD:[void 0,"$"],FKP:[void 0,"\xa3"],GBP:["\xa3"],GEL:[void 0,"\u20be"],GHS:[void 0,"GH\u20b5"],GIP:[void 0,"\xa3"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["\u20aa"],INR:["\u20b9"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["\xa5",void 0,0],KHR:[void 0,"\u17db"],KMF:[void 0,"CF",0],KPW:[void 0,"\u20a9",0],KRW:["\u20a9",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"\u20b8"],LAK:[void 0,"\u20ad",0],LBP:[void 0,"L\xa3",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"\u20ae",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"\u20a6"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:["\u20b1"],PKR:[void 0,"Rs",2],PLN:[void 0,"z\u0142"],PYG:[void 0,"\u20b2",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"\u20bd"],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"\xa3"],SLE:[void 0,void 0,2],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"\xa3"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"\xa3",0],THB:[void 0,"\u0e3f"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"\u20ba"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"\u20b4"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["\u20ab",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["F\u202fCFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["\xa4"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};var D,y,pe,Ce,ge,rt,Be,Ye;function d1(y,g){return $e((0,o.cg1)(y)[o.wAp.DateFormat],g)}function y1(y,g){return $e((0,o.cg1)(y)[o.wAp.TimeFormat],g)}function M1(y,g){return $e((0,o.cg1)(y)[o.wAp.DateTimeFormat],g)}function xt(y,g){const L=(0,o.cg1)(y),S=L[o.wAp.NumberSymbols][g];if(typeof S>"u"){if(g===Be.CurrencyDecimal)return L[o.wAp.NumberSymbols][Be.Decimal];if(g===Be.CurrencyGroup)return L[o.wAp.NumberSymbols][Be.Group]}return S}function r1(y,g){return(0,o.cg1)(y)[o.wAp.NumberFormats][g]}(y=D||(D={}))[y.Decimal=0]="Decimal",y[y.Percent=1]="Percent",y[y.Currency=2]="Currency",y[y.Scientific=3]="Scientific",function(y){y[y.Zero=0]="Zero",y[y.One=1]="One",y[y.Two=2]="Two",y[y.Few=3]="Few",y[y.Many=4]="Many",y[y.Other=5]="Other"}(pe||(pe={})),function(y){y[y.Format=0]="Format",y[y.Standalone=1]="Standalone"}(Ce||(Ce={})),function(y){y[y.Narrow=0]="Narrow",y[y.Abbreviated=1]="Abbreviated",y[y.Wide=2]="Wide",y[y.Short=3]="Short"}(ge||(ge={})),function(y){y[y.Short=0]="Short",y[y.Medium=1]="Medium",y[y.Long=2]="Long",y[y.Full=3]="Full"}(rt||(rt={})),function(y){y[y.Decimal=0]="Decimal",y[y.Group=1]="Group",y[y.List=2]="List",y[y.PercentSign=3]="PercentSign",y[y.PlusSign=4]="PlusSign",y[y.MinusSign=5]="MinusSign",y[y.Exponential=6]="Exponential",y[y.SuperscriptingExponent=7]="SuperscriptingExponent",y[y.PerMille=8]="PerMille",y[y.Infinity=9]="Infinity",y[y.NaN=10]="NaN",y[y.TimeSeparator=11]="TimeSeparator",y[y.CurrencyDecimal=12]="CurrencyDecimal",y[y.CurrencyGroup=13]="CurrencyGroup"}(Be||(Be={})),function(y){y[y.Sunday=0]="Sunday",y[y.Monday=1]="Monday",y[y.Tuesday=2]="Tuesday",y[y.Wednesday=3]="Wednesday",y[y.Thursday=4]="Thursday",y[y.Friday=5]="Friday",y[y.Saturday=6]="Saturday"}(Ye||(Ye={}));const h1=o.kL8;function Te(y){if(!y[o.wAp.ExtraData])throw new Error(`Missing extra locale data for the locale "${y[o.wAp.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function $e(y,g){for(let L=g;L>-1;L--)if(typeof y[L]<"u")return y[L];throw new Error("Locale data API: locale data undefined")}function Ae(y){const[g,L]=y.split(":");return{hours:+g,minutes:+L}}function N(y,g,L="en"){const S=function V1(y){return(0,o.cg1)(y)[o.wAp.Currencies]}(L)[y]||me[y]||[],ne=S[1];return"narrow"===g&&"string"==typeof ne?ne:S[0]||y}const he=2;const ut=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Pt={},At=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var Lt,dt,Je;function Tt(y,g,L,S){let ne=function qe(y){if(Me(y))return y;if("number"==typeof y&&!isNaN(y))return new Date(y);if("string"==typeof y){if(y=y.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(y)){const[ne,_e=1,Qe=1]=y.split("-").map(Et=>+Et);return ft(ne,_e-1,Qe)}const L=parseFloat(y);if(!isNaN(y-L))return new Date(L);let S;if(S=y.match(ut))return function Jt(y){const g=new Date(0);let L=0,S=0;const ne=y[8]?g.setUTCFullYear:g.setFullYear,_e=y[8]?g.setUTCHours:g.setHours;y[9]&&(L=Number(y[9]+y[10]),S=Number(y[9]+y[11])),ne.call(g,Number(y[1]),Number(y[2])-1,Number(y[3]));const Qe=Number(y[4]||0)-L,Et=Number(y[5]||0)-S,O1=Number(y[6]||0),f1=Math.floor(1e3*parseFloat("0."+(y[7]||0)));return _e.call(g,Qe,Et,O1,f1),g}(S)}const g=new Date(y);if(!Me(g))throw new Error(`Unable to convert "${y}" into a date`);return g}(y);g=Se(L,g)||g;let Et,Qe=[];for(;g;){if(Et=At.exec(g),!Et){Qe.push(g);break}{Qe=Qe.concat(Et.slice(1));const e1=Qe.pop();if(!e1)break;g=e1}}let O1=ne.getTimezoneOffset();S&&(O1=ue(S,O1),ne=function ht(y,g,L){const S=L?-1:1,ne=y.getTimezoneOffset(),_e=ue(g,ne);return function Ie(y,g){return y=new Date(y.getTime()),y.setMinutes(y.getMinutes()+g),y}(y,S*(_e-ne))}(ne,S,!0));let f1="";return Qe.forEach(e1=>{const Ot=function B(y){if(xe[y])return xe[y];let g;switch(y){case"G":case"GG":case"GGG":g=pt(Je.Eras,ge.Abbreviated);break;case"GGGG":g=pt(Je.Eras,ge.Wide);break;case"GGGGG":g=pt(Je.Eras,ge.Narrow);break;case"y":g=x1(dt.FullYear,1,0,!1,!0);break;case"yy":g=x1(dt.FullYear,2,0,!0,!0);break;case"yyy":g=x1(dt.FullYear,3,0,!1,!0);break;case"yyyy":g=x1(dt.FullYear,4,0,!1,!0);break;case"Y":g=e2(1);break;case"YY":g=e2(2,!0);break;case"YYY":g=e2(3);break;case"YYYY":g=e2(4);break;case"M":case"L":g=x1(dt.Month,1,1);break;case"MM":case"LL":g=x1(dt.Month,2,1);break;case"MMM":g=pt(Je.Months,ge.Abbreviated);break;case"MMMM":g=pt(Je.Months,ge.Wide);break;case"MMMMM":g=pt(Je.Months,ge.Narrow);break;case"LLL":g=pt(Je.Months,ge.Abbreviated,Ce.Standalone);break;case"LLLL":g=pt(Je.Months,ge.Wide,Ce.Standalone);break;case"LLLLL":g=pt(Je.Months,ge.Narrow,Ce.Standalone);break;case"w":g=tn(1);break;case"ww":g=tn(2);break;case"W":g=tn(1,!0);break;case"d":g=x1(dt.Date,1);break;case"dd":g=x1(dt.Date,2);break;case"c":case"cc":g=x1(dt.Day,1);break;case"ccc":g=pt(Je.Days,ge.Abbreviated,Ce.Standalone);break;case"cccc":g=pt(Je.Days,ge.Wide,Ce.Standalone);break;case"ccccc":g=pt(Je.Days,ge.Narrow,Ce.Standalone);break;case"cccccc":g=pt(Je.Days,ge.Short,Ce.Standalone);break;case"E":case"EE":case"EEE":g=pt(Je.Days,ge.Abbreviated);break;case"EEEE":g=pt(Je.Days,ge.Wide);break;case"EEEEE":g=pt(Je.Days,ge.Narrow);break;case"EEEEEE":g=pt(Je.Days,ge.Short);break;case"a":case"aa":case"aaa":g=pt(Je.DayPeriods,ge.Abbreviated);break;case"aaaa":g=pt(Je.DayPeriods,ge.Wide);break;case"aaaaa":g=pt(Je.DayPeriods,ge.Narrow);break;case"b":case"bb":case"bbb":g=pt(Je.DayPeriods,ge.Abbreviated,Ce.Standalone,!0);break;case"bbbb":g=pt(Je.DayPeriods,ge.Wide,Ce.Standalone,!0);break;case"bbbbb":g=pt(Je.DayPeriods,ge.Narrow,Ce.Standalone,!0);break;case"B":case"BB":case"BBB":g=pt(Je.DayPeriods,ge.Abbreviated,Ce.Format,!0);break;case"BBBB":g=pt(Je.DayPeriods,ge.Wide,Ce.Format,!0);break;case"BBBBB":g=pt(Je.DayPeriods,ge.Narrow,Ce.Format,!0);break;case"h":g=x1(dt.Hours,1,-12);break;case"hh":g=x1(dt.Hours,2,-12);break;case"H":g=x1(dt.Hours,1);break;case"HH":g=x1(dt.Hours,2);break;case"m":g=x1(dt.Minutes,1);break;case"mm":g=x1(dt.Minutes,2);break;case"s":g=x1(dt.Seconds,1);break;case"ss":g=x1(dt.Seconds,2);break;case"S":g=x1(dt.FractionalSeconds,1);break;case"SS":g=x1(dt.FractionalSeconds,2);break;case"SSS":g=x1(dt.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":g=dn(Lt.Short);break;case"ZZZZZ":g=dn(Lt.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":g=dn(Lt.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":g=dn(Lt.Long);break;default:return null}return xe[y]=g,g}(e1);f1+=Ot?Ot(ne,L,O1):"''"===e1?"'":e1.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),f1}function ft(y,g,L){const S=new Date(0);return S.setFullYear(y,g,L),S.setHours(0,0,0),S}function Se(y,g){const L=function Gt(y){return(0,o.cg1)(y)[o.wAp.LocaleId]}(y);if(Pt[L]=Pt[L]||{},Pt[L][g])return Pt[L][g];let S="";switch(g){case"shortDate":S=d1(y,rt.Short);break;case"mediumDate":S=d1(y,rt.Medium);break;case"longDate":S=d1(y,rt.Long);break;case"fullDate":S=d1(y,rt.Full);break;case"shortTime":S=y1(y,rt.Short);break;case"mediumTime":S=y1(y,rt.Medium);break;case"longTime":S=y1(y,rt.Long);break;case"fullTime":S=y1(y,rt.Full);break;case"short":const ne=Se(y,"shortTime"),_e=Se(y,"shortDate");S=Rt(M1(y,rt.Short),[ne,_e]);break;case"medium":const Qe=Se(y,"mediumTime"),Et=Se(y,"mediumDate");S=Rt(M1(y,rt.Medium),[Qe,Et]);break;case"long":const O1=Se(y,"longTime"),f1=Se(y,"longDate");S=Rt(M1(y,rt.Long),[O1,f1]);break;case"full":const e1=Se(y,"fullTime"),Ot=Se(y,"fullDate");S=Rt(M1(y,rt.Full),[e1,Ot])}return S&&(Pt[L][g]=S),S}function Rt(y,g){return g&&(y=y.replace(/\{([^}]+)}/g,function(L,S){return null!=g&&S in g?g[S]:L})),y}function W1(y,g,L="-",S,ne){let _e="";(y<0||ne&&y<=0)&&(ne?y=1-y:(y=-y,_e=L));let Qe=String(y);for(;Qe.length0||Et>-L)&&(Et+=L),y===dt.Hours)0===Et&&-12===L&&(Et=12);else if(y===dt.FractionalSeconds)return function yn(y,g){return W1(y,3).substring(0,g)}(Et,g);const O1=xt(Qe,Be.MinusSign);return W1(Et,g,O1,S,ne)}}function pt(y,g,L=Ce.Format,S=!1){return function(ne,_e){return function E2(y,g,L,S,ne,_e){switch(L){case Je.Months:return function L1(y,g,L){const S=(0,o.cg1)(y),_e=$e([S[o.wAp.MonthsFormat],S[o.wAp.MonthsStandalone]],g);return $e(_e,L)}(g,ne,S)[y.getMonth()];case Je.Days:return function Z1(y,g,L){const S=(0,o.cg1)(y),_e=$e([S[o.wAp.DaysFormat],S[o.wAp.DaysStandalone]],g);return $e(_e,L)}(g,ne,S)[y.getDay()];case Je.DayPeriods:const Qe=y.getHours(),Et=y.getMinutes();if(_e){const f1=function wt(y){const g=(0,o.cg1)(y);return Te(g),(g[o.wAp.ExtraData][2]||[]).map(S=>"string"==typeof S?Ae(S):[Ae(S[0]),Ae(S[1])])}(g),e1=function ot(y,g,L){const S=(0,o.cg1)(y);Te(S);const _e=$e([S[o.wAp.ExtraData][0],S[o.wAp.ExtraData][1]],g)||[];return $e(_e,L)||[]}(g,ne,S),Ot=f1.findIndex(t1=>{if(Array.isArray(t1)){const[Ht,a1]=t1,F1=Qe>=Ht.hours&&Et>=Ht.minutes,j1=Qe0?Math.floor(ne/60):Math.ceil(ne/60);switch(y){case Lt.Short:return(ne>=0?"+":"")+W1(Qe,2,_e)+W1(Math.abs(ne%60),2,_e);case Lt.ShortGMT:return"GMT"+(ne>=0?"+":"")+W1(Qe,1,_e);case Lt.Long:return"GMT"+(ne>=0?"+":"")+W1(Qe,2,_e)+":"+W1(Math.abs(ne%60),2,_e);case Lt.Extended:return 0===S?"Z":(ne>=0?"+":"")+W1(Qe,2,_e)+":"+W1(Math.abs(ne%60),2,_e);default:throw new Error(`Unknown zone width "${y}"`)}}}!function(y){y[y.Short=0]="Short",y[y.ShortGMT=1]="ShortGMT",y[y.Long=2]="Long",y[y.Extended=3]="Extended"}(Lt||(Lt={})),function(y){y[y.FullYear=0]="FullYear",y[y.Month=1]="Month",y[y.Date=2]="Date",y[y.Hours=3]="Hours",y[y.Minutes=4]="Minutes",y[y.Seconds=5]="Seconds",y[y.FractionalSeconds=6]="FractionalSeconds",y[y.Day=7]="Day"}(dt||(dt={})),function(y){y[y.DayPeriods=0]="DayPeriods",y[y.Days=1]="Days",y[y.Months=2]="Months",y[y.Eras=3]="Eras"}(Je||(Je={}));const R2=0,bn=4;function fn(y){return ft(y.getFullYear(),y.getMonth(),y.getDate()+(bn-y.getDay()))}function tn(y,g=!1){return function(L,S){let ne;if(g){const _e=new Date(L.getFullYear(),L.getMonth(),1).getDay()-1,Qe=L.getDate();ne=1+Math.floor((Qe+_e)/7)}else{const _e=fn(L),Qe=function J1(y){const g=ft(y,R2,1).getDay();return ft(y,0,1+(g<=bn?bn:bn+7)-g)}(_e.getFullYear()),Et=_e.getTime()-Qe.getTime();ne=1+Math.round(Et/6048e5)}return W1(ne,y,xt(S,Be.MinusSign))}}function e2(y,g=!1){return function(L,S){return W1(fn(L).getFullYear(),y,xt(S,Be.MinusSign),g)}}const xe={};function ue(y,g){y=y.replace(/:/g,"");const L=Date.parse("Jan 01, 1970 00:00:00 "+y)/6e4;return isNaN(L)?g:L}function Me(y){return y instanceof Date&&!isNaN(y.valueOf())}const O=/^(\d+)?\.((\d+)(-(\d+))?)?$/,W=22,be=".",Fe="0",He=";",it=",",jt="#",N1="\xa4",Xt="%";function Wt(y,g,L,S,ne,_e,Qe=!1){let Et="",O1=!1;if(isFinite(y)){let f1=function nn(y){let S,ne,_e,Qe,Et,g=Math.abs(y)+"",L=0;for((ne=g.indexOf(be))>-1&&(g=g.replace(be,"")),(_e=g.search(/e/i))>0?(ne<0&&(ne=_e),ne+=+g.slice(_e+1),g=g.substring(0,_e)):ne<0&&(ne=g.length),_e=0;g.charAt(_e)===Fe;_e++);if(_e===(Et=g.length))S=[0],ne=1;else{for(Et--;g.charAt(Et)===Fe;)Et--;for(ne-=_e,S=[],Qe=0;_e<=Et;_e++,Qe++)S[Qe]=Number(g.charAt(_e))}return ne>W&&(S=S.splice(0,W-1),L=ne-1,ne=1),{digits:S,exponent:L,integerLen:ne}}(y);Qe&&(f1=function vt(y){if(0===y.digits[0])return y;const g=y.digits.length-y.integerLen;return y.exponent?y.exponent+=2:(0===g?y.digits.push(0,0):1===g&&y.digits.push(0),y.integerLen+=2),y}(f1));let e1=g.minInt,Ot=g.minFrac,t1=g.maxFrac;if(_e){const En=_e.match(O);if(null===En)throw new Error(`${_e} is not a valid digit info`);const U1=En[1],ln=En[3],_n=En[5];null!=U1&&(e1=t2(U1)),null!=ln&&(Ot=t2(ln)),null!=_n?t1=t2(_n):null!=ln&&Ot>t1&&(t1=Ot)}!function r3(y,g,L){if(g>L)throw new Error(`The minimum number of digits after fraction (${g}) is higher than the maximum (${L}).`);let S=y.digits,ne=S.length-y.integerLen;const _e=Math.min(Math.max(g,ne),L);let Qe=_e+y.integerLen,Et=S[Qe];if(Qe>0){S.splice(Math.max(y.integerLen,Qe));for(let Ot=Qe;Ot=5)if(Qe-1<0){for(let Ot=0;Ot>Qe;Ot--)S.unshift(0),y.integerLen++;S.unshift(1),y.integerLen++}else S[Qe-1]++;for(;ne=f1?a1.pop():O1=!1),t1>=10?1:0},0);e1&&(S.unshift(e1),y.integerLen++)}(f1,Ot,t1);let Ht=f1.digits,a1=f1.integerLen;const F1=f1.exponent;let j1=[];for(O1=Ht.every(En=>!En);a10?j1=Ht.splice(a1,Ht.length):(j1=Ht,Ht=[0]);const Jn=[];for(Ht.length>=g.lgSize&&Jn.unshift(Ht.splice(-g.lgSize,Ht.length).join(""));Ht.length>g.gSize;)Jn.unshift(Ht.splice(-g.gSize,Ht.length).join(""));Ht.length&&Jn.unshift(Ht.join("")),Et=Jn.join(xt(L,S)),j1.length&&(Et+=xt(L,ne)+j1.join("")),F1&&(Et+=xt(L,Be.Exponential)+"+"+F1)}else Et=xt(L,Be.Infinity);return Et=y<0&&!O1?g.negPre+Et+g.negSuf:g.posPre+Et+g.posSuf,Et}function Ut(y,g,L,S,ne){const Qe=Nn(r1(g,D.Currency),xt(g,Be.MinusSign));return Qe.minFrac=function je(y){let g;const L=me[y];return L&&(g=L[2]),"number"==typeof g?g:he}(S),Qe.maxFrac=Qe.minFrac,Wt(y,Qe,g,Be.CurrencyGroup,Be.CurrencyDecimal,ne).replace(N1,L).replace(N1,"").trim()}function Nn(y,g="-"){const L={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},S=y.split(He),ne=S[0],_e=S[1],Qe=-1!==ne.indexOf(be)?ne.split(be):[ne.substring(0,ne.lastIndexOf(Fe)+1),ne.substring(ne.lastIndexOf(Fe)+1)],Et=Qe[0],O1=Qe[1]||"";L.posPre=Et.substring(0,Et.indexOf(jt));for(let e1=0;e1-1||(ne=L.getPluralCategory(y,S),g.indexOf(ne)>-1))return ne;if(g.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${y}"`)}Zn.\u0275fac=function(g){return new(g||Zn)},Zn.\u0275prov=o.Yz7({token:Zn,factory:function(g){let L=null;return g?L=new g:(S=o.LFG(o.soG),L=new pn(S)),L;var S},providedIn:"root"});class pn extends Zn{constructor(g){super(),this.locale=g}getPluralCategory(g,L){switch(h1(L||this.locale)(g)){case pe.Zero:return"zero";case pe.One:return"one";case pe.Two:return"two";case pe.Few:return"few";case pe.Many:return"many";default:return"other"}}}function kn(y,g){g=encodeURIComponent(g);for(const L of y.split(";")){const S=L.indexOf("="),[ne,_e]=-1==S?[L,""]:[L.slice(0,S),L.slice(S+1)];if(ne.trim()===g)return decodeURIComponent(_e)}return null}pn.\u0275fac=function(g){return new(g||pn)(o.LFG(o.soG))},pn.\u0275prov=o.Yz7({token:pn,factory:pn.\u0275fac});const i3=/\s+/,o3=[];class I2{constructor(g,L,S,ne){this._iterableDiffers=g,this._keyValueDiffers=L,this._ngEl=S,this._renderer=ne,this.initialClasses=o3,this.stateMap=new Map}set klass(g){this.initialClasses=null!=g?g.trim().split(i3):o3}set ngClass(g){this.rawClass="string"==typeof g?g.trim().split(i3):g}ngDoCheck(){for(const L of this.initialClasses)this._updateState(L,!0);const g=this.rawClass;if(Array.isArray(g)||g instanceof Set)for(const L of g)this._updateState(L,!0);else if(null!=g)for(const L of Object.keys(g))this._updateState(L,Boolean(g[L]));this._applyStateDiff()}_updateState(g,L){const S=this.stateMap.get(g);void 0!==S?(S.enabled!==L&&(S.changed=!0,S.enabled=L),S.touched=!0):this.stateMap.set(g,{enabled:L,changed:!0,touched:!0})}_applyStateDiff(){for(const g of this.stateMap){const L=g[0],S=g[1];S.changed?(this._toggleClass(L,S.enabled),S.changed=!1):S.touched||(S.enabled&&this._toggleClass(L,!1),this.stateMap.delete(L)),S.touched=!1}}_toggleClass(g,L){(g=g.trim()).length>0&&g.split(i3).forEach(S=>{L?this._renderer.addClass(this._ngEl.nativeElement,S):this._renderer.removeClass(this._ngEl.nativeElement,S)})}}I2.\u0275fac=function(g){return new(g||I2)(o.Y36(o.ZZ4),o.Y36(o.aQg),o.Y36(o.SBq),o.Y36(o.Qsj))},I2.\u0275dir=o.lG2({type:I2,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"},standalone:!0});class n2{constructor(g){this._viewContainerRef=g,this.ngComponentOutlet=null}ngOnChanges(g){const{_viewContainerRef:L,ngComponentOutletNgModule:S,ngComponentOutletNgModuleFactory:ne}=this;if(L.clear(),this._componentRef=void 0,this.ngComponentOutlet){const _e=this.ngComponentOutletInjector||L.parentInjector;(g.ngComponentOutletNgModule||g.ngComponentOutletNgModuleFactory)&&(this._moduleRef&&this._moduleRef.destroy(),this._moduleRef=S?(0,o.Lck)(S,i1(_e)):ne?ne.create(i1(_e)):void 0),this._componentRef=L.createComponent(this.ngComponentOutlet,{index:L.length,injector:_e,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}function i1(y){return y.get(o.h0i).injector}n2.\u0275fac=function(g){return new(g||n2)(o.Y36(o.s_b))},n2.\u0275dir=o.lG2({type:n2,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},standalone:!0,features:[o.TTD]});class In{constructor(g,L,S,ne){this.$implicit=g,this.ngForOf=L,this.index=S,this.count=ne}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class x2{set ngForOf(g){this._ngForOf=g,this._ngForOfDirty=!0}set ngForTrackBy(g){this._trackByFn=g}get ngForTrackBy(){return this._trackByFn}constructor(g,L,S){this._viewContainer=g,this._template=L,this._differs=S,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForTemplate(g){g&&(this._template=g)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const g=this._ngForOf;!this._differ&&g&&(this._differ=this._differs.find(g).create(this.ngForTrackBy))}if(this._differ){const g=this._differ.diff(this._ngForOf);g&&this._applyChanges(g)}}_applyChanges(g){const L=this._viewContainer;g.forEachOperation((S,ne,_e)=>{if(null==S.previousIndex)L.createEmbeddedView(this._template,new In(S.item,this._ngForOf,-1,-1),null===_e?void 0:_e);else if(null==_e)L.remove(null===ne?void 0:ne);else if(null!==ne){const Qe=L.get(ne);L.move(Qe,_e),vn(Qe,S)}});for(let S=0,ne=L.length;S{vn(L.get(S.currentIndex),S)})}static ngTemplateContextGuard(g,L){return!0}}function vn(y,g){y.context.$implicit=g.item}x2.\u0275fac=function(g){return new(g||x2)(o.Y36(o.s_b),o.Y36(o.Rgc),o.Y36(o.ZZ4))},x2.\u0275dir=o.lG2({type:x2,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0});class Fn{constructor(g,L){this._viewContainer=g,this._context=new Rn,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=L}set ngIf(g){this._context.$implicit=this._context.ngIf=g,this._updateView()}set ngIfThen(g){r2("ngIfThen",g),this._thenTemplateRef=g,this._thenViewRef=null,this._updateView()}set ngIfElse(g){r2("ngIfElse",g),this._elseTemplateRef=g,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(g,L){return!0}}Fn.\u0275fac=function(g){return new(g||Fn)(o.Y36(o.s_b),o.Y36(o.Rgc))},Fn.\u0275dir=o.lG2({type:Fn,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0});class Rn{constructor(){this.$implicit=null,this.ngIf=null}}function r2(y,g){if(g&&!g.createEmbeddedView)throw new Error(`${y} must be a TemplateRef, but received '${(0,o.AaK)(g)}'.`)}class tt{constructor(g,L){this._viewContainerRef=g,this._templateRef=L,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(g){g&&!this._created?this.create():!g&&this._created&&this.destroy()}}class Dt{constructor(){this._defaultViews=[],this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(g){this._ngSwitch=g,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(g){this._defaultViews.push(g)}_matchCase(g){const L=g==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||L,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),L}_updateDefaultCases(g){if(this._defaultViews.length>0&&g!==this._defaultUsed){this._defaultUsed=g;for(const L of this._defaultViews)L.enforceState(g)}}}Dt.\u0275fac=function(g){return new(g||Dt)},Dt.\u0275dir=o.lG2({type:Dt,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"},standalone:!0});class D1{constructor(g,L,S){this.ngSwitch=S,S._addCase(),this._view=new tt(g,L)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}D1.\u0275fac=function(g){return new(g||D1)(o.Y36(o.s_b),o.Y36(o.Rgc),o.Y36(Dt,9))},D1.\u0275dir=o.lG2({type:D1,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"},standalone:!0});class E1{constructor(g,L,S){S._addDefault(new tt(g,L))}}E1.\u0275fac=function(g){return new(g||E1)(o.Y36(o.s_b),o.Y36(o.Rgc),o.Y36(Dt,9))},E1.\u0275dir=o.lG2({type:E1,selectors:[["","ngSwitchDefault",""]],standalone:!0});class G1{constructor(g){this._localization=g,this._caseViews={}}set ngPlural(g){this._updateView(g)}addCase(g,L){this._caseViews[g]=L}_updateView(g){this._clearViews();const S=rr(g,Object.keys(this._caseViews),this._localization);this._activateView(this._caseViews[S])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(g){g&&(this._activeView=g,this._activeView.create())}}G1.\u0275fac=function(g){return new(g||G1)(o.Y36(Zn))},G1.\u0275dir=o.lG2({type:G1,selectors:[["","ngPlural",""]],inputs:{ngPlural:"ngPlural"},standalone:!0});class gn{constructor(g,L,S,ne){this.value=g;const _e=!isNaN(Number(g));ne.addCase(_e?`=${g}`:g,new tt(S,L))}}gn.\u0275fac=function(g){return new(g||gn)(o.$8M("ngPluralCase"),o.Y36(o.Rgc),o.Y36(o.s_b),o.Y36(G1,1))},gn.\u0275dir=o.lG2({type:gn,selectors:[["","ngPluralCase",""]],standalone:!0});class g1{constructor(g,L,S){this._ngEl=g,this._differs=L,this._renderer=S,this._ngStyle=null,this._differ=null}set ngStyle(g){this._ngStyle=g,!this._differ&&g&&(this._differ=this._differs.find(g).create())}ngDoCheck(){if(this._differ){const g=this._differ.diff(this._ngStyle);g&&this._applyChanges(g)}}_setStyle(g,L){const[S,ne]=g.split("."),_e=-1===S.indexOf("-")?void 0:o.JOm.DashCase;null!=L?this._renderer.setStyle(this._ngEl.nativeElement,S,ne?`${L}${ne}`:L,_e):this._renderer.removeStyle(this._ngEl.nativeElement,S,_e)}_applyChanges(g){g.forEachRemovedItem(L=>this._setStyle(L.key,null)),g.forEachAddedItem(L=>this._setStyle(L.key,L.currentValue)),g.forEachChangedItem(L=>this._setStyle(L.key,L.currentValue))}}g1.\u0275fac=function(g){return new(g||g1)(o.Y36(o.SBq),o.Y36(o.aQg),o.Y36(o.Qsj))},g1.\u0275dir=o.lG2({type:g1,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0});class Cn{constructor(g){this._viewContainerRef=g,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(g){if(g.ngTemplateOutlet||g.ngTemplateOutletInjector){const L=this._viewContainerRef;if(this._viewRef&&L.remove(L.indexOf(this._viewRef)),this.ngTemplateOutlet){const{ngTemplateOutlet:S,ngTemplateOutletContext:ne,ngTemplateOutletInjector:_e}=this;this._viewRef=L.createEmbeddedView(S,ne,_e?{injector:_e}:void 0)}else this._viewRef=null}else this._viewRef&&g.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}}Cn.\u0275fac=function(g){return new(g||Cn)(o.Y36(o.s_b))},Cn.\u0275dir=o.lG2({type:Cn,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[o.TTD]});function yt(y,g){return new o.vHH(2100,!1)}const Q2=new class i2{createSubscription(g,L){return g.then(L,S=>{throw S})}dispose(g){}},Kn=new class R3{createSubscription(g,L){return g.subscribe({next:L,error:S=>{throw S}})}dispose(g){g.unsubscribe()}};class c1{constructor(g){this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null,this._ref=g}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(g){return this._obj?g!==this._obj?(this._dispose(),this.transform(g)):this._latestValue:(g&&this._subscribe(g),this._latestValue)}_subscribe(g){this._obj=g,this._strategy=this._selectStrategy(g),this._subscription=this._strategy.createSubscription(g,L=>this._updateLatestValue(g,L))}_selectStrategy(g){if((0,o.QGY)(g))return Q2;if((0,o.F4k)(g))return Kn;throw yt()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(g,L){g===this._obj&&(this._latestValue=L,this._ref.markForCheck())}}c1.\u0275fac=function(g){return new(g||c1)(o.Y36(o.sBO,16))},c1.\u0275pipe=o.Yjl({name:"async",type:c1,pure:!1,standalone:!0});class f2{transform(g){if(null==g)return null;if("string"!=typeof g)throw yt();return g.toLowerCase()}}f2.\u0275fac=function(g){return new(g||f2)},f2.\u0275pipe=o.Yjl({name:"lowercase",type:f2,pure:!0,standalone:!0});const H1=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;class R1{transform(g){if(null==g)return null;if("string"!=typeof g)throw yt();return g.replace(H1,L=>L[0].toUpperCase()+L.slice(1).toLowerCase())}}R1.\u0275fac=function(g){return new(g||R1)},R1.\u0275pipe=o.Yjl({name:"titlecase",type:R1,pure:!0,standalone:!0});class k1{transform(g){if(null==g)return null;if("string"!=typeof g)throw yt();return g.toUpperCase()}}k1.\u0275fac=function(g){return new(g||k1)},k1.\u0275pipe=o.Yjl({name:"uppercase",type:k1,pure:!0,standalone:!0});const b1=new o.OlP("DATE_PIPE_DEFAULT_TIMEZONE"),z2=new o.OlP("DATE_PIPE_DEFAULT_OPTIONS");class p2{constructor(g,L,S){this.locale=g,this.defaultTimezone=L,this.defaultOptions=S}transform(g,L,S,ne){if(null==g||""===g||g!=g)return null;try{const _e=L??this.defaultOptions?.dateFormat??"mediumDate",Qe=S??this.defaultOptions?.timezone??this.defaultTimezone??void 0;return Tt(g,_e,ne||this.locale,Qe)}catch(_e){throw yt(0,_e.message)}}}p2.\u0275fac=function(g){return new(g||p2)(o.Y36(o.soG,16),o.Y36(b1,24),o.Y36(z2,24))},p2.\u0275pipe=o.Yjl({name:"date",type:p2,pure:!0,standalone:!0});const s3=/#/g;class C1{constructor(g){this._localization=g}transform(g,L,S){if(null==g)return"";if("object"!=typeof L||null===L)throw yt();return L[rr(g,Object.keys(L),this._localization,S)].replace(s3,g.toString())}}C1.\u0275fac=function(g){return new(g||C1)(o.Y36(Zn,16))},C1.\u0275pipe=o.Yjl({name:"i18nPlural",type:C1,pure:!0,standalone:!0});class K1{transform(g,L){if(null==g)return"";if("object"!=typeof L||"string"!=typeof g)throw yt();return L.hasOwnProperty(g)?L[g]:L.hasOwnProperty("other")?L.other:""}}K1.\u0275fac=function(g){return new(g||K1)},K1.\u0275pipe=o.Yjl({name:"i18nSelect",type:K1,pure:!0,standalone:!0});class Mn{transform(g){return JSON.stringify(g,null,2)}}Mn.\u0275fac=function(g){return new(g||Mn)},Mn.\u0275pipe=o.Yjl({name:"json",type:Mn,pure:!1,standalone:!0});class zn{constructor(g){this.differs=g,this.keyValues=[],this.compareFn=Vt}transform(g,L=Vt){if(!g||!(g instanceof Map)&&"object"!=typeof g)return null;this.differ||(this.differ=this.differs.find(g).create());const S=this.differ.diff(g),ne=L!==this.compareFn;return S&&(this.keyValues=[],S.forEachItem(_e=>{this.keyValues.push(function xn(y,g){return{key:y,value:g}}(_e.key,_e.currentValue))})),(S||ne)&&(this.keyValues.sort(L),this.compareFn=L),this.keyValues}}function Vt(y,g){const L=y.key,S=g.key;if(L===S)return 0;if(void 0===L)return 1;if(void 0===S)return-1;if(null===L)return 1;if(null===S)return-1;if("string"==typeof L&&"string"==typeof S)return Lnew wr((0,o.LFG)(z),window)});class wr{constructor(g,L){this.document=g,this.window=L,this.offset=()=>[0,0]}setOffset(g){Array.isArray(g)?this.offset=()=>g:this.offset=g}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(g){this.supportsScrolling()&&this.window.scrollTo(g[0],g[1])}scrollToAnchor(g){if(!this.supportsScrolling())return;const L=function Lr(y,g){const L=y.getElementById(g)||y.getElementsByName(g)[0];if(L)return L;if("function"==typeof y.createTreeWalker&&y.body&&(y.body.createShadowRoot||y.body.attachShadow)){const S=y.createTreeWalker(y.body,NodeFilter.SHOW_ELEMENT);let ne=S.currentNode;for(;ne;){const _e=ne.shadowRoot;if(_e){const Qe=_e.getElementById(g)||_e.querySelector(`[name="${g}"]`);if(Qe)return Qe}ne=S.nextNode()}}return null}(this.document,g);L&&(this.scrollToElement(L),L.focus())}setHistoryScrollRestoration(g){if(this.supportScrollRestoration()){const L=this.window.history;L&&L.scrollRestoration&&(L.scrollRestoration=g)}}scrollToElement(g){const L=g.getBoundingClientRect(),S=L.left+this.window.pageXOffset,ne=L.top+this.window.pageYOffset,_e=this.offset();this.window.scrollTo(S-_e[0],ne-_e[1])}supportScrollRestoration(){try{if(!this.supportsScrolling())return!1;const g=O2(this.window.history)||O2(Object.getPrototypeOf(this.window.history));return!(!g||!g.writable&&!g.set)}catch{return!1}}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch{return!1}}}function O2(y){return Object.getOwnPropertyDescriptor(y,"scrollRestoration")}class or{}function z1(y,g){return T2(y)?new URL(y):new URL(y,g.location.href)}function T2(y){return/^https?:\/\//.test(y)}function j2(y){return T2(y)?new URL(y).hostname:y}function v3(y){return y.startsWith("/")?y.slice(1):y}const Yt=y=>y.src,A2=new o.OlP("ImageLoader",{providedIn:"root",factory:()=>Yt});function a2(y,g){return function(S){return function jn(y){if("string"!=typeof y||""===y.trim())return!1;try{return new URL(y),!0}catch{return!1}}(S)||function sr(y,g){throw new o.vHH(2959,!1)}(),S=function Yn(y){return y.endsWith("/")?y.slice(0,-1):y}(S),[{provide:A2,useValue:Qe=>(T2(Qe.src)&&function M2(y,g){throw new o.vHH(2959,!1)}(0,Qe.src),y(S,{...Qe,src:v3(Qe.src)}))}]}}a2(function B3(y,g){let L="format=auto";return g.width&&(L+=`,width=${g.width}`),`${y}/cdn-cgi/image/${L}/${g.src}`});a2(function Q1(y,g){let L="f_auto,q_auto";return g.width&&(L+=`,w_${g.width}`),`${y}/image/upload/${L}/${g.src}`});a2(function ar(y,g){const{src:L,width:S}=g;let ne;if(S){ne=[y,`tr:w-${S}`,L]}else ne=[y,L];return ne.join("/")});a2(function w(y,g){const L=new URL(`${y}/${g.src}`);return L.searchParams.set("auto","format"),g.width&&L.searchParams.set("w",g.width.toString()),L.href});function K(y,g=!0){return`The NgOptimizedImage directive ${g?`(activated on an element with the \`ngSrc="${y}"\`) `:""}has detected that`}function ze(y){throw new o.vHH(2958,`Unexpected invocation of the ${y} in the prod mode. Please make sure that the prod mode is enabled for production builds.`)}class Ft{constructor(){this.images=new Map,this.alreadyWarned=new Set,this.window=null,this.observer=null,ze("LCP checker");const g=(0,o.f3M)(z).defaultView;typeof g<"u"&&typeof PerformanceObserver<"u"&&(this.window=g,this.observer=this.initPerformanceObserver())}initPerformanceObserver(){const g=new PerformanceObserver(L=>{const S=L.getEntries();if(0===S.length)return;const _e=S[S.length-1].element?.src??"";_e.startsWith("data:")||_e.startsWith("blob:")||this.images.get(_e)&&!this.alreadyWarned.has(_e)&&(this.alreadyWarned.add(_e),function gt(y){const g=K(y);console.warn((0,o.kuF)(2955,`${g} this image is the Largest Contentful Paint (LCP) element but was not marked "priority". This image should be marked "priority" in order to prioritize its loading. To fix this, add the "priority" attribute.`))}(_e))});return g.observe({type:"largest-contentful-paint",buffered:!0}),g}registerImage(g,L){this.observer&&this.images.set(z1(g,this.window).href,L)}unregisterImage(g){this.observer&&this.images.delete(z1(g,this.window).href)}ngOnDestroy(){this.observer&&(this.observer.disconnect(),this.images.clear(),this.alreadyWarned.clear())}}Ft.\u0275fac=function(g){return new(g||Ft)},Ft.\u0275prov=o.Yz7({token:Ft,factory:Ft.\u0275fac,providedIn:"root"});const mn=new Set(["localhost","127.0.0.1","0.0.0.0"]),j3=new o.OlP("PRECONNECT_CHECK_BLOCKLIST");class J2{constructor(){this.document=(0,o.f3M)(z),this.preconnectLinks=null,this.alreadySeen=new Set,this.window=null,this.blocklist=new Set(mn),ze("preconnect link checker");const g=this.document.defaultView;typeof g<"u"&&(this.window=g);const L=(0,o.f3M)(j3,{optional:!0});L&&this.populateBlocklist(L)}populateBlocklist(g){Array.isArray(g)?q2(g,L=>{this.blocklist.add(j2(L))}):this.blocklist.add(j2(g))}assertPreconnect(g,L){if(!this.window)return;const S=z1(g,this.window);this.blocklist.has(S.hostname)||this.alreadySeen.has(S.origin)||(this.alreadySeen.add(S.origin),this.preconnectLinks||(this.preconnectLinks=this.queryPreconnectLinks()),this.preconnectLinks.has(S.origin)||console.warn((0,o.kuF)(2956,`${K(L)} there is no preconnect tag present for this image. Preconnecting to the origin(s) that serve priority images ensures that these images are delivered as soon as possible. To fix this, please add the following element into the of the document:\n `)))}queryPreconnectLinks(){const g=new Set,S=Array.from(this.document.querySelectorAll("link[rel=preconnect]"));for(let ne of S){const _e=z1(ne.href,this.window);g.add(_e.origin)}return g}ngOnDestroy(){this.preconnectLinks?.clear(),this.alreadySeen.clear()}}function q2(y,g){for(let L of y)Array.isArray(L)?q2(L,g):g(L)}J2.\u0275fac=function(g){return new(g||J2)},J2.\u0275prov=o.Yz7({token:J2,factory:J2.\u0275fac,providedIn:"root"});const lr=new o.OlP("NG_OPTIMIZED_PRELOADED_IMAGES",{providedIn:"root",factory:()=>new Set});class N2{constructor(){this.preloadedImages=(0,o.f3M)(lr),this.document=(0,o.f3M)(z)}createPreloadLinkTag(g,L,S,ne){if(this.preloadedImages.has(L))return;this.preloadedImages.add(L);const _e=g.createElement("link");g.setAttribute(_e,"as","image"),g.setAttribute(_e,"href",L),g.setAttribute(_e,"rel","preload"),g.setAttribute(_e,"fetchpriority","high"),ne&&g.setAttribute(_e,"imageSizes",ne),S&&g.setAttribute(_e,"imageSrcset",S),g.appendChild(this.document.head,_e)}}N2.\u0275fac=function(g){return new(g||N2)},N2.\u0275prov=o.Yz7({token:N2,factory:N2.\u0275fac,providedIn:"root"});const Ge=/^((\s*\d+w\s*(,|$)){1,})$/,$1=[1,2],$3={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840]},dr=new o.OlP("ImageConfig",{providedIn:"root",factory:()=>$3});class Dn{constructor(){this.imageLoader=(0,o.f3M)(A2),this.config=function e3(y){let g={};return y.breakpoints&&(g.breakpoints=y.breakpoints.sort((L,S)=>L-S)),Object.assign({},$3,y,g)}((0,o.f3M)(dr)),this.renderer=(0,o.f3M)(o.Qsj),this.imgElement=(0,o.f3M)(o.SBq).nativeElement,this.injector=(0,o.f3M)(o.zs3),this.isServer=function P2(y){return y===wn}((0,o.f3M)(o.Lbi)),this.preloadLinkChecker=(0,o.f3M)(N2),this.lcpObserver=null,this._renderedSrc=null,this._priority=!1,this._disableOptimizedSrcset=!1,this._fill=!1}set width(g){this._width=w2(g)}get width(){return this._width}set height(g){this._height=w2(g)}get height(){return this._height}set priority(g){this._priority=c3(g)}get priority(){return this._priority}set disableOptimizedSrcset(g){this._disableOptimizedSrcset=c3(g)}get disableOptimizedSrcset(){return this._disableOptimizedSrcset}set fill(g){this._fill=c3(g)}get fill(){return this._fill}ngOnInit(){this.setHostAttributes()}setHostAttributes(){this.fill?this.sizes||(this.sizes="100vw"):(this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString())),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("ng-img","true");const g=this.getRewrittenSrc();let L;this.setHostAttribute("src",g),this.sizes&&this.setHostAttribute("sizes",this.sizes),this.ngSrcset?L=this.getRewrittenSrcset():this.shouldGenerateAutomaticSrcset()&&(L=this.getAutomaticSrcset()),L&&this.setHostAttribute("srcset",L),this.isServer&&this.priority&&this.preloadLinkChecker.createPreloadLinkTag(this.renderer,g,L,this.sizes)}ngOnChanges(g){}callImageLoader(g){let L=g;return this.loaderParams&&(L.loaderParams=this.loaderParams),this.imageLoader(L)}getLoadingBehavior(){return this.priority||void 0===this.loading?this.priority?"eager":"lazy":this.loading}getFetchPriority(){return this.priority?"high":"auto"}getRewrittenSrc(){if(!this._renderedSrc){const g={src:this.ngSrc};this._renderedSrc=this.callImageLoader(g)}return this._renderedSrc}getRewrittenSrcset(){const g=Ge.test(this.ngSrcset);return this.ngSrcset.split(",").filter(S=>""!==S).map(S=>{S=S.trim();const ne=g?parseFloat(S):parseFloat(S)*this.width;return`${this.callImageLoader({src:this.ngSrc,width:ne})} ${S}`}).join(", ")}getAutomaticSrcset(){return this.sizes?this.getResponsiveSrcset():this.getFixedSrcset()}getResponsiveSrcset(){const{breakpoints:g}=this.config;let L=g;return"100vw"===this.sizes?.trim()&&(L=g.filter(ne=>ne>=640)),L.map(ne=>`${this.callImageLoader({src:this.ngSrc,width:ne})} ${ne}w`).join(", ")}getFixedSrcset(){return $1.map(L=>`${this.callImageLoader({src:this.ngSrc,width:this.width*L})} ${L}x`).join(", ")}shouldGenerateAutomaticSrcset(){return!this._disableOptimizedSrcset&&!this.srcset&&this.imageLoader!==Yt&&!(this.width>1920||this.height>1080)}ngOnDestroy(){}setHostAttribute(g,L){this.renderer.setAttribute(this.imgElement,g,L)}}function w2(y){return"string"==typeof y?parseInt(y,10):y}function c3(y){return null!=y&&"false"!=`${y}`}Dn.\u0275fac=function(g){return new(g||Dn)},Dn.\u0275dir=o.lG2({type:Dn,selectors:[["img","ngSrc",""]],hostVars:8,hostBindings:function(g,L){2&g&&o.Udp("position",L.fill?"absolute":null)("width",L.fill?"100%":null)("height",L.fill?"100%":null)("inset",L.fill?"0px":null)},inputs:{ngSrc:"ngSrc",ngSrcset:"ngSrcset",sizes:"sizes",width:"width",height:"height",loading:"loading",priority:"priority",loaderParams:"loaderParams",disableOptimizedSrcset:"disableOptimizedSrcset",fill:"fill",src:"src",srcset:"srcset"},standalone:!0,features:[o.TTD]})},239:(_t,we,I)=>{"use strict";I.d(we,{JF:()=>fn});var o=I(666),_=I(8),H=I(139),Q=I(901),F=I(522);var Y=I(14);class ie{constructor(B,ue){this.predicate=B,this.thisArg=ue}call(B,ue){return ue.subscribe(new U(B,this.predicate,this.thisArg))}}class U extends Y.L{constructor(B,ue,Ie){super(B),this.predicate=ue,this.thisArg=Ie,this.count=0}_next(B){let ue;try{ue=this.predicate.call(this.thisArg,B,this.count++)}catch(Ie){return void this.destination.error(Ie)}ue&&this.destination.next(B)}}var V=I(942); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */class se{}class le{}class ye{constructor(B){this.normalizedNames=new Map,this.lazyUpdate=null,B?this.lazyInit="string"==typeof B?()=>{this.headers=new Map,B.split("\n").forEach(ue=>{const Ie=ue.indexOf(":");if(Ie>0){const ht=ue.slice(0,Ie),qe=ht.toLowerCase(),Jt=ue.slice(Ie+1).trim();this.maybeSetNormalizedName(ht,qe),this.headers.has(qe)?this.headers.get(qe).push(Jt):this.headers.set(qe,[Jt])}})}:()=>{this.headers=new Map,Object.entries(B).forEach(([ue,Ie])=>{let ht;if(ht="string"==typeof Ie?[Ie]:"number"==typeof Ie?[Ie.toString()]:Ie.map(qe=>qe.toString()),ht.length>0){const qe=ue.toLowerCase();this.headers.set(qe,ht),this.maybeSetNormalizedName(ue,qe)}})}:this.headers=new Map}has(B){return this.init(),this.headers.has(B.toLowerCase())}get(B){this.init();const ue=this.headers.get(B.toLowerCase());return ue&&ue.length>0?ue[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(B){return this.init(),this.headers.get(B.toLowerCase())||null}append(B,ue){return this.clone({name:B,value:ue,op:"a"})}set(B,ue){return this.clone({name:B,value:ue,op:"s"})}delete(B,ue){return this.clone({name:B,value:ue,op:"d"})}maybeSetNormalizedName(B,ue){this.normalizedNames.has(ue)||this.normalizedNames.set(ue,B)}init(){this.lazyInit&&(this.lazyInit instanceof ye?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(B=>this.applyUpdate(B)),this.lazyUpdate=null))}copyFrom(B){B.init(),Array.from(B.headers.keys()).forEach(ue=>{this.headers.set(ue,B.headers.get(ue)),this.normalizedNames.set(ue,B.normalizedNames.get(ue))})}clone(B){const ue=new ye;return ue.lazyInit=this.lazyInit&&this.lazyInit instanceof ye?this.lazyInit:this,ue.lazyUpdate=(this.lazyUpdate||[]).concat([B]),ue}applyUpdate(B){const ue=B.name.toLowerCase();switch(B.op){case"a":case"s":let Ie=B.value;if("string"==typeof Ie&&(Ie=[Ie]),0===Ie.length)return;this.maybeSetNormalizedName(B.name,ue);const ht=("a"===B.op?this.headers.get(ue):void 0)||[];ht.push(...Ie),this.headers.set(ue,ht);break;case"d":const qe=B.value;if(qe){let Jt=this.headers.get(ue);if(!Jt)return;Jt=Jt.filter(Me=>-1===qe.indexOf(Me)),0===Jt.length?(this.headers.delete(ue),this.normalizedNames.delete(ue)):this.headers.set(ue,Jt)}else this.headers.delete(ue),this.normalizedNames.delete(ue)}}forEach(B){this.init(),Array.from(this.normalizedNames.keys()).forEach(ue=>B(this.normalizedNames.get(ue),this.headers.get(ue)))}}class Oe{encodeKey(B){return Le(B)}encodeValue(B){return Le(B)}decodeKey(B){return decodeURIComponent(B)}decodeValue(B){return decodeURIComponent(B)}}const q=/%(\d[a-f0-9])/gi,ae={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Le(xe){return encodeURIComponent(xe).replace(q,(B,ue)=>ae[ue]??B)}function Ne(xe){return`${xe}`}class Ee{constructor(B={}){if(this.updates=null,this.cloneFrom=null,this.encoder=B.encoder||new Oe,B.fromString){if(B.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function ce(xe,B){const ue=new Map;return xe.length>0&&xe.replace(/^\?/,"").split("&").forEach(ht=>{const qe=ht.indexOf("="),[Jt,Me]=-1==qe?[B.decodeKey(ht),""]:[B.decodeKey(ht.slice(0,qe)),B.decodeValue(ht.slice(qe+1))],O=ue.get(Jt)||[];O.push(Me),ue.set(Jt,O)}),ue}(B.fromString,this.encoder)}else B.fromObject?(this.map=new Map,Object.keys(B.fromObject).forEach(ue=>{const Ie=B.fromObject[ue],ht=Array.isArray(Ie)?Ie.map(Ne):[Ne(Ie)];this.map.set(ue,ht)})):this.map=null}has(B){return this.init(),this.map.has(B)}get(B){this.init();const ue=this.map.get(B);return ue?ue[0]:null}getAll(B){return this.init(),this.map.get(B)||null}keys(){return this.init(),Array.from(this.map.keys())}append(B,ue){return this.clone({param:B,value:ue,op:"a"})}appendAll(B){const ue=[];return Object.keys(B).forEach(Ie=>{const ht=B[Ie];Array.isArray(ht)?ht.forEach(qe=>{ue.push({param:Ie,value:qe,op:"a"})}):ue.push({param:Ie,value:ht,op:"a"})}),this.clone(ue)}set(B,ue){return this.clone({param:B,value:ue,op:"s"})}delete(B,ue){return this.clone({param:B,value:ue,op:"d"})}toString(){return this.init(),this.keys().map(B=>{const ue=this.encoder.encodeKey(B);return this.map.get(B).map(Ie=>ue+"="+this.encoder.encodeValue(Ie)).join("&")}).filter(B=>""!==B).join("&")}clone(B){const ue=new Ee({encoder:this.encoder});return ue.cloneFrom=this.cloneFrom||this,ue.updates=(this.updates||[]).concat(B),ue}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(B=>this.map.set(B,this.cloneFrom.map.get(B))),this.updates.forEach(B=>{switch(B.op){case"a":case"s":const ue=("a"===B.op?this.map.get(B.param):void 0)||[];ue.push(Ne(B.value)),this.map.set(B.param,ue);break;case"d":if(void 0===B.value){this.map.delete(B.param);break}{let Ie=this.map.get(B.param)||[];const ht=Ie.indexOf(Ne(B.value));-1!==ht&&Ie.splice(ht,1),Ie.length>0?this.map.set(B.param,Ie):this.map.delete(B.param)}}}),this.cloneFrom=this.updates=null)}}class G{constructor(){this.map=new Map}set(B,ue){return this.map.set(B,ue),this}get(B){return this.map.has(B)||this.map.set(B,B.defaultValue()),this.map.get(B)}delete(B){return this.map.delete(B),this}has(B){return this.map.has(B)}keys(){return this.map.keys()}}function D(xe){return typeof ArrayBuffer<"u"&&xe instanceof ArrayBuffer}function pe(xe){return typeof Blob<"u"&&xe instanceof Blob}function Ce(xe){return typeof FormData<"u"&&xe instanceof FormData}class rt{constructor(B,ue,Ie,ht){let qe;if(this.url=ue,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=B.toUpperCase(),function me(xe){switch(xe){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||ht?(this.body=void 0!==Ie?Ie:null,qe=ht):qe=Ie,qe&&(this.reportProgress=!!qe.reportProgress,this.withCredentials=!!qe.withCredentials,qe.responseType&&(this.responseType=qe.responseType),qe.headers&&(this.headers=qe.headers),qe.context&&(this.context=qe.context),qe.params&&(this.params=qe.params)),this.headers||(this.headers=new ye),this.context||(this.context=new G),this.params){const Jt=this.params.toString();if(0===Jt.length)this.urlWithParams=ue;else{const Me=ue.indexOf("?"),O=-1===Me?"?":MeFe.set(He,B.setHeaders[He]),O)),B.setParams&&(W=Object.keys(B.setParams).reduce((Fe,He)=>Fe.set(He,B.setParams[He]),W)),new rt(ue,Ie,qe,{params:W,headers:O,context:be,reportProgress:Me,responseType:ht,withCredentials:Jt})}}var Be,xe;(xe=Be||(Be={}))[xe.Sent=0]="Sent",xe[xe.UploadProgress=1]="UploadProgress",xe[xe.ResponseHeader=2]="ResponseHeader",xe[xe.DownloadProgress=3]="DownloadProgress",xe[xe.Response=4]="Response",xe[xe.User=5]="User";class Ye{constructor(B,ue=200,Ie="OK"){this.headers=B.headers||new ye,this.status=void 0!==B.status?B.status:ue,this.statusText=B.statusText||Ie,this.url=B.url||null,this.ok=this.status>=200&&this.status<300}}class Gt extends Ye{constructor(B={}){super(B),this.type=Be.ResponseHeader}clone(B={}){return new Gt({headers:B.headers||this.headers,status:void 0!==B.status?B.status:this.status,statusText:B.statusText||this.statusText,url:B.url||this.url||void 0})}}class p1 extends Ye{constructor(B={}){super(B),this.type=Be.Response,this.body=void 0!==B.body?B.body:null}clone(B={}){return new p1({body:void 0!==B.body?B.body:this.body,headers:B.headers||this.headers,status:void 0!==B.status?B.status:this.status,statusText:B.statusText||this.statusText,url:B.url||this.url||void 0})}}class Z1 extends Ye{constructor(B){super(B,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${B.url||"(unknown url)"}`:this.message=`Http failure response for ${B.url||"(unknown url)"}: ${B.status} ${B.statusText}`,this.error=B.error||null}}function L1(xe,B){return{body:B,headers:xe.headers,context:xe.context,observe:xe.observe,params:xe.params,reportProgress:xe.reportProgress,responseType:xe.responseType,withCredentials:xe.withCredentials}}class Ct{constructor(B){this.handler=B}request(B,ue,Ie={}){let ht;if(B instanceof rt)ht=B;else{let Me,O;Me=Ie.headers instanceof ye?Ie.headers:new ye(Ie.headers),Ie.params&&(O=Ie.params instanceof Ee?Ie.params:new Ee({fromObject:Ie.params})),ht=new rt(B,ue,void 0!==Ie.body?Ie.body:null,{headers:Me,context:Ie.context,params:O,reportProgress:Ie.reportProgress,responseType:Ie.responseType||"json",withCredentials:Ie.withCredentials})}const qe=(0,H.of)(ht).pipe(function z(xe,B){return(0,F.zg)(xe,B,1)}(Me=>this.handler.handle(Me)));if(B instanceof rt||"events"===Ie.observe)return qe;const Jt=qe.pipe(function J(xe,B){return function(Ie){return Ie.lift(new ie(xe,B))}}(Me=>Me instanceof p1));switch(Ie.observe||"body"){case"body":switch(ht.responseType){case"arraybuffer":return Jt.pipe((0,V.U)(Me=>{if(null!==Me.body&&!(Me.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Me.body}));case"blob":return Jt.pipe((0,V.U)(Me=>{if(null!==Me.body&&!(Me.body instanceof Blob))throw new Error("Response is not a Blob.");return Me.body}));case"text":return Jt.pipe((0,V.U)(Me=>{if(null!==Me.body&&"string"!=typeof Me.body)throw new Error("Response is not a string.");return Me.body}));default:return Jt.pipe((0,V.U)(Me=>Me.body))}case"response":return Jt;default:throw new Error(`Unreachable: unhandled observe type ${Ie.observe}}`)}}delete(B,ue={}){return this.request("DELETE",B,ue)}get(B,ue={}){return this.request("GET",B,ue)}head(B,ue={}){return this.request("HEAD",B,ue)}jsonp(B,ue){return this.request("JSONP",B,{params:(new Ee).append(ue,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(B,ue={}){return this.request("OPTIONS",B,ue)}patch(B,ue,Ie={}){return this.request("PATCH",B,L1(Ie,ue))}post(B,ue,Ie={}){return this.request("POST",B,L1(Ie,ue))}put(B,ue,Ie={}){return this.request("PUT",B,L1(Ie,ue))}}function I1(xe,B){return B(xe)}function un(xe,B){return(ue,Ie)=>B.intercept(ue,{handle:ht=>xe(ht,Ie)})}Ct.\u0275fac=function(B){return new(B||Ct)(_.LFG(se))},Ct.\u0275prov=_.Yz7({token:Ct,factory:Ct.\u0275fac});const y1=new _.OlP("HTTP_INTERCEPTORS"),M1=new _.OlP("HTTP_INTERCEPTOR_FNS");function xt(){let xe=null;return(B,ue)=>(null===xe&&(xe=((0,_.f3M)(y1,{optional:!0})??[]).reduceRight(un,I1)),xe(B,ue))}class r1 extends se{constructor(B,ue){super(),this.backend=B,this.injector=ue,this.chain=null}handle(B){if(null===this.chain){const ue=Array.from(new Set(this.injector.get(M1)));this.chain=ue.reduceRight((Ie,ht)=>function d1(xe,B,ue){return(Ie,ht)=>ue.runInContext(()=>B(Ie,qe=>xe(qe,ht)))}(Ie,ht,this.injector),I1)}return this.chain(B,ue=>this.backend.handle(ue))}}r1.\u0275fac=function(B){return new(B||r1)(_.LFG(le),_.LFG(_.lqb))},r1.\u0275prov=_.Yz7({token:r1,factory:r1.\u0275fac});let en,j=0;class wt{}function ot(){return"object"==typeof window?window:{}}class de{constructor(B,ue){this.callbackMap=B,this.document=ue,this.resolvedPromise=Promise.resolve()}nextCallback(){return"ng_jsonp_callback_"+j++}handle(B){if("JSONP"!==B.method)throw new Error("JSONP requests must use JSONP request method.");if("json"!==B.responseType)throw new Error("JSONP requests must use Json response type.");if(B.headers.keys().length>0)throw new Error("JSONP requests do not support headers.");return new Q.y(ue=>{const Ie=this.nextCallback(),ht=B.urlWithParams.replace(/=JSONP_CALLBACK(&|$)/,`=${Ie}$1`),qe=this.document.createElement("script");qe.src=ht;let Jt=null,Me=!1;this.callbackMap[Ie]=Fe=>{delete this.callbackMap[Ie],Jt=Fe,Me=!0};const O=()=>{qe.parentNode&&qe.parentNode.removeChild(qe),delete this.callbackMap[Ie]};return qe.addEventListener("load",Fe=>{this.resolvedPromise.then(()=>{O(),Me?(ue.next(new p1({body:Jt,status:200,statusText:"OK",url:ht})),ue.complete()):ue.error(new Z1({url:ht,status:0,statusText:"JSONP Error",error:new Error("JSONP injected script did not invoke callback.")}))})}),qe.addEventListener("error",Fe=>{O(),ue.error(new Z1({error:Fe,status:0,statusText:"JSONP Error",url:ht}))}),this.document.body.appendChild(qe),ue.next({type:Be.Sent}),()=>{Me||this.removeListeners(qe),O()}})}removeListeners(B){en||(en=this.document.implementation.createHTMLDocument()),en.adoptNode(B)}}function $e(xe,B){return"JSONP"===xe.method?(0,_.f3M)(de).handle(xe):B(xe)}de.\u0275fac=function(B){return new(B||de)(_.LFG(wt),_.LFG(o.K0))},de.\u0275prov=_.Yz7({token:de,factory:de.\u0275fac});class Ae{constructor(B){this.injector=B}intercept(B,ue){return this.injector.runInContext(()=>$e(B,Ie=>ue.handle(Ie)))}}Ae.\u0275fac=function(B){return new(B||Ae)(_.LFG(_.lqb))},Ae.\u0275prov=_.Yz7({token:Ae,factory:Ae.\u0275fac});const N=/^\)\]\}',?\n/;class je{constructor(B){this.xhrFactory=B}handle(B){if("JSONP"===B.method)throw new Error("Attempted to construct Jsonp request without HttpClientJsonpModule installed.");return new Q.y(ue=>{const Ie=this.xhrFactory.build();if(Ie.open(B.method,B.urlWithParams),B.withCredentials&&(Ie.withCredentials=!0),B.headers.forEach((He,it)=>Ie.setRequestHeader(He,it.join(","))),B.headers.has("Accept")||Ie.setRequestHeader("Accept","application/json, text/plain, */*"),!B.headers.has("Content-Type")){const He=B.detectContentTypeHeader();null!==He&&Ie.setRequestHeader("Content-Type",He)}if(B.responseType){const He=B.responseType.toLowerCase();Ie.responseType="json"!==He?He:"text"}const ht=B.serializeBody();let qe=null;const Jt=()=>{if(null!==qe)return qe;const He=Ie.statusText||"OK",it=new ye(Ie.getAllResponseHeaders()),jt=function he(xe){return"responseURL"in xe&&xe.responseURL?xe.responseURL:/^X-Request-URL:/m.test(xe.getAllResponseHeaders())?xe.getResponseHeader("X-Request-URL"):null}(Ie)||B.url;return qe=new Gt({headers:it,status:Ie.status,statusText:He,url:jt}),qe},Me=()=>{let{headers:He,status:it,statusText:jt,url:N1}=Jt(),Xt=null;204!==it&&(Xt=typeof Ie.response>"u"?Ie.responseText:Ie.response),0===it&&(it=Xt?200:0);let Wt=it>=200&&it<300;if("json"===B.responseType&&"string"==typeof Xt){const Ut=Xt;Xt=Xt.replace(N,"");try{Xt=""!==Xt?JSON.parse(Xt):null}catch(v2){Xt=Ut,Wt&&(Wt=!1,Xt={error:v2,text:Xt})}}Wt?(ue.next(new p1({body:Xt,headers:He,status:it,statusText:jt,url:N1||void 0})),ue.complete()):ue.error(new Z1({error:Xt,headers:He,status:it,statusText:jt,url:N1||void 0}))},O=He=>{const{url:it}=Jt(),jt=new Z1({error:He,status:Ie.status||0,statusText:Ie.statusText||"Unknown Error",url:it||void 0});ue.error(jt)};let W=!1;const be=He=>{W||(ue.next(Jt()),W=!0);let it={type:Be.DownloadProgress,loaded:He.loaded};He.lengthComputable&&(it.total=He.total),"text"===B.responseType&&Ie.responseText&&(it.partialText=Ie.responseText),ue.next(it)},Fe=He=>{let it={type:Be.UploadProgress,loaded:He.loaded};He.lengthComputable&&(it.total=He.total),ue.next(it)};return Ie.addEventListener("load",Me),Ie.addEventListener("error",O),Ie.addEventListener("timeout",O),Ie.addEventListener("abort",O),B.reportProgress&&(Ie.addEventListener("progress",be),null!==ht&&Ie.upload&&Ie.upload.addEventListener("progress",Fe)),Ie.send(ht),ue.next({type:Be.Sent}),()=>{Ie.removeEventListener("error",O),Ie.removeEventListener("abort",O),Ie.removeEventListener("load",Me),Ie.removeEventListener("timeout",O),B.reportProgress&&(Ie.removeEventListener("progress",be),null!==ht&&Ie.upload&&Ie.upload.removeEventListener("progress",Fe)),Ie.readyState!==Ie.DONE&&Ie.abort()}})}}je.\u0275fac=function(B){return new(B||je)(_.LFG(o.JF))},je.\u0275prov=_.Yz7({token:je,factory:je.\u0275fac});const ut=new _.OlP("XSRF_ENABLED"),Pt="XSRF-TOKEN",At=new _.OlP("XSRF_COOKIE_NAME",{providedIn:"root",factory:()=>Pt}),Lt="X-XSRF-TOKEN",dt=new _.OlP("XSRF_HEADER_NAME",{providedIn:"root",factory:()=>Lt});class Je{}class Tt{constructor(B,ue,Ie){this.doc=B,this.platform=ue,this.cookieName=Ie,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const B=this.doc.cookie||"";return B!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,o.Mx)(B,this.cookieName),this.lastCookieString=B),this.lastToken}}function ft(xe,B){const ue=xe.url.toLowerCase();if(!(0,_.f3M)(ut)||"GET"===xe.method||"HEAD"===xe.method||ue.startsWith("http://")||ue.startsWith("https://"))return B(xe);const Ie=(0,_.f3M)(Je).getToken(),ht=(0,_.f3M)(dt);return null!=Ie&&!xe.headers.has(ht)&&(xe=xe.clone({headers:xe.headers.set(ht,Ie)})),B(xe)}Tt.\u0275fac=function(B){return new(B||Tt)(_.LFG(o.K0),_.LFG(_.Lbi),_.LFG(At))},Tt.\u0275prov=_.Yz7({token:Tt,factory:Tt.\u0275fac});class Se{constructor(B){this.injector=B}intercept(B,ue){return this.injector.runInContext(()=>ft(B,Ie=>ue.handle(Ie)))}}var Rt;function W1(xe,B){return{\u0275kind:xe,\u0275providers:B}}Se.\u0275fac=function(B){return new(B||Se)(_.LFG(_.lqb))},Se.\u0275prov=_.Yz7({token:Se,factory:Se.\u0275fac}),function(xe){xe[xe.Interceptors=0]="Interceptors",xe[xe.LegacyInterceptors=1]="LegacyInterceptors",xe[xe.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",xe[xe.NoXsrfProtection=3]="NoXsrfProtection",xe[xe.JsonpSupport=4]="JsonpSupport",xe[xe.RequestsMadeViaParent=5]="RequestsMadeViaParent"}(Rt||(Rt={}));const Y2=new _.OlP("LEGACY_INTERCEPTOR_FN");function E2({cookieName:xe,headerName:B}){const ue=[];return void 0!==xe&&ue.push({provide:At,useValue:xe}),void 0!==B&&ue.push({provide:dt,useValue:B}),W1(Rt.CustomXsrfConfiguration,ue)}class J1{static disable(){return{ngModule:J1,providers:[W1(Rt.NoXsrfProtection,[{provide:ut,useValue:!1}]).\u0275providers]}}static withOptions(B={}){return{ngModule:J1,providers:E2(B).\u0275providers}}}J1.\u0275fac=function(B){return new(B||J1)},J1.\u0275mod=_.oAB({type:J1}),J1.\u0275inj=_.cJS({providers:[Se,{provide:y1,useExisting:Se,multi:!0},{provide:Je,useClass:Tt},E2({cookieName:Pt,headerName:Lt}).\u0275providers,{provide:ut,useValue:!0}]});class fn{}fn.\u0275fac=function(B){return new(B||fn)},fn.\u0275mod=_.oAB({type:fn}),fn.\u0275inj=_.cJS({providers:[function yn(...xe){const B=[Ct,je,r1,{provide:se,useExisting:r1},{provide:le,useExisting:je},{provide:M1,useValue:ft,multi:!0},{provide:ut,useValue:!0},{provide:Je,useClass:Tt}];for(const ue of xe)B.push(...ue.\u0275providers);return(0,_.MR2)(B)}(function pt(){return W1(Rt.LegacyInterceptors,[{provide:Y2,useFactory:xt},{provide:M1,useExisting:Y2,multi:!0}])}())]});class tn{}tn.\u0275fac=function(B){return new(B||tn)},tn.\u0275mod=_.oAB({type:tn}),tn.\u0275inj=_.cJS({providers:[function R2(){return W1(Rt.JsonpSupport,[de,{provide:wt,useFactory:ot},{provide:M1,useValue:$e,multi:!0}])}().\u0275providers]})},8:(_t,we,I)=>{"use strict";I.d(we,{AFp:()=>vc,ip1:()=>bc,CZH:()=>Di,hGG:()=>J5,z2F:()=>Ii,ahi:()=>E6,sBO:()=>Uc,wA2:()=>Zf,_Vd:()=>Wi,EJc:()=>qf,Xek:()=>yc,SBq:()=>Yi,lqb:()=>Nr,qLn:()=>No,vpe:()=>ti,AA_:()=>i8,tBr:()=>I3,GSi:()=>ps,OlP:()=>cn,zs3:()=>O3,IIB:()=>Kf,ZZ4:()=>ni,aQg:()=>ri,soG:()=>$4,LVF:()=>Qf,h0i:()=>Z5,R0b:()=>vr,FiY:()=>hi,r_U:()=>Yf,Lbi:()=>$f,g9A:()=>wc,E6H:()=>Wf,Qsj:()=>S0,FYo:()=>k0,JOm:()=>go,q3G:()=>Yr,PiD:()=>gi,WD2:()=>Yn,tp0:()=>V3,Rgc:()=>W5,dDg:()=>$5,eoX:()=>Uo,GfV:()=>F0,s_b:()=>b6,ifc:()=>Xt,Lck:()=>Rd,eFA:()=>Nc,G48:()=>Cp,Gpc:()=>te,f3M:()=>Me,MR2:()=>F9,_c5:()=>Tp,c2e:()=>Q5,zSh:()=>R8,wAp:()=>jo,vHH:()=>ge,lri:()=>Pc,rWj:()=>Oc,JZr:()=>Ce,EiD:()=>v0,mCW:()=>P3,qzn:()=>Hi,JVY:()=>c0,pB0:()=>Po,eBb:()=>O8,L6k:()=>w9,LAX:()=>u0,D6c:()=>Ap,cg1:()=>_a,kuF:()=>rt,kL8:()=>X7,dqk:()=>pt,CqO:()=>Ve,QGY:()=>fe,F4k:()=>Ue,zlt:()=>Fl,RDi:()=>b9,AaK:()=>Le,z3N:()=>Ar,qOj:()=>i6,TTD:()=>v3,_Bn:()=>Il,xp6:()=>Q0,uIk:()=>U5,ekj:()=>ha,Xpm:()=>Zn,lG2:()=>I2,Yz7:()=>Ae,cJS:()=>he,oAB:()=>kn,Yjl:()=>n2,Y36:()=>Fr,_UZ:()=>f,BQk:()=>R,ynx:()=>x,qZA:()=>a,TgZ:()=>r,EpF:()=>X,n5z:()=>L6,LFG:()=>qe,$8M:()=>X5,NdJ:()=>We,CRH:()=>$l,kcU:()=>_e,O4$:()=>S,oxw:()=>u1,Hsn:()=>K2,F$t:()=>m3,Q6J:()=>c6,VKq:()=>Rl,iGM:()=>Yl,KtG:()=>g2,evT:()=>B0,Jf7:()=>z0,CHM:()=>X2,kYT:()=>i3,Udp:()=>pa,YNc:()=>z4,_uU:()=>k7,Oqu:()=>Ca,hij:()=>U4,AsE:()=>ma,Gf:()=>Ql});var o=I(218),_=I(957),H=I(901),Q=I(286),F=I(14);function z(){return function(t){return t.lift(new Y(t))}}class Y{constructor(t){this.connectable=t}call(t,n){const{connectable:i}=this;i._refCount++;const s=new J(t,i),l=n.subscribe(s);return s.closed||(s.connection=i.connect()),l}}class J extends F.L{constructor(t,n){super(t),this.connectable=n}_unsubscribe(){const{connectable:t}=this;if(!t)return void(this.connection=null);this.connectable=null;const n=t._refCount;if(n<=0)return void(this.connection=null);if(t._refCount=n-1,n>1)return void(this.connection=null);const{connection:i}=this,s=t._connection;this.connection=null,s&&(!i||s===i)&&s.unsubscribe()}}class ie extends H.y{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._refCount=0,this._isComplete=!1}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){const t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}connect(){let t=this._connection;return t||(this._isComplete=!1,t=this._connection=new _.w,t.add(this.source.subscribe(new V(this.getSubject(),this))),t.closed&&(this._connection=null,t=_.w.EMPTY)),t}refCount(){return z()(this)}}const U=(()=>{const e=ie.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:e._subscribe},_isComplete:{value:e._isComplete,writable:!0},getSubject:{value:e.getSubject},connect:{value:e.connect},refCount:{value:e.refCount}}})();class V extends o.Yc{constructor(t,n){super(t),this.connectable=n}_error(t){this._unsubscribe(),super._error(t)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const t=this.connectable;if(t){this.connectable=null;const n=t._connection;t._refCount=0,t._subject=null,t._connection=null,n&&n.unsubscribe()}}}class De{constructor(t,n){this.subjectFactory=t,this.selector=n}call(t,n){const{selector:i}=this,s=this.subjectFactory(),l=i(s).subscribe(t);return l.add(n.subscribe(s)),l}}function Oe(){return new o.xQ}function ce(){return e=>z()(function ye(e,t){return function(i){let s;if(s="function"==typeof e?e:function(){return e},"function"==typeof t)return i.lift(new De(s,t));const l=Object.create(i,U);return l.source=i,l.subjectFactory=s,l}}(Oe)(e))} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -new v.GfV("14.2.5"); + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */function q(e){for(let t in e)if(e[t]===q)return t;throw Error("Could not find renamed property on target object.")}function ae(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Le(e){if("string"==typeof e)return e;if(Array.isArray(e))return"["+e.map(Le).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(null==t)return""+t;const n=t.indexOf("\n");return-1===n?t:t.substring(0,n)}function Ne(e,t){return null==e||""===e?null===t?"":t:null==t||""===t?e:e+" "+t}const Ee=q({__forward_ref__:q});function te(e){return e.__forward_ref__=te,e.toString=function(){return Le(this())},e}function G(e){return me(e)?e():e}function me(e){return"function"==typeof e&&e.hasOwnProperty(Ee)&&e.__forward_ref__===te}function D(e){return e&&!!e.\u0275providers}const Ce="https://g.co/ng/security#xss";class ge extends Error{constructor(t,n){super(rt(t,n)),this.code=t}}function rt(e,t){return`NG0${Math.abs(e)}${t?": "+t.trim():""}`}function Be(e){return"string"==typeof e?e:null==e?"":String(e)}function Ye(e){return"function"==typeof e?e.name||e.toString():"object"==typeof e&&null!=e&&"function"==typeof e.type?e.type.name||e.type.toString():Be(e)}function L1(e,t){throw new ge(-201,!1)}function y1(e,t,n){e!=t&&wt(n,e,t,"==")}function Te(e,t){null==e&&wt(t,e,null,"!=")}function wt(e,t,n,i){throw new Error(`ASSERTION ERROR: ${e}`+(null==i?"":` [Expected=> ${n} ${i} ${t} <=Actual]`))}function Ae(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function he(e){return{providers:e.providers||[],imports:e.imports||[]}}function je(e){return Pt(e,dt)||Pt(e,Tt)}function Pt(e,t){return e.hasOwnProperty(t)?e[t]:null}function Lt(e){return e&&(e.hasOwnProperty(Je)||e.hasOwnProperty(ft))?e[Je]:null}const dt=q({\u0275prov:q}),Je=q({\u0275inj:q}),Tt=q({ngInjectableDef:q}),ft=q({ngInjectorDef:q});var Se,e;let Rt;function yn(e){const t=Rt;return Rt=e,t}function x1(e,t,n){const i=je(e);return i&&"root"==i.providedIn?void 0===i.value?i.value=i.factory():i.value:n&Se.Optional?null:void 0!==t?t:void L1(Le(e))}(e=Se||(Se={}))[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional";const pt=(()=>typeof globalThis<"u"&&globalThis||typeof global<"u"&&global||typeof window<"u"&&window||typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self)();const bn={},J1="__NG_DI_FLAG__",fn="ngTempTokenPath",tn="ngTokenPath",e2=/\n/gm,xe="\u0275",B="__source";let ue;function Ie(e){const t=ue;return ue=e,t}function ht(e,t=Se.Default){if(void 0===ue)throw new ge(-203,!1);return null===ue?x1(e,void 0,t):ue.get(e,t&Se.Optional?null:void 0,t)}function qe(e,t=Se.Default){return(function W1(){return Rt}()||ht)(G(e),t)}function Jt(e){throw new ge(202,!1)}function Me(e,t=Se.Default){return qe(e,O(t))}function O(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function W(e){const t=[];for(let n=0;n ");else if("object"==typeof t){let l=[];for(let d in t)if(t.hasOwnProperty(d)){let C=t[d];l.push(d+":"+("string"==typeof C?JSON.stringify(C):Le(C)))}s=`{${l.join(", ")}}`}return`${n}${i?"("+i+")":""}[${s}]: ${e.replace(e2,"\n ")}`}("\n"+e.message,s,n,i),e[tn]=s,e[fn]=null,e}function jt(e){return{toString:e}.toString()}var N1,Xt;!function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(N1||(N1={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(Xt||(Xt={}));const Wt={},Ut=[],v2=q({\u0275cmp:q}),d2=q({\u0275dir:q}),Nn=q({\u0275pipe:q}),vt=q({\u0275mod:q}),nn=q({\u0275fac:q}),r3=q({__NG_ELEMENT_ID__:q});let t2=0;function Zn(e){return jt(()=>{const t=Sn(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===N1.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:null,data:e.data||{},encapsulation:e.encapsulation||Xt.Emulated,id:"c"+t2++,styles:e.styles||Ut,_:null,schemas:e.schemas||null,tView:null};Fn(n);const i=e.dependencies;return n.directiveDefs=Rn(i,!1),n.pipeDefs=Rn(i,!0),n})}function rr(e,t,n){const i=e.\u0275cmp;i.directiveDefs=Rn(t,!1),i.pipeDefs=Rn(n,!0)}function pn(e){return i1(e)||P1(e)}function Mr(e){return null!==e}function kn(e){return jt(()=>({type:e.type,bootstrap:e.bootstrap||Ut,declarations:e.declarations||Ut,imports:e.imports||Ut,exports:e.exports||Ut,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function i3(e,t){return jt(()=>{const n=vn(e,!0);n.declarations=t.declarations||Ut,n.imports=t.imports||Ut,n.exports=t.exports||Ut})}function o3(e,t){if(null==e)return Wt;const n={};for(const i in e)if(e.hasOwnProperty(i)){let s=e[i],l=s;Array.isArray(s)&&(l=s[1],s=s[0]),n[s]=i,t&&(t[s]=l)}return n}function I2(e){return jt(()=>{const t=Sn(e);return Fn(t),t})}function n2(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:!0===e.standalone,onDestroy:e.type.prototype.ngOnDestroy||null}}function i1(e){return e[v2]||null}function P1(e){return e[d2]||null}function In(e){return e[Nn]||null}function x2(e){const t=i1(e)||P1(e)||In(e);return null!==t&&t.standalone}function vn(e,t){const n=e[vt]||null;if(!n&&!0===t)throw new Error(`Type ${Le(e)} does not have '\u0275mod' property.`);return n}function Sn(e){const t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,exportAs:e.exportAs||null,standalone:!0===e.standalone,selectors:e.selectors||Ut,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:o3(e.inputs,t),outputs:o3(e.outputs)}}function Fn(e){e.features?.forEach(t=>t(e))}function Rn(e,t){if(!e)return null;const n=t?In:pn;return()=>("function"==typeof e?e():e).map(i=>n(i)).filter(Mr)}const r2=0,tt=1,Dt=2,D1=3,E1=4,hn=5,G1=6,gn=7,g1=8,Cn=9,Wn=10,yt=11,R3=12,i2=13,Q2=14,Kn=15,c1=16,f2=17,H1=18,R1=19,k1=20,$2=21,b1=22,p2=1,s3=2,C1=7,K1=8,Mn=9,xn=10;function Vt(e){return Array.isArray(e)&&"object"==typeof e[p2]}function mt(e){return Array.isArray(e)&&!0===e[p2]}function rn(e){return 0!=(4&e.flags)}function h2(e){return e.componentOffset>-1}function o2(e){return 1==(1&e.flags)}function q1(e){return!!e.template}function B2(e){return 0!=(256&e[Dt])}function jn(e,t){return e.hasOwnProperty(nn)?e[nn]:null}class Yn{constructor(t,n,i){this.previousValue=t,this.currentValue=n,this.firstChange=i}isFirstChange(){return this.firstChange}}function v3(){return Yt}function Yt(e){return e.type.prototype.ngOnChanges&&(e.setInput=a2),A2}function A2(){const e=M2(this),t=e?.current;if(t){const n=e.previous;if(n===Wt)e.previous=t;else for(let i in t)n[i]=t[i];e.current=null,this.ngOnChanges(t)}}function a2(e,t,n,i){const s=this.declaredInputs[n],l=M2(e)||function si(e,t){return e[sr]=t}(e,{previous:Wt,current:null}),d=l.current||(l.current={}),C=l.previous,b=C[s];d[s]=new Yn(b&&b.currentValue,t,C===Wt),e[i]=t}v3.ngInherit=!0;const sr="__ngSimpleChanges__";function M2(e){return e[sr]||null}let B3=null;const X1=function(e,t,n){B3?.(e,t,n)},l3="svg",M3="math";function Q1(e){for(;Array.isArray(e);)e=e[r2];return e}function S1(e,t){return Q1(t[e])}function sn(e,t){return Q1(t[e.index])}function ar(e,t){return e.data[t]}function Qn(e,t){return e[t]}function B1(e,t){const n=t[e];return Vt(n)?n:n[r2]}function h(e){return 64==(64&e[Dt])}function K(e,t){return null==t?null:e[t]}function ze(e){e[H1]=0}function Ft(e,t){e[hn]+=t;let n=e,i=e[D1];for(;null!==i&&(1===t&&1===n[hn]||-1===t&&0===n[hn]);)i[hn]+=t,n=i,i=i[D1]}const gt={lFrame:U3(null),bindingsEnabled:!0};function lr(){return gt.bindingsEnabled}function N2(){gt.bindingsEnabled=!0}function Hr(){gt.bindingsEnabled=!1}function Ge(){return gt.lFrame.lView}function qt(){return gt.lFrame.tView}function X2(e){return gt.lFrame.contextLView=e,e[g1]}function g2(e){return gt.lFrame.contextLView=null,e}function $1(){let e=cr();for(;null!==e&&64===e.type;)e=e.parent;return e}function cr(){return gt.lFrame.currentTNode}function Un(){const e=gt.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function On(e,t){const n=gt.lFrame;n.currentTNode=e,n.isParent=t}function Ln(){return gt.lFrame.isParent}function $n(){gt.lFrame.isParent=!1}function Dn(){const e=gt.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function w2(){return gt.lFrame.bindingIndex}function c3(e){return gt.lFrame.bindingIndex=e}function e3(){return gt.lFrame.bindingIndex++}function re(e){const t=gt.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function Pe(e){gt.lFrame.inI18n=e}function ct(e,t){const n=gt.lFrame;n.bindingIndex=n.bindingRootIndex=e,s1(t)}function s1(e){gt.lFrame.currentDirectiveIndex=e}function an(e){const t=gt.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}function w1(){return gt.lFrame.currentQueryIndex}function J3(e){gt.lFrame.currentQueryIndex=e}function xi(e){const t=e[tt];return 2===t.type?t.declTNode:1===t.type?e[G1]:null}function L2(e,t,n){if(n&Se.SkipSelf){let s=t,l=e;for(;(s=s.parent,null===s&&!(n&Se.Host))&&(s=xi(l),!(null===s||(l=l[Kn],10&s.type))););if(null===s)return!1;t=s,e=l}const i=gt.lFrame=ai();return i.currentTNode=t,i.lView=e,!0}function q3(e){const t=ai(),n=e[tt];gt.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function ai(){const e=gt.lFrame,t=null===e?null:e.child;return null===t?U3(e):t}function U3(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function fr(){const e=gt.lFrame;return gt.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const pr=fr;function m1(){const e=fr();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function Pi(e){return(gt.lFrame.contextLView=function li(e,t){for(;e>0;)t=t[Kn],e--;return t}(e,gt.lFrame.contextLView))[g1]}function y(){return gt.lFrame.selectedIndex}function g(e){gt.lFrame.selectedIndex=e}function L(){const e=gt.lFrame;return ar(e.tView,e.selectedIndex)}function S(){gt.lFrame.currentNamespace=l3}function ne(){gt.lFrame.currentNamespace=M3}function _e(){!function Qe(){gt.lFrame.currentNamespace=null}()}function f1(e,t){for(let n=t.directiveStart,i=t.directiveEnd;n=i)break}else t[b]<0&&(e[H1]+=65536),(C>11>16&&(3&e[Dt])===t){e[Dt]+=2048,X1(4,C,l);try{l.call(C)}finally{X1(5,C,l)}}}else{X1(4,C,l);try{l.call(C)}finally{X1(5,C,l)}}}const F1=-1;class j1{constructor(t,n,i){this.factory=t,this.resolving=!1,this.canSeeViewProviders=n,this.injectImpl=i}}function V2(e,t,n){let i=0;for(;it){d=l-1;break}}}for(;l>16}(e),i=t;for(;n>0;)i=i[Kn],n--;return i}let v=!0;function T(e){const t=v;return v=e,t}const Ze=255,Xe=5;let nt=0;const It={};function T1(e,t){const n=l2(e,t);if(-1!==n)return n;const i=t[tt];i.firstCreatePass&&(e.injectorIndex=t.length,m2(i.data,e),m2(t,null),m2(i.blueprint,null));const s=f3(e,t),l=e.injectorIndex;if(u(s)){const d=c(s),C=m(s,t),b=C[tt].data;for(let E=0;E<8;E++)t[l+E]=C[d+E]|b[d+E]}return t[l+8]=s,l}function m2(e,t){e.push(0,0,0,0,0,0,0,0,t)}function l2(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function f3(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,i=null,s=t;for(;null!==s;){if(i=D6(s),null===i)return F1;if(n++,s=s[Kn],-1!==i.injectorIndex)return i.injectorIndex|n<<16}return F1}function _2(e,t,n){!function l1(e,t,n){let i;"string"==typeof n?i=n.charCodeAt(0)||0:n.hasOwnProperty(r3)&&(i=n[r3]),null==i&&(i=n[r3]=nt++);const s=i&Ze,l=1<>Xe)]|=l}(e,t,n)}function k(e,t,n){if(n&Se.Optional||void 0!==e)return e;L1()}function X3(e,t,n,i){if(n&Se.Optional&&void 0===i&&(i=null),!(n&(Se.Self|Se.Host))){const s=e[Cn],l=yn(void 0);try{return s?s.get(t,i,n&Se.Optional):x1(t,i,n&Se.Optional)}finally{yn(l)}}return k(i,0,n)}function er(e,t,n,i=Se.Default,s){if(null!==e){if(1024&t[Dt]){const d=function Dr(e,t,n,i,s){let l=e,d=t;for(;null!==l&&null!==d&&1024&d[Dt]&&!(256&d[Dt]);){const C=L3(l,d,n,i|Se.Self,It);if(C!==It)return C;let b=l.parent;if(!b){const E=d[$2];if(E){const A=E.get(n,It,i);if(A!==It)return A}b=D6(d),d=d[Kn]}l=b}return s}(e,t,n,i,It);if(d!==It)return d}const l=L3(e,t,n,i,It);if(l!==It)return l}return X3(t,n,i,s)}function L3(e,t,n,i,s){const l=function e9(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(r3)?e[r3]:void 0;return"number"==typeof t?t>=0?t&Ze:t9:t}(n);if("function"==typeof l){if(!L2(t,e,i))return i&Se.Host?k(s,0,i):X3(t,n,i,s);try{const d=l(i);if(null!=d||i&Se.Optional)return d;L1()}finally{pr()}}else if("number"==typeof l){let d=null,C=l2(e,t),b=F1,E=i&Se.Host?t[c1][G1]:null;for((-1===C||i&Se.SkipSelf)&&(b=-1===C?f3(e,t):t[C+8],b!==F1&&w6(i,!1)?(d=t[tt],C=c(b),t=m(b,t)):C=-1);-1!==C;){const A=t[tt];if(Zr(l,C,A.data)){const Z=_1(C,t,n,d,i,E);if(Z!==It)return Z}b=t[C+8],b!==F1&&w6(i,t[tt].data[C+8]===E)&&Zr(l,C,t)?(d=A,C=c(b),t=m(b,t)):C=-1}}return s}function _1(e,t,n,i,s,l){const d=t[tt],C=d.data[e+8],A=Zo(C,d,n,null==i?h2(C)&&v:i!=d&&0!=(3&C.type),s&Se.Host&&l===C);return null!==A?ui(t,d,A,C):It}function Zo(e,t,n,i,s){const l=e.providerIndexes,d=t.data,C=1048575&l,b=e.directiveStart,E=e.directiveEnd,A=l>>20,ee=s?C+A:E;for(let ve=i?C:C+A;ve=b&&Re.type===n)return ve}if(s){const ve=d[b];if(ve&&q1(ve)&&ve.type===n)return b}return null}function ui(e,t,n,i){let s=e[n];const l=t.data;if(function Jn(e){return e instanceof j1}(s)){const d=s;d.resolving&&function Gt(e,t){const n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new ge(-200,`Circular dependency in DI detected for ${e}${n}`)}(Ye(l[n]));const C=T(d.canSeeViewProviders);d.resolving=!0;const b=d.injectImpl?yn(d.injectImpl):null;L2(e,i,Se.Default);try{s=e[n]=d.factory(void 0,l,e,i),t.firstCreatePass&&n>=i.directiveStart&&function O1(e,t,n){const{ngOnChanges:i,ngOnInit:s,ngDoCheck:l}=t.type.prototype;if(i){const d=Yt(t);(n.preOrderHooks??(n.preOrderHooks=[])).push(e,d),(n.preOrderCheckHooks??(n.preOrderCheckHooks=[])).push(e,d)}s&&(n.preOrderHooks??(n.preOrderHooks=[])).push(0-e,s),l&&((n.preOrderHooks??(n.preOrderHooks=[])).push(e,l),(n.preOrderCheckHooks??(n.preOrderCheckHooks=[])).push(e,l))}(n,l[n],t)}finally{null!==b&&yn(b),T(C),d.resolving=!1,pr()}}return s}function Zr(e,t,n){const i=1<>Xe)]&i)}function w6(e,t){return!(e&Se.Self||e&Se.Host&&t)}class Oi{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,i){return er(this._tNode,this._lView,t,O(i),n)}}function t9(){return new Oi($1(),Ge())}function L6(e){return jt(()=>{const t=e.prototype.constructor,n=t[nn]||q5(t),i=Object.prototype;let s=Object.getPrototypeOf(e.prototype).constructor;for(;s&&s!==i;){const l=s[nn]||q5(s);if(l&&l!==n)return l;s=Object.getPrototypeOf(s)}return l=>new l})}function q5(e){return me(e)?()=>{const t=q5(G(e));return t&&t()}:jn(e)}function D6(e){const t=e[tt],n=t.type;return 2===n?t.declTNode:1===n?e[G1]:null}function X5(e){return function p3(e,t){if("class"===t)return e.classes;if("style"===t)return e.styles;const n=e.attrs;if(n){const i=n.length;let s=0;for(;s{const l=e8(t);function d(...C){if(this instanceof d)return l.call(this,...C),this;const b=new d(...C);return function(A){return s&&s(A,...C),(A.hasOwnProperty(Ti)?A[Ti]:Object.defineProperty(A,Ti,{value:[]})[Ti]).push(b),i&&i(A),A}}return n&&(d.prototype=Object.create(n.prototype)),d.prototype.ngMetadataName=e,d.annotationCls=d,d})}function e8(e){return function(...n){if(e){const i=e(...n);for(const s in i)this[s]=i[s]}}}function ki(e,t,n){return jt(()=>{const i=e8(t);function s(...l){if(this instanceof s)return i.apply(this,l),this;const d=new s(...l);return C.annotation=d,C;function C(b,E,A){const Z=b.hasOwnProperty(Ai)?b[Ai]:Object.defineProperty(b,Ai,{value:[]})[Ai];for(;Z.length<=A;)Z.push(null);return(Z[A]=Z[A]||[]).push(d),b}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=e,s.annotationCls=s,s})}function Wr(e,t,n,i){return jt(()=>{const s=e8(t);function l(...d){if(this instanceof l)return s.apply(this,d),this;const C=new l(...d);return function b(E,A){const Z=E.constructor,ee=Z.hasOwnProperty(Ni)?Z[Ni]:Object.defineProperty(Z,Ni,{value:{}})[Ni];ee[A]=ee.hasOwnProperty(A)&&ee[A]||[],ee[A].unshift(C),i&&i(E,A,...d)}}return n&&(l.prototype=Object.create(n.prototype)),l.prototype.ngMetadataName=e,l.annotationCls=l,l})}const E6=ki("Attribute",e=>({attributeName:e,__NG_ELEMENT_ID__:()=>X5(e)}));class cn{constructor(t,n){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=Ae({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}new cn("AnalyzeForEntryComponents");class Wo{}Wr("ContentChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!1,descendants:!1,emitDistinctChangesOnly:true,...t}),Wo),Wr("ContentChild",(e,t={})=>({selector:e,first:!0,isViewQuery:!1,descendants:!0,...t}),Wo),Wr("ViewChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!0,descendants:!0,emitDistinctChangesOnly:true,...t}),Wo),Wr("ViewChild",(e,t)=>({selector:e,first:!0,isViewQuery:!0,descendants:!0,...t}),Wo);var di,x6,t8;function c2(e){const t=pt.ng;if(t&&t.\u0275compilerFacade)return t.\u0275compilerFacade;throw new Error("JIT compiler unavailable")}!function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(di||(di={})),function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"}(x6||(x6={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(t8||(t8={}));const n8=Function;function lo(e){return"function"==typeof e}function G2(e){return e.flat(Number.POSITIVE_INFINITY)}function gr(e,t){e.forEach(n=>Array.isArray(n)?gr(n,t):t(n))}function P6(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function co(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function uo(e,t){const n=[];for(let i=0;i=0?e[1|i]=n:(i=~i,function fi(e,t,n,i){let s=e.length;if(s==t)e.push(n,i);else if(1===s)e.push(i,e[0]),e[0]=n;else{for(s--,e.push(e[s-1],e[s]);s>t;){const l=s-2;e[s]=e[l],s--}e[t]=n,e[t+1]=i}}(e,i,t,n)),i}function Ko(e,t){const n=pi(e,t);if(n>=0)return e[1|n]}function pi(e,t){return Ir(e,t,1)}function Ir(e,t,n){let i=0,s=e.length>>n;for(;s!==i;){const l=i+(s-i>>1),d=e[l<t?s=l:i=l+1}return~(s<new t(...n)}_zipTypesAndAnnotations(t,n){let i;i=uo(typeof t>"u"?n.length:t.length);for(let s=0;s"u"?i[s]=[]:t[s]&&t[s]!=Object?i[s]=[t[s]]:i[s]=[],n&&null!=n[s]&&(i[s]=i[s].concat(n[s]));return i}_ownParameters(t,n){if(function A6(e){return T6.test(e)||r9.test(e)||n9.test(e)&&!Qo.test(e)}(t.toString()))return null;if(t.parameters&&t.parameters!==n.parameters)return t.parameters;const s=t.ctorParameters;if(s&&s!==n.ctorParameters){const C="function"==typeof s?s():s,b=C.map(A=>A&&A.type),E=C.map(A=>A&&fo(A.decorators));return this._zipTypesAndAnnotations(b,E)}const l=t.hasOwnProperty(Ai)&&t[Ai],d=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",t);return d||l?this._zipTypesAndAnnotations(d,l):uo(t.length)}parameters(t){if(!lo(t))return[];const n=po(t);let i=this._ownParameters(t,n);return!i&&n!==Object&&(i=this.parameters(n)),i||[]}_ownAnnotations(t,n){if(t.annotations&&t.annotations!==n.annotations){let i=t.annotations;return"function"==typeof i&&i.annotations&&(i=i.annotations),i}return t.decorators&&t.decorators!==n.decorators?fo(t.decorators):t.hasOwnProperty(Ti)?t[Ti]:null}annotations(t){if(!lo(t))return[];const n=po(t),i=this._ownAnnotations(t,n)||[];return(n!==Object?this.annotations(n):[]).concat(i)}_ownPropMetadata(t,n){if(t.propMetadata&&t.propMetadata!==n.propMetadata){let i=t.propMetadata;return"function"==typeof i&&i.propMetadata&&(i=i.propMetadata),i}if(t.propDecorators&&t.propDecorators!==n.propDecorators){const i=t.propDecorators,s={};return Object.keys(i).forEach(l=>{s[l]=fo(i[l])}),s}return t.hasOwnProperty(Ni)?t[Ni]:null}propMetadata(t){if(!lo(t))return{};const n=po(t),i={};if(n!==Object){const l=this.propMetadata(n);Object.keys(l).forEach(d=>{i[d]=l[d]})}const s=this._ownPropMetadata(t,n);return s&&Object.keys(s).forEach(l=>{const d=[];i.hasOwnProperty(l)&&d.push(...i[l]),d.push(...s[l]),i[l]=d}),i}ownPropMetadata(t){return lo(t)&&this._ownPropMetadata(t,po(t))||{}}hasLifecycleHook(t,n){return t instanceof n8&&n in t.prototype}}function fo(e){return e?e.map(t=>new(0,t.type.annotationCls)(...t.args?t.args:[])):[]}function po(e){const t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object}const I3=be(ki("Inject",e=>({token:e})),-1),hi=be(ki("Optional"),8),gi=be(ki("Self"),2),V3=be(ki("SkipSelf"),4),i8=be(ki("Host"),1);let H2=null;function Ci(){return H2=H2||new k2}function $o(e){return N6(Ci().parameters(e))}function N6(e){return e.map(t=>function i9(e){const t={token:null,attribute:null,host:!1,optional:!1,self:!1,skipSelf:!1};if(Array.isArray(e)&&e.length>0)for(let n=0;n|^->||--!>|)/,c9="\u200b$1\u200b";function K6(e){return e.replace(Co,t=>t.replace(W6,c9))}const h3=new Map;let u9=0;const Ri="__ngContext__";function S2(e,t){Vt(t)?(e[Ri]=t[k1],function u8(e){h3.set(e[k1],e)}(t)):e[Ri]=t}let m8;function _8(e,t){return m8(e,t)}function zi(e){const t=e[D1];return mt(t)?t[D1]:t}function i5(e){return nr(e[i2])}function Z2(e){return nr(e[E1])}function nr(e){for(;null!==e&&!mt(e);)e=e[E1];return e}function Bi(e,t,n,i,s){if(null!=i){let l,d=!1;mt(i)?l=i:Vt(i)&&(d=!0,i=i[r2]);const C=Q1(i);0===e&&null!==n?null==s?Mo(t,n,C):Kr(t,n,C,s||null,!0):1===e&&null!==n?Kr(t,n,C,s||null,!0):2===e?Do(t,C,d):3===e&&t.destroyNode(C),null!=l&&function E8(e,t,n,i,s){const l=n[C1],d=Q1(n);l!==d&&Bi(t,e,i,l,s);for(let C=xn;C0&&(n[s-1][E1]=t),i0&&(e[n-1][E1]=i[E1]);const l=co(e,xn+t);!function q6(e,t){Cr(e,t,t[yt],2,null,null),t[r2]=null,t[G1]=null}(i[tt],i);const d=l[R1];null!==d&&d.detachView(l[tt]),i[D1]=null,i[E1]=null,i[Dt]&=-65}return i}function bo(e,t){if(!(128&t[Dt])){const n=t[yt];n.destroyNode&&Cr(e,t,n,3,null,null),function Ui(e){let t=e[i2];if(!t)return a5(e[tt],e);for(;t;){let n=null;if(Vt(t))n=t[i2];else{const i=t[xn];i&&(n=i)}if(!n){for(;t&&!t[E1]&&t!==e;)Vt(t)&&a5(t[tt],t),t=t[D1];null===t&&(t=e),Vt(t)&&a5(t[tt],t),n=t&&t[E1]}t=n}}(t)}}function a5(e,t){if(!(128&t[Dt])){t[Dt]&=-65,t[Dt]|=128,function v8(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let i=0;i=0?i[s=d]():i[s=-d].unsubscribe(),l+=2}else{const d=i[s=n[l+1]];n[l].call(d)}if(null!==i){for(let l=s+1;l-1){const{encapsulation:l}=e.data[i.directiveStart+s];if(l===Xt.None||l===Xt.Emulated)return null}return sn(i,n)}}function Kr(e,t,n,i,s){e.insertBefore(t,n,i,s)}function Mo(e,t,n){e.appendChild(t,n)}function M8(e,t,n,i,s){null!==i?Kr(e,t,n,i,s):Mo(e,t,n)}function wo(e,t){return e.parentNode(t)}function L8(e,t,n){return t0(e,t,n)}function D8(e,t,n){return 40&e.type?sn(e,n):null}let c5,y2,P8,D2,t0=D8;function n0(e,t){t0=e,c5=t}function u5(e,t,n,i){const s=vo(e,i,t),l=t[yt],C=L8(i.parent||t[G1],i,t);if(null!=s)if(Array.isArray(n))for(let b=0;be,createScript:e=>e,createScriptURL:e=>e})}catch{}return y2}function Gi(e){return x8()?.createHTML(e)||e}function y9(e,t,n){const i=Ge(),s=L(),l=sn(s,i);if(2===s.type&&"iframe"===t.toLowerCase()){const d=l;d.src="",d.srcdoc=Gi(""),Do(i[yt],d);throw new ge(-910,!1)}return e}function b9(e){P8=e}function mr(){return void 0!==P8?P8:typeof document<"u"?document:void 0}function Io(){if(void 0===D2&&(D2=null,pt.trustedTypes))try{D2=pt.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return D2}function i0(e){return Io()?.createHTML(e)||e}function p5(e){return Io()?.createScript(e)||e}function o0(e){return Io()?.createScriptURL(e)||e}class yi{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Ce})`}}class xo extends yi{getTypeName(){return"HTML"}}class s0 extends yi{getTypeName(){return"Style"}}class a0 extends yi{getTypeName(){return"Script"}}class v9 extends yi{getTypeName(){return"URL"}}class M9 extends yi{getTypeName(){return"ResourceURL"}}function Ar(e){return e instanceof yi?e.changingThisBreaksApplicationSecurity:e}function Hi(e,t){const n=function l0(e){return e instanceof yi&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Ce})`)}return n===t}function c0(e){return new xo(e)}function w9(e){return new s0(e)}function O8(e){return new a0(e)}function u0(e){return new v9(e)}function Po(e){return new M9(e)}function h5(e){const t=new f0(e);return function g5(){try{return!!(new window.DOMParser).parseFromString(Gi(""),"text/html")}catch{return!1}}()?new d0(t):t}class d0{constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t=""+t;try{const n=(new window.DOMParser).parseFromString(Gi(t),"text/html").body;return null===n?this.inertDocumentHelper.getInertBodyElement(t):(n.removeChild(n.firstChild),n)}catch{return null}}}class f0{constructor(t){this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(t){const n=this.inertDocument.createElement("template");return n.innerHTML=Gi(t),n}}const p0=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function P3(e){return(e=String(e)).match(p0)?e:"unsafe:"+e}function t3(e){const t={};for(const n of e.split(","))t[n]=!0;return t}function Oo(...e){const t={};for(const n of e)for(const i in n)n.hasOwnProperty(i)&&(t[i]=!0);return t}const T8=t3("area,br,col,hr,img,wbr"),h0=t3("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),g0=t3("rp,rt"),L9=Oo(g0,h0),D9=Oo(h0,t3("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),E9=Oo(g0,t3("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),A8=Oo(T8,D9,E9,L9),N8=t3("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),I9=t3("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),x9=t3("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext"),C0=Oo(N8,I9,x9),P9=t3("script,style,template");class m0{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(t){let n=t.firstChild,i=!0;for(;n;)if(n.nodeType===Node.ELEMENT_NODE?i=this.startElement(n):n.nodeType===Node.TEXT_NODE?this.chars(n.nodeValue):this.sanitizedSomething=!0,i&&n.firstChild)n=n.firstChild;else for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let s=this.checkClobberedElement(n,n.nextSibling);if(s){n=s;break}n=this.checkClobberedElement(n,n.parentNode)}return this.buf.join("")}startElement(t){const n=t.nodeName.toLowerCase();if(!A8.hasOwnProperty(n))return this.sanitizedSomething=!0,!P9.hasOwnProperty(n);this.buf.push("<"),this.buf.push(n);const i=t.attributes;for(let s=0;s"),!0}endElement(t){const n=t.nodeName.toLowerCase();A8.hasOwnProperty(n)&&!T8.hasOwnProperty(n)&&(this.buf.push(""))}chars(t){this.buf.push(b0(t))}checkClobberedElement(t,n){if(n&&(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${t.outerHTML}`);return n}}const _0=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,y0=/([^\#-~ |!])/g;function b0(e){return e.replace(/&/g,"&").replace(_0,function(t){return"&#"+(1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536)+";"}).replace(y0,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(//g,">")}let C5;function v0(e,t){let n=null;try{C5=C5||h5(e);let i=t?String(t):"";n=C5.getInertBodyElement(i);let s=5,l=i;do{if(0===s)throw new Error("Failed to sanitize html because the input is unstable");s--,i=l,l=n.innerHTML,n=C5.getInertBodyElement(i)}while(i!==l);return Gi((new m0).sanitizeChildren(m5(n)||n))}finally{if(n){const i=m5(n)||n;for(;i.firstChild;)i.removeChild(i.firstChild)}}}function m5(e){return"content"in e&&function O9(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}(e)?e.content:null}var Yr;function T9(e){const t=To();return t?i0(t.sanitize(Yr.HTML,e)||""):Hi(e,"HTML")?i0(Ar(e)):v0(mr(),Be(e))}function A9(e){const t=To();return t?t.sanitize(Yr.STYLE,e)||"":Hi(e,"Style")?Ar(e):Be(e)}function M0(e){const t=To();return t?t.sanitize(Yr.URL,e)||"":Hi(e,"URL")?Ar(e):P3(Be(e))}function w0(e){const t=To();if(t)return o0(t.sanitize(Yr.RESOURCE_URL,e)||"");if(Hi(e,"ResourceURL"))return o0(Ar(e));throw new ge(904,!1)}function H3(e){const t=To();if(t)return p5(t.sanitize(Yr.SCRIPT,e)||"");if(Hi(e,"Script"))return p5(Ar(e));throw new ge(905,!1)}function N9(e){return Gi(e[0])}function k9(e){return function m9(e){return x8()?.createScriptURL(e)||e}(e[0])}function L0(e,t,n){return function S9(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?w0:M0}(t,n)(e)}function To(){const e=Ge();return e&&e[R3]}!function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(Yr||(Yr={}));const D0=new cn("ENVIRONMENT_INITIALIZER"),_5=new cn("INJECTOR",-1),E0=new cn("INJECTOR_DEF_TYPES");class I0{get(t,n=bn){if(n===bn){const i=new Error(`NullInjectorError: No provider for ${Le(t)}!`);throw i.name="NullInjectorError",i}return n}}function F9(e){return{\u0275providers:e}}function R9(...e){return{\u0275providers:x0(!0,e),\u0275fromNgModule:!0}}function x0(e,...t){const n=[],i=new Set;let s;return gr(t,l=>{const d=l;k8(d,n,[],i)&&(s||(s=[]),s.push(d))}),void 0!==s&&P0(s,n),n}function P0(e,t){for(let n=0;n{t.push(l)})}}function k8(e,t,n,i){if(!(e=G(e)))return!1;let s=null,l=Lt(e);const d=!l&&i1(e);if(l||d){if(d&&!d.standalone)return!1;s=e}else{const b=e.ngModule;if(l=Lt(b),!l)return!1;s=b}const C=i.has(s);if(d){if(C)return!1;if(i.add(s),d.dependencies){const b="function"==typeof d.dependencies?d.dependencies():d.dependencies;for(const E of b)k8(E,t,n,i)}}else{if(!l)return!1;{if(null!=l.imports&&!C){let E;i.add(s);try{gr(l.imports,A=>{k8(A,t,n,i)&&(E||(E=[]),E.push(A))})}finally{}void 0!==E&&P0(E,t)}if(!C){const E=jn(s)||(()=>new s);t.push({provide:s,useFactory:E,deps:Ut},{provide:E0,useValue:s,multi:!0},{provide:D0,useValue:()=>qe(s),multi:!0})}const b=l.providers;if(null!=b&&!C){S8(b,A=>{t.push(A)})}}}return s!==e&&void 0!==e.providers}function S8(e,t){for(let n of e)D(n)&&(n=n.\u0275providers),Array.isArray(n)?S8(n,t):t(n)}const z9=q({provide:String,useValue:q});function F8(e){return null!==e&&"object"==typeof e&&z9 in e}function O0(e){return!(!e||!e.useExisting)}function T0(e){return!(!e||!e.useFactory)}function bi(e){return"function"==typeof e}const R8=new cn("Set Injector scope."),y5={},j9={};let z8;function b5(){return void 0===z8&&(z8=new I0),z8}class Nr{}class B8 extends Nr{get destroyed(){return this._destroyed}constructor(t,n,i,s){super(),this.parent=n,this.source=i,this.scopes=s,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,v5(t,d=>this.processProvider(d)),this.records.set(_5,Zi(void 0,this)),s.has("environment")&&this.records.set(Nr,Zi(void 0,this));const l=this.records.get(R8);null!=l&&"string"==typeof l.value&&this.scopes.add(l.value),this.injectorDefTypes=new Set(this.get(E0.multi,Ut,Se.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{for(const t of this._ngOnDestroyHooks)t.ngOnDestroy();for(const t of this._onDestroyHooks)t()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),this._onDestroyHooks.length=0}}onDestroy(t){this._onDestroyHooks.push(t)}runInContext(t){this.assertNotDestroyed();const n=Ie(this),i=yn(void 0);try{return t()}finally{Ie(n),yn(i)}}get(t,n=bn,i=Se.Default){this.assertNotDestroyed(),i=O(i);const s=Ie(this),l=yn(void 0);try{if(!(i&Se.SkipSelf)){let C=this.records.get(t);if(void 0===C){const b=function Z9(e){return"function"==typeof e||"object"==typeof e&&e instanceof cn}(t)&&je(t);C=b&&this.injectableDefInScope(b)?Zi(j8(t),y5):null,this.records.set(t,C)}if(null!=C)return this.hydrate(t,C)}const d=i&Se.Self?b5():this.parent;return n=i&Se.Optional&&n===bn?null:n,d.get(t,n)}catch(d){if("NullInjectorError"===d.name){if((d[fn]=d[fn]||[]).unshift(Le(t)),s)throw d;return He(d,t,"R3InjectorError",this.source)}throw d}finally{yn(l),Ie(s)}}resolveInjectorInitializers(){const t=Ie(this),n=yn(void 0);try{const i=this.get(D0.multi,Ut,Se.Self);for(const s of i)s()}finally{Ie(t),yn(n)}}toString(){const t=[],n=this.records;for(const i of n.keys())t.push(Le(i));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new ge(205,!1)}processProvider(t){let n=bi(t=G(t))?t:G(t&&t.provide);const i=function V9(e){if(F8(e))return Zi(void 0,e.useValue);return Zi(A0(e),y5)}(t);if(bi(t)||!0!==t.multi){this.records.get(n)}else{let s=this.records.get(n);s||(s=Zi(void 0,y5,!0),s.factory=()=>W(s.multi),this.records.set(n,s)),n=t,s.multi.push(t)}this.records.set(n,i)}hydrate(t,n){return n.value===y5&&(n.value=j9,n.value=n.factory()),"object"==typeof n.value&&n.value&&function H9(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}injectableDefInScope(t){if(!t.providedIn)return!1;const n=G(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}}function j8(e){const t=je(e),n=null!==t?t.factory:jn(e);if(null!==n)return n;if(e instanceof cn)throw new ge(204,!1);if(e instanceof Function)return function U9(e){const t=e.length;if(t>0){uo(t,"?");throw new ge(204,!1)}const n=function At(e){return e&&(e[dt]||e[Tt])||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new ge(204,!1)}function A0(e,t,n){let i;if(bi(e)){const s=G(e);return jn(s)||j8(s)}if(F8(e))i=()=>G(e.useValue);else if(T0(e))i=()=>e.useFactory(...W(e.deps||[]));else if(O0(e))i=()=>qe(G(e.useExisting));else{const s=G(e&&(e.useClass||e.provide));if(!function G9(e){return!!e.deps}(e))return jn(s)||j8(s);i=()=>new s(...W(e.deps))}return i}function Zi(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function v5(e,t){for(const n of e)Array.isArray(n)?v5(n,t):n&&D(n)?v5(n.\u0275providers,t):t(n)}class W9{}class Ao{}const N0="ngComponent";class Y9{resolveComponentFactory(t){throw function K9(e){const t=Error(`No component factory found for ${Le(e)}. Did you add it to @NgModule.entryComponents?`);return t[N0]=e,t}(t)}}class Wi{}function Ki(e,t){return new Yi(sn(e,t))}Wi.NULL=new Y9;class Yi{constructor(t){this.nativeElement=t}}function $9(e){return e instanceof Yi?e.nativeElement:e}Yi.__NG_ELEMENT_ID__=function Q9(){return Ki($1(),Ge())};class k0{}class S0{}S0.__NG_ELEMENT_ID__=()=>function J9(){const e=Ge(),n=B1($1().index,e);return(Vt(n)?n:e)[yt]}();class U8{}U8.\u0275prov=Ae({token:U8,providedIn:"root",factory:()=>null});class F0{constructor(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")}}const q9=new F0("15.2.10"),V8={},M5="ngOriginalError";function G8(e){return e[M5]}class No{constructor(){this._console=console}handleError(t){const n=this._findOriginalError(t);this._console.error("ERROR",t),n&&this._console.error("ORIGINAL ERROR",n)}_findOriginalError(t){let n=t&&G8(t);for(;n&&G8(n);)n=G8(n);return n||null}}function z0(e){return e.ownerDocument.defaultView}function B0(e){return e.ownerDocument}function ns(e){return e.ownerDocument.body}function kr(e){return e instanceof Function?e():e}function U0(e,t,n){let i=e.length;for(;;){const s=e.indexOf(t,n);if(-1===s)return s;if(0===s||e.charCodeAt(s-1)<=32){const l=t.length;if(s+l===i||e.charCodeAt(s+l)<=32)return s}n=s+1}}const Z8="ng-template";function V0(e,t,n){let i=0,s=!0;for(;il?"":s[Z+1].toLowerCase();const ve=8&i?ee:null;if(ve&&-1!==U0(ve,E,0)||2&i&&E!==ee){if(Z3(i))return!1;d=!0}}}}else{if(!d&&!Z3(i)&&!Z3(b))return!1;if(d&&Z3(b))continue;d=!1,i=b|1&i}}return Z3(i)||d}function Z3(e){return 0==(1&e)}function Z0(e,t,n,i){if(null===t)return-1;let s=0;if(i||!n){let l=!1;for(;s-1)for(n++;n0?'="'+C+'"':"")+"]"}else 8&i?s+="."+d:4&i&&(s+=" "+d);else""!==s&&!Z3(d)&&(t+=K0(l,s),s=""),i=d,l=l||!Z3(i);n++}return""!==s&&(t+=K0(l,s)),t}const Kt={};function Q0(e){$0(qt(),Ge(),y()+e,!1)}function $0(e,t,n,i){if(!i)if(3==(3&t[Dt])){const l=e.preOrderCheckHooks;null!==l&&e1(t,l,n)}else{const l=e.preOrderHooks;null!==l&&Ot(t,l,0,n)}g(n)}const J0={\u0275\u0275defineInjectable:Ae,\u0275\u0275defineInjector:he,\u0275\u0275inject:qe,\u0275\u0275invalidFactoryDep:Jt,resolveForwardRef:G};function ls(e,t){let n=null,i=null;e.hasOwnProperty(dt)||Object.defineProperty(e,dt,{get:()=>(null===n&&(n=c2().compileInjectable(J0,`ng:///${e.name}/\u0275prov.js`,function fs(e,t){const n=t||{providedIn:null},i={name:e.name,type:e,typeArgumentCount:0,providedIn:n.providedIn};return(q0(n)||X0(n))&&void 0!==n.deps&&(i.deps=N6(n.deps)),q0(n)?i.useClass=n.useClass:function us(e){return cs in e}(n)?i.useValue=n.useValue:X0(n)?i.useFactory=n.useFactory:function ds(e){return void 0!==e.useExisting}(n)&&(i.useExisting=n.useExisting),i}(e,t))),n)}),e.hasOwnProperty(nn)||Object.defineProperty(e,nn,{get:()=>{if(null===i){const s=c2();i=s.compileFactory(J0,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,typeArgumentCount:0,deps:$o(e),target:s.FactoryTarget.Injectable})}return i},configurable:!0})}const cs=q({provide:String,useValue:q});function q0(e){return void 0!==e.useClass}function X0(e){return void 0!==e.useFactory}const ps=D3("Injectable",void 0,void 0,void 0,(e,t)=>ls(e,t));function W3(e,t=null,n=null,i){const s=e4(e,t,n,i);return s.resolveInjectorInitializers(),s}function e4(e,t=null,n=null,i,s=new Set){const l=[n||Ut,R9(e)];return i=i||("object"==typeof e?void 0:Le(e)),new B8(l,t||b5(),i||null,s)}class O3{static create(t,n){if(Array.isArray(t))return W3({name:""},n,t,"");{const i=t.name??"";return W3({name:i},t.parent,t.providers,i)}}}function Zt(e){return e.length>1?" ("+function vi(e){const t=[];for(let n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map(i=>Le(i.token)).join(" -> ")+")":""}function K8(e,t,n,i){const s=[t],l=n(s),d=i?function R0(e,t){const n=`${e} caused by: ${t instanceof Error?t.message:t}`,i=Error(n);return i[M5]=t,i}(l,i):Error(l);return d.addKey=g3,d.keys=s,d.injectors=[e],d.constructResolvingMessage=n,d[M5]=i,d}function g3(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function t4(e,t){const n=[];for(let i=0,s=t.length;iqe(_5)}),O3.__NG_ELEMENT_ID__=-1;class $r{constructor(t,n){if(this.token=t,this.id=n,!t)throw new ge(208,!1);this.displayName=Le(this.token)}static get(t){return n4.get(G(t))}static get numberOfKeys(){return n4.numberOfKeys}}const n4=new class Y8{constructor(){this._allKeys=new Map}get(t){if(t instanceof $r)return t;if(this._allKeys.has(t))return this._allKeys.get(t);const n=new $r(t,$r.numberOfKeys);return this._allKeys.set(t,n),n}get numberOfKeys(){return this._allKeys.size}};class K3{constructor(t,n,i){this.key=t,this.optional=n,this.visibility=i}static fromKey(t){return new K3(t,!1,null)}}const r4=[];class ko{constructor(t,n,i){this.key=t,this.resolvedFactories=n,this.multiProvider=i,this.resolvedFactory=this.resolvedFactories[0]}}class Tn{constructor(t,n){this.factory=t,this.dependencies=n}}function Gn(e){let t,n;if(e.useClass){const i=G(e.useClass);t=Ci().factory(i),n=s4(i)}else e.useExisting?(t=i=>i,n=[K3.fromKey($r.get(e.useExisting))]):e.useFactory?(t=e.useFactory,n=function bs(e,t){if(t){const n=t.map(i=>[i]);return t.map(i=>a4(e,i,n))}return s4(e)}(e.useFactory,e.deps)):(t=()=>e.useValue,n=r4);return new Tn(t,n)}function i4(e){return new ko($r.get(e.provide),[Gn(e)],e.multi||!1)}function _s(e){const i=function ys(e,t){for(let n=0;n{if(n instanceof n8)t.push({provide:n,useClass:n});else if(n&&"object"==typeof n&&void 0!==n.provide)t.push(n);else{if(!Array.isArray(n))throw function gs(e){return Error(`Invalid provider - only instances of Provider and Type are allowed, got: ${e}`)}(n);o4(n,t)}}),t}function s4(e){const t=Ci().parameters(e);if(!t)return[];if(t.some(n=>null==n))throw t4(e,t);return t.map(n=>a4(e,n,t))}function a4(e,t,n){let i=null,s=!1;if(!Array.isArray(t))return I5(t instanceof I3?t.token:t,s,null);let l=null;for(let d=0;d=this._providers.length)throw function Cs(e){return Error(`Index ${e} is out-of-bounds.`)}(t);return this._providers[t]}_new(t){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw function hs(e,t){return K8(e,t,function(n){return`Cannot instantiate cyclic dependency!${Zt(n)}`})}(this,t.key);return this._instantiateProvider(t)}_getMaxNumberOfObjects(){return this.objs.length}_instantiateProvider(t){if(t.multiProvider){const n=[];for(let i=0;ithis._getByReflectiveDependency(d))}catch(d){throw d.addKey&&d.addKey(this,t.key),d}try{l=i(...s)}catch(d){throw function Qr(e,t,n,i){return K8(e,i,function(s){const l=Le(s[0].token);return`${t.message}: Error during instantiation of ${l}!${Zt(s)}.`},t)}(this,d,d.stack,t.key)}return l}_getByReflectiveDependency(t){return this._getByKey(t.key,t.visibility,t.optional?null:bn)}_getByKey(t,n,i){return t===$i.INJECTOR_KEY?this:n instanceof gi?this._getByKeySelf(t,i):this._getByKeyDefault(t,i,n)}_getObjByKeyId(t){for(let n=0;n' "'+n.key.displayName+'" ').join(", ")}])`}toString(){return this.displayName}}function Fr(e,t=Se.Default){const n=Ge();if(null===n)return qe(e,t);return er($1(),n,G(e),t)}function T3(){throw new Error("invalid")}function c4(e,t){const n=e.contentQueries;if(null!==n)for(let i=0;ib1&&$0(e,t,b1,!1),X1(d?2:0,s),n(i,s)}finally{g(l),X1(d?3:1,s)}}function O5(e,t,n){if(rn(t)){const i=t.directiveStart,s=t.directiveEnd;for(let l=i;l0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(d)!=C&&d.push(C),d.push(n,i,l)}}(e,t,i,A3(e,n,s.hostVars,Kt),s)}function _r(e,t,n,i,s,l){const d=sn(e,t);X8(t[yt],d,l,e.value,n,i,s)}function X8(e,t,n,i,s,l,d){if(null==l)e.removeAttribute(t,s,n);else{const C=null==d?Be(l):d(l,i||"",s);e.setAttribute(t,s,C,n)}}function Ss(e,t,n,i,s,l){const d=l[t];if(null!==d){const C=i.setInput;for(let b=0;b0&&N5(n)}}function N5(e){for(let i=i5(e);null!==i;i=Z2(i))for(let s=xn;s0&&N5(l)}const n=e[tt].components;if(null!==n)for(let i=0;i0&&N5(s)}}function zs(e,t){const n=B1(t,e),i=n[tt];(function Bs(e,t){for(let n=t.length;n-1&&(s5(t,i),co(n,i))}this._attachedToViewContainer=!1}bo(this._lView[tt],this._lView)}onDestroy(t){d4(this._lView[tt],this._lView,null,t)}markForCheck(){S5(this._cdRefInjectingView||this._lView)}detach(){this._lView[Dt]&=-65}reattach(){this._lView[Dt]|=64}detectChanges(){Rr(this._lView[tt],this._lView,this.context)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new ge(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null,function X6(e,t){Cr(e,t,t[yt],2,null,null)}(this._lView[tt],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new ge(902,!1);this._appRef=t}}class js extends Fo{constructor(t){super(t),this._view=t}detectChanges(){const t=this._view;Rr(t[tt],t,t[g1],!1)}checkNoChanges(){}get context(){return null}}class M4 extends Wi{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const n=i1(t);return new Ro(n,this.ngModule)}}function w4(e){const t=[];for(let n in e)if(e.hasOwnProperty(n)){const i=e[n];t.push({propName:i,templateName:n})}return t}class Vs{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,i){i=O(i);const s=this.injector.get(t,V8,i);return s!==V8||n===V8?s:this.parentInjector.get(t,n,i)}}class Ro extends Ao{get inputs(){return w4(this.componentDef.inputs)}get outputs(){return w4(this.componentDef.outputs)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function W8(e){return e.map(as).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}create(t,n,i,s){let l=(s=s||this.ngModule)instanceof Nr?s:s?.injector;l&&null!==this.componentDef.getStandaloneInjector&&(l=this.componentDef.getStandaloneInjector(l)||l);const d=l?new Vs(t,l):t,C=d.get(k0,null);if(null===C)throw new ge(407,!1);const b=d.get(U8,null),E=C.createRenderer(null,this.componentDef),A=this.componentDef.selectors[0][0]||"div",Z=i?function ws(e,t,n){const i=n===Xt.ShadowDom;return e.selectRootElement(t,i)}(E,i,this.componentDef.encapsulation):o5(E,A,function Us(e){const t=e.toLowerCase();return"svg"===t?l3:"math"===t?M3:null}(A)),ee=this.componentDef.onPush?288:272,ve=T5(0,null,null,1,0,null,null,null,null,null),Re=x5(null,ve,null,ee,null,null,C,E,b,d,null);let et,at;q3(Re);try{const bt=this.componentDef;let Bt,Ke=null;bt.findHostDirectiveDefs?(Bt=[],Ke=new Map,bt.findHostDirectiveDefs(bt,Bt,Ke),Bt.push(bt)):Bt=[bt];const $t=function Hs(e,t){const n=e[tt],i=b1;return e[i]=t,qi(n,i,2,"#host",null)}(Re,Z),Hn=function Zs(e,t,n,i,s,l,d,C){const b=s[tt];!function Ws(e,t,n,i){for(const s of e)t.mergedAttrs=ci(t.mergedAttrs,s.hostAttrs);null!==t.mergedAttrs&&(F5(t,t.mergedAttrs,!0),null!==n&&I8(i,n,t))}(i,e,t,d);const E=l.createRenderer(t,n),A=x5(s,u4(n),null,n.onPush?32:16,s[e.index],e,l,E,C||null,null,null);return b.firstCreatePass&&u2(b,e,i.length-1),k5(s,A),s[e.index]=A}($t,Z,bt,Bt,Re,C,E);at=ar(ve,b1),Z&&function Ys(e,t,n,i){if(i)V2(e,n,["ng-version",q9.full]);else{const{attrs:s,classes:l}=function Y0(e){const t=[],n=[];let i=1,s=2;for(;i0&&f5(e,n,l.join(" "))}}(E,bt,Z,i),void 0!==n&&function Qs(e,t,n){const i=e.projection=[];for(let s=0;s=0;i--){const s=e[i];s.hostVars=t+=s.hostVars,s.hostAttrs=ci(s.hostAttrs,n=ci(n,s.hostAttrs))}}(i)}function o6(e){return e===Wt?{}:e===Ut?[]:e}function qs(e,t){const n=e.viewQuery;e.viewQuery=n?(i,s)=>{t(i,s),n(i,s)}:t}function s6(e,t){const n=e.contentQueries;e.contentQueries=n?(i,s,l)=>{t(i,s,l),n(i,s,l)}:t}function D4(e,t){const n=e.hostBindings;e.hostBindings=n?(i,s)=>{t(i,s),n(i,s)}:t}const E4=["providersResolver"],Xs=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function ea(e){let n,t=L4(e.type);n=q1(e)?t.\u0275cmp:t.\u0275dir;const i=e;for(const s of E4)i[s]=n[s];if(q1(n))for(const s of Xs)i[s]=n[s]}function ta(e){return t=>{t.findHostDirectiveDefs=z5,t.hostDirectives=(Array.isArray(e)?e:e()).map(n=>"function"==typeof n?{directive:G(n),inputs:Wt,outputs:Wt}:{directive:G(n.directive),inputs:I4(n.inputs),outputs:I4(n.outputs)})}}function z5(e,t,n){if(null!==e.hostDirectives)for(const i of e.hostDirectives){const s=P1(i.directive);na(s.declaredInputs,i.inputs),z5(s,t,n),n.set(s,i),t.push(s)}}function I4(e){if(void 0===e||0===e.length)return Wt;const t={};for(let n=0;nd(Q1($t[i.index])):i.index;let Ke=null;if(!d&&C&&(Ke=function Mt(e,t,n,i){const s=e.cleanup;if(null!=s)for(let l=0;lb?C[b]:null}"string"==typeof d&&(l+=2)}return null}(e,t,s,i.index)),null!==Ke){(Ke.__ngLastListenerFn__||Ke).__ngNextListenerFn__=l,Ke.__ngLastListenerFn__=l,ee=!1}else{l=St(i,t,A,l,!1);const $t=n.listen(at,s,l);Z.push(l,$t),E&&E.push(s,Bt,bt,bt+1)}}else l=St(i,t,A,l,!1);const ve=i.outputs;let Re;if(ee&&null!==ve&&(Re=ve[s])){const et=Re.length;if(et)for(let at=0;at-1?B1(e.index,t):t);let b=n1(t,n,i,d),E=l.__ngNextListenerFn__;for(;E;)b=n1(t,n,E,d)&&b,E=E.__ngNextListenerFn__;return s&&!1===b&&(d.preventDefault(),d.returnValue=!1),b}}function u1(e=1){return Pi(e)}function v1(e,t){let n=null;const i=function os(e){const t=e.attrs;if(null!=t){const n=t.indexOf(5);if(!(1&n))return t[n+1]}return null}(e);for(let s=0;s>17&32767}function ua(e){return 2|e}function zo(e){return(131068&e)>>2}function da(e,t){return-131069&e|t<<2}function fa(e){return 1|e}function Xc(e,t,n,i,s,l){let d=l?t.classBindings:t.styleBindings,C=so(d),b=zo(d);e[i]=n;let A,E=!1;if(Array.isArray(n)){const Z=n;A=Z[1],(null===A||pi(Z,A)>0)&&(E=!0)}else A=n;if(s)if(0!==b){const ee=so(e[C+1]);e[i+1]=B4(ee,C),0!==ee&&(e[ee+1]=da(e[ee+1],i)),e[C+1]=function Jc(e,t){return 131071&e|t<<17}(e[C+1],i)}else e[i+1]=B4(C,0),0!==C&&(e[C+1]=da(e[C+1],i)),C=i;else e[i+1]=B4(b,0),0===C?C=i:e[b+1]=da(e[b+1],i),b=i;E&&(e[i+1]=ua(e[i+1])),v7(e,A,i,!0,l),v7(e,A,i,!1,l),function eu(e,t,n,i,s){const l=s?e.residualClasses:e.residualStyles;null!=l&&"string"==typeof t&&pi(l,t)>=0&&(n[i+1]=fa(n[i+1]))}(t,A,e,i,l),d=B4(C,b),l?t.classBindings=d:t.styleBindings=d}function v7(e,t,n,i,s){const l=e[n+1],d=null===t;let C=i?so(l):zo(l),b=!1;for(;0!==C&&(!1===b||d);){const E=e[C],A=e[C+1];tu(E,t)&&(b=!0,e[C+1]=i?fa(A):ua(A)),C=i?so(A):zo(A)}b&&(e[n+1]=i?ua(l):fa(l))}function tu(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&pi(e,t)>=0}const F2={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function M7(e){return e.substring(F2.key,F2.keyEnd)}function nu(e){return e.substring(F2.value,F2.valueEnd)}function w7(e,t){const n=F2.textEnd;return n===t?-1:(t=F2.keyEnd=function ou(e,t,n){for(;t32;)t++;return t}(e,F2.key=t,n),V5(e,t,n))}function L7(e,t){const n=F2.textEnd;let i=F2.key=V5(e,t,n);return n===i?-1:(i=F2.keyEnd=function su(e,t,n){let i;for(;t=65&&(-33&i)<=90||i>=48&&i<=57);)t++;return t}(e,i,n),i=E7(e,i,n,58),i=F2.value=V5(e,i,n),i=F2.valueEnd=function au(e,t,n){let i=-1,s=-1,l=-1,d=t,C=d;for(;d32&&(C=d),l=s,s=i,i=-33&b}return C}(e,i,n),E7(e,i,n,59))}function D7(e){F2.key=0,F2.keyEnd=0,F2.value=0,F2.valueEnd=0,F2.textEnd=e.length}function V5(e,t,n){for(;t=0;n=L7(t,n))O7(e,M7(t),nu(t))}function cu(e){jr(gu,ei,e,!0)}function ei(e,t){for(let n=function ru(e){return D7(e),w7(e,V5(e,0,F2.textEnd))}(t);n>=0;n=w7(t,n))E3(e,M7(t),!0)}function Br(e,t,n,i){const s=Ge(),l=qt(),d=re(2);if(l.firstUpdatePass&&P7(l,e,d,i),t!==Kt&&W2(s,d,t)){T7(l,l.data[y()],s,s[yt],e,s[d+1]=function mu(e,t){return null==e||""===e||("string"==typeof t?e+=t:"object"==typeof e&&(e=Le(Ar(e)))),e}(t,n),i,d)}}function jr(e,t,n,i){const s=qt(),l=re(2);s.firstUpdatePass&&P7(s,null,l,i);const d=Ge();if(n!==Kt&&W2(d,l,n)){const C=s.data[y()];if(N7(C,i)&&!x7(s,l)){let b=i?C.classesWithoutHost:C.stylesWithoutHost;null!==b&&(n=Ne(b,n||"")),u6(s,C,d,n,i)}else!function Cu(e,t,n,i,s,l,d,C){s===Kt&&(s=Ut);let b=0,E=0,A=0=e.expandoStartIndex}function P7(e,t,n,i){const s=e.data;if(null===s[n+1]){const l=s[y()],d=x7(e,n);N7(l,i)&&null===t&&!d&&(t=!1),t=function uu(e,t,n,i){const s=an(e);let l=i?t.residualClasses:t.residualStyles;if(null===s)0===(i?t.classBindings:t.styleBindings)&&(n=ga(null,e,t,n,i),n=f6(n,t.attrs,i),l=null);else{const d=t.directiveStylingLast;if(-1===d||e[d]!==s)if(n=ga(s,e,t,n,i),null===l){let b=function du(e,t,n){const i=n?t.classBindings:t.styleBindings;if(0!==zo(i))return e[so(i)]}(e,t,i);void 0!==b&&Array.isArray(b)&&(b=ga(null,e,t,b[1],i),b=f6(b,t.attrs,i),function fu(e,t,n,i){const s=n?t.classBindings:t.styleBindings;e[so(s)]=i}(e,t,i,b))}else l=function pu(e,t,n){let i;const s=t.directiveEnd;for(let l=1+t.directiveStylingLast;l0;){const b=e[s],E=Array.isArray(b),A=E?b[1]:b,Z=null===A;let ee=n[s+1];ee===Kt&&(ee=Z?Ut:void 0);let ve=Z?Ko(ee,i):A===i?ee:void 0;if(E&&!j4(ve)&&(ve=Ko(b,i)),j4(ve)&&(C=ve,d))return C;const Re=e[s+1];s=d?so(Re):zo(Re)}if(null!==t){let b=l?t.residualClasses:t.residualStyles;null!=b&&(C=Ko(b,i))}return C}function j4(e){return void 0!==e}function N7(e,t){return 0!=(e.flags&(t?8:16))}function k7(e,t=""){const n=Ge(),i=qt(),s=e+b1,l=i.firstCreatePass?qi(i,s,1,t,null):i.data[s],d=n[s]=y8(n[yt],t);u5(i,n,d,l),On(l,!1)}function Ca(e){return U4("",e,""),Ca}function U4(e,t,n){const i=Ge(),s=eo(i,e,t,n);return s!==Kt&&zr(i,y(),s),U4}function ma(e,t,n,i,s){const l=Ge(),d=to(l,e,t,n,i,s);return d!==Kt&&zr(l,y(),d),ma}function S7(e,t,n,i,s,l,d){const C=Ge(),b=Jr(C,e,t,n,i,s,l,d);return b!==Kt&&zr(C,y(),b),S7}function F7(e,t,n,i,s,l,d,C,b){const E=Ge(),A=qr(E,e,t,n,i,s,l,d,C,b);return A!==Kt&&zr(E,y(),A),F7}function R7(e,t,n,i,s,l,d,C,b,E,A){const Z=Ge(),ee=no(Z,e,t,n,i,s,l,d,C,b,E,A);return ee!==Kt&&zr(Z,y(),ee),R7}function z7(e,t,n,i,s,l,d,C,b,E,A,Z,ee){const ve=Ge(),Re=ro(ve,e,t,n,i,s,l,d,C,b,E,A,Z,ee);return Re!==Kt&&zr(ve,y(),Re),z7}function B7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){const et=Ge(),at=io(et,e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re);return at!==Kt&&zr(et,y(),at),B7}function j7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){const bt=Ge(),Bt=oo(bt,e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at);return Bt!==Kt&&zr(bt,y(),Bt),j7}function U7(e){const t=Ge(),n=Xi(t,e);return n!==Kt&&zr(t,y(),n),U7}function _u(e,t,n){jr(E3,ei,eo(Ge(),e,t,n),!0)}function yu(e,t,n,i,s){jr(E3,ei,to(Ge(),e,t,n,i,s),!0)}function bu(e,t,n,i,s,l,d){jr(E3,ei,Jr(Ge(),e,t,n,i,s,l,d),!0)}function vu(e,t,n,i,s,l,d,C,b){jr(E3,ei,qr(Ge(),e,t,n,i,s,l,d,C,b),!0)}function Mu(e,t,n,i,s,l,d,C,b,E,A){jr(E3,ei,no(Ge(),e,t,n,i,s,l,d,C,b,E,A),!0)}function wu(e,t,n,i,s,l,d,C,b,E,A,Z,ee){jr(E3,ei,ro(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee),!0)}function Lu(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){jr(E3,ei,io(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re),!0)}function Du(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){jr(E3,ei,oo(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at),!0)}function Eu(e){jr(E3,ei,Xi(Ge(),e),!0)}function Iu(e,t,n){Xr(eo(Ge(),e,t,n))}function xu(e,t,n,i,s){Xr(to(Ge(),e,t,n,i,s))}function Pu(e,t,n,i,s,l,d){Xr(Jr(Ge(),e,t,n,i,s,l,d))}function Ou(e,t,n,i,s,l,d,C,b){Xr(qr(Ge(),e,t,n,i,s,l,d,C,b))}function Tu(e,t,n,i,s,l,d,C,b,E,A){Xr(no(Ge(),e,t,n,i,s,l,d,C,b,E,A))}function Au(e,t,n,i,s,l,d,C,b,E,A,Z,ee){Xr(ro(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee))}function Nu(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){Xr(io(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re))}function ku(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){Xr(oo(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at))}function Su(e){Xr(Xi(Ge(),e))}function V7(e,t,n,i,s){return Br(e,eo(Ge(),t,n,i),s,!1),V7}function G7(e,t,n,i,s,l,d){return Br(e,to(Ge(),t,n,i,s,l),d,!1),G7}function H7(e,t,n,i,s,l,d,C,b){return Br(e,Jr(Ge(),t,n,i,s,l,d,C),b,!1),H7}function Z7(e,t,n,i,s,l,d,C,b,E,A){return Br(e,qr(Ge(),t,n,i,s,l,d,C,b,E),A,!1),Z7}function W7(e,t,n,i,s,l,d,C,b,E,A,Z,ee){return Br(e,no(Ge(),t,n,i,s,l,d,C,b,E,A,Z),ee,!1),W7}function K7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){return Br(e,ro(Ge(),t,n,i,s,l,d,C,b,E,A,Z,ee,ve),Re,!1),K7}function Y7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){return Br(e,io(Ge(),t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et),at,!1),Y7}function Q7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at,bt,Bt){return Br(e,oo(Ge(),t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at,bt),Bt,!1),Q7}function $7(e,t,n){return Br(e,Xi(Ge(),t),n,!1),$7}function J7(e,t,n){const i=Ge();if(W2(i,e3(),t)){k3(qt(),L(),i,e,t,i[yt],n,!0)}return J7}function q7(e,t,n){const i=Ge();if(W2(i,e3(),t)){const l=qt(),d=L();k3(l,d,i,e,t,t6(an(l.data),d,i),n,!0)}return q7}const Bo=void 0;var Ru=["en",[["a","p"],["AM","PM"],Bo],[["AM","PM"],Bo,Bo],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Bo,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Bo,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Bo,"{1} 'at' {0}",Bo],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function Fu(e){const n=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length;return 1===n&&0===i?1:5}];let G5={};function _a(e){const t=function zu(e){return e.toLowerCase().replace(/_/g,"-")}(e);let n=el(t);if(n)return n;const i=t.split("-")[0];if(n=el(i),n)return n;if("en"===i)return Ru;throw new ge(701,!1)}function X7(e){return _a(e)[jo.PluralCase]}function el(e){return e in G5||(G5[e]=pt.ng&&pt.ng.common&&pt.ng.common.locales&&pt.ng.common.locales[e]),G5[e]}var jo;!function(e){e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData"}(jo||(jo={}));const Bu=["zero","one","two","few","many"];const H5="en-US",V4={marker:"element"},G4={marker:"ICU"};var S3;!function(e){e[e.SHIFT=2]="SHIFT",e[e.APPEND_EAGERLY=1]="APPEND_EAGERLY",e[e.COMMENT=2]="COMMENT"}(S3||(S3={}));let tl=H5;function nl(e){Te(e,"Expected localeId to be defined"),"string"==typeof e&&(tl=e.toLowerCase().replace(/_/g,"-"))}function rl(e,t,n){const i=t.insertBeforeIndex,s=Array.isArray(i)?i[0]:i;return null===s?D8(e,0,n):Q1(n[s])}function il(e,t,n,i,s){const l=t.insertBeforeIndex;if(Array.isArray(l)){let d=i,C=null;if(3&t.type||(C=d,d=s),null!==d&&-1===t.componentOffset)for(let b=1;b1)for(let n=e.length-2;n>=0;n--){const i=e[n];sl(i)||Gu(i,t)&&null===Hu(i)&&Zu(i,t.index)}}function sl(e){return!(64&e.type)}function Gu(e,t){return sl(t)||e.index>t.index}function Hu(e){const t=e.insertBeforeIndex;return Array.isArray(t)?t[0]:t}function Zu(e,t){const n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(n0(rl,il),e.insertBeforeIndex=t)}function p6(e,t){const n=e.data[t];return null===n||"string"==typeof n?null:n.hasOwnProperty("currentCaseLViewIndex")?n:n.value}function Yu(e,t,n){const i=P5(e,n,64,null,null);return ol(t,i),i}function H4(e,t){const n=t[e.currentCaseLViewIndex];return null===n?n:n<0?~n:n}function al(e){return e>>>17}function ll(e){return(131070&e)>>>1}let h6=0,g6=0;function ul(e,t,n,i){const s=n[yt];let d,l=null;for(let C=0;C>>1,ve=t[++C],Re=t[++C];X8(s,S1(ee,n),null,null,ve,Re,null)}else switch(b){case G4:const E=t[++C],A=t[++C];if(null===n[A]){S2(n[A]=ji(s,E),n)}break;case V4:const Z=t[++C],ee=t[++C];if(null===n[ee]){S2(n[ee]=o5(s,Z,null),n)}}}}function dl(e,t,n,i,s){for(let l=0;l>>2;switch(3&A){case 1:const ee=n[++E],ve=n[++E],Re=e.data[Z];"string"==typeof Re?X8(t[yt],t[Z],null,Re,ee,b,ve):k3(e,Re,t,ee,b,t[yt],ve,!1);break;case 0:const et=t[Z];null!==et&&_o(t[yt],et,b);break;case 2:Xu(e,p6(e,Z),t,b);break;case 3:fl(e,p6(e,Z),i,t)}}}}else{const b=n[l+1];if(b>0&&3==(3&b)){const A=p6(e,b>>>2);t[A.currentCaseLViewIndex]<0&&fl(e,A,i,t)}}l+=C}}function fl(e,t,n,i){let s=i[t.currentCaseLViewIndex];if(null!==s){let l=h6;s<0&&(s=i[t.currentCaseLViewIndex]=~s,l=-1),dl(e,i,t.update[s],n,l)}}function Xu(e,t,n,i){const s=function ed(e,t){let n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:{const i=function ju(e,t){const n=X7(t)(parseInt(e,10)),i=Bu[n];return void 0!==i?i:"other"}(t,function Vu(){return tl}());n=e.cases.indexOf(i),-1===n&&"other"!==i&&(n=e.cases.indexOf("other"));break}case 0:n=e.cases.indexOf("other")}return-1===n?null:n}(t,i);if(H4(t,n)!==s&&(pl(e,t,n),n[t.currentCaseLViewIndex]=null===s?null:~s,null!==s)){const d=n[t.anchorIdx];d&&ul(e,t.create[s],n,d)}}function pl(e,t,n){let i=H4(t,n);if(null!==i){const s=t.remove[i];for(let l=0;l0){const C=S1(d,n);null!==C&&Do(n[yt],C)}else pl(e,p6(e,~d),n)}}}function td(){const e=[];let n,i,t=-1;function l(C,b){t=0;const E=H4(C,b);i=null!==E?C.remove[E]:Ut}function d(){if(t0)return n[C];{e.push(t,i);const b=~C;return l(n[tt].data[b],n),d()}}return 0===e.length?null:(i=e.pop(),t=e.pop(),d())}return function s(C,b){for(n=b;e.length;)e.pop();return l(C.value,b),d}}const Z4=/\ufffd(\d+):?\d*\ufffd/gi,nd=/({\s*\ufffd\d+:?\d*\ufffd\s*,\s*\S{6}\s*,[\s\S]*})/gi,rd=/\ufffd(\d+)\ufffd/,gl=/^\s*(\ufffd\d+:?\d*\ufffd)\s*,\s*(select|plural)\s*,/,C6="\ufffd",id=/\ufffd\/?\*(\d+:\d+)\ufffd/gi,od=/\ufffd(\/?[#*]\d+):?\d*\ufffd/gi,sd=/\uE500/g;function ld(e,t,n,i,s,l){const d=Un(),C=[],b=[],E=[[]];s=function pd(e,t){if(function fd(e){return-1===e}(t))return _l(e);{const n=e.indexOf(`:${t}${C6}`)+2+t.toString().length,i=e.search(new RegExp(`${C6}\\/\\*\\d+:${t}${C6}`));return _l(e.substring(n,i))}}(s,l);const A=function ad(e){return e.replace(sd," ")}(s).split(od);for(let Z=0;Zn.length&&n.push(b)}return{type:i,mainBinding:s,cases:t,values:n}}function ya(e){if(!e)return[];let t=0;const n=[],i=[],s=/[{}]/g;let l;for(s.lastIndex=0;l=s.exec(e);){const C=l.index;if("}"==l[0]){if(n.pop(),0==n.length){const b=e.substring(t,C);gl.test(b)?i.push(hd(b)):i.push(b),t=C+1}}else{if(0==n.length){const b=e.substring(t,C);i.push(b),t=C+1}n.push("{")}}const d=e.substring(t);return i.push(d),i}function gd(e,t,n,i,s,l,d,C){const b=[],E=[],A=[];t.cases.push(l),t.create.push(b),t.remove.push(E),t.update.push(A);const ee=h5(mr()).getInertBodyElement(d),ve=m5(ee)||ee;return ve?bl(e,t,n,i,b,E,A,ve,s,C,0):0}function bl(e,t,n,i,s,l,d,C,b,E,A){let Z=0,ee=C.firstChild;for(;ee;){const ve=A3(e,n,1,null);switch(ee.nodeType){case Node.ELEMENT_NODE:const Re=ee,et=Re.tagName.toLowerCase();if(A8.hasOwnProperty(et)){ba(s,V4,et,b,ve),e.data[ve]=et;const Ke=Re.attributes;for(let $t=0;$t>>S3.SHIFT;let Z=e[A];null===Z&&(Z=e[A]=b?s.createComment(C):y8(s,C)),E&&null!==n&&Kr(s,n,Z,i,!1)}})(s,b.create,A,Z),Pe(!0)}function Ll(){Pe(!1)}function xd(e,t,n){wl(e,t,n),Ll()}function Pd(e,t){const n=qt(),i=K(n.consts,t);!function ud(e,t,n){const s=$1().index,l=[];if(e.firstCreatePass&&null===e.data[t]){for(let d=0;d0){const i=e.data[n];dl(e,t,Array.isArray(i)?i:i.update,w2()-g6-1,h6)}h6=0,g6=0}(qt(),Ge(),e+b1)}function Td(e,t={}){return function Id(e,t={}){let n=e;if(bd.test(e)){const i={},s=[Ml];n=n.replace(vd,(l,d,C)=>{const b=d||C,E=i[b]||[];if(E.length||(b.split("|").forEach(et=>{const at=et.match(Ed),bt=at?parseInt(at[1],10):Ml,Bt=Dd.test(et);E.push([bt,Bt,et])}),i[b]=E),!E.length)throw new Error(`i18n postprocess: unmatched placeholder - ${b}`);const A=s[s.length-1];let Z=0;for(let et=0;ett.hasOwnProperty(l)?`${s}${t[l]}${b}`:i),n=n.replace(wd,(i,s)=>t.hasOwnProperty(s)?t[s]:i),n=n.replace(Ld,(i,s)=>{if(t.hasOwnProperty(s)){const l=t[s];if(!l.length)throw new Error(`i18n postprocess: unmatched ICU - ${i} with key: ${s}`);return l.shift()}return i})),n}(e,t)}function va(e,t,n,i,s){if(e=G(e),Array.isArray(e))for(let l=0;l>20;if(bi(e)||!e.multi){const ve=new j1(b,s,Fr),Re=wa(C,t,s?A:A+ee,Z);-1===Re?(_2(T1(E,d),l,C),Ma(l,e,t.length),t.push(C),E.directiveStart++,E.directiveEnd++,s&&(E.providerIndexes+=1048576),n.push(ve),d.push(ve)):(n[Re]=ve,d[Re]=ve)}else{const ve=wa(C,t,A+ee,Z),Re=wa(C,t,A,A+ee),et=ve>=0&&n[ve],at=Re>=0&&n[Re];if(s&&!at||!s&&!et){_2(T1(E,d),l,C);const bt=function Sd(e,t,n,i,s){const l=new j1(e,n,Fr);return l.multi=[],l.index=t,l.componentProviders=0,El(l,s,i&&!n),l}(s?kd:Nd,n.length,s,i,b);!s&&at&&(n[Re].providerFactory=bt),Ma(l,e,t.length,0),t.push(C),E.directiveStart++,E.directiveEnd++,s&&(E.providerIndexes+=1048576),n.push(bt),d.push(bt)}else{Ma(l,e,ve>-1?ve:Re,El(n[s?Re:ve],b,!s&&i))}!s&&i&&at&&n[Re].componentProviders++}}}function Ma(e,t,n,i){const s=bi(t),l=function B9(e){return!!e.useClass}(t);if(s||l){const b=(l?G(t.useClass):t).prototype.ngOnDestroy;if(b){const E=e.destroyHooks||(e.destroyHooks=[]);if(!s&&t.multi){const A=E.indexOf(n);-1===A?E.push(n,[i,b]):E[A+1].push(i,b)}else E.push(n,b)}}}function El(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function wa(e,t,n,i){for(let s=n;s{n.providersResolver=(i,s)=>function Ad(e,t,n){const i=qt();if(i.firstCreatePass){const s=q1(e);va(n,i.data,i.blueprint,s,!0),va(t,i.data,i.blueprint,s,!1)}}(i,s?s(e):e,t)}}class Z5{}class Fd{}function Rd(e,t){return new xl(e,t??null)}class xl extends Z5{constructor(t,n){super(),this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new M4(this);const i=vn(t);this._bootstrapComponents=kr(i.bootstrap),this._r3Injector=e4(t,n,[{provide:Z5,useValue:this},{provide:Wi,useValue:this.componentFactoryResolver}],Le(t),new Set(["environment"])),this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(t)}get injector(){return this._r3Injector}destroy(){const t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}}class Da extends Fd{constructor(t){super(),this.moduleType=t}create(t){return new xl(this.moduleType,t)}}class zd extends Z5{constructor(t,n,i){super(),this.componentFactoryResolver=new M4(this),this.instance=null;const s=new B8([...t,{provide:Z5,useValue:this},{provide:Wi,useValue:this.componentFactoryResolver}],n||b5(),i,new Set(["environment"]));this.injector=s,s.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}function Pl(e,t,n=null){return new zd(e,t,n).injector}class W4{constructor(t){this._injector=t,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t.id)){const n=x0(0,t.type),i=n.length>0?Pl([n],this._injector,`Standalone[${t.type.name}]`):null;this.cachedInjectors.set(t.id,i)}return this.cachedInjectors.get(t.id)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())null!==t&&t.destroy()}finally{this.cachedInjectors.clear()}}}function Bd(e){e.getStandaloneInjector=t=>t.get(W4).getOrCreateStandaloneInjector(e)}function Fl(e,t,n,i){return jt(()=>{const s=e;null!==t&&(s.hasOwnProperty("decorators")&&void 0!==s.decorators?s.decorators.push(...t):s.decorators=t),null!==n&&(s.ctorParameters=n),null!==i&&(s.hasOwnProperty("propDecorators")&&void 0!==s.propDecorators?s.propDecorators={...s.propDecorators,...i}:s.propDecorators=i)})}function Kd(e,t,n){const i=Dn()+e,s=Ge();return s[i]===Kt?yr(s,i,n?t.call(n):t()):wi(s,i)}function Rl(e,t,n,i){return zl(Ge(),Dn(),e,t,n,i)}function Yd(e,t,n,i,s){return Bl(Ge(),Dn(),e,t,n,i,s)}function Qd(e,t,n,i,s,l){return jl(Ge(),Dn(),e,t,n,i,s,l)}function $d(e,t,n,i,s,l,d){return Ul(Ge(),Dn(),e,t,n,i,s,l,d)}function Jd(e,t,n,i,s,l,d,C){const b=Dn()+e,E=Ge(),A=Y3(E,b,n,i,s,l);return W2(E,b+4,d)||A?yr(E,b+5,C?t.call(C,n,i,s,l,d):t(n,i,s,l,d)):wi(E,b+5)}function qd(e,t,n,i,s,l,d,C,b){const E=Dn()+e,A=Ge(),Z=Y3(A,E,n,i,s,l);return Li(A,E+4,d,C)||Z?yr(A,E+6,b?t.call(b,n,i,s,l,d,C):t(n,i,s,l,d,C)):wi(A,E+6)}function Xd(e,t,n,i,s,l,d,C,b,E){const A=Dn()+e,Z=Ge();let ee=Y3(Z,A,n,i,s,l);return j5(Z,A+4,d,C,b)||ee?yr(Z,A+7,E?t.call(E,n,i,s,l,d,C,b):t(n,i,s,l,d,C,b)):wi(Z,A+7)}function ef(e,t,n,i,s,l,d,C,b,E,A){const Z=Dn()+e,ee=Ge(),ve=Y3(ee,Z,n,i,s,l);return Y3(ee,Z+4,d,C,b,E)||ve?yr(ee,Z+8,A?t.call(A,n,i,s,l,d,C,b,E):t(n,i,s,l,d,C,b,E)):wi(ee,Z+8)}function tf(e,t,n,i){return Vl(Ge(),Dn(),e,t,n,i)}function _6(e,t){const n=e[t];return n===Kt?void 0:n}function zl(e,t,n,i,s,l){const d=t+n;return W2(e,d,s)?yr(e,d+1,l?i.call(l,s):i(s)):_6(e,d+1)}function Bl(e,t,n,i,s,l,d){const C=t+n;return Li(e,C,s,l)?yr(e,C+2,d?i.call(d,s,l):i(s,l)):_6(e,C+2)}function jl(e,t,n,i,s,l,d,C){const b=t+n;return j5(e,b,s,l,d)?yr(e,b+3,C?i.call(C,s,l,d):i(s,l,d)):_6(e,b+3)}function Ul(e,t,n,i,s,l,d,C,b){const E=t+n;return Y3(e,E,s,l,d,C)?yr(e,E+4,b?i.call(b,s,l,d,C):i(s,l,d,C)):_6(e,E+4)}function Vl(e,t,n,i,s,l){let d=t+n,C=!1;for(let b=0;b=0;n--){const i=t[n];if(e===i.name)return i}}(t,n.pipeRegistry),n.data[s]=i,i.onDestroy&&(n.destroyHooks??(n.destroyHooks=[])).push(s,i.onDestroy)):i=n.data[s];const l=i.factory||(i.factory=jn(i.type)),d=yn(Fr);try{const C=T(!1),b=l();return T(C),function aa(e,t,n,i){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=i}(n,Ge(),s,b),b}finally{yn(d)}}function of(e,t,n){const i=e+b1,s=Ge(),l=Qn(s,i);return y6(s,i)?zl(s,Dn(),t,l.transform,n,l):l.transform(n)}function sf(e,t,n,i){const s=e+b1,l=Ge(),d=Qn(l,s);return y6(l,s)?Bl(l,Dn(),t,d.transform,n,i,d):d.transform(n,i)}function af(e,t,n,i,s){const l=e+b1,d=Ge(),C=Qn(d,l);return y6(d,l)?jl(d,Dn(),t,C.transform,n,i,s,C):C.transform(n,i,s)}function lf(e,t,n,i,s,l){const d=e+b1,C=Ge(),b=Qn(C,d);return y6(C,d)?Ul(C,Dn(),t,b.transform,n,i,s,l,b):b.transform(n,i,s,l)}function cf(e,t,n){const i=e+b1,s=Ge(),l=Qn(s,i);return y6(s,i)?Vl(s,Dn(),t,l.transform,n,l):l.transform.apply(l,n)}function y6(e,t){return e[tt].data[t].pure}W4.\u0275prov=Ae({token:W4,providedIn:"environment",factory:()=>new W4(qe(Nr))});class uf extends o.xQ{constructor(t=!1){super(),this.__isAsync=t}emit(t){super.next(t)}subscribe(t,n,i){let s=t,l=n||(()=>null),d=i;if(t&&"object"==typeof t){const b=t;s=b.next?.bind(b),l=b.error?.bind(b),d=b.complete?.bind(b)}this.__isAsync&&(l=Ia(l),s&&(s=Ia(s)),d&&(d=Ia(d)));const C=super.subscribe({next:s,error:l,complete:d});return t instanceof _.w&&t.add(C),C}}function Ia(e){return t=>{setTimeout(e,void 0,t)}}const ti=uf;function df(){return this._results[Symbol.iterator]()}class xa{get changes(){return this._changes||(this._changes=new ti)}constructor(t=!1){this._emitDistinctChangesOnly=t,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const n=xa.prototype;n[Symbol.iterator]||(n[Symbol.iterator]=df)}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){const i=this;i.dirty=!1;const s=G2(t);(this._changesDetected=!function r8(e,t,n){if(e.length!==t.length)return!1;for(let i=0;i0;)this.remove(this.length-1)}get(t){const n=Hl(this._lContainer);return null!==n&&n[t]||null}get length(){return this._lContainer.length-xn}createEmbeddedView(t,n,i){let s,l;"number"==typeof i?s=i:null!=i&&(s=i.index,l=i.injector);const d=t.createEmbeddedView(n||{},l);return this.insert(d,s),d}createComponent(t,n,i,s,l){const d=t&&!lo(t);let C;if(d)C=n;else{const Z=n||{};C=Z.index,i=Z.injector,s=Z.projectableNodes,l=Z.environmentInjector||Z.ngModuleRef}const b=d?t:new Ro(i1(t)),E=i||this.parentInjector;if(!l&&null==b.ngModule){const ee=(d?E:this.parentInjector).get(Nr,null);ee&&(l=ee)}const A=b.create(E,s,void 0,l);return this.insert(A.hostView,C),A}insert(t,n){const i=t._lView,s=i[tt];if(function w(e){return mt(e[D1])}(i)){const A=this.indexOf(t);if(-1!==A)this.detach(A);else{const Z=i[D1],ee=new Gl(Z,Z[G1],Z[D1]);ee.detach(ee.indexOf(t))}}const l=this._adjustIndex(n),d=this._lContainer;yo(s,i,d,l);const C=Lo(l,d),b=i[yt],E=wo(b,d[C1]);return null!==E&&function h9(e,t,n,i,s,l){i[r2]=s,i[G1]=t,Cr(e,i,n,1,s,l)}(s,d[G1],b,i,E,C),t.attachToViewContainerRef(),P6(Pa(d),l,t),t}move(t,n){return this.insert(t,n)}indexOf(t){const n=Hl(this._lContainer);return null!==n?n.indexOf(t):-1}remove(t){const n=this._adjustIndex(t,-1),i=s5(this._lContainer,n);i&&(co(Pa(this._lContainer),n),bo(i[tt],i))}detach(t){const n=this._adjustIndex(t,-1),i=s5(this._lContainer,n);return i&&null!=co(Pa(this._lContainer),n)?new Fo(i):null}_adjustIndex(t,n=0){return t??this.length+n}};function Hl(e){return e[K1]}function Pa(e){return e[K1]||(e[K1]=[])}function Zl(e,t){let n;const i=t[e.index];if(mt(i))n=i;else{let s;if(8&e.type)s=Q1(i);else{const l=t[yt];s=l.createComment("");const d=sn(e,t);Kr(l,wo(l,d),s,function Tr(e,t){return e.nextSibling(t)}(l,d),!1)}t[e.index]=n=_4(i,t,s,e),k5(t,n)}return new Gl(n,e,t)}class Oa{constructor(t){this.queryList=t,this.matches=null}clone(){return new Oa(this.queryList)}setDirty(){this.queryList.setDirty()}}class Ta{constructor(t=[]){this.queries=t}createEmbeddedView(t){const n=t.queries;if(null!==n){const i=null!==t.contentQueries?t.contentQueries[0]:n.length,s=[];for(let l=0;l0)i.push(d[C/2]);else{const E=l[C+1],A=t[-b];for(let Z=xn;Z(null===s&&(s=c2().compileNgModule(F3,`ng:///${e.name}/\u0275mod.js`,{type:e,bootstrap:G2(t.bootstrap||Ut).map(G),declarations:i.map(G),imports:G2(t.imports||Ut).map(G).map(ac),exports:G2(t.exports||Ut).map(G).map(ac),schemas:t.schemas?G2(t.schemas):null,id:t.id||null}),s.schemas||(s.schemas=[])),s)});let l=null;Object.defineProperty(e,nn,{get:()=>{if(null===l){const C=c2();l=C.compileFactory(F3,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,deps:$o(e),target:C.FactoryTarget.NgModule,typeArgumentCount:0})}return l},configurable:!1});let d=null;Object.defineProperty(e,Je,{get:()=>{if(null===d){const C={name:e.name,type:e,providers:t.providers||Ut,imports:[(t.imports||Ut).map(G),(t.exports||Ut).map(G)]};d=c2().compileInjector(F3,`ng:///${e.name}/\u0275inj.js`,C)}return d},configurable:!1})})(e,t),void 0!==t.id&&a8(e,t.id),function If(e,t){v6.push({moduleType:e,ngModule:t})}(e,t)}function Af(e,t){const n=G2(t.declarations||Ut),i=Y5(e);n.forEach(s=>{if((s=G(s)).hasOwnProperty(v2)){sc(i1(s),i)}else!s.hasOwnProperty(d2)&&!s.hasOwnProperty(Nn)&&(s.ngSelectorScope=e)})}function sc(e,t){e.directiveDefs=()=>Array.from(t.compilation.directives).map(n=>n.hasOwnProperty(v2)?i1(n):P1(n)).filter(n=>!!n),e.pipeDefs=()=>Array.from(t.compilation.pipes).map(n=>In(n)),e.schemas=t.schemas,e.tView=null}function Y5(e){if(tc(e))return function Nf(e){const t=vn(e,!0);if(null!==t.transitiveCompileScopes)return t.transitiveCompileScopes;const n={schemas:t.schemas||null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set}};return kr(t.imports).forEach(i=>{const s=Y5(i);s.exported.directives.forEach(l=>n.compilation.directives.add(l)),s.exported.pipes.forEach(l=>n.compilation.pipes.add(l))}),kr(t.declarations).forEach(i=>{In(i)?n.compilation.pipes.add(i):n.compilation.directives.add(i)}),kr(t.exports).forEach(i=>{const s=i;if(tc(s)){const l=Y5(s);l.exported.directives.forEach(d=>{n.compilation.directives.add(d),n.exported.directives.add(d)}),l.exported.pipes.forEach(d=>{n.compilation.pipes.add(d),n.exported.pipes.add(d)})}else In(s)?n.exported.pipes.add(s):n.exported.directives.add(s)}),t.transitiveCompileScopes=n,n}(e);if(x2(e)){if(null!==(i1(e)||P1(e)))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set([e]),pipes:new Set}};if(null!==In(e))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set([e])}}}throw new Error(`${e.name} does not have a module def (\u0275mod property)`)}function ac(e){return ec(e)?e.ngModule:e}let za=0;function kf(e,t){let n=null;(function k6(e,t){S6(t)&&(Fi.set(e,t),xr.add(e))})(e,t),uc(e,t),Object.defineProperty(e,v2,{get:()=>{if(null===n){const i=c2();if(S6(t)){const E=[`Component '${e.name}' is not resolved:`];throw t.templateUrl&&E.push(` - templateUrl: ${t.templateUrl}`),t.styleUrls&&t.styleUrls.length&&E.push(` - styleUrls: ${JSON.stringify(t.styleUrls)}`),E.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(E.join("\n"))}const s=function Ef(){return K5}();let l=t.preserveWhitespaces;void 0===l&&(l=null!==s&&void 0!==s.preserveWhitespaces&&s.preserveWhitespaces);let d=t.encapsulation;void 0===d&&(d=null!==s&&void 0!==s.defaultEncapsulation?s.defaultEncapsulation:Xt.Emulated);const C=t.templateUrl||`ng:///${e.name}/template.html`,b={...dc(e,t),typeSourceSpan:i.createParseSourceSpan("Component",e.name,C),template:t.template||"",preserveWhitespaces:l,styles:t.styles||Ut,animations:t.animations,declarations:[],changeDetection:t.changeDetection,encapsulation:d,interpolation:t.interpolation,viewProviders:t.viewProviders||null};za++;try{if(b.usesInheritance&&fc(e),n=i.compileComponent(F3,C,b),t.standalone){const E=G2(t.imports||Ut),{directiveDefs:A,pipeDefs:Z}=function Ff(e,t){let n=null,i=null;return{directiveDefs:()=>{if(null===n){n=[i1(e)];const d=new Set;for(const C of t){const b=G(C);if(!d.has(b))if(d.add(b),vn(b)){const E=Y5(b);for(const A of E.exported.directives){const Z=i1(A)||P1(A);Z&&!d.has(A)&&(d.add(A),n.push(Z))}}else{const E=i1(b)||P1(b);E&&n.push(E)}}}return n},pipeDefs:()=>{if(null===i){i=[];const d=new Set;for(const C of t){const b=G(C);if(!d.has(b))if(d.add(b),vn(b)){const E=Y5(b);for(const A of E.exported.pipes){const Z=In(A);Z&&!d.has(A)&&(d.add(A),i.push(Z))}}else{const E=In(b);E&&i.push(E)}}}return i}}}(e,E);n.directiveDefs=A,n.pipeDefs=Z,n.dependencies=()=>E.map(G)}}finally{za--}if(0===za&&function xf(){if(!Sa){Sa=!0;try{for(let e=v6.length-1;e>=0;e--){const{moduleType:t,ngModule:n}=v6[e];n.declarations&&n.declarations.every(nc)&&(v6.splice(e,1),Af(t,n))}}finally{Sa=!1}}}(),function Rf(e){return void 0!==e.ngSelectorScope}(e)){const E=Y5(e.ngSelectorScope);sc(n,E)}if(t.schemas){if(!t.standalone)throw new Error(`The 'schemas' was specified for the ${Ye(e)} but is only valid on a component that is standalone.`);n.schemas=t.schemas}else t.standalone&&(n.schemas=[])}return n},configurable:!1})}function lc(e,t){let n=null;uc(e,t||{}),Object.defineProperty(e,d2,{get:()=>{if(null===n){const i=cc(e,t||{});n=c2().compileDirective(F3,i.sourceMapUrl,i.metadata)}return n},configurable:!1})}function cc(e,t){const n=e&&e.name,i=`ng:///${n}/\u0275dir.js`,s=c2(),l=dc(e,t);return l.typeSourceSpan=s.createParseSourceSpan("Directive",n,i),l.usesInheritance&&fc(e),{metadata:l,sourceMapUrl:i}}function uc(e,t){let n=null;Object.defineProperty(e,nn,{get:()=>{if(null===n){const i=cc(e,t),s=c2();n=s.compileFactory(F3,`ng:///${e.name}/\u0275fac.js`,{name:i.metadata.name,type:i.metadata.type,typeArgumentCount:0,deps:$o(e),target:s.FactoryTarget.Directive})}return n},configurable:!1})}function zf(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function dc(e,t){const n=Ci(),i=n.ownPropMetadata(e);return{name:e.name,type:e,selector:void 0!==t.selector?t.selector:null,host:t.host||Wt,propMetadata:i,inputs:t.inputs||Ut,outputs:t.outputs||Ut,queries:pc(e,i,hc),lifecycle:{usesOnChanges:n.hasLifecycleHook(e,"ngOnChanges")},typeSourceSpan:null,usesInheritance:!zf(e),exportAs:Uf(t.exportAs),providers:t.providers||null,viewQueries:pc(e,i,gc),isStandalone:!!t.standalone,hostDirectives:t.hostDirectives?.map(s=>"function"==typeof s?{directive:s}:s)||null}}function fc(e){const t=Object.prototype;let n=Object.getPrototypeOf(e.prototype).constructor;for(;n&&n!==t;)!P1(n)&&!i1(n)&&Gf(n)&&lc(n,null),n=Object.getPrototypeOf(n)}function Bf(e){return"string"==typeof e?mc(e):G(e)}function jf(e,t){return{propertyName:e,predicate:Bf(t.selector),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static,emitDistinctChangesOnly:!!t.emitDistinctChangesOnly}}function pc(e,t,n){const i=[];for(const s in t)if(t.hasOwnProperty(s)){const l=t[s];l.forEach(d=>{if(n(d)){if(!d.selector)throw new Error(`Can't construct a query for the property "${s}" of "${Ye(e)}" since the query selector wasn't defined.`);if(l.some(Cc))throw new Error("Cannot combine @Input decorators with query decorators");i.push(jf(s,d))}})}return i}function Uf(e){return void 0===e?null:mc(e)}function hc(e){const t=e.ngMetadataName;return"ContentChild"===t||"ContentChildren"===t}function gc(e){const t=e.ngMetadataName;return"ViewChild"===t||"ViewChildren"===t}function Cc(e){return"Input"===e.ngMetadataName}function mc(e){return e.split(",").map(t=>t.trim())}const Vf=["ngOnChanges","ngOnInit","ngOnDestroy","ngDoCheck","ngAfterViewInit","ngAfterViewChecked","ngAfterContentInit","ngAfterContentChecked"];function Gf(e){const t=Ci();if(Vf.some(i=>t.hasLifecycleHook(e,i)))return!0;const n=t.propMetadata(e);for(const i in n){const s=n[i];for(let l=0;le,void 0,void 0,(e,t)=>lc(e,t)),Zf=D3("Component",(e={})=>({changeDetection:N1.Default,...e}),yc,void 0,(e,t)=>kf(e,t)),Wf=D3("Pipe",e=>({pure:!0,...e}),void 0,void 0,(e,t)=>function Hf(e,t){let n=null,i=null;Object.defineProperty(e,nn,{get:()=>{if(null===i){const s=_c(e,t),l=c2(s.type);i=l.compileFactory(F3,`ng:///${s.name}/\u0275fac.js`,{name:s.name,type:s.type,typeArgumentCount:0,deps:$o(e),target:l.FactoryTarget.Pipe})}return i},configurable:!1}),Object.defineProperty(e,Nn,{get:()=>{if(null===n){const s=_c(e,t);n=c2(s.type).compilePipe(F3,`ng:///${s.name}/\u0275pipe.js`,s)}return n},configurable:!1})}(e,t)),Kf=Wr("Input",e=>({bindingPropertyName:e})),Yf=Wr("Output",e=>({bindingPropertyName:e})),Qf=(Wr("HostBinding",e=>({hostPropertyName:e})),Wr("HostListener",(e,t)=>({eventName:e,args:t})),D3("NgModule",e=>e,void 0,void 0,(e,t)=>Pf(e,t)));function Q4(...e){}const bc=new cn("Application Initializer");class Di{constructor(t){this.appInits=t,this.resolve=Q4,this.reject=Q4,this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,i)=>{this.resolve=n,this.reject=i})}runInitializers(){if(this.initialized)return;const t=[],n=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let i=0;i{s.subscribe({complete:d,error:C})});t.push(l)}}Promise.all(t).then(()=>{n()}).catch(i=>{this.reject(i)}),0===t.length&&n(),this.initialized=!0}}Di.\u0275fac=function(t){return new(t||Di)(qe(bc,8))},Di.\u0275prov=Ae({token:Di,factory:Di.\u0275fac,providedIn:"root"});const vc=new cn("AppId",{providedIn:"root",factory:Mc});function Mc(){return`${Ba()}${Ba()}${Ba()}`}function Ba(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const wc=new cn("Platform Initializer"),$f=new cn("Platform ID",{providedIn:"platform",factory:()=>"unknown"});new cn("Application Packages Root URL"),new cn("AnimationModuleType");class Q5{log(t){console.log(t)}warn(t){console.warn(t)}}Q5.\u0275fac=function(t){return new(t||Q5)},Q5.\u0275prov=Ae({token:Q5,factory:Q5.\u0275fac,providedIn:"platform"});const $4=new cn("LocaleId",{providedIn:"root",factory:()=>Me($4,Se.Optional|Se.SkipSelf)||function Jf(){return typeof $localize<"u"&&$localize.locale||H5}()}),qf=new cn("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"});new cn("Translations"),new cn("TranslationsFormat");var Lc;!function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(Lc||(Lc={}));class Xf{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}}class M6{compileModuleSync(t){return new Da(t)}compileModuleAsync(t){return Promise.resolve(this.compileModuleSync(t))}compileModuleAndAllComponentsSync(t){const n=this.compileModuleSync(t),s=kr(vn(t).declarations).reduce((l,d)=>{const C=i1(d);return C&&l.push(new Ro(C)),l},[]);return new Xf(n,s)}compileModuleAndAllComponentsAsync(t){return Promise.resolve(this.compileModuleAndAllComponentsSync(t))}clearCache(){}clearCacheFor(t){}getModuleId(t){}}M6.\u0275fac=function(t){return new(t||M6)},M6.\u0275prov=Ae({token:M6,factory:M6.\u0275fac,providedIn:"root"});new cn("compilerOptions");const np=Promise.resolve(0);function ja(e){typeof Zone>"u"?np.then(()=>{e&&e.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",e)}class vr{constructor({enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:n=!1,shouldCoalesceRunChangeDetection:i=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new ti(!1),this.onMicrotaskEmpty=new ti(!1),this.onStable=new ti(!1),this.onError=new ti(!1),typeof Zone>"u")throw new ge(908,!1);Zone.assertZonePatched();const s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),t&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!i&&n,s.shouldCoalesceRunChangeDetection=i,s.lastRequestAnimationFrameId=-1,s.nativeRequestAnimationFrame=function rp(){let e=pt.requestAnimationFrame,t=pt.cancelAnimationFrame;if(typeof Zone<"u"&&e&&t){const n=e[Zone.__symbol__("OriginalDelegate")];n&&(e=n);const i=t[Zone.__symbol__("OriginalDelegate")];i&&(t=i)}return{nativeRequestAnimationFrame:e,nativeCancelAnimationFrame:t}}().nativeRequestAnimationFrame,function sp(e){const t=()=>{!function op(e){e.isCheckStableRunning||-1!==e.lastRequestAnimationFrameId||(e.lastRequestAnimationFrameId=e.nativeRequestAnimationFrame.call(pt,()=>{e.fakeTopEventTask||(e.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{e.lastRequestAnimationFrameId=-1,Va(e),e.isCheckStableRunning=!0,Ua(e),e.isCheckStableRunning=!1},void 0,()=>{},()=>{})),e.fakeTopEventTask.invoke()}),Va(e))}(e)};e._inner=e._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(n,i,s,l,d,C)=>{try{return Ic(e),n.invokeTask(s,l,d,C)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===l.type||e.shouldCoalesceRunChangeDetection)&&t(),xc(e)}},onInvoke:(n,i,s,l,d,C,b)=>{try{return Ic(e),n.invoke(s,l,d,C,b)}finally{e.shouldCoalesceRunChangeDetection&&t(),xc(e)}},onHasTask:(n,i,s,l)=>{n.hasTask(s,l),i===s&&("microTask"==l.change?(e._hasPendingMicrotasks=l.microTask,Va(e),Ua(e)):"macroTask"==l.change&&(e.hasPendingMacrotasks=l.macroTask))},onHandleError:(n,i,s,l)=>(n.handleError(s,l),e.runOutsideAngular(()=>e.onError.emit(l)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!vr.isInAngularZone())throw new ge(909,!1)}static assertNotInAngularZone(){if(vr.isInAngularZone())throw new ge(909,!1)}run(t,n,i){return this._inner.run(t,n,i)}runTask(t,n,i,s){const l=this._inner,d=l.scheduleEventTask("NgZoneEvent: "+s,t,ip,Q4,Q4);try{return l.runTask(d,n,i)}finally{l.cancelTask(d)}}runGuarded(t,n,i){return this._inner.runGuarded(t,n,i)}runOutsideAngular(t){return this._outer.run(t)}}const ip={};function Ua(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function Va(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&-1!==e.lastRequestAnimationFrameId?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Ic(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function xc(e){e._nesting--,Ua(e)}class ap{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new ti,this.onMicrotaskEmpty=new ti,this.onStable=new ti,this.onError=new ti}run(t,n,i){return t.apply(n,i)}runGuarded(t,n,i){return t.apply(n,i)}runOutsideAngular(t){return t()}runTask(t,n,i,s){return t.apply(n,i)}}const Pc=new cn(""),Oc=new cn("");class $5{constructor(t,n,i){this._ngZone=t,this.registry=n,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,Ga||(function lp(e){Ga=e}(i),i.addToWindow(n)),this._watchAngularEvents(),t.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{vr.assertNotInAngularZone(),ja(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())ja(()=>{for(;0!==this._callbacks.length;){let t=this._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb(this._didWork)}this._didWork=!1});else{let t=this.getPendingTasks();this._callbacks=this._callbacks.filter(n=>!n.updateCb||!n.updateCb(t)||(clearTimeout(n.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(t=>({source:t.source,creationLocation:t.creationLocation,data:t.data})):[]}addCallback(t,n,i){let s=-1;n&&n>0&&(s=setTimeout(()=>{this._callbacks=this._callbacks.filter(l=>l.timeoutId!==s),t(this._didWork,this.getPendingTasks())},n)),this._callbacks.push({doneCb:t,timeoutId:s,updateCb:i})}whenStable(t,n,i){if(i&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(t,n,i),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}registerApplication(t){this.registry.registerApplication(t,this)}unregisterApplication(t){this.registry.unregisterApplication(t)}findProviders(t,n,i){return[]}}$5.\u0275fac=function(t){return new(t||$5)(qe(vr),qe(Uo),qe(Oc))},$5.\u0275prov=Ae({token:$5,factory:$5.\u0275fac});class Uo{constructor(){this._applications=new Map}registerApplication(t,n){this._applications.set(t,n)}unregisterApplication(t){this._applications.delete(t)}unregisterAllApplications(){this._applications.clear()}getTestability(t){return this._applications.get(t)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(t,n=!0){return Ga?.findTestabilityInTree(this,t,n)??null}}let Ga;Uo.\u0275fac=function(t){return new(t||Uo)},Uo.\u0275prov=Ae({token:Uo,factory:Uo.\u0275fac,providedIn:"platform"});const Ei=!1;let ao=null;const Tc=new cn("AllowMultipleToken"),Ha=new cn("PlatformDestroyListeners"),cp=new cn("appBootstrapListener");function Ac(e){const t=e.get(wc,null);t&&t.forEach(n=>n())}function Nc(e,t,n=[]){const i=`Platform: ${t}`,s=new cn(i);return(l=[])=>{let d=Za();if(!d||d.injector.get(Tc,!1)){const C=[...n,...l,{provide:s,useValue:!0}];e?e(C):function fp(e){if(ao&&!ao.get(Tc,!1))throw new ge(400,!1);ao=e;const t=e.get(Vo);return Ac(e),t}(kc(C,i))}return function hp(e){const t=Za();if(!t)throw new ge(401,!1);return t}()}}function kc(e=[],t){return O3.create({name:t,providers:[{provide:R8,useValue:"platform"},{provide:Ha,useValue:new Set([()=>ao=null])},...e]})}function Za(){return ao?.get(Vo)??null}class Vo{constructor(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(t,n){const i=Fc(n?.ngZone,Sc(n)),s=[{provide:vr,useValue:i}];return i.run(()=>{const l=O3.create({providers:s,parent:this.injector,name:t.moduleType.name}),d=t.create(l),C=d.injector.get(No,null);if(!C)throw new ge(402,!1);return i.runOutsideAngular(()=>{const b=i.onError.subscribe({next:E=>{C.handleError(E)}});d.onDestroy(()=>{J4(this._modules,d),b.unsubscribe()})}),Rc(C,i,()=>{const b=d.injector.get(Di);return b.runInitializers(),b.donePromise.then(()=>(nl(d.injector.get($4,H5)||H5),this._moduleDoBootstrap(d),d))})})}bootstrapModule(t,n=[]){const i=zc({},n);return function up(e,t,n){const i=new Da(n);return Promise.resolve(i)}(this.injector,0,t).then(s=>this.bootstrapModuleFactory(s,i))}_moduleDoBootstrap(t){const n=t.injector.get(Ii);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(i=>n.bootstrap(i));else{if(!t.instance.ngDoBootstrap)throw new ge(-403,!1);t.instance.ngDoBootstrap(n)}this._modules.push(t)}onDestroy(t){this._destroyListeners.push(t)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new ge(404,!1);this._modules.slice().forEach(n=>n.destroy()),this._destroyListeners.forEach(n=>n());const t=this._injector.get(Ha,null);t&&(t.forEach(n=>n()),t.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}}function Sc(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:!(!e||!e.ngZoneEventCoalescing)||!1,shouldCoalesceRunChangeDetection:!(!e||!e.ngZoneRunCoalescing)||!1}}function Fc(e,t){let n;return n="noop"===e?new ap:("zone.js"===e?void 0:e)||new vr(t),n}function Rc(e,t,n){try{const i=n();return fe(i)?i.catch(s=>{throw t.runOutsideAngular(()=>e.handleError(s)),s}):i}catch(i){throw t.runOutsideAngular(()=>e.handleError(i)),i}}function zc(e,t){return e=Array.isArray(t)?t.reduce(zc,e):{...e,...t}}Vo.\u0275fac=function(t){return new(t||Vo)(qe(O3))},Vo.\u0275prov=Ae({token:Vo,factory:Vo.\u0275fac,providedIn:"platform"});class Ii{get destroyed(){return this._destroyed}get injector(){return this._injector}constructor(t,n,i){this._zone=t,this._injector=n,this._exceptionHandler=i,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this._destroyed=!1,this._destroyListeners=[],this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const s=new H.y(d=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{d.next(this._stable),d.complete()})}),l=new H.y(d=>{let C;this._zone.runOutsideAngular(()=>{C=this._zone.onStable.subscribe(()=>{vr.assertNotInAngularZone(),ja(()=>{!this._stable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks&&(this._stable=!0,d.next(!0))})})});const b=this._zone.onUnstable.subscribe(()=>{vr.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{d.next(!1)}))});return()=>{C.unsubscribe(),b.unsubscribe()}});this.isStable=(0,Q.T)(s,l.pipe(ce()))}bootstrap(t,n){Ei&&this.warnIfDestroyed();const i=t instanceof Ao;if(!this._injector.get(Di).done){const ee="Cannot bootstrap as there are still asynchronous initializers running."+(!i&&x2(t)?"":" Bootstrap components in the `ngDoBootstrap` method of the root module.");throw new ge(405,Ei&&ee)}let l;l=i?t:this._injector.get(Wi).resolveComponentFactory(t),this.componentTypes.push(l.componentType);const d=function dp(e){return e.isBoundToModule}(l)?void 0:this._injector.get(Z5),C=n||l.selector,b=l.create(O3.NULL,[],C,d),E=b.location.nativeElement,A=b.injector.get(Pc,null);return A?.registerApplication(E),b.onDestroy(()=>{this.detachView(b.hostView),J4(this.components,b),A?.unregisterApplication(E)}),this._loadComponent(b),b}tick(){if(Ei&&this.warnIfDestroyed(),this._runningTick)throw new ge(101,!1);try{this._runningTick=!0;for(let t of this._views)t.detectChanges()}catch(t){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(t))}finally{this._runningTick=!1}}attachView(t){Ei&&this.warnIfDestroyed();const n=t;this._views.push(n),n.attachToAppRef(this)}detachView(t){Ei&&this.warnIfDestroyed();const n=t;J4(this._views,n),n.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t);const n=this._injector.get(cp,[]);n.push(...this._bootstrapListeners),n.forEach(i=>i(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy()),this._onMicrotaskEmptySubscription.unsubscribe()}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(t){return Ei&&this.warnIfDestroyed(),this._destroyListeners.push(t),()=>J4(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new ge(406,!1);const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){Ei&&this._destroyed&&console.warn(rt(406,"This instance of the `ApplicationRef` has already been destroyed."))}}function J4(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function Cp(){}Ii.\u0275fac=function(t){return new(t||Ii)(qe(vr),qe(Nr),qe(No))},Ii.\u0275prov=Ae({token:Ii,factory:Ii.\u0275fac,providedIn:"root"});class Uc{}Uc.__NG_ELEMENT_ID__=function mp(e){return function _p(e,t,n){if(h2(e)&&!n){const i=B1(e.index,t);return new Fo(i,i)}if(47&e.type){const i=t[c1];return new Fo(i,t)}return null}($1(),Ge(),16==(16&e))};class Hc{constructor(){}supports(t){return B5(t)}create(t){return new Lp(t)}}const wp=(e,t)=>t;class Lp{constructor(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||wp}forEachItem(t){let n;for(n=this._itHead;null!==n;n=n._next)t(n)}forEachOperation(t){let n=this._itHead,i=this._removalsHead,s=0,l=null;for(;n||i;){const d=!i||n&&n.currentIndex{d=this._trackByFn(s,C),null!==n&&Object.is(n.trackById,d)?(i&&(n=this._verifyReinsertion(n,C,d,s)),Object.is(n.item,C)||this._addIdentityChange(n,C)):(n=this._mismatch(n,C,d,s),i=!0),n=n._next,s++}),this.length=s;return this._truncate(n),this.collection=t,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,n,i,s){let l;return null===t?l=this._itTail:(l=t._prev,this._remove(t)),null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._reinsertAfter(t,l,s)):null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(i,s))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._moveAfter(t,l,s)):t=this._addAfter(new Dp(n,i),l,s),t}_verifyReinsertion(t,n,i,s){let l=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null);return null!==l?t=this._reinsertAfter(l,t._prev,s):t.currentIndex!=s&&(t.currentIndex=s,this._addToMoves(t,s)),t}_truncate(t){for(;null!==t;){const n=t._next;this._addToRemovals(this._unlink(t)),t=n}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,n,i){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);const s=t._prevRemoved,l=t._nextRemoved;return null===s?this._removalsHead=l:s._nextRemoved=l,null===l?this._removalsTail=s:l._prevRemoved=s,this._insertAfter(t,n,i),this._addToMoves(t,i),t}_moveAfter(t,n,i){return this._unlink(t),this._insertAfter(t,n,i),this._addToMoves(t,i),t}_addAfter(t,n,i){return this._insertAfter(t,n,i),null===this._additionsTail?this._additionsTail=this._additionsHead=t:this._additionsTail=this._additionsTail._nextAdded=t,t}_insertAfter(t,n,i){const s=null===n?this._itHead:n._next;return t._next=s,t._prev=n,null===s?this._itTail=t:s._prev=t,null===n?this._itHead=t:n._next=t,null===this._linkedRecords&&(this._linkedRecords=new Zc),this._linkedRecords.put(t),t.currentIndex=i,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);const n=t._prev,i=t._next;return null===n?this._itHead=i:n._next=i,null===i?this._itTail=n:i._prev=n,t}_addToMoves(t,n){return t.previousIndex===n||(null===this._movesTail?this._movesTail=this._movesHead=t:this._movesTail=this._movesTail._nextMoved=t),t}_addToRemovals(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Zc),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,n){return t.item=n,null===this._identityChangesTail?this._identityChangesTail=this._identityChangesHead=t:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=t,t}}class Dp{constructor(t,n){this.item=t,this.trackById=n,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class Ep{constructor(){this._head=null,this._tail=null}add(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,n){let i;for(i=this._head;null!==i;i=i._nextDup)if((null===n||n<=i.currentIndex)&&Object.is(i.trackById,t))return i;return null}remove(t){const n=t._prevDup,i=t._nextDup;return null===n?this._head=i:n._nextDup=i,null===i?this._tail=n:i._prevDup=n,null===this._head}}class Zc{constructor(){this.map=new Map}put(t){const n=t.trackById;let i=this.map.get(n);i||(i=new Ep,this.map.set(n,i)),i.add(t)}get(t,n){const i=t,s=this.map.get(i);return s?s.get(t,n):null}remove(t){const n=t.trackById;return this.map.get(n).remove(t)&&this.map.delete(n),t}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function Wc(e,t,n){const i=e.previousIndex;if(null===i)return i;let s=0;return n&&i{if(n&&n.key===s)this._maybeAddToChanges(n,i),this._appendAfter=n,n=n._next;else{const l=this._getOrCreateRecordForKey(s,i);n=this._insertBeforeOrAppend(n,l)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let i=n;null!==i;i=i._nextRemoved)i===this._mapHead&&(this._mapHead=null),this._records.delete(i.key),i._nextRemoved=i._next,i.previousValue=i.currentValue,i.currentValue=null,i._prev=null,i._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){const i=t._prev;return n._next=t,n._prev=i,t._prev=n,i&&(i._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const s=this._records.get(t);this._maybeAddToChanges(s,n);const l=s._prev,d=s._next;return l&&(l._next=d),d&&(d._prev=l),s._next=null,s._prev=null,s}const i=new xp(t);return this._records.set(t,i),i.currentValue=n,this._addToAdditions(i),i}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(i=>n(t[i],i))}}class xp{constructor(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function Yc(){return new ni([new Hc])}class ni{constructor(t){this.factories=t}static create(t,n){if(null!=n){const i=n.factories.slice();t=t.concat(i)}return new ni(t)}static extend(t){return{provide:ni,useFactory:n=>ni.create(t,n||Yc()),deps:[[ni,new V3,new hi]]}}find(t){const n=this.factories.find(i=>i.supports(t));if(null!=n)return n;throw new ge(901,!1)}}function Qc(){return new ri([new Kc])}ni.\u0275prov=Ae({token:ni,providedIn:"root",factory:Yc});class ri{constructor(t){this.factories=t}static create(t,n){if(n){const i=n.factories.slice();t=t.concat(i)}return new ri(t)}static extend(t){return{provide:ri,useFactory:n=>ri.create(t,n||Qc()),deps:[[ri,new V3,new hi]]}}find(t){const n=this.factories.find(i=>i.supports(t));if(n)return n;throw new ge(901,!1)}}ri.\u0275prov=Ae({token:ri,providedIn:"root",factory:Qc});const Pp=[new Kc],Op=[new Hc],Tp=(new ni(Op),new ri(Pp),Nc(null,"core",[]));class J5{constructor(t){}}function Ap(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}J5.\u0275fac=function(t){return new(t||J5)(qe(Ii))},J5.\u0275mod=kn({type:J5}),J5.\u0275inj=he({})},612:(_t,we,I)=>{"use strict";I.d(we,{iD:()=>de});var o=I(8),_=I(218),H=I(957);class Q extends H.w{constructor(N,he){super()}schedule(N,he=0){return this}}class F extends Q{constructor(N,he){super(N,he),this.scheduler=N,this.work=he,this.pending=!1}schedule(N,he=0){if(this.closed)return this;this.state=N;const je=this.id,ut=this.scheduler;return null!=je&&(this.id=this.recycleAsyncId(ut,je,he)),this.pending=!0,this.delay=he,this.id=this.id||this.requestAsyncId(ut,this.id,he),this}requestAsyncId(N,he,je=0){return setInterval(N.flush.bind(N,this),je)}recycleAsyncId(N,he,je=0){if(null!==je&&this.delay===je&&!1===this.pending)return he;clearInterval(he)}execute(N,he){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const je=this._execute(N,he);if(je)return je;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(N,he){let ut,je=!1;try{this.work(N)}catch(Pt){je=!0,ut=!!Pt&&Pt||new Error(Pt)}if(je)return this.unsubscribe(),ut}_unsubscribe(){const N=this.id,he=this.scheduler,je=he.actions,ut=je.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==ut&&je.splice(ut,1),null!=N&&(this.id=this.recycleAsyncId(he,N,null)),this.delay=null}}class Y{constructor(N,he=Y.now){this.SchedulerAction=N,this.now=he}schedule(N,he=0,je){return new this.SchedulerAction(this,N).schedule(je,he)}}Y.now=()=>Date.now();class J extends Y{constructor(N,he=Y.now){super(N,()=>J.delegate&&J.delegate!==this?J.delegate.now():he()),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(N,he=0,je){return J.delegate&&J.delegate!==this?J.delegate.schedule(N,he,je):super.schedule(N,he,je)}flush(N){const{actions:he}=this;if(this.active)return void he.push(N);let je;this.active=!0;do{if(je=N.execute(N.state,N.delay))break}while(N=he.shift());if(this.active=!1,je){for(;N=he.shift();)N.unsubscribe();throw je}}}const V=new class ie extends J{}(class z extends F{constructor(N,he){super(N,he),this.scheduler=N,this.work=he}schedule(N,he=0){return he>0?super.schedule(N,he):(this.delay=he,this.state=N,this.scheduler.flush(this),this)}execute(N,he){return he>0||this.closed?super.execute(N,he):this._execute(N,he)}requestAsyncId(N,he,je=0){return null!==je&&je>0||null===je&&this.delay>0?super.requestAsyncId(N,he,je):N.flush(this)}});var se=I(14),le=I(901);const ye=new le.y(Ae=>Ae.complete());function De(Ae){return Ae?function Oe(Ae){return new le.y(N=>Ae.schedule(()=>N.complete()))}(Ae):ye}var Le,Ae,ce=I(139);function ae({error:Ae,subscriber:N}){N.error(Ae)}(Ae=Le||(Le={})).NEXT="N",Ae.ERROR="E",Ae.COMPLETE="C";class Ne{constructor(N,he,je){this.kind=N,this.value=he,this.error=je,this.hasValue="N"===N}observe(N){switch(this.kind){case"N":return N.next&&N.next(this.value);case"E":return N.error&&N.error(this.error);case"C":return N.complete&&N.complete()}}do(N,he,je){switch(this.kind){case"N":return N&&N(this.value);case"E":return he&&he(this.error);case"C":return je&&je()}}accept(N,he,je){return N&&"function"==typeof N.next?this.observe(N):this.do(N,he,je)}toObservable(){switch(this.kind){case"N":return(0,ce.of)(this.value);case"E":return function q(Ae,N){return N?new le.y(he=>N.schedule(ae,0,{error:Ae,subscriber:he})):new le.y(he=>he.error(Ae))}(this.error);case"C":return De()}throw new Error("unexpected notification kind value")}static createNext(N){return typeof N<"u"?new Ne("N",N):Ne.undefinedValueNotification}static createError(N){return new Ne("E",void 0,N)}static createComplete(){return Ne.completeNotification}}Ne.completeNotification=new Ne("C"),Ne.undefinedValueNotification=new Ne("N",void 0);class G extends se.L{constructor(N,he,je=0){super(N),this.scheduler=he,this.delay=je}static dispatch(N){const{notification:he,destination:je}=N;he.observe(je),this.unsubscribe()}scheduleMessage(N){this.destination.add(this.scheduler.schedule(G.dispatch,this.delay,new me(N,this.destination)))}_next(N){this.scheduleMessage(Ne.createNext(N))}_error(N){this.scheduleMessage(Ne.createError(N)),this.unsubscribe()}_complete(){this.scheduleMessage(Ne.createComplete()),this.unsubscribe()}}class me{constructor(N,he){this.notification=N,this.destination=he}}var D=I(86),pe=I(722);class Ce extends _.xQ{constructor(N=Number.POSITIVE_INFINITY,he=Number.POSITIVE_INFINITY,je){super(),this.scheduler=je,this._events=[],this._infiniteTimeWindow=!1,this._bufferSize=N<1?1:N,this._windowTime=he<1?1:he,he===Number.POSITIVE_INFINITY?(this._infiniteTimeWindow=!0,this.next=this.nextInfiniteTimeWindow):this.next=this.nextTimeWindow}nextInfiniteTimeWindow(N){if(!this.isStopped){const he=this._events;he.push(N),he.length>this._bufferSize&&he.shift()}super.next(N)}nextTimeWindow(N){this.isStopped||(this._events.push(new ge(this._getNow(),N)),this._trimBufferThenGetEvents()),super.next(N)}_subscribe(N){const he=this._infiniteTimeWindow,je=he?this._events:this._trimBufferThenGetEvents(),ut=this.scheduler,Pt=je.length;let At;if(this.closed)throw new D.N;if(this.isStopped||this.hasError?At=H.w.EMPTY:(this.observers.push(N),At=new pe.W(this,N)),ut&&N.add(N=new G(N,ut)),he)for(let Lt=0;Lthe&&(At=Math.max(At,Pt-he)),At>0&&ut.splice(0,At),ut}}class ge{constructor(N,he){this.time=N,this.value=he}}var rt=I(286),Be=I(942),Ye=I(858),Gt=I(539);function p1(Ae,N){return"function"==typeof N?he=>he.pipe(p1((je,ut)=>(0,Ye.D)(Ae(je,ut)).pipe((0,Be.U)((Pt,At)=>N(je,Pt,ut,At))))):he=>he.lift(new Z1(Ae))}class Z1{constructor(N){this.project=N}call(N,he){return he.subscribe(new L1(N,this.project))}}class L1 extends Gt.Ds{constructor(N,he){super(N),this.project=he,this.index=0}_next(N){let he;const je=this.index++;try{he=this.project(N,je)}catch(ut){return void this.destination.error(ut)}this._innerSub(he)}_innerSub(N){const he=this.innerSubscription;he&&he.unsubscribe();const je=new Gt.IY(this),ut=this.destination;ut.add(je),this.innerSubscription=(0,Gt.ft)(N,je),this.innerSubscription!==je&&ut.add(this.innerSubscription)}_complete(){const{innerSubscription:N}=this;(!N||N.closed)&&super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=void 0}notifyComplete(){this.innerSubscription=void 0,this.isStopped&&super._complete()}notifyNext(N){this.destination.next(N)}} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */const Ct={schedule(Ae,N){const he=setTimeout(Ae,N);return()=>clearTimeout(he)},scheduleBeforeRender(Ae){if(typeof window>"u")return Ct.schedule(Ae,0);if(typeof window.requestAnimationFrame>"u")return Ct.schedule(Ae,16);const N=window.requestAnimationFrame(Ae);return()=>window.cancelAnimationFrame(N)}};let M1;function V1(Ae,N,he){let je=he;return function un(Ae){return!!Ae&&Ae.nodeType===Node.ELEMENT_NODE}(Ae)&&N.some((ut,Pt)=>!("*"===ut||!function xt(Ae,N){if(!M1){const he=Element.prototype;M1=he.matches||he.matchesSelector||he.mozMatchesSelector||he.msMatchesSelector||he.oMatchesSelector||he.webkitMatchesSelector}return Ae.nodeType===Node.ELEMENT_NODE&&M1.call(Ae,N)}(Ae,ut))&&(je=Pt,!0)),je}class Te{constructor(N,he){this.componentFactory=he.get(o._Vd).resolveComponentFactory(N)}create(N){return new wt(this.componentFactory,N)}}class wt{constructor(N,he){this.componentFactory=N,this.injector=he,this.eventEmitters=new Ce(1),this.events=this.eventEmitters.pipe(p1(je=>(0,rt.T)(...je))),this.componentRef=null,this.viewChangeDetectorRef=null,this.inputChanges=null,this.hasInputChanges=!1,this.implementsOnChanges=!1,this.scheduledChangeDetectionFn=null,this.scheduledDestroyFn=null,this.initialInputValues=new Map,this.unchangedInputs=new Set(this.componentFactory.inputs.map(({propName:je})=>je)),this.ngZone=this.injector.get(o.R0b),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(N){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(N)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=Ct.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null,this.viewChangeDetectorRef=null)},10))})}getInputValue(N){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(N):this.componentRef.instance[N])}setInputValue(N,he){this.runInZone(()=>{null!==this.componentRef?function r1(Ae,N){return Ae===N||Ae!=Ae&&N!=N}(he,this.getInputValue(N))&&(void 0!==he||!this.unchangedInputs.has(N))||(this.recordInputChange(N,he),this.unchangedInputs.delete(N),this.hasInputChanges=!0,this.componentRef.instance[N]=he,this.scheduleDetectChanges()):this.initialInputValues.set(N,he)})}initializeComponent(N){const he=o.zs3.create({providers:[],parent:this.injector}),je=function lt(Ae,N){const he=Ae.childNodes,je=N.map(()=>[]);let ut=-1;N.some((Pt,At)=>"*"===Pt&&(ut=At,!0));for(let Pt=0,At=he.length;Pt{this.initialInputValues.has(N)&&this.setInputValue(N,this.initialInputValues.get(N))}),this.initialInputValues.clear()}initializeOutputs(N){const he=this.componentFactory.outputs.map(({propName:je,templateName:ut})=>N.instance[je].pipe((0,Be.U)(At=>({name:ut,value:At}))));this.eventEmitters.next(he)}callNgOnChanges(N){if(!this.implementsOnChanges||null===this.inputChanges)return;const he=this.inputChanges;this.inputChanges=null,N.instance.ngOnChanges(he)}markViewForCheck(N){this.hasInputChanges&&(this.hasInputChanges=!1,N.markForCheck())}scheduleDetectChanges(){this.scheduledChangeDetectionFn||(this.scheduledChangeDetectionFn=Ct.scheduleBeforeRender(()=>{this.scheduledChangeDetectionFn=null,this.detectChanges()}))}recordInputChange(N,he){if(!this.implementsOnChanges)return;null===this.inputChanges&&(this.inputChanges={});const je=this.inputChanges[N];if(je)return void(je.currentValue=he);const ut=this.unchangedInputs.has(N),Pt=ut?void 0:this.getInputValue(N);this.inputChanges[N]=new o.WD2(Pt,he,ut)}detectChanges(){null!==this.componentRef&&(this.callNgOnChanges(this.componentRef),this.markViewForCheck(this.viewChangeDetectorRef),this.componentRef.changeDetectorRef.detectChanges())}runInZone(N){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(N):N()}}class ot extends HTMLElement{constructor(){super(...arguments),this.ngElementEventsSubscription=null}}function de(Ae,N){const he=function en(Ae,N){return N.get(o._Vd).resolveComponentFactory(Ae).inputs}(Ae,N.injector),je=N.strategyFactory||new Te(Ae,N.injector),ut=function j(Ae){const N={};return Ae.forEach(({propName:he,templateName:je})=>{N[function I1(Ae){return Ae.replace(/[A-Z]/g,N=>`-${N.toLowerCase()}`)}(je)]=he}),N}(he);class Pt extends ot{get ngElementStrategy(){if(!this._ngElementStrategy){const Lt=this._ngElementStrategy=je.create(this.injector||N.injector);he.forEach(({propName:dt})=>{if(!this.hasOwnProperty(dt))return;const Je=this[dt];delete this[dt],Lt.setInputValue(dt,Je)})}return this._ngElementStrategy}constructor(Lt){super(),this.injector=Lt}attributeChangedCallback(Lt,dt,Je,Tt){const ft=ut[Lt];this.ngElementStrategy.setInputValue(ft,Je)}connectedCallback(){let Lt=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),Lt=!0),this.ngElementStrategy.connect(this),Lt||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(Lt=>{const dt=new CustomEvent(Lt.name,{detail:Lt.value});this.dispatchEvent(dt)})}}return Pt.observedAttributes=Object.keys(ut),he.forEach(({propName:At})=>{Object.defineProperty(Pt.prototype,At,{get(){return this.ngElementStrategy.getInputValue(At)},set(Lt){this.ngElementStrategy.setInputValue(At,Lt)},configurable:!0,enumerable:!0})}),Pt}new o.GfV("15.2.10")},609:(_t,we,I)=>{"use strict";I.d(we,{Fj:()=>q,u5:()=>Qn,Fd:()=>O2,qQ:()=>Y1,JJ:()=>je,On:()=>i2,wV:()=>c1});var o=I(8),_=I(666),H=I(858),Q=I(901),F=I(327),z=I(942),Y=I(549);function ie(P,h){return new Q.y(w=>{const K=P.length;if(0===K)return void w.complete();const ze=new Array(K);let Ft=0,gt=0;for(let mn=0;mn{J2||(J2=!0,gt++),ze[mn]=q2},error:q2=>w.error(q2),complete:()=>{Ft++,(Ft===K||!J2)&&(gt===K&&w.next(h?h.reduce((q2,Gr,lr)=>(q2[Gr]=ze[lr],q2),{}):ze),w.complete())}}))}})} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */class U{constructor(h,w){this._renderer=h,this._elementRef=w,this.onChange=K=>{},this.onTouched=()=>{}}setProperty(h,w){this._renderer.setProperty(this._elementRef.nativeElement,h,w)}registerOnTouched(h){this.onTouched=h}registerOnChange(h){this.onChange=h}setDisabledState(h){this.setProperty("disabled",h)}}U.\u0275fac=function(h){return new(h||U)(o.Y36(o.Qsj),o.Y36(o.SBq))},U.\u0275dir=o.lG2({type:U});class V extends U{}V.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(V)))(w||V)}}(),V.\u0275dir=o.lG2({type:V,features:[o.qOj]});const se=new o.OlP("NgValueAccessor"),le={provide:se,useExisting:(0,o.Gpc)(()=>ye),multi:!0};class ye extends V{writeValue(h){this.setProperty("checked",h)}}ye.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(ye)))(w||ye)}}(),ye.\u0275dir=o.lG2({type:ye,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(ze){return w.onChange(ze.target.checked)})("blur",function(){return w.onTouched()})},features:[o._Bn([le]),o.qOj]});const De={provide:se,useExisting:(0,o.Gpc)(()=>q),multi:!0};const ce=new o.OlP("CompositionEventMode");class q extends U{constructor(h,w,K){super(h,w),this._compositionMode=K,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function Oe(){const P=(0,_.q)()?(0,_.q)().getUserAgent():"";return/android (\d+)/.test(P.toLowerCase())}())}writeValue(h){const w=h??"";this.setProperty("value",w)}_handleInput(h){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(h)}_compositionStart(){this._composing=!0}_compositionEnd(h){this._composing=!1,this._compositionMode&&this.onChange(h)}}q.\u0275fac=function(h){return new(h||q)(o.Y36(o.Qsj),o.Y36(o.SBq),o.Y36(ce,8))},q.\u0275dir=o.lG2({type:q,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(h,w){1&h&&o.NdJ("input",function(ze){return w._handleInput(ze.target.value)})("blur",function(){return w.onTouched()})("compositionstart",function(){return w._compositionStart()})("compositionend",function(ze){return w._compositionEnd(ze.target.value)})},features:[o._Bn([De]),o.qOj]});const ae=!1;function Le(P){return null==P||("string"==typeof P||Array.isArray(P))&&0===P.length}function Ne(P){return null!=P&&"number"==typeof P.length}const Ee=new o.OlP("NgValidators"),te=new o.OlP("NgAsyncValidators"),G=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;function D(P){return h=>{if(Le(h.value)||Le(P))return null;const w=parseFloat(h.value);return!isNaN(w)&&w{if(Le(h.value)||Le(P))return null;const w=parseFloat(h.value);return!isNaN(w)&&w>P?{max:{max:P,actual:h.value}}:null}}function Ce(P){return Le(P.value)?{required:!0}:null}function ge(P){return!0===P.value?null:{required:!0}}function rt(P){return Le(P.value)||G.test(P.value)?null:{email:!0}}function Be(P){return h=>Le(h.value)||!Ne(h.value)?null:h.value.lengthNe(h.value)&&h.value.length>P?{maxlength:{requiredLength:P,actualLength:h.value.length}}:null}function Gt(P){if(!P)return p1;let h,w;return"string"==typeof P?(w="","^"!==P.charAt(0)&&(w+="^"),w+=P,"$"!==P.charAt(P.length-1)&&(w+="$"),h=new RegExp(w)):(w=P.toString(),h=P),K=>{if(Le(K.value))return null;const ze=K.value;return h.test(ze)?null:{pattern:{requiredPattern:w,actualValue:ze}}}}function p1(P){return null}function Z1(P){return null!=P}function L1(P){const h=(0,o.QGY)(P)?(0,H.D)(P):P;if(ae&&!(0,o.CqO)(h)){let w="Expected async validator to return Promise or Observable.";throw"object"==typeof P&&(w+=" Are you using a synchronous validator where an async validator is expected?"),new o.vHH(-1101,w)}return h}function Ct(P){let h={};return P.forEach(w=>{h=null!=w?{...h,...w}:h}),0===Object.keys(h).length?null:h}function I1(P,h){return h.map(w=>w(P))}function d1(P){return P.map(h=>function un(P){return!P.validate}(h)?h:w=>h.validate(w))}function y1(P){if(!P)return null;const h=P.filter(Z1);return 0==h.length?null:function(w){return Ct(I1(w,h))}}function M1(P){return null!=P?y1(d1(P)):null}function xt(P){if(!P)return null;const h=P.filter(Z1);return 0==h.length?null:function(w){return function J(...P){if(1===P.length){const h=P[0];if((0,F.k)(h))return ie(h,null);if((0,Y.K)(h)&&Object.getPrototypeOf(h)===Object.prototype){const w=Object.keys(h);return ie(w.map(K=>h[K]),w)}}if("function"==typeof P[P.length-1]){const h=P.pop();return ie(P=1===P.length&&(0,F.k)(P[0])?P[0]:P,null).pipe((0,z.U)(w=>h(...w)))}return ie(P,null)}(I1(w,h).map(L1)).pipe((0,z.U)(Ct))}}function r1(P){return null!=P?xt(d1(P)):null}function j(P,h){return null===P?[h]:Array.isArray(P)?[...P,h]:[P,h]}function en(P){return P._rawValidators}function lt(P){return P._rawAsyncValidators}function V1(P){return P?Array.isArray(P)?P:[P]:[]}function h1(P,h){return Array.isArray(P)?P.includes(h):P===h}function Te(P,h){const w=V1(h);return V1(P).forEach(ze=>{h1(w,ze)||w.push(ze)}),w}function wt(P,h){return V1(h).filter(w=>!h1(P,w))}class ot{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(h){this._rawValidators=h||[],this._composedValidatorFn=M1(this._rawValidators)}_setAsyncValidators(h){this._rawAsyncValidators=h||[],this._composedAsyncValidatorFn=r1(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(h){this._onDestroyCallbacks.push(h)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(h=>h()),this._onDestroyCallbacks=[]}reset(h){this.control&&this.control.reset(h)}hasError(h,w){return!!this.control&&this.control.hasError(h,w)}getError(h,w){return this.control?this.control.getError(h,w):null}}class de extends ot{get formDirective(){return null}get path(){return null}}class $e extends ot{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class Ae{constructor(h){this._cd=h}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}class je extends Ae{constructor(h){super(h)}}je.\u0275fac=function(h){return new(h||je)(o.Y36($e,2))},je.\u0275dir=o.lG2({type:je,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(h,w){2&h&&o.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)},features:[o.qOj]});class ut extends Ae{constructor(h){super(h)}}ut.\u0275fac=function(h){return new(h||ut)(o.Y36(de,10))},ut.\u0275dir=o.lG2({type:ut,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(h,w){2&h&&o.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)("ng-submitted",w.isSubmitted)},features:[o.qOj]});function pt(P,h){return P?`with name: '${h}'`:`at index: ${h}`}const bn=!1,J1="VALID",fn="INVALID",tn="PENDING",e2="DISABLED";function xe(P){return(ht(P)?P.validators:P)||null}function ue(P,h){return(ht(h)?h.asyncValidators:P)||null}function ht(P){return null!=P&&!Array.isArray(P)&&"object"==typeof P}function qe(P,h,w){const K=P.controls;if(!(h?Object.keys(K):K).length)throw new o.vHH(1e3,bn?function E2(P){return`\n There are no form controls registered with this ${P?"group":"array"} yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n `}(h):"");if(!K[w])throw new o.vHH(1001,bn?function dn(P,h){return`Cannot find form control ${pt(P,h)}`}(h,w):"")}function Jt(P,h,w){P._forEachChild((K,ze)=>{if(void 0===w[ze])throw new o.vHH(1002,bn?function R2(P,h){return`Must supply a value for form control ${pt(P,h)}`}(h,ze):"")})}class Me{constructor(h,w){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._assignValidators(h),this._assignAsyncValidators(w)}get validator(){return this._composedValidatorFn}set validator(h){this._rawValidators=this._composedValidatorFn=h}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(h){this._rawAsyncValidators=this._composedAsyncValidatorFn=h}get parent(){return this._parent}get valid(){return this.status===J1}get invalid(){return this.status===fn}get pending(){return this.status==tn}get disabled(){return this.status===e2}get enabled(){return this.status!==e2}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(h){this._assignValidators(h)}setAsyncValidators(h){this._assignAsyncValidators(h)}addValidators(h){this.setValidators(Te(h,this._rawValidators))}addAsyncValidators(h){this.setAsyncValidators(Te(h,this._rawAsyncValidators))}removeValidators(h){this.setValidators(wt(h,this._rawValidators))}removeAsyncValidators(h){this.setAsyncValidators(wt(h,this._rawAsyncValidators))}hasValidator(h){return h1(this._rawValidators,h)}hasAsyncValidator(h){return h1(this._rawAsyncValidators,h)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(h={}){this.touched=!0,this._parent&&!h.onlySelf&&this._parent.markAsTouched(h)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(h=>h.markAllAsTouched())}markAsUntouched(h={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(w=>{w.markAsUntouched({onlySelf:!0})}),this._parent&&!h.onlySelf&&this._parent._updateTouched(h)}markAsDirty(h={}){this.pristine=!1,this._parent&&!h.onlySelf&&this._parent.markAsDirty(h)}markAsPristine(h={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(w=>{w.markAsPristine({onlySelf:!0})}),this._parent&&!h.onlySelf&&this._parent._updatePristine(h)}markAsPending(h={}){this.status=tn,!1!==h.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!h.onlySelf&&this._parent.markAsPending(h)}disable(h={}){const w=this._parentMarkedDirty(h.onlySelf);this.status=e2,this.errors=null,this._forEachChild(K=>{K.disable({...h,onlySelf:!0})}),this._updateValue(),!1!==h.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...h,skipPristineCheck:w}),this._onDisabledChange.forEach(K=>K(!0))}enable(h={}){const w=this._parentMarkedDirty(h.onlySelf);this.status=J1,this._forEachChild(K=>{K.enable({...h,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:h.emitEvent}),this._updateAncestors({...h,skipPristineCheck:w}),this._onDisabledChange.forEach(K=>K(!1))}_updateAncestors(h){this._parent&&!h.onlySelf&&(this._parent.updateValueAndValidity(h),h.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(h){this._parent=h}getRawValue(){return this.value}updateValueAndValidity(h={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===J1||this.status===tn)&&this._runAsyncValidator(h.emitEvent)),!1!==h.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!h.onlySelf&&this._parent.updateValueAndValidity(h)}_updateTreeValidity(h={emitEvent:!0}){this._forEachChild(w=>w._updateTreeValidity(h)),this.updateValueAndValidity({onlySelf:!0,emitEvent:h.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?e2:J1}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(h){if(this.asyncValidator){this.status=tn,this._hasOwnPendingAsyncValidator=!0;const w=L1(this.asyncValidator(this));this._asyncValidationSubscription=w.subscribe(K=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(K,{emitEvent:h})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(h,w={}){this.errors=h,this._updateControlsErrors(!1!==w.emitEvent)}get(h){let w=h;return null==w||(Array.isArray(w)||(w=w.split(".")),0===w.length)?null:w.reduce((K,ze)=>K&&K._find(ze),this)}getError(h,w){const K=w?this.get(w):this;return K&&K.errors?K.errors[h]:null}hasError(h,w){return!!this.getError(h,w)}get root(){let h=this;for(;h._parent;)h=h._parent;return h}_updateControlsErrors(h){this.status=this._calculateStatus(),h&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(h)}_initObservables(){this.valueChanges=new o.vpe,this.statusChanges=new o.vpe}_calculateStatus(){return this._allControlsDisabled()?e2:this.errors?fn:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(tn)?tn:this._anyControlsHaveStatus(fn)?fn:J1}_anyControlsHaveStatus(h){return this._anyControls(w=>w.status===h)}_anyControlsDirty(){return this._anyControls(h=>h.dirty)}_anyControlsTouched(){return this._anyControls(h=>h.touched)}_updatePristine(h={}){this.pristine=!this._anyControlsDirty(),this._parent&&!h.onlySelf&&this._parent._updatePristine(h)}_updateTouched(h={}){this.touched=this._anyControlsTouched(),this._parent&&!h.onlySelf&&this._parent._updateTouched(h)}_registerOnCollectionChange(h){this._onCollectionChange=h}_setUpdateStrategy(h){ht(h)&&null!=h.updateOn&&(this._updateOn=h.updateOn)}_parentMarkedDirty(h){const w=this._parent&&this._parent.dirty;return!h&&!!w&&!this._parent._anyControlsDirty()}_find(h){return null}_assignValidators(h){this._rawValidators=Array.isArray(h)?h.slice():h,this._composedValidatorFn=function B(P){return Array.isArray(P)?M1(P):P||null}(this._rawValidators)}_assignAsyncValidators(h){this._rawAsyncValidators=Array.isArray(h)?h.slice():h,this._composedAsyncValidatorFn=function Ie(P){return Array.isArray(P)?r1(P):P||null}(this._rawAsyncValidators)}}class O extends Me{constructor(h,w,K){super(xe(w),ue(K,w)),this.controls=h,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(h,w){return this.controls[h]?this.controls[h]:(this.controls[h]=w,w.setParent(this),w._registerOnCollectionChange(this._onCollectionChange),w)}addControl(h,w,K={}){this.registerControl(h,w),this.updateValueAndValidity({emitEvent:K.emitEvent}),this._onCollectionChange()}removeControl(h,w={}){this.controls[h]&&this.controls[h]._registerOnCollectionChange(()=>{}),delete this.controls[h],this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}setControl(h,w,K={}){this.controls[h]&&this.controls[h]._registerOnCollectionChange(()=>{}),delete this.controls[h],w&&this.registerControl(h,w),this.updateValueAndValidity({emitEvent:K.emitEvent}),this._onCollectionChange()}contains(h){return this.controls.hasOwnProperty(h)&&this.controls[h].enabled}setValue(h,w={}){Jt(this,!0,h),Object.keys(h).forEach(K=>{qe(this,!0,K),this.controls[K].setValue(h[K],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(h,w={}){null!=h&&(Object.keys(h).forEach(K=>{const ze=this.controls[K];ze&&ze.patchValue(h[K],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(h={},w={}){this._forEachChild((K,ze)=>{K.reset(h[ze],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this._reduceChildren({},(h,w,K)=>(h[K]=w.getRawValue(),h))}_syncPendingControls(){let h=this._reduceChildren(!1,(w,K)=>!!K._syncPendingControls()||w);return h&&this.updateValueAndValidity({onlySelf:!0}),h}_forEachChild(h){Object.keys(this.controls).forEach(w=>{const K=this.controls[w];K&&h(K,w)})}_setUpControls(){this._forEachChild(h=>{h.setParent(this),h._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(h){for(const[w,K]of Object.entries(this.controls))if(this.contains(w)&&h(K))return!0;return!1}_reduceValue(){return this._reduceChildren({},(w,K,ze)=>((K.enabled||this.disabled)&&(w[ze]=K.value),w))}_reduceChildren(h,w){let K=h;return this._forEachChild((ze,Ft)=>{K=w(K,ze,Ft)}),K}_allControlsDisabled(){for(const h of Object.keys(this.controls))if(this.controls[h].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(h){return this.controls.hasOwnProperty(h)?this.controls[h]:null}}class Fe extends O{}const it=new o.OlP("CallSetDisabledState",{providedIn:"root",factory:()=>jt}),jt="always";function N1(P,h){return[...h.path,P]}function Xt(P,h,w=jt){d2(P,h),h.valueAccessor.writeValue(P.value),(P.disabled||"always"===w)&&h.valueAccessor.setDisabledState?.(P.disabled),function vt(P,h){h.valueAccessor.registerOnChange(w=>{P._pendingValue=w,P._pendingChange=!0,P._pendingDirty=!0,"change"===P.updateOn&&r3(P,h)})}(P,h),function t2(P,h){const w=(K,ze)=>{h.valueAccessor.writeValue(K),ze&&h.viewToModelUpdate(K)};P.registerOnChange(w),h._registerOnDestroy(()=>{P._unregisterOnChange(w)})}(P,h),function nn(P,h){h.valueAccessor.registerOnTouched(()=>{P._pendingTouched=!0,"blur"===P.updateOn&&P._pendingChange&&r3(P,h),"submit"!==P.updateOn&&P.markAsTouched()})}(P,h),function v2(P,h){if(h.valueAccessor.setDisabledState){const w=K=>{h.valueAccessor.setDisabledState(K)};P.registerOnDisabledChange(w),h._registerOnDestroy(()=>{P._unregisterOnDisabledChange(w)})}}(P,h)}function Wt(P,h,w=!0){const K=()=>{};h.valueAccessor&&(h.valueAccessor.registerOnChange(K),h.valueAccessor.registerOnTouched(K)),Nn(P,h),P&&(h._invokeOnDestroyCallbacks(),P._registerOnCollectionChange(()=>{}))}function Ut(P,h){P.forEach(w=>{w.registerOnValidatorChange&&w.registerOnValidatorChange(h)})}function d2(P,h){const w=en(P);null!==h.validator?P.setValidators(j(w,h.validator)):"function"==typeof w&&P.setValidators([w]);const K=lt(P);null!==h.asyncValidator?P.setAsyncValidators(j(K,h.asyncValidator)):"function"==typeof K&&P.setAsyncValidators([K]);const ze=()=>P.updateValueAndValidity();Ut(h._rawValidators,ze),Ut(h._rawAsyncValidators,ze)}function Nn(P,h){let w=!1;if(null!==P){if(null!==h.validator){const ze=en(P);if(Array.isArray(ze)&&ze.length>0){const Ft=ze.filter(gt=>gt!==h.validator);Ft.length!==ze.length&&(w=!0,P.setValidators(Ft))}}if(null!==h.asyncValidator){const ze=lt(P);if(Array.isArray(ze)&&ze.length>0){const Ft=ze.filter(gt=>gt!==h.asyncValidator);Ft.length!==ze.length&&(w=!0,P.setAsyncValidators(Ft))}}}const K=()=>{};return Ut(h._rawValidators,K),Ut(h._rawAsyncValidators,K),w}function r3(P,h){P._pendingDirty&&P.markAsDirty(),P.setValue(P._pendingValue,{emitModelToViewChange:!1}),h.viewToModelUpdate(P._pendingValue),P._pendingChange=!1}function Zn(P,h){d2(P,h)}function I2(P,h){if(!P.hasOwnProperty("model"))return!1;const w=P.model;return!!w.isFirstChange()||!Object.is(h,w.currentValue)}function i1(P,h){P._syncPendingControls(),h.forEach(w=>{const K=w.control;"submit"===K.updateOn&&K._pendingChange&&(w.viewToModelUpdate(K._pendingValue),K._pendingChange=!1)})}function P1(P,h){if(!h)return null;let w,K,ze;return Array.isArray(h),h.forEach(Ft=>{Ft.constructor===q?w=Ft:function n2(P){return Object.getPrototypeOf(P.constructor)===V}(Ft)?K=Ft:ze=Ft}),ze||K||w||null}const vn={provide:de,useExisting:(0,o.Gpc)(()=>Fn)},Sn=Promise.resolve();class Fn extends de{constructor(h,w,K){super(),this.callSetDisabledState=K,this.submitted=!1,this._directives=new Set,this.ngSubmit=new o.vpe,this.form=new O({},M1(h),r1(w))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(h){Sn.then(()=>{const w=this._findContainer(h.path);h.control=w.registerControl(h.name,h.control),Xt(h.control,h,this.callSetDisabledState),h.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(h)})}getControl(h){return this.form.get(h.path)}removeControl(h){Sn.then(()=>{const w=this._findContainer(h.path);w&&w.removeControl(h.name),this._directives.delete(h)})}addFormGroup(h){Sn.then(()=>{const w=this._findContainer(h.path),K=new O({});Zn(K,h),w.registerControl(h.name,K),K.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(h){Sn.then(()=>{const w=this._findContainer(h.path);w&&w.removeControl(h.name)})}getFormGroup(h){return this.form.get(h.path)}updateModel(h,w){Sn.then(()=>{this.form.get(h.path).setValue(w)})}setValue(h){this.control.setValue(h)}onSubmit(h){return this.submitted=!0,i1(this.form,this._directives),this.ngSubmit.emit(h),"dialog"===h?.target?.method}onReset(){this.resetForm()}resetForm(h){this.form.reset(h),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(h){return h.pop(),h.length?this.form.get(h):this.form}}function Rn(P,h){const w=P.indexOf(h);w>-1&&P.splice(w,1)}function r2(P){return"object"==typeof P&&null!==P&&2===Object.keys(P).length&&"value"in P&&"disabled"in P}Fn.\u0275fac=function(h){return new(h||Fn)(o.Y36(Ee,10),o.Y36(te,10),o.Y36(it,8))},Fn.\u0275dir=o.lG2({type:Fn,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(h,w){1&h&&o.NdJ("submit",function(ze){return w.onSubmit(ze)})("reset",function(){return w.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[o._Bn([vn]),o.qOj]});const tt=class extends Me{constructor(h=null,w,K){super(xe(w),ue(K,w)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(h),this._setUpdateStrategy(w),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),ht(w)&&(w.nonNullable||w.initialValueIsDefault)&&(r2(h)?this.defaultValue=h.value:this.defaultValue=h)}setValue(h,w={}){this.value=this._pendingValue=h,this._onChange.length&&!1!==w.emitModelToViewChange&&this._onChange.forEach(K=>K(this.value,!1!==w.emitViewToModelChange)),this.updateValueAndValidity(w)}patchValue(h,w={}){this.setValue(h,w)}reset(h=this.defaultValue,w={}){this._applyFormState(h),this.markAsPristine(w),this.markAsUntouched(w),this.setValue(this.value,w),this._pendingChange=!1}_updateValue(){}_anyControls(h){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(h){this._onChange.push(h)}_unregisterOnChange(h){Rn(this._onChange,h)}registerOnDisabledChange(h){this._onDisabledChange.push(h)}_unregisterOnDisabledChange(h){Rn(this._onDisabledChange,h)}_forEachChild(h){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange))&&(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0)}_applyFormState(h){r2(h)?(this.value=this._pendingValue=h.value,h.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=h}};class E1 extends de{ngOnInit(){this._checkParentType(),this.formDirective.addFormGroup(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormGroup(this)}get control(){return this.formDirective.getFormGroup(this)}get path(){return N1(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}}E1.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(E1)))(w||E1)}}(),E1.\u0275dir=o.lG2({type:E1,features:[o.qOj]});const Cn={provide:de,useExisting:(0,o.Gpc)(()=>Wn)};class Wn extends E1{constructor(h,w,K){super(),this._parent=h,this._setValidators(w),this._setAsyncValidators(K)}_checkParentType(){!(this._parent instanceof Wn)&&this._parent}}Wn.\u0275fac=function(h){return new(h||Wn)(o.Y36(de,5),o.Y36(Ee,10),o.Y36(te,10))},Wn.\u0275dir=o.lG2({type:Wn,selectors:[["","ngModelGroup",""]],inputs:{name:["ngModelGroup","name"]},exportAs:["ngModelGroup"],features:[o._Bn([Cn]),o.qOj]});const yt={provide:$e,useExisting:(0,o.Gpc)(()=>i2)},R3=Promise.resolve();class i2 extends $e{constructor(h,w,K,ze,Ft,gt){super(),this._changeDetectorRef=Ft,this.callSetDisabledState=gt,this.control=new tt,this._registered=!1,this.update=new o.vpe,this._parent=h,this._setValidators(w),this._setAsyncValidators(K),this.valueAccessor=P1(0,ze)}ngOnChanges(h){if(this._checkForErrors(),!this._registered||"name"in h){if(this._registered&&(this._checkName(),this.formDirective)){const w=h.name.previousValue;this.formDirective.removeControl({name:w,path:this._getPath(w)})}this._setUpControl()}"isDisabled"in h&&this._updateDisabled(h),I2(h,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(h){this.viewModel=h,this.update.emit(h)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Xt(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(h){R3.then(()=>{this.control.setValue(h,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(h){const w=h.isDisabled.currentValue,K=0!==w&&(0,o.D6c)(w);R3.then(()=>{K&&!this.control.disabled?this.control.disable():!K&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(h){return this._parent?N1(h,this._parent):[h]}}i2.\u0275fac=function(h){return new(h||i2)(o.Y36(de,9),o.Y36(Ee,10),o.Y36(te,10),o.Y36(se,10),o.Y36(o.sBO,8),o.Y36(it,8))},i2.\u0275dir=o.lG2({type:i2,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[o._Bn([yt]),o.qOj,o.TTD]});class Q2{}Q2.\u0275fac=function(h){return new(h||Q2)},Q2.\u0275dir=o.lG2({type:Q2,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]});const Kn={provide:se,useExisting:(0,o.Gpc)(()=>c1),multi:!0};class c1 extends V{writeValue(h){const w=h??"";this.setProperty("value",w)}registerOnChange(h){this.onChange=w=>{h(""==w?null:parseFloat(w))}}}c1.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(c1)))(w||c1)}}(),c1.\u0275dir=o.lG2({type:c1,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("input",function(ze){return w.onChange(ze.target.value)})("blur",function(){return w.onTouched()})},features:[o._Bn([Kn]),o.qOj]});const f2={provide:se,useExisting:(0,o.Gpc)(()=>$2),multi:!0};class R1{}R1.\u0275fac=function(h){return new(h||R1)},R1.\u0275mod=o.oAB({type:R1}),R1.\u0275inj=o.cJS({});class k1{constructor(){this._accessors=[]}add(h,w){this._accessors.push([h,w])}remove(h){for(let w=this._accessors.length-1;w>=0;--w)if(this._accessors[w][1]===h)return void this._accessors.splice(w,1)}select(h){this._accessors.forEach(w=>{this._isSameGroup(w,h)&&w[1]!==h&&w[1].fireUncheck(h.value)})}_isSameGroup(h,w){return!!h[0].control&&(h[0]._parent===w._control._parent&&h[1].name===w.name)}}k1.\u0275fac=function(h){return new(h||k1)},k1.\u0275prov=o.Yz7({token:k1,factory:k1.\u0275fac,providedIn:R1});class $2 extends V{constructor(h,w,K,ze){super(h,w),this._registry=K,this._injector=ze,this.setDisabledStateFired=!1,this.onChange=()=>{},this.callSetDisabledState=(0,o.f3M)(it,{optional:!0})??jt}ngOnInit(){this._control=this._injector.get($e),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(h){this._state=h===this.value,this.setProperty("checked",this._state)}registerOnChange(h){this._fn=h,this.onChange=()=>{h(this.value),this._registry.select(this)}}setDisabledState(h){(this.setDisabledStateFired||h||"whenDisabledForLegacyCode"===this.callSetDisabledState)&&this.setProperty("disabled",h),this.setDisabledStateFired=!0}fireUncheck(h){this.writeValue(h)}_checkName(){this.name&&this.formControlName&&(this.name,this.formControlName),!this.name&&this.formControlName&&(this.name=this.formControlName)}}$2.\u0275fac=function(h){return new(h||$2)(o.Y36(o.Qsj),o.Y36(o.SBq),o.Y36(k1),o.Y36(o.zs3))},$2.\u0275dir=o.lG2({type:$2,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(){return w.onChange()})("blur",function(){return w.onTouched()})},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[o._Bn([f2]),o.qOj]});const b1={provide:se,useExisting:(0,o.Gpc)(()=>z2),multi:!0};class z2 extends V{writeValue(h){this.setProperty("value",parseFloat(h))}registerOnChange(h){this.onChange=w=>{h(""==w?null:parseFloat(w))}}}z2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(z2)))(w||z2)}}(),z2.\u0275dir=o.lG2({type:z2,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(ze){return w.onChange(ze.target.value)})("input",function(ze){return w.onChange(ze.target.value)})("blur",function(){return w.onTouched()})},features:[o._Bn([b1]),o.qOj]});const p2=new o.OlP("NgModelWithFormControlWarning"),s3={provide:$e,useExisting:(0,o.Gpc)(()=>C1)};class C1 extends $e{set isDisabled(h){}constructor(h,w,K,ze,Ft){super(),this._ngModelWarningConfig=ze,this.callSetDisabledState=Ft,this.update=new o.vpe,this._ngModelWarningSent=!1,this._setValidators(h),this._setAsyncValidators(w),this.valueAccessor=P1(0,K)}ngOnChanges(h){if(this._isControlChanged(h)){const w=h.form.previousValue;w&&Wt(w,this,!1),Xt(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}I2(h,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Wt(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(h){this.viewModel=h,this.update.emit(h)}_isControlChanged(h){return h.hasOwnProperty("form")}}C1._ngModelWarningSentOnce=!1,C1.\u0275fac=function(h){return new(h||C1)(o.Y36(Ee,10),o.Y36(te,10),o.Y36(se,10),o.Y36(p2,8),o.Y36(it,8))},C1.\u0275dir=o.lG2({type:C1,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[o._Bn([s3]),o.qOj,o.TTD]});const K1={provide:de,useExisting:(0,o.Gpc)(()=>Mn)};class Mn extends de{constructor(h,w,K){super(),this.callSetDisabledState=K,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new o.vpe,this._setValidators(h),this._setAsyncValidators(w)}ngOnChanges(h){this._checkFormPresent(),h.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Nn(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(h){const w=this.form.get(h.path);return Xt(w,h,this.callSetDisabledState),w.updateValueAndValidity({emitEvent:!1}),this.directives.push(h),w}getControl(h){return this.form.get(h.path)}removeControl(h){Wt(h.control||null,h,!1),function In(P,h){const w=P.indexOf(h);w>-1&&P.splice(w,1)}(this.directives,h)}addFormGroup(h){this._setUpFormContainer(h)}removeFormGroup(h){this._cleanUpFormContainer(h)}getFormGroup(h){return this.form.get(h.path)}addFormArray(h){this._setUpFormContainer(h)}removeFormArray(h){this._cleanUpFormContainer(h)}getFormArray(h){return this.form.get(h.path)}updateModel(h,w){this.form.get(h.path).setValue(w)}onSubmit(h){return this.submitted=!0,i1(this.form,this.directives),this.ngSubmit.emit(h),"dialog"===h?.target?.method}onReset(){this.resetForm()}resetForm(h){this.form.reset(h),this.submitted=!1}_updateDomValue(){this.directives.forEach(h=>{const w=h.control,K=this.form.get(h.path);w!==K&&(Wt(w||null,h),K instanceof tt&&(Xt(K,h,this.callSetDisabledState),h.control=K))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(h){const w=this.form.get(h.path);Zn(w,h),w.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(h){if(this.form){const w=this.form.get(h.path);w&&function rr(P,h){return Nn(P,h)}(w,h)&&w.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){d2(this.form,this),this._oldForm&&Nn(this._oldForm,this)}_checkFormPresent(){this.form}}Mn.\u0275fac=function(h){return new(h||Mn)(o.Y36(Ee,10),o.Y36(te,10),o.Y36(it,8))},Mn.\u0275dir=o.lG2({type:Mn,selectors:[["","formGroup",""]],hostBindings:function(h,w){1&h&&o.NdJ("submit",function(ze){return w.onSubmit(ze)})("reset",function(){return w.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[o._Bn([K1]),o.qOj,o.TTD]});const xn={provide:de,useExisting:(0,o.Gpc)(()=>zn)};class zn extends E1{constructor(h,w,K){super(),this._parent=h,this._setValidators(w),this._setAsyncValidators(K)}_checkParentType(){rn(this._parent)}}zn.\u0275fac=function(h){return new(h||zn)(o.Y36(de,13),o.Y36(Ee,10),o.Y36(te,10))},zn.\u0275dir=o.lG2({type:zn,selectors:[["","formGroupName",""]],inputs:{name:["formGroupName","name"]},features:[o._Bn([xn]),o.qOj]});const Vt={provide:de,useExisting:(0,o.Gpc)(()=>mt)};class mt extends de{constructor(h,w,K){super(),this._parent=h,this._setValidators(w),this._setAsyncValidators(K)}ngOnInit(){this._checkParentType(),this.formDirective.addFormArray(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormArray(this)}get control(){return this.formDirective.getFormArray(this)}get formDirective(){return this._parent?this._parent.formDirective:null}get path(){return N1(null==this.name?this.name:this.name.toString(),this._parent)}_checkParentType(){rn(this._parent)}}function rn(P){return!(P instanceof zn||P instanceof Mn||P instanceof mt)}mt.\u0275fac=function(h){return new(h||mt)(o.Y36(de,13),o.Y36(Ee,10),o.Y36(te,10))},mt.\u0275dir=o.lG2({type:mt,selectors:[["","formArrayName",""]],inputs:{name:["formArrayName","name"]},features:[o._Bn([Vt]),o.qOj]});const h2={provide:$e,useExisting:(0,o.Gpc)(()=>o2)};class o2 extends $e{set isDisabled(h){}constructor(h,w,K,ze,Ft){super(),this._ngModelWarningConfig=Ft,this._added=!1,this.update=new o.vpe,this._ngModelWarningSent=!1,this._parent=h,this._setValidators(w),this._setAsyncValidators(K),this.valueAccessor=P1(0,ze)}ngOnChanges(h){this._added||this._setUpControl(),I2(h,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(h){this.viewModel=h,this.update.emit(h)}get path(){return N1(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}}o2._ngModelWarningSentOnce=!1,o2.\u0275fac=function(h){return new(h||o2)(o.Y36(de,13),o.Y36(Ee,10),o.Y36(te,10),o.Y36(se,10),o.Y36(p2,8))},o2.\u0275dir=o.lG2({type:o2,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[o._Bn([h2]),o.qOj,o.TTD]});const q1={provide:se,useExisting:(0,o.Gpc)(()=>Bn),multi:!0};function B2(P,h){return null==P?`${h}`:(h&&"object"==typeof h&&(h="Object"),`${P}: ${h}`.slice(0,50))}class Bn extends V{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(h){this._compareWith=h}writeValue(h){this.value=h;const K=B2(this._getOptionId(h),h);this.setProperty("value",K)}registerOnChange(h){this.onChange=w=>{this.value=this._getOptionValue(w),h(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(h){for(const w of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(w),h))return w;return null}_getOptionValue(h){const w=function ii(P){return P.split(":")[0]}(h);return this._optionMap.has(w)?this._optionMap.get(w):h}}Bn.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Bn)))(w||Bn)}}(),Bn.\u0275dir=o.lG2({type:Bn,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(ze){return w.onChange(ze.target.value)})("blur",function(){return w.onTouched()})},inputs:{compareWith:"compareWith"},features:[o._Bn([q1]),o.qOj]});class a3{constructor(h,w,K){this._element=h,this._renderer=w,this._select=K,this._select&&(this.id=this._select._registerOption())}set ngValue(h){null!=this._select&&(this._select._optionMap.set(this.id,h),this._setElementValue(B2(this.id,h)),this._select.writeValue(this._select.value))}set value(h){this._setElementValue(h),this._select&&this._select.writeValue(this._select.value)}_setElementValue(h){this._renderer.setProperty(this._element.nativeElement,"value",h)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}a3.\u0275fac=function(h){return new(h||a3)(o.Y36(o.SBq),o.Y36(o.Qsj),o.Y36(Bn,9))},a3.\u0275dir=o.lG2({type:a3,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}});const wn={provide:se,useExisting:(0,o.Gpc)(()=>P2),multi:!0};function ir(P,h){return null==P?`${h}`:("string"==typeof h&&(h=`'${h}'`),h&&"object"==typeof h&&(h="Object"),`${P}: ${h}`.slice(0,50))}class P2 extends V{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(h){this._compareWith=h}writeValue(h){let w;if(this.value=h,Array.isArray(h)){const K=h.map(ze=>this._getOptionId(ze));w=(ze,Ft)=>{ze._setSelected(K.indexOf(Ft.toString())>-1)}}else w=(K,ze)=>{K._setSelected(!1)};this._optionMap.forEach(w)}registerOnChange(h){this.onChange=w=>{const K=[],ze=w.selectedOptions;if(void 0!==ze){const Ft=ze;for(let gt=0;gtO2),multi:!0};class O2 extends s2{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=h=>b3(h),this.createValidator=h=>pe(h)}}O2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(O2)))(w||O2)}}(),O2.\u0275dir=o.lG2({type:O2,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("max",w._enabled?w.max:null)},inputs:{max:"max"},features:[o._Bn([wr]),o.qOj]});const Lr={provide:Ee,useExisting:(0,o.Gpc)(()=>Y1),multi:!0};class Y1 extends s2{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=h=>b3(h),this.createValidator=h=>D(h)}}Y1.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Y1)))(w||Y1)}}(),Y1.\u0275dir=o.lG2({type:Y1,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("min",w._enabled?w.min:null)},inputs:{min:"min"},features:[o._Bn([Lr]),o.qOj]});const or={provide:Ee,useExisting:(0,o.Gpc)(()=>T2),multi:!0},z1={provide:Ee,useExisting:(0,o.Gpc)(()=>j2),multi:!0};class T2 extends s2{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=o.D6c,this.createValidator=h=>Ce}enabled(h){return h}}T2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(T2)))(w||T2)}}(),T2.\u0275dir=o.lG2({type:T2,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("required",w._enabled?"":null)},inputs:{required:"required"},features:[o._Bn([or]),o.qOj]});class j2 extends T2{constructor(){super(...arguments),this.createValidator=h=>ge}}j2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(j2)))(w||j2)}}(),j2.\u0275dir=o.lG2({type:j2,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("required",w._enabled?"":null)},features:[o._Bn([z1]),o.qOj]});const jn={provide:Ee,useExisting:(0,o.Gpc)(()=>Yn),multi:!0};class Yn extends s2{constructor(){super(...arguments),this.inputName="email",this.normalizeInput=o.D6c,this.createValidator=h=>rt}enabled(h){return h}}Yn.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Yn)))(w||Yn)}}(),Yn.\u0275dir=o.lG2({type:Yn,selectors:[["","email","","formControlName",""],["","email","","formControl",""],["","email","","ngModel",""]],inputs:{email:"email"},features:[o._Bn([jn]),o.qOj]});const v3={provide:Ee,useExisting:(0,o.Gpc)(()=>Yt),multi:!0};class Yt extends s2{constructor(){super(...arguments),this.inputName="minlength",this.normalizeInput=h=>y3(h),this.createValidator=h=>Be(h)}}Yt.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Yt)))(w||Yt)}}(),Yt.\u0275dir=o.lG2({type:Yt,selectors:[["","minlength","","formControlName",""],["","minlength","","formControl",""],["","minlength","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("minlength",w._enabled?w.minlength:null)},inputs:{minlength:"minlength"},features:[o._Bn([v3]),o.qOj]});const A2={provide:Ee,useExisting:(0,o.Gpc)(()=>a2),multi:!0};class a2 extends s2{constructor(){super(...arguments),this.inputName="maxlength",this.normalizeInput=h=>y3(h),this.createValidator=h=>Ye(h)}}a2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(a2)))(w||a2)}}(),a2.\u0275dir=o.lG2({type:a2,selectors:[["","maxlength","","formControlName",""],["","maxlength","","formControl",""],["","maxlength","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("maxlength",w._enabled?w.maxlength:null)},inputs:{maxlength:"maxlength"},features:[o._Bn([A2]),o.qOj]});const sr={provide:Ee,useExisting:(0,o.Gpc)(()=>M2),multi:!0};class M2 extends s2{constructor(){super(...arguments),this.inputName="pattern",this.normalizeInput=h=>h,this.createValidator=h=>Gt(h)}}M2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(M2)))(w||M2)}}(),M2.\u0275dir=o.lG2({type:M2,selectors:[["","pattern","","formControlName",""],["","pattern","","formControl",""],["","pattern","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("pattern",w._enabled?w.pattern:null)},inputs:{pattern:"pattern"},features:[o._Bn([sr]),o.qOj]});class X1{}X1.\u0275fac=function(h){return new(h||X1)},X1.\u0275mod=o.oAB({type:X1}),X1.\u0275inj=o.cJS({imports:[R1]});class l3 extends Me{constructor(h,w,K){super(xe(w),ue(K,w)),this.controls=h,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(h){return this.controls[this._adjustIndex(h)]}push(h,w={}){this.controls.push(h),this._registerControl(h),this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}insert(h,w,K={}){this.controls.splice(h,0,w),this._registerControl(w),this.updateValueAndValidity({emitEvent:K.emitEvent})}removeAt(h,w={}){let K=this._adjustIndex(h);K<0&&(K=0),this.controls[K]&&this.controls[K]._registerOnCollectionChange(()=>{}),this.controls.splice(K,1),this.updateValueAndValidity({emitEvent:w.emitEvent})}setControl(h,w,K={}){let ze=this._adjustIndex(h);ze<0&&(ze=0),this.controls[ze]&&this.controls[ze]._registerOnCollectionChange(()=>{}),this.controls.splice(ze,1),w&&(this.controls.splice(ze,0,w),this._registerControl(w)),this.updateValueAndValidity({emitEvent:K.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(h,w={}){Jt(this,!1,h),h.forEach((K,ze)=>{qe(this,!1,ze),this.at(ze).setValue(K,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(h,w={}){null!=h&&(h.forEach((K,ze)=>{this.at(ze)&&this.at(ze).patchValue(K,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(h=[],w={}){this._forEachChild((K,ze)=>{K.reset(h[ze],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this.controls.map(h=>h.getRawValue())}clear(h={}){this.controls.length<1||(this._forEachChild(w=>w._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:h.emitEvent}))}_adjustIndex(h){return h<0?h+this.length:h}_syncPendingControls(){let h=this.controls.reduce((w,K)=>!!K._syncPendingControls()||w,!1);return h&&this.updateValueAndValidity({onlySelf:!0}),h}_forEachChild(h){this.controls.forEach((w,K)=>{h(w,K)})}_updateValue(){this.value=this.controls.filter(h=>h.enabled||this.disabled).map(h=>h.value)}_anyControls(h){return this.controls.some(w=>w.enabled&&h(w))}_setUpControls(){this._forEachChild(h=>this._registerControl(h))}_allControlsDisabled(){for(const h of this.controls)if(h.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(h){h.setParent(this),h._registerOnCollectionChange(this._onCollectionChange)}_find(h){return this.at(h)??null}}function w3(P){return!!P&&(void 0!==P.asyncValidators||void 0!==P.validators||void 0!==P.updateOn)}class S1{constructor(){this.useNonNullable=!1}get nonNullable(){const h=new S1;return h.useNonNullable=!0,h}group(h,w=null){const K=this._reduceControls(h);let ze={};return w3(w)?ze=w:null!==w&&(ze.validators=w.validator,ze.asyncValidators=w.asyncValidator),new O(K,ze)}record(h,w=null){const K=this._reduceControls(h);return new Fe(K,w)}control(h,w,K){let ze={};return this.useNonNullable?(w3(w)?ze=w:(ze.validators=w,ze.asyncValidators=K),new tt(h,{...ze,nonNullable:!0})):new tt(h,w,K)}array(h,w,K){const ze=h.map(Ft=>this._createControl(Ft));return new l3(ze,w,K)}_reduceControls(h){const w={};return Object.keys(h).forEach(K=>{w[K]=this._createControl(h[K])}),w}_createControl(h){if(h instanceof tt)return h;if(h instanceof Me)return h;if(Array.isArray(h)){const w=h[0],K=h.length>1?h[1]:null,ze=h.length>2?h[2]:null;return this.control(w,K,ze)}return this.control(h)}}S1.\u0275fac=function(h){return new(h||S1)},S1.\u0275prov=o.Yz7({token:S1,factory:S1.\u0275fac,providedIn:"root"});class sn{}sn.\u0275fac=function(h){return new(h||sn)},sn.\u0275prov=o.Yz7({token:sn,factory:function(){return(0,o.f3M)(S1).nonNullable},providedIn:"root"});class Pn extends S1{group(h,w=null){return super.group(h,w)}control(h,w,K){return super.control(h,w,K)}array(h,w,K){return super.array(h,w,K)}}Pn.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Pn)))(w||Pn)}}(),Pn.\u0275prov=o.Yz7({token:Pn,factory:Pn.\u0275fac,providedIn:"root"});new o.GfV("15.2.10");class Qn{static withConfig(h){return{ngModule:Qn,providers:[{provide:it,useValue:h.callSetDisabledState??jt}]}}}Qn.\u0275fac=function(h){return new(h||Qn)},Qn.\u0275mod=o.oAB({type:Qn}),Qn.\u0275inj=o.cJS({imports:[X1]});class B1{static withConfig(h){return{ngModule:B1,providers:[{provide:p2,useValue:h.warnOnNgModelWithFormControl??"always"},{provide:it,useValue:h.callSetDisabledState??jt}]}}}B1.\u0275fac=function(h){return new(h||B1)},B1.\u0275mod=o.oAB({type:B1}),B1.\u0275inj=o.cJS({imports:[X1]})},497:(_t,we,I)=>{"use strict";I.d(we,{b2:()=>he,q6:()=>de});var o=I(666),_=I(8); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}}]); + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */class H extends o.w_{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class Q extends H{static makeCurrent(){(0,o.HT)(new Q)}onAndCancel(O,W,be){return O.addEventListener(W,be,!1),()=>{O.removeEventListener(W,be,!1)}}dispatchEvent(O,W){O.dispatchEvent(W)}remove(O){O.parentNode&&O.parentNode.removeChild(O)}createElement(O,W){return(W=W||this.getDefaultDocument()).createElement(O)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(O){return O.nodeType===Node.ELEMENT_NODE}isShadowRoot(O){return O instanceof DocumentFragment}getGlobalEventTarget(O,W){return"window"===W?window:"document"===W?O:"body"===W?O.body:null}getBaseHref(O){const W=function z(){return F=F||document.querySelector("base"),F?F.getAttribute("href"):null}();return null==W?null:function J(Me){Y=Y||document.createElement("a"),Y.setAttribute("href",Me);const O=Y.pathname;return"/"===O.charAt(0)?O:`/${O}`}(W)}resetBaseElement(){F=null}getUserAgent(){return window.navigator.userAgent}getCookie(O){return(0,o.Mx)(document.cookie,O)}}let Y,F=null;const ie=new _.OlP("TRANSITION_ID");const V=[{provide:_.ip1,useFactory:function U(Me,O,W){return()=>{W.get(_.CZH).donePromise.then(()=>{const be=(0,o.q)(),Fe=O.querySelectorAll(`style[ng-transition="${Me}"]`);for(let He=0;He{be.manager=this}),this._plugins=O.slice().reverse()}addEventListener(O,W,be){return this._findPluginFor(W).addEventListener(O,W,be)}addGlobalEventListener(O,W,be){return this._findPluginFor(W).addGlobalEventListener(O,W,be)}getZone(){return this._zone}_findPluginFor(O){const W=this._eventNameToPlugin.get(O);if(W)return W;const be=this._plugins;for(let Fe=0;Fe0?be.set(O,Fe):be.delete(O),Fe}ngOnDestroy(){for(const O of this.getAllStyles())this.onStyleRemoved(O);this.usageCount.clear()}}ce.\u0275fac=function(O){return new(O||ce)},ce.\u0275prov=_.Yz7({token:ce,factory:ce.\u0275fac});class q extends ce{constructor(O){super(),this.doc=O,this.styleRef=new Map,this.hostNodes=new Set,this.resetHostNodes()}onStyleAdded(O){for(const W of this.hostNodes)this.addStyleToHost(W,O)}onStyleRemoved(O){const W=this.styleRef;W.get(O)?.forEach(Fe=>Fe.remove()),W.delete(O)}ngOnDestroy(){super.ngOnDestroy(),this.styleRef.clear(),this.resetHostNodes()}addHost(O){this.hostNodes.add(O);for(const W of this.getAllStyles())this.addStyleToHost(O,W)}removeHost(O){this.hostNodes.delete(O)}addStyleToHost(O,W){const be=this.doc.createElement("style");be.textContent=W,O.appendChild(be);const Fe=this.styleRef.get(W);Fe?Fe.push(be):this.styleRef.set(W,[be])}resetHostNodes(){const O=this.hostNodes;O.clear(),O.add(this.doc.head)}}q.\u0275fac=function(O){return new(O||q)(_.LFG(o.K0))},q.\u0275prov=_.Yz7({token:q,factory:q.\u0275fac});const ae={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},Le=/%COMP%/g,te="_nghost-%COMP%",G="_ngcontent-%COMP%",D=new _.OlP("RemoveStylesOnCompDestory",{providedIn:"root",factory:()=>false});function ge(Me,O){return O.flat(100).map(W=>W.replace(Le,Me))}function rt(Me){return O=>{if("__ngUnwrap__"===O)return Me;!1===Me(O)&&(O.preventDefault(),O.returnValue=!1)}}class Be{constructor(O,W,be,Fe){this.eventManager=O,this.sharedStylesHost=W,this.appId=be,this.removeStylesOnCompDestory=Fe,this.rendererByCompId=new Map,this.defaultRenderer=new Ye(O)}createRenderer(O,W){if(!O||!W)return this.defaultRenderer;const be=this.getOrCreateRenderer(O,W);return be instanceof I1?be.applyToHost(O):be instanceof Ct&&be.applyStyles(),be}getOrCreateRenderer(O,W){const be=this.rendererByCompId;let Fe=be.get(W.id);if(!Fe){const He=this.eventManager,it=this.sharedStylesHost,jt=this.removeStylesOnCompDestory;switch(W.encapsulation){case _.ifc.Emulated:Fe=new I1(He,it,W,this.appId,jt);break;case _.ifc.ShadowDom:return new L1(He,it,O,W);default:Fe=new Ct(He,it,W,jt)}Fe.onDestroy=()=>be.delete(W.id),be.set(W.id,Fe)}return Fe}ngOnDestroy(){this.rendererByCompId.clear()}begin(){}end(){}}Be.\u0275fac=function(O){return new(O||Be)(_.LFG(De),_.LFG(q),_.LFG(_.AFp),_.LFG(D))},Be.\u0275prov=_.Yz7({token:Be,factory:Be.\u0275fac});class Ye{constructor(O){this.eventManager=O,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(O,W){return W?document.createElementNS(ae[W]||W,O):document.createElement(O)}createComment(O){return document.createComment(O)}createText(O){return document.createTextNode(O)}appendChild(O,W){(Z1(O)?O.content:O).appendChild(W)}insertBefore(O,W,be){O&&(Z1(O)?O.content:O).insertBefore(W,be)}removeChild(O,W){O&&O.removeChild(W)}selectRootElement(O,W){let be="string"==typeof O?document.querySelector(O):O;if(!be)throw new Error(`The selector "${O}" did not match any elements`);return W||(be.textContent=""),be}parentNode(O){return O.parentNode}nextSibling(O){return O.nextSibling}setAttribute(O,W,be,Fe){if(Fe){W=Fe+":"+W;const He=ae[Fe];He?O.setAttributeNS(He,W,be):O.setAttribute(W,be)}else O.setAttribute(W,be)}removeAttribute(O,W,be){if(be){const Fe=ae[be];Fe?O.removeAttributeNS(Fe,W):O.removeAttribute(`${be}:${W}`)}else O.removeAttribute(W)}addClass(O,W){O.classList.add(W)}removeClass(O,W){O.classList.remove(W)}setStyle(O,W,be,Fe){Fe&(_.JOm.DashCase|_.JOm.Important)?O.style.setProperty(W,be,Fe&_.JOm.Important?"important":""):O.style[W]=be}removeStyle(O,W,be){be&_.JOm.DashCase?O.style.removeProperty(W):O.style[W]=""}setProperty(O,W,be){O[W]=be}setValue(O,W){O.nodeValue=W}listen(O,W,be){return"string"==typeof O?this.eventManager.addGlobalEventListener(O,W,rt(be)):this.eventManager.addEventListener(O,W,rt(be))}}"@".charCodeAt(0);function Z1(Me){return"TEMPLATE"===Me.tagName&&void 0!==Me.content}class L1 extends Ye{constructor(O,W,be,Fe){super(O),this.sharedStylesHost=W,this.hostEl=be,this.shadowRoot=be.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const He=ge(Fe.id,Fe.styles);for(const it of He){const jt=document.createElement("style");jt.textContent=it,this.shadowRoot.appendChild(jt)}}nodeOrShadowRoot(O){return O===this.hostEl?this.shadowRoot:O}appendChild(O,W){return super.appendChild(this.nodeOrShadowRoot(O),W)}insertBefore(O,W,be){return super.insertBefore(this.nodeOrShadowRoot(O),W,be)}removeChild(O,W){return super.removeChild(this.nodeOrShadowRoot(O),W)}parentNode(O){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(O)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}}class Ct extends Ye{constructor(O,W,be,Fe,He=be.id){super(O),this.sharedStylesHost=W,this.removeStylesOnCompDestory=Fe,this.rendererUsageCount=0,this.styles=ge(He,be.styles)}applyStyles(){this.sharedStylesHost.addStyles(this.styles),this.rendererUsageCount++}destroy(){this.removeStylesOnCompDestory&&(this.sharedStylesHost.removeStyles(this.styles),this.rendererUsageCount--,0===this.rendererUsageCount&&this.onDestroy?.())}}class I1 extends Ct{constructor(O,W,be,Fe,He){const it=Fe+"-"+be.id;super(O,W,be,He,it),this.contentAttr=function pe(Me){return G.replace(Le,Me)}(it),this.hostAttr=function Ce(Me){return te.replace(Le,Me)}(it)}applyToHost(O){this.applyStyles(),this.setAttribute(O,this.hostAttr,"")}createElement(O,W){const be=super.createElement(O,W);return super.setAttribute(be,this.contentAttr,""),be}}class un extends Oe{constructor(O){super(O)}supports(O){return!0}addEventListener(O,W,be){return O.addEventListener(W,be,!1),()=>this.removeEventListener(O,W,be)}removeEventListener(O,W,be){return O.removeEventListener(W,be)}}un.\u0275fac=function(O){return new(O||un)(_.LFG(o.K0))},un.\u0275prov=_.Yz7({token:un,factory:un.\u0275fac});const d1=["alt","control","meta","shift"],y1={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},M1={alt:Me=>Me.altKey,control:Me=>Me.ctrlKey,meta:Me=>Me.metaKey,shift:Me=>Me.shiftKey};class xt extends Oe{constructor(O){super(O)}supports(O){return null!=xt.parseEventName(O)}addEventListener(O,W,be){const Fe=xt.parseEventName(W),He=xt.eventCallback(Fe.fullKey,be,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,o.q)().onAndCancel(O,Fe.domEventName,He))}static parseEventName(O){const W=O.toLowerCase().split("."),be=W.shift();if(0===W.length||"keydown"!==be&&"keyup"!==be)return null;const Fe=xt._normalizeKey(W.pop());let He="",it=W.indexOf("code");if(it>-1&&(W.splice(it,1),He="code."),d1.forEach(N1=>{const Xt=W.indexOf(N1);Xt>-1&&(W.splice(Xt,1),He+=N1+".")}),He+=Fe,0!=W.length||0===Fe.length)return null;const jt={};return jt.domEventName=be,jt.fullKey=He,jt}static matchEventFullKeyCode(O,W){let be=y1[O.key]||O.key,Fe="";return W.indexOf("code.")>-1&&(be=O.code,Fe="code."),!(null==be||!be)&&(be=be.toLowerCase()," "===be?be="space":"."===be&&(be="dot"),d1.forEach(He=>{if(He!==be){(0,M1[He])(O)&&(Fe+=He+".")}}),Fe+=be,Fe===W)}static eventCallback(O,W,be){return Fe=>{xt.matchEventFullKeyCode(Fe,O)&&be.runGuarded(()=>W(Fe))}}static _normalizeKey(O){return"esc"===O?"escape":O}}xt.\u0275fac=function(O){return new(O||xt)(_.LFG(o.K0))},xt.\u0275prov=_.Yz7({token:xt,factory:xt.\u0275fac});const ot=[{provide:_.Lbi,useValue:o.bD},{provide:_.g9A,useValue:function h1(){Q.makeCurrent()},multi:!0},{provide:o.K0,useFactory:function wt(){return(0,_.RDi)(document),document},deps:[]}],de=(0,_.eFA)(_._c5,"browser",ot),$e=new _.OlP(""),Ae=[{provide:_.rWj,useClass:class se{addToWindow(O){_.dqk.getAngularTestability=(be,Fe=!0)=>{const He=O.findTestabilityInTree(be,Fe);if(null==He)throw new Error("Could not find testability for element.");return He},_.dqk.getAllAngularTestabilities=()=>O.getAllTestabilities(),_.dqk.getAllAngularRootElements=()=>O.getAllRootElements();_.dqk.frameworkStabilizers||(_.dqk.frameworkStabilizers=[]),_.dqk.frameworkStabilizers.push(be=>{const Fe=_.dqk.getAllAngularTestabilities();let He=Fe.length,it=!1;const jt=function(N1){it=it||N1,He--,0==He&&be(it)};Fe.forEach(function(N1){N1.whenStable(jt)})})}findTestabilityInTree(O,W,be){if(null==W)return null;return O.getTestability(W)??(be?(0,o.q)().isShadowRoot(W)?this.findTestabilityInTree(O,W.host,!0):this.findTestabilityInTree(O,W.parentElement,!0):null)}},deps:[]},{provide:_.lri,useClass:_.dDg,deps:[_.R0b,_.eoX,_.rWj]},{provide:_.dDg,useClass:_.dDg,deps:[_.R0b,_.eoX,_.rWj]}],N=[{provide:_.zSh,useValue:"root"},{provide:_.qLn,useFactory:function Te(){return new _.qLn},deps:[]},{provide:ye,useClass:un,multi:!0,deps:[o.K0,_.R0b,_.Lbi]},{provide:ye,useClass:xt,multi:!0,deps:[o.K0]},{provide:Be,useClass:Be,deps:[De,q,_.AFp,D]},{provide:_.FYo,useExisting:Be},{provide:ce,useExisting:q},{provide:q,useClass:q,deps:[o.K0]},{provide:De,useClass:De,deps:[ye,_.R0b]},{provide:o.JF,useClass:le,deps:[]},[]];class he{constructor(O){false}static withServerTransition(O){return{ngModule:he,providers:[{provide:_.AFp,useValue:O.appId},{provide:ie,useExisting:_.AFp},V]}}}he.\u0275fac=function(O){return new(O||he)(_.LFG($e,12))},he.\u0275mod=_.oAB({type:he}),he.\u0275inj=_.cJS({providers:[...N,...Ae],imports:[o.ez,_.hGG]});class ut{constructor(O){this._doc=O,this._dom=(0,o.q)()}addTag(O,W=!1){return O?this._getOrCreateElement(O,W):null}addTags(O,W=!1){return O?O.reduce((be,Fe)=>(Fe&&be.push(this._getOrCreateElement(Fe,W)),be),[]):[]}getTag(O){return O&&this._doc.querySelector(`meta[${O}]`)||null}getTags(O){if(!O)return[];const W=this._doc.querySelectorAll(`meta[${O}]`);return W?[].slice.call(W):[]}updateTag(O,W){if(!O)return null;W=W||this._parseSelector(O);const be=this.getTag(W);return be?this._setMetaElementAttributes(O,be):this._getOrCreateElement(O,!0)}removeTag(O){this.removeTagElement(this.getTag(O))}removeTagElement(O){O&&this._dom.remove(O)}_getOrCreateElement(O,W=!1){if(!W){const He=this._parseSelector(O),it=this.getTags(He).filter(jt=>this._containsAttributes(O,jt))[0];if(void 0!==it)return it}const be=this._dom.createElement("meta");return this._setMetaElementAttributes(O,be),this._doc.getElementsByTagName("head")[0].appendChild(be),be}_setMetaElementAttributes(O,W){return Object.keys(O).forEach(be=>W.setAttribute(this._getMetaKeyMap(be),O[be])),W}_parseSelector(O){const W=O.name?"name":"property";return`${W}="${O[W]}"`}_containsAttributes(O,W){return Object.keys(O).every(be=>W.getAttribute(this._getMetaKeyMap(be))===O[be])}_getMetaKeyMap(O){return Pt[O]||O}}ut.\u0275fac=function(O){return new(O||ut)(_.LFG(o.K0))},ut.\u0275prov=_.Yz7({token:ut,factory:function(O){let W=null;return W=O?new O:function je(){return new ut((0,_.LFG)(o.K0))}(),W},providedIn:"root"});const Pt={httpEquiv:"http-equiv"};class Lt{constructor(O){this._doc=O}getTitle(){return this._doc.title}setTitle(O){this._doc.title=O||""}}Lt.\u0275fac=function(O){return new(O||Lt)(_.LFG(o.K0))},Lt.\u0275prov=_.Yz7({token:Lt,factory:function(O){let W=null;return W=O?new O:function At(){return new Lt((0,_.LFG)(o.K0))}(),W},providedIn:"root"});typeof window<"u"&&window;class E2{constructor(){this.store={},this.onSerializeCallbacks={},this.store=function dn(Me,O){const W=Me.getElementById(O+"-state");let be={};if(W&&W.textContent)try{be=JSON.parse(function Y2(Me){const O={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return Me.replace(/&[^;]+;/g,W=>O[W])}(W.textContent))}catch(Fe){console.warn("Exception while restoring TransferState for app "+O,Fe)}return be}((0,_.f3M)(o.K0),(0,_.f3M)(_.AFp))}get(O,W){return void 0!==this.store[O]?this.store[O]:W}set(O,W){this.store[O]=W}remove(O){delete this.store[O]}hasKey(O){return this.store.hasOwnProperty(O)}get isEmpty(){return 0===Object.keys(this.store).length}onSerialize(O,W){this.onSerializeCallbacks[O]=W}toJson(){for(const O in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(O))try{this.store[O]=this.onSerializeCallbacks[O]()}catch(W){console.warn("Exception in onSerialize callback: ",W)}return JSON.stringify(this.store)}}E2.\u0275fac=function(O){return new(O||E2)},E2.\u0275prov=_.Yz7({token:E2,factory:E2.\u0275fac,providedIn:"root"});class R2{}R2.\u0275fac=function(O){return new(O||R2)},R2.\u0275mod=_.oAB({type:R2}),R2.\u0275inj=_.cJS({});const fn={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},tn=new _.OlP("HammerGestureConfig"),e2=new _.OlP("HammerLoader");class xe{constructor(){this.events=[],this.overrides={}}buildHammer(O){const W=new Hammer(O,this.options);W.get("pinch").set({enable:!0}),W.get("rotate").set({enable:!0});for(const be in this.overrides)W.get(be).set(this.overrides[be]);return W}}xe.\u0275fac=function(O){return new(O||xe)},xe.\u0275prov=_.Yz7({token:xe,factory:xe.\u0275fac});class B extends Oe{constructor(O,W,be,Fe){super(O),this._config=W,this.console=be,this.loader=Fe,this._loaderPromise=null}supports(O){return!(!fn.hasOwnProperty(O.toLowerCase())&&!this.isCustomEvent(O)||!window.Hammer&&!this.loader)}addEventListener(O,W,be){const Fe=this.manager.getZone();if(W=W.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||Fe.runOutsideAngular(()=>this.loader());let He=!1,it=()=>{He=!0};return Fe.runOutsideAngular(()=>this._loaderPromise.then(()=>{window.Hammer?He||(it=this.addEventListener(O,W,be)):it=()=>{}}).catch(()=>{it=()=>{}})),()=>{it()}}return Fe.runOutsideAngular(()=>{const He=this._config.buildHammer(O),it=function(jt){Fe.runGuarded(function(){be(jt)})};return He.on(W,it),()=>{He.off(W,it),"function"==typeof He.destroy&&He.destroy()}})}isCustomEvent(O){return this._config.events.indexOf(O)>-1}}B.\u0275fac=function(O){return new(O||B)(_.LFG(o.K0),_.LFG(tn),_.LFG(_.c2e),_.LFG(e2,8))},B.\u0275prov=_.Yz7({token:B,factory:B.\u0275fac});class ue{}ue.\u0275fac=function(O){return new(O||ue)},ue.\u0275mod=_.oAB({type:ue}),ue.\u0275inj=_.cJS({providers:[{provide:ye,useClass:B,multi:!0,deps:[o.K0,tn,_.c2e,[new _.FiY,e2]]},{provide:tn,useClass:xe,deps:[]}]});class Ie{}Ie.\u0275fac=function(O){return new(O||Ie)},Ie.\u0275prov=_.Yz7({token:Ie,factory:function(O){let W=null;return W=O?new(O||Ie):_.LFG(qe),W},providedIn:"root"});class qe extends Ie{constructor(O){super(),this._doc=O}sanitize(O,W){if(null==W)return null;switch(O){case _.q3G.NONE:return W;case _.q3G.HTML:return(0,_.qzn)(W,"HTML")?(0,_.z3N)(W):(0,_.EiD)(this._doc,String(W)).toString();case _.q3G.STYLE:return(0,_.qzn)(W,"Style")?(0,_.z3N)(W):W;case _.q3G.SCRIPT:if((0,_.qzn)(W,"Script"))return(0,_.z3N)(W);throw new Error("unsafe value used in a script context");case _.q3G.URL:return(0,_.qzn)(W,"URL")?(0,_.z3N)(W):(0,_.mCW)(String(W));case _.q3G.RESOURCE_URL:if((0,_.qzn)(W,"ResourceURL"))return(0,_.z3N)(W);throw new Error(`unsafe value used in a resource URL context (see ${_.JZr})`);default:throw new Error(`Unexpected SecurityContext ${O} (see ${_.JZr})`)}}bypassSecurityTrustHtml(O){return(0,_.JVY)(O)}bypassSecurityTrustStyle(O){return(0,_.L6k)(O)}bypassSecurityTrustScript(O){return(0,_.eBb)(O)}bypassSecurityTrustUrl(O){return(0,_.LAX)(O)}bypassSecurityTrustResourceUrl(O){return(0,_.pB0)(O)}}qe.\u0275fac=function(O){return new(O||qe)(_.LFG(o.K0))},qe.\u0275prov=_.Yz7({token:qe,factory:function(O){let W=null;return W=O?new O:function ht(Me){return new qe(Me.get(o.K0))}(_.LFG(_.zs3)),W},providedIn:"root"});new _.GfV("15.2.10")}}]); //# sourceMappingURL=vendor.js.map -"use strict";(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["main"],{886:(g,P,d)=>{var y=d(4497),t=d(8008),_=d(4666),C=d(9239),S=d(1612),E=d(609),T=d(9714),o=d(5562),l=d(4635);class c{uniqueId(e=32){let i="";const n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",s=n.length;for(let a=0;ae.pagesCount?1:this.currentPagePointer,this.metaData.totalPages=e.pagesCount,this.totalNumberOfPages=e.pagesCount;const i=(new Date).getTime()-this.pdfPlayerStartTime,n={eid:"START",ver:this.version,edata:{type:"START",currentPage:this.currentPagePointer,duration:i},metaData:this.metaData};this.playerEvent.emit(n),this.pdfLastPageTime=this.pdfPlayerStartTime=(new Date).getTime(),this.sunbirdPdfPlayerService.start(i)}raiseEndEvent(){if(!this.isEndEventRaised){this.pageSessionUpdate();const e=(new Date).getTime()-this.pdfPlayerStartTime,i={eid:"END",ver:this.version,edata:{type:"END",currentPage:this.currentPagePointer,totalPages:this.totalNumberOfPages,duration:e},metaData:this.getMetadata()};this.playerEvent.emit(i);const n=this.metaData.pagesVisited.filter((s,a,w)=>w.indexOf(s)===a).length;this.timeSpent=this.utilService.getTimeSpentText(this.pdfPlayerStartTime),this.sunbirdPdfPlayerService.end(e,this.currentPagePointer,this.totalNumberOfPages,n,this.endPageSeen),this.isEndEventRaised=!0}}getMetadata(){return{pagesVisited:this.metaData.pagesVisited.length?this.endPageSeen?[0]:[p.last(this.metaData.pagesVisited)]:[],duration:this.metaData.duration.length?[p.last(this.metaData.duration)]:[],zoom:this.metaData.zoom.length?[p.last(this.metaData.zoom)]:[],rotation:this.metaData.rotation.length?[p.last(this.metaData.rotation)]:[]}}raiseHeartBeatEvent(e){const i={eid:"HEARTBEAT",ver:this.version,edata:{type:e,currentPage:this.currentPagePointer},metaData:this.metaData};this.playerEvent.emit(i),this.sunbirdPdfPlayerService.heartBeat(i),"PAGE_CHANGE"===e&&this.sunbirdPdfPlayerService.impression(this.currentPagePointer),["CLOSE_DOWNLOAD","DOWNLOAD","ZOOM_IN","ZOOM_OUT","NAVIGATE_TO_PAGE","NEXT","OPEN_MENU","PREVIOUS","CLOSE_MENU","DOWNLOAD_MENU","SHARE","ROTATION_CHANGE","REPLAY","PRINT","NEXT_CONTENT_PLAY"].includes(e)&&this.sunbirdPdfPlayerService.interact(e.toLowerCase(),this.currentPagePointer)}raiseExceptionLog(e,i,n,s){const a={eid:"ERROR",edata:{err:e,errtype:i,requestid:s||"",stacktrace:n&&n.toString()||""}};this.playerEvent.emit(a),this.sunbirdPdfPlayerService.error(n,{err:e,errtype:i})}}v.\u0275fac=function(e){return new(e||v)(t.LFG(h),t.LFG(c))},v.\u0275prov=t.Yz7({token:v,factory:v.\u0275fac,providedIn:"root"});const N=["iframe"];class u{constructor(e,i){this.renderer=e,this.viewerService=i,this.src="assets/pdfjs/web/viewer.html?file=",this.actions=new t.vpe,this.isNextLastPageClicked=!1,this.viewerEvent=new t.vpe,this.actionsMap=new Map([["ZOOM_OUT","zoomout"],["NEXT","nextpage"],["PREVIOUS","previouspage"],["ROTATE_CW","rotatecw"],["DOWNLOAD","download"]])}onWebViewerLoaded(){this.viewerApp=this.iframeRef.nativeElement.contentWindow.PDFViewerApplication,this.viewerApp.initializedPromise.then(()=>{let e,i=!1;this.progressInterval=setInterval(()=>{this.viewerApp&&(e!==this.viewerApp.loadingBar.percent||100===this.viewerApp.loadingBar.percent)&&(e=this.viewerApp.loadingBar.percent,this.viewerEvent.emit({type:"progress",data:this.viewerApp.loadingBar.percent})),this.viewerApp.pdfLoadingTask&&!i&&(this.viewerApp.pdfLoadingTask.promise.catch(n=>{clearInterval(this.progressInterval),this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(n?n.toString():"")})}),i=!0)},50),this.registerForEvents()}).catch(e=>{this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(e?e.toString():"")})})}ngAfterViewInit(){this.iframeRef.nativeElement.src=`${this.src}${this.pdfURL}#pagemode=none&page=${this.viewerService.currentPagePointer}&zoom=${this.viewerService.zoom}`,this.iframeWindow=this.iframeRef.nativeElement.contentWindow,this.actions.subscribe(({type:e,data:i})=>{"REPLAY"===e?this.iframeRef.nativeElement.contentDocument.location.reload(!0):"ZOOM_IN"===e&&this.viewerApp.pdfViewer.currentScale<3?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomIn(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"ZOOM_OUT"===e?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomOut(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"NAVIGATE_TO_PAGE"===e?(this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!0}),this.viewerApp.page=i):this.actionsMap.has(e)?("NEXT"===e&&(this.isNextLastPageClicked=!0),this.viewerApp.eventBus.dispatch(this.actionsMap.get(e))):"INVALID_PAGE_ERROR"===e&&this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!1})})}registerForEvents(){this.viewerApp.eventBus.on("pagesloaded",e=>{setTimeout(()=>{this.viewerApp.rotatePages(this.viewerService.rotation)},500),this.pagesLoadedCallback(e),this.viewerApp?.page&&this.viewerService.currentPagePointer&&(this.viewerApp.page=this.viewerService.currentPagePointer)}),this.viewerApp.eventBus.on("pagechanging",e=>{this.viewerEvent.emit({type:"pagechanging",data:e})}),this.viewerApp.eventBus.on("rotatecw",()=>{this.viewerEvent.emit({type:"rotatecw",data:this.viewerApp.pdfViewer.pagesRotation})}),this.viewerApp.eventBus.on("pagerendered",e=>{this.ListenToPageScroll(e?.pageNumber)})}pagesLoadedCallback(e){this.viewerEvent.emit({type:"progress",data:100}),clearInterval(this.progressInterval),this.viewerEvent.emit({type:"pagesloaded",data:e})}ListenToPageScroll(e){if(this.viewerService.totalNumberOfPages<=1||e!==this.viewerService.totalNumberOfPages)return;const i=this.iframeRef.nativeElement.contentDocument.getElementById("viewerContainer");i&&(i.onscroll=n=>{Math.ceil(n.target.offsetHeight+n.target.scrollTop)>=n.target.scrollHeight&&0==this.isNextLastPageClicked&&this.viewerEvent.emit({type:"pageend"}),this.isNextLastPageClicked=!1})}}u.\u0275fac=function(e){return new(e||u)(t.Y36(t.Qsj),t.Y36(v))},u.\u0275cmp=t.Xpm({type:u,selectors:[["pdf-viewer"]],viewQuery:function(e,i){if(1&e&&t.Gf(N,7),2&e){let n;t.iGM(n=t.CRH())&&(i.iframeRef=n.first)}},hostBindings:function(e,i){1&e&&t.NdJ("webviewerloaded",function(){return i.onWebViewerLoaded()},!1,t.evT)},inputs:{pdfURL:"pdfURL",actions:"actions"},outputs:{viewerEvent:"viewerEvent"},decls:2,vars:0,consts:[["frameborder","0"],["iframe",""]],template:function(e,i){1&e&&t._UZ(0,"iframe",0,1)},styles:["iframe[_ngcontent-%COMP%]{width:100%;height:100%}"]});const A=["pdfPlayer"];function x(r,e){if(1&r&&t._UZ(0,"sb-player-start-page",12),2&r){const i=t.oxw();t.Q6J("title",i.viewerService.contentName)("progress",i.viewerService.loadingProgress)}}const b=function(r){return{isVisible:r}};function O(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-header",13),t.NdJ("actions",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.headerActions(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("ngClass",t.VKq(4,b,i.showControls))("pageNumber",i.viewerService.currentPagePointer)("config",i.headerConfig)("totalPages",i.viewerService.totalNumberOfPages)}}function M(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-side-menu-icon",14),t.NdJ("sidebarMenuEvent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.sideBarEvents(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("ngClass",t.VKq(1,b,i.showControls))}}function I(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-sidebar",15),t.NdJ("sidebarEvent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.sideBarEvents(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("title",i.viewerService.contentName)("config",i.sideMenuConfig)}}function L(r,e){if(1&r&&(t.TgZ(0,"div",16),t._uU(1),t._UZ(2,"span"),t._uU(3),t.qZA()),2&r){const i=t.oxw();t.xp6(1),t.AsE("Page ",i.viewerService.currentPagePointer," of ",i.viewerService.totalNumberOfPages," "),t.xp6(2),t.hij(" ",(i.viewerService.currentPagePointer/i.viewerService.totalNumberOfPages*100).toFixed(0),"%")}}function R(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"div",17)(1,"div",18)(2,"div",19)(3,"sb-player-previous-navigation",20),t.NdJ("previousAction",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.headerActions(s))}),t.qZA(),t.TgZ(4,"sb-player-next-navigation",21),t.NdJ("nextAction",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.headerActions(s))}),t.qZA()()()()}if(2&r){const i=t.oxw();t.Q6J("ngClass",t.VKq(1,b,i.showControls))}}function D(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-end-page",22),t.NdJ("replayContent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.replayContent(s))})("exitContent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.exitContent(s))})("playNextContent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.playContent(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("contentName",i.viewerService.contentName)("outcomeLabel","Pages read:")("outcome",i.viewerService.currentPagePointer)("userName",i.viewerService.userName)("nextContent",i.nextContent)("timeSpentLabel",i.viewerService.timeSpent)("showExit",i.sideMenuConfig.showExit)}}function V(r,e){1&r&&t._UZ(0,"sb-player-contenterror")}function B(r,e){1&r&&(t.TgZ(0,"div",23),t._UZ(1,"div",24),t.TgZ(2,"div",25),t._uU(3,"Page Not Found"),t.qZA()())}class m{constructor(e,i,n,s,a){this.pdfPlayerService=e,this.viewerService=i,this.cdRef=n,this.renderer2=s,this.errorService=a,this.viewState="start",this.showControls=!0,this.validPage=!0,this.isInitialized=!1,this.sideMenuConfig={showShare:!0,showDownload:!0,showReplay:!0,showExit:!1,showPrint:!0},this.telemetryEvent=new t.vpe,this.headerConfig={rotation:!0,goto:!0,navigation:!0,zoom:!0},this.viewerActions=new t.vpe,this.defaultCompatibilityLevel=4,this.playerEvent=this.viewerService.playerEvent}onTelemetryEvent(e){this.telemetryEvent.emit(e.detail)}ngOnInit(){if(this.isInitialized=!0,this.playerConfig&&"string"==typeof this.playerConfig)try{this.playerConfig=JSON.parse(this.playerConfig)}catch(e){console.error("Invalid playerConfig: ",e)}this.nextContent=this.playerConfig?.config?.nextContent,this.viewState="start",this.pdfConfig={...this.viewerService.defaultConfig,...this.playerConfig?.config},this.sideMenuConfig={...this.sideMenuConfig,...this.playerConfig?.config?.sideMenu},this.pdfPlayerService.initialize(this.playerConfig),this.viewerService.initialize(this.playerConfig)}ngAfterViewInit(){const e=this.pdfPlayerRef.nativeElement;this.unlistenMouseEnter=this.renderer2.listen(e,"mouseenter",()=>{this.showControls=!0}),this.unlistenMouseLeave=this.renderer2.listen(e,"mouseleave",()=>{this.showControls=!1}),this.traceId=this.playerConfig?.config?.traceId;const i=this.playerConfig.metadata?.compatibilityLevel;if(i){const n=this.errorService.checkContentCompatibility(i);n.isCompitable||this.viewerService.raiseExceptionLog(o.uY.contentCompatibility,o.N3.contentCompatibility,n.error,this.traceId)}}headerActions({type:e,data:i}){if("NEXT"===e&&this.viewerService.currentPagePointer===this.viewerService.totalNumberOfPages)return this.viewerService.raiseEndEvent(),this.viewState="end",this.viewerService.endPageSeen=!0,void this.cdRef.detectChanges();this.viewerActions.emit({type:e,data:i}),this.viewerService.raiseHeartBeatEvent(e)}playContent(e){this.viewerService.raiseHeartBeatEvent(e.type)}sideBarEvents(e){this.viewerService.raiseHeartBeatEvent(e.type),this.viewerActions.emit({type:e.type})}replayContent(e){this.viewerService.raiseHeartBeatEvent(e.type),this.ngOnInit(),this.viewerActions.emit({type:"REPLAY"}),this.viewerService.isEndEventRaised=!1,this.cdRef.detectChanges()}exitContent(e){this.viewerService.raiseHeartBeatEvent(e.type)}onPdfLoaded(e){const i=this.viewerService.raiseStartEvent(e);this.telemetryEvent.emit(i),this.viewState="player",this.cdRef.detectChanges()}onPdfLoadFailed(e){let i=o.uY.contentLoadFails,n=o.N3.contentLoadFails;navigator.onLine||(i=o.uY.internetConnectivity,n=o.N3.internetConnectivity),this.viewerService.isAvailableLocally&&(i=o.uY.contentLoadFails,n=o.N3.contentLoadFails),i===o.uY.contentLoadFails&&(this.showContentError=!0),this.viewerService.raiseExceptionLog(i,n,e,this.traceId)}onZoomChange(e){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ZOOM_CHANGE"),this.viewerService.zoom=e}onPdfDownloaded(){this.viewerService.raiseHeartBeatEvent("PDF_DOWNLOAD")}onAfterPrint(){this.viewerService.raiseHeartBeatEvent("PDF_PRINT")}onRotationChange(e){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ROTATION_CHANGE"),this.viewerService.rotation=e}onPageChange(e){this.viewerService.pageSessionUpdate(),this.viewerService.currentPagePointer=e.pageNumber,this.viewerService.raiseHeartBeatEvent("PAGE_CHANGE")}ngOnChanges(e){e.action&&this.viewerActions.emit({type:e.action}),e.playerConfig.firstChange&&this.isInitialized&&this.ngOnInit()}viewerEvent({type:e,data:i}){"progress"===e?this.viewerService.loadingProgress=i:"pagesloaded"===e?this.onPdfLoaded(i):"pagechanging"===e?this.onPageChange(i):"rotatecw"===e?this.onRotationChange(i):"pageend"===e?(this.viewerService.raiseEndEvent(),this.viewerService.endPageSeen=!0,this.viewState="end"):"error"===e?this.onPdfLoadFailed(i):"INVALID_PAGE_ERROR"===e&&(this.validPage=i,this.resetValidPage()),this.cdRef.detectChanges()}resetValidPage(){setTimeout(()=>{this.validPage=!0,this.cdRef.detectChanges()},5e3)}ngOnDestroy(){this.viewerService.raiseEndEvent(),this.subscription&&this.subscription.unsubscribe(),this.viewerService.isEndEventRaised=!1,this.unlistenMouseEnter(),this.unlistenMouseLeave()}}m.\u0275fac=function(e){return new(e||m)(t.Y36(h),t.Y36(v),t.Y36(t.sBO),t.Y36(t.Qsj),t.Y36(o.T_))},m.\u0275cmp=t.Xpm({type:m,selectors:[["sunbird-pdf-player"]],viewQuery:function(e,i){if(1&e&&t.Gf(A,7),2&e){let n;t.iGM(n=t.CRH())&&(i.pdfPlayerRef=n.first)}},hostBindings:function(e,i){1&e&&t.NdJ("TelemetryEvent",function(s){return i.onTelemetryEvent(s)},!1,t.evT)("beforeunload",function(){return i.ngOnDestroy()},!1,t.Jf7)},inputs:{playerConfig:"playerConfig",action:"action"},outputs:{playerEvent:"playerEvent",telemetryEvent:"telemetryEvent"},features:[t.TTD],decls:13,vars:13,consts:[[1,"sunbird-pdf-palyer-container"],["pdfPlayer",""],[3,"title","progress",4,"ngIf"],["class","sb-pdf-main-header notVisible",3,"ngClass","pageNumber","config","totalPages","actions",4,"ngIf"],["class","notVisible",3,"ngClass","sidebarMenuEvent",4,"ngIf"],[3,"pdfURL","actions","viewerEvent"],[3,"title","config","sidebarEvent",4,"ngIf"],["class","sb-pdf-reading-status",4,"ngIf"],["class","visible-only-potrait BtmNotVisible",3,"ngClass",4,"ngIf"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent",4,"ngIf"],[4,"ngIf"],["class","pagenotfound__tooltip",4,"ngIf"],[3,"title","progress"],[1,"sb-pdf-main-header","notVisible",3,"ngClass","pageNumber","config","totalPages","actions"],[1,"notVisible",3,"ngClass","sidebarMenuEvent"],[3,"title","config","sidebarEvent"],[1,"sb-pdf-reading-status"],[1,"visible-only-potrait","BtmNotVisible",3,"ngClass"],[1,"sbt-pdf-footer"],[1,"d-flex","pdf-slides",2,"float","right"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"previousAction"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"nextAction"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent"],[1,"pagenotfound__tooltip"],[1,"pagenotfound__icon"],[1,"pagenotfound__text"]],template:function(e,i){1&e&&(t.TgZ(0,"div",0,1),t.YNc(2,x,1,2,"sb-player-start-page",2),t.YNc(3,O,1,6,"sb-player-header",3),t.YNc(4,M,1,3,"sb-player-side-menu-icon",4),t.TgZ(5,"span")(6,"pdf-viewer",5),t.NdJ("viewerEvent",function(s){return i.viewerEvent(s)}),t.qZA()(),t.YNc(7,I,1,2,"sb-player-sidebar",6),t.YNc(8,L,4,3,"div",7),t.YNc(9,R,5,3,"div",8),t.YNc(10,D,1,7,"sb-player-end-page",9),t.YNc(11,V,1,0,"sb-player-contenterror",10),t.qZA(),t.YNc(12,B,4,0,"div",11)),2&e&&(t.xp6(2),t.Q6J("ngIf","start"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Udp("display","player"===i.viewState?"inline":"none"),t.xp6(1),t.Q6J("pdfURL",i.viewerService.src)("actions",i.viewerActions),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","end"===i.viewState),t.xp6(1),t.Q6J("ngIf",i.showContentError),t.xp6(1),t.Q6J("ngIf",!i.validPage))},dependencies:[_.mk,_.O5,o.u_,o.ye,o.bf,o.Z2,o.Yi,o.A3,o.x0,o.vM,u],styles:['.sunbird-pdf-palyer-container[_ngcontent-%COMP%]{width:100%;height:100%;overflow:hidden;position:relative}pdf-menu[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:99}.notVisible[_ngcontent-%COMP%], .BtmNotVisible[_ngcontent-%COMP%]{transition:all .3s ease-in-out;position:absolute;width:100%}.notVisible[_ngcontent-%COMP%]{top:-10rem}.notVisible.isVisible[_ngcontent-%COMP%]{top:0rem}.BtmNotVisible[_ngcontent-%COMP%]{bottom:-10rem}.BtmNotVisible.isVisible[_ngcontent-%COMP%]{bottom:0rem} .pdfViewer .page{background:none!important;-o-border-image:none!important;border-image:none!important;border:0!important} #toolbarContainer{background:none!important;height:auto!important} #viewerContainer{position:relative!important;height:calc(100% - 3rem)} .html, .body, .pdf-viewer button, .pdf-viewer input, .pdf-viewer select{font-size:inherit!important} .findbar, .secondaryToolbar, html[dir=ltr] #toolbarContainer, html[dir=rtl] #toolbarContainer{box-shadow:none!important} .zoom{min-height:inherit!important} html[dir=rtl] .sb-pdf-reading-status{left:auto;right:1rem}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.75rem;position:absolute;left:1rem;bottom:.75rem;display:flex;align-items:center;background:var(--white);border-radius:.5rem;padding:.25em .5rem;z-index:5;line-height:normal}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{background:var(--gray-800);width:.25rem;height:.25rem;display:block;margin:0px .5rem;border-radius:50%}.sbt-pdf-footer[_ngcontent-%COMP%]{background:var(--white);position:absolute;bottom:0;width:100%;height:3rem;display:flex;align-items:center;justify-content:flex-end;padding:.75rem .5rem}@media all and (orientation: landscape){ .visible-only-potrait{display:none}}@media all and (orientation: portrait){ #viewerContainer{height:calc(100% - 6rem)!important} .visible-only-landscape{display:none} .visible-only-potrait{display:block} .visible-only-potrait .sbt-pdf-footer button.navigation-arrows:hover{border:1px solid transparent} .file-download__popup{height:15.125rem} .pdf-endpage{display:block!important;position:relative} .pdf-endpage__left-panel{margin-top:6rem} .pdf-endpage__right-panel .title-section{position:absolute;top:0;left:0;right:0}}@media all and (max-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:none}.visible-only-potrait[_ngcontent-%COMP%]{display:block}}@media all and (min-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:block}.visible-only-potrait[_ngcontent-%COMP%]{display:none}}.pagenotfound__tooltip[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;transform:translate(-50%);background:#333;z-index:11111;padding:.5rem 1.25rem;font-size:.875rem;color:#fff;border-radius:.25rem;display:flex;align-items:center}.pagenotfound__icon[_ngcontent-%COMP%]{width:1.375rem;height:1.375rem;margin-right:.75rem;background:white;border-radius:50%;position:relative}.pagenotfound__icon[_ngcontent-%COMP%]:after{content:"!";position:absolute;top:50%;left:50%;color:#333;font-size:18px;transform:translate(-50%,-50%)}']});class f{constructor(e){this.injector=e}ngDoBootstrap(){const e=(0,S.iD)(m,{injector:this.injector});customElements.define("sunbird-pdf-player",e)}}f.\u0275fac=function(e){return new(e||f)(t.LFG(t.zs3))},f.\u0275mod=t.oAB({type:f}),f.\u0275inj=t.cJS({imports:[y.b2,_.ez,E.u5,C.JF,T.gQ]});d(5649);y.q6().bootstrapModule(f).catch(r=>console.error(r))}},g=>{g.O(0,["vendor"],()=>{return y=886,g(g.s=y);var y});g.O()}]); +"use strict";(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["main"],{886:(f,P,d)=>{var g=d(497),e=d(8),_=d(666),C=d(239),S=d(612),E=d(609),T=d(714),o=d(562),l=d(635);class c{uniqueId(t=32){let i="";const n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length;for(let s=0;st.pagesCount?1:this.currentPagePointer,this.metaData.totalPages=t.pagesCount,this.totalNumberOfPages=t.pagesCount;const i=(new Date).getTime()-this.pdfPlayerStartTime,n={eid:"START",ver:this.version,edata:{type:"START",currentPage:this.currentPagePointer,duration:i},metaData:this.metaData};this.playerEvent.emit(n),this.pdfLastPageTime=this.pdfPlayerStartTime=(new Date).getTime(),this.sunbirdPdfPlayerService.start(i)}raiseEndEvent(){if(!this.isEndEventRaised){this.pageSessionUpdate();const t=(new Date).getTime()-this.pdfPlayerStartTime,i={eid:"END",ver:this.version,edata:{type:"END",currentPage:this.currentPagePointer,totalPages:this.totalNumberOfPages,duration:t},metaData:this.getMetadata()};this.playerEvent.emit(i);const n=this.metaData.pagesVisited.filter((r,s,w)=>w.indexOf(r)===s).length;this.timeSpent=this.utilService.getTimeSpentText(this.pdfPlayerStartTime),this.sunbirdPdfPlayerService.end(t,this.currentPagePointer,this.totalNumberOfPages,n,this.endPageSeen),this.isEndEventRaised=!0}}getMetadata(){return{pagesVisited:this.metaData.pagesVisited.length?this.endPageSeen?[0]:[p.last(this.metaData.pagesVisited)]:[],duration:this.metaData.duration.length?[p.last(this.metaData.duration)]:[],zoom:this.metaData.zoom.length?[p.last(this.metaData.zoom)]:[],rotation:this.metaData.rotation.length?[p.last(this.metaData.rotation)]:[]}}raiseHeartBeatEvent(t){const i={eid:"HEARTBEAT",ver:this.version,edata:{type:t,currentPage:this.currentPagePointer},metaData:this.metaData};this.playerEvent.emit(i),this.sunbirdPdfPlayerService.heartBeat(i),"PAGE_CHANGE"===t&&this.sunbirdPdfPlayerService.impression(this.currentPagePointer),["CLOSE_DOWNLOAD","DOWNLOAD","ZOOM_IN","ZOOM_OUT","NAVIGATE_TO_PAGE","NEXT","OPEN_MENU","PREVIOUS","CLOSE_MENU","DOWNLOAD_MENU","SHARE","ROTATION_CHANGE","REPLAY","PRINT","NEXT_CONTENT_PLAY"].includes(t)&&this.sunbirdPdfPlayerService.interact(t.toLowerCase(),this.currentPagePointer)}raiseExceptionLog(t,i,n,r){const s={eid:"ERROR",edata:{err:t,errtype:i,requestid:r||"",stacktrace:n&&n.toString()||""}};this.playerEvent.emit(s),this.sunbirdPdfPlayerService.error(n,{err:t,errtype:i})}static#e=this.\u0275fac=function(i){return new(i||v)(e.LFG(h),e.LFG(c))};static#t=this.\u0275prov=e.Yz7({token:v,factory:v.\u0275fac,providedIn:"root"})}const N=["iframe"];class u{constructor(t,i){this.renderer=t,this.viewerService=i,this.src="assets/pdfjs/web/viewer.html?file=",this.actions=new e.vpe,this.isNextLastPageClicked=!1,this.viewerEvent=new e.vpe,this.actionsMap=new Map([["ZOOM_OUT","zoomout"],["NEXT","nextpage"],["PREVIOUS","previouspage"],["ROTATE_CW","rotatecw"],["DOWNLOAD","download"]])}onWebViewerLoaded(){this.viewerApp=this.iframeRef.nativeElement.contentWindow.PDFViewerApplication,this.viewerApp.initializedPromise.then(()=>{let t,i=!1;this.progressInterval=setInterval(()=>{this.viewerApp&&(t!==this.viewerApp.loadingBar.percent||100===this.viewerApp.loadingBar.percent)&&(t=this.viewerApp.loadingBar.percent,this.viewerEvent.emit({type:"progress",data:this.viewerApp.loadingBar.percent})),this.viewerApp.pdfLoadingTask&&!i&&(this.viewerApp.pdfLoadingTask.promise.catch(n=>{clearInterval(this.progressInterval),this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(n?n.toString():"")})}),i=!0)},50),this.registerForEvents()}).catch(t=>{this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(t?t.toString():"")})})}ngAfterViewInit(){this.iframeRef.nativeElement.src=`${this.src}${this.pdfURL}#pagemode=none&page=${this.viewerService.currentPagePointer}&zoom=${this.viewerService.zoom}`,this.iframeWindow=this.iframeRef.nativeElement.contentWindow,this.actions.subscribe(({type:t,data:i})=>{"REPLAY"===t?this.iframeRef.nativeElement.contentDocument.location.reload(!0):"ZOOM_IN"===t&&this.viewerApp.pdfViewer.currentScale<3?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomIn(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"ZOOM_OUT"===t?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomOut(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"NAVIGATE_TO_PAGE"===t?(this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!0}),this.viewerApp.page=i):this.actionsMap.has(t)?("NEXT"===t&&(this.isNextLastPageClicked=!0),this.viewerApp.eventBus.dispatch(this.actionsMap.get(t))):"INVALID_PAGE_ERROR"===t&&this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!1})})}registerForEvents(){this.viewerApp.eventBus.on("pagesloaded",t=>{setTimeout(()=>{this.viewerApp.rotatePages(this.viewerService.rotation)},500),this.pagesLoadedCallback(t),this.viewerApp?.page&&this.viewerService.currentPagePointer&&(this.viewerApp.page=this.viewerService.currentPagePointer)}),this.viewerApp.eventBus.on("pagechanging",t=>{this.viewerEvent.emit({type:"pagechanging",data:t})}),this.viewerApp.eventBus.on("rotatecw",()=>{this.viewerEvent.emit({type:"rotatecw",data:this.viewerApp.pdfViewer.pagesRotation})}),this.viewerApp.eventBus.on("pagerendered",t=>{this.ListenToPageScroll(t?.pageNumber)})}pagesLoadedCallback(t){this.viewerEvent.emit({type:"progress",data:100}),clearInterval(this.progressInterval),this.viewerEvent.emit({type:"pagesloaded",data:t})}ListenToPageScroll(t){if(this.viewerService.totalNumberOfPages<=1||t!==this.viewerService.totalNumberOfPages)return;const i=this.iframeRef.nativeElement.contentDocument.getElementById("viewerContainer");i&&(i.onscroll=n=>{Math.ceil(n.target.offsetHeight+n.target.scrollTop)>=n.target.scrollHeight&&0==this.isNextLastPageClicked&&this.viewerEvent.emit({type:"pageend"}),this.isNextLastPageClicked=!1})}static#e=this.\u0275fac=function(i){return new(i||u)(e.Y36(e.Qsj),e.Y36(v))};static#t=this.\u0275cmp=e.Xpm({type:u,selectors:[["pdf-viewer"]],viewQuery:function(i,n){if(1&i&&e.Gf(N,7),2&i){let r;e.iGM(r=e.CRH())&&(n.iframeRef=r.first)}},hostBindings:function(i,n){1&i&&e.NdJ("webviewerloaded",function(){return n.onWebViewerLoaded()},!1,e.evT)},inputs:{pdfURL:"pdfURL",actions:"actions"},outputs:{viewerEvent:"viewerEvent"},decls:2,vars:0,consts:[["frameborder","0"],["iframe",""]],template:function(i,n){1&i&&e._UZ(0,"iframe",0,1)},styles:["iframe[_ngcontent-%COMP%]{width:100%;height:100%}"]})}const x=["pdfPlayer"];function A(a,t){if(1&a&&e._UZ(0,"sb-player-start-page",12),2&a){const i=e.oxw();e.Q6J("title",i.viewerService.contentName)("progress",i.viewerService.loadingProgress)}}const b=function(a){return{isVisible:a}};function O(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-header",13),e.NdJ("actions",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.headerActions(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("ngClass",e.VKq(4,b,i.showControls))("pageNumber",i.viewerService.currentPagePointer)("config",i.headerConfig)("totalPages",i.viewerService.totalNumberOfPages)}}function I(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-side-menu-icon",14),e.NdJ("sidebarMenuEvent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.sideBarEvents(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("ngClass",e.VKq(1,b,i.showControls))}}function M(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-sidebar",15),e.NdJ("sidebarEvent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.sideBarEvents(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("title",i.viewerService.contentName)("config",i.sideMenuConfig)}}function L(a,t){if(1&a&&(e.TgZ(0,"div",16),e._uU(1),e._UZ(2,"span"),e._uU(3),e.qZA()),2&a){const i=e.oxw();e.xp6(1),e.AsE("Page ",i.viewerService.currentPagePointer," of ",i.viewerService.totalNumberOfPages," "),e.xp6(2),e.hij(" ",(i.viewerService.currentPagePointer/i.viewerService.totalNumberOfPages*100).toFixed(0),"%")}}function R(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"div",17)(1,"div",18)(2,"div",19)(3,"sb-player-previous-navigation",20),e.NdJ("previousAction",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.headerActions(r))}),e.qZA(),e.TgZ(4,"sb-player-next-navigation",21),e.NdJ("nextAction",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.headerActions(r))}),e.qZA()()()()}if(2&a){const i=e.oxw();e.Q6J("ngClass",e.VKq(1,b,i.showControls))}}function D(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-end-page",22),e.NdJ("replayContent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.replayContent(r))})("exitContent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.exitContent(r))})("playNextContent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.playContent(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("contentName",i.viewerService.contentName)("outcomeLabel","Pages read:")("outcome",i.viewerService.currentPagePointer)("userName",i.viewerService.userName)("nextContent",i.nextContent)("timeSpentLabel",i.viewerService.timeSpent)("showExit",i.sideMenuConfig.showExit)}}function V(a,t){1&a&&e._UZ(0,"sb-player-contenterror")}function B(a,t){1&a&&(e.TgZ(0,"div",23),e._UZ(1,"div",24),e.TgZ(2,"div",25),e._uU(3,"Page Not Found"),e.qZA()())}class m{constructor(t,i,n,r,s){this.pdfPlayerService=t,this.viewerService=i,this.cdRef=n,this.renderer2=r,this.errorService=s,this.viewState="start",this.showControls=!0,this.validPage=!0,this.isInitialized=!1,this.sideMenuConfig={showShare:!0,showDownload:!0,showReplay:!0,showExit:!1,showPrint:!0},this.telemetryEvent=new e.vpe,this.headerConfig={rotation:!0,goto:!0,navigation:!0,zoom:!0},this.viewerActions=new e.vpe,this.defaultCompatibilityLevel=4,this.playerEvent=this.viewerService.playerEvent}onTelemetryEvent(t){this.telemetryEvent.emit(t.detail)}ngOnInit(){if(this.isInitialized=!0,this.playerConfig&&"string"==typeof this.playerConfig)try{this.playerConfig=JSON.parse(this.playerConfig)}catch(t){console.error("Invalid playerConfig: ",t)}this.nextContent=this.playerConfig?.config?.nextContent,this.viewState="start",this.pdfConfig={...this.viewerService.defaultConfig,...this.playerConfig?.config},this.sideMenuConfig={...this.sideMenuConfig,...this.playerConfig?.config?.sideMenu},this.pdfPlayerService.initialize(this.playerConfig),this.viewerService.initialize(this.playerConfig)}ngAfterViewInit(){const t=this.pdfPlayerRef.nativeElement;this.unlistenMouseEnter=this.renderer2.listen(t,"mouseenter",()=>{this.showControls=!0}),this.unlistenMouseLeave=this.renderer2.listen(t,"mouseleave",()=>{this.showControls=!1}),this.traceId=this.playerConfig?.config?.traceId;const i=this.playerConfig.metadata?.compatibilityLevel;if(i){const n=this.errorService.checkContentCompatibility(i);n.isCompitable||this.viewerService.raiseExceptionLog(o.uY.contentCompatibility,o.N3.contentCompatibility,n.error,this.traceId)}}headerActions({type:t,data:i}){if("NEXT"===t&&this.viewerService.currentPagePointer===this.viewerService.totalNumberOfPages)return this.viewerService.raiseEndEvent(),this.viewState="end",this.viewerService.endPageSeen=!0,void this.cdRef.detectChanges();this.viewerActions.emit({type:t,data:i}),this.viewerService.raiseHeartBeatEvent(t)}playContent(t){this.viewerService.raiseHeartBeatEvent(t.type)}sideBarEvents(t){this.viewerService.raiseHeartBeatEvent(t.type),this.viewerActions.emit({type:t.type})}replayContent(t){this.viewerService.raiseHeartBeatEvent(t.type),this.ngOnInit(),this.viewerActions.emit({type:"REPLAY"}),this.viewerService.isEndEventRaised=!1,this.cdRef.detectChanges()}exitContent(t){this.viewerService.raiseHeartBeatEvent(t.type)}onPdfLoaded(t){const i=this.viewerService.raiseStartEvent(t);this.telemetryEvent.emit(i),this.viewState="player",this.cdRef.detectChanges()}onPdfLoadFailed(t){let i=o.uY.contentLoadFails,n=o.N3.contentLoadFails;navigator.onLine||(i=o.uY.internetConnectivity,n=o.N3.internetConnectivity),this.viewerService.isAvailableLocally&&(i=o.uY.contentLoadFails,n=o.N3.contentLoadFails),i===o.uY.contentLoadFails&&(this.showContentError=!0),this.viewerService.raiseExceptionLog(i,n,t,this.traceId)}onZoomChange(t){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ZOOM_CHANGE"),this.viewerService.zoom=t}onPdfDownloaded(){this.viewerService.raiseHeartBeatEvent("PDF_DOWNLOAD")}onAfterPrint(){this.viewerService.raiseHeartBeatEvent("PDF_PRINT")}onRotationChange(t){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ROTATION_CHANGE"),this.viewerService.rotation=t}onPageChange(t){this.viewerService.pageSessionUpdate(),this.viewerService.currentPagePointer=t.pageNumber,this.viewerService.raiseHeartBeatEvent("PAGE_CHANGE")}ngOnChanges(t){t.action&&this.viewerActions.emit({type:t.action}),t.playerConfig.firstChange&&this.isInitialized&&this.ngOnInit()}viewerEvent({type:t,data:i}){"progress"===t?this.viewerService.loadingProgress=i:"pagesloaded"===t?this.onPdfLoaded(i):"pagechanging"===t?this.onPageChange(i):"rotatecw"===t?this.onRotationChange(i):"pageend"===t?(this.viewerService.raiseEndEvent(),this.viewerService.endPageSeen=!0,this.viewState="end"):"error"===t?this.onPdfLoadFailed(i):"INVALID_PAGE_ERROR"===t&&(this.validPage=i,this.resetValidPage()),this.cdRef.detectChanges()}resetValidPage(){setTimeout(()=>{this.validPage=!0,this.cdRef.detectChanges()},5e3)}ngOnDestroy(){this.viewerService.raiseEndEvent(),this.subscription&&this.subscription.unsubscribe(),this.viewerService.isEndEventRaised=!1,this.unlistenMouseEnter(),this.unlistenMouseLeave()}static#e=this.\u0275fac=function(i){return new(i||m)(e.Y36(h),e.Y36(v),e.Y36(e.sBO),e.Y36(e.Qsj),e.Y36(o.T_))};static#t=this.\u0275cmp=e.Xpm({type:m,selectors:[["sunbird-pdf-player"]],viewQuery:function(i,n){if(1&i&&e.Gf(x,7),2&i){let r;e.iGM(r=e.CRH())&&(n.pdfPlayerRef=r.first)}},hostBindings:function(i,n){1&i&&e.NdJ("TelemetryEvent",function(s){return n.onTelemetryEvent(s)},!1,e.evT)("beforeunload",function(){return n.ngOnDestroy()},!1,e.Jf7)},inputs:{playerConfig:"playerConfig",action:"action"},outputs:{playerEvent:"playerEvent",telemetryEvent:"telemetryEvent"},features:[e.TTD],decls:13,vars:13,consts:[[1,"sunbird-pdf-palyer-container"],["pdfPlayer",""],[3,"title","progress",4,"ngIf"],["class","sb-pdf-main-header notVisible",3,"ngClass","pageNumber","config","totalPages","actions",4,"ngIf"],["class","notVisible",3,"ngClass","sidebarMenuEvent",4,"ngIf"],[3,"pdfURL","actions","viewerEvent"],[3,"title","config","sidebarEvent",4,"ngIf"],["class","sb-pdf-reading-status",4,"ngIf"],["class","visible-only-potrait BtmNotVisible",3,"ngClass",4,"ngIf"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent",4,"ngIf"],[4,"ngIf"],["class","pagenotfound__tooltip",4,"ngIf"],[3,"title","progress"],[1,"sb-pdf-main-header","notVisible",3,"ngClass","pageNumber","config","totalPages","actions"],[1,"notVisible",3,"ngClass","sidebarMenuEvent"],[3,"title","config","sidebarEvent"],[1,"sb-pdf-reading-status"],[1,"visible-only-potrait","BtmNotVisible",3,"ngClass"],[1,"sbt-pdf-footer"],[1,"d-flex","pdf-slides",2,"float","right"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"previousAction"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"nextAction"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent"],[1,"pagenotfound__tooltip"],[1,"pagenotfound__icon"],[1,"pagenotfound__text"]],template:function(i,n){1&i&&(e.TgZ(0,"div",0,1),e.YNc(2,A,1,2,"sb-player-start-page",2),e.YNc(3,O,1,6,"sb-player-header",3),e.YNc(4,I,1,3,"sb-player-side-menu-icon",4),e.TgZ(5,"span")(6,"pdf-viewer",5),e.NdJ("viewerEvent",function(s){return n.viewerEvent(s)}),e.qZA()(),e.YNc(7,M,1,2,"sb-player-sidebar",6),e.YNc(8,L,4,3,"div",7),e.YNc(9,R,5,3,"div",8),e.YNc(10,D,1,7,"sb-player-end-page",9),e.YNc(11,V,1,0,"sb-player-contenterror",10),e.qZA(),e.YNc(12,B,4,0,"div",11)),2&i&&(e.xp6(2),e.Q6J("ngIf","start"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Udp("display","player"===n.viewState?"inline":"none"),e.xp6(1),e.Q6J("pdfURL",n.viewerService.src)("actions",n.viewerActions),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","end"===n.viewState),e.xp6(1),e.Q6J("ngIf",n.showContentError),e.xp6(1),e.Q6J("ngIf",!n.validPage))},dependencies:[_.mk,_.O5,o.u_,o.ye,o.bf,o.Z2,o.Yi,o.A3,o.x0,o.vM,u],styles:['.sunbird-pdf-palyer-container[_ngcontent-%COMP%]{width:100%;height:100%;overflow:hidden;position:relative}pdf-menu[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:99}.notVisible[_ngcontent-%COMP%], .BtmNotVisible[_ngcontent-%COMP%]{transition:all .3s ease-in-out;position:absolute;width:100%}.notVisible[_ngcontent-%COMP%]{top:-10rem}.notVisible.isVisible[_ngcontent-%COMP%]{top:0rem}.BtmNotVisible[_ngcontent-%COMP%]{bottom:-10rem}.BtmNotVisible.isVisible[_ngcontent-%COMP%]{bottom:0rem} .pdfViewer .page{background:none!important;border-image:none!important;border:0!important} #toolbarContainer{background:none!important;height:auto!important} #viewerContainer{position:relative!important;height:calc(100% - 3rem)} .html, .body, .pdf-viewer button, .pdf-viewer input, .pdf-viewer select{font-size:inherit!important} .findbar, .secondaryToolbar, html[dir=ltr] #toolbarContainer, html[dir=rtl] #toolbarContainer{box-shadow:none!important} .zoom{min-height:inherit!important} html[dir=rtl] .sb-pdf-reading-status{left:auto;right:1rem}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.75rem;position:absolute;left:1rem;bottom:.75rem;display:flex;align-items:center;background:var(--white);border-radius:.5rem;padding:.25em .5rem;z-index:5;line-height:normal}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{background:var(--gray-800);width:.25rem;height:.25rem;display:block;margin:0px .5rem;border-radius:50%}.sbt-pdf-footer[_ngcontent-%COMP%]{background:var(--white);position:absolute;bottom:0;width:100%;height:3rem;display:flex;align-items:center;justify-content:flex-end;padding:.75rem .5rem}@media all and (orientation: landscape){ .visible-only-potrait{display:none}}@media all and (orientation: portrait){ #viewerContainer{height:calc(100% - 6rem)!important} .visible-only-landscape{display:none} .visible-only-potrait{display:block} .visible-only-potrait .sbt-pdf-footer button.navigation-arrows:hover{border:1px solid transparent} .file-download__popup{height:15.125rem} .pdf-endpage{display:block!important;position:relative} .pdf-endpage__left-panel{margin-top:6rem} .pdf-endpage__right-panel .title-section{position:absolute;top:0;left:0;right:0}}@media all and (max-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:none}.visible-only-potrait[_ngcontent-%COMP%]{display:block}}@media all and (min-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:block}.visible-only-potrait[_ngcontent-%COMP%]{display:none}}.pagenotfound__tooltip[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;transform:translate(-50%);background:#333;z-index:11111;padding:.5rem 1.25rem;font-size:.875rem;color:#fff;border-radius:.25rem;display:flex;align-items:center}.pagenotfound__icon[_ngcontent-%COMP%]{width:1.375rem;height:1.375rem;margin-right:.75rem;background:white;border-radius:50%;position:relative}.pagenotfound__icon[_ngcontent-%COMP%]:after{content:"!";position:absolute;top:50%;left:50%;color:#333;font-size:18px;transform:translate(-50%,-50%)}']})}class y{constructor(t){this.injector=t}ngDoBootstrap(){const t=(0,S.iD)(m,{injector:this.injector});customElements.define("sunbird-pdf-player",t)}static#e=this.\u0275fac=function(i){return new(i||y)(e.LFG(e.zs3))};static#t=this.\u0275mod=e.oAB({type:y});static#i=this.\u0275inj=e.cJS({imports:[g.b2,_.ez,E.u5,C.JF,T.gQ]})}g.q6().bootstrapModule(y).catch(a=>console.error(a))}},f=>{f.O(0,["vendor"],()=>{return g=886,f(f.s=g);var g});f.O()}]); //# sourceMappingURL=main.js.map \ No newline at end of file diff --git a/web-component/package.json b/web-component/package.json index 2fb3bda..adf1c5d 100644 --- a/web-component/package.json +++ b/web-component/package.json @@ -1,12 +1,12 @@ { "name": "@project-sunbird/sunbird-pdf-player-web-component", - "version": "1.1.0", + "version": "1.2.0", "description": "The web component package for the sunbird pdf player", "main": "sunbird-pdf-player.js", "scripts": { "test": "echo \"Error: no test specified\" && exit 1" }, - "homepage": "https://github.com/Sunbird-Knowlg/sunbird-pdf-player/blob/release-5.5.0/README.md", + "homepage": "https://github.com/Sunbird-Knowlg/sunbird-pdf-player/blob/release-6.0.0/README.md", "repository": { "type": "git", "url": "https://github.com/Sunbird-Knowlg/sunbird-pdf-player.git" diff --git a/web-component/styles.css b/web-component/styles.css index b7b6c62..c670b1a 100644 --- a/web-component/styles.css +++ b/web-component/styles.css @@ -1,3 +1,3 @@ -:root{--font-stack-en: "Noto Sans", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-hi: "Noto Sans Devanagari", "Noto Sans", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-ur: "Noto Sans", "Noto Nastaliq Urdu", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--blue: #024f9d;--green: #008840;--orange: #e55a28;--red: #ff4558;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--yellow: #ffc107;--teal: #20c997;--cyan: #17a2b8;--black: #000000;--white: #ffffff;--gray-hs: 0, 0%;--gray: hsl(var(--gray-hs), 20%);--gray-0: hsl(var(--gray-hs), 95%);--gray-100: hsl(var(--gray-hs), 80%);--gray-200: hsl(var(--gray-hs), 60%);--gray-300: hsl(var(--gray-hs), 59%);--gray-400: hsl(var(--gray-hs), 40%);--gray-800: var(--gray);--primary-color: #024f9d;--secondary-color: #008840;--tertiary-color: #e55a28;--primary-0: #f3f7fa;--primary-100: #edf4f9;--primary-200: #80a7ce;--primary-250: #d3e7f4;--primary-300: #7ab4ee;--primary-400: var(--primary-color);--primary-600: #005391;--primary-800: #002e50;--secondary-0: #e1ffdf;--secondary-100: #00c786;--secondary-200: #07bc81;--secondary-400: var(--secondary-color);--tertiary-0: #feedd7;--tertiary-100: #ffa11d;--tertiary-400: var(--tertiary-color);--red-0: #fbccd1;--red-100: #ff6979;--red-400: var(--red);--info-color: var(--blue);--success-color: var(--green);--warning-color: var(--orange);--danger-color: var(--red);--body-background-color: var(--primary-0);--default-text-color: var(--gray-800);--bg-body: var(--primary-0);--body-color: var(--gray-800);--alpha0: 0;--alpha25: .25;--alpha50: .5;--alpha75: .75;--font-default-size: .875rem;--font-size-base: var(--font-default-size);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--font-weight-base: var(--font-weight-normal);--line-height-base: calc(var(--font-size-base) * 1.61803398875);--h1-font-size: 2rem;--h2-font-size: 1.75rem;--h3-font-size: 1.5rem;--h4-font-size: 1.2rem;--h5-font-size: 1rem;--h6-font-size: var(--font-size-base);--font-size-lg: var(--h4-font-size);--font-size-md: var(--h5-font-size);--font-size-normal: var(--font-size-base);--font-size-sm: .75rem;--font-size-xs: .625rem;--p-font-size: var(--font-size-base);--base-font-size: .875rem;--base-block-space: .5rem;--icon-svg-xxs: .75rem;--icon-svg-xs: calc(var(--base-block-space) * 2);--icon-svg-sm: calc(var(--base-block-space) * 3);--icon-svg-md: calc(var(--base-block-space) * 4);--icon-svg-lg: calc(var(--base-block-space) * 5);--icon-svg-xl: calc(var(--base-block-space) * 6);--rc-96C8DA: #96C8DA;--rc-0076FE: #0076FE;--rc-E5EDF5: #E5EDF5;--rc-7c7b7b: #7c7b7b;--rc-f5f5f5: #f5f5f5;--rc-fdfdfd: #fdfdfd;--rc-dedede: #dedede;--rc-F5F9FC: #F5F9FC;--rc-c4c4c4: #c4c4c4;--rc-d8d8d8: #d8d8d8;--rc-e9e5e5: #e9e5e5;--rc-dddddd: #dddddd;--rc-7b86f4: #7b86f4;--rc-d0d0d0: #d0d0d0;--rc-5c8db7: #5c8db7;--rc-91aecc: #91aecc;--rc-f9f9f9: #f9f9f9;--rc-d4d3d3: #d4d3d3;--rc-FAFAFA: #FAFAFA;--rc-866A6A: #866a6a;--rc-979797: #979797;--rc-e0e1e2: #e0e1e2;--rc-00BD7F: #00BD7F;--rc-9F9F9F: #9F9F9F;--rc-F3F8FF: #F3F8FF;--rc-80A7CE: #80A7CE;--rc-9b9b9b: #9b9b9b;--rc-2ca58d: #2ca58d;--rc-007AFF: #007AFF;--rc-bdbdbd: #bdbdbd;--rc-cecece: #cecece;--rc-2972a4: #2972a4;--rc-E0F1FD: #E0F1FD;--rc-C8D6EA: #C8D6EA;--rc-e2e3e5: #e2e3e5;--rc-BCBEC0: #BCBEC0;--rc-d4d4d5: #d4d4d5;--rc-d4d8da: #d4d8da;--rc-bfe1cf: #bfe1cf;--rc-289fd9: #289fd9;--rc-e68900: #e68900;--rc-2f4272: #2f4272;--rc-e0e0e0: #e0e0e0;--rc-2361ff: #2361ff;--rc-ffb300: #ffb300;--rc-d8dee2: #d8dee2;--rc-252525: #252525;--rc-fcf2d6: #fcf2d6;--rc-add8e6: #add8e6;--rc-afd9e7: #afd9e7;--rc-D9E4F2: #D9E4F2;--rc-88B7E6: #88B7E6;--rc-4a4a4a: #4a4a4a;--rc-fff6f6: #fff6f6;--rc-f7f7f7: #f7f7f7;--rc-66c7f4: #66c7f4;--rc-1B4785: #1B4785;--rc-a9a9a9: #a9a9a9;--rc-1b1c1d: #1b1c1d;--rc-dededf: #dededf;--rc-aaaaaa: #aaaaaa;--rc-042D55: #042D55;--rc-eeeeee: #eeeeee;--rc-bbbbbb: #bbbbbb;--rc-009D53: #009D53;--rc-E0EFFF: #E0EFFF;--rc-196DAB: #196DAB;--rc-c2c2c2: #c2c2c2;--rc-e5e5e5: #e5e5e5;--rc-c3c3c3: #c3c3c3;--rc-00abc7:#00abc7;--rc-FCE6E6:#FCE6E6;--rc-DECACA:#DECACA;--rc-424242:#424242;--rc-F5D7D7:#F5D7D7;--rc-F7FFF5:#F7FFF5;--rc-D3DED1:#D3DED1;--rc-EBF6E0:#EBF6E0;--rc-F6F6F6:#F6F6F6;--rc-33B6CC:#33B6CC;--rc-2dadc2:#2dadc2;--rc-0fbad6:#0fbad6;--rc-f7ffec:#f7ffec;--rc-d2ddc7:#d2ddc7;--rc-ffe1e1:#ffe1e1;--rc-e6c8c8:#e6c8c8;--rc-f56b56:#f56b56;--rc-dc523d:#dc523d;--rc-e65c47:#e65c47;--rc-565c70:#565c70;--rc-rgba-black: 0, 0, 0;--rc-rgba-white: 255, 255, 255;--rc-rgba-gray: 51, 51, 51;--rc-rgba-primary: 2, 79, 157;--rc-rgba-primary-300: 41, 114, 164;--rc-rgba-gray-300: 34, 36, 38;--rc-rgba-866a6a: 134, 106, 106;--rc-rgba-d0d0d0: 208, 208, 208;--rc-rgba-7b86f4: 123, 134, 244;--rc-rgba-C8D6EA: 200, 214, 234;--primary-theme: #FFD954;--sbt-theme-bg: var(--primary-theme);--sbt-header-bg: var(--primary-theme);--sbt-body-bg: #F2F2EA;--sbt-body-bg2: #E9E8D9;--sbt-primary-bg: var(--primary-theme);--sbt-border-chapter: #E4E8EE;--lazyload-bg:#f6f7f8;--grey-nuance-lighter: #eeeeee;--grey-nuance-darker: #dddddd;--fade-grey: #e8e8e8}[class^=sb-icon-],[class*=sb-icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;font-size:inherit;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sb-icon-preview:before{content:"\e909"}.sb-icon-refresh:before{content:"\e90c"}.sb-icon-reviewer:before{content:"\e90a"}.sb-icon-folder:before{content:"\e902"}.sb-icon-comment:before{content:"\e908"}.sb-icon-send:before{content:"\e90b"}.sb-icon-book:before{content:"\e900"}.sb-icon-content:before{content:"\e901"}.sb-icon-collection:before{content:"\e903"}.sb-icon-doc:before{content:"\e904"}.sb-icon-mp3:before{content:"\e905"}.sb-icon-open-book:before{content:"\e906"}.sb-icon-video:before{content:"\e907"}.sb-lock-icon{cursor:pointer}[class*=sb-icon-primary]{background-color:#024f9d;background-color:var(--primary-color)}[class*=sb-icon-secondary]{background-color:#008840;background-color:var(--secondary-color)}[class*=sb-icon-warning]{background-color:#e55a28;background-color:var(--tertiary-color)}[class*=sb-icon-error]{background-color:#ff4558;background-color:var(--red)}.info-icon{background-color:#666;background-color:var(--gray-400);-webkit-mask-size:contain;-webkit-mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-position:50% 50%;mask-repeat:no-repeat;width:1rem;height:1rem;margin-left:.25rem;display:inline-block;vertical-align:bottom}.icon-arrow-round-down{transform:rotate(90deg)}.icon-svg{position:relative;top:.0625rem;display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;opacity:1}.icon-svg svg.icon{width:100%;height:inherit}.icon-svg--xxs{width:.75rem;width:var(--icon-svg-xxs);height:.75rem;height:var(--icon-svg-xxs)}.icon-svg--xs{width:1rem;width:var(--icon-svg-xs);height:1rem;height:var(--icon-svg-xs)}.icon-svg--sm{width:1.5rem;width:var(--icon-svg-sm);height:1.5rem;height:var(--icon-svg-sm)}.icon-svg--md{width:2rem;width:var(--icon-svg-md);height:2rem;height:var(--icon-svg-md)}.icon-svg--lg{width:2.5rem;width:var(--icon-svg-lg);height:2.5rem;height:var(--icon-svg-lg)}.icon-svg--xl{width:3rem;width:var(--icon-svg-xl);height:3rem;height:var(--icon-svg-xl)}.icon-svg--white{fill:#fff;fill:var(--white)}.icon-svg--primary{fill:#024f9d;fill:var(--primary-color)}.icon-svg--secondary{fill:#008840;fill:var(--secondary-color)}.icon-svg--tertiary{fill:#e55a28;fill:var(--tertiary-color)}.icon-svg--red{fill:#ff4558;fill:var(--red-400)}.icon-svg--gray{fill:#333;fill:var(--gray-800)}*,*:before,*:after{box-sizing:border-box}html{font-family:inherit;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:Noto Sans,Noto Sans Devanagari,Noto Sans Tamil,Noto Sans Bengali,Noto Sans Malayalam,Noto Sans Gurmukhi,Noto Sans Gujarati,Noto Sans Telugu,Noto Sans Kannada,Noto Sans Oriya,Noto Nastaliq Urdu,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,sans-serif;font-family:var(--font-stack-en);font-size:1rem;font-weight:400;line-height:1.5;color:#333;color:var(--gray-800);text-align:left;background:#E5EDF5}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:theme-color("primary");text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:0px dotted;outline:0px auto transparent}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.sb-bg-color-gray-hs{background:0,0%!important;background:var(--gray-hs)!important}.sb-color-gray-hs{color:0,0%!important;color:var(--gray-hs)!important}.sb-bg-color-gray{background:hsl(0,0%,20%)!important;background:var(--gray)!important}.sb-color-gray{color:#333!important;color:var(--gray)!important}.sb-bg-color-gray-0{background:hsl(0,0%,95%)!important;background:var(--gray-0)!important}.sb-color-gray-0{color:#f2f2f2!important;color:var(--gray-0)!important}.sb-bg-color-gray-100{background:hsl(0,0%,80%)!important;background:var(--gray-100)!important}.sb-color-gray-100{color:#ccc!important;color:var(--gray-100)!important}.sb-bg-color-gray-200{background:hsl(0,0%,60%)!important;background:var(--gray-200)!important}.sb-color-gray-200{color:#999!important;color:var(--gray-200)!important}.sb-bg-color-gray-300{background:hsl(0,0%,59%)!important;background:var(--gray-300)!important}.sb-color-gray-300{color:#969696!important;color:var(--gray-300)!important}.sb-bg-color-gray-400{background:hsl(0,0%,40%)!important;background:var(--gray-400)!important}.sb-color-gray-400{color:#666!important;color:var(--gray-400)!important}.sb-bg-color-gray-800{background:hsl(0,0%,20%)!important;background:var(--gray-800)!important}.sb-color-gray-800{color:#333!important;color:var(--gray-800)!important}.sb-bg-color-primary{background:#024f9d!important;background:var(--primary-400)!important}.sb-color-primary{color:#024f9d!important;color:var(--primary-400)!important}.sb-bg-color-primary-0{background:#f3f7fa!important;background:var(--primary-0)!important}.sb-color-primary-0{color:#f3f7fa!important;color:var(--primary-0)!important}.sb-bg-color-primary-100{background:#edf4f9!important;background:var(--primary-100)!important}.sb-color-primary-100{color:#edf4f9!important;color:var(--primary-100)!important}.sb-bg-color-primary-200{background:#80a7ce!important;background:var(--primary-200)!important}.sb-color-primary-200{color:#80a7ce!important;color:var(--primary-200)!important}.sb-bg-color-primary-250{background:#d3e7f4!important;background:var(--primary-250)!important}.sb-color-primary-250{color:#d3e7f4!important;color:var(--primary-250)!important}.sb-bg-color-primary-300{background:#7ab4ee!important;background:var(--primary-300)!important}.sb-color-primary-300{color:#7ab4ee!important;color:var(--primary-300)!important}.sb-bg-color-primary-400{background:#024f9d!important;background:var(--primary-400)!important}.sb-color-primary-400{color:#024f9d!important;color:var(--primary-400)!important}.sb-bg-color-primary-600{background:#005391!important;background:var(--primary-600)!important}.sb-color-primary-600{color:#005391!important;color:var(--primary-600)!important}.sb-bg-color-primary-800{background:#002e50!important;background:var(--primary-800)!important}.sb-color-primary-800{color:#002e50!important;color:var(--primary-800)!important}.sb-bg-color-secondary{background:#008840!important;background:var(--green)!important}.sb-color-secondary{color:#008840!important;color:var(--green)!important}.sb-bg-color-secondary-0{background:#e1ffdf!important;background:var(--secondary-0)!important}.sb-color-secondary-0{color:#e1ffdf!important;color:var(--secondary-0)!important}.sb-bg-color-secondary-100{background:#00c786!important;background:var(--secondary-100)!important}.sb-color-secondary-100{color:#00c786!important;color:var(--secondary-100)!important}.sb-bg-color-secondary-200{background:#07bc81!important;background:var(--secondary-200)!important}.sb-color-secondary-200{color:#07bc81!important;color:var(--secondary-200)!important}.sb-bg-color-secondary-400{background:#008840!important;background:var(--secondary-400)!important}.sb-color-secondary-400{color:#008840!important;color:var(--secondary-400)!important}.sb-bg-color-tertiary{background:#e55a28!important;background:var(--orange)!important}.sb-color-tertiary{color:#e55a28!important;color:var(--orange)!important}.sb-bg-color-tertiary-0{background:#feedd7!important;background:var(--tertiary-0)!important}.sb-color-tertiary-0{color:#feedd7!important;color:var(--tertiary-0)!important}.sb-bg-color-tertiary-100{background:#ffa11d!important;background:var(--tertiary-100)!important}.sb-color-tertiary-100{color:#ffa11d!important;color:var(--tertiary-100)!important}.sb-bg-color-tertiary-400{background:#e55a28!important;background:var(--tertiary-400)!important}.sb-color-tertiary-400{color:#e55a28!important;color:var(--tertiary-400)!important}.sb-bg-color-red{background:#ff4558!important;background:var(--red)!important}.sb-color-red{color:#ff4558!important;color:var(--red)!important}.sb-bg-color-red-0{background:#fbccd1!important;background:var(--red-0)!important}.sb-color-red-0{color:#fbccd1!important;color:var(--red-0)!important}.sb-bg-color-red-100{background:#ff6979!important;background:var(--red-100)!important}.sb-color-red-100{color:#ff6979!important;color:var(--red-100)!important}.sb-bg-color-red-400{background:#ff4558!important;background:var(--red-400)!important}.sb-color-red-400{color:#ff4558!important;color:var(--red-400)!important}.sb-bg-color-info{background:#024f9d!important;background:var(--primary-400)!important}.sb-color-info{color:#024f9d!important;color:var(--primary-400)!important}.sb-bg-color-success{background:#07bc81!important;background:var(--secondary-200)!important}.sb-color-success{color:#07bc81!important;color:var(--secondary-200)!important}.sb-bg-color-warning{background:#e55a28!important;background:var(--tertiary-400)!important}.sb-color-warning{color:#e55a28!important;color:var(--tertiary-400)!important}.sb-bg-color-error{background:#ff4558!important;background:var(--red-400)!important}.sb-color-error{color:#ff4558!important;color:var(--red-400)!important}.sb-bg-color-white{background:#ffffff!important;background:var(--white)!important}.sb-color-white{color:#fff!important;color:var(--white)!important}.sb-bg-color-black{background:#000000!important;background:var(--black)!important}.sb-color-black{color:#000!important;color:var(--black)!important}.sb-bg-white{background:#ffffff;background:var(--white)}.sb-bg-none{background:none!important}.color-3,.sb-text-gray-800{color:#333;color:var(--gray-800)}.sb-bg-color-black{background-color:#000;background-color:var(--black)}.bg-contain{background-position:center;background-repeat:no-repeat;background-size:contain}.opacity0{opacity:0!important;opacity:var(--alpha0)!important}.opacity10{opacity:var(--alpha10)!important}.opacity20{opacity:var(--alpha20)!important}.opacity25{opacity:.25!important;opacity:var(--alpha25)!important}.opacity30{opacity:var(--alpha30)!important}.opacity40{opacity:var(--alpha40)!important}.opacity50{opacity:.5!important;opacity:var(--alpha50)!important}.opacity60{opacity:var(--alpha60)!important}.opacity70{opacity:var(--alpha70)!important}.opacity75{opacity:.75!important;opacity:var(--alpha75)!important}.opacity80{opacity:var(--alpha80)!important}.opacity90{opacity:var(--alpha90)!important}.opacity100{opacity:var(--alpha100)!important}.w-100{width:100%;max-width:100%}.w-90{width:90%;max-width:90%}.w-80{width:80%;max-width:80%}.w-75{width:75%;max-width:75%}.w-70{width:70%;max-width:70%}.w-60{width:60%;max-width:60%}.w-50{width:50%;max-width:50%}.w-40{width:40%;max-width:40%}.w-30{width:30%;max-width:30%}.w-25{width:25%;max-width:25%}.w-20{width:20%;max-width:20%}.w-auto{width:auto;max-width:auto}.h-100{height:100%;max-height:100%}.height-auto{height:auto!important}.sb-mw-100{max-width:100%!important}.min-height-auto{min-height:auto!important}:root{--font-stack-en: "Noto Sans", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-hi: "Noto Sans Devanagari", "Noto Sans", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-ur: "Noto Sans", "Noto Nastaliq Urdu", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--blue: #024f9d;--green: #008840;--orange: #e55a28;--red: #ff4558;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--yellow: #ffc107;--teal: #20c997;--cyan: #17a2b8;--black: #000000;--white: #ffffff;--gray-hs: 0, 0%;--gray: hsl(var(--gray-hs), 20%);--gray-0: hsl(var(--gray-hs), 95%);--gray-100: hsl(var(--gray-hs), 80%);--gray-200: hsl(var(--gray-hs), 60%);--gray-300: hsl(var(--gray-hs), 59%);--gray-400: hsl(var(--gray-hs), 40%);--gray-800: var(--gray);--primary-color: #024f9d;--secondary-color: #008840;--tertiary-color: #e55a28;--primary-0: #f3f7fa;--primary-100: #edf4f9;--primary-200: #80a7ce;--primary-250: #d3e7f4;--primary-300: #7ab4ee;--primary-400: var(--primary-color);--primary-600: #005391;--primary-800: #002e50;--secondary-0: #e1ffdf;--secondary-100: #00c786;--secondary-200: #07bc81;--secondary-400: var(--secondary-color);--tertiary-0: #feedd7;--tertiary-100: #ffa11d;--tertiary-400: var(--tertiary-color);--red-0: #fbccd1;--red-100: #ff6979;--red-400: var(--red);--info-color: var(--blue);--success-color: var(--green);--warning-color: var(--orange);--danger-color: var(--red);--body-background-color: var(--primary-0);--default-text-color: var(--gray-800);--bg-body: var(--primary-0);--body-color: var(--gray-800);--alpha0: 0;--alpha25: .25;--alpha50: .5;--alpha75: .75;--font-default-size: .875rem;--font-size-base: var(--font-default-size);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--font-weight-base: var(--font-weight-normal);--line-height-base: calc(var(--font-size-base) * 1.61803398875);--h1-font-size: 2rem;--h2-font-size: 1.75rem;--h3-font-size: 1.5rem;--h4-font-size: 1.2rem;--h5-font-size: 1rem;--h6-font-size: var(--font-size-base);--font-size-lg: var(--h4-font-size);--font-size-md: var(--h5-font-size);--font-size-normal: var(--font-size-base);--font-size-sm: .75rem;--font-size-xs: .625rem;--p-font-size: var(--font-size-base);--base-font-size: .875rem;--base-block-space: .5rem;--icon-svg-xxs: .75rem;--icon-svg-xs: calc(var(--base-block-space) * 2);--icon-svg-sm: calc(var(--base-block-space) * 3);--icon-svg-md: calc(var(--base-block-space) * 4);--icon-svg-lg: calc(var(--base-block-space) * 5);--icon-svg-xl: calc(var(--base-block-space) * 6);--rc-96C8DA: #96C8DA;--rc-0076FE: #0076FE;--rc-E5EDF5: #E5EDF5;--rc-7c7b7b: #7c7b7b;--rc-f5f5f5: #f5f5f5;--rc-fdfdfd: #fdfdfd;--rc-dedede: #dedede;--rc-F5F9FC: #F5F9FC;--rc-c4c4c4: #c4c4c4;--rc-d8d8d8: #d8d8d8;--rc-e9e5e5: #e9e5e5;--rc-dddddd: #dddddd;--rc-7b86f4: #7b86f4;--rc-d0d0d0: #d0d0d0;--rc-5c8db7: #5c8db7;--rc-91aecc: #91aecc;--rc-f9f9f9: #f9f9f9;--rc-d4d3d3: #d4d3d3;--rc-FAFAFA: #FAFAFA;--rc-866A6A: #866a6a;--rc-979797: #979797;--rc-e0e1e2: #e0e1e2;--rc-00BD7F: #00BD7F;--rc-9F9F9F: #9F9F9F;--rc-F3F8FF: #F3F8FF;--rc-80A7CE: #80A7CE;--rc-9b9b9b: #9b9b9b;--rc-2ca58d: #2ca58d;--rc-007AFF: #007AFF;--rc-bdbdbd: #bdbdbd;--rc-cecece: #cecece;--rc-2972a4: #2972a4;--rc-E0F1FD: #E0F1FD;--rc-C8D6EA: #C8D6EA;--rc-e2e3e5: #e2e3e5;--rc-BCBEC0: #BCBEC0;--rc-d4d4d5: #d4d4d5;--rc-d4d8da: #d4d8da;--rc-bfe1cf: #bfe1cf;--rc-289fd9: #289fd9;--rc-e68900: #e68900;--rc-2f4272: #2f4272;--rc-e0e0e0: #e0e0e0;--rc-2361ff: #2361ff;--rc-ffb300: #ffb300;--rc-d8dee2: #d8dee2;--rc-252525: #252525;--rc-fcf2d6: #fcf2d6;--rc-add8e6: #add8e6;--rc-afd9e7: #afd9e7;--rc-D9E4F2: #D9E4F2;--rc-88B7E6: #88B7E6;--rc-4a4a4a: #4a4a4a;--rc-fff6f6: #fff6f6;--rc-f7f7f7: #f7f7f7;--rc-66c7f4: #66c7f4;--rc-1B4785: #1B4785;--rc-a9a9a9: #a9a9a9;--rc-1b1c1d: #1b1c1d;--rc-dededf: #dededf;--rc-aaaaaa: #aaaaaa;--rc-042D55: #042D55;--rc-eeeeee: #eeeeee;--rc-bbbbbb: #bbbbbb;--rc-009D53: #009D53;--rc-E0EFFF: #E0EFFF;--rc-196DAB: #196DAB;--rc-c2c2c2: #c2c2c2;--rc-e5e5e5: #e5e5e5;--rc-c3c3c3: #c3c3c3;--rc-00abc7:#00abc7;--rc-FCE6E6:#FCE6E6;--rc-DECACA:#DECACA;--rc-424242:#424242;--rc-F5D7D7:#F5D7D7;--rc-F7FFF5:#F7FFF5;--rc-D3DED1:#D3DED1;--rc-EBF6E0:#EBF6E0;--rc-F6F6F6:#F6F6F6;--rc-33B6CC:#33B6CC;--rc-2dadc2:#2dadc2;--rc-0fbad6:#0fbad6;--rc-f7ffec:#f7ffec;--rc-d2ddc7:#d2ddc7;--rc-ffe1e1:#ffe1e1;--rc-e6c8c8:#e6c8c8;--rc-f56b56:#f56b56;--rc-dc523d:#dc523d;--rc-e65c47:#e65c47;--rc-565c70:#565c70;--rc-rgba-black: 0, 0, 0;--rc-rgba-white: 255, 255, 255;--rc-rgba-gray: 51, 51, 51;--rc-rgba-primary: 2, 79, 157;--rc-rgba-primary-300: 41, 114, 164;--rc-rgba-gray-300: 34, 36, 38;--rc-rgba-866a6a: 134, 106, 106;--rc-rgba-d0d0d0: 208, 208, 208;--rc-rgba-7b86f4: 123, 134, 244;--rc-rgba-C8D6EA: 200, 214, 234;--primary-theme: #FFD954;--sbt-theme-bg: var(--primary-theme);--sbt-header-bg: var(--primary-theme);--sbt-body-bg: #F2F2EA;--sbt-body-bg2: #E9E8D9;--sbt-primary-bg: var(--primary-theme);--sbt-border-chapter: #E4E8EE;--lazyload-bg:#f6f7f8;--grey-nuance-lighter: #eeeeee;--grey-nuance-darker: #dddddd;--fade-grey: #e8e8e8}h1,.sb-h1{font-size:2rem;font-size:var(--h1-font-size);line-height:calc(2rem * 1.6180339888);line-height:calc(var(--h1-font-size) * 1.6180339888);margin:0;padding:0}h2,.sb-h2{font-size:1.75rem;font-size:var(--h2-font-size);line-height:calc(1.75rem * 1.6180339888);line-height:calc(var(--h2-font-size) * 1.6180339888);margin:0;padding:0}h3,.sb-h3{font-size:1.5rem;font-size:var(--h3-font-size);line-height:calc(1.5rem * 1.6180339888);line-height:calc(var(--h3-font-size) * 1.6180339888);margin:0;padding:0}h4,.sb-h4{font-size:1.2rem;font-size:var(--h4-font-size);line-height:calc(1.2rem * 1.6180339888);line-height:calc(var(--h4-font-size) * 1.6180339888);margin:0;padding:0}h5,.sb-h5{font-size:1rem;font-size:var(--h5-font-size);line-height:calc(1rem * 1.6180339888);line-height:calc(var(--h5-font-size) * 1.6180339888);margin:0;padding:0}h6,.sb-h6{font-size:.875rem;font-size:var(--h6-font-size);line-height:calc(.875rem * 1.6180339888);line-height:calc(var(--h6-font-size) * 1.6180339888);margin:0;padding:0}.fmedium{font-size:1rem!important;font-size:var(--font-size-md)!important}.fnormal{font-size:.875rem!important;font-size:var(--font-size-normal)!important}.fsmall{font-size:.75rem!important;font-size:var(--font-size-sm)!important}.fxsmall{font-size:.625rem!important;font-size:var(--font-size-xs)!important}.fs-0-785{font-size:.785rem!important}.fs-0-92{font-size:.9286rem!important}.fs-1{font-size:1rem!important}.fs-1-143{font-size:1.143rem!important}.fs-1-16{font-size:1.16rem!important}.fs-1-286{font-size:1.286rem!important}.fs-1-3{font-size:1.3rem!important}.fs-1-429{font-size:1.429rem!important}.fs-1-5{font-size:1.5rem!important}.fs-1-7{font-size:1.7rem!important}.fs-2{font-size:2rem!important}.fs-2-5{font-size:2.5rem!important}.fs-2-57{font-size:2.571rem!important}.fs-3{font-size:3rem!important}.fs-3-5{font-size:3.5rem!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase,.text-sentencecase{text-transform:lowercase!important}.text-inherit{text-transform:inherit!important}.text-sentencecase:first-letter{text-transform:uppercase!important}.font-weight-bold{font-weight:700!important}.font-weight-normal{font-weight:400!important}.break-word{word-break:break-word!important}.break-all{word-break:break-all!important}.cursor-pointer{cursor:pointer!important}.cursor-text{cursor:text!important}.va-bottom{vertical-align:bottom!important}.va-middle{vertical-align:middle!important}.va-top{vertical-align:top!important}p,.sb-para{font-size:.875rem;font-size:var(--p-font-size);line-height:calc(.875rem * 1.6180339888);line-height:calc(var(--p-font-size) * 1.6180339888)}.font-italic{font-style:italic}a,a:hover{color:#024f9d;color:var(--primary-color)}a:focus{outline:0}.white-space-nowrap{white-space:nowrap!important}.text-center{text-align:center!important}.text-right{text-align:right!important}html[dir=rtl] .text-right,.text-left{text-align:left!important}html[dir=rtl] .text-left{text-align:right!important}.text-underline{text-decoration:underline!important}.lineHeight-normal{line-height:normal!important}.sb__ellipsis{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.sb__ellipsis--two{-webkit-line-clamp:2}.sb__ellipsis--three{-webkit-line-clamp:3}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.d-inline-block{display:inline-block!important}.d-block,.show{display:block!important}.d-flex,.flex-ai-jc-center,.flex-jc-ai-center{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none,.hide{display:none!important}@media only screen and (max-width: 1023px){[class*="mobile hidden"],[class*="tablet only"]:not(.mobile),[class*="computer only"]:not(.mobile),[class*="large screen only"]:not(.mobile),[class*="widescreen only"]:not(.mobile),[class*="or lower hidden"]{display:none!important}}@media only screen and (min-width: 1024px){[class*="mobile only"]:not(.computer),[class*="tablet only"]:not(.computer),[class*="computer hidden"],[class*="large screen only"]:not(.computer),[class*="widescreen only"]:not(.computer),[class*="or lower hidden"]:not(.tablet):not(.mobile){display:none!important}}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.right-0{right:0!important}html[dir=rtl] .right-0,.left-0{left:0!important}html[dir=rtl] .left-0{right:0!important}.top-50{top:50%!important;transform:translateY(-50%)}.bottom-0{bottom:0!important}.bottom-5{bottom:5px!important}.sb-sticky-bottom,.sb-sticky-top{position:sticky;z-index:999999}.sb-sticky-bottom{bottom:0}.sb-sticky-top{top:0}.zindex-1{z-index:1!important}.zindex-2{z-index:2!important}.zindex-9{z-index:9!important}.zindex-99{z-index:99!important}.zindex-999{z-index:999!important}.zindex-9999{z-index:9999!important}.zindex-99999{z-index:99999!important}.m-0{margin:0rem!important}.mt-0{margin-top:0rem!important}.mb-0{margin-bottom:0rem!important}.my-0{margin-top:0rem!important;margin-bottom:0rem!important}.mx-0{margin-left:0rem!important;margin-right:0rem!important}.ml-0{margin-left:0rem!important}html[dir=rtl] .ml-0{margin-right:0rem!important;margin-left:0!important}.mr-0{margin-right:0rem!important}html[dir=rtl] .mr-0{margin-left:0rem!important;margin-right:0!important}.m-2{margin:.125rem!important}.mt-2{margin-top:.125rem!important}.mb-2{margin-bottom:.125rem!important}.my-2{margin-top:.125rem!important;margin-bottom:.125rem!important}.mx-2{margin-left:.125rem!important;margin-right:.125rem!important}.ml-2{margin-left:.125rem!important}html[dir=rtl] .ml-2{margin-right:.125rem!important;margin-left:0!important}.mr-2{margin-right:.125rem!important}html[dir=rtl] .mr-2{margin-left:.125rem!important;margin-right:0!important}.m-3{margin:.1875rem!important}.mt-3{margin-top:.1875rem!important}.mb-3{margin-bottom:.1875rem!important}.my-3{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.mx-3{margin-left:.1875rem!important;margin-right:.1875rem!important}.ml-3{margin-left:.1875rem!important}html[dir=rtl] .ml-3{margin-right:.1875rem!important;margin-left:0!important}.mr-3{margin-right:.1875rem!important}html[dir=rtl] .mr-3{margin-left:.1875rem!important;margin-right:0!important}.m-4{margin:.25rem!important}.mt-4{margin-top:.25rem!important}.mb-4{margin-bottom:.25rem!important}.my-4{margin-top:.25rem!important;margin-bottom:.25rem!important}.mx-4{margin-left:.25rem!important;margin-right:.25rem!important}.ml-4{margin-left:.25rem!important}html[dir=rtl] .ml-4{margin-right:.25rem!important;margin-left:0!important}.mr-4{margin-right:.25rem!important}html[dir=rtl] .mr-4{margin-left:.25rem!important;margin-right:0!important}.m-5{margin:.3125rem!important}.mt-5{margin-top:.3125rem!important}.mb-5{margin-bottom:.3125rem!important}.my-5{margin-top:.3125rem!important;margin-bottom:.3125rem!important}.mx-5{margin-left:.3125rem!important;margin-right:.3125rem!important}.ml-5{margin-left:.3125rem!important}html[dir=rtl] .ml-5{margin-right:.3125rem!important;margin-left:0!important}.mr-5{margin-right:.3125rem!important}html[dir=rtl] .mr-5{margin-left:.3125rem!important;margin-right:0!important}.m-8{margin:.5rem!important}.mt-8{margin-top:.5rem!important}.mb-8{margin-bottom:.5rem!important}.my-8{margin-top:.5rem!important;margin-bottom:.5rem!important}.mx-8{margin-left:.5rem!important;margin-right:.5rem!important}.ml-8{margin-left:.5rem!important}html[dir=rtl] .ml-8{margin-right:.5rem!important;margin-left:0!important}.mr-8{margin-right:.5rem!important}html[dir=rtl] .mr-8{margin-left:.5rem!important;margin-right:0!important}.m-10{margin:.625rem!important}.mt-10{margin-top:.625rem!important}.mb-10{margin-bottom:.625rem!important}.my-10{margin-top:.625rem!important;margin-bottom:.625rem!important}.mx-10{margin-left:.625rem!important;margin-right:.625rem!important}.ml-10{margin-left:.625rem!important}html[dir=rtl] .ml-10{margin-right:.625rem!important;margin-left:0!important}.mr-10{margin-right:.625rem!important}html[dir=rtl] .mr-10{margin-left:.625rem!important;margin-right:0!important}.m-12{margin:.75rem!important}.mt-12{margin-top:.75rem!important}.mb-12{margin-bottom:.75rem!important}.my-12{margin-top:.75rem!important;margin-bottom:.75rem!important}.mx-12{margin-left:.75rem!important;margin-right:.75rem!important}.ml-12{margin-left:.75rem!important}html[dir=rtl] .ml-12{margin-right:.75rem!important;margin-left:0!important}.mr-12{margin-right:.75rem!important}html[dir=rtl] .mr-12{margin-left:.75rem!important;margin-right:0!important}.m-15{margin:.9375rem!important}.mt-15{margin-top:.9375rem!important}.mb-15{margin-bottom:.9375rem!important}.my-15{margin-top:.9375rem!important;margin-bottom:.9375rem!important}.mx-15{margin-left:.9375rem!important;margin-right:.9375rem!important}.ml-15{margin-left:.9375rem!important}html[dir=rtl] .ml-15{margin-right:.9375rem!important;margin-left:0!important}.mr-15{margin-right:.9375rem!important}html[dir=rtl] .mr-15{margin-left:.9375rem!important;margin-right:0!important}.m-16{margin:1rem!important}.mt-16{margin-top:1rem!important}.mb-16{margin-bottom:1rem!important}.my-16{margin-top:1rem!important;margin-bottom:1rem!important}.mx-16{margin-left:1rem!important;margin-right:1rem!important}.ml-16{margin-left:1rem!important}html[dir=rtl] .ml-16{margin-right:1rem!important;margin-left:0!important}.mr-16{margin-right:1rem!important}html[dir=rtl] .mr-16{margin-left:1rem!important;margin-right:0!important}.m-20{margin:1.25rem!important}.mt-20{margin-top:1.25rem!important}.mb-20{margin-bottom:1.25rem!important}.my-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.mx-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.ml-20{margin-left:1.25rem!important}html[dir=rtl] .ml-20{margin-right:1.25rem!important;margin-left:0!important}.mr-20{margin-right:1.25rem!important}html[dir=rtl] .mr-20{margin-left:1.25rem!important;margin-right:0!important}.m-24{margin:1.5rem!important}.mt-24{margin-top:1.5rem!important}.mb-24{margin-bottom:1.5rem!important}.my-24{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mx-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-24{margin-left:1.5rem!important}html[dir=rtl] .ml-24{margin-right:1.5rem!important;margin-left:0!important}.mr-24{margin-right:1.5rem!important}html[dir=rtl] .mr-24{margin-left:1.5rem!important;margin-right:0!important}.m-30{margin:1.875rem!important}.mt-30{margin-top:1.875rem!important}.mb-30{margin-bottom:1.875rem!important}.my-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.mx-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.ml-30{margin-left:1.875rem!important}html[dir=rtl] .ml-30{margin-right:1.875rem!important;margin-left:0!important}.mr-30{margin-right:1.875rem!important}html[dir=rtl] .mr-30{margin-left:1.875rem!important;margin-right:0!important}.m-32{margin:2rem!important}.mt-32{margin-top:2rem!important}.mb-32{margin-bottom:2rem!important}.my-32{margin-top:2rem!important;margin-bottom:2rem!important}.mx-32{margin-left:2rem!important;margin-right:2rem!important}.ml-32{margin-left:2rem!important}html[dir=rtl] .ml-32{margin-right:2rem!important;margin-left:0!important}.mr-32{margin-right:2rem!important}html[dir=rtl] .mr-32{margin-left:2rem!important;margin-right:0!important}.m-40{margin:2.5rem!important}.mt-40{margin-top:2.5rem!important}.mb-40{margin-bottom:2.5rem!important}.my-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.mx-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.ml-40{margin-left:2.5rem!important}html[dir=rtl] .ml-40{margin-right:2.5rem!important;margin-left:0!important}.mr-40{margin-right:2.5rem!important}html[dir=rtl] .mr-40{margin-left:2.5rem!important;margin-right:0!important}.m-48{margin:3rem!important}.mt-48{margin-top:3rem!important}.mb-48{margin-bottom:3rem!important}.my-48{margin-top:3rem!important;margin-bottom:3rem!important}.mx-48{margin-left:3rem!important;margin-right:3rem!important}.ml-48{margin-left:3rem!important}html[dir=rtl] .ml-48{margin-right:3rem!important;margin-left:0!important}.mr-48{margin-right:3rem!important}html[dir=rtl] .mr-48{margin-left:3rem!important;margin-right:0!important}.m-50{margin:3.125rem!important}.mt-50{margin-top:3.125rem!important}.mb-50{margin-bottom:3.125rem!important}.my-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.mx-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.ml-50{margin-left:3.125rem!important}html[dir=rtl] .ml-50{margin-right:3.125rem!important;margin-left:0!important}.mr-50{margin-right:3.125rem!important}html[dir=rtl] .mr-50{margin-left:3.125rem!important;margin-right:0!important}.m-52{margin:3.25rem!important}.mt-52{margin-top:3.25rem!important}.mb-52{margin-bottom:3.25rem!important}.my-52{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.mx-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.ml-52{margin-left:3.25rem!important}html[dir=rtl] .ml-52{margin-right:3.25rem!important;margin-left:0!important}.mr-52{margin-right:3.25rem!important}html[dir=rtl] .mr-52{margin-left:3.25rem!important;margin-right:0!important}.m-56{margin:3.5rem!important}.mt-56{margin-top:3.5rem!important}.mb-56{margin-bottom:3.5rem!important}.my-56{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.mx-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.ml-56{margin-left:3.5rem!important}html[dir=rtl] .ml-56{margin-right:3.5rem!important;margin-left:0!important}.mr-56{margin-right:3.5rem!important}html[dir=rtl] .mr-56{margin-left:3.5rem!important;margin-right:0!important}.m-60{margin:3.75rem!important}.mt-60{margin-top:3.75rem!important}.mb-60{margin-bottom:3.75rem!important}.my-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.mx-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.ml-60{margin-left:3.75rem!important}html[dir=rtl] .ml-60{margin-right:3.75rem!important;margin-left:0!important}.mr-60{margin-right:3.75rem!important}html[dir=rtl] .mr-60{margin-left:3.75rem!important;margin-right:0!important}.m-64{margin:4rem!important}.mt-64{margin-top:4rem!important}.mb-64{margin-bottom:4rem!important}.my-64{margin-top:4rem!important;margin-bottom:4rem!important}.mx-64{margin-left:4rem!important;margin-right:4rem!important}.ml-64{margin-left:4rem!important}html[dir=rtl] .ml-64{margin-right:4rem!important;margin-left:0!important}.mr-64{margin-right:4rem!important}html[dir=rtl] .mr-64{margin-left:4rem!important;margin-right:0!important}.m-68{margin:4.25rem!important}.mt-68{margin-top:4.25rem!important}.mb-68{margin-bottom:4.25rem!important}.my-68{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.mx-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.ml-68{margin-left:4.25rem!important}html[dir=rtl] .ml-68{margin-right:4.25rem!important;margin-left:0!important}.mr-68{margin-right:4.25rem!important}html[dir=rtl] .mr-68{margin-left:4.25rem!important;margin-right:0!important}.m-72{margin:4.5rem!important}.mt-72{margin-top:4.5rem!important}.mb-72{margin-bottom:4.5rem!important}.my-72{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.mx-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.ml-72{margin-left:4.5rem!important}html[dir=rtl] .ml-72{margin-right:4.5rem!important;margin-left:0!important}.mr-72{margin-right:4.5rem!important}html[dir=rtl] .mr-72{margin-left:4.5rem!important;margin-right:0!important}.m-76{margin:4.75rem!important}.mt-76{margin-top:4.75rem!important}.mb-76{margin-bottom:4.75rem!important}.my-76{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.mx-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.ml-76{margin-left:4.75rem!important}html[dir=rtl] .ml-76{margin-right:4.75rem!important;margin-left:0!important}.mr-76{margin-right:4.75rem!important}html[dir=rtl] .mr-76{margin-left:4.75rem!important;margin-right:0!important}.m-80{margin:5rem!important}.mt-80{margin-top:5rem!important}.mb-80{margin-bottom:5rem!important}.my-80{margin-top:5rem!important;margin-bottom:5rem!important}.mx-80{margin-left:5rem!important;margin-right:5rem!important}.ml-80{margin-left:5rem!important}html[dir=rtl] .ml-80{margin-right:5rem!important;margin-left:0!important}.mr-80{margin-right:5rem!important}html[dir=rtl] .mr-80{margin-left:5rem!important;margin-right:0!important}.m-84{margin:5.25rem!important}.mt-84{margin-top:5.25rem!important}.mb-84{margin-bottom:5.25rem!important}.my-84{margin-top:5.25rem!important;margin-bottom:5.25rem!important}.mx-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.ml-84{margin-left:5.25rem!important}html[dir=rtl] .ml-84{margin-right:5.25rem!important;margin-left:0!important}.mr-84{margin-right:5.25rem!important}html[dir=rtl] .mr-84{margin-left:5.25rem!important;margin-right:0!important}.m-88{margin:5.5rem!important}.mt-88{margin-top:5.5rem!important}.mb-88{margin-bottom:5.5rem!important}.my-88{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.mx-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.ml-88{margin-left:5.5rem!important}html[dir=rtl] .ml-88{margin-right:5.5rem!important;margin-left:0!important}.mr-88{margin-right:5.5rem!important}html[dir=rtl] .mr-88{margin-left:5.5rem!important;margin-right:0!important}.m-96{margin:6rem!important}.mt-96{margin-top:6rem!important}.mb-96{margin-bottom:6rem!important}.my-96{margin-top:6rem!important;margin-bottom:6rem!important}.mx-96{margin-left:6rem!important;margin-right:6rem!important}.ml-96{margin-left:6rem!important}html[dir=rtl] .ml-96{margin-right:6rem!important;margin-left:0!important}.mr-96{margin-right:6rem!important}html[dir=rtl] .mr-96{margin-left:6rem!important;margin-right:0!important}.m-192{margin:12rem!important}.mt-192{margin-top:12rem!important}.mb-192{margin-bottom:12rem!important}.my-192{margin-top:12rem!important;margin-bottom:12rem!important}.mx-192{margin-left:12rem!important;margin-right:12rem!important}.ml-192{margin-left:12rem!important}html[dir=rtl] .ml-192{margin-right:12rem!important;margin-left:0!important}.mr-192{margin-right:12rem!important}html[dir=rtl] .mr-192{margin-left:12rem!important;margin-right:0!important}.m-auto{margin:0 auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.ml-auto{margin-left:auto!important}html[dir=rtl] .ml-auto{margin-right:auto!important;margin-left:0!important}.mr-auto{margin-right:auto!important}html[dir=rtl] .mr-auto{margin-left:auto!important;margin-right:0!important}@media screen and (min-width: 768px){.mx--20{margin:0 -1.25rem!important}}.p-0{padding:0rem!important}.pt-0{padding-top:0rem!important}.pb-0{padding-bottom:0rem!important}.py-0{padding-top:0rem!important;padding-bottom:0rem!important}.px-0{padding-left:0rem!important;padding-right:0rem!important}.pl-0{padding-left:0rem!important}html[dir=rtl] .pl-0{padding-right:0rem!important;padding-left:0!important}.pr-0{padding-right:0rem!important}html[dir=rtl] .pr-0{padding-left:0rem!important;padding-right:0!important}.p-2{padding:.125rem!important}.pt-2{padding-top:.125rem!important}.pb-2{padding-bottom:.125rem!important}.py-2{padding-top:.125rem!important;padding-bottom:.125rem!important}.px-2{padding-left:.125rem!important;padding-right:.125rem!important}.pl-2{padding-left:.125rem!important}html[dir=rtl] .pl-2{padding-right:.125rem!important;padding-left:0!important}.pr-2{padding-right:.125rem!important}html[dir=rtl] .pr-2{padding-left:.125rem!important;padding-right:0!important}.p-3{padding:.1875rem!important}.pt-3{padding-top:.1875rem!important}.pb-3{padding-bottom:.1875rem!important}.py-3{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.px-3{padding-left:.1875rem!important;padding-right:.1875rem!important}.pl-3{padding-left:.1875rem!important}html[dir=rtl] .pl-3{padding-right:.1875rem!important;padding-left:0!important}.pr-3{padding-right:.1875rem!important}html[dir=rtl] .pr-3{padding-left:.1875rem!important;padding-right:0!important}.p-4{padding:.25rem!important}.pt-4{padding-top:.25rem!important}.pb-4{padding-bottom:.25rem!important}.py-4{padding-top:.25rem!important;padding-bottom:.25rem!important}.px-4{padding-left:.25rem!important;padding-right:.25rem!important}.pl-4{padding-left:.25rem!important}html[dir=rtl] .pl-4{padding-right:.25rem!important;padding-left:0!important}.pr-4{padding-right:.25rem!important}html[dir=rtl] .pr-4{padding-left:.25rem!important;padding-right:0!important}.p-5{padding:.3125rem!important}.pt-5{padding-top:.3125rem!important}.pb-5{padding-bottom:.3125rem!important}.py-5{padding-top:.3125rem!important;padding-bottom:.3125rem!important}.px-5{padding-left:.3125rem!important;padding-right:.3125rem!important}.pl-5{padding-left:.3125rem!important}html[dir=rtl] .pl-5{padding-right:.3125rem!important;padding-left:0!important}.pr-5{padding-right:.3125rem!important}html[dir=rtl] .pr-5{padding-left:.3125rem!important;padding-right:0!important}.p-8{padding:.5rem!important}.pt-8{padding-top:.5rem!important}.pb-8{padding-bottom:.5rem!important}.py-8{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-8{padding-left:.5rem!important;padding-right:.5rem!important}.pl-8{padding-left:.5rem!important}html[dir=rtl] .pl-8{padding-right:.5rem!important;padding-left:0!important}.pr-8{padding-right:.5rem!important}html[dir=rtl] .pr-8{padding-left:.5rem!important;padding-right:0!important}.p-10{padding:.625rem!important}.pt-10{padding-top:.625rem!important}.pb-10{padding-bottom:.625rem!important}.py-10{padding-top:.625rem!important;padding-bottom:.625rem!important}.px-10{padding-left:.625rem!important;padding-right:.625rem!important}.pl-10{padding-left:.625rem!important}html[dir=rtl] .pl-10{padding-right:.625rem!important;padding-left:0!important}.pr-10{padding-right:.625rem!important}html[dir=rtl] .pr-10{padding-left:.625rem!important;padding-right:0!important}.p-12{padding:.75rem!important}.pt-12{padding-top:.75rem!important}.pb-12{padding-bottom:.75rem!important}.py-12{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-12{padding-left:.75rem!important;padding-right:.75rem!important}.pl-12{padding-left:.75rem!important}html[dir=rtl] .pl-12{padding-right:.75rem!important;padding-left:0!important}.pr-12{padding-right:.75rem!important}html[dir=rtl] .pr-12{padding-left:.75rem!important;padding-right:0!important}.p-15{padding:.9375rem!important}.pt-15{padding-top:.9375rem!important}.pb-15{padding-bottom:.9375rem!important}.py-15{padding-top:.9375rem!important;padding-bottom:.9375rem!important}.px-15{padding-left:.9375rem!important;padding-right:.9375rem!important}.pl-15{padding-left:.9375rem!important}html[dir=rtl] .pl-15{padding-right:.9375rem!important;padding-left:0!important}.pr-15{padding-right:.9375rem!important}html[dir=rtl] .pr-15{padding-left:.9375rem!important;padding-right:0!important}.p-16{padding:1rem!important}.pt-16{padding-top:1rem!important}.pb-16{padding-bottom:1rem!important}.py-16{padding-top:1rem!important;padding-bottom:1rem!important}.px-16{padding-left:1rem!important;padding-right:1rem!important}.pl-16{padding-left:1rem!important}html[dir=rtl] .pl-16{padding-right:1rem!important;padding-left:0!important}.pr-16{padding-right:1rem!important}html[dir=rtl] .pr-16{padding-left:1rem!important;padding-right:0!important}.p-20{padding:1.25rem!important}.pt-20{padding-top:1.25rem!important}.pb-20{padding-bottom:1.25rem!important}.py-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.px-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.pl-20{padding-left:1.25rem!important}html[dir=rtl] .pl-20{padding-right:1.25rem!important;padding-left:0!important}.pr-20{padding-right:1.25rem!important}html[dir=rtl] .pr-20{padding-left:1.25rem!important;padding-right:0!important}.p-24{padding:1.5rem!important}.pt-24{padding-top:1.5rem!important}.pb-24{padding-bottom:1.5rem!important}.py-24{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.pl-24{padding-left:1.5rem!important}html[dir=rtl] .pl-24{padding-right:1.5rem!important;padding-left:0!important}.pr-24{padding-right:1.5rem!important}html[dir=rtl] .pr-24{padding-left:1.5rem!important;padding-right:0!important}.p-30{padding:1.875rem!important}.pt-30{padding-top:1.875rem!important}.pb-30{padding-bottom:1.875rem!important}.py-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.px-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.pl-30{padding-left:1.875rem!important}html[dir=rtl] .pl-30{padding-right:1.875rem!important;padding-left:0!important}.pr-30{padding-right:1.875rem!important}html[dir=rtl] .pr-30{padding-left:1.875rem!important;padding-right:0!important}.p-32{padding:2rem!important}.pt-32{padding-top:2rem!important}.pb-32{padding-bottom:2rem!important}.py-32{padding-top:2rem!important;padding-bottom:2rem!important}.px-32{padding-left:2rem!important;padding-right:2rem!important}.pl-32{padding-left:2rem!important}html[dir=rtl] .pl-32{padding-right:2rem!important;padding-left:0!important}.pr-32{padding-right:2rem!important}html[dir=rtl] .pr-32{padding-left:2rem!important;padding-right:0!important}.p-40{padding:2.5rem!important}.pt-40{padding-top:2.5rem!important}.pb-40{padding-bottom:2.5rem!important}.py-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.px-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.pl-40{padding-left:2.5rem!important}html[dir=rtl] .pl-40{padding-right:2.5rem!important;padding-left:0!important}.pr-40{padding-right:2.5rem!important}html[dir=rtl] .pr-40{padding-left:2.5rem!important;padding-right:0!important}.p-48{padding:3rem!important}.pt-48{padding-top:3rem!important}.pb-48{padding-bottom:3rem!important}.py-48{padding-top:3rem!important;padding-bottom:3rem!important}.px-48{padding-left:3rem!important;padding-right:3rem!important}.pl-48{padding-left:3rem!important}html[dir=rtl] .pl-48{padding-right:3rem!important;padding-left:0!important}.pr-48{padding-right:3rem!important}html[dir=rtl] .pr-48{padding-left:3rem!important;padding-right:0!important}.p-52{padding:3.25rem!important}.pt-52{padding-top:3.25rem!important}.pb-52{padding-bottom:3.25rem!important}.py-52{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.px-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.pl-52{padding-left:3.25rem!important}html[dir=rtl] .pl-52{padding-right:3.25rem!important;padding-left:0!important}.pr-52{padding-right:3.25rem!important}html[dir=rtl] .pr-52{padding-left:3.25rem!important;padding-right:0!important}.p-56{padding:3.5rem!important}.pt-56{padding-top:3.5rem!important}.pb-56{padding-bottom:3.5rem!important}.py-56{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.px-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.pl-56{padding-left:3.5rem!important}html[dir=rtl] .pl-56{padding-right:3.5rem!important;padding-left:0!important}.pr-56{padding-right:3.5rem!important}html[dir=rtl] .pr-56{padding-left:3.5rem!important;padding-right:0!important}.p-60{padding:3.75rem!important}.pt-60{padding-top:3.75rem!important}.pb-60{padding-bottom:3.75rem!important}.py-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.px-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.pl-60{padding-left:3.75rem!important}html[dir=rtl] .pl-60{padding-right:3.75rem!important;padding-left:0!important}.pr-60{padding-right:3.75rem!important}html[dir=rtl] .pr-60{padding-left:3.75rem!important;padding-right:0!important}.p-64{padding:4rem!important}.pt-64{padding-top:4rem!important}.pb-64{padding-bottom:4rem!important}.py-64{padding-top:4rem!important;padding-bottom:4rem!important}.px-64{padding-left:4rem!important;padding-right:4rem!important}.pl-64{padding-left:4rem!important}html[dir=rtl] .pl-64{padding-right:4rem!important;padding-left:0!important}.pr-64{padding-right:4rem!important}html[dir=rtl] .pr-64{padding-left:4rem!important;padding-right:0!important}.p-68{padding:4.25rem!important}.pt-68{padding-top:4.25rem!important}.pb-68{padding-bottom:4.25rem!important}.py-68{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.px-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.pl-68{padding-left:4.25rem!important}html[dir=rtl] .pl-68{padding-right:4.25rem!important;padding-left:0!important}.pr-68{padding-right:4.25rem!important}html[dir=rtl] .pr-68{padding-left:4.25rem!important;padding-right:0!important}.p-72{padding:4.5rem!important}.pt-72{padding-top:4.5rem!important}.pb-72{padding-bottom:4.5rem!important}.py-72{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.px-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.pl-72{padding-left:4.5rem!important}html[dir=rtl] .pl-72{padding-right:4.5rem!important;padding-left:0!important}.pr-72{padding-right:4.5rem!important}html[dir=rtl] .pr-72{padding-left:4.5rem!important;padding-right:0!important}.p-76{padding:4.75rem!important}.pt-76{padding-top:4.75rem!important}.pb-76{padding-bottom:4.75rem!important}.py-76{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.px-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.pl-76{padding-left:4.75rem!important}html[dir=rtl] .pl-76{padding-right:4.75rem!important;padding-left:0!important}.pr-76{padding-right:4.75rem!important}html[dir=rtl] .pr-76{padding-left:4.75rem!important;padding-right:0!important}.p-80{padding:5rem!important}.pt-80{padding-top:5rem!important}.pb-80{padding-bottom:5rem!important}.py-80{padding-top:5rem!important;padding-bottom:5rem!important}.px-80{padding-left:5rem!important;padding-right:5rem!important}.pl-80{padding-left:5rem!important}html[dir=rtl] .pl-80{padding-right:5rem!important;padding-left:0!important}.pr-80{padding-right:5rem!important}html[dir=rtl] .pr-80{padding-left:5rem!important;padding-right:0!important}.p-84{padding:5.25rem!important}.pt-84{padding-top:5.25rem!important}.pb-84{padding-bottom:5.25rem!important}.py-84{padding-top:5.25rem!important;padding-bottom:5.25rem!important}.px-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.pl-84{padding-left:5.25rem!important}html[dir=rtl] .pl-84{padding-right:5.25rem!important;padding-left:0!important}.pr-84{padding-right:5.25rem!important}html[dir=rtl] .pr-84{padding-left:5.25rem!important;padding-right:0!important}.p-88{padding:5.5rem!important}.pt-88{padding-top:5.5rem!important}.pb-88{padding-bottom:5.5rem!important}.py-88{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.px-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.pl-88{padding-left:5.5rem!important}html[dir=rtl] .pl-88{padding-right:5.5rem!important;padding-left:0!important}.pr-88{padding-right:5.5rem!important}html[dir=rtl] .pr-88{padding-left:5.5rem!important;padding-right:0!important}.p-96{padding:6rem!important}.pt-96{padding-top:6rem!important}.pb-96{padding-bottom:6rem!important}.py-96{padding-top:6rem!important;padding-bottom:6rem!important}.px-96{padding-left:6rem!important;padding-right:6rem!important}.pl-96{padding-left:6rem!important}html[dir=rtl] .pl-96{padding-right:6rem!important;padding-left:0!important}.pr-96{padding-right:6rem!important}html[dir=rtl] .pr-96{padding-left:6rem!important;padding-right:0!important}.p-192{padding:12rem!important}.pt-192{padding-top:12rem!important}.pb-192{padding-bottom:12rem!important}.py-192{padding-top:12rem!important;padding-bottom:12rem!important}.px-192{padding-left:12rem!important;padding-right:12rem!important}.pl-192{padding-left:12rem!important}html[dir=rtl] .pl-192{padding-right:12rem!important;padding-left:0!important}.pr-192{padding-right:12rem!important}html[dir=rtl] .pr-192{padding-left:12rem!important;padding-right:0!important}@media screen and (min-width: 768px){.px--20{padding:0 -1.25rem}}.o-x-auto{overflow-x:auto!important}.o-x-visible{overflow-x:visible!important}.o-x-hide{overflow-x:hidden!important}.o-x-scroll{overflow-x:scroll!important}.o-y-auto{overflow-y:auto!important}.o-y-visible{overflow-y:visible!important}.o-y-hide{overflow-y:hidden!important}.o-y-scroll{overflow-y:scroll!important}.flex-ai-center,.flex-ai-jc-center,.flex-jc-ai-center{align-items:center!important}.flex-as-center{align-self:center!important}.flex-jc-center,.flex-ai-jc-center,.flex-jc-ai-center{justify-content:center!important}.flex-ai-flex-start{align-items:flex-start!important}.flex-as-flex-start{align-self:flex-start!important}.flex-jc-flex-start{justify-content:flex-start!important}.flex-ai-flex-end{align-items:flex-end!important}.flex-as-flex-end{align-self:flex-end!important}.flex-jc-flex-end{justify-content:flex-end!important}.flex-jc-space-between{justify-content:space-between!important}.flex-jc-space-around{justify-content:space-around!important}.flex-jc-space-evenly{justify-content:space-evenly!important}.flex-dr{flex-direction:row!important}.flex-dc{flex-direction:column!important}.flex-ai-baseline{align-items:baseline!important}.flex-ai-end{align-items:flex-end!important}.flex-w-wrap{flex-wrap:wrap!important}.flex-basis-1{flex:1}.flex-basis-100{flex-basis:100%}.flex-none{flex:none}.b-0{border:0px solid hsl(0,0%,40%)!important;border:0px solid var(--gray-400)!important}.bl-0{border-left:none!important}.br-0{border-right:none!important}.br-4{border-radius:4px!important}.bt-0{border-top:none!important}.bb-0{border-bottom:none!important}.b-1{border:1px solid hsl(0,0%,40%)!important;border:1px solid var(--gray-400)!important}.b-2{border:2px solid hsl(0,0%,40%)!important;border:2px solid var(--gray-400)!important}.b-4{border:4px solid hsl(0,0%,40%)!important;border:4px solid var(--gray-400)!important}.b-8{border:8px solid hsl(0,0%,40%)!important;border:8px solid var(--gray-400)!important}.bs-0{box-shadow:none!important}.bs-1{box-shadow:0 3px 6px #0000004a!important}.bs-1:hover{box-shadow:0 4px 9px #0000004a!important}.bs-2{box-shadow:0 0 20px #0000004a!important}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}a.sb-btn{text-align:center;display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap}.sb-btn{white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:0;display:inline-block;border:1px solid;cursor:pointer;min-width:4rem;border-radius:.125rem;-webkit-border-radius:.125rem;-moz-border-radius:.125rem;position:relative;line-height:1.15;text-transform:inherit;text-decoration:none}.sb-btn:hover{opacity:1}.sb-btn:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:3px;background:#005391;background:var(--primary-600);opacity:0;border-radius:50%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.sb-btn.flat{border-radius:0}.sb-btn.sb-btn-radius{border-radius:2rem}.sb-btn-gray{background-color:#999;background-color:var(--gray-200);border-color:#999;border-color:var(--gray-200);color:#fff;color:var(--white)}.sb-btn-gray:hover,.sb-btn-gray:active,.sb-btn-gray.active{background-color:#666;background-color:var(--gray-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-gray{background-color:#fff;background-color:var(--white);color:#999;color:var(--gray-200);border-color:#999;border-color:var(--gray-200)}.sb-btn-outline-gray:hover,.sb-btn-outline-gray:active,.sb-btn-outline-gray.active{color:#666;color:var(--gray-400);background-color:#ccc;background-color:var(--gray-100)}.sb-btn-dashed-gray{border-style:dashed;border-width:1px;background-color:#fff;border-color:#999;border-color:var(--gray-200);color:#999;color:var(--gray-200)}.sb-btn-dashed-gray:hover,.sb-btn-dashed-gray:active,.sb-btn-dashed-gray.active{background-color:#ccc;background-color:var(--gray-100)}.sb-btn-link-gray{background:none;border:0px;color:#999;color:var(--gray-200)}.sb-btn-link-gray:hover,.sb-btn-link-gray:active,.sb-btn-link-gray.active{background-color:#ccc;background-color:var(--gray-100)}.sb-btn-primary{background-color:#024f9d;background-color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400);color:#fff;color:var(--white)}.sb-btn-primary:hover,.sb-btn-primary:active,.sb-btn-primary.active{background-color:#002e50;background-color:var(--primary-800);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-primary{background-color:#fff;background-color:var(--white);color:#024f9d;color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400)}.sb-btn-outline-primary:hover,.sb-btn-outline-primary:active,.sb-btn-outline-primary.active{color:#002e50;color:var(--primary-800);background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-dashed-primary{border-style:dashed;border-width:1px;background-color:#fff;border-color:#024f9d;border-color:var(--primary-400);color:#024f9d;color:var(--primary-400)}.sb-btn-dashed-primary:hover,.sb-btn-dashed-primary:active,.sb-btn-dashed-primary.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-link-primary{background:none;border:0px;color:#024f9d;color:var(--primary-400)}.sb-btn-link-primary:hover,.sb-btn-link-primary:active,.sb-btn-link-primary.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-secondary{background-color:#07bc81;background-color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200);color:#fff;color:var(--white)}.sb-btn-secondary:hover,.sb-btn-secondary:active,.sb-btn-secondary.active{background-color:#008840;background-color:var(--secondary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-secondary{background-color:#fff;background-color:var(--white);color:#07bc81;color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200)}.sb-btn-outline-secondary:hover,.sb-btn-outline-secondary:active,.sb-btn-outline-secondary.active{color:#008840;color:var(--secondary-400);background-color:#e1ffdf;background-color:var(--secondary-0)}.sb-btn-dashed-secondary{border-style:dashed;border-width:1px;background-color:#fff;border-color:#07bc81;border-color:var(--secondary-200);color:#07bc81;color:var(--secondary-200)}.sb-btn-dashed-secondary:hover,.sb-btn-dashed-secondary:active,.sb-btn-dashed-secondary.active{background-color:#e1ffdf;background-color:var(--secondary-0)}.sb-btn-link-secondary{background:none;border:0px;color:#07bc81;color:var(--secondary-200)}.sb-btn-link-secondary:hover,.sb-btn-link-secondary:active,.sb-btn-link-secondary.active{background-color:#e1ffdf;background-color:var(--secondary-0)}.sb-btn-tertiary{background-color:#ffa11d;background-color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100);color:#fff;color:var(--white)}.sb-btn-tertiary:hover,.sb-btn-tertiary:active,.sb-btn-tertiary.active{background-color:#e55a28;background-color:var(--tertiary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-tertiary{background-color:#fff;background-color:var(--white);color:#ffa11d;color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100)}.sb-btn-outline-tertiary:hover,.sb-btn-outline-tertiary:active,.sb-btn-outline-tertiary.active{color:#e55a28;color:var(--tertiary-400);background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-dashed-tertiary{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ffa11d;border-color:var(--tertiary-100);color:#ffa11d;color:var(--tertiary-100)}.sb-btn-dashed-tertiary:hover,.sb-btn-dashed-tertiary:active,.sb-btn-dashed-tertiary.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-link-tertiary{background:none;border:0px;color:#ffa11d;color:var(--tertiary-100)}.sb-btn-link-tertiary:hover,.sb-btn-link-tertiary:active,.sb-btn-link-tertiary.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-red{background-color:#ff6979;background-color:var(--red-100);border-color:#ff6979;border-color:var(--red-100);color:#fff;color:var(--white)}.sb-btn-red:hover,.sb-btn-red:active,.sb-btn-red.active{background-color:#ff4558;background-color:var(--red-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-red{background-color:#fff;background-color:var(--white);color:#ff6979;color:var(--red-100);border-color:#ff6979;border-color:var(--red-100)}.sb-btn-outline-red:hover,.sb-btn-outline-red:active,.sb-btn-outline-red.active{color:#ff4558;color:var(--red-400);background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-dashed-red{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ff6979;border-color:var(--red-100);color:#ff6979;color:var(--red-100)}.sb-btn-dashed-red:hover,.sb-btn-dashed-red:active,.sb-btn-dashed-red.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-link-red{background:none;border:0px;color:#ff6979;color:var(--red-100)}.sb-btn-link-red:hover,.sb-btn-link-red:active,.sb-btn-link-red.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-info{background-color:#024f9d;background-color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400);color:#fff;color:var(--white)}.sb-btn-info:hover,.sb-btn-info:active,.sb-btn-info.active{background-color:#002e50;background-color:var(--primary-800);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-info{background-color:#fff;background-color:var(--white);color:#024f9d;color:var(--primary-400);border-color:#024f9d;border-color:var(--primary-400)}.sb-btn-outline-info:hover,.sb-btn-outline-info:active,.sb-btn-outline-info.active{color:#002e50;color:var(--primary-800);background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-dashed-info{border-style:dashed;border-width:1px;background-color:#fff;border-color:#024f9d;border-color:var(--primary-400);color:#024f9d;color:var(--primary-400)}.sb-btn-dashed-info:hover,.sb-btn-dashed-info:active,.sb-btn-dashed-info.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-link-info{background:none;border:0px;color:#024f9d;color:var(--primary-400)}.sb-btn-link-info:hover,.sb-btn-link-info:active,.sb-btn-link-info.active{background-color:#edf4f9;background-color:var(--primary-100)}.sb-btn-success{background-color:#07bc81;background-color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200);color:#fff;color:var(--white)}.sb-btn-success:hover,.sb-btn-success:active,.sb-btn-success.active{background-color:#008840;background-color:var(--secondary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-success{background-color:#fff;background-color:var(--white);color:#07bc81;color:var(--secondary-200);border-color:#07bc81;border-color:var(--secondary-200)}.sb-btn-outline-success:hover,.sb-btn-outline-success:active,.sb-btn-outline-success.active{color:#008840;color:var(--secondary-400);background-color:#00c786;background-color:var(--secondary-100)}.sb-btn-dashed-success{border-style:dashed;border-width:1px;background-color:#fff;border-color:#07bc81;border-color:var(--secondary-200);color:#07bc81;color:var(--secondary-200)}.sb-btn-dashed-success:hover,.sb-btn-dashed-success:active,.sb-btn-dashed-success.active{background-color:#00c786;background-color:var(--secondary-100)}.sb-btn-link-success{background:none;border:0px;color:#07bc81;color:var(--secondary-200)}.sb-btn-link-success:hover,.sb-btn-link-success:active,.sb-btn-link-success.active{background-color:#00c786;background-color:var(--secondary-100)}.sb-btn-warning{background-color:#ffa11d;background-color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100);color:#fff;color:var(--white)}.sb-btn-warning:hover,.sb-btn-warning:active,.sb-btn-warning.active{background-color:#e55a28;background-color:var(--tertiary-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-warning{background-color:#fff;background-color:var(--white);color:#ffa11d;color:var(--tertiary-100);border-color:#ffa11d;border-color:var(--tertiary-100)}.sb-btn-outline-warning:hover,.sb-btn-outline-warning:active,.sb-btn-outline-warning.active{color:#e55a28;color:var(--tertiary-400);background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-dashed-warning{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ffa11d;border-color:var(--tertiary-100);color:#ffa11d;color:var(--tertiary-100)}.sb-btn-dashed-warning:hover,.sb-btn-dashed-warning:active,.sb-btn-dashed-warning.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-link-warning{background:none;border:0px;color:#ffa11d;color:var(--tertiary-100)}.sb-btn-link-warning:hover,.sb-btn-link-warning:active,.sb-btn-link-warning.active{background-color:#feedd7;background-color:var(--tertiary-0)}.sb-btn-error{background-color:#ff6979;background-color:var(--red-100);border-color:#ff6979;border-color:var(--red-100);color:#fff;color:var(--white)}.sb-btn-error:hover,.sb-btn-error:active,.sb-btn-error.active{background-color:#ff4558;background-color:var(--red-400);border:1px solid transparent;color:#fff;color:var(--white)}.sb-btn-outline-error{background-color:#fff;background-color:var(--white);color:#ff6979;color:var(--red-100);border-color:#ff6979;border-color:var(--red-100)}.sb-btn-outline-error:hover,.sb-btn-outline-error:active,.sb-btn-outline-error.active{color:#ff4558;color:var(--red-400);background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-dashed-error{border-style:dashed;border-width:1px;background-color:#fff;border-color:#ff6979;border-color:var(--red-100);color:#ff6979;color:var(--red-100)}.sb-btn-dashed-error:hover,.sb-btn-dashed-error:active,.sb-btn-dashed-error.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-link-error{background:none;border:0px;color:#ff6979;color:var(--red-100)}.sb-btn-link-error:hover,.sb-btn-link-error:active,.sb-btn-link-error.active{background-color:#fbccd1;background-color:var(--red-0)}.sb-btn-xs{height:1.5rem;padding:.25rem .5rem;font-size:.75rem}.sb-btn-normal{height:2rem;padding:.5rem 1rem;font-size:.75rem}.sb-btn-sm{height:2.5rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-md{height:3rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-lg{height:3.5rem;padding:1rem 1.5rem;font-size:1.25rem}.sb-btn-full{height:1.5rem;padding:.5rem 1rem;font-size:1.25rem;width:100%}.sb-btn-square.sb-btn-xs{height:1.5rem;width:1.5rem;font-size:1rem}.sb-btn-square.sb-btn-xs i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-xs span{margin:.5rem 0 0}.sb-btn-square.sb-btn-normal{height:4rem;width:4rem;font-size:.75rem}.sb-btn-square.sb-btn-normal i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-normal span{margin:.5rem 0 0}.sb-btn-square.sb-btn-sm{height:3rem;width:3rem;font-size:.75rem}.sb-btn-square.sb-btn-sm i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-sm span{margin:.5rem 0 0}.sb-btn-square.sb-btn-md{height:4rem;width:4rem;font-size:1rem}.sb-btn-square.sb-btn-md i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-md span{margin:.5rem 0 0}.sb-btn-square.sb-btn-lg{height:8rem;width:8rem;font-size:1.25rem}.sb-btn-square.sb-btn-lg i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-lg span{margin:.5rem 0 0}.sb-btn-white{box-shadow:0 -.0625rem .25rem #0000001a,0 3px 4px #0003;border:0px solid #ddd}.sb-btn-square{display:inline-flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-size:.75rem;padding:.5rem}.sb-btn-disabled{background-color:#ccc;background-color:var(--gray-100);border:1px solid hsl(0,0%,80%);border:1px solid var(--gray-100);color:#999;color:var(--gray-200);cursor:default}.sb-btn-outline-disabled{background-color:#fff;background-color:var(--white);border:1px solid hsl(0,0%,80%);border:1px solid var(--gray-100);color:#999;color:var(--gray-200);cursor:default;font-weight:400}.sb-btn-link{background:none;border:0}.sb-btn-download{transition:all 1.2s ease-in-out}.sb-btn-download i:after{content:"\f019";font-size:.8125rem;color:#fff;color:var(--white)}.sb-btn-download:hover{animation:pulse .2s 2 both}.sb-btn-download.loading i{animation:loading 2s infinite linear}.sb-btn-download.loading i:after{content:"\f1ce"}.sb-btn-download.success i:after{content:"\f00c";color:transparent;animation:change-icon 1s .6s linear both}.sb-right-icon-btn{padding:.5rem}.sb-right-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-right-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn{padding:.5rem}.sb-left-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-left-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn.sb-btn-xs{padding:.5rem}.ui.toggle.checkbox.sb-toggle{min-height:1.5rem;position:relative;display:inline-block;-webkit-backface-visibility:hidden;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:1rem;font-size:1rem;min-width:1rem}.ui.toggle.checkbox.sb-toggle input{width:4rem;height:1.5rem;cursor:pointer;position:absolute;top:0;left:0;opacity:0;outline:0;z-index:3}.ui.toggle.checkbox.sb-toggle input:focus:checked~label:before,.ui.toggle.checkbox.sb-toggle input:focus:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~label:before{background-color:#024f9d!important}.ui.toggle.checkbox.sb-toggle label{min-height:1rem;padding-left:4.5rem;color:#000000de;position:relative;display:block;outline:0;font-size:1rem}.ui.toggle.checkbox.sb-toggle label:before{display:block;position:absolute;content:"";z-index:1;transform:none;border:none;top:1px;left:0;background:rgba(0,0,0,.05);box-shadow:none;width:4rem;height:1.5rem;border-radius:500rem;border-color:#024f9d;border-color:var(--primary-color);background-color:#024f9d;background-color:var(--primary-color);color:#fff;color:var(--white);transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease}.ui.toggle.checkbox.sb-toggle label:after{background:#ffffff linear-gradient(transparent,rgba(0,0,0,.05));background:var(--white) linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;width:-2.5rem;height:-2.5rem;top:3px;left:0;border-radius:500rem;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox.sb-toggle input~label:after{left:.1rem;box-shadow:none}.ui.toggle.checkbox.sb-toggle input:checked~label:after{left:2.5625rem;box-shadow:none}.btn-group{border:1px solid hsl(0,0%,80%);border:1px solid var(--gray-100);display:inline-flex;flex-direction:row;font-size:0;vertical-align:baseline}.btn-group .sb-btn{background:#ffffff;background:var(--white);border-left:1px solid hsl(0,0%,80%);border-left:1px solid var(--gray-100);flex:1 0 auto;border-radius:0;margin:0;border:0;color:#024f9d;color:var(--primary-400);min-width:2.5rem}.btn-group .sb-btn:first-child{border-left:none;margin-left:0}.btn-group .sb-btn:active,.btn-group .sb-btn.active{background-color:#edf4f9;background-color:var(--primary-100);color:#024f9d;color:var(--primary-400)}.btn-group .sb-btn .icon{margin:0;vertical-align:top}.sb-btn-icon-fix{display:flex;align-items:center;line-height:normal}.sb-btn-grow{background:none;border:0px solid #fff;font-size:12px;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.sb-btn-grow:disabled{opacity:.4;cursor:default}.sb-btn-grow:hover:not([disabled]){background:none;transform:scale(1.15)} +[class^=sb-icon-],[class*=sb-icon-]{font-family:icomoon!important;speak:none;font-style:normal;font-weight:400;font-variant:normal;font-size:inherit;text-transform:none;line-height:inherit;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.sb-icon-preview:before{content:"\e909"}.sb-icon-refresh:before{content:"\e90c"}.sb-icon-reviewer:before{content:"\e90a"}.sb-icon-folder:before{content:"\e902"}.sb-icon-comment:before{content:"\e908"}.sb-icon-send:before{content:"\e90b"}.sb-icon-book:before{content:"\e900"}.sb-icon-content:before{content:"\e901"}.sb-icon-collection:before{content:"\e903"}.sb-icon-doc:before{content:"\e904"}.sb-icon-mp3:before{content:"\e905"}.sb-icon-open-book:before{content:"\e906"}.sb-icon-video:before{content:"\e907"}.sb-lock-icon{cursor:pointer}[class*=sb-icon-primary]{background-color:var(--primary-color)}[class*=sb-icon-secondary]{background-color:var(--secondary-color)}[class*=sb-icon-warning]{background-color:var(--tertiary-color)}[class*=sb-icon-error]{background-color:var(--red)}.info-icon{background-color:var(--gray-400);-webkit-mask-size:contain;-webkit-mask-position:50% 50%;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-position:50% 50%;mask-repeat:no-repeat;width:1rem;height:1rem;margin-left:.25rem;display:inline-block;vertical-align:bottom}.icon-arrow-round-down{transform:rotate(90deg)}.icon-svg{position:relative;top:.0625rem;display:inline-block;font-style:normal;font-weight:400;line-height:1;-webkit-font-smoothing:antialiased;opacity:1}.icon-svg svg.icon{width:100%;height:inherit}.icon-svg--xxs{width:var(--icon-svg-xxs);height:var(--icon-svg-xxs)}.icon-svg--xs{width:var(--icon-svg-xs);height:var(--icon-svg-xs)}.icon-svg--sm{width:var(--icon-svg-sm);height:var(--icon-svg-sm)}.icon-svg--md{width:var(--icon-svg-md);height:var(--icon-svg-md)}.icon-svg--lg{width:var(--icon-svg-lg);height:var(--icon-svg-lg)}.icon-svg--xl{width:var(--icon-svg-xl);height:var(--icon-svg-xl)}.icon-svg--white{fill:var(--white)}.icon-svg--primary{fill:var(--primary-color)}.icon-svg--secondary{fill:var(--secondary-color)}.icon-svg--tertiary{fill:var(--tertiary-color)}.icon-svg--red{fill:var(--red-400)}.icon-svg--gray{fill:var(--gray-800)}*,*:before,*:after{box-sizing:border-box}html{font-family:inherit;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,dialog,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:var(--font-stack-en);font-size:1rem;font-weight:400;line-height:1.5;color:var(--gray-800);text-align:left;background:#E5EDF5}[tabindex="-1"]:focus{outline:none!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}dfn{font-style:italic}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:theme-color("primary");text-decoration:none;background-color:transparent;-webkit-text-decoration-skip:objects}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([tabindex]){color:inherit;text-decoration:none}a:not([href]):not([tabindex]):hover,a:not([href]):not([tabindex]):focus{color:inherit;text-decoration:none}a:not([href]):not([tabindex]):focus{outline:0}pre,code,kbd,samp{font-family:monospace,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg:not(:root){overflow:hidden}a,area,button,[role=button],input:not([type=range]),label,select,summary,textarea{touch-action:manipulation}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#868e96;text-align:left;caption-side:bottom}th{text-align:inherit}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus{outline:0px dotted;outline:0px auto transparent}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}button,html [type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}input[type=date],input[type=time],input[type=datetime-local],input[type=month]{-webkit-appearance:listbox}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-cancel-button,[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item}template{display:none}[hidden]{display:none!important}.sb-bg-color-gray-hs{background:var(--gray-hs)!important}.sb-color-gray-hs{color:var(--gray-hs)!important}.sb-bg-color-gray{background:var(--gray)!important}.sb-color-gray{color:var(--gray)!important}.sb-bg-color-gray-0{background:var(--gray-0)!important}.sb-color-gray-0{color:var(--gray-0)!important}.sb-bg-color-gray-100{background:var(--gray-100)!important}.sb-color-gray-100{color:var(--gray-100)!important}.sb-bg-color-gray-200{background:var(--gray-200)!important}.sb-color-gray-200{color:var(--gray-200)!important}.sb-bg-color-gray-300{background:var(--gray-300)!important}.sb-color-gray-300{color:var(--gray-300)!important}.sb-bg-color-gray-400{background:var(--gray-400)!important}.sb-color-gray-400{color:var(--gray-400)!important}.sb-bg-color-gray-800{background:var(--gray-800)!important}.sb-color-gray-800{color:var(--gray-800)!important}.sb-bg-color-primary{background:var(--primary-400)!important}.sb-color-primary{color:var(--primary-400)!important}.sb-bg-color-primary-0{background:var(--primary-0)!important}.sb-color-primary-0{color:var(--primary-0)!important}.sb-bg-color-primary-100{background:var(--primary-100)!important}.sb-color-primary-100{color:var(--primary-100)!important}.sb-bg-color-primary-200{background:var(--primary-200)!important}.sb-color-primary-200{color:var(--primary-200)!important}.sb-bg-color-primary-250{background:var(--primary-250)!important}.sb-color-primary-250{color:var(--primary-250)!important}.sb-bg-color-primary-300{background:var(--primary-300)!important}.sb-color-primary-300{color:var(--primary-300)!important}.sb-bg-color-primary-400{background:var(--primary-400)!important}.sb-color-primary-400{color:var(--primary-400)!important}.sb-bg-color-primary-600{background:var(--primary-600)!important}.sb-color-primary-600{color:var(--primary-600)!important}.sb-bg-color-primary-800{background:var(--primary-800)!important}.sb-color-primary-800{color:var(--primary-800)!important}.sb-bg-color-secondary{background:var(--green)!important}.sb-color-secondary{color:var(--green)!important}.sb-bg-color-secondary-0{background:var(--secondary-0)!important}.sb-color-secondary-0{color:var(--secondary-0)!important}.sb-bg-color-secondary-100{background:var(--secondary-100)!important}.sb-color-secondary-100{color:var(--secondary-100)!important}.sb-bg-color-secondary-200{background:var(--secondary-200)!important}.sb-color-secondary-200{color:var(--secondary-200)!important}.sb-bg-color-secondary-400{background:var(--secondary-400)!important}.sb-color-secondary-400{color:var(--secondary-400)!important}.sb-bg-color-tertiary{background:var(--orange)!important}.sb-color-tertiary{color:var(--orange)!important}.sb-bg-color-tertiary-0{background:var(--tertiary-0)!important}.sb-color-tertiary-0{color:var(--tertiary-0)!important}.sb-bg-color-tertiary-100{background:var(--tertiary-100)!important}.sb-color-tertiary-100{color:var(--tertiary-100)!important}.sb-bg-color-tertiary-400{background:var(--tertiary-400)!important}.sb-color-tertiary-400{color:var(--tertiary-400)!important}.sb-bg-color-red{background:var(--red)!important}.sb-color-red{color:var(--red)!important}.sb-bg-color-red-0{background:var(--red-0)!important}.sb-color-red-0{color:var(--red-0)!important}.sb-bg-color-red-100{background:var(--red-100)!important}.sb-color-red-100{color:var(--red-100)!important}.sb-bg-color-red-400{background:var(--red-400)!important}.sb-color-red-400{color:var(--red-400)!important}.sb-bg-color-info{background:var(--primary-400)!important}.sb-color-info{color:var(--primary-400)!important}.sb-bg-color-success{background:var(--secondary-200)!important}.sb-color-success{color:var(--secondary-200)!important}.sb-bg-color-warning{background:var(--tertiary-400)!important}.sb-color-warning{color:var(--tertiary-400)!important}.sb-bg-color-error{background:var(--red-400)!important}.sb-color-error{color:var(--red-400)!important}.sb-bg-color-white{background:var(--white)!important}.sb-color-white{color:var(--white)!important}.sb-bg-color-black{background:var(--black)!important}.sb-color-black{color:var(--black)!important}.sb-bg-white{background:var(--white)}.sb-bg-none{background:none!important}.color-3,.sb-text-gray-800{color:var(--gray-800)}.sb-bg-color-black{background-color:var(--black)}.bg-contain{background-position:center;background-repeat:no-repeat;background-size:contain}.opacity0{opacity:var(--alpha0)!important}.opacity10{opacity:var(--alpha10)!important}.opacity20{opacity:var(--alpha20)!important}.opacity25{opacity:var(--alpha25)!important}.opacity30{opacity:var(--alpha30)!important}.opacity40{opacity:var(--alpha40)!important}.opacity50{opacity:var(--alpha50)!important}.opacity60{opacity:var(--alpha60)!important}.opacity70{opacity:var(--alpha70)!important}.opacity75{opacity:var(--alpha75)!important}.opacity80{opacity:var(--alpha80)!important}.opacity90{opacity:var(--alpha90)!important}.opacity100{opacity:var(--alpha100)!important}.w-100{width:100%;max-width:100%}.w-90{width:90%;max-width:90%}.w-80{width:80%;max-width:80%}.w-75{width:75%;max-width:75%}.w-70{width:70%;max-width:70%}.w-60{width:60%;max-width:60%}.w-50{width:50%;max-width:50%}.w-40{width:40%;max-width:40%}.w-30{width:30%;max-width:30%}.w-25{width:25%;max-width:25%}.w-20{width:20%;max-width:20%}.w-auto{width:auto;max-width:auto}.h-100{height:100%;max-height:100%}.height-auto{height:auto!important}.sb-mw-100{max-width:100%!important}.min-height-auto{min-height:auto!important}:root{--font-stack-en: "Noto Sans", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-hi: "Noto Sans Devanagari", "Noto Sans", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", "Noto Nastaliq Urdu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--font-stack-ur: "Noto Sans", "Noto Nastaliq Urdu", "Noto Sans Devanagari", "Noto Sans Tamil", "Noto Sans Bengali", "Noto Sans Malayalam", "Noto Sans Gurmukhi", "Noto Sans Gujarati", "Noto Sans Telugu", "Noto Sans Kannada", "Noto Sans Oriya", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;--blue: #024f9d;--green: #008840;--orange: #e55a28;--red: #ff4558;--indigo: #6610f2;--purple: #6f42c1;--pink: #e83e8c;--yellow: #ffc107;--teal: #20c997;--cyan: #17a2b8;--black: #000000;--white: #ffffff;--gray-hs: 0, 0%;--gray: hsl(var(--gray-hs), 20%);--gray-0: hsl(var(--gray-hs), 95%);--gray-100: hsl(var(--gray-hs), 80%);--gray-200: hsl(var(--gray-hs), 60%);--gray-300: hsl(var(--gray-hs), 59%);--gray-400: hsl(var(--gray-hs), 40%);--gray-800: var(--gray);--primary-color: #024f9d;--secondary-color: #008840;--tertiary-color: #e55a28;--primary-0: #f3f7fa;--primary-100: #edf4f9;--primary-200: #80a7ce;--primary-250: #d3e7f4;--primary-300: #7ab4ee;--primary-400: var(--primary-color);--primary-600: #005391;--primary-800: #002e50;--secondary-0: #e1ffdf;--secondary-100: #00c786;--secondary-200: #07bc81;--secondary-400: var(--secondary-color);--tertiary-0: #feedd7;--tertiary-100: #ffa11d;--tertiary-400: var(--tertiary-color);--red-0: #fbccd1;--red-100: #ff6979;--red-400: var(--red);--info-color: var(--blue);--success-color: var(--green);--warning-color: var(--orange);--danger-color: var(--red);--body-background-color: var(--primary-0);--default-text-color: var(--gray-800);--bg-body: var(--primary-0);--body-color: var(--gray-800);--alpha0: 0;--alpha25: .25;--alpha50: .5;--alpha75: .75;--font-default-size: .875rem;--font-size-base: var(--font-default-size);--font-weight-light: 300;--font-weight-normal: 400;--font-weight-bold: 700;--font-weight-base: var(--font-weight-normal);--line-height-base: calc(var(--font-size-base) * 1.61803398875);--h1-font-size: 2rem;--h2-font-size: 1.75rem;--h3-font-size: 1.5rem;--h4-font-size: 1.2rem;--h5-font-size: 1rem;--h6-font-size: var(--font-size-base);--font-size-lg: var(--h4-font-size);--font-size-md: var(--h5-font-size);--font-size-normal: var(--font-size-base);--font-size-sm: .75rem;--font-size-xs: .625rem;--p-font-size: var(--font-size-base);--base-font-size: .875rem;--base-block-space: .5rem;--icon-svg-xxs: .75rem;--icon-svg-xs: calc(var(--base-block-space) * 2);--icon-svg-sm: calc(var(--base-block-space) * 3);--icon-svg-md: calc(var(--base-block-space) * 4);--icon-svg-lg: calc(var(--base-block-space) * 5);--icon-svg-xl: calc(var(--base-block-space) * 6);--rc-96C8DA: #96C8DA;--rc-0076FE: #0076FE;--rc-E5EDF5: #E5EDF5;--rc-7c7b7b: #7c7b7b;--rc-f5f5f5: #f5f5f5;--rc-fdfdfd: #fdfdfd;--rc-dedede: #dedede;--rc-F5F9FC: #F5F9FC;--rc-c4c4c4: #c4c4c4;--rc-d8d8d8: #d8d8d8;--rc-e9e5e5: #e9e5e5;--rc-dddddd: #dddddd;--rc-7b86f4: #7b86f4;--rc-d0d0d0: #d0d0d0;--rc-5c8db7: #5c8db7;--rc-91aecc: #91aecc;--rc-f9f9f9: #f9f9f9;--rc-d4d3d3: #d4d3d3;--rc-FAFAFA: #FAFAFA;--rc-866A6A: #866a6a;--rc-979797: #979797;--rc-e0e1e2: #e0e1e2;--rc-00BD7F: #00BD7F;--rc-9F9F9F: #9F9F9F;--rc-F3F8FF: #F3F8FF;--rc-80A7CE: #80A7CE;--rc-9b9b9b: #9b9b9b;--rc-2ca58d: #2ca58d;--rc-007AFF: #007AFF;--rc-bdbdbd: #bdbdbd;--rc-cecece: #cecece;--rc-2972a4: #2972a4;--rc-E0F1FD: #E0F1FD;--rc-C8D6EA: #C8D6EA;--rc-e2e3e5: #e2e3e5;--rc-BCBEC0: #BCBEC0;--rc-d4d4d5: #d4d4d5;--rc-d4d8da: #d4d8da;--rc-bfe1cf: #bfe1cf;--rc-289fd9: #289fd9;--rc-e68900: #e68900;--rc-2f4272: #2f4272;--rc-e0e0e0: #e0e0e0;--rc-2361ff: #2361ff;--rc-ffb300: #ffb300;--rc-d8dee2: #d8dee2;--rc-252525: #252525;--rc-fcf2d6: #fcf2d6;--rc-add8e6: #add8e6;--rc-afd9e7: #afd9e7;--rc-D9E4F2: #D9E4F2;--rc-88B7E6: #88B7E6;--rc-4a4a4a: #4a4a4a;--rc-fff6f6: #fff6f6;--rc-f7f7f7: #f7f7f7;--rc-66c7f4: #66c7f4;--rc-1B4785: #1B4785;--rc-a9a9a9: #a9a9a9;--rc-1b1c1d: #1b1c1d;--rc-dededf: #dededf;--rc-aaaaaa: #aaaaaa;--rc-042D55: #042D55;--rc-eeeeee: #eeeeee;--rc-bbbbbb: #bbbbbb;--rc-009D53: #009D53;--rc-E0EFFF: #E0EFFF;--rc-196DAB: #196DAB;--rc-c2c2c2: #c2c2c2;--rc-e5e5e5: #e5e5e5;--rc-c3c3c3: #c3c3c3;--rc-00abc7:#00abc7;--rc-FCE6E6:#FCE6E6;--rc-DECACA:#DECACA;--rc-424242:#424242;--rc-F5D7D7:#F5D7D7;--rc-F7FFF5:#F7FFF5;--rc-D3DED1:#D3DED1;--rc-EBF6E0:#EBF6E0;--rc-F6F6F6:#F6F6F6;--rc-33B6CC:#33B6CC;--rc-2dadc2:#2dadc2;--rc-0fbad6:#0fbad6;--rc-f7ffec:#f7ffec;--rc-d2ddc7:#d2ddc7;--rc-ffe1e1:#ffe1e1;--rc-e6c8c8:#e6c8c8;--rc-f56b56:#f56b56;--rc-dc523d:#dc523d;--rc-e65c47:#e65c47;--rc-565c70:#565c70;--rc-rgba-black: 0, 0, 0;--rc-rgba-white: 255, 255, 255;--rc-rgba-gray: 51, 51, 51;--rc-rgba-primary: 2, 79, 157;--rc-rgba-primary-300: 41, 114, 164;--rc-rgba-gray-300: 34, 36, 38;--rc-rgba-866a6a: 134, 106, 106;--rc-rgba-d0d0d0: 208, 208, 208;--rc-rgba-7b86f4: 123, 134, 244;--rc-rgba-C8D6EA: 200, 214, 234;--primary-theme: #FFD954;--sbt-theme-bg: var(--primary-theme);--sbt-header-bg: var(--primary-theme);--sbt-body-bg: #F2F2EA;--sbt-body-bg2: #E9E8D9;--sbt-primary-bg: var(--primary-theme);--sbt-border-chapter: #E4E8EE;--lazyload-bg:#f6f7f8;--grey-nuance-lighter: #eeeeee;--grey-nuance-darker: #dddddd;--fade-grey: #e8e8e8}h1,.sb-h1{font-size:var(--h1-font-size);line-height:calc(var(--h1-font-size) * 1.6180339888);margin:0;padding:0}h2,.sb-h2{font-size:var(--h2-font-size);line-height:calc(var(--h2-font-size) * 1.6180339888);margin:0;padding:0}h3,.sb-h3{font-size:var(--h3-font-size);line-height:calc(var(--h3-font-size) * 1.6180339888);margin:0;padding:0}h4,.sb-h4{font-size:var(--h4-font-size);line-height:calc(var(--h4-font-size) * 1.6180339888);margin:0;padding:0}h5,.sb-h5{font-size:var(--h5-font-size);line-height:calc(var(--h5-font-size) * 1.6180339888);margin:0;padding:0}h6,.sb-h6{font-size:var(--h6-font-size);line-height:calc(var(--h6-font-size) * 1.6180339888);margin:0;padding:0}.fmedium{font-size:var(--font-size-md)!important}.fnormal{font-size:var(--font-size-normal)!important}.fsmall{font-size:var(--font-size-sm)!important}.fxsmall{font-size:var(--font-size-xs)!important}.fs-0-785{font-size:.785rem!important}.fs-0-92{font-size:.9286rem!important}.fs-1{font-size:1rem!important}.fs-1-143{font-size:1.143rem!important}.fs-1-16{font-size:1.16rem!important}.fs-1-286{font-size:1.286rem!important}.fs-1-3{font-size:1.3rem!important}.fs-1-429{font-size:1.429rem!important}.fs-1-5{font-size:1.5rem!important}.fs-1-7{font-size:1.7rem!important}.fs-2{font-size:2rem!important}.fs-2-5{font-size:2.5rem!important}.fs-2-57{font-size:2.571rem!important}.fs-3{font-size:3rem!important}.fs-3-5{font-size:3.5rem!important}.text-capitalize{text-transform:capitalize!important}.text-uppercase{text-transform:uppercase!important}.text-lowercase,.text-sentencecase{text-transform:lowercase!important}.text-inherit{text-transform:inherit!important}.text-sentencecase:first-letter{text-transform:uppercase!important}.font-weight-bold{font-weight:700!important}.font-weight-normal{font-weight:400!important}.break-word{word-break:break-word!important}.break-all{word-break:break-all!important}.cursor-pointer{cursor:pointer!important}.cursor-text{cursor:text!important}.va-bottom{vertical-align:bottom!important}.va-middle{vertical-align:middle!important}.va-top{vertical-align:top!important}p,.sb-para{font-size:var(--p-font-size);line-height:calc(var(--p-font-size) * 1.6180339888)}.font-italic{font-style:italic}a,a:hover{color:var(--primary-color)}a:focus{outline:0}.white-space-nowrap{white-space:nowrap!important}.text-center{text-align:center!important}.text-right{text-align:right!important}html[dir=rtl] .text-right,.text-left{text-align:left!important}html[dir=rtl] .text-left{text-align:right!important}.text-underline{text-decoration:underline!important}.lineHeight-normal{line-height:normal!important}.sb__ellipsis{-webkit-box-orient:vertical;display:-webkit-box;-webkit-line-clamp:1;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.sb__ellipsis--two{-webkit-line-clamp:2}.sb__ellipsis--three{-webkit-line-clamp:3}.ellipsis{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;cursor:pointer}.d-inline-block{display:inline-block!important}.d-block,.show{display:block!important}.d-flex,.flex-ai-jc-center,.flex-jc-ai-center{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-none,.hide{display:none!important}@media only screen and (max-width: 1023px){[class*="mobile hidden"],[class*="tablet only"]:not(.mobile),[class*="computer only"]:not(.mobile),[class*="large screen only"]:not(.mobile),[class*="widescreen only"]:not(.mobile),[class*="or lower hidden"]{display:none!important}}@media only screen and (min-width: 1024px){[class*="mobile only"]:not(.computer),[class*="tablet only"]:not(.computer),[class*="computer hidden"],[class*="large screen only"]:not(.computer),[class*="widescreen only"]:not(.computer),[class*="or lower hidden"]:not(.tablet):not(.mobile){display:none!important}}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.right-0{right:0!important}html[dir=rtl] .right-0,.left-0{left:0!important}html[dir=rtl] .left-0{right:0!important}.top-50{top:50%!important;transform:translateY(-50%)}.bottom-0{bottom:0!important}.bottom-5{bottom:5px!important}.sb-sticky-bottom,.sb-sticky-top{position:sticky;z-index:999999}.sb-sticky-bottom{bottom:0}.sb-sticky-top{top:0}.zindex-1{z-index:1!important}.zindex-2{z-index:2!important}.zindex-9{z-index:9!important}.zindex-99{z-index:99!important}.zindex-999{z-index:999!important}.zindex-9999{z-index:9999!important}.zindex-99999{z-index:99999!important}.m-0{margin:0rem!important}.mt-0{margin-top:0rem!important}.mb-0{margin-bottom:0rem!important}.my-0{margin-top:0rem!important;margin-bottom:0rem!important}.mx-0{margin-left:0rem!important;margin-right:0rem!important}.ml-0{margin-left:0rem!important}html[dir=rtl] .ml-0{margin-right:0rem!important;margin-left:0!important}.mr-0{margin-right:0rem!important}html[dir=rtl] .mr-0{margin-left:0rem!important;margin-right:0!important}.m-2{margin:.125rem!important}.mt-2{margin-top:.125rem!important}.mb-2{margin-bottom:.125rem!important}.my-2{margin-top:.125rem!important;margin-bottom:.125rem!important}.mx-2{margin-left:.125rem!important;margin-right:.125rem!important}.ml-2{margin-left:.125rem!important}html[dir=rtl] .ml-2{margin-right:.125rem!important;margin-left:0!important}.mr-2{margin-right:.125rem!important}html[dir=rtl] .mr-2{margin-left:.125rem!important;margin-right:0!important}.m-3{margin:.1875rem!important}.mt-3{margin-top:.1875rem!important}.mb-3{margin-bottom:.1875rem!important}.my-3{margin-top:.1875rem!important;margin-bottom:.1875rem!important}.mx-3{margin-left:.1875rem!important;margin-right:.1875rem!important}.ml-3{margin-left:.1875rem!important}html[dir=rtl] .ml-3{margin-right:.1875rem!important;margin-left:0!important}.mr-3{margin-right:.1875rem!important}html[dir=rtl] .mr-3{margin-left:.1875rem!important;margin-right:0!important}.m-4{margin:.25rem!important}.mt-4{margin-top:.25rem!important}.mb-4{margin-bottom:.25rem!important}.my-4{margin-top:.25rem!important;margin-bottom:.25rem!important}.mx-4{margin-left:.25rem!important;margin-right:.25rem!important}.ml-4{margin-left:.25rem!important}html[dir=rtl] .ml-4{margin-right:.25rem!important;margin-left:0!important}.mr-4{margin-right:.25rem!important}html[dir=rtl] .mr-4{margin-left:.25rem!important;margin-right:0!important}.m-5{margin:.3125rem!important}.mt-5{margin-top:.3125rem!important}.mb-5{margin-bottom:.3125rem!important}.my-5{margin-top:.3125rem!important;margin-bottom:.3125rem!important}.mx-5{margin-left:.3125rem!important;margin-right:.3125rem!important}.ml-5{margin-left:.3125rem!important}html[dir=rtl] .ml-5{margin-right:.3125rem!important;margin-left:0!important}.mr-5{margin-right:.3125rem!important}html[dir=rtl] .mr-5{margin-left:.3125rem!important;margin-right:0!important}.m-8{margin:.5rem!important}.mt-8{margin-top:.5rem!important}.mb-8{margin-bottom:.5rem!important}.my-8{margin-top:.5rem!important;margin-bottom:.5rem!important}.mx-8{margin-left:.5rem!important;margin-right:.5rem!important}.ml-8{margin-left:.5rem!important}html[dir=rtl] .ml-8{margin-right:.5rem!important;margin-left:0!important}.mr-8{margin-right:.5rem!important}html[dir=rtl] .mr-8{margin-left:.5rem!important;margin-right:0!important}.m-10{margin:.625rem!important}.mt-10{margin-top:.625rem!important}.mb-10{margin-bottom:.625rem!important}.my-10{margin-top:.625rem!important;margin-bottom:.625rem!important}.mx-10{margin-left:.625rem!important;margin-right:.625rem!important}.ml-10{margin-left:.625rem!important}html[dir=rtl] .ml-10{margin-right:.625rem!important;margin-left:0!important}.mr-10{margin-right:.625rem!important}html[dir=rtl] .mr-10{margin-left:.625rem!important;margin-right:0!important}.m-12{margin:.75rem!important}.mt-12{margin-top:.75rem!important}.mb-12{margin-bottom:.75rem!important}.my-12{margin-top:.75rem!important;margin-bottom:.75rem!important}.mx-12{margin-left:.75rem!important;margin-right:.75rem!important}.ml-12{margin-left:.75rem!important}html[dir=rtl] .ml-12{margin-right:.75rem!important;margin-left:0!important}.mr-12{margin-right:.75rem!important}html[dir=rtl] .mr-12{margin-left:.75rem!important;margin-right:0!important}.m-15{margin:.9375rem!important}.mt-15{margin-top:.9375rem!important}.mb-15{margin-bottom:.9375rem!important}.my-15{margin-top:.9375rem!important;margin-bottom:.9375rem!important}.mx-15{margin-left:.9375rem!important;margin-right:.9375rem!important}.ml-15{margin-left:.9375rem!important}html[dir=rtl] .ml-15{margin-right:.9375rem!important;margin-left:0!important}.mr-15{margin-right:.9375rem!important}html[dir=rtl] .mr-15{margin-left:.9375rem!important;margin-right:0!important}.m-16{margin:1rem!important}.mt-16{margin-top:1rem!important}.mb-16{margin-bottom:1rem!important}.my-16{margin-top:1rem!important;margin-bottom:1rem!important}.mx-16{margin-left:1rem!important;margin-right:1rem!important}.ml-16{margin-left:1rem!important}html[dir=rtl] .ml-16{margin-right:1rem!important;margin-left:0!important}.mr-16{margin-right:1rem!important}html[dir=rtl] .mr-16{margin-left:1rem!important;margin-right:0!important}.m-20{margin:1.25rem!important}.mt-20{margin-top:1.25rem!important}.mb-20{margin-bottom:1.25rem!important}.my-20{margin-top:1.25rem!important;margin-bottom:1.25rem!important}.mx-20{margin-left:1.25rem!important;margin-right:1.25rem!important}.ml-20{margin-left:1.25rem!important}html[dir=rtl] .ml-20{margin-right:1.25rem!important;margin-left:0!important}.mr-20{margin-right:1.25rem!important}html[dir=rtl] .mr-20{margin-left:1.25rem!important;margin-right:0!important}.m-24{margin:1.5rem!important}.mt-24{margin-top:1.5rem!important}.mb-24{margin-bottom:1.5rem!important}.my-24{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.mx-24{margin-left:1.5rem!important;margin-right:1.5rem!important}.ml-24{margin-left:1.5rem!important}html[dir=rtl] .ml-24{margin-right:1.5rem!important;margin-left:0!important}.mr-24{margin-right:1.5rem!important}html[dir=rtl] .mr-24{margin-left:1.5rem!important;margin-right:0!important}.m-30{margin:1.875rem!important}.mt-30{margin-top:1.875rem!important}.mb-30{margin-bottom:1.875rem!important}.my-30{margin-top:1.875rem!important;margin-bottom:1.875rem!important}.mx-30{margin-left:1.875rem!important;margin-right:1.875rem!important}.ml-30{margin-left:1.875rem!important}html[dir=rtl] .ml-30{margin-right:1.875rem!important;margin-left:0!important}.mr-30{margin-right:1.875rem!important}html[dir=rtl] .mr-30{margin-left:1.875rem!important;margin-right:0!important}.m-32{margin:2rem!important}.mt-32{margin-top:2rem!important}.mb-32{margin-bottom:2rem!important}.my-32{margin-top:2rem!important;margin-bottom:2rem!important}.mx-32{margin-left:2rem!important;margin-right:2rem!important}.ml-32{margin-left:2rem!important}html[dir=rtl] .ml-32{margin-right:2rem!important;margin-left:0!important}.mr-32{margin-right:2rem!important}html[dir=rtl] .mr-32{margin-left:2rem!important;margin-right:0!important}.m-40{margin:2.5rem!important}.mt-40{margin-top:2.5rem!important}.mb-40{margin-bottom:2.5rem!important}.my-40{margin-top:2.5rem!important;margin-bottom:2.5rem!important}.mx-40{margin-left:2.5rem!important;margin-right:2.5rem!important}.ml-40{margin-left:2.5rem!important}html[dir=rtl] .ml-40{margin-right:2.5rem!important;margin-left:0!important}.mr-40{margin-right:2.5rem!important}html[dir=rtl] .mr-40{margin-left:2.5rem!important;margin-right:0!important}.m-48{margin:3rem!important}.mt-48{margin-top:3rem!important}.mb-48{margin-bottom:3rem!important}.my-48{margin-top:3rem!important;margin-bottom:3rem!important}.mx-48{margin-left:3rem!important;margin-right:3rem!important}.ml-48{margin-left:3rem!important}html[dir=rtl] .ml-48{margin-right:3rem!important;margin-left:0!important}.mr-48{margin-right:3rem!important}html[dir=rtl] .mr-48{margin-left:3rem!important;margin-right:0!important}.m-50{margin:3.125rem!important}.mt-50{margin-top:3.125rem!important}.mb-50{margin-bottom:3.125rem!important}.my-50{margin-top:3.125rem!important;margin-bottom:3.125rem!important}.mx-50{margin-left:3.125rem!important;margin-right:3.125rem!important}.ml-50{margin-left:3.125rem!important}html[dir=rtl] .ml-50{margin-right:3.125rem!important;margin-left:0!important}.mr-50{margin-right:3.125rem!important}html[dir=rtl] .mr-50{margin-left:3.125rem!important;margin-right:0!important}.m-52{margin:3.25rem!important}.mt-52{margin-top:3.25rem!important}.mb-52{margin-bottom:3.25rem!important}.my-52{margin-top:3.25rem!important;margin-bottom:3.25rem!important}.mx-52{margin-left:3.25rem!important;margin-right:3.25rem!important}.ml-52{margin-left:3.25rem!important}html[dir=rtl] .ml-52{margin-right:3.25rem!important;margin-left:0!important}.mr-52{margin-right:3.25rem!important}html[dir=rtl] .mr-52{margin-left:3.25rem!important;margin-right:0!important}.m-56{margin:3.5rem!important}.mt-56{margin-top:3.5rem!important}.mb-56{margin-bottom:3.5rem!important}.my-56{margin-top:3.5rem!important;margin-bottom:3.5rem!important}.mx-56{margin-left:3.5rem!important;margin-right:3.5rem!important}.ml-56{margin-left:3.5rem!important}html[dir=rtl] .ml-56{margin-right:3.5rem!important;margin-left:0!important}.mr-56{margin-right:3.5rem!important}html[dir=rtl] .mr-56{margin-left:3.5rem!important;margin-right:0!important}.m-60{margin:3.75rem!important}.mt-60{margin-top:3.75rem!important}.mb-60{margin-bottom:3.75rem!important}.my-60{margin-top:3.75rem!important;margin-bottom:3.75rem!important}.mx-60{margin-left:3.75rem!important;margin-right:3.75rem!important}.ml-60{margin-left:3.75rem!important}html[dir=rtl] .ml-60{margin-right:3.75rem!important;margin-left:0!important}.mr-60{margin-right:3.75rem!important}html[dir=rtl] .mr-60{margin-left:3.75rem!important;margin-right:0!important}.m-64{margin:4rem!important}.mt-64{margin-top:4rem!important}.mb-64{margin-bottom:4rem!important}.my-64{margin-top:4rem!important;margin-bottom:4rem!important}.mx-64{margin-left:4rem!important;margin-right:4rem!important}.ml-64{margin-left:4rem!important}html[dir=rtl] .ml-64{margin-right:4rem!important;margin-left:0!important}.mr-64{margin-right:4rem!important}html[dir=rtl] .mr-64{margin-left:4rem!important;margin-right:0!important}.m-68{margin:4.25rem!important}.mt-68{margin-top:4.25rem!important}.mb-68{margin-bottom:4.25rem!important}.my-68{margin-top:4.25rem!important;margin-bottom:4.25rem!important}.mx-68{margin-left:4.25rem!important;margin-right:4.25rem!important}.ml-68{margin-left:4.25rem!important}html[dir=rtl] .ml-68{margin-right:4.25rem!important;margin-left:0!important}.mr-68{margin-right:4.25rem!important}html[dir=rtl] .mr-68{margin-left:4.25rem!important;margin-right:0!important}.m-72{margin:4.5rem!important}.mt-72{margin-top:4.5rem!important}.mb-72{margin-bottom:4.5rem!important}.my-72{margin-top:4.5rem!important;margin-bottom:4.5rem!important}.mx-72{margin-left:4.5rem!important;margin-right:4.5rem!important}.ml-72{margin-left:4.5rem!important}html[dir=rtl] .ml-72{margin-right:4.5rem!important;margin-left:0!important}.mr-72{margin-right:4.5rem!important}html[dir=rtl] .mr-72{margin-left:4.5rem!important;margin-right:0!important}.m-76{margin:4.75rem!important}.mt-76{margin-top:4.75rem!important}.mb-76{margin-bottom:4.75rem!important}.my-76{margin-top:4.75rem!important;margin-bottom:4.75rem!important}.mx-76{margin-left:4.75rem!important;margin-right:4.75rem!important}.ml-76{margin-left:4.75rem!important}html[dir=rtl] .ml-76{margin-right:4.75rem!important;margin-left:0!important}.mr-76{margin-right:4.75rem!important}html[dir=rtl] .mr-76{margin-left:4.75rem!important;margin-right:0!important}.m-80{margin:5rem!important}.mt-80{margin-top:5rem!important}.mb-80{margin-bottom:5rem!important}.my-80{margin-top:5rem!important;margin-bottom:5rem!important}.mx-80{margin-left:5rem!important;margin-right:5rem!important}.ml-80{margin-left:5rem!important}html[dir=rtl] .ml-80{margin-right:5rem!important;margin-left:0!important}.mr-80{margin-right:5rem!important}html[dir=rtl] .mr-80{margin-left:5rem!important;margin-right:0!important}.m-84{margin:5.25rem!important}.mt-84{margin-top:5.25rem!important}.mb-84{margin-bottom:5.25rem!important}.my-84{margin-top:5.25rem!important;margin-bottom:5.25rem!important}.mx-84{margin-left:5.25rem!important;margin-right:5.25rem!important}.ml-84{margin-left:5.25rem!important}html[dir=rtl] .ml-84{margin-right:5.25rem!important;margin-left:0!important}.mr-84{margin-right:5.25rem!important}html[dir=rtl] .mr-84{margin-left:5.25rem!important;margin-right:0!important}.m-88{margin:5.5rem!important}.mt-88{margin-top:5.5rem!important}.mb-88{margin-bottom:5.5rem!important}.my-88{margin-top:5.5rem!important;margin-bottom:5.5rem!important}.mx-88{margin-left:5.5rem!important;margin-right:5.5rem!important}.ml-88{margin-left:5.5rem!important}html[dir=rtl] .ml-88{margin-right:5.5rem!important;margin-left:0!important}.mr-88{margin-right:5.5rem!important}html[dir=rtl] .mr-88{margin-left:5.5rem!important;margin-right:0!important}.m-96{margin:6rem!important}.mt-96{margin-top:6rem!important}.mb-96{margin-bottom:6rem!important}.my-96{margin-top:6rem!important;margin-bottom:6rem!important}.mx-96{margin-left:6rem!important;margin-right:6rem!important}.ml-96{margin-left:6rem!important}html[dir=rtl] .ml-96{margin-right:6rem!important;margin-left:0!important}.mr-96{margin-right:6rem!important}html[dir=rtl] .mr-96{margin-left:6rem!important;margin-right:0!important}.m-192{margin:12rem!important}.mt-192{margin-top:12rem!important}.mb-192{margin-bottom:12rem!important}.my-192{margin-top:12rem!important;margin-bottom:12rem!important}.mx-192{margin-left:12rem!important;margin-right:12rem!important}.ml-192{margin-left:12rem!important}html[dir=rtl] .ml-192{margin-right:12rem!important;margin-left:0!important}.mr-192{margin-right:12rem!important}html[dir=rtl] .mr-192{margin-left:12rem!important;margin-right:0!important}.m-auto{margin:0 auto!important}.mt-auto{margin-top:auto!important}.mb-auto{margin-bottom:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-top:auto!important;margin-bottom:auto!important}.ml-auto{margin-left:auto!important}html[dir=rtl] .ml-auto{margin-right:auto!important;margin-left:0!important}.mr-auto{margin-right:auto!important}html[dir=rtl] .mr-auto{margin-left:auto!important;margin-right:0!important}@media screen and (min-width: 768px){.mx--20{margin:0 -1.25rem!important}}.p-0{padding:0rem!important}.pt-0{padding-top:0rem!important}.pb-0{padding-bottom:0rem!important}.py-0{padding-top:0rem!important;padding-bottom:0rem!important}.px-0{padding-left:0rem!important;padding-right:0rem!important}.pl-0{padding-left:0rem!important}html[dir=rtl] .pl-0{padding-right:0rem!important;padding-left:0!important}.pr-0{padding-right:0rem!important}html[dir=rtl] .pr-0{padding-left:0rem!important;padding-right:0!important}.p-2{padding:.125rem!important}.pt-2{padding-top:.125rem!important}.pb-2{padding-bottom:.125rem!important}.py-2{padding-top:.125rem!important;padding-bottom:.125rem!important}.px-2{padding-left:.125rem!important;padding-right:.125rem!important}.pl-2{padding-left:.125rem!important}html[dir=rtl] .pl-2{padding-right:.125rem!important;padding-left:0!important}.pr-2{padding-right:.125rem!important}html[dir=rtl] .pr-2{padding-left:.125rem!important;padding-right:0!important}.p-3{padding:.1875rem!important}.pt-3{padding-top:.1875rem!important}.pb-3{padding-bottom:.1875rem!important}.py-3{padding-top:.1875rem!important;padding-bottom:.1875rem!important}.px-3{padding-left:.1875rem!important;padding-right:.1875rem!important}.pl-3{padding-left:.1875rem!important}html[dir=rtl] .pl-3{padding-right:.1875rem!important;padding-left:0!important}.pr-3{padding-right:.1875rem!important}html[dir=rtl] .pr-3{padding-left:.1875rem!important;padding-right:0!important}.p-4{padding:.25rem!important}.pt-4{padding-top:.25rem!important}.pb-4{padding-bottom:.25rem!important}.py-4{padding-top:.25rem!important;padding-bottom:.25rem!important}.px-4{padding-left:.25rem!important;padding-right:.25rem!important}.pl-4{padding-left:.25rem!important}html[dir=rtl] .pl-4{padding-right:.25rem!important;padding-left:0!important}.pr-4{padding-right:.25rem!important}html[dir=rtl] .pr-4{padding-left:.25rem!important;padding-right:0!important}.p-5{padding:.3125rem!important}.pt-5{padding-top:.3125rem!important}.pb-5{padding-bottom:.3125rem!important}.py-5{padding-top:.3125rem!important;padding-bottom:.3125rem!important}.px-5{padding-left:.3125rem!important;padding-right:.3125rem!important}.pl-5{padding-left:.3125rem!important}html[dir=rtl] .pl-5{padding-right:.3125rem!important;padding-left:0!important}.pr-5{padding-right:.3125rem!important}html[dir=rtl] .pr-5{padding-left:.3125rem!important;padding-right:0!important}.p-8{padding:.5rem!important}.pt-8{padding-top:.5rem!important}.pb-8{padding-bottom:.5rem!important}.py-8{padding-top:.5rem!important;padding-bottom:.5rem!important}.px-8{padding-left:.5rem!important;padding-right:.5rem!important}.pl-8{padding-left:.5rem!important}html[dir=rtl] .pl-8{padding-right:.5rem!important;padding-left:0!important}.pr-8{padding-right:.5rem!important}html[dir=rtl] .pr-8{padding-left:.5rem!important;padding-right:0!important}.p-10{padding:.625rem!important}.pt-10{padding-top:.625rem!important}.pb-10{padding-bottom:.625rem!important}.py-10{padding-top:.625rem!important;padding-bottom:.625rem!important}.px-10{padding-left:.625rem!important;padding-right:.625rem!important}.pl-10{padding-left:.625rem!important}html[dir=rtl] .pl-10{padding-right:.625rem!important;padding-left:0!important}.pr-10{padding-right:.625rem!important}html[dir=rtl] .pr-10{padding-left:.625rem!important;padding-right:0!important}.p-12{padding:.75rem!important}.pt-12{padding-top:.75rem!important}.pb-12{padding-bottom:.75rem!important}.py-12{padding-top:.75rem!important;padding-bottom:.75rem!important}.px-12{padding-left:.75rem!important;padding-right:.75rem!important}.pl-12{padding-left:.75rem!important}html[dir=rtl] .pl-12{padding-right:.75rem!important;padding-left:0!important}.pr-12{padding-right:.75rem!important}html[dir=rtl] .pr-12{padding-left:.75rem!important;padding-right:0!important}.p-15{padding:.9375rem!important}.pt-15{padding-top:.9375rem!important}.pb-15{padding-bottom:.9375rem!important}.py-15{padding-top:.9375rem!important;padding-bottom:.9375rem!important}.px-15{padding-left:.9375rem!important;padding-right:.9375rem!important}.pl-15{padding-left:.9375rem!important}html[dir=rtl] .pl-15{padding-right:.9375rem!important;padding-left:0!important}.pr-15{padding-right:.9375rem!important}html[dir=rtl] .pr-15{padding-left:.9375rem!important;padding-right:0!important}.p-16{padding:1rem!important}.pt-16{padding-top:1rem!important}.pb-16{padding-bottom:1rem!important}.py-16{padding-top:1rem!important;padding-bottom:1rem!important}.px-16{padding-left:1rem!important;padding-right:1rem!important}.pl-16{padding-left:1rem!important}html[dir=rtl] .pl-16{padding-right:1rem!important;padding-left:0!important}.pr-16{padding-right:1rem!important}html[dir=rtl] .pr-16{padding-left:1rem!important;padding-right:0!important}.p-20{padding:1.25rem!important}.pt-20{padding-top:1.25rem!important}.pb-20{padding-bottom:1.25rem!important}.py-20{padding-top:1.25rem!important;padding-bottom:1.25rem!important}.px-20{padding-left:1.25rem!important;padding-right:1.25rem!important}.pl-20{padding-left:1.25rem!important}html[dir=rtl] .pl-20{padding-right:1.25rem!important;padding-left:0!important}.pr-20{padding-right:1.25rem!important}html[dir=rtl] .pr-20{padding-left:1.25rem!important;padding-right:0!important}.p-24{padding:1.5rem!important}.pt-24{padding-top:1.5rem!important}.pb-24{padding-bottom:1.5rem!important}.py-24{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.px-24{padding-left:1.5rem!important;padding-right:1.5rem!important}.pl-24{padding-left:1.5rem!important}html[dir=rtl] .pl-24{padding-right:1.5rem!important;padding-left:0!important}.pr-24{padding-right:1.5rem!important}html[dir=rtl] .pr-24{padding-left:1.5rem!important;padding-right:0!important}.p-30{padding:1.875rem!important}.pt-30{padding-top:1.875rem!important}.pb-30{padding-bottom:1.875rem!important}.py-30{padding-top:1.875rem!important;padding-bottom:1.875rem!important}.px-30{padding-left:1.875rem!important;padding-right:1.875rem!important}.pl-30{padding-left:1.875rem!important}html[dir=rtl] .pl-30{padding-right:1.875rem!important;padding-left:0!important}.pr-30{padding-right:1.875rem!important}html[dir=rtl] .pr-30{padding-left:1.875rem!important;padding-right:0!important}.p-32{padding:2rem!important}.pt-32{padding-top:2rem!important}.pb-32{padding-bottom:2rem!important}.py-32{padding-top:2rem!important;padding-bottom:2rem!important}.px-32{padding-left:2rem!important;padding-right:2rem!important}.pl-32{padding-left:2rem!important}html[dir=rtl] .pl-32{padding-right:2rem!important;padding-left:0!important}.pr-32{padding-right:2rem!important}html[dir=rtl] .pr-32{padding-left:2rem!important;padding-right:0!important}.p-40{padding:2.5rem!important}.pt-40{padding-top:2.5rem!important}.pb-40{padding-bottom:2.5rem!important}.py-40{padding-top:2.5rem!important;padding-bottom:2.5rem!important}.px-40{padding-left:2.5rem!important;padding-right:2.5rem!important}.pl-40{padding-left:2.5rem!important}html[dir=rtl] .pl-40{padding-right:2.5rem!important;padding-left:0!important}.pr-40{padding-right:2.5rem!important}html[dir=rtl] .pr-40{padding-left:2.5rem!important;padding-right:0!important}.p-48{padding:3rem!important}.pt-48{padding-top:3rem!important}.pb-48{padding-bottom:3rem!important}.py-48{padding-top:3rem!important;padding-bottom:3rem!important}.px-48{padding-left:3rem!important;padding-right:3rem!important}.pl-48{padding-left:3rem!important}html[dir=rtl] .pl-48{padding-right:3rem!important;padding-left:0!important}.pr-48{padding-right:3rem!important}html[dir=rtl] .pr-48{padding-left:3rem!important;padding-right:0!important}.p-52{padding:3.25rem!important}.pt-52{padding-top:3.25rem!important}.pb-52{padding-bottom:3.25rem!important}.py-52{padding-top:3.25rem!important;padding-bottom:3.25rem!important}.px-52{padding-left:3.25rem!important;padding-right:3.25rem!important}.pl-52{padding-left:3.25rem!important}html[dir=rtl] .pl-52{padding-right:3.25rem!important;padding-left:0!important}.pr-52{padding-right:3.25rem!important}html[dir=rtl] .pr-52{padding-left:3.25rem!important;padding-right:0!important}.p-56{padding:3.5rem!important}.pt-56{padding-top:3.5rem!important}.pb-56{padding-bottom:3.5rem!important}.py-56{padding-top:3.5rem!important;padding-bottom:3.5rem!important}.px-56{padding-left:3.5rem!important;padding-right:3.5rem!important}.pl-56{padding-left:3.5rem!important}html[dir=rtl] .pl-56{padding-right:3.5rem!important;padding-left:0!important}.pr-56{padding-right:3.5rem!important}html[dir=rtl] .pr-56{padding-left:3.5rem!important;padding-right:0!important}.p-60{padding:3.75rem!important}.pt-60{padding-top:3.75rem!important}.pb-60{padding-bottom:3.75rem!important}.py-60{padding-top:3.75rem!important;padding-bottom:3.75rem!important}.px-60{padding-left:3.75rem!important;padding-right:3.75rem!important}.pl-60{padding-left:3.75rem!important}html[dir=rtl] .pl-60{padding-right:3.75rem!important;padding-left:0!important}.pr-60{padding-right:3.75rem!important}html[dir=rtl] .pr-60{padding-left:3.75rem!important;padding-right:0!important}.p-64{padding:4rem!important}.pt-64{padding-top:4rem!important}.pb-64{padding-bottom:4rem!important}.py-64{padding-top:4rem!important;padding-bottom:4rem!important}.px-64{padding-left:4rem!important;padding-right:4rem!important}.pl-64{padding-left:4rem!important}html[dir=rtl] .pl-64{padding-right:4rem!important;padding-left:0!important}.pr-64{padding-right:4rem!important}html[dir=rtl] .pr-64{padding-left:4rem!important;padding-right:0!important}.p-68{padding:4.25rem!important}.pt-68{padding-top:4.25rem!important}.pb-68{padding-bottom:4.25rem!important}.py-68{padding-top:4.25rem!important;padding-bottom:4.25rem!important}.px-68{padding-left:4.25rem!important;padding-right:4.25rem!important}.pl-68{padding-left:4.25rem!important}html[dir=rtl] .pl-68{padding-right:4.25rem!important;padding-left:0!important}.pr-68{padding-right:4.25rem!important}html[dir=rtl] .pr-68{padding-left:4.25rem!important;padding-right:0!important}.p-72{padding:4.5rem!important}.pt-72{padding-top:4.5rem!important}.pb-72{padding-bottom:4.5rem!important}.py-72{padding-top:4.5rem!important;padding-bottom:4.5rem!important}.px-72{padding-left:4.5rem!important;padding-right:4.5rem!important}.pl-72{padding-left:4.5rem!important}html[dir=rtl] .pl-72{padding-right:4.5rem!important;padding-left:0!important}.pr-72{padding-right:4.5rem!important}html[dir=rtl] .pr-72{padding-left:4.5rem!important;padding-right:0!important}.p-76{padding:4.75rem!important}.pt-76{padding-top:4.75rem!important}.pb-76{padding-bottom:4.75rem!important}.py-76{padding-top:4.75rem!important;padding-bottom:4.75rem!important}.px-76{padding-left:4.75rem!important;padding-right:4.75rem!important}.pl-76{padding-left:4.75rem!important}html[dir=rtl] .pl-76{padding-right:4.75rem!important;padding-left:0!important}.pr-76{padding-right:4.75rem!important}html[dir=rtl] .pr-76{padding-left:4.75rem!important;padding-right:0!important}.p-80{padding:5rem!important}.pt-80{padding-top:5rem!important}.pb-80{padding-bottom:5rem!important}.py-80{padding-top:5rem!important;padding-bottom:5rem!important}.px-80{padding-left:5rem!important;padding-right:5rem!important}.pl-80{padding-left:5rem!important}html[dir=rtl] .pl-80{padding-right:5rem!important;padding-left:0!important}.pr-80{padding-right:5rem!important}html[dir=rtl] .pr-80{padding-left:5rem!important;padding-right:0!important}.p-84{padding:5.25rem!important}.pt-84{padding-top:5.25rem!important}.pb-84{padding-bottom:5.25rem!important}.py-84{padding-top:5.25rem!important;padding-bottom:5.25rem!important}.px-84{padding-left:5.25rem!important;padding-right:5.25rem!important}.pl-84{padding-left:5.25rem!important}html[dir=rtl] .pl-84{padding-right:5.25rem!important;padding-left:0!important}.pr-84{padding-right:5.25rem!important}html[dir=rtl] .pr-84{padding-left:5.25rem!important;padding-right:0!important}.p-88{padding:5.5rem!important}.pt-88{padding-top:5.5rem!important}.pb-88{padding-bottom:5.5rem!important}.py-88{padding-top:5.5rem!important;padding-bottom:5.5rem!important}.px-88{padding-left:5.5rem!important;padding-right:5.5rem!important}.pl-88{padding-left:5.5rem!important}html[dir=rtl] .pl-88{padding-right:5.5rem!important;padding-left:0!important}.pr-88{padding-right:5.5rem!important}html[dir=rtl] .pr-88{padding-left:5.5rem!important;padding-right:0!important}.p-96{padding:6rem!important}.pt-96{padding-top:6rem!important}.pb-96{padding-bottom:6rem!important}.py-96{padding-top:6rem!important;padding-bottom:6rem!important}.px-96{padding-left:6rem!important;padding-right:6rem!important}.pl-96{padding-left:6rem!important}html[dir=rtl] .pl-96{padding-right:6rem!important;padding-left:0!important}.pr-96{padding-right:6rem!important}html[dir=rtl] .pr-96{padding-left:6rem!important;padding-right:0!important}.p-192{padding:12rem!important}.pt-192{padding-top:12rem!important}.pb-192{padding-bottom:12rem!important}.py-192{padding-top:12rem!important;padding-bottom:12rem!important}.px-192{padding-left:12rem!important;padding-right:12rem!important}.pl-192{padding-left:12rem!important}html[dir=rtl] .pl-192{padding-right:12rem!important;padding-left:0!important}.pr-192{padding-right:12rem!important}html[dir=rtl] .pr-192{padding-left:12rem!important;padding-right:0!important}@media screen and (min-width: 768px){.px--20{padding:0 -1.25rem}}.o-x-auto{overflow-x:auto!important}.o-x-visible{overflow-x:visible!important}.o-x-hide{overflow-x:hidden!important}.o-x-scroll{overflow-x:scroll!important}.o-y-auto{overflow-y:auto!important}.o-y-visible{overflow-y:visible!important}.o-y-hide{overflow-y:hidden!important}.o-y-scroll{overflow-y:scroll!important}.flex-ai-center,.flex-ai-jc-center,.flex-jc-ai-center{align-items:center!important}.flex-as-center{align-self:center!important}.flex-jc-center,.flex-ai-jc-center,.flex-jc-ai-center{justify-content:center!important}.flex-ai-flex-start{align-items:flex-start!important}.flex-as-flex-start{align-self:flex-start!important}.flex-jc-flex-start{justify-content:flex-start!important}.flex-ai-flex-end{align-items:flex-end!important}.flex-as-flex-end{align-self:flex-end!important}.flex-jc-flex-end{justify-content:flex-end!important}.flex-jc-space-between{justify-content:space-between!important}.flex-jc-space-around{justify-content:space-around!important}.flex-jc-space-evenly{justify-content:space-evenly!important}.flex-dr{flex-direction:row!important}.flex-dc{flex-direction:column!important}.flex-ai-baseline{align-items:baseline!important}.flex-ai-end{align-items:flex-end!important}.flex-w-wrap{flex-wrap:wrap!important}.flex-basis-1{flex:1}.flex-basis-100{flex-basis:100%}.flex-none{flex:none}.b-0{border:0px solid var(--gray-400)!important}.bl-0{border-left:none!important}.br-0{border-right:none!important}.br-4{border-radius:4px!important}.bt-0{border-top:none!important}.bb-0{border-bottom:none!important}.b-1{border:1px solid var(--gray-400)!important}.b-2{border:2px solid var(--gray-400)!important}.b-4{border:4px solid var(--gray-400)!important}.b-8{border:8px solid var(--gray-400)!important}.bs-0{box-shadow:none!important}.bs-1{box-shadow:0 3px 6px #0000004a!important}.bs-1:hover{box-shadow:0 4px 9px #0000004a!important}.bs-2{box-shadow:0 0 20px #0000004a!important}input[type=submit].btn-block,input[type=reset].btn-block,input[type=button].btn-block{width:100%}a.sb-btn{text-align:center;display:inline-flex;justify-content:center;align-items:center;flex-wrap:wrap}.sb-btn{white-space:nowrap;-webkit-tap-highlight-color:transparent;-webkit-user-select:none;user-select:none;outline:0;display:inline-block;border:1px solid;cursor:pointer;min-width:4rem;border-radius:.125rem;-webkit-border-radius:.125rem;-moz-border-radius:.125rem;position:relative;line-height:1.15;text-transform:inherit;text-decoration:none}.sb-btn:hover{opacity:1}.sb-btn:after{content:"";position:absolute;top:50%;left:50%;width:3px;height:3px;background:var(--primary-600);opacity:0;border-radius:50%;transform:scale(1) translate(-50%);transform-origin:50% 50%}.sb-btn.flat{border-radius:0}.sb-btn.sb-btn-radius{border-radius:2rem}.sb-btn-gray{background-color:var(--gray-200);border-color:var(--gray-200);color:var(--white)}.sb-btn-gray:hover,.sb-btn-gray:active,.sb-btn-gray.active{background-color:var(--gray-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-gray{background-color:var(--white);color:var(--gray-200);border-color:var(--gray-200)}.sb-btn-outline-gray:hover,.sb-btn-outline-gray:active,.sb-btn-outline-gray.active{color:var(--gray-400);background-color:var(--gray-100)}.sb-btn-dashed-gray{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--gray-200);color:var(--gray-200)}.sb-btn-dashed-gray:hover,.sb-btn-dashed-gray:active,.sb-btn-dashed-gray.active{background-color:var(--gray-100)}.sb-btn-link-gray{background:none;border:0px;color:var(--gray-200)}.sb-btn-link-gray:hover,.sb-btn-link-gray:active,.sb-btn-link-gray.active{background-color:var(--gray-100)}.sb-btn-primary{background-color:var(--primary-400);border-color:var(--primary-400);color:var(--white)}.sb-btn-primary:hover,.sb-btn-primary:active,.sb-btn-primary.active{background-color:var(--primary-800);border:1px solid transparent;color:var(--white)}.sb-btn-outline-primary{background-color:var(--white);color:var(--primary-400);border-color:var(--primary-400)}.sb-btn-outline-primary:hover,.sb-btn-outline-primary:active,.sb-btn-outline-primary.active{color:var(--primary-800);background-color:var(--primary-100)}.sb-btn-dashed-primary{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--primary-400);color:var(--primary-400)}.sb-btn-dashed-primary:hover,.sb-btn-dashed-primary:active,.sb-btn-dashed-primary.active{background-color:var(--primary-100)}.sb-btn-link-primary{background:none;border:0px;color:var(--primary-400)}.sb-btn-link-primary:hover,.sb-btn-link-primary:active,.sb-btn-link-primary.active{background-color:var(--primary-100)}.sb-btn-secondary{background-color:var(--secondary-200);border-color:var(--secondary-200);color:var(--white)}.sb-btn-secondary:hover,.sb-btn-secondary:active,.sb-btn-secondary.active{background-color:var(--secondary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-secondary{background-color:var(--white);color:var(--secondary-200);border-color:var(--secondary-200)}.sb-btn-outline-secondary:hover,.sb-btn-outline-secondary:active,.sb-btn-outline-secondary.active{color:var(--secondary-400);background-color:var(--secondary-0)}.sb-btn-dashed-secondary{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--secondary-200);color:var(--secondary-200)}.sb-btn-dashed-secondary:hover,.sb-btn-dashed-secondary:active,.sb-btn-dashed-secondary.active{background-color:var(--secondary-0)}.sb-btn-link-secondary{background:none;border:0px;color:var(--secondary-200)}.sb-btn-link-secondary:hover,.sb-btn-link-secondary:active,.sb-btn-link-secondary.active{background-color:var(--secondary-0)}.sb-btn-tertiary{background-color:var(--tertiary-100);border-color:var(--tertiary-100);color:var(--white)}.sb-btn-tertiary:hover,.sb-btn-tertiary:active,.sb-btn-tertiary.active{background-color:var(--tertiary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-tertiary{background-color:var(--white);color:var(--tertiary-100);border-color:var(--tertiary-100)}.sb-btn-outline-tertiary:hover,.sb-btn-outline-tertiary:active,.sb-btn-outline-tertiary.active{color:var(--tertiary-400);background-color:var(--tertiary-0)}.sb-btn-dashed-tertiary{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--tertiary-100);color:var(--tertiary-100)}.sb-btn-dashed-tertiary:hover,.sb-btn-dashed-tertiary:active,.sb-btn-dashed-tertiary.active{background-color:var(--tertiary-0)}.sb-btn-link-tertiary{background:none;border:0px;color:var(--tertiary-100)}.sb-btn-link-tertiary:hover,.sb-btn-link-tertiary:active,.sb-btn-link-tertiary.active{background-color:var(--tertiary-0)}.sb-btn-red{background-color:var(--red-100);border-color:var(--red-100);color:var(--white)}.sb-btn-red:hover,.sb-btn-red:active,.sb-btn-red.active{background-color:var(--red-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-red{background-color:var(--white);color:var(--red-100);border-color:var(--red-100)}.sb-btn-outline-red:hover,.sb-btn-outline-red:active,.sb-btn-outline-red.active{color:var(--red-400);background-color:var(--red-0)}.sb-btn-dashed-red{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--red-100);color:var(--red-100)}.sb-btn-dashed-red:hover,.sb-btn-dashed-red:active,.sb-btn-dashed-red.active{background-color:var(--red-0)}.sb-btn-link-red{background:none;border:0px;color:var(--red-100)}.sb-btn-link-red:hover,.sb-btn-link-red:active,.sb-btn-link-red.active{background-color:var(--red-0)}.sb-btn-info{background-color:var(--primary-400);border-color:var(--primary-400);color:var(--white)}.sb-btn-info:hover,.sb-btn-info:active,.sb-btn-info.active{background-color:var(--primary-800);border:1px solid transparent;color:var(--white)}.sb-btn-outline-info{background-color:var(--white);color:var(--primary-400);border-color:var(--primary-400)}.sb-btn-outline-info:hover,.sb-btn-outline-info:active,.sb-btn-outline-info.active{color:var(--primary-800);background-color:var(--primary-100)}.sb-btn-dashed-info{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--primary-400);color:var(--primary-400)}.sb-btn-dashed-info:hover,.sb-btn-dashed-info:active,.sb-btn-dashed-info.active{background-color:var(--primary-100)}.sb-btn-link-info{background:none;border:0px;color:var(--primary-400)}.sb-btn-link-info:hover,.sb-btn-link-info:active,.sb-btn-link-info.active{background-color:var(--primary-100)}.sb-btn-success{background-color:var(--secondary-200);border-color:var(--secondary-200);color:var(--white)}.sb-btn-success:hover,.sb-btn-success:active,.sb-btn-success.active{background-color:var(--secondary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-success{background-color:var(--white);color:var(--secondary-200);border-color:var(--secondary-200)}.sb-btn-outline-success:hover,.sb-btn-outline-success:active,.sb-btn-outline-success.active{color:var(--secondary-400);background-color:var(--secondary-100)}.sb-btn-dashed-success{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--secondary-200);color:var(--secondary-200)}.sb-btn-dashed-success:hover,.sb-btn-dashed-success:active,.sb-btn-dashed-success.active{background-color:var(--secondary-100)}.sb-btn-link-success{background:none;border:0px;color:var(--secondary-200)}.sb-btn-link-success:hover,.sb-btn-link-success:active,.sb-btn-link-success.active{background-color:var(--secondary-100)}.sb-btn-warning{background-color:var(--tertiary-100);border-color:var(--tertiary-100);color:var(--white)}.sb-btn-warning:hover,.sb-btn-warning:active,.sb-btn-warning.active{background-color:var(--tertiary-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-warning{background-color:var(--white);color:var(--tertiary-100);border-color:var(--tertiary-100)}.sb-btn-outline-warning:hover,.sb-btn-outline-warning:active,.sb-btn-outline-warning.active{color:var(--tertiary-400);background-color:var(--tertiary-0)}.sb-btn-dashed-warning{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--tertiary-100);color:var(--tertiary-100)}.sb-btn-dashed-warning:hover,.sb-btn-dashed-warning:active,.sb-btn-dashed-warning.active{background-color:var(--tertiary-0)}.sb-btn-link-warning{background:none;border:0px;color:var(--tertiary-100)}.sb-btn-link-warning:hover,.sb-btn-link-warning:active,.sb-btn-link-warning.active{background-color:var(--tertiary-0)}.sb-btn-error{background-color:var(--red-100);border-color:var(--red-100);color:var(--white)}.sb-btn-error:hover,.sb-btn-error:active,.sb-btn-error.active{background-color:var(--red-400);border:1px solid transparent;color:var(--white)}.sb-btn-outline-error{background-color:var(--white);color:var(--red-100);border-color:var(--red-100)}.sb-btn-outline-error:hover,.sb-btn-outline-error:active,.sb-btn-outline-error.active{color:var(--red-400);background-color:var(--red-0)}.sb-btn-dashed-error{border-style:dashed;border-width:1px;background-color:#fff;border-color:var(--red-100);color:var(--red-100)}.sb-btn-dashed-error:hover,.sb-btn-dashed-error:active,.sb-btn-dashed-error.active{background-color:var(--red-0)}.sb-btn-link-error{background:none;border:0px;color:var(--red-100)}.sb-btn-link-error:hover,.sb-btn-link-error:active,.sb-btn-link-error.active{background-color:var(--red-0)}.sb-btn-xs{height:1.5rem;padding:.25rem .5rem;font-size:.75rem}.sb-btn-normal{height:2rem;padding:.5rem 1rem;font-size:.75rem}.sb-btn-sm{height:2.5rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-md{height:3rem;padding:.5rem 1rem;font-size:1rem}.sb-btn-lg{height:3.5rem;padding:1rem 1.5rem;font-size:1.25rem}.sb-btn-full{height:1.5rem;padding:.5rem 1rem;font-size:1.25rem;width:100%}.sb-btn-square.sb-btn-xs{height:1.5rem;width:1.5rem;font-size:1rem}.sb-btn-square.sb-btn-xs i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-xs span{margin:.5rem 0 0}.sb-btn-square.sb-btn-normal{height:4rem;width:4rem;font-size:.75rem}.sb-btn-square.sb-btn-normal i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-normal span{margin:.5rem 0 0}.sb-btn-square.sb-btn-sm{height:3rem;width:3rem;font-size:.75rem}.sb-btn-square.sb-btn-sm i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-sm span{margin:.5rem 0 0}.sb-btn-square.sb-btn-md{height:4rem;width:4rem;font-size:1rem}.sb-btn-square.sb-btn-md i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-md span{margin:.5rem 0 0}.sb-btn-square.sb-btn-lg{height:8rem;width:8rem;font-size:1.25rem}.sb-btn-square.sb-btn-lg i.icon{margin:0;font-size:2em}.sb-btn-square.sb-btn-lg span{margin:.5rem 0 0}.sb-btn-white{box-shadow:0 -.0625rem .25rem #0000001a,0 3px 4px #0003;border:0px solid #ddd}.sb-btn-square{display:inline-flex;flex-direction:column;align-items:center;justify-content:space-evenly;font-size:.75rem;padding:.5rem}.sb-btn-disabled{background-color:var(--gray-100);border:1px solid var(--gray-100);color:var(--gray-200);cursor:default}.sb-btn-outline-disabled{background-color:var(--white);border:1px solid var(--gray-100);color:var(--gray-200);cursor:default;font-weight:400}.sb-btn-link{background:none;border:0}.sb-btn-download{transition:all 1.2s ease-in-out}.sb-btn-download i:after{content:"\f019";font-size:.8125rem;color:var(--white)}.sb-btn-download:hover{animation:pulse .2s 2 both}.sb-btn-download.loading i{animation:loading 2s infinite linear}.sb-btn-download.loading i:after{content:"\f1ce"}.sb-btn-download.success i:after{content:"\f00c";color:transparent;animation:change-icon 1s .6s linear both}.sb-right-icon-btn{padding:.5rem}.sb-right-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-right-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn{padding:.5rem}.sb-left-icon-btn i.icon{margin-left:.25rem}html[dir=rtl] .sb-left-icon-btn i.icon{margin-right:.25rem;margin-left:0}.sb-left-icon-btn.sb-btn-xs{padding:.5rem}.ui.toggle.checkbox.sb-toggle{min-height:1.5rem;position:relative;display:inline-block;backface-visibility:hidden;outline:0;vertical-align:baseline;font-style:normal;min-height:1rem;font-size:1rem;min-width:1rem}.ui.toggle.checkbox.sb-toggle input{width:4rem;height:1.5rem;cursor:pointer;position:absolute;top:0;left:0;opacity:0;outline:0;z-index:3}.ui.toggle.checkbox.sb-toggle input:focus:checked~label:before,.ui.toggle.checkbox.sb-toggle input:focus:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~.box:before,.ui.toggle.checkbox.sb-toggle input:checked~label:before{background-color:#024f9d!important}.ui.toggle.checkbox.sb-toggle label{min-height:1rem;padding-left:4.5rem;color:#000000de;position:relative;display:block;outline:0;font-size:1rem}.ui.toggle.checkbox.sb-toggle label:before{display:block;position:absolute;content:"";z-index:1;transform:none;border:none;top:1px;left:0;background:rgba(0,0,0,.05);box-shadow:none;width:4rem;height:1.5rem;border-radius:500rem;border-color:var(--primary-color);background-color:var(--primary-color);color:var(--white);transition:border .1s ease,opacity .1s ease,transform .1s ease,box-shadow .1s ease}.ui.toggle.checkbox.sb-toggle label:after{background:var(--white) linear-gradient(transparent,rgba(0,0,0,.05));position:absolute;content:""!important;opacity:1;z-index:2;border:none;width:-2.5rem;height:-2.5rem;top:3px;left:0;border-radius:500rem;transition:background .3s ease,left .3s ease}.ui.toggle.checkbox.sb-toggle input~label:after{left:.1rem;box-shadow:none}.ui.toggle.checkbox.sb-toggle input:checked~label:after{left:2.5625rem;box-shadow:none}.btn-group{border:1px solid var(--gray-100);display:inline-flex;flex-direction:row;font-size:0;vertical-align:baseline}.btn-group .sb-btn{background:var(--white);border-left:1px solid var(--gray-100);flex:1 0 auto;border-radius:0;margin:0;border:0;color:var(--primary-400);min-width:2.5rem}.btn-group .sb-btn:first-child{border-left:none;margin-left:0}.btn-group .sb-btn:active,.btn-group .sb-btn.active{background-color:var(--primary-100);color:var(--primary-400)}.btn-group .sb-btn .icon{margin:0;vertical-align:top}.sb-btn-icon-fix{display:flex;align-items:center;line-height:normal}.sb-btn-grow{background:none;border:0px solid #fff;font-size:12px;color:#fff;cursor:pointer;transition:all .2s ease-in-out}.sb-btn-grow:disabled{opacity:.4;cursor:default}.sb-btn-grow:hover:not([disabled]){background:none;transform:scale(1.15)} /*# sourceMappingURL=styles.css.map*/ \ No newline at end of file diff --git a/web-component/sunbird-pdf-player.js b/web-component/sunbird-pdf-player.js index 79d5388..72b2256 100644 --- a/web-component/sunbird-pdf-player.js +++ b/web-component/sunbird-pdf-player.js @@ -1,2593 +1,161 @@ (()=>{"use strict";var e,p={},v={};function a(e){var n=v[e];if(void 0!==n)return n.exports;var r=v[e]={id:e,loaded:!1,exports:{}};return p[e].call(r.exports,r,r.exports,a),r.loaded=!0,r.exports}a.m=p,e=[],a.O=(n,r,c,l)=>{if(!r){var u=1/0;for(f=0;f=l)&&Object.keys(a.O).every(h=>a.O[h](r[t]))?r.splice(t--,1):(_=!1,l0&&e[f-1][2]>l;f--)e[f]=e[f-1];e[f]=[r,c,l]},a.n=e=>{var n=e&&e.__esModule?()=>e.default:()=>e;return a.d(n,{a:n}),n},a.d=(e,n)=>{for(var r in n)a.o(n,r)&&!a.o(e,r)&&Object.defineProperty(e,r,{enumerable:!0,get:n[r]})},a.o=(e,n)=>Object.prototype.hasOwnProperty.call(e,n),a.nmd=e=>(e.paths=[],e.children||(e.children=[]),e),(()=>{var e={runtime:0};a.O.j=c=>0===e[c];var n=(c,l)=>{var t,s,[f,u,_]=l,o=0;if(f.some(i=>0!==e[i])){for(t in u)a.o(u,t)&&(a.m[t]=u[t]);if(_)var d=_(a)}for(c&&c(l);o{"use strict";Ne(4924),Ne(7586)},7586:()=>{ +(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["polyfills"],{179:(W,ye,Ne)=>{"use strict";Ne(924),Ne(586)},586:()=>{ /*! (C) Andrea Giammarchi - @WebReflection - ISC Style License */ -!function(W,ye){"use strict";function Ne(){var t=ze.splice(0,ze.length);for(v=0;t.length;)t.shift().call(null,t.shift())}function Ve(t,s){for(var f=0,h=t.length;f1)&<(this)}}}),pe(C,He,{value:function(Z){-1>0,Se="__"+Fe+mt,_e="addEventListener",Ae="attached",de="Callback",we="detached",Be="extends",He="attributeChanged"+de,Et=Ae+de,Tt="connected"+de,ut="disconnected"+de,$e="created"+de,gt=we+de,Ke="ADDITION",it="REMOVAL",Ie="DOMAttrModified",_t="DOMContentLoaded",ct="DOMSubtreeModified",De="<",at="=",yt=/^[A-Z][._A-Z0-9]*-[-._A-Z0-9]*$/,vt=["ANNOTATION-XML","COLOR-PROFILE","FONT-FACE","FONT-FACE-SRC","FONT-FACE-URI","FONT-FACE-FORMAT","FONT-FACE-NAME","MISSING-GLYPH"],e=[],n=[],a="",i=U.documentElement,u=e.indexOf||function(t){for(var s=this.length;s--&&this[s]!==t;);return s},d=Te.prototype,k=d.hasOwnProperty,g=d.isPrototypeOf,P=Te.defineProperty,O=[],M=Te.getOwnPropertyDescriptor,B=Te.getOwnPropertyNames,j=Te.getPrototypeOf,F=Te.setPrototypeOf,re=!!Te.__proto__,he="__dreCEv1",z=W.customElements,N=!/^force/.test(ye.type)&&!!(z&&z.define&&z.get&&z.whenDefined),b=Te.create||Te,me=W.Map||function(){var t,s=[],f=[];return{get:function(h){return f[u.call(s,h)]},set:function(h,_){(t=u.call(s,h))<0?f[s.push(h)-1]=_:f[t]=_}}},Y=W.Promise||function(t){function s(C){for(h=!0;f.length;)f.shift()(C)}var f=[],h=!1,_={catch:function(){return _},then:function(C){return f.push(C),h&&setTimeout(s,1),_}};return t(s),_},ce=!1,G=b(null),y=b(null),$=new me,p=function(t){return t.toLowerCase()},V=Te.create||function t(s){return s?(t.prototype=s,new t):this},R=F||(re?function(t,s){return t.__proto__=s,t}:B&&M?function(){function t(s,f){for(var h,_=B(f),C=0,w=_.length;C
",new ue(function(t,s){if(t[0]&&"childList"==t[0].type&&!t[0].removedNodes[0].childNodes.length){var f=(Re=M(x,"innerHTML"))&&Re.set;f&&P(x,"innerHTML",{set:function(h){for(;this.lastChild;)this.removeChild(this.lastChild);f.call(this,h)}})}s.disconnect(),Re=null}).observe(Re,{childList:!0,subtree:!0}),Re.innerHTML=""),S||(F||re?(st=function(t,s){g.call(s,t)||We(t,s)},ke=We):(st=function(t,s){t[Se]||(t[Se]=Te(!0),We(t,s))},ke=st),Q?(J=!1,t=M(x,_e),s=t.value,f=function(C){var w=new CustomEvent(Ie,{bubbles:!0});w.attrName=C,w.prevValue=H.call(this,C),w.newValue=null,w[it]=w.attrChange=2,be.call(this,C),c.call(this,w)},h=function(C,w){var ae=ne.call(this,C),Z=ae&&H.call(this,C),se=new CustomEvent(Ie,{bubbles:!0});m.call(this,C,w),se.attrName=C,se.prevValue=ae?Z:null,se.newValue=w,ae?se.MODIFICATION=se.attrChange=1:se[Ke]=se.attrChange=0,c.call(this,se)},_=function(C){var w,ae=C.currentTarget,Z=ae[Se],se=C.propertyName;Z.hasOwnProperty(se)&&(Z=Z[se],(w=new CustomEvent(Ie,{bubbles:!0})).attrName=Z.name,w.prevValue=Z.value||null,w.newValue=Z.value=ae[se]||null,null==w.prevValue?w[Ke]=w.attrChange=0:w.MODIFICATION=w.attrChange=1,c.call(ae,w))},t.value=function(C,w,ae){C===Ie&&this[He]&&this.setAttribute!==h&&(this[Se]={className:{name:"class",value:this.className}},this.setAttribute=h,this.removeAttribute=f,s.call(this,"propertychange",_)),s.call(this,C,w,ae)},P(x,_e,t)):ue||(i[_e](Ie,D),i.setAttribute(Se,1),i.removeAttribute(Se),J&&(ot=function(t){var s,f,h,_=this;if(_===t.target){for(h in s=_[Se],_[Se]=f=ve(_),f){if(!(h in s))return Ye(0,_,h,s[h],f[h],Ke);if(f[h]!==s[h])return Ye(1,_,h,s[h],f[h],"MODIFICATION")}for(h in s)if(!(h in f))return Ye(2,_,h,s[h],f[h],it)}},Ye=function(t,s,f,h,_,C){var w={attrChange:t,currentTarget:s,attrName:f,prevValue:h,newValue:_};w[C]=t,Qe(w)},ve=function(t){for(var s,f,h={},_=t.attributes,C=0,w=_.length;C$");if(s[Be]="a",t.prototype=V(Ce.prototype),t.prototype.constructor=t,W.customElements.define(f,t,s),!h.test(U.createElement("a",{is:f}).outerHTML)||!h.test((new t).outerHTML))throw s}(function t(){return Reflect.construct(Ce,[],t)},{},"document-register-element-a"+mt)}catch{Xe()}if(!ye.noBuiltIn)try{if(E.call(U,"a","a").outerHTML.indexOf("is")<0)throw{}}catch{p=function(s){return{is:s.toLowerCase()}}}}(window)},4924:()=>{"use strict"; -/** - * @license Angular v14.2.0-next.0 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */!function(e){const n=e.performance;function a(K){n&&n.mark&&n.mark(K)}function i(K,o){n&&n.measure&&n.measure(K,o)}a("Zone");const u=e.__Zone_symbol_prefix||"__zone_symbol__";function d(K){return u+K}const k=!0===e[d("forceDuplicateZoneCheck")];if(e.Zone){if(k||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}class g{constructor(o,r){this._parent=o,this._name=r?r.name||"unnamed":"",this._properties=r&&r.properties||{},this._zoneDelegate=new O(this,this._parent&&this._parent._zoneDelegate,r)}static assertZonePatched(){if(e.Promise!==Ce.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let o=g.current;for(;o.parent;)o=o.parent;return o}static get current(){return Q.zone}static get currentTask(){return pe}static __load_patch(o,r,c=!1){if(Ce.hasOwnProperty(o)){if(!c&&k)throw Error("Already loaded patch: "+o)}else if(!e["__Zone_disable_"+o]){const H="Zone:"+o;a(H),Ce[o]=r(e,g,x),i(H,H)}}get parent(){return this._parent}get name(){return this._name}get(o){const r=this.getZoneWith(o);if(r)return r._properties[o]}getZoneWith(o){let r=this;for(;r;){if(r._properties.hasOwnProperty(o))return r;r=r._parent}return null}fork(o){if(!o)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,o)}wrap(o,r){if("function"!=typeof o)throw new Error("Expecting function got: "+o);const c=this._zoneDelegate.intercept(this,o,r),H=this;return function(){return H.runGuarded(c,this,arguments,r)}}run(o,r,c,H){Q={parent:Q,zone:this};try{return this._zoneDelegate.invoke(this,o,r,c,H)}finally{Q=Q.parent}}runGuarded(o,r=null,c,H){Q={parent:Q,zone:this};try{try{return this._zoneDelegate.invoke(this,o,r,c,H)}catch(ne){if(this._zoneDelegate.handleError(this,ne))throw ne}}finally{Q=Q.parent}}runTask(o,r,c){if(o.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");if(o.state===Y&&(o.type===ue||o.type===R))return;const H=o.state!=y;H&&o._transitionTo(y,G),o.runCount++;const ne=pe;pe=o,Q={parent:Q,zone:this};try{o.type==R&&o.data&&!o.data.isPeriodic&&(o.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,o,r,c)}catch(be){if(this._zoneDelegate.handleError(this,be))throw be}}finally{o.state!==Y&&o.state!==p&&(o.type==ue||o.data&&o.data.isPeriodic?H&&o._transitionTo(G,y):(o.runCount=0,this._updateTaskCount(o,-1),H&&o._transitionTo(Y,y,Y))),Q=Q.parent,pe=ne}}scheduleTask(o){if(o.zone&&o.zone!==this){let c=this;for(;c;){if(c===o.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${o.zone.name}`);c=c.parent}}o._transitionTo(ce,Y);const r=[];o._zoneDelegates=r,o._zone=this;try{o=this._zoneDelegate.scheduleTask(this,o)}catch(c){throw o._transitionTo(p,ce,Y),this._zoneDelegate.handleError(this,c),c}return o._zoneDelegates===r&&this._updateTaskCount(o,1),o.state==ce&&o._transitionTo(G,ce),o}scheduleMicroTask(o,r,c,H){return this.scheduleTask(new M(V,o,r,c,H,void 0))}scheduleMacroTask(o,r,c,H,ne){return this.scheduleTask(new M(R,o,r,c,H,ne))}scheduleEventTask(o,r,c,H,ne){return this.scheduleTask(new M(ue,o,r,c,H,ne))}cancelTask(o){if(o.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");o._transitionTo($,G,y);try{this._zoneDelegate.cancelTask(this,o)}catch(r){throw o._transitionTo(p,$),this._zoneDelegate.handleError(this,r),r}return this._updateTaskCount(o,-1),o._transitionTo(Y,$),o.runCount=0,o}_updateTaskCount(o,r){const c=o._zoneDelegates;-1==r&&(o._zoneDelegates=null);for(let H=0;HK.hasTask(r,c),onScheduleTask:(K,o,r,c)=>K.scheduleTask(r,c),onInvokeTask:(K,o,r,c,H,ne)=>K.invokeTask(r,c,H,ne),onCancelTask:(K,o,r,c)=>K.cancelTask(r,c)};class O{constructor(o,r,c){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=o,this._parentDelegate=r,this._forkZS=c&&(c&&c.onFork?c:r._forkZS),this._forkDlgt=c&&(c.onFork?r:r._forkDlgt),this._forkCurrZone=c&&(c.onFork?this.zone:r._forkCurrZone),this._interceptZS=c&&(c.onIntercept?c:r._interceptZS),this._interceptDlgt=c&&(c.onIntercept?r:r._interceptDlgt),this._interceptCurrZone=c&&(c.onIntercept?this.zone:r._interceptCurrZone),this._invokeZS=c&&(c.onInvoke?c:r._invokeZS),this._invokeDlgt=c&&(c.onInvoke?r:r._invokeDlgt),this._invokeCurrZone=c&&(c.onInvoke?this.zone:r._invokeCurrZone),this._handleErrorZS=c&&(c.onHandleError?c:r._handleErrorZS),this._handleErrorDlgt=c&&(c.onHandleError?r:r._handleErrorDlgt),this._handleErrorCurrZone=c&&(c.onHandleError?this.zone:r._handleErrorCurrZone),this._scheduleTaskZS=c&&(c.onScheduleTask?c:r._scheduleTaskZS),this._scheduleTaskDlgt=c&&(c.onScheduleTask?r:r._scheduleTaskDlgt),this._scheduleTaskCurrZone=c&&(c.onScheduleTask?this.zone:r._scheduleTaskCurrZone),this._invokeTaskZS=c&&(c.onInvokeTask?c:r._invokeTaskZS),this._invokeTaskDlgt=c&&(c.onInvokeTask?r:r._invokeTaskDlgt),this._invokeTaskCurrZone=c&&(c.onInvokeTask?this.zone:r._invokeTaskCurrZone),this._cancelTaskZS=c&&(c.onCancelTask?c:r._cancelTaskZS),this._cancelTaskDlgt=c&&(c.onCancelTask?r:r._cancelTaskDlgt),this._cancelTaskCurrZone=c&&(c.onCancelTask?this.zone:r._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const H=c&&c.onHasTask,ne=r&&r._hasTaskZS;(H||ne)&&(this._hasTaskZS=H?c:P,this._hasTaskDlgt=r,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=o,c.onScheduleTask||(this._scheduleTaskZS=P,this._scheduleTaskDlgt=r,this._scheduleTaskCurrZone=this.zone),c.onInvokeTask||(this._invokeTaskZS=P,this._invokeTaskDlgt=r,this._invokeTaskCurrZone=this.zone),c.onCancelTask||(this._cancelTaskZS=P,this._cancelTaskDlgt=r,this._cancelTaskCurrZone=this.zone))}fork(o,r){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,o,r):new g(o,r)}intercept(o,r,c){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,o,r,c):r}invoke(o,r,c,H,ne){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,o,r,c,H,ne):r.apply(c,H)}handleError(o,r){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,o,r)}scheduleTask(o,r){let c=r;if(this._scheduleTaskZS)this._hasTaskZS&&c._zoneDelegates.push(this._hasTaskDlgtOwner),c=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,o,r),c||(c=r);else if(r.scheduleFn)r.scheduleFn(r);else{if(r.type!=V)throw new Error("Task is missing scheduleFn.");N(r)}return c}invokeTask(o,r,c,H){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,o,r,c,H):r.callback.apply(c,H)}cancelTask(o,r){let c;if(this._cancelTaskZS)c=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,o,r);else{if(!r.cancelFn)throw Error("Task is not cancelable");c=r.cancelFn(r)}return c}hasTask(o,r){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,o,r)}catch(c){this.handleError(o,c)}}_updateTaskCount(o,r){const c=this._taskCounts,H=c[o],ne=c[o]=H+r;if(ne<0)throw new Error("More tasks executed then were scheduled.");if(0==H||0==ne){const be={microTask:c.microTask>0,macroTask:c.macroTask>0,eventTask:c.eventTask>0,change:o};this.hasTask(this.zone,be)}}}class M{constructor(o,r,c,H,ne,be){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=o,this.source=r,this.data=H,this.scheduleFn=ne,this.cancelFn=be,!c)throw new Error("callback is not defined");this.callback=c;const m=this;o===ue&&H&&H.useG?this.invoke=M.invokeTask:this.invoke=function(){return M.invokeTask.call(e,m,this,arguments)}}static invokeTask(o,r,c){o||(o=this),ge++;try{return o.runCount++,o.zone.runTask(o,r,c)}finally{1==ge&&b(),ge--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(Y,ce)}_transitionTo(o,r,c){if(this._state!==r&&this._state!==c)throw new Error(`${this.type} '${this.source}': can not transition to '${o}', expecting state '${r}'${c?" or '"+c+"'":""}, was '${this._state}'.`);this._state=o,o==Y&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const B=d("setTimeout"),j=d("Promise"),F=d("then");let he,re=[],X=!1;function z(K){if(he||e[j]&&(he=e[j].resolve(0)),he){let o=he[F];o||(o=he.then),o.call(he,K)}else e[B](K,0)}function N(K){0===ge&&0===re.length&&z(b),K&&re.push(K)}function b(){if(!X){for(X=!0;re.length;){const K=re;re=[];for(let o=0;oQ,onUnhandledError:te,microtaskDrainDone:te,scheduleMicroTask:N,showUncaughtError:()=>!g[d("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:te,patchMethod:()=>te,bindArguments:()=>[],patchThen:()=>te,patchMacroTask:()=>te,patchEventPrototype:()=>te,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>te,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>te,wrapWithCurrentZone:()=>te,filterProperties:()=>[],attachOriginToPatched:()=>te,_redefineProperty:()=>te,patchCallbacks:()=>te,nativeScheduleMicroTask:z};let Q={parent:null,zone:new g(null,null)},pe=null,ge=0;function te(){}i("Zone","Zone"),e.Zone=g}(typeof window<"u"&&window||typeof self<"u"&&self||global); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const W=Object.getOwnPropertyDescriptor,ye=Object.defineProperty,Ne=Object.getPrototypeOf,Ve=Object.create,ft=Array.prototype.slice,xe="addEventListener",Ue="removeEventListener",Je=Zone.__symbol__(xe),Qe=Zone.__symbol__(Ue),Oe="true",Me="false",Ge=Zone.__symbol__("");function et(e,n){return Zone.current.wrap(e,n)}function We(e,n,a,i,u){return Zone.current.scheduleMacroTask(e,n,a,i,u)}const q=Zone.__symbol__,qe=typeof window<"u",Ze=qe?window:void 0,le=qe&&Ze||"object"==typeof self&&self||global;function tt(e,n){for(let a=e.length-1;a>=0;a--)"function"==typeof e[a]&&(e[a]=et(e[a],n+"_"+a));return e}function lt(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const nt=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Xe=!("nw"in le)&&typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process),U=!Xe&&!nt&&!(!qe||!Ze.HTMLElement),Te=typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process)&&!nt&&!(!qe||!Ze.HTMLElement),rt={},ze=function(e){if(!(e=e||le.event))return;let n=rt[e.type];n||(n=rt[e.type]=q("ON_PROPERTY"+e.type));const a=this||e.target||le,i=a[n];let u;if(U&&a===Ze&&"error"===e.type){const d=e;u=i&&i.call(this,d.message,d.filename,d.lineno,d.colno,d.error),!0===u&&e.preventDefault()}else u=i&&i.apply(this,arguments),null!=u&&!u&&e.preventDefault();return u};function ot(e,n,a){let i=W(e,n);if(!i&&a&&W(a,n)&&(i={enumerable:!0,configurable:!0}),!i||!i.configurable)return;const u=q("on"+n+"patched");if(e.hasOwnProperty(u)&&e[u])return;delete i.writable,delete i.value;const d=i.get,k=i.set,g=n.slice(2);let P=rt[g];P||(P=rt[g]=q("ON_PROPERTY"+g)),i.set=function(O){let M=this;!M&&e===le&&(M=le),M&&("function"==typeof M[P]&&M.removeEventListener(g,ze),k&&k.call(M,null),M[P]=O,"function"==typeof O&&M.addEventListener(g,ze,!1))},i.get=function(){let O=this;if(!O&&e===le&&(O=le),!O)return null;const M=O[P];if(M)return M;if(d){let B=d.call(this);if(B)return i.set.call(this,B),"function"==typeof O.removeAttribute&&O.removeAttribute(n),B}return null},ye(e,n,i),e[u]=!0}function Ye(e,n,a){if(n)for(let i=0;ifunction(k,g){const P=a(k,g);return P.cbIdx>=0&&"function"==typeof g[P.cbIdx]?We(P.name,g[P.cbIdx],P,u):d.apply(k,g)})}function ke(e,n){e[q("OriginalDelegate")]=n}let Re=!1,Fe=!1;function Se(){if(Re)return Fe;Re=!0;try{const e=Ze.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(Fe=!0)}catch{}return Fe} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */Zone.__load_patch("ZoneAwarePromise",(e,n,a)=>{const i=Object.getOwnPropertyDescriptor,u=Object.defineProperty;const k=a.symbol,g=[],P=!0===e[k("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],O=k("Promise"),M=k("then");a.onUnhandledError=m=>{if(a.showUncaughtError()){const E=m&&m.rejection;E?console.error("Unhandled Promise rejection:",E instanceof Error?E.message:E,"; Zone:",m.zone.name,"; Task:",m.task&&m.task.source,"; Value:",E,E instanceof Error?E.stack:void 0):console.error(m)}},a.microtaskDrainDone=()=>{for(;g.length;){const m=g.shift();try{m.zone.runGuarded(()=>{throw m.throwOriginal?m.rejection:m})}catch(E){F(E)}}};const j=k("unhandledPromiseRejectionHandler");function F(m){a.onUnhandledError(m);try{const E=n[j];"function"==typeof E&&E.call(this,m)}catch{}}function re(m){return m&&m.then}function X(m){return m}function he(m){return r.reject(m)}const z=k("state"),N=k("value"),b=k("finally"),me=k("parentPromiseValue"),Y=k("parentPromiseState"),G=null,y=!0,$=!1;function V(m,E){return l=>{try{x(m,E,l)}catch(T){x(m,!1,T)}}}const R=function(){let m=!1;return function(l){return function(){m||(m=!0,l.apply(null,arguments))}}},Ce=k("currentTaskTrace");function x(m,E,l){const T=R();if(m===l)throw new TypeError("Promise resolved with itself");if(m[z]===G){let L=null;try{("object"==typeof l||"function"==typeof l)&&(L=l&&l.then)}catch(D){return T(()=>{x(m,!1,D)})(),m}if(E!==$&&l instanceof r&&l.hasOwnProperty(z)&&l.hasOwnProperty(N)&&l[z]!==G)pe(l),x(m,l[z],l[N]);else if(E!==$&&"function"==typeof L)try{L.call(l,T(V(m,E)),T(V(m,!1)))}catch(D){T(()=>{x(m,!1,D)})()}else{m[z]=E;const D=m[N];if(m[N]=l,m[b]===b&&E===y&&(m[z]=m[Y],m[N]=m[me]),E===$&&l instanceof Error){const v=n.currentTask&&n.currentTask.data&&n.currentTask.data.__creationTrace__;v&&u(l,Ce,{configurable:!0,enumerable:!1,writable:!0,value:v})}for(let v=0;v{try{const S=m[N],I=!!l&&b===l[b];I&&(l[me]=S,l[Y]=D);const A=E.run(v,void 0,I&&v!==he&&v!==X?[]:[S]);x(l,!0,A)}catch(S){x(l,!1,S)}},l)}const K=function(){},o=e.AggregateError;class r{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(E){return x(new this(null),y,E)}static reject(E){return x(new this(null),$,E)}static any(E){if(!E||"function"!=typeof E[Symbol.iterator])return Promise.reject(new o([],"All promises were rejected"));const l=[];let T=0;try{for(let v of E)T++,l.push(r.resolve(v))}catch{return Promise.reject(new o([],"All promises were rejected"))}if(0===T)return Promise.reject(new o([],"All promises were rejected"));let L=!1;const D=[];return new r((v,S)=>{for(let I=0;I{L||(L=!0,v(A))},A=>{D.push(A),T--,0===T&&(L=!0,S(new o(D,"All promises were rejected")))})})}static race(E){let l,T,L=new this((S,I)=>{l=S,T=I});function D(S){l(S)}function v(S){T(S)}for(let S of E)re(S)||(S=this.resolve(S)),S.then(D,v);return L}static all(E){return r.allWithCallback(E)}static allSettled(E){return(this&&this.prototype instanceof r?this:r).allWithCallback(E,{thenCallback:T=>({status:"fulfilled",value:T}),errorCallback:T=>({status:"rejected",reason:T})})}static allWithCallback(E,l){let T,L,D=new this((A,J)=>{T=A,L=J}),v=2,S=0;const I=[];for(let A of E){re(A)||(A=this.resolve(A));const J=S;try{A.then(ee=>{I[J]=l?l.thenCallback(ee):ee,v--,0===v&&T(I)},ee=>{l?(I[J]=l.errorCallback(ee),v--,0===v&&T(I)):L(ee)})}catch(ee){L(ee)}v++,S++}return v-=2,0===v&&T(I),D}constructor(E){const l=this;if(!(l instanceof r))throw new Error("Must be an instanceof Promise.");l[z]=G,l[N]=[];try{const T=R();E&&E(T(V(l,y)),T(V(l,$)))}catch(T){x(l,!1,T)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return r}then(E,l){var T;let L=null===(T=this.constructor)||void 0===T?void 0:T[Symbol.species];(!L||"function"!=typeof L)&&(L=this.constructor||r);const D=new L(K),v=n.current;return this[z]==G?this[N].push(v,D,E,l):ge(this,v,D,E,l),D}catch(E){return this.then(null,E)}finally(E){var l;let T=null===(l=this.constructor)||void 0===l?void 0:l[Symbol.species];(!T||"function"!=typeof T)&&(T=r);const L=new T(K);L[b]=b;const D=n.current;return this[z]==G?this[N].push(D,L,E,E):ge(this,D,L,E,E),L}}r.resolve=r.resolve,r.reject=r.reject,r.race=r.race,r.all=r.all;const c=e[O]=e.Promise;e.Promise=r;const H=k("thenPatched");function ne(m){const E=m.prototype,l=i(E,"then");if(l&&(!1===l.writable||!l.configurable))return;const T=E.then;E[M]=T,m.prototype.then=function(L,D){return new r((S,I)=>{T.call(this,S,I)}).then(L,D)},m[H]=!0}return a.patchThen=ne,c&&(ne(c),Le(e,"fetch",m=>function be(m){return function(E,l){let T=m.apply(E,l);if(T instanceof r)return T;let L=T.constructor;return L[H]||ne(L),T}}(m))),Promise[n.__symbol__("uncaughtPromiseErrors")]=g,r}), -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ +!function(W,ye){"use strict";function Ne(){var t=ze.splice(0,ze.length);for(v=0;t.length;)t.shift().call(null,t.shift())}function Ve(t,s){for(var f=0,h=t.length;f1)&<(this)}}}),pe(C,He,{value:function(Z){-1>0,Se="__"+Fe+mt,_e="addEventListener",Ae="attached",de="Callback",we="detached",Be="extends",He="attributeChanged"+de,Et=Ae+de,Tt="connected"+de,ut="disconnected"+de,$e="created"+de,gt=we+de,Ke="ADDITION",it="REMOVAL",Ie="DOMAttrModified",_t="DOMContentLoaded",ct="DOMSubtreeModified",De="<",at="=",yt=/^[A-Z][._A-Z0-9]*-[-._A-Z0-9]*$/,vt=["ANNOTATION-XML","COLOR-PROFILE","FONT-FACE","FONT-FACE-SRC","FONT-FACE-URI","FONT-FACE-FORMAT","FONT-FACE-NAME","MISSING-GLYPH"],e=[],n=[],a="",i=U.documentElement,u=e.indexOf||function(t){for(var s=this.length;s--&&this[s]!==t;);return s},d=Te.prototype,k=d.hasOwnProperty,g=d.isPrototypeOf,P=Te.defineProperty,O=[],M=Te.getOwnPropertyDescriptor,B=Te.getOwnPropertyNames,j=Te.getPrototypeOf,F=Te.setPrototypeOf,re=!!Te.__proto__,he="__dreCEv1",z=W.customElements,N=!/^force/.test(ye.type)&&!!(z&&z.define&&z.get&&z.whenDefined),b=Te.create||Te,me=W.Map||function(){var t,s=[],f=[];return{get:function(h){return f[u.call(s,h)]},set:function(h,_){(t=u.call(s,h))<0?f[s.push(h)-1]=_:f[t]=_}}},Y=W.Promise||function(t){function s(C){for(h=!0;f.length;)f.shift()(C)}var f=[],h=!1,_={catch:function(){return _},then:function(C){return f.push(C),h&&setTimeout(s,1),_}};return t(s),_},ce=!1,G=b(null),y=b(null),$=new me,p=function(t){return t.toLowerCase()},V=Te.create||function t(s){return s?(t.prototype=s,new t):this},R=F||(re?function(t,s){return t.__proto__=s,t}:B&&M?function(){function t(s,f){for(var h,_=B(f),C=0,w=_.length;C
",new ue(function(t,s){if(t[0]&&"childList"==t[0].type&&!t[0].removedNodes[0].childNodes.length){var f=(Re=M(x,"innerHTML"))&&Re.set;f&&P(x,"innerHTML",{set:function(h){for(;this.lastChild;)this.removeChild(this.lastChild);f.call(this,h)}})}s.disconnect(),Re=null}).observe(Re,{childList:!0,subtree:!0}),Re.innerHTML=""),S||(F||re?(st=function(t,s){g.call(s,t)||We(t,s)},ke=We):(st=function(t,s){t[Se]||(t[Se]=Te(!0),We(t,s))},ke=st),Q?(J=!1,t=M(x,_e),s=t.value,f=function(C){var w=new CustomEvent(Ie,{bubbles:!0});w.attrName=C,w.prevValue=H.call(this,C),w.newValue=null,w[it]=w.attrChange=2,be.call(this,C),c.call(this,w)},h=function(C,w){var ae=ne.call(this,C),Z=ae&&H.call(this,C),se=new CustomEvent(Ie,{bubbles:!0});m.call(this,C,w),se.attrName=C,se.prevValue=ae?Z:null,se.newValue=w,ae?se.MODIFICATION=se.attrChange=1:se[Ke]=se.attrChange=0,c.call(this,se)},_=function(C){var w,ae=C.currentTarget,Z=ae[Se],se=C.propertyName;Z.hasOwnProperty(se)&&(Z=Z[se],(w=new CustomEvent(Ie,{bubbles:!0})).attrName=Z.name,w.prevValue=Z.value||null,w.newValue=Z.value=ae[se]||null,null==w.prevValue?w[Ke]=w.attrChange=0:w.MODIFICATION=w.attrChange=1,c.call(ae,w))},t.value=function(C,w,ae){C===Ie&&this[He]&&this.setAttribute!==h&&(this[Se]={className:{name:"class",value:this.className}},this.setAttribute=h,this.removeAttribute=f,s.call(this,"propertychange",_)),s.call(this,C,w,ae)},P(x,_e,t)):ue||(i[_e](Ie,D),i.setAttribute(Se,1),i.removeAttribute(Se),J&&(ot=function(t){var s,f,h,_=this;if(_===t.target){for(h in s=_[Se],_[Se]=f=ve(_),f){if(!(h in s))return Ye(0,_,h,s[h],f[h],Ke);if(f[h]!==s[h])return Ye(1,_,h,s[h],f[h],"MODIFICATION")}for(h in s)if(!(h in f))return Ye(2,_,h,s[h],f[h],it)}},Ye=function(t,s,f,h,_,C){var w={attrChange:t,currentTarget:s,attrName:f,prevValue:h,newValue:_};w[C]=t,Qe(w)},ve=function(t){for(var s,f,h={},_=t.attributes,C=0,w=_.length;C$");if(s[Be]="a",t.prototype=V(Ce.prototype),t.prototype.constructor=t,W.customElements.define(f,t,s),!h.test(U.createElement("a",{is:f}).outerHTML)||!h.test((new t).outerHTML))throw s}(function t(){return Reflect.construct(Ce,[],t)},{},"document-register-element-a"+mt)}catch{Xe()}if(!ye.noBuiltIn)try{if(E.call(U,"a","a").outerHTML.indexOf("is")<0)throw{}}catch{p=function(s){return{is:s.toLowerCase()}}}}(window)},924:()=>{"use strict"; +/** + * @license Angular v14.2.0-next.0 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */!function(e){const n=e.performance;function a(K){n&&n.mark&&n.mark(K)}function i(K,o){n&&n.measure&&n.measure(K,o)}a("Zone");const u=e.__Zone_symbol_prefix||"__zone_symbol__";function d(K){return u+K}const k=!0===e[d("forceDuplicateZoneCheck")];if(e.Zone){if(k||"function"!=typeof e.Zone.__symbol__)throw new Error("Zone already loaded.");return e.Zone}class g{constructor(o,r){this._parent=o,this._name=r?r.name||"unnamed":"",this._properties=r&&r.properties||{},this._zoneDelegate=new O(this,this._parent&&this._parent._zoneDelegate,r)}static assertZonePatched(){if(e.Promise!==Ce.ZoneAwarePromise)throw new Error("Zone.js has detected that ZoneAwarePromise `(window|global).Promise` has been overwritten.\nMost likely cause is that a Promise polyfill has been loaded after Zone.js (Polyfilling Promise api is not necessary when zone.js is loaded. If you must load one, do so before loading zone.js.)")}static get root(){let o=g.current;for(;o.parent;)o=o.parent;return o}static get current(){return Q.zone}static get currentTask(){return pe}static __load_patch(o,r,c=!1){if(Ce.hasOwnProperty(o)){if(!c&&k)throw Error("Already loaded patch: "+o)}else if(!e["__Zone_disable_"+o]){const H="Zone:"+o;a(H),Ce[o]=r(e,g,x),i(H,H)}}get parent(){return this._parent}get name(){return this._name}get(o){const r=this.getZoneWith(o);if(r)return r._properties[o]}getZoneWith(o){let r=this;for(;r;){if(r._properties.hasOwnProperty(o))return r;r=r._parent}return null}fork(o){if(!o)throw new Error("ZoneSpec required!");return this._zoneDelegate.fork(this,o)}wrap(o,r){if("function"!=typeof o)throw new Error("Expecting function got: "+o);const c=this._zoneDelegate.intercept(this,o,r),H=this;return function(){return H.runGuarded(c,this,arguments,r)}}run(o,r,c,H){Q={parent:Q,zone:this};try{return this._zoneDelegate.invoke(this,o,r,c,H)}finally{Q=Q.parent}}runGuarded(o,r=null,c,H){Q={parent:Q,zone:this};try{try{return this._zoneDelegate.invoke(this,o,r,c,H)}catch(ne){if(this._zoneDelegate.handleError(this,ne))throw ne}}finally{Q=Q.parent}}runTask(o,r,c){if(o.zone!=this)throw new Error("A task can only be run in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");if(o.state===Y&&(o.type===ue||o.type===R))return;const H=o.state!=y;H&&o._transitionTo(y,G),o.runCount++;const ne=pe;pe=o,Q={parent:Q,zone:this};try{o.type==R&&o.data&&!o.data.isPeriodic&&(o.cancelFn=void 0);try{return this._zoneDelegate.invokeTask(this,o,r,c)}catch(be){if(this._zoneDelegate.handleError(this,be))throw be}}finally{o.state!==Y&&o.state!==p&&(o.type==ue||o.data&&o.data.isPeriodic?H&&o._transitionTo(G,y):(o.runCount=0,this._updateTaskCount(o,-1),H&&o._transitionTo(Y,y,Y))),Q=Q.parent,pe=ne}}scheduleTask(o){if(o.zone&&o.zone!==this){let c=this;for(;c;){if(c===o.zone)throw Error(`can not reschedule task to ${this.name} which is descendants of the original zone ${o.zone.name}`);c=c.parent}}o._transitionTo(ce,Y);const r=[];o._zoneDelegates=r,o._zone=this;try{o=this._zoneDelegate.scheduleTask(this,o)}catch(c){throw o._transitionTo(p,ce,Y),this._zoneDelegate.handleError(this,c),c}return o._zoneDelegates===r&&this._updateTaskCount(o,1),o.state==ce&&o._transitionTo(G,ce),o}scheduleMicroTask(o,r,c,H){return this.scheduleTask(new M(V,o,r,c,H,void 0))}scheduleMacroTask(o,r,c,H,ne){return this.scheduleTask(new M(R,o,r,c,H,ne))}scheduleEventTask(o,r,c,H,ne){return this.scheduleTask(new M(ue,o,r,c,H,ne))}cancelTask(o){if(o.zone!=this)throw new Error("A task can only be cancelled in the zone of creation! (Creation: "+(o.zone||me).name+"; Execution: "+this.name+")");o._transitionTo($,G,y);try{this._zoneDelegate.cancelTask(this,o)}catch(r){throw o._transitionTo(p,$),this._zoneDelegate.handleError(this,r),r}return this._updateTaskCount(o,-1),o._transitionTo(Y,$),o.runCount=0,o}_updateTaskCount(o,r){const c=o._zoneDelegates;-1==r&&(o._zoneDelegates=null);for(let H=0;HK.hasTask(r,c),onScheduleTask:(K,o,r,c)=>K.scheduleTask(r,c),onInvokeTask:(K,o,r,c,H,ne)=>K.invokeTask(r,c,H,ne),onCancelTask:(K,o,r,c)=>K.cancelTask(r,c)};class O{constructor(o,r,c){this._taskCounts={microTask:0,macroTask:0,eventTask:0},this.zone=o,this._parentDelegate=r,this._forkZS=c&&(c&&c.onFork?c:r._forkZS),this._forkDlgt=c&&(c.onFork?r:r._forkDlgt),this._forkCurrZone=c&&(c.onFork?this.zone:r._forkCurrZone),this._interceptZS=c&&(c.onIntercept?c:r._interceptZS),this._interceptDlgt=c&&(c.onIntercept?r:r._interceptDlgt),this._interceptCurrZone=c&&(c.onIntercept?this.zone:r._interceptCurrZone),this._invokeZS=c&&(c.onInvoke?c:r._invokeZS),this._invokeDlgt=c&&(c.onInvoke?r:r._invokeDlgt),this._invokeCurrZone=c&&(c.onInvoke?this.zone:r._invokeCurrZone),this._handleErrorZS=c&&(c.onHandleError?c:r._handleErrorZS),this._handleErrorDlgt=c&&(c.onHandleError?r:r._handleErrorDlgt),this._handleErrorCurrZone=c&&(c.onHandleError?this.zone:r._handleErrorCurrZone),this._scheduleTaskZS=c&&(c.onScheduleTask?c:r._scheduleTaskZS),this._scheduleTaskDlgt=c&&(c.onScheduleTask?r:r._scheduleTaskDlgt),this._scheduleTaskCurrZone=c&&(c.onScheduleTask?this.zone:r._scheduleTaskCurrZone),this._invokeTaskZS=c&&(c.onInvokeTask?c:r._invokeTaskZS),this._invokeTaskDlgt=c&&(c.onInvokeTask?r:r._invokeTaskDlgt),this._invokeTaskCurrZone=c&&(c.onInvokeTask?this.zone:r._invokeTaskCurrZone),this._cancelTaskZS=c&&(c.onCancelTask?c:r._cancelTaskZS),this._cancelTaskDlgt=c&&(c.onCancelTask?r:r._cancelTaskDlgt),this._cancelTaskCurrZone=c&&(c.onCancelTask?this.zone:r._cancelTaskCurrZone),this._hasTaskZS=null,this._hasTaskDlgt=null,this._hasTaskDlgtOwner=null,this._hasTaskCurrZone=null;const H=c&&c.onHasTask,ne=r&&r._hasTaskZS;(H||ne)&&(this._hasTaskZS=H?c:P,this._hasTaskDlgt=r,this._hasTaskDlgtOwner=this,this._hasTaskCurrZone=o,c.onScheduleTask||(this._scheduleTaskZS=P,this._scheduleTaskDlgt=r,this._scheduleTaskCurrZone=this.zone),c.onInvokeTask||(this._invokeTaskZS=P,this._invokeTaskDlgt=r,this._invokeTaskCurrZone=this.zone),c.onCancelTask||(this._cancelTaskZS=P,this._cancelTaskDlgt=r,this._cancelTaskCurrZone=this.zone))}fork(o,r){return this._forkZS?this._forkZS.onFork(this._forkDlgt,this.zone,o,r):new g(o,r)}intercept(o,r,c){return this._interceptZS?this._interceptZS.onIntercept(this._interceptDlgt,this._interceptCurrZone,o,r,c):r}invoke(o,r,c,H,ne){return this._invokeZS?this._invokeZS.onInvoke(this._invokeDlgt,this._invokeCurrZone,o,r,c,H,ne):r.apply(c,H)}handleError(o,r){return!this._handleErrorZS||this._handleErrorZS.onHandleError(this._handleErrorDlgt,this._handleErrorCurrZone,o,r)}scheduleTask(o,r){let c=r;if(this._scheduleTaskZS)this._hasTaskZS&&c._zoneDelegates.push(this._hasTaskDlgtOwner),c=this._scheduleTaskZS.onScheduleTask(this._scheduleTaskDlgt,this._scheduleTaskCurrZone,o,r),c||(c=r);else if(r.scheduleFn)r.scheduleFn(r);else{if(r.type!=V)throw new Error("Task is missing scheduleFn.");N(r)}return c}invokeTask(o,r,c,H){return this._invokeTaskZS?this._invokeTaskZS.onInvokeTask(this._invokeTaskDlgt,this._invokeTaskCurrZone,o,r,c,H):r.callback.apply(c,H)}cancelTask(o,r){let c;if(this._cancelTaskZS)c=this._cancelTaskZS.onCancelTask(this._cancelTaskDlgt,this._cancelTaskCurrZone,o,r);else{if(!r.cancelFn)throw Error("Task is not cancelable");c=r.cancelFn(r)}return c}hasTask(o,r){try{this._hasTaskZS&&this._hasTaskZS.onHasTask(this._hasTaskDlgt,this._hasTaskCurrZone,o,r)}catch(c){this.handleError(o,c)}}_updateTaskCount(o,r){const c=this._taskCounts,H=c[o],ne=c[o]=H+r;if(ne<0)throw new Error("More tasks executed then were scheduled.");if(0==H||0==ne){const be={microTask:c.microTask>0,macroTask:c.macroTask>0,eventTask:c.eventTask>0,change:o};this.hasTask(this.zone,be)}}}class M{constructor(o,r,c,H,ne,be){if(this._zone=null,this.runCount=0,this._zoneDelegates=null,this._state="notScheduled",this.type=o,this.source=r,this.data=H,this.scheduleFn=ne,this.cancelFn=be,!c)throw new Error("callback is not defined");this.callback=c;const m=this;o===ue&&H&&H.useG?this.invoke=M.invokeTask:this.invoke=function(){return M.invokeTask.call(e,m,this,arguments)}}static invokeTask(o,r,c){o||(o=this),ge++;try{return o.runCount++,o.zone.runTask(o,r,c)}finally{1==ge&&b(),ge--}}get zone(){return this._zone}get state(){return this._state}cancelScheduleRequest(){this._transitionTo(Y,ce)}_transitionTo(o,r,c){if(this._state!==r&&this._state!==c)throw new Error(`${this.type} '${this.source}': can not transition to '${o}', expecting state '${r}'${c?" or '"+c+"'":""}, was '${this._state}'.`);this._state=o,o==Y&&(this._zoneDelegates=null)}toString(){return this.data&&typeof this.data.handleId<"u"?this.data.handleId.toString():Object.prototype.toString.call(this)}toJSON(){return{type:this.type,state:this.state,source:this.source,zone:this.zone.name,runCount:this.runCount}}}const B=d("setTimeout"),j=d("Promise"),F=d("then");let he,re=[],X=!1;function z(K){if(he||e[j]&&(he=e[j].resolve(0)),he){let o=he[F];o||(o=he.then),o.call(he,K)}else e[B](K,0)}function N(K){0===ge&&0===re.length&&z(b),K&&re.push(K)}function b(){if(!X){for(X=!0;re.length;){const K=re;re=[];for(let o=0;oQ,onUnhandledError:te,microtaskDrainDone:te,scheduleMicroTask:N,showUncaughtError:()=>!g[d("ignoreConsoleErrorUncaughtError")],patchEventTarget:()=>[],patchOnProperties:te,patchMethod:()=>te,bindArguments:()=>[],patchThen:()=>te,patchMacroTask:()=>te,patchEventPrototype:()=>te,isIEOrEdge:()=>!1,getGlobalObjects:()=>{},ObjectDefineProperty:()=>te,ObjectGetOwnPropertyDescriptor:()=>{},ObjectCreate:()=>{},ArraySlice:()=>[],patchClass:()=>te,wrapWithCurrentZone:()=>te,filterProperties:()=>[],attachOriginToPatched:()=>te,_redefineProperty:()=>te,patchCallbacks:()=>te,nativeScheduleMicroTask:z};let Q={parent:null,zone:new g(null,null)},pe=null,ge=0;function te(){}i("Zone","Zone"),e.Zone=g}(typeof window<"u"&&window||typeof self<"u"&&self||global); +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +const W=Object.getOwnPropertyDescriptor,ye=Object.defineProperty,Ne=Object.getPrototypeOf,Ve=Object.create,ft=Array.prototype.slice,xe="addEventListener",Ue="removeEventListener",Je=Zone.__symbol__(xe),Qe=Zone.__symbol__(Ue),Oe="true",Me="false",Ge=Zone.__symbol__("");function et(e,n){return Zone.current.wrap(e,n)}function We(e,n,a,i,u){return Zone.current.scheduleMacroTask(e,n,a,i,u)}const q=Zone.__symbol__,qe=typeof window<"u",Ze=qe?window:void 0,le=qe&&Ze||"object"==typeof self&&self||global,ht="removeAttribute";function tt(e,n){for(let a=e.length-1;a>=0;a--)"function"==typeof e[a]&&(e[a]=et(e[a],n+"_"+a));return e}function lt(e){return!e||!1!==e.writable&&!("function"==typeof e.get&&typeof e.set>"u")}const nt=typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope,Xe=!("nw"in le)&&typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process),U=!Xe&&!nt&&!(!qe||!Ze.HTMLElement),Te=typeof le.process<"u"&&"[object process]"==={}.toString.call(le.process)&&!nt&&!(!qe||!Ze.HTMLElement),rt={},ze=function(e){if(!(e=e||le.event))return;let n=rt[e.type];n||(n=rt[e.type]=q("ON_PROPERTY"+e.type));const a=this||e.target||le,i=a[n];let u;if(U&&a===Ze&&"error"===e.type){const d=e;u=i&&i.call(this,d.message,d.filename,d.lineno,d.colno,d.error),!0===u&&e.preventDefault()}else u=i&&i.apply(this,arguments),null!=u&&!u&&e.preventDefault();return u};function ot(e,n,a){let i=W(e,n);if(!i&&a&&W(a,n)&&(i={enumerable:!0,configurable:!0}),!i||!i.configurable)return;const u=q("on"+n+"patched");if(e.hasOwnProperty(u)&&e[u])return;delete i.writable,delete i.value;const d=i.get,k=i.set,g=n.slice(2);let P=rt[g];P||(P=rt[g]=q("ON_PROPERTY"+g)),i.set=function(O){let M=this;!M&&e===le&&(M=le),M&&("function"==typeof M[P]&&M.removeEventListener(g,ze),k&&k.call(M,null),M[P]=O,"function"==typeof O&&M.addEventListener(g,ze,!1))},i.get=function(){let O=this;if(!O&&e===le&&(O=le),!O)return null;const M=O[P];if(M)return M;if(d){let B=d.call(this);if(B)return i.set.call(this,B),"function"==typeof O[ht]&&O.removeAttribute(n),B}return null},ye(e,n,i),e[u]=!0}function Ye(e,n,a){if(n)for(let i=0;ifunction(k,g){const P=a(k,g);return P.cbIdx>=0&&"function"==typeof g[P.cbIdx]?We(P.name,g[P.cbIdx],P,u):d.apply(k,g)})}function ke(e,n){e[q("OriginalDelegate")]=n}let Re=!1,Fe=!1;function Se(){if(Re)return Fe;Re=!0;try{const e=Ze.navigator.userAgent;(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/")||-1!==e.indexOf("Edge/"))&&(Fe=!0)}catch{}return Fe} +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */Zone.__load_patch("ZoneAwarePromise",(e,n,a)=>{const i=Object.getOwnPropertyDescriptor,u=Object.defineProperty;const k=a.symbol,g=[],P=!0===e[k("DISABLE_WRAPPING_UNCAUGHT_PROMISE_REJECTION")],O=k("Promise"),M=k("then"),B="__creationTrace__";a.onUnhandledError=m=>{if(a.showUncaughtError()){const E=m&&m.rejection;E?console.error("Unhandled Promise rejection:",E instanceof Error?E.message:E,"; Zone:",m.zone.name,"; Task:",m.task&&m.task.source,"; Value:",E,E instanceof Error?E.stack:void 0):console.error(m)}},a.microtaskDrainDone=()=>{for(;g.length;){const m=g.shift();try{m.zone.runGuarded(()=>{throw m.throwOriginal?m.rejection:m})}catch(E){F(E)}}};const j=k("unhandledPromiseRejectionHandler");function F(m){a.onUnhandledError(m);try{const E=n[j];"function"==typeof E&&E.call(this,m)}catch{}}function re(m){return m&&m.then}function X(m){return m}function he(m){return r.reject(m)}const z=k("state"),N=k("value"),b=k("finally"),me=k("parentPromiseValue"),Y=k("parentPromiseState"),ce="Promise.then",G=null,y=!0,$=!1,p=0;function V(m,E){return l=>{try{x(m,E,l)}catch(T){x(m,!1,T)}}}const R=function(){let m=!1;return function(l){return function(){m||(m=!0,l.apply(null,arguments))}}},ue="Promise resolved with itself",Ce=k("currentTaskTrace");function x(m,E,l){const T=R();if(m===l)throw new TypeError(ue);if(m[z]===G){let L=null;try{("object"==typeof l||"function"==typeof l)&&(L=l&&l.then)}catch(D){return T(()=>{x(m,!1,D)})(),m}if(E!==$&&l instanceof r&&l.hasOwnProperty(z)&&l.hasOwnProperty(N)&&l[z]!==G)pe(l),x(m,l[z],l[N]);else if(E!==$&&"function"==typeof L)try{L.call(l,T(V(m,E)),T(V(m,!1)))}catch(D){T(()=>{x(m,!1,D)})()}else{m[z]=E;const D=m[N];if(m[N]=l,m[b]===b&&E===y&&(m[z]=m[Y],m[N]=m[me]),E===$&&l instanceof Error){const v=n.currentTask&&n.currentTask.data&&n.currentTask.data[B];v&&u(l,Ce,{configurable:!0,enumerable:!1,writable:!0,value:v})}for(let v=0;v{try{const S=m[N],I=!!l&&b===l[b];I&&(l[me]=S,l[Y]=D);const A=E.run(v,void 0,I&&v!==he&&v!==X?[]:[S]);x(l,!0,A)}catch(S){x(l,!1,S)}},l)}const K=function(){},o=e.AggregateError;class r{static toString(){return"function ZoneAwarePromise() { [native code] }"}static resolve(E){return x(new this(null),y,E)}static reject(E){return x(new this(null),$,E)}static any(E){if(!E||"function"!=typeof E[Symbol.iterator])return Promise.reject(new o([],"All promises were rejected"));const l=[];let T=0;try{for(let v of E)T++,l.push(r.resolve(v))}catch{return Promise.reject(new o([],"All promises were rejected"))}if(0===T)return Promise.reject(new o([],"All promises were rejected"));let L=!1;const D=[];return new r((v,S)=>{for(let I=0;I{L||(L=!0,v(A))},A=>{D.push(A),T--,0===T&&(L=!0,S(new o(D,"All promises were rejected")))})})}static race(E){let l,T,L=new this((S,I)=>{l=S,T=I});function D(S){l(S)}function v(S){T(S)}for(let S of E)re(S)||(S=this.resolve(S)),S.then(D,v);return L}static all(E){return r.allWithCallback(E)}static allSettled(E){return(this&&this.prototype instanceof r?this:r).allWithCallback(E,{thenCallback:T=>({status:"fulfilled",value:T}),errorCallback:T=>({status:"rejected",reason:T})})}static allWithCallback(E,l){let T,L,D=new this((A,J)=>{T=A,L=J}),v=2,S=0;const I=[];for(let A of E){re(A)||(A=this.resolve(A));const J=S;try{A.then(ee=>{I[J]=l?l.thenCallback(ee):ee,v--,0===v&&T(I)},ee=>{l?(I[J]=l.errorCallback(ee),v--,0===v&&T(I)):L(ee)})}catch(ee){L(ee)}v++,S++}return v-=2,0===v&&T(I),D}constructor(E){const l=this;if(!(l instanceof r))throw new Error("Must be an instanceof Promise.");l[z]=G,l[N]=[];try{const T=R();E&&E(T(V(l,y)),T(V(l,$)))}catch(T){x(l,!1,T)}}get[Symbol.toStringTag](){return"Promise"}get[Symbol.species](){return r}then(E,l){var T;let L=null===(T=this.constructor)||void 0===T?void 0:T[Symbol.species];(!L||"function"!=typeof L)&&(L=this.constructor||r);const D=new L(K),v=n.current;return this[z]==G?this[N].push(v,D,E,l):ge(this,v,D,E,l),D}catch(E){return this.then(null,E)}finally(E){var l;let T=null===(l=this.constructor)||void 0===l?void 0:l[Symbol.species];(!T||"function"!=typeof T)&&(T=r);const L=new T(K);L[b]=b;const D=n.current;return this[z]==G?this[N].push(D,L,E,E):ge(this,D,L,E,E),L}}r.resolve=r.resolve,r.reject=r.reject,r.race=r.race,r.all=r.all;const c=e[O]=e.Promise;e.Promise=r;const H=k("thenPatched");function ne(m){const E=m.prototype,l=i(E,"then");if(l&&(!1===l.writable||!l.configurable))return;const T=E.then;E[M]=T,m.prototype.then=function(L,D){return new r((S,I)=>{T.call(this,S,I)}).then(L,D)},m[H]=!0}return a.patchThen=ne,c&&(ne(c),Le(e,"fetch",m=>function be(m){return function(E,l){let T=m.apply(E,l);if(T instanceof r)return T;let L=T.constructor;return L[H]||ne(L),T}}(m))),Promise[n.__symbol__("uncaughtPromiseErrors")]=g,r}), +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ Zone.__load_patch("toString",e=>{const n=Function.prototype.toString,a=q("OriginalDelegate"),i=q("Promise"),u=q("Error"),d=function(){if("function"==typeof this){const O=this[a];if(O)return"function"==typeof O?n.call(O):Object.prototype.toString.call(O);if(this===Promise){const M=e[i];if(M)return n.call(M)}if(this===Error){const M=e[u];if(M)return n.call(M)}}return n.call(this)};d[a]=n,Function.prototype.toString=d;const k=Object.prototype.toString;Object.prototype.toString=function(){return"function"==typeof Promise&&this instanceof Promise?"[object Promise]":k.call(this)}}); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let _e=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){_e=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{_e=!1}const Ae={useG:!0},de={},we={},Be=new RegExp("^"+Ge+"(\\w+)(true|false)$"),He=q("propagationStopped");function Et(e,n){const a=(n?n(e):e)+Me,i=(n?n(e):e)+Oe,u=Ge+a,d=Ge+i;de[e]={},de[e][Me]=u,de[e][Oe]=d}function Tt(e,n,a,i){const u=i&&i.add||xe,d=i&&i.rm||Ue,k=i&&i.listeners||"eventListeners",g=i&&i.rmAll||"removeAllListeners",P=q(u),O="."+u+":",M="prependListener",j=function(N,b,me){if(N.isRemoved)return;const Y=N.callback;let ce;"object"==typeof Y&&Y.handleEvent&&(N.callback=y=>Y.handleEvent(y),N.originalDelegate=Y);try{N.invoke(N,b,[me])}catch(y){ce=y}const G=N.options;if(G&&"object"==typeof G&&G.once){const y=N.originalDelegate?N.originalDelegate:N.callback;b[d].call(b,me.type,y,G)}return ce};function F(N,b,me){if(!(b=b||e.event))return;const Y=N||b.target||e,ce=Y[de[b.type][me?Oe:Me]];if(ce){const G=[];if(1===ce.length){const y=j(ce[0],Y,b);y&&G.push(y)}else{const y=ce.slice();for(let $=0;${throw $})}}}const re=function(N){return F(this,N,!1)},X=function(N){return F(this,N,!0)};function he(N,b){if(!N)return!1;let me=!0;b&&void 0!==b.useG&&(me=b.useG);const Y=b&&b.vh;let ce=!0;b&&void 0!==b.chkDup&&(ce=b.chkDup);let G=!1;b&&void 0!==b.rt&&(G=b.rt);let y=N;for(;y&&!y.hasOwnProperty(u);)y=Ne(y);if(!y&&N[u]&&(y=N),!y||y[P])return!1;const $=b&&b.eventNameToString,p={},V=y[P]=y[u],R=y[q(d)]=y[d],ue=y[q(k)]=y[k],Ce=y[q(g)]=y[g];let x;function Q(l,T){return!_e&&"object"==typeof l&&l?!!l.capture:_e&&T?"boolean"==typeof l?{capture:l,passive:!0}:l?"object"==typeof l&&!1!==l.passive?Object.assign(Object.assign({},l),{passive:!0}):l:{passive:!0}:l}b&&b.prepend&&(x=y[q(b.prepend)]=y[b.prepend]);const r=me?function(l){if(!p.isExisting)return V.call(p.target,p.eventName,p.capture?X:re,p.options)}:function(l){return V.call(p.target,p.eventName,l.invoke,p.options)},c=me?function(l){if(!l.isRemoved){const T=de[l.eventName];let L;T&&(L=T[l.capture?Oe:Me]);const D=L&&l.target[L];if(D)for(let v=0;vfunction(u,d){u[He]=!0,i&&i.apply(u,d)})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function gt(e,n,a,i,u){const d=Zone.__symbol__(i);if(n[d])return;const k=n[d]=n[i];n[i]=function(g,P,O){return P&&P.prototype&&u.forEach(function(M){const B=`${a}.${i}::`+M,j=P.prototype;try{if(j.hasOwnProperty(M)){const F=e.ObjectGetOwnPropertyDescriptor(j,M);F&&F.value?(F.value=e.wrapWithCurrentZone(F.value,B),e._redefineProperty(P.prototype,M,F)):j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}else j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}catch{}}),k.call(n,g,P,O)},e.attachOriginToPatched(n[i],k)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ke(e,n,a){if(!a||0===a.length)return n;const i=a.filter(d=>d.target===e);if(!i||0===i.length)return n;const u=i[0].ignoreProperties;return n.filter(d=>-1===u.indexOf(d))}function it(e,n,a,i){if(!e)return;Ye(e,Ke(e,n,a),i)}function Ie(e){return Object.getOwnPropertyNames(e).filter(n=>n.startsWith("on")&&n.length>2).map(n=>n.substring(2))}function _t(e,n){if(Xe&&!Te||Zone[e.symbol("patchEvents")])return;const a=n.__Zone_ignore_on_properties;let i=[];if(U){const u=window;i=i.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const d=function mt(){try{const e=Ze.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:u,ignoreProperties:["error"]}]:[];it(u,Ie(u),a&&a.concat(d),Ne(u))}i=i.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let u=0;u{const i=Ie(e);a.patchOnProperties=Ye,a.patchMethod=Le,a.bindArguments=tt,a.patchMacroTask=st;const u=n.__symbol__("BLACK_LISTED_EVENTS"),d=n.__symbol__("UNPATCHED_EVENTS");e[d]&&(e[u]=e[d]),e[u]&&(n[u]=n[d]=e[u]),a.patchEventPrototype=$e,a.patchEventTarget=Tt,a.isIEOrEdge=Se,a.ObjectDefineProperty=ye,a.ObjectGetOwnPropertyDescriptor=W,a.ObjectCreate=Ve,a.ArraySlice=ft,a.patchClass=je,a.wrapWithCurrentZone=et,a.filterProperties=Ke,a.attachOriginToPatched=ke,a._redefineProperty=Object.defineProperty,a.patchCallbacks=gt,a.getGlobalObjects=()=>({globalSources:we,zoneSymbolEventNames:de,eventNames:i,isBrowser:U,isMix:Te,isNode:Xe,TRUE_STR:Oe,FALSE_STR:Me,ZONE_SYMBOL_PREFIX:Ge,ADD_EVENT_LISTENER_STR:xe,REMOVE_EVENT_LISTENER_STR:Ue})}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +let _e=!1;if(typeof window<"u")try{const e=Object.defineProperty({},"passive",{get:function(){_e=!0}});window.addEventListener("test",e,e),window.removeEventListener("test",e,e)}catch{_e=!1}const Ae={useG:!0},de={},we={},Be=new RegExp("^"+Ge+"(\\w+)(true|false)$"),He=q("propagationStopped");function Et(e,n){const a=(n?n(e):e)+Me,i=(n?n(e):e)+Oe,u=Ge+a,d=Ge+i;de[e]={},de[e][Me]=u,de[e][Oe]=d}function Tt(e,n,a,i){const u=i&&i.add||xe,d=i&&i.rm||Ue,k=i&&i.listeners||"eventListeners",g=i&&i.rmAll||"removeAllListeners",P=q(u),O="."+u+":",M="prependListener",B="."+M+":",j=function(N,b,me){if(N.isRemoved)return;const Y=N.callback;let ce;"object"==typeof Y&&Y.handleEvent&&(N.callback=y=>Y.handleEvent(y),N.originalDelegate=Y);try{N.invoke(N,b,[me])}catch(y){ce=y}const G=N.options;if(G&&"object"==typeof G&&G.once){const y=N.originalDelegate?N.originalDelegate:N.callback;b[d].call(b,me.type,y,G)}return ce};function F(N,b,me){if(!(b=b||e.event))return;const Y=N||b.target||e,ce=Y[de[b.type][me?Oe:Me]];if(ce){const G=[];if(1===ce.length){const y=j(ce[0],Y,b);y&&G.push(y)}else{const y=ce.slice();for(let $=0;${throw $})}}}const re=function(N){return F(this,N,!1)},X=function(N){return F(this,N,!0)};function he(N,b){if(!N)return!1;let me=!0;b&&void 0!==b.useG&&(me=b.useG);const Y=b&&b.vh;let ce=!0;b&&void 0!==b.chkDup&&(ce=b.chkDup);let G=!1;b&&void 0!==b.rt&&(G=b.rt);let y=N;for(;y&&!y.hasOwnProperty(u);)y=Ne(y);if(!y&&N[u]&&(y=N),!y||y[P])return!1;const $=b&&b.eventNameToString,p={},V=y[P]=y[u],R=y[q(d)]=y[d],ue=y[q(k)]=y[k],Ce=y[q(g)]=y[g];let x;b&&b.prepend&&(x=y[q(b.prepend)]=y[b.prepend]);const r=me?function(l){if(!p.isExisting)return V.call(p.target,p.eventName,p.capture?X:re,p.options)}:function(l){return V.call(p.target,p.eventName,l.invoke,p.options)},c=me?function(l){if(!l.isRemoved){const T=de[l.eventName];let L;T&&(L=T[l.capture?Oe:Me]);const D=L&&l.target[L];if(D)for(let v=0;vfunction(u,d){u[He]=!0,i&&i.apply(u,d)})} +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */function gt(e,n,a,i,u){const d=Zone.__symbol__(i);if(n[d])return;const k=n[d]=n[i];n[i]=function(g,P,O){return P&&P.prototype&&u.forEach(function(M){const B=`${a}.${i}::`+M,j=P.prototype;try{if(j.hasOwnProperty(M)){const F=e.ObjectGetOwnPropertyDescriptor(j,M);F&&F.value?(F.value=e.wrapWithCurrentZone(F.value,B),e._redefineProperty(P.prototype,M,F)):j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}else j[M]&&(j[M]=e.wrapWithCurrentZone(j[M],B))}catch{}}),k.call(n,g,P,O)},e.attachOriginToPatched(n[i],k)} +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */function Ke(e,n,a){if(!a||0===a.length)return n;const i=a.filter(d=>d.target===e);if(!i||0===i.length)return n;const u=i[0].ignoreProperties;return n.filter(d=>-1===u.indexOf(d))}function it(e,n,a,i){if(!e)return;Ye(e,Ke(e,n,a),i)}function Ie(e){return Object.getOwnPropertyNames(e).filter(n=>n.startsWith("on")&&n.length>2).map(n=>n.substring(2))}function _t(e,n){if(Xe&&!Te||Zone[e.symbol("patchEvents")])return;const a=n.__Zone_ignore_on_properties;let i=[];if(U){const u=window;i=i.concat(["Document","SVGElement","Element","HTMLElement","HTMLBodyElement","HTMLMediaElement","HTMLFrameSetElement","HTMLFrameElement","HTMLIFrameElement","HTMLMarqueeElement","Worker"]);const d=function mt(){try{const e=Ze.navigator.userAgent;if(-1!==e.indexOf("MSIE ")||-1!==e.indexOf("Trident/"))return!0}catch{}return!1}()?[{target:u,ignoreProperties:["error"]}]:[];it(u,Ie(u),a&&a.concat(d),Ne(u))}i=i.concat(["XMLHttpRequest","XMLHttpRequestEventTarget","IDBIndex","IDBRequest","IDBOpenDBRequest","IDBDatabase","IDBTransaction","IDBCursor","WebSocket"]);for(let u=0;u{const i=Ie(e);a.patchOnProperties=Ye,a.patchMethod=Le,a.bindArguments=tt,a.patchMacroTask=st;const u=n.__symbol__("BLACK_LISTED_EVENTS"),d=n.__symbol__("UNPATCHED_EVENTS");e[d]&&(e[u]=e[d]),e[u]&&(n[u]=n[d]=e[u]),a.patchEventPrototype=$e,a.patchEventTarget=Tt,a.isIEOrEdge=Se,a.ObjectDefineProperty=ye,a.ObjectGetOwnPropertyDescriptor=W,a.ObjectCreate=Ve,a.ArraySlice=ft,a.patchClass=je,a.wrapWithCurrentZone=et,a.filterProperties=Ke,a.attachOriginToPatched=ke,a._redefineProperty=Object.defineProperty,a.patchCallbacks=gt,a.getGlobalObjects=()=>({globalSources:we,zoneSymbolEventNames:de,eventNames:i,isBrowser:U,isMix:Te,isNode:Xe,TRUE_STR:Oe,FALSE_STR:Me,ZONE_SYMBOL_PREFIX:Ge,ADD_EVENT_LISTENER_STR:xe,REMOVE_EVENT_LISTENER_STR:Ue})}); +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ const ct=q("zoneTask");function De(e,n,a,i){let u=null,d=null;a+=i;const k={};function g(O){const M=O.data;return M.args[0]=function(){return O.invoke.apply(this,arguments)},M.handleId=u.apply(e,M.args),O}function P(O){return d.call(e,O.data.handleId)}u=Le(e,n+=i,O=>function(M,B){if("function"==typeof B[0]){const j={isPeriodic:"Interval"===i,delay:"Timeout"===i||"Interval"===i?B[1]||0:void 0,args:B},F=B[0];B[0]=function(){try{return F.apply(this,arguments)}finally{j.isPeriodic||("number"==typeof j.handleId?delete k[j.handleId]:j.handleId&&(j.handleId[ct]=null))}};const re=We(n,B[0],j,g,P);if(!re)return re;const X=re.data.handleId;return"number"==typeof X?k[X]=re:X&&(X[ct]=re),X&&X.ref&&X.unref&&"function"==typeof X.ref&&"function"==typeof X.unref&&(re.ref=X.ref.bind(X),re.unref=X.unref.bind(X)),"number"==typeof X||X?X:re}return O.apply(e,B)}),d=Le(e,a,O=>function(M,B){const j=B[0];let F;"number"==typeof j?F=k[j]:(F=j&&j[ct],F||(F=j)),F&&"string"==typeof F.type?"notScheduled"!==F.state&&(F.cancelFn&&F.data.isPeriodic||0===F.runCount)&&("number"==typeof j?delete k[j]:j&&(j[ct]=null),F.zone.cancelTask(F)):O.apply(e,B)})} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +/** + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ Zone.__load_patch("legacy",e=>{const n=e[Zone.__symbol__("legacyPatch")];n&&n()}),Zone.__load_patch("queueMicrotask",(e,n,a)=>{a.patchMethod(e,"queueMicrotask",i=>function(u,d){n.current.scheduleMicroTask("queueMicrotask",d[0])})}),Zone.__load_patch("timers",e=>{const n="set",a="clear";De(e,n,a,"Timeout"),De(e,n,a,"Interval"),De(e,n,a,"Immediate")}),Zone.__load_patch("requestAnimationFrame",e=>{De(e,"request","cancel","AnimationFrame"),De(e,"mozRequest","mozCancel","AnimationFrame"),De(e,"webkitRequest","webkitCancel","AnimationFrame")}),Zone.__load_patch("blocking",(e,n)=>{const a=["alert","prompt","confirm"];for(let i=0;ifunction(P,O){return n.current.run(d,e,O,g)})}}),Zone.__load_patch("EventTarget",(e,n,a)=>{(function vt(e,n){n.patchEventPrototype(e,n)})(e,a), /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function yt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:a,zoneSymbolEventNames:i,TRUE_STR:u,FALSE_STR:d,ZONE_SYMBOL_PREFIX:k}=n.getGlobalObjects();for(let P=0;P{je("MutationObserver"),je("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,a)=>{je("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,a)=>{je("FileReader")}),Zone.__load_patch("on_property",(e,n,a)=>{_t(a,e)}),Zone.__load_patch("customElements",(e,n,a)=>{!function at(e,n){const{isBrowser:a,isMix:i}=n.getGlobalObjects();if(!a&&!i||!e.customElements||!("customElements"in e))return;n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,a)}),Zone.__load_patch("XHR",(e,n)=>{!function P(O){const M=O.XMLHttpRequest;if(!M)return;const B=M.prototype;let F=B[Je],re=B[Qe];if(!F){const p=O.XMLHttpRequestEventTarget;if(p){const V=p.prototype;F=V[Je],re=V[Qe]}}const X="readystatechange",he="scheduled";function z(p){const V=p.data,R=V.target;R[d]=!1,R[g]=!1;const ue=R[u];F||(F=R[Je],re=R[Qe]),ue&&re.call(R,X,ue);const Ce=R[u]=()=>{if(R.readyState===R.DONE)if(!V.aborted&&R[d]&&p.state===he){const Q=R[n.__symbol__("loadfalse")];if(0!==R.status&&Q&&Q.length>0){const pe=p.invoke;p.invoke=function(){const ge=R[n.__symbol__("loadfalse")];for(let te=0;tefunction(p,V){return p[i]=0==V[2],p[k]=V[1],me.apply(p,V)}),ce=q("fetchTaskAborting"),G=q("fetchTaskScheduling"),y=Le(B,"send",()=>function(p,V){if(!0===n.current[G]||p[i])return y.apply(p,V);{const R={target:p,url:p[k],isPeriodic:!1,args:V,aborted:!1},ue=We("XMLHttpRequest.send",N,R,z,b);p&&!0===p[g]&&!R.aborted&&ue.state===he&&ue.invoke()}}),$=Le(B,"abort",()=>function(p,V){const R=function j(p){return p[a]}(p);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[ce])return $.apply(p,V)})}(e);const a=q("xhrTask"),i=q("xhrSync"),u=q("xhrListener"),d=q("xhrScheduled"),k=q("xhrURL"),g=q("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function dt(e,n){const a=e.constructor.name;for(let i=0;i{const P=function(){return g.apply(this,tt(arguments,a+"."+u))};return ke(P,g),P})(d)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function a(i){return function(u){ut(e,i).forEach(k=>{const g=e.PromiseRejectionEvent;if(g){const P=new g(i,{promise:u.promise,reason:u.rejection});k.invoke(P)}})}}e.PromiseRejectionEvent&&(n[q("unhandledPromiseRejectionHandler")]=a("unhandledrejection"),n[q("rejectionHandledHandler")]=a("rejectionhandled"))})}},W=>{var Ve;Ve=7179,W(W.s=Ve)}]); + * @license + * Copyright Google LLC All Rights Reserved. + * + * Use of this source code is governed by an MIT-style license that can be + * found in the LICENSE file at https://angular.io/license + */ +function yt(e,n){if(Zone[n.symbol("patchEventTarget")])return;const{eventNames:a,zoneSymbolEventNames:i,TRUE_STR:u,FALSE_STR:d,ZONE_SYMBOL_PREFIX:k}=n.getGlobalObjects();for(let P=0;P{je("MutationObserver"),je("WebKitMutationObserver")}),Zone.__load_patch("IntersectionObserver",(e,n,a)=>{je("IntersectionObserver")}),Zone.__load_patch("FileReader",(e,n,a)=>{je("FileReader")}),Zone.__load_patch("on_property",(e,n,a)=>{_t(a,e)}),Zone.__load_patch("customElements",(e,n,a)=>{!function at(e,n){const{isBrowser:a,isMix:i}=n.getGlobalObjects();if(!a&&!i||!e.customElements||!("customElements"in e))return;n.patchCallbacks(n,e.customElements,"customElements","define",["connectedCallback","disconnectedCallback","adoptedCallback","attributeChangedCallback"])}(e,a)}),Zone.__load_patch("XHR",(e,n)=>{!function P(O){const M=O.XMLHttpRequest;if(!M)return;const B=M.prototype;let F=B[Je],re=B[Qe];if(!F){const p=O.XMLHttpRequestEventTarget;if(p){const V=p.prototype;F=V[Je],re=V[Qe]}}const X="readystatechange",he="scheduled";function z(p){const V=p.data,R=V.target;R[d]=!1,R[g]=!1;const ue=R[u];F||(F=R[Je],re=R[Qe]),ue&&re.call(R,X,ue);const Ce=R[u]=()=>{if(R.readyState===R.DONE)if(!V.aborted&&R[d]&&p.state===he){const Q=R[n.__symbol__("loadfalse")];if(0!==R.status&&Q&&Q.length>0){const pe=p.invoke;p.invoke=function(){const ge=R[n.__symbol__("loadfalse")];for(let te=0;tefunction(p,V){return p[i]=0==V[2],p[k]=V[1],me.apply(p,V)}),ce=q("fetchTaskAborting"),G=q("fetchTaskScheduling"),y=Le(B,"send",()=>function(p,V){if(!0===n.current[G]||p[i])return y.apply(p,V);{const R={target:p,url:p[k],isPeriodic:!1,args:V,aborted:!1},ue=We("XMLHttpRequest.send",N,R,z,b);p&&!0===p[g]&&!R.aborted&&ue.state===he&&ue.invoke()}}),$=Le(B,"abort",()=>function(p,V){const R=function j(p){return p[a]}(p);if(R&&"string"==typeof R.type){if(null==R.cancelFn||R.data&&R.data.aborted)return;R.zone.cancelTask(R)}else if(!0===n.current[ce])return $.apply(p,V)})}(e);const a=q("xhrTask"),i=q("xhrSync"),u=q("xhrListener"),d=q("xhrScheduled"),k=q("xhrURL"),g=q("xhrErrorBeforeScheduled")}),Zone.__load_patch("geolocation",e=>{e.navigator&&e.navigator.geolocation&&function dt(e,n){const a=e.constructor.name;for(let i=0;i{const P=function(){return g.apply(this,tt(arguments,a+"."+u))};return ke(P,g),P})(d)}}}(e.navigator.geolocation,["getCurrentPosition","watchPosition"])}),Zone.__load_patch("PromiseRejectionEvent",(e,n)=>{function a(i){return function(u){ut(e,i).forEach(k=>{const g=e.PromiseRejectionEvent;if(g){const P=new g(i,{promise:u.promise,reason:u.rejection});k.invoke(P)}})}}e.PromiseRejectionEvent&&(n[q("unhandledPromiseRejectionHandler")]=a("unhandledrejection"),n[q("rejectionHandledHandler")]=a("rejectionhandled"))})}},W=>{var Ve;Ve=179,W(W.s=Ve)}]); //# sourceMappingURL=polyfills.js.map -(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["vendor"],{4635:ht=>{window,ht.exports=function(we){var x={};function i(v){if(x[v])return x[v].exports;var Z=x[v]={i:v,l:!1,exports:{}};return we[v].call(Z.exports,Z,Z.exports,i),Z.l=!0,Z.exports}return i.m=we,i.c=x,i.d=function(v,Z,$){i.o(v,Z)||Object.defineProperty(v,Z,{enumerable:!0,get:$})},i.r=function(v){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(v,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(v,"__esModule",{value:!0})},i.t=function(v,Z){if(1&Z&&(v=i(v)),8&Z||4&Z&&"object"==typeof v&&v&&v.__esModule)return v;var $=Object.create(null);if(i.r($),Object.defineProperty($,"default",{enumerable:!0,value:v}),2&Z&&"string"!=typeof v)for(var F in v)i.d($,F,function(B){return v[B]}.bind(null,F));return $},i.n=function(v){var Z=v&&v.__esModule?function(){return v.default}:function(){return v};return i.d(Z,"a",Z),Z},i.o=function(v,Z){return Object.prototype.hasOwnProperty.call(v,Z)},i.p="",i(i.s=98)}([,,function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5);x.METADATA_KEY=v;var Z=i(43);x.Container=Z.Container;var $=i(16);x.BindingScopeEnum=$.BindingScopeEnum,x.BindingTypeEnum=$.BindingTypeEnum,x.TargetTypeEnum=$.TargetTypeEnum;var F=i(59);x.AsyncContainerModule=F.AsyncContainerModule,x.ContainerModule=F.ContainerModule;var B=i(60);x.injectable=B.injectable;var Y=i(61);x.tagged=Y.tagged;var X=i(62);x.named=X.named;var re=i(37);x.inject=re.inject,x.LazyServiceIdentifer=re.LazyServiceIdentifer;var H=i(63);x.optional=H.optional;var U=i(64);x.unmanaged=U.unmanaged;var se=i(65);x.multiInject=se.multiInject;var he=i(66);x.targetName=he.targetName;var ye=i(67);x.postConstruct=ye.postConstruct;var Oe=i(35);x.MetadataReader=Oe.MetadataReader;var Ne=i(22);x.id=Ne.id;var ce=i(17);x.decorate=ce.decorate;var ne=i(40);x.traverseAncerstors=ne.traverseAncerstors,x.taggedConstraint=ne.taggedConstraint,x.namedConstraint=ne.namedConstraint,x.typeConstraint=ne.typeConstraint;var fe=i(25);x.getServiceIdentifierAsString=fe.getServiceIdentifierAsString;var Ee=i(68);x.multiBindToService=Ee.multiBindToService},,,function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.NAMED_TAG="named",x.NAME_TAG="name",x.UNMANAGED_TAG="unmanaged",x.OPTIONAL_TAG="optional",x.INJECT_TAG="inject",x.MULTI_INJECT_TAG="multi_inject",x.TAGGED="inversify:tagged",x.TAGGED_PROP="inversify:tagged_props",x.PARAM_TYPES="inversify:paramtypes",x.DESIGN_PARAM_TYPES="design:paramtypes",x.POST_CONSTRUCT="post_construct"},,,,function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.DUPLICATED_INJECTABLE_DECORATOR="Cannot apply @injectable decorator multiple times.",x.DUPLICATED_METADATA="Metadata key was used more than once in a parameter:",x.NULL_ARGUMENT="NULL argument",x.KEY_NOT_FOUND="Key Not Found",x.AMBIGUOUS_MATCH="Ambiguous match found for serviceIdentifier:",x.CANNOT_UNBIND="Could not unbind serviceIdentifier:",x.NOT_REGISTERED="No matching bindings found for serviceIdentifier:",x.MISSING_INJECTABLE_ANNOTATION="Missing required @injectable annotation in:",x.MISSING_INJECT_ANNOTATION="Missing required @inject or @multiInject annotation in:",x.UNDEFINED_INJECT_ANNOTATION=function(v){return"@inject called with undefined this could mean that the class "+v+" has a circular dependency problem. You can use a LazyServiceIdentifer to overcome this limitation."},x.CIRCULAR_DEPENDENCY="Circular dependency found:",x.NOT_IMPLEMENTED="Sorry, this feature is not fully implemented yet.",x.INVALID_BINDING_TYPE="Invalid binding type:",x.NO_MORE_SNAPSHOTS_AVAILABLE="No snapshot available to restore.",x.INVALID_MIDDLEWARE_RETURN="Invalid return type in middleware. Middleware must return!",x.INVALID_FUNCTION_BINDING="Value provided to function binding must be a function!",x.INVALID_TO_SELF_VALUE="The toSelf function can only be applied when a constructor is used as service identifier",x.INVALID_DECORATOR_OPERATION="The @inject @multiInject @tagged and @named decorators must be applied to the parameters of a class constructor or a class property.",x.ARGUMENTS_LENGTH_MISMATCH=function(){for(var v=[],Z=0;Z= than the number of constructor arguments of its base class."},x.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT="Invalid Container constructor argument. Container options must be an object.",x.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE="Invalid Container option. Default scope must be a string ('singleton' or 'transient').",x.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE="Invalid Container option. Auto bind injectable must be a boolean",x.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK="Invalid Container option. Skip base check must be a boolean",x.MULTIPLE_POST_CONSTRUCT_METHODS="Cannot apply @postConstruct decorator multiple times in the same class",x.POST_CONSTRUCT_ERROR=function(){for(var v=[],Z=0;Z0&&Pe[Pe.length-1])||6!==D[0]&&2!==D[0])){fe=0;continue}if(3===D[0]&&(!Pe||D[1]>Pe[0]&&D[1]0?ae.length:ce.length),q=se(Oe,ce);return D.concat(q)}function H(Oe,Ne,ce,ne,fe){var Ee=fe[Oe.toString()]||[],Se=ye(Ee),Pe=!0!==Se.unmanaged,ae=ne[Oe];if((ae=Se.inject||Se.multiInject||ae)instanceof v.LazyServiceIdentifer&&(ae=ae.unwrap()),Pe){if(!Ne&&(ae===Object||ae===Function||void 0===ae)){var Ce=Z.MISSING_INJECT_ANNOTATION+" argument "+Oe+" in class "+ce+".";throw new Error(Ce)}var Ve=new Y.Target($.TargetTypeEnum.ConstructorArgument,Se.targetName,ae);return Ve.metadata=Ee,Ve}return null}function U(Oe,Ne,ce,ne,fe){for(var Ee=[],Se=0;Se0?Pe:he(Oe,ce)}return 0}function ye(Oe){var Ne={};return Oe.forEach(function(ce){Ne[ce.key.toString()]=ce.value}),{inject:Ne[F.INJECT_TAG],multiInject:Ne[F.MULTI_INJECT_TAG],targetName:Ne[F.NAME_TAG],unmanaged:Ne[F.UNMANAGED_TAG]}}x.getDependencies=X,x.getBaseClassDependencyCount=he},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=function(){function Z($){this.str=$}return Z.prototype.startsWith=function($){return 0===this.str.indexOf($)},Z.prototype.endsWith=function($){var F="",B=$.split("").reverse().join("");return F=this.str.split("").reverse().join(""),this.startsWith.call({str:F},B)},Z.prototype.contains=function($){return-1!==this.str.indexOf($)},Z.prototype.equals=function($){return this.str===$},Z.prototype.value=function(){return this.str},Z}();x.QueryableString=v},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(22),Z=function(){function $(F,B,Y,X,re){this.id=v.id(),this.serviceIdentifier=F,this.parentContext=B,this.parentRequest=Y,this.target=re,this.childRequests=[],this.bindings=Array.isArray(X)?X:[X],this.requestScope=null===Y?new Map:null}return $.prototype.addChildRequest=function(F,B,Y){var X=new $(F,this.parentContext,this,B,Y);return this.childRequests.push(X),X},$}();x.Request=Z},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(16),$=i(36),F=i(25),B=i(53),Y=function(H,U,se){try{return se()}catch(he){throw $.isStackOverflowExeption(he)?new Error(v.CIRCULAR_DEPENDENCY_IN_FACTORY(H,U.toString())):he}},X=function(H){return function(U){U.parentContext.setCurrentRequest(U);var se=U.bindings,he=U.childRequests,ye=U.target&&U.target.isArray(),Oe=!(U.parentRequest&&U.parentRequest.target&&U.target&&U.parentRequest.target.matchesArray(U.target.serviceIdentifier));if(ye&&Oe)return he.map(function(Se){return X(H)(Se)});var Ne=null;if(!U.target.isOptional()||0!==se.length){var ce=se[0],ne=ce.scope===Z.BindingScopeEnum.Singleton,fe=ce.scope===Z.BindingScopeEnum.Request;if(ne&&ce.activated)return ce.cache;if(fe&&null!==H&&H.has(ce.id))return H.get(ce.id);if(ce.type===Z.BindingTypeEnum.ConstantValue)Ne=ce.cache;else if(ce.type===Z.BindingTypeEnum.Function)Ne=ce.cache;else if(ce.type===Z.BindingTypeEnum.Constructor)Ne=ce.implementationType;else if(ce.type===Z.BindingTypeEnum.DynamicValue&&null!==ce.dynamicValue)Ne=Y("toDynamicValue",ce.serviceIdentifier,function(){return ce.dynamicValue(U.parentContext)});else if(ce.type===Z.BindingTypeEnum.Factory&&null!==ce.factory)Ne=Y("toFactory",ce.serviceIdentifier,function(){return ce.factory(U.parentContext)});else if(ce.type===Z.BindingTypeEnum.Provider&&null!==ce.provider)Ne=Y("toProvider",ce.serviceIdentifier,function(){return ce.provider(U.parentContext)});else{if(ce.type!==Z.BindingTypeEnum.Instance||null===ce.implementationType){var Ee=F.getServiceIdentifierAsString(U.serviceIdentifier);throw new Error(v.INVALID_BINDING_TYPE+" "+Ee)}Ne=B.resolveInstance(ce.implementationType,he,X(H))}return"function"==typeof ce.onActivation&&(Ne=ce.onActivation(U.parentContext,Ne)),ne&&(ce.cache=Ne,ce.activated=!0),fe&&null!==H&&!H.has(ce.id)&&H.set(ce.id,Ne),Ne}}};function re(H){return X(H.plan.rootRequest.requestScope)(H.plan.rootRequest)}x.resolve=re},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(16),$=i(5);function F(re,H,U){var se=H.filter(function(ye){return null!==ye.target&&ye.target.type===Z.TargetTypeEnum.ClassProperty}),he=se.map(U);return se.forEach(function(ye,Oe){var Ne="";Ne=ye.target.name.value();var ce=he[Oe];re[Ne]=ce}),re}function B(re,H){return new(re.bind.apply(re,[void 0].concat(H)))}function Y(re,H){if(Reflect.hasMetadata($.POST_CONSTRUCT,re)){var U=Reflect.getMetadata($.POST_CONSTRUCT,re);try{H[U.value]()}catch(se){throw new Error(v.POST_CONSTRUCT_ERROR(re.name,se.message))}}}function X(re,H,U){var se=null;return se=H.length>0?F(se=B(re,H.filter(function(Oe){return null!==Oe.target&&Oe.target.type===Z.TargetTypeEnum.ConstructorArgument}).map(U)),H,U):new re,Y(re,se),se}x.resolveInstance=X},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(16),$=i(55),F=i(39),B=function(){function Y(X){this._binding=X}return Y.prototype.to=function(X){return this._binding.type=Z.BindingTypeEnum.Instance,this._binding.implementationType=X,new $.BindingInWhenOnSyntax(this._binding)},Y.prototype.toSelf=function(){if("function"!=typeof this._binding.serviceIdentifier)throw new Error(""+v.INVALID_TO_SELF_VALUE);var X=this._binding.serviceIdentifier;return this.to(X)},Y.prototype.toConstantValue=function(X){return this._binding.type=Z.BindingTypeEnum.ConstantValue,this._binding.cache=X,this._binding.dynamicValue=null,this._binding.implementationType=null,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toDynamicValue=function(X){return this._binding.type=Z.BindingTypeEnum.DynamicValue,this._binding.cache=null,this._binding.dynamicValue=X,this._binding.implementationType=null,new $.BindingInWhenOnSyntax(this._binding)},Y.prototype.toConstructor=function(X){return this._binding.type=Z.BindingTypeEnum.Constructor,this._binding.implementationType=X,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFactory=function(X){return this._binding.type=Z.BindingTypeEnum.Factory,this._binding.factory=X,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFunction=function(X){if("function"!=typeof X)throw new Error(v.INVALID_FUNCTION_BINDING);var re=this.toConstantValue(X);return this._binding.type=Z.BindingTypeEnum.Function,re},Y.prototype.toAutoFactory=function(X){return this._binding.type=Z.BindingTypeEnum.Factory,this._binding.factory=function(re){return function(){return re.container.get(X)}},new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toProvider=function(X){return this._binding.type=Z.BindingTypeEnum.Provider,this._binding.provider=X,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toService=function(X){this.toDynamicValue(function(re){return re.container.get(X)})},Y}();x.BindingToSyntax=B},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(56),Z=i(32),$=i(33),F=function(){function B(Y){this._binding=Y,this._bindingWhenSyntax=new $.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new Z.BindingOnSyntax(this._binding),this._bindingInSyntax=new v.BindingInSyntax(Y)}return B.prototype.inRequestScope=function(){return this._bindingInSyntax.inRequestScope()},B.prototype.inSingletonScope=function(){return this._bindingInSyntax.inSingletonScope()},B.prototype.inTransientScope=function(){return this._bindingInSyntax.inTransientScope()},B.prototype.when=function(Y){return this._bindingWhenSyntax.when(Y)},B.prototype.whenTargetNamed=function(Y){return this._bindingWhenSyntax.whenTargetNamed(Y)},B.prototype.whenTargetIsDefault=function(){return this._bindingWhenSyntax.whenTargetIsDefault()},B.prototype.whenTargetTagged=function(Y,X){return this._bindingWhenSyntax.whenTargetTagged(Y,X)},B.prototype.whenInjectedInto=function(Y){return this._bindingWhenSyntax.whenInjectedInto(Y)},B.prototype.whenParentNamed=function(Y){return this._bindingWhenSyntax.whenParentNamed(Y)},B.prototype.whenParentTagged=function(Y,X){return this._bindingWhenSyntax.whenParentTagged(Y,X)},B.prototype.whenAnyAncestorIs=function(Y){return this._bindingWhenSyntax.whenAnyAncestorIs(Y)},B.prototype.whenNoAncestorIs=function(Y){return this._bindingWhenSyntax.whenNoAncestorIs(Y)},B.prototype.whenAnyAncestorNamed=function(Y){return this._bindingWhenSyntax.whenAnyAncestorNamed(Y)},B.prototype.whenAnyAncestorTagged=function(Y,X){return this._bindingWhenSyntax.whenAnyAncestorTagged(Y,X)},B.prototype.whenNoAncestorNamed=function(Y){return this._bindingWhenSyntax.whenNoAncestorNamed(Y)},B.prototype.whenNoAncestorTagged=function(Y,X){return this._bindingWhenSyntax.whenNoAncestorTagged(Y,X)},B.prototype.whenAnyAncestorMatches=function(Y){return this._bindingWhenSyntax.whenAnyAncestorMatches(Y)},B.prototype.whenNoAncestorMatches=function(Y){return this._bindingWhenSyntax.whenNoAncestorMatches(Y)},B.prototype.onActivation=function(Y){return this._bindingOnSyntax.onActivation(Y)},B}();x.BindingInWhenOnSyntax=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(16),Z=i(39),$=function(){function F(B){this._binding=B}return F.prototype.inRequestScope=function(){return this._binding.scope=v.BindingScopeEnum.Request,new Z.BindingWhenOnSyntax(this._binding)},F.prototype.inSingletonScope=function(){return this._binding.scope=v.BindingScopeEnum.Singleton,new Z.BindingWhenOnSyntax(this._binding)},F.prototype.inTransientScope=function(){return this._binding.scope=v.BindingScopeEnum.Transient,new Z.BindingWhenOnSyntax(this._binding)},F}();x.BindingInSyntax=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=function(){function Z(){}return Z.of=function($,F){var B=new Z;return B.bindings=$,B.middleware=F,B},Z}();x.ContainerSnapshot=v},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=function(){function $(){this._map=new Map}return $.prototype.getMap=function(){return this._map},$.prototype.add=function(F,B){if(null==F)throw new Error(v.NULL_ARGUMENT);if(null==B)throw new Error(v.NULL_ARGUMENT);var Y=this._map.get(F);void 0!==Y?(Y.push(B),this._map.set(F,Y)):this._map.set(F,[B])},$.prototype.get=function(F){if(null==F)throw new Error(v.NULL_ARGUMENT);var B=this._map.get(F);if(void 0!==B)return B;throw new Error(v.KEY_NOT_FOUND)},$.prototype.remove=function(F){if(null==F)throw new Error(v.NULL_ARGUMENT);if(!this._map.delete(F))throw new Error(v.KEY_NOT_FOUND)},$.prototype.removeByCondition=function(F){var B=this;this._map.forEach(function(Y,X){var re=Y.filter(function(H){return!F(H)});re.length>0?B._map.set(X,re):B._map.delete(X)})},$.prototype.hasKey=function(F){if(null==F)throw new Error(v.NULL_ARGUMENT);return this._map.has(F)},$.prototype.clone=function(){var F=new $;return this._map.forEach(function(B,Y){B.forEach(function(X){return F.add(Y,X.clone())})}),F},$.prototype.traverse=function(F){this._map.forEach(function(B,Y){F(Y,B)})},$}();x.Lookup=Z},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(22),Z=function(){function F(B){this.id=v.id(),this.registry=B}return F}();x.ContainerModule=Z;var $=function(){function F(B){this.id=v.id(),this.registry=B}return F}();x.AsyncContainerModule=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(5);function $(){return function(F){if(Reflect.hasOwnMetadata(Z.PARAM_TYPES,F))throw new Error(v.DUPLICATED_INJECTABLE_DECORATOR);var B=Reflect.getMetadata(Z.DESIGN_PARAM_TYPES,F)||[];return Reflect.defineMetadata(Z.PARAM_TYPES,B,F),F}}x.injectable=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(12),Z=i(17);function $(F,B){return function(Y,X,re){var H=new v.Metadata(F,B);"number"==typeof re?Z.tagParameter(Y,X,re,H):Z.tagProperty(Y,X,H)}}x.tagged=$},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(B){return function(Y,X,re){var H=new Z.Metadata(v.NAMED_TAG,B);"number"==typeof re?$.tagParameter(Y,X,re,H):$.tagProperty(Y,X,H)}}x.named=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(){return function(B,Y,X){var re=new Z.Metadata(v.OPTIONAL_TAG,!0);"number"==typeof X?$.tagParameter(B,Y,X,re):$.tagProperty(B,Y,re)}}x.optional=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(){return function(B,Y,X){var re=new Z.Metadata(v.UNMANAGED_TAG,!0);$.tagParameter(B,Y,X,re)}}x.unmanaged=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(B){return function(Y,X,re){var H=new Z.Metadata(v.MULTI_INJECT_TAG,B);"number"==typeof re?$.tagParameter(Y,X,re,H):$.tagProperty(Y,X,H)}}x.multiInject=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(5),Z=i(12),$=i(17);function F(B){return function(Y,X,re){var H=new Z.Metadata(v.NAME_TAG,B);$.tagParameter(Y,X,re,H)}}x.targetName=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0});var v=i(9),Z=i(5),$=i(12);function F(){return function(B,Y,X){var re=new $.Metadata(Z.POST_CONSTRUCT,Y);if(Reflect.hasOwnMetadata(Z.POST_CONSTRUCT,B.constructor))throw new Error(v.MULTIPLE_POST_CONSTRUCT_METHODS);Reflect.defineMetadata(Z.POST_CONSTRUCT,re,B.constructor)}}x.postConstruct=F},function(we,x,i){"use strict";Object.defineProperty(x,"__esModule",{value:!0}),x.multiBindToService=function(v){return function(Z){return function(){for(var $=[],F=0;F=0;Ve--)(Ce=ae[Ve])&&(pe=(q<3?Ce(pe):q>3?Ce(W,ge,pe):Ce(W,ge))||pe);return q>3&&pe&&Object.defineProperty(W,ge,pe),pe},B=function(){function ae(){this._isInitialsed=!1}return ae.prototype.raiseEndTelemetryWith=function(W,ge,D,q){throw new Error("Method not implemented.")},ae.prototype.initTelemetry=function(W){window.EkTelemetry&&(this.telemetryProvider=window.EkTelemetry,this._isInitialsed=!0,this.context=W,this.telemetryProvider.initialize(W.config))},ae.prototype.initTelmetry=function(W,ge,D,q,pe){null!=this.context&&this.telemetryProvider?this.telemetryProvider.initialize(this.context.config):(this.config.pdata=W,this.config.channel=D,this.config.did=pe,this.config.sid=q,this.actor=ge)},ae.prototype.setTelemetryAttributes=function(W,ge,D,q,pe){this.config.pdata=W,this.config.channel=D,this.config.did=pe,this.config.sid=q,this.actor=ge},ae.prototype.formulateBasicConfigForTelemetry=function(){},ae.prototype.initProducerData=function(W){if(this.pData)return this.pData;this.config.pdata=W},ae.prototype.isTelemetryInitialised=function(){return this._isInitialsed},ae.prototype.raiseInteractTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.interact(W.edata,W.options)},ae.prototype.raiseInteractTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseImpressionTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.impression(W.edata,W.options)},ae.prototype.raiseImpressionTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseLogTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.log(W.edata,W.options)},ae.prototype.raiseLogTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseErrorTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.error(W.edata,W.options)},ae.prototype.raiseErrorTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseAuditTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.audit(W.edata,W.options)},ae.prototype.raiseAuditTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseStartTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.start(this.context.config,W.options.object.id,W.options.object.ver,W.edata,W.options)},ae.prototype.raiseEndTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.end(W.edata,W.options)},ae.prototype.raiseShareTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.share(W.edata,W.options)},ae.prototype.raiseShareTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseFeedBackTelemetry=function(W){this.isTelemetryInitialised()&&this.telemetryProvider.share(W.edata,W.options)},ae.prototype.raiseFeedBackTelemetryWith=function(W,ge,D,q){},ae.prototype.raiseAssesTelemetry=function(W,ge){this.isTelemetryInitialised()&&this.telemetryProvider.assess(W,ge)},ae.prototype.raiseResponseTelemetry=function(W,ge){this.isTelemetryInitialised()&&this.telemetryProvider.response(W,ge)},F([Object($.injectable)()],ae)}(),Y={CONTAINER:Symbol.for("CONTAINER"),services:{telemetry:{TELEMETRY_SERVICE:Symbol.for("TELEMETRY_SERVICE"),PLAYER_TELEMETRY_SERVICE:Symbol.for("PLAYER_TELEMETRY_SERVICE")}}},X=function(ae,W,ge,D){var Ce,q=arguments.length,pe=q<3?W:null===D?D=Object.getOwnPropertyDescriptor(W,ge):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ae,W,ge,D);else for(var Ve=ae.length-1;Ve>=0;Ve--)(Ce=ae[Ve])&&(pe=(q<3?Ce(pe):q>3?Ce(W,ge,pe):Ce(W,ge))||pe);return q>3&&pe&&Object.defineProperty(W,ge,pe),pe},re=function(ae,W){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(ae,W)},H=function(){function ae(W){this.telemetryService=W}return ae.prototype.onStartEvent=function(W,ge){},ae.prototype.onEndEvent=function(W,ge){},ae.prototype.onErrorEvent=function(W,ge){},ae.prototype.onHeartBeatEvent=function(W,ge){"LOADED"===W.type||"PLAY"===W.type||this.telemetryService.raiseLogTelemetry({})},X([Object($.injectable)(),re("design:paramtypes",[Z])],ae)}(),U=(se=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(ae,W){ae.__proto__=W}||function(ae,W){for(var ge in W)W.hasOwnProperty(ge)&&(ae[ge]=W[ge])},function(ae,W){function ge(){this.constructor=ae}se(ae,W),ae.prototype=null===W?Object.create(W):(ge.prototype=W.prototype,new ge)}),he=function(ae,W,ge,D){var Ce,q=arguments.length,pe=q<3?W:null===D?D=Object.getOwnPropertyDescriptor(W,ge):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)pe=Reflect.decorate(ae,W,ge,D);else for(var Ve=ae.length-1;Ve>=0;Ve--)(Ce=ae[Ve])&&(pe=(q<3?Ce(pe):q>3?Ce(W,ge,pe):Ce(W,ge))||pe);return q>3&&pe&&Object.defineProperty(W,ge,pe),pe},ye=function(ae,W){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(ae,W)},Oe=function(ae,W){return function(ge,D){W(ge,D,ae)}},Ne=function(ae){function W(ge){return ae.call(this,ge)||this}return U(W,ae),W.prototype.onHeartBeatEvent=function(ge,D){},he([Object($.injectable)(),Oe(0,Object($.inject)(Y.services.telemetry.TELEMETRY_SERVICE)),ye("design:paramtypes",[Z])],W)}(H),ce=function(ae,W,ge,D){return new(ge||(ge=Promise))(function(q,pe){function Ce(ct){try{at(D.next(ct))}catch(At){pe(At)}}function Ve(ct){try{at(D.throw(ct))}catch(At){pe(At)}}function at(ct){ct.done?q(ct.value):new ge(function(At){At(ct.value)}).then(Ce,Ve)}at((D=D.apply(ae,W||[])).next())})},ne=function(ae,W){var D,q,pe,Ce,ge={label:0,sent:function(){if(1&pe[0])throw pe[1];return pe[1]},trys:[],ops:[]};return Ce={next:Ve(0),throw:Ve(1),return:Ve(2)},"function"==typeof Symbol&&(Ce[Symbol.iterator]=function(){return this}),Ce;function Ve(ct){return function(At){return at([ct,At])}}function at(ct){if(D)throw new TypeError("Generator is already executing.");for(;ge;)try{if(D=1,q&&(pe=q[2&ct[0]?"return":ct[0]?"throw":"next"])&&!(pe=pe.call(q,ct[1])).done)return pe;switch(q=0,pe&&(ct=[0,pe.value]),ct[0]){case 0:case 1:pe=ct;break;case 4:return ge.label++,{value:ct[1],done:!1};case 5:ge.label++,q=ct[1],ct=[0];continue;case 7:ct=ge.ops.pop(),ge.trys.pop();continue;default:if(!((pe=(pe=ge.trys).length>0&&pe[pe.length-1])||6!==ct[0]&&2!==ct[0])){ge=0;continue}if(3===ct[0]&&(!pe||ct[1]>pe[0]&&ct[1]{"use strict";x.d(we,{gQ:()=>Xn});var i=x(8008),v=x(4666),Z=x(609);function $(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var l=u.context,f=u.label,m=void 0===f?"context-to-element":f,b=u.resolveDocument,A=u.defaultToDocument,oe=$(l)[0];if(b&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&A)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function B(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=[],m=F({label:"get/parents",context:l});m;)f.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return f}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],X=null;function H(u,l){return X||function re(u){Y.some(function(l){return!!u[l]&&(X=l,!0)})}(u),u[X](l)}var U=x(834),se=x.n(U),he=JSON.parse(JSON.stringify(se())),ye=he.os.family||"",Oe="Android"===ye,Ne="Windows"===ye.slice(0,7),ce="OS X"===ye,ne="iOS"===ye,fe="Blink"===he.layout,Ee="Gecko"===he.layout,Se="Trident"===he.layout,Pe="EdgeHTML"===he.layout,ae="WebKit"===he.layout,W=parseFloat(he.version),ge=Math.floor(W);he.majorVersion=ge,he.is={ANDROID:Oe,WINDOWS:Ne,OSX:ce,IOS:ne,BLINK:fe,GECKO:Ee,TRIDENT:Se,EDGE:Pe,WEBKIT:ae,IE9:Se&&9===ge,IE10:Se&&10===ge,IE11:Se&&11===ge};const D=he;function Ve(u){var l=function q(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},l=document.createElement("iframe");l.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),l.setAttribute("aria-live","off"),l.setAttribute("aria-busy","true"),l.setAttribute("aria-hidden","true"),document.body.appendChild(l);var f=l.contentWindow,m=f.document;m.open(),m.close();var b=m.createElement("div");return m.body.appendChild(b),u.iframe=l,u.wrapper=b,u.window=f,u.document=m,u}(),f={};return Object.keys(u).map(function(m){f[m]=function pe(u,l){u.wrapper.innerHTML="";var f="string"==typeof l.element?u.document.createElement(l.element):l.element(u.wrapper,u.document),m=l.mutate&&l.mutate(f,u.wrapper,u.document);return!m&&!1!==m&&(m=f),!f.parentNode&&u.wrapper.appendChild(f),m&&m.focus&&m.focus(),l.validate?l.validate(f,m,u.document):u.document.activeElement===m}(l,u[m])}),function Ce(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(l),f}var zt=typeof window<"u"&&window.navigator.userAgent||"",St="ally-supports-cache",It=function At(u){var l=void 0;try{l=(l=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(l):{}}catch{l={}}return l}(St);(It.userAgent!==zt||"1.4.1"!==It.version)&&(It={}),It.userAgent=zt,It.version="1.4.1";const $t_get=function(){return It},$t_set=function(l){Object.keys(l).forEach(function(f){It[f]=l[f]}),It.time=(new Date).toISOString(),function c1(u,l){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(l))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(St,It)};function Pt(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const Bt="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",q1={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},Vt={element:"div",mutate:function(l){return l.innerHTML='',!1},validate:function(l,f,m){if(D.is.GECKO)return!0;var b=l.querySelector("area");return b.focus(),m.activeElement===b}},Nt={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===f}},z={name:"can-focus-audio-without-controls",element:"audio",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}},ut={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},de={element:"a",mutate:function(l){return l.href="#void",l.innerHTML='',l.querySelector("img")}},We={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")}};var k=!D.is.WEBKIT;const me="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",xe={element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50"),l.style.visibility="hidden"}},Fe={name:"can-focus-object-svg",element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===l}};var je=!D.is.IE9;const _e={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")},validate:function(l,f,m){var b=l.querySelector("area");return m.activeElement===b}};function Dt(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var f=function yt(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(f);var m=f.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(f),!0}function $e(u){return''+u+""}function v1(u,l,f){return function Ht(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Dt(u)}}(l),f.activeElement===l}const V1={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},Gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},X1={element:"div",mutate:function(l){return l.innerHTML=$e(['link',''].join("")),l.querySelector("use")},validate:v1},Q1={element:"div",mutate:function(l){return l.innerHTML=$e(''),l.querySelector("foreignObject")||l.getElementsByTagName("foreignObject")[0]},validate:v1};var Ct=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const n2={element:"div",mutate:function(l){return l.innerHTML=$e(""),l.firstChild},validate:v1},A1={element:"video",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}};var Un=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var G1={cssShadowPiercingDeepCombinator:Pt,focusInZeroDimensionObject:function be(){return k},focusObjectSwf:function Ye(){return je},focusSvgInIframe:function dn(){return Ct},tabsequenceAreaAtImgPosition:function r2(){return Un}},o3={focusAreaImgTabindex:q1,focusAreaTabindex:Vt,focusAreaWithoutHref:Nt,focusAudioWithoutControls:z,focusBrokenImageMap:ut,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(l){return l.setAttribute("tabindex","-1"),l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello',l.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(l){l.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(l){l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:We,focusInHiddenIframe:{element:function(l,f){var m=f.createElement("iframe");l.appendChild(m);var b=m.contentWindow.document;return b.open(),b.close(),m},mutate:function(l){l.style.visibility="hidden";var f=l.contentWindow.document,m=f.createElement("input");return f.body.appendChild(m),m},validate:function(l){var f=l.contentWindow.document,m=f.querySelector("input");return f.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(l){l.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(l){l.setAttribute("tabindex","-1")},validate:function(l,f,m){l.offsetHeight;return l.focus(),m.activeElement===l}},focusObjectSvg:Fe,focusObjectSvgHidden:xe,focusRedirectImgUsemap:_e,focusRedirectLegend:{element:"fieldset",mutate:function(l){return l.innerHTML='legend',!1},validate:function(l,f,m){var b=l.querySelector('input[tabindex="-1"]'),A=l.querySelector('input[tabindex="0"]');return l.focus(),l.querySelector("legend").focus(),(m.activeElement===b?"focusable":m.activeElement===A&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(l){return l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
',l.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px;"),l.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(l){return l.innerHTML="foo

content

",l.firstElementChild}},focusSvgFocusableAttribute:V1,focusSvgTabindexAttribute:gt,focusSvgNegativeTabindexAttribute:Gt,focusSvgUseTabindex:X1,focusSvgForeignobjectTabindex:Q1,focusSvg:n2,focusTabindexTrailingCharacters:{element:"div",mutate:function(l){l.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(l,f,m){var b=m.createDocumentFragment();b.innerHTML="cell",l.appendChild(b)}},focusVideoWithoutControls:A1};var T=null;function Q(){return T||((T=$t_get()).time||($t_set(function Te(){var u=Ve(o3);return Object.keys(G1).forEach(function(l){u[l]=G1[l]()}),u}()),T=$t_get()),T)}var Le=void 0,qe=/^\s*(-|\+)?[0-9]+\s*$/,_t=/^\s*(-|\+)?[0-9]+.*$/;function dt(u){Le||(Le=Q());var l=Le.focusTabindexTrailingCharacters?_t:qe,f=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=f.hasAttribute("tabindex"),b=f.hasAttribute("tabIndex");if(!m&&!b)return!1;if((f.ownerSVGElement||"svg"===f.nodeName.toLowerCase())&&!Le.focusSvgTabindexAttribute)return!1;if(Le.focusInvalidTabindex)return!0;var oe=f.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&l.test(oe))}function bt(u){if(!dt(u))return null;var f=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(f),10);return isNaN(m)?-1:m}function t1(u){var l=u.webkitUserModify||"";return Boolean(l&&-1!==l.indexOf("write"))}function fn(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(l){return"auto"===l||"scroll"===l})}function Ut(u){return u.display.indexOf("flex")>-1}function N1(u,l,f,m){return!("div"!==l&&"span"!==l||f&&"div"!==f&&"span"!==f&&!fn(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1}:f;ke||(ke=Q());var b=F({label:"is/focus-relevant",resolveDocument:!0,context:l});if(!m.shadow&&b.shadowRoot)return!0;var A=b.nodeName.toLowerCase();if("input"===A&&"hidden"===b.type)return!1;if("input"===A||"select"===A||"button"===A||"textarea"===A||"legend"===A&&ke.focusRedirectLegend||"label"===A||"area"===A||"a"===A&&b.hasAttribute("href"))return!0;if("object"===A&&b.hasAttribute("usemap"))return!1;if("object"===A){var oe=b.getAttribute("type");if(!ke.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!ke.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===A||"object"===A||"embed"===A||"keygen"===A||b.hasAttribute("contenteditable")||"audio"===A&&(ke.focusAudioWithoutControls||b.hasAttribute("controls"))||"video"===A&&(ke.focusVideoWithoutControls||b.hasAttribute("controls"))||ke.focusSummary&&"summary"===A)return!0;var Ke=dt(b);if("img"===A&&b.hasAttribute("usemap"))return Ke&&ke.focusImgUsemapTabindex||ke.focusRedirectImgUsemap;if(ke.focusTable&&("table"===A||"td"===A)||ke.focusFieldset&&"fieldset"===A)return!0;var tt="svg"===A,it=b.ownerSVGElement,Ot=b.getAttribute("focusable"),e1=bt(b);if("use"===A&&null!==e1&&!ke.focusSvgUseTabindex)return!1;if("foreignobject"===A)return null!==e1&&ke.focusSvgForeignobjectTabindex;if(H(b,"svg a")&&b.hasAttribute("xlink:href"))return!0;if((tt||it)&&b.focus&&!ke.focusSvgNegativeTabindexAttribute&&e1<0)return!1;if(tt)return Ke||ke.focusSvg||ke.focusSvgInIframe||Boolean(ke.focusSvgFocusableAttribute&&Ot&&"true"===Ot);if(it){if(ke.focusSvgTabindexAttribute&&Ke)return!0;if(ke.focusSvgFocusableAttribute)return"true"===Ot}if(Ke)return!0;var T1=window.getComputedStyle(b,null);if(t1(T1))return!0;if(ke.focusImgIsmap&&"img"===A&&b.hasAttribute("ismap")){var e2=B({context:b}).some(function(xn){return"a"===xn.nodeName.toLowerCase()&&xn.hasAttribute("href")});if(e2)return!0}if(!m.scrollable&&ke.focusScrollContainer)if(ke.focusScrollContainerWithoutOverflow){if(N1(b,A))return!0}else if(fn(T1))return!0;if(!m.flexbox&&ke.focusFlexboxContainer&&Ut(T1))return!0;var cn=b.parentElement;if(!m.scrollable&&cn){var u3=cn.nodeName.toLowerCase(),_n=window.getComputedStyle(cn,null);if(ke.focusScrollBody&&N1(cn,A,u3,_n)||ke.focusChildrenOfFocusableFlexbox&&Ut(_n))return!0}return!1}Mt.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Mt({context:m,except:u})};return l.rules=Mt,l};const P1=Mt.except({});function pn(u,l){if(u.findIndex)return u.findIndex(l);var f=u.length;if(0===f)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:f,b=F({label:"is/visible",resolveDocument:!0,context:l}),A=b.nodeName.toLowerCase();if(!m.notRendered&&Hn.test(A))return!0;var oe=B({context:b}),Ke="audio"===A&&!b.hasAttribute("controls");if(!m.cssDisplay&&s1(Ke?oe.slice(1):oe)||!m.cssVisibility&&yn(oe)||!m.detailsElement&&w1(oe))return!1;if(!m.browsingContext){var tt=Xt(b),it=k1.except(m);if(tt&&!it(tt))return!1}return!0}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return k1({context:m,except:u})};return l.rules=k1,l};const f2=k1.except({});var Yt=x(6260),r1=x.n(Yt);function O2(u,l){return l.querySelector('map[name="'+r1()(u)+'"]')||null}function p2(u){var l=u.parentElement;return l.name&&"map"===l.nodeName.toLowerCase()&&d1(u).querySelector('img[usemap="#'+r1()(l.name)+'"]')||null}var F1=void 0;var f1=void 0,en=void 0,hn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function O1(u){f1||((f1=Q()).focusFieldsetDisabled&&delete hn.fieldset,f1.focusFormDisabled&&delete hn.form,en=new RegExp("^("+Object.keys(hn).join("|")+")$"));var f=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(en.test(f))}var j1=void 0;function T2(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function Sn(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Zn(u){j1||(j1=Q());var l=F({label:"is/disabled",context:u});if(l.hasAttribute("data-ally-disabled"))return!0;if(!O1(l))return!1;if(l.disabled)return!0;var f=B({context:l});return!!(f.some(T2)||!j1.focusFormDisabled&&f.some(Sn))}function L1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{onlyFocusableBrowsingContext:!1,visible:!1}:f,b=F({label:"is/only-tabbable",resolveDocument:!0,context:l});if(!m.visible&&!f2(b))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var A=Xt(b);if(A&&bt(A)<0)return!1}var oe=b.nodeName.toLowerCase(),Ke=bt(b);return"label"===oe&&D.is.GECKO?null!==Ke&&Ke>=0:!!(D.is.GECKO&&b.ownerSVGElement&&!b.focus&&"a"===oe&&b.hasAttribute("xlink:href")&&D.is.GECKO)}L1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return L1({context:m,except:u})};return l.rules=L1,l};const Fn=L1.except({});var Kt=void 0;function v3(u){var l=u.nodeName.toLowerCase();if("embed"===l||"keygen"===l)return!0;var f=bt(u);if(u.shadowRoot&&null===f)return!0;if("label"===l)return!Kt.focusLabelTabindex||null===f;if("legend"===l)return null===f;if(Kt.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===l)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===l&&u.hasAttribute("usemap")?null===f||!Kt.focusImgUsemapTabindex:"area"===l&&!function v2(u){F1||(F1=Q());var l=F({label:"is/valid-area",context:u});if("area"!==l.nodeName.toLowerCase())return!1;var m=l.hasAttribute("tabindex");if(!F1.focusAreaTabindex&&m)return!1;var b=p2(l);return!(!b||!f2(b)||!F1.focusBrokenImageMap&&(!b.complete||!b.naturalHeight||b.offsetWidth<=0||b.offsetHeight<=0))&&(F1.focusAreaWithoutHref||l.href?!B({context:b}).slice(1).some(function(oe){var Ke=oe.nodeName.toLowerCase();return"button"===Ke||"a"===Ke}):F1.focusAreaTabindex&&m||F1.focusAreaImgTabindex&&b.hasAttribute("tabindex"))}(u)}function D1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{disabled:!1,visible:!1,onlyTabbable:!1}:f;Kt||(Kt=Q());var b=Fn.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),A=F({label:"is/focusable",resolveDocument:!0,context:l}),oe=P1.rules({context:A,except:m});if(!oe||v3(A)||!m.disabled&&Zn(A)||!m.onlyTabbable&&b(A))return!1;if(!m.visible){var Ke={context:A,except:{}};if(Kt.focusInHiddenIframe&&(Ke.except.browsingContext=!0),Kt.focusObjectSvgHidden){var tt=A.nodeName.toLowerCase();"object"===tt&&(Ke.except.cssVisibility=!0)}if(!f2.rules(Ke))return!1}var it=Xt(A);if(it){var Ot=it.nodeName.toLowerCase();if(!("object"!==Ot||Kt.focusInZeroDimensionObject||it.offsetWidth&&it.offsetHeight))return!1}var e1=A.nodeName.toLowerCase();return!("svg"===e1&&Kt.focusSvgInIframe&&!it&&null===A.getAttribute("tabindex"))}D1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return D1({context:m,except:u})};return l.rules=D1,l};const M1=D1.except({});function h1(u){var l=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return l.acceptNode=l,l}var K2=h1(P1);function M2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;l||(l=document.documentElement);for(var A=M1.rules.except({onlyTabbable:m}),oe=d1(l),Ke=oe.createTreeWalker(l,NodeFilter.SHOW_ELEMENT,"all"===b?K2:h1(A),!1),tt=[];Ke.nextNode();)Ke.currentNode.shadowRoot?(A(Ke.currentNode)&&tt.push(Ke.currentNode),tt=tt.concat(M2({context:Ke.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:b}))):tt.push(Ke.currentNode);return f&&("all"===b?P1(l)&&tt.unshift(l):A(l)&&tt.unshift(l)),tt}var tn=void 0,nn=void 0;function h2(){return tn||(tn=Q()),"string"==typeof nn||(nn=wt(nn=(tn.focusTable?"table, td,":"")+(tn.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(tn.focusAudioWithoutControls?"audio,":"audio[controls],")+(tn.focusVideoWithoutControls?"video,":"video[controls],")+(tn.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),nn}function bn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=h2(),A=l.querySelectorAll(b),oe=M1.rules.except({onlyTabbable:m}),Ke=[].filter.call(A,oe);return f&&oe(l)&&Ke.unshift(l),Ke}function Wn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=void 0===b?"quick":b,oe=F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:l}),Ke={context:oe,includeContext:f,includeOnlyTabbable:m,strategy:A};if("quick"===A)return bn(Ke);if("strict"===A||"all"===A)return M2(Ke);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Q2(u){var l=u.element,f=u.attribute,m="data-cached-"+f;if(null===l.getAttribute(m)){var A=l.getAttribute(f);if(null===A)return;l.setAttribute(m,A||""),l.removeAttribute(f)}else{var oe=l.getAttribute(m);l.removeAttribute(m),l.setAttribute(f,oe)}}function U1(u){var l=u.element,f=u.attribute,m=u.temporaryValue,b=u.saveValue,A="data-cached-"+f;if(void 0!==m){var oe=b||l.getAttribute(f);l.setAttribute(A,oe||""),l.setAttribute(f,m)}else{var Ke=l.getAttribute(A);l.removeAttribute(A),""===Ke?l.removeAttribute(f):l.setAttribute(f,Ke)}}var rn=function(){};const K=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var on=void 0;function Ln(){K.warn("trying to focus inert element",this)}function Y2(u,l){(function w2(u,l){U1({element:u,attribute:"aria-disabled",temporaryValue:l?"true":void 0})})(u,l),function rr(u,l){if(l){var f=bt(u);U1({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==f?f:""})}else U1({element:u,attribute:"tabindex"})}(u,l),function L2(u,l){l?u.focus=Ln:delete u.focus}(u,l),function L3(u,l){if(l){var f=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",f),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,l);var f=u.nodeName.toLowerCase();("video"===f||"audio"===f)&&function jt(u,l){Q2({element:u,attribute:"controls",remove:l})}(u,l),("svg"===f||u.ownerSVGElement)&&(on.focusSvgFocusableAttribute?function M3(u,l){U1({element:u,attribute:"focusable",temporaryValue:l?"false":void 0})}(u,l):!on.focusSvgTabindexAttribute&&"a"===f&&function w3(u,l){Q2({element:u,attribute:"xlink:href",remove:l})}(u,l)),l?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function gn(u,l){on||(on=Q());var f=F({label:"element/disabled",context:u});l=Boolean(l);var m=f.hasAttribute("data-ally-disabled"),b=1===arguments.length;return O1(f)?b?f.disabled:(f.disabled=l,f):b?m:(m===l||Y2(f,l),f)}var N2=function(l){return l.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function vn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:l}),m=d1(l),b=m.createTreeWalker(f,NodeFilter.SHOW_ELEMENT,N2,!1),A=[];for(f.shadowRoot&&(A.push(f),A=A.concat(vn({context:f.shadowRoot})));b.nextNode();)A.push(b.currentNode),A=A.concat(vn({context:b.currentNode.shadowRoot}));return A}N2.acceptNode=N2;var s3="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},H1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.callback,A=f.config;$2(this,u),this.config=A,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(b),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(l.handleHostMutation,l)}),this.observeContext(m),this.observeShadowHosts(m)}return H1(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(f){var m=this;vn({context:f}).forEach(function(A){return m.observeContext(A.shadowRoot)})}},{key:"observeContext",value:function(f){this.clientObserver.observe(f,this.config),this.hostObserver.observe(f,i1)}},{key:"handleHostMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(b){return b.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function g2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.callback,m=u.config;if("function"!=typeof f)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s3(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var b=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:l}),A=new E1({context:b,callback:f,config:m});return{disengage:A.disengage}}function C2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.parent,f=u.element,m=u.includeSelf;if(l)return function(A){return Boolean(m&&A===l||l.compareDocumentPosition(A)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(f)return function(A){return Boolean(m&&f===A||A.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var y1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.filter;l3(this,u),this._context=$(m||document.documentElement)[0],this._filter=$(b),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var A=Wn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(A),this.shadowObserver=g2({context:this._context,config:Z1,callback:function(Ke){return Ke.forEach(l.handleMutation)}})}return y1(u,[{key:"disengage",value:function(){!this._context||(o2(this._context),this._inertElementCache.forEach(function(f){return o2(f)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(f){return f.map(function(m){return Wn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,b){return m.concat(b)},[])}},{key:"renderInert",value:function(f){var m=this;f.filter(this.filterElements).filter(this.filterParentElements).filter(function(A){return!gn(A)}).forEach(function(oe){m._inertElementCache.push(oe),function Kn(u){return gn(u,!0)}(oe)})}},{key:"filterElements",value:function(f){var m=C2({element:f,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(f){var m=C2({parent:f});return!this._filter.some(m)}},{key:"handleMutation",value:function(f){if("childList"===f.type){var m=$(f.addedNodes).filter(function(A){return A.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var b=this.listQueryFocusable(m);this.renderInert(b)}else"attributes"===f.type&&this.renderInert([f.target])}}]),u}();function z2(u){var l=u.context,f=u.filter,b=[],A=function(it){return f.some(function(Ot){return it===Ot})?NodeFilter.FILTER_REJECT:function(it){var Ot=C2({parent:it});return f.some(Ot)}(it)?NodeFilter.FILTER_ACCEPT:(b.push(it),NodeFilter.FILTER_REJECT)};A.acceptNode=A;for(var Ke=d1(l).createTreeWalker(l,NodeFilter.SHOW_ELEMENT,A,!1);Ke.nextNode(););return b}function Nn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter;if(l=F({label:"get/insignificant-branches",defaultToDocument:!0,context:l}),!(f=$(f)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return z2({context:l,filter:f})}var J2=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},f=l.context,m=l.filter;jn(this,u),this._context=$(f||document.documentElement)[0],this._filter=$(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var b=Nn({context:this._context,filter:this._filter});b.forEach(Rn),this.startObserver()}return J2(u,[{key:"disengage",value:function(){!this._context||([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),an),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var f=this;!window.MutationObserver||(this._observer=new MutationObserver(function(m){return m.forEach(f.handleMutation)}),this._observer.observe(this._context,q2))}},{key:"handleMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(Rn)}},{key:"isInsignificantBranch",value:function(f){if(B({context:f}).some(function(A){return"true"===A.getAttribute("aria-hidden")}))return!1;var b=C2({element:f});return!this._filter.some(b)}}]),u}();function a2(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"get/shadow-host",context:l}),m=null;f;)m=f,f=f.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function Yn(u){var l=F({label:"is/active-element",resolveDocument:!0,context:u});if(d1(l).activeElement===l)return!0;var m=a2({context:l});return!(!m||m.shadowRoot.activeElement!==l)}var sn=void 0,Cn=/^(fieldset|table|td|body)$/;function Dn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:f;sn||(sn=Q());var b=F({label:"is/tabbable",resolveDocument:!0,context:l});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var A=Xt(b);if(A){if(D.is.WEBKIT&&D.is.IOS||bt(A)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!f2(A))return!1;var oe=A.nodeName.toLowerCase();if("object"===oe){var Ke="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ke)return!1}}var tt=b.nodeName.toLowerCase(),it=bt(b),Ot=null===it?null:it>=0;if(D.is.EDGE&&D.majorVersion>=14&&A&&b.ownerSVGElement&&it<0)return!0;var e1=!1!==Ot,T1=null!==it&&it>=0;if(b.hasAttribute("contenteditable"))return e1;if(Cn.test(tt)&&!0!==Ot)return!1;if(D.is.WEBKIT&&D.is.IOS){var e2="input"===tt&&"text"===b.type||"password"===b.type||"select"===tt||"textarea"===tt||b.hasAttribute("contenteditable");if(!e2){var cn=window.getComputedStyle(b,null);e2=t1(cn)}if(!e2)return!1}if("use"===tt&&null!==it&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||H(b,"svg a")&&b.hasAttribute("xlink:href")&&(e1||b.focus&&!sn.focusSvgNegativeTabindexAttribute)||"svg"===tt&&sn.focusSvgInIframe&&e1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===tt)return!!sn.focusSvg||(b.hasAttribute("focusable")||T1);if(b.ownerSVGElement)return!(!sn.focusSvgTabindexAttribute||!T1)||b.hasAttribute("focusable")}if(void 0===b.tabIndex)return Boolean(m.onlyTabbable);if("audio"===tt){if(!b.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===tt)if(b.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===tt&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===tt)return!1;if(!m.scrollable&&D.is.GECKO){var u3=window.getComputedStyle(b,null);if(fn(u3))return e1}if(D.is.TRIDENT||D.is.EDGE){if("area"===tt){var _n=p2(b);if(_n&&bt(_n)<0)return!1}var xn=window.getComputedStyle(b,null);if(t1(xn))return b.tabIndex>=0;if(!m.flexbox&&Ut(xn))return null!==it?T1:O(b)&&p(b);if(N1(b,tt))return!1;var i3=b.parentElement;if(i3){var xr=i3.nodeName.toLowerCase(),x3=window.getComputedStyle(i3,null);if(N1(i3,tt,xr,x3))return!1;if(Ut(x3))return T1}}return b.tabIndex>=0}Dn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Dn({context:m,except:u})};return l.rules=Dn,l};var O=P1.rules.except({flexbox:!0}),p=Dn.except({flexbox:!0});const R=Dn.except({});function De(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=R.rules.except({onlyTabbable:m});return Wn({context:l,includeContext:f,includeOnlyTabbable:m,strategy:b}).filter(A)}function Lt(u,l){return u.compareDocumentPosition(l)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function $1(u){return u.sort(Lt)}function s2(u,l,f){var m=[];return l.forEach(function(b){var A=!0,oe=u.indexOf(b);-1===oe&&(oe=function u1(u,l){return pn(u,function(f){return l.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,b),A=!1),-1===oe&&(oe=u.length);var Ke=$(f?f(b):b);!Ke.length||m.push({offset:oe,replace:A,elements:Ke})}),m}function mn(u,l){var f=0;l.sort(function(m,b){return m.offset-b.offset}),l.forEach(function(m){var b=m.replace?1:0,A=[m.offset+f,b].concat(m.elements);u.splice.apply(u,A),f+=m.elements.length-b})}function I1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.list,f=u.elements,m=u.resolveElement,b=l.slice(0),A=$(f).slice(0);$1(A);var oe=s2(b,A,m);return mn(b,oe),b}var e3=function(){function u(l,f){for(var m=0;m-1?[f].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(f){delete this.hosts[f]._sortingId},this)}}]),u}();function E2(u,l,f){var m=new ln(l,f),b=m.extractElements(u);return b.length===u.length?f(u):m.sort(b)}var P2=void 0;function I2(u,l){var f=u.indexOf(l);return f>0?u.splice(f,1).concat(u):u}function G3(u,l){return P2.tabsequenceAreaAtImgPosition&&(u=function Mr(u,l){var f=l.querySelectorAll("img[usemap]"),m=new B3(l),b=m.extractAreasFromList(u);return f.length?I1({list:b,elements:f,resolveElement:function(oe){var Ke=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ke)}}):b}(u,l)),u=function V3(u){var l={},f=[],m=u.filter(function(A){var oe=A.tabIndex;return void 0===oe&&(oe=bt(A)),oe<=0||null==oe||(l[oe]||(l[oe]=[],f.push(oe)),l[oe].push(A),!1)});return f.sort().map(function(A){return l[A]}).reduceRight(function(A,oe){return oe.concat(A)},m)}(u),u}function p3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;P2||(P2=Q());var A=$(l)[0]||document.documentElement,oe=De({context:A,includeContext:f,includeOnlyTabbable:m,strategy:b});return oe=document.body.createShadowRoot&&D.is.BLINK?E2(oe,A,G3):G3(oe,A),f&&(oe=I2(oe,A)),oe}for(var y={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},g=1;g<26;g++)y["f"+g]=g+111;for(var I=0;I<10;I++){var j=I+48,ue=I+96;y[I]=j,y["num-"+I]=ue,y._alias[j]=[ue]}for(var Ie=0;Ie<26;Ie++){var Xe=Ie+65;y[String.fromCharCode(Xe).toLowerCase()]=Xe}const o1=y;var Zt={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},a1=Object.keys(Zt).map(function(u){return Zt[u]});function C1(u,l){return!a1.some(function(f){return"boolean"==typeof u[f]&&Boolean(l[f])!==u[f]})}function k2(u){return u.split(/\s+/).map(function(l){var f=l.split("+"),m=function R1(u){var f=function Wt(u){var l=!!u&&null;return{altKey:l,ctrlKey:l,metaKey:l,shiftKey:l}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var b=!0,A=m.slice(0,1);"?"===A?b=null:"!"===A&&(b=!1),!0!==b&&(m=m.slice(1));var oe=Zt[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');f[oe]=b}}),f}(f.slice(0,-1)),b=function g1(u){var l=o1[u]||parseInt(u,10);if(!l||"number"!=typeof l||isNaN(l))throw new TypeError('Unknown key "'+u+'"');return[l].concat(o1._alias[l]||[])}(f.slice(-1));return{keyCodes:b,modifiers:m,matchModifiers:C1.bind(null,m)}})}function x1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l={},f=$(u.context)[0]||document.documentElement;delete u.context;var m=$(u.filter);delete u.filter;var b=Object.keys(u);if(!b.length)throw new TypeError("when/key requires at least one option key");var A=function(it){it.keyCodes.forEach(function(Ot){l[Ot]||(l[Ot]=[]),l[Ot].push(it)})};b.forEach(function(tt){if("function"!=typeof u[tt])throw new TypeError('when/key requires option["'+tt+'"] to be a function');k2(tt).map(function(e1){return e1.callback=u[tt],e1}).forEach(A)});var oe=function(it){if(!it.defaultPrevented){if(m.length){var Ot=C2({element:it.target,includeSelf:!0});if(m.some(Ot))return}var e1=it.keyCode||it.which;!l[e1]||l[e1].forEach(function(T1){!T1.matchModifiers(it)||T1.callback.call(f,it,Ke)})}};f.addEventListener("keydown",oe,!1);var Ke=function(){f.removeEventListener("keydown",oe,!1)};return{disengage:Ke}}const l1={disabled:function Qn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new R2({context:l,filter:f});return{disengage:m.disengage}},hidden:function vt(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new X2({context:l,filter:f});return{disengage:m.disengage}},tabFocus:function kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context;return l||(l=document.documentElement),p3(),x1({"?alt+?shift+tab":function(m){m.preventDefault();var b=p3({context:l}),A=m.shiftKey,oe=b[0],Ke=b[b.length-1],it=A?Ke:oe;if(Yn(A?oe:Ke))it.focus();else{var Ot=void 0;if(b.some(function(e2,cn){return!!Yn(e2)&&(Ot=cn,!0)}))b[Ot+(A?-1:1)].focus();else oe.focus()}}})}};var t3=x(6312);const h3=function(u){return{showDownload:u}};function g3(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"text",229)(1,"tspan",230),i._uU(2),i.qZA(),i.TgZ(3,"tspan",231),i._uU(4),i.qZA()()),2&u){const f=i.oxw();i.xp6(2),i.Oqu(f.outcomeLabel),i.xp6(2),i.Oqu(f.outcome)}}function $r(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"g",232)(1,"g",233),i._UZ(2,"polygon",234)(3,"path",235),i.qZA(),i.TgZ(4,"text",236)(5,"tspan",237),i._uU(6),i.qZA()()()),2&u){const f=i.oxw();i.xp6(6),i.Oqu(f.timeSpentLabel)}}function or(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",244),i.qZA()())}function U3(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",245),i.qZA()())}function c3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",246),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.exitContent.emit({type:"EXIT"}))}),i.O4$(),i.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),i._UZ(4,"stop",240)(5,"stop",241),i.qZA()(),i.TgZ(6,"g",242),i._UZ(7,"path",249)(8,"path",250),i.qZA()(),i.kcU(),i.TgZ(9,"div",226),i._uU(10,"Exit"),i.qZA()()}}function E3(u,l){if(1&u){const f=i.EpF();i.ynx(0),i.TgZ(1,"div",251),i._uU(2,"Up Next"),i.qZA(),i.TgZ(3,"div",252),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.playNext())}),i.TgZ(4,"div",253),i._uU(5),i.qZA(),i.TgZ(6,"div",254),i._UZ(7,"img",255),i.qZA()(),i.BQk()}if(2&u){const f=i.oxw();i.xp6(5),i.Oqu(f.nextContent.name)}}function H3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))}),i._UZ(1,"span",9),i._uU(2," Share"),i.qZA()}}function ar(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))}),i._UZ(1,"span",10),i._uU(2," Download"),i.qZA()}}function wr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"PRINT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"PRINT"))}),i._UZ(1,"span",11),i._uU(2," Print"),i.qZA()}}function B2(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))}),i._UZ(1,"span",12),i._uU(2," Exit"),i.qZA()}}function C3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"sb-player-download-popup",13),i.NdJ("hideDownloadPopUp",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.hideDownloadPopUp(b))})("downloadEvent",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.sidebarEvent.emit(b))}),i.qZA()}if(2&u){const f=i.oxw();i.Q6J("title",f.title)("showDownloadPopUp",f.showDownloadPopUp)}}const Lr=function(u){return{"animated animateBg":u}};function Dr(u,l){1&u&&(i.TgZ(0,"div",1),i._uU(1," You are offline\n"),i.qZA())}const n3=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Z3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",6)(1,"img",7),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.rotateCW())}),i.qZA()()}}function Er(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",8)(1,"button",9),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomOut())}),i.qZA(),i.TgZ(2,"button",10),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomIn())}),i.qZA()()}}function Ir(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",11)(1,"input",12),i.NdJ("ngModelChange",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.page=b)}),i.qZA(),i.TgZ(2,"span",13),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.gotoPage())}),i._UZ(3,"img",14),i.qZA(),i.TgZ(4,"span",15),i._uU(5,"/"),i.qZA(),i.TgZ(6,"span",16),i._uU(7),i.qZA()()}if(2&u){const f=i.oxw();i.xp6(1),i.Q6J("ngModel",f.page)("max",f.totalPages),i.xp6(6),i.Oqu(f.totalPages)}}function Jr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),i.NdJ("previousAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA(),i.TgZ(3,"sb-player-next-navigation",20),i.NdJ("nextAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA()()()}}const sr_internetConnectivity="CPV2_INT_CONNECT_01",A2_internetConnectivity="content failed to load , No Internet Available",A2_contentPlayFailedHeader="Unable to load content",A2_contentPlayFailTitle="Refresh and try again later";class m2{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new i.vpe,this.setInternetConnectivityError=()=>{const l=new Error;l.message=A2_internetConnectivity,l.name=sr_internetConnectivity,this.getInternetConnectivityError.emit({error:l})},this.initInternetConnectivityError()}checkContentCompatibility(l){if(l>this.playerContentCompatibiltyLevel){const f=new Error;return f.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${l}`,f.name="contentCompatibily",{error:f,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}m2.\u0275fac=function(l){return new(l||m2)},m2.ctorParameters=()=>[],m2.\u0275prov=(0,i.Yz7)({factory:function(){return new m2},token:m2,providedIn:"root"});class l2{constructor(){this.downloadEvent=new i.vpe,this.hideDownloadPopUp=new i.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(l,f){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:l,type:f})}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f)&&"showDownloadPopUp"===f){this.showDownloadPopUp=l[f].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=l1.disabled({filter:m})}}download(l,f){this.downloadEvent.emit({event:l,type:f}),this.disabledHandle.disengage()}}l2.\u0275fac=function(l){return new(l||l2)},l2.\u0275cmp=i.Xpm({type:l2,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[i.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CLOSE")}),i._UZ(4,"button",4),i.qZA(),i.TgZ(5,"div",5)(6,"h5",6),i._uU(7,"Confirm Download"),i.qZA(),i.TgZ(8,"div",7),i._uU(9),i.qZA(),i._UZ(10,"div",8),i.TgZ(11,"div",9)(12,"button",10),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CANCEL")}),i._uU(13,"Cancel"),i.qZA(),i.TgZ(14,"button",11),i.NdJ("click",function(b){return f.download(b,"DOWNLOAD")}),i._uU(15,"Download"),i.qZA()()()()()()),2&l&&(i.Q6J("ngClass",i.VKq(2,h3,f.showDownloadPopUp)),i.xp6(9),i.hij('"',f.title,'" will be saved on your device.'))},dependencies:[v.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),l2.propDecorators={title:[{type:i.IIB}],downloadEvent:[{type:i.r_U}],hideDownloadPopUp:[{type:i.r_U}],showDownloadPopUp:[{type:i.IIB}]};class c2{constructor(){this.showReplay=!0,this.replayContent=new i.vpe,this.exitContent=new i.vpe,this.playNextContent=new i.vpe}ngOnInit(){this.subscription=(0,t3.R)(document,"keydown").subscribe(l=>{"Enter"===l.key&&(l.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}c2.\u0275fac=function(l){return new(l||c2)},c2.\u0275cmp=i.Xpm({type:c2,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(l,f){1&l&&(i.F$t(),i.TgZ(0,"div",0)(1,"div",1)(2,"div",2),i.O4$(),i.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),i._UZ(6,"feColorMatrix",5),i.qZA(),i.TgZ(7,"linearGradient",6),i._UZ(8,"stop",7)(9,"stop",8),i.qZA(),i.TgZ(10,"linearGradient",9),i._UZ(11,"stop",10)(12,"stop",11),i.qZA(),i._UZ(13,"path",12),i.TgZ(14,"filter",13),i._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),i.qZA(),i.TgZ(19,"linearGradient",18),i._UZ(20,"stop",19)(21,"stop",20),i.qZA(),i.YNc(22,g3,5,2,"text",21),i.qZA(),i.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),i._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),i.qZA()(),i.TgZ(199,"g",198)(200,"g",199),i._UZ(201,"path",200)(202,"path",201),i.TgZ(203,"g",202),i._UZ(204,"use",203)(205,"path",204),i.qZA(),i._UZ(206,"path",205)(207,"path",206),i.TgZ(208,"g",207)(209,"g",208)(210,"g",209),i._UZ(211,"use",210)(212,"use",211),i.qZA(),i.TgZ(213,"g",212),i._UZ(214,"use",213)(215,"use",214),i.qZA()()(),i._UZ(216,"path",215),i.TgZ(217,"foreignObject",216),i.kcU(),i.TgZ(218,"div",217),i._uU(219),i.qZA()(),i.YNc(220,$r,7,1,"g",218),i.qZA()()()()()()()(),i.TgZ(221,"div",219)(222,"div",220)(223,"div",221),i._uU(224,"You just completed"),i.qZA(),i.TgZ(225,"span",222),i._uU(226),i.qZA(),i.Hsn(227),i.qZA(),i.TgZ(228,"div",223)(229,"div",224),i.NdJ("click",function(){return f.replay()}),i.TgZ(230,"div"),i.YNc(231,or,8,0,"svg",225),i.YNc(232,U3,8,0,"svg",225),i.qZA(),i.TgZ(233,"div",226),i._uU(234,"Replay"),i.qZA()(),i.YNc(235,c3,11,0,"div",227),i.qZA(),i.YNc(236,E3,8,1,"ng-container",228),i.qZA()()),2&l&&(i.xp6(22),i.Q6J("ngIf",f.outcome),i.xp6(197),i.hij(" ",f.userName," "),i.xp6(1),i.Q6J("ngIf",f.timeSpentLabel),i.xp6(6),i.Oqu(f.contentName),i.xp6(3),i.Q6J("ngClass",f.showReplay?"":"disabled"),i.xp6(2),i.Q6J("ngIf",!f.showReplay),i.xp6(1),i.Q6J("ngIf",f.showReplay),i.xp6(3),i.Q6J("ngIf",f.showExit),i.xp6(1),i.Q6J("ngIf",f.nextContent))},dependencies:[v.mk,v.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both heartbeat;animation:3s ease-in-out infinite both heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both heartbeat;animation:5s ease-in-out infinite both heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),c2.propDecorators={showExit:[{type:i.IIB}],showReplay:[{type:i.IIB}],contentName:[{type:i.IIB}],outcome:[{type:i.IIB}],outcomeLabel:[{type:i.IIB}],userName:[{type:i.IIB}],timeSpentLabel:[{type:i.IIB}],nextContent:[{type:i.IIB}],replayContent:[{type:i.r_U}],exitContent:[{type:i.r_U}],playNextContent:[{type:i.r_U}]};class En{constructor(){this.sidebarMenuEvent=new i.vpe}toggleMenu(l){const f=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),b=document.getElementById("playerSideMenu");l instanceof KeyboardEvent&&(f.checked=!f.checked),f.checked?(b.style.visibility="visible",m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:l,type:"OPEN_MENU"})):(b.style.visibility="hidden",m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:l,type:"CLOSE_MENU"}))}}En.\u0275fac=function(l){return new(l||En)},En.\u0275cmp=i.Xpm({type:En,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:3,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"]],template:function(l,f){1&l&&(i.TgZ(0,"input",0),i.NdJ("click",function(b){return f.toggleMenu(b)}),i.qZA(),i.TgZ(1,"label",1),i.NdJ("keydown.enter",function(b){return f.toggleMenu(b)}),i._UZ(2,"span"),i.qZA())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}']}),En.propDecorators={sidebarMenuEvent:[{type:i.r_U}]};class _2{constructor(l){this.ref=l,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new i.vpe,this.toggleMenu=new i.vpe,this.showDownloadPopUp=!1}closeNav(l){document.getElementById("overlay-input").checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:l,type:"CLOSE_MENU"})}showDownloadPopup(l,f){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(l,f)}hideDownloadPopUp(l){this.showDownloadPopUp=!1,this.sidebarEvent.emit(l),this.ref.detectChanges()}emitSideBarEvent(l,f){this.sidebarEvent.emit({event:l,type:f})}}_2.\u0275fac=function(l){return new(l||_2)(i.Y36(i.sBO))},_2.\u0275cmp=i.Xpm({type:_2,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),i._uU(4),i.qZA(),i.TgZ(5,"ul",4),i.YNc(6,H3,3,0,"li",5),i.YNc(7,ar,3,0,"li",5),i.YNc(8,wr,3,0,"li",5),i.YNc(9,B2,3,0,"li",5),i.qZA()(),i.TgZ(10,"div",6),i.NdJ("click",function(b){return f.closeNav(b)}),i.qZA()(),i.YNc(11,C3,1,2,"sb-player-download-popup",7)),2&l&&(i.xp6(4),i.Oqu(f.title),i.xp6(2),i.Q6J("ngIf",f.config.showShare),i.xp6(1),i.Q6J("ngIf",f.config.showDownload),i.xp6(1),i.Q6J("ngIf",f.config.showPrint),i.xp6(1),i.Q6J("ngIf",f.config.showExit),i.xp6(2),i.Q6J("ngIf",f.showDownloadPopUp))},dependencies:[v.O5,l2],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),_2.ctorParameters=()=>[{type:i.sBO}],_2.propDecorators={title:[{type:i.IIB}],config:[{type:i.IIB}],sidebarEvent:[{type:i.r_U}],toggleMenu:[{type:i.r_U}]};class $n{constructor(){this.progress=0}ngOnChanges(l){l.progress&&l.progress.currentValue&&(this.progress=l.progress.currentValue)}}$n.\u0275fac=function(l){return new(l||$n)},$n.\u0275cmp=i.Xpm({type:$n,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[i.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0),i._UZ(1,"div",1),i.TgZ(2,"div",2)(3,"span",3),i._uU(4),i.qZA()(),i.TgZ(5,"div",4)(6,"div",5),i._uU(7),i.qZA(),i.TgZ(8,"div",6),i._UZ(9,"div",7),i.qZA()()()),2&l&&(i.Q6J("ngClass",i.VKq(5,Lr,100===f.progress)),i.xp6(4),i.Oqu(f.title),i.xp6(3),i.hij("Loading... ",f.progress,"%"),i.xp6(2),i.Udp("width",f.progress+"%"))},dependencies:[v.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes loading{0%{width:0}100%{width:100%}}@keyframes loading{0%{width:0}100%{width:100%}}@-webkit-keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),$n.propDecorators={title:[{type:i.IIB}],progress:[{type:i.IIB}]};class V2{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}V2.\u0275fac=function(l){return new(l||V2)},V2.\u0275cmp=i.Xpm({type:V2,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(l,f){1&l&&i.YNc(0,Dr,2,0,"div",0),2&l&&i.Q6J("ngIf",f.showOfflineAlert)},dependencies:[v.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),V2.ctorParameters=()=>[];class Rt{}Rt.\u0275fac=function(l){return new(l||Rt)},Rt.\u0275mod=i.oAB({type:Rt}),Rt.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class zn{constructor(){this.nextAction=new i.vpe}}zn.\u0275fac=function(l){return new(l||zn)},zn.\u0275cmp=i.Xpm({type:zn,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.nextAction.emit({type:"NEXT"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),zn.propDecorators={nextAction:[{type:i.r_U}]};class In{constructor(){this.previousAction=new i.vpe}}In.\u0275fac=function(l){return new(l||In)},In.\u0275cmp=i.Xpm({type:In,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.previousAction.emit({type:"PREVIOUS"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),In.propDecorators={previousAction:[{type:i.r_U}]};class u2{constructor(){this.actions=new i.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(l){this._item=Object.assign(Object.assign({},this._config),l),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f))switch(f){case"pageNumber":this.page=l[f].currentValue,this.pageNumber=l[f].currentValue;break;case"totalPages":this.totalPages=l[f].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const l=parseInt(this.page,10);l>0&&l<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:l}),this.pageNumber=l):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:l}),this.page=this.pageNumber)}}u2.\u0275fac=function(l){return new(l||u2)},u2.\u0275cmp=i.Xpm({type:u2,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[i.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(l,f){1&l&&(i.TgZ(0,"div")(1,"div",0)(2,"div",1),i.YNc(3,Z3,2,0,"div",2),i.YNc(4,Er,3,0,"div",3),i.YNc(5,Ir,8,3,"div",4),i.YNc(6,Jr,4,0,"div",5),i.qZA()()()),2&l&&(i.xp6(3),i.Q6J("ngIf",f.config.rotation),i.xp6(1),i.Q6J("ngIf",f.config.zoom),i.xp6(1),i.Q6J("ngIf",f.config.goto&&f.totalPages),i.xp6(1),i.Q6J("ngIf",f.config.navigation))},dependencies:[v.O5,Z.Fj,Z.wV,Z.JJ,Z.qQ,Z.Fd,Z.On,zn,In],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u2.propDecorators={pageNumber:[{type:i.IIB}],totalPages:[{type:i.IIB}],actions:[{type:i.r_U}],config:[{type:i.IIB}]};class Jn{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:A2_contentPlayFailedHeader,messageTitle:A2_contentPlayFailTitle})}}Jn.\u0275fac=function(l){return new(l||Jn)},Jn.\u0275cmp=i.Xpm({type:Jn,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),i._uU(4),i.qZA(),i._uU(5),i.qZA()()()),2&l&&(i.xp6(4),i.Oqu(f.errorMsg.messageHeader),i.xp6(1),i.hij(" ",f.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),Jn.propDecorators={errorMsg:[{type:i.IIB}]};class qn{}qn.\u0275fac=function(l){return new(l||qn)},qn.\u0275mod=i.oAB({type:qn}),qn.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class Xn{}Xn.\u0275fac=function(l){return new(l||Xn)},Xn.\u0275mod=i.oAB({type:Xn}),Xn.\u0275inj=i.cJS({imports:[Rt,qn,Rt,qn]})},6260:function(ht){ +!function(h){"object"==typeof exports&&typeof module<"u"?module.exports=h():"function"==typeof define&&define.amd?define([],h):(typeof window<"u"?window:typeof global<"u"?global:typeof self<"u"?self:this).Ajv=h()}(function(){return function h(g,z,e){function s(r,i){if(!z[r]){if(!g[r]){var n="function"==typeof require&&require;if(!i&&n)return n(r,!0);if(p)return p(r,!0);var P=new Error("Cannot find module '"+r+"'");throw P.code="MODULE_NOT_FOUND",P}var x=z[r]={exports:{}};g[r][0].call(x.exports,function(w){return s(g[r][1][w]||w)},x,x.exports,h,g,z,e)}return z[r].exports}for(var p="function"==typeof require&&require,t=0;t%\\^`{|}]|%[0-9a-f]{2})|\{[+#./;?&=,!@|]?(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?(?:,(?:[a-z0-9_]|%[0-9a-f]{2})+(?::[1-9][0-9]{0,3}|\*)?)*\})*$/i,P=/^(?:(?:http[s\u017F]?|ftp):\/\/)(?:(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+(?::(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?@)?(?:(?!10(?:\.[0-9]{1,3}){3})(?!127(?:\.[0-9]{1,3}){3})(?!169\.254(?:\.[0-9]{1,3}){2})(?!192\.168(?:\.[0-9]{1,3}){2})(?!172\.(?:1[6-9]|2[0-9]|3[01])(?:\.[0-9]{1,3}){2})(?:[1-9][0-9]?|1[0-9][0-9]|2[01][0-9]|22[0-3])(?:\.(?:1?[0-9]{1,2}|2[0-4][0-9]|25[0-5])){2}(?:\.(?:[1-9][0-9]?|1[0-9][0-9]|2[0-4][0-9]|25[0-4]))|(?:(?:(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-?)*(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)(?:\.(?:(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+-?)*(?:[0-9KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])+)*(?:\.(?:(?:[KSa-z\xA1-\uD7FF\uE000-\uFFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF]){2,})))(?::[0-9]{2,5})?(?:\/(?:[\0-\x08\x0E-\x1F!-\x9F\xA1-\u167F\u1681-\u1FFF\u200B-\u2027\u202A-\u202E\u2030-\u205E\u2060-\u2FFF\u3001-\uD7FF\uE000-\uFEFE\uFF00-\uFFFF]|[\uD800-\uDBFF][\uDC00-\uDFFF]|[\uD800-\uDBFF](?![\uDC00-\uDFFF])|(?:[^\uD800-\uDBFF]|^)[\uDC00-\uDFFF])*)?$/i,x=/^(?:urn:uuid:)?[0-9a-f]{8}-(?:[0-9a-f]{4}-){3}[0-9a-f]{12}$/i,w=/^(?:\/(?:[^~/]|~0|~1)*)*$/,o=/^#(?:\/(?:[a-z0-9_\-.!$&'()*+,;:=@]|%[0-9a-f]{2}|~0|~1)*)*$/i,m=/^(?:0|[1-9][0-9]*)(?:#|(?:\/(?:[^~/]|~0|~1)*)*)$/;function u(O){return e.copy(u[O="full"==O?"full":"fast"])}function l(O){var F=O.match(s);if(!F)return!1;var L,c=+F[2],C=+F[3];return 1<=c&&c<=12&&1<=C&&C<=(2!=c||(L=+F[1])%4!=0||L%100==0&&L%400!=0?p[c]:29)}function f(O,F){var L=O.match(t);if(!L)return!1;var c=L[1],C=L[2],j=L[3];return(c<=23&&C<=59&&j<=59||23==c&&59==C&&60==j)&&(!F||L[5])}(g.exports=u).fast={date:/^\d\d\d\d-[0-1]\d-[0-3]\d$/,time:/^(?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d:\d\d)?$/i,"date-time":/^\d\d\d\d-[0-1]\d-[0-3]\d[t\s](?:[0-2]\d:[0-5]\d:[0-5]\d|23:59:60)(?:\.\d+)?(?:z|[+-]\d\d:\d\d)$/i,uri:/^(?:[a-z][a-z0-9+-.]*:)(?:\/?\/)?[^\s]*$/i,"uri-reference":/^(?:(?:[a-z][a-z0-9+-.]*:)?\/?\/)?(?:[^\\\s#][^\s#]*)?(?:#[^\\\s]*)?$/i,"uri-template":n,url:P,email:/^[a-z0-9.!#$%&'*+/=?^_`{|}~-]+@[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?(?:\.[a-z0-9](?:[a-z0-9-]{0,61}[a-z0-9])?)*$/i,hostname:r,ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:U,uuid:x,"json-pointer":w,"json-pointer-uri-fragment":o,"relative-json-pointer":m},u.full={date:l,time:f,"date-time":function(O){var F=O.split(v);return 2==F.length&&l(F[0])&&f(F[1],!0)},uri:function(O){return $.test(O)&&i.test(O)},"uri-reference":/^(?:[a-z][a-z0-9+\-.]*:)?(?:\/?\/(?:(?:[a-z0-9\-._~!$&'()*+,;=:]|%[0-9a-f]{2})*@)?(?:\[(?:(?:(?:(?:[0-9a-f]{1,4}:){6}|::(?:[0-9a-f]{1,4}:){5}|(?:[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){4}|(?:(?:[0-9a-f]{1,4}:){0,1}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){3}|(?:(?:[0-9a-f]{1,4}:){0,2}[0-9a-f]{1,4})?::(?:[0-9a-f]{1,4}:){2}|(?:(?:[0-9a-f]{1,4}:){0,3}[0-9a-f]{1,4})?::[0-9a-f]{1,4}:|(?:(?:[0-9a-f]{1,4}:){0,4}[0-9a-f]{1,4})?::)(?:[0-9a-f]{1,4}:[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?))|(?:(?:[0-9a-f]{1,4}:){0,5}[0-9a-f]{1,4})?::[0-9a-f]{1,4}|(?:(?:[0-9a-f]{1,4}:){0,6}[0-9a-f]{1,4})?::)|[Vv][0-9a-f]+\.[a-z0-9\-._~!$&'()*+,;=:]+)\]|(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)|(?:[a-z0-9\-._~!$&'"()*+,;=]|%[0-9a-f]{2})*)(?::\d*)?(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*|\/(?:(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?|(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})+(?:\/(?:[a-z0-9\-._~!$&'"()*+,;=:@]|%[0-9a-f]{2})*)*)?(?:\?(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?(?:#(?:[a-z0-9\-._~!$&'"()*+,;=:@/?]|%[0-9a-f]{2})*)?$/i,"uri-template":n,url:P,email:/^[a-z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-z0-9!#$%&''*+/=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$/i,hostname:function(O){return O.length<=255&&r.test(O)},ipv4:/^(?:(?:25[0-5]|2[0-4]\d|[01]?\d\d?)\.){3}(?:25[0-5]|2[0-4]\d|[01]?\d\d?)$/,ipv6:/^\s*(?:(?:(?:[0-9a-f]{1,4}:){7}(?:[0-9a-f]{1,4}|:))|(?:(?:[0-9a-f]{1,4}:){6}(?::[0-9a-f]{1,4}|(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){5}(?:(?:(?::[0-9a-f]{1,4}){1,2})|:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3})|:))|(?:(?:[0-9a-f]{1,4}:){4}(?:(?:(?::[0-9a-f]{1,4}){1,3})|(?:(?::[0-9a-f]{1,4})?:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){3}(?:(?:(?::[0-9a-f]{1,4}){1,4})|(?:(?::[0-9a-f]{1,4}){0,2}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){2}(?:(?:(?::[0-9a-f]{1,4}){1,5})|(?:(?::[0-9a-f]{1,4}){0,3}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?:(?:[0-9a-f]{1,4}:){1}(?:(?:(?::[0-9a-f]{1,4}){1,6})|(?:(?::[0-9a-f]{1,4}){0,4}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:))|(?::(?:(?:(?::[0-9a-f]{1,4}){1,7})|(?:(?::[0-9a-f]{1,4}){0,5}:(?:(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)(?:\.(?:25[0-5]|2[0-4]\d|1\d\d|[1-9]?\d)){3}))|:)))(?:%.+)?\s*$/i,regex:U,uuid:x,"json-pointer":w,"json-pointer-uri-fragment":o,"relative-json-pointer":m};var v=/t|\s/i,$=/\/|:/,B=/[^\\]\\Z/;function U(O){if(B.test(O))return!1;try{return new RegExp(O),!0}catch{return!1}}},{"./util":10}],5:[function(h,g,z){"use strict";var e=h("./resolve"),s=h("./util"),p=h("./error_classes"),t=h("fast-json-stable-stringify"),r=h("../dotjs/validate"),i=s.ucs2length,n=h("fast-deep-equal"),P=p.Validation;function x(f,v,$){for(var B=0;B",U=l?">":"<",O=void 0;if($){var b,F=e.util.getData(v.$data,n,e.dataPathArr),L="exclusive"+i,c="exclType"+i,C="exclIsNumber"+i,j="' + "+(S="op"+i)+" + '";r+=" var schemaExcl"+i+" = "+F+"; ",O=f,(b=b||[]).push(r+=" var "+L+"; var "+c+" = typeof "+(F="schemaExcl"+i)+"; if ("+c+" != 'boolean' && "+c+" != 'undefined' && "+c+" != 'number') { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(O||"_exclusiveLimit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: {} ",!1!==e.opts.messages&&(r+=" , message: '"+f+" should be boolean' "),e.opts.verbose&&(r+=" , schema: validate.schema"+x+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var A=r;r=b.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+A+"]); ":" validate.errors = ["+A+"]; return false; ":" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } else if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=" "+c+" == 'number' ? ( ("+L+" = "+t+" === undefined || "+F+" "+B+"= "+t+") ? "+m+" "+U+"= "+F+" : "+m+" "+U+" "+t+" ) : ( ("+L+" = "+F+" === true) ? "+m+" "+U+"= "+t+" : "+m+" "+U+" "+t+" ) || "+m+" !== "+m+") { var op"+i+" = "+L+" ? '"+B+"' : '"+B+"='; ",void 0===P&&(w=e.errSchemaPath+"/"+(O=f),t=F,u=$)}else if(j=B,(C="number"==typeof v)&&u){var S="'"+j+"'";r+=" if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=" ( "+t+" === undefined || "+v+" "+B+"= "+t+" ? "+m+" "+U+"= "+v+" : "+m+" "+U+" "+t+" ) || "+m+" !== "+m+") { "}else C&&void 0===P?(L=!0,w=e.errSchemaPath+"/"+(O=f),t=v,U+="="):(C&&(t=Math[l?"min":"max"](v,P)),v===(!C||t)?(L=!0,w=e.errSchemaPath+"/"+(O=f),U+="="):(L=!1,j+="=")),S="'"+j+"'",r+=" if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=" "+m+" "+U+" "+t+" || "+m+" !== "+m+") { ";return O=O||s,(b=b||[]).push(r),r="",!1!==e.createErrors?(r+=" { keyword: '"+(O||"_limit")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { comparison: "+S+", limit: "+t+", exclusive: "+L+" } ",!1!==e.opts.messages&&(r+=" , message: 'should be "+j+" ",r+=u?"' + "+t:t+"'"),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ",A=r,r=b.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+A+"]); ":" validate.errors = ["+A+"]; return false; ":" var err = "+A+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } ",o&&(r+=" else { "),r}},{}],13:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || ");var l=s,f=f||[];f.push(r+=" "+m+".length "+("maxItems"==s?">":"<")+" "+t+") { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(l||"_limitItems")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { limit: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT have ",r+="maxItems"==s?"more":"less",r+=" than ",r+=u?"' + "+t+" + '":""+P,r+=" items' "),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var v=r;return r=f.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],14:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || "),r+=!1===e.opts.unicode?" "+m+".length ":" ucs2length("+m+") ";var l=s,f=f||[];f.push(r+=" "+("maxLength"==s?">":"<")+" "+t+") { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(l||"_limitLength")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { limit: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT be ",r+="maxLength"==s?"longer":"shorter",r+=" than ",r+=u?"' + "+t+" + '":""+P,r+=" characters' "),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var v=r;return r=f.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],15:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="if ( ",u&&(r+=" ("+t+" !== undefined && typeof "+t+" != 'number') || ");var l=s,f=f||[];f.push(r+=" Object.keys("+m+").length "+("maxProperties"==s?">":"<")+" "+t+") { "),r="",!1!==e.createErrors?(r+=" { keyword: '"+(l||"_limitProperties")+"' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { limit: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT have ",r+="maxProperties"==s?"more":"less",r+=" than ",r+=u?"' + "+t+" + '":""+P,r+=" properties' "),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var v=r;return r=f.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],16:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.schema[s],i=e.schemaPath+e.util.getProperty(s),n=e.errSchemaPath+"/"+s,P=!e.opts.allErrors,x=e.util.copy(e),w="";x.level++;var o="valid"+x.level,m=x.baseId,u=!0,l=r;if(l)for(var f,v=-1,$=l.length-1;v<$;)f=l[v+=1],e.util.schemaHasRules(f,e.RULES.all)&&(u=!1,x.schema=f,x.schemaPath=i+"["+v+"]",x.errSchemaPath=n+"/"+v,t+=" "+e.validate(x)+" ",x.baseId=m,P&&(t+=" if ("+o+") { ",w+="}"));return P&&(t+=u?" if (true) { ":" "+w.slice(0,-1)+" "),e.util.cleanUpCode(t)}},{}],17:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.level,i=e.dataLevel,n=e.schema[s],P=e.schemaPath+e.util.getProperty(s),x=e.errSchemaPath+"/"+s,w=!e.opts.allErrors,o="data"+(i||""),m="valid"+r,u="errs__"+r,l=e.util.copy(e),f="";l.level++;var v="valid"+l.level;if(n.every(function(c){return e.util.schemaHasRules(c,e.RULES.all)})){var $=l.baseId;t+=" var "+u+" = errors; var "+m+" = false; ";var B=e.compositeRule;e.compositeRule=l.compositeRule=!0;var U=n;if(U)for(var O,F=-1,L=U.length-1;F "+A+") { ";var k=o+"["+A+"]";l.schema=b,l.schemaPath=P+"["+A+"]",l.errSchemaPath=x+"/"+A,l.errorPath=e.util.getPathExpr(e.errorPath,A,e.opts.jsonPointers,!0),l.dataPathArr[B]=A;var R=e.validate(l);l.baseId=O,e.util.varOccurences(R,U)<2?t+=" "+e.util.varReplace(R,U,k)+" ":t+=" var "+U+" = "+k+"; "+R+" ",t+=" } ",w&&(t+=" if ("+v+") { ",f+="}")}"object"==typeof F&&e.util.schemaHasRules(F,e.RULES.all)&&(l.schema=F,l.schemaPath=e.schemaPath+".additionalItems",l.errSchemaPath=e.errSchemaPath+"/additionalItems",t+=" "+v+" = true; if ("+o+".length > "+n.length+") { for (var "+$+" = "+n.length+"; "+$+" < "+o+".length; "+$+"++) { ",l.errorPath=e.util.getPathExpr(e.errorPath,$,e.opts.jsonPointers,!0),k=o+"["+$+"]",l.dataPathArr[B]=$,R=e.validate(l),l.baseId=O,e.util.varOccurences(R,U)<2?t+=" "+e.util.varReplace(R,U,k)+" ":t+=" var "+U+" = "+k+"; "+R+" ",w&&(t+=" if (!"+v+") break; "),t+=" } } ",w&&(t+=" if ("+v+") { ",f+="}"))}else e.util.schemaHasRules(n,e.RULES.all)&&(l.schema=n,l.schemaPath=P,l.errSchemaPath=x,t+=" for (var "+$+" = 0; "+$+" < "+o+".length; "+$+"++) { ",l.errorPath=e.util.getPathExpr(e.errorPath,$,e.opts.jsonPointers,!0),k=o+"["+$+"]",l.dataPathArr[B]=$,R=e.validate(l),l.baseId=O,e.util.varOccurences(R,U)<2?t+=" "+e.util.varReplace(R,U,k)+" ":t+=" var "+U+" = "+k+"; "+R+" ",w&&(t+=" if (!"+v+") break; "),t+=" }");return w&&(t+=" "+f+" if ("+u+" == errors) {"),e.util.cleanUpCode(t)}},{}],28:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t,r=" ",i=e.level,n=e.dataLevel,P=e.schema[s],x=e.schemaPath+e.util.getProperty(s),w=e.errSchemaPath+"/"+s,o=!e.opts.allErrors,m="data"+(n||""),u=e.opts.$data&&P&&P.$data;u?(r+=" var schema"+i+" = "+e.util.getData(P.$data,n,e.dataPathArr)+"; ",t="schema"+i):t=P,r+="var division"+i+";if (",u&&(r+=" "+t+" !== undefined && ( typeof "+t+" != 'number' || "),r+=" (division"+i+" = "+m+" / "+t+", ",r+=e.opts.multipleOfPrecision?" Math.abs(Math.round(division"+i+") - division"+i+") > 1e-"+e.opts.multipleOfPrecision+" ":" division"+i+" !== parseInt(division"+i+") ",r+=" ) ",u&&(r+=" ) ");var l=l||[];l.push(r+=" ) { "),r="",!1!==e.createErrors?(r+=" { keyword: 'multipleOf' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { multipleOf: "+t+" } ",!1!==e.opts.messages&&(r+=" , message: 'should be multiple of ",r+=u?"' + "+t:t+"'"),e.opts.verbose&&(r+=" , schema: ",r+=u?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var f=r;return r=l.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+f+"]); ":" validate.errors = ["+f+"]; return false; ":" var err = "+f+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+="} ",o&&(r+=" else { "),r}},{}],29:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.level,i=e.dataLevel,n=e.schema[s],P=e.schemaPath+e.util.getProperty(s),x=e.errSchemaPath+"/"+s,w=!e.opts.allErrors,o="data"+(i||""),m="errs__"+r,u=e.util.copy(e);u.level++;var l="valid"+u.level;if(e.util.schemaHasRules(n,e.RULES.all)){u.schema=n,u.schemaPath=P,u.errSchemaPath=x,t+=" var "+m+" = errors; ";var f,v=e.compositeRule;e.compositeRule=u.compositeRule=!0,u.createErrors=!1,u.opts.allErrors&&(f=u.opts.allErrors,u.opts.allErrors=!1),t+=" "+e.validate(u)+" ",u.createErrors=!0,f&&(u.opts.allErrors=f),e.compositeRule=u.compositeRule=v;var $=$||[];$.push(t+=" if ("+l+") { "),t="",!1!==e.createErrors?(t+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(x)+" , params: {} ",!1!==e.opts.messages&&(t+=" , message: 'should NOT be valid' "),e.opts.verbose&&(t+=" , schema: validate.schema"+P+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+o+" "),t+=" } "):t+=" {} ";var B=t;t=$.pop(),t+=!e.compositeRule&&w?e.async?" throw new ValidationError(["+B+"]); ":" validate.errors = ["+B+"]; return false; ":" var err = "+B+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",t+=" } else { errors = "+m+"; if (vErrors !== null) { if ("+m+") vErrors.length = "+m+"; else vErrors = null; } ",e.opts.allErrors&&(t+=" } ")}else t+=" var err = ",!1!==e.createErrors?(t+=" { keyword: 'not' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(x)+" , params: {} ",!1!==e.opts.messages&&(t+=" , message: 'should NOT be valid' "),e.opts.verbose&&(t+=" , schema: validate.schema"+P+" , parentSchema: validate.schema"+e.schemaPath+" , data: "+o+" "),t+=" } "):t+=" {} ",t+="; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",w&&(t+=" if (false) { ");return t}},{}],30:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t=" ",r=e.level,i=e.dataLevel,n=e.schema[s],P=e.schemaPath+e.util.getProperty(s),x=e.errSchemaPath+"/"+s,w=!e.opts.allErrors,o="data"+(i||""),m="valid"+r,u="errs__"+r,l=e.util.copy(e),f="";l.level++;var v="valid"+l.level,$=l.baseId,B="prevValid"+r,U="passingSchemas"+r;t+="var "+u+" = errors , "+B+" = false , "+m+" = false , "+U+" = null; ";var O=e.compositeRule;e.compositeRule=l.compositeRule=!0;var F=n;if(F)for(var L,c=-1,C=F.length-1;c 1) { ";var f=e.schema.items&&e.schema.items.type,v=Array.isArray(f);!f||"object"==f||"array"==f||v&&(0<=f.indexOf("object")||0<=f.indexOf("array"))?r+=" outer: for (;i--;) { for (j = i; j--;) { if (equal("+m+"[i], "+m+"[j])) { "+u+" = false; break outer; } } } ":(r+=" var itemIndices = {}, item; for (;i--;) { var item = "+m+"[i]; ",r+=" if ("+e.util["checkDataType"+(v?"s":"")](f,"item",!0)+") continue; ",v&&(r+=" if (typeof item == 'string') item = '\"' + item; "),r+=" if (typeof itemIndices[item] == 'number') { "+u+" = false; j = itemIndices[item]; break; } itemIndices[item] = i; } "),r+=" } ",l&&(r+=" } ");var $=$||[];$.push(r+=" if (!"+u+") { "),r="",!1!==e.createErrors?(r+=" { keyword: 'uniqueItems' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(w)+" , params: { i: i, j: j } ",!1!==e.opts.messages&&(r+=" , message: 'should NOT have duplicate items (items ## ' + j + ' and ' + i + ' are identical)' "),e.opts.verbose&&(r+=" , schema: ",r+=l?"validate.schema"+x:""+P,r+=" , parentSchema: validate.schema"+e.schemaPath+" , data: "+m+" "),r+=" } "):r+=" {} ";var B=r;r=$.pop(),r+=!e.compositeRule&&o?e.async?" throw new ValidationError(["+B+"]); ":" validate.errors = ["+B+"]; return false; ":" var err = "+B+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; ",r+=" } ",o&&(r+=" else { ")}else o&&(r+=" if (true) { ");return r}},{}],37:[function(h,g,z){"use strict";g.exports=function(e,s,p){var t="",r=!0===e.schema.$async,i=e.util.schemaHasRulesExcept(e.schema,e.RULES.all,"$ref"),n=e.self._getId(e.schema);if(e.isTop&&(t+=" var validate = ",r&&(e.async=!0,t+="async "),t+="function(data, dataPath, parentData, parentDataProperty, rootData) { 'use strict'; ",n&&(e.opts.sourceCode||e.opts.processCode)&&(t+=" /*# sourceURL="+n+" */ ")),"boolean"==typeof e.schema||!i&&!e.schema.$ref){var P=e.level,x=e.dataLevel,w=e.schema[s="false schema"],o=e.schemaPath+e.util.getProperty(s),m=e.errSchemaPath+"/"+s,u=!e.opts.allErrors,l="data"+(x||""),f="valid"+P;if(!1===e.schema){e.isTop?u=!0:t+=" var "+f+" = false; ",(de=de||[]).push(t),t="",!1!==e.createErrors?(t+=" { keyword: 'false schema' , dataPath: (dataPath || '') + "+e.errorPath+" , schemaPath: "+e.util.toQuotedString(m)+" , params: {} ",!1!==e.opts.messages&&(t+=" , message: 'boolean schema is false' "),e.opts.verbose&&(t+=" , schema: false , parentSchema: validate.schema"+e.schemaPath+" , data: "+l+" "),t+=" } "):t+=" {} ";var v=t;t=de.pop(),t+=!e.compositeRule&&u?e.async?" throw new ValidationError(["+v+"]); ":" validate.errors = ["+v+"]; return false; ":" var err = "+v+"; if (vErrors === null) vErrors = [err]; else vErrors.push(err); errors++; "}else t+=e.isTop?r?" return data; ":" validate.errors = null; return true; ":" var "+f+" = true; ";return e.isTop&&(t+=" }; return validate; "),t}if(e.isTop){var $=e.isTop;P=e.level=0,x=e.dataLevel=0,l="data",e.rootId=e.resolve.fullPath(e.self._getId(e.root.schema)),e.baseId=e.baseId||e.rootId,delete e.isTop,e.dataPathArr=[void 0],t+=" var vErrors = null; ",t+=" var errors = 0; ",t+=" if (rootData === undefined) rootData = data; "}else{if(P=e.level,l="data"+((x=e.dataLevel)||""),n&&(e.baseId=e.resolve.url(e.baseId,n)),r&&!e.async)throw new Error("async schema in sync schema");t+=" var errs_"+P+" = errors;"}f="valid"+P,u=!e.opts.allErrors;var B="",U="",O=e.schema.type,F=Array.isArray(O);if(F&&1==O.length&&(O=O[0],F=!1),e.schema.$ref&&i){if("fail"==e.opts.extendRefs)throw new Error('$ref: validation keywords used in schema at path "'+e.errSchemaPath+'" (see option extendRefs)');!0!==e.opts.extendRefs&&(i=!1,e.logger.warn('$ref: keywords ignored in schema at path "'+e.errSchemaPath+'"'))}if(e.schema.$comment&&e.opts.$comment&&(t+=" "+e.RULES.all.$comment.code(e,"$comment")),O){if(e.opts.coerceTypes)var L=e.util.coerceToTypes(e.opts.coerceTypes,O);var c=e.RULES.types[O];if(L||F||!0===c||c&&!se(c)){if(o=e.schemaPath+".type",m=e.errSchemaPath+"/type",o=e.schemaPath+".type",m=e.errSchemaPath+"/type",t+=" if ("+e.util[F?"checkDataTypes":"checkDataType"](O,l,!0)+") { ",L){var C="dataType"+P,j="coerced"+P;t+=" var "+C+" = typeof "+l+"; ","array"==e.opts.coerceTypes&&(t+=" if ("+C+" == 'object' && Array.isArray("+l+")) "+C+" = 'array'; "),t+=" var "+j+" = undefined; ";var b="",A=L;if(A)for(var S,k=-1,R=A.length-1;k= 0x80 (not a basic code point)","invalid-input":"Invalid input"},v=Math.floor,$=String.fromCharCode;function B(d){throw new RangeError(f[d])}function U(d,y){var E=d.split("@"),I="";return 1>1,d+=v(d/y);455v((o-N)/a))&&B("overflow"),N+=T*a;var D=_<=J?1:J+26<=_?26:_-J;if(Tv(o/Q)&&B("overflow"),a*=Q}var W=E.length+1;J=L(N-me,W,0==me),v(N/W)>o-H&&B("overflow"),H+=v(N/W),N%=W,E.splice(N++,0,H)}return String.fromCodePoint.apply(String,E)},C=function(d){var y=[],E=(d=O(d)).length,I=128,N=0,H=72,J=!0,re=!1,ne=void 0;try{for(var ve,me=d[Symbol.iterator]();!(J=(ve=me.next()).done);J=!0){var a=ve.value;a<128&&y.push($(a))}}catch(Ne){re=!0,ne=Ne}finally{try{!J&&me.return&&me.return()}finally{if(re)throw ne}}var _=y.length,T=_;for(_&&y.push("-");Tv((o-N)/te)&&B("overflow"),N+=(D-I)*te,I=D;var be=!0,Se=!1,$e=void 0;try{for(var je,ke=d[Symbol.iterator]();!(be=(je=ke.next()).done);be=!0){var Be=je.value;if(Beo&&B("overflow"),Be==I){for(var Me=N,Ie=36;;Ie+=36){var Le=Ie<=H?1:H+26<=Ie?26:Ie-H;if(Me>6|192).toString(16).toUpperCase()+"%"+(63&y|128).toString(16).toUpperCase():"%"+(y>>12|224).toString(16).toUpperCase()+"%"+(y>>6&63|128).toString(16).toUpperCase()+"%"+(63&y|128).toString(16).toUpperCase()}function S(d){for(var y="",E=0,I=d.length;EA-Z\\x5E-\\x7E]",'[\\"\\\\]'),Oe=new RegExp(Pe,"g"),_e=new RegExp(se,"g"),Ce=new RegExp(p("[^]","[A-Za-z0-9\\!\\$\\%\\'\\*\\+\\-\\^\\_\\`\\{\\|\\}\\~]","[\\.]",'[\\"]',xe),"g"),Fe=new RegExp(p("[^]",Pe,"[\\!\\$\\'\\(\\)\\*\\+\\,\\;\\:\\@]"),"g"),Ue=Fe;function Ge(d){var y=S(d);return y.match(Oe)?y:d}var ze={scheme:"mailto",parse:function(d,y){var E=d,I=E.to=E.path?E.path.split(","):[];if(E.path=void 0,E.query){for(var N=!1,H={},J=E.query.split("&"),re=0,ne=J.length;re>>2]|=(u[f>>>2]>>>24-f%4*8&255)<<24-(l+f)%4*8;else if(65535>>2]=u[f>>>2];else m.push.apply(m,u);return this.sigBytes+=o,this},clamp:function(){var o=this.words,m=this.sigBytes;o[m>>>2]&=4294967295<<32-m%4*8,o.length=h.ceil(m/4)},clone:function(){var o=p.clone.call(this);return o.words=this.words.slice(0),o},random:function(o){for(var m=[],u=0;u>>2]>>>24-l%4*8&255;u.push((f>>>4).toString(16)),u.push((15&f).toString(16))}return u.join("")},parse:function(o){for(var m=o.length,u=[],l=0;l>>3]|=parseInt(o.substr(l,2),16)<<24-l%8*4;return new t.init(u,m/2)}},n=r.Latin1={stringify:function(o){var m=o.words;o=o.sigBytes;for(var u=[],l=0;l>>2]>>>24-l%4*8&255));return u.join("")},parse:function(o){for(var m=o.length,u=[],l=0;l>>2]|=(255&o.charCodeAt(l))<<24-l%4*8;return new t.init(u,m)}},P=r.Utf8={stringify:function(o){try{return decodeURIComponent(escape(n.stringify(o)))}catch{throw Error("Malformed UTF-8 data")}},parse:function(o){return n.parse(unescape(encodeURIComponent(o)))}},x=e.BufferedBlockAlgorithm=p.extend({reset:function(){this._data=new t.init,this._nDataBytes=0},_append:function(o){"string"==typeof o&&(o=P.parse(o)),this._data.concat(o),this._nDataBytes+=o.sigBytes},_process:function(o){var m=this._data,u=m.words,l=m.sigBytes,f=this.blockSize,v=l/(4*f);if(o=(v=o?h.ceil(v):h.max((0|v)-this._minBufferSize,0))*f,l=h.min(4*o,l),o){for(var $=0;$>>32-l)+w}function z(x,w,o,m,u,l,f){return((x=x+(w&m|o&~m)+u+f)<>>32-l)+w}function e(x,w,o,m,u,l,f){return((x=x+(w^o^m)+u+f)<>>32-l)+w}function s(x,w,o,m,u,l,f){return((x=x+(o^(w|~m))+u+f)<>>32-l)+w}for(var p=CryptoJS,t=(i=p.lib).WordArray,r=i.Hasher,i=p.algo,n=[],P=0;64>P;P++)n[P]=4294967296*h.abs(h.sin(P+1))|0;i=i.MD5=r.extend({_doReset:function(){this._hash=new t.init([1732584193,4023233417,2562383102,271733878])},_doProcessBlock:function(x,w){for(var o=0;16>o;o++){var u=x[m=w+o];x[m]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8)}o=this._hash.words;var m=x[w+0],l=(u=x[w+1],x[w+2]),f=x[w+3],v=x[w+4],$=x[w+5],B=x[w+6],U=x[w+7],O=x[w+8],F=x[w+9],L=x[w+10],c=x[w+11],C=x[w+12],j=x[w+13],b=x[w+14],A=x[w+15],S=g(S=o[0],V=o[1],R=o[2],k=o[3],m,7,n[0]),k=g(k,S,V,R,u,12,n[1]),R=g(R,k,S,V,l,17,n[2]),V=g(V,R,k,S,f,22,n[3]);S=g(S,V,R,k,v,7,n[4]),k=g(k,S,V,R,$,12,n[5]),R=g(R,k,S,V,B,17,n[6]),V=g(V,R,k,S,U,22,n[7]),S=g(S,V,R,k,O,7,n[8]),k=g(k,S,V,R,F,12,n[9]),R=g(R,k,S,V,L,17,n[10]),V=g(V,R,k,S,c,22,n[11]),S=g(S,V,R,k,C,7,n[12]),k=g(k,S,V,R,j,12,n[13]),R=g(R,k,S,V,b,17,n[14]),S=z(S,V=g(V,R,k,S,A,22,n[15]),R,k,u,5,n[16]),k=z(k,S,V,R,B,9,n[17]),R=z(R,k,S,V,c,14,n[18]),V=z(V,R,k,S,m,20,n[19]),S=z(S,V,R,k,$,5,n[20]),k=z(k,S,V,R,L,9,n[21]),R=z(R,k,S,V,A,14,n[22]),V=z(V,R,k,S,v,20,n[23]),S=z(S,V,R,k,F,5,n[24]),k=z(k,S,V,R,b,9,n[25]),R=z(R,k,S,V,f,14,n[26]),V=z(V,R,k,S,O,20,n[27]),S=z(S,V,R,k,j,5,n[28]),k=z(k,S,V,R,l,9,n[29]),R=z(R,k,S,V,U,14,n[30]),S=e(S,V=z(V,R,k,S,C,20,n[31]),R,k,$,4,n[32]),k=e(k,S,V,R,O,11,n[33]),R=e(R,k,S,V,c,16,n[34]),V=e(V,R,k,S,b,23,n[35]),S=e(S,V,R,k,u,4,n[36]),k=e(k,S,V,R,v,11,n[37]),R=e(R,k,S,V,U,16,n[38]),V=e(V,R,k,S,L,23,n[39]),S=e(S,V,R,k,j,4,n[40]),k=e(k,S,V,R,m,11,n[41]),R=e(R,k,S,V,f,16,n[42]),V=e(V,R,k,S,B,23,n[43]),S=e(S,V,R,k,F,4,n[44]),k=e(k,S,V,R,C,11,n[45]),R=e(R,k,S,V,A,16,n[46]),S=s(S,V=e(V,R,k,S,l,23,n[47]),R,k,m,6,n[48]),k=s(k,S,V,R,U,10,n[49]),R=s(R,k,S,V,b,15,n[50]),V=s(V,R,k,S,$,21,n[51]),S=s(S,V,R,k,C,6,n[52]),k=s(k,S,V,R,f,10,n[53]),R=s(R,k,S,V,L,15,n[54]),V=s(V,R,k,S,u,21,n[55]),S=s(S,V,R,k,O,6,n[56]),k=s(k,S,V,R,A,10,n[57]),R=s(R,k,S,V,B,15,n[58]),V=s(V,R,k,S,j,21,n[59]),S=s(S,V,R,k,v,6,n[60]),k=s(k,S,V,R,c,10,n[61]),R=s(R,k,S,V,l,15,n[62]),V=s(V,R,k,S,F,21,n[63]);o[0]=o[0]+S|0,o[1]=o[1]+V|0,o[2]=o[2]+R|0,o[3]=o[3]+k|0},_doFinalize:function(){var x=this._data,w=x.words,o=8*this._nDataBytes,m=8*x.sigBytes;w[m>>>5]|=128<<24-m%32;var u=h.floor(o/4294967296);for(w[15+(m+64>>>9<<4)]=16711935&(u<<8|u>>>24)|4278255360&(u<<24|u>>>8),w[14+(m+64>>>9<<4)]=16711935&(o<<8|o>>>24)|4278255360&(o<<24|o>>>8),x.sigBytes=4*(w.length+1),this._process(),w=(x=this._hash).words,o=0;4>o;o++)m=w[o],w[o]=16711935&(m<<8|m>>>24)|4278255360&(m<<24|m>>>8);return x},clone:function(){var x=r.clone.call(this);return x._hash=this._hash.clone(),x}}),p.MD5=r._createHelper(i),p.HmacMD5=r._createHmacHelper(i)}(Math),function(h,g){"use strict";var z="function",e="undefined",s="object",p="model",t="name",r="type",i="vendor",n="version",P="architecture",x="console",w="mobile",o="tablet",m="smarttv",u="wearable",l={extend:function(F,L){var c={};for(var C in F)L[C]&&L[C].length%2==0?c[C]=L[C].concat(F[C]):c[C]=F[C];return c},has:function(F,L){return"string"==typeof F&&-1!==L.toLowerCase().indexOf(F.toLowerCase())},lowerize:function(F){return F.toLowerCase()},major:function(F){return"string"==typeof F?F.replace(/[^\d\.]/g,"").split(".")[0]:g},trim:function(F){return F.replace(/^[\s\uFEFF\xA0]+|[\s\uFEFF\xA0]+$/g,"")}},f={rgx:function(F,L){for(var c,C,j,b,A,S,k=0;k>>16,65535&a[0],a[1]>>>16,65535&a[1]],_=[_[0]>>>16,65535&_[0],_[1]>>>16,65535&_[1]];var T=[0,0,0,0];return T[3]+=a[3]+_[3],T[2]+=T[3]>>>16,T[3]&=65535,T[2]+=a[2]+_[2],T[1]+=T[2]>>>16,T[2]&=65535,T[1]+=a[1]+_[1],T[0]+=T[1]>>>16,T[1]&=65535,T[0]+=a[0]+_[0],T[0]&=65535,[T[0]<<16|T[1],T[2]<<16|T[3]]},g=function(a,_){a=[a[0]>>>16,65535&a[0],a[1]>>>16,65535&a[1]],_=[_[0]>>>16,65535&_[0],_[1]>>>16,65535&_[1]];var T=[0,0,0,0];return T[3]+=a[3]*_[3],T[2]+=T[3]>>>16,T[3]&=65535,T[2]+=a[2]*_[3],T[1]+=T[2]>>>16,T[2]&=65535,T[2]+=a[3]*_[2],T[1]+=T[2]>>>16,T[2]&=65535,T[1]+=a[1]*_[3],T[0]+=T[1]>>>16,T[1]&=65535,T[1]+=a[2]*_[2],T[0]+=T[1]>>>16,T[1]&=65535,T[1]+=a[3]*_[1],T[0]+=T[1]>>>16,T[1]&=65535,T[0]+=a[0]*_[3]+a[1]*_[2]+a[2]*_[1]+a[3]*_[0],T[0]&=65535,[T[0]<<16|T[1],T[2]<<16|T[3]]},z=function(a,_){return 32===(_%=64)?[a[1],a[0]]:_<32?[a[0]<<_|a[1]>>>32-_,a[1]<<_|a[0]>>>32-_]:(_-=32,[a[1]<<_|a[0]>>>32-_,a[0]<<_|a[1]>>>32-_])},e=function(a,_){return 0===(_%=64)?a:_<32?[a[0]<<_|a[1]>>>32-_,a[1]<<_]:[a[1]<<_-32,0]},s=function(a,_){return[a[0]^_[0],a[1]^_[1]]},p=function(a){return a=s(a,[0,a[0]>>>1]),a=g(a,[4283543511,3981806797]),a=s(a,[0,a[0]>>>1]),a=g(a,[3301882366,444984403]),a=s(a,[0,a[0]>>>1])},t=function(a,_){_=_||0;for(var T=(a=a||"").length%16,D=a.length-T,Q=[0,_],W=[0,_],Z=[0,0],Y=[0,0],pe=[2277735313,289559509],ge=[1291169091,658871167],te=0;te>>0).toString(16)).slice(-8)+("00000000"+(Q[1]>>>0).toString(16)).slice(-8)+("00000000"+(W[0]>>>0).toString(16)).slice(-8)+("00000000"+(W[1]>>>0).toString(16)).slice(-8)},r={preprocessor:null,audio:{timeout:1e3,excludeIOS11:!0},fonts:{swfContainerId:"fingerprintjs2",swfPath:"flash/compiled/FontList.swf",userDefinedFonts:[],extendedJsFonts:!1},screen:{detectScreenOrientation:!0},plugins:{sortPluginsFor:[/palemoon/i],excludeIE:!1},extraComponents:[],excludes:{enumerateDevices:!0,pixelRatio:!0,doNotTrack:!0,fontsFlash:!0},NOT_AVAILABLE:"not available",ERROR:"error",EXCLUDED:"excluded"},i=function(a,_){if(Array.prototype.forEach&&a.forEach===Array.prototype.forEach)a.forEach(_);else if(a.length===+a.length)for(var T=0,D=a.length;TW.name?1:Q.name=0?"Windows Phone":a.indexOf("win")>=0?"Windows":a.indexOf("android")>=0?"Android":a.indexOf("linux")>=0?"Linux":a.indexOf("iphone")>=0||a.indexOf("ipad")>=0?"iOS":a.indexOf("mac")>=0?"Mac":"Other",("ontouchstart"in window||navigator.maxTouchPoints>0||navigator.msMaxTouchPoints>0)&&"Windows Phone"!==D&&"Android"!==D&&"iOS"!==D&&"Other"!==D)return!0;if(typeof _<"u"){if((_=_.toLowerCase()).indexOf("win")>=0&&"Windows"!==D&&"Windows Phone"!==D)return!0;if(_.indexOf("linux")>=0&&"Linux"!==D&&"Android"!==D)return!0;if(_.indexOf("mac")>=0&&"Mac"!==D&&"iOS"!==D)return!0;if((-1===_.indexOf("win")&&-1===_.indexOf("linux")&&-1===_.indexOf("mac"))!=("Other"===D))return!0}return T.indexOf("win")>=0&&"Windows"!==D&&"Windows Phone"!==D||(T.indexOf("linux")>=0||T.indexOf("android")>=0||T.indexOf("pike")>=0)&&"Linux"!==D&&"Android"!==D||(T.indexOf("mac")>=0||T.indexOf("ipad")>=0||T.indexOf("ipod")>=0||T.indexOf("iphone")>=0)&&"Mac"!==D&&"iOS"!==D||(-1===T.indexOf("win")&&-1===T.indexOf("linux")&&-1===T.indexOf("mac"))!=("Other"===D)||typeof navigator.plugins>"u"&&"Windows"!==D&&"Windows Phone"!==D},d=function(){var T,a=navigator.userAgent.toLowerCase(),_=navigator.productSub;if(("Chrome"===(T=a.indexOf("firefox")>=0?"Firefox":a.indexOf("opera")>=0||a.indexOf("opr")>=0?"Opera":a.indexOf("chrome")>=0?"Chrome":a.indexOf("safari")>=0?"Safari":a.indexOf("trident")>=0?"Internet Explorer":"Other")||"Safari"===T||"Opera"===T)&&"20030107"!==_)return!0;var Q,D=eval.toString().length;if(37===D&&"Safari"!==T&&"Firefox"!==T&&"Other"!==T)return!0;if(39===D&&"Internet Explorer"!==T&&"Other"!==T)return!0;if(33===D&&"Chrome"!==T&&"Opera"!==T&&"Other"!==T)return!0;try{throw"a"}catch(W){try{W.toSource(),Q=!0}catch{Q=!1}}return Q&&"Firefox"!==T&&"Other"!==T},y=function(){var a=document.createElement("canvas");return!(!a.getContext||!a.getContext("2d"))},E=function(){if(!y())return!1;var a=ne();return!!window.WebGLRenderingContext&&!!a},I=function(){return"Microsoft Internet Explorer"===navigator.appName||!("Netscape"!==navigator.appName||!/Trident/.test(navigator.userAgent))},N=function(){return typeof window.swfobject<"u"},H=function(){return window.swfobject.hasFlashPlayerVersion("9.0.0")},re=function(a,_){var T="___fp_swf_loaded";window[T]=function(Z){a(Z)};var D=_.fonts.swfContainerId;!function(a){var _=document.createElement("div");_.setAttribute("id",a.fonts.swfContainerId),document.body.appendChild(_)}();var Q={onReady:T};window.swfobject.embedSWF(_.fonts.swfPath,D,"1","1","9.0.0",!1,Q,{allowScriptAccess:"always",menu:"false"},{})},ne=function(){var a=document.createElement("canvas"),_=null;try{_=a.getContext("webgl")||a.getContext("experimental-webgl")}catch{}return _||(_=null),_},ve=[{key:"userAgent",getData:function(a){a(navigator.userAgent)}},{key:"language",getData:function(a,_){a(navigator.language||navigator.userLanguage||navigator.browserLanguage||navigator.systemLanguage||_.NOT_AVAILABLE)}},{key:"colorDepth",getData:function(a,_){a(window.screen.colorDepth||_.NOT_AVAILABLE)}},{key:"deviceMemory",getData:function(a,_){a(navigator.deviceMemory||_.NOT_AVAILABLE)}},{key:"pixelRatio",getData:function(a,_){a(window.devicePixelRatio||_.NOT_AVAILABLE)}},{key:"hardwareConcurrency",getData:function(a,_){a(xe(_))}},{key:"screenResolution",getData:function(a,_){a(B(_))}},{key:"availableScreenResolution",getData:function(a,_){a(O(_))}},{key:"timezoneOffset",getData:function(a){a((new Date).getTimezoneOffset())}},{key:"timezone",getData:function(a,_){window.Intl&&window.Intl.DateTimeFormat?a((new window.Intl.DateTimeFormat).resolvedOptions().timeZone):a(_.NOT_AVAILABLE)}},{key:"sessionStorage",getData:function(a,_){a(Pe(_))}},{key:"localStorage",getData:function(a,_){a(de(_))}},{key:"indexedDb",getData:function(a,_){a(se(_))}},{key:"addBehavior",getData:function(a){a(!(!document.body||!document.body.addBehavior))}},{key:"openDatabase",getData:function(a){a(!!window.openDatabase)}},{key:"cpuClass",getData:function(a,_){a(Oe(_))}},{key:"platform",getData:function(a,_){a(_e(_))}},{key:"doNotTrack",getData:function(a,_){a(Ce(_))}},{key:"plugins",getData:function(a,_){I()?_.plugins.excludeIE?a(_.EXCLUDED):a(X(_)):a(ee(_))}},{key:"canvas",getData:function(a,_){y()?a(Ue(_)):a(_.NOT_AVAILABLE)}},{key:"webgl",getData:function(a,_){E()?a(Ge()):a(_.NOT_AVAILABLE)}},{key:"webglVendorAndRenderer",getData:function(a){E()?a(ze()):a()}},{key:"adBlock",getData:function(a){a(M())}},{key:"hasLiedLanguages",getData:function(a){a(q())}},{key:"hasLiedResolution",getData:function(a){a(G())}},{key:"hasLiedOs",getData:function(a){a(K())}},{key:"hasLiedBrowser",getData:function(a){a(d())}},{key:"touchSupport",getData:function(a){a(Fe())}},{key:"fonts",getData:function(a,_){var T=["monospace","sans-serif","serif"],D=["Andale Mono","Arial","Arial Black","Arial Hebrew","Arial MT","Arial Narrow","Arial Rounded MT Bold","Arial Unicode MS","Bitstream Vera Sans Mono","Book Antiqua","Bookman Old Style","Calibri","Cambria","Cambria Math","Century","Century Gothic","Century Schoolbook","Comic Sans","Comic Sans MS","Consolas","Courier","Courier New","Geneva","Georgia","Helvetica","Helvetica Neue","Impact","Lucida Bright","Lucida Calligraphy","Lucida Console","Lucida Fax","LUCIDA GRANDE","Lucida Handwriting","Lucida Sans","Lucida Sans Typewriter","Lucida Sans Unicode","Microsoft Sans Serif","Monaco","Monotype Corsiva","MS Gothic","MS Outlook","MS PGothic","MS Reference Sans Serif","MS Sans Serif","MS Serif","MYRIAD","MYRIAD PRO","Palatino","Palatino Linotype","Segoe Print","Segoe Script","Segoe UI","Segoe UI Light","Segoe UI Semibold","Segoe UI Symbol","Tahoma","Times","Times New Roman","Times New Roman PS","Trebuchet MS","Verdana","Wingdings","Wingdings 2","Wingdings 3"];if(_.fonts.extendedJsFonts){D=D.concat(["Abadi MT Condensed Light","Academy Engraved LET","ADOBE CASLON PRO","Adobe Garamond","ADOBE GARAMOND PRO","Agency FB","Aharoni","Albertus Extra Bold","Albertus Medium","Algerian","Amazone BT","American Typewriter","American Typewriter Condensed","AmerType Md BT","Andalus","Angsana New","AngsanaUPC","Antique Olive","Aparajita","Apple Chancery","Apple Color Emoji","Apple SD Gothic Neo","Arabic Typesetting","ARCHER","ARNO PRO","Arrus BT","Aurora Cn BT","AvantGarde Bk BT","AvantGarde Md BT","AVENIR","Ayuthaya","Bandy","Bangla Sangam MN","Bank Gothic","BankGothic Md BT","Baskerville","Baskerville Old Face","Batang","BatangChe","Bauer Bodoni","Bauhaus 93","Bazooka","Bell MT","Bembo","Benguiat Bk BT","Berlin Sans FB","Berlin Sans FB Demi","Bernard MT Condensed","BernhardFashion BT","BernhardMod BT","Big Caslon","BinnerD","Blackadder ITC","BlairMdITC TT","Bodoni 72","Bodoni 72 Oldstyle","Bodoni 72 Smallcaps","Bodoni MT","Bodoni MT Black","Bodoni MT Condensed","Bodoni MT Poster Compressed","Bookshelf Symbol 7","Boulder","Bradley Hand","Bradley Hand ITC","Bremen Bd BT","Britannic Bold","Broadway","Browallia New","BrowalliaUPC","Brush Script MT","Californian FB","Calisto MT","Calligrapher","Candara","CaslonOpnface BT","Castellar","Centaur","Cezanne","CG Omega","CG Times","Chalkboard","Chalkboard SE","Chalkduster","Charlesworth","Charter Bd BT","Charter BT","Chaucer","ChelthmITC Bk BT","Chiller","Clarendon","Clarendon Condensed","CloisterBlack BT","Cochin","Colonna MT","Constantia","Cooper Black","Copperplate","Copperplate Gothic","Copperplate Gothic Bold","Copperplate Gothic Light","CopperplGoth Bd BT","Corbel","Cordia New","CordiaUPC","Cornerstone","Coronet","Cuckoo","Curlz MT","DaunPenh","Dauphin","David","DB LCD Temp","DELICIOUS","Denmark","DFKai-SB","Didot","DilleniaUPC","DIN","DokChampa","Dotum","DotumChe","Ebrima","Edwardian Script ITC","Elephant","English 111 Vivace BT","Engravers MT","EngraversGothic BT","Eras Bold ITC","Eras Demi ITC","Eras Light ITC","Eras Medium ITC","EucrosiaUPC","Euphemia","Euphemia UCAS","EUROSTILE","Exotc350 Bd BT","FangSong","Felix Titling","Fixedsys","FONTIN","Footlight MT Light","Forte","FrankRuehl","Fransiscan","Freefrm721 Blk BT","FreesiaUPC","Freestyle Script","French Script MT","FrnkGothITC Bk BT","Fruitger","FRUTIGER","Futura","Futura Bk BT","Futura Lt BT","Futura Md BT","Futura ZBlk BT","FuturaBlack BT","Gabriola","Galliard BT","Gautami","Geeza Pro","Geometr231 BT","Geometr231 Hv BT","Geometr231 Lt BT","GeoSlab 703 Lt BT","GeoSlab 703 XBd BT","Gigi","Gill Sans","Gill Sans MT","Gill Sans MT Condensed","Gill Sans MT Ext Condensed Bold","Gill Sans Ultra Bold","Gill Sans Ultra Bold Condensed","Gisha","Gloucester MT Extra Condensed","GOTHAM","GOTHAM BOLD","Goudy Old Style","Goudy Stout","GoudyHandtooled BT","GoudyOLSt BT","Gujarati Sangam MN","Gulim","GulimChe","Gungsuh","GungsuhChe","Gurmukhi MN","Haettenschweiler","Harlow Solid Italic","Harrington","Heather","Heiti SC","Heiti TC","HELV","Herald","High Tower Text","Hiragino Kaku Gothic ProN","Hiragino Mincho ProN","Hoefler Text","Humanst 521 Cn BT","Humanst521 BT","Humanst521 Lt BT","Imprint MT Shadow","Incised901 Bd BT","Incised901 BT","Incised901 Lt BT","INCONSOLATA","Informal Roman","Informal011 BT","INTERSTATE","IrisUPC","Iskoola Pota","JasmineUPC","Jazz LET","Jenson","Jester","Jokerman","Juice ITC","Kabel Bk BT","Kabel Ult BT","Kailasa","KaiTi","Kalinga","Kannada Sangam MN","Kartika","Kaufmann Bd BT","Kaufmann BT","Khmer UI","KodchiangUPC","Kokila","Korinna BT","Kristen ITC","Krungthep","Kunstler Script","Lao UI","Latha","Leelawadee","Letter Gothic","Levenim MT","LilyUPC","Lithograph","Lithograph Light","Long Island","Lydian BT","Magneto","Maiandra GD","Malayalam Sangam MN","Malgun Gothic","Mangal","Marigold","Marion","Marker Felt","Market","Marlett","Matisse ITC","Matura MT Script Capitals","Meiryo","Meiryo UI","Microsoft Himalaya","Microsoft JhengHei","Microsoft New Tai Lue","Microsoft PhagsPa","Microsoft Tai Le","Microsoft Uighur","Microsoft YaHei","Microsoft Yi Baiti","MingLiU","MingLiU_HKSCS","MingLiU_HKSCS-ExtB","MingLiU-ExtB","Minion","Minion Pro","Miriam","Miriam Fixed","Mistral","Modern","Modern No. 20","Mona Lisa Solid ITC TT","Mongolian Baiti","MONO","MoolBoran","Mrs Eaves","MS LineDraw","MS Mincho","MS PMincho","MS Reference Specialty","MS UI Gothic","MT Extra","MUSEO","MV Boli","Nadeem","Narkisim","NEVIS","News Gothic","News GothicMT","NewsGoth BT","Niagara Engraved","Niagara Solid","Noteworthy","NSimSun","Nyala","OCR A Extended","Old Century","Old English Text MT","Onyx","Onyx BT","OPTIMA","Oriya Sangam MN","OSAKA","OzHandicraft BT","Palace Script MT","Papyrus","Parchment","Party LET","Pegasus","Perpetua","Perpetua Titling MT","PetitaBold","Pickwick","Plantagenet Cherokee","Playbill","PMingLiU","PMingLiU-ExtB","Poor Richard","Poster","PosterBodoni BT","PRINCETOWN LET","Pristina","PTBarnum BT","Pythagoras","Raavi","Rage Italic","Ravie","Ribbon131 Bd BT","Rockwell","Rockwell Condensed","Rockwell Extra Bold","Rod","Roman","Sakkal Majalla","Santa Fe LET","Savoye LET","Sceptre","Script","Script MT Bold","SCRIPTINA","Serifa","Serifa BT","Serifa Th BT","ShelleyVolante BT","Sherwood","Shonar Bangla","Showcard Gothic","Shruti","Signboard","SILKSCREEN","SimHei","Simplified Arabic","Simplified Arabic Fixed","SimSun","SimSun-ExtB","Sinhala Sangam MN","Sketch Rockwell","Skia","Small Fonts","Snap ITC","Snell Roundhand","Socket","Souvenir Lt BT","Staccato222 BT","Steamer","Stencil","Storybook","Styllo","Subway","Swis721 BlkEx BT","Swiss911 XCm BT","Sylfaen","Synchro LET","System","Tamil Sangam MN","Technical","Teletype","Telugu Sangam MN","Tempus Sans ITC","Terminal","Thonburi","Traditional Arabic","Trajan","TRAJAN PRO","Tristan","Tubular","Tunga","Tw Cen MT","Tw Cen MT Condensed","Tw Cen MT Condensed Extra Bold","TypoUpright BT","Unicorn","Univers","Univers CE 55 Medium","Univers Condensed","Utsaah","Vagabond","Vani","Vijaya","Viner Hand ITC","VisualUI","Vivaldi","Vladimir Script","Vrinda","Westminster","WHITNEY","Wide Latin","ZapfEllipt BT","ZapfHumnst BT","ZapfHumnst Dm BT","Zapfino","Zurich BlkEx BT","Zurich Ex BT","ZWAdobeF"])}D=(D=D.concat(_.fonts.userDefinedFonts)).filter(function(ye,De){return D.indexOf(ye)===De});var Y=document.getElementsByTagName("body")[0],pe=document.createElement("div"),ge=document.createElement("div"),te={},be={},Se=function(){var ye=document.createElement("span");return ye.style.position="absolute",ye.style.left="-9999px",ye.style.fontSize="72px",ye.style.fontStyle="normal",ye.style.fontWeight="normal",ye.style.letterSpacing="normal",ye.style.lineBreak="auto",ye.style.lineHeight="normal",ye.style.textTransform="none",ye.style.textAlign="left",ye.style.textDecoration="none",ye.style.textShadow="none",ye.style.whiteSpace="normal",ye.style.wordBreak="normal",ye.style.wordSpacing="normal",ye.innerHTML="mmmmmmmmmmlli",ye},$e=function(ye,De){var Ve=Se();return Ve.style.fontFamily="'"+ye+"',"+De,Ve},Be=function(ye){for(var De=!1,Ve=0;Ve=a.components.length)_(T.data);else{var Z=a.components[D];if(a.excludes[Z.key])Q(!1);else{if(!W&&Z.pauseBefore)return D-=1,void setTimeout(function(){Q(!0)},1);try{Z.getData(function(Y){T.addPreprocessedComponent(Z.key,Y),Q(!1)},a)}catch(Y){T.addPreprocessedComponent(Z.key,String(Y)),Q(!1)}}}};Q(!1)},me.getPromise=function(a){return new Promise(function(_,T){me.get(a,_)})},me.getV18=function(a,_){return null==_&&(_=a,a={}),me.get(a,function(T){for(var D=[],Q=0;Q1e3?1e3:e.batchsize:_defaultValue.batchsize,Telemetry.config=Object.assign(_defaultValue,e),Telemetry.initialized=!0,g.dispatcher=Telemetry.config.dispatcher?Telemetry.config.dispatcher:libraryDispatcher,h.updateConfigurations(e),console.info("Telemetry is initialized."))},h._dispatch=function(e){if(e.mid=e.eid+":"+CryptoJS.MD5(JSON.stringify(e)).toString(),g.enableValidation){var s=ajv.getSchema("http://api.ekstep.org/telemetry/"+e.eid.toLowerCase());if(!s(e))return void console.error("Invalid "+e.eid+" Event: "+ajv.errorsText(s.errors))}"client"===g.runningEnv?e.context.did?(e.actor.id=h.getActorId(e.actor.id,e.context.did),dispatcher.dispatch(e)):Telemetry.fingerPrintId?(e.context.did=Telemetry.fingerPrintId,e.actor.id=h.getActorId(e.actor.id,Telemetry.fingerPrintId),dispatcher.dispatch(e)):Telemetry.getFingerPrint(function(t,r){e.context.did=t,e.actor.id=h.getActorId(e.actor.id,t),Telemetry.fingerPrintId=t,dispatcher.dispatch(e)}):dispatcher.dispatch(e)},h.getActorId=function(e,s){return e&&"anonymous"!==e?e:s},h.getEvent=function(e,s){return g.telemetryEnvelop.eid=e,g.telemetryEnvelop.ets=(new Date).getTime()+(1e3*Telemetry.config.timeDiff||0),g.telemetryEnvelop.ver=Telemetry._version,g.telemetryEnvelop.mid="",g.telemetryEnvelop.actor=Object.assign({},{id:Telemetry.config.uid||"anonymous",type:"User"},h.getUpdatedValue("actor")),g.telemetryEnvelop.context=Object.assign({},h.getGlobalContext(),h.getUpdatedValue("context")),g.telemetryEnvelop.object=Object.assign({},h.getGlobalObject(),h.getUpdatedValue("object")),g.telemetryEnvelop.tags=Object.assign([],Telemetry.config.tags,h.getUpdatedValue("tags")),g.telemetryEnvelop.edata=s,g.telemetryEnvelop},h.updateConfigurations=function(e){e.object&&(g._globalObject=e.object),e.channel&&(g._globalContext.channel=e.channel),e.env&&(g._globalContext.env=e.env),e.rollup&&(g._globalContext.rollup=e.rollup),e.sid&&(g._globalContext.sid=e.sid),e.did&&(g._globalContext.did=e.did),e.cdata&&(g._globalContext.cdata=e.cdata),e.pdata&&(g._globalContext.pdata=e.pdata)},h.getGlobalContext=function(){return g._globalContext},h.getGlobalObject=function(){return g._globalObject},h.updateValues=function(e){e&&(e.context&&(g._currentContext=e.context),e.object&&(g._currentObject=e.object),e.actor&&(g._currentActor=e.actor),e.tags&&(g._currentTags=e.tags),e.runningEnv&&(g.runningEnv=e.runningEnv))},h.getUpdatedValue=function(e){switch(e.toLowerCase()){case"context":return g._currentContext||{};case"object":return g._currentObject||{};case"actor":return g._currentActor||{};case"tags":return g._currentTags||[]}},h.objectAssign=function(){Object.assign=function(e){"use strict";if(null==e)throw new TypeError("Cannot convert undefined or null to object");e=Object(e);for(var s=1;s=Telemetry.config.batchsize)&&TelemetrySyncManager.syncEvents()},syncEvents:function(h=!0,g){var z=EkTelemetry||z,e=TelemetrySyncManager;if(!g){var s=e._teleData.splice(0,z.config.batchsize);if(!s.length)return;g={id:"api.sunbird.telemetry",ver:z._version,params:{msgid:CryptoJS.MD5(JSON.stringify(s)).toString()},ets:(new Date).getTime()+(1e3*z.config.timeDiff||0),events:s}}var p={};typeof z.config.authtoken<"u"&&(p.Authorization="Bearer "+z.config.authtoken);var t=z.config.host+z.config.apislug+z.config.endpoint;p.dataType="json",p["Content-Type"]="application/json",p["x-app-id"]=z.config.pdata.id,p["x-device-id"]=z.fingerPrintId,p["x-channel-id"]=z.config.channel,jQuery.ajax({url:t,type:"POST",headers:p,data:JSON.stringify(g),async:h}).done(function(r){z.config.telemetryDebugEnabled&&console.log("Telemetry API success",r)}).fail(function(r,i,n){e._failedBatchSize>e._failedBatch.length&&e._failedBatch.push(g),403==r.status?console.error("Authentication error: ",r):console.log("Error while Telemetry sync to server: ",r)})},syncFailedBatch:function(){var h=TelemetrySyncManager;if(h._failedBatch.length){Telemetry.config.telemetryDebugEnabled&&console.log("syncing failed telemetry batch");var g=h._failedBatch.shift();h.syncEvents(!0,g)}}};typeof document<"u"&&(TelemetrySyncManager.init(),setInterval(function(){TelemetrySyncManager.syncFailedBatch()},TelemetrySyncManager._syncRetryInterval)),function(h){!function(g){var z="object"==typeof global?global:"object"==typeof self?self:"object"==typeof this?this:Function("return this;")(),e=s(h);function s(p,t){return function(r,i){"function"!=typeof p[r]&&Object.defineProperty(p,r,{configurable:!0,writable:!0,value:i}),t&&t(r,i)}}typeof z.Reflect>"u"?z.Reflect=h:e=s(z.Reflect,e),function(g){var z=Object.prototype.hasOwnProperty,e="function"==typeof Symbol,s=e&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",p=e&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",t="function"==typeof Object.create,r={__proto__:[]}instanceof Array,i=!t&&!r,n={create:t?function(){return ze(Object.create(null))}:r?function(){return ze({__proto__:null})}:function(){return ze({})},has:i?function(M,q){return z.call(M,q)}:function(M,q){return q in M},get:i?function(M,q){return z.call(M,q)?M[q]:void 0}:function(M,q){return M[q]}},P=Object.getPrototypeOf(Function),x="object"==typeof process&&process.env&&"true"===process.env.REFLECT_METADATA_USE_MAP_POLYFILL,w=x||"function"!=typeof Map||"function"!=typeof Map.prototype.entries?Fe():Map,o=x||"function"!=typeof Set||"function"!=typeof Set.prototype.entries?Ue():Set,u=new(x||"function"!=typeof WeakMap?Ge():WeakMap);function l(M,q,G,K){if(ae(G)){if(!ce(M))throw new TypeError;if(!he(q))throw new TypeError;return C(M,q)}if(!ce(M))throw new TypeError;if(!le(q))throw new TypeError;if(!le(K)&&!ae(K)&&!we(K))throw new TypeError;return we(K)&&(K=void 0),j(M,q,G=X(G),K)}function f(M,q){function G(K,d){if(!le(K))throw new TypeError;if(!ae(d)&&!Pe(d))throw new TypeError;V(M,q,K,d)}return G}function v(M,q,G,K){if(!le(G))throw new TypeError;return ae(K)||(K=X(K)),V(M,q,G,K)}function $(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),A(M,q,G)}function B(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),S(M,q,G)}function U(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),k(M,q,G)}function O(M,q,G){if(!le(q))throw new TypeError;return ae(G)||(G=X(G)),R(M,q,G)}function F(M,q){if(!le(M))throw new TypeError;return ae(q)||(q=X(q)),ie(M,q)}function L(M,q){if(!le(M))throw new TypeError;return ae(q)||(q=X(q)),ue(M,q)}function c(M,q,G){if(!le(q))throw new TypeError;ae(G)||(G=X(G));var K=b(q,G,!1);if(ae(K)||!K.delete(M))return!1;if(K.size>0)return!0;var d=u.get(q);return d.delete(G),d.size>0||u.delete(q),!0}function C(M,q){for(var G=M.length-1;G>=0;--G){var d=(0,M[G])(q);if(!ae(d)&&!we(d)){if(!he(d))throw new TypeError;q=d}}return q}function j(M,q,G,K){for(var d=M.length-1;d>=0;--d){var E=(0,M[d])(q,G,K);if(!ae(E)&&!we(E)){if(!le(E))throw new TypeError;K=E}}return K}function b(M,q,G){var K=u.get(M);if(ae(K)){if(!G)return;K=new w,u.set(M,K)}var d=K.get(q);if(ae(d)){if(!G)return;d=new w,K.set(q,d)}return d}function A(M,q,G){if(S(M,q,G))return!0;var d=Ce(q);return!we(d)&&A(M,d,G)}function S(M,q,G){var K=b(q,G,!1);return!ae(K)&&Ae(K.has(M))}function k(M,q,G){if(S(M,q,G))return R(M,q,G);var d=Ce(q);return we(d)?void 0:k(M,d,G)}function R(M,q,G){var K=b(q,G,!1);if(!ae(K))return K.get(M)}function V(M,q,G,K){b(G,K,!0).set(M,q)}function ie(M,q){var G=ue(M,q),K=Ce(M);if(null===K)return G;var d=ie(K,q);if(d.length<=0)return G;if(G.length<=0)return d;for(var y=new o,E=[],I=0,N=G;I=0&&I=this._keys.length?(this._index=-1,this._keys=q,this._values=q):this._index++,{value:N,done:!1}}return{value:void 0,done:!0}},E.prototype.throw=function(I){throw this._index>=0&&(this._index=-1,this._keys=q,this._values=q),I},E.prototype.return=function(I){return this._index>=0&&(this._index=-1,this._keys=q,this._values=q),{value:I,done:!0}},E}();return function(){function E(){this._keys=[],this._values=[],this._cacheKey=M,this._cacheIndex=-2}return Object.defineProperty(E.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),E.prototype.has=function(I){return this._find(I,!1)>=0},E.prototype.get=function(I){var N=this._find(I,!1);return N>=0?this._values[N]:void 0},E.prototype.set=function(I,N){var H=this._find(I,!0);return this._values[H]=N,this},E.prototype.delete=function(I){var N=this._find(I,!1);if(N>=0){for(var H=this._keys.length,J=N+1;J{window,_t.exports=function(we){var I={};function o(_){if(I[_])return I[_].exports;var H=I[_]={i:_,l:!1,exports:{}};return we[_].call(H.exports,H,H.exports,o),H.l=!0,H.exports}return o.m=we,o.c=I,o.d=function(_,H,Q){o.o(_,H)||Object.defineProperty(_,H,{enumerable:!0,get:Q})},o.r=function(_){typeof Symbol<"u"&&Symbol.toStringTag&&Object.defineProperty(_,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(_,"__esModule",{value:!0})},o.t=function(_,H){if(1&H&&(_=o(_)),8&H||4&H&&"object"==typeof _&&_&&_.__esModule)return _;var Q=Object.create(null);if(o.r(Q),Object.defineProperty(Q,"default",{enumerable:!0,value:_}),2&H&&"string"!=typeof _)for(var F in _)o.d(Q,F,function(z){return _[z]}.bind(null,F));return Q},o.n=function(_){var H=_&&_.__esModule?function(){return _.default}:function(){return _};return o.d(H,"a",H),H},o.o=function(_,H){return Object.prototype.hasOwnProperty.call(_,H)},o.p="",o(o.s=98)}([,,function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5);I.METADATA_KEY=_;var H=o(43);I.Container=H.Container;var Q=o(16);I.BindingScopeEnum=Q.BindingScopeEnum,I.BindingTypeEnum=Q.BindingTypeEnum,I.TargetTypeEnum=Q.TargetTypeEnum;var F=o(59);I.AsyncContainerModule=F.AsyncContainerModule,I.ContainerModule=F.ContainerModule;var z=o(60);I.injectable=z.injectable;var Y=o(61);I.tagged=Y.tagged;var J=o(62);I.named=J.named;var ie=o(37);I.inject=ie.inject,I.LazyServiceIdentifer=ie.LazyServiceIdentifer;var U=o(63);I.optional=U.optional;var V=o(64);I.unmanaged=V.unmanaged;var se=o(65);I.multiInject=se.multiInject;var le=o(66);I.targetName=le.targetName;var ye=o(67);I.postConstruct=ye.postConstruct;var De=o(35);I.MetadataReader=De.MetadataReader;var Oe=o(22);I.id=Oe.id;var ce=o(17);I.decorate=ce.decorate;var q=o(40);I.traverseAncerstors=q.traverseAncerstors,I.taggedConstraint=q.taggedConstraint,I.namedConstraint=q.namedConstraint,I.typeConstraint=q.typeConstraint;var ae=o(25);I.getServiceIdentifierAsString=ae.getServiceIdentifierAsString;var Le=o(68);I.multiBindToService=Le.multiBindToService},,,function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0}),I.NAMED_TAG="named",I.NAME_TAG="name",I.UNMANAGED_TAG="unmanaged",I.OPTIONAL_TAG="optional",I.INJECT_TAG="inject",I.MULTI_INJECT_TAG="multi_inject",I.TAGGED="inversify:tagged",I.TAGGED_PROP="inversify:tagged_props",I.PARAM_TYPES="inversify:paramtypes",I.DESIGN_PARAM_TYPES="design:paramtypes",I.POST_CONSTRUCT="post_construct"},,,,function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0}),I.DUPLICATED_INJECTABLE_DECORATOR="Cannot apply @injectable decorator multiple times.",I.DUPLICATED_METADATA="Metadata key was used more than once in a parameter:",I.NULL_ARGUMENT="NULL argument",I.KEY_NOT_FOUND="Key Not Found",I.AMBIGUOUS_MATCH="Ambiguous match found for serviceIdentifier:",I.CANNOT_UNBIND="Could not unbind serviceIdentifier:",I.NOT_REGISTERED="No matching bindings found for serviceIdentifier:",I.MISSING_INJECTABLE_ANNOTATION="Missing required @injectable annotation in:",I.MISSING_INJECT_ANNOTATION="Missing required @inject or @multiInject annotation in:",I.UNDEFINED_INJECT_ANNOTATION=function(_){return"@inject called with undefined this could mean that the class "+_+" has a circular dependency problem. You can use a LazyServiceIdentifer to overcome this limitation."},I.CIRCULAR_DEPENDENCY="Circular dependency found:",I.NOT_IMPLEMENTED="Sorry, this feature is not fully implemented yet.",I.INVALID_BINDING_TYPE="Invalid binding type:",I.NO_MORE_SNAPSHOTS_AVAILABLE="No snapshot available to restore.",I.INVALID_MIDDLEWARE_RETURN="Invalid return type in middleware. Middleware must return!",I.INVALID_FUNCTION_BINDING="Value provided to function binding must be a function!",I.INVALID_TO_SELF_VALUE="The toSelf function can only be applied when a constructor is used as service identifier",I.INVALID_DECORATOR_OPERATION="The @inject @multiInject @tagged and @named decorators must be applied to the parameters of a class constructor or a class property.",I.ARGUMENTS_LENGTH_MISMATCH=function(){for(var _=[],H=0;H= than the number of constructor arguments of its base class."},I.CONTAINER_OPTIONS_MUST_BE_AN_OBJECT="Invalid Container constructor argument. Container options must be an object.",I.CONTAINER_OPTIONS_INVALID_DEFAULT_SCOPE="Invalid Container option. Default scope must be a string ('singleton' or 'transient').",I.CONTAINER_OPTIONS_INVALID_AUTO_BIND_INJECTABLE="Invalid Container option. Auto bind injectable must be a boolean",I.CONTAINER_OPTIONS_INVALID_SKIP_BASE_CHECK="Invalid Container option. Skip base check must be a boolean",I.MULTIPLE_POST_CONSTRUCT_METHODS="Cannot apply @postConstruct decorator multiple times in the same class",I.POST_CONSTRUCT_ERROR=function(){for(var _=[],H=0;H0&&Ee[Ee.length-1])||6!==D[0]&&2!==D[0])){ae=0;continue}if(3===D[0]&&(!Ee||D[1]>Ee[0]&&D[1]0?te.length:ce.length),pe=se(De,ce);return D.concat(pe)}function U(De,Oe,ce,q,ae){var Le=ae[De.toString()]||[],Ne=ye(Le),Ee=!0!==Ne.unmanaged,te=q[De];if((te=Ne.inject||Ne.multiInject||te)instanceof _.LazyServiceIdentifer&&(te=te.unwrap()),Ee){if(!Oe&&(te===Object||te===Function||void 0===te)){var ge=H.MISSING_INJECT_ANNOTATION+" argument "+De+" in class "+ce+".";throw new Error(ge)}var rt=new Y.Target(Q.TargetTypeEnum.ConstructorArgument,Ne.targetName,te);return rt.metadata=Le,rt}return null}function V(De,Oe,ce,q,ae){for(var Le=[],Ne=0;Ne0?Ee:le(De,ce)}return 0}function ye(De){var Oe={};return De.forEach(function(ce){Oe[ce.key.toString()]=ce.value}),{inject:Oe[F.INJECT_TAG],multiInject:Oe[F.MULTI_INJECT_TAG],targetName:Oe[F.NAME_TAG],unmanaged:Oe[F.UNMANAGED_TAG]}}I.getDependencies=J,I.getBaseClassDependencyCount=le},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=function(){function H(Q){this.str=Q}return H.prototype.startsWith=function(Q){return 0===this.str.indexOf(Q)},H.prototype.endsWith=function(Q){var F="",z=Q.split("").reverse().join("");return F=this.str.split("").reverse().join(""),this.startsWith.call({str:F},z)},H.prototype.contains=function(Q){return-1!==this.str.indexOf(Q)},H.prototype.equals=function(Q){return this.str===Q},H.prototype.value=function(){return this.str},H}();I.QueryableString=_},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(22),H=function(){function Q(F,z,Y,J,ie){this.id=_.id(),this.serviceIdentifier=F,this.parentContext=z,this.parentRequest=Y,this.target=ie,this.childRequests=[],this.bindings=Array.isArray(J)?J:[J],this.requestScope=null===Y?new Map:null}return Q.prototype.addChildRequest=function(F,z,Y){var J=new Q(F,this.parentContext,this,z,Y);return this.childRequests.push(J),J},Q}();I.Request=H},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(16),Q=o(36),F=o(25),z=o(53),Y=function(U,V,se){try{return se()}catch(le){throw Q.isStackOverflowExeption(le)?new Error(_.CIRCULAR_DEPENDENCY_IN_FACTORY(U,V.toString())):le}},J=function(U){return function(V){V.parentContext.setCurrentRequest(V);var se=V.bindings,le=V.childRequests,ye=V.target&&V.target.isArray(),De=!(V.parentRequest&&V.parentRequest.target&&V.target&&V.parentRequest.target.matchesArray(V.target.serviceIdentifier));if(ye&&De)return le.map(function(Ne){return J(U)(Ne)});var Oe=null;if(!V.target.isOptional()||0!==se.length){var ce=se[0],q=ce.scope===H.BindingScopeEnum.Singleton,ae=ce.scope===H.BindingScopeEnum.Request;if(q&&ce.activated)return ce.cache;if(ae&&null!==U&&U.has(ce.id))return U.get(ce.id);if(ce.type===H.BindingTypeEnum.ConstantValue)Oe=ce.cache;else if(ce.type===H.BindingTypeEnum.Function)Oe=ce.cache;else if(ce.type===H.BindingTypeEnum.Constructor)Oe=ce.implementationType;else if(ce.type===H.BindingTypeEnum.DynamicValue&&null!==ce.dynamicValue)Oe=Y("toDynamicValue",ce.serviceIdentifier,function(){return ce.dynamicValue(V.parentContext)});else if(ce.type===H.BindingTypeEnum.Factory&&null!==ce.factory)Oe=Y("toFactory",ce.serviceIdentifier,function(){return ce.factory(V.parentContext)});else if(ce.type===H.BindingTypeEnum.Provider&&null!==ce.provider)Oe=Y("toProvider",ce.serviceIdentifier,function(){return ce.provider(V.parentContext)});else{if(ce.type!==H.BindingTypeEnum.Instance||null===ce.implementationType){var Le=F.getServiceIdentifierAsString(V.serviceIdentifier);throw new Error(_.INVALID_BINDING_TYPE+" "+Le)}Oe=z.resolveInstance(ce.implementationType,le,J(U))}return"function"==typeof ce.onActivation&&(Oe=ce.onActivation(V.parentContext,Oe)),q&&(ce.cache=Oe,ce.activated=!0),ae&&null!==U&&!U.has(ce.id)&&U.set(ce.id,Oe),Oe}}};function ie(U){return J(U.plan.rootRequest.requestScope)(U.plan.rootRequest)}I.resolve=ie},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(16),Q=o(5);function F(ie,U,V){var se=U.filter(function(ye){return null!==ye.target&&ye.target.type===H.TargetTypeEnum.ClassProperty}),le=se.map(V);return se.forEach(function(ye,De){var Oe="";Oe=ye.target.name.value();var ce=le[De];ie[Oe]=ce}),ie}function z(ie,U){return new(ie.bind.apply(ie,[void 0].concat(U)))}function Y(ie,U){if(Reflect.hasMetadata(Q.POST_CONSTRUCT,ie)){var V=Reflect.getMetadata(Q.POST_CONSTRUCT,ie);try{U[V.value]()}catch(se){throw new Error(_.POST_CONSTRUCT_ERROR(ie.name,se.message))}}}function J(ie,U,V){var se=null;return se=U.length>0?F(se=z(ie,U.filter(function(De){return null!==De.target&&De.target.type===H.TargetTypeEnum.ConstructorArgument}).map(V)),U,V):new ie,Y(ie,se),se}I.resolveInstance=J},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(16),Q=o(55),F=o(39),z=function(){function Y(J){this._binding=J}return Y.prototype.to=function(J){return this._binding.type=H.BindingTypeEnum.Instance,this._binding.implementationType=J,new Q.BindingInWhenOnSyntax(this._binding)},Y.prototype.toSelf=function(){if("function"!=typeof this._binding.serviceIdentifier)throw new Error(""+_.INVALID_TO_SELF_VALUE);var J=this._binding.serviceIdentifier;return this.to(J)},Y.prototype.toConstantValue=function(J){return this._binding.type=H.BindingTypeEnum.ConstantValue,this._binding.cache=J,this._binding.dynamicValue=null,this._binding.implementationType=null,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toDynamicValue=function(J){return this._binding.type=H.BindingTypeEnum.DynamicValue,this._binding.cache=null,this._binding.dynamicValue=J,this._binding.implementationType=null,new Q.BindingInWhenOnSyntax(this._binding)},Y.prototype.toConstructor=function(J){return this._binding.type=H.BindingTypeEnum.Constructor,this._binding.implementationType=J,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFactory=function(J){return this._binding.type=H.BindingTypeEnum.Factory,this._binding.factory=J,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toFunction=function(J){if("function"!=typeof J)throw new Error(_.INVALID_FUNCTION_BINDING);var ie=this.toConstantValue(J);return this._binding.type=H.BindingTypeEnum.Function,ie},Y.prototype.toAutoFactory=function(J){return this._binding.type=H.BindingTypeEnum.Factory,this._binding.factory=function(ie){return function(){return ie.container.get(J)}},new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toProvider=function(J){return this._binding.type=H.BindingTypeEnum.Provider,this._binding.provider=J,new F.BindingWhenOnSyntax(this._binding)},Y.prototype.toService=function(J){this.toDynamicValue(function(ie){return ie.container.get(J)})},Y}();I.BindingToSyntax=z},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(56),H=o(32),Q=o(33),F=function(){function z(Y){this._binding=Y,this._bindingWhenSyntax=new Q.BindingWhenSyntax(this._binding),this._bindingOnSyntax=new H.BindingOnSyntax(this._binding),this._bindingInSyntax=new _.BindingInSyntax(Y)}return z.prototype.inRequestScope=function(){return this._bindingInSyntax.inRequestScope()},z.prototype.inSingletonScope=function(){return this._bindingInSyntax.inSingletonScope()},z.prototype.inTransientScope=function(){return this._bindingInSyntax.inTransientScope()},z.prototype.when=function(Y){return this._bindingWhenSyntax.when(Y)},z.prototype.whenTargetNamed=function(Y){return this._bindingWhenSyntax.whenTargetNamed(Y)},z.prototype.whenTargetIsDefault=function(){return this._bindingWhenSyntax.whenTargetIsDefault()},z.prototype.whenTargetTagged=function(Y,J){return this._bindingWhenSyntax.whenTargetTagged(Y,J)},z.prototype.whenInjectedInto=function(Y){return this._bindingWhenSyntax.whenInjectedInto(Y)},z.prototype.whenParentNamed=function(Y){return this._bindingWhenSyntax.whenParentNamed(Y)},z.prototype.whenParentTagged=function(Y,J){return this._bindingWhenSyntax.whenParentTagged(Y,J)},z.prototype.whenAnyAncestorIs=function(Y){return this._bindingWhenSyntax.whenAnyAncestorIs(Y)},z.prototype.whenNoAncestorIs=function(Y){return this._bindingWhenSyntax.whenNoAncestorIs(Y)},z.prototype.whenAnyAncestorNamed=function(Y){return this._bindingWhenSyntax.whenAnyAncestorNamed(Y)},z.prototype.whenAnyAncestorTagged=function(Y,J){return this._bindingWhenSyntax.whenAnyAncestorTagged(Y,J)},z.prototype.whenNoAncestorNamed=function(Y){return this._bindingWhenSyntax.whenNoAncestorNamed(Y)},z.prototype.whenNoAncestorTagged=function(Y,J){return this._bindingWhenSyntax.whenNoAncestorTagged(Y,J)},z.prototype.whenAnyAncestorMatches=function(Y){return this._bindingWhenSyntax.whenAnyAncestorMatches(Y)},z.prototype.whenNoAncestorMatches=function(Y){return this._bindingWhenSyntax.whenNoAncestorMatches(Y)},z.prototype.onActivation=function(Y){return this._bindingOnSyntax.onActivation(Y)},z}();I.BindingInWhenOnSyntax=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(16),H=o(39),Q=function(){function F(z){this._binding=z}return F.prototype.inRequestScope=function(){return this._binding.scope=_.BindingScopeEnum.Request,new H.BindingWhenOnSyntax(this._binding)},F.prototype.inSingletonScope=function(){return this._binding.scope=_.BindingScopeEnum.Singleton,new H.BindingWhenOnSyntax(this._binding)},F.prototype.inTransientScope=function(){return this._binding.scope=_.BindingScopeEnum.Transient,new H.BindingWhenOnSyntax(this._binding)},F}();I.BindingInSyntax=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=function(){function H(){}return H.of=function(Q,F){var z=new H;return z.bindings=Q,z.middleware=F,z},H}();I.ContainerSnapshot=_},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=function(){function Q(){this._map=new Map}return Q.prototype.getMap=function(){return this._map},Q.prototype.add=function(F,z){if(null==F)throw new Error(_.NULL_ARGUMENT);if(null==z)throw new Error(_.NULL_ARGUMENT);var Y=this._map.get(F);void 0!==Y?(Y.push(z),this._map.set(F,Y)):this._map.set(F,[z])},Q.prototype.get=function(F){if(null==F)throw new Error(_.NULL_ARGUMENT);var z=this._map.get(F);if(void 0!==z)return z;throw new Error(_.KEY_NOT_FOUND)},Q.prototype.remove=function(F){if(null==F)throw new Error(_.NULL_ARGUMENT);if(!this._map.delete(F))throw new Error(_.KEY_NOT_FOUND)},Q.prototype.removeByCondition=function(F){var z=this;this._map.forEach(function(Y,J){var ie=Y.filter(function(U){return!F(U)});ie.length>0?z._map.set(J,ie):z._map.delete(J)})},Q.prototype.hasKey=function(F){if(null==F)throw new Error(_.NULL_ARGUMENT);return this._map.has(F)},Q.prototype.clone=function(){var F=new Q;return this._map.forEach(function(z,Y){z.forEach(function(J){return F.add(Y,J.clone())})}),F},Q.prototype.traverse=function(F){this._map.forEach(function(z,Y){F(Y,z)})},Q}();I.Lookup=H},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(22),H=function(){function F(z){this.id=_.id(),this.registry=z}return F}();I.ContainerModule=H;var Q=function(){function F(z){this.id=_.id(),this.registry=z}return F}();I.AsyncContainerModule=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(5);function Q(){return function(F){if(Reflect.hasOwnMetadata(H.PARAM_TYPES,F))throw new Error(_.DUPLICATED_INJECTABLE_DECORATOR);var z=Reflect.getMetadata(H.DESIGN_PARAM_TYPES,F)||[];return Reflect.defineMetadata(H.PARAM_TYPES,z,F),F}}I.injectable=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(12),H=o(17);function Q(F,z){return function(Y,J,ie){var U=new _.Metadata(F,z);"number"==typeof ie?H.tagParameter(Y,J,ie,U):H.tagProperty(Y,J,U)}}I.tagged=Q},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(z){return function(Y,J,ie){var U=new H.Metadata(_.NAMED_TAG,z);"number"==typeof ie?Q.tagParameter(Y,J,ie,U):Q.tagProperty(Y,J,U)}}I.named=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(){return function(z,Y,J){var ie=new H.Metadata(_.OPTIONAL_TAG,!0);"number"==typeof J?Q.tagParameter(z,Y,J,ie):Q.tagProperty(z,Y,ie)}}I.optional=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(){return function(z,Y,J){var ie=new H.Metadata(_.UNMANAGED_TAG,!0);Q.tagParameter(z,Y,J,ie)}}I.unmanaged=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(z){return function(Y,J,ie){var U=new H.Metadata(_.MULTI_INJECT_TAG,z);"number"==typeof ie?Q.tagParameter(Y,J,ie,U):Q.tagProperty(Y,J,U)}}I.multiInject=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(5),H=o(12),Q=o(17);function F(z){return function(Y,J,ie){var U=new H.Metadata(_.NAME_TAG,z);Q.tagParameter(Y,J,ie,U)}}I.targetName=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0});var _=o(9),H=o(5),Q=o(12);function F(){return function(z,Y,J){var ie=new Q.Metadata(H.POST_CONSTRUCT,Y);if(Reflect.hasOwnMetadata(H.POST_CONSTRUCT,z.constructor))throw new Error(_.MULTIPLE_POST_CONSTRUCT_METHODS);Reflect.defineMetadata(H.POST_CONSTRUCT,ie,z.constructor)}}I.postConstruct=F},function(we,I,o){"use strict";Object.defineProperty(I,"__esModule",{value:!0}),I.multiBindToService=function(_){return function(H){return function(){for(var Q=[],F=0;F=0;rt--)(ge=te[rt])&&(Ce=(pe<3?ge(Ce):pe>3?ge(G,me,Ce):ge(G,me))||Ce);return pe>3&&Ce&&Object.defineProperty(G,me,Ce),Ce},z=function(){function te(){this._isInitialsed=!1}return te.prototype.raiseEndTelemetryWith=function(G,me,D,pe){throw new Error("Method not implemented.")},te.prototype.initTelemetry=function(G){window.EkTelemetry&&(this.telemetryProvider=window.EkTelemetry,this._isInitialsed=!0,this.context=G,this.telemetryProvider.initialize(G.config))},te.prototype.initTelmetry=function(G,me,D,pe,Ce){null!=this.context&&this.telemetryProvider?this.telemetryProvider.initialize(this.context.config):(this.config.pdata=G,this.config.channel=D,this.config.did=Ce,this.config.sid=pe,this.actor=me)},te.prototype.setTelemetryAttributes=function(G,me,D,pe,Ce){this.config.pdata=G,this.config.channel=D,this.config.did=Ce,this.config.sid=pe,this.actor=me},te.prototype.formulateBasicConfigForTelemetry=function(){},te.prototype.initProducerData=function(G){if(this.pData)return this.pData;this.config.pdata=G},te.prototype.isTelemetryInitialised=function(){return this._isInitialsed},te.prototype.raiseInteractTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.interact(G.edata,G.options)},te.prototype.raiseInteractTelemetryWith=function(G,me,D,pe){},te.prototype.raiseImpressionTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.impression(G.edata,G.options)},te.prototype.raiseImpressionTelemetryWith=function(G,me,D,pe){},te.prototype.raiseLogTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.log(G.edata,G.options)},te.prototype.raiseLogTelemetryWith=function(G,me,D,pe){},te.prototype.raiseErrorTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.error(G.edata,G.options)},te.prototype.raiseErrorTelemetryWith=function(G,me,D,pe){},te.prototype.raiseAuditTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.audit(G.edata,G.options)},te.prototype.raiseAuditTelemetryWith=function(G,me,D,pe){},te.prototype.raiseStartTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.start(this.context.config,G.options.object.id,G.options.object.ver,G.edata,G.options)},te.prototype.raiseEndTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.end(G.edata,G.options)},te.prototype.raiseShareTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.share(G.edata,G.options)},te.prototype.raiseShareTelemetryWith=function(G,me,D,pe){},te.prototype.raiseFeedBackTelemetry=function(G){this.isTelemetryInitialised()&&this.telemetryProvider.share(G.edata,G.options)},te.prototype.raiseFeedBackTelemetryWith=function(G,me,D,pe){},te.prototype.raiseAssesTelemetry=function(G,me){this.isTelemetryInitialised()&&this.telemetryProvider.assess(G,me)},te.prototype.raiseResponseTelemetry=function(G,me){this.isTelemetryInitialised()&&this.telemetryProvider.response(G,me)},F([Object(Q.injectable)()],te)}(),Y={CONTAINER:Symbol.for("CONTAINER"),services:{telemetry:{TELEMETRY_SERVICE:Symbol.for("TELEMETRY_SERVICE"),PLAYER_TELEMETRY_SERVICE:Symbol.for("PLAYER_TELEMETRY_SERVICE")}}},J=function(te,G,me,D){var ge,pe=arguments.length,Ce=pe<3?G:null===D?D=Object.getOwnPropertyDescriptor(G,me):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(te,G,me,D);else for(var rt=te.length-1;rt>=0;rt--)(ge=te[rt])&&(Ce=(pe<3?ge(Ce):pe>3?ge(G,me,Ce):ge(G,me))||Ce);return pe>3&&Ce&&Object.defineProperty(G,me,Ce),Ce},ie=function(te,G){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(te,G)},U=function(){function te(G){this.telemetryService=G}return te.prototype.onStartEvent=function(G,me){},te.prototype.onEndEvent=function(G,me){},te.prototype.onErrorEvent=function(G,me){},te.prototype.onHeartBeatEvent=function(G,me){"LOADED"===G.type||"PLAY"===G.type||this.telemetryService.raiseLogTelemetry({})},J([Object(Q.injectable)(),ie("design:paramtypes",[H])],te)}(),V=(se=Object.setPrototypeOf||{__proto__:[]}instanceof Array&&function(te,G){te.__proto__=G}||function(te,G){for(var me in G)G.hasOwnProperty(me)&&(te[me]=G[me])},function(te,G){function me(){this.constructor=te}se(te,G),te.prototype=null===G?Object.create(G):(me.prototype=G.prototype,new me)}),le=function(te,G,me,D){var ge,pe=arguments.length,Ce=pe<3?G:null===D?D=Object.getOwnPropertyDescriptor(G,me):D;if("object"==typeof Reflect&&"function"==typeof Reflect.decorate)Ce=Reflect.decorate(te,G,me,D);else for(var rt=te.length-1;rt>=0;rt--)(ge=te[rt])&&(Ce=(pe<3?ge(Ce):pe>3?ge(G,me,Ce):ge(G,me))||Ce);return pe>3&&Ce&&Object.defineProperty(G,me,Ce),Ce},ye=function(te,G){if("object"==typeof Reflect&&"function"==typeof Reflect.metadata)return Reflect.metadata(te,G)},De=function(te,G){return function(me,D){G(me,D,te)}},Oe=function(te){function G(me){return te.call(this,me)||this}return V(G,te),G.prototype.onHeartBeatEvent=function(me,D){},le([Object(Q.injectable)(),De(0,Object(Q.inject)(Y.services.telemetry.TELEMETRY_SERVICE)),ye("design:paramtypes",[H])],G)}(U),ce=function(te,G,me,D){return new(me||(me=Promise))(function(pe,Ce){function ge(Ye){try{Be(D.next(Ye))}catch(Gt){Ce(Gt)}}function rt(Ye){try{Be(D.throw(Ye))}catch(Gt){Ce(Gt)}}function Be(Ye){Ye.done?pe(Ye.value):new me(function(Gt){Gt(Ye.value)}).then(ge,rt)}Be((D=D.apply(te,G||[])).next())})},q=function(te,G){var D,pe,Ce,ge,me={label:0,sent:function(){if(1&Ce[0])throw Ce[1];return Ce[1]},trys:[],ops:[]};return ge={next:rt(0),throw:rt(1),return:rt(2)},"function"==typeof Symbol&&(ge[Symbol.iterator]=function(){return this}),ge;function rt(Ye){return function(Gt){return Be([Ye,Gt])}}function Be(Ye){if(D)throw new TypeError("Generator is already executing.");for(;me;)try{if(D=1,pe&&(Ce=pe[2&Ye[0]?"return":Ye[0]?"throw":"next"])&&!(Ce=Ce.call(pe,Ye[1])).done)return Ce;switch(pe=0,Ce&&(Ye=[0,Ce.value]),Ye[0]){case 0:case 1:Ce=Ye;break;case 4:return me.label++,{value:Ye[1],done:!1};case 5:me.label++,pe=Ye[1],Ye=[0];continue;case 7:Ye=me.ops.pop(),me.trys.pop();continue;default:if(!((Ce=(Ce=me.trys).length>0&&Ce[Ce.length-1])||6!==Ye[0]&&2!==Ye[0])){me=0;continue}if(3===Ye[0]&&(!Ce||Ye[1]>Ce[0]&&Ye[1]{"use strict";I.d(we,{gQ:()=>V2});var o=I(8),_=I(666),H=I(609);function Q(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var c=u.context,p=u.label,m=void 0===p?"context-to-element":p,v=u.resolveDocument,T=u.defaultToDocument,oe=Q(c)[0];if(v&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&T)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function z(){for(var p=[],m=F({label:"get/parents",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context});m;)p.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return p}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],J=null;function U(u,c){return J||function ie(u){Y.some(function(c){return!!u[c]&&(J=c,!0)})}(u),u[J](c)}var V=I(834),se=I.n(V),le=JSON.parse(JSON.stringify(se())),ye=le.os.family||"",De="Android"===ye,Oe="Windows"===ye.slice(0,7),ce="OS X"===ye,q="iOS"===ye,ae="Blink"===le.layout,Le="Gecko"===le.layout,Ne="Trident"===le.layout,Ee="EdgeHTML"===le.layout,te="WebKit"===le.layout,G=parseFloat(le.version),me=Math.floor(G);le.majorVersion=me,le.is={ANDROID:De,WINDOWS:Oe,OSX:ce,IOS:q,BLINK:ae,GECKO:Le,TRIDENT:Ne,EDGE:Ee,WEBKIT:te,IE9:Ne&&9===me,IE10:Ne&&10===me,IE11:Ne&&11===me};const D=le;function rt(u){var c=function pe(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},c=document.createElement("iframe");c.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),c.setAttribute("aria-live","off"),c.setAttribute("aria-busy","true"),c.setAttribute("aria-hidden","true"),document.body.appendChild(c);var p=c.contentWindow,m=p.document;m.open(),m.close();var v=m.createElement("div");return m.body.appendChild(v),u.iframe=c,u.wrapper=v,u.window=p,u.document=m,u}(),p={};return Object.keys(u).map(function(m){p[m]=function Ce(u,c){u.wrapper.innerHTML="";var p="string"==typeof c.element?u.document.createElement(c.element):c.element(u.wrapper,u.document),m=c.mutate&&c.mutate(p,u.wrapper,u.document);return!m&&!1!==m&&(m=p),!p.parentNode&&u.wrapper.appendChild(p),m&&m.focus&&m.focus(),c.validate?c.validate(p,m,u.document):u.document.activeElement===m}(c,u[m])}),function ge(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(c),p}var Z1=typeof window<"u"&&window.navigator.userAgent||"",L1="ally-supports-cache",Ct=function Gt(u){var c=void 0;try{c=(c=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(c):{}}catch{c={}}return c}(L1);(Ct.userAgent!==Z1||"1.4.1"!==Ct.version)&&(Ct={}),Ct.userAgent=Z1,Ct.version="1.4.1";const I1={get:function(){return Ct},set:function(c){Object.keys(c).forEach(function(p){Ct[p]=c[p]}),Ct.time=(new Date).toISOString(),function p1(u,c){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(c))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(L1,Ct)}};function un(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const d1="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",y1={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},M1={element:"div",mutate:function(c){return c.innerHTML='',!1},validate:function(c,p,m){if(D.is.GECKO)return!0;var v=c.querySelector("area");return v.focus(),m.activeElement===v}},xt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===p}},r1=d1,j={name:"can-focus-audio-without-controls",element:"audio",mutate:function(c){try{c.setAttribute("src",r1)}catch{}}},lt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},de={element:"a",mutate:function(c){return c.href="#void",c.innerHTML='',c.querySelector("img")}},$e={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")}};var N=!D.is.WEBKIT;const Pt="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",At={element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50"),c.style.visibility="hidden"}},Lt={name:"can-focus-object-svg",element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===c}};var dt=!D.is.IE9;const Tt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")},validate:function(c,p,m){var v=c.querySelector("area");return m.activeElement===v}};function Y2(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var p=function x1(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(p);var m=p.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(p),!0}function pt(u){return''+u+""}function dn(u,c,p){return function E2(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Y2(u)}}(c),p.activeElement===c}const R2={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},bn={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},J1={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},fn={element:"div",mutate:function(c){return c.innerHTML=pt(['link',''].join("")),c.querySelector("use")},validate:dn},tn={element:"div",mutate:function(c){return c.innerHTML=pt(''),c.querySelector("foreignObject")||c.getElementsByTagName("foreignObject")[0]},validate:dn};var e2=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const B={element:"div",mutate:function(c){return c.innerHTML=pt(""),c.firstChild},validate:dn},ht=d1,qe={element:"video",mutate:function(c){try{c.setAttribute("src",ht)}catch{}}};var Jt=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var O={cssShadowPiercingDeepCombinator:un,focusInZeroDimensionObject:function he(){return N},focusObjectSwf:function Je(){return dt},focusSvgInIframe:function xe(){return e2},tabsequenceAreaAtImgPosition:function Me(){return Jt}},W={focusAreaImgTabindex:y1,focusAreaTabindex:M1,focusAreaWithoutHref:xt,focusAudioWithoutControls:j,focusBrokenImageMap:lt,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(c){return c.setAttribute("tabindex","-1"),c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello',c.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(c){c.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(c){c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:$e,focusInHiddenIframe:{element:function(c,p){var m=p.createElement("iframe");c.appendChild(m);var v=m.contentWindow.document;return v.open(),v.close(),m},mutate:function(c){c.style.visibility="hidden";var p=c.contentWindow.document,m=p.createElement("input");return p.body.appendChild(m),m},validate:function(c){var p=c.contentWindow.document,m=p.querySelector("input");return p.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(c){c.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(c){c.setAttribute("tabindex","-1")},validate:function(c,p,m){c.offsetHeight;return c.focus(),m.activeElement===c}},focusObjectSvg:Lt,focusObjectSvgHidden:At,focusRedirectImgUsemap:Tt,focusRedirectLegend:{element:"fieldset",mutate:function(c){return c.innerHTML='legend',!1},validate:function(c,p,m){var v=c.querySelector('input[tabindex="-1"]'),T=c.querySelector('input[tabindex="0"]');return c.focus(),c.querySelector("legend").focus(),(m.activeElement===v?"focusable":m.activeElement===T&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(c){return c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
',c.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px;"),c.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(c){return c.innerHTML="foo

content

",c.firstElementChild}},focusSvgFocusableAttribute:R2,focusSvgTabindexAttribute:bn,focusSvgNegativeTabindexAttribute:J1,focusSvgUseTabindex:fn,focusSvgForeignobjectTabindex:tn,focusSvg:B,focusTabindexTrailingCharacters:{element:"div",mutate:function(c){c.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(c,p,m){var v=m.createDocumentFragment();v.innerHTML="cell",c.appendChild(v)}},focusVideoWithoutControls:qe};var Fe=null;function He(){return Fe||((Fe=I1.get()).time||(I1.set(function be(){var u=rt(W);return Object.keys(O).forEach(function(c){u[c]=O[c]()}),u}()),Fe=I1.get()),Fe)}var it=void 0,jt=/^\s*(-|\+)?[0-9]+\s*$/,N1=/^\s*(-|\+)?[0-9]+.*$/;function Xt(u){it||(it=He());var c=it.focusTabindexTrailingCharacters?N1:jt,p=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=p.hasAttribute("tabindex"),v=p.hasAttribute("tabIndex");if(!m&&!v)return!1;if((p.ownerSVGElement||"svg"===p.nodeName.toLowerCase())&&!it.focusSvgTabindexAttribute)return!1;if(it.focusInvalidTabindex)return!0;var oe=p.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&c.test(oe))}function Wt(u){if(!Xt(u))return null;var p=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(p),10);return isNaN(m)?-1:m}function Ut(u){var c=u.webkitUserModify||"";return Boolean(c&&-1!==c.indexOf("write"))}function v2(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(c){return"auto"===c||"scroll"===c})}function d2(u){return u.display.indexOf("flex")>-1}function Nn(u,c,p,m){return!("div"!==c&&"span"!==c||p&&"div"!==p&&"span"!==p&&!v2(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1}:p;vt||(vt=He());var v=F({label:"is/focus-relevant",resolveDocument:!0,context:c});if(!m.shadow&&v.shadowRoot)return!0;var T=v.nodeName.toLowerCase();if("input"===T&&"hidden"===v.type)return!1;if("input"===T||"select"===T||"button"===T||"textarea"===T||"legend"===T&&vt.focusRedirectLegend||"label"===T||"area"===T||"a"===T&&v.hasAttribute("href"))return!0;if("object"===T&&v.hasAttribute("usemap"))return!1;if("object"===T){var oe=v.getAttribute("type");if(!vt.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!vt.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===T||"object"===T||"embed"===T||"keygen"===T||v.hasAttribute("contenteditable")||"audio"===T&&(vt.focusAudioWithoutControls||v.hasAttribute("controls"))||"video"===T&&(vt.focusVideoWithoutControls||v.hasAttribute("controls"))||vt.focusSummary&&"summary"===T)return!0;var Ze=Xt(v);if("img"===T&&v.hasAttribute("usemap"))return Ze&&vt.focusImgUsemapTabindex||vt.focusRedirectImgUsemap;if(vt.focusTable&&("table"===T||"td"===T)||vt.focusFieldset&&"fieldset"===T)return!0;var Xe="svg"===T,nt=v.ownerSVGElement,It=v.getAttribute("focusable"),l1=Wt(v);if("use"===T&&null!==l1&&!vt.focusSvgUseTabindex)return!1;if("foreignobject"===T)return null!==l1&&vt.focusSvgForeignobjectTabindex;if(U(v,"svg a")&&v.hasAttribute("xlink:href"))return!0;if((Xe||nt)&&v.focus&&!vt.focusSvgNegativeTabindexAttribute&&l1<0)return!1;if(Xe)return Ze||vt.focusSvg||vt.focusSvgInIframe||Boolean(vt.focusSvgFocusableAttribute&&It&&"true"===It);if(nt){if(vt.focusSvgTabindexAttribute&&Ze)return!0;if(vt.focusSvgFocusableAttribute)return"true"===It}if(Ze)return!0;var T1=window.getComputedStyle(v,null);if(Ut(T1))return!0;if(vt.focusImgIsmap&&"img"===T&&v.hasAttribute("ismap")&&z({context:v}).some(function(p3){return"a"===p3.nodeName.toLowerCase()&&p3.hasAttribute("href")}))return!0;if(!m.scrollable&&vt.focusScrollContainer)if(vt.focusScrollContainerWithoutOverflow){if(Nn(v,T))return!0}else if(v2(T1))return!0;if(!m.flexbox&&vt.focusFlexboxContainer&&d2(T1))return!0;var l2=v.parentElement;if(!m.scrollable&&l2){var f3=l2.nodeName.toLowerCase(),_2=window.getComputedStyle(l2,null);if(vt.focusScrollBody&&Nn(l2,T,f3,_2)||vt.focusChildrenOfFocusableFlexbox&&d2(_2))return!0}return!1}nn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return nn({context:m,except:u})};return c.rules=nn,c};const t2=nn.except({});function Zn(u,c){if(u.findIndex)return u.findIndex(c);var p=u.length;if(0===p)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:p,v=F({label:"is/visible",resolveDocument:!0,context:c}),T=v.nodeName.toLowerCase();if(!m.notRendered&&i1.test(T))return!0;var oe=z({context:v}),Ze="audio"===T&&!v.hasAttribute("controls");if(!m.cssDisplay&&function In(u){return u.some(function(c){return"none"===P1(c,"display")})}(Ze?oe.slice(1):oe)||!m.cssVisibility&&function x2(u){var c=Zn(u,function(m){var v=P1(m,"visibility");return"hidden"===v||"collapse"===v});if(-1===c)return!1;var p=Zn(u,function(m){return"visible"===P1(m,"visibility")});return-1===p||c0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Sn({context:m,except:u})};return c.rules=Sn,c};const Rn=Sn.except({});var r2=I(260),tt=I.n(r2);function Dt(u,c){return c.querySelector('map[name="'+tt()(u)+'"]')||null}function E1(u){var c=u.parentElement;return c.name&&"map"===c.nodeName.toLowerCase()&&pn(u).querySelector('img[usemap="#'+tt()(c.name)+'"]')||null}var hn=void 0;var gn=void 0,g1=void 0,Cn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function Wn(u){gn||((gn=He()).focusFieldsetDisabled&&delete Cn.fieldset,gn.focusFormDisabled&&delete Cn.form,g1=new RegExp("^("+Object.keys(Cn).join("|")+")$"));var p=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(g1.test(p))}var yt=void 0;function R3(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function i2(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{onlyFocusableBrowsingContext:!1,visible:!1}:p,v=F({label:"is/only-tabbable",resolveDocument:!0,context:c});if(!m.visible&&!Rn(v))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var T=n2(v);if(T&&Wt(T)<0)return!1}var oe=v.nodeName.toLowerCase(),Ze=Wt(v);return"label"===oe&&D.is.GECKO?null!==Ze&&Ze>=0:!!(D.is.GECKO&&v.ownerSVGElement&&!v.focus&&"a"===oe&&v.hasAttribute("xlink:href")&&D.is.GECKO)}Kn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Kn({context:m,except:u})};return c.rules=Kn,c};const f2=Kn.except({});var H1=void 0;function R1(u){var c=u.nodeName.toLowerCase();if("embed"===c||"keygen"===c)return!0;var p=Wt(u);if(u.shadowRoot&&null===p)return!0;if("label"===c)return!H1.focusLabelTabindex||null===p;if("legend"===c)return null===p;if(H1.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===c)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===c&&u.hasAttribute("usemap")?null===p||!H1.focusImgUsemapTabindex:"area"===c&&!function G1(u){hn||(hn=He());var c=F({label:"is/valid-area",context:u});if("area"!==c.nodeName.toLowerCase())return!1;var m=c.hasAttribute("tabindex");if(!hn.focusAreaTabindex&&m)return!1;var v=E1(c);return!(!v||!Rn(v)||!hn.focusBrokenImageMap&&(!v.complete||!v.naturalHeight||v.offsetWidth<=0||v.offsetHeight<=0))&&(hn.focusAreaWithoutHref||c.href?!z({context:v}).slice(1).some(function(oe){var Ze=oe.nodeName.toLowerCase();return"button"===Ze||"a"===Ze}):hn.focusAreaTabindex&&m||hn.focusAreaImgTabindex&&v.hasAttribute("tabindex"))}(u)}function k1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{disabled:!1,visible:!1,onlyTabbable:!1}:p;H1||(H1=He());var v=f2.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),T=F({label:"is/focusable",resolveDocument:!0,context:c});if(!t2.rules({context:T,except:m})||R1(T)||!m.disabled&&function Q2(u){yt||(yt=He());var c=F({label:"is/disabled",context:u});if(c.hasAttribute("data-ally-disabled"))return!0;if(!Wn(c))return!1;if(c.disabled)return!0;var p=z({context:c});return!!(p.some(R3)||!yt.focusFormDisabled&&p.some(i2))}(T)||!m.onlyTabbable&&v(T))return!1;if(!m.visible){var Ze={context:T,except:{}};if(H1.focusInHiddenIframe&&(Ze.except.browsingContext=!0),H1.focusObjectSvgHidden)"object"===T.nodeName.toLowerCase()&&(Ze.except.cssVisibility=!0);if(!Rn.rules(Ze))return!1}var nt=n2(T);if(nt&&!("object"!==nt.nodeName.toLowerCase()||H1.focusInZeroDimensionObject||nt.offsetWidth&&nt.offsetHeight))return!1;return!("svg"===T.nodeName.toLowerCase()&&H1.focusSvgInIframe&&!nt&&null===T.getAttribute("tabindex"))}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return k1({context:m,except:u})};return c.rules=k1,c};const b1=k1.except({});function z2(u){var c=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return c.acceptNode=c,c}var p2=z2(t2);function s3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;c||(c=document.documentElement);for(var T=b1.rules.except({onlyTabbable:m}),Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,"all"===v?p2:z2(T),!1),Xe=[];Ze.nextNode();)Ze.currentNode.shadowRoot?(T(Ze.currentNode)&&Xe.push(Ze.currentNode),Xe=Xe.concat(s3({context:Ze.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:v}))):Xe.push(Ze.currentNode);return p&&("all"===v?t2(c)&&Xe.unshift(c):T(c)&&Xe.unshift(c)),Xe}var C1=void 0,K1=void 0;function xn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=function Mn(){return C1||(C1=He()),"string"==typeof K1||(K1=i3(K1=(C1.focusTable?"table, td,":"")+(C1.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(C1.focusAudioWithoutControls?"audio,":"audio[controls],")+(C1.focusVideoWithoutControls?"video,":"video[controls],")+(C1.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),K1}(),T=c.querySelectorAll(v),oe=b1.rules.except({onlyTabbable:m}),Ze=[].filter.call(T,oe);return p&&oe(c)&&Ze.unshift(c),Ze}function zn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=void 0===v?"quick":v,Ze={context:F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:c}),includeContext:p,includeOnlyTabbable:m,strategy:T};if("quick"===T)return xn(Ze);if("strict"===T||"all"===T)return s3(Ze);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Vt(u){var c=u.element,p=u.attribute,m="data-cached-"+p;if(null===c.getAttribute(m)){var T=c.getAttribute(p);if(null===T)return;c.setAttribute(m,T||""),c.removeAttribute(p)}else{var oe=c.getAttribute(m);c.removeAttribute(m),c.setAttribute(p,oe)}}function mt(u){var c=u.element,p=u.attribute,m=u.temporaryValue,v=u.saveValue,T="data-cached-"+p;if(void 0!==m){var oe=v||c.getAttribute(p);c.setAttribute(T,oe||""),c.setAttribute(p,m)}else{var Ze=c.getAttribute(T);c.removeAttribute(T),""===Ze?c.removeAttribute(p):c.setAttribute(p,Ze)}}var rn=function(){};const o2=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var q1=void 0;function B2(){o2.warn("trying to focus inert element",this)}function P2(u,c){(function ir(u,c){mt({element:u,attribute:"aria-disabled",temporaryValue:c?"true":void 0})})(u,c),function ii(u,c){if(c){var p=Wt(u);mt({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==p?p:""})}else mt({element:u,attribute:"tabindex"})}(u,c),function z3(u,c){c?u.focus=B2:delete u.focus}(u,c),function oi(u,c){if(c){var p=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",p),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,c);var p=u.nodeName.toLowerCase();("video"===p||"audio"===p)&&function Bn(u,c){Vt({element:u,attribute:"controls",remove:c})}(u,c),("svg"===p||u.ownerSVGElement)&&(q1.focusSvgFocusableAttribute?function a3(u,c){mt({element:u,attribute:"focusable",temporaryValue:c?"false":void 0})}(u,c):!q1.focusSvgTabindexAttribute&&"a"===p&&function wn(u,c){Vt({element:u,attribute:"xlink:href",remove:c})}(u,c)),c?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function on(u,c){q1||(q1=He());var p=F({label:"element/disabled",context:u});c=Boolean(c);var m=p.hasAttribute("data-ally-disabled"),v=1===arguments.length;return Wn(p)?v?p.disabled:(p.disabled=c,p):v?m:(m===c||P2(p,c),p)}var y3=function(c){return c.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function b3(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context,p=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:c}),v=pn(c).createTreeWalker(p,NodeFilter.SHOW_ELEMENT,y3,!1),T=[];for(p.shadowRoot&&(T.push(p),T=T.concat(b3({context:p.shadowRoot})));v.nextNode();)T.push(v.currentNode),T=T.concat(b3({context:v.currentNode.shadowRoot}));return T}y3.acceptNode=y3;var s2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},wr=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.callback,T=p.config;(function O2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this.config=T,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(v),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(c.handleHostMutation,c)}),this.observeContext(m),this.observeShadowHosts(m)}return wr(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(p){var m=this;b3({context:p}).forEach(function(T){return m.observeContext(T.shadowRoot)})}},{key:"observeContext",value:function(p){this.clientObserver.observe(p,this.config),this.hostObserver.observe(p,Lr)}},{key:"handleHostMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(v){return v.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function z1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.parent,p=u.element,m=u.includeSelf;if(c)return function(T){return Boolean(m&&T===c||c.compareDocumentPosition(T)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(p)return function(T){return Boolean(m&&p===T||T.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var T2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.filter;(function j2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(m||document.documentElement)[0],this._filter=Q(v),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var T=zn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(T),this.shadowObserver=function or(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.callback,m=u.config;if("function"!=typeof p)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s2(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var v=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:c});return{disengage:new Y1({context:v,callback:p,config:m}).disengage}}({context:this._context,config:v3,callback:function(Ze){return Ze.forEach(c.handleMutation)}})}return T2(u,[{key:"disengage",value:function(){this._context&&(Yn(this._context),this._inertElementCache.forEach(function(p){return Yn(p)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(p){return p.map(function(m){return zn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,v){return m.concat(v)},[])}},{key:"renderInert",value:function(p){var m=this;p.filter(this.filterElements).filter(this.filterParentElements).filter(function(T){return!on(T)}).forEach(function(oe){m._inertElementCache.push(oe),function jn(u){return on(u,!0)}(oe)})}},{key:"filterElements",value:function(p){var m=z1({element:p,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(p){var m=z1({parent:p});return!this._filter.some(m)}},{key:"handleMutation",value:function(p){if("childList"===p.type){var m=Q(p.addedNodes).filter(function(T){return T.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var v=this.listQueryFocusable(m);this.renderInert(v)}else"attributes"===p.type&&this.renderInert([p.target])}}]),u}();function a2(u){var c=u.context,p=u.filter,v=[],T=function(nt){return p.some(function(It){return nt===It})?NodeFilter.FILTER_REJECT:function(nt){var It=z1({parent:nt});return p.some(It)}(nt)?NodeFilter.FILTER_ACCEPT:(v.push(nt),NodeFilter.FILTER_REJECT)};T.acceptNode=T;for(var Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,T,!1);Ze.nextNode(););return v}var M2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},p=c.context,m=c.filter;(function si(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(p||document.documentElement)[0],this._filter=Q(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var v=function sr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;if(c=F({label:"get/insignificant-branches",defaultToDocument:!0,context:c}),!(p=Q(p)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return a2({context:c,filter:p})}({context:this._context,filter:this._filter});v.forEach(B3),this.startObserver()}return M2(u,[{key:"disengage",value:function(){this._context&&([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),Vr),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var p=this;window.MutationObserver&&(this._observer=new MutationObserver(function(m){return m.forEach(p.handleMutation)}),this._observer.observe(this._context,X1))}},{key:"handleMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(B3)}},{key:"isInsignificantBranch",value:function(p){if(z({context:p}).some(function(T){return"true"===T.getAttribute("aria-hidden")}))return!1;var v=z1({element:p});return!this._filter.some(v)}}]),u}();function Q1(){for(var p=F({label:"get/shadow-host",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context}),m=null;p;)m=p,p=p.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function w3(u){var c=F({label:"is/active-element",resolveDocument:!0,context:u});if(pn(c).activeElement===c)return!0;var m=Q1({context:c});return!(!m||m.shadowRoot.activeElement!==c)}var S1=void 0,sn=/^(fieldset|table|td|body)$/;function Pn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:p;S1||(S1=He());var v=F({label:"is/tabbable",resolveDocument:!0,context:c});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var T=n2(v);if(T){if(D.is.WEBKIT&&D.is.IOS||Wt(T)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!Rn(T))return!1;if("object"===T.nodeName.toLowerCase()){var Ze="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ze)return!1}}var Xe=v.nodeName.toLowerCase(),nt=Wt(v),It=null===nt?null:nt>=0;if(D.is.EDGE&&D.majorVersion>=14&&T&&v.ownerSVGElement&&nt<0)return!0;var l1=!1!==It,T1=null!==nt&&nt>=0;if(v.hasAttribute("contenteditable"))return l1;if(sn.test(Xe)&&!0!==It)return!1;if(D.is.WEBKIT&&D.is.IOS){var m2="input"===Xe&&"text"===v.type||"password"===v.type||"select"===Xe||"textarea"===Xe||v.hasAttribute("contenteditable");if(!m2)m2=Ut(window.getComputedStyle(v,null));if(!m2)return!1}if("use"===Xe&&null!==nt&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||U(v,"svg a")&&v.hasAttribute("xlink:href")&&(l1||v.focus&&!S1.focusSvgNegativeTabindexAttribute)||"svg"===Xe&&S1.focusSvgInIframe&&l1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===Xe)return!!S1.focusSvg||(v.hasAttribute("focusable")||T1);if(v.ownerSVGElement)return!(!S1.focusSvgTabindexAttribute||!T1)||v.hasAttribute("focusable")}if(void 0===v.tabIndex)return Boolean(m.onlyTabbable);if("audio"===Xe){if(!v.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===Xe)if(v.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===Xe&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===Xe)return!1;if(!m.scrollable&&D.is.GECKO&&v2(window.getComputedStyle(v,null)))return l1;if(D.is.TRIDENT||D.is.EDGE){if("area"===Xe){var _2=E1(v);if(_2&&Wt(_2)<0)return!1}var p3=window.getComputedStyle(v,null);if(Ut(p3))return v.tabIndex>=0;if(!m.flexbox&&d2(p3))return null!==nt?T1:ar(v)&&Qn(v);if(Nn(v,Xe))return!1;var k=v.parentElement;if(k){var X3=k.nodeName.toLowerCase(),er=window.getComputedStyle(k,null);if(Nn(k,Xe,X3,er))return!1;if(d2(er))return T1}}return v.tabIndex>=0}Pn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Pn({context:m,except:u})};return c.rules=Pn,c};var ar=t2.rules.except({flexbox:!0}),Qn=Pn.except({flexbox:!0});const P=Pn.except({});function h(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=P.rules.except({onlyTabbable:m});return zn({context:c,includeContext:p,includeOnlyTabbable:m,strategy:v}).filter(T)}function w(u,c){return u.compareDocumentPosition(c)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function Ft(u,c,p){var m=[];return c.forEach(function(v){var T=!0,oe=u.indexOf(v);-1===oe&&(oe=function ze(u,c){return Zn(u,function(p){return c.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,v),T=!1),-1===oe&&(oe=u.length);var Ze=Q(p?p(v):v);Ze.length&&m.push({offset:oe,replace:T,elements:Ze})}),m}function mn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.list,p=u.elements,m=u.resolveElement,v=c.slice(0),T=Q(p).slice(0);return function K(u){return u.sort(w)}(T),function gt(u,c){var p=0;c.sort(function(m,v){return m.offset-v.offset}),c.forEach(function(m){var v=m.replace?1:0,T=[m.offset+p,v].concat(m.elements);u.splice.apply(u,T),p+=m.elements.length-v})}(v,Ft(v,T,m)),v}var j3=function(){function u(c,p){for(var m=0;m-1?[p].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(p){delete this.hosts[p]._sortingId},this)}}]),u}();var X2=void 0;function $1(u,c){return X2.tabsequenceAreaAtImgPosition&&(u=function Gr(u,c){var p=c.querySelectorAll("img[usemap]"),m=new q2(c),v=m.extractAreasFromList(u);return p.length?mn({list:v,elements:p,resolveElement:function(oe){var Ze=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ze)}}):v}(u,c)),u=function qt(u){var c={},p=[],m=u.filter(function(T){var oe=T.tabIndex;return void 0===oe&&(oe=Wt(T)),oe<=0||null==oe||(c[oe]||(c[oe]=[],p.push(oe)),c[oe].push(T),!1)});return p.sort().map(function(T){return c[T]}).reduceRight(function(T,oe){return oe.concat(T)},m)}(u),u}function cr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;X2||(X2=He());var T=Q(c)[0]||document.documentElement,oe=h({context:T,includeContext:p,includeOnlyTabbable:m,strategy:v});return oe=document.body.createShadowRoot&&D.is.BLINK?function Ge(u,c,p){var m=new Hr(c,p),v=m.extractElements(u);return v.length===u.length?p(u):m.sort(v)}(oe,T,$1):$1(oe,T),p&&(oe=function g2(u,c){var p=u.indexOf(c);return p>0?u.splice(p,1).concat(u):u}(oe,T)),oe}for(var Un={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},On=1;On<26;On++)Un["f"+On]=On+111;for(var Ln=0;Ln<10;Ln++){var $n=Ln+48,ur=Ln+96;Un[Ln]=$n,Un["num-"+Ln]=ur,Un._alias[$n]=[ur]}for(var $3=0;$3<26;$3++){var dr=$3+65;Un[String.fromCharCode(dr).toLowerCase()]=dr}const w2=Un;var c3={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},e3=Object.keys(c3).map(function(u){return c3[u]});function ct(u,c){return!e3.some(function(p){return"boolean"==typeof u[p]&&Boolean(c[p])!==u[p]})}function zt(u){return u.split(/\s+/).map(function(c){var p=c.split("+"),m=function ke(u){var p=function re(u){var c=!!u&&null;return{altKey:c,ctrlKey:c,metaKey:c,shiftKey:c}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var v=!0,T=m.slice(0,1);"?"===T?v=null:"!"===T&&(v=!1),!0!==v&&(m=m.slice(1));var oe=c3[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');p[oe]=v}}),p}(p.slice(0,-1)),v=function Pe(u){var c=w2[u]||parseInt(u,10);if(!c||"number"!=typeof c||isNaN(c))throw new TypeError('Unknown key "'+u+'"');return[c].concat(w2._alias[c]||[])}(p.slice(-1));return{keyCodes:v,modifiers:m,matchModifiers:ct.bind(null,m)}})}const w1={disabled:function A2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new Yt({context:c,filter:p}).disengage}},hidden:function M3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new l3({context:c,filter:p}).disengage}},tabFocus:function an(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context;return c||(c=document.documentElement),cr(),function s1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c={},p=Q(u.context)[0]||document.documentElement;delete u.context;var m=Q(u.filter);delete u.filter;var v=Object.keys(u);if(!v.length)throw new TypeError("when/key requires at least one option key");var T=function(nt){nt.keyCodes.forEach(function(It){c[It]||(c[It]=[]),c[It].push(nt)})};v.forEach(function(Xe){if("function"!=typeof u[Xe])throw new TypeError('when/key requires option["'+Xe+'"] to be a function');zt(Xe).map(function(l1){return l1.callback=u[Xe],l1}).forEach(T)});var oe=function(nt){if(!nt.defaultPrevented){if(m.length){var It=z1({element:nt.target,includeSelf:!0});if(m.some(It))return}var l1=nt.keyCode||nt.which;c[l1]&&c[l1].forEach(function(T1){T1.matchModifiers(nt)&&T1.callback.call(p,nt,Ze)})}};p.addEventListener("keydown",oe,!1);var Ze=function(){p.removeEventListener("keydown",oe,!1)};return{disengage:Ze}}({"?alt+?shift+tab":function(m){m.preventDefault();var v=cr({context:c}),T=m.shiftKey,oe=v[0],Ze=v[v.length-1],nt=T?Ze:oe;if(w3(T?oe:Ze))nt.focus();else{var It=void 0;if(v.some(function(m2,l2){return!!w3(m2)&&(It=l2,!0)}))v[It+(T?-1:1)].focus();else oe.focus()}}})}};var J3=I(312);const xi=function(u){return{showDownload:u}};function L2(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"text",229)(1,"tspan",230),o._uU(2),o.qZA(),o.TgZ(3,"tspan",231),o._uU(4),o.qZA()()),2&u){const p=o.oxw();o.xp6(2),o.Oqu(p.outcomeLabel),o.xp6(2),o.Oqu(p.outcome)}}function q3(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"g",232)(1,"g",233),o._UZ(2,"polygon",234)(3,"path",235),o.qZA(),o.TgZ(4,"text",236)(5,"tspan",237),o._uU(6),o.qZA()()()),2&u){const p=o.oxw();o.xp6(6),o.Oqu(p.timeSpentLabel)}}function ai(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",244),o.qZA()())}function U3(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",245),o.qZA()())}function fr(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",246),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.exitContent.emit({type:"EXIT"}))}),o.O4$(),o.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),o._UZ(4,"stop",240)(5,"stop",241),o.qZA()(),o.TgZ(6,"g",242),o._UZ(7,"path",249)(8,"path",250),o.qZA()(),o.kcU(),o.TgZ(9,"div",226),o._uU(10,"Exit"),o.qZA()()}}function pr(u,c){if(1&u){const p=o.EpF();o.ynx(0),o.TgZ(1,"div",251),o._uU(2,"Up Next"),o.qZA(),o.TgZ(3,"div",252),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.playNext())}),o.TgZ(4,"div",253),o._uU(5),o.qZA(),o.TgZ(6,"div",254),o._UZ(7,"img",255),o.qZA()(),o.BQk()}if(2&u){const p=o.oxw();o.xp6(5),o.Oqu(p.nextContent.name)}}function Pi(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))}),o._UZ(1,"span",9),o._uU(2," Share"),o.qZA()}}function li(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))}),o._UZ(1,"span",10),o._uU(2," Download"),o.qZA()}}function y(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"PRINT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"PRINT"))}),o._UZ(1,"span",11),o._uU(2," Print"),o.qZA()}}function g(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))}),o._UZ(1,"span",12),o._uU(2," Exit"),o.qZA()}}function L(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"sb-player-download-popup",13),o.NdJ("hideDownloadPopUp",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.hideDownloadPopUp(v))})("downloadEvent",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.sidebarEvent.emit(v))}),o.qZA()}if(2&u){const p=o.oxw();o.Q6J("title",p.title)("showDownloadPopUp",p.showDownloadPopUp)}}const S=function(u){return{"animated animateBg":u}};function ne(u,c){1&u&&(o.TgZ(0,"div",1),o._uU(1," You are offline\n"),o.qZA())}const _e=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Qe(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",6)(1,"img",7),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.rotateCW())}),o.qZA()()}}function Et(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",8)(1,"button",9),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomOut())}),o.qZA(),o.TgZ(2,"button",10),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomIn())}),o.qZA()()}}function O1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",11)(1,"input",12),o.NdJ("ngModelChange",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.page=v)}),o.qZA(),o.TgZ(2,"span",13),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.gotoPage())}),o._UZ(3,"img",14),o.qZA(),o.TgZ(4,"span",15),o._uU(5,"/"),o.qZA(),o.TgZ(6,"span",16),o._uU(7),o.qZA()()}if(2&u){const p=o.oxw();o.xp6(1),o.Q6J("ngModel",p.page)("max",p.totalPages),o.xp6(6),o.Oqu(p.totalPages)}}function f1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),o.NdJ("previousAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA(),o.TgZ(3,"sb-player-next-navigation",20),o.NdJ("nextAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA()()()}}const e1_internetConnectivity="CPV2_INT_CONNECT_01",Ot_internetConnectivity="content failed to load , No Internet Available",Ot_contentPlayFailedHeader="Unable to load content",Ot_contentPlayFailTitle="Refresh and try again later";class t1{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new o.vpe,this.setInternetConnectivityError=()=>{const c=new Error;c.message=Ot_internetConnectivity,c.name=e1_internetConnectivity,this.getInternetConnectivityError.emit({error:c})},this.initInternetConnectivityError()}checkContentCompatibility(c){if(c>this.playerContentCompatibiltyLevel){const p=new Error;return p.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${c}`,p.name="contentCompatibily",{error:p,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}t1.\u0275fac=function(c){return new(c||t1)},t1.ctorParameters=()=>[],t1.\u0275prov=(0,o.Yz7)({factory:function(){return new t1},token:t1,providedIn:"root"});class Ht{constructor(){this.downloadEvent=new o.vpe,this.hideDownloadPopUp=new o.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(c,p){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:c,type:p})}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p)&&"showDownloadPopUp"===p){this.showDownloadPopUp=c[p].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=w1.disabled({filter:m})}}download(c,p){this.downloadEvent.emit({event:c,type:p}),this.disabledHandle.disengage()}}Ht.\u0275fac=function(c){return new(c||Ht)},Ht.\u0275cmp=o.Xpm({type:Ht,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[o.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CLOSE")}),o._UZ(4,"button",4),o.qZA(),o.TgZ(5,"div",5)(6,"h5",6),o._uU(7,"Confirm Download"),o.qZA(),o.TgZ(8,"div",7),o._uU(9),o.qZA(),o._UZ(10,"div",8),o.TgZ(11,"div",9)(12,"button",10),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CANCEL")}),o._uU(13,"Cancel"),o.qZA(),o.TgZ(14,"button",11),o.NdJ("click",function(v){return p.download(v,"DOWNLOAD")}),o._uU(15,"Download"),o.qZA()()()()()()),2&c&&(o.Q6J("ngClass",o.VKq(2,xi,p.showDownloadPopUp)),o.xp6(9),o.hij('"',p.title,'" will be saved on your device.'))},dependencies:[_.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),Ht.propDecorators={title:[{type:o.IIB}],downloadEvent:[{type:o.r_U}],hideDownloadPopUp:[{type:o.r_U}],showDownloadPopUp:[{type:o.IIB}]};class a1{constructor(){this.showReplay=!0,this.replayContent=new o.vpe,this.exitContent=new o.vpe,this.playNextContent=new o.vpe}ngOnInit(){this.subscription=(0,J3.R)(document,"keydown").subscribe(c=>{"Enter"===c.key&&(c.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}a1.\u0275fac=function(c){return new(c||a1)},a1.\u0275cmp=o.Xpm({type:a1,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(c,p){1&c&&(o.F$t(),o.TgZ(0,"div",0)(1,"div",1)(2,"div",2),o.O4$(),o.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),o._UZ(6,"feColorMatrix",5),o.qZA(),o.TgZ(7,"linearGradient",6),o._UZ(8,"stop",7)(9,"stop",8),o.qZA(),o.TgZ(10,"linearGradient",9),o._UZ(11,"stop",10)(12,"stop",11),o.qZA(),o._UZ(13,"path",12),o.TgZ(14,"filter",13),o._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),o.qZA(),o.TgZ(19,"linearGradient",18),o._UZ(20,"stop",19)(21,"stop",20),o.qZA(),o.YNc(22,L2,5,2,"text",21),o.qZA(),o.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),o._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),o.qZA()(),o.TgZ(199,"g",198)(200,"g",199),o._UZ(201,"path",200)(202,"path",201),o.TgZ(203,"g",202),o._UZ(204,"use",203)(205,"path",204),o.qZA(),o._UZ(206,"path",205)(207,"path",206),o.TgZ(208,"g",207)(209,"g",208)(210,"g",209),o._UZ(211,"use",210)(212,"use",211),o.qZA(),o.TgZ(213,"g",212),o._UZ(214,"use",213)(215,"use",214),o.qZA()()(),o._UZ(216,"path",215),o.TgZ(217,"foreignObject",216),o.kcU(),o.TgZ(218,"div",217),o._uU(219),o.qZA()(),o.YNc(220,q3,7,1,"g",218),o.qZA()()()()()()()(),o.TgZ(221,"div",219)(222,"div",220)(223,"div",221),o._uU(224,"You just completed"),o.qZA(),o.TgZ(225,"span",222),o._uU(226),o.qZA(),o.Hsn(227),o.qZA(),o.TgZ(228,"div",223)(229,"div",224),o.NdJ("click",function(){return p.replay()}),o.TgZ(230,"div"),o.YNc(231,ai,8,0,"svg",225),o.YNc(232,U3,8,0,"svg",225),o.qZA(),o.TgZ(233,"div",226),o._uU(234,"Replay"),o.qZA()(),o.YNc(235,fr,11,0,"div",227),o.qZA(),o.YNc(236,pr,8,1,"ng-container",228),o.qZA()()),2&c&&(o.xp6(22),o.Q6J("ngIf",p.outcome),o.xp6(197),o.hij(" ",p.userName," "),o.xp6(1),o.Q6J("ngIf",p.timeSpentLabel),o.xp6(6),o.Oqu(p.contentName),o.xp6(3),o.Q6J("ngClass",p.showReplay?"":"disabled"),o.xp6(2),o.Q6J("ngIf",!p.showReplay),o.xp6(1),o.Q6J("ngIf",p.showReplay),o.xp6(3),o.Q6J("ngIf",p.showExit),o.xp6(1),o.Q6J("ngIf",p.nextContent))},dependencies:[_.mk,_.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),a1.propDecorators={showExit:[{type:o.IIB}],showReplay:[{type:o.IIB}],contentName:[{type:o.IIB}],outcome:[{type:o.IIB}],outcomeLabel:[{type:o.IIB}],userName:[{type:o.IIB}],timeSpentLabel:[{type:o.IIB}],nextContent:[{type:o.IIB}],replayContent:[{type:o.r_U}],exitContent:[{type:o.r_U}],playNextContent:[{type:o.r_U}]};class F1{constructor(){this.sidebarMenuEvent=new o.vpe}toggleMenu(c){const p=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),v=document.getElementById("playerSideMenu");c instanceof KeyboardEvent&&(p.checked=!p.checked),p.checked?(v.style.visibility="visible",m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:c,type:"OPEN_MENU"})):(v.style.visibility="hidden",m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:c,type:"CLOSE_MENU"}))}}F1.\u0275fac=function(c){return new(c||F1)},F1.\u0275cmp=o.Xpm({type:F1,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:3,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"]],template:function(c,p){1&c&&(o.TgZ(0,"input",0),o.NdJ("click",function(v){return p.toggleMenu(v)}),o.qZA(),o.TgZ(1,"label",1),o.NdJ("keydown.enter",function(v){return p.toggleMenu(v)}),o._UZ(2,"span"),o.qZA())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}']}),F1.propDecorators={sidebarMenuEvent:[{type:o.r_U}]};class j1{constructor(c){this.ref=c,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new o.vpe,this.toggleMenu=new o.vpe,this.showDownloadPopUp=!1}closeNav(c){document.getElementById("overlay-input").checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:c,type:"CLOSE_MENU"})}showDownloadPopup(c,p){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(c,p)}hideDownloadPopUp(c){this.showDownloadPopUp=!1,this.sidebarEvent.emit(c),this.ref.detectChanges()}emitSideBarEvent(c,p){this.sidebarEvent.emit({event:c,type:p})}}j1.\u0275fac=function(c){return new(c||j1)(o.Y36(o.sBO))},j1.\u0275cmp=o.Xpm({type:j1,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),o._uU(4),o.qZA(),o.TgZ(5,"ul",4),o.YNc(6,Pi,3,0,"li",5),o.YNc(7,li,3,0,"li",5),o.YNc(8,y,3,0,"li",5),o.YNc(9,g,3,0,"li",5),o.qZA()(),o.TgZ(10,"div",6),o.NdJ("click",function(v){return p.closeNav(v)}),o.qZA()(),o.YNc(11,L,1,2,"sb-player-download-popup",7)),2&c&&(o.xp6(4),o.Oqu(p.title),o.xp6(2),o.Q6J("ngIf",p.config.showShare),o.xp6(1),o.Q6J("ngIf",p.config.showDownload),o.xp6(1),o.Q6J("ngIf",p.config.showPrint),o.xp6(1),o.Q6J("ngIf",p.config.showExit),o.xp6(2),o.Q6J("ngIf",p.showDownloadPopUp))},dependencies:[_.O5,Ht],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),j1.ctorParameters=()=>[{type:o.sBO}],j1.propDecorators={title:[{type:o.IIB}],config:[{type:o.IIB}],sidebarEvent:[{type:o.r_U}],toggleMenu:[{type:o.r_U}]};class Jn{constructor(){this.progress=0}ngOnChanges(c){c.progress&&c.progress.currentValue&&(this.progress=c.progress.currentValue)}}Jn.\u0275fac=function(c){return new(c||Jn)},Jn.\u0275cmp=o.Xpm({type:Jn,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[o.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0),o._UZ(1,"div",1),o.TgZ(2,"div",2)(3,"span",3),o._uU(4),o.qZA()(),o.TgZ(5,"div",4)(6,"div",5),o._uU(7),o.qZA(),o.TgZ(8,"div",6),o._UZ(9,"div",7),o.qZA()()()),2&c&&(o.Q6J("ngClass",o.VKq(5,S,100===p.progress)),o.xp6(4),o.Oqu(p.title),o.xp6(3),o.hij("Loading... ",p.progress,"%"),o.xp6(2),o.Udp("width",p.progress+"%"))},dependencies:[_.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@-webkit-keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),Jn.propDecorators={title:[{type:o.IIB}],progress:[{type:o.IIB}]};class En{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}En.\u0275fac=function(c){return new(c||En)},En.\u0275cmp=o.Xpm({type:En,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(c,p){1&c&&o.YNc(0,ne,2,0,"div",0),2&c&&o.Q6J("ngIf",p.showOfflineAlert)},dependencies:[_.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),En.ctorParameters=()=>[];class U1{}U1.\u0275fac=function(c){return new(c||U1)},U1.\u0275mod=o.oAB({type:U1}),U1.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class ln{constructor(){this.nextAction=new o.vpe}}ln.\u0275fac=function(c){return new(c||ln)},ln.\u0275cmp=o.Xpm({type:ln,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.nextAction.emit({type:"NEXT"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),ln.propDecorators={nextAction:[{type:o.r_U}]};class _n{constructor(){this.previousAction=new o.vpe}}_n.\u0275fac=function(c){return new(c||_n)},_n.\u0275cmp=o.Xpm({type:_n,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.previousAction.emit({type:"PREVIOUS"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),_n.propDecorators={previousAction:[{type:o.r_U}]};class u3{constructor(){this.actions=new o.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(c){this._item=Object.assign(Object.assign({},this._config),c),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p))switch(p){case"pageNumber":this.page=c[p].currentValue,this.pageNumber=c[p].currentValue;break;case"totalPages":this.totalPages=c[p].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const c=parseInt(this.page,10);c>0&&c<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:c}),this.pageNumber=c):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:c}),this.page=this.pageNumber)}}u3.\u0275fac=function(c){return new(c||u3)},u3.\u0275cmp=o.Xpm({type:u3,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[o.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(c,p){1&c&&(o.TgZ(0,"div")(1,"div",0)(2,"div",1),o.YNc(3,Qe,2,0,"div",2),o.YNc(4,Et,3,0,"div",3),o.YNc(5,O1,8,3,"div",4),o.YNc(6,f1,4,0,"div",5),o.qZA()()()),2&c&&(o.xp6(3),o.Q6J("ngIf",p.config.rotation),o.xp6(1),o.Q6J("ngIf",p.config.zoom),o.xp6(1),o.Q6J("ngIf",p.config.goto&&p.totalPages),o.xp6(1),o.Q6J("ngIf",p.config.navigation))},dependencies:[_.O5,H.Fj,H.wV,H.JJ,H.qQ,H.Fd,H.On,ln,_n],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u3.propDecorators={pageNumber:[{type:o.IIB}],totalPages:[{type:o.IIB}],actions:[{type:o.r_U}],config:[{type:o.IIB}]};class d3{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:Ot_contentPlayFailedHeader,messageTitle:Ot_contentPlayFailTitle})}}d3.\u0275fac=function(c){return new(c||d3)},d3.\u0275cmp=o.Xpm({type:d3,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),o._uU(4),o.qZA(),o._uU(5),o.qZA()()()),2&c&&(o.xp6(4),o.Oqu(p.errorMsg.messageHeader),o.xp6(1),o.hij(" ",p.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),d3.propDecorators={errorMsg:[{type:o.IIB}]};class U2{}U2.\u0275fac=function(c){return new(c||U2)},U2.\u0275mod=o.oAB({type:U2}),U2.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class V2{}V2.\u0275fac=function(c){return new(c||V2)},V2.\u0275mod=o.oAB({type:V2}),V2.\u0275inj=o.cJS({imports:[U1,U2,U1,U2]})},260:function(_t){ /*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */ -var we;we=typeof global<"u"?global:this,ht.exports=function(we){if(we.CSS&&we.CSS.escape)return we.CSS.escape;var x=function(i){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var F,v=String(i),Z=v.length,$=-1,B="",Y=v.charCodeAt(0);++$=1&&F<=31||127==F||0==$&&F>=48&&F<=57||1==$&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==$&&1==Z&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+v.charAt($):v.charAt($):B+="\ufffd";return B};return we.CSS||(we.CSS={}),we.CSS.escape=x,x}(we)},8981:function(ht,we,x){var i; -/** - * @license - * lodash 3.10.1 (Custom Build) - * Build: `lodash modern -d -o ./index.js` - * Copyright 2012-2015 The Dojo Foundation - * Based on Underscore.js 1.8.3 - * Copyright 2009-2015 Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors - * Available under MIT license - */ht=x.nmd(ht),function(){var v,Ae,et,H=64,U=128,Ee="Expected a function",Se="__lodash_placeholder__",Pe="[object Arguments]",ae="[object Array]",W="[object Boolean]",ge="[object Date]",D="[object Error]",q="[object Function]",pe="[object Map]",Ce="[object Number]",Ve="[object Object]",at="[object RegExp]",ct="[object Set]",At="[object String]",c1="[object WeakMap]",zt="[object ArrayBuffer]",St="[object Float32Array]",It="[object Float64Array]",$t="[object Int8Array]",Pt="[object Int16Array]",Bt="[object Int32Array]",q1="[object Uint8Array]",Vt="[object Uint8ClampedArray]",Nt="[object Uint16Array]",Jt="[object Uint32Array]",z=/\b__p \+= '';/g,b1=/\b(__p \+=) '' \+/g,ut=/(__e\(.*?\)|\b__t\)) \+\n'';/g,Ft=/&(?:amp|lt|gt|quot|#39|#96);/g,lt=/[&<>"'`]/g,Ue=RegExp(Ft.source),K1=RegExp(lt.source),nt=/<%-([\s\S]+?)%>/g,de=/<%([\s\S]+?)%>/g,We=/<%=([\s\S]+?)%>/g,ze=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\n\\]|\\.)*?\1)\]/,k=/^\w*$/,be=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\n\\]|\\.)*?)\2)\]/g,Re=/^[:!,]|[\\^$.*+?()[\]{}|\/]|(^[0-9a-fA-Fnrtuvx])|([\n\r\u2028\u2029])/g,ee=RegExp(Re.source),me=/[\u0300-\u036f\ufe20-\ufe23]/g,xe=/\\(\\)?/g,Fe=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,je=/\w*$/,Ye=/^0[xX]/,_e=/^\[object .+?Constructor\]$/,P=/^\d+$/,V=/[\xc0-\xd6\xd8-\xde\xdf-\xf6\xf8-\xff]/g,le=/($^)/,He=/['\n\r\u2028\u2029\\]/g,pt=(Ae="[A-Z\\xc0-\\xd6\\xd8-\\xde]",et="[a-z\\xdf-\\xf6\\xf8-\\xff]+",RegExp(Ae+"+(?="+Ae+et+")|"+Ae+"?"+et+"|"+Ae+"+|[0-9]+","g")),yt=["Array","ArrayBuffer","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Math","Number","Object","RegExp","Set","String","_","clearTimeout","isFinite","parseFloat","parseInt","setTimeout","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap"],Dt=-1,$e={};$e[St]=$e[It]=$e[$t]=$e[Pt]=$e[Bt]=$e[q1]=$e[Vt]=$e[Nt]=$e[Jt]=!0,$e[Pe]=$e[ae]=$e[zt]=$e[W]=$e[ge]=$e[D]=$e[q]=$e[pe]=$e[Ce]=$e[Ve]=$e[at]=$e[ct]=$e[At]=$e[c1]=!1;var Ht={};Ht[Pe]=Ht[ae]=Ht[zt]=Ht[W]=Ht[ge]=Ht[St]=Ht[It]=Ht[$t]=Ht[Pt]=Ht[Bt]=Ht[Ce]=Ht[Ve]=Ht[at]=Ht[At]=Ht[q1]=Ht[Vt]=Ht[Nt]=Ht[Jt]=!0,Ht[D]=Ht[q]=Ht[pe]=Ht[ct]=Ht[c1]=!1;var v1={\u00c0:"A",\u00c1:"A",\u00c2:"A",\u00c3:"A",\u00c4:"A",\u00c5:"A",\u00e0:"a",\u00e1:"a",\u00e2:"a",\u00e3:"a",\u00e4:"a",\u00e5:"a",\u00c7:"C",\u00e7:"c",\u00d0:"D",\u00f0:"d",\u00c8:"E",\u00c9:"E",\u00ca:"E",\u00cb:"E",\u00e8:"e",\u00e9:"e",\u00ea:"e",\u00eb:"e",\u00cc:"I",\u00cd:"I",\u00ce:"I",\u00cf:"I",\u00ec:"i",\u00ed:"i",\u00ee:"i",\u00ef:"i",\u00d1:"N",\u00f1:"n",\u00d2:"O",\u00d3:"O",\u00d4:"O",\u00d5:"O",\u00d6:"O",\u00d8:"O",\u00f2:"o",\u00f3:"o",\u00f4:"o",\u00f5:"o",\u00f6:"o",\u00f8:"o",\u00d9:"U",\u00da:"U",\u00db:"U",\u00dc:"U",\u00f9:"u",\u00fa:"u",\u00fb:"u",\u00fc:"u",\u00dd:"Y",\u00fd:"y",\u00ff:"y",\u00c6:"Ae",\u00e6:"ae",\u00de:"Th",\u00fe:"th",\u00df:"ss"},V1={"&":"&","<":"<",">":">",'"':""","'":"'","`":"`"},gt={"&":"&","<":"<",">":">",""":'"',"'":"'","`":"`"},Gt={function:!0,object:!0},X1={0:"x30",1:"x31",2:"x32",3:"x33",4:"x34",5:"x35",6:"x36",7:"x37",8:"x38",9:"x39",A:"x41",B:"x42",C:"x43",D:"x44",E:"x45",F:"x46",a:"x61",b:"x62",c:"x63",d:"x64",e:"x65",f:"x66",n:"x6e",r:"x72",t:"x74",u:"x75",v:"x76",x:"x78"},Q1={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},Ct=Gt[typeof we]&&we&&!we.nodeType&&we,dn=Gt.object&&ht&&!ht.nodeType&&ht,n2=Ct&&dn&&"object"==typeof global&&global&&global.Object&&global,Vn=Gt[typeof self]&&self&&self.Object&&self,Gn=Gt[typeof window]&&window&&window.Object&&window,A1=(dn&&dn.exports,n2||Gn!==(this&&this.window)&&Gn||Vn||this);function Un(Ae,et){if(Ae!==et){var wt=null===Ae,rt=Ae===v,qt=Ae==Ae,Xt=null===et,Hn=et===v,n1=et==et;if(Ae>et&&!Xt||!qt||wt&&!Hn&&n1||rt&&n1)return 1;if(Ae-1;);return wt}function Q(Ae,et){for(var wt=Ae.length;wt--&&et.indexOf(Ae.charAt(wt))>-1;);return wt}function Le(Ae,et){return Un(Ae.criteria,et.criteria)||Ae.index-et.index}function _t(Ae){return v1[Ae]}function dt(Ae){return V1[Ae]}function bt(Ae,et,wt){return et?Ae=X1[Ae]:wt&&(Ae=Q1[Ae]),"\\"+Ae}function t1(Ae){return"\\"+Q1[Ae]}function fn(Ae,et,wt){for(var rt=Ae.length,qt=et+(wt?0:-1);wt?qt--:++qt=9&&Ae<=13||32==Ae||160==Ae||5760==Ae||6158==Ae||Ae>=8192&&(Ae<=8202||8232==Ae||8233==Ae||8239==Ae||8287==Ae||12288==Ae||65279==Ae)}function ke(Ae,et){for(var wt=-1,rt=Ae.length,qt=-1,Xt=[];++wt=200?or(c):null,ve=c.length;ie&&(S=s3,J=!1,c=ie);e:for(;++EE?0:E+c),(h=h===v||h>E?E:+h||0)<0&&(h+=E),E=c>h?0:h-c>>>0,c>>>=0;for(var S=et(E);++M=n1)return s1;var yn=wt[rt];return s1*("asc"===yn||!0===yn?1:-1)}}return Ae.index-et.index}(J,ie,h)})}function o1(a,c){var h=-1,M=u2(),E=a.length,S=M==G1,J=S&&E>=200,ie=J?or():null,ve=[];ie?(M=s3,S=!1):(J=!1,ie=c?[]:ve);e:for(;++h>>1,J=a[S];(h?J<=c:J2?h[E-2]:v,J=E>2?h[2]:v,ie=E>1?h[E-1]:v;for("function"==typeof S?(S=C1(S,ie,5),E-=2):E-=(S="function"==typeof ie?ie:v)?1:0,J&&m(h[0],h[1],J)&&(S=E<3?v:S,E=1);++M-1?h[S]:v}return De(h,M,a)}}function wr(a){return function(c,h,M){return c&&c.length?r2(c,h=Rt(h,M,3),a):-1}}function B2(a){return function(c,h,M){return De(c,h=Rt(h,M,3),a,!0)}}function C3(a){return function(){for(var c,h=arguments.length,M=a?h:-1,E=0,S=et(h);a?M--:++M=200)return c.plant(Qe).value();for(var ot=0,Tt=h?S[ot].apply(this,Ge):Qe;++ot=(c=+c)||!D1(c))return"";var E=c-M;return Io(h=null==h?" ":h+"",i2(E/h.length)).slice(0,E)}function m2(a,c,h,M){var E=1&c,S=c3(a);return function J(){for(var ie=-1,ve=arguments.length,Ge=-1,Qe=M.length,ot=et(Qe+ve);++Geve))return!1;for(;++ie-1&&a%1==0&&a-1&&a%1==0&&a<=U1}function Ke(a){return a==a&&!Mn(a)}function Ot(a,c){a=_n(a);for(var h=-1,M=c.length,E={};++h0){if(++a>=150)return h}else a=0;return I(h,M)});function cn(a){for(var c=K3(a),h=c.length,M=h&&a.length,E=!!M&&oe(M)&&(p1(a)||T3(a)),S=-1,J=[];++S=120?or(h&&ie):null}var ve=a[0],Ge=-1,Qe=ve?ve.length:0,ot=M[0];e:for(;++Ge2?a[c-2]:v,M=c>1?a[c-1]:v;return c>2&&"function"==typeof h?c-=2:(h=c>1&&"function"==typeof M?(--c,M):v,M=v),a.length=c,a5(a,h,M)});function vi(a){var c=K(a);return c.__chain__=!0,c}function s5(a,c,h){return c.call(h,a)}var F8=W1(function(a){return a=Lt(a),this.thru(function(c){return function $2(a,c){for(var h=-1,M=a.length,E=-1,S=c.length,J=et(M+S);++h-1:!!E&&u2(a,c,h)>-1}var Ar=l1(function(a,c,h){a[h]=c}),U8=W1(function(a,c,h){var M=-1,E="function"==typeof c,S=b(c),J=l(a)?et(a.length):[];return Cn(a,function(ie){var ve=E?c:S&&null!=ie?ie[c]:v;J[++M]=ve?ve.apply(ie,h):u(ie,c,h)}),J});function Pn(a,c,h){return(p1(a)?Kn:D3)(a,c=Rt(c,h,3))}var f5=l1(function(a,c,h){a[h?0:1].push(c)},function(){return[[],[]]}),ni=Jr(Z1,Cn),Sr=Jr(function R2(a,c,h,M){var E=a.length;for(M&&E&&(h=a[--E]);E--;)h=c(h,a[E],E,a);return h},Dn);function Li(a,c,h){if(h?m(a,c,h):null==c)return(S=(a=u3(a)).length)>0?a[y(0,S-1)]:v;var S,M=-1,E=I5(a),J=(S=E.length)-1;for(c=h1(c<0?0:+c||0,S);++M0&&(h=c.apply(this,arguments)),a<=1&&(c=v),h}}var _5=W1(function(a,c,h){var M=1;if(h.length){var E=ke(h,_5.placeholder);M|=32}return En(a,M,c,h,E)}),Rr=W1(function(a,c){for(var h=-1,M=(c=c.length?Lt(c):ii(a)).length;++hc?J1(Ge,E):ve=T2(wn,d2)}function y2(){J1(Tt,ve)}function t2(){if(M=arguments,J=O3(),ie=this,Ge=Tt&&(ve||!Et),!1===ot)var d2=Et&&!ve;else{!E&&!Et&&(Qe=J);var un=ot-(J-Qe),A3=un<=0||un>ot;A3?(E&&(E=f1(E)),Qe=J,S=a.apply(ie,M)):E||(E=T2(y2,un))}return A3&&ve?ve=f1(ve):!ve&&c!==ot&&(ve=T2(wn,c)),d2&&(A3=!0,S=a.apply(ie,M)),A3&&!ve&&!E&&(M=ie=v),S}return t2.cancel=function B1(){ve&&f1(ve),E&&f1(E),Qe=0,E=ve=Ge=v},t2}var K8=W1(function(a,c){return Yn(a,1,c)}),L4=W1(function(a,c,h){return Yn(a,c,h)}),Q8=C3(),Co=C3(!0);function mo(a,c){if("function"!=typeof a||c&&"function"!=typeof c)throw new w1(Ee);var h=function(){var M=arguments,E=c?c.apply(this,M):M[0],S=h.cache;if(S.has(E))return S.get(E);var J=a.apply(this,M);return h.cache=S.set(E,J),J};return h.cache=new mo.Cache,h}var xi=W1(function(a,c){if(c=Lt(c),"function"!=typeof a||!C2(c,o3))throw new w1(Ee);var h=c.length;return W1(function(M){for(var E=h1(M.length,h);E--;)M[E]=c[E](M[E]);return a.apply(this,M)})}),b5=Ir(32),D4=Ir(H),v5=W1(function(a,c){return En(a,256,v,v,v,Lt(c))});function W1(a,c){if("function"!=typeof a)throw new w1(Ee);return c=M1(c===v?a.length-1:+c||0,0),function(){for(var h=arguments,M=-1,E=M1(h.length-c,0),S=et(E);++Mc}function T3(a){return Ut(a)&&l(a)&&r1.call(a,"callee")&&!O1.call(a,"callee")}var p1=v3||function(a){return Ut(a)&&oe(a.length)&&An.call(a)==ae};function vo(a,c,h,M){var E=(h="function"==typeof h?C1(h,M,3):v)?h(a,c):v;return E===v?B3(a,c,h):!!E}function N3(a){return Ut(a)&&"string"==typeof a.message&&An.call(a)==D}function hr(a){return Mn(a)&&An.call(a)==q}function Mn(a){var c=typeof a;return!!a&&("object"==c||"function"==c)}function _3(a){return null!=a&&(hr(a)?F1.test(Yt.call(a)):Ut(a)&&_e.test(a))}function D5(a){return"number"==typeof a||Ut(a)&&An.call(a)==Ce}function Ti(a){var c,h;return!(!Ut(a)||An.call(a)!=Ve||T3(a)||!(r1.call(a,"constructor")||(c=a.constructor,"function"!=typeof c||c instanceof c)))&&(s2(a,function(M,E){h=E}),h===v||r1.call(a,h))}function E5(a){return Mn(a)&&An.call(a)==at}function Mo(a){return"string"==typeof a||Ut(a)&&An.call(a)==At}function Vr(a){return Ut(a)&&oe(a.length)&&!!$e[An.call(a)]}function wo(a,c){return a0;++ME?0:E+h),(M=M===v||M>E?E:+M||0)<0&&(M+=E),E=h>M?0:M>>>0,h>>>=0;h-1;)Sn.call(c,S,1);return c},K.pullAt=r5,K.range=function b6(a,c,h){h&&m(a,c,h)&&(c=h=v),a=+a||0,null==c?(c=a,a=0):c=+c||0;for(var M=-1,E=M1(i2((c-a)/((h=null==h?1:+h||0)||1)),0),S=et(E);++M=0&&a.indexOf(c,h)==h},K.escape=function g6(a){return(a=Te(a))&&K1.test(a)?a.replace(lt,dt):a},K.escapeRegExp=function E4(a){return(a=Te(a))&&ee.test(a)?a.replace(Re,bt):a||"(?:)"},K.every=V8,K.find=ti,K.findIndex=W3,K.findKey=O5,K.findLast=wi,K.findLastIndex=t5,K.findLastKey=T5,K.findWhere=function G8(a,c){return ti(a,ln(c))},K.first=z1,K.floor=L6,K.get=function a6(a,c,h){var M=null==a?v:D2(a,xn(c),c+"");return M===v?h:M},K.gt=pr,K.gte=function J8(a,c){return a>=c},K.has=function s6(a,c){if(null==a)return!1;var h=r1.call(a,c);if(!h&&!b(c)){if(null==(a=1==(c=xn(c)).length?a:D2(a,j(c,0,-1))))return!1;c=_i(c),h=r1.call(a,c)}return h||oe(a.length)&&f(c,a.length)&&(p1(a)||T3(a))},K.identity=gr,K.includes=fr,K.indexOf=Tr,K.inRange=function S5(a,c,h){return c=+c||0,h===v?(h=c,c=0):h=+h||0,a>=h1(c,h)&&a=c||!D1(c))return a;var E=(c-M)/2,S=Kt(E);return(h=A2("",i2(E),h)).slice(0,S)+a+h},K.padLeft=R5,K.padRight=z5,K.parseInt=function B5(a,c,h){return(h?m(a,c,h):null==c)?c=0:c&&(c=+c),a=m6(a),M2(a,c||(Ye.test(a)?16:10))},K.random=function F5(a,c,h){h&&m(a,c,h)&&(c=h=v);var M=null==a,E=null==c;if(null==h&&(E&&"boolean"==typeof a?(h=a,a=1):"boolean"==typeof c&&(h=c,E=!0)),M&&E&&(c=1,E=!1),a=+a||0,E?(c=a,a=0):c=+c||0,h||a%1||c%1){var S=tn();return h1(a+S*(c-a+en("1e-"+((S+"").length-1))),c)}return y(a,c)},K.reduce=ni,K.reduceRight=Sr,K.repeat=Io,K.result=function Eo(a,c,h){var M=null==a?v:a[c];return M===v&&(null!=a&&!b(c,a)&&(M=null==(a=1==(c=xn(c)).length?a:D2(a,j(c,0,-1)))?v:a[_i(c)]),M=M===v?h:M),hr(M)?M.call(a):M},K.round=Y5,K.runInContext=S1,K.size=function Di(a){var c=a?Jn(a):0;return oe(c)?c:x2(a).length},K.snakeCase=C6,K.some=Fr,K.sortedIndex=ei,K.sortedLastIndex=b4,K.startCase=V5,K.startsWith=function G5(a,c,h){return a=Te(a),h=null==h?0:h1(h<0?0:+h||0,a.length),a.lastIndexOf(c,h)==h},K.sum=function x4(a,c,h){return h&&m(a,c,h)&&(c=v),1==(c=Rt(c,h,3)).length?function z2(a,c){for(var h=a.length,M=0;h--;)M+=+c(a[h])||0;return M}(p1(a)?a:u3(a),c):function ft(a,c){var h=0;return Cn(a,function(M,E,S){h+=+c(M,E,S)||0}),h}(a,c)},K.template=function xo(a,c,h){var M=K.templateSettings;h&&m(a,c,h)&&(c=h=v),a=Te(a),c=jn(Rn({},h||c),M,J2);var ie,ve,E=jn(Rn({},c.imports),M.imports,J2),S=x2(E),J=Zt(E,S),Ge=0,Qe=c.interpolate||le,ot="__p += '",Tt=s1((c.escape||le).source+"|"+Qe.source+"|"+(Qe===We?Fe:le).source+"|"+(c.evaluate||le).source+"|$","g"),Et="//# sourceURL="+("sourceURL"in c?c.sourceURL:"lodash.templateSources["+ ++Dt+"]")+"\n";a.replace(Tt,function(wn,y2,t2,d2,un,A3){return t2||(t2=d2),ot+=a.slice(Ge,A3).replace(He,t1),y2&&(ie=!0,ot+="' +\n__e("+y2+") +\n'"),un&&(ve=!0,ot+="';\n"+un+";\n__p += '"),t2&&(ot+="' +\n((__t = ("+t2+")) == null ? '' : __t) +\n'"),Ge=A3+wn.length,wn}),ot+="';\n";var B1=c.variable;B1||(ot="with (obj) {\n"+ot+"\n}\n"),ot=(ve?ot.replace(z,""):ot).replace(b1,"$1").replace(ut,"$1;"),ot="function("+(B1||"obj")+") {\n"+(B1?"":"obj || (obj = {});\n")+"var __t, __p = ''"+(ie?", __e = _.escape":"")+(ve?", __j = Array.prototype.join;\nfunction print() { __p += __j.call(arguments, '') }\n":";\n")+ot+"return __p\n}";var J1=Z5(function(){return qt(S,Et+"return "+ot).apply(v,J)});if(J1.source=ot,N3(J1))throw J1;return J1},K.trim=m6,K.trimLeft=function _6(a,c,h){var M=a;return(a=Te(a))&&((h?m(M,c,h):null==c)?a.slice(_1(a)):a.slice(T(a,c+"")))},K.trimRight=function Po(a,c,h){var M=a;return(a=Te(a))&&((h?m(M,c,h):null==c)?a.slice(0,P1(a)+1):a.slice(0,Q(a,c+"")+1))},K.trunc=function U5(a,c,h){h&&m(a,c,h)&&(c=v);var M=30,E="...";if(null!=c)if(Mn(c)){var S="separator"in c?c.separator:S;M="length"in c?+c.length||0:M,E="omission"in c?Te(c.omission):E}else M=+c||0;if(M>=(a=Te(a)).length)return a;var J=M-E.length;if(J<1)return E;var ie=a.slice(0,J);if(null==S)return ie+E;if(E5(S)){if(a.slice(J).search(S)){var ve,Ge,Qe=a.slice(0,J);for(S.global||(S=s1(S.source,(je.exec(S)||"")+"g")),S.lastIndex=0;ve=S.exec(Qe);)Ge=ve.index;ie=ie.slice(0,Ge??J)}}else if(a.indexOf(S,J)!=J){var ot=ie.lastIndexOf(S);ot>-1&&(ie=ie.slice(0,ot))}return ie+E},K.unescape=function H5(a){return(a=Te(a))&&Ue.test(a)?a.replace(Ft,pn):a},K.uniqueId=function M6(a){var c=++O2;return Te(a)+c},K.words=Y3,K.all=V8,K.any=Fr,K.contains=fr,K.eq=vo,K.detect=ti,K.foldl=ni,K.foldr=Sr,K.head=z1,K.include=fr,K.inject=ni,si(K,function(){var a={};return mn(K,function(c,h){K.prototype[h]||(a[h]=c)}),a}(),!1),K.sample=Li,K.prototype.sample=function(a){return this.__chain__||null!=a?this.thru(function(c){return Li(c,a)}):Li(this.value())},K.VERSION="3.10.1",E1(["bind","bindKey","curry","curryRight","partial","partialRight"],function(a){K[a].placeholder=K}),E1(["drop","take"],function(a,c){jt.prototype[a]=function(h){var M=this.__filtered__;if(M&&!c)return new jt(this);h=null==h?1:M1(Kt(h)||0,0);var E=this.clone();return M?E.__takeCount__=h1(E.__takeCount__,h):E.__views__.push({size:h,type:a+(E.__dir__<0?"Right":"")}),E},jt.prototype[a+"Right"]=function(h){return this.reverse()[a](h).reverse()}}),E1(["filter","map","takeWhile"],function(a,c){var h=c+1,M=2!=h;jt.prototype[a]=function(E,S){var J=this.clone();return J.__iteratees__.push({iteratee:Rt(E,S,1),type:h}),J.__filtered__=J.__filtered__||M,J}}),E1(["first","last"],function(a,c){var h="take"+(c?"Right":"");jt.prototype[a]=function(){return this[h](1).value()[0]}}),E1(["initial","rest"],function(a,c){var h="drop"+(c?"":"Right");jt.prototype[a]=function(){return this.__filtered__?new jt(this):this[h](1)}}),E1(["pluck","where"],function(a,c){var h=c?"filter":"map",M=c?ln:li;jt.prototype[a]=function(E){return this[h](M(E))}}),jt.prototype.compact=function(){return this.filter(gr)},jt.prototype.reject=function(a,c){return a=Rt(a,c,1),this.filter(function(h){return!a(h)})},jt.prototype.slice=function(a,c){a=null==a?0:+a||0;var h=this;return h.__filtered__&&(a>0||c<0)?new jt(h):(a<0?h=h.takeRight(-a):a&&(h=h.drop(a)),c!==v&&(h=(c=+c||0)<0?h.dropRight(-c):h.take(c-a)),h)},jt.prototype.takeRightWhile=function(a,c){return this.reverse().takeWhile(a,c).reverse()},jt.prototype.toArray=function(){return this.take(h2)},mn(jt.prototype,function(a,c){var h=/^(?:filter|map|reject)|While$/.test(c),M=/^(?:first|last)$/.test(c),E=K[M?"take"+("last"==c?"Right":""):c];!E||(K.prototype[c]=function(){var S=M?[1]:arguments,J=this.__chain__,ie=this.__wrapped__,ve=!!this.__actions__.length,Ge=ie instanceof jt,Qe=S[0],ot=Ge||p1(ie);ot&&h&&"function"==typeof Qe&&1!=Qe.length&&(Ge=ot=!1);var Tt=function(wn){return M&&J?E(wn,1)[0]:E.apply(v,o2([wn],S))},Et={func:s5,args:[Tt],thisArg:v},B1=Ge&&!ve;if(M&&!J)return B1?((ie=ie.clone()).__actions__.push(Et),a.call(ie)):E.call(v,this.value())[0];if(!M&&ot){ie=B1?ie:new jt(this);var J1=a.apply(ie,S);return J1.__actions__.push(Et),new Ln(J1,J)}return this.thru(Tt)})}),E1(["join","pop","push","replace","shift","sort","splice","split","unshift"],function(a){var c=(/^(?:replace|split)$/.test(a)?f2:k1)[a],h=/^(?:push|sort|unshift)$/.test(a)?"tap":"thru",M=/^(?:join|pop|replace|shift)$/.test(a);K.prototype[a]=function(){var E=arguments;return M&&!this.__chain__?c.apply(this.value(),E):this[h](function(S){return c.apply(S,E)})}}),mn(jt.prototype,function(a,c){var h=K[c];if(h){var M=h.name;(j2[M]||(j2[M]=[])).push({name:c,func:h})}}),j2[sr(v,2).name]=[{name:"wrapper",func:v}],jt.prototype.clone=function M3(){var a=new jt(this.__wrapped__);return a.__actions__=i1(this.__actions__),a.__dir__=this.__dir__,a.__filtered__=this.__filtered__,a.__iteratees__=i1(this.__iteratees__),a.__takeCount__=this.__takeCount__,a.__views__=i1(this.__views__),a},jt.prototype.reverse=function w3(){if(this.__filtered__){var a=new jt(this);a.__dir__=-1,a.__filtered__=!0}else(a=this.clone()).__dir__*=-1;return a},jt.prototype.value=function w2(){var a=this.__wrapped__.value(),c=this.__dir__,h=p1(a),M=c<0,E=h?a.length:0,S=function r3(a,c,h){for(var M=-1,E=h.length;++M=1&&F<=31||127==F||0==Q&&F>=48&&F<=57||1==Q&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==Q&&1==H&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+_.charAt(Q):_.charAt(Q):z+="\ufffd";return z};return we.CSS||(we.CSS={}),we.CSS.escape=I,I}(we)},938:function(_t,we,I){var o; +/** + * @license + * Lodash + * Copyright OpenJS Foundation and other contributors + * Released under MIT license + * Based on Underscore.js 1.8.3 + * Copyright Jeremy Ashkenas, DocumentCloud and Investigative Reporters & Editors + */_t=I.nmd(_t),function(){var _,Q=200,F="Unsupported core-js use. Try https://npms.io/search?q=ponyfill.",z="Expected a function",Y="Invalid `variable` option passed into `_.template`",J="__lodash_hash_undefined__",ie=500,U="__lodash_placeholder__",V=1,se=2,le=4,ye=1,De=2,Oe=1,ce=2,q=4,ae=8,Le=16,Ne=32,Ee=64,te=128,G=256,me=512,D=30,pe="...",Ce=800,ge=16,rt=1,Be=2,Gt=1/0,p1=9007199254740991,Z1=17976931348623157e292,L1=NaN,Ct=4294967295,I1=Ct-1,un=Ct>>>1,d1=[["ary",te],["bind",Oe],["bindKey",ce],["curry",ae],["curryRight",Le],["flip",me],["partial",Ne],["partialRight",Ee],["rearg",G]],y1="[object Arguments]",M1="[object Array]",xt="[object AsyncFunction]",r1="[object Boolean]",j="[object Date]",en="[object DOMException]",lt="[object Error]",V1="[object Function]",h1="[object GeneratorFunction]",Te="[object Map]",wt="[object Number]",ot="[object Null]",de="[object Object]",$e="[object Promise]",Ae="[object Proxy]",N="[object RegExp]",he="[object Set]",je="[object String]",ut="[object Symbol]",Pt="[object Undefined]",At="[object WeakMap]",Lt="[object WeakSet]",dt="[object ArrayBuffer]",Je="[object DataView]",Tt="[object Float32Array]",ft="[object Float64Array]",Se="[object Int8Array]",Rt="[object Int16Array]",W1="[object Int32Array]",yn="[object Uint8Array]",x1="[object Uint8ClampedArray]",Y2="[object Uint16Array]",pt="[object Uint32Array]",E2=/\b__p \+= '';/g,dn=/\b(__p \+=) '' \+/g,R2=/(__e\(.*?\)|\b__t\)) \+\n'';/g,bn=/&(?:amp|lt|gt|quot|#39);/g,J1=/[&<>"']/g,fn=RegExp(bn.source),tn=RegExp(J1.source),e2=/<%-([\s\S]+?)%>/g,xe=/<%([\s\S]+?)%>/g,B=/<%=([\s\S]+?)%>/g,ue=/\.|\[(?:[^[\]]*|(["'])(?:(?!\1)[^\\]|\\.)*?\1)\]/,Ie=/^\w*$/,ht=/[^.[\]]+|\[(?:(-?\d+(?:\.\d+)?)|(["'])((?:(?!\2)[^\\]|\\.)*?)\2)\]|(?=(?:\.|\[\])(?:\.|\[\]|$))/g,qe=/[\\^$.*+?()[\]{}|]/g,Jt=RegExp(qe.source),Me=/^\s+/,O=/\s/,W=/\{(?:\n\/\* \[wrapped with .+\] \*\/)?\n?/,be=/\{\n\/\* \[wrapped with (.+)\] \*/,Fe=/,? & /,He=/[^\x00-\x2f\x3a-\x40\x5b-\x60\x7b-\x7f]+/g,it=/[()=,{}\[\]\/\s]/,jt=/\\(\\)?/g,N1=/\$\{([^\\}]*(?:\\.[^\\}]*)*)\}/g,Xt=/\w*$/,Wt=/^[-+]0x[0-9a-f]+$/i,Ut=/^0b[01]+$/i,v2=/^\[object .+?Constructor\]$/,d2=/^0o[0-7]+$/i,Nn=/^(?:0|[1-9]\d*)$/,vt=/[\xc0-\xd6\xd8-\xf6\xf8-\xff\u0100-\u017f]/g,nn=/($^)/,r3=/['\n\r\u2028\u2029\\]/g,t2="\\ud800-\\udfff",Mr="\\u0300-\\u036f\\ufe20-\\ufe2f\\u20d0-\\u20ff",kn="\\u2700-\\u27bf",i3="a-z\\xdf-\\xf6\\xf8-\\xff",P1="A-Z\\xc0-\\xd6\\xd8-\\xde",In="\\ufe0e\\ufe0f",x2="\\xac\\xb1\\xd7\\xf7\\x00-\\x2f\\x3a-\\x40\\x5b-\\x60\\x7b-\\xbf\\u2000-\\u206f \\t\\x0b\\f\\xa0\\ufeff\\n\\r\\u2028\\u2029\\u1680\\u180e\\u2000\\u2001\\u2002\\u2003\\u2004\\u2005\\u2006\\u2007\\u2008\\u2009\\u200a\\u202f\\u205f\\u3000",vn="['\u2019]",Sn="["+t2+"]",Fn="["+x2+"]",Rn="["+Mr+"]",r2="\\d+",tt="["+kn+"]",Dt="["+i3+"]",D1="[^"+t2+x2+r2+kn+i3+P1+"]",E1="\\ud83c[\\udffb-\\udfff]",G1="[^"+t2+"]",gn="(?:\\ud83c[\\udde6-\\uddff]){2}",g1="[\\ud800-\\udbff][\\udc00-\\udfff]",Cn="["+P1+"]",yt="(?:"+Dt+"|"+D1+")",R3="(?:"+Cn+"|"+D1+")",i2="(?:['\u2019](?:d|ll|m|re|s|t|ve))?",Q2="(?:['\u2019](?:D|LL|M|RE|S|T|VE))?",Kn="(?:"+Rn+"|"+E1+")"+"?",c1="["+In+"]?",k1=c1+Kn+("(?:\\u200d(?:"+[G1,gn,g1].join("|")+")"+c1+Kn+")*"),$2="(?:"+[tt,gn,g1].join("|")+")"+k1,b1="(?:"+[G1+Rn+"?",Rn,gn,g1,Sn].join("|")+")",z2=RegExp(vn,"g"),p2=RegExp(Rn,"g"),s3=RegExp(E1+"(?="+E1+")|"+b1+k1,"g"),C1=RegExp([Cn+"?"+Dt+"+"+i2+"(?="+[Fn,Cn,"$"].join("|")+")",R3+"+"+Q2+"(?="+[Fn,Cn+yt,"$"].join("|")+")",Cn+"?"+yt+"+"+i2,Cn+"+"+Q2,"\\d*(?:1ST|2ND|3RD|(?![123])\\dTH)(?=\\b|[a-z_])","\\d*(?:1st|2nd|3rd|(?![123])\\dth)(?=\\b|[A-Z_])",r2,$2].join("|"),"g"),K1=RegExp("[\\u200d"+t2+Mr+In+"]"),Mn=/[a-z][A-Z]|[A-Z]{2}[a-z]|[0-9][a-zA-Z]|[a-zA-Z][0-9]|[^a-zA-Z0-9 ]/,xn=["Array","Buffer","DataView","Date","Error","Float32Array","Float64Array","Function","Int8Array","Int16Array","Int32Array","Map","Math","Object","Promise","RegExp","Set","String","Symbol","TypeError","Uint8Array","Uint8ClampedArray","Uint16Array","Uint32Array","WeakMap","_","clearTimeout","isFinite","parseInt","setTimeout"],zn=-1,Vt={};Vt[Tt]=Vt[ft]=Vt[Se]=Vt[Rt]=Vt[W1]=Vt[yn]=Vt[x1]=Vt[Y2]=Vt[pt]=!0,Vt[y1]=Vt[M1]=Vt[dt]=Vt[r1]=Vt[Je]=Vt[j]=Vt[lt]=Vt[V1]=Vt[Te]=Vt[wt]=Vt[de]=Vt[N]=Vt[he]=Vt[je]=Vt[At]=!1;var mt={};mt[y1]=mt[M1]=mt[dt]=mt[Je]=mt[r1]=mt[j]=mt[Tt]=mt[ft]=mt[Se]=mt[Rt]=mt[W1]=mt[Te]=mt[wt]=mt[de]=mt[N]=mt[he]=mt[je]=mt[ut]=mt[yn]=mt[x1]=mt[Y2]=mt[pt]=!0,mt[lt]=mt[V1]=mt[At]=!1;var q1={"\\":"\\","'":"'","\n":"n","\r":"r","\u2028":"u2028","\u2029":"u2029"},B2=parseFloat,ii=parseInt,Bn="object"==typeof global&&global&&global.Object===Object&&global,a3="object"==typeof self&&self&&self.Object===Object&&self,wn=Bn||a3||Function("return this")(),ir=we&&!we.nodeType&&we,z3=ir&&_t&&!_t.nodeType&&_t,oi=z3&&z3.exports===ir,P2=oi&&Bn.process,on=function(){try{return z3&&z3.require&&z3.require("util").types||P2&&P2.binding&&P2.binding("util")}catch{}}(),y3=on&&on.isArrayBuffer,b3=on&&on.isDate,s2=on&&on.isMap,wr=on&&on.isRegExp,O2=on&&on.isSet,Lr=on&&on.isTypedArray;function Y1(re,ke,Pe){switch(Pe.length){case 0:return re.call(ke);case 1:return re.call(ke,Pe[0]);case 2:return re.call(ke,Pe[0],Pe[1]);case 3:return re.call(ke,Pe[0],Pe[1],Pe[2])}return re.apply(ke,Pe)}function or(re,ke,Pe,ct){for(var zt=-1,s1=null==re?0:re.length;++zt-1}function v3(re,ke,Pe){for(var ct=-1,zt=null==re?0:re.length;++ct-1;);return Pe}function mn(re,ke){for(var Pe=re.length;Pe--&&M3(ke,re[Pe],0)>-1;);return Pe}var J2=Pn({\u00c0:"A",\u00c1:"A",\u00c2:"A",\u00c3:"A",\u00c4:"A",\u00c5:"A",\u00e0:"a",\u00e1:"a",\u00e2:"a",\u00e3:"a",\u00e4:"a",\u00e5:"a",\u00c7:"C",\u00e7:"c",\u00d0:"D",\u00f0:"d",\u00c8:"E",\u00c9:"E",\u00ca:"E",\u00cb:"E",\u00e8:"e",\u00e9:"e",\u00ea:"e",\u00eb:"e",\u00cc:"I",\u00cd:"I",\u00ce:"I",\u00cf:"I",\u00ec:"i",\u00ed:"i",\u00ee:"i",\u00ef:"i",\u00d1:"N",\u00f1:"n",\u00d2:"O",\u00d3:"O",\u00d4:"O",\u00d5:"O",\u00d6:"O",\u00d8:"O",\u00f2:"o",\u00f3:"o",\u00f4:"o",\u00f5:"o",\u00f6:"o",\u00f8:"o",\u00d9:"U",\u00da:"U",\u00db:"U",\u00dc:"U",\u00f9:"u",\u00fa:"u",\u00fb:"u",\u00fc:"u",\u00dd:"Y",\u00fd:"y",\u00ff:"y",\u00c6:"Ae",\u00e6:"ae",\u00de:"Th",\u00fe:"th",\u00df:"ss",\u0100:"A",\u0102:"A",\u0104:"A",\u0101:"a",\u0103:"a",\u0105:"a",\u0106:"C",\u0108:"C",\u010a:"C",\u010c:"C",\u0107:"c",\u0109:"c",\u010b:"c",\u010d:"c",\u010e:"D",\u0110:"D",\u010f:"d",\u0111:"d",\u0112:"E",\u0114:"E",\u0116:"E",\u0118:"E",\u011a:"E",\u0113:"e",\u0115:"e",\u0117:"e",\u0119:"e",\u011b:"e",\u011c:"G",\u011e:"G",\u0120:"G",\u0122:"G",\u011d:"g",\u011f:"g",\u0121:"g",\u0123:"g",\u0124:"H",\u0126:"H",\u0125:"h",\u0127:"h",\u0128:"I",\u012a:"I",\u012c:"I",\u012e:"I",\u0130:"I",\u0129:"i",\u012b:"i",\u012d:"i",\u012f:"i",\u0131:"i",\u0134:"J",\u0135:"j",\u0136:"K",\u0137:"k",\u0138:"k",\u0139:"L",\u013b:"L",\u013d:"L",\u013f:"L",\u0141:"L",\u013a:"l",\u013c:"l",\u013e:"l",\u0140:"l",\u0142:"l",\u0143:"N",\u0145:"N",\u0147:"N",\u014a:"N",\u0144:"n",\u0146:"n",\u0148:"n",\u014b:"n",\u014c:"O",\u014e:"O",\u0150:"O",\u014d:"o",\u014f:"o",\u0151:"o",\u0154:"R",\u0156:"R",\u0158:"R",\u0155:"r",\u0157:"r",\u0159:"r",\u015a:"S",\u015c:"S",\u015e:"S",\u0160:"S",\u015b:"s",\u015d:"s",\u015f:"s",\u0161:"s",\u0162:"T",\u0164:"T",\u0166:"T",\u0163:"t",\u0165:"t",\u0167:"t",\u0168:"U",\u016a:"U",\u016c:"U",\u016e:"U",\u0170:"U",\u0172:"U",\u0169:"u",\u016b:"u",\u016d:"u",\u016f:"u",\u0171:"u",\u0173:"u",\u0174:"W",\u0175:"w",\u0176:"Y",\u0177:"y",\u0178:"Y",\u0179:"Z",\u017b:"Z",\u017d:"Z",\u017a:"z",\u017c:"z",\u017e:"z",\u0132:"IJ",\u0133:"ij",\u0152:"Oe",\u0153:"oe",\u0149:"'n",\u017f:"s"}),q2=Pn({"&":"&","<":"<",">":">",'"':""","'":"'"});function Gr(re){return"\\"+q1[re]}function N2(re){return K1.test(re)}function qt(re){var ke=-1,Pe=Array(re.size);return re.forEach(function(ct,zt){Pe[++ke]=[zt,ct]}),Pe}function X2(re,ke){return function(Pe){return re(ke(Pe))}}function g2(re,ke){for(var Pe=-1,ct=re.length,zt=0,s1=[];++Pe",""":'"',"'":"'"});var e3=function re(ke){var r,Pe=(ke=null==ke?wn:e3.defaults(wn.Object(),ke,e3.pick(wn,xn))).Array,ct=ke.Date,zt=ke.Error,s1=ke.Function,an=ke.Math,w1=ke.Object,J3=ke.RegExp,xi=ke.String,L2=ke.TypeError,q3=Pe.prototype,ai=s1.prototype,U3=w1.prototype,fr=ke["__core-js_shared__"],pr=ai.toString,m1=U3.hasOwnProperty,Pi=0,li=(r=/[^.]+$/.exec(fr&&fr.keys&&fr.keys.IE_PROTO||""))?"Symbol(src)_1."+r:"",y=U3.toString,g=pr.call(w1),L=wn._,S=J3("^"+pr.call(m1).replace(qe,"\\$&").replace(/hasOwnProperty|(function).*?(?=\\\()| for .+?(?=\\\])/g,"$1.*?")+"$"),ne=oi?ke.Buffer:_,_e=ke.Symbol,Qe=ke.Uint8Array,Et=ne?ne.allocUnsafe:_,O1=X2(w1.getPrototypeOf,w1),f1=w1.create,e1=U3.propertyIsEnumerable,Ot=q3.splice,t1=_e?_e.isConcatSpreadable:_,Ht=_e?_e.iterator:_,a1=_e?_e.toStringTag:_,F1=function(){try{var r=_i(w1,"defineProperty");return r({},"",{}),r}catch{}}(),j1=ke.clearTimeout!==wn.clearTimeout&&ke.clearTimeout,Jn=ct&&ct.now!==wn.Date.now&&ct.now,En=ke.setTimeout!==wn.setTimeout&&ke.setTimeout,U1=an.ceil,ln=an.floor,_n=w1.getOwnPropertySymbols,u3=ne?ne.isBuffer:_,d3=ke.isFinite,U2=q3.join,V2=X2(w1.keys,w1),Vn=an.max,C2=an.min,ci=ct.now,Ho=ke.parseInt,u=an.random,c=q3.reverse,p=_i(ke,"DataView"),m=_i(ke,"Map"),v=_i(ke,"Promise"),T=_i(ke,"Set"),oe=_i(ke,"WeakMap"),Ze=_i(w1,"create"),Xe=oe&&new oe,nt={},It=t3(p),l1=t3(m),T1=t3(v),m2=t3(T),l2=t3(oe),f3=_e?_e.prototype:_,_2=f3?f3.valueOf:_,p3=f3?f3.toString:_;function k(r){if(Gn(r)&&!Zt(r)&&!(r instanceof _1)){if(r instanceof L3)return r;if(m1.call(r,"__wrapped__"))return T8(r)}return new L3(r)}var X3=function(){function r(){}return function(a){if(!Tn(a))return{};if(f1)return f1(a);r.prototype=a;var f=new r;return r.prototype=_,f}}();function er(){}function L3(r,a){this.__wrapped__=r,this.__actions__=[],this.__chain__=!!a,this.__index__=0,this.__values__=_}function _1(r){this.__wrapped__=r,this.__actions__=[],this.__dir__=1,this.__filtered__=!1,this.__iteratees__=[],this.__takeCount__=Ct,this.__views__=[]}function Zr(r){var a=-1,f=null==r?0:r.length;for(this.clear();++a=a?r:a)),r}function tr(r,a,f,M,x,R){var $,X=a&V,fe=a&se,Ue=a≤if(f&&($=x?f(r,M,x,R):f(r)),$!==_)return $;if(!Tn(r))return r;var Ve=Zt(r);if(Ve){if($=function m9(r){var a=r.length,f=new r.constructor(a);return a&&"string"==typeof r[0]&&m1.call(r,"index")&&(f.index=r.index,f.input=r.input),f}(r),!X)return Z2(r,$)}else{var We=y2(r),st=We==V1||We==h1;if(Qr(r))return g8(r,X);if(We==de||We==y1||st&&!x){if($=fe||st?{}:_9(r),!X)return fe?function y8(r,a){return nr(r,I8(r),a)}(r,function uo(r,a){return r&&nr(a,C3(a),r)}($,r)):function Bi(r,a){return nr(r,f5(r),a)}(r,co($,r))}else{if(!mt[We])return x?r:{};$=function y9(r,a,f){var M=r.constructor;switch(a){case dt:return C8(r);case r1:case j:return new M(+r);case Je:return function f9(r,a){var f=a?C8(r.buffer):r.buffer;return new r.constructor(f,r.byteOffset,r.byteLength)}(r,f);case Tt:case ft:case Se:case Rt:case W1:case yn:case x1:case Y2:case pt:return $6(r,f);case Te:return new M;case wt:case je:return new M(r);case N:return function m8(r){var a=new r.constructor(r.source,Xt.exec(r));return a.lastIndex=r.lastIndex,a}(r);case he:return new M;case ut:return function _8(r){return _2?w1(_2.call(r)):{}}(r)}}(r,We,X)}}R||(R=new hr);var Mt=R.get(r);if(Mt)return Mt;R.set(r,$),l4(r)?r.forEach(function(St){$.add(tr(St,a,f,St,r,R))}):i4(r)&&r.forEach(function(St,u1){$.set(u1,tr(St,a,f,u1,r,R))});var n1=Ve?_:(Ue?fe?Lo:d5:fe?C3:u2)(r);return z1(n1||r,function(St,u1){n1&&(St=r[u1=St]),G2($,u1,tr(St,a,f,u1,r,R))}),$}function Ko(r,a,f){var M=f.length;if(null==r)return!M;for(r=w1(r);M--;){var x=f[M],R=a[x],$=r[x];if($===_&&!(x in r)||!R($))return!1}return!0}function pi(r,a,f){if("function"!=typeof r)throw new L2(z);return Po(function(){r.apply(_,f)},a)}function Yo(r,a,f,M){var x=-1,R=Yn,$=!0,X=r.length,fe=[],Ue=a.length;if(!X)return fe;f&&(a=Yt(a,K(f))),M?(R=v3,$=!1):a.length>=Q&&(R=Ft,$=!1,a=new Si(a));e:for(;++x-1},Dr.prototype.set=function Ni(r,a){var f=this.__data__,M=gr(f,r);return M<0?(++this.size,f.push([r,a])):f[M][1]=a,this},D3.prototype.clear=function e8(){this.size=0,this.__data__={hash:new Zr,map:new(m||Dr),string:new Zr}},D3.prototype.delete=function ki(r){var a=Eo(this,r).delete(r);return this.size-=a?1:0,a},D3.prototype.get=function Wr(r){return Eo(this,r).get(r)},D3.prototype.has=function E6(r){return Eo(this,r).has(r)},D3.prototype.set=function cn(r,a){var f=Eo(this,r),M=f.size;return f.set(r,a),this.size+=f.size==M?0:1,this},Si.prototype.add=Si.prototype.push=function I6(r){return this.__data__.set(r,J),this},Si.prototype.has=function Wo(r){return this.__data__.has(r)},hr.prototype.clear=function $a(){this.__data__=new Dr,this.size=0},hr.prototype.delete=function Ja(r){var a=this.__data__,f=a.delete(r);return this.size=a.size,f},hr.prototype.get=function qa(r){return this.__data__.get(r)},hr.prototype.has=function di(r){return this.__data__.has(r)},hr.prototype.set=function x6(r,a){var f=this.__data__;if(f instanceof Dr){var M=f.__data__;if(!m||M.length0&&f(X)?a>1?k2(X,a-1,f,M,x):A2(x,X):M||(x[x.length]=X)}return x}var fo=q6(),po=q6(!0);function I3(r,a){return r&&fo(r,a,u2)}function hi(r,a){return r&&po(r,a,u2)}function gi(r,a){return jn(a,function(f){return K3(r[f])})}function V3(r,a){for(var f=0,M=(a=Pr(a,r)).length;null!=r&&fa}function $o(r,a){return null!=r&&m1.call(r,a)}function N6(r,a){return null!=r&&a in w1(r)}function o8(r,a,f){for(var M=f?v3:Yn,x=r[0].length,R=r.length,$=R,X=Pe(R),fe=1/0,Ue=[];$--;){var Ve=r[$];$&&a&&(Ve=Yt(Ve,K(a))),fe=C2(Ve.length,fe),X[$]=!f&&(a||x>=120&&Ve.length>=120)?new Si($&&Ve):_}Ve=r[0];var We=-1,st=X[0];e:for(;++We=X?fe:fe*("desc"==f[M]?-1:1)}return r.index-a.index}(R,$,f)})}function l9(r,a,f){for(var M=-1,x=a.length,R={};++M-1;)X!==r&&Ot.call(X,fe,1),Ot.call(r,fe,1);return r}function H6(r,a){for(var f=r?a.length:0,M=f-1;f--;){var x=a[f];if(f==M||x!==R){var R=x;mr(x)?Ot.call(r,x,1):mo(r,x)}}return r}function e5(r,a){return r+ln(u()*(a-r+1))}function t5(r,a){var f="";if(!r||a<1||a>p1)return f;do{a%2&&(f+=r),(a=ln(a/2))&&(r+=r)}while(a);return f}function o1(r,a){return h5(l0(r,a,n3),r+"")}function Z6(r){return c2(Rr(r))}function go(r,a){var f=Rr(r);return g5(f,fi(a,0,f.length))}function Co(r,a,f,M){if(!Tn(r))return r;for(var x=-1,R=(a=Pr(a,r)).length,$=R-1,X=r;null!=X&&++xx?0:x+a),(f=f>x?x:f)<0&&(f+=x),x=a>f?0:f-a>>>0,a>>>=0;for(var R=Pe(x);++M>>1,$=r[R];null!==$&&!T3($)&&(f?$<=a:$=Q){var Ue=a?null:i7(r);if(Ue)return $1(Ue);$=!1,x=Ft,fe=new Si}else fe=a?[]:X;e:for(;++M=M?r:h3(r,a,f)}var Q6=j1||function(r){return wn.clearTimeout(r)};function g8(r,a){if(a)return r.slice();var f=r.length,M=Et?Et(f):new r.constructor(f);return r.copy(M),M}function C8(r){var a=new r.constructor(r.byteLength);return new Qe(a).set(new Qe(r)),a}function $6(r,a){var f=a?C8(r.buffer):r.buffer;return new r.constructor(f,r.byteOffset,r.length)}function zi(r,a){if(r!==a){var f=r!==_,M=null===r,x=r==r,R=T3(r),$=a!==_,X=null===a,fe=a==a,Ue=T3(a);if(!X&&!Ue&&!R&&r>a||R&&$&&fe&&!X&&!Ue||M&&$&&fe||!f&&fe||!x)return 1;if(!M&&!R&&!Ue&&r1?f[x-1]:_,$=x>2?f[2]:_;for(R=r.length>3&&"function"==typeof R?(x--,R):_,$&&D2(f[0],f[1],$)&&(R=x<3?_:R,x=1),a=w1(a);++M-1?x[R?a[$]:$]:_}}function s5(r){return G3(function(a){var f=a.length,M=f,x=L3.prototype.thru;for(r&&a.reverse();M--;){var R=a[M];if("function"!=typeof R)throw new L2(z);if(x&&!$&&"wrapper"==Vi(R))var $=new L3([],!0)}for(M=$?M:f;++M1&&v1.reverse(),Ve&&feX))return!1;var Ue=R.get(r),Ve=R.get(a);if(Ue&&Ve)return Ue==a&&Ve==r;var We=-1,st=!0,Mt=f&De?new Si:_;for(R.set(r,a),R.set(a,r);++We-1&&r%1==0&&r1?"& ":"")+a[M],a=a.join(f>2?", ":" "),r.replace(W,"{\n/* [wrapped with "+a+"] */\n")}(M,function Oo(r,a){return z1(d1,function(f){var M="_."+f[0];a&f[1]&&!Yn(r,M)&&r.push(M)}),r.sort()}(function Gi(r){var a=r.match(be);return a?a[1].split(Fe):[]}(M),f)))}function f0(r){var a=0,f=0;return function(){var M=ci(),x=ge-(M-f);if(f=M,x>0){if(++a>=Ce)return arguments[0]}else a=0;return r.apply(_,arguments)}}function g5(r,a){var f=-1,M=r.length,x=M-1;for(a=a===_?M:a;++f1?r[a-1]:_;return f="function"==typeof f?(r.pop(),f):_,B8(r,f)});function v5(r){var a=k(r);return a.__chain__=!0,a}function Ao(r,a){return a(r)}var K9=G3(function(r){var a=r.length,f=a?r[0]:0,M=this.__wrapped__,x=function(R){return O6(R,r)};return!(a>1||this.__actions__.length)&&M instanceof _1&&mr(f)?((M=M.slice(f,+f+(a?1:0))).__actions__.push({func:Ao,args:[x],thisArg:_}),new L3(M,this.__chain__).thru(function(R){return a&&!R.length&&R.push(_),R})):this.thru(x)});var $9=_o(function(r,a,f){m1.call(r,f)?++r[f]:Er(r,f,1)});var J9=b8(m0),U8=b8(_0);function M5(r,a){return(Zt(r)?z1:Ir)(r,Nt(a,3))}function R0(r,a){return(Zt(r)?T2:T6)(r,Nt(a,3))}var G8=_o(function(r,a,f){m1.call(r,f)?r[f].push(a):Er(r,f,[a])});var X9=o1(function(r,a,f){var M=-1,x="function"==typeof a,R=g3(r)?Pe(r.length):[];return Ir(r,function($){R[++M]=x?Y1(a,$,f):xr($,a,f)}),R}),es=_o(function(r,a,f){Er(r,f,a)});function w5(r,a){return(Zt(r)?Yt:U6)(r,Nt(a,3))}var z0=_o(function(r,a,f){r[f?0:1].push(a)},function(){return[[],[]]});var j0=o1(function(r,a){if(null==r)return[];var f=a.length;return f>1&&D2(r,a[0],a[1])?a=[]:f>2&&D2(a[0],a[1],a[2])&&(a=[a[0]]),a9(r,k2(a,1),[])}),H8=Jn||function(){return wn.Date.now()};function Z8(r,a,f){return a=f?_:a,a=r&&null==a?r.length:a,Tr(r,te,_,_,_,_,a)}function V0(r,a){var f;if("function"!=typeof a)throw new L2(z);return r=Qt(r),function(){return--r>0&&(f=a.apply(this,arguments)),r<=1&&(a=_),f}}var L5=o1(function(r,a,f){var M=Oe;if(f.length){var x=g2(f,Cr(L5));M|=Ne}return Tr(r,M,a,f,x)}),G0=o1(function(r,a,f){var M=Oe|ce;if(f.length){var x=g2(f,Cr(G0));M|=Ne}return Tr(a,M,r,f,x)});function Z0(r,a,f){var M,x,R,$,X,fe,Ue=0,Ve=!1,We=!1,st=!0;if("function"!=typeof r)throw new L2(z);function Mt(An){var Q3=M,br=x;return M=x=_,Ue=An,$=r.apply(br,Q3)}function St(An){var Q3=An-fe;return fe===_||Q3>=a||Q3<0||We&&An-Ue>=R}function u1(){var An=H8();if(St(An))return v1(An);X=Po(u1,function n1(An){var d6=a-(An-fe);return We?C2(d6,R-(An-Ue)):d6}(An))}function v1(An){return X=_,st&&M?Mt(An):(M=x=_,$)}function _3(){var An=H8(),Q3=St(An);if(M=arguments,x=this,fe=An,Q3){if(X===_)return function kt(An){return Ue=An,X=Po(u1,a),Ve?Mt(An):$}(fe);if(We)return Q6(X),X=Po(u1,a),Mt(fe)}return X===_&&(X=Po(u1,a)),$}return a=N3(a)||0,Tn(f)&&(Ve=!!f.leading,R=(We="maxWait"in f)?Vn(N3(f.maxWait)||0,a):R,st="trailing"in f?!!f.trailing:st),_3.cancel=function m3(){X!==_&&Q6(X),Ue=0,M=fe=x=X=_},_3.flush=function K2(){return X===_?$:v1(H8())},_3}var W0=o1(function(r,a){return pi(r,1,a)}),os=o1(function(r,a,f){return pi(r,N3(a)||0,f)});function D5(r,a){if("function"!=typeof r||null!=a&&"function"!=typeof a)throw new L2(z);var f=function(){var M=arguments,x=a?a.apply(this,M):M[0],R=f.cache;if(R.has(x))return R.get(x);var $=r.apply(this,M);return f.cache=R.set(x,$)||R,$};return f.cache=new(D5.Cache||D3),f}function E5(r){if("function"!=typeof r)throw new L2(z);return function(){var a=arguments;switch(a.length){case 0:return!r.call(this);case 1:return!r.call(this,a[0]);case 2:return!r.call(this,a[0],a[1]);case 3:return!r.call(this,a[0],a[1],a[2])}return!r.apply(this,a)}}D5.Cache=D3;var as=d9(function(r,a){var f=(a=1==a.length&&Zt(a[0])?Yt(a[0],K(Nt())):Yt(k2(a,1),K(Nt()))).length;return o1(function(M){for(var x=-1,R=C2(M.length,f);++x=a}),vi=k6(function(){return arguments}())?k6:function(r){return Gn(r)&&m1.call(r,"callee")&&!e1.call(r,"callee")},Zt=Pe.isArray,K8=y3?K(y3):function Xa(r){return Gn(r)&&H2(r)==dt};function g3(r){return null!=r&&ko(r.length)&&!K3(r)}function Xn(r){return Gn(r)&&g3(r)}var Qr=u3||qr,gs=b3?K(b3):function S6(r){return Gn(r)&&H2(r)==j};function Y8(r){if(!Gn(r))return!1;var a=H2(r);return a==lt||a==en||"string"==typeof r.message&&"string"==typeof r.name&&!Sr(r)}function K3(r){if(!Tn(r))return!1;var a=H2(r);return a==V1||a==h1||a==xt||a==Ae}function r4(r){return"number"==typeof r&&r==Qt(r)}function ko(r){return"number"==typeof r&&r>-1&&r%1==0&&r<=p1}function Tn(r){var a=typeof r;return null!=r&&("object"==a||"function"==a)}function Gn(r){return null!=r&&"object"==typeof r}var i4=s2?K(s2):function o9(r){return Gn(r)&&y2(r)==Te};function I5(r){return"number"==typeof r||Gn(r)&&H2(r)==wt}function Sr(r){if(!Gn(r)||H2(r)!=de)return!1;var a=O1(r);if(null===a)return!0;var f=m1.call(a,"constructor")&&a.constructor;return"function"==typeof f&&f instanceof f&&pr.call(f)==g}var Mi=wr?K(wr):function Jo(r){return Gn(r)&&H2(r)==N};var l4=O2?K(O2):function R6(r){return Gn(r)&&y2(r)==he};function Fr(r){return"string"==typeof r||!Zt(r)&&Gn(r)&&H2(r)==je}function T3(r){return"symbol"==typeof r||Gn(r)&&H2(r)==ut}var Ji=Lr?K(Lr):function s9(r){return Gn(r)&&ko(r.length)&&!!Vt[H2(r)]};var x5=Mo(j6),qi=Mo(function(r,a){return r<=a});function P5(r){if(!r)return[];if(g3(r))return Fr(r)?$n(r):Z2(r);if(Ht&&r[Ht])return function Ge(re){for(var ke,Pe=[];!(ke=re.next()).done;)Pe.push(ke.value);return Pe}(r[Ht]());var a=y2(r);return(a==Te?qt:a==he?$1:Rr)(r)}function A3(r){return r?(r=N3(r))===Gt||r===-Gt?(r<0?-1:1)*Z1:r==r?r:0:0===r?r:0}function Qt(r){var a=A3(r),f=a%1;return a==a?f?a-f:a:0}function So(r){return r?fi(Qt(r),0,Ct):0}function N3(r){if("number"==typeof r)return r;if(T3(r))return L1;if(Tn(r)){var a="function"==typeof r.valueOf?r.valueOf():r;r=Tn(a)?a+"":a}if("string"!=typeof r)return 0===r?r:+r;r=w(r);var f=Ut.test(r);return f||d2.test(r)?ii(r.slice(2),f?2:8):Wt.test(r)?L1:+r}function O5(r){return nr(r,C3(r))}function A1(r){return null==r?"":x3(r)}var u4=ji(function(r,a){if(xo(a)||g3(a))nr(a,u2(a),r);else for(var f in a)m1.call(a,f)&&G2(r,f,a[f])}),T5=ji(function(r,a){nr(a,C3(a),r)}),A5=ji(function(r,a,f,M){nr(a,C3(a),r,M)}),ws=ji(function(r,a,f,M){nr(a,u2(a),r,M)}),d4=G3(O6);var f4=o1(function(r,a){r=w1(r);var f=-1,M=a.length,x=M>2?a[2]:_;for(x&&D2(a[0],a[1],x)&&(M=1);++f1),R}),nr(r,Lo(r),f),M&&(f=tr(f,V|se|le,t0));for(var x=a.length;x--;)mo(f,a[x]);return f});var Ss=G3(function(r,a){return null==r?{}:function n7(r,a){return l9(r,a,function(f,M){return q8(r,M)})}(r,a)});function m4(r,a){if(null==r)return{};var f=Yt(Lo(r),function(M){return[M]});return a=Nt(a),l9(r,f,function(M,x){return a(M,x[0])})}var y4=wo(u2),N5=wo(C3);function Rr(r){return null==r?[]:ze(r,u2(r))}var v4=Ui(function(r,a,f){return a=a.toLowerCase(),r+(f?t6(a):a)});function t6(r){return s6(A1(r).toLowerCase())}function n6(r){return(r=A1(r))&&r.replace(vt,J2).replace(p2,"")}var R5=Ui(function(r,a,f){return r+(f?"-":"")+a.toLowerCase()}),Fo=Ui(function(r,a,f){return r+(f?" ":"")+a.toLowerCase()}),js=X6("toLowerCase");var h7=Ui(function(r,a,f){return r+(f?"_":"")+a.toLowerCase()});var Zs=Ui(function(r,a,f){return r+(f?" ":"")+s6(a)});var qs=Ui(function(r,a,f){return r+(f?" ":"")+a.toUpperCase()}),s6=X6("toUpperCase");function D4(r,a,f){return r=A1(r),(a=f?_:a)===_?function Hr(re){return Mn.test(re)}(r)?function w2(re){return re.match(C1)||[]}(r):function Vr(re){return re.match(He)||[]}(r):r.match(a)||[]}var E4=o1(function(r,a){try{return Y1(r,_,a)}catch(f){return Y8(f)?f:new zt(f)}}),Xs=G3(function(r,a){return z1(a,function(f){f=P3(f),Er(r,f,L5(r[f],r))}),r});function z5(r){return function(){return r}}var na=s5(),g7=s5(!0);function n3(r){return r}function x4(r){return a8("function"==typeof r?r:tr(r,V))}var ia=o1(function(r,a){return function(f){return xr(f,r,a)}}),a6=o1(function(r,a){return function(f){return xr(r,f,a)}});function l6(r,a,f){var M=u2(a),x=gi(a,M);null==f&&(!Tn(a)||!x.length&&M.length)&&(f=a,a=r,r=this,x=gi(a,u2(a)));var R=!(Tn(f)&&"chain"in f&&!f.chain),$=K3(r);return z1(x,function(X){var fe=a[X];r[X]=fe,$&&(r.prototype[X]=function(){var Ue=this.__chain__;if(R||Ue){var Ve=r(this.__wrapped__);return(Ve.__actions__=Z2(this.__actions__)).push({func:fe,args:arguments,thisArg:r}),Ve.__chain__=Ue,Ve}return fe.apply(r,A2([this.value()],arguments))})}),r}function wi(){}var Li=v8(Yt),j5=v8(j2),Y3=v8(M2);function U5(r){return Io(r)?sn(P3(r)):function r7(r){return function(a){return V3(a,r)}}(r)}var eo=Kr(),to=Kr(!0);function Jr(){return[]}function qr(){return!1}var T4=l5(function(r,a){return r+a},0),A4=w8("ceil"),N4=l5(function(r,a){return r/a},1),k4=w8("floor");var aa=l5(function(r,a){return r*a},1),la=w8("round"),c6=l5(function(r,a){return r-a},0);return k.after=function U0(r,a){if("function"!=typeof a)throw new L2(z);return r=Qt(r),function(){if(--r<1)return a.apply(this,arguments)}},k.ary=Z8,k.assign=u4,k.assignIn=T5,k.assignInWith=A5,k.assignWith=ws,k.at=d4,k.before=V0,k.bind=L5,k.bindAll=Xs,k.bindKey=G0,k.castArray=function q0(){if(!arguments.length)return[];var r=arguments[0];return Zt(r)?r:[r]},k.chain=v5,k.chunk=function h0(r,a,f){a=(f?D2(r,a,f):a===_)?1:Vn(Qt(a),0);var M=null==r?0:r.length;if(!M||a<1)return[];for(var x=0,R=0,$=Pe(U1(M/a));xx?0:x+f),(M=M===_||M>x?x:Qt(M))<0&&(M+=x),M=f>M?0:So(M);f>>0)?(r=A1(r))&&("string"==typeof a||null!=a&&!Mi(a))&&(!(a=x3(a))&&N2(r))?Or($n(r),0,f):r.split(a,f):[]},k.spread=function $0(r,a){if("function"!=typeof r)throw new L2(z);return a=null==a?0:Vn(Qt(a),0),o1(function(f){var M=f[a],x=Or(f,0,a);return M&&A2(x,M),Y1(r,this,x)})},k.tail=function z9(r){var a=null==r?0:r.length;return a?h3(r,1,a):[]},k.take=function F8(r,a,f){return r&&r.length?h3(r,0,(a=f||a===_?1:Qt(a))<0?0:a):[]},k.takeRight=function O0(r,a,f){var M=null==r?0:r.length;return M?h3(r,(a=M-(a=f||a===_?1:Qt(a)))<0?0:a,M):[]},k.takeRightWhile=function T0(r,a){return r&&r.length?Ri(r,Nt(a,3),!1,!0):[]},k.takeWhile=function bi(r,a){return r&&r.length?Ri(r,Nt(a,3)):[]},k.tap=function W9(r,a){return a(r),r},k.throttle=function J0(r,a,f){var M=!0,x=!0;if("function"!=typeof r)throw new L2(z);return Tn(f)&&(M="leading"in f?!!f.leading:M,x="trailing"in f?!!f.trailing:x),Z0(r,a,{leading:M,maxWait:a,trailing:x})},k.thru=Ao,k.toArray=P5,k.toPairs=y4,k.toPairsIn=N5,k.toPath=function P4(r){return Zt(r)?Yt(r,P3):T3(r)?[r]:Z2(p0(A1(r)))},k.toPlainObject=O5,k.transform=function zs(r,a,f){var M=Zt(r),x=M||Qr(r)||Ji(r);if(a=Nt(a,4),null==f){var R=r&&r.constructor;f=x?M?new R:[]:Tn(r)&&K3(R)?X3(O1(r)):{}}return(x?z1:I3)(r,function($,X,fe){return a(f,$,X,fe)}),f},k.unary=function ls(r){return Z8(r,1)},k.union=B9,k.unionBy=R8,k.unionWith=y5,k.uniq=function j9(r){return r&&r.length?qn(r):[]},k.uniqBy=function z8(r,a){return r&&r.length?qn(r,Nt(a,2)):[]},k.uniqWith=function b5(r,a){return a="function"==typeof a?a:_,r&&r.length?qn(r,_,a):[]},k.unset=function Bs(r,a){return null==r||mo(r,a)},k.unzip=Nr,k.unzipWith=B8,k.update=function k5(r,a,f){return null==r?r:f8(r,a,h8(f))},k.updateWith=function S5(r,a,f,M){return M="function"==typeof M?M:_,null==r?r:f8(r,a,h8(f),M)},k.values=Rr,k.valuesIn=function f7(r){return null==r?[]:ze(r,C3(r))},k.without=j8,k.words=D4,k.wrap=function cs(r,a){return W8(h8(a),r)},k.xor=U9,k.xorBy=V9,k.xorWith=A0,k.zip=Zi,k.zipObject=function G9(r,a){return p8(r||[],a||[],G2)},k.zipObjectDeep=function H9(r,a){return p8(r||[],a||[],Co)},k.zipWith=Z9,k.entries=y4,k.entriesIn=N5,k.extend=T5,k.extendWith=A5,l6(k,k),k.add=T4,k.attempt=E4,k.camelCase=v4,k.capitalize=t6,k.ceil=A4,k.clamp=function e6(r,a,f){return f===_&&(f=a,a=_),f!==_&&(f=(f=N3(f))==f?f:0),a!==_&&(a=(a=N3(a))==a?a:0),fi(N3(r),a,f)},k.clone=function us(r){return tr(r,le)},k.cloneDeep=function ds(r){return tr(r,V|le)},k.cloneDeepWith=function fs(r,a){return tr(r,V|le,a="function"==typeof a?a:_)},k.cloneWith=function X0(r,a){return tr(r,le,a="function"==typeof a?a:_)},k.conformsTo=function ps(r,a){return null==a||Ko(r,a,u2(a))},k.deburr=n6,k.defaultTo=function I4(r,a){return null==r||r!=r?a:r},k.divide=N4,k.endsWith=function r6(r,a,f){r=A1(r),a=x3(a);var M=r.length,x=f=f===_?M:fi(Qt(f),0,M);return(f-=a.length)>=0&&r.slice(f,x)==a},k.eq=W3,k.escape=function zr(r){return(r=A1(r))&&tn.test(r)?r.replace(J1,q2):r},k.escapeRegExp=function F5(r){return(r=A1(r))&&Jt.test(r)?r.replace(qe,"\\$&"):r},k.every=function k0(r,a,f){var M=Zt(r)?j2:n9;return f&&D2(r,a,f)&&(a=_),M(r,Nt(a,3))},k.find=J9,k.findIndex=m0,k.findKey=function Ds(r,a){return X1(r,Nt(a,3),I3)},k.findLast=U8,k.findLastIndex=_0,k.findLastKey=function Es(r,a){return X1(r,Nt(a,3),hi)},k.floor=k4,k.forEach=M5,k.forEachRight=R0,k.forIn=function k3(r,a){return null==r?r:fo(r,Nt(a,3),C3)},k.forInRight=function Is(r,a){return null==r?r:po(r,Nt(a,3),C3)},k.forOwn=function xs(r,a){return r&&I3(r,Nt(a,3))},k.forOwnRight=function d7(r,a){return r&&hi(r,Nt(a,3))},k.get=J8,k.gt=e4,k.gte=O3,k.has=function Ps(r,a){return null!=r&&r0(r,a,$o)},k.hasIn=q8,k.head=m5,k.identity=n3,k.includes=function No(r,a,f,M){r=g3(r)?r:Rr(r),f=f&&!M?Qt(f):0;var x=r.length;return f<0&&(f=Vn(x+f,0)),Fr(r)?f<=x&&r.indexOf(a,f)>-1:!!x&&M3(r,a,f)>-1},k.indexOf=function O9(r,a,f){var M=null==r?0:r.length;if(!M)return-1;var x=null==f?0:Qt(f);return x<0&&(x=Vn(M+x,0)),M3(r,a,x)},k.inRange=function p7(r,a,f){return a=A3(a),f===_?(f=a,a=0):f=A3(f),function i9(r,a,f){return r>=C2(a,f)&&r=-p1&&r<=p1},k.isSet=l4,k.isString=Fr,k.isSymbol=T3,k.isTypedArray=Ji,k.isUndefined=function c4(r){return r===_},k.isWeakMap=function vs(r){return Gn(r)&&y2(r)==At},k.isWeakSet=function Ms(r){return Gn(r)&&H2(r)==Lt},k.join=function w0(r,a){return null==r?"":U2.call(r,a)},k.kebabCase=R5,k.last=H3,k.lastIndexOf=function N9(r,a,f){var M=null==r?0:r.length;if(!M)return-1;var x=M;return f!==_&&(x=(x=Qt(f))<0?Vn(M+x,0):C2(x,M-1)),a==a?function On(re,ke,Pe){for(var ct=Pe+1;ct--;)if(re[ct]===ke)return ct;return ct}(r,a,x):l3(r,w3,x,!0)},k.lowerCase=Fo,k.lowerFirst=js,k.lt=x5,k.lte=qi,k.max=function S4(r){return r&&r.length?Qo(r,n3,Ci):_},k.maxBy=function F4(r,a){return r&&r.length?Qo(r,Nt(a,2),Ci):_},k.mean=function R4(r){return S1(r,n3)},k.meanBy=function oa(r,a){return S1(r,Nt(a,2))},k.min=function sa(r){return r&&r.length?Qo(r,n3,j6):_},k.minBy=function z4(r,a){return r&&r.length?Qo(r,Nt(a,2),j6):_},k.stubArray=Jr,k.stubFalse=qr,k.stubObject=function no(){return{}},k.stubString=function ro(){return""},k.stubTrue=function io(){return!0},k.multiply=aa,k.nth=function k9(r,a){return r&&r.length?Xo(r,Qt(a)):_},k.noConflict=function yr(){return wn._===this&&(wn._=L),this},k.noop=wi,k.now=H8,k.pad=function M4(r,a,f){r=A1(r);var M=(a=Qt(a))?Ln(r):0;if(!a||M>=a)return r;var x=(a-M)/2;return vo(ln(x),f)+r+vo(U1(x),f)},k.padEnd=function w4(r,a,f){r=A1(r);var M=(a=Qt(a))?Ln(r):0;return a&&Ma){var M=r;r=a,a=M}if(f||r%1||a%1){var x=u();return C2(r+x*(a-r+B2("1e-"+((x+"").length-1))),a)}return e5(r,a)},k.reduce=function B0(r,a,f){var M=Zt(r)?a2:ar,x=arguments.length<3;return M(r,Nt(a,4),f,x,Ir)},k.reduceRight=function ns(r,a,f){var M=Zt(r)?sr:ar,x=arguments.length<3;return M(r,Nt(a,4),f,x,T6)},k.repeat=function Ro(r,a,f){return a=(f?D2(r,a,f):a===_)?1:Qt(a),t5(A1(r),a)},k.replace=function Gs(){var r=arguments,a=A1(r[0]);return r.length<3?a:a.replace(r[1],r[2])},k.result=function _4(r,a,f){var M=-1,x=(a=Pr(a,r)).length;for(x||(x=1,r=_);++Mp1)return[];var f=Ct,M=C2(r,Ct);a=Nt(a),r-=Ct;for(var x=P(M,a);++f=R)return r;var X=f-Ln(M);if(X<1)return M;var fe=$?Or($,0,X).join(""):r.slice(0,X);if(x===_)return fe+M;if($&&(X+=fe.length-X),Mi(x)){if(r.slice(X).search(x)){var Ue,Ve=fe;for(x.global||(x=J3(x.source,A1(Xt.exec(x))+"g")),x.lastIndex=0;Ue=x.exec(Ve);)var We=Ue.index;fe=fe.slice(0,We===_?X:We)}}else if(r.indexOf(x3(x),X)!=X){var st=fe.lastIndexOf(x);st>-1&&(fe=fe.slice(0,st))}return fe+M},k.unescape=function o6(r){return(r=A1(r))&&fn.test(r)?r.replace(bn,$3):r},k.uniqueId=function O4(r){var a=++Pi;return A1(r)+a},k.upperCase=qs,k.upperFirst=s6,k.each=M5,k.eachRight=R0,k.first=m5,l6(k,function(){var r={};return I3(k,function(a,f){m1.call(k.prototype,f)||(r[f]=a)}),r}(),{chain:!1}),k.VERSION="4.17.21",z1(["bind","bindKey","curry","curryRight","partial","partialRight"],function(r){k[r].placeholder=k}),z1(["drop","take"],function(r,a){_1.prototype[r]=function(f){f=f===_?1:Vn(Qt(f),0);var M=this.__filtered__&&!a?new _1(this):this.clone();return M.__filtered__?M.__takeCount__=C2(f,M.__takeCount__):M.__views__.push({size:C2(f,Ct),type:r+(M.__dir__<0?"Right":"")}),M},_1.prototype[r+"Right"]=function(f){return this.reverse()[r](f).reverse()}}),z1(["filter","map","takeWhile"],function(r,a){var f=a+1,M=f==rt||3==f;_1.prototype[r]=function(x){var R=this.clone();return R.__iteratees__.push({iteratee:Nt(x,3),type:f}),R.__filtered__=R.__filtered__||M,R}}),z1(["head","last"],function(r,a){var f="take"+(a?"Right":"");_1.prototype[r]=function(){return this[f](1).value()[0]}}),z1(["initial","tail"],function(r,a){var f="drop"+(a?"":"Right");_1.prototype[r]=function(){return this.__filtered__?new _1(this):this[f](1)}}),_1.prototype.compact=function(){return this.filter(n3)},_1.prototype.find=function(r){return this.filter(r).head()},_1.prototype.findLast=function(r){return this.reverse().find(r)},_1.prototype.invokeMap=o1(function(r,a){return"function"==typeof r?new _1(this):this.map(function(f){return xr(f,r,a)})}),_1.prototype.reject=function(r){return this.filter(E5(Nt(r)))},_1.prototype.slice=function(r,a){r=Qt(r);var f=this;return f.__filtered__&&(r>0||a<0)?new _1(f):(r<0?f=f.takeRight(-r):r&&(f=f.drop(r)),a!==_&&(f=(a=Qt(a))<0?f.dropRight(-a):f.take(a-r)),f)},_1.prototype.takeRightWhile=function(r){return this.reverse().takeWhile(r).reverse()},_1.prototype.toArray=function(){return this.take(Ct)},I3(_1.prototype,function(r,a){var f=/^(?:filter|find|map|reject)|While$/.test(a),M=/^(?:head|last)$/.test(a),x=k[M?"take"+("last"==a?"Right":""):a],R=M||/^find/.test(a);x&&(k.prototype[a]=function(){var $=this.__wrapped__,X=M?[1]:arguments,fe=$ instanceof _1,Ue=X[0],Ve=fe||Zt($),We=function(u1){var v1=x.apply(k,A2([u1],X));return M&&st?v1[0]:v1};Ve&&f&&"function"==typeof Ue&&1!=Ue.length&&(fe=Ve=!1);var st=this.__chain__,Mt=!!this.__actions__.length,kt=R&&!st,n1=fe&&!Mt;if(!R&&Ve){$=n1?$:new _1(this);var St=r.apply($,X);return St.__actions__.push({func:Ao,args:[We],thisArg:_}),new L3(St,st)}return kt&&n1?r.apply(this,X):(St=this.thru(We),kt?M?St.value()[0]:St.value():St)})}),z1(["pop","push","shift","sort","splice","unshift"],function(r){var a=q3[r],f=/^(?:push|sort|unshift)$/.test(r)?"tap":"thru",M=/^(?:pop|shift)$/.test(r);k.prototype[r]=function(){var x=arguments;if(M&&!this.__chain__){var R=this.value();return a.apply(Zt(R)?R:[],x)}return this[f](function($){return a.apply(Zt($)?$:[],x)})}}),I3(_1.prototype,function(r,a){var f=k[a];if(f){var M=f.name+"";m1.call(nt,M)||(nt[M]=[]),nt[M].push({name:a,func:f})}}),nt[bo(_,ce).name]=[{name:"wrapper",func:_}],_1.prototype.clone=function Zo(){var r=new _1(this.__wrapped__);return r.__actions__=Z2(this.__actions__),r.__dir__=this.__dir__,r.__filtered__=this.__filtered__,r.__iteratees__=Z2(this.__iteratees__),r.__takeCount__=this.__takeCount__,r.__views__=Z2(this.__views__),r},_1.prototype.reverse=function ui(){if(this.__filtered__){var r=new _1(this);r.__dir__=-1,r.__filtered__=!0}else(r=this.clone()).__dir__*=-1;return r},_1.prototype.value=function e9(){var r=this.__wrapped__.value(),a=this.__dir__,f=Zt(r),M=a<0,x=f?r.length:0,R=function x8(r,a,f){for(var M=-1,x=f.length;++M=this.__values__.length;return{done:r,value:r?_:this.__values__[this.__index__++]}},k.prototype.plant=function Q9(r){for(var a,f=this;f instanceof er;){var M=T8(f);M.__index__=0,M.__values__=_,a?x.__wrapped__=M:a=M;var x=M;f=f.__wrapped__}return x.__wrapped__=r,a},k.prototype.reverse=function Ki(){var r=this.__wrapped__;if(r instanceof _1){var a=r;return this.__actions__.length&&(a=new _1(this)),(a=a.reverse()).__actions__.push({func:Ao,args:[_5],thisArg:_}),new L3(a,this.__chain__)}return this.thru(_5)},k.prototype.toJSON=k.prototype.valueOf=k.prototype.value=function Yi(){return S2(this.__wrapped__,this.__actions__)},k.prototype.first=k.prototype.head,Ht&&(k.prototype[Ht]=function Wi(){return this}),k}();wn._=e3,(o=function(){return e3}.call(we,I,we,_t))!==_&&(_t.exports=o)}.call(this)},834:function(_t,we,I){var o; /*! - * Platform.js - * Copyright 2014-2016 Benjamin Tan - * Copyright 2011-2013 John-David Dalton - * Available under MIT license - */ht=x.nmd(ht),function(){"use strict";var v={function:!0,object:!0},Z=v[typeof window]&&window||this,$=Z,F=v[typeof we]&&we,B=v.object&&ht&&!ht.nodeType&&ht,Y=F&&B&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(Z=Y);var X=Math.pow(2,53)-1,re=/\bOpera/,H=this,U=Object.prototype,se=U.hasOwnProperty,he=U.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=ae(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function ne(D,q){for(var pe in D)se.call(D,pe)&&q(D[pe],pe,D)}function fe(D){return null==D?ye(D):he.call(D).slice(8,-1)}function Ee(D,q){var pe=null!=D?typeof D[q]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(pe)||"object"==pe&&!D[q])}function Se(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Pe(D,q){var pe=null;return function Ne(D,q){var pe=-1,Ce=D?D.length:0;if("number"==typeof Ce&&Ce>-1&&Ce<=X)for(;++pe3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(nt)&&"WebKit"||!nt&&/\bMSIE\b/i.test(D)&&("Mac OS"==k?"Tasman":"Trident")||"WebKit"==nt&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(nt=[z]),"IE"==de&&(z=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",k="Windows Phone "+(/\+$/.test(z)?z:z+".x"),ut.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",k="Windows Phone 8.x",ut.unshift("desktop mode"),Ue||(Ue=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==nt&&(z=/\brv:([\d.]+)/.exec(D))&&(de&&ut.push("identifying as "+de+(Ue?" "+Ue:"")),de="IE",Ue=z[1]),lt){if(Ee(q,"global"))if($t&&(b1=(z=$t.lang.System).getProperty("os.arch"),k=k||z.getProperty("os.name")+" "+z.getProperty("os.version")),at&&Ee(q,"system")&&(z=[q.system])[0]){k||(k=z[0].os||null);try{z[1]=q.require("ringo/engine").version,Ue=z[1].join("."),de="RingoJS"}catch{z[0].global.system==q.system&&(de="Narwhal")}}else"object"==typeof q.process&&!q.process.browser&&(z=q.process)?(de="Node.js",b1=z.arch,k=z.platform,Ue=/[\d.]+/.exec(z.version)[0]):Pt&&(de="Rhino");else fe(z=q.runtime)==c1?(de="Adobe AIR",k=z.flash.system.Capabilities.os):fe(z=q.phantom)==It?(de="PhantomJS",Ue=(z=z.version||null)&&z.major+"."+z.minor+"."+z.patch):"number"==typeof Vt.documentMode&&(z=/\bTrident\/(\d+)/i.exec(D))&&(Ue=[Ue,Vt.documentMode],(z=+z[1]+4)!=Ue[1]&&(ut.push("IE "+Ue[1]+" mode"),nt&&(nt[1]=""),Ue[1]=z),Ue="IE"==de?String(Ue[1].toFixed(1)):Ue[0]);k=k&&ce(k)}Ue&&(z=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Ue)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(lt&&Ce.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(Ft=/b/i.test(z)?"beta":"alpha",Ue=Ue.replace(RegExp(z+"\\+?$"),"")+("beta"==Ft?q1:Bt)+(/\d+\+?/.exec(z)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(k)?de="Firefox Mobile":"Maxthon"==de&&Ue?Ue=Ue.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test(We)?(k=null,"Xbox 360"==We&&/\bIEMobile\b/.test(D)&&ut.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||We||/Browser|Mobi/.test(de))||"Windows CE"!=k&&!/Mobi/i.test(D)?"IE"==de&<&&null===q.external?ut.unshift("platform preview"):(/\bBlackBerry\b/.test(We)||/\bBB10\b/.test(D))&&(z=(RegExp(We.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Ue)?(k=((z=[z,/BB10/.test(D)])[1]?(We=null,ze="BlackBerry"):"Device Software")+" "+z[0],Ue=null):this!=ne&&"Wii"!=We&&(lt&&Nt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(k)||"IE"==de&&(k&&!/^Win/.test(k)&&Ue>5.5||/\bWindows XP\b/.test(k)&&Ue>8||8==Ue&&!/\bTrident\b/.test(D)))&&!re.test(z=W.call(ne,D.replace(re,"")+";"))&&z.name&&(z="ing as "+z.name+((z=z.version)?" "+z:""),re.test(de)?(/\bIE\b/.test(z)&&"Mac OS"==k&&(k=null),z="identify"+z):(z="mask"+z,de=Jt?ce(Jt.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(z)&&(k=null),lt||(Ue=null)),nt=["Presto"],ut.push(z)):de+=" Mobile",(z=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(z=[parseFloat(z.replace(/\.(\d)$/,".0$1")),z],"Safari"==de&&"+"==z[1].slice(-1)?(de="WebKit Nightly",Ft="alpha",Ue=z[1].slice(0,-1)):(Ue==z[1]||Ue==(z[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Ue=null),z[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==z[0]&&537.36==z[2]&&parseFloat(z[1])>=28&&"WebKit"==nt&&(nt=["Blink"]),lt&&(ct||z[1])?(nt&&(nt[1]="like Chrome"),z=z[1]||((z=z[0])<530?1:z<532?2:z<532.05?3:z<533?4:z<534.03?5:z<534.07?6:z<534.1?7:z<534.13?8:z<534.16?9:z<534.24?10:z<534.3?11:z<535.01?12:z<535.02?"13+":z<535.07?15:z<535.11?16:z<535.19?17:z<536.05?18:z<536.1?19:z<537.01?20:z<537.11?"21+":z<537.13?23:z<537.18?24:z<537.24?25:z<537.36?26:"Blink"!=nt?"27":"28")):(nt&&(nt[1]="like Safari"),z=(z=z[0])<400?1:z<500?2:z<526?3:z<533?4:z<534?"4+":z<535?5:z<537?6:z<538?7:z<601?8:"8"),nt&&(nt[1]+=" "+(z+="number"==typeof z?".x":/[.+]/.test(z)?"":"+")),"Safari"==de&&(!Ue||parseInt(Ue)>45)&&(Ue=z)),"Opera"==de&&(z=/\bzbov|zvav$/.exec(k))?(de+=" ",ut.unshift("desktop mode"),"zvav"==z?(de+="Mini",Ue=null):de+="Mobile",k=k.replace(RegExp(" *"+z+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(nt&&nt[1])&&(ut.unshift("desktop mode"),de="Chrome Mobile",Ue=null,/\bOS X\b/.test(k)?(ze="Apple",k="iOS 4.3+"):k=null),Ue&&0==Ue.indexOf(z=/[\d.]+$/.exec(k))&&D.indexOf("/"+z+"-")>-1&&(k=ae(k.replace(z,""))),nt&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(k)&&/\bSafari\b/.test(nt[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&nt[1])&&(z=nt[nt.length-1])&&ut.push(z),ut.length&&(ut=["("+ut.join("; ")+")"]),ze&&We&&We.indexOf(ze)<0&&ut.push("on "+ze),We&&ut.push((/^on /.test(ut[ut.length-1])?"":"on ")+We),k&&(z=/ ([\d.+]+)$/.exec(k),K1=z&&"/"==k.charAt(k.length-z[0].length-1),k={architecture:32,family:z&&!K1?k.replace(z[0],""):k,version:z?z[1]:null,toString:function(){var _e=this.version;return this.family+(_e&&!K1?" "+_e:"")+(64==this.architecture?" 64-bit":"")}}),(z=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(b1))&&!/\bi686\b/i.test(b1)?(k&&(k.architecture=64,k.family=k.family.replace(RegExp(" *"+z),"")),de&&(/\bWOW64\b/i.test(D)||lt&&/\w(?:86|32)$/.test(Ce.cpuClass||Ce.platform)&&!/\bWin64; x64\b/i.test(D))&&ut.unshift("32-bit")):k&&/^OS X/.test(k.family)&&"Chrome"==de&&parseFloat(Ue)>=39&&(k.architecture=64),D||(D=null);var Ye={};return Ye.description=D,Ye.layout=nt&&nt[0],Ye.manufacturer=ze,Ye.name=de,Ye.prerelease=Ft,Ye.product=We,Ye.ua=D,Ye.version=de&&Ue,Ye.os=k||{architecture:null,family:null,version:null,toString:function(){return"null"}},Ye.parse=W,Ye.toString=function je(){return this.description||""},Ye.version&&ut.unshift(Ue),Ye.name&&ut.unshift(de),k&&de&&!(k==String(k).split(" ")[0]&&(k==de.split(" ")[0]||We))&&ut.push(We?"("+k+")":"on "+k),ut.length&&(Ye.description=ut.join(" ")),Ye}();Z.platform=ge,void 0!==(i=function(){return ge}.call(we,x,we,ht))&&(ht.exports=i)}.call(this)},5649:()=>{ -/*! ***************************************************************************** - Copyright (C) Microsoft. All rights reserved. - Licensed under the Apache License, Version 2.0 (the "License"); you may not use - this file except in compliance with the License. You may obtain a copy of the - License at http://www.apache.org/licenses/LICENSE-2.0 - - THIS CODE IS PROVIDED ON AN *AS IS* BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY - KIND, EITHER EXPRESS OR IMPLIED, INCLUDING WITHOUT LIMITATION ANY IMPLIED - WARRANTIES OR CONDITIONS OF TITLE, FITNESS FOR A PARTICULAR PURPOSE, - MERCHANTABLITY OR NON-INFRINGEMENT. - - See the Apache Version 2.0 License for specific language governing permissions - and limitations under the License. - ***************************************************************************** */ -var ht,we;we=ht||(ht={}),function(x){var i="object"==typeof global?global:"object"==typeof self?self:"object"==typeof this?this:Function("return this;")(),v=Z(we);function Z($,F){return function(B,Y){"function"!=typeof $[B]&&Object.defineProperty($,B,{configurable:!0,writable:!0,value:Y}),F&&F(B,Y)}}typeof i.Reflect>"u"?i.Reflect=we:v=Z(i.Reflect,v),function(x){var i=Object.prototype.hasOwnProperty,v="function"==typeof Symbol,Z=v&&typeof Symbol.toPrimitive<"u"?Symbol.toPrimitive:"@@toPrimitive",$=v&&typeof Symbol.iterator<"u"?Symbol.iterator:"@@iterator",F="function"==typeof Object.create,B={__proto__:[]}instanceof Array,Y=!F&&!B,X={create:F?function(){return Re(Object.create(null))}:B?function(){return Re({__proto__:null})}:function(){return Re({})},has:Y?function(ee,me){return i.call(ee,me)}:function(ee,me){return me in ee},get:Y?function(ee,me){return i.call(ee,me)?ee[me]:void 0}:function(ee,me){return ee[me]}},re=Object.getPrototypeOf(Function),H="object"==typeof process&&process.env&&"true"===process.env.REFLECT_METADATA_USE_MAP_POLYFILL,U=H||"function"!=typeof Map||"function"!=typeof Map.prototype.entries?ze():Map,se=H||"function"!=typeof Set||"function"!=typeof Set.prototype.entries?k():Set,ye=new(H||"function"!=typeof WeakMap?be():WeakMap);function Oe(ee,me,xe,Fe){if(St(xe)){if(!z(ee))throw new TypeError;if(!ut(me))throw new TypeError;return ge(ee,me)}if(!z(ee))throw new TypeError;if(!Pt(me))throw new TypeError;if(!Pt(Fe)&&!St(Fe)&&!It(Fe))throw new TypeError;return It(Fe)&&(Fe=void 0),D(ee,me,xe=Jt(xe),Fe)}function Ne(ee,me){function xe(Fe,je){if(!Pt(Fe))throw new TypeError;if(!St(je)&&!Ft(je))throw new TypeError;ct(ee,me,Fe,je)}return xe}function ce(ee,me,xe,Fe){if(!Pt(xe))throw new TypeError;return St(Fe)||(Fe=Jt(Fe)),ct(ee,me,xe,Fe)}function ne(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),pe(ee,me,xe)}function fe(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),Ce(ee,me,xe)}function Ee(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),Ve(ee,me,xe)}function Se(ee,me,xe){if(!Pt(me))throw new TypeError;return St(xe)||(xe=Jt(xe)),at(ee,me,xe)}function Pe(ee,me){if(!Pt(ee))throw new TypeError;return St(me)||(me=Jt(me)),At(ee,me)}function ae(ee,me){if(!Pt(ee))throw new TypeError;return St(me)||(me=Jt(me)),c1(ee,me)}function W(ee,me,xe){if(!Pt(me))throw new TypeError;St(xe)||(xe=Jt(xe));var Fe=q(me,xe,!1);if(St(Fe)||!Fe.delete(ee))return!1;if(Fe.size>0)return!0;var je=ye.get(me);return je.delete(xe),je.size>0||ye.delete(me),!0}function ge(ee,me){for(var xe=ee.length-1;xe>=0;--xe){var je=(0,ee[xe])(me);if(!St(je)&&!It(je)){if(!ut(je))throw new TypeError;me=je}}return me}function D(ee,me,xe,Fe){for(var je=ee.length-1;je>=0;--je){var _e=(0,ee[je])(me,xe,Fe);if(!St(_e)&&!It(_e)){if(!Pt(_e))throw new TypeError;Fe=_e}}return Fe}function q(ee,me,xe){var Fe=ye.get(ee);if(St(Fe)){if(!xe)return;Fe=new U,ye.set(ee,Fe)}var je=Fe.get(me);if(St(je)){if(!xe)return;je=new U,Fe.set(me,je)}return je}function pe(ee,me,xe){if(Ce(ee,me,xe))return!0;var je=We(me);return!It(je)&&pe(ee,je,xe)}function Ce(ee,me,xe){var Fe=q(me,xe,!1);return!St(Fe)&&Vt(Fe.has(ee))}function Ve(ee,me,xe){if(Ce(ee,me,xe))return at(ee,me,xe);var je=We(me);return It(je)?void 0:Ve(ee,je,xe)}function at(ee,me,xe){var Fe=q(me,xe,!1);if(!St(Fe))return Fe.get(ee)}function ct(ee,me,xe,Fe){q(xe,Fe,!0).set(ee,me)}function At(ee,me){var xe=c1(ee,me),Fe=We(ee);if(null===Fe)return xe;var je=At(Fe,me);if(je.length<=0)return xe;if(xe.length<=0)return je;for(var Ye=new se,_e=[],P=0,V=xe;P=0&&P=this._keys.length?(this._index=-1,this._keys=me,this._values=me):this._index++,{value:V,done:!1}}return{value:void 0,done:!0}},_e.prototype.throw=function(P){throw this._index>=0&&(this._index=-1,this._keys=me,this._values=me),P},_e.prototype.return=function(P){return this._index>=0&&(this._index=-1,this._keys=me,this._values=me),{value:P,done:!0}},_e}();return function(){function _e(){this._keys=[],this._values=[],this._cacheKey=ee,this._cacheIndex=-2}return Object.defineProperty(_e.prototype,"size",{get:function(){return this._keys.length},enumerable:!0,configurable:!0}),_e.prototype.has=function(P){return this._find(P,!1)>=0},_e.prototype.get=function(P){var V=this._find(P,!1);return V>=0?this._values[V]:void 0},_e.prototype.set=function(P,V){var le=this._find(P,!0);return this._values[le]=V,this},_e.prototype.delete=function(P){var V=this._find(P,!1);if(V>=0){for(var le=this._keys.length,He=V+1;He{"use strict";x.d(we,{y:()=>U});var i=x(14);var Z=x(1482),$=x(9957);var B=x(6831),Y=x(1356);function re(he){return 0===he.length?Y.y:1===he.length?he[0]:function(Oe){return he.reduce((Ne,ce)=>ce(Ne),Oe)}}var H=x(146);class U{constructor(ye){this._isScalar=!1,ye&&(this._subscribe=ye)}lift(ye){const Oe=new U;return Oe.source=this,Oe.operator=ye,Oe}subscribe(ye,Oe,Ne){const{operator:ce}=this,ne=function F(he,ye,Oe){if(he){if(he instanceof i.L)return he;if(he[Z.b])return he[Z.b]()}return he||ye||Oe?new i.L(he,ye,Oe):new i.L($.c)}(ye,Oe,Ne);if(ce?ne.add(ce.call(ne,this.source)):ne.add(this.source||H.v.useDeprecatedSynchronousErrorHandling&&!ne.syncErrorThrowable?this._subscribe(ne):this._trySubscribe(ne)),H.v.useDeprecatedSynchronousErrorHandling&&ne.syncErrorThrowable&&(ne.syncErrorThrowable=!1,ne.syncErrorThrown))throw ne.syncErrorValue;return ne}_trySubscribe(ye){try{return this._subscribe(ye)}catch(Oe){H.v.useDeprecatedSynchronousErrorHandling&&(ye.syncErrorThrown=!0,ye.syncErrorValue=Oe),function v(he){for(;he;){const{closed:ye,destination:Oe,isStopped:Ne}=he;if(ye||Ne)return!1;he=Oe&&Oe instanceof i.L?Oe:null}return!0}(ye)?ye.error(Oe):console.warn(Oe)}}forEach(ye,Oe){return new(Oe=se(Oe))((Ne,ce)=>{let ne;ne=this.subscribe(fe=>{try{ye(fe)}catch(Ee){ce(Ee),ne&&ne.unsubscribe()}},ce,Ne)})}_subscribe(ye){const{source:Oe}=this;return Oe&&Oe.subscribe(ye)}[B.L](){return this}pipe(...ye){return 0===ye.length?this:re(ye)(this)}toPromise(ye){return new(ye=se(ye))((Oe,Ne)=>{let ce;this.subscribe(ne=>ce=ne,ne=>Ne(ne),()=>Oe(ce))})}}function se(he){if(he||(he=H.v.Promise||Promise),!he)throw new Error("no Promise impl found");return he}U.create=he=>new U(he)},9957:(ht,we,x)=>{"use strict";x.d(we,{c:()=>Z});var i=x(146),v=x(8897);const Z={closed:!0,next($){},error($){if(i.v.useDeprecatedSynchronousErrorHandling)throw $;(0,v.z)($)},complete(){}}},2218:(ht,we,x)=>{"use strict";x.d(we,{Yc:()=>Y,xQ:()=>X});var i=x(5901),v=x(14),Z=x(6957),$=x(9086),F=x(1722),B=x(1482);class Y extends v.L{constructor(U){super(U),this.destination=U}}class X extends i.y{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[B.b](){return new Y(this)}lift(U){const se=new re(this,this);return se.operator=U,se}next(U){if(this.closed)throw new $.N;if(!this.isStopped){const{observers:se}=this,he=se.length,ye=se.slice();for(let Oe=0;Oenew re(H,U);class re extends X{constructor(U,se){super(),this.destination=U,this.source=se}next(U){const{destination:se}=this;se&&se.next&&se.next(U)}error(U){const{destination:se}=this;se&&se.error&&this.destination.error(U)}complete(){const{destination:U}=this;U&&U.complete&&this.destination.complete()}_subscribe(U){const{source:se}=this;return se?this.source.subscribe(U):Z.w.EMPTY}}},1722:(ht,we,x)=>{"use strict";x.d(we,{W:()=>v});var i=x(6957);class v extends i.w{constructor($,F){super(),this.subject=$,this.subscriber=F,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const $=this.subject,F=$.observers;if(this.subject=null,!F||0===F.length||$.isStopped||$.closed)return;const B=F.indexOf(this.subscriber);-1!==B&&F.splice(B,1)}}},14:(ht,we,x)=>{"use strict";x.d(we,{L:()=>Y});var i=x(1900),v=x(9957),Z=x(6957),$=x(1482),F=x(146),B=x(8897);class Y extends Z.w{constructor(H,U,se){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=v.c;break;case 1:if(!H){this.destination=v.c;break}if("object"==typeof H){H instanceof Y?(this.syncErrorThrowable=H.syncErrorThrowable,this.destination=H,H.add(this)):(this.syncErrorThrowable=!0,this.destination=new X(this,H));break}default:this.syncErrorThrowable=!0,this.destination=new X(this,H,U,se)}}[$.b](){return this}static create(H,U,se){const he=new Y(H,U,se);return he.syncErrorThrowable=!1,he}next(H){this.isStopped||this._next(H)}error(H){this.isStopped||(this.isStopped=!0,this._error(H))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(H){this.destination.next(H)}_error(H){this.destination.error(H),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:H}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=H,this}}class X extends Y{constructor(H,U,se,he){super(),this._parentSubscriber=H;let ye,Oe=this;(0,i.m)(U)?ye=U:U&&(ye=U.next,se=U.error,he=U.complete,U!==v.c&&(Oe=Object.create(U),(0,i.m)(Oe.unsubscribe)&&this.add(Oe.unsubscribe.bind(Oe)),Oe.unsubscribe=this.unsubscribe.bind(this))),this._context=Oe,this._next=ye,this._error=se,this._complete=he}next(H){if(!this.isStopped&&this._next){const{_parentSubscriber:U}=this;F.v.useDeprecatedSynchronousErrorHandling&&U.syncErrorThrowable?this.__tryOrSetError(U,this._next,H)&&this.unsubscribe():this.__tryOrUnsub(this._next,H)}}error(H){if(!this.isStopped){const{_parentSubscriber:U}=this,{useDeprecatedSynchronousErrorHandling:se}=F.v;if(this._error)se&&U.syncErrorThrowable?(this.__tryOrSetError(U,this._error,H),this.unsubscribe()):(this.__tryOrUnsub(this._error,H),this.unsubscribe());else if(U.syncErrorThrowable)se?(U.syncErrorValue=H,U.syncErrorThrown=!0):(0,B.z)(H),this.unsubscribe();else{if(this.unsubscribe(),se)throw H;(0,B.z)(H)}}}complete(){if(!this.isStopped){const{_parentSubscriber:H}=this;if(this._complete){const U=()=>this._complete.call(this._context);F.v.useDeprecatedSynchronousErrorHandling&&H.syncErrorThrowable?(this.__tryOrSetError(H,U),this.unsubscribe()):(this.__tryOrUnsub(U),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(H,U){try{H.call(this._context,U)}catch(se){if(this.unsubscribe(),F.v.useDeprecatedSynchronousErrorHandling)throw se;(0,B.z)(se)}}__tryOrSetError(H,U,se){if(!F.v.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{U.call(this._context,se)}catch(he){return F.v.useDeprecatedSynchronousErrorHandling?(H.syncErrorValue=he,H.syncErrorThrown=!0,!0):((0,B.z)(he),!0)}return!1}_unsubscribe(){const{_parentSubscriber:H}=this;this._context=null,this._parentSubscriber=null,H.unsubscribe()}}},6957:(ht,we,x)=>{"use strict";x.d(we,{w:()=>B});var i=x(4327),v=x(6549),Z=x(1900);const F=(()=>{function X(re){return Error.call(this),this.message=re?`${re.length} errors occurred during unsubscription:\n${re.map((H,U)=>`${U+1}) ${H.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=re,this}return X.prototype=Object.create(Error.prototype),X})();class B{constructor(re){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,re&&(this._ctorUnsubscribe=!0,this._unsubscribe=re)}unsubscribe(){let re;if(this.closed)return;let{_parentOrParents:H,_ctorUnsubscribe:U,_unsubscribe:se,_subscriptions:he}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,H instanceof B)H.remove(this);else if(null!==H)for(let ye=0;yere.concat(H instanceof F?H.errors:H),[])}B.EMPTY=((X=new B).closed=!0,X)},146:(ht,we,x)=>{"use strict";x.d(we,{v:()=>v});let i=!1;const v={Promise:void 0,set useDeprecatedSynchronousErrorHandling(Z){if(Z){const $=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+$.stack)}else i&&console.log("RxJS: Back to a better error behavior. Thank you. <3");i=Z},get useDeprecatedSynchronousErrorHandling(){return i}}},2831:(ht,we,x)=>{"use strict";x.d(we,{Ds:()=>B,IY:()=>$,ft:()=>X});var i=x(14),v=x(5901),Z=x(3956);class $ extends i.L{constructor(H){super(),this.parent=H}_next(H){this.parent.notifyNext(H)}_error(H){this.parent.notifyError(H),this.unsubscribe()}_complete(){this.parent.notifyComplete(),this.unsubscribe()}}class B extends i.L{notifyNext(H){this.destination.next(H)}notifyError(H){this.destination.error(H)}notifyComplete(){this.destination.complete()}}function X(re,H){if(H.closed)return;if(re instanceof v.y)return re.subscribe(H);let U;try{U=(0,Z.s)(re)(H)}catch(se){H.error(se)}return U}},4858:(ht,we,x)=>{"use strict";x.d(we,{D:()=>Oe});var i=x(5901),v=x(3956),Z=x(6957),$=x(6831);var Y=x(8403),X=x(2803);var U=x(5192),se=x(5122);function ye(Ne,ce){if(null!=Ne){if(function H(Ne){return Ne&&"function"==typeof Ne[$.L]}(Ne))return function F(Ne,ce){return new i.y(ne=>{const fe=new Z.w;return fe.add(ce.schedule(()=>{const Ee=Ne[$.L]();fe.add(Ee.subscribe({next(Se){fe.add(ce.schedule(()=>ne.next(Se)))},error(Se){fe.add(ce.schedule(()=>ne.error(Se)))},complete(){fe.add(ce.schedule(()=>ne.complete()))}}))})),fe})}(Ne,ce);if((0,U.t)(Ne))return function B(Ne,ce){return new i.y(ne=>{const fe=new Z.w;return fe.add(ce.schedule(()=>Ne.then(Ee=>{fe.add(ce.schedule(()=>{ne.next(Ee),fe.add(ce.schedule(()=>ne.complete()))}))},Ee=>{fe.add(ce.schedule(()=>ne.error(Ee)))}))),fe})}(Ne,ce);if((0,se.z)(Ne))return(0,Y.r)(Ne,ce);if(function he(Ne){return Ne&&"function"==typeof Ne[X.hZ]}(Ne)||"string"==typeof Ne)return function re(Ne,ce){if(!Ne)throw new Error("Iterable cannot be null");return new i.y(ne=>{const fe=new Z.w;let Ee;return fe.add(()=>{Ee&&"function"==typeof Ee.return&&Ee.return()}),fe.add(ce.schedule(()=>{Ee=Ne[X.hZ](),fe.add(ce.schedule(function(){if(ne.closed)return;let Se,Pe;try{const ae=Ee.next();Se=ae.value,Pe=ae.done}catch(ae){return void ne.error(ae)}Pe?ne.complete():(ne.next(Se),this.schedule())}))})),fe})}(Ne,ce)}throw new TypeError((null!==Ne&&typeof Ne||Ne)+" is not observable")}function Oe(Ne,ce){return ce?ye(Ne,ce):Ne instanceof i.y?Ne:new i.y((0,v.s)(Ne))}},8005:(ht,we,x)=>{"use strict";x.d(we,{n:()=>$});var i=x(5901),v=x(5414),Z=x(8403);function $(F,B){return B?(0,Z.r)(F,B):new i.y((0,v.V)(F))}},6312:(ht,we,x)=>{"use strict";x.d(we,{R:()=>B});var i=x(5901),v=x(4327),Z=x(1900),$=x(6942);Object.prototype.toString;function B(U,se,he,ye){return(0,Z.m)(he)&&(ye=he,he=void 0),ye?B(U,se,he).pipe((0,$.U)(Oe=>(0,v.k)(Oe)?ye(...Oe):ye(Oe))):new i.y(Oe=>{Y(U,se,function Ne(ce){arguments.length>1?Oe.next(Array.prototype.slice.call(arguments)):Oe.next(ce)},Oe,he)})}function Y(U,se,he,ye,Oe){let Ne;if(function H(U){return U&&"function"==typeof U.addEventListener&&"function"==typeof U.removeEventListener}(U)){const ce=U;U.addEventListener(se,he,Oe),Ne=()=>ce.removeEventListener(se,he,Oe)}else if(function re(U){return U&&"function"==typeof U.on&&"function"==typeof U.off}(U)){const ce=U;U.on(se,he),Ne=()=>ce.off(se,he)}else if(function X(U){return U&&"function"==typeof U.addListener&&"function"==typeof U.removeListener}(U)){const ce=U;U.addListener(se,he),Ne=()=>ce.removeListener(se,he)}else{if(!U||!U.length)throw new TypeError("Invalid event target");for(let ce=0,ne=U.length;ce{"use strict";x.d(we,{T:()=>Y});var i=x(5901),v=x(7507),Z=x(522),$=x(1356);var B=x(8005);function Y(...X){let re=Number.POSITIVE_INFINITY,H=null,U=X[X.length-1];return(0,v.K)(U)?(H=X.pop(),X.length>1&&"number"==typeof X[X.length-1]&&(re=X.pop())):"number"==typeof U&&(re=X.pop()),null===H&&1===X.length&&X[0]instanceof i.y?X[0]:function F(X=Number.POSITIVE_INFINITY){return(0,Z.zg)($.y,X)}(re)((0,B.n)(X,H))}},4139:(ht,we,x)=>{"use strict";x.d(we,{of:()=>$});var i=x(7507),v=x(8005),Z=x(8403);function $(...F){let B=F[F.length-1];return(0,i.K)(B)?(F.pop(),(0,Z.r)(F,B)):(0,v.n)(F)}},6942:(ht,we,x)=>{"use strict";x.d(we,{U:()=>v});var i=x(14);function v(F,B){return function(X){if("function"!=typeof F)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return X.lift(new Z(F,B))}}class Z{constructor(B,Y){this.project=B,this.thisArg=Y}call(B,Y){return Y.subscribe(new $(B,this.project,this.thisArg))}}class $ extends i.L{constructor(B,Y,X){super(B),this.project=Y,this.count=0,this.thisArg=X||this}_next(B){let Y;try{Y=this.project.call(this.thisArg,B,this.count++)}catch(X){return void this.destination.error(X)}this.destination.next(Y)}}},522:(ht,we,x)=>{"use strict";x.d(we,{zg:()=>$});var i=x(6942),v=x(4858),Z=x(2831);function $(X,re,H=Number.POSITIVE_INFINITY){return"function"==typeof re?U=>U.pipe($((se,he)=>(0,v.D)(X(se,he)).pipe((0,i.U)((ye,Oe)=>re(se,ye,he,Oe))),H)):("number"==typeof re&&(H=re),U=>U.lift(new F(X,H)))}class F{constructor(re,H=Number.POSITIVE_INFINITY){this.project=re,this.concurrent=H}call(re,H){return H.subscribe(new B(re,this.project,this.concurrent))}}class B extends Z.Ds{constructor(re,H,U=Number.POSITIVE_INFINITY){super(re),this.project=H,this.concurrent=U,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(re){this.active0?this._next(re.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}},8403:(ht,we,x)=>{"use strict";x.d(we,{r:()=>Z});var i=x(5901),v=x(6957);function Z($,F){return new i.y(B=>{const Y=new v.w;let X=0;return Y.add(F.schedule(function(){X!==$.length?(B.next($[X++]),B.closed||Y.add(this.schedule())):B.complete()})),Y})}},2803:(ht,we,x)=>{"use strict";x.d(we,{hZ:()=>v});const v=function i(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},6831:(ht,we,x)=>{"use strict";x.d(we,{L:()=>i});const i="function"==typeof Symbol&&Symbol.observable||"@@observable"},1482:(ht,we,x)=>{"use strict";x.d(we,{b:()=>i});const i="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()},9086:(ht,we,x)=>{"use strict";x.d(we,{N:()=>v});const v=(()=>{function Z(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return Z.prototype=Object.create(Error.prototype),Z})()},8897:(ht,we,x)=>{"use strict";function i(v){setTimeout(()=>{throw v},0)}x.d(we,{z:()=>i})},1356:(ht,we,x)=>{"use strict";function i(v){return v}x.d(we,{y:()=>i})},4327:(ht,we,x)=>{"use strict";x.d(we,{k:()=>i});const i=Array.isArray||(v=>v&&"number"==typeof v.length)},5122:(ht,we,x)=>{"use strict";x.d(we,{z:()=>i});const i=v=>v&&"number"==typeof v.length&&"function"!=typeof v},1900:(ht,we,x)=>{"use strict";function i(v){return"function"==typeof v}x.d(we,{m:()=>i})},6549:(ht,we,x)=>{"use strict";function i(v){return null!==v&&"object"==typeof v}x.d(we,{K:()=>i})},5192:(ht,we,x)=>{"use strict";function i(v){return!!v&&"function"!=typeof v.subscribe&&"function"==typeof v.then}x.d(we,{t:()=>i})},7507:(ht,we,x)=>{"use strict";function i(v){return v&&"function"==typeof v.schedule}x.d(we,{K:()=>i})},3956:(ht,we,x)=>{"use strict";x.d(we,{s:()=>U});var i=x(5414),v=x(8897);var $=x(2803);var B=x(6831);var X=x(5122),re=x(5192),H=x(6549);const U=se=>{if(se&&"function"==typeof se[B.L])return(se=>he=>{const ye=se[B.L]();if("function"!=typeof ye.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return ye.subscribe(he)})(se);if((0,X.z)(se))return(0,i.V)(se);if((0,re.t)(se))return(se=>he=>(se.then(ye=>{he.closed||(he.next(ye),he.complete())},ye=>he.error(ye)).then(null,v.z),he))(se);if(se&&"function"==typeof se[$.hZ])return(se=>he=>{const ye=se[$.hZ]();for(;;){let Oe;try{Oe=ye.next()}catch(Ne){return he.error(Ne),he}if(Oe.done){he.complete();break}if(he.next(Oe.value),he.closed)break}return"function"==typeof ye.return&&he.add(()=>{ye.return&&ye.return()}),he})(se);{const ye=`You provided ${(0,H.K)(se)?"an invalid object":`'${se}'`} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`;throw new TypeError(ye)}}},5414:(ht,we,x)=>{"use strict";x.d(we,{V:()=>i});const i=v=>Z=>{for(let $=0,F=v.length;${"use strict";x.d(we,{T_:()=>m2,uY:()=>sr,N3:()=>A2,u_:()=>$n,ye:()=>c2,bf:()=>_2,Z2:()=>En,Yi:()=>u2,A3:()=>zn,x0:()=>In,vM:()=>Jn});var i=x(8008),v=x(4666),Z=x(609);function $(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var l=u.context,f=u.label,m=void 0===f?"context-to-element":f,b=u.resolveDocument,A=u.defaultToDocument,oe=$(l)[0];if(b&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&A)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function B(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=[],m=F({label:"get/parents",context:l});m;)f.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return f}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],X=null;function H(u,l){return X||function re(u){Y.some(function(l){return!!u[l]&&(X=l,!0)})}(u),u[X](l)}var U=x(7228),se=x.n(U),he=JSON.parse(JSON.stringify(se())),ye=he.os.family||"",Oe="Android"===ye,Ne="Windows"===ye.slice(0,7),ce="OS X"===ye,ne="iOS"===ye,fe="Blink"===he.layout,Ee="Gecko"===he.layout,Se="Trident"===he.layout,Pe="EdgeHTML"===he.layout,ae="WebKit"===he.layout,W=parseFloat(he.version),ge=Math.floor(W);he.majorVersion=ge,he.is={ANDROID:Oe,WINDOWS:Ne,OSX:ce,IOS:ne,BLINK:fe,GECKO:Ee,TRIDENT:Se,EDGE:Pe,WEBKIT:ae,IE9:Se&&9===ge,IE10:Se&&10===ge,IE11:Se&&11===ge};const D=he;function Ve(u){var l=function q(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},l=document.createElement("iframe");l.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),l.setAttribute("aria-live","off"),l.setAttribute("aria-busy","true"),l.setAttribute("aria-hidden","true"),document.body.appendChild(l);var f=l.contentWindow,m=f.document;m.open(),m.close();var b=m.createElement("div");return m.body.appendChild(b),u.iframe=l,u.wrapper=b,u.window=f,u.document=m,u}(),f={};return Object.keys(u).map(function(m){f[m]=function pe(u,l){u.wrapper.innerHTML="";var f="string"==typeof l.element?u.document.createElement(l.element):l.element(u.wrapper,u.document),m=l.mutate&&l.mutate(f,u.wrapper,u.document);return!m&&!1!==m&&(m=f),!f.parentNode&&u.wrapper.appendChild(f),m&&m.focus&&m.focus(),l.validate?l.validate(f,m,u.document):u.document.activeElement===m}(l,u[m])}),function Ce(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(l),f}var zt=typeof window<"u"&&window.navigator.userAgent||"",St="ally-supports-cache",It=function At(u){var l=void 0;try{l=(l=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(l):{}}catch{l={}}return l}(St);(It.userAgent!==zt||"1.4.1"!==It.version)&&(It={}),It.userAgent=zt,It.version="1.4.1";const $t_get=function(){return It},$t_set=function(l){Object.keys(l).forEach(function(f){It[f]=l[f]}),It.time=(new Date).toISOString(),function c1(u,l){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(l))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(St,It)};function Pt(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const Bt="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",q1={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},Vt={element:"div",mutate:function(l){return l.innerHTML='',!1},validate:function(l,f,m){if(D.is.GECKO)return!0;var b=l.querySelector("area");return b.focus(),m.activeElement===b}},Nt={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===f}},z={name:"can-focus-audio-without-controls",element:"audio",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}},ut={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("area")}},de={element:"a",mutate:function(l){return l.href="#void",l.innerHTML='',l.querySelector("img")}},We={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")}};var k=!D.is.WEBKIT;const me="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",xe={element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50"),l.style.visibility="hidden"}},Fe={name:"can-focus-object-svg",element:"object",mutate:function(l){l.setAttribute("type","image/svg+xml"),l.setAttribute("data",me),l.setAttribute("width","200"),l.setAttribute("height","50")},validate:function(l,f,m){return!!D.is.GECKO||m.activeElement===l}};var je=!D.is.IE9;const _e={element:"div",mutate:function(l){return l.innerHTML='',l.querySelector("img")},validate:function(l,f,m){var b=l.querySelector("area");return m.activeElement===b}};function Dt(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var f=function yt(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(f);var m=f.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(f),!0}function $e(u){return''+u+""}function v1(u,l,f){return function Ht(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Dt(u)}}(l),f.activeElement===l}const V1={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},Gt={element:"div",mutate:function(l){return l.innerHTML=$e('a'),l.querySelector("text")},validate:v1},X1={element:"div",mutate:function(l){return l.innerHTML=$e(['link',''].join("")),l.querySelector("use")},validate:v1},Q1={element:"div",mutate:function(l){return l.innerHTML=$e(''),l.querySelector("foreignObject")||l.getElementsByTagName("foreignObject")[0]},validate:v1};var Ct=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const n2={element:"div",mutate:function(l){return l.innerHTML=$e(""),l.firstChild},validate:v1},A1={element:"video",mutate:function(l){try{l.setAttribute("src","data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7")}catch{}}};var Un=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var G1={cssShadowPiercingDeepCombinator:Pt,focusInZeroDimensionObject:function be(){return k},focusObjectSwf:function Ye(){return je},focusSvgInIframe:function dn(){return Ct},tabsequenceAreaAtImgPosition:function r2(){return Un}},o3={focusAreaImgTabindex:q1,focusAreaTabindex:Vt,focusAreaWithoutHref:Nt,focusAudioWithoutControls:z,focusBrokenImageMap:ut,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(l){return l.setAttribute("tabindex","-1"),l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello',l.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(l){l.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(l){l.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),l.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(l){l.setAttribute("tabindex",0),l.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:We,focusInHiddenIframe:{element:function(l,f){var m=f.createElement("iframe");l.appendChild(m);var b=m.contentWindow.document;return b.open(),b.close(),m},mutate:function(l){l.style.visibility="hidden";var f=l.contentWindow.document,m=f.createElement("input");return f.body.appendChild(m),m},validate:function(l){var f=l.contentWindow.document,m=f.querySelector("input");return f.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(l){l.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(l){l.setAttribute("tabindex","-1")},validate:function(l,f,m){l.offsetHeight;return l.focus(),m.activeElement===l}},focusObjectSvg:Fe,focusObjectSvgHidden:xe,focusRedirectImgUsemap:_e,focusRedirectLegend:{element:"fieldset",mutate:function(l){return l.innerHTML='legend',!1},validate:function(l,f,m){var b=l.querySelector('input[tabindex="-1"]'),A=l.querySelector('input[tabindex="0"]');return l.focus(),l.querySelector("legend").focus(),(m.activeElement===b?"focusable":m.activeElement===A&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(l){return l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
',l.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px;"),l.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(l){l.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),l.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(l){return l.innerHTML="foo

content

",l.firstElementChild}},focusSvgFocusableAttribute:V1,focusSvgTabindexAttribute:gt,focusSvgNegativeTabindexAttribute:Gt,focusSvgUseTabindex:X1,focusSvgForeignobjectTabindex:Q1,focusSvg:n2,focusTabindexTrailingCharacters:{element:"div",mutate:function(l){l.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(l,f,m){var b=m.createDocumentFragment();b.innerHTML="cell",l.appendChild(b)}},focusVideoWithoutControls:A1};var T=null;function Q(){return T||((T=$t_get()).time||($t_set(function Te(){var u=Ve(o3);return Object.keys(G1).forEach(function(l){u[l]=G1[l]()}),u}()),T=$t_get()),T)}var Le=void 0,qe=/^\s*(-|\+)?[0-9]+\s*$/,_t=/^\s*(-|\+)?[0-9]+.*$/;function dt(u){Le||(Le=Q());var l=Le.focusTabindexTrailingCharacters?_t:qe,f=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=f.hasAttribute("tabindex"),b=f.hasAttribute("tabIndex");if(!m&&!b)return!1;if((f.ownerSVGElement||"svg"===f.nodeName.toLowerCase())&&!Le.focusSvgTabindexAttribute)return!1;if(Le.focusInvalidTabindex)return!0;var oe=f.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&l.test(oe))}function bt(u){if(!dt(u))return null;var f=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(f),10);return isNaN(m)?-1:m}function t1(u){var l=u.webkitUserModify||"";return Boolean(l&&-1!==l.indexOf("write"))}function fn(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(l){return"auto"===l||"scroll"===l})}function Ut(u){return u.display.indexOf("flex")>-1}function N1(u,l,f,m){return!("div"!==l&&"span"!==l||f&&"div"!==f&&"span"!==f&&!fn(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1}:f;ke||(ke=Q());var b=F({label:"is/focus-relevant",resolveDocument:!0,context:l});if(!m.shadow&&b.shadowRoot)return!0;var A=b.nodeName.toLowerCase();if("input"===A&&"hidden"===b.type)return!1;if("input"===A||"select"===A||"button"===A||"textarea"===A||"legend"===A&&ke.focusRedirectLegend||"label"===A||"area"===A||"a"===A&&b.hasAttribute("href"))return!0;if("object"===A&&b.hasAttribute("usemap"))return!1;if("object"===A){var oe=b.getAttribute("type");if(!ke.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!ke.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===A||"object"===A||"embed"===A||"keygen"===A||b.hasAttribute("contenteditable")||"audio"===A&&(ke.focusAudioWithoutControls||b.hasAttribute("controls"))||"video"===A&&(ke.focusVideoWithoutControls||b.hasAttribute("controls"))||ke.focusSummary&&"summary"===A)return!0;var Ke=dt(b);if("img"===A&&b.hasAttribute("usemap"))return Ke&&ke.focusImgUsemapTabindex||ke.focusRedirectImgUsemap;if(ke.focusTable&&("table"===A||"td"===A)||ke.focusFieldset&&"fieldset"===A)return!0;var tt="svg"===A,it=b.ownerSVGElement,Ot=b.getAttribute("focusable"),e1=bt(b);if("use"===A&&null!==e1&&!ke.focusSvgUseTabindex)return!1;if("foreignobject"===A)return null!==e1&&ke.focusSvgForeignobjectTabindex;if(H(b,"svg a")&&b.hasAttribute("xlink:href"))return!0;if((tt||it)&&b.focus&&!ke.focusSvgNegativeTabindexAttribute&&e1<0)return!1;if(tt)return Ke||ke.focusSvg||ke.focusSvgInIframe||Boolean(ke.focusSvgFocusableAttribute&&Ot&&"true"===Ot);if(it){if(ke.focusSvgTabindexAttribute&&Ke)return!0;if(ke.focusSvgFocusableAttribute)return"true"===Ot}if(Ke)return!0;var T1=window.getComputedStyle(b,null);if(t1(T1))return!0;if(ke.focusImgIsmap&&"img"===A&&b.hasAttribute("ismap")){var e2=B({context:b}).some(function(xn){return"a"===xn.nodeName.toLowerCase()&&xn.hasAttribute("href")});if(e2)return!0}if(!m.scrollable&&ke.focusScrollContainer)if(ke.focusScrollContainerWithoutOverflow){if(N1(b,A))return!0}else if(fn(T1))return!0;if(!m.flexbox&&ke.focusFlexboxContainer&&Ut(T1))return!0;var cn=b.parentElement;if(!m.scrollable&&cn){var u3=cn.nodeName.toLowerCase(),_n=window.getComputedStyle(cn,null);if(ke.focusScrollBody&&N1(cn,A,u3,_n)||ke.focusChildrenOfFocusableFlexbox&&Ut(_n))return!0}return!1}Mt.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Mt({context:m,except:u})};return l.rules=Mt,l};const P1=Mt.except({});function pn(u,l){if(u.findIndex)return u.findIndex(l);var f=u.length;if(0===f)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:f,b=F({label:"is/visible",resolveDocument:!0,context:l}),A=b.nodeName.toLowerCase();if(!m.notRendered&&Hn.test(A))return!0;var oe=B({context:b}),Ke="audio"===A&&!b.hasAttribute("controls");if(!m.cssDisplay&&s1(Ke?oe.slice(1):oe)||!m.cssVisibility&&yn(oe)||!m.detailsElement&&w1(oe))return!1;if(!m.browsingContext){var tt=Xt(b),it=k1.except(m);if(tt&&!it(tt))return!1}return!0}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return k1({context:m,except:u})};return l.rules=k1,l};const f2=k1.except({});var Yt=x(2232),r1=x.n(Yt);function O2(u,l){return l.querySelector('map[name="'+r1()(u)+'"]')||null}function p2(u){var l=u.parentElement;return l.name&&"map"===l.nodeName.toLowerCase()&&d1(u).querySelector('img[usemap="#'+r1()(l.name)+'"]')||null}var F1=void 0;var f1=void 0,en=void 0,hn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function O1(u){f1||((f1=Q()).focusFieldsetDisabled&&delete hn.fieldset,f1.focusFormDisabled&&delete hn.form,en=new RegExp("^("+Object.keys(hn).join("|")+")$"));var f=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(en.test(f))}var j1=void 0;function T2(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function Sn(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Zn(u){j1||(j1=Q());var l=F({label:"is/disabled",context:u});if(l.hasAttribute("data-ally-disabled"))return!0;if(!O1(l))return!1;if(l.disabled)return!0;var f=B({context:l});return!!(f.some(T2)||!j1.focusFormDisabled&&f.some(Sn))}function L1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{onlyFocusableBrowsingContext:!1,visible:!1}:f,b=F({label:"is/only-tabbable",resolveDocument:!0,context:l});if(!m.visible&&!f2(b))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var A=Xt(b);if(A&&bt(A)<0)return!1}var oe=b.nodeName.toLowerCase(),Ke=bt(b);return"label"===oe&&D.is.GECKO?null!==Ke&&Ke>=0:!!(D.is.GECKO&&b.ownerSVGElement&&!b.focus&&"a"===oe&&b.hasAttribute("xlink:href")&&D.is.GECKO)}L1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return L1({context:m,except:u})};return l.rules=L1,l};const Fn=L1.except({});var Kt=void 0;function v3(u){var l=u.nodeName.toLowerCase();if("embed"===l||"keygen"===l)return!0;var f=bt(u);if(u.shadowRoot&&null===f)return!0;if("label"===l)return!Kt.focusLabelTabindex||null===f;if("legend"===l)return null===f;if(Kt.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===l)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===l&&u.hasAttribute("usemap")?null===f||!Kt.focusImgUsemapTabindex:"area"===l&&!function v2(u){F1||(F1=Q());var l=F({label:"is/valid-area",context:u});if("area"!==l.nodeName.toLowerCase())return!1;var m=l.hasAttribute("tabindex");if(!F1.focusAreaTabindex&&m)return!1;var b=p2(l);return!(!b||!f2(b)||!F1.focusBrokenImageMap&&(!b.complete||!b.naturalHeight||b.offsetWidth<=0||b.offsetHeight<=0))&&(F1.focusAreaWithoutHref||l.href?!B({context:b}).slice(1).some(function(oe){var Ke=oe.nodeName.toLowerCase();return"button"===Ke||"a"===Ke}):F1.focusAreaTabindex&&m||F1.focusAreaImgTabindex&&b.hasAttribute("tabindex"))}(u)}function D1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{disabled:!1,visible:!1,onlyTabbable:!1}:f;Kt||(Kt=Q());var b=Fn.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),A=F({label:"is/focusable",resolveDocument:!0,context:l}),oe=P1.rules({context:A,except:m});if(!oe||v3(A)||!m.disabled&&Zn(A)||!m.onlyTabbable&&b(A))return!1;if(!m.visible){var Ke={context:A,except:{}};if(Kt.focusInHiddenIframe&&(Ke.except.browsingContext=!0),Kt.focusObjectSvgHidden){var tt=A.nodeName.toLowerCase();"object"===tt&&(Ke.except.cssVisibility=!0)}if(!f2.rules(Ke))return!1}var it=Xt(A);if(it){var Ot=it.nodeName.toLowerCase();if(!("object"!==Ot||Kt.focusInZeroDimensionObject||it.offsetWidth&&it.offsetHeight))return!1}var e1=A.nodeName.toLowerCase();return!("svg"===e1&&Kt.focusSvgInIframe&&!it&&null===A.getAttribute("tabindex"))}D1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return D1({context:m,except:u})};return l.rules=D1,l};const M1=D1.except({});function h1(u){var l=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return l.acceptNode=l,l}var K2=h1(P1);function M2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;l||(l=document.documentElement);for(var A=M1.rules.except({onlyTabbable:m}),oe=d1(l),Ke=oe.createTreeWalker(l,NodeFilter.SHOW_ELEMENT,"all"===b?K2:h1(A),!1),tt=[];Ke.nextNode();)Ke.currentNode.shadowRoot?(A(Ke.currentNode)&&tt.push(Ke.currentNode),tt=tt.concat(M2({context:Ke.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:b}))):tt.push(Ke.currentNode);return f&&("all"===b?P1(l)&&tt.unshift(l):A(l)&&tt.unshift(l)),tt}var tn=void 0,nn=void 0;function h2(){return tn||(tn=Q()),"string"==typeof nn||(nn=wt(nn=(tn.focusTable?"table, td,":"")+(tn.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(tn.focusAudioWithoutControls?"audio,":"audio[controls],")+(tn.focusVideoWithoutControls?"video,":"video[controls],")+(tn.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),nn}function bn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=h2(),A=l.querySelectorAll(b),oe=M1.rules.except({onlyTabbable:m}),Ke=[].filter.call(A,oe);return f&&oe(l)&&Ke.unshift(l),Ke}function Wn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=void 0===b?"quick":b,oe=F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:l}),Ke={context:oe,includeContext:f,includeOnlyTabbable:m,strategy:A};if("quick"===A)return bn(Ke);if("strict"===A||"all"===A)return M2(Ke);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Q2(u){var l=u.element,f=u.attribute,m="data-cached-"+f;if(null===l.getAttribute(m)){var A=l.getAttribute(f);if(null===A)return;l.setAttribute(m,A||""),l.removeAttribute(f)}else{var oe=l.getAttribute(m);l.removeAttribute(m),l.setAttribute(f,oe)}}function U1(u){var l=u.element,f=u.attribute,m=u.temporaryValue,b=u.saveValue,A="data-cached-"+f;if(void 0!==m){var oe=b||l.getAttribute(f);l.setAttribute(A,oe||""),l.setAttribute(f,m)}else{var Ke=l.getAttribute(A);l.removeAttribute(A),""===Ke?l.removeAttribute(f):l.setAttribute(f,Ke)}}var rn=function(){};const K=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var on=void 0;function Ln(){K.warn("trying to focus inert element",this)}function Y2(u,l){(function w2(u,l){U1({element:u,attribute:"aria-disabled",temporaryValue:l?"true":void 0})})(u,l),function rr(u,l){if(l){var f=bt(u);U1({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==f?f:""})}else U1({element:u,attribute:"tabindex"})}(u,l),function L2(u,l){l?u.focus=Ln:delete u.focus}(u,l),function L3(u,l){if(l){var f=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",f),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,l);var f=u.nodeName.toLowerCase();("video"===f||"audio"===f)&&function jt(u,l){Q2({element:u,attribute:"controls",remove:l})}(u,l),("svg"===f||u.ownerSVGElement)&&(on.focusSvgFocusableAttribute?function M3(u,l){U1({element:u,attribute:"focusable",temporaryValue:l?"false":void 0})}(u,l):!on.focusSvgTabindexAttribute&&"a"===f&&function w3(u,l){Q2({element:u,attribute:"xlink:href",remove:l})}(u,l)),l?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function gn(u,l){on||(on=Q());var f=F({label:"element/disabled",context:u});l=Boolean(l);var m=f.hasAttribute("data-ally-disabled"),b=1===arguments.length;return O1(f)?b?f.disabled:(f.disabled=l,f):b?m:(m===l||Y2(f,l),f)}var N2=function(l){return l.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function vn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:l}),m=d1(l),b=m.createTreeWalker(f,NodeFilter.SHOW_ELEMENT,N2,!1),A=[];for(f.shadowRoot&&(A.push(f),A=A.concat(vn({context:f.shadowRoot})));b.nextNode();)A.push(b.currentNode),A=A.concat(vn({context:b.currentNode.shadowRoot}));return A}N2.acceptNode=N2;var s3="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},H1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.callback,A=f.config;$2(this,u),this.config=A,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(b),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(l.handleHostMutation,l)}),this.observeContext(m),this.observeShadowHosts(m)}return H1(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(f){var m=this;vn({context:f}).forEach(function(A){return m.observeContext(A.shadowRoot)})}},{key:"observeContext",value:function(f){this.clientObserver.observe(f,this.config),this.hostObserver.observe(f,i1)}},{key:"handleHostMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(b){return b.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function g2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.callback,m=u.config;if("function"!=typeof f)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s3(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var b=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:l}),A=new E1({context:b,callback:f,config:m});return{disengage:A.disengage}}function C2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.parent,f=u.element,m=u.includeSelf;if(l)return function(A){return Boolean(m&&A===l||l.compareDocumentPosition(A)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(f)return function(A){return Boolean(m&&f===A||A.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var y1=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=f.context,b=f.filter;l3(this,u),this._context=$(m||document.documentElement)[0],this._filter=$(b),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var A=Wn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(A),this.shadowObserver=g2({context:this._context,config:Z1,callback:function(Ke){return Ke.forEach(l.handleMutation)}})}return y1(u,[{key:"disengage",value:function(){!this._context||(o2(this._context),this._inertElementCache.forEach(function(f){return o2(f)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(f){return f.map(function(m){return Wn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,b){return m.concat(b)},[])}},{key:"renderInert",value:function(f){var m=this;f.filter(this.filterElements).filter(this.filterParentElements).filter(function(A){return!gn(A)}).forEach(function(oe){m._inertElementCache.push(oe),function Kn(u){return gn(u,!0)}(oe)})}},{key:"filterElements",value:function(f){var m=C2({element:f,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(f){var m=C2({parent:f});return!this._filter.some(m)}},{key:"handleMutation",value:function(f){if("childList"===f.type){var m=$(f.addedNodes).filter(function(A){return A.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var b=this.listQueryFocusable(m);this.renderInert(b)}else"attributes"===f.type&&this.renderInert([f.target])}}]),u}();function z2(u){var l=u.context,f=u.filter,b=[],A=function(it){return f.some(function(Ot){return it===Ot})?NodeFilter.FILTER_REJECT:function(it){var Ot=C2({parent:it});return f.some(Ot)}(it)?NodeFilter.FILTER_ACCEPT:(b.push(it),NodeFilter.FILTER_REJECT)};A.acceptNode=A;for(var Ke=d1(l).createTreeWalker(l,NodeFilter.SHOW_ELEMENT,A,!1);Ke.nextNode(););return b}function Nn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter;if(l=F({label:"get/insignificant-branches",defaultToDocument:!0,context:l}),!(f=$(f)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return z2({context:l,filter:f})}var J2=function(){function u(l,f){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},f=l.context,m=l.filter;jn(this,u),this._context=$(f||document.documentElement)[0],this._filter=$(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var b=Nn({context:this._context,filter:this._filter});b.forEach(Rn),this.startObserver()}return J2(u,[{key:"disengage",value:function(){!this._context||([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),an),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var f=this;!window.MutationObserver||(this._observer=new MutationObserver(function(m){return m.forEach(f.handleMutation)}),this._observer.observe(this._context,q2))}},{key:"handleMutation",value:function(f){"childList"===f.type&&$(f.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(Rn)}},{key:"isInsignificantBranch",value:function(f){if(B({context:f}).some(function(A){return"true"===A.getAttribute("aria-hidden")}))return!1;var b=C2({element:f});return!this._filter.some(b)}}]),u}();function a2(){for(var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=F({label:"get/shadow-host",context:l}),m=null;f;)m=f,f=f.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function Yn(u){var l=F({label:"is/active-element",resolveDocument:!0,context:u});if(d1(l).activeElement===l)return!0;var m=a2({context:l});return!(!m||m.shadowRoot.activeElement!==l)}var sn=void 0,Cn=/^(fieldset|table|td|body)$/;function Dn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.except,m=void 0===f?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:f;sn||(sn=Q());var b=F({label:"is/tabbable",resolveDocument:!0,context:l});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var A=Xt(b);if(A){if(D.is.WEBKIT&&D.is.IOS||bt(A)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!f2(A))return!1;var oe=A.nodeName.toLowerCase();if("object"===oe){var Ke="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ke)return!1}}var tt=b.nodeName.toLowerCase(),it=bt(b),Ot=null===it?null:it>=0;if(D.is.EDGE&&D.majorVersion>=14&&A&&b.ownerSVGElement&&it<0)return!0;var e1=!1!==Ot,T1=null!==it&&it>=0;if(b.hasAttribute("contenteditable"))return e1;if(Cn.test(tt)&&!0!==Ot)return!1;if(D.is.WEBKIT&&D.is.IOS){var e2="input"===tt&&"text"===b.type||"password"===b.type||"select"===tt||"textarea"===tt||b.hasAttribute("contenteditable");if(!e2){var cn=window.getComputedStyle(b,null);e2=t1(cn)}if(!e2)return!1}if("use"===tt&&null!==it&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||H(b,"svg a")&&b.hasAttribute("xlink:href")&&(e1||b.focus&&!sn.focusSvgNegativeTabindexAttribute)||"svg"===tt&&sn.focusSvgInIframe&&e1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===tt)return!!sn.focusSvg||(b.hasAttribute("focusable")||T1);if(b.ownerSVGElement)return!(!sn.focusSvgTabindexAttribute||!T1)||b.hasAttribute("focusable")}if(void 0===b.tabIndex)return Boolean(m.onlyTabbable);if("audio"===tt){if(!b.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===tt)if(b.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===tt&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===tt)return!1;if(!m.scrollable&&D.is.GECKO){var u3=window.getComputedStyle(b,null);if(fn(u3))return e1}if(D.is.TRIDENT||D.is.EDGE){if("area"===tt){var _n=p2(b);if(_n&&bt(_n)<0)return!1}var xn=window.getComputedStyle(b,null);if(t1(xn))return b.tabIndex>=0;if(!m.flexbox&&Ut(xn))return null!==it?T1:O(b)&&p(b);if(N1(b,tt))return!1;var i3=b.parentElement;if(i3){var xr=i3.nodeName.toLowerCase(),x3=window.getComputedStyle(i3,null);if(N1(i3,tt,xr,x3))return!1;if(Ut(x3))return T1}}return b.tabIndex>=0}Dn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=function(m){return Dn({context:m,except:u})};return l.rules=Dn,l};var O=P1.rules.except({flexbox:!0}),p=Dn.except({flexbox:!0});const R=Dn.except({});function De(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy,A=R.rules.except({onlyTabbable:m});return Wn({context:l,includeContext:f,includeOnlyTabbable:m,strategy:b}).filter(A)}function Lt(u,l){return u.compareDocumentPosition(l)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function $1(u){return u.sort(Lt)}function s2(u,l,f){var m=[];return l.forEach(function(b){var A=!0,oe=u.indexOf(b);-1===oe&&(oe=function u1(u,l){return pn(u,function(f){return l.compareDocumentPosition(f)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,b),A=!1),-1===oe&&(oe=u.length);var Ke=$(f?f(b):b);!Ke.length||m.push({offset:oe,replace:A,elements:Ke})}),m}function mn(u,l){var f=0;l.sort(function(m,b){return m.offset-b.offset}),l.forEach(function(m){var b=m.replace?1:0,A=[m.offset+f,b].concat(m.elements);u.splice.apply(u,A),f+=m.elements.length-b})}function I1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.list,f=u.elements,m=u.resolveElement,b=l.slice(0),A=$(f).slice(0);$1(A);var oe=s2(b,A,m);return mn(b,oe),b}var e3=function(){function u(l,f){for(var m=0;m-1?[f].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(f){delete this.hosts[f]._sortingId},this)}}]),u}();function E2(u,l,f){var m=new ln(l,f),b=m.extractElements(u);return b.length===u.length?f(u):m.sort(b)}var P2=void 0;function I2(u,l){var f=u.indexOf(l);return f>0?u.splice(f,1).concat(u):u}function G3(u,l){return P2.tabsequenceAreaAtImgPosition&&(u=function Mr(u,l){var f=l.querySelectorAll("img[usemap]"),m=new B3(l),b=m.extractAreasFromList(u);return f.length?I1({list:b,elements:f,resolveElement:function(oe){var Ke=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ke)}}):b}(u,l)),u=function V3(u){var l={},f=[],m=u.filter(function(A){var oe=A.tabIndex;return void 0===oe&&(oe=bt(A)),oe<=0||null==oe||(l[oe]||(l[oe]=[],f.push(oe)),l[oe].push(A),!1)});return f.sort().map(function(A){return l[A]}).reduceRight(function(A,oe){return oe.concat(A)},m)}(u),u}function p3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.includeContext,m=u.includeOnlyTabbable,b=u.strategy;P2||(P2=Q());var A=$(l)[0]||document.documentElement,oe=De({context:A,includeContext:f,includeOnlyTabbable:m,strategy:b});return oe=document.body.createShadowRoot&&D.is.BLINK?E2(oe,A,G3):G3(oe,A),f&&(oe=I2(oe,A)),oe}for(var y={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},g=1;g<26;g++)y["f"+g]=g+111;for(var I=0;I<10;I++){var j=I+48,ue=I+96;y[I]=j,y["num-"+I]=ue,y._alias[j]=[ue]}for(var Ie=0;Ie<26;Ie++){var Xe=Ie+65;y[String.fromCharCode(Xe).toLowerCase()]=Xe}const o1=y;var Zt={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},a1=Object.keys(Zt).map(function(u){return Zt[u]});function C1(u,l){return!a1.some(function(f){return"boolean"==typeof u[f]&&Boolean(l[f])!==u[f]})}function k2(u){return u.split(/\s+/).map(function(l){var f=l.split("+"),m=function R1(u){var f=function Wt(u){var l=!!u&&null;return{altKey:l,ctrlKey:l,metaKey:l,shiftKey:l}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var b=!0,A=m.slice(0,1);"?"===A?b=null:"!"===A&&(b=!1),!0!==b&&(m=m.slice(1));var oe=Zt[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');f[oe]=b}}),f}(f.slice(0,-1)),b=function g1(u){var l=o1[u]||parseInt(u,10);if(!l||"number"!=typeof l||isNaN(l))throw new TypeError('Unknown key "'+u+'"');return[l].concat(o1._alias[l]||[])}(f.slice(-1));return{keyCodes:b,modifiers:m,matchModifiers:C1.bind(null,m)}})}function x1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l={},f=$(u.context)[0]||document.documentElement;delete u.context;var m=$(u.filter);delete u.filter;var b=Object.keys(u);if(!b.length)throw new TypeError("when/key requires at least one option key");var A=function(it){it.keyCodes.forEach(function(Ot){l[Ot]||(l[Ot]=[]),l[Ot].push(it)})};b.forEach(function(tt){if("function"!=typeof u[tt])throw new TypeError('when/key requires option["'+tt+'"] to be a function');k2(tt).map(function(e1){return e1.callback=u[tt],e1}).forEach(A)});var oe=function(it){if(!it.defaultPrevented){if(m.length){var Ot=C2({element:it.target,includeSelf:!0});if(m.some(Ot))return}var e1=it.keyCode||it.which;!l[e1]||l[e1].forEach(function(T1){!T1.matchModifiers(it)||T1.callback.call(f,it,Ke)})}};f.addEventListener("keydown",oe,!1);var Ke=function(){f.removeEventListener("keydown",oe,!1)};return{disengage:Ke}}const l1={disabled:function Qn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new R2({context:l,filter:f});return{disengage:m.disengage}},hidden:function vt(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context,f=u.filter,m=new X2({context:l,filter:f});return{disengage:m.disengage}},tabFocus:function kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},l=u.context;return l||(l=document.documentElement),p3(),x1({"?alt+?shift+tab":function(m){m.preventDefault();var b=p3({context:l}),A=m.shiftKey,oe=b[0],Ke=b[b.length-1],it=A?Ke:oe;if(Yn(A?oe:Ke))it.focus();else{var Ot=void 0;if(b.some(function(e2,cn){return!!Yn(e2)&&(Ot=cn,!0)}))b[Ot+(A?-1:1)].focus();else oe.focus()}}})}};var t3=x(6312);const h3=function(u){return{showDownload:u}};function g3(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"text",229)(1,"tspan",230),i._uU(2),i.qZA(),i.TgZ(3,"tspan",231),i._uU(4),i.qZA()()),2&u){const f=i.oxw();i.xp6(2),i.Oqu(f.outcomeLabel),i.xp6(2),i.Oqu(f.outcome)}}function $r(u,l){if(1&u&&(i.O4$(),i.TgZ(0,"g",232)(1,"g",233),i._UZ(2,"polygon",234)(3,"path",235),i.qZA(),i.TgZ(4,"text",236)(5,"tspan",237),i._uU(6),i.qZA()()()),2&u){const f=i.oxw();i.xp6(6),i.Oqu(f.timeSpentLabel)}}function or(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",244),i.qZA()())}function U3(u,l){1&u&&(i.O4$(),i.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),i._UZ(3,"stop",240)(4,"stop",241),i.qZA()(),i.TgZ(5,"g",242),i._UZ(6,"path",243)(7,"path",245),i.qZA()())}function c3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",246),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.exitContent.emit({type:"EXIT"}))}),i.O4$(),i.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),i._UZ(4,"stop",240)(5,"stop",241),i.qZA()(),i.TgZ(6,"g",242),i._UZ(7,"path",249)(8,"path",250),i.qZA()(),i.kcU(),i.TgZ(9,"div",226),i._uU(10,"Exit"),i.qZA()()}}function E3(u,l){if(1&u){const f=i.EpF();i.ynx(0),i.TgZ(1,"div",251),i._uU(2,"Up Next"),i.qZA(),i.TgZ(3,"div",252),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.playNext())}),i.TgZ(4,"div",253),i._uU(5),i.qZA(),i.TgZ(6,"div",254),i._UZ(7,"img",255),i.qZA()(),i.BQk()}if(2&u){const f=i.oxw();i.xp6(5),i.Oqu(f.nextContent.name)}}function H3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"SHARE"))}),i._UZ(1,"span",9),i._uU(2," Share"),i.qZA()}}function ar(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.showDownloadPopup(b,"DOWNLOAD_MENU"))}),i._UZ(1,"span",10),i._uU(2," Download"),i.qZA()}}function wr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"PRINT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.emitSideBarEvent(b,"PRINT"))}),i._UZ(1,"span",11),i._uU(2," Print"),i.qZA()}}function B2(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"li",8),i.NdJ("click",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))})("keydown.enter",function(b){i.CHM(f);const A=i.oxw();return A.closeNav(b),i.KtG(A.emitSideBarEvent(b,"EXIT"))}),i._UZ(1,"span",12),i._uU(2," Exit"),i.qZA()}}function C3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"sb-player-download-popup",13),i.NdJ("hideDownloadPopUp",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.hideDownloadPopUp(b))})("downloadEvent",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.sidebarEvent.emit(b))}),i.qZA()}if(2&u){const f=i.oxw();i.Q6J("title",f.title)("showDownloadPopUp",f.showDownloadPopUp)}}const Lr=function(u){return{"animated animateBg":u}};function Dr(u,l){1&u&&(i.TgZ(0,"div",1),i._uU(1," You are offline\n"),i.qZA())}const n3=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Z3(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",6)(1,"img",7),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.rotateCW())}),i.qZA()()}}function Er(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",8)(1,"button",9),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomOut())}),i.qZA(),i.TgZ(2,"button",10),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.zoomIn())}),i.qZA()()}}function Ir(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",11)(1,"input",12),i.NdJ("ngModelChange",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.page=b)}),i.qZA(),i.TgZ(2,"span",13),i.NdJ("click",function(){i.CHM(f);const b=i.oxw();return i.KtG(b.gotoPage())}),i._UZ(3,"img",14),i.qZA(),i.TgZ(4,"span",15),i._uU(5,"/"),i.qZA(),i.TgZ(6,"span",16),i._uU(7),i.qZA()()}if(2&u){const f=i.oxw();i.xp6(1),i.Q6J("ngModel",f.page)("max",f.totalPages),i.xp6(6),i.Oqu(f.totalPages)}}function Jr(u,l){if(1&u){const f=i.EpF();i.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),i.NdJ("previousAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA(),i.TgZ(3,"sb-player-next-navigation",20),i.NdJ("nextAction",function(b){i.CHM(f);const A=i.oxw();return i.KtG(A.actions.emit(b))}),i.qZA()()()}}const sr={contentCompatibility:"CPV2_CONT_COMP_01",contentLoadFails:"CPV2_CONT_LOAD_FAIL_01",internetConnectivity:"CPV2_INT_CONNECT_01",streamingUrlSupport:"CPV2_INT_STREAMINGURL_01"},A2={contentCompatibility:"content compatibility error",contentLoadFails:"content load failed",internetConnectivity:"content failed to load , No Internet Available",streamingUrlSupport:"streaming url is not supported",contentPlayFailedHeader:"Unable to load content",contentPlayFailTitle:"Refresh and try again later"};class m2{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new i.vpe,this.setInternetConnectivityError=()=>{const l=new Error;l.message=A2.internetConnectivity,l.name=sr.internetConnectivity,this.getInternetConnectivityError.emit({error:l})},this.initInternetConnectivityError()}checkContentCompatibility(l){if(l>this.playerContentCompatibiltyLevel){const f=new Error;return f.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${l}`,f.name="contentCompatibily",{error:f,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}m2.\u0275fac=function(l){return new(l||m2)},m2.ctorParameters=()=>[],m2.\u0275prov=(0,i.Yz7)({factory:function(){return new m2},token:m2,providedIn:"root"});class l2{constructor(){this.downloadEvent=new i.vpe,this.hideDownloadPopUp=new i.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(l,f){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:l,type:f})}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f)&&"showDownloadPopUp"===f){this.showDownloadPopUp=l[f].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=l1.disabled({filter:m})}}download(l,f){this.downloadEvent.emit({event:l,type:f}),this.disabledHandle.disengage()}}l2.\u0275fac=function(l){return new(l||l2)},l2.\u0275cmp=i.Xpm({type:l2,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[i.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CLOSE")}),i._UZ(4,"button",4),i.qZA(),i.TgZ(5,"div",5)(6,"h5",6),i._uU(7,"Confirm Download"),i.qZA(),i.TgZ(8,"div",7),i._uU(9),i.qZA(),i._UZ(10,"div",8),i.TgZ(11,"div",9)(12,"button",10),i.NdJ("click",function(b){return f.hideDownloadPopup(b,"DOWNLOAD_POPUP_CANCEL")}),i._uU(13,"Cancel"),i.qZA(),i.TgZ(14,"button",11),i.NdJ("click",function(b){return f.download(b,"DOWNLOAD")}),i._uU(15,"Download"),i.qZA()()()()()()),2&l&&(i.Q6J("ngClass",i.VKq(2,h3,f.showDownloadPopUp)),i.xp6(9),i.hij('"',f.title,'" will be saved on your device.'))},dependencies:[v.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),l2.propDecorators={title:[{type:i.IIB}],downloadEvent:[{type:i.r_U}],hideDownloadPopUp:[{type:i.r_U}],showDownloadPopUp:[{type:i.IIB}]};class c2{constructor(){this.showReplay=!0,this.replayContent=new i.vpe,this.exitContent=new i.vpe,this.playNextContent=new i.vpe}ngOnInit(){this.subscription=(0,t3.R)(document,"keydown").subscribe(l=>{"Enter"===l.key&&(l.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}c2.\u0275fac=function(l){return new(l||c2)},c2.\u0275cmp=i.Xpm({type:c2,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(l,f){1&l&&(i.F$t(),i.TgZ(0,"div",0)(1,"div",1)(2,"div",2),i.O4$(),i.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),i._UZ(6,"feColorMatrix",5),i.qZA(),i.TgZ(7,"linearGradient",6),i._UZ(8,"stop",7)(9,"stop",8),i.qZA(),i.TgZ(10,"linearGradient",9),i._UZ(11,"stop",10)(12,"stop",11),i.qZA(),i._UZ(13,"path",12),i.TgZ(14,"filter",13),i._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),i.qZA(),i.TgZ(19,"linearGradient",18),i._UZ(20,"stop",19)(21,"stop",20),i.qZA(),i.YNc(22,g3,5,2,"text",21),i.qZA(),i.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),i._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),i.qZA()(),i.TgZ(199,"g",198)(200,"g",199),i._UZ(201,"path",200)(202,"path",201),i.TgZ(203,"g",202),i._UZ(204,"use",203)(205,"path",204),i.qZA(),i._UZ(206,"path",205)(207,"path",206),i.TgZ(208,"g",207)(209,"g",208)(210,"g",209),i._UZ(211,"use",210)(212,"use",211),i.qZA(),i.TgZ(213,"g",212),i._UZ(214,"use",213)(215,"use",214),i.qZA()()(),i._UZ(216,"path",215),i.TgZ(217,"foreignObject",216),i.kcU(),i.TgZ(218,"div",217),i._uU(219),i.qZA()(),i.YNc(220,$r,7,1,"g",218),i.qZA()()()()()()()(),i.TgZ(221,"div",219)(222,"div",220)(223,"div",221),i._uU(224,"You just completed"),i.qZA(),i.TgZ(225,"span",222),i._uU(226),i.qZA(),i.Hsn(227),i.qZA(),i.TgZ(228,"div",223)(229,"div",224),i.NdJ("click",function(){return f.replay()}),i.TgZ(230,"div"),i.YNc(231,or,8,0,"svg",225),i.YNc(232,U3,8,0,"svg",225),i.qZA(),i.TgZ(233,"div",226),i._uU(234,"Replay"),i.qZA()(),i.YNc(235,c3,11,0,"div",227),i.qZA(),i.YNc(236,E3,8,1,"ng-container",228),i.qZA()()),2&l&&(i.xp6(22),i.Q6J("ngIf",f.outcome),i.xp6(197),i.hij(" ",f.userName," "),i.xp6(1),i.Q6J("ngIf",f.timeSpentLabel),i.xp6(6),i.Oqu(f.contentName),i.xp6(3),i.Q6J("ngClass",f.showReplay?"":"disabled"),i.xp6(2),i.Q6J("ngIf",!f.showReplay),i.xp6(1),i.Q6J("ngIf",f.showReplay),i.xp6(3),i.Q6J("ngIf",f.showExit),i.xp6(1),i.Q6J("ngIf",f.nextContent))},dependencies:[v.mk,v.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both heartbeat;animation:3s ease-in-out infinite both heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both heartbeat;animation:5s ease-in-out infinite both heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),c2.propDecorators={showExit:[{type:i.IIB}],showReplay:[{type:i.IIB}],contentName:[{type:i.IIB}],outcome:[{type:i.IIB}],outcomeLabel:[{type:i.IIB}],userName:[{type:i.IIB}],timeSpentLabel:[{type:i.IIB}],nextContent:[{type:i.IIB}],replayContent:[{type:i.r_U}],exitContent:[{type:i.r_U}],playNextContent:[{type:i.r_U}]};class En{constructor(){this.sidebarMenuEvent=new i.vpe}toggleMenu(l){const f=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),b=document.getElementById("playerSideMenu"),A=document.getElementById("ariaLabelValue"),oe=document.getElementById("overlay-button");l instanceof KeyboardEvent&&(f.checked=!f.checked),f.checked?(b.style.visibility="visible",A.innerHTML="Player Menu Close",oe.setAttribute("aria-label","Player Menu Close"),m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:l,type:"OPEN_MENU"})):(b.style.visibility="hidden",A.innerHTML="Player Menu Open",oe.setAttribute("aria-label","Player Menu Open"),m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:l,type:"CLOSE_MENU"}))}}En.\u0275fac=function(l){return new(l||En)},En.\u0275cmp=i.Xpm({type:En,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:5,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu Open","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"],["id","ariaLabelValue"]],template:function(l,f){1&l&&(i.TgZ(0,"input",0),i.NdJ("click",function(b){return f.toggleMenu(b)}),i.qZA(),i.TgZ(1,"label",1),i.NdJ("keydown.enter",function(b){return f.toggleMenu(b)}),i._UZ(2,"span"),i.TgZ(3,"em",2),i._uU(4,"Player Menu Open"),i.qZA()())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}#ariaLabelValue[_ngcontent-%COMP%]{position:absolute;opacity:0}']}),En.propDecorators={sidebarMenuEvent:[{type:i.r_U}]};class _2{constructor(l){this.ref=l,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new i.vpe,this.toggleMenu=new i.vpe,this.showDownloadPopUp=!1}closeNav(l){const f=document.getElementById("ariaLabelValue"),m=document.getElementById("overlay-button"),b=document.getElementById("overlay-input");f.innerHTML="Player Menu Open",m.setAttribute("aria-label","Player Menu Open"),b.checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:l,type:"CLOSE_MENU"})}showDownloadPopup(l,f){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(l,f)}hideDownloadPopUp(l){this.showDownloadPopUp=!1,this.sidebarEvent.emit(l),this.ref.detectChanges()}emitSideBarEvent(l,f){this.sidebarEvent.emit({event:l,type:f})}}_2.\u0275fac=function(l){return new(l||_2)(i.Y36(i.sBO))},_2.\u0275cmp=i.Xpm({type:_2,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),i._uU(4),i.qZA(),i.TgZ(5,"ul",4),i.YNc(6,H3,3,0,"li",5),i.YNc(7,ar,3,0,"li",5),i.YNc(8,wr,3,0,"li",5),i.YNc(9,B2,3,0,"li",5),i.qZA()(),i.TgZ(10,"div",6),i.NdJ("click",function(b){return f.closeNav(b)}),i.qZA()(),i.YNc(11,C3,1,2,"sb-player-download-popup",7)),2&l&&(i.xp6(4),i.Oqu(f.title),i.xp6(2),i.Q6J("ngIf",f.config.showShare),i.xp6(1),i.Q6J("ngIf",f.config.showDownload),i.xp6(1),i.Q6J("ngIf",f.config.showPrint),i.xp6(1),i.Q6J("ngIf",f.config.showExit),i.xp6(2),i.Q6J("ngIf",f.showDownloadPopUp))},dependencies:[v.O5,l2],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),_2.ctorParameters=()=>[{type:i.sBO}],_2.propDecorators={title:[{type:i.IIB}],config:[{type:i.IIB}],sidebarEvent:[{type:i.r_U}],toggleMenu:[{type:i.r_U}]};class $n{constructor(){this.progress=0}ngOnChanges(l){l.progress&&l.progress.currentValue&&(this.progress=l.progress.currentValue)}}$n.\u0275fac=function(l){return new(l||$n)},$n.\u0275cmp=i.Xpm({type:$n,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[i.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0),i._UZ(1,"div",1),i.TgZ(2,"div",2)(3,"span",3),i._uU(4),i.qZA()(),i.TgZ(5,"div",4)(6,"div",5),i._uU(7),i.qZA(),i.TgZ(8,"div",6),i._UZ(9,"div",7),i.qZA()()()),2&l&&(i.Q6J("ngClass",i.VKq(5,Lr,100===f.progress)),i.xp6(4),i.Oqu(f.title),i.xp6(3),i.hij("Loading... ",f.progress,"%"),i.xp6(2),i.Udp("width",f.progress+"%"))},dependencies:[v.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes loading{0%{width:0}100%{width:100%}}@keyframes loading{0%{width:0}100%{width:100%}}@-webkit-keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:fadeInDown;animation-name:fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:fadeInUp;animation-name:fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:fadeInLeftSide;animation-name:fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),$n.propDecorators={title:[{type:i.IIB}],progress:[{type:i.IIB}]};class V2{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}V2.\u0275fac=function(l){return new(l||V2)},V2.\u0275cmp=i.Xpm({type:V2,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(l,f){1&l&&i.YNc(0,Dr,2,0,"div",0),2&l&&i.Q6J("ngIf",f.showOfflineAlert)},dependencies:[v.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),V2.ctorParameters=()=>[];class Rt{}Rt.\u0275fac=function(l){return new(l||Rt)},Rt.\u0275mod=i.oAB({type:Rt}),Rt.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class zn{constructor(){this.nextAction=new i.vpe}}zn.\u0275fac=function(l){return new(l||zn)},zn.\u0275cmp=i.Xpm({type:zn,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.nextAction.emit({type:"NEXT"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),zn.propDecorators={nextAction:[{type:i.r_U}]};class In{constructor(){this.previousAction=new i.vpe}}In.\u0275fac=function(l){return new(l||In)},In.\u0275cmp=i.Xpm({type:In,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(l,f){1&l&&(i.TgZ(0,"button",0),i.NdJ("click",function(){return f.previousAction.emit({type:"PREVIOUS"})}),i._UZ(1,"i")(2,"i"),i.qZA())},styles:[n3]}),In.propDecorators={previousAction:[{type:i.r_U}]};class u2{constructor(){this.actions=new i.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(l){this._item=Object.assign(Object.assign({},this._config),l),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(l){for(const f in l)if(l.hasOwnProperty(f))switch(f){case"pageNumber":this.page=l[f].currentValue,this.pageNumber=l[f].currentValue;break;case"totalPages":this.totalPages=l[f].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const l=parseInt(this.page,10);l>0&&l<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:l}),this.pageNumber=l):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:l}),this.page=this.pageNumber)}}u2.\u0275fac=function(l){return new(l||u2)},u2.\u0275cmp=i.Xpm({type:u2,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[i.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(l,f){1&l&&(i.TgZ(0,"div")(1,"div",0)(2,"div",1),i.YNc(3,Z3,2,0,"div",2),i.YNc(4,Er,3,0,"div",3),i.YNc(5,Ir,8,3,"div",4),i.YNc(6,Jr,4,0,"div",5),i.qZA()()()),2&l&&(i.xp6(3),i.Q6J("ngIf",f.config.rotation),i.xp6(1),i.Q6J("ngIf",f.config.zoom),i.xp6(1),i.Q6J("ngIf",f.config.goto&&f.totalPages),i.xp6(1),i.Q6J("ngIf",f.config.navigation))},dependencies:[v.O5,Z.Fj,Z.wV,Z.JJ,Z.qQ,Z.Fd,Z.On,zn,In],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u2.propDecorators={pageNumber:[{type:i.IIB}],totalPages:[{type:i.IIB}],actions:[{type:i.r_U}],config:[{type:i.IIB}]};class Jn{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:A2.contentPlayFailedHeader,messageTitle:A2.contentPlayFailTitle})}}Jn.\u0275fac=function(l){return new(l||Jn)},Jn.\u0275cmp=i.Xpm({type:Jn,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(l,f){1&l&&(i.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),i._uU(4),i.qZA(),i._uU(5),i.qZA()()()),2&l&&(i.xp6(4),i.Oqu(f.errorMsg.messageHeader),i.xp6(1),i.hij(" ",f.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),Jn.propDecorators={errorMsg:[{type:i.IIB}]};class qn{}qn.\u0275fac=function(l){return new(l||qn)},qn.\u0275mod=i.oAB({type:qn}),qn.\u0275inj=i.cJS({imports:[v.ez,Z.u5]});class Xn{}Xn.\u0275fac=function(l){return new(l||Xn)},Xn.\u0275mod=i.oAB({type:Xn}),Xn.\u0275inj=i.cJS({imports:[Rt,qn,Rt,qn]})},2232:function(ht){ + * Platform.js + * Copyright 2014-2016 Benjamin Tan + * Copyright 2011-2013 John-David Dalton + * Available under MIT license + */_t=I.nmd(_t),function(){"use strict";var _={function:!0,object:!0},H=_[typeof window]&&window||this,Q=H,F=_[typeof we]&&we,z=_.object&&_t&&!_t.nodeType&&_t,Y=F&&z&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(H=Y);var J=Math.pow(2,53)-1,ie=/\bOpera/,U=this,V=Object.prototype,se=V.hasOwnProperty,le=V.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=te(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function q(D,pe){for(var Ce in D)se.call(D,Ce)&&pe(D[Ce],Ce,D)}function ae(D){return null==D?ye(D):le.call(D).slice(8,-1)}function Le(D,pe){var Ce=null!=D?typeof D[pe]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(Ce)||"object"==Ce&&!D[pe])}function Ne(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Ee(D,pe){var Ce=null;return function Oe(D,pe){var Ce=-1,ge=D?D.length:0;if("number"==typeof ge&&ge>-1&&ge<=J)for(;++Ce3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(ot)&&"WebKit"||!ot&&/\bMSIE\b/i.test(D)&&("Mac OS"==N?"Tasman":"Trident")||"WebKit"==ot&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(ot=[j]),"IE"==de&&(j=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",N="Windows Phone "+(/\+$/.test(j)?j:j+".x"),lt.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",N="Windows Phone 8.x",lt.unshift("desktop mode"),Te||(Te=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==ot&&(j=/\brv:([\d.]+)/.exec(D))&&(de&<.push("identifying as "+de+(Te?" "+Te:"")),de="IE",Te=j[1]),h1){if(Le(pe,"global"))if(I1&&(en=(j=I1.lang.System).getProperty("os.arch"),N=N||j.getProperty("os.name")+" "+j.getProperty("os.version")),Be&&Le(pe,"system")&&(j=[pe.system])[0]){N||(N=j[0].os||null);try{j[1]=pe.require("ringo/engine").version,Te=j[1].join("."),de="RingoJS"}catch{j[0].global.system==pe.system&&(de="Narwhal")}}else"object"==typeof pe.process&&!pe.process.browser&&(j=pe.process)?(de="Node.js",en=j.arch,N=j.platform,Te=/[\d.]+/.exec(j.version)[0]):un&&(de="Rhino");else ae(j=pe.runtime)==p1?(de="Adobe AIR",N=j.flash.system.Capabilities.os):ae(j=pe.phantom)==Ct?(de="PhantomJS",Te=(j=j.version||null)&&j.major+"."+j.minor+"."+j.patch):"number"==typeof M1.documentMode&&(j=/\bTrident\/(\d+)/i.exec(D))&&(Te=[Te,M1.documentMode],(j=+j[1]+4)!=Te[1]&&(lt.push("IE "+Te[1]+" mode"),ot&&(ot[1]=""),Te[1]=j),Te="IE"==de?String(Te[1].toFixed(1)):Te[0]);N=N&&ce(N)}Te&&(j=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Te)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(h1&&ge.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(V1=/b/i.test(j)?"beta":"alpha",Te=Te.replace(RegExp(j+"\\+?$"),"")+("beta"==V1?y1:d1)+(/\d+\+?/.exec(j)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(N)?de="Firefox Mobile":"Maxthon"==de&&Te?Te=Te.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test($e)?(N=null,"Xbox 360"==$e&&/\bIEMobile\b/.test(D)&<.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||$e||/Browser|Mobi/.test(de))||"Windows CE"!=N&&!/Mobi/i.test(D)?"IE"==de&&h1&&null===pe.external?lt.unshift("platform preview"):(/\bBlackBerry\b/.test($e)||/\bBB10\b/.test(D))&&(j=(RegExp($e.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Te)?(N=((j=[j,/BB10/.test(D)])[1]?($e=null,Ae="BlackBerry"):"Device Software")+" "+j[0],Te=null):this!=q&&"Wii"!=$e&&(h1&&xt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(N)||"IE"==de&&(N&&!/^Win/.test(N)&&Te>5.5||/\bWindows XP\b/.test(N)&&Te>8||8==Te&&!/\bTrident\b/.test(D)))&&!ie.test(j=G.call(q,D.replace(ie,"")+";"))&&j.name&&(j="ing as "+j.name+((j=j.version)?" "+j:""),ie.test(de)?(/\bIE\b/.test(j)&&"Mac OS"==N&&(N=null),j="identify"+j):(j="mask"+j,de=r1?ce(r1.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(j)&&(N=null),h1||(Te=null)),ot=["Presto"],lt.push(j)):de+=" Mobile",(j=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(j=[parseFloat(j.replace(/\.(\d)$/,".0$1")),j],"Safari"==de&&"+"==j[1].slice(-1)?(de="WebKit Nightly",V1="alpha",Te=j[1].slice(0,-1)):(Te==j[1]||Te==(j[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Te=null),j[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==j[0]&&537.36==j[2]&&parseFloat(j[1])>=28&&"WebKit"==ot&&(ot=["Blink"]),h1&&(Ye||j[1])?(ot&&(ot[1]="like Chrome"),j=j[1]||((j=j[0])<530?1:j<532?2:j<532.05?3:j<533?4:j<534.03?5:j<534.07?6:j<534.1?7:j<534.13?8:j<534.16?9:j<534.24?10:j<534.3?11:j<535.01?12:j<535.02?"13+":j<535.07?15:j<535.11?16:j<535.19?17:j<536.05?18:j<536.1?19:j<537.01?20:j<537.11?"21+":j<537.13?23:j<537.18?24:j<537.24?25:j<537.36?26:"Blink"!=ot?"27":"28")):(ot&&(ot[1]="like Safari"),j=(j=j[0])<400?1:j<500?2:j<526?3:j<533?4:j<534?"4+":j<535?5:j<537?6:j<538?7:j<601?8:"8"),ot&&(ot[1]+=" "+(j+="number"==typeof j?".x":/[.+]/.test(j)?"":"+")),"Safari"==de&&(!Te||parseInt(Te)>45)&&(Te=j)),"Opera"==de&&(j=/\bzbov|zvav$/.exec(N))?(de+=" ",lt.unshift("desktop mode"),"zvav"==j?(de+="Mini",Te=null):de+="Mobile",N=N.replace(RegExp(" *"+j+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(ot&&ot[1])&&(lt.unshift("desktop mode"),de="Chrome Mobile",Te=null,/\bOS X\b/.test(N)?(Ae="Apple",N="iOS 4.3+"):N=null),Te&&0==Te.indexOf(j=/[\d.]+$/.exec(N))&&D.indexOf("/"+j+"-")>-1&&(N=te(N.replace(j,""))),ot&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(N)&&/\bSafari\b/.test(ot[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&ot[1])&&(j=ot[ot.length-1])&<.push(j),lt.length&&(lt=["("+lt.join("; ")+")"]),Ae&&$e&&$e.indexOf(Ae)<0&<.push("on "+Ae),$e&<.push((/^on /.test(lt[lt.length-1])?"":"on ")+$e),N&&(j=/ ([\d.+]+)$/.exec(N),wt=j&&"/"==N.charAt(N.length-j[0].length-1),N={architecture:32,family:j&&!wt?N.replace(j[0],""):N,version:j?j[1]:null,toString:function(){var Tt=this.version;return this.family+(Tt&&!wt?" "+Tt:"")+(64==this.architecture?" 64-bit":"")}}),(j=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(en))&&!/\bi686\b/i.test(en)?(N&&(N.architecture=64,N.family=N.family.replace(RegExp(" *"+j),"")),de&&(/\bWOW64\b/i.test(D)||h1&&/\w(?:86|32)$/.test(ge.cpuClass||ge.platform)&&!/\bWin64; x64\b/i.test(D))&<.unshift("32-bit")):N&&/^OS X/.test(N.family)&&"Chrome"==de&&parseFloat(Te)>=39&&(N.architecture=64),D||(D=null);var Je={};return Je.description=D,Je.layout=ot&&ot[0],Je.manufacturer=Ae,Je.name=de,Je.prerelease=V1,Je.product=$e,Je.ua=D,Je.version=de&&Te,Je.os=N||{architecture:null,family:null,version:null,toString:function(){return"null"}},Je.parse=G,Je.toString=function dt(){return this.description||""},Je.version&<.unshift(Te),Je.name&<.unshift(de),N&&de&&!(N==String(N).split(" ")[0]&&(N==de.split(" ")[0]||$e))&<.push($e?"("+N+")":"on "+N),lt.length&&(Je.description=lt.join(" ")),Je}();H.platform=me,void 0!==(o=function(){return me}.call(we,I,we,_t))&&(_t.exports=o)}.call(this)},901:(_t,we,I)=>{"use strict";I.d(we,{y:()=>V});var o=I(14);var H=I(482),Q=I(30);var z=I(831),Y=I(356);function ie(le){return 0===le.length?Y.y:1===le.length?le[0]:function(De){return le.reduce((Oe,ce)=>ce(Oe),De)}}var U=I(146);class V{constructor(ye){this._isScalar=!1,ye&&(this._subscribe=ye)}lift(ye){const De=new V;return De.source=this,De.operator=ye,De}subscribe(ye,De,Oe){const{operator:ce}=this,q=function F(le,ye,De){if(le){if(le instanceof o.L)return le;if(le[H.b])return le[H.b]()}return le||ye||De?new o.L(le,ye,De):new o.L(Q.c)}(ye,De,Oe);if(ce?q.add(ce.call(q,this.source)):q.add(this.source||U.v.useDeprecatedSynchronousErrorHandling&&!q.syncErrorThrowable?this._subscribe(q):this._trySubscribe(q)),U.v.useDeprecatedSynchronousErrorHandling&&q.syncErrorThrowable&&(q.syncErrorThrowable=!1,q.syncErrorThrown))throw q.syncErrorValue;return q}_trySubscribe(ye){try{return this._subscribe(ye)}catch(De){U.v.useDeprecatedSynchronousErrorHandling&&(ye.syncErrorThrown=!0,ye.syncErrorValue=De),function _(le){for(;le;){const{closed:ye,destination:De,isStopped:Oe}=le;if(ye||Oe)return!1;le=De&&De instanceof o.L?De:null}return!0}(ye)?ye.error(De):console.warn(De)}}forEach(ye,De){return new(De=se(De))((Oe,ce)=>{let q;q=this.subscribe(ae=>{try{ye(ae)}catch(Le){ce(Le),q&&q.unsubscribe()}},ce,Oe)})}_subscribe(ye){const{source:De}=this;return De&&De.subscribe(ye)}[z.L](){return this}pipe(...ye){return 0===ye.length?this:ie(ye)(this)}toPromise(ye){return new(ye=se(ye))((De,Oe)=>{let ce;this.subscribe(q=>ce=q,q=>Oe(q),()=>De(ce))})}}function se(le){if(le||(le=U.v.Promise||Promise),!le)throw new Error("no Promise impl found");return le}V.create=le=>new V(le)},30:(_t,we,I)=>{"use strict";I.d(we,{c:()=>H});var o=I(146),_=I(897);const H={closed:!0,next(Q){},error(Q){if(o.v.useDeprecatedSynchronousErrorHandling)throw Q;(0,_.z)(Q)},complete(){}}},218:(_t,we,I)=>{"use strict";I.d(we,{Yc:()=>Y,xQ:()=>J});var o=I(901),_=I(14),H=I(957),Q=I(86),F=I(722),z=I(482);class Y extends _.L{constructor(V){super(V),this.destination=V}}class J extends o.y{constructor(){super(),this.observers=[],this.closed=!1,this.isStopped=!1,this.hasError=!1,this.thrownError=null}[z.b](){return new Y(this)}lift(V){const se=new ie(this,this);return se.operator=V,se}next(V){if(this.closed)throw new Q.N;if(!this.isStopped){const{observers:se}=this,le=se.length,ye=se.slice();for(let De=0;Denew ie(U,V);class ie extends J{constructor(V,se){super(),this.destination=V,this.source=se}next(V){const{destination:se}=this;se&&se.next&&se.next(V)}error(V){const{destination:se}=this;se&&se.error&&this.destination.error(V)}complete(){const{destination:V}=this;V&&V.complete&&this.destination.complete()}_subscribe(V){const{source:se}=this;return se?this.source.subscribe(V):H.w.EMPTY}}},722:(_t,we,I)=>{"use strict";I.d(we,{W:()=>_});var o=I(957);class _ extends o.w{constructor(Q,F){super(),this.subject=Q,this.subscriber=F,this.closed=!1}unsubscribe(){if(this.closed)return;this.closed=!0;const Q=this.subject,F=Q.observers;if(this.subject=null,!F||0===F.length||Q.isStopped||Q.closed)return;const z=F.indexOf(this.subscriber);-1!==z&&F.splice(z,1)}}},14:(_t,we,I)=>{"use strict";I.d(we,{L:()=>Y});var o=I(900),_=I(30),H=I(957),Q=I(482),F=I(146),z=I(897);class Y extends H.w{constructor(U,V,se){switch(super(),this.syncErrorValue=null,this.syncErrorThrown=!1,this.syncErrorThrowable=!1,this.isStopped=!1,arguments.length){case 0:this.destination=_.c;break;case 1:if(!U){this.destination=_.c;break}if("object"==typeof U){U instanceof Y?(this.syncErrorThrowable=U.syncErrorThrowable,this.destination=U,U.add(this)):(this.syncErrorThrowable=!0,this.destination=new J(this,U));break}default:this.syncErrorThrowable=!0,this.destination=new J(this,U,V,se)}}[Q.b](){return this}static create(U,V,se){const le=new Y(U,V,se);return le.syncErrorThrowable=!1,le}next(U){this.isStopped||this._next(U)}error(U){this.isStopped||(this.isStopped=!0,this._error(U))}complete(){this.isStopped||(this.isStopped=!0,this._complete())}unsubscribe(){this.closed||(this.isStopped=!0,super.unsubscribe())}_next(U){this.destination.next(U)}_error(U){this.destination.error(U),this.unsubscribe()}_complete(){this.destination.complete(),this.unsubscribe()}_unsubscribeAndRecycle(){const{_parentOrParents:U}=this;return this._parentOrParents=null,this.unsubscribe(),this.closed=!1,this.isStopped=!1,this._parentOrParents=U,this}}class J extends Y{constructor(U,V,se,le){super(),this._parentSubscriber=U;let ye,De=this;(0,o.m)(V)?ye=V:V&&(ye=V.next,se=V.error,le=V.complete,V!==_.c&&(De=Object.create(V),(0,o.m)(De.unsubscribe)&&this.add(De.unsubscribe.bind(De)),De.unsubscribe=this.unsubscribe.bind(this))),this._context=De,this._next=ye,this._error=se,this._complete=le}next(U){if(!this.isStopped&&this._next){const{_parentSubscriber:V}=this;F.v.useDeprecatedSynchronousErrorHandling&&V.syncErrorThrowable?this.__tryOrSetError(V,this._next,U)&&this.unsubscribe():this.__tryOrUnsub(this._next,U)}}error(U){if(!this.isStopped){const{_parentSubscriber:V}=this,{useDeprecatedSynchronousErrorHandling:se}=F.v;if(this._error)se&&V.syncErrorThrowable?(this.__tryOrSetError(V,this._error,U),this.unsubscribe()):(this.__tryOrUnsub(this._error,U),this.unsubscribe());else if(V.syncErrorThrowable)se?(V.syncErrorValue=U,V.syncErrorThrown=!0):(0,z.z)(U),this.unsubscribe();else{if(this.unsubscribe(),se)throw U;(0,z.z)(U)}}}complete(){if(!this.isStopped){const{_parentSubscriber:U}=this;if(this._complete){const V=()=>this._complete.call(this._context);F.v.useDeprecatedSynchronousErrorHandling&&U.syncErrorThrowable?(this.__tryOrSetError(U,V),this.unsubscribe()):(this.__tryOrUnsub(V),this.unsubscribe())}else this.unsubscribe()}}__tryOrUnsub(U,V){try{U.call(this._context,V)}catch(se){if(this.unsubscribe(),F.v.useDeprecatedSynchronousErrorHandling)throw se;(0,z.z)(se)}}__tryOrSetError(U,V,se){if(!F.v.useDeprecatedSynchronousErrorHandling)throw new Error("bad call");try{V.call(this._context,se)}catch(le){return F.v.useDeprecatedSynchronousErrorHandling?(U.syncErrorValue=le,U.syncErrorThrown=!0,!0):((0,z.z)(le),!0)}return!1}_unsubscribe(){const{_parentSubscriber:U}=this;this._context=null,this._parentSubscriber=null,U.unsubscribe()}}},957:(_t,we,I)=>{"use strict";I.d(we,{w:()=>z});var o=I(327),_=I(549),H=I(900);const F=(()=>{function J(ie){return Error.call(this),this.message=ie?`${ie.length} errors occurred during unsubscription:\n${ie.map((U,V)=>`${V+1}) ${U.toString()}`).join("\n ")}`:"",this.name="UnsubscriptionError",this.errors=ie,this}return J.prototype=Object.create(Error.prototype),J})();class z{constructor(ie){this.closed=!1,this._parentOrParents=null,this._subscriptions=null,ie&&(this._ctorUnsubscribe=!0,this._unsubscribe=ie)}unsubscribe(){let ie;if(this.closed)return;let{_parentOrParents:U,_ctorUnsubscribe:V,_unsubscribe:se,_subscriptions:le}=this;if(this.closed=!0,this._parentOrParents=null,this._subscriptions=null,U instanceof z)U.remove(this);else if(null!==U)for(let ye=0;yeie.concat(U instanceof F?U.errors:U),[])}z.EMPTY=((J=new z).closed=!0,J)},146:(_t,we,I)=>{"use strict";I.d(we,{v:()=>_});let o=!1;const _={Promise:void 0,set useDeprecatedSynchronousErrorHandling(H){if(H){const Q=new Error;console.warn("DEPRECATED! RxJS was set to use deprecated synchronous error handling behavior by code at: \n"+Q.stack)}else o&&console.log("RxJS: Back to a better error behavior. Thank you. <3");o=H},get useDeprecatedSynchronousErrorHandling(){return o}}},539:(_t,we,I)=>{"use strict";I.d(we,{Ds:()=>z,IY:()=>Q,ft:()=>J});var o=I(14),_=I(901),H=I(956);class Q extends o.L{constructor(U){super(),this.parent=U}_next(U){this.parent.notifyNext(U)}_error(U){this.parent.notifyError(U),this.unsubscribe()}_complete(){this.parent.notifyComplete(),this.unsubscribe()}}class z extends o.L{notifyNext(U){this.destination.next(U)}notifyError(U){this.destination.error(U)}notifyComplete(){this.destination.complete()}}function J(ie,U){if(U.closed)return;if(ie instanceof _.y)return ie.subscribe(U);let V;try{V=(0,H.s)(ie)(U)}catch(se){U.error(se)}return V}},858:(_t,we,I)=>{"use strict";I.d(we,{D:()=>De});var o=I(901),_=I(956),H=I(957),Q=I(831);var Y=I(403),J=I(803);var V=I(192),se=I(122);function ye(Oe,ce){if(null!=Oe){if(function U(Oe){return Oe&&"function"==typeof Oe[Q.L]}(Oe))return function F(Oe,ce){return new o.y(q=>{const ae=new H.w;return ae.add(ce.schedule(()=>{const Le=Oe[Q.L]();ae.add(Le.subscribe({next(Ne){ae.add(ce.schedule(()=>q.next(Ne)))},error(Ne){ae.add(ce.schedule(()=>q.error(Ne)))},complete(){ae.add(ce.schedule(()=>q.complete()))}}))})),ae})}(Oe,ce);if((0,V.t)(Oe))return function z(Oe,ce){return new o.y(q=>{const ae=new H.w;return ae.add(ce.schedule(()=>Oe.then(Le=>{ae.add(ce.schedule(()=>{q.next(Le),ae.add(ce.schedule(()=>q.complete()))}))},Le=>{ae.add(ce.schedule(()=>q.error(Le)))}))),ae})}(Oe,ce);if((0,se.z)(Oe))return(0,Y.r)(Oe,ce);if(function le(Oe){return Oe&&"function"==typeof Oe[J.hZ]}(Oe)||"string"==typeof Oe)return function ie(Oe,ce){if(!Oe)throw new Error("Iterable cannot be null");return new o.y(q=>{const ae=new H.w;let Le;return ae.add(()=>{Le&&"function"==typeof Le.return&&Le.return()}),ae.add(ce.schedule(()=>{Le=Oe[J.hZ](),ae.add(ce.schedule(function(){if(q.closed)return;let Ne,Ee;try{const te=Le.next();Ne=te.value,Ee=te.done}catch(te){return void q.error(te)}Ee?q.complete():(q.next(Ne),this.schedule())}))})),ae})}(Oe,ce)}throw new TypeError((null!==Oe&&typeof Oe||Oe)+" is not observable")}function De(Oe,ce){return ce?ye(Oe,ce):Oe instanceof o.y?Oe:new o.y((0,_.s)(Oe))}},5:(_t,we,I)=>{"use strict";I.d(we,{n:()=>Q});var o=I(901),_=I(414),H=I(403);function Q(F,z){return z?(0,H.r)(F,z):new o.y((0,_.V)(F))}},312:(_t,we,I)=>{"use strict";I.d(we,{R:()=>z});var o=I(901),_=I(327),H=I(900),Q=I(942);Object.prototype.toString;function z(V,se,le,ye){return(0,H.m)(le)&&(ye=le,le=void 0),ye?z(V,se,le).pipe((0,Q.U)(De=>(0,_.k)(De)?ye(...De):ye(De))):new o.y(De=>{Y(V,se,function Oe(ce){arguments.length>1?De.next(Array.prototype.slice.call(arguments)):De.next(ce)},De,le)})}function Y(V,se,le,ye,De){let Oe;if(function U(V){return V&&"function"==typeof V.addEventListener&&"function"==typeof V.removeEventListener}(V)){const ce=V;V.addEventListener(se,le,De),Oe=()=>ce.removeEventListener(se,le,De)}else if(function ie(V){return V&&"function"==typeof V.on&&"function"==typeof V.off}(V)){const ce=V;V.on(se,le),Oe=()=>ce.off(se,le)}else if(function J(V){return V&&"function"==typeof V.addListener&&"function"==typeof V.removeListener}(V)){const ce=V;V.addListener(se,le),Oe=()=>ce.removeListener(se,le)}else{if(!V||!V.length)throw new TypeError("Invalid event target");for(let ce=0,q=V.length;ce{"use strict";I.d(we,{T:()=>Y});var o=I(901),_=I(507),H=I(522),Q=I(356);var z=I(5);function Y(...J){let ie=Number.POSITIVE_INFINITY,U=null,V=J[J.length-1];return(0,_.K)(V)?(U=J.pop(),J.length>1&&"number"==typeof J[J.length-1]&&(ie=J.pop())):"number"==typeof V&&(ie=J.pop()),null===U&&1===J.length&&J[0]instanceof o.y?J[0]:function F(J=Number.POSITIVE_INFINITY){return(0,H.zg)(Q.y,J)}(ie)((0,z.n)(J,U))}},139:(_t,we,I)=>{"use strict";I.d(we,{of:()=>Q});var o=I(507),_=I(5),H=I(403);function Q(...F){let z=F[F.length-1];return(0,o.K)(z)?(F.pop(),(0,H.r)(F,z)):(0,_.n)(F)}},942:(_t,we,I)=>{"use strict";I.d(we,{U:()=>_});var o=I(14);function _(F,z){return function(J){if("function"!=typeof F)throw new TypeError("argument is not a function. Are you looking for `mapTo()`?");return J.lift(new H(F,z))}}class H{constructor(z,Y){this.project=z,this.thisArg=Y}call(z,Y){return Y.subscribe(new Q(z,this.project,this.thisArg))}}class Q extends o.L{constructor(z,Y,J){super(z),this.project=Y,this.count=0,this.thisArg=J||this}_next(z){let Y;try{Y=this.project.call(this.thisArg,z,this.count++)}catch(J){return void this.destination.error(J)}this.destination.next(Y)}}},522:(_t,we,I)=>{"use strict";I.d(we,{zg:()=>Q});var o=I(942),_=I(858),H=I(539);function Q(J,ie,U=Number.POSITIVE_INFINITY){return"function"==typeof ie?V=>V.pipe(Q((se,le)=>(0,_.D)(J(se,le)).pipe((0,o.U)((ye,De)=>ie(se,ye,le,De))),U)):("number"==typeof ie&&(U=ie),V=>V.lift(new F(J,U)))}class F{constructor(ie,U=Number.POSITIVE_INFINITY){this.project=ie,this.concurrent=U}call(ie,U){return U.subscribe(new z(ie,this.project,this.concurrent))}}class z extends H.Ds{constructor(ie,U,V=Number.POSITIVE_INFINITY){super(ie),this.project=U,this.concurrent=V,this.hasCompleted=!1,this.buffer=[],this.active=0,this.index=0}_next(ie){this.active0?this._next(ie.shift()):0===this.active&&this.hasCompleted&&this.destination.complete()}}},403:(_t,we,I)=>{"use strict";I.d(we,{r:()=>H});var o=I(901),_=I(957);function H(Q,F){return new o.y(z=>{const Y=new _.w;let J=0;return Y.add(F.schedule(function(){J!==Q.length?(z.next(Q[J++]),z.closed||Y.add(this.schedule())):z.complete()})),Y})}},803:(_t,we,I)=>{"use strict";I.d(we,{hZ:()=>_});const _=function o(){return"function"==typeof Symbol&&Symbol.iterator?Symbol.iterator:"@@iterator"}()},831:(_t,we,I)=>{"use strict";I.d(we,{L:()=>o});const o="function"==typeof Symbol&&Symbol.observable||"@@observable"},482:(_t,we,I)=>{"use strict";I.d(we,{b:()=>o});const o="function"==typeof Symbol?Symbol("rxSubscriber"):"@@rxSubscriber_"+Math.random()},86:(_t,we,I)=>{"use strict";I.d(we,{N:()=>_});const _=(()=>{function H(){return Error.call(this),this.message="object unsubscribed",this.name="ObjectUnsubscribedError",this}return H.prototype=Object.create(Error.prototype),H})()},897:(_t,we,I)=>{"use strict";function o(_){setTimeout(()=>{throw _},0)}I.d(we,{z:()=>o})},356:(_t,we,I)=>{"use strict";function o(_){return _}I.d(we,{y:()=>o})},327:(_t,we,I)=>{"use strict";I.d(we,{k:()=>o});const o=Array.isArray||(_=>_&&"number"==typeof _.length)},122:(_t,we,I)=>{"use strict";I.d(we,{z:()=>o});const o=_=>_&&"number"==typeof _.length&&"function"!=typeof _},900:(_t,we,I)=>{"use strict";function o(_){return"function"==typeof _}I.d(we,{m:()=>o})},549:(_t,we,I)=>{"use strict";function o(_){return null!==_&&"object"==typeof _}I.d(we,{K:()=>o})},192:(_t,we,I)=>{"use strict";function o(_){return!!_&&"function"!=typeof _.subscribe&&"function"==typeof _.then}I.d(we,{t:()=>o})},507:(_t,we,I)=>{"use strict";function o(_){return _&&"function"==typeof _.schedule}I.d(we,{K:()=>o})},956:(_t,we,I)=>{"use strict";I.d(we,{s:()=>V});var o=I(414),_=I(897);var Q=I(803);var z=I(831);var J=I(122),ie=I(192),U=I(549);const V=se=>{if(se&&"function"==typeof se[z.L])return(se=>le=>{const ye=se[z.L]();if("function"!=typeof ye.subscribe)throw new TypeError("Provided object does not correctly implement Symbol.observable");return ye.subscribe(le)})(se);if((0,J.z)(se))return(0,o.V)(se);if((0,ie.t)(se))return(se=>le=>(se.then(ye=>{le.closed||(le.next(ye),le.complete())},ye=>le.error(ye)).then(null,_.z),le))(se);if(se&&"function"==typeof se[Q.hZ])return(se=>le=>{const ye=se[Q.hZ]();for(;;){let De;try{De=ye.next()}catch(Oe){return le.error(Oe),le}if(De.done){le.complete();break}if(le.next(De.value),le.closed)break}return"function"==typeof ye.return&&le.add(()=>{ye.return&&ye.return()}),le})(se);{const ye=`You provided ${(0,U.K)(se)?"an invalid object":`'${se}'`} where a stream was expected. You can provide an Observable, Promise, Array, or Iterable.`;throw new TypeError(ye)}}},414:(_t,we,I)=>{"use strict";I.d(we,{V:()=>o});const o=_=>H=>{for(let Q=0,F=_.length;Q{"use strict";I.d(we,{T_:()=>t1,uY:()=>e1,N3:()=>Ot,u_:()=>Jn,ye:()=>a1,bf:()=>j1,Z2:()=>F1,Yi:()=>u3,A3:()=>ln,x0:()=>_n,vM:()=>d3});var o=I(8),_=I(666),H=I(609);function Q(u){if(!u)return[];if(Array.isArray(u))return u;if(void 0!==u.nodeType)return[u];if("string"==typeof u&&(u=document.querySelectorAll(u)),void 0!==u.length)return[].slice.call(u,0);throw new TypeError("unexpected input "+String(u))}function F(u){var c=u.context,p=u.label,m=void 0===p?"context-to-element":p,v=u.resolveDocument,T=u.defaultToDocument,oe=Q(c)[0];if(v&&oe&&oe.nodeType===Node.DOCUMENT_NODE&&(oe=oe.documentElement),!oe&&T)return document.documentElement;if(!oe)throw new TypeError(m+" requires valid options.context");if(oe.nodeType!==Node.ELEMENT_NODE&&oe.nodeType!==Node.DOCUMENT_FRAGMENT_NODE)throw new TypeError(m+" requires options.context to be an Element");return oe}function z(){for(var p=[],m=F({label:"get/parents",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context});m;)p.push(m),(m=m.parentNode)&&m.nodeType!==Node.ELEMENT_NODE&&(m=null);return p}var Y=["matches","webkitMatchesSelector","mozMatchesSelector","msMatchesSelector"],J=null;function U(u,c){return J||function ie(u){Y.some(function(c){return!!u[c]&&(J=c,!0)})}(u),u[J](c)}var V=I(228),se=I.n(V),le=JSON.parse(JSON.stringify(se())),ye=le.os.family||"",De="Android"===ye,Oe="Windows"===ye.slice(0,7),ce="OS X"===ye,q="iOS"===ye,ae="Blink"===le.layout,Le="Gecko"===le.layout,Ne="Trident"===le.layout,Ee="EdgeHTML"===le.layout,te="WebKit"===le.layout,G=parseFloat(le.version),me=Math.floor(G);le.majorVersion=me,le.is={ANDROID:De,WINDOWS:Oe,OSX:ce,IOS:q,BLINK:ae,GECKO:Le,TRIDENT:Ne,EDGE:Ee,WEBKIT:te,IE9:Ne&&9===me,IE10:Ne&&10===me,IE11:Ne&&11===me};const D=le;function rt(u){var c=function pe(){var u={activeElement:document.activeElement,windowScrollTop:window.scrollTop,windowScrollLeft:window.scrollLeft,bodyScrollTop:document.body.scrollTop,bodyScrollLeft:document.body.scrollLeft},c=document.createElement("iframe");c.setAttribute("style","position:absolute; position:fixed; top:0; left:-2px; width:1px; height:1px; overflow:hidden;"),c.setAttribute("aria-live","off"),c.setAttribute("aria-busy","true"),c.setAttribute("aria-hidden","true"),document.body.appendChild(c);var p=c.contentWindow,m=p.document;m.open(),m.close();var v=m.createElement("div");return m.body.appendChild(v),u.iframe=c,u.wrapper=v,u.window=p,u.document=m,u}(),p={};return Object.keys(u).map(function(m){p[m]=function Ce(u,c){u.wrapper.innerHTML="";var p="string"==typeof c.element?u.document.createElement(c.element):c.element(u.wrapper,u.document),m=c.mutate&&c.mutate(p,u.wrapper,u.document);return!m&&!1!==m&&(m=p),!p.parentNode&&u.wrapper.appendChild(p),m&&m.focus&&m.focus(),c.validate?c.validate(p,m,u.document):u.document.activeElement===m}(c,u[m])}),function ge(u){u.activeElement===document.body?(document.activeElement&&document.activeElement.blur&&document.activeElement.blur(),D.is.IE10&&document.body.focus()):u.activeElement&&u.activeElement.focus&&u.activeElement.focus(),document.body.removeChild(u.iframe),window.scrollTop=u.windowScrollTop,window.scrollLeft=u.windowScrollLeft,document.body.scrollTop=u.bodyScrollTop,document.body.scrollLeft=u.bodyScrollLeft}(c),p}var Z1=typeof window<"u"&&window.navigator.userAgent||"",L1="ally-supports-cache",Ct=function Gt(u){var c=void 0;try{c=(c=window.localStorage&&window.localStorage.getItem(u))?JSON.parse(c):{}}catch{c={}}return c}(L1);(Ct.userAgent!==Z1||"1.4.1"!==Ct.version)&&(Ct={}),Ct.userAgent=Z1,Ct.version="1.4.1";const I1={get:function(){return Ct},set:function(c){Object.keys(c).forEach(function(p){Ct[p]=c[p]}),Ct.time=(new Date).toISOString(),function p1(u,c){if(document.hasFocus())try{window.localStorage&&window.localStorage.setItem(u,JSON.stringify(c))}catch{}else try{window.localStorage&&window.localStorage.removeItem(u)}catch{}}(L1,Ct)}};function un(){var u=void 0;try{document.querySelector("html >>> :first-child"),u=">>>"}catch{try{document.querySelector("html /deep/ :first-child"),u="/deep/"}catch{u=""}}return u}const d1="data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7",y1={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},M1={element:"div",mutate:function(c){return c.innerHTML='',!1},validate:function(c,p,m){if(D.is.GECKO)return!0;var v=c.querySelector("area");return v.focus(),m.activeElement===v}},xt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===p}},r1=d1,j={name:"can-focus-audio-without-controls",element:"audio",mutate:function(c){try{c.setAttribute("src",r1)}catch{}}},lt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("area")}},de={element:"a",mutate:function(c){return c.href="#void",c.innerHTML='',c.querySelector("img")}},$e={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")}};var N=!D.is.WEBKIT;const Pt="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBpZD0ic3ZnIj48dGV4dCB4PSIxMCIgeT0iMjAiIGlkPSJzdmctbGluay10ZXh0Ij50ZXh0PC90ZXh0Pjwvc3ZnPg==",At={element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50"),c.style.visibility="hidden"}},Lt={name:"can-focus-object-svg",element:"object",mutate:function(c){c.setAttribute("type","image/svg+xml"),c.setAttribute("data",Pt),c.setAttribute("width","200"),c.setAttribute("height","50")},validate:function(c,p,m){return!!D.is.GECKO||m.activeElement===c}};var dt=!D.is.IE9;const Tt={element:"div",mutate:function(c){return c.innerHTML='',c.querySelector("img")},validate:function(c,p,m){var v=c.querySelector("area");return m.activeElement===v}};function Y2(u){if(!(u.ownerSVGElement||"svg"===u.nodeName.toLowerCase()))return!1;var p=function x1(){var u=document.createElement("div");return u.innerHTML='\n \n ',u.firstChild.firstChild}();u.appendChild(p);var m=p.querySelector("input");return m.focus(),m.disabled=!0,u.removeChild(p),!0}function pt(u){return''+u+""}function dn(u,c,p){return function E2(u){if(!u.focus)try{HTMLElement.prototype.focus.call(u)}catch{Y2(u)}}(c),p.activeElement===c}const R2={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},bn={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},J1={element:"div",mutate:function(c){return c.innerHTML=pt('a'),c.querySelector("text")},validate:dn},fn={element:"div",mutate:function(c){return c.innerHTML=pt(['link',''].join("")),c.querySelector("use")},validate:dn},tn={element:"div",mutate:function(c){return c.innerHTML=pt(''),c.querySelector("foreignObject")||c.getElementsByTagName("foreignObject")[0]},validate:dn};var e2=Boolean(D.is.GECKO&&typeof SVGElement<"u"&&SVGElement.prototype.focus);const B={element:"div",mutate:function(c){return c.innerHTML=pt(""),c.firstChild},validate:dn},ht=d1,qe={element:"video",mutate:function(c){try{c.setAttribute("src",ht)}catch{}}};var Jt=D.is.GECKO||D.is.TRIDENT||D.is.EDGE;var O={cssShadowPiercingDeepCombinator:un,focusInZeroDimensionObject:function he(){return N},focusObjectSwf:function Je(){return dt},focusSvgInIframe:function xe(){return e2},tabsequenceAreaAtImgPosition:function Me(){return Jt}},W={focusAreaImgTabindex:y1,focusAreaTabindex:M1,focusAreaWithoutHref:xt,focusAudioWithoutControls:j,focusBrokenImageMap:lt,focusChildrenOfFocusableFlexbox:{element:"div",mutate:function(c){return c.setAttribute("tabindex","-1"),c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello',c.querySelector("span")}},focusFieldsetDisabled:{element:"fieldset",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusFieldset:{element:"fieldset",mutate:function(c){c.innerHTML="legend

content

"}},focusFlexboxContainer:{element:"span",mutate:function(c){c.setAttribute("style","display: -webkit-flex; display: -ms-flexbox; display: flex;"),c.innerHTML='hello'}},focusFormDisabled:{element:"form",mutate:function(c){c.setAttribute("tabindex",0),c.setAttribute("disabled","disabled")}},focusImgIsmap:de,focusImgUsemapTabindex:$e,focusInHiddenIframe:{element:function(c,p){var m=p.createElement("iframe");c.appendChild(m);var v=m.contentWindow.document;return v.open(),v.close(),m},mutate:function(c){c.style.visibility="hidden";var p=c.contentWindow.document,m=p.createElement("input");return p.body.appendChild(m),m},validate:function(c){var p=c.contentWindow.document,m=p.querySelector("input");return p.activeElement===m}},focusInvalidTabindex:{element:"div",mutate:function(c){c.setAttribute("tabindex","invalid-value")}},focusLabelTabindex:{element:"label",mutate:function(c){c.setAttribute("tabindex","-1")},validate:function(c,p,m){c.offsetHeight;return c.focus(),m.activeElement===c}},focusObjectSvg:Lt,focusObjectSvgHidden:At,focusRedirectImgUsemap:Tt,focusRedirectLegend:{element:"fieldset",mutate:function(c){return c.innerHTML='legend',!1},validate:function(c,p,m){var v=c.querySelector('input[tabindex="-1"]'),T=c.querySelector('input[tabindex="0"]');return c.focus(),c.querySelector("legend").focus(),(m.activeElement===v?"focusable":m.activeElement===T&&"tabbable")||""}},focusScrollBody:{element:"div",mutate:function(c){return c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
',c.querySelector("div")}},focusScrollContainerWithoutOverflow:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px;"),c.innerHTML='
scrollable content
'}},focusScrollContainer:{element:"div",mutate:function(c){c.setAttribute("style","width: 100px; height: 50px; overflow: auto;"),c.innerHTML='
scrollable content
'}},focusSummary:{element:"details",mutate:function(c){return c.innerHTML="foo

content

",c.firstElementChild}},focusSvgFocusableAttribute:R2,focusSvgTabindexAttribute:bn,focusSvgNegativeTabindexAttribute:J1,focusSvgUseTabindex:fn,focusSvgForeignobjectTabindex:tn,focusSvg:B,focusTabindexTrailingCharacters:{element:"div",mutate:function(c){c.setAttribute("tabindex","3x")}},focusTable:{element:"table",mutate:function(c,p,m){var v=m.createDocumentFragment();v.innerHTML="cell",c.appendChild(v)}},focusVideoWithoutControls:qe};var Fe=null;function He(){return Fe||((Fe=I1.get()).time||(I1.set(function be(){var u=rt(W);return Object.keys(O).forEach(function(c){u[c]=O[c]()}),u}()),Fe=I1.get()),Fe)}var it=void 0,jt=/^\s*(-|\+)?[0-9]+\s*$/,N1=/^\s*(-|\+)?[0-9]+.*$/;function Xt(u){it||(it=He());var c=it.focusTabindexTrailingCharacters?N1:jt,p=F({label:"is/valid-tabindex",resolveDocument:!0,context:u}),m=p.hasAttribute("tabindex"),v=p.hasAttribute("tabIndex");if(!m&&!v)return!1;if((p.ownerSVGElement||"svg"===p.nodeName.toLowerCase())&&!it.focusSvgTabindexAttribute)return!1;if(it.focusInvalidTabindex)return!0;var oe=p.getAttribute(m?"tabindex":"tabIndex");return"-32768"!==oe&&Boolean(oe&&c.test(oe))}function Wt(u){if(!Xt(u))return null;var p=u.hasAttribute("tabindex")?"tabindex":"tabIndex",m=parseInt(u.getAttribute(p),10);return isNaN(m)?-1:m}function Ut(u){var c=u.webkitUserModify||"";return Boolean(c&&-1!==c.indexOf("write"))}function v2(u){return[u.getPropertyValue("overflow"),u.getPropertyValue("overflow-x"),u.getPropertyValue("overflow-y")].some(function(c){return"auto"===c||"scroll"===c})}function d2(u){return u.display.indexOf("flex")>-1}function Nn(u,c,p,m){return!("div"!==c&&"span"!==c||p&&"div"!==p&&"span"!==p&&!v2(m))&&(u.offsetHeight0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1}:p;vt||(vt=He());var v=F({label:"is/focus-relevant",resolveDocument:!0,context:c});if(!m.shadow&&v.shadowRoot)return!0;var T=v.nodeName.toLowerCase();if("input"===T&&"hidden"===v.type)return!1;if("input"===T||"select"===T||"button"===T||"textarea"===T||"legend"===T&&vt.focusRedirectLegend||"label"===T||"area"===T||"a"===T&&v.hasAttribute("href"))return!0;if("object"===T&&v.hasAttribute("usemap"))return!1;if("object"===T){var oe=v.getAttribute("type");if(!vt.focusObjectSvg&&"image/svg+xml"===oe)return!1;if(!vt.focusObjectSwf&&"application/x-shockwave-flash"===oe)return!1}if("iframe"===T||"object"===T||"embed"===T||"keygen"===T||v.hasAttribute("contenteditable")||"audio"===T&&(vt.focusAudioWithoutControls||v.hasAttribute("controls"))||"video"===T&&(vt.focusVideoWithoutControls||v.hasAttribute("controls"))||vt.focusSummary&&"summary"===T)return!0;var Ze=Xt(v);if("img"===T&&v.hasAttribute("usemap"))return Ze&&vt.focusImgUsemapTabindex||vt.focusRedirectImgUsemap;if(vt.focusTable&&("table"===T||"td"===T)||vt.focusFieldset&&"fieldset"===T)return!0;var Xe="svg"===T,nt=v.ownerSVGElement,It=v.getAttribute("focusable"),l1=Wt(v);if("use"===T&&null!==l1&&!vt.focusSvgUseTabindex)return!1;if("foreignobject"===T)return null!==l1&&vt.focusSvgForeignobjectTabindex;if(U(v,"svg a")&&v.hasAttribute("xlink:href"))return!0;if((Xe||nt)&&v.focus&&!vt.focusSvgNegativeTabindexAttribute&&l1<0)return!1;if(Xe)return Ze||vt.focusSvg||vt.focusSvgInIframe||Boolean(vt.focusSvgFocusableAttribute&&It&&"true"===It);if(nt){if(vt.focusSvgTabindexAttribute&&Ze)return!0;if(vt.focusSvgFocusableAttribute)return"true"===It}if(Ze)return!0;var T1=window.getComputedStyle(v,null);if(Ut(T1))return!0;if(vt.focusImgIsmap&&"img"===T&&v.hasAttribute("ismap")&&z({context:v}).some(function(p3){return"a"===p3.nodeName.toLowerCase()&&p3.hasAttribute("href")}))return!0;if(!m.scrollable&&vt.focusScrollContainer)if(vt.focusScrollContainerWithoutOverflow){if(Nn(v,T))return!0}else if(v2(T1))return!0;if(!m.flexbox&&vt.focusFlexboxContainer&&d2(T1))return!0;var l2=v.parentElement;if(!m.scrollable&&l2){var f3=l2.nodeName.toLowerCase(),_2=window.getComputedStyle(l2,null);if(vt.focusScrollBody&&Nn(l2,T,f3,_2)||vt.focusChildrenOfFocusableFlexbox&&d2(_2))return!0}return!1}nn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return nn({context:m,except:u})};return c.rules=nn,c};const t2=nn.except({});function Zn(u,c){if(u.findIndex)return u.findIndex(c);var p=u.length;if(0===p)return-1;for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{notRendered:!1,cssDisplay:!1,cssVisibility:!1,detailsElement:!1,browsingContext:!1}:p,v=F({label:"is/visible",resolveDocument:!0,context:c}),T=v.nodeName.toLowerCase();if(!m.notRendered&&i1.test(T))return!0;var oe=z({context:v}),Ze="audio"===T&&!v.hasAttribute("controls");if(!m.cssDisplay&&function In(u){return u.some(function(c){return"none"===P1(c,"display")})}(Ze?oe.slice(1):oe)||!m.cssVisibility&&function x2(u){var c=Zn(u,function(m){var v=P1(m,"visibility");return"hidden"===v||"collapse"===v});if(-1===c)return!1;var p=Zn(u,function(m){return"visible"===P1(m,"visibility")});return-1===p||c0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Sn({context:m,except:u})};return c.rules=Sn,c};const Rn=Sn.except({});var r2=I(232),tt=I.n(r2);function Dt(u,c){return c.querySelector('map[name="'+tt()(u)+'"]')||null}function E1(u){var c=u.parentElement;return c.name&&"map"===c.nodeName.toLowerCase()&&pn(u).querySelector('img[usemap="#'+tt()(c.name)+'"]')||null}var hn=void 0;var gn=void 0,g1=void 0,Cn={input:!0,select:!0,textarea:!0,button:!0,fieldset:!0,form:!0};function Wn(u){gn||((gn=He()).focusFieldsetDisabled&&delete Cn.fieldset,gn.focusFormDisabled&&delete Cn.form,g1=new RegExp("^("+Object.keys(Cn).join("|")+")$"));var p=F({label:"is/native-disabled-supported",context:u}).nodeName.toLowerCase();return Boolean(g1.test(p))}var yt=void 0;function R3(u){return"fieldset"===u.nodeName.toLowerCase()&&u.disabled}function i2(u){return"form"===u.nodeName.toLowerCase()&&u.disabled}function Kn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{onlyFocusableBrowsingContext:!1,visible:!1}:p,v=F({label:"is/only-tabbable",resolveDocument:!0,context:c});if(!m.visible&&!Rn(v))return!1;if(!m.onlyFocusableBrowsingContext&&(D.is.GECKO||D.is.TRIDENT||D.is.EDGE)){var T=n2(v);if(T&&Wt(T)<0)return!1}var oe=v.nodeName.toLowerCase(),Ze=Wt(v);return"label"===oe&&D.is.GECKO?null!==Ze&&Ze>=0:!!(D.is.GECKO&&v.ownerSVGElement&&!v.focus&&"a"===oe&&v.hasAttribute("xlink:href")&&D.is.GECKO)}Kn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Kn({context:m,except:u})};return c.rules=Kn,c};const f2=Kn.except({});var H1=void 0;function R1(u){var c=u.nodeName.toLowerCase();if("embed"===c||"keygen"===c)return!0;var p=Wt(u);if(u.shadowRoot&&null===p)return!0;if("label"===c)return!H1.focusLabelTabindex||null===p;if("legend"===c)return null===p;if(H1.focusSvgFocusableAttribute&&(u.ownerSVGElement||"svg"===c)){var m=u.getAttribute("focusable");return m&&"false"===m}return"img"===c&&u.hasAttribute("usemap")?null===p||!H1.focusImgUsemapTabindex:"area"===c&&!function G1(u){hn||(hn=He());var c=F({label:"is/valid-area",context:u});if("area"!==c.nodeName.toLowerCase())return!1;var m=c.hasAttribute("tabindex");if(!hn.focusAreaTabindex&&m)return!1;var v=E1(c);return!(!v||!Rn(v)||!hn.focusBrokenImageMap&&(!v.complete||!v.naturalHeight||v.offsetWidth<=0||v.offsetHeight<=0))&&(hn.focusAreaWithoutHref||c.href?!z({context:v}).slice(1).some(function(oe){var Ze=oe.nodeName.toLowerCase();return"button"===Ze||"a"===Ze}):hn.focusAreaTabindex&&m||hn.focusAreaImgTabindex&&v.hasAttribute("tabindex"))}(u)}function k1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{disabled:!1,visible:!1,onlyTabbable:!1}:p;H1||(H1=He());var v=f2.rules.except({onlyFocusableBrowsingContext:!0,visible:m.visible}),T=F({label:"is/focusable",resolveDocument:!0,context:c});if(!t2.rules({context:T,except:m})||R1(T)||!m.disabled&&function Q2(u){yt||(yt=He());var c=F({label:"is/disabled",context:u});if(c.hasAttribute("data-ally-disabled"))return!0;if(!Wn(c))return!1;if(c.disabled)return!0;var p=z({context:c});return!!(p.some(R3)||!yt.focusFormDisabled&&p.some(i2))}(T)||!m.onlyTabbable&&v(T))return!1;if(!m.visible){var Ze={context:T,except:{}};if(H1.focusInHiddenIframe&&(Ze.except.browsingContext=!0),H1.focusObjectSvgHidden)"object"===T.nodeName.toLowerCase()&&(Ze.except.cssVisibility=!0);if(!Rn.rules(Ze))return!1}var nt=n2(T);if(nt&&!("object"!==nt.nodeName.toLowerCase()||H1.focusInZeroDimensionObject||nt.offsetWidth&&nt.offsetHeight))return!1;return!("svg"===T.nodeName.toLowerCase()&&H1.focusSvgInIframe&&!nt&&null===T.getAttribute("tabindex"))}k1.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return k1({context:m,except:u})};return c.rules=k1,c};const b1=k1.except({});function z2(u){var c=function(m){return m.shadowRoot||u(m)?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};return c.acceptNode=c,c}var p2=z2(t2);function s3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;c||(c=document.documentElement);for(var T=b1.rules.except({onlyTabbable:m}),Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,"all"===v?p2:z2(T),!1),Xe=[];Ze.nextNode();)Ze.currentNode.shadowRoot?(T(Ze.currentNode)&&Xe.push(Ze.currentNode),Xe=Xe.concat(s3({context:Ze.currentNode.shadowRoot,includeOnlyTabbable:m,strategy:v}))):Xe.push(Ze.currentNode);return p&&("all"===v?t2(c)&&Xe.unshift(c):T(c)&&Xe.unshift(c)),Xe}var C1=void 0,K1=void 0;function xn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=function Mn(){return C1||(C1=He()),"string"==typeof K1||(K1=i3(K1=(C1.focusTable?"table, td,":"")+(C1.focusFieldset?"fieldset,":"")+"svg a,a[href],area[href],input, select, textarea, button,iframe, object, embed,keygen,"+(C1.focusAudioWithoutControls?"audio,":"audio[controls],")+(C1.focusVideoWithoutControls?"video,":"video[controls],")+(C1.focusSummary?"summary,":"")+"[tabindex],[contenteditable]")),K1}(),T=c.querySelectorAll(v),oe=b1.rules.except({onlyTabbable:m}),Ze=[].filter.call(T,oe);return p&&oe(c)&&Ze.unshift(c),Ze}function zn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=void 0===v?"quick":v,Ze={context:F({label:"query/focusable",resolveDocument:!0,defaultToDocument:!0,context:c}),includeContext:p,includeOnlyTabbable:m,strategy:T};if("quick"===T)return xn(Ze);if("strict"===T||"all"===T)return s3(Ze);throw new TypeError('query/focusable requires option.strategy to be one of ["quick", "strict", "all"]')}function Vt(u){var c=u.element,p=u.attribute,m="data-cached-"+p;if(null===c.getAttribute(m)){var T=c.getAttribute(p);if(null===T)return;c.setAttribute(m,T||""),c.removeAttribute(p)}else{var oe=c.getAttribute(m);c.removeAttribute(m),c.setAttribute(p,oe)}}function mt(u){var c=u.element,p=u.attribute,m=u.temporaryValue,v=u.saveValue,T="data-cached-"+p;if(void 0!==m){var oe=v||c.getAttribute(p);c.setAttribute(T,oe||""),c.setAttribute(p,m)}else{var Ze=c.getAttribute(T);c.removeAttribute(T),""===Ze?c.removeAttribute(p):c.setAttribute(p,Ze)}}var rn=function(){};const o2=typeof console<"u"?console:{log:rn,debug:rn,info:rn,warn:rn,error:rn};var q1=void 0;function B2(){o2.warn("trying to focus inert element",this)}function P2(u,c){(function ir(u,c){mt({element:u,attribute:"aria-disabled",temporaryValue:c?"true":void 0})})(u,c),function ii(u,c){if(c){var p=Wt(u);mt({element:u,attribute:"tabindex",temporaryValue:"-1",saveValue:null!==p?p:""})}else mt({element:u,attribute:"tabindex"})}(u,c),function z3(u,c){c?u.focus=B2:delete u.focus}(u,c),function oi(u,c){if(c){var p=u.style.pointerEvents||"";u.setAttribute("data-inert-pointer-events",p),u.style.pointerEvents="none"}else{var m=u.getAttribute("data-inert-pointer-events");u.removeAttribute("data-inert-pointer-events"),u.style.pointerEvents=m}}(u,c);var p=u.nodeName.toLowerCase();("video"===p||"audio"===p)&&function Bn(u,c){Vt({element:u,attribute:"controls",remove:c})}(u,c),("svg"===p||u.ownerSVGElement)&&(q1.focusSvgFocusableAttribute?function a3(u,c){mt({element:u,attribute:"focusable",temporaryValue:c?"false":void 0})}(u,c):!q1.focusSvgTabindexAttribute&&"a"===p&&function wn(u,c){Vt({element:u,attribute:"xlink:href",remove:c})}(u,c)),c?u.setAttribute("data-ally-disabled","true"):u.removeAttribute("data-ally-disabled")}function on(u,c){q1||(q1=He());var p=F({label:"element/disabled",context:u});c=Boolean(c);var m=p.hasAttribute("data-ally-disabled"),v=1===arguments.length;return Wn(p)?v?p.disabled:(p.disabled=c,p):v?m:(m===c||P2(p,c),p)}var y3=function(c){return c.shadowRoot?NodeFilter.FILTER_ACCEPT:NodeFilter.FILTER_SKIP};function b3(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context,p=F({label:"query/shadow-hosts",resolveDocument:!0,defaultToDocument:!0,context:c}),v=pn(c).createTreeWalker(p,NodeFilter.SHOW_ELEMENT,y3,!1),T=[];for(p.shadowRoot&&(T.push(p),T=T.concat(b3({context:p.shadowRoot})));v.nextNode();)T.push(v.currentNode),T=T.concat(b3({context:v.currentNode.shadowRoot}));return T}y3.acceptNode=y3;var s2="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(u){return typeof u}:function(u){return u&&"function"==typeof Symbol&&u.constructor===Symbol&&u!==Symbol.prototype?"symbol":typeof u},wr=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.callback,T=p.config;(function O2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this.config=T,this.disengage=this.disengage.bind(this),this.clientObserver=new MutationObserver(v),this.hostObserver=new MutationObserver(function(oe){return oe.forEach(c.handleHostMutation,c)}),this.observeContext(m),this.observeShadowHosts(m)}return wr(u,[{key:"disengage",value:function(){this.clientObserver&&this.clientObserver.disconnect(),this.clientObserver=null,this.hostObserver&&this.hostObserver.disconnect(),this.hostObserver=null}},{key:"observeShadowHosts",value:function(p){var m=this;b3({context:p}).forEach(function(T){return m.observeContext(T.shadowRoot)})}},{key:"observeContext",value:function(p){this.clientObserver.observe(p,this.config),this.hostObserver.observe(p,Lr)}},{key:"handleHostMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(v){return v.nodeType===Node.ELEMENT_NODE}).forEach(this.observeShadowHosts,this)}}]),u}();function z1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.parent,p=u.element,m=u.includeSelf;if(c)return function(T){return Boolean(m&&T===c||c.compareDocumentPosition(T)&Node.DOCUMENT_POSITION_CONTAINED_BY)};if(p)return function(T){return Boolean(m&&p===T||T.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_CONTAINED_BY)};throw new TypeError("util/compare-position#getParentComparator required either options.parent or options.element")}var T2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},m=p.context,v=p.filter;(function j2(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(m||document.documentElement)[0],this._filter=Q(v),this._inertElementCache=[],this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.renderInert=this.renderInert.bind(this),this.filterElements=this.filterElements.bind(this),this.filterParentElements=this.filterParentElements.bind(this);var T=zn({context:this._context,includeContext:!0,strategy:"all"});this.renderInert(T),this.shadowObserver=function or(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.callback,m=u.config;if("function"!=typeof p)throw new TypeError("observe/shadow-mutations requires options.callback to be a function");if("object"!==(typeof m>"u"?"undefined":s2(m)))throw new TypeError("observe/shadow-mutations requires options.config to be an object");if(!window.MutationObserver)return{disengage:function(){}};var v=F({label:"observe/shadow-mutations",resolveDocument:!0,defaultToDocument:!0,context:c});return{disengage:new Y1({context:v,callback:p,config:m}).disengage}}({context:this._context,config:v3,callback:function(Ze){return Ze.forEach(c.handleMutation)}})}return T2(u,[{key:"disengage",value:function(){this._context&&(Yn(this._context),this._inertElementCache.forEach(function(p){return Yn(p)}),this._inertElementCache=null,this._filter=null,this._context=null,this.shadowObserver&&this.shadowObserver.disengage(),this.shadowObserver=null)}},{key:"listQueryFocusable",value:function(p){return p.map(function(m){return zn({context:m,includeContext:!0,strategy:"all"})}).reduce(function(m,v){return m.concat(v)},[])}},{key:"renderInert",value:function(p){var m=this;p.filter(this.filterElements).filter(this.filterParentElements).filter(function(T){return!on(T)}).forEach(function(oe){m._inertElementCache.push(oe),function jn(u){return on(u,!0)}(oe)})}},{key:"filterElements",value:function(p){var m=z1({element:p,includeSelf:!0});return!this._filter.some(m)}},{key:"filterParentElements",value:function(p){var m=z1({parent:p});return!this._filter.some(m)}},{key:"handleMutation",value:function(p){if("childList"===p.type){var m=Q(p.addedNodes).filter(function(T){return T.nodeType===Node.ELEMENT_NODE});if(!m.length)return;var v=this.listQueryFocusable(m);this.renderInert(v)}else"attributes"===p.type&&this.renderInert([p.target])}}]),u}();function a2(u){var c=u.context,p=u.filter,v=[],T=function(nt){return p.some(function(It){return nt===It})?NodeFilter.FILTER_REJECT:function(nt){var It=z1({parent:nt});return p.some(It)}(nt)?NodeFilter.FILTER_ACCEPT:(v.push(nt),NodeFilter.FILTER_REJECT)};T.acceptNode=T;for(var Ze=pn(c).createTreeWalker(c,NodeFilter.SHOW_ELEMENT,T,!1);Ze.nextNode(););return v}var M2=function(){function u(c,p){for(var m=0;m0&&void 0!==arguments[0]?arguments[0]:{},p=c.context,m=c.filter;(function si(u,c){if(!(u instanceof c))throw new TypeError("Cannot call a class as a function")})(this,u),this._context=Q(p||document.documentElement)[0],this._filter=Q(m),this.disengage=this.disengage.bind(this),this.handleMutation=this.handleMutation.bind(this),this.isInsignificantBranch=this.isInsignificantBranch.bind(this);var v=function sr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;if(c=F({label:"get/insignificant-branches",defaultToDocument:!0,context:c}),!(p=Q(p)).length)throw new TypeError("get/insignificant-branches requires valid options.filter");return a2({context:c,filter:p})}({context:this._context,filter:this._filter});v.forEach(B3),this.startObserver()}return M2(u,[{key:"disengage",value:function(){this._context&&([].forEach.call(this._context.querySelectorAll("[data-cached-aria-hidden]"),Vr),this._context=null,this._filter=null,this._observer&&this._observer.disconnect(),this._observer=null)}},{key:"startObserver",value:function(){var p=this;window.MutationObserver&&(this._observer=new MutationObserver(function(m){return m.forEach(p.handleMutation)}),this._observer.observe(this._context,X1))}},{key:"handleMutation",value:function(p){"childList"===p.type&&Q(p.addedNodes).filter(function(m){return m.nodeType===Node.ELEMENT_NODE}).filter(this.isInsignificantBranch).forEach(B3)}},{key:"isInsignificantBranch",value:function(p){if(z({context:p}).some(function(T){return"true"===T.getAttribute("aria-hidden")}))return!1;var v=z1({element:p});return!this._filter.some(v)}}]),u}();function Q1(){for(var p=F({label:"get/shadow-host",context:(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context}),m=null;p;)m=p,p=p.parentNode;return m.nodeType===m.DOCUMENT_FRAGMENT_NODE&&m.host?m.host:null}function w3(u){var c=F({label:"is/active-element",resolveDocument:!0,context:u});if(pn(c).activeElement===c)return!0;var m=Q1({context:c});return!(!m||m.shadowRoot.activeElement!==c)}var S1=void 0,sn=/^(fieldset|table|td|body)$/;function Pn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.except,m=void 0===p?{flexbox:!1,scrollable:!1,shadow:!1,visible:!1,onlyTabbable:!1}:p;S1||(S1=He());var v=F({label:"is/tabbable",resolveDocument:!0,context:c});if(D.is.BLINK&&D.is.ANDROID&&D.majorVersion>42)return!1;var T=n2(v);if(T){if(D.is.WEBKIT&&D.is.IOS||Wt(T)<0||!m.visible&&(D.is.BLINK||D.is.WEBKIT)&&!Rn(T))return!1;if("object"===T.nodeName.toLowerCase()){var Ze="Chrome"===D.name&&D.majorVersion>=54||"Opera"===D.name&&D.majorVersion>=41;if(D.is.WEBKIT||D.is.BLINK&&!Ze)return!1}}var Xe=v.nodeName.toLowerCase(),nt=Wt(v),It=null===nt?null:nt>=0;if(D.is.EDGE&&D.majorVersion>=14&&T&&v.ownerSVGElement&&nt<0)return!0;var l1=!1!==It,T1=null!==nt&&nt>=0;if(v.hasAttribute("contenteditable"))return l1;if(sn.test(Xe)&&!0!==It)return!1;if(D.is.WEBKIT&&D.is.IOS){var m2="input"===Xe&&"text"===v.type||"password"===v.type||"select"===Xe||"textarea"===Xe||v.hasAttribute("contenteditable");if(!m2)m2=Ut(window.getComputedStyle(v,null));if(!m2)return!1}if("use"===Xe&&null!==nt&&(D.is.BLINK||D.is.WEBKIT&&9===D.majorVersion)||U(v,"svg a")&&v.hasAttribute("xlink:href")&&(l1||v.focus&&!S1.focusSvgNegativeTabindexAttribute)||"svg"===Xe&&S1.focusSvgInIframe&&l1)return!0;if(D.is.TRIDENT||D.is.EDGE){if("svg"===Xe)return!!S1.focusSvg||(v.hasAttribute("focusable")||T1);if(v.ownerSVGElement)return!(!S1.focusSvgTabindexAttribute||!T1)||v.hasAttribute("focusable")}if(void 0===v.tabIndex)return Boolean(m.onlyTabbable);if("audio"===Xe){if(!v.hasAttribute("controls"))return!1;if(D.is.BLINK)return!0}if("video"===Xe)if(v.hasAttribute("controls")){if(D.is.BLINK||D.is.GECKO)return!0}else if(D.is.TRIDENT||D.is.EDGE)return!1;if("object"===Xe&&(D.is.BLINK||D.is.WEBKIT)||"iframe"===Xe)return!1;if(!m.scrollable&&D.is.GECKO&&v2(window.getComputedStyle(v,null)))return l1;if(D.is.TRIDENT||D.is.EDGE){if("area"===Xe){var _2=E1(v);if(_2&&Wt(_2)<0)return!1}var p3=window.getComputedStyle(v,null);if(Ut(p3))return v.tabIndex>=0;if(!m.flexbox&&d2(p3))return null!==nt?T1:ar(v)&&Qn(v);if(Nn(v,Xe))return!1;var k=v.parentElement;if(k){var X3=k.nodeName.toLowerCase(),er=window.getComputedStyle(k,null);if(Nn(k,Xe,X3,er))return!1;if(d2(er))return T1}}return v.tabIndex>=0}Pn.except=function(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=function(m){return Pn({context:m,except:u})};return c.rules=Pn,c};var ar=t2.rules.except({flexbox:!0}),Qn=Pn.except({flexbox:!0});const P=Pn.except({});function h(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy,T=P.rules.except({onlyTabbable:m});return zn({context:c,includeContext:p,includeOnlyTabbable:m,strategy:v}).filter(T)}function w(u,c){return u.compareDocumentPosition(c)&Node.DOCUMENT_POSITION_FOLLOWING?-1:1}function Ft(u,c,p){var m=[];return c.forEach(function(v){var T=!0,oe=u.indexOf(v);-1===oe&&(oe=function ze(u,c){return Zn(u,function(p){return c.compareDocumentPosition(p)&Node.DOCUMENT_POSITION_FOLLOWING})}(u,v),T=!1),-1===oe&&(oe=u.length);var Ze=Q(p?p(v):v);Ze.length&&m.push({offset:oe,replace:T,elements:Ze})}),m}function mn(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.list,p=u.elements,m=u.resolveElement,v=c.slice(0),T=Q(p).slice(0);return function K(u){return u.sort(w)}(T),function gt(u,c){var p=0;c.sort(function(m,v){return m.offset-v.offset}),c.forEach(function(m){var v=m.replace?1:0,T=[m.offset+p,v].concat(m.elements);u.splice.apply(u,T),p+=m.elements.length-v})}(v,Ft(v,T,m)),v}var j3=function(){function u(c,p){for(var m=0;m-1?[p].concat(m):m}},{key:"_cleanup",value:function(){Object.keys(this.hosts).forEach(function(p){delete this.hosts[p]._sortingId},this)}}]),u}();var X2=void 0;function $1(u,c){return X2.tabsequenceAreaAtImgPosition&&(u=function Gr(u,c){var p=c.querySelectorAll("img[usemap]"),m=new q2(c),v=m.extractAreasFromList(u);return p.length?mn({list:v,elements:p,resolveElement:function(oe){var Ze=oe.getAttribute("usemap").slice(1);return m.getAreasFor(Ze)}}):v}(u,c)),u=function qt(u){var c={},p=[],m=u.filter(function(T){var oe=T.tabIndex;return void 0===oe&&(oe=Wt(T)),oe<=0||null==oe||(c[oe]||(c[oe]=[],p.push(oe)),c[oe].push(T),!1)});return p.sort().map(function(T){return c[T]}).reduceRight(function(T,oe){return oe.concat(T)},m)}(u),u}function cr(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.includeContext,m=u.includeOnlyTabbable,v=u.strategy;X2||(X2=He());var T=Q(c)[0]||document.documentElement,oe=h({context:T,includeContext:p,includeOnlyTabbable:m,strategy:v});return oe=document.body.createShadowRoot&&D.is.BLINK?function Ge(u,c,p){var m=new Hr(c,p),v=m.extractElements(u);return v.length===u.length?p(u):m.sort(v)}(oe,T,$1):$1(oe,T),p&&(oe=function g2(u,c){var p=u.indexOf(c);return p>0?u.splice(p,1).concat(u):u}(oe,T)),oe}for(var Un={tab:9,left:37,up:38,right:39,down:40,pageUp:33,"page-up":33,pageDown:34,"page-down":34,end:35,home:36,enter:13,escape:27,space:32,shift:16,capsLock:20,"caps-lock":20,ctrl:17,alt:18,meta:91,pause:19,insert:45,delete:46,backspace:8,_alias:{91:[92,93,224]}},On=1;On<26;On++)Un["f"+On]=On+111;for(var Ln=0;Ln<10;Ln++){var $n=Ln+48,ur=Ln+96;Un[Ln]=$n,Un["num-"+Ln]=ur,Un._alias[$n]=[ur]}for(var $3=0;$3<26;$3++){var dr=$3+65;Un[String.fromCharCode(dr).toLowerCase()]=dr}const w2=Un;var c3={alt:"altKey",ctrl:"ctrlKey",meta:"metaKey",shift:"shiftKey"},e3=Object.keys(c3).map(function(u){return c3[u]});function ct(u,c){return!e3.some(function(p){return"boolean"==typeof u[p]&&Boolean(c[p])!==u[p]})}function zt(u){return u.split(/\s+/).map(function(c){var p=c.split("+"),m=function ke(u){var p=function re(u){var c=!!u&&null;return{altKey:c,ctrlKey:c,metaKey:c,shiftKey:c}}(-1!==u.indexOf("*"));return u.forEach(function(m){if("*"!==m){var v=!0,T=m.slice(0,1);"?"===T?v=null:"!"===T&&(v=!1),!0!==v&&(m=m.slice(1));var oe=c3[m];if(!oe)throw new TypeError('Unknown modifier "'+m+'"');p[oe]=v}}),p}(p.slice(0,-1)),v=function Pe(u){var c=w2[u]||parseInt(u,10);if(!c||"number"!=typeof c||isNaN(c))throw new TypeError('Unknown key "'+u+'"');return[c].concat(w2._alias[c]||[])}(p.slice(-1));return{keyCodes:v,modifiers:m,matchModifiers:ct.bind(null,m)}})}const w1={disabled:function A2(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new Yt({context:c,filter:p}).disengage}},hidden:function M3(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c=u.context,p=u.filter;return{disengage:new l3({context:c,filter:p}).disengage}},tabFocus:function an(){var c=(arguments.length>0&&void 0!==arguments[0]?arguments[0]:{}).context;return c||(c=document.documentElement),cr(),function s1(){var u=arguments.length>0&&void 0!==arguments[0]?arguments[0]:{},c={},p=Q(u.context)[0]||document.documentElement;delete u.context;var m=Q(u.filter);delete u.filter;var v=Object.keys(u);if(!v.length)throw new TypeError("when/key requires at least one option key");var T=function(nt){nt.keyCodes.forEach(function(It){c[It]||(c[It]=[]),c[It].push(nt)})};v.forEach(function(Xe){if("function"!=typeof u[Xe])throw new TypeError('when/key requires option["'+Xe+'"] to be a function');zt(Xe).map(function(l1){return l1.callback=u[Xe],l1}).forEach(T)});var oe=function(nt){if(!nt.defaultPrevented){if(m.length){var It=z1({element:nt.target,includeSelf:!0});if(m.some(It))return}var l1=nt.keyCode||nt.which;c[l1]&&c[l1].forEach(function(T1){T1.matchModifiers(nt)&&T1.callback.call(p,nt,Ze)})}};p.addEventListener("keydown",oe,!1);var Ze=function(){p.removeEventListener("keydown",oe,!1)};return{disengage:Ze}}({"?alt+?shift+tab":function(m){m.preventDefault();var v=cr({context:c}),T=m.shiftKey,oe=v[0],Ze=v[v.length-1],nt=T?Ze:oe;if(w3(T?oe:Ze))nt.focus();else{var It=void 0;if(v.some(function(m2,l2){return!!w3(m2)&&(It=l2,!0)}))v[It+(T?-1:1)].focus();else oe.focus()}}})}};var J3=I(312);const xi=function(u){return{showDownload:u}};function L2(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"text",229)(1,"tspan",230),o._uU(2),o.qZA(),o.TgZ(3,"tspan",231),o._uU(4),o.qZA()()),2&u){const p=o.oxw();o.xp6(2),o.Oqu(p.outcomeLabel),o.xp6(2),o.Oqu(p.outcome)}}function q3(u,c){if(1&u&&(o.O4$(),o.TgZ(0,"g",232)(1,"g",233),o._UZ(2,"polygon",234)(3,"path",235),o.qZA(),o.TgZ(4,"text",236)(5,"tspan",237),o._uU(6),o.qZA()()()),2&u){const p=o.oxw();o.xp6(6),o.Oqu(p.timeSpentLabel)}}function ai(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",244),o.qZA()())}function U3(u,c){1&u&&(o.O4$(),o.TgZ(0,"svg",238)(1,"defs")(2,"linearGradient",239),o._UZ(3,"stop",240)(4,"stop",241),o.qZA()(),o.TgZ(5,"g",242),o._UZ(6,"path",243)(7,"path",245),o.qZA()())}function fr(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",246),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.exitContent.emit({type:"EXIT"}))}),o.O4$(),o.TgZ(1,"svg",247)(2,"defs")(3,"linearGradient",248),o._UZ(4,"stop",240)(5,"stop",241),o.qZA()(),o.TgZ(6,"g",242),o._UZ(7,"path",249)(8,"path",250),o.qZA()(),o.kcU(),o.TgZ(9,"div",226),o._uU(10,"Exit"),o.qZA()()}}function pr(u,c){if(1&u){const p=o.EpF();o.ynx(0),o.TgZ(1,"div",251),o._uU(2,"Up Next"),o.qZA(),o.TgZ(3,"div",252),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.playNext())}),o.TgZ(4,"div",253),o._uU(5),o.qZA(),o.TgZ(6,"div",254),o._UZ(7,"img",255),o.qZA()(),o.BQk()}if(2&u){const p=o.oxw();o.xp6(5),o.Oqu(p.nextContent.name)}}function Pi(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"SHARE"))}),o._UZ(1,"span",9),o._uU(2," Share"),o.qZA()}}function li(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.showDownloadPopup(v,"DOWNLOAD_MENU"))}),o._UZ(1,"span",10),o._uU(2," Download"),o.qZA()}}function y(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"PRINT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.emitSideBarEvent(v,"PRINT"))}),o._UZ(1,"span",11),o._uU(2," Print"),o.qZA()}}function g(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"li",8),o.NdJ("click",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))})("keydown.enter",function(v){o.CHM(p);const T=o.oxw();return T.closeNav(v),o.KtG(T.emitSideBarEvent(v,"EXIT"))}),o._UZ(1,"span",12),o._uU(2," Exit"),o.qZA()}}function L(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"sb-player-download-popup",13),o.NdJ("hideDownloadPopUp",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.hideDownloadPopUp(v))})("downloadEvent",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.sidebarEvent.emit(v))}),o.qZA()}if(2&u){const p=o.oxw();o.Q6J("title",p.title)("showDownloadPopUp",p.showDownloadPopUp)}}const S=function(u){return{"animated animateBg":u}};function ne(u,c){1&u&&(o.TgZ(0,"div",1),o._uU(1," You are offline\n"),o.qZA())}const _e=':root{--sdk-navigation-arrows-bg:#fff;--sdk-navigation-arrows-border:#F2F2F2;--sdk-navigation-arrows-after:#999999;--sdk-player-nextIcon:#fff}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]{height:2rem;width:4rem;cursor:pointer;border-radius:1rem;background-color:var(--sdk-navigation-arrows-bg);box-shadow:var(--sbt-box-shadow-3px);border:1px solid var(--sdk-navigation-arrows-border);-webkit-transition:.1s ease-in;transition:.1s ease-in}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover{border:1px solid transparent;background:var(--primary-color)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]::after{display:none;content:"";width:.5rem;height:.5rem;border-top:.125rem solid var(--sdk-navigation-arrows-after);border-left:.125rem solid var(--sdk-navigation-arrows-after)}[_nghost-%COMP%] .player-nextIcon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(135deg);transform:rotate(135deg);border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows[_ngcontent-%COMP%]:hover.player-nextIcon::after{content:"";border-top:.125rem solid var(--sdk-player-nextIcon);border-left:.125rem solid var(--sdk-player-nextIcon)}[_nghost-%COMP%] .navigation-arrows.player-nextIcon[_ngcontent-%COMP%]{background:var(--primary-color)}button[_ngcontent-%COMP%]{-webkit-appearance:none;background:0 0;border:0}.paginate[_ngcontent-%COMP%]{position:relative;-webkit-transform:translate3d(0,0,0);transform:translate3d(0,0,0)}.paginate[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{position:absolute;top:42%;left:40%;width:.75rem;height:.1875rem;border-radius:.09375rem;background:var(--white);-webkit-transition:.15s;transition:.15s}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:0 50%;transform-origin:0 50%;background-color:var(--gray-800)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,-1px) rotate(40deg);transform:translate(0,-1px) rotate(40deg)}.paginate.left[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-40deg);transform:translate(0,1px) rotate(-40deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]{background-color:var(--white)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,0) rotate(30deg);transform:translate(0,0) rotate(30deg)}.paginate.left[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,1px) rotate(-30deg);transform:translate(0,1px) rotate(-30deg)}.paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.left[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(-.3125rem,0) rotate(0);transform:translate(-.3125rem,0) rotate(0)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]{-webkit-transform-origin:100% 50%;transform-origin:100% 50%}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(40deg);transform:translate(0,.0625rem) rotate(40deg)}.paginate.right[_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,-.0625rem) rotate(-40deg);transform:translate(0,-.0625rem) rotate(-40deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child{-webkit-transform:translate(0,.0625rem) rotate(30deg);transform:translate(0,.0625rem) rotate(30deg)}.paginate.right[_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(0,.0625rem) rotate(-30deg);transform:translate(0,.0625rem) rotate(-30deg)}.paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%] i[_ngcontent-%COMP%]:last-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:first-child, .paginate.right[data-state=disabled][_ngcontent-%COMP%]:hover i[_ngcontent-%COMP%]:last-child{-webkit-transform:translate(.3125rem,0) rotate(0);transform:translate(.3125rem,0) rotate(0)}.paginate[data-state=disabled][_ngcontent-%COMP%]{opacity:.3;cursor:default} html[dir=rtl] .player-nextIcon, html[dir=rtl] .player-previousIcon{-webkit-transform:rotate(180deg);transform:rotate(180deg)}';function Qe(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",6)(1,"img",7),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.rotateCW())}),o.qZA()()}}function Et(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",8)(1,"button",9),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomOut())}),o.qZA(),o.TgZ(2,"button",10),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.zoomIn())}),o.qZA()()}}function O1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",11)(1,"input",12),o.NdJ("ngModelChange",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.page=v)}),o.qZA(),o.TgZ(2,"span",13),o.NdJ("click",function(){o.CHM(p);const v=o.oxw();return o.KtG(v.gotoPage())}),o._UZ(3,"img",14),o.qZA(),o.TgZ(4,"span",15),o._uU(5,"/"),o.qZA(),o.TgZ(6,"span",16),o._uU(7),o.qZA()()}if(2&u){const p=o.oxw();o.xp6(1),o.Q6J("ngModel",p.page)("max",p.totalPages),o.xp6(6),o.Oqu(p.totalPages)}}function f1(u,c){if(1&u){const p=o.EpF();o.TgZ(0,"div",17)(1,"div",18)(2,"sb-player-previous-navigation",19),o.NdJ("previousAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA(),o.TgZ(3,"sb-player-next-navigation",20),o.NdJ("nextAction",function(v){o.CHM(p);const T=o.oxw();return o.KtG(T.actions.emit(v))}),o.qZA()()()}}const e1={contentCompatibility:"CPV2_CONT_COMP_01",contentLoadFails:"CPV2_CONT_LOAD_FAIL_01",internetConnectivity:"CPV2_INT_CONNECT_01",streamingUrlSupport:"CPV2_INT_STREAMINGURL_01"},Ot={contentCompatibility:"content compatibility error",contentLoadFails:"content load failed",internetConnectivity:"content failed to load , No Internet Available",streamingUrlSupport:"streaming url is not supported",contentPlayFailedHeader:"Unable to load content",contentPlayFailTitle:"Refresh and try again later"};class t1{constructor(){this.playerContentCompatibiltyLevel=5,this.getInternetConnectivityError=new o.vpe,this.setInternetConnectivityError=()=>{const c=new Error;c.message=Ot.internetConnectivity,c.name=e1.internetConnectivity,this.getInternetConnectivityError.emit({error:c})},this.initInternetConnectivityError()}checkContentCompatibility(c){if(c>this.playerContentCompatibiltyLevel){const p=new Error;return p.message=`Player supports ${this.playerContentCompatibiltyLevel}\n but content compatibility is ${c}`,p.name="contentCompatibily",{error:p,isCompitable:!1}}return{error:null,isCompitable:!0}}initInternetConnectivityError(){window.addEventListener("offline",this.setInternetConnectivityError)}ngOnDestroy(){window.removeEventListener("offline",this.setInternetConnectivityError)}}t1.\u0275fac=function(c){return new(c||t1)},t1.ctorParameters=()=>[],t1.\u0275prov=(0,o.Yz7)({factory:function(){return new t1},token:t1,providedIn:"root"});class Ht{constructor(){this.downloadEvent=new o.vpe,this.hideDownloadPopUp=new o.vpe,this.showDownloadPopUp=!1}hideDownloadPopup(c,p){this.disabledHandle.disengage(),this.hideDownloadPopUp.emit({event:c,type:p})}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p)&&"showDownloadPopUp"===p){this.showDownloadPopUp=c[p].currentValue||!1;const m=document.querySelector(".file-download");this.disabledHandle=w1.disabled({filter:m})}}download(c,p){this.downloadEvent.emit({event:c,type:p}),this.disabledHandle.disengage()}}Ht.\u0275fac=function(c){return new(c||Ht)},Ht.\u0275cmp=o.Xpm({type:Ht,selectors:[["sb-player-download-popup"]],inputs:{showDownloadPopUp:"showDownloadPopUp",title:"title"},outputs:{downloadEvent:"downloadEvent",hideDownloadPopUp:"hideDownloadPopUp"},features:[o.TTD],decls:16,vars:4,consts:[[1,"file-download",3,"ngClass"],[1,"file-download__overlay"],["aria-modal","true","aria-labelledby","Download Content","aria-describedby","Dialog to download content",1,"file-download__popup"],[1,"close-btn",3,"click"],["type","button","id","close","data-animation","showShadow","aria-label","player-close-btn",1,"close-icon"],[1,"file-download__metadata"],[1,"file-download__title","text-left"],[1,"file-download__text","text-left"],[1,"file-download__size"],[1,"file-download__action-btns"],["type","button","id","cancel",1,"sb-btn","sb-btn-normal","sb-btn-outline-primary","sb-btn-radius","cancel-btn","mr-8",3,"click"],["type","button","id","download",1,"sb-btn","sb-btn-normal","sb-btn-primary","sb-btn-radius","download-btn",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"div",3),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CLOSE")}),o._UZ(4,"button",4),o.qZA(),o.TgZ(5,"div",5)(6,"h5",6),o._uU(7,"Confirm Download"),o.qZA(),o.TgZ(8,"div",7),o._uU(9),o.qZA(),o._UZ(10,"div",8),o.TgZ(11,"div",9)(12,"button",10),o.NdJ("click",function(v){return p.hideDownloadPopup(v,"DOWNLOAD_POPUP_CANCEL")}),o._uU(13,"Cancel"),o.qZA(),o.TgZ(14,"button",11),o.NdJ("click",function(v){return p.download(v,"DOWNLOAD")}),o._uU(15,"Download"),o.qZA()()()()()()),2&c&&(o.Q6J("ngClass",o.VKq(2,xi,p.showDownloadPopUp)),o.xp6(9),o.hij('"',p.title,'" will be saved on your device.'))},dependencies:[_.mk],styles:['[_nghost-%COMP%] .file-download[_ngcontent-%COMP%]{width:100%;height:100%;position:absolute;top:0;left:0;z-index:99;-webkit-transition:.3s;transition:.3s;opacity:0;visibility:hidden}[_nghost-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{width:100%;height:100%;background:rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s;transition:.3s;visibility:hidden}[_nghost-%COMP%] .file-download__popup[_ngcontent-%COMP%]{width:90%;max-width:22.5rem;min-height:13.125rem;background:var(--white);border-radius:1rem;box-shadow:0 0 1.5em 0 rgba(var(--rc-rgba-black),.22);padding:1.5rem;position:relative;-webkit-transition:.3s ease-in;transition:.3s ease-in;-webkit-transform:scale(.5);transform:scale(.5)}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem;width:1.5rem;height:1.5rem;cursor:pointer}[_nghost-%COMP%] .file-download__close-btn[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{max-width:100%}[_nghost-%COMP%] .file-download__metadata[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;height:100%}[_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{font-size:1rem;font-weight:700;line-height:1.375rem;word-break:break-word}[_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{color:var(--gray-400);word-break:break-word}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%]{color:var(--black)}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%]{font-size:.875rem;line-height:1.25rem}[_nghost-%COMP%] .file-download__size[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__text[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__title[_ngcontent-%COMP%]{margin:0 0 1.5em}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end}[_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .cancel-btn[_ngcontent-%COMP%], [_nghost-%COMP%] .file-download__action-btns[_ngcontent-%COMP%] .download-btn[_ngcontent-%COMP%]{outline:0;border:none;font-size:.75rem;text-transform:uppercase;cursor:pointer;line-height:normal}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__popup[_ngcontent-%COMP%]{-webkit-transform:scale(1);transform:scale(1);visibility:visible}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%]{visibility:visible;opacity:1}[_nghost-%COMP%] .file-download.showDownload[_ngcontent-%COMP%] .file-download__overlay[_ngcontent-%COMP%]{visibility:visible}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%]{position:absolute;top:.75rem;right:.75rem}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]{width:1.875rem;height:1.875rem;background:0 0;border-radius:50%;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center;padding:0}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::after{content:"";-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]::before{content:"";-webkit-transform:rotate(45deg);transform:rotate(45deg)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:after, [_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[_ngcontent-%COMP%]:before{content:"";width:1.25rem;height:.125rem;position:absolute;background-color:var(--black)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]{box-shadow:0 0 0 0 var(--red) inset;-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775);border:0 solid var(--white)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:before{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:after{-webkit-transition:.2s cubic-bezier(.175,.885,.52,1.775);transition:.2s cubic-bezier(.175,.885,.52,1.775)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover{box-shadow:0 0 0 .25rem var(--red) inset}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:before{-webkit-transform:scale(.7) rotate(45deg);transform:scale(.7) rotate(45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)}[_nghost-%COMP%] .file-download[_ngcontent-%COMP%] .close-btn[_ngcontent-%COMP%] .close-icon[data-animation=showShadow][_ngcontent-%COMP%]:not(.showShadow):hover:after{-webkit-transform:scale(.7) rotate(-45deg);transform:scale(.7) rotate(-45deg);-webkit-transition-delay:.1s;transition-delay:.1s;background-color:var(--red)} html[dir=rtl] .close-btn{left:.75rem;right:auto}']}),Ht.propDecorators={title:[{type:o.IIB}],downloadEvent:[{type:o.r_U}],hideDownloadPopUp:[{type:o.r_U}],showDownloadPopUp:[{type:o.IIB}]};class a1{constructor(){this.showReplay=!0,this.replayContent=new o.vpe,this.exitContent=new o.vpe,this.playNextContent=new o.vpe}ngOnInit(){this.subscription=(0,J3.R)(document,"keydown").subscribe(c=>{"Enter"===c.key&&(c.stopPropagation(),document.activeElement.click())})}playNext(){this.playNextContent.emit({name:this.nextContent.name,identifier:this.nextContent.identifier,type:"NEXT_CONTENT_PLAY"})}replay(){this.showReplay&&this.replayContent.emit({type:"REPLAY"})}ngOnDestroy(){this.subscription&&this.subscription.unsubscribe()}}a1.\u0275fac=function(c){return new(c||a1)},a1.\u0275cmp=o.Xpm({type:a1,selectors:[["sb-player-end-page"]],inputs:{showReplay:"showReplay",showExit:"showExit",contentName:"contentName",outcome:"outcome",outcomeLabel:"outcomeLabel",userName:"userName",timeSpentLabel:"timeSpentLabel",nextContent:"nextContent"},outputs:{replayContent:"replayContent",exitContent:"exitContent",playNextContent:"playNextContent"},ngContentSelectors:["*"],decls:237,vars:9,consts:[[1,"player-endpage"],[1,"player-endpage__left-panel"],[1,"user-score-card"],["width","100%","height","100%","viewBox","0 0 250 250","version","1.1","xmlns","http://www.w3.org/2000/svg",0,"xmlns","xlink","http://www.w3.org/1999/xlink",0,"xmlns","xhtml","http://www.w3.org/1999/xhtml"],["id","filter-1"],["in","SourceGraphic","type","matrix","values",""],["x1","-19.3154721%","y1","50%","x2","100%","y2","50%","id","linearGradient-1"],["stop-color","#43A981","offset","0%"],["stop-color","#1D7E58","offset","100%"],["x1","0%","y1","0%","x2","101.719666%","y2","100%","id","linearGradient-2"],["stop-color","#FFCD55","offset","0%"],["stop-color","#FFD955","offset","100%"],["d","M124.02,185.665 C116.138,185.665 109.713,175.367 102.434,173.416 C94.911,171.399 84.204,177.031 77.612,173.212 C70.933,169.339 70.491,157.213 65.068,151.786 C59.642,146.36 47.514,145.92 43.643,139.24 C39.825,132.649 45.454,121.942 43.438,114.42 C41.487,107.143 31.19,100.717 31.19,92.831 C31.19,84.948 41.487,78.521 43.438,71.245 C45.454,63.721 39.825,53.013 43.644,46.423 C47.516,39.742 59.643,39.304 65.068,33.878 C70.493,28.452 70.933,16.325 77.612,12.453 C84.206,8.635 94.911,14.266 102.434,12.248 C109.713,10.297 116.138,-1.42108547e-14 124.02,-1.42108547e-14 C131.907,-1.42108547e-14 138.332,10.297 145.608,12.248 C153.132,14.266 163.839,8.635 170.429,12.454 C177.11,16.325 177.55,28.453 182.976,33.879 C188.403,39.305 200.531,39.743 204.401,46.425 C208.22,53.015 202.589,63.722 204.606,71.245 C206.558,78.521 216.854,84.948 216.854,92.831 C216.854,100.717 206.558,107.143 204.606,114.421 C202.589,121.943 208.22,132.651 204.4,139.242 C200.529,145.923 188.401,146.361 182.975,151.787 C177.55,157.214 177.11,169.34 170.429,173.212 C163.839,177.031 153.132,171.4 145.608,173.416 C138.332,175.367 131.907,185.665 124.02,185.665","id","path-3"],["x","-6.5%","y","-6.5%","width","112.9%","height","112.9%","filterUnits","objectBoundingBox","id","filter-4"],["stdDeviation","11.5","in","SourceAlpha","result","shadowBlurInner1"],["dx","0","dy","1","in","shadowBlurInner1","result","shadowOffsetInner1"],["in","shadowOffsetInner1","in2","SourceAlpha","operator","arithmetic","k2","-1","k3","1","result","shadowInnerInner1"],["values","0 0 0 0 0.0914162133 0 0 0 0 0.159459438 0 0 0 0 0.537477355 0 0 0 1 0","type","matrix","in","shadowInnerInner1"],["x1","50%","y1","0.0901442308%","x2","50%","y2","99.6203016%","id","linearGradient-5"],["stop-color","#1D6349","offset","0%"],["stop-color","#1D6349","offset","100%"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE",4,"ngIf"],["id","player-Player","stroke","none","stroke-width","1","fill","none","fill-rule","evenodd"],["id","endgame-l2","transform","translate(-39.000000, -65.000000)"],["id","Group-2","transform","translate(39.500000, 65.000000)"],["filter","url(#filter-1)","id","Group"],["transform","translate(4.000000, 4.000000)",1,"particles"],["d","M84.4144231,47.2437308 L77.9616538,41.1916154 C77.5351923,40.7922308 76.8658846,40.8133846 76.4665,41.2394231 C76.0666923,41.6654615 76.0882692,42.3351923 76.5143077,42.7345769 L82.9670769,48.7866923 C83.3931154,49.1860769 84.0624231,49.1649231 84.4622308,48.7384615 C84.8616154,48.3124231 84.8404615,47.6431154 84.4144231,47.2437308","id","Fill-3"],["d","M78.2087308,48.9402692 L84.2616923,42.4875 C84.6615,42.0614615 84.6399231,41.3921538 84.2138846,40.9927692 C83.7878462,40.5929615 83.1185385,40.6141154 82.7187308,41.0405769 L76.6661923,47.4929231 C76.2663846,47.9189615 76.2879615,48.5886923 76.714,48.9880769 C77.1400385,49.3878846 77.8093462,49.3663077 78.2087308,48.9402692","id","Fill-4"],["d","M91.8275769,140.082038 L85.3748077,134.030346 C84.9487692,133.630538 84.2794615,133.652115 83.8796538,134.078154 C83.4802692,134.504192 83.5014231,135.1735 83.9278846,135.573308 L90.3806538,141.625 C90.8066923,142.024808 91.476,142.003231 91.8753846,141.577192 C92.2751923,141.151154 92.2536154,140.481846 91.8275769,140.082038","id","Fill-5"],["d","M85.6223077,141.779 L91.6748462,135.326231 C92.0746538,134.900192 92.0535,134.230885 91.6270385,133.831077 C91.201,133.431269 90.5316923,133.452846 90.1323077,133.878885 L84.0793462,140.331654 C83.6799615,140.757692 83.7011154,141.427 84.1271538,141.826808 C84.5531923,142.226192 85.2225,142.205038 85.6223077,141.779","id","Fill-6"],["d","M13.3091538,191.951269 L6.85638462,185.899154 C6.43034615,185.499769 5.76103846,185.520923 5.36123077,185.946962 C4.96184615,186.373423 4.98342308,187.042731 5.40946154,187.442115 L11.8622308,193.494231 C12.2882692,193.893615 12.9575769,193.872462 13.3569615,193.446423 C13.7567692,193.020385 13.7351923,192.350654 13.3091538,191.951269","id","Fill-7"],["d","M7.10388462,193.647808 L13.1568462,187.195038 C13.5562308,186.769 13.5350769,186.099692 13.1090385,185.700308 C12.683,185.3005 12.0136923,185.322077 11.6138846,185.748115 L5.56092308,192.200885 C5.16153846,192.626923 5.18269231,193.296231 5.60873077,193.695615 C6.03476923,194.095423 6.70407692,194.073846 7.10388462,193.647808","id","Fill-8"],["d","M10.4914615,38.4115769 L4.03869231,32.3594615 C3.61265385,31.9600769 2.94334615,31.9812308 2.54353846,32.4072692 C2.14415385,32.8333077 2.16573077,33.5030385 2.59176923,33.9024231 L9.04453846,39.9545385 C9.47057692,40.3539231 10.1398846,40.3327692 10.5392692,39.9067308 C10.9390769,39.4802692 10.9175,38.8109615 10.4914615,38.4115769","id","Fill-9"],["d","M4.28619231,40.1081154 L10.3391538,33.6553462 C10.7385385,33.2293077 10.7173846,32.56 10.2909231,32.1606154 C9.86488462,31.7608077 9.19557692,31.7823846 8.79619231,32.2084231 L2.74323077,38.6611923 C2.34342308,39.0872308 2.365,39.7565385 2.79103846,40.1559231 C3.21707692,40.5557308 3.88638462,40.5341538 4.28619231,40.1081154","id","Fill-10"],["d","M239.977269,47.0855 L233.5245,41.0333846 C233.098462,40.634 232.429154,40.6551538 232.029769,41.0811923 C231.629962,41.5072308 231.651538,42.1765385 232.077577,42.5763462 L238.530346,48.6284615 C238.956385,49.0278462 239.625692,49.0066923 240.0255,48.5802308 C240.424885,48.1541923 240.403308,47.4848846 239.977269,47.0855","id","Fill-11"],["d","M233.771577,48.7820385 L239.824538,42.3292692 C240.223923,41.9032308 240.202769,41.2339231 239.776731,40.8341154 C239.350692,40.4347308 238.681385,40.4558846 238.281577,40.8823462 L232.228615,47.3346923 C231.829231,47.7607308 231.850385,48.4304615 232.276423,48.8298462 C232.702885,49.2296538 233.372192,49.2080769 233.771577,48.7820385","id","Fill-12"],["d","M163.849231,80.0025769 L157.396462,73.9508846 C156.970423,73.5510769 156.301115,73.5726538 155.901308,73.9986923 C155.501923,74.4247308 155.523077,75.0940385 155.949115,75.4938462 L162.401885,81.5455385 C162.828346,81.9453462 163.497654,81.9237692 163.897038,81.4977308 C164.296846,81.0716923 164.275269,80.4023846 163.849231,80.0025769","id","Fill-13"],["d","M157.644385,81.6995385 L163.696923,75.2467692 C164.096731,74.8207308 164.075154,74.1514231 163.649115,73.7516154 C163.223077,73.3522308 162.553769,73.3733846 162.154385,73.7994231 L156.101423,80.2521923 C155.701615,80.6782308 155.723192,81.3475385 156.149231,81.7473462 C156.575269,82.1467308 157.244577,82.1255769 157.644385,81.6995385","id","Fill-14"],["d","M195.311346,151.846538 L188.858577,145.794423 C188.432538,145.395038 187.763231,145.416192 187.363423,145.842654 C186.964038,146.268692 186.985615,146.938 187.411654,147.337385 L193.864423,153.3895 C194.290462,153.788885 194.959769,153.767731 195.359154,153.341692 C195.758962,152.915654 195.737385,152.245923 195.311346,151.846538","id","Fill-15"],["d","M189.105654,153.543077 L195.158615,147.090308 C195.558,146.664269 195.536846,145.994962 195.110808,145.595577 C194.684769,145.195769 194.015462,145.217346 193.615654,145.643385 L187.562692,152.096154 C187.163308,152.522192 187.184462,153.1915 187.6105,153.590885 C188.036538,153.990692 188.705846,153.969115 189.105654,153.543077","id","Fill-16"],["d","M190.299577,210.370769 L183.846808,204.318654 C183.420769,203.919269 182.751462,203.940423 182.352077,204.366885 C181.952269,204.792923 181.973846,205.462231 182.399885,205.861615 L188.852654,211.913731 C189.278692,212.313538 189.948,212.291962 190.347808,211.865923 C190.747192,211.439885 190.726038,210.770577 190.299577,210.370769","id","Fill-17"],["d","M184.093885,212.067308 L190.146846,205.614538 C190.546654,205.1885 190.525077,204.519192 190.099038,204.119808 C189.673,203.72 189.003692,203.741577 188.603885,204.167615 L182.551346,210.620385 C182.151538,211.046423 182.173115,211.715731 182.599154,212.115115 C183.025192,212.514923 183.6945,212.493346 184.093885,212.067308","id","Fill-18"],["d","M131.642077,57.7017692 L132.557615,57.1720769 L128.114462,49.4881538 C127.925346,49.1611154 127.575885,48.9597308 127.198077,48.9601532 C126.819846,48.9601532 126.470808,49.1623846 126.282538,49.4898462 L117.420346,64.8674231 C117.231654,65.1948846 117.232077,65.5980769 117.421192,65.9251154 C117.610308,66.2521538 117.959769,66.4535385 118.337577,66.453116 L127.210346,66.4459231 L136.084808,66.4416923 C136.462615,66.4416923 136.811654,66.2394615 137.000346,65.9124231 C137.189462,65.5849615 137.189038,65.1817692 136.999923,64.8547308 L132.557615,57.1720769 L131.642077,57.7017692 L130.726115,58.2310385 L134.251192,64.3271538 L127.209077,64.3305385 L120.168231,64.3364615 L127.200615,52.1336538 L130.726115,58.2310385 L131.642077,57.7017692","id","Fill-19"],["d","M116.952846,151.625692 L117.868808,151.096 L113.425654,143.412077 C113.236115,143.085038 112.887077,142.883654 112.508846,142.884076 C112.131038,142.884076 111.782,143.086308 111.593308,143.413769 L102.731115,158.791346 C102.542423,159.118385 102.542846,159.522 102.731962,159.849038 C102.921077,160.176077 103.270538,160.377462 103.648346,160.377039 L112.521538,160.369846 L121.396,160.365615 C121.773808,160.365192 122.123269,160.163385 122.311962,159.836346 C122.500654,159.508885 122.500231,159.105692 122.311115,158.778231 L117.868808,151.096 L116.952846,151.625692 L116.037308,152.154962 L119.562385,158.251077 L112.520269,158.254462 L105.479,158.260385 L112.511385,146.057577 L116.037308,152.154962 L116.952846,151.625692","id","Fill-20"],["d","M167.868885,180.468538 L168.784423,179.938846 L164.341269,172.254923 C164.152154,171.927885 163.802692,171.7265 163.424885,171.7265 C163.047077,171.726923 162.697615,171.929154 162.508923,172.256192 L158.080154,179.944346 L153.646731,187.633769 C153.458038,187.961231 153.458462,188.364423 153.647577,188.691885 C153.836692,189.018923 154.186154,189.220308 154.563962,189.219885 L163.437154,189.212692 L172.311615,189.208462 C172.689423,189.208038 173.038462,189.006231 173.227154,188.678769 C173.415846,188.351731 173.415846,187.948538 173.226731,187.621077 L168.784423,179.938846 L167.868885,180.468538 L166.952923,180.997808 L170.478,187.093923 L163.435885,187.097308 L156.394615,187.103231 L163.427423,174.900423 L166.952923,180.997808 L167.868885,180.468538","id","Fill-21"],["d","M197.152577,121.4785 L198.174731,121.751808 L200.466962,113.176885 C200.564269,112.811769 200.459769,112.422115 200.192385,112.155154 C199.925,111.888192 199.534923,111.784115 199.170231,111.882269 L190.602077,114.186769 L182.030115,116.489154 C181.665423,116.587308 181.380269,116.872462 181.282538,117.237577 C181.185231,117.602692 181.289731,117.991923 181.557115,118.259308 L187.836423,124.528462 L194.114462,130.801 C194.381846,131.067962 194.7715,131.172462 195.136615,131.074308 C195.501308,130.976154 195.786462,130.691 195.884192,130.325885 L198.174731,121.751808 L197.152577,121.4785 L196.130846,121.205615 L194.313308,128.009115 L184.348577,118.056654 L191.151231,116.229808 L197.949654,114.401269 L196.130846,121.205615 L197.152577,121.4785","id","Fill-22"],["d","M51.2223462,21.9327308 L52.2440769,22.2056154 L54.5358846,13.6306923 C54.6336154,13.2655769 54.5291154,12.8759231 54.2617308,12.6089615 C53.9939231,12.342 53.6042692,12.2379231 53.2395769,12.3360769 L44.6714231,14.6405769 L44.6718462,14.6405769 L36.0994615,16.9433846 C35.7343462,17.0411154 35.4496154,17.3266923 35.3518846,17.6918077 C35.2545769,18.0569231 35.3590769,18.4461538 35.6264615,18.7131154 L41.9061923,24.9822692 L41.9057692,24.9818462 L48.1842308,31.2543846 C48.4516154,31.5213462 48.8412692,31.6258462 49.2059615,31.5276923 C49.5710769,31.4295385 49.8562308,31.1443846 49.9535385,30.7792692 L52.2440769,22.2056154 L50.2006154,21.6594231 L48.3830769,28.4629231 L43.4009231,23.4854231 L43.4005,23.485 L38.4179231,18.5108846 L45.2205769,16.6836154 L45.221,16.6836154 L52.019,14.8550769 L50.2006154,21.6594231 L51.2223462,21.9327308","id","Fill-23"],["d","M45.1456923,207.203192 L46.1674231,207.476077 L48.4592308,198.900731 C48.5569615,198.535615 48.4520385,198.145962 48.1846538,197.879 C47.9172692,197.612038 47.5276154,197.507962 47.1629231,197.606115 L38.5947692,199.911038 L38.5947692,199.910615 L30.0228077,202.213846 C29.6576923,202.311577 29.3725385,202.597154 29.2752308,202.962269 C29.1775,203.327385 29.2824231,203.716615 29.5498077,203.983577 L35.8295385,210.252308 L35.8291154,210.251885 L42.1075769,216.524423 C42.3749615,216.791385 42.7646154,216.895885 43.1293077,216.797731 C43.4944231,216.699577 43.7791538,216.414423 43.8768846,216.049308 L46.1674231,207.476077 L44.1239615,206.930308 L42.3064231,213.732962 L37.3242692,208.755462 L37.3238462,208.755038 L32.3412692,203.781346 L39.1435,201.953654 L39.1439231,201.953654 L45.9423462,200.125115 L44.1239615,206.929885 L45.1456923,207.203192","id","Fill-24"],["d","M206.143808,31.5111923 L206.6735,32.4267308 L214.357423,27.984 C214.684462,27.7948846 214.885846,27.4454231 214.885424,27.0676154 C214.885424,26.6893846 214.683192,26.3403462 214.355731,26.1516538 L206.667577,21.7224615 L206.668,21.7228846 L198.978154,17.2894615 C198.651115,17.1007692 198.2475,17.1011923 197.920462,17.2903077 C197.593423,17.4794231 197.392038,17.8288846 197.392461,18.2066923 L197.399654,27.0798846 L197.399654,27.0794615 L197.403885,35.9547692 C197.403885,36.3325769 197.606115,36.6816154 197.933577,36.8703077 C198.260615,37.059 198.664231,37.059 198.991269,36.8698846 L206.6735,32.4267308 L206.143808,31.5111923 L205.614538,30.5952308 L199.518423,34.1211538 L199.515038,27.0786154 L199.515038,27.0781923 L199.509115,20.0373462 L205.611577,23.5556538 L205.612,23.5556538 L211.711923,27.0697308 L205.614538,30.5952308 L206.143808,31.5111923","id","Fill-25"],["d","M44.9489615,120.167385 L45.4782308,121.082923 L53.1625769,116.640192 C53.4896154,116.450654 53.691,116.101192 53.6905776,115.723385 C53.6901538,115.345577 53.4883462,114.996538 53.1608846,114.807846 L45.4727308,110.378654 L45.4731538,110.379077 L37.7833077,105.945654 C37.4558462,105.756962 37.0526538,105.757385 36.7256154,105.9465 C36.3985769,106.135615 36.1971923,106.485077 36.1971923,106.862885 L36.2094615,124.610962 C36.2094615,124.989192 36.4112692,125.338231 36.7387308,125.526923 C37.0661923,125.715615 37.4693846,125.715192 37.7964231,125.526077 L45.4786538,121.082923 L44.4192692,119.251846 L38.324,122.777346 L38.3142692,108.693538 L44.4167308,112.211423 L44.4167308,112.211846 L50.5170769,115.725923 L44.4196923,119.251846 L44.9489615,120.167385","id","Fill-26"],["d","M146.638885,105.637654 L145.581192,105.637654 C145.580769,107.208115 144.947423,108.619923 143.918923,109.650115 C142.888731,110.678615 141.476923,111.311538 139.906885,111.312385 C138.336423,111.311538 136.924192,110.678615 135.893577,109.650115 C134.865077,108.619923 134.232154,107.208115 134.231731,105.637654 C134.232154,104.066769 134.865077,102.654962 135.893577,101.624769 C136.924192,100.596269 138.336423,99.9633462 139.906885,99.9625 C141.476923,99.9633462 142.888731,100.596269 143.918923,101.624769 C144.947423,102.654962 145.580769,104.066769 145.581192,105.637654 L147.696577,105.637654 C147.695731,101.334538 144.209154,97.8479615 139.906885,97.8471154 C135.603769,97.8479615 132.116769,101.334538 132.116346,105.637654 C132.116769,109.940346 135.603769,113.426923 139.906885,113.427769 C144.209154,113.426923 147.695731,109.940346 147.696577,105.637654 L146.638885,105.637654","id","Fill-27"],["d","M112.621808,30.5059615 L111.564115,30.5059615 C111.563692,32.0768462 110.930769,33.4886538 109.901846,34.5188462 C108.871654,35.5473462 107.459846,36.1802692 105.889385,36.1811154 C104.318923,36.1802692 102.907115,35.5473462 101.8765,34.5188462 C100.848,33.4886538 100.214654,32.0764231 100.214231,30.5059615 C100.214654,28.9355 100.848,27.5236923 101.8765,26.4935 C102.907115,25.465 104.318923,24.8320769 105.889385,24.8316538 C107.459846,24.8320769 108.871654,25.465 109.901846,26.4935 C110.930769,27.5236923 111.563692,28.9355 111.564115,30.5059615 L113.6795,30.5059615 C113.678654,26.2032692 110.192077,22.7166923 105.889385,22.7162692 C101.586692,22.7166923 98.0996923,26.2032692 98.0988462,30.5059615 C98.0996923,34.8095 101.586692,38.2956538 105.889385,38.2965 C110.192077,38.2956538 113.678654,34.8090769 113.6795,30.5059615 L112.621808,30.5059615","id","Fill-28"],["d","M116.918154,229.204885 L115.860462,229.204885 C115.860038,230.775346 115.227115,232.187577 114.198192,233.217769 C113.168,234.246269 111.756192,234.879615 110.185731,234.880038 C108.615692,234.879615 107.203462,234.246269 106.172846,233.217769 C105.144346,232.187154 104.511423,230.775346 104.510577,229.204885 C104.511423,227.634423 105.144346,226.222615 106.172846,225.192423 C107.203462,224.163923 108.615692,223.531 110.185731,223.530577 C111.756192,223.531 113.168423,224.163923 114.198615,225.192423 C115.227115,226.222615 115.860038,227.634423 115.860462,229.204885 L117.975846,229.204885 C117.975423,224.901769 114.488423,221.415615 110.185731,221.415192 C108.038192,221.414346 106.084,222.288423 104.677269,223.696423 C103.268846,225.102731 102.394769,227.056923 102.395192,229.204885 C102.396038,233.508 105.883462,236.994577 110.185731,236.995423 C114.488423,236.994577 117.975423,233.508 117.975846,229.204885 L116.918154,229.204885","id","Fill-29"],["d","M135.982423,219.142846 C135.983269,217.572385 136.616192,216.160577 137.645115,215.130385 C138.675308,214.101885 140.087538,213.468962 141.658,213.468538 C143.228462,213.468962 144.640269,214.101885 145.670885,215.130385 C146.699385,216.160154 147.332308,217.572385 147.332731,219.142846 C147.332731,219.726692 147.806577,220.200538 148.390423,220.200538 C148.974692,220.200538 149.448115,219.726692 149.448115,219.142846 C149.447692,214.839731 145.960692,211.353577 141.658,211.353153 C139.510038,211.352308 137.555846,212.226385 136.149538,213.634385 C134.741115,215.040269 133.866615,216.994462 133.867038,219.142846 C133.867038,219.726692 134.340885,220.200538 134.924731,220.200538 C135.509,220.200538 135.982423,219.726692 135.982423,219.142846","id","Fill-30"],["d","M82.247,115.736077 C82.2474231,114.165615 82.8807692,112.753385 83.9092692,111.723192 C84.9398846,110.694692 86.3521154,110.061769 87.9221538,110.061346 C89.4926154,110.061769 90.9044231,110.694692 91.9350385,111.723192 C92.9635385,112.753385 93.5964615,114.165192 93.5968846,115.736077 C93.5968846,116.319923 94.0707308,116.793769 94.6545769,116.793769 C95.2388462,116.793769 95.7122692,116.319923 95.7122692,115.736077 C95.7118462,111.432962 92.2248462,107.946385 87.9221538,107.945538 C83.6198846,107.946385 80.1324615,111.432962 80.1316154,115.736077 C80.1316154,116.319923 80.6054615,116.793769 81.1893077,116.793769 C81.7735769,116.793769 82.247,116.319923 82.247,115.736077","id","Fill-31"],["d","M11.4163077,61.0732692 C11.4167308,59.5011154 12.0479615,58.0884615 13.0713846,57.0586923 C14.0969231,56.0306154 15.5006923,55.3989615 17.061,55.3981154 C18.6213077,55.3989615 20.0250769,56.0306154 21.0501923,57.0586923 C22.0736154,58.0884615 22.7048462,59.5011154 22.7052692,61.0732692 C22.7052692,61.6571154 23.1786923,62.1309615 23.7629615,62.1309615 C24.3468077,62.1309615 24.820654,61.6571154 24.820654,61.0732692 C24.8210769,58.9265769 23.9516538,56.9732308 22.5495769,55.5660769 C21.1491923,54.1576538 19.2017692,53.2823077 17.061,53.2827306 C14.9202308,53.2823077 12.9728077,54.1576538 11.5724231,55.5660769 C10.1699231,56.9732308 9.3005,58.9265769 9.30092292,61.0732692 C9.30092292,61.6571154 9.77434615,62.1309615 10.3586154,62.1309615 C10.9428846,62.1309615 11.4163077,61.6571154 11.4163077,61.0732692","id","Fill-32"],["d","M180.062808,71.0401154 C178.491077,71.0396923 177.078,70.4084615 176.048231,69.3850385 C175.019731,68.3595 174.388077,66.9557308 174.387654,65.3954231 C174.388077,63.8351154 175.019731,62.4317692 176.048231,61.4062308 C177.078,60.3828077 178.490654,59.752 180.062808,59.7511538 C180.647077,59.7511538 181.1205,59.2777308 181.1205,58.6938846 C181.1205,58.1096154 180.647077,57.6361917 180.062808,57.6361917 C177.916115,57.6353462 175.962769,58.5047692 174.555615,59.9072692 C173.147192,61.3072308 172.271423,63.2546538 172.272269,65.3954231 C172.271423,67.5361923 173.147192,69.4836154 174.555615,70.884 C175.962769,72.2865 177.916115,73.1559231 180.062808,73.1555002 C180.647077,73.1555002 181.1205,72.6820769 181.1205,72.0978077 C181.1205,71.5135385 180.647077,71.0401154 180.062808,71.0401154","id","Fill-33"],["d","M17.9490385,228.116731 C16.3768846,228.115885 14.9642308,227.485077 13.9344615,226.461654 C12.9063846,225.436115 12.2747308,224.032346 12.2743077,222.472038 C12.2747308,220.911731 12.9063846,219.507962 13.9344615,218.482846 C14.9642308,217.459423 16.3768846,216.828615 17.9490385,216.828192 C18.5328846,216.828192 19.0067308,216.354769 19.0067308,215.7705 C19.0067308,215.186231 18.5328846,214.712808 17.9490385,214.712808 C15.8023462,214.712385 13.849,215.581808 12.4418462,216.983885 C11.0334231,218.383846 10.1580769,220.331269 10.1589225,222.472038 C10.1580769,224.612808 11.0334231,226.560231 12.4418462,227.960615 C13.849,229.362692 15.8023462,230.232538 17.9490385,230.232116 C18.5328846,230.232116 19.0067308,229.758269 19.0067308,229.174423 C19.0067308,228.590154 18.5328846,228.116731 17.9490385,228.116731","id","Fill-34"],["d","M90.1932308,14.0000385 C88.6215,13.9996154 87.2088462,13.3683846 86.1790769,12.3449615 C85.151,11.3194231 84.5193462,9.91565385 84.5185,8.35534615 C84.5193462,6.79503846 85.151,5.39126923 86.1790769,4.36615385 C87.2088462,3.34273077 88.6215,2.7115 90.1932308,2.71107692 C90.7775,2.71107692 91.2509231,2.23765385 91.2509231,1.65338462 C91.2509231,1.06953846 90.7775,0.595692153 90.1932308,0.595692153 C88.0469615,0.595269231 86.0936154,1.46469231 84.6864615,2.86676923 C83.2780385,4.26715385 82.4026923,6.21457692 82.4031152,8.35534615 C82.4026923,10.4961154 83.2780385,12.4435385 84.6864615,13.8439231 C86.0931923,15.2464231 88.0469615,16.1158462 90.1932308,16.1154232 C90.7775,16.1154232 91.2509231,15.642 91.2509231,15.0577308 C91.2509231,14.4734615 90.7775,14.0000385 90.1932308,14.0000385","id","Fill-35"],["d","M21.3154615,158.362769 L20.2577692,158.362769 C20.2569231,159.933231 19.624,161.345038 18.5955,162.375654 C17.5653077,163.404154 16.1530769,164.037077 14.5830385,164.037923 C13.0125769,164.037077 11.6003462,163.404154 10.5701538,162.375654 C9.54123077,161.345038 8.90830769,159.933231 8.90788462,158.362769 C8.90830769,156.792308 9.54123077,155.3805 10.5701538,154.350308 C11.6003462,153.321808 13.0125769,152.688885 14.5830385,152.688038 C16.1530769,152.688885 17.5653077,153.321808 18.5955,154.349885 C19.624,155.380077 20.2569231,156.791885 20.2577692,158.362769 L22.3731538,158.362769 C22.3723077,154.059654 18.8853077,150.5735 14.5830385,150.572654 C12.4350769,150.572231 10.4808846,151.446308 9.07415385,152.854308 C7.66615385,154.260192 6.79165385,156.214385 6.79249939,158.362769 C6.79292308,162.665885 10.2803462,166.152462 14.5830385,166.153308 C18.8853077,166.152462 22.3723077,162.665462 22.3731538,158.362769 L21.3154615,158.362769","id","Fill-36"],["d","M228.928192,166.051346 L227.8705,166.051346 C227.869654,167.621808 227.236731,169.034038 226.208231,170.064654 C225.178038,171.093154 223.766231,171.726077 222.196192,171.7265 C220.625731,171.726077 219.2135,171.093154 218.183308,170.064654 C217.154385,169.034038 216.521462,167.621808 216.521038,166.051346 C216.521462,164.480885 217.154385,163.069077 218.182885,162.038885 C219.2135,161.010385 220.625308,160.377885 222.196192,160.377038 C223.766231,160.377885 225.178038,161.010385 226.208231,162.038885 C227.236731,163.069077 227.869654,164.480885 227.8705,166.051346 L229.985885,166.051346 C229.985038,161.748231 226.498038,158.2625 222.196192,158.261654 C217.8935,158.2625 214.406077,161.748231 214.405654,166.051346 C214.406077,170.354462 217.893077,173.841462 222.196192,173.841885 C226.498462,173.841462 229.985038,170.354462 229.985885,166.051346 L228.928192,166.051346","id","Fill-37"],["d","M210.305192,58.6993846 L210.305192,59.7570769 L222.64,59.7570769 L222.64,71.0337692 L211.362885,71.0337692 L211.362885,58.6993846 L210.305192,58.6993846 L210.305192,59.7570769 L210.305192,58.6993846 L209.2475,58.6993846 L209.2475,72.0914615 C209.2475,72.3702692 209.360462,72.6427308 209.557192,72.8394615 C209.754346,73.0366154 210.026808,73.1491538 210.305192,73.1491538 L223.697692,73.1491538 C223.976077,73.1491538 224.248538,73.0366154 224.445269,72.8394615 C224.642423,72.6427308 224.755385,72.3702692 224.755385,72.0914615 L224.755385,58.6993846 C224.755385,58.421 224.642423,58.1485385 224.445269,57.9513846 C224.248538,57.7546538 223.976077,57.6416923 223.697692,57.6416923 L210.305192,57.6416923 C210.026808,57.6416923 209.754346,57.7546538 209.557192,57.9513846 C209.360462,58.1485385 209.2475,58.421 209.2475,58.6993846 L210.305192,58.6993846","id","Fill-38"],["d","M58.8897692,65.3954231 L58.8897692,66.4531154 L71.2237308,66.4531154 L71.2237308,77.7302308 L59.9474615,77.7302308 L59.9474615,65.3954231 L58.8897692,65.3954231 L58.8897692,66.4531154 L58.8897692,65.3954231 L57.8320769,65.3954231 L57.8320769,78.7879231 C57.8320769,79.0663077 57.9450385,79.3387692 58.1417692,79.5355 C58.3389231,79.7326538 58.6113846,79.8456154 58.8897692,79.8456154 L72.2814231,79.8456154 C72.5602308,79.8456154 72.8326923,79.7326538 73.0294231,79.5355 C73.2265769,79.3387692 73.3391154,79.0663077 73.3391154,78.7879231 L73.3391154,65.3954231 C73.3391154,65.1170385 73.2265769,64.8445769 73.0294231,64.6478462 C72.8326923,64.4506923 72.5602308,64.3377308 72.2814231,64.3377308 L58.8897692,64.3377308 C58.6113846,64.3377308 58.3389231,64.4506923 58.1417692,64.6478462 C57.9450385,64.8445769 57.8320769,65.1170385 57.8320769,65.3954231 L58.8897692,65.3954231","id","Fill-39"],["d","M58.2175,150.893346 L58.2175,151.951038 L70.5518846,151.951038 L70.5518846,163.228154 L59.2751923,163.228154 L59.2751923,150.893346 L58.2175,150.893346 L58.2175,151.951038 L58.2175,150.893346 L57.1598077,150.893346 L57.1598077,164.285846 C57.1598077,164.564231 57.2727692,164.836692 57.4699231,165.033423 C57.6666538,165.230577 57.9391154,165.343538 58.2175,165.343538 L71.6095769,165.343538 C71.8879615,165.343538 72.1604231,165.230577 72.3571538,165.033423 C72.5543077,164.836692 72.6672692,164.564231 72.6672692,164.285846 L72.6672692,150.893346 C72.6672692,150.614962 72.5543077,150.3425 72.3571538,150.145346 C72.1604231,149.948615 71.8879615,149.835654 71.6095769,149.835654 L58.2175,149.835654 C57.9391154,149.835654 57.6666538,149.948615 57.4699231,150.145346 C57.2727692,150.3425 57.1598077,150.614962 57.1598077,150.893346 L58.2175,150.893346","id","Fill-40"],["d","M210.305192,215.776423 L210.305192,216.834115 L222.639154,216.834115 L222.639154,228.110808 L211.362885,228.110808 L211.362885,215.776423 L210.305192,215.776423 L210.305192,216.834115 L210.305192,215.776423 L209.2475,215.776423 L209.2475,229.1685 C209.2475,229.446885 209.360462,229.719346 209.557192,229.9165 C209.754346,230.113231 210.026808,230.226192 210.305192,230.226192 L223.696846,230.226192 C223.975231,230.226192 224.247692,230.113231 224.444423,229.9165 C224.641577,229.719346 224.754538,229.446885 224.754538,229.1685 L224.754538,215.776423 C224.754538,215.497615 224.641577,215.225154 224.444423,215.028423 C224.247692,214.831269 223.975231,214.718731 223.696846,214.718731 L210.305192,214.718731 C210.026808,214.718731 209.754346,214.831269 209.557192,215.028423 C209.360462,215.225154 209.2475,215.497615 209.2475,215.776423 L210.305192,215.776423","id","Fill-41"],["d","M154.751808,1.65973077 L154.751808,2.71742308 L167.085346,2.71742308 L167.085346,13.9941154 L155.8095,13.9941154 L155.8095,1.65973077 L154.751808,1.65973077 L154.751808,2.71742308 L154.751808,1.65973077 L153.694115,1.65973077 L153.694115,15.0518077 C153.694115,15.3306154 153.806654,15.6030769 154.003808,15.7998077 C154.200538,15.9965385 154.473,16.1095 154.751808,16.1095 L168.143038,16.1095 C168.421423,16.1095 168.693885,15.9965385 168.891038,15.7998077 C169.087769,15.6030769 169.200731,15.3306154 169.200731,15.0518077 L169.200731,1.65973077 C169.200731,1.38134615 169.087769,1.10888462 168.891038,0.911730769 C168.693885,0.715 168.421423,0.602038462 168.143038,0.602038462 L154.751808,0.602038462 C154.473,0.602038462 154.200538,0.715 154.003808,0.911730769 C153.806654,1.10888462 153.694115,1.38134615 153.694115,1.65973077 L154.751808,1.65973077","id","Fill-42"],["d","M135.508154,136.771462 C135.298731,136.769769 135.172654,136.731692 135.044885,136.667808 C134.934038,136.610269 134.818962,136.522692 134.692038,136.386462 C134.469077,136.151231 134.227077,135.765385 133.973654,135.300423 C133.585692,134.604885 133.179962,133.738423 132.487808,132.969692 C132.140885,132.587654 131.710615,132.232269 131.180923,131.980115 C130.6525,131.726692 130.033538,131.585808 129.357885,131.587068 C128.773615,131.587068 128.300192,132.060923 128.300192,132.644769 C128.300192,133.229038 128.773615,133.702462 129.357885,133.702462 C129.702269,133.703308 129.957808,133.76 130.175269,133.847577 C130.365654,133.925423 130.530654,134.0295 130.692692,134.168269 C130.975308,134.409 131.243115,134.767769 131.503731,135.2065 C131.901,135.862692 132.255115,136.675423 132.809346,137.425962 C133.089,137.799538 133.432538,138.165077 133.889038,138.443462 C134.342577,138.722692 134.9095,138.890231 135.508154,138.886896 C136.092423,138.886896 136.565846,138.413423 136.565846,137.829154 C136.565846,137.245308 136.092423,136.771462 135.508154,136.771462","id","Fill-43"],["d","M147.808269,136.771462 C147.598423,136.769769 147.472346,136.731692 147.344577,136.667808 C147.233731,136.610269 147.119077,136.522692 146.991731,136.386462 C146.768769,136.151231 146.526769,135.765385 146.273346,135.300423 C145.885385,134.604885 145.480077,133.738423 144.787923,132.970115 C144.441,132.587654 144.011154,132.232269 143.481462,131.980115 C142.953038,131.726692 142.334077,131.585808 141.658423,131.587068 C141.074577,131.587068 140.600731,132.060923 140.600731,132.644769 C140.600731,133.229038 141.074577,133.702462 141.658423,133.702462 C142.002808,133.703308 142.258346,133.76 142.475808,133.847577 C142.665769,133.925 142.830769,134.0295 142.992808,134.168269 C143.275423,134.409 143.543231,134.767769 143.803423,135.2065 C144.201115,135.862692 144.555231,136.675423 145.109038,137.425962 C145.389115,137.799538 145.732231,138.165077 146.188731,138.443462 C146.642692,138.722692 147.209192,138.890231 147.808269,138.886896 C148.392115,138.886896 148.865962,138.413423 148.865962,137.829154 C148.865962,137.245308 148.392115,136.771462 147.808269,136.771462","id","Fill-44"],["d","M135.508154,138.886873 C136.029808,138.888962 136.527346,138.764577 136.945769,138.545423 C137.313423,138.354615 137.617615,138.101192 137.870615,137.830423 C138.313154,137.353615 138.616923,136.825192 138.896577,136.319615 C139.3095,135.559346 139.676731,134.8435 140.093462,134.393346 C140.300769,134.166154 140.5085,134.003269 140.746269,133.889462 C140.985308,133.776923 141.262846,133.704154 141.658423,133.702462 C142.242692,133.702462 142.716115,133.229038 142.716115,132.644769 C142.716115,132.060923 142.242692,131.587076 141.658423,131.587076 C141.070346,131.586654 140.525423,131.692 140.045231,131.887885 C139.624269,132.058385 139.257462,132.295308 138.945654,132.563538 C138.398615,133.034846 138.015731,133.589923 137.696731,134.122154 C137.225,134.921346 136.870038,135.691346 136.512962,136.159269 C136.337385,136.394923 136.1745,136.548077 136.028538,136.635654 C135.880038,136.721962 135.748885,136.7685 135.508154,136.771462 C134.924308,136.771462 134.450462,137.245308 134.450462,137.829154 C134.450462,138.413423 134.924308,138.886873 135.508154,138.886873","id","Fill-45"],["d","M147.808269,138.886873 C148.3295,138.888962 148.827038,138.764577 149.245462,138.545423 C149.613115,138.354615 149.917308,138.101192 150.170308,137.830423 C150.612423,137.353192 150.916192,136.825192 151.196269,136.319615 C151.608769,135.559346 151.976,134.8435 152.392731,134.393346 C152.600038,134.166154 152.808192,134.003269 153.045538,133.889462 C153.284577,133.776923 153.562115,133.704154 153.957692,133.702462 C154.541538,133.702462 155.015385,133.229038 155.015385,132.644769 C155.015385,132.060923 154.541538,131.587076 153.957692,131.587076 C153.369192,131.586654 152.824269,131.692 152.344077,131.887885 C151.923538,132.058385 151.556731,132.295308 151.244923,132.563538 C150.697885,133.034846 150.315,133.589923 149.996,134.122154 C149.524269,134.921346 149.169731,135.691346 148.812231,136.159269 C148.636654,136.394923 148.473769,136.548077 148.328231,136.635654 C148.179731,136.721962 148.048154,136.7685 147.808269,136.771462 C147.224,136.771462 146.750577,137.245308 146.750577,137.829154 C146.750577,138.413423 147.224,138.886873 147.808269,138.886873","id","Fill-46"],["d","M170.546962,233.332423 C170.337115,233.330308 170.211038,233.292654 170.083269,233.228346 C169.972423,233.170808 169.857769,233.083231 169.730423,232.947 C169.507462,232.711769 169.265462,232.325923 169.012038,231.860962 C168.624077,231.165423 168.218346,230.298538 167.526615,229.529808 C167.179692,229.147769 166.749,228.792385 166.219308,228.540231 C165.690885,228.286385 165.071923,228.145923 164.396692,228.147184 C163.812423,228.147184 163.339,228.620615 163.339,229.204885 C163.339,229.789154 163.812423,230.262577 164.396692,230.262577 C164.741077,230.263423 164.996192,230.319692 165.214077,230.407692 C165.404038,230.485115 165.569038,230.589192 165.7315,230.727962 C166.013692,230.969115 166.2815,231.327885 166.542115,231.766615 C166.939385,232.422808 167.293923,233.235538 167.847731,233.9865 C168.127808,234.360077 168.470923,234.725615 168.927423,235.004 C169.381385,235.283654 169.947885,235.451192 170.546962,235.447858 C171.130808,235.447858 171.604654,234.973962 171.604654,234.390115 C171.604654,233.805846 171.130808,233.332423 170.546962,233.332423","id","Fill-47"],["d","M182.846654,233.332423 C182.637231,233.330308 182.510731,233.292654 182.382962,233.228346 C182.272538,233.170808 182.157462,233.083231 182.030115,232.947 C181.807154,232.711769 181.565577,232.326346 181.311731,231.861385 C180.924192,231.165846 180.518462,230.299385 179.826731,229.530654 C179.479808,229.148615 179.049538,228.793231 178.519846,228.540654 C177.991423,228.287231 177.372462,228.146769 176.697231,228.14803 C176.112962,228.14803 175.639538,228.621462 175.639538,229.205731 C175.639538,229.79 176.112962,230.263423 176.697231,230.263423 C177.041615,230.264269 177.296731,230.320538 177.514192,230.408115 C177.704154,230.485962 177.869577,230.590038 178.031615,230.728808 C178.313808,230.969538 178.581615,231.328308 178.842231,231.767038 C179.2395,232.423231 179.593615,233.235962 180.147846,233.9865 C180.4275,234.360077 180.771038,234.725615 181.227538,235.004 C181.681077,235.283654 182.247577,235.451192 182.846654,235.447858 C183.430923,235.447858 183.904346,234.973962 183.904346,234.390115 C183.904346,233.805846 183.430923,233.332423 182.846654,233.332423","id","Fill-48"],["d","M170.546962,235.447825 C171.068192,235.4495 171.565731,235.325538 171.984577,235.105962 C172.352231,234.915577 172.656423,234.662154 172.909,234.390962 C173.351538,233.914154 173.655308,233.385731 173.935385,232.880154 C174.347885,232.120308 174.715115,231.404038 175.131846,230.953885 C175.339154,230.726692 175.547308,230.563808 175.785077,230.45 C176.023692,230.337462 176.301231,230.264692 176.697231,230.263423 C177.2815,230.263423 177.754923,229.79 177.754923,229.205731 C177.754923,228.621462 177.2815,228.148033 176.697231,228.148033 C176.108731,228.147192 175.563808,228.252538 175.083615,228.448423 C174.663077,228.618923 174.295846,228.855846 173.984038,229.124077 C173.437,229.595808 173.054115,230.150885 172.735115,230.682692 C172.263385,231.481885 171.908846,232.251885 171.551769,232.719808 C171.375769,232.955885 171.212885,233.108615 171.067346,233.196192 C170.918846,233.282923 170.787269,233.329038 170.546962,233.332423 C169.962692,233.332423 169.489269,233.805846 169.489269,234.390115 C169.489269,234.973962 169.962692,235.447825 170.546962,235.447825","id","Fill-49"],["d","M182.847077,235.447825 C183.368308,235.4495 183.865846,235.325115 184.284269,235.105538 C184.6515,234.915154 184.955692,234.661731 185.208692,234.390538 C185.650808,233.913731 185.954577,233.385308 186.234654,232.880154 C186.647154,232.119885 187.014385,231.404038 187.431115,230.953885 C187.638423,230.726692 187.846154,230.563808 188.0835,230.45 C188.322538,230.337462 188.599654,230.264692 188.995231,230.263423 L188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C188.906385,230.262154 188.966038,230.263423 188.995654,230.263423 L188.995654,229.208692 L188.828962,230.249885 C189.405615,230.342115 189.948,229.9495 190.040654,229.372846 C190.132885,228.795769 189.739846,228.253385 189.163192,228.161154 C189.085769,228.148885 189.025692,228.148033 188.995654,228.148033 L188.995231,228.148033 C188.407154,228.147192 187.862231,228.252538 187.382038,228.448423 C186.9615,228.618923 186.594692,228.855846 186.282885,229.124077 C185.736269,229.595385 185.353385,230.150462 185.034385,230.682269 C184.562654,231.481462 184.208115,232.251462 183.851038,232.719808 C183.675038,232.955462 183.512154,233.108192 183.366615,233.196192 C183.218115,233.2825 183.086538,233.329038 182.846231,233.332423 C182.261962,233.332423 181.788962,233.806269 181.788962,234.390115 C181.788962,234.974385 182.262808,235.447825 182.847077,235.447825","id","Fill-50"],["d","M187.318577,94.1223462 C187.109154,94.1202308 186.983077,94.0825769 186.855308,94.0182692 C186.744462,93.9607308 186.629385,93.8731538 186.502462,93.7369231 C186.2795,93.5016923 186.0375,93.1162692 185.784077,92.6508846 C185.396115,91.9553462 184.990385,91.0888846 184.298654,90.3201538 C183.951731,89.9381154 183.521462,89.5827308 182.991769,89.3305769 C182.463346,89.0767308 181.844385,88.9362692 181.169154,88.9375299 C180.584885,88.9375299 180.111462,89.4109615 180.111462,89.9952308 C180.111462,90.5795 180.584885,91.0529231 181.169154,91.0529231 C181.513538,91.0537692 181.768654,91.1100385 181.986115,91.1980385 C182.1765,91.2754615 182.3415,91.3795385 182.503538,91.5183077 C182.786154,91.7590385 183.053538,92.1182308 183.314154,92.5565385 C183.711423,93.2131538 184.065538,94.0258846 184.619769,94.7764231 C184.899423,95.15 185.242962,95.5155385 185.699462,95.7939231 C186.153,96.0735769 186.7195,96.2411154 187.318577,96.2377811 C187.902846,96.2377811 188.376269,95.7638846 188.376269,95.1800385 C188.376269,94.5957692 187.902846,94.1223462 187.318577,94.1223462","id","Fill-51"],["d","M199.618692,94.1223462 C199.408846,94.1202308 199.282769,94.0825769 199.155,94.0182692 C199.044154,93.9607308 198.9295,93.8731538 198.802154,93.7369231 C198.579192,93.5016923 198.337192,93.1162692 198.083769,92.6513077 C197.695808,91.9557692 197.2905,91.0893077 196.598346,90.3205769 C196.251423,89.9385385 195.821154,89.5831538 195.291885,89.331 C194.763038,89.0771538 194.1445,88.9366923 193.468846,88.937953 C192.885,88.937953 192.411154,89.4113846 192.411154,89.9956538 C192.411154,90.5799231 192.885,91.0533462 193.468846,91.0533462 C193.813231,91.0541923 194.068769,91.1104615 194.286231,91.1980385 C194.476192,91.2758846 194.641192,91.3799615 194.803231,91.5187308 C195.085846,91.7594615 195.353231,92.1182308 195.613846,92.5569615 C196.011115,93.2131538 196.365654,94.0258846 196.919462,94.7768462 C197.199538,95.15 197.542654,95.5155385 197.999154,95.7939231 C198.453115,96.0735769 199.019615,96.2411154 199.618692,96.2377811 C200.202538,96.2377811 200.676385,95.7638846 200.676385,95.1800385 C200.676385,94.5957692 200.202538,94.1223462 199.618692,94.1223462","id","Fill-52"],["d","M187.318577,96.2377479 C187.839808,96.2394231 188.337769,96.1154615 188.756192,95.8958846 C189.123846,95.7055 189.428038,95.4520769 189.681038,95.1808846 C190.123577,94.7040769 190.427346,94.1756538 190.707423,93.6705 C191.119923,92.9102308 191.487577,92.1939615 191.904308,91.7438077 C192.111615,91.5166154 192.319346,91.3537308 192.557115,91.2399231 C192.795731,91.1273846 193.073269,91.0546154 193.468846,91.0533462 C194.053115,91.0533462 194.526538,90.5799231 194.526538,89.9956538 C194.526538,89.4113846 194.053115,88.9379565 193.468846,88.9379565 C192.880769,88.9371154 192.335846,89.0424615 191.855654,89.2383462 C191.435115,89.4088462 191.067885,89.6457692 190.756077,89.914 C190.209462,90.3857308 189.826154,90.9408077 189.507577,91.4726154 C189.035423,92.2718077 188.680885,93.0418077 188.323808,93.5097308 C188.147808,93.7453846 187.984923,93.8985385 187.839385,93.9861154 C187.690462,94.0728462 187.558885,94.1189615 187.318577,94.1223462 C186.734731,94.1223462 186.260885,94.5957692 186.260885,95.1800385 C186.260885,95.7638846 186.734731,96.2377479 187.318577,96.2377479","id","Fill-53"],["d","M199.618692,96.2377478 C200.139923,96.2394231 200.637462,96.1150385 201.056308,95.8958846 C201.423538,95.7050769 201.728154,95.4516538 201.980731,95.1808846 C202.423269,94.7036538 202.727038,94.1756538 203.006692,93.6700769 C203.419615,92.9102308 203.786846,92.1939615 204.203577,91.7438077 C204.410885,91.5166154 204.618615,91.3537308 204.856385,91.2399231 C205.095423,91.1273846 205.372962,91.0546154 205.768962,91.0533462 C206.352808,91.0533462 206.826654,90.5795 206.826654,89.9956538 C206.826654,89.4113846 206.352808,88.9379565 205.768962,88.9379565 C205.180462,88.9371154 204.635538,89.0424615 204.155346,89.2383462 C203.734808,89.4088462 203.367577,89.6457692 203.055769,89.914 C202.508731,90.3853077 202.125846,90.9403846 201.806846,91.4721923 C201.335115,92.2718077 200.980577,93.0418077 200.623077,93.5097308 C200.4475,93.7453846 200.284615,93.8985385 200.138654,93.9861154 C199.990154,94.0724231 199.858577,94.1189615 199.618269,94.1223462 C199.034,94.1223462 198.560577,94.5957692 198.560577,95.1800385 C198.561,95.7643077 199.034423,96.2377478 199.618692,96.2377478","id","Fill-54"],["d","M16.2766154,87.857 C16.0667692,87.8553077 15.9406923,87.8172308 15.8129231,87.7529231 C15.7020769,87.6958077 15.5874231,87.6078077 15.4600769,87.472 C15.2371154,87.2367692 14.9951154,86.8509231 14.7416923,86.3859615 C14.3537308,85.6904231 13.948,84.8235385 13.2562692,84.0552308 C12.9093462,83.6727692 12.4790769,83.3173846 11.9493846,83.0652308 C11.4209615,82.8118077 10.802,82.6709231 10.1263462,82.6721838 C9.5425,82.6721838 9.06865385,83.1460385 9.06865385,83.7298846 C9.06865385,84.3141538 9.5425,84.7875769 10.1263462,84.7875769 C10.4707308,84.7884231 10.7262692,84.8451154 10.9437308,84.9326923 C11.1341154,85.0101154 11.2991154,85.1146154 11.4611538,85.2533846 C11.7437692,85.4941154 12.0111538,85.8528846 12.2717692,86.2916154 C12.6690385,86.9478077 13.0235769,87.7605385 13.5773846,88.5115 C13.8574615,88.8850769 14.2005769,89.2506154 14.6570769,89.5285769 C15.1110385,89.8082308 15.6775385,89.9757692 16.2766154,89.9724349 C16.8604615,89.9724349 17.3343077,89.4989615 17.3343077,88.9146923 C17.3343077,88.3304231 16.8604615,87.857 16.2766154,87.857","id","Fill-55"],["d","M28.5763077,87.857 C28.3664615,87.8553077 28.2403846,87.8172308 28.1126154,87.7529231 C28.0017692,87.6958077 27.8871154,87.6078077 27.7597692,87.472 C27.5368077,87.2367692 27.2948077,86.8509231 27.0413846,86.3859615 C26.6538462,85.6904231 26.2481154,84.8239615 25.5563846,84.0552308 C25.2094615,83.6731923 24.7791923,83.3178077 24.2495,83.0656538 C23.7210769,82.8122308 23.1021154,82.6713462 22.4268846,82.6726069 C21.8426154,82.6726069 21.3691923,83.1464615 21.3691923,83.7303077 C21.3691923,84.3145769 21.8426154,84.788 22.4268846,84.788 C22.7708462,84.7888462 23.0263846,84.8455385 23.2438462,84.9331154 C23.4338077,85.0105385 23.5988077,85.1150385 23.7612692,85.2538077 C24.0434615,85.4945385 24.3112692,85.8533077 24.5718846,86.2920385 C24.9691538,86.9482308 25.3232692,87.7609615 25.8775,88.5115 C26.1571538,88.8850769 26.5006923,89.2506154 26.9571923,89.5285769 C27.4107308,89.8082308 27.9772308,89.9757692 28.5763077,89.9724349 C29.1605769,89.9724349 29.634,89.4989615 29.634,88.9146923 C29.634,88.3304231 29.1605769,87.857 28.5763077,87.857","id","Fill-56"],["d","M16.2766154,89.9724112 C16.7978462,89.9745 17.2953846,89.8501154 17.7142308,89.6309615 C18.0814615,89.4401538 18.3860769,89.1867308 18.6386538,88.9159615 C19.0811923,88.4387308 19.3849615,87.9107308 19.6650385,87.4051538 C20.0775385,86.6448846 20.4451923,85.9290385 20.8619231,85.4788846 C21.0692308,85.2516923 21.2769615,85.0888077 21.5147308,84.975 C21.7533462,84.8624615 22.0308846,84.7892692 22.4268846,84.788 C23.0107308,84.788 23.4845769,84.3145769 23.4845769,83.7303077 C23.4845769,83.1464615 23.0107308,82.6726103 22.4268846,82.6726103 C21.8383846,82.6717692 21.2934615,82.7775385 20.8132692,82.9734231 C20.3927308,83.1439231 20.0255,83.3804231 19.7136923,83.6486538 C19.1670769,84.1203846 18.7837692,84.6754615 18.4647692,85.2072692 C17.9930385,86.0068846 17.6385,86.7764615 17.2814231,87.2448077 C17.1054231,87.4804615 16.9425385,87.6331923 16.797,87.7211923 C16.6485,87.8075 16.5169231,87.8536154 16.2766154,87.857 C15.6923462,87.857 15.2189231,88.3304231 15.2189231,88.9146923 C15.2189231,89.4989615 15.6923462,89.9724112 16.2766154,89.9724112","id","Fill-57"],["d","M28.5763077,89.9724017 C29.0975385,89.9740769 29.5950769,89.8501154 30.0139231,89.6305385 C30.3815769,89.4401538 30.6857692,89.1867308 30.9383462,88.9155385 C31.3808846,88.4387308 31.6842308,87.9103077 31.9643077,87.4047308 C32.3768077,86.6448846 32.7444615,85.9286154 33.1607692,85.4788846 C33.3685,85.2516923 33.5762308,85.0888077 33.8135769,84.975 C34.0526154,84.8624615 34.3301538,84.7892692 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C34.6804615,84.788 34.7109231,84.788 34.7257308,84.788 L34.7257308,83.7332692 L34.6381538,84.7846154 C35.2203077,84.8328462 35.7318077,84.4004615 35.7800385,83.8183077 C35.8286923,83.2361538 35.3963077,82.7246538 34.8141538,82.6764231 C34.7714231,82.6730385 34.7409615,82.6726141 34.7257308,82.6726141 C34.1376538,82.6721923 33.5927308,82.7775385 33.1121154,82.9734231 C32.692,83.1435 32.3247692,83.3804231 32.0129615,83.6486538 C31.4659231,84.1203846 31.0830385,84.6754615 30.7644615,85.2072692 C30.2927308,86.0064615 29.9377692,86.7764615 29.5806923,87.2443846 C29.4046923,87.4804615 29.2422308,87.6331923 29.0962692,87.7211923 C28.9477692,87.8075 28.8161923,87.8536154 28.5758846,87.857 C27.9920385,87.857 27.5186154,88.3308462 27.5186154,88.9151154 C27.5186154,89.4989615 27.9920385,89.9724017 28.5763077,89.9724017","id","Fill-58"],["d","M135.468808,19.5072308 C135.466692,19.7170769 135.429038,19.8431538 135.364731,19.9709231 C135.307192,20.0817692 135.219615,20.1964231 135.083385,20.3237692 C134.848154,20.5467308 134.462731,20.7887308 133.997346,21.0421538 C133.301808,21.4301154 132.435346,21.8358462 131.667038,22.5275769 C131.285,22.8745 130.929192,23.3047692 130.677038,23.8344615 C130.423615,24.3628846 130.282731,24.9818462 130.284408,25.6575 C130.284408,26.2413462 130.757846,26.7151923 131.342115,26.7151923 C131.925962,26.7151923 132.399808,26.2413462 132.399808,25.6575 C132.400231,25.3131154 132.456923,25.0575769 132.5445,24.8401154 C132.622346,24.6497308 132.726423,24.4847308 132.865192,24.3226923 C133.105923,24.0400769 133.464692,23.7726923 133.903423,23.5120769 C134.559615,23.1148077 135.372346,22.7602692 136.122885,22.2064615 C136.496462,21.9263846 136.862,21.5832692 137.140385,21.1267692 C137.420038,20.6728077 137.587154,20.1063077 137.584231,19.5072308 C137.584231,18.9233846 137.110346,18.4495385 136.5265,18.4495385 C135.942231,18.4495385 135.468808,18.9233846 135.468808,19.5072308","id","Fill-59"],["d","M135.468808,7.20753846 C135.466692,7.41696154 135.429038,7.54346154 135.364731,7.67123077 C135.307192,7.78165385 135.219615,7.89673077 135.083385,8.02407692 C134.848154,8.24703846 134.462731,8.48861538 133.997346,8.74246154 C133.301808,9.13 132.435346,9.53573077 131.667038,10.2274615 C131.285,10.5743846 130.929615,11.0046538 130.677038,11.5343462 C130.423615,12.0627692 130.282731,12.6817308 130.284408,13.3569615 C130.284408,13.9412308 130.757846,14.4146538 131.342115,14.4146538 C131.925962,14.4146538 132.399808,13.9412308 132.399808,13.3569615 C132.400231,13.013 132.456923,12.7574615 132.5445,12.54 C132.622346,12.3500385 132.726423,12.1846154 132.865192,12.0225769 C133.105923,11.7403846 133.464692,11.4725769 133.903423,11.2119615 C134.559615,10.8146923 135.372346,10.4605769 136.122885,9.90634615 C136.496462,9.62669231 136.862,9.28315385 137.140385,8.82665385 C137.420038,8.37311538 137.587154,7.80661538 137.584231,7.20753846 C137.584231,6.62369231 137.110346,6.14984615 136.5265,6.14984615 C135.942231,6.14984615 135.468808,6.62369231 135.468808,7.20753846","id","Fill-60"],["d","M137.584209,19.5072308 C137.585885,18.986 137.461923,18.4884615 137.242346,18.0696154 C137.051962,17.7019615 136.798538,17.3977692 136.527346,17.1451923 C136.050538,16.7026538 135.522115,16.3988846 135.016538,16.1188077 C134.256692,15.7063077 133.540423,15.3386538 133.090269,14.9219231 C132.863077,14.7146154 132.700192,14.5068846 132.586385,14.2691154 C132.473846,14.0305 132.401077,13.7525385 132.399808,13.3569615 C132.399808,12.7731154 131.925962,12.2992692 131.342115,12.2992692 C130.757846,12.2992692 130.284418,12.7731154 130.284418,13.3569615 C130.283577,13.9454615 130.388923,14.4903846 130.584808,14.9705769 C130.755308,15.3911154 130.992231,15.7583462 131.260462,16.0701538 C131.731769,16.6167692 132.287269,17.0000769 132.819077,17.3186538 C133.618269,17.7908077 134.388269,18.1453462 134.856192,18.5024231 C135.091846,18.6784231 135.245,18.8413077 135.332577,18.9868462 C135.418885,19.1353462 135.465423,19.2669231 135.468808,19.5072308 C135.468808,20.0915 135.942231,20.5649231 136.5265,20.5649231 C137.110346,20.5649231 137.584209,20.0915 137.584209,19.5072308","id","Fill-61"],["d","M137.584209,7.20753846 C137.585885,6.68630769 137.461923,6.18876923 137.242346,5.76992308 C137.051962,5.40226923 136.798538,5.09807692 136.527346,4.8455 C136.050538,4.40296154 135.522115,4.09919231 135.016538,3.81953846 C134.256692,3.40661538 133.540423,3.03938462 133.090269,2.62265385 C132.863077,2.41534615 132.700192,2.20761538 132.586385,1.96984615 C132.473846,1.73080769 132.401077,1.45326923 132.399808,1.05769231 C132.399808,0.473423077 131.925962,0 131.342115,0 C130.757846,0 130.284418,0.473423077 130.284418,1.05769231 C130.283577,1.64576923 130.388923,2.19069231 130.584808,2.67130769 C130.755308,3.09184615 130.992231,3.45865385 131.260462,3.77046154 C131.731769,4.3175 132.287269,4.70038462 132.819077,5.01938462 C133.618269,5.49111538 134.388269,5.84565385 134.856192,6.20315385 C135.092269,6.37873077 135.245,6.54161538 135.332577,6.68715385 C135.419308,6.83565385 135.465423,6.96723077 135.468808,7.20753846 C135.468808,7.79180769 135.942231,8.26523077 136.5265,8.26523077 C137.110346,8.26523077 137.584209,7.79180769 137.584209,7.20753846","id","Fill-62"],["d","M97.7553077,83.8453846 C97.7536154,84.0548077 97.7155385,84.1808846 97.6516538,84.3090769 C97.5941154,84.4195 97.5065385,84.5345769 97.3703077,84.6615 C97.1350769,84.8844615 96.7492308,85.1264615 96.2842692,85.3798846 C95.5887308,85.7678462 94.7222692,86.1735769 93.9539615,86.8653077 C93.5715,87.2122308 93.2161154,87.6425 92.9639615,88.1721923 C92.7105385,88.7010385 92.5696538,89.3195769 92.5713311,89.9952308 C92.5713311,90.5795 93.0447692,91.0529231 93.6290385,91.0529231 C94.2128846,91.0529231 94.6867308,90.5795 94.6867308,89.9952308 C94.6871538,89.6508462 94.7438462,89.3953077 94.8314231,89.1778462 C94.9092692,88.9878846 95.0133462,88.8224615 95.1521154,88.6604231 C95.3928462,88.3782308 95.7516154,88.1104231 96.1903462,87.8498077 C96.8465385,87.4525385 97.6592692,87.0984231 98.4098077,86.5441923 C98.7833846,86.2645385 99.1489231,85.921 99.4273077,85.4645 C99.7065385,85.0109615 99.8740769,84.4440385 99.8707426,83.8453846 C99.8707426,83.2611154 99.3972692,82.7876923 98.813,82.7876923 C98.2291538,82.7876923 97.7553077,83.2611154 97.7553077,83.8453846","id","Fill-63"],["d","M97.7553077,71.5452692 C97.7536154,71.7551154 97.7155385,71.8811923 97.6516538,72.0089615 C97.5941154,72.1198077 97.5065385,72.2344615 97.3703077,72.3618077 C97.1350769,72.5847692 96.7492308,72.8267692 96.2842692,73.0801923 C95.5887308,73.4681538 94.7222692,73.8734615 93.9539615,74.5656154 C93.5715,74.9125385 93.2161154,75.3428077 92.9639615,75.8720769 C92.7105385,76.4009231 92.5696538,77.0194615 92.5713311,77.6951154 C92.5713311,78.2789615 93.0447692,78.7528077 93.6290385,78.7528077 C94.2128846,78.7528077 94.6867308,78.2789615 94.6867308,77.6951154 C94.6871538,77.3507308 94.7438462,77.0951923 94.8314231,76.8777308 C94.9092692,76.6877692 95.0133462,76.5227692 95.1521154,76.3607308 C95.3928462,76.0781154 95.7516154,75.8107308 96.1903462,75.5501154 C96.8465385,75.1528462 97.6592692,74.7983077 98.4098077,74.2445 C98.7833846,73.9644231 99.1489231,73.6213077 99.4273077,73.1648077 C99.7065385,72.7108462 99.8740769,72.1443462 99.8707426,71.5452692 C99.8707426,70.9614231 99.3972692,70.4875769 98.813,70.4875769 C98.2291538,70.4875769 97.7553077,70.9614231 97.7553077,71.5452692","id","Fill-64"],["d","M99.8707189,83.8453846 C99.8728077,83.3241538 99.7484231,82.8261923 99.5292692,82.4077692 C99.3388846,82.0401154 99.0854615,81.7359231 98.8142692,81.4829231 C98.3374615,81.0403846 97.8090385,80.7366154 97.3034615,80.4565385 C96.5436154,80.0440385 95.8273462,79.6768077 95.3771923,79.2600769 C95.15,79.0527692 94.9871154,78.8446154 94.8733077,78.6072692 C94.7607692,78.3682308 94.688,78.0906923 94.6867308,77.6951154 C94.6867308,77.1108462 94.2128846,76.6374231 93.6290385,76.6374231 C93.0447692,76.6374231 92.5713411,77.1108462 92.5713411,77.6951154 C92.5705,78.2831923 92.6758462,78.8281154 92.8717308,79.3083077 C93.0422308,79.7288462 93.2791538,80.0960769 93.5473846,80.4078846 C94.0186923,80.9549231 94.5737692,81.3378077 95.106,81.6568077 C95.9051923,82.1285385 96.6751923,82.4830769 97.1431154,82.8405769 C97.3787692,83.0161538 97.5319231,83.1790385 97.6195,83.3245769 C97.7058077,83.4735 97.7523462,83.6050769 97.7553077,83.8453846 C97.7553077,84.4292308 98.2291538,84.9030769 98.813,84.9030769 C99.3972692,84.9030769 99.8707189,84.4292308 99.8707189,83.8453846","id","Fill-65"],["d","M99.8707189,71.5452692 C99.8728077,71.0240385 99.7484231,70.5265 99.5292692,70.1080769 C99.3388846,69.7404231 99.0850385,69.4362308 98.8142692,69.1832308 C98.3374615,68.7411154 97.8090385,68.4373462 97.3034615,68.1572692 C96.5431923,67.7447692 95.8273462,67.3771154 95.3771923,66.9603846 C95.15,66.7530769 94.9871154,66.5453462 94.8733077,66.3075769 C94.7607692,66.0689615 94.688,65.791 94.6867308,65.3954231 C94.6867308,64.8115769 94.2128846,64.3377308 93.6290385,64.3377308 C93.0447692,64.3377308 92.5713411,64.8115769 92.5713411,65.3954231 C92.5705,65.9839231 92.6758462,66.5288462 92.8717308,67.0090385 C93.0422308,67.4295769 93.2791538,67.7968077 93.5473846,68.1086154 C94.0186923,68.6552308 94.5737692,69.0385385 95.106,69.3571154 C95.9051923,69.8292692 96.6751923,70.1838077 97.1431154,70.5408846 C97.3787692,70.7168846 97.5319231,70.8797692 97.6195,71.0253077 C97.7058077,71.1738077 97.7523462,71.3049615 97.7553077,71.5452692 C97.7553077,72.1295385 98.2291538,72.6029615 98.813,72.6029615 C99.3972692,72.6029615 99.8707189,72.1295385 99.8707189,71.5452692","id","Fill-66"],["d","M199.984654,186.622615 C199.982538,186.832462 199.944885,186.958538 199.880577,187.086308 C199.823038,187.197154 199.735462,187.311808 199.599231,187.439154 C199.364,187.662115 198.978577,187.904115 198.513192,188.157538 C197.817654,188.5455 196.951192,188.951231 196.182885,189.643385 C195.800846,189.990308 195.445462,190.420577 195.192885,190.950269 C194.939462,191.478692 194.799,192.097654 194.800261,192.773308 C194.800261,193.357154 195.273692,193.831 195.857962,193.831 C196.442231,193.831 196.915654,193.357154 196.915654,192.773308 C196.9165,192.4285 196.972769,192.173385 197.060769,191.9555 C197.138192,191.765538 197.242269,191.600115 197.381038,191.438077 C197.621769,191.155885 197.980962,190.888077 198.419269,190.627462 C199.075885,190.230192 199.888192,189.875654 200.639154,189.321846 C201.012308,189.041769 201.377846,188.698654 201.656231,188.242154 C201.935885,187.788192 202.103423,187.221692 202.100089,186.622615 C202.100089,186.038769 201.626192,185.564923 201.042346,185.564923 C200.458077,185.564923 199.984654,186.038769 199.984654,186.622615","id","Fill-67"],["d","M199.984654,174.322923 C199.982538,174.532769 199.944885,174.658846 199.880577,174.786615 C199.823038,174.897462 199.735462,175.012115 199.599231,175.139462 C199.364,175.362423 198.978577,175.604 198.513615,175.857846 C197.818077,176.245385 196.951615,176.651115 196.182885,177.342846 C195.800846,177.689769 195.445462,178.120038 195.193308,178.649731 C194.939462,179.178154 194.799,179.797115 194.800261,180.472346 C194.800261,181.056615 195.273692,181.530038 195.857962,181.530038 C196.442231,181.530038 196.915654,181.056615 196.915654,180.472346 C196.9165,180.128385 196.972769,179.872846 197.060769,179.655385 C197.138192,179.465423 197.242269,179.3 197.381038,179.137962 C197.621769,178.855769 197.980538,178.587962 198.419269,178.327346 C199.075462,177.930077 199.888192,177.575962 200.639154,177.021731 C201.012308,176.742077 201.377846,176.398538 201.656231,175.942038 C201.935885,175.4885 202.103423,174.922 202.100089,174.322923 C202.100089,173.738654 201.626192,173.265231 201.042346,173.265231 C200.458077,173.265231 199.984654,173.738654 199.984654,174.322923","id","Fill-68"],["d","M202.100056,186.622615 C202.101731,186.101385 201.977769,185.603846 201.758192,185.185 C201.567808,184.817769 201.314385,184.513154 201.043192,184.260577 C200.566385,183.818038 200.037962,183.514269 199.532808,183.234192 C198.772538,182.821692 198.056269,182.454462 197.606538,182.037731 C197.379346,181.830423 197.216038,181.622269 197.102231,181.384923 C196.990115,181.145885 196.916923,180.868346 196.915654,180.472346 C196.915654,179.8885 196.442231,179.414654 195.857962,179.414654 C195.273692,179.414654 194.800264,179.8885 194.800264,180.472346 C194.799423,181.060846 194.904769,181.605769 195.100654,182.085962 C195.271154,182.5065 195.508077,182.873731 195.776308,183.185538 C196.248038,183.732577 196.803115,184.115462 197.334923,184.434462 C198.134115,184.906192 198.904115,185.260731 199.372038,185.617808 C199.608115,185.793808 199.760846,185.956692 199.848423,186.102231 C199.935154,186.250731 199.981269,186.382308 199.984654,186.622615 C199.984654,187.206885 200.458077,187.680308 201.042346,187.680308 C201.626192,187.680308 202.100056,187.206885 202.100056,186.622615","id","Fill-69"],["d","M202.100056,174.322923 C202.101731,173.801692 201.977769,173.304154 201.758192,172.885308 C201.567808,172.518077 201.314385,172.213885 201.043192,171.960885 C200.566385,171.518769 200.037962,171.215 199.532808,170.934923 C198.772538,170.522423 198.056269,170.154769 197.606115,169.738462 C197.378923,169.530731 197.216038,169.323 197.102231,169.085654 C196.989692,168.846615 196.916923,168.569077 196.915654,168.1735 C196.915654,167.589231 196.442231,167.115808 195.857962,167.115808 C195.273692,167.115808 194.800264,167.589231 194.800264,168.1735 C194.799423,168.761577 194.904769,169.3065 195.100654,169.786692 C195.271154,170.207231 195.508077,170.574462 195.776308,170.886269 C196.248038,171.433308 196.803115,171.816192 197.334923,172.135192 C198.134115,172.606923 198.904115,172.961462 199.372038,173.318538 C199.608115,173.494538 199.760846,173.657423 199.848423,173.802962 C199.935154,173.951462 199.981269,174.082615 199.984654,174.322923 C199.984654,174.907192 200.458077,175.380615 201.042346,175.380615 C201.626192,175.380615 202.100056,174.907192 202.100056,174.322923","id","Fill-70"],["d","M73.1440769,196.315731 C73.1419615,196.525154 73.1043077,196.651231 73.04,196.779 C72.9824615,196.889846 72.8948846,197.004923 72.7586538,197.131846 C72.5234231,197.354808 72.138,197.596808 71.6726154,197.850231 C70.9770769,198.238192 70.1110385,198.643923 69.3423077,199.335654 C68.9602692,199.682577 68.6048846,200.112846 68.3523077,200.642538 C68.0988846,201.170962 67.958,201.7895 67.9596772,202.465154 C67.9596772,203.049 68.4331154,203.522846 69.0173846,203.522846 C69.6012308,203.522846 70.0750769,203.049 70.0750769,202.465154 C70.0755,202.120769 70.1321923,201.865654 70.2197692,201.647769 C70.2976154,201.457808 70.4016923,201.292808 70.5404615,201.130769 C70.7811923,200.848154 71.1399615,200.580769 71.5786923,200.320154 C72.2348846,199.922885 73.0476154,199.568346 73.7981538,199.014538 C74.1717308,198.734462 74.5372692,198.391346 74.8156538,197.934846 C75.0953077,197.480885 75.2624231,196.914385 75.2595003,196.315731 C75.2595003,195.731462 74.7856154,195.258038 74.2017692,195.258038 C73.6175,195.258038 73.1440769,195.731462 73.1440769,196.315731","id","Fill-71"],["d","M73.1440769,184.015615 C73.1419615,184.225462 73.1043077,184.351538 73.04,184.479308 C72.9824615,184.590154 72.8948846,184.704808 72.7586538,184.832154 C72.5234231,185.055115 72.138,185.297115 71.6726154,185.550538 C70.9770769,185.938077 70.1110385,186.343808 69.3423077,187.035962 C68.9602692,187.382462 68.6048846,187.812731 68.3523077,188.342423 C68.0988846,188.870846 67.958,189.489808 67.9596772,190.165038 C67.9596772,190.749308 68.4331154,191.222731 69.0173846,191.222731 C69.6012308,191.222731 70.0750769,190.749308 70.0750769,190.165038 C70.0755,189.821077 70.1321923,189.565538 70.2197692,189.348077 C70.2976154,189.158115 70.4016923,188.993115 70.5404615,188.830654 C70.7811923,188.548462 71.1399615,188.280654 71.5786923,188.020462 C72.2348846,187.622769 73.0476154,187.268654 73.7981538,186.714846 C74.1717308,186.434769 74.5372692,186.091654 74.8156538,185.634731 C75.0953077,185.181192 75.2624231,184.614692 75.2595003,184.015615 C75.2595003,183.431769 74.7856154,182.957923 74.2017692,182.957923 C73.6175,182.957923 73.1440769,183.431769 73.1440769,184.015615","id","Fill-72"],["d","M75.2594786,196.315731 C75.2611538,195.794077 75.1371923,195.296538 74.9176154,194.878115 C74.7272308,194.510462 74.4738077,194.205846 74.2026154,193.953269 C73.7258077,193.510731 73.1973846,193.206962 72.6918077,192.926885 C71.9319615,192.514385 71.2156923,192.146731 70.7655385,191.73 C70.5383462,191.522692 70.3754615,191.314962 70.2616538,191.077192 C70.1491154,190.838577 70.0763462,190.560615 70.0750769,190.165038 C70.0750769,189.581192 69.6012308,189.107346 69.0173846,189.107346 C68.4331154,189.107346 67.9596873,189.581192 67.9596873,190.165038 C67.9588462,190.753538 68.0641923,191.298462 68.2600769,191.778654 C68.4305769,192.199192 68.6675,192.566423 68.9357308,192.878231 C69.4070385,193.424846 69.9625385,193.807731 70.4943462,194.126731 C71.2935385,194.598462 72.0635385,194.953423 72.5314615,195.3105 C72.7671154,195.4865 72.9202692,195.649385 73.0078462,195.794923 C73.0941538,195.943423 73.1406923,196.075 73.1440769,196.315731 C73.1440769,196.899577 73.6175,197.373423 74.2017692,197.373423 C74.7856154,197.373423 75.2594786,196.899577 75.2594786,196.315731","id","Fill-73"],["d","M75.2594786,184.015615 C75.2611538,183.494385 75.1371923,182.996846 74.9176154,182.578 C74.7272308,182.210346 74.4738077,181.906154 74.2026154,181.653154 C73.7258077,181.211038 73.1973846,180.907269 72.6918077,180.627192 C71.9319615,180.214692 71.2156923,179.847462 70.7655385,179.430731 C70.5383462,179.223423 70.3754615,179.015269 70.2616538,178.7775 C70.1491154,178.538885 70.0763462,178.261346 70.0750769,177.865346 C70.0750769,177.281077 69.6012308,176.807654 69.0173846,176.807654 C68.4331154,176.807654 67.9596873,177.281077 67.9596873,177.865346 C67.9588462,178.453846 68.0641923,178.998769 68.2600769,179.478962 C68.4305769,179.8995 68.6675,180.266731 68.9357308,180.578538 C69.4070385,181.125577 69.9625385,181.508462 70.4943462,181.827462 C71.2935385,182.299192 72.0635385,182.653731 72.5314615,183.010808 C72.7671154,183.186808 72.9202692,183.349692 73.0078462,183.495231 C73.0941538,183.643731 73.1406923,183.775308 73.1440769,184.015615 C73.1440769,184.599885 73.6175,185.073308 74.2017692,185.073308 C74.7856154,185.073308 75.2594786,184.599885 75.2594786,184.015615","id","Fill-74"],["d","M150.245615,152.688038 L165.420962,152.688038 C166.005231,152.688038 166.478654,152.214615 166.478654,151.630346 C166.478654,151.0465 166.005231,150.572654 165.420962,150.572654 L150.245615,150.572654 C149.661769,150.572654 149.187923,151.0465 149.187923,151.630346 C149.187923,152.214615 149.661769,152.688038 150.245615,152.688038","id","Fill-75"],["d","M1.05769231,108.836538 L16.2330385,108.836538 C16.8173077,108.836538 17.2907308,108.363115 17.2907308,107.778846 C17.2907308,107.194577 16.8173077,106.721154 16.2330385,106.721154 L1.05769231,106.721154 C0.473423077,106.721154 0,107.194577 0,107.778846 C0,108.363115 0.473423077,108.836538 1.05769231,108.836538","id","Fill-76"],["d","M151.380308,38.2965 L166.555654,38.2965 C167.139923,38.2965 167.613346,37.8226538 167.613346,37.2388077 C167.613346,36.6545385 167.139923,36.1811154 166.555654,36.1811154 L151.380308,36.1811154 C150.796038,36.1811154 150.322615,36.6545385 150.322615,37.2388077 C150.322615,37.8226538 150.796038,38.2965 151.380308,38.2965","id","Fill-77"],["d","M211.198731,4.048 L226.374077,4.048 C226.957923,4.048 227.431769,3.57457692 227.431769,2.99030769 C227.431769,2.40646154 226.957923,1.93261538 226.374077,1.93261538 L211.198731,1.93261538 C210.614462,1.93261538 210.141038,2.40646154 210.141038,2.99030769 C210.141038,3.57457692 210.614462,4.048 211.198731,4.048","id","Fill-78"],["d","M61.5568462,230.232115 L76.7321923,230.232115 C77.3164615,230.232115 77.7898846,229.758269 77.7898846,229.174423 C77.7898846,228.590154 77.3164615,228.116731 76.7321923,228.116731 L61.5568462,228.116731 C60.9725769,228.116731 60.4991538,228.590154 60.4991538,229.174423 C60.4991538,229.758269 60.9725769,230.232115 61.5568462,230.232115","id","Fill-79"],["d","M101.2715,200.604038 L112.002,189.873538 C112.415346,189.460615 112.415346,188.790885 112.002,188.377962 C111.589077,187.964615 110.919346,187.964615 110.506423,188.377962 L99.7759231,199.108462 C99.3625769,199.521385 99.3625769,200.191115 99.7759231,200.604038 C100.188846,201.017385 100.858577,201.017385 101.2715,200.604038","id","Fill-80"],["d","M12.4435385,14.4688077 L23.1740385,3.73830769 C23.5873846,3.32538462 23.5873846,2.65565385 23.1740385,2.24273077 C22.7611154,1.82938462 22.0913846,1.82938462 21.6784615,2.24273077 L10.9479615,12.9732308 C10.5346154,13.3861538 10.5346154,14.0558846 10.9479615,14.4688077 C11.3608846,14.8821538 12.0306154,14.8821538 12.4435385,14.4688077","id","Fill-81"],["d","M219.533769,124.474308 L230.264269,113.743808 C230.677615,113.330885 230.677615,112.661154 230.264269,112.247808 C229.851346,111.834885 229.181615,111.834885 228.768692,112.247808 L218.037769,122.978731 C217.624846,123.391654 217.624846,124.061385 218.037769,124.474308 C218.451115,124.887231 219.120846,124.887231 219.533769,124.474308","id","Fill-82"],["d","M127.623269,71.2592692 L130.399077,66.4442308 L130.887731,66.4442308 L128.356038,70.8357692 L136.862423,70.8285769 L145.370923,70.8247692 L141.111808,63.4594231 L141.478192,63.2478846 L146.104115,71.2474231 L136.862846,71.2516538 L127.623269,71.2592692 M131.619231,64.3284231 L132.933308,62.0480385 L133.177846,62.4706923 L132.606269,63.4636538 L132.107462,64.328 L131.619231,64.3284231 M141.111808,63.4594231 L136.852269,56.0928077 L134.397577,60.3540385 L134.153038,59.9309615 L136.851423,55.2466538 L141.478192,63.2478846 L141.111808,63.4594231","id","Fill-83"],["d","M130.399077,66.4442308 L131.619231,64.3284231 L132.107462,64.328 L130.887731,66.4442308 L130.399077,66.4442308 M133.177846,62.4706923 L132.933308,62.0480385 L134.153038,59.9309615 L134.397577,60.3540385 L133.177846,62.4706923","id","Fill-84"],["d","M112.934462,165.183192 L115.710269,160.368154 L116.198923,160.368154 L113.666808,164.759692 L122.173615,164.7525 L130.682115,164.748692 L126.423,157.383346 L126.606192,157.277577 L126.789385,157.171808 L131.415308,165.171346 L122.174038,165.175577 L112.934462,165.183192 M116.930423,158.252346 L118.2445,155.971538 L118.489038,156.394615 L117.917038,157.387577 L117.418654,158.251923 L116.930423,158.252346 M126.423,157.383346 L122.163462,150.016731 L119.708769,154.277962 L119.464231,153.854885 L122.162615,149.170577 L126.789385,157.171808 L126.606192,157.277577 L126.423,157.383346","id","Fill-85"],["d","M115.710269,160.368154 L116.930423,158.252346 L117.418654,158.251923 L116.198923,160.368154 L115.710269,160.368154 M118.489038,156.394615 L118.2445,155.971538 L119.464231,153.854885 L119.708769,154.277962 L118.489038,156.394615","id","Fill-86"],["d","M163.850077,194.026038 L166.625885,189.211 L167.114538,189.210577 L164.582846,193.602538 L173.089231,193.595346 L181.597308,193.591115 L177.338615,186.226192 L177.705,186.014654 L182.3305,194.014192 L173.089654,194.018423 L163.850077,194.026038 M167.846038,187.095192 L169.160115,184.814385 L169.404654,185.237462 L168.334269,187.094769 L167.846038,187.095192 M177.338615,186.226192 L173.079077,178.859577 L170.624385,183.120808 L170.379423,182.697731 L173.078231,178.013423 L177.705,186.014654 L177.338615,186.226192","id","Fill-87"],["d","M166.625885,189.211 L167.846038,187.095192 L168.334269,187.094769 L167.114538,189.210577 L166.625885,189.211 M169.404654,185.237462 L169.160115,184.814385 L170.379423,182.697731 L170.624385,183.120808 L169.404654,185.237462","id","Fill-88"],["d","M204.624962,136.113577 L198.087577,129.582115 L196.504846,128.001923 L196.630923,127.529769 L198.386269,129.282577 L204.405385,135.296192 L208.799038,118.855423 L200.584577,121.064731 L198.186154,121.709077 L198.312231,121.237346 L200.475,120.656462 L209.396846,118.256346 L204.624962,136.113577 M194.776154,126.276192 L191.548923,123.053615 L195.953154,121.870692 L195.827077,122.342846 L192.366308,123.271923 L194.902231,125.804038 L194.776154,126.276192","id","Fill-89"],["d","M196.504846,128.001923 L194.776154,126.276192 L194.902231,125.804038 L196.630923,127.529769 L196.504846,128.001923 M195.827077,122.342846 L195.953154,121.870692 L198.312231,121.237346 L198.186154,121.709077 L195.827077,122.342846","id","Fill-90"],["d","M58.6947308,36.5669615 L50.5746154,28.4553077 L50.7006923,27.9835769 L52.4560385,29.7359615 L58.4751538,35.7495769 L62.8683846,19.3088077 L54.6539231,21.5185385 L52.2559231,22.1624615 L52.382,21.6907308 L54.5443462,21.1098462 L63.4661923,18.7101538 L58.6947308,36.5669615 M48.8459231,26.73 L45.6182692,23.5074231 L50.0229231,22.3245 L49.8968462,22.7962308 L46.4356538,23.7261538 L48.972,26.2578462 L48.8459231,26.73","id","Fill-91"],["d","M50.5746154,28.4553077 L48.8459231,26.73 L48.972,26.2578462 L50.7006923,27.9835769 L50.5746154,28.4553077 M49.8968462,22.7962308 L50.0229231,22.3245 L52.382,21.6907308 L52.2559231,22.1624615 L49.8968462,22.7962308","id","Fill-92"],["d","M52.6180769,221.837 L46.0802692,215.305538 L44.4975385,213.725769 L44.6240385,213.253615 L46.3793846,215.006 L52.3985,221.019615 L54.5942692,212.8005 L54.7986154,212.855077 L54.5942692,212.8005 L56.7913077,204.579269 L48.5772692,206.788577 L46.1792692,207.432923 L46.3053462,206.960769 L48.4672692,206.379885 L57.3895385,203.980192 L52.6180769,221.837 M42.7692692,212.000038 L39.5411923,208.777885 L43.9462692,207.594538 L43.8201923,208.066692 L40.359,208.996192 L42.8953462,211.528308 L42.7692692,212.000038","id","Fill-93"],["d","M44.4975385,213.725769 L42.7692692,212.000038 L42.8953462,211.528308 L44.6240385,213.253615 L44.4975385,213.725769 M43.8201923,208.066692 L43.9462692,207.594538 L46.3053462,206.960769 L46.1792692,207.432923 L43.8201923,208.066692","id","Fill-94"],["d","M207.903385,41.9726154 L207.898308,31.7185 L208.320962,31.4739615 L208.322231,32.7309231 L208.326038,41.2394231 L215.690962,36.9798846 L223.058,32.7207692 L215.687154,28.4743462 L214.564731,27.8270385 C214.667538,27.7276154 214.748346,27.6078846 214.803346,27.4767308 L215.898269,28.1079615 L223.904154,32.7199231 L207.903385,41.9726154 M207.896192,29.2760769 L207.892385,24.8697308 L208.315885,25.1134231 L208.318846,29.0315385 L207.896192,29.2760769","id","Fill-95"],["d","M207.898308,31.7185 L207.896192,29.2760769 L208.318846,29.0315385 L208.320962,31.4739615 L207.898308,31.7185 M214.564731,27.8270385 L208.315038,24.2245385 L208.315885,25.1134231 L207.892385,24.8697308 L207.891115,23.4917692 L214.803346,27.4767308 C214.748346,27.6078846 214.667538,27.7276154 214.564731,27.8270385","id","Fill-96"],["d","M46.7089615,130.629231 L46.7034615,120.374269 L47.1265385,120.130154 L47.1316154,129.896038 L61.8627308,121.376538 L54.4923077,117.130538 L53.3698846,116.483231 C53.4726923,116.383385 53.5535,116.264077 53.6085,116.1325 L54.7034231,116.763731 L62.7093077,121.375692 L54.7080769,126.002885 L54.7080769,126.002462 L46.7089615,130.629231 M46.7013462,117.932269 L46.6975385,113.5255 L47.1206154,113.769615 L47.1244231,117.687731 L46.7013462,117.932269","id","Fill-97"],["d","M46.7034615,120.374269 L46.7013462,117.932269 L47.1244231,117.687731 L47.1265385,120.130154 L46.7034615,120.374269 M53.3698846,116.483231 L47.1201923,112.880308 L47.1206154,113.769615 L46.6975385,113.5255 L46.6962692,112.147962 L53.6085,116.1325 C53.5535,116.264077 53.4726923,116.383385 53.3698846,116.483231","id","Fill-98"],["d","M149.559808,118.2335 C146.269538,118.2335 143.513615,115.9455 142.796923,112.873538 C142.930615,112.820231 143.062192,112.763115 143.192077,112.702615 C143.464538,113.936308 144.086038,115.038 144.948692,115.900654 C146.1295,117.081038 147.758346,117.810423 149.559808,117.810423 C151.360846,117.810423 152.989692,117.081038 154.1705,115.900654 C155.350885,114.719846 156.080269,113.091 156.080269,111.289538 C156.080269,109.488077 155.350885,107.859231 154.1705,106.678423 C152.989692,105.498038 151.360846,104.768654 149.559808,104.768654 C148.904038,104.768654 148.271115,104.865115 147.674154,105.045346 C147.663577,104.9015 147.648769,104.7585 147.630154,104.617192 C148.242769,104.440346 148.8905,104.345577 149.559808,104.345577 C153.394577,104.345577 156.503346,107.454346 156.503346,111.289538 C156.503346,115.124731 153.394577,118.2335 149.559808,118.2335 M142.648423,110.607115 C142.850654,108.535308 143.963346,106.730462 145.581192,105.597462 C145.581192,105.611 145.581192,105.624115 145.581192,105.637654 C145.581192,105.806885 145.573577,105.974 145.559192,106.139423 C145.344692,106.306538 145.140769,106.486346 144.948692,106.678423 C143.983654,107.643462 143.319846,108.908462 143.109577,110.322385 C142.961077,110.424346 142.807077,110.519538 142.648423,110.607115","id","Fill-99"],["d","M142.796923,112.873538 C142.678462,112.364577 142.615423,111.834462 142.615423,111.289538 C142.615423,111.058962 142.626846,110.831769 142.648423,110.607115 C142.807077,110.519538 142.961077,110.424346 143.109577,110.322385 C143.063038,110.638 143.0385,110.960808 143.0385,111.289538 C143.0385,111.774808 143.091385,112.247808 143.192077,112.702615 C143.062192,112.763115 142.930615,112.820231 142.796923,112.873538 M145.559192,106.139423 C145.573577,105.974 145.581192,105.806885 145.581192,105.637654 C145.581192,105.624115 145.581192,105.611 145.581192,105.597462 C146.198038,105.1655 146.8885,104.831269 147.630154,104.617192 C147.648769,104.7585 147.663577,104.9015 147.674154,105.045346 C146.898231,105.279308 146.183654,105.653731 145.559192,106.139423","id","Fill-100"],["d","M115.542308,43.1022308 C112.252462,43.1022308 109.496538,40.8142308 108.779846,37.7422692 C108.913115,37.6889615 109.045115,37.6318462 109.174577,37.5713462 C109.447038,38.8050385 110.068962,39.9067308 110.931192,40.7693846 C112.112,41.9497692 113.741269,42.6791538 115.542308,42.6791538 C117.343769,42.6791538 118.972615,41.9497692 120.153423,40.7693846 C121.333808,39.5885769 122.063192,37.9597308 122.063192,36.1582692 C122.063192,34.3568077 121.333808,32.7279615 120.153423,31.5471538 C118.972615,30.3667692 117.343769,29.6373846 115.542308,29.6373846 C114.886962,29.6373846 114.254038,29.7338462 113.657077,29.9140769 C113.6465,29.7702308 113.631692,29.6272308 113.613077,29.4859231 C114.225692,29.3090769 114.873,29.2143077 115.542308,29.2143077 C119.3775,29.2143077 122.486269,32.3226538 122.486269,36.1582692 C122.486269,39.9934615 119.3775,43.1022308 115.542308,43.1022308 M108.631346,35.4758462 C108.833154,33.4036154 109.945846,31.5991923 111.564115,30.4661923 C111.564115,30.4793077 111.564115,30.4928462 111.564115,30.5059615 C111.564115,30.6751923 111.556923,30.8427308 111.542115,31.0077308 C111.327615,31.1748462 111.123692,31.3550769 110.931192,31.5471538 C109.966154,32.5126154 109.302346,33.7771923 109.0925,35.1911154 C108.943577,35.2930769 108.789577,35.3882692 108.631346,35.4758462","id","Fill-101"],["d","M108.779846,37.7422692 C108.660962,37.2337308 108.597923,36.7031923 108.597923,36.1582692 C108.597923,35.9281154 108.609346,35.7005 108.631346,35.4758462 C108.789577,35.3882692 108.943577,35.2930769 109.0925,35.1911154 C109.045538,35.5067308 109.021,35.8295385 109.021,36.1582692 C109.021,36.6435385 109.074308,37.1165385 109.174577,37.5713462 C109.045115,37.6318462 108.913115,37.6889615 108.779846,37.7422692 M111.542115,31.0077308 C111.556923,30.8427308 111.564115,30.6751923 111.564115,30.5059615 C111.564115,30.4928462 111.564115,30.4793077 111.564115,30.4661923 C112.180962,30.0342308 112.871846,29.7 113.613077,29.4859231 C113.631692,29.6272308 113.6465,29.7702308 113.657077,29.9140769 C112.881577,30.1476154 112.166577,30.5220385 111.542115,31.0077308","id","Fill-102"],["d","M119.839077,241.801154 C116.549231,241.801154 113.793308,239.513154 113.076192,236.441192 C113.209885,236.387885 113.341462,236.330769 113.471346,236.270269 C113.743808,237.503962 114.365308,238.605654 115.227962,239.467885 C116.408769,240.648692 118.037615,241.378077 119.839077,241.378077 C121.640538,241.378077 123.269385,240.648692 124.450192,239.467885 C125.630577,238.2875 126.359962,236.658231 126.359962,234.856769 C126.359962,233.055308 125.630577,231.426462 124.450192,230.246077 C123.269385,229.065692 121.640538,228.336308 119.839077,228.336308 C119.183308,228.336308 118.550385,228.433192 117.953846,228.613 C117.942846,228.469154 117.928038,228.326154 117.909846,228.184846 C118.522038,228.008 119.169346,227.913231 119.839077,227.913231 C123.674269,227.913231 126.783038,231.021577 126.783038,234.856769 C126.783038,238.692385 123.674269,241.801154 119.839077,241.801154 M112.927692,234.175192 C113.1295,232.102962 114.242192,230.297692 115.860462,229.165115 C115.860462,229.178231 115.860462,229.191346 115.860462,229.204885 C115.860462,229.374115 115.853269,229.541654 115.838885,229.707077 C115.623962,229.873769 115.420038,230.054 115.227962,230.246077 C114.2625,231.211115 113.598692,232.476115 113.388846,233.890038 C113.239923,233.992 113.085923,234.087192 112.927692,234.175192","id","Fill-103"],["d","M113.076192,236.441192 C112.957308,235.932231 112.894692,235.402115 112.894692,234.856769 C112.894692,234.626615 112.905692,234.399423 112.927692,234.175192 C113.085923,234.087192 113.239923,233.992 113.388846,233.890038 C113.341885,234.205654 113.317769,234.528462 113.317769,234.856769 C113.317769,235.342462 113.370654,235.815462 113.471346,236.270269 C113.341462,236.330769 113.209885,236.387885 113.076192,236.441192 M115.838885,229.707077 C115.853269,229.541654 115.860462,229.374115 115.860462,229.204885 C115.860462,229.191346 115.860462,229.178231 115.860462,229.165115 C116.477308,228.733154 117.168192,228.398923 117.909846,228.184846 C117.928038,228.326154 117.942846,228.469154 117.953846,228.613 C117.177923,228.846538 116.462923,229.221385 115.838885,229.707077","id","Fill-104"],["d","M158.255308,224.794731 L157.832231,224.794731 C157.832231,222.993269 157.102423,221.364423 155.922038,220.184038 C154.741231,219.003654 153.112385,218.274269 151.310923,218.274269 C150.655154,218.274269 150.022654,218.370731 149.426115,218.550538 C149.415115,218.406692 149.400731,218.264538 149.382115,218.122385 C149.994308,217.945962 150.641615,217.851192 151.310923,217.851192 C155.146115,217.851192 158.255308,220.959538 158.255308,224.794731 M144.789615,224.794731 L144.366538,224.794731 C144.366538,222.439462 145.539308,220.358346 147.332731,219.102654 C147.332731,219.116192 147.332731,219.129308 147.332731,219.142846 C147.332731,219.291769 147.363615,219.4335 147.419462,219.562115 C147.164769,219.751654 146.924038,219.959808 146.699808,220.184038 C145.519423,221.364423 144.789615,222.993269 144.789615,224.794731","id","Fill-105"],["d","M147.419462,219.562115 C147.363615,219.4335 147.332731,219.291769 147.332731,219.142846 C147.332731,219.129308 147.332731,219.116192 147.332731,219.102654 C147.95,218.670692 148.640462,218.336462 149.382115,218.122385 C149.400731,218.264538 149.415115,218.406692 149.426115,218.550538 C148.694615,218.770962 148.017692,219.116615 147.419462,219.562115","id","Fill-106"],["d","M104.519462,121.387538 L104.096385,121.387538 C104.095962,119.586077 103.366577,117.957231 102.186192,116.776846 C101.005385,115.596462 99.3765385,114.867077 97.5755,114.867077 C96.9197308,114.867077 96.2868077,114.963538 95.6902692,115.143769 C95.6792692,114.999923 95.6644615,114.856923 95.6462692,114.715615 C96.2584615,114.538769 96.9057692,114.444 97.5755,114.444 C101.410269,114.444 104.519038,117.552346 104.519462,121.387538 M91.0541923,121.387538 L90.6311154,121.387538 C90.6311154,119.032269 91.8034615,116.951154 93.5968846,115.695885 C93.5968846,115.709 93.5968846,115.722538 93.5968846,115.736077 C93.5968846,115.885 93.6277692,116.026731 93.6831923,116.155346 C93.4289231,116.344885 93.1886154,116.552615 92.9643846,116.776846 C91.7835769,117.957231 91.0541923,119.586077 91.0541923,121.387538","id","Fill-107"],["d","M93.6831923,116.155346 C93.6277692,116.026731 93.5968846,115.885 93.5968846,115.736077 C93.5968846,115.722538 93.5968846,115.709 93.5968846,115.695885 C94.2137308,115.263923 94.9046154,114.929269 95.6462692,114.715615 C95.6644615,114.856923 95.6792692,114.999923 95.6902692,115.143769 C94.9587692,115.364192 94.2818462,115.709423 93.6831923,116.155346","id","Fill-108"],["d","M33.6274231,66.7251538 L33.2043462,66.7251538 C33.2043462,64.9232692 32.4779231,63.2944231 31.3030385,62.1136154 C30.1277308,60.9336538 28.5065,60.2042692 26.7139231,60.2042692 C26.0475769,60.2042692 25.4045,60.3049615 24.7995,60.4923846 C24.7889231,60.3485385 24.7741154,60.2055385 24.7559231,60.0638077 C25.377,59.8797692 26.0340385,59.7811923 26.7139231,59.7811923 C30.5326154,59.7811923 33.6274231,62.8903846 33.6274231,66.7251538 M20.2235,66.7251538 L19.8004231,66.7251538 C19.8004231,64.3910385 20.9469615,62.326 22.7052692,61.0669231 C22.7052692,61.0690385 22.7052692,61.0711538 22.7052692,61.0732692 C22.7052692,61.2327692 22.7403846,61.3842308 22.8038462,61.5200385 C22.5639615,61.7019615 22.3371923,61.9003846 22.1248077,62.1136154 C20.9499231,63.2944231 20.2235,64.9232692 20.2235,66.7251538","id","Fill-109"],["d","M22.8038462,61.5200385 C22.7403846,61.3842308 22.7052692,61.2327692 22.7052692,61.0732692 C22.7052692,61.0711538 22.7052692,61.0690385 22.7052692,61.0669231 C23.3212692,60.6260769 24.0125769,60.2838077 24.7559231,60.0638077 C24.7741154,60.2055385 24.7889231,60.3485385 24.7995,60.4923846 C24.0713846,60.7178846 23.3978462,61.0686154 22.8038462,61.5200385","id","Fill-110"],["d","M189.715731,77.9612308 C185.881385,77.9612308 182.771769,74.8664231 182.771346,71.0477308 C182.771769,67.2290385 185.881385,64.1342308 189.715731,64.1342308 L189.715731,64.5573077 C187.913846,64.5573077 186.285,65.2837308 185.104192,66.4586154 C183.923808,67.6339231 183.194423,69.2551538 183.194423,71.0477308 C183.194423,72.8403077 183.923808,74.4611154 185.104192,75.6368462 C186.285,76.8117308 187.914269,77.5381538 189.715731,77.5381538 L189.715731,77.9612308","id","Fill-111"],["d","M27.6019615,235.037846 C23.7671923,235.037846 20.6584231,231.942615 20.658,228.123923 C20.6584231,224.305231 23.7671923,221.210846 27.6019615,221.210846 L27.6019615,221.633923 C25.8000769,221.633923 24.1712308,222.360346 22.9904231,223.535231 C21.8104615,224.710538 21.0810769,226.331346 21.0810769,228.123923 C21.0810769,229.9165 21.8104615,231.537731 22.9904231,232.713038 C24.1712308,233.888346 25.8000769,234.614769 27.6019615,234.614769 L27.6019615,235.037846","id","Fill-112"],["d","M99.8465769,20.9211538 C96.0118077,20.9211538 92.9026154,17.8259231 92.9026154,14.0072308 C92.9026154,10.1885385 96.0118077,7.09415385 99.8465769,7.09415385 L99.8465769,7.51723077 C98.0446923,7.51723077 96.4158462,8.24365385 95.2350385,9.41853846 C94.0546538,10.5938462 93.3256923,12.2150769 93.3256923,14.0072308 C93.3256923,15.7998077 94.0546538,17.4210385 95.2350385,18.5967692 C96.4158462,19.7716538 98.0446923,20.4980769 99.8465769,20.4980769 L99.8465769,20.9211538","id","Fill-113"],["d","M24.2359615,170.959038 C20.9461154,170.959038 18.1901923,168.670615 17.4730769,165.599077 C17.6067692,165.545769 17.7383462,165.488654 17.8682308,165.428154 C18.1406923,166.661423 18.7626154,167.763538 19.6248462,168.625769 C20.8056538,169.806577 22.4349231,170.535962 24.2359615,170.535962 C26.037,170.535962 27.6662692,169.806577 28.8470769,168.625769 C30.0274615,167.444962 30.7568462,165.816115 30.7568462,164.014654 C30.7568462,162.213192 30.0274615,160.584346 28.8470769,159.403962 C27.6662692,158.223577 26.037,157.494192 24.2359615,157.494192 C23.5801923,157.494192 22.9476923,157.590654 22.3507308,157.770462 C22.3401538,157.627038 22.3253462,157.484038 22.3067308,157.342731 C22.9193462,157.165885 23.5666538,157.071115 24.2359615,157.071115 C28.0707308,157.071115 31.1799231,160.179462 31.1799231,164.014654 C31.1799231,167.849846 28.0711538,170.959038 24.2359615,170.959038 M17.3245769,163.332654 C17.5268077,161.260423 18.6395,159.455577 20.2573462,158.323 C20.2577692,158.336115 20.2577692,158.349231 20.2577692,158.362769 C20.2577692,158.532 20.2501538,158.699115 20.2357692,158.864538 C20.0208462,159.031654 19.8169231,159.211885 19.6248462,159.403962 C18.6593846,160.369 17.996,161.634 17.7857308,163.047923 C17.6368077,163.149885 17.4832308,163.245077 17.3245769,163.332654","id","Fill-114"],["d","M17.4730769,165.599077 C17.3541923,165.090115 17.2915769,164.56 17.2915769,164.014654 C17.2915769,163.7845 17.3025769,163.557308 17.3245769,163.332654 C17.4832308,163.245077 17.6368077,163.149885 17.7857308,163.047923 C17.7387692,163.363538 17.7146538,163.685923 17.7146538,164.014654 C17.7146538,164.500346 17.7675385,164.973346 17.8682308,165.428154 C17.7383462,165.488654 17.6067692,165.545769 17.4730769,165.599077 M20.2357692,158.864538 C20.2501538,158.699115 20.2577692,158.532 20.2577692,158.362769 C20.2577692,158.349231 20.2577692,158.336115 20.2573462,158.323 C20.8746154,157.891038 21.5650769,157.556385 22.3067308,157.342731 C22.3253462,157.484038 22.3401538,157.627038 22.3507308,157.770462 C21.5748077,158.004423 20.8602308,158.378846 20.2357692,158.864538","id","Fill-115"],["d","M231.849115,178.648038 C228.558846,178.648038 225.802923,176.360038 225.086231,173.288077 C225.219923,173.234346 225.3515,173.177654 225.481385,173.117154 C225.753846,174.350423 226.375769,175.452115 227.238,176.314769 C228.418808,177.495154 230.047654,178.224538 231.849115,178.224962 C233.650154,178.224538 235.279,177.495154 236.459808,176.314769 C237.640192,175.133962 238.369577,173.505115 238.369577,171.703654 C238.369577,169.902192 237.640192,168.273346 236.459808,167.092538 C235.279,165.912577 233.650154,165.183192 231.849115,165.183192 C231.193346,165.183192 230.560423,165.279654 229.963462,165.459462 C229.952885,165.316038 229.938077,165.173038 229.919462,165.031731 C230.532077,164.854885 231.179808,164.760115 231.849115,164.760115 C235.683462,164.760115 238.792654,167.868038 238.792654,171.703654 C238.792654,175.538846 235.683885,178.647615 231.849115,178.648038 M224.937731,171.021654 C225.139962,168.949423 226.252231,167.144577 227.870077,166.012 C227.8705,166.025115 227.8705,166.038231 227.8705,166.051346 C227.8705,166.221 227.862885,166.388538 227.8485,166.553962 C227.634,166.720654 227.430077,166.900885 227.238,167.092538 C226.272962,168.058 225.609154,169.323 225.398885,170.7365 C225.249962,170.838885 225.096385,170.933654 224.937731,171.021654","id","Fill-116"],["d","M225.086231,173.288077 C224.967769,172.779115 224.904731,172.248577 224.904731,171.703654 C224.904731,171.4735 224.916154,171.245885 224.937731,171.021654 C225.096385,170.933654 225.249962,170.838885 225.398885,170.7365 C225.351923,171.052115 225.327808,171.374923 225.327808,171.703654 C225.327808,172.188923 225.380692,172.661923 225.481385,173.117154 C225.3515,173.177654 225.219923,173.234346 225.086231,173.288077 M227.8485,166.553962 C227.862885,166.388538 227.8705,166.221 227.8705,166.051346 C227.8705,166.038231 227.8705,166.025115 227.870077,166.012 C228.487346,165.579615 229.177808,165.245808 229.919462,165.031731 C229.938077,165.173038 229.952885,165.316038 229.963462,165.459462 C229.187538,165.693423 228.472962,166.068269 227.8485,166.553962","id","Fill-117"],["d","M233.562154,77.9553077 L219.747,77.9553077 L219.747,73.1491538 L220.170077,73.1491538 L220.170077,77.5322308 L233.139077,77.5322308 L233.139077,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L233.562154,64.1401538 L233.562154,77.9553077 M220.170077,71.0337692 L219.747,71.0337692 L219.747,64.1401538 L222.64,64.1401538 L222.64,64.5632308 L220.170077,64.5632308 L220.170077,71.0337692","id","Fill-118"],["d","M219.747,73.1491538 L220.170077,73.1491538 L220.170077,71.0337692 L219.747,71.0337692 L219.747,73.1491538 Z M222.64,64.5632308 L224.755385,64.5632308 L224.755385,64.1401538 L222.64,64.1401538 L222.64,64.5632308 Z","id","Fill-119"],["d","M82.1463077,84.6513462 L68.3315769,84.6513462 L68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,84.2282692 L81.7232308,84.2282692 L81.7232308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L82.1463077,70.8361923 L82.1463077,84.6513462 M68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 L68.7546538,71.2592692 L68.7546538,77.7302308","id","Fill-120"],["d","M68.3315769,79.8456154 L68.7546538,79.8456154 L68.7546538,77.7302308 L68.3315769,77.7302308 L68.3315769,79.8456154 Z M71.2237308,71.2592692 L73.3391154,71.2592692 L73.3391154,70.8361923 L71.2237308,70.8361923 L71.2237308,71.2592692 Z","id","Fill-121"],["d","M81.4740385,170.149269 L67.6593077,170.149269 L67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,169.726192 L81.0509615,169.726192 L81.0509615,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L81.4740385,156.334115 L81.4740385,170.149269 M68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 L68.0823846,156.757192 L68.0823846,163.228154","id","Fill-122"],["d","M67.6593077,165.343538 L68.0823846,165.343538 L68.0823846,163.228154 L67.6593077,163.228154 L67.6593077,165.343538 Z M70.5518846,156.757192 L72.6672692,156.757192 L72.6672692,156.334115 L70.5518846,156.334115 L70.5518846,156.757192 Z","id","Fill-123"],["d","M233.561308,235.031923 L219.747,235.031923 L219.747,230.226192 L220.170077,230.226192 L220.170077,234.608846 L233.138231,234.608846 L233.138231,221.639846 L224.754538,221.639846 L224.754538,221.216769 L233.561308,221.216769 L233.561308,235.031923 M220.170077,228.110808 L219.747,228.110808 L219.747,221.216769 L222.639154,221.216769 L222.639154,221.639846 L220.170077,221.639846 L220.170077,228.110808","id","Fill-124"],["d","M219.747,230.226192 L220.170077,230.226192 L220.170077,228.110808 L219.747,228.110808 L219.747,230.226192 Z M222.639154,221.639846 L224.754538,221.639846 L224.754538,221.216769 L222.639154,221.216769 L222.639154,221.639846 Z","id","Fill-125"],["d","M178.0075,20.9156538 L164.193192,20.9156538 L164.193192,16.1095 L164.616269,16.1095 L164.616269,20.4925769 L177.584423,20.4925769 L177.584423,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L178.0075,7.10007692 L178.0075,20.9156538 M164.616269,13.9941154 L164.193192,13.9941154 L164.193192,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 L164.616269,7.52315385 L164.616269,13.9941154","id","Fill-126"],["d","M164.193192,16.1095 L164.616269,16.1095 L164.616269,13.9941154 L164.193192,13.9941154 L164.193192,16.1095 Z M167.085346,7.52315385 L169.200731,7.52315385 L169.200731,7.10007692 L167.085346,7.10007692 L167.085346,7.52315385 Z","id","Fill-127"],["d","M145.154308,143.693 C144.562,143.693 144.078846,143.487385 143.693,143.165846 C143.304192,142.843462 143.005923,142.412769 142.732192,141.948231 C142.187692,141.018308 141.730346,139.944962 140.990808,139.262115 C140.4975,138.806885 139.894192,138.510731 139.011231,138.508615 L139.011231,138.085538 C139.0125,138.085538 139.014192,138.085538 139.015885,138.085538 C139.749923,138.085538 140.346038,138.281 140.829615,138.598308 C141.314462,138.916462 141.685923,139.350115 142.001538,139.819308 C142.628538,140.758115 143.052462,141.848385 143.651538,142.5325 C144.052615,142.989 144.496423,143.266538 145.1615,143.269923 L145.1615,143.693 C145.158962,143.693 145.156846,143.693 145.154308,143.693","id","Fill-128"],["d","M157.454423,143.693 C156.861692,143.693 156.378538,143.487385 155.992692,143.165846 C155.604308,142.843462 155.305615,142.412769 155.031885,141.948231 C154.487808,141.018308 154.030462,139.944962 153.290923,139.262115 C152.797615,138.806885 152.194731,138.510731 151.311769,138.508615 L151.311769,138.085538 C151.313462,138.085538 151.314731,138.085538 151.316423,138.085538 C152.050038,138.085538 152.646154,138.281 153.129731,138.598308 C153.615,138.916462 153.986038,139.350115 154.301231,139.819308 C154.928654,140.758115 155.352154,141.848385 155.951231,142.5325 C156.352731,142.989 156.796115,143.266538 157.461192,143.269923 L157.461192,143.693 C157.459077,143.693 157.456538,143.693 157.454423,143.693","id","Fill-129"],["d","M145.172077,143.693 C145.168269,143.693 145.164885,143.693 145.1615,143.693 L145.1615,143.269923 C145.662,143.268231 146.031769,143.109577 146.360077,142.840077 C146.686692,142.570154 146.963385,142.1805 147.226115,141.733731 C147.754538,140.841038 148.214423,139.727077 149.044077,138.952 C149.5945,138.437115 150.324308,138.085538 151.301615,138.085538 C151.305,138.085538 151.308385,138.085538 151.311769,138.085538 L151.311769,138.508615 C150.648808,138.509462 150.144923,138.678269 149.725231,138.952423 C149.305962,139.227 148.969615,139.613269 148.672615,140.055385 C148.075654,140.939192 147.658077,142.036231 146.990885,142.810038 C146.549615,143.323654 145.963654,143.693 145.172077,143.693","id","Fill-130"],["d","M157.471769,143.693 C157.468385,143.693 157.464577,143.693 157.461192,143.693 L157.461192,143.269923 C157.961692,143.268231 158.331462,143.109577 158.659346,142.840077 C158.985962,142.570154 159.263077,142.1805 159.525385,141.733731 C160.054231,140.841038 160.513692,139.727077 161.343346,138.952 C161.893769,138.437115 162.623577,138.085538 163.600462,138.085538 C163.603846,138.085538 163.607231,138.085538 163.610615,138.085538 L163.610615,138.508615 C162.947654,138.509462 162.444192,138.678269 162.0245,138.952423 C161.605231,139.226577 161.268885,139.613269 160.971885,140.055385 C160.375346,140.939192 159.957769,142.036231 159.290154,142.810038 C158.849308,143.323654 158.262923,143.693 157.471769,143.693","id","Fill-131"],["d","M180.193115,240.253538 C179.600385,240.253538 179.117231,240.047923 178.731385,239.726385 C178.343,239.404 178.044308,238.973308 177.770577,238.508769 C177.2265,237.578423 176.769154,236.505077 176.029615,235.821808 C175.535885,235.366577 174.933,235.070846 174.049615,235.068308 L174.049615,234.645231 C174.050885,234.645231 174.052577,234.645231 174.054269,234.645231 C174.788308,234.645231 175.384423,234.840692 175.868,235.158423 C176.353269,235.476577 176.724731,235.910231 177.039923,236.379423 C177.667346,237.318654 178.090846,238.4085 178.689923,239.093038 C179.091423,239.549538 179.535231,239.827077 180.199885,239.830462 L180.199885,240.253538 C180.197769,240.253538 180.195231,240.253538 180.193115,240.253538","id","Fill-132"],["d","M192.492808,240.253538 C191.9005,240.253538 191.416923,240.047923 191.0315,239.726385 C190.642692,239.404 190.344423,238.973308 190.070269,238.508769 C189.526192,237.578846 189.068846,236.505923 188.329731,235.822654 C187.836,235.367423 187.233115,235.071692 186.350154,235.069154 L186.350154,234.646077 C186.351846,234.646077 186.353538,234.646077 186.355231,234.646077 C187.088846,234.646077 187.684962,234.841538 188.168115,235.159269 C188.653385,235.477 189.024846,235.911077 189.340038,236.380269 C189.967038,237.319077 190.390962,238.408923 190.989615,239.093462 C191.391115,239.549538 191.834923,239.827077 192.499577,239.830462 L192.499577,240.253538 C192.497462,240.253538 192.494923,240.253538 192.492808,240.253538","id","Fill-133"],["d","M180.210462,240.253538 C180.207077,240.253538 180.203269,240.253538 180.199885,240.253538 L180.199885,239.830462 C180.700808,239.828769 181.070577,239.670115 181.398462,239.400615 C181.725077,239.130692 182.002192,238.741462 182.2645,238.294269 C182.793346,237.401577 183.252808,236.287615 184.082462,235.512962 C184.633308,234.997654 185.363115,234.646077 186.34,234.646077 C186.343385,234.646077 186.346769,234.646077 186.350154,234.646077 L186.350154,235.069154 C185.687192,235.07 185.183731,235.239231 184.763615,235.512962 C184.344346,235.787538 184.008,236.173808 183.711,236.615923 C183.114462,237.499731 182.696885,238.596769 182.029269,239.370577 C181.588423,239.884192 181.002038,240.253538 180.210462,240.253538","id","Fill-134"],["d","M192.5,240.253538 L192.499577,240.042 L192.499577,239.830462 C193.000077,239.828769 193.369846,239.669692 193.697731,239.400192 C194.024346,239.130692 194.301462,238.741038 194.563769,238.293846 C195.092192,237.401577 195.552077,236.287615 196.381308,235.512538 C196.932154,234.997654 197.661538,234.646077 198.638,234.646077 C198.641385,234.646077 198.644769,234.646077 198.648154,234.646077 L198.648577,234.646077 L198.682846,234.648615 L198.615577,235.066615 L198.648577,234.860577 L198.648577,235.069154 L198.648154,235.069154 C197.985615,235.07 197.482154,235.239231 197.062462,235.512962 C196.643192,235.787115 196.307269,236.173385 196.010269,236.615923 C195.413308,237.499308 194.996154,238.596346 194.328538,239.370154 C193.887692,239.883769 193.301308,240.253538 192.510154,240.253538 C192.506769,240.253538 192.502962,240.253538 192.5,240.253538","id","Fill-135"],["d","M196.964731,101.043462 C196.372423,101.043462 195.889269,100.837846 195.503423,100.516308 C195.114615,100.193923 194.816346,99.7632308 194.542615,99.2986923 C193.998115,98.3687692 193.541192,97.2954231 192.801654,96.6121538 C192.308346,96.1569231 191.705462,95.8611923 190.822077,95.8586538 L190.822077,95.4355769 C190.823769,95.4355769 190.825462,95.4355769 190.827154,95.4355769 C191.560769,95.4355769 192.156885,95.6310385 192.640462,95.9487692 C193.125308,96.2665 193.496769,96.7005769 193.811962,97.1697692 C194.438962,98.1085769 194.862885,99.1988462 195.461962,99.8829615 C195.863038,100.339462 196.306846,100.617 196.971923,100.620385 L196.971923,101.043462 C196.969385,101.043462 196.967269,101.043462 196.964731,101.043462","id","Fill-136"],["d","M209.264423,101.043462 C208.672115,101.043462 208.188962,100.837846 207.803115,100.516308 C207.414731,100.193923 207.116038,99.7632308 206.842308,99.2991154 C206.297808,98.3687692 205.840885,97.2958462 205.101346,96.6125769 C204.608038,96.1573462 204.005154,95.8616154 203.122192,95.8590769 L203.122192,95.436 C203.123885,95.436 203.125154,95.436 203.126846,95.436 C203.860885,95.436 204.456577,95.6314615 204.940154,95.9491923 C205.425,96.2669231 205.796462,96.701 206.111654,97.1701923 C206.739077,98.109 207.162577,99.1988462 207.761654,99.8833846 C208.163154,100.339462 208.606538,100.617 209.271615,100.620385 L209.271615,101.043462 C209.269077,101.043462 209.266962,101.043462 209.264423,101.043462","id","Fill-137"],["d","M196.9825,101.043462 C196.978692,101.043462 196.975308,101.043462 196.971923,101.043462 L196.971923,100.620385 C197.472423,100.618692 197.842192,100.460038 198.1705,100.190538 C198.497115,99.9206154 198.774231,99.5313846 199.036538,99.0841923 C199.565385,98.1915 200.025269,97.0775385 200.8545,96.3028846 C201.405346,95.7875769 202.135154,95.436 203.112038,95.436 C203.115423,95.436 203.118808,95.436 203.122192,95.436 L203.122192,95.8590769 C202.459231,95.8599231 201.955769,96.0291538 201.536077,96.3028846 C201.116385,96.5774615 200.780038,96.9637308 200.483462,97.4058462 C199.8865,98.2896538 199.468923,99.3866923 198.801308,100.1605 C198.360038,100.674115 197.774077,101.043462 196.9825,101.043462","id","Fill-138"],["d","M209.281769,101.043462 C209.278385,101.043462 209.275,101.043462 209.271615,101.043462 L209.271615,100.620385 C209.772115,100.618692 210.141885,100.460038 210.470192,100.190538 C210.796808,99.9206154 211.0735,99.5309615 211.336231,99.0841923 C211.864654,98.1915 212.324538,97.0775385 213.154192,96.3024615 C213.705038,95.7875769 214.434846,95.436 215.411731,95.436 C215.415115,95.436 215.4185,95.436 215.421885,95.436 L215.421885,95.8590769 C214.758923,95.8599231 214.255462,96.0291538 213.835346,96.3028846 C213.416077,96.5774615 213.079731,96.9637308 212.782731,97.4058462 C212.185769,98.2896538 211.768192,99.3866923 211.101,100.1605 C210.659731,100.674115 210.073346,101.043462 209.281769,101.043462","id","Fill-139"],["d","M25.9227692,94.7785385 C25.3300385,94.7785385 24.8468846,94.5729231 24.4610385,94.2513846 C24.0726538,93.9285769 23.7739615,93.4978846 23.5002308,93.0337692 C22.9561538,92.1034231 22.4988077,91.0305 21.7592692,90.3472308 C21.2655385,89.892 20.6626538,89.5958462 19.7796923,89.5937308 L19.7796923,89.1706538 C19.7813846,89.1706538 19.7826538,89.1706538 19.7843462,89.1706538 C20.5183846,89.1706538 21.1145,89.3656923 21.5976538,89.6834231 C22.0829231,90.0015769 22.4543846,90.4356538 22.7695769,90.9044231 C23.397,91.8436538 23.8205,92.9335 24.4195769,93.6180385 C24.8206538,94.0741154 25.2644615,94.3520769 25.9295385,94.3554615 L25.9295385,94.7785385 C25.927,94.7785385 25.9248846,94.7785385 25.9227692,94.7785385","id","Fill-140"],["d","M38.2224615,94.7785385 C37.6297308,94.7785385 37.1465769,94.5729231 36.7607308,94.2513846 C36.3723462,93.9285769 36.0736538,93.4983077 35.7999231,93.0337692 C35.2558462,92.1038462 34.7985,91.0305 34.0589615,90.3476538 C33.5656538,89.8924231 32.9627692,89.5962692 32.0798077,89.5941538 L32.0798077,89.1710769 C32.0815,89.1710769 32.0831923,89.1710769 32.0848846,89.1710769 C32.8185,89.1710769 33.4141923,89.3661154 33.8977692,89.6838462 C34.3830385,90.002 34.7545,90.4356538 35.0696923,90.9048462 C35.6966923,91.8436538 36.1201923,92.9335 36.7192692,93.6180385 C37.1207692,94.0741154 37.5645769,94.3520769 38.2292308,94.3554615 L38.2292308,94.7785385 C38.2271154,94.7785385 38.2245769,94.7785385 38.2224615,94.7785385","id","Fill-141"],["d","M25.9401154,94.7785385 C25.9367308,94.7785385 25.9329231,94.7785385 25.9295385,94.7785385 L25.9295385,94.3554615 C26.4304615,94.3537692 26.7998077,94.1946923 27.1281154,93.9256154 C27.4547308,93.6556923 27.7318462,93.2660385 27.9945769,92.8192692 C28.523,91.9265769 28.9824615,90.8126154 29.8121154,90.0375385 C30.3629615,89.5226538 31.0927692,89.1710769 32.0696538,89.1710769 C32.0730385,89.1710769 32.0764231,89.1710769 32.0798077,89.1710769 L32.0798077,89.5941538 C31.4168462,89.595 30.9133846,89.7638077 30.4932692,90.0379615 C30.074,90.3121154 29.7376538,90.6983846 29.4410769,91.1409231 C28.8441154,92.0247308 28.4265385,93.1217692 27.7589231,93.8955769 C27.3180769,94.4087692 26.7316923,94.7785385 25.9401154,94.7785385","id","Fill-142"],["d","M38.2398077,94.7785385 C38.2364231,94.7785385 38.2326154,94.7785385 38.2292308,94.7785385 L38.2292308,94.3554615 C38.7297308,94.3533462 39.0995,94.1946923 39.4278077,93.9251923 C39.7544231,93.6552692 40.0311154,93.2660385 40.2938462,92.8188462 C40.8222692,91.9265769 41.2817308,90.8126154 42.1113846,90.0375385 C42.6622308,89.5222308 43.3916154,89.1710769 44.3685,89.1710769 C44.3718846,89.1710769 44.3752692,89.1710769 44.3786538,89.1710769 L44.3790769,89.1710769 L44.396,89.1715 L44.3790769,89.386 L44.3790769,89.5941538 L44.3786538,89.5941538 C43.7156923,89.595 43.2126538,89.7638077 42.7925385,90.0379615 C42.3732692,90.3121154 42.0369231,90.6983846 41.7403462,91.1405 C41.1433846,92.0243077 40.7258077,93.1213462 40.0586154,93.8951538 C39.6173462,94.4087692 39.0313846,94.7785385 38.2398077,94.7785385","id","Fill-143"],["d","M141.206577,31.3093846 L140.783497,31.3093846 C140.782654,30.5732308 140.978115,29.9758462 141.296692,29.4914231 C141.614423,29.0061538 142.0485,28.6346923 142.517269,28.3195 C143.4565,27.6920769 144.546346,27.2685769 145.230462,26.6695 C145.686962,26.268 145.9645,25.8241923 145.967885,25.1595385 L146.390972,25.1595385 C146.392654,25.7552308 146.186615,26.2405 145.863808,26.6280385 C145.541423,27.0164231 145.110731,27.3151154 144.646192,27.5888462 C143.716269,28.1329231 142.643346,28.5902692 141.960077,29.3298077 C141.504846,29.8231154 141.209115,30.426 141.206577,31.3093846","id","Fill-144"],["d","M141.206577,19.0092692 L140.783497,19.0092692 C140.782654,18.2731154 140.978115,17.6757308 141.296692,17.1913077 C141.614423,16.7060385 142.0485,16.3345769 142.517269,16.0193846 C143.4565,15.3923846 144.546346,14.9684615 145.230462,14.3698077 C145.686962,13.9683077 145.9645,13.5245 145.967885,12.8598462 L146.390972,12.8598462 C146.392654,13.4551154 146.186615,13.9408077 145.863808,14.3279231 C145.541423,14.7167308 145.110731,15.015 144.646192,15.2891538 C143.716269,15.8332308 142.643346,16.2901538 141.960077,17.0296923 C141.504846,17.5234231 141.209115,18.1263077 141.206577,19.0092692","id","Fill-145"],["d","M146.390985,25.1595385 L145.967885,25.1595385 C145.966192,24.6586154 145.807538,24.2888462 145.538038,23.9609615 C145.268115,23.6339231 144.878462,23.3572308 144.431692,23.0945 C143.539,22.5660769 142.425038,22.1061923 141.650385,21.2769615 C141.133385,20.724 140.780962,19.9912308 140.783486,19.0092692 L141.206577,19.0092692 C141.207423,19.6722308 141.376231,20.1756923 141.650385,20.5953846 C141.924962,21.0150769 142.311231,21.351 142.753346,21.648 C143.637154,22.2449615 144.734192,22.6625385 145.508,23.3301538 C146.023731,23.7731154 146.394346,24.3624615 146.390985,25.1595385","id","Fill-146"],["d","M146.390985,12.8598462 L145.967885,12.8598462 C145.966192,12.3589231 145.807538,11.9891538 145.538038,11.6612692 C145.268115,11.3346538 144.878462,11.0575385 144.431692,10.7952308 C143.539,10.2668077 142.425038,9.80692308 141.650385,8.97726923 C141.133385,8.42473077 140.780962,7.69196154 140.783486,6.70957692 L141.206577,6.70957692 C141.207423,7.37253846 141.376231,7.87642308 141.650385,8.29611538 C141.924962,8.71538462 142.311231,9.05173077 142.753346,9.34873077 C143.637154,9.94569231 144.734192,10.3628462 145.508,11.0304615 C146.023731,11.4734231 146.394346,12.0627692 146.390985,12.8598462","id","Fill-147"],["d","M103.4935,95.6471154 L103.07042,95.6471154 C103.069577,94.9113846 103.265038,94.3135769 103.583192,93.8291538 C103.901346,93.3438846 104.335423,92.9724231 104.804192,92.6572308 C105.743,92.0298077 106.833269,91.6063077 107.517385,91.0072308 C107.973885,90.6057308 108.251423,90.1623462 108.254808,89.4972692 L108.677895,89.4972692 C108.679577,90.0929615 108.473538,90.5786538 108.150731,90.9657692 C107.828346,91.3541538 107.397654,91.6528462 106.933115,91.9265769 C106.003192,92.4710769 104.930269,92.928 104.247,93.6675385 C103.791769,94.1608462 103.496038,94.7641538 103.4935,95.6471154","id","Fill-148"],["d","M103.4935,83.347 L103.07042,83.347 C103.069577,82.6108462 103.265038,82.0134615 103.583192,81.5290385 C103.901346,81.0437692 104.335423,80.6723077 104.804192,80.3571154 C105.743,79.7301154 106.833269,79.3066154 107.517385,78.7075385 C107.973885,78.3060385 108.251423,77.8622308 108.254808,77.1975769 L108.677895,77.1975769 C108.679577,77.7932692 108.473538,78.2785385 108.150731,78.6660769 C107.828346,79.0544615 107.397654,79.3531538 106.933115,79.6268846 C106.003192,80.1709615 104.930269,80.6283077 104.247,81.3678462 C103.791769,81.8611538 103.496038,82.4640385 103.4935,83.347","id","Fill-149"],["d","M108.677908,89.4972692 L108.254808,89.4972692 C108.253115,88.9967692 108.094462,88.627 107.824962,88.2986923 C107.555038,87.9720769 107.165385,87.6949615 106.718615,87.4326538 C105.825923,86.9038077 104.711962,86.4439231 103.936885,85.6146923 C103.420308,85.0621538 103.067885,84.3289615 103.070409,83.347 L103.4935,83.347 C103.494346,84.0099615 103.663154,84.5134231 103.937308,84.9335385 C104.211885,85.3528077 104.598154,85.6891538 105.040269,85.9857308 C105.924077,86.5826923 107.021115,87.0002692 107.794923,87.6678846 C108.310654,88.1108462 108.681269,88.7006154 108.677908,89.4972692","id","Fill-150"],["d","M108.677908,77.1975769 L108.254808,77.1975769 C108.253115,76.6970769 108.094462,76.3273077 107.824962,75.999 C107.555038,75.6723846 107.165385,75.3956923 106.718615,75.1329615 C105.825923,74.6045385 104.711962,74.1446538 103.936885,73.3154231 C103.420308,72.7624615 103.067885,72.0296923 103.070409,71.0477308 L103.4935,71.0477308 C103.494346,71.7106923 103.663154,72.2141538 103.937308,72.6338462 C104.211885,73.0531154 104.598154,73.3894615 105.040269,73.6864615 C105.924077,74.2834231 107.021115,74.701 107.794923,75.3681923 C108.310654,75.8111538 108.681269,76.4009231 108.677908,77.1975769","id","Fill-151"],["d","M205.722423,198.425192 L205.299343,198.425192 C205.2985,197.689038 205.493962,197.091231 205.812538,196.606808 C206.130269,196.121538 206.564346,195.750077 207.033538,195.434885 C207.972346,194.807462 209.062192,194.383962 209.746731,193.784885 C210.202808,193.383385 210.480346,192.939577 210.483731,192.274923 L210.906818,192.274923 C210.9085,192.870615 210.702885,193.355885 210.379654,193.743423 C210.057269,194.131808 209.626577,194.4305 209.162462,194.704231 C208.232115,195.248308 207.159192,195.705654 206.475923,196.445192 C206.020692,196.938923 205.724962,197.541808 205.722423,198.425192","id","Fill-152"],["d","M205.722423,186.124654 L205.299343,186.124654 C205.2985,185.3885 205.493962,184.791115 205.812538,184.306692 C206.130269,183.821423 206.564346,183.449962 207.033538,183.134769 C207.972346,182.507769 209.062192,182.083846 209.746731,181.485192 C210.202808,181.083692 210.480346,180.639885 210.483731,179.975231 L210.906818,179.975231 C210.9085,180.5705 210.702885,181.056192 210.379654,181.443308 C210.057269,181.832115 209.626577,182.130385 209.162462,182.404538 C208.232115,182.948615 207.159192,183.405538 206.475923,184.145077 C206.020692,184.638385 205.724962,185.241692 205.722423,186.124654","id","Fill-153"],["d","M210.906831,192.274923 L210.483731,192.274923 C210.482038,191.774 210.323385,191.404231 210.053885,191.076346 C209.783962,190.749308 209.394731,190.472615 208.947538,190.210308 C208.054846,189.681462 206.940885,189.222 206.166231,188.392346 C205.649231,187.839808 205.296808,187.106615 205.299333,186.124654 L205.722423,186.124654 C205.723269,186.787615 205.8925,187.291077 206.166231,187.711192 C206.440808,188.130462 206.827077,188.466808 207.269192,188.763385 C208.153,189.360346 209.250038,189.777923 210.023846,190.445538 C210.539577,190.8885 210.910192,191.477846 210.906831,192.274923","id","Fill-154"],["d","M210.906831,179.975231 L210.483731,179.975231 C210.482038,179.474308 210.323385,179.104962 210.053885,178.776654 C209.783962,178.450038 209.394731,178.173346 208.947538,177.910615 C208.054846,177.382192 206.940885,176.922308 206.166231,176.093077 C205.649231,175.540538 205.296808,174.807346 205.299333,173.825385 L205.722423,173.825385 C205.723269,174.488346 205.8925,174.991808 206.166231,175.411923 C206.440808,175.831192 206.827077,176.167538 207.269192,176.464115 C208.153,177.061077 209.250038,177.478654 210.023846,178.145846 C210.539577,178.588808 210.910192,179.178154 210.906831,179.975231","id","Fill-155"],["d","M78.8818462,208.117038 L78.4587665,208.117038 C78.4579231,207.381308 78.6533846,206.7835 78.9719615,206.299077 C79.2896923,205.813808 79.7237692,205.442346 80.1925385,205.127577 C81.1317692,204.500154 82.2216154,204.076654 82.9057308,203.477577 C83.3622308,203.076077 83.6397692,202.632692 83.6431538,201.967615 L84.0662411,201.967615 C84.0679231,202.563308 83.8618846,203.048577 83.5390769,203.436115 C83.2166923,203.8245 82.786,204.123192 82.3214615,204.396923 C81.3915385,204.941 80.3186154,205.398346 79.6353462,206.137885 C79.1801154,206.631192 78.8843846,207.234077 78.8818462,208.117038","id","Fill-156"],["d","M78.8818462,195.817346 L78.4587665,195.817346 C78.4579231,195.081192 78.6533846,194.483808 78.9719615,193.999385 C79.2896923,193.514115 79.7237692,193.142654 80.1925385,192.827462 C81.1317692,192.200462 82.2216154,191.776962 82.9057308,191.177885 C83.3622308,190.776385 83.6397692,190.332577 83.6431538,189.667923 L84.0662411,189.667923 C84.0679231,190.263192 83.8618846,190.748885 83.5390769,191.136 C83.2166923,191.524808 82.786,191.8235 82.3214615,192.097231 C81.3915385,192.641308 80.3186154,193.098231 79.6353462,193.837769 C79.1801154,194.3315 78.8843846,194.934385 78.8818462,195.817346","id","Fill-157"],["d","M84.0662538,201.967615 L83.6431538,201.967615 C83.6414615,201.466692 83.4828077,201.096923 83.2133077,200.769038 C82.9433846,200.442 82.5541538,200.165308 82.1069615,199.902577 C81.2142692,199.374154 80.1003077,198.914269 79.3256538,198.084615 C78.8086538,197.532077 78.4562308,196.799308 78.4587556,195.817346 L78.8818462,195.817346 C78.8826923,196.480308 79.0519231,196.983769 79.3256538,197.403462 C79.6002308,197.822731 79.9865,198.159077 80.4286154,198.456077 C81.3124231,199.053038 82.4094615,199.470615 83.1832692,200.138231 C83.699,200.581192 84.0696154,201.170538 84.0662538,201.967615","id","Fill-158"],["d","M84.0662538,189.667923 L83.6431538,189.667923 C83.6414615,189.167 83.4828077,188.797231 83.2133077,188.469346 C82.9433846,188.142308 82.5541538,187.865615 82.1069615,187.602885 C81.2142692,187.074462 80.1003077,186.615 79.3256538,185.785346 C78.8086538,185.232808 78.4562308,184.499615 78.4587556,183.517654 L78.8818462,183.517654 C78.8826923,184.180615 79.0519231,184.684077 79.3256538,185.104192 C79.6002308,185.523462 79.9865,185.859808 80.4286154,186.156385 C81.3124231,186.753346 82.4094615,187.170923 83.1832692,187.838538 C83.699,188.2815 84.0696154,188.870846 84.0662538,189.667923","id","Fill-159"],["id","Fill-160","points","159.898962 157.494192 175.074308 157.494192 175.074308 157.071115 159.898962 157.071115"],["id","Fill-161","points","10.7106154 113.642269 25.8859615 113.642269 25.8859615 113.219192 10.7106154 113.219192"],["id","Fill-162","points","161.033231 43.1022308 176.208577 43.1022308 176.208577 42.6791538 161.033231 42.6791538"],["id","Fill-163","points","220.851654 8.85415385 236.027 8.85415385 236.027 8.43107692 220.851654 8.43107692"],["id","Fill-164","points","71.2097692 235.037846 86.3851154 235.037846 86.3851154 234.614769 71.2097692 234.614769"],["id","Fill-165","points","110.326192 205.658115 110.027077 205.359 120.757577 194.628077 121.056692 194.927192 110.326192 205.658115"],["id","Fill-166","points","21.4982308 19.5228846 21.1991154 19.2233462 31.9300385 8.49284615 32.2291538 8.79196154 21.4982308 19.5228846"],["id","Fill-167","points","228.588462 129.527962 228.289346 129.228846 239.019846 118.497923 239.318962 118.797462 228.588462 129.527962"],["d","M139.227423,187.558885 L138.664731,186.663231 C138.397346,186.830769 138.108385,186.908192 137.817731,186.908615 C137.552462,186.908615 137.288462,186.842192 137.055769,186.716115 C136.822654,186.589615 136.620846,186.407269 136.467692,186.164 L136.466846,186.162731 C136.298885,185.894923 136.221885,185.606385 136.221462,185.315731 C136.221038,185.050885 136.287462,184.787308 136.413538,184.554615 C136.540038,184.3215 136.722808,184.119269 136.9665,183.965692 C137.232192,183.799 137.520731,183.722 137.811385,183.721154 C138.076654,183.721154 138.341077,183.788 138.574192,183.913654 C138.807731,184.040154 139.009538,184.222923 139.162269,184.465769 L139.163115,184.467038 C139.330231,184.733154 139.407231,185.021692 139.408077,185.312346 C139.408077,185.577615 139.341654,185.841615 139.215577,186.075154 C139.089077,186.308692 138.906308,186.510923 138.663885,186.664077 L138.664731,186.663231 L139.227423,187.558885 L139.791385,188.454115 C140.348154,188.103385 140.784346,187.622769 141.077115,187.079538 C141.370308,186.535885 141.523038,185.928769 141.523462,185.312346 C141.523885,184.638385 141.337731,183.950038 140.953154,183.339538 L140.953577,183.340808 C140.603692,182.782769 140.122654,182.345308 139.579,182.052538 C139.034923,181.758923 138.427385,181.606192 137.811385,181.605769 C137.137423,181.605346 136.449923,181.791077 135.840269,182.175231 C135.282654,182.525538 134.845615,183.005731 134.552423,183.548962 C134.258808,184.092615 134.106077,184.699731 134.105653,185.315731 C134.105231,185.990538 134.291808,186.678885 134.676808,187.289808 L134.675962,187.288115 C135.025846,187.846154 135.506462,188.284038 136.050115,188.577231 C136.593769,188.870846 137.201308,189.024001 137.817731,189.024001 C138.491692,189.024423 139.179615,188.838692 139.790115,188.454538 L139.791385,188.454115 L139.227423,187.558885","id","Fill-168"],["d","M118.331231,114.613654 L117.768538,113.718 C117.501154,113.885538 117.212192,113.962962 116.921538,113.963385 C116.656269,113.963385 116.392692,113.896962 116.159577,113.770885 C115.926462,113.644385 115.724654,113.462038 115.5715,113.218346 L115.570654,113.2175 C115.403115,112.950115 115.325692,112.661154 115.325269,112.3705 C115.325269,112.106077 115.391692,111.8425 115.517346,111.609385 C115.643846,111.376269 115.826615,111.174462 116.069885,111.020885 C116.336,110.854192 116.624538,110.776769 116.915192,110.776346 C117.180462,110.776346 117.444885,110.842769 117.678,110.968846 C117.911538,111.095346 118.113346,111.278115 118.2665,111.521385 L118.267346,111.522231 C118.434462,111.788346 118.511462,112.076885 118.511885,112.367538 C118.512308,112.632385 118.445462,112.896385 118.319385,113.129923 C118.192885,113.363462 118.010538,113.565692 117.767692,113.718846 L117.768538,113.718 L118.331231,114.613654 L118.894769,115.508885 C119.451962,115.158577 119.888154,114.677962 120.181346,114.134308 C120.474538,113.590654 120.627272,112.983538 120.627272,112.367538 C120.628115,111.693154 120.441962,111.005231 120.057385,110.394731 L120.057808,110.396 C119.7075,109.837962 119.226885,109.4005 118.682808,109.107308 C118.138731,108.813692 117.531615,108.660961 116.915192,108.660961 C116.241231,108.660538 115.553731,108.846269 114.943654,109.230423 C114.386462,109.580308 113.949423,110.0605 113.656654,110.603731 C113.363038,111.147385 113.209884,111.7545 113.209884,112.3705 C113.209462,113.045308 113.395615,113.733654 113.780615,114.344154 L113.779769,114.343308 C114.129654,114.901346 114.610269,115.338808 115.153923,115.632 C115.698,115.925615 116.305115,116.07877 116.921538,116.07877 C117.5955,116.079192 118.283423,115.893462 118.893923,115.509308 L118.894769,115.508885 L118.331231,114.613654","id","Fill-169"],["d","M22.7619615,137.046038 L22.1992692,136.150385 C21.9318846,136.317923 21.6425,136.394923 21.3518462,136.395769 C21.087,136.395769 20.823,136.328923 20.5903077,136.203269 C20.3571923,136.076769 20.1549615,135.894 20.0018077,135.650731 L20.0013846,135.649885 C19.8334231,135.382077 19.756,135.093115 19.7555769,134.802462 C19.7555769,134.538038 19.822,134.274462 19.9480769,134.041346 C20.0745769,133.808231 20.2573462,133.606423 20.5006154,133.452423 L20.5001923,133.452846 C20.7667308,133.285731 21.0548462,133.208731 21.3459231,133.208308 C21.6107692,133.208308 21.8751923,133.274731 22.1087308,133.400808 C22.3422692,133.527308 22.5440769,133.710077 22.6972308,133.952923 L22.6976538,133.953769 C22.8647692,134.220308 22.9421923,134.508423 22.9426154,134.799077 C22.9426154,135.064346 22.8761923,135.328769 22.7501154,135.561885 C22.6236154,135.795423 22.4408462,135.997654 22.198,136.150808 L22.1992692,136.150385 L22.7619615,137.046038 L23.3255,137.940846 C23.8822692,137.590538 24.3188846,137.109923 24.6116538,136.566269 C24.9048462,136.022615 25.0580007,135.4155 25.0580007,134.799077 C25.0584231,134.125115 24.8722692,133.436769 24.4876923,132.826692 L24.4881154,132.827538 C24.1382308,132.2695 23.6571923,131.832462 23.1135385,131.539269 C22.5694615,131.245654 21.9619231,131.092922 21.3459231,131.092922 C20.6719615,131.0925 19.9844615,131.278231 19.3743846,131.661962 L19.3739615,131.661962 C18.8171923,132.012269 18.3801538,132.492462 18.0869615,133.035692 C17.7933462,133.579346 17.6401916,134.186462 17.6401916,134.802462 C17.6397692,135.477269 17.8263462,136.165615 18.2109231,136.776115 L18.2105,136.775269 C18.5603846,137.333308 19.041,137.770769 19.5846538,138.063962 C20.1283077,138.358 20.7358462,138.510731 21.3518462,138.511155 C22.0262308,138.511577 22.7141538,138.325423 23.3242308,137.941692 L23.3255,137.940846 L22.7619615,137.046038","id","Fill-170"],["d","M49.9332308,53.5801538 L49.3705385,52.6845 C49.1031538,52.8520385 48.8141923,52.9290385 48.5235385,52.9294615 C48.2582692,52.9298846 47.9946923,52.8630385 47.7615769,52.7373846 C47.5284615,52.6108846 47.3266538,52.4281154 47.1735,52.1844231 L47.1726538,52.1835769 C47.0051154,51.9161923 46.9276923,51.6272308 46.9272692,51.3365769 C46.9272692,51.0721538 46.9936923,50.8085769 47.1193462,50.5758846 C47.2458462,50.3427692 47.4286154,50.1405385 47.6723077,49.9869615 C47.9384231,49.8202692 48.2265385,49.7432692 48.5171923,49.7424231 C48.7824615,49.7424231 49.0468846,49.8088462 49.28,49.9349231 C49.5135385,50.0618462 49.7153462,50.2441923 49.8685,50.4874615 L49.8693462,50.4883077 C50.0364615,50.7548462 50.1134615,51.0429615 50.1138846,51.3336154 C50.1143077,51.5984615 50.0474615,51.8628846 49.9213846,52.096 C49.7948846,52.3295385 49.6125385,52.5317692 49.3696923,52.6849231 L49.3705385,52.6845 L49.9332308,53.5801538 L50.4967692,54.4749615 C51.0539615,54.1246538 51.4905769,53.6440385 51.7833462,53.1008077 C52.0765385,52.5567308 52.2292721,51.9496154 52.2292721,51.3336154 C52.2301154,50.6596538 52.0439615,49.9713077 51.6593846,49.3612308 L51.6598077,49.3620769 C51.3095,48.8040385 50.8288846,48.367 50.2848077,48.0738077 C49.7411538,47.7801923 49.1336154,47.6274615 48.5171923,47.6270377 C47.8432308,47.6266154 47.1557308,47.8123462 46.5456538,48.1965 C45.9884615,48.5463846 45.5514231,49.0265769 45.2586538,49.5702308 C44.9650385,50.1138846 44.8118839,50.721 44.8118839,51.3365769 C44.8114615,52.0113846 44.9976154,52.6997308 45.3826154,53.3106538 L45.3817692,53.3093846 C45.7320769,53.8674231 46.2122692,54.3048846 46.7559231,54.5980769 C47.3,54.8921154 47.9071154,55.044849 48.5235385,55.044849 C49.1975,55.0456923 49.8854231,54.8595385 50.4959231,54.4758077 L50.4967692,54.4749615 L49.9332308,53.5801538","id","Fill-171"],["d","M195.8,52.261 L195.237308,51.3653462 C194.969923,51.5333077 194.680962,51.6103077 194.390308,51.6107308 C194.125462,51.6107308 193.861462,51.5443077 193.628769,51.4182308 C193.395231,51.2917308 193.193423,51.1093846 193.039846,50.8656923 L193.039846,50.8648462 C192.871885,50.5974615 192.794462,50.3085 192.794038,50.0178462 C192.794038,49.7534231 192.860462,49.4898462 192.986538,49.2567308 C193.112615,49.0236154 193.295385,48.8218077 193.538654,48.6682308 C193.805192,48.5015385 194.093308,48.4241154 194.384385,48.4236923 C194.649231,48.4236923 194.913654,48.4901154 195.146769,48.6161923 C195.380308,48.7426923 195.582538,48.9254615 195.736115,49.1687308 L195.736538,49.1695769 C195.903654,49.4356923 195.980654,49.7242308 195.981077,50.0148846 C195.9815,50.2797308 195.914654,50.5437308 195.788577,50.7772692 C195.662077,51.0108077 195.479308,51.2130385 195.236462,51.3661923 L195.237308,51.3653462 L195.8,52.261 L196.363538,53.1562308 C196.920731,52.8059231 197.357346,52.3253077 197.650115,51.7820769 C197.943731,51.238 198.096464,50.6308846 198.096464,50.0148846 C198.097308,49.3405 197.911154,48.6525769 197.526154,48.0425 L197.526577,48.0429231 C197.176269,47.4853077 196.695654,47.0478462 196.152,46.7550769 C195.607923,46.4614615 195.000385,46.308307 194.384385,46.308307 C193.710423,46.3078846 193.0225,46.4936154 192.412846,46.8777692 C191.855231,47.2276538 191.418192,47.7078462 191.125423,48.2515 C190.831808,48.7951538 190.678653,49.4018462 190.678653,50.0178462 C190.678231,50.6926538 190.864385,51.381 191.248962,51.9915 L191.248962,51.9910769 C191.598846,52.5486923 192.079462,52.9861538 192.622692,53.2793462 C193.166769,53.5729615 193.773885,53.7261161 194.390308,53.7261161 C195.064269,53.7265385 195.752192,53.5408077 196.362692,53.1566538 L196.363538,53.1562308 L195.8,52.261","id","Fill-172"],["d","M233.261346,146.737885 L232.698654,145.842231 C232.431269,146.009769 232.142308,146.087192 231.851654,146.087615 C231.586385,146.087615 231.322808,146.021192 231.089692,145.895115 C230.856577,145.768615 230.654769,145.585846 230.501192,145.342154 C230.333231,145.074346 230.255808,144.785385 230.255385,144.494308 C230.255385,144.229885 230.321808,143.966308 230.447462,143.733192 C230.573962,143.500077 230.756731,143.298269 231.000423,143.144692 C231.266115,142.978 231.554654,142.900577 231.845731,142.900154 C232.110577,142.900154 232.375,142.966577 232.608115,143.092654 C232.841654,143.219154 233.043885,143.401923 233.197038,143.645192 L233.197462,143.646038 C233.365,143.912154 233.442,144.200269 233.442423,144.490923 C233.442423,144.756192 233.376,145.020192 233.249923,145.253731 C233.123423,145.487269 232.940654,145.6895 232.697808,145.842654 L232.698654,145.842231 L233.261346,146.737885 L233.824885,147.633115 C234.382077,147.282808 234.818692,146.802192 235.111462,146.258538 C235.404654,145.714462 235.557808,145.107346 235.557808,144.490923 C235.558231,143.816962 235.3725,143.128615 234.9875,142.518538 L234.987923,142.519385 C234.637615,141.961346 234.157,141.524308 233.612923,141.231115 C233.068846,140.9375 232.461731,140.784769 231.845731,140.784769 C231.171769,140.784346 230.484269,140.970077 229.874192,141.353808 C229.316577,141.704115 228.879538,142.184308 228.586346,142.727962 C228.293154,143.271615 228.139999,143.878731 228.139999,144.494308 C228.139577,145.169115 228.325731,145.857462 228.710308,146.467962 C229.060192,147.025154 229.540385,147.462615 230.084038,147.756231 C230.628115,148.049846 231.235231,148.202577 231.851654,148.203001 C232.525615,148.203423 233.213538,148.017269 233.824038,147.633538 L233.824885,147.633115 L233.261346,146.737885","id","Fill-173"],["id","summary/card1","transform","translate(0.000000, 0.500000)"],["id","Group-3-Copy","transform","translate(0.000000, 31.500000)"],["d","M242.243,146.335 C203.034,140.754 163.526,137.965 124.02,137.965 C84.517,137.965 45.013,140.754 5.802,146.335 C9.204,138.915 12.718,131.514 16.34,124.135 C10.998,117.889 5.55,111.692 4.40536496e-13,105.546 C41.132,99.692 82.575,96.765 124.02,96.765 C165.468,96.765 206.913,99.692 248.049,105.546 C242.495,111.692 237.047,117.889 231.703,124.135 C235.327,131.514 238.839,138.915 242.243,146.335","id","Fill-47","fill","#035429"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C34.239,133.013 41.355,137.154 48.359,141.384 C98.699,136.826 149.346,136.826 199.687,141.384 C206.691,137.154 213.804,133.013 221.022,128.961","id","Fill-48","fill","#135E41"],["id","Fill-49"],["fill","url(#linearGradient-2)","fill-rule","evenodd",0,"xlink","href","#path-3",1,"badge-img"],["stroke","#E55B28","stroke-width","2","d","M124.02,2 C128.022653,2 131.528214,5.10293248 135.02987,7.95760624 C138.340723,10.6567296 141.645472,13.2561325 145.089895,14.1797264 C148.415186,15.0715974 152.320881,14.6299487 156.265965,14.0272186 L157.295655,13.8671016 C161.693093,13.1744009 166.136786,12.2781684 169.426335,14.1845096 C172.781525,16.1285206 174.236945,20.4874458 175.831984,24.6733586 C177.371482,28.7135135 178.967537,32.6989638 181.561917,35.2933439 C183.94888,37.6798677 187.512993,39.221297 191.213788,40.651052 L192.181629,41.0219806 C196.367671,42.6166562 200.726744,44.0715627 202.670573,47.4278074 C204.403663,50.4183978 203.820311,54.3630785 203.179337,58.3595672 L202.987575,59.5591657 C202.31153,63.849787 201.705365,68.1492743 202.674308,71.763233 C203.598435,75.2078774 206.198132,78.5131022 208.897244,81.8241452 C211.75162,85.3256525 214.854,88.8306466 214.854,92.831 C214.854,96.832985 211.751613,100.338502 208.897136,103.840492 C206.198053,107.151839 203.598389,110.457345 202.674244,113.903006 C201.705459,117.515897 202.311415,121.814933 202.987311,126.105411 C203.680176,130.50361 204.576685,134.948676 202.66949,138.239335 C200.725565,141.594377 196.366857,143.049157 192.181152,144.643626 C188.140809,146.182723 184.155152,147.778421 181.560526,150.373047 C178.967035,152.967494 177.371371,156.952257 175.832191,160.99173 C174.237146,165.17782 172.781641,169.53691 169.426193,171.481573 C166.136359,173.388079 161.691952,172.491384 157.293947,171.798293 C153.003551,171.122161 148.704203,170.515846 145.090015,171.484241 C141.645415,172.407883 138.340605,175.007544 135.029695,177.706948 C131.528095,180.561823 128.022598,183.665 124.02,183.665 C120.021263,183.665 116.517987,180.563494 113.01758,177.709579 C109.70557,175.009266 106.398941,172.408134 102.95193,171.484227 C99.3382679,170.515364 95.0387743,171.121719 90.7479482,171.798003 C86.349975,172.491175 81.9053239,173.387896 78.6152772,171.481845 C75.2605635,169.536523 73.8048191,165.176943 72.2096648,160.990438 C70.6705899,156.951114 69.0751201,152.966605 66.4822136,150.371786 C63.887813,147.777386 59.9020478,146.181298 55.8616562,144.641805 C51.6759515,143.046943 47.317358,141.591742 45.3736068,138.237503 C43.4675217,134.947035 44.3637487,130.502249 45.0564894,126.104197 C45.7322463,121.813971 46.3381248,117.515135 45.3697764,113.902081 C44.4460882,110.456833 41.8463613,107.151411 39.147054,103.840043 C36.2925633,100.338303 33.19,96.8328843 33.19,92.831 C33.19,88.8309097 36.2923113,85.326134 39.1465896,81.8248571 C41.8460499,78.5134916 44.4460193,75.2079505 45.3698548,71.7626262 C46.3381043,68.1489808 45.7322705,63.8496639 45.05665,59.5592552 C44.3640075,55.1607518 43.4678241,50.715808 45.3743973,47.4258586 C47.3187833,44.0708887 51.6771927,42.615999 55.8625437,41.0215503 C59.9028406,39.4823613 63.8883044,37.8866009 66.4823439,35.2920832 C69.0762624,32.6976865 70.6720686,28.7121255 72.2113162,24.6718843 C73.8059598,20.4862389 75.2610199,16.1277098 78.6141553,14.1838046 C81.9057209,12.2779512 86.3498867,13.1741205 90.7474105,13.8669719 C95.0384528,14.5430467 99.3380864,15.1491655 102.951786,14.179812 C106.398885,13.2558815 109.705452,10.6550072 113.017405,7.95497485 C116.517868,5.10126124 120.021208,2 124.02,2 Z","stroke-linejoin","square"],["d","M49.607,92.831 C49.607,51.734 82.928,18.417 124.02,18.417 C165.124,18.417 198.44,51.734 198.44,92.831 C198.44,133.931 165.124,167.247 124.02,167.247 C82.928,167.247 49.607,133.931 49.607,92.831","id","Fill-51","fill","#FFFFFE"],["d","M221.022,128.961 C156.569,121.589 91.478,121.589 27.022,128.961 C25.462,115.317 23.9,101.672 22.342,88.028 C89.911,80.301 158.137,80.301 225.707,88.028 C224.146,101.672 222.584,115.317 221.022,128.961","id","Fill-53","fill","#1D6240"],["id","Group-18-Copy","transform","translate(70.023500, 90.832000)","fill","#FFFFFE","fill-opacity","1"],["id","Group","transform","translate(0.500000, 0.000000)"],["id","387"],["filter","url(#filter-7)",0,"xlink","href","#text-6"],[0,"xlink","href","#text-6"],["id","Pages-read-:"],["filter","url(#filter-9)",0,"xlink","href","#text-8"],[0,"xlink","href","#text-8"],["d","M124.0235,47.417 C126.50975,47.417 128.5235,45.40325 128.5235,42.917 C128.5235,40.43075 126.50975,38.417 124.0235,38.417 C121.53725,38.417 119.5235,40.43075 119.5235,42.917 C119.5235,45.40325 121.53725,47.417 124.0235,47.417 L124.0235,47.417 Z M124.0235,49.667 C121.01975,49.667 115.0235,51.1745 115.0235,54.167 L115.0235,56.417 L133.0235,56.417 L133.0235,54.167 C133.0235,51.1745 127.02725,49.667 124.0235,49.667 L124.0235,49.667 Z","id","Shape-Copy-2","fill","#000"],["text-anchor","middle","x","60","y","60",2,"width","50%","height","1.5rem","font-size","0.75rem"],["xmlns","http://www.w3.org/1999/xhtml",1,"truncate-overflow"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)",4,"ngIf"],[1,"player-endpage__right-panel"],[1,"title-section"],[1,"title","animated","fadeInDown"],[1,"animated","fadeInUp"],[1,"user-options"],["tabindex","0",1,"replay-section",3,"ngClass","click"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg",4,"ngIf"],[1,"title"],["class","exit-section","tabindex","0",3,"click",4,"ngIf"],[4,"ngIf"],["id","text-8","x","55","y","16","text-anchor","middle","fill","#FFFFFE"],["font-size","12","font-weight","400","font-family","Noto Sans, NotoSans-Bold"],["font-size","18","font-family","NotoSans-Bold, Noto Sans"],["id","Group-17-Copy-2","transform","translate(95.523500, 128.964250)"],["id","Icon-24px","transform","translate(0.000000, 0.500000)"],["id","Shape","points","0 0 18 0 18 18 0 18"],["d","M11.25,0.75 L6.75,0.75 L6.75,2.25 L11.25,2.25 L11.25,0.75 L11.25,0.75 Z M8.25,10.5 L9.75,10.5 L9.75,6 L8.25,6 L8.25,10.5 L8.25,10.5 Z M14.2725,5.5425 L15.3375,4.4775 C15.015,4.095 14.6625,3.735 14.28,3.42 L13.215,4.485 C12.0525,3.555 10.59,3 9,3 C5.2725,3 2.25,6.0225 2.25,9.75 C2.25,13.4775 5.265,16.5 9,16.5 C12.735,16.5 15.75,13.4775 15.75,9.75 C15.75,8.16 15.195,6.6975 14.2725,5.5425 L14.2725,5.5425 Z M9,15 C6.0975,15 3.75,12.6525 3.75,9.75 C3.75,6.8475 6.0975,4.5 9,4.5 C11.9025,4.5 14.25,6.8475 14.25,9.75 C14.25,12.6525 11.9025,15 9,15 L9,15 Z","id","Shape","fill","#000"],["id","8:46","font-family","NotoSans-Bold, Noto Sans","font-size","14","font-weight","bold","fill","#000"],["x","22","y","15"],["width","36","height","37","xmlns","http://www.w3.org/2000/svg"],["x1","18%","y1","0%","x2","83.101%","y2","100%","id","a"],["stop-color","#024F9D","offset","0%"],["stop-color","#024F9D","offset","100%"],["fill","none","fill-rule","evenodd"],["d","M0 .853h36v36H0z"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","#ccc","transform","translate(0 .853)"],["d","M18 7.5v-6L10.5 9l7.5 7.5v-6c4.965 0 9 4.035 9 9s-4.035 9-9 9-9-4.035-9-9H6c0 6.63 5.37 12 12 12s12-5.37 12-12-5.37-12-12-12z","fill","url(#a)","transform","translate(0 .853)"],["tabindex","0",1,"exit-section",3,"click"],["xmlns","http://www.w3.org/2000/svg","width","36","height","36"],["x1","0%","y1","0%","x2","101.72%","y2","100%","id","a"],["d","M0 0h36v36H0z"],["d","M15.135 23.385L17.25 25.5l7.5-7.5-7.5-7.5-2.115 2.115 3.87 3.885H4.5v3h14.505l-3.87 3.885zM28.5 4.5h-21a3 3 0 00-3 3v6h3v-6h21v21h-21v-6h-3v6a3 3 0 003 3h21c1.65 0 3-1.35 3-3v-21c0-1.65-1.35-3-3-3z","fill","url(#a)"],[1,"next"],["aria-label","Next content",1,"next-level",3,"click"],["tabindex","0",1,"title-text"],[1,"next-arrow"],["src","assets/next-arrow.svg","alt","next arrow"]],template:function(c,p){1&c&&(o.F$t(),o.TgZ(0,"div",0)(1,"div",1)(2,"div",2),o.O4$(),o.TgZ(3,"svg",3)(4,"defs")(5,"filter",4),o._UZ(6,"feColorMatrix",5),o.qZA(),o.TgZ(7,"linearGradient",6),o._UZ(8,"stop",7)(9,"stop",8),o.qZA(),o.TgZ(10,"linearGradient",9),o._UZ(11,"stop",10)(12,"stop",11),o.qZA(),o._UZ(13,"path",12),o.TgZ(14,"filter",13),o._UZ(15,"feGaussianBlur",14)(16,"feOffset",15)(17,"feComposite",16)(18,"feColorMatrix",17),o.qZA(),o.TgZ(19,"linearGradient",18),o._UZ(20,"stop",19)(21,"stop",20),o.qZA(),o.YNc(22,L2,5,2,"text",21),o.qZA(),o.TgZ(23,"g",22)(24,"g",23)(25,"g",24)(26,"g",25)(27,"g",26),o._UZ(28,"path",27)(29,"path",28)(30,"path",29)(31,"path",30)(32,"path",31)(33,"path",32)(34,"path",33)(35,"path",34)(36,"path",35)(37,"path",36)(38,"path",37)(39,"path",38)(40,"path",39)(41,"path",40)(42,"path",41)(43,"path",42)(44,"path",43)(45,"path",44)(46,"path",45)(47,"path",46)(48,"path",47)(49,"path",48)(50,"path",49)(51,"path",50)(52,"path",51)(53,"path",52)(54,"path",53)(55,"path",54)(56,"path",55)(57,"path",56)(58,"path",57)(59,"path",58)(60,"path",59)(61,"path",60)(62,"path",61)(63,"path",62)(64,"path",63)(65,"path",64)(66,"path",65)(67,"path",66)(68,"path",67)(69,"path",68)(70,"path",69)(71,"path",70)(72,"path",71)(73,"path",72)(74,"path",73)(75,"path",74)(76,"path",75)(77,"path",76)(78,"path",77)(79,"path",78)(80,"path",79)(81,"path",80)(82,"path",81)(83,"path",82)(84,"path",83)(85,"path",84)(86,"path",85)(87,"path",86)(88,"path",87)(89,"path",88)(90,"path",89)(91,"path",90)(92,"path",91)(93,"path",92)(94,"path",93)(95,"path",94)(96,"path",95)(97,"path",96)(98,"path",97)(99,"path",98)(100,"path",99)(101,"path",100)(102,"path",101)(103,"path",102)(104,"path",103)(105,"path",104)(106,"path",105)(107,"path",106)(108,"path",107)(109,"path",108)(110,"path",109)(111,"path",110)(112,"path",111)(113,"path",112)(114,"path",113)(115,"path",114)(116,"path",115)(117,"path",116)(118,"path",117)(119,"path",118)(120,"path",119)(121,"path",120)(122,"path",121)(123,"path",122)(124,"path",123)(125,"path",124)(126,"path",125)(127,"path",126)(128,"path",127)(129,"path",128)(130,"path",129)(131,"path",130)(132,"path",131)(133,"path",132)(134,"path",133)(135,"path",134)(136,"path",135)(137,"path",136)(138,"path",137)(139,"path",138)(140,"path",139)(141,"path",140)(142,"path",141)(143,"path",142)(144,"path",143)(145,"path",144)(146,"path",145)(147,"path",146)(148,"path",147)(149,"path",148)(150,"path",149)(151,"path",150)(152,"path",151)(153,"path",152)(154,"path",153)(155,"path",154)(156,"path",155)(157,"path",156)(158,"path",157)(159,"path",158)(160,"path",159)(161,"path",160)(162,"path",161)(163,"path",162)(164,"path",163)(165,"path",164)(166,"path",165)(167,"path",166)(168,"path",167)(169,"path",168)(170,"path",169)(171,"path",170)(172,"path",171)(173,"path",172)(174,"path",173)(175,"path",174)(176,"path",175)(177,"path",176)(178,"path",177)(179,"path",178)(180,"path",179)(181,"path",180)(182,"path",181)(183,"path",182)(184,"path",183)(185,"polygon",184)(186,"polygon",185)(187,"polygon",186)(188,"polygon",187)(189,"polygon",188)(190,"polyline",189)(191,"polyline",190)(192,"polyline",191)(193,"path",192)(194,"path",193)(195,"path",194)(196,"path",195)(197,"path",196)(198,"path",197),o.qZA()(),o.TgZ(199,"g",198)(200,"g",199),o._UZ(201,"path",200)(202,"path",201),o.TgZ(203,"g",202),o._UZ(204,"use",203)(205,"path",204),o.qZA(),o._UZ(206,"path",205)(207,"path",206),o.TgZ(208,"g",207)(209,"g",208)(210,"g",209),o._UZ(211,"use",210)(212,"use",211),o.qZA(),o.TgZ(213,"g",212),o._UZ(214,"use",213)(215,"use",214),o.qZA()()(),o._UZ(216,"path",215),o.TgZ(217,"foreignObject",216),o.kcU(),o.TgZ(218,"div",217),o._uU(219),o.qZA()(),o.YNc(220,q3,7,1,"g",218),o.qZA()()()()()()()(),o.TgZ(221,"div",219)(222,"div",220)(223,"div",221),o._uU(224,"You just completed"),o.qZA(),o.TgZ(225,"span",222),o._uU(226),o.qZA(),o.Hsn(227),o.qZA(),o.TgZ(228,"div",223)(229,"div",224),o.NdJ("click",function(){return p.replay()}),o.TgZ(230,"div"),o.YNc(231,ai,8,0,"svg",225),o.YNc(232,U3,8,0,"svg",225),o.qZA(),o.TgZ(233,"div",226),o._uU(234,"Replay"),o.qZA()(),o.YNc(235,fr,11,0,"div",227),o.qZA(),o.YNc(236,pr,8,1,"ng-container",228),o.qZA()()),2&c&&(o.xp6(22),o.Q6J("ngIf",p.outcome),o.xp6(197),o.hij(" ",p.userName," "),o.xp6(1),o.Q6J("ngIf",p.timeSpentLabel),o.xp6(6),o.Oqu(p.contentName),o.xp6(3),o.Q6J("ngClass",p.showReplay?"":"disabled"),o.xp6(2),o.Q6J("ngIf",!p.showReplay),o.xp6(1),o.Q6J("ngIf",p.showReplay),o.xp6(3),o.Q6J("ngIf",p.showExit),o.xp6(1),o.Q6J("ngIf",p.nextContent))},dependencies:[_.mk,_.O5],styles:[':root{--sdk-end-page-title:#000;--sdk-end-page-replay-icon:#024f9d;--sdk-end-page-replay-section-bg:#fff;--sdk-end-page-title-span:#666666;--sdk-end-page-replay-section-hover:#F2F2F2}[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;justify-content:space-around;background:var(--sdk-end-page-replay-section-bg)}@media all and (orientation:portrait){[_nghost-%COMP%] .player-endpage[_ngcontent-%COMP%]{-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;display:block;overflow-y:auto}}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%]{text-align:center;-webkit-box-flex:50%;flex:50%}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%]{position:relative;padding:1.5rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .badge[_ngcontent-%COMP%]{width:17.625rem;height:13.1rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;bottom:5rem;color:var(--white);text-shadow:.063 .125 #8b2925;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .progress[_ngcontent-%COMP%]{font-size:.85rem;margin-right:.7rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .score-details[_ngcontent-%COMP%] .score[_ngcontent-%COMP%]{font-size:1.3rem;font-weight:700}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%]{position:absolute;left:0;right:0;top:2.8rem;width:8.5rem;margin:0 auto}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .user-details[_ngcontent-%COMP%] .user-title[_ngcontent-%COMP%]{color:var(--primary-color);font-size:.85rem;line-height:1rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%]{position:absolute;bottom:2.75rem;left:0;right:0;display:-webkit-box;display:flex;-webkit-box-pack:center;justify-content:center;-webkit-box-align:center;align-items:center}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] .timer[_ngcontent-%COMP%]{width:1.275rem;height:1.275rem}[_nghost-%COMP%] .player-endpage__left-panel[_ngcontent-%COMP%] .user-score-card[_ngcontent-%COMP%] .timer-details[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--primary-color);font-size:1rem;font-weight:700;margin-left:.3rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%]{-webkit-box-flex:50%;flex:50%;text-align:center;padding:1rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--sdk-end-page-title);font-size:1.3125rem;font-weight:700;letter-spacing:0;line-height:1.75rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .title-section[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{color:var(--sdk-end-page-title-span);font-size:.75rem;word-break:break-word}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%]{display:-webkit-box;display:flex;justify-content:space-around;padding:1.7rem 0}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:var(--gray-800);font-size:1rem;line-height:1.188rem;text-align:center}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .user-options[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:2.55rem;height:2.55rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next[_ngcontent-%COMP%]{color:var(--gray-400);font-size:.85rem;line-height:1.063rem;margin-bottom:.7rem}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%]{margin:0 auto;width:auto;border-radius:.5rem;padding:.75rem;background:linear-gradient(135deg,#ffcd55 0,#ffd955 100%);box-shadow:inset 0 -.063rem .188rem 0 rgba(var(--rc-rgba-black),.5);display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .title-text[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.85rem;-webkit-box-flex:1;flex:1;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:2;display:-webkit-box;-webkit-box-orient:vertical;line-height:normal}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%]{height:2.55rem;width:2.55rem;background-color:var(--white);border-radius:50%;text-align:center;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;cursor:pointer}[_nghost-%COMP%] .player-endpage__right-panel[_ngcontent-%COMP%] .next-level[_ngcontent-%COMP%] .next-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:1.75rem}.exit-section[_ngcontent-%COMP%], .replay-section[_ngcontent-%COMP%]{cursor:pointer;background-color:var(--sdk-end-page-replay-section-bg);padding:.5rem;border-radius:.25rem}.exit-section[_ngcontent-%COMP%]:hover, .replay-section[_ngcontent-%COMP%]:hover{background-color:var(--sdk-end-page-replay-section-hover)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{fill:var(--sdk-end-page-replay-icon)}.replay-section[_ngcontent-%COMP%] div[_ngcontent-%COMP%] svg[_ngcontent-%COMP%] g[_ngcontent-%COMP%] path[_ngcontent-%COMP%]:first-child{fill:transparent}.replay-section.disabled[_ngcontent-%COMP%]{cursor:not-allowed}.replay-section.disabled[_ngcontent-%COMP%] .title[_ngcontent-%COMP%]{color:#ccc!important}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-1.25rem);transform:translateY(-1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(1.25rem);transform:translateY(1.25rem)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(6.25rem);transform:translateX(6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-6.25rem);transform:translateX(-6.25rem)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.truncate-overflow[_ngcontent-%COMP%]{--lh:1.4rem;line-height:var(--lh);--max-lines:1;position:relative;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;width:100%;font-size:.65rem;color:var(--black)}.truncate-overflow[_ngcontent-%COMP%]::before{position:absolute;content:"";bottom:0;right:0}.truncate-overflow[_ngcontent-%COMP%]::after{content:"";position:absolute;right:0;width:1rem;height:1rem;background:var(--white)}.particles[_ngcontent-%COMP%] path[_ngcontent-%COMP%]{-webkit-transform:scale(1.1);transform:scale(1.1);-webkit-transform-origin:center;transform-origin:center;-webkit-animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:3s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;fill:#e55b28;opacity:.4}.badge-inner-animation[_ngcontent-%COMP%]{-webkit-animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;animation:5s ease-in-out infinite both _ngcontent-%COMP%_heartbeat;-webkit-transform-origin:center center;transform-origin:center center}@-webkit-keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}@keyframes _ngcontent-%COMP%_heartbeat{from{-webkit-transform:scale(1);transform:scale(1);-webkit-transform-origin:center center;transform-origin:center center;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}10%{-webkit-transform:scale(.91);transform:scale(.91);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}17%{-webkit-transform:scale(.98);transform:scale(.98);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}33%{-webkit-transform:scale(.87);transform:scale(.87);-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}45%{-webkit-transform:scale(1);transform:scale(1);-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}}']}),a1.propDecorators={showExit:[{type:o.IIB}],showReplay:[{type:o.IIB}],contentName:[{type:o.IIB}],outcome:[{type:o.IIB}],outcomeLabel:[{type:o.IIB}],userName:[{type:o.IIB}],timeSpentLabel:[{type:o.IIB}],nextContent:[{type:o.IIB}],replayContent:[{type:o.r_U}],exitContent:[{type:o.r_U}],playNextContent:[{type:o.r_U}]};class F1{constructor(){this.sidebarMenuEvent=new o.vpe}toggleMenu(c){const p=document.getElementById("overlay-input"),m=document.querySelector(".navBlock"),v=document.getElementById("playerSideMenu"),T=document.getElementById("ariaLabelValue"),oe=document.getElementById("overlay-button");c instanceof KeyboardEvent&&(p.checked=!p.checked),p.checked?(v.style.visibility="visible",T.innerHTML="Player Menu Close",oe.setAttribute("aria-label","Player Menu Close"),m.style.width="100%",m.style.marginLeft="0%",this.sidebarMenuEvent.emit({event:c,type:"OPEN_MENU"})):(v.style.visibility="hidden",T.innerHTML="Player Menu Open",oe.setAttribute("aria-label","Player Menu Open"),m.style.marginLeft="-100%",this.sidebarMenuEvent.emit({event:c,type:"CLOSE_MENU"}))}}F1.\u0275fac=function(c){return new(c||F1)},F1.\u0275cmp=o.Xpm({type:F1,selectors:[["sb-player-side-menu-icon"]],outputs:{sidebarMenuEvent:"sidebarMenuEvent"},decls:5,vars:0,consts:[["type","checkbox","id","overlay-input",3,"click"],["aria-label","Player Menu Open","for","overlay-input","id","overlay-button","tabindex","0",3,"keydown.enter"],["id","ariaLabelValue"]],template:function(c,p){1&c&&(o.TgZ(0,"input",0),o.NdJ("click",function(v){return p.toggleMenu(v)}),o.qZA(),o.TgZ(1,"label",1),o.NdJ("keydown.enter",function(v){return p.toggleMenu(v)}),o._UZ(2,"span"),o.TgZ(3,"em",2),o._uU(4,"Player Menu Open"),o.qZA()())},styles:[':root{--sdk-overlay-btn-hover:#333332}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]{z-index:10;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:0;position:absolute;top:.4rem;left:1rem;height:2.25rem;width:2.25rem;border-radius:50%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;-webkit-transition:.3s ease-in-out;transition:.3s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:relative;display:block;-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{top:-.45rem;visibility:visible}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{top:.45rem}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{height:.2rem;width:1.25rem;border-radius:.125rem;background-color:var(--black);position:absolute;content:"";-webkit-transition:.2s ease-in-out;transition:.2s ease-in-out}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%], [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]:before{background:var(--sdk-overlay-btn-hover)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover{background-color:rgba(var(--rc-rgba-black),.75)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background-color:var(--white)}[_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::after, [_nghost-%COMP%] #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]::before{background-color:var(--white)}input[type=checkbox][_ngcontent-%COMP%]{display:none}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay[_ngcontent-%COMP%]{visibility:visible}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%], input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%]:hover span[_ngcontent-%COMP%]{background:0 0}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:before{-webkit-transform:rotate(45deg) translate(.3125rem,.3125rem);transform:rotate(45deg) translate(.3125rem,.3125rem);opacity:1}input[type=checkbox][_ngcontent-%COMP%]:checked ~ #overlay-button[_ngcontent-%COMP%] span[_ngcontent-%COMP%]:after{-webkit-transform:rotate(-45deg) translate(.3125rem,-.3125rem);transform:rotate(-45deg) translate(.3125rem,-.3125rem)} html[dir=rtl] #overlay-button{left:auto;right:1rem} html[dir=rtl] #overlay-button span:after, html[dir=rtl] #overlay-button span:before{right:0}#ariaLabelValue[_ngcontent-%COMP%]{position:absolute;opacity:0}']}),F1.propDecorators={sidebarMenuEvent:[{type:o.r_U}]};class j1{constructor(c){this.ref=c,this.config={showShare:!1,showDownload:!1,showReplay:!1,showExit:!1,showPrint:!1},this.sidebarEvent=new o.vpe,this.toggleMenu=new o.vpe,this.showDownloadPopUp=!1}closeNav(c){const p=document.getElementById("ariaLabelValue"),m=document.getElementById("overlay-button"),v=document.getElementById("overlay-input");p.innerHTML="Player Menu Open",m.setAttribute("aria-label","Player Menu Open"),v.checked=!1,document.getElementById("playerSideMenu").style.visibility="hidden",document.querySelector(".navBlock").style.marginLeft="-100%",this.sidebarEvent.emit({event:c,type:"CLOSE_MENU"})}showDownloadPopup(c,p){this.showDownloadPopUp=!0,this.ref.detectChanges(),this.emitSideBarEvent(c,p)}hideDownloadPopUp(c){this.showDownloadPopUp=!1,this.sidebarEvent.emit(c),this.ref.detectChanges()}emitSideBarEvent(c,p){this.sidebarEvent.emit({event:c,type:p})}}j1.\u0275fac=function(c){return new(c||j1)(o.Y36(o.sBO))},j1.\u0275cmp=o.Xpm({type:j1,selectors:[["sb-player-sidebar"]],inputs:{config:"config",title:"title"},outputs:{sidebarEvent:"sidebarEvent",toggleMenu:"toggleMenu"},decls:12,vars:6,consts:[["id","playerSideMenu","aria-modal","true","aria-labelledby","Menubar",1,"sidenav"],["sidebarMenu",""],[1,"navBlock"],["role","heading","aria-level","2",1,"player-nav-unit","text-left"],["aria-label","player sidebar","id","sidebar-list"],["tabindex","0",3,"click","keydown.enter",4,"ngIf"],["aria-hidden","true","tabindex","-1",1,"transparentBlock",3,"click"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent",4,"ngIf"],["tabindex","0",3,"click","keydown.enter"],[1,"player-icon","player-share","mr-16"],[1,"player-icon","player-download","mr-16"],[1,"player-icon","player-print","mr-16"],[1,"player-icon","player-exit","mr-16"],[3,"title","showDownloadPopUp","hideDownloadPopUp","downloadEvent"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0,1)(2,"div",2)(3,"div",3),o._uU(4),o.qZA(),o.TgZ(5,"ul",4),o.YNc(6,Pi,3,0,"li",5),o.YNc(7,li,3,0,"li",5),o.YNc(8,y,3,0,"li",5),o.YNc(9,g,3,0,"li",5),o.qZA()(),o.TgZ(10,"div",6),o.NdJ("click",function(v){return p.closeNav(v)}),o.qZA()(),o.YNc(11,L,1,2,"sb-player-download-popup",7)),2&c&&(o.xp6(4),o.Oqu(p.title),o.xp6(2),o.Q6J("ngIf",p.config.showShare),o.xp6(1),o.Q6J("ngIf",p.config.showDownload),o.xp6(1),o.Q6J("ngIf",p.config.showPrint),o.xp6(1),o.Q6J("ngIf",p.config.showExit),o.xp6(2),o.Q6J("ngIf",p.showDownloadPopUp))},dependencies:[_.O5,Ht],styles:[":root{--sdk-player-icon:#6D7278}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{width:100%;position:absolute;top:0;left:0;overflow-x:hidden;display:-webkit-box;display:flex;z-index:9;height:100%}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{text-decoration:none;font-size:1.5rem;color:var(--black);display:block}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]:hover{color:var(--gray-0)}@media screen and (max-height:1024px){[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%]{padding-top:0}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] a[_ngcontent-%COMP%]{font-size:1.125rem}}[_nghost-%COMP%] .sidenav[_ngcontent-%COMP%] .closebtn[_ngcontent-%COMP%]{position:absolute;top:0;right:1.5rem;font-size:2.25rem;margin-left:3.125rem}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{width:100%;background:var(--white);max-width:20rem;-webkit-transition:.3s ease-in;transition:.3s ease-in;margin-left:-100%;z-index:10;position:absolute;height:100%}@media (min-width:1600px){.PlayerMediaQueryClass [_nghost-%COMP%] .navBlock[_ngcontent-%COMP%]{max-width:24rem}}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] .player-nav-unit[_ngcontent-%COMP%]{background:var(--primary-theme);padding:3rem 2rem 2rem;min-height:5.625rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:var(--gray-800);font-size:1rem;font-weight:700;line-height:normal;word-break:break-word}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%]{margin:0;padding:0}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]{padding:1rem 2rem;background:var(--white);min-height:4rem;cursor:pointer;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;color:rgba(var(--rc-rgba-black),1);font-size:.875rem;line-height:1.375rem;margin:0;line-height:normal}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%]:hover{background-color:var(--gray-0)}[_nghost-%COMP%] .navBlock[_ngcontent-%COMP%] ul[_ngcontent-%COMP%] li[_ngcontent-%COMP%] .player-icon[_ngcontent-%COMP%]{width:1.5rem;height:1.5rem;background-color:var(--sdk-player-icon)}[_nghost-%COMP%] #playerSideMenu[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:8px}[_nghost-%COMP%] .transparentBlock[_ngcontent-%COMP%]{width:100%;background-color:rgba(var(--rc-rgba-black),.5);height:100%;-webkit-transition:.3s;transition:.3s}[_nghost-%COMP%] .player-share[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik00MDYsMzMyYy0yOS42NDEsMC01NS43NjEsMTQuNTgxLTcyLjE2NywzNi43NTVMMTkxLjk5LDI5Ni4xMjRjMi4zNTUtOC4wMjcsNC4wMS0xNi4zNDYsNC4wMS0yNS4xMjQNCgkJCWMwLTExLjkwNi0yLjQ0MS0yMy4yMjUtNi42NTgtMzMuNjM2bDE0OC40NDUtODkuMzI4QzM1NC4zMDcsMTY3LjQyNCwzNzguNTg5LDE4MCw0MDYsMTgwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJYzAtNDkuNjI5LTQwLjM3MS05MC05MC05MGMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsMTEuNDM3LDIuMzU1LDIyLjI4Niw2LjI2MiwzMi4zNThsLTE0OC44ODcsODkuNTkNCgkJCUMxNTYuODY5LDE5My4xMzYsMTMyLjkzNywxODEsMTA2LDE4MWMtNDkuNjI5LDAtOTAsNDAuMzcxLTkwLDkwYzAsNDkuNjI5LDQwLjM3MSw5MCw5MCw5MGMzMC4xMywwLDU2LjY5MS0xNS4wMDksNzMuMDM1LTM3LjgwNg0KCQkJbDE0MS4zNzYsNzIuMzk1QzMxNy44MDcsNDAzLjk5NSwzMTYsNDEyLjc1LDMxNiw0MjJjMCw0OS42MjksNDAuMzcxLDkwLDkwLDkwYzQ5LjYyOSwwLDkwLTQwLjM3MSw5MC05MA0KCQkJQzQ5NiwzNzIuMzcxLDQ1NS42MjksMzMyLDQwNiwzMzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}[_nghost-%COMP%] .player-exit[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgMzg0IDM4NCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzg0IDM4NDsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxnPg0KCQkJPHBhdGggZD0iTTM0MS4zMzMsMEg0Mi42NjdDMTkuMDkzLDAsMCwxOS4wOTMsMCw0Mi42NjdWMTI4aDQyLjY2N1Y0Mi42NjdoMjk4LjY2N3YyOTguNjY3SDQyLjY2N1YyNTZIMHY4NS4zMzMNCgkJCQlDMCwzNjQuOTA3LDE5LjA5MywzODQsNDIuNjY3LDM4NGgyOTguNjY3QzM2NC45MDcsMzg0LDM4NCwzNjQuOTA3LDM4NCwzNDEuMzMzVjQyLjY2N0MzODQsMTkuMDkzLDM2NC45MDcsMCwzNDEuMzMzLDB6Ii8+DQoJCQk8cG9seWdvbiBwb2ludHM9IjE1MS4xNDcsMjY4LjQ4IDE4MS4zMzMsMjk4LjY2NyAyODgsMTkyIDE4MS4zMzMsODUuMzMzIDE1MS4xNDcsMTE1LjUyIDIwNi4yOTMsMTcwLjY2NyAwLDE3MC42NjcgMCwyMTMuMzMzIA0KCQkJCTIwNi4yOTMsMjEzLjMzMyAJCQkiLz4NCgkJPC9nPg0KCTwvZz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjwvc3ZnPg0K)}[_nghost-%COMP%] .player-print[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMjRweCIgaGVpZ2h0PSIyNHB4IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+aWNfcHJpbnQgY29weTwvdGl0bGU+CiAgICA8ZyBpZD0iUGFnZS0xIiBzdHJva2U9Im5vbmUiIHN0cm9rZS13aWR0aD0iMSIgZmlsbD0ibm9uZSIgZmlsbC1ydWxlPSJldmVub2RkIj4KICAgICAgICA8ZyBpZD0iSWNvbi0yNHB4Ij4KICAgICAgICAgICAgPHBhdGggZD0iTTE5LDggTDUsOCBDMy4zNCw4IDIsOS4zNCAyLDExIEwyLDE3IEw2LDE3IEw2LDIxIEwxOCwyMSBMMTgsMTcgTDIyLDE3IEwyMiwxMSBDMjIsOS4zNCAyMC42Niw4IDE5LDggTDE5LDggWiBNMTYsMTkgTDgsMTkgTDgsMTQgTDE2LDE0IEwxNiwxOSBMMTYsMTkgWiBNMTksMTIgQzE4LjQ1LDEyIDE4LDExLjU1IDE4LDExIEMxOCwxMC40NSAxOC40NSwxMCAxOSwxMCBDMTkuNTUsMTAgMjAsMTAuNDUgMjAsMTEgQzIwLDExLjU1IDE5LjU1LDEyIDE5LDEyIEwxOSwxMiBaIE0xOCwzIEw2LDMgTDYsNyBMMTgsNyBMMTgsMyBMMTgsMyBaIiBpZD0iU2hhcGUiIGZpbGw9IiM2RDcyNzgiPjwvcGF0aD4KICAgICAgICAgICAgPHBvbHlnb24gaWQ9IlNoYXBlIiBwb2ludHM9IjAgMCAyNCAwIDI0IDI0IDAgMjQiPjwvcG9seWdvbj4KICAgICAgICA8L2c+CiAgICA8L2c+Cjwvc3ZnPg==)}[_nghost-%COMP%] .player-download[_ngcontent-%COMP%]{-webkit-mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=);mask-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iaXNvLTg4NTktMSI/Pg0KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDE5LjAuMCwgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPg0KPHN2ZyB2ZXJzaW9uPSIxLjEiIGlkPSJDYXBhXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSIwIDAgNTEyIDUxMiIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiIHhtbDpzcGFjZT0icHJlc2VydmUiPg0KPGc+DQoJPGc+DQoJCTxwYXRoIGQ9Ik0zODIuNTYsMjMzLjM3NkMzNzkuOTY4LDIyNy42NDgsMzc0LjI3MiwyMjQsMzY4LDIyNGgtNjRWMTZjMC04LjgzMi03LjE2OC0xNi0xNi0xNmgtNjRjLTguODMyLDAtMTYsNy4xNjgtMTYsMTZ2MjA4aC02NA0KCQkJYy02LjI3MiwwLTExLjk2OCwzLjY4LTE0LjU2LDkuMzc2Yy0yLjYyNCw1LjcyOC0xLjYsMTIuNDE2LDIuNTI4LDE3LjE1MmwxMTIsMTI4YzMuMDQsMy40ODgsNy40MjQsNS40NzIsMTIuMDMyLDUuNDcyDQoJCQljNC42MDgsMCw4Ljk5Mi0yLjAxNiwxMi4wMzItNS40NzJsMTEyLTEyOEMzODQuMTkyLDI0NS44MjQsMzg1LjE1MiwyMzkuMTA0LDM4Mi41NiwyMzMuMzc2eiIvPg0KCTwvZz4NCjwvZz4NCjxnPg0KCTxnPg0KCQk8cGF0aCBkPSJNNDMyLDM1MnY5Nkg4MHYtOTZIMTZ2MTI4YzAsMTcuNjk2LDE0LjMzNiwzMiwzMiwzMmg0MTZjMTcuNjk2LDAsMzItMTQuMzA0LDMyLTMyVjM1Mkg0MzJ6Ii8+DQoJPC9nPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPGc+DQo8L2c+DQo8Zz4NCjwvZz4NCjxnPg0KPC9nPg0KPC9zdmc+DQo=)}"]}),j1.ctorParameters=()=>[{type:o.sBO}],j1.propDecorators={title:[{type:o.IIB}],config:[{type:o.IIB}],sidebarEvent:[{type:o.r_U}],toggleMenu:[{type:o.r_U}]};class Jn{constructor(){this.progress=0}ngOnChanges(c){c.progress&&c.progress.currentValue&&(this.progress=c.progress.currentValue)}}Jn.\u0275fac=function(c){return new(c||Jn)},Jn.\u0275cmp=o.Xpm({type:Jn,selectors:[["sb-player-start-page"]],inputs:{progress:"progress",title:"title"},features:[o.TTD],decls:10,vars:7,consts:[[1,"sb-player-splash-container",3,"ngClass"],[1,"sb-player-splash-container__header"],[1,"sb-player-splash-container__body","animated","fadeInDown"],[1,""],[1,"sb-player-splash-container__footer"],[1,"loading-text"],[1,"bg"],[1,"el"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0),o._UZ(1,"div",1),o.TgZ(2,"div",2)(3,"span",3),o._uU(4),o.qZA()(),o.TgZ(5,"div",4)(6,"div",5),o._uU(7),o.qZA(),o.TgZ(8,"div",6),o._UZ(9,"div",7),o.qZA()()()),2&c&&(o.Q6J("ngClass",o.VKq(5,S,100===p.progress)),o.xp6(4),o.Oqu(p.title),o.xp6(3),o.hij("Loading... ",p.progress,"%"),o.xp6(2),o.Udp("width",p.progress+"%"))},dependencies:[_.mk],styles:['.sb-player-splash-container[_ngcontent-%COMP%]{box-sizing:border-box;padding:1rem;height:100%;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;-webkit-box-align:center;align-items:center;-webkit-box-pack:justify;justify-content:space-between;opacity:1;background:var(--primary-theme);-webkit-transition:.3s ease-in;transition:.3s ease-in}.sb-player-splash-container.animateBg[_ngcontent-%COMP%]{opacity:0}.sb-player-splash-container__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;text-align:center;color:var(--gray-800);letter-spacing:0}.sb-player-splash-container__body[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{font-size:1.5rem;font-weight:700;letter-spacing:0;line-height:normal;word-break:break-word}.sb-player-splash-container__footer[_ngcontent-%COMP%]{color:var(--black);font-size:.75rem;line-height:1.25rem;display:-webkit-box;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;flex-direction:column;width:100%}@-webkit-keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@keyframes _ngcontent-%COMP%_loading{0%{width:0}100%{width:100%}}@-webkit-keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}@keyframes _ngcontent-%COMP%_percentage{1%{content:"1%"}2%{content:"2%"}3%{content:"3%"}4%{content:"4%"}5%{content:"5%"}6%{content:"6%"}7%{content:"7%"}8%{content:"8%"}9%{content:"9%"}10%{content:"10%"}11%{content:"11%"}12%{content:"12%"}13%{content:"13%"}14%{content:"14%"}15%{content:"15%"}16%{content:"16%"}17%{content:"17%"}18%{content:"18%"}19%{content:"19%"}20%{content:"20%"}21%{content:"21%"}22%{content:"22%"}23%{content:"23%"}24%{content:"24%"}25%{content:"25%"}26%{content:"26%"}27%{content:"27%"}28%{content:"28%"}29%{content:"29%"}30%{content:"30%"}31%{content:"31%"}32%{content:"32%"}33%{content:"33%"}34%{content:"34%"}35%{content:"35%"}36%{content:"36%"}37%{content:"37%"}38%{content:"38%"}39%{content:"39%"}40%{content:"40%"}41%{content:"41%"}42%{content:"42%"}43%{content:"43%"}44%{content:"44%"}45%{content:"45%"}46%{content:"46%"}47%{content:"47%"}48%{content:"48%"}49%{content:"49%"}50%{content:"50%"}51%{content:"51%"}52%{content:"52%"}53%{content:"53%"}54%{content:"54%"}55%{content:"55%"}56%{content:"56%"}57%{content:"57%"}58%{content:"58%"}59%{content:"59%"}60%{content:"60%"}61%{content:"61%"}62%{content:"62%"}63%{content:"63%"}64%{content:"64%"}65%{content:"65%"}66%{content:"66%"}67%{content:"67%"}68%{content:"68%"}69%{content:"69%"}70%{content:"70%"}71%{content:"71%"}72%{content:"72%"}73%{content:"73%"}74%{content:"74%"}75%{content:"75%"}76%{content:"76%"}77%{content:"77%"}78%{content:"78%"}79%{content:"79%"}80%{content:"80%"}81%{content:"81%"}82%{content:"82%"}83%{content:"83%"}84%{content:"84%"}85%{content:"85%"}86%{content:"86%"}87%{content:"87%"}88%{content:"88%"}89%{content:"89%"}90%{content:"90%"}91%{content:"91%"}92%{content:"92%"}93%{content:"93%"}94%{content:"94%"}95%{content:"95%"}96%{content:"96%"}97%{content:"97%"}98%{content:"98%"}99%{content:"99%"}100%{content:"100%"}}.bg[_ngcontent-%COMP%], .el[_ngcontent-%COMP%]{border-radius:.25rem;height:.5rem}.bg[_ngcontent-%COMP%]{background-color:var(--white)}.el[_ngcontent-%COMP%]{background-color:#f1635d;width:0%;-webkit-transition:.3s;transition:.3s}.loading-text[_ngcontent-%COMP%]{-ms-grid-row-align:center;align-self:center;margin-bottom:.5rem;color:var(--black)}@-webkit-keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInDown{0%{opacity:0;-webkit-transform:translateY(-20px);transform:translateY(-20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes _ngcontent-%COMP%_fadeInUp{0%{opacity:0;-webkit-transform:translateY(20px);transform:translateY(20px)}100%{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;-webkit-transform:translateX(100px);transform:translateX(100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes _ngcontent-%COMP%_fadeInLeftSide{0%{opacity:0;opacity:0;-webkit-transform:translateX(-100px);transform:translateX(-100px)}100%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}.fadeInDown[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInDown;animation-name:_ngcontent-%COMP%_fadeInDown}.fadeInUp[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInUp;animation-name:_ngcontent-%COMP%_fadeInUp}.fadeInLeftSide[_ngcontent-%COMP%], .fadeInRightSide[_ngcontent-%COMP%]{-webkit-animation-name:_ngcontent-%COMP%_fadeInLeftSide;animation-name:_ngcontent-%COMP%_fadeInLeftSide}.animated[_ngcontent-%COMP%]{-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:both;animation-fill-mode:both}']}),Jn.propDecorators={title:[{type:o.IIB}],progress:[{type:o.IIB}]};class En{constructor(){}ngOnInit(){window.addEventListener("offline",()=>{this.showOfflineAlert=!0,setTimeout(()=>{this.showOfflineAlert=!1},4e3)})}}En.\u0275fac=function(c){return new(c||En)},En.\u0275cmp=o.Xpm({type:En,selectors:[["sb-player-offline-alert"]],decls:1,vars:1,consts:[["class","offline-container",4,"ngIf"],[1,"offline-container"]],template:function(c,p){1&c&&o.YNc(0,ne,2,0,"div",0),2&c&&o.Q6J("ngIf",p.showOfflineAlert)},dependencies:[_.O5],styles:[":root{--sdk-offline-container:#fff}.offline-container[_ngcontent-%COMP%]{position:absolute;top:0;left:0;right:0;height:3rem;background:var(--tertiary-color);color:var(--sdk-offline-container);width:100%;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;z-index:999;-webkit-box-pack:center;justify-content:center;box-shadow:0 0 2px 2px #666;font-size:14px}"]}),En.ctorParameters=()=>[];class U1{}U1.\u0275fac=function(c){return new(c||U1)},U1.\u0275mod=o.oAB({type:U1}),U1.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class ln{constructor(){this.nextAction=new o.vpe}}ln.\u0275fac=function(c){return new(c||ln)},ln.\u0275cmp=o.Xpm({type:ln,selectors:[["sb-player-next-navigation"]],outputs:{nextAction:"nextAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-nextIcon","tabindex","0",1,"navigation-arrows","player-nextIcon","paginate","right","ml-4",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.nextAction.emit({type:"NEXT"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),ln.propDecorators={nextAction:[{type:o.r_U}]};class _n{constructor(){this.previousAction=new o.vpe}}_n.\u0275fac=function(c){return new(c||_n)},_n.\u0275cmp=o.Xpm({type:_n,selectors:[["sb-player-previous-navigation"]],outputs:{previousAction:"previousAction"},decls:3,vars:0,consts:[["aria-label","navigation-arrows-previousIcon","tabindex","0",1,"navigation-arrows","player-previousIcon","paginate","left",3,"click"]],template:function(c,p){1&c&&(o.TgZ(0,"button",0),o.NdJ("click",function(){return p.previousAction.emit({type:"PREVIOUS"})}),o._UZ(1,"i")(2,"i"),o.qZA())},styles:[_e]}),_n.propDecorators={previousAction:[{type:o.r_U}]};class u3{constructor(){this.actions=new o.vpe,this._config={rotation:!1,goto:!1,navigation:!1,zoom:!1}}set config(c){this._item=Object.assign(Object.assign({},this._config),c),this._config=this._item}get config(){return this._config}ngOnInit(){this.page=this.pageNumber}ngOnChanges(c){for(const p in c)if(c.hasOwnProperty(p))switch(p){case"pageNumber":this.page=c[p].currentValue,this.pageNumber=c[p].currentValue;break;case"totalPages":this.totalPages=c[p].currentValue}}zoomIn(){this.actions.emit({type:"ZOOM_IN"})}zoomOut(){this.actions.emit({type:"ZOOM_OUT"})}rotateCW(){this.actions.emit({type:"ROTATE_CW"})}gotoPage(){const c=parseInt(this.page,10);c>0&&c<=this.totalPages?(this.actions.emit({type:"NAVIGATE_TO_PAGE",data:c}),this.pageNumber=c):(this.actions.emit({type:"INVALID_PAGE_ERROR",data:c}),this.page=this.pageNumber)}}u3.\u0275fac=function(c){return new(c||u3)},u3.\u0275cmp=o.Xpm({type:u3,selectors:[["sb-player-header"]],inputs:{config:"config",pageNumber:"pageNumber",totalPages:"totalPages"},outputs:{actions:"actions"},features:[o.TTD],decls:7,vars:4,consts:[[1,"sb-player-header"],[1,"sb-player-header__panel","d-flex","flex-ai-center","flex-jc-flex-end"],["class","icon_rotate mr-8",4,"ngIf"],["class","player-zoom-btns d-flex mr-8",4,"ngIf"],["class","player-pagenumber",4,"ngIf"],["class","visible-only-landscape",4,"ngIf"],[1,"icon_rotate","mr-8"],["src","./assets/rotate-icon.svg","alt","rotate icon","tabindex","0","role","button","aria-label","rotate page",1,"rotate-icon",3,"click"],[1,"player-zoom-btns","d-flex","mr-8"],["type","button","tabindex","0","aria-label","zoom out","title","zoom out",1,"player-zoom-btns__zoombtn","zoomOut-btn",3,"click"],["type","button","tabindex","0","aria-label","zoom in","title","zoom in",1,"player-zoom-btns__zoombtn","zoomIn-btn",3,"click"],[1,"player-pagenumber"],["type","number","min","1",1,"page-count",3,"ngModel","max","ngModelChange"],["role","button","aria-label","Go to page","tabindex","0",1,"focus-arrow",3,"click"],["src","./assets/arrow-right.svg","alt","arrow-right","width","100%"],[1,"slash"],[1,"pageNumberFullcount"],[1,"visible-only-landscape"],[1,"d-flex","player-slides","ml-8"],[1,"d-flex","flex-ai-center",3,"previousAction"],[1,"d-flex","flex-ai-center",3,"nextAction"]],template:function(c,p){1&c&&(o.TgZ(0,"div")(1,"div",0)(2,"div",1),o.YNc(3,Qe,2,0,"div",2),o.YNc(4,Et,3,0,"div",3),o.YNc(5,O1,8,3,"div",4),o.YNc(6,f1,4,0,"div",5),o.qZA()()()),2&c&&(o.xp6(3),o.Q6J("ngIf",p.config.rotation),o.xp6(1),o.Q6J("ngIf",p.config.zoom),o.xp6(1),o.Q6J("ngIf",p.config.goto&&p.totalPages),o.xp6(1),o.Q6J("ngIf",p.config.navigation))},dependencies:[_.O5,H.Fj,H.wV,H.JJ,H.qQ,H.Fd,H.On,ln,_n],styles:[':root{--sdk-sb-player-header:#fff;--sdk-player-zoombtn:#000;--sdk-player-zoombtn-icon:#333;--sdk-player-zoombtn-icon-hover:#F2F2F2;--sdk-player-page-count-bg:#fff;--sdk-player-page-count-txt:#CCCCCC;--sdk-player-page-count-arrow:#333333}[_nghost-%COMP%] .sb-player-header[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:end;justify-content:flex-end;height:3rem;padding:.75em 1rem;background:var(--sdk-sb-player-header)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%]{border-radius:.25rem;overflow:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]{color:var(--sdk-player-zoombtn);text-align:center;line-height:.8rem;font-size:1.5rem;background-color:rgba(var(--rc-rgba-gray),.11);padding:0;-webkit-transition:.3s ease-in;transition:.3s ease-in;cursor:pointer;width:2rem;height:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{-webkit-mask-size:contain;-webkit-mask-repeat:no-repeat;mask-size:contain;mask-repeat:no-repeat;background-color:var(--sdk-player-zoombtn-icon)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns__zoombtn[_ngcontent-%COMP%]:hover{background:var(--sdk-player-zoombtn-icon-hover)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]{border-right:.063em solid rgba(var(--rc-rgba-gray),.1)}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomOut-btn[_ngcontent-%COMP%]::after{content:"-"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-zoom-btns[_ngcontent-%COMP%] .zoomIn-btn[_ngcontent-%COMP%]::after{content:"+"}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%]{font-size:1rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;position:relative}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]{height:2rem;width:3rem;border:.031em solid var(--sdk-player-page-count-txt);border-radius:.25rem;background-color:var(--sdk-player-page-count-bg);text-align:center}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus{border-radius:.25em 0 0 .25rem;outline:0}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%]{opacity:0;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;width:2.2rem;height:2rem;background:var(--sdk-player-page-count-arrow);border-radius:0 .25em .25em 0;position:absolute;left:calc(3rem - 0px);cursor:pointer}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%] ~ .focus-arrow[_ngcontent-%COMP%] img[_ngcontent-%COMP%]{width:50%}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .focus-arrow[_ngcontent-%COMP%]{opacity:1}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .slash[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .page-count[_ngcontent-%COMP%]:focus ~ .pageNumberFullcount[_ngcontent-%COMP%]{visibility:hidden}[_nghost-%COMP%] .sb-player-header__panel[_ngcontent-%COMP%] .player-pagenumber[_ngcontent-%COMP%] .slash[_ngcontent-%COMP%]{margin:0 .5rem}[_nghost-%COMP%] .player-zoom-btns-inline[_ngcontent-%COMP%]{display:inline-block}[_nghost-%COMP%] .player-replay[_ngcontent-%COMP%]{display:inline;padding:.5rem}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]{background:0 0;height:2rem;text-align:center;width:2rem;display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center;border-radius:.25rem;padding:.25rem;cursor:pointer;-webkit-transition:.3s ease-in;transition:.3s ease-in}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%]:hover{background:rgba(var(--rc-rgba-gray),.11)}[_nghost-%COMP%] .icon_rotate[_ngcontent-%COMP%] .rotate-icon[_ngcontent-%COMP%]{width:100%}[_nghost-%COMP%] sb-player-next-navigation[_ngcontent-%COMP%], [_nghost-%COMP%] sb-player-previous-navigation[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center;-webkit-box-pack:center;justify-content:center} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count:focus{border-radius:0 .25em .25rem 0!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow{left:auto;right:calc(3rem - 0px);border-radius:.25em 0 0 .25em!important} html[dir=rtl] .sb-player-header__panel .pdf-pagenumber .page-count~.focus-arrow img{-webkit-transform:rotate(180deg);transform:rotate(180deg)}']}),u3.propDecorators={pageNumber:[{type:o.IIB}],totalPages:[{type:o.IIB}],actions:[{type:o.r_U}],config:[{type:o.IIB}]};class d3{ngOnInit(){this.errorMsg||(this.errorMsg={messageHeader:Ot.contentPlayFailedHeader,messageTitle:Ot.contentPlayFailTitle})}}d3.\u0275fac=function(c){return new(c||d3)},d3.\u0275cmp=o.Xpm({type:d3,selectors:[["sb-player-contenterror"]],inputs:{errorMsg:"errorMsg"},decls:6,vars:2,consts:[[1,"playersdk-msg","playersdk-msg--error"],[1,"playersdk-msg__body"],[1,"playersdk-msg__text"],[1,"error-header"]],template:function(c,p){1&c&&(o.TgZ(0,"div",0)(1,"div",1)(2,"div",2)(3,"span",3),o._uU(4),o.qZA(),o._uU(5),o.qZA()()()),2&c&&(o.xp6(4),o.Oqu(p.errorMsg.messageHeader),o.xp6(1),o.hij(" ",p.errorMsg.messageTitle," "))},styles:[':root{--sdk-playersdk-text:#333;--sdk-playersdk-bg:#fbccd1;--sdk-playersdk-border:#ff4558;--sdk-playersdk-closeicon:#ff4558;--sdk-playersdk-error-header:#ff4558}.playersdk-msg[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:100%;max-width:20rem;margin-bottom:8px;padding:1rem;border:1px solid;border-radius:.5rem;border-width:0 0 0 .5rem;z-index:111111}.playersdk-msg--error[_ngcontent-%COMP%]{color:var(--sdk-playersdk-text);background:var(--sdk-playersdk-bg);border-color:var(--sdk-playersdk-border)}.playersdk-msg__body[_ngcontent-%COMP%]{display:-webkit-box;display:flex;-webkit-box-align:center;align-items:center}.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.875rem}@media (max-width:767px){.playersdk-msg__text[_ngcontent-%COMP%]{font-size:.75rem}}.playersdk-msg__close-icon[_ngcontent-%COMP%]{position:absolute;right:0;top:0;width:2rem;height:2rem;cursor:pointer}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after, .playersdk-msg__close-icon[_ngcontent-%COMP%]::before{content:" ";position:absolute;right:1rem;height:1rem;width:.125rem;top:.5rem;background:var(--sdk-playersdk-closeicon)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::before{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.playersdk-msg__close-icon[_ngcontent-%COMP%]::after{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.error-header[_ngcontent-%COMP%]{font-size:1.25rem;display:block;margin-bottom:.5rem;line-height:normal;color:var(--sdk-playersdk-error-header)}']}),d3.propDecorators={errorMsg:[{type:o.IIB}]};class U2{}U2.\u0275fac=function(c){return new(c||U2)},U2.\u0275mod=o.oAB({type:U2}),U2.\u0275inj=o.cJS({imports:[_.ez,H.u5]});class V2{}V2.\u0275fac=function(c){return new(c||V2)},V2.\u0275mod=o.oAB({type:V2}),V2.\u0275inj=o.cJS({imports:[U1,U2,U1,U2]})},232:function(_t){ /*! https://mths.be/cssescape v1.5.1 by @mathias | MIT license */ -var we;we=typeof global<"u"?global:this,ht.exports=function(we){if(we.CSS&&we.CSS.escape)return we.CSS.escape;var x=function(i){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var F,v=String(i),Z=v.length,$=-1,B="",Y=v.charCodeAt(0);++$=1&&F<=31||127==F||0==$&&F>=48&&F<=57||1==$&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==$&&1==Z&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+v.charAt($):v.charAt($):B+="\ufffd";return B};return we.CSS||(we.CSS={}),we.CSS.escape=x,x}(we)},7228:function(ht,we,x){var i; +var we;we=typeof global<"u"?global:this,_t.exports=function(we){if(we.CSS&&we.CSS.escape)return we.CSS.escape;var I=function(o){if(0==arguments.length)throw new TypeError("`CSS.escape` requires an argument.");for(var F,_=String(o),H=_.length,Q=-1,z="",Y=_.charCodeAt(0);++Q=1&&F<=31||127==F||0==Q&&F>=48&&F<=57||1==Q&&F>=48&&F<=57&&45==Y?"\\"+F.toString(16)+" ":0==Q&&1==H&&45==F||!(F>=128||45==F||95==F||F>=48&&F<=57||F>=65&&F<=90||F>=97&&F<=122)?"\\"+_.charAt(Q):_.charAt(Q):z+="\ufffd";return z};return we.CSS||(we.CSS={}),we.CSS.escape=I,I}(we)},228:function(_t,we,I){var o; /*! - * Platform.js - * Copyright 2014-2016 Benjamin Tan - * Copyright 2011-2013 John-David Dalton - * Available under MIT license - */ht=x.nmd(ht),function(){"use strict";var v={function:!0,object:!0},Z=v[typeof window]&&window||this,$=Z,F=v[typeof we]&&we,B=v.object&&ht&&!ht.nodeType&&ht,Y=F&&B&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(Z=Y);var X=Math.pow(2,53)-1,re=/\bOpera/,H=this,U=Object.prototype,se=U.hasOwnProperty,he=U.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=ae(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function ne(D,q){for(var pe in D)se.call(D,pe)&&q(D[pe],pe,D)}function fe(D){return null==D?ye(D):he.call(D).slice(8,-1)}function Ee(D,q){var pe=null!=D?typeof D[q]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(pe)||"object"==pe&&!D[q])}function Se(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Pe(D,q){var pe=null;return function Ne(D,q){var pe=-1,Ce=D?D.length:0;if("number"==typeof Ce&&Ce>-1&&Ce<=X)for(;++pe3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(nt)&&"WebKit"||!nt&&/\bMSIE\b/i.test(D)&&("Mac OS"==k?"Tasman":"Trident")||"WebKit"==nt&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(nt=[z]),"IE"==de&&(z=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",k="Windows Phone "+(/\+$/.test(z)?z:z+".x"),ut.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",k="Windows Phone 8.x",ut.unshift("desktop mode"),Ue||(Ue=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==nt&&(z=/\brv:([\d.]+)/.exec(D))&&(de&&ut.push("identifying as "+de+(Ue?" "+Ue:"")),de="IE",Ue=z[1]),lt){if(Ee(q,"global"))if($t&&(b1=(z=$t.lang.System).getProperty("os.arch"),k=k||z.getProperty("os.name")+" "+z.getProperty("os.version")),at&&Ee(q,"system")&&(z=[q.system])[0]){k||(k=z[0].os||null);try{z[1]=q.require("ringo/engine").version,Ue=z[1].join("."),de="RingoJS"}catch{z[0].global.system==q.system&&(de="Narwhal")}}else"object"==typeof q.process&&!q.process.browser&&(z=q.process)?(de="Node.js",b1=z.arch,k=z.platform,Ue=/[\d.]+/.exec(z.version)[0]):Pt&&(de="Rhino");else fe(z=q.runtime)==c1?(de="Adobe AIR",k=z.flash.system.Capabilities.os):fe(z=q.phantom)==It?(de="PhantomJS",Ue=(z=z.version||null)&&z.major+"."+z.minor+"."+z.patch):"number"==typeof Vt.documentMode&&(z=/\bTrident\/(\d+)/i.exec(D))&&(Ue=[Ue,Vt.documentMode],(z=+z[1]+4)!=Ue[1]&&(ut.push("IE "+Ue[1]+" mode"),nt&&(nt[1]=""),Ue[1]=z),Ue="IE"==de?String(Ue[1].toFixed(1)):Ue[0]);k=k&&ce(k)}Ue&&(z=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Ue)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(lt&&Ce.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(Ft=/b/i.test(z)?"beta":"alpha",Ue=Ue.replace(RegExp(z+"\\+?$"),"")+("beta"==Ft?q1:Bt)+(/\d+\+?/.exec(z)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(k)?de="Firefox Mobile":"Maxthon"==de&&Ue?Ue=Ue.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test(We)?(k=null,"Xbox 360"==We&&/\bIEMobile\b/.test(D)&&ut.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||We||/Browser|Mobi/.test(de))||"Windows CE"!=k&&!/Mobi/i.test(D)?"IE"==de&<&&null===q.external?ut.unshift("platform preview"):(/\bBlackBerry\b/.test(We)||/\bBB10\b/.test(D))&&(z=(RegExp(We.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Ue)?(k=((z=[z,/BB10/.test(D)])[1]?(We=null,ze="BlackBerry"):"Device Software")+" "+z[0],Ue=null):this!=ne&&"Wii"!=We&&(lt&&Nt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(k)||"IE"==de&&(k&&!/^Win/.test(k)&&Ue>5.5||/\bWindows XP\b/.test(k)&&Ue>8||8==Ue&&!/\bTrident\b/.test(D)))&&!re.test(z=W.call(ne,D.replace(re,"")+";"))&&z.name&&(z="ing as "+z.name+((z=z.version)?" "+z:""),re.test(de)?(/\bIE\b/.test(z)&&"Mac OS"==k&&(k=null),z="identify"+z):(z="mask"+z,de=Jt?ce(Jt.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(z)&&(k=null),lt||(Ue=null)),nt=["Presto"],ut.push(z)):de+=" Mobile",(z=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(z=[parseFloat(z.replace(/\.(\d)$/,".0$1")),z],"Safari"==de&&"+"==z[1].slice(-1)?(de="WebKit Nightly",Ft="alpha",Ue=z[1].slice(0,-1)):(Ue==z[1]||Ue==(z[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Ue=null),z[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==z[0]&&537.36==z[2]&&parseFloat(z[1])>=28&&"WebKit"==nt&&(nt=["Blink"]),lt&&(ct||z[1])?(nt&&(nt[1]="like Chrome"),z=z[1]||((z=z[0])<530?1:z<532?2:z<532.05?3:z<533?4:z<534.03?5:z<534.07?6:z<534.1?7:z<534.13?8:z<534.16?9:z<534.24?10:z<534.3?11:z<535.01?12:z<535.02?"13+":z<535.07?15:z<535.11?16:z<535.19?17:z<536.05?18:z<536.1?19:z<537.01?20:z<537.11?"21+":z<537.13?23:z<537.18?24:z<537.24?25:z<537.36?26:"Blink"!=nt?"27":"28")):(nt&&(nt[1]="like Safari"),z=(z=z[0])<400?1:z<500?2:z<526?3:z<533?4:z<534?"4+":z<535?5:z<537?6:z<538?7:z<601?8:"8"),nt&&(nt[1]+=" "+(z+="number"==typeof z?".x":/[.+]/.test(z)?"":"+")),"Safari"==de&&(!Ue||parseInt(Ue)>45)&&(Ue=z)),"Opera"==de&&(z=/\bzbov|zvav$/.exec(k))?(de+=" ",ut.unshift("desktop mode"),"zvav"==z?(de+="Mini",Ue=null):de+="Mobile",k=k.replace(RegExp(" *"+z+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(nt&&nt[1])&&(ut.unshift("desktop mode"),de="Chrome Mobile",Ue=null,/\bOS X\b/.test(k)?(ze="Apple",k="iOS 4.3+"):k=null),Ue&&0==Ue.indexOf(z=/[\d.]+$/.exec(k))&&D.indexOf("/"+z+"-")>-1&&(k=ae(k.replace(z,""))),nt&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(k)&&/\bSafari\b/.test(nt[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&nt[1])&&(z=nt[nt.length-1])&&ut.push(z),ut.length&&(ut=["("+ut.join("; ")+")"]),ze&&We&&We.indexOf(ze)<0&&ut.push("on "+ze),We&&ut.push((/^on /.test(ut[ut.length-1])?"":"on ")+We),k&&(z=/ ([\d.+]+)$/.exec(k),K1=z&&"/"==k.charAt(k.length-z[0].length-1),k={architecture:32,family:z&&!K1?k.replace(z[0],""):k,version:z?z[1]:null,toString:function(){var _e=this.version;return this.family+(_e&&!K1?" "+_e:"")+(64==this.architecture?" 64-bit":"")}}),(z=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(b1))&&!/\bi686\b/i.test(b1)?(k&&(k.architecture=64,k.family=k.family.replace(RegExp(" *"+z),"")),de&&(/\bWOW64\b/i.test(D)||lt&&/\w(?:86|32)$/.test(Ce.cpuClass||Ce.platform)&&!/\bWin64; x64\b/i.test(D))&&ut.unshift("32-bit")):k&&/^OS X/.test(k.family)&&"Chrome"==de&&parseFloat(Ue)>=39&&(k.architecture=64),D||(D=null);var Ye={};return Ye.description=D,Ye.layout=nt&&nt[0],Ye.manufacturer=ze,Ye.name=de,Ye.prerelease=Ft,Ye.product=We,Ye.ua=D,Ye.version=de&&Ue,Ye.os=k||{architecture:null,family:null,version:null,toString:function(){return"null"}},Ye.parse=W,Ye.toString=function je(){return this.description||""},Ye.version&&ut.unshift(Ue),Ye.name&&ut.unshift(de),k&&de&&!(k==String(k).split(" ")[0]&&(k==de.split(" ")[0]||We))&&ut.push(We?"("+k+")":"on "+k),ut.length&&(Ye.description=ut.join(" ")),Ye}();Z.platform=ge,void 0!==(i=function(){return ge}.call(we,x,we,ht))&&(ht.exports=i)}.call(this)},4666:(ht,we,x)=>{"use strict";x.d(we,{HT:()=>F,JF:()=>H1,K0:()=>Y,Mx:()=>et,O5:()=>w1,bD:()=>on,ez:()=>K,mk:()=>wt,q:()=>Z,w_:()=>B});var i=x(8008); -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let v=null;function Z(){return v}function F(y){v||(v=y)}class B{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Y=new i.OlP("DocumentToken"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class X{historyGo(g){throw new Error("Not implemented")}}X.\u0275fac=function(g){return new(g||X)},X.\u0275prov=i.Yz7({token:X,factory:function(){return function re(){return(0,i.LFG)(U)}()},providedIn:"platform"});new i.OlP("Location Initialized");class U extends X{constructor(g){super(),this._doc=g,this._init()}_init(){this.location=window.location,this._history=window.history}getBaseHrefFromDOM(){return Z().getBaseHref(this._doc)}onPopState(g){const I=Z().getGlobalEventTarget(this._doc,"window");return I.addEventListener("popstate",g,!1),()=>I.removeEventListener("popstate",g)}onHashChange(g){const I=Z().getGlobalEventTarget(this._doc,"window");return I.addEventListener("hashchange",g,!1),()=>I.removeEventListener("hashchange",g)}get href(){return this.location.href}get protocol(){return this.location.protocol}get hostname(){return this.location.hostname}get port(){return this.location.port}get pathname(){return this.location.pathname}get search(){return this.location.search}get hash(){return this.location.hash}set pathname(g){this.location.pathname=g}pushState(g,I,j){se()?this._history.pushState(g,I,j):this.location.hash=j}replaceState(g,I,j){se()?this._history.replaceState(g,I,j):this.location.hash=j}forward(){this._history.forward()}back(){this._history.back()}historyGo(g=0){this._history.go(g)}getState(){return this._history.state}}function se(){return!!window.history.pushState} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function ye(y,g){if(0==y.length)return g;if(0==g.length)return y;let I=0;return y.endsWith("/")&&I++,g.startsWith("/")&&I++,2==I?y+g.substring(1):1==I?y+g:y+"/"+g}function Oe(y){const g=y.match(/#|\?|$/),I=g&&g.index||y.length,j=I-("/"===y[I-1]?1:0);return y.slice(0,j)+y.slice(I)}function Ne(y){return y&&"?"!==y[0]?"?"+y:y} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */U.\u0275fac=function(g){return new(g||U)(i.LFG(Y))},U.\u0275prov=i.Yz7({token:U,factory:function(){return function he(){return new U((0,i.LFG)(Y))}()},providedIn:"platform"});class ce{historyGo(g){throw new Error("Not implemented")}}ce.\u0275fac=function(g){return new(g||ce)},ce.\u0275prov=i.Yz7({token:ce,factory:function(){return(0,i.f3M)(fe)},providedIn:"root"});const ne=new i.OlP("appBaseHref");class fe extends ce{constructor(g,I){var j,ue,Ie;super(),this._platformLocation=g,this._removeListenerFns=[],this._baseHref=null!==(j=null!==(ue=I??this._platformLocation.getBaseHrefFromDOM())&&void 0!==ue?ue:null===(Ie=(0,i.f3M)(Y).location)||void 0===Ie?void 0:Ie.origin)&&void 0!==j?j:""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}prepareExternalUrl(g){return ye(this._baseHref,g)}path(g=!1){const I=this._platformLocation.pathname+Ne(this._platformLocation.search),j=this._platformLocation.hash;return j&&g?`${I}${j}`:I}pushState(g,I,j,ue){const Ie=this.prepareExternalUrl(j+Ne(ue));this._platformLocation.pushState(g,I,Ie)}replaceState(g,I,j,ue){const Ie=this.prepareExternalUrl(j+Ne(ue));this._platformLocation.replaceState(g,I,Ie)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){var I,j;null===(I=(j=this._platformLocation).historyGo)||void 0===I||I.call(j,g)}}fe.\u0275fac=function(g){return new(g||fe)(i.LFG(X),i.LFG(ne,8))},fe.\u0275prov=i.Yz7({token:fe,factory:fe.\u0275fac,providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Ee extends ce{constructor(g,I){super(),this._platformLocation=g,this._baseHref="",this._removeListenerFns=[],null!=I&&(this._baseHref=I)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}path(g=!1){let I=this._platformLocation.hash;return null==I&&(I="#"),I.length>0?I.substring(1):I}prepareExternalUrl(g){const I=ye(this._baseHref,g);return I.length>0?"#"+I:I}pushState(g,I,j,ue){let Ie=this.prepareExternalUrl(j+Ne(ue));0==Ie.length&&(Ie=this._platformLocation.pathname),this._platformLocation.pushState(g,I,Ie)}replaceState(g,I,j,ue){let Ie=this.prepareExternalUrl(j+Ne(ue));0==Ie.length&&(Ie=this._platformLocation.pathname),this._platformLocation.replaceState(g,I,Ie)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){var I,j;null===(I=(j=this._platformLocation).historyGo)||void 0===I||I.call(j,g)}}Ee.\u0275fac=function(g){return new(g||Ee)(i.LFG(X),i.LFG(ne,8))},Ee.\u0275prov=i.Yz7({token:Ee,factory:Ee.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Se{constructor(g){this._subject=new i.vpe,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=g;const I=this._locationStrategy.getBaseHref();this._baseHref=Oe(W(I)),this._locationStrategy.onPopState(j=>{this._subject.emit({url:this.path(!0),pop:!0,state:j.state,type:j.type})})}ngOnDestroy(){var g;null===(g=this._urlChangeSubscription)||void 0===g||g.unsubscribe(),this._urlChangeListeners=[]}path(g=!1){return this.normalize(this._locationStrategy.path(g))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(g,I=""){return this.path()==this.normalize(g+Ne(I))}normalize(g){return Se.stripTrailingSlash(function ae(y,g){return y&&g.startsWith(y)?g.substring(y.length):g}(this._baseHref,W(g)))}prepareExternalUrl(g){return g&&"/"!==g[0]&&(g="/"+g),this._locationStrategy.prepareExternalUrl(g)}go(g,I="",j=null){this._locationStrategy.pushState(j,"",g,I),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+Ne(I)),j)}replaceState(g,I="",j=null){this._locationStrategy.replaceState(j,"",g,I),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+Ne(I)),j)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(g=0){var I,j;null===(I=(j=this._locationStrategy).historyGo)||void 0===I||I.call(j,g)}onUrlChange(g){return this._urlChangeListeners.push(g),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(I=>{this._notifyUrlChangeListeners(I.url,I.state)})),()=>{const I=this._urlChangeListeners.indexOf(g);var j;(this._urlChangeListeners.splice(I,1),0===this._urlChangeListeners.length)&&(null===(j=this._urlChangeSubscription)||void 0===j||j.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(g="",I){this._urlChangeListeners.forEach(j=>j(g,I))}subscribe(g,I,j){return this._subject.subscribe({next:g,error:I,complete:j})}}function W(y){return y.replace(/\/index.html$/,"")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */Se.normalizeQueryParams=Ne,Se.joinWithSlash=ye,Se.stripTrailingSlash=Oe,Se.\u0275fac=function(g){return new(g||Se)(i.LFG(ce))},Se.\u0275prov=i.Yz7({token:Se,factory:function(){return function Pe(){return new Se((0,i.LFG)(ce))}()},providedIn:"root"});const ge={ADP:[void 0,void 0,0],AFN:[void 0,"\u060b",0],ALL:[void 0,void 0,0],AMD:[void 0,"\u058f",2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],AZN:[void 0,"\u20bc"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"\u09f3"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,void 0,2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN\xa5","\xa5"],COP:[void 0,"$",2],CRC:[void 0,"\u20a1",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"K\u010d",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E\xa3"],ESP:[void 0,"\u20a7",0],EUR:["\u20ac"],FJD:[void 0,"$"],FKP:[void 0,"\xa3"],GBP:["\xa3"],GEL:[void 0,"\u20be"],GHS:[void 0,"GH\u20b5"],GIP:[void 0,"\xa3"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["\u20aa"],INR:["\u20b9"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["\xa5",void 0,0],KHR:[void 0,"\u17db"],KMF:[void 0,"CF",0],KPW:[void 0,"\u20a9",0],KRW:["\u20a9",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"\u20b8"],LAK:[void 0,"\u20ad",0],LBP:[void 0,"L\xa3",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"\u20ae",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"\u20a6"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:["\u20b1"],PKR:[void 0,"Rs",2],PLN:[void 0,"z\u0142"],PYG:[void 0,"\u20b2",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"\u20bd"],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"\xa3"],SLE:[void 0,void 0,2],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"\xa3"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"\xa3",0],THB:[void 0,"\u0e3f"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"\u20ba"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"\u20b4"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["\u20ab",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["F\u202fCFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["\xa4"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var D,y,q,pe,Ce,Ve,at,ct;function Bt(y,g){return We((0,i.cg1)(y)[i.wAp.DateFormat],g)}function q1(y,g){return We((0,i.cg1)(y)[i.wAp.TimeFormat],g)}function Vt(y,g){return We((0,i.cg1)(y)[i.wAp.DateTimeFormat],g)}function Nt(y,g){const I=(0,i.cg1)(y),j=I[i.wAp.NumberSymbols][g];if(typeof j>"u"){if(g===at.CurrencyDecimal)return I[i.wAp.NumberSymbols][at.Decimal];if(g===at.CurrencyGroup)return I[i.wAp.NumberSymbols][at.Group]}return j}function Jt(y,g){return(0,i.cg1)(y)[i.wAp.NumberFormats][g]}(y=D||(D={}))[y.Decimal=0]="Decimal",y[y.Percent=1]="Percent",y[y.Currency=2]="Currency",y[y.Scientific=3]="Scientific",function(y){y[y.Zero=0]="Zero",y[y.One=1]="One",y[y.Two=2]="Two",y[y.Few=3]="Few",y[y.Many=4]="Many",y[y.Other=5]="Other"}(q||(q={})),function(y){y[y.Format=0]="Format",y[y.Standalone=1]="Standalone"}(pe||(pe={})),function(y){y[y.Narrow=0]="Narrow",y[y.Abbreviated=1]="Abbreviated",y[y.Wide=2]="Wide",y[y.Short=3]="Short"}(Ce||(Ce={})),function(y){y[y.Short=0]="Short",y[y.Medium=1]="Medium",y[y.Long=2]="Long",y[y.Full=3]="Full"}(Ve||(Ve={})),function(y){y[y.Decimal=0]="Decimal",y[y.Group=1]="Group",y[y.List=2]="List",y[y.PercentSign=3]="PercentSign",y[y.PlusSign=4]="PlusSign",y[y.MinusSign=5]="MinusSign",y[y.Exponential=6]="Exponential",y[y.SuperscriptingExponent=7]="SuperscriptingExponent",y[y.PerMille=8]="PerMille",y[y.Infinity=9]="Infinity",y[y.NaN=10]="NaN",y[y.TimeSeparator=11]="TimeSeparator",y[y.CurrencyDecimal=12]="CurrencyDecimal",y[y.CurrencyGroup=13]="CurrencyGroup"}(at||(at={})),function(y){y[y.Sunday=0]="Sunday",y[y.Monday=1]="Monday",y[y.Tuesday=2]="Tuesday",y[y.Wednesday=3]="Wednesday",y[y.Thursday=4]="Thursday",y[y.Friday=5]="Friday",y[y.Saturday=6]="Saturday"}(ct||(ct={}));const lt=i.kL8;function Ue(y){if(!y[i.wAp.ExtraData])throw new Error(`Missing extra locale data for the locale "${y[i.wAp.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function We(y,g){for(let I=g;I>-1;I--)if(typeof y[I]<"u")return y[I];throw new Error("Locale data API: locale data undefined")}function ze(y){const[g,I]=y.split(":");return{hours:+g,minutes:+I}}function k(y,g,I="en"){const j=function Ft(y){return(0,i.cg1)(y)[i.wAp.Currencies]}(I)[y]||ge[y]||[],ue=j[1];return"narrow"===g&&"string"==typeof ue?ue:j[0]||y} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const ee=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,me={},xe=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var Fe,je,Ye;function _e(y,g,I,j){let ue=function A1(y){if(r2(y))return y;if("number"==typeof y&&!isNaN(y))return new Date(y);if("string"==typeof y){if(y=y.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(y)){const[ue,Ie=1,Xe=1]=y.split("-").map(ft=>+ft);return P(ue,Ie-1,Xe)}const I=parseFloat(y);if(!isNaN(y-I))return new Date(I);let j;if(j=y.match(ee))return function Un(y){const g=new Date(0);let I=0,j=0;const ue=y[8]?g.setUTCFullYear:g.setFullYear,Ie=y[8]?g.setUTCHours:g.setHours;y[9]&&(I=Number(y[9]+y[10]),j=Number(y[9]+y[11])),ue.call(g,Number(y[1]),Number(y[2])-1,Number(y[3]));const Xe=Number(y[4]||0)-I,ft=Number(y[5]||0)-j,o1=Number(y[6]||0),Zt=Math.floor(1e3*parseFloat("0."+(y[7]||0)));return Ie.call(g,Xe,ft,o1,Zt),g}(j)}const g=new Date(y);if(!r2(g))throw new Error(`Unable to convert "${y}" into a date`);return g}(y);g=V(I,g)||g;let ft,Xe=[];for(;g;){if(ft=xe.exec(g),!ft){Xe.push(g);break}{Xe=Xe.concat(ft.slice(1));const a1=Xe.pop();if(!a1)break;g=a1}}let o1=ue.getTimezoneOffset();j&&(o1=Vn(j,o1),ue=function Y1(y,g,I){const j=I?-1:1,ue=y.getTimezoneOffset(),Ie=Vn(g,ue);return function Gn(y,g){return(y=new Date(y.getTime())).setMinutes(y.getMinutes()+g),y}(y,j*(Ie-ue))}(ue,j,!0));let Zt="";return Xe.forEach(a1=>{const Wt=function n2(y){if(dn[y])return dn[y];let g;switch(y){case"G":case"GG":case"GGG":g=$e(Ye.Eras,Ce.Abbreviated);break;case"GGGG":g=$e(Ye.Eras,Ce.Wide);break;case"GGGGG":g=$e(Ye.Eras,Ce.Narrow);break;case"y":g=yt(je.FullYear,1,0,!1,!0);break;case"yy":g=yt(je.FullYear,2,0,!0,!0);break;case"yyy":g=yt(je.FullYear,3,0,!1,!0);break;case"yyyy":g=yt(je.FullYear,4,0,!1,!0);break;case"Y":g=Ct(1);break;case"YY":g=Ct(2,!0);break;case"YYY":g=Ct(3);break;case"YYYY":g=Ct(4);break;case"M":case"L":g=yt(je.Month,1,1);break;case"MM":case"LL":g=yt(je.Month,2,1);break;case"MMM":g=$e(Ye.Months,Ce.Abbreviated);break;case"MMMM":g=$e(Ye.Months,Ce.Wide);break;case"MMMMM":g=$e(Ye.Months,Ce.Narrow);break;case"LLL":g=$e(Ye.Months,Ce.Abbreviated,pe.Standalone);break;case"LLLL":g=$e(Ye.Months,Ce.Wide,pe.Standalone);break;case"LLLLL":g=$e(Ye.Months,Ce.Narrow,pe.Standalone);break;case"w":g=Q1(1);break;case"ww":g=Q1(2);break;case"W":g=Q1(1,!0);break;case"d":g=yt(je.Date,1);break;case"dd":g=yt(je.Date,2);break;case"c":case"cc":g=yt(je.Day,1);break;case"ccc":g=$e(Ye.Days,Ce.Abbreviated,pe.Standalone);break;case"cccc":g=$e(Ye.Days,Ce.Wide,pe.Standalone);break;case"ccccc":g=$e(Ye.Days,Ce.Narrow,pe.Standalone);break;case"cccccc":g=$e(Ye.Days,Ce.Short,pe.Standalone);break;case"E":case"EE":case"EEE":g=$e(Ye.Days,Ce.Abbreviated);break;case"EEEE":g=$e(Ye.Days,Ce.Wide);break;case"EEEEE":g=$e(Ye.Days,Ce.Narrow);break;case"EEEEEE":g=$e(Ye.Days,Ce.Short);break;case"a":case"aa":case"aaa":g=$e(Ye.DayPeriods,Ce.Abbreviated);break;case"aaaa":g=$e(Ye.DayPeriods,Ce.Wide);break;case"aaaaa":g=$e(Ye.DayPeriods,Ce.Narrow);break;case"b":case"bb":case"bbb":g=$e(Ye.DayPeriods,Ce.Abbreviated,pe.Standalone,!0);break;case"bbbb":g=$e(Ye.DayPeriods,Ce.Wide,pe.Standalone,!0);break;case"bbbbb":g=$e(Ye.DayPeriods,Ce.Narrow,pe.Standalone,!0);break;case"B":case"BB":case"BBB":g=$e(Ye.DayPeriods,Ce.Abbreviated,pe.Format,!0);break;case"BBBB":g=$e(Ye.DayPeriods,Ce.Wide,pe.Format,!0);break;case"BBBBB":g=$e(Ye.DayPeriods,Ce.Narrow,pe.Format,!0);break;case"h":g=yt(je.Hours,1,-12);break;case"hh":g=yt(je.Hours,2,-12);break;case"H":g=yt(je.Hours,1);break;case"HH":g=yt(je.Hours,2);break;case"m":g=yt(je.Minutes,1);break;case"mm":g=yt(je.Minutes,2);break;case"s":g=yt(je.Seconds,1);break;case"ss":g=yt(je.Seconds,2);break;case"S":g=yt(je.FractionalSeconds,1);break;case"SS":g=yt(je.FractionalSeconds,2);break;case"SSS":g=yt(je.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":g=v1(Fe.Short);break;case"ZZZZZ":g=v1(Fe.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":g=v1(Fe.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":g=v1(Fe.Long);break;default:return null}return dn[y]=g,g}(a1);Zt+=Wt?Wt(ue,I,o1):"''"===a1?"'":a1.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),Zt}function P(y,g,I){const j=new Date(0);return j.setFullYear(y,g,I),j.setHours(0,0,0),j}function V(y,g){const I=function At(y){return(0,i.cg1)(y)[i.wAp.LocaleId]}(y);if(me[I]=me[I]||{},me[I][g])return me[I][g];let j="";switch(g){case"shortDate":j=Bt(y,Ve.Short);break;case"mediumDate":j=Bt(y,Ve.Medium);break;case"longDate":j=Bt(y,Ve.Long);break;case"fullDate":j=Bt(y,Ve.Full);break;case"shortTime":j=q1(y,Ve.Short);break;case"mediumTime":j=q1(y,Ve.Medium);break;case"longTime":j=q1(y,Ve.Long);break;case"fullTime":j=q1(y,Ve.Full);break;case"short":const ue=V(y,"shortTime"),Ie=V(y,"shortDate");j=le(Vt(y,Ve.Short),[ue,Ie]);break;case"medium":const Xe=V(y,"mediumTime"),ft=V(y,"mediumDate");j=le(Vt(y,Ve.Medium),[Xe,ft]);break;case"long":const o1=V(y,"longTime"),Zt=V(y,"longDate");j=le(Vt(y,Ve.Long),[o1,Zt]);break;case"full":const a1=V(y,"fullTime"),Wt=V(y,"fullDate");j=le(Vt(y,Ve.Full),[a1,Wt])}return j&&(me[I][g]=j),j}function le(y,g){return g&&(y=y.replace(/\{([^}]+)}/g,function(I,j){return null!=g&&j in g?g[j]:I})),y}function He(y,g,I="-",j,ue){let Ie="";(y<0||ue&&y<=0)&&(ue?y=1-y:(y=-y,Ie=I));let Xe=String(y);for(;Xe.length0||ft>-I)&&(ft+=I),y===je.Hours)0===ft&&-12===I&&(ft=12);else if(y===je.FractionalSeconds)return function pt(y,g){return He(y,3).substring(0,g)}(ft,g);const o1=Nt(Xe,at.MinusSign);return He(ft,g,o1,j,ue)}}function $e(y,g,I=pe.Format,j=!1){return function(ue,Ie){return function Ht(y,g,I,j,ue,Ie){switch(I){case Ye.Months:return function St(y,g,I){const j=(0,i.cg1)(y),Ie=We([j[i.wAp.MonthsFormat],j[i.wAp.MonthsStandalone]],g);return We(Ie,I)}(g,ue,j)[y.getMonth()];case Ye.Days:return function zt(y,g,I){const j=(0,i.cg1)(y),Ie=We([j[i.wAp.DaysFormat],j[i.wAp.DaysStandalone]],g);return We(Ie,I)}(g,ue,j)[y.getDay()];case Ye.DayPeriods:const Xe=y.getHours(),ft=y.getMinutes();if(Ie){const Zt=function K1(y){const g=(0,i.cg1)(y);return Ue(g),(g[i.wAp.ExtraData][2]||[]).map(j=>"string"==typeof j?ze(j):[ze(j[0]),ze(j[1])])}(g),a1=function nt(y,g,I){const j=(0,i.cg1)(y);Ue(j);const Ie=We([j[i.wAp.ExtraData][0],j[i.wAp.ExtraData][1]],g)||[];return We(Ie,I)||[]}(g,ue,j),Wt=Zt.findIndex(R1=>{if(Array.isArray(R1)){const[g1,C1]=R1,k2=Xe>=g1.hours&&ft>=g1.minutes,x1=Xe0?Math.floor(ue/60):Math.ceil(ue/60);switch(y){case Fe.Short:return(ue>=0?"+":"")+He(Xe,2,Ie)+He(Math.abs(ue%60),2,Ie);case Fe.ShortGMT:return"GMT"+(ue>=0?"+":"")+He(Xe,1,Ie);case Fe.Long:return"GMT"+(ue>=0?"+":"")+He(Xe,2,Ie)+":"+He(Math.abs(ue%60),2,Ie);case Fe.Extended:return 0===j?"Z":(ue>=0?"+":"")+He(Xe,2,Ie)+":"+He(Math.abs(ue%60),2,Ie);default:throw new Error(`Unknown zone width "${y}"`)}}}!function(y){y[y.Short=0]="Short",y[y.ShortGMT=1]="ShortGMT",y[y.Long=2]="Long",y[y.Extended=3]="Extended"}(Fe||(Fe={})),function(y){y[y.FullYear=0]="FullYear",y[y.Month=1]="Month",y[y.Date=2]="Date",y[y.Hours=3]="Hours",y[y.Minutes=4]="Minutes",y[y.Seconds=5]="Seconds",y[y.FractionalSeconds=6]="FractionalSeconds",y[y.Day=7]="Day"}(je||(je={})),function(y){y[y.DayPeriods=0]="DayPeriods",y[y.Days=1]="Days",y[y.Months=2]="Months",y[y.Eras=3]="Eras"}(Ye||(Ye={}));function X1(y){return P(y.getFullYear(),y.getMonth(),y.getDate()+(4-y.getDay()))}function Q1(y,g=!1){return function(I,j){let ue;if(g){const Ie=new Date(I.getFullYear(),I.getMonth(),1).getDay()-1,Xe=I.getDate();ue=1+Math.floor((Xe+Ie)/7)}else{const Ie=X1(I),Xe=function Gt(y){const g=P(y,0,1).getDay();return P(y,0,1+(g<=4?4:11)-g)}(Ie.getFullYear()),ft=Ie.getTime()-Xe.getTime();ue=1+Math.round(ft/6048e5)}return He(ue,y,Nt(j,at.MinusSign))}}function Ct(y,g=!1){return function(I,j){return He(X1(I).getFullYear(),y,Nt(j,at.MinusSign),g)}}const dn={};function Vn(y,g){y=y.replace(/:/g,"");const I=Date.parse("Jan 01, 1970 00:00:00 "+y)/6e4;return isNaN(I)?g:I}function r2(y){return y instanceof Date&&!isNaN(y.valueOf())} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const G1=/^(\d+)?\.((\d+)(-(\d+))?)?$/,T="0";function bt(y,g,I,j,ue,Ie,Xe=!1){let ft="",o1=!1;if(isFinite(y)){let Zt=function Mt(y){let j,ue,Ie,Xe,ft,g=Math.abs(y)+"",I=0;for((ue=g.indexOf("."))>-1&&(g=g.replace(".","")),(Ie=g.search(/e/i))>0?(ue<0&&(ue=Ie),ue+=+g.slice(Ie+1),g=g.substring(0,Ie)):ue<0&&(ue=g.length),Ie=0;g.charAt(Ie)===T;Ie++);if(Ie===(ft=g.length))j=[0],ue=1;else{for(ft--;g.charAt(ft)===T;)ft--;for(ue-=Ie,j=[],Xe=0;Ie<=ft;Ie++,Xe++)j[Xe]=Number(g.charAt(Ie))}return ue>22&&(j=j.splice(0,21),I=ue-1,ue=1),{digits:j,exponent:I,integerLen:ue}}(y);Xe&&(Zt=function ke(y){if(0===y.digits[0])return y;const g=y.digits.length-y.integerLen;return y.exponent?y.exponent+=2:(0===g?y.digits.push(0,0):1===g&&y.digits.push(0),y.integerLen+=2),y}(Zt));let a1=g.minInt,Wt=g.minFrac,R1=g.maxFrac;if(Ie){const l1=Ie.match(G1);if(null===l1)throw new Error(`${Ie} is not a valid digit info`);const t3=l1[1],h3=l1[3],g3=l1[5];null!=t3&&(a1=P1(t3)),null!=h3&&(Wt=P1(h3)),null!=g3?R1=P1(g3):null!=h3&&Wt>R1&&(R1=Wt)}!function _1(y,g,I){if(g>I)throw new Error(`The minimum number of digits after fraction (${g}) is higher than the maximum (${I}).`);let j=y.digits,ue=j.length-y.integerLen;const Ie=Math.min(Math.max(g,ue),I);let Xe=Ie+y.integerLen,ft=j[Xe];if(Xe>0){j.splice(Math.max(y.integerLen,Xe));for(let Wt=Xe;Wt=5)if(Xe-1<0){for(let Wt=0;Wt>Xe;Wt--)j.unshift(0),y.integerLen++;j.unshift(1),y.integerLen++}else j[Xe-1]++;for(;ue=Zt?C1.pop():o1=!1),R1>=10?1:0},0);a1&&(j.unshift(a1),y.integerLen++)}(Zt,Wt,R1);let g1=Zt.digits,C1=Zt.integerLen;const k2=Zt.exponent;let x1=[];for(o1=g1.every(l1=>!l1);C10?x1=g1.splice(C1,g1.length):(x1=g1,g1=[0]);const kn=[];for(g1.length>=g.lgSize&&kn.unshift(g1.splice(-g.lgSize,g1.length).join(""));g1.length>g.gSize;)kn.unshift(g1.splice(-g.gSize,g1.length).join(""));g1.length&&kn.unshift(g1.join("")),ft=kn.join(Nt(I,j)),x1.length&&(ft+=Nt(I,ue)+x1.join("")),k2&&(ft+=Nt(I,at.Exponential)+"+"+k2)}else ft=Nt(I,at.Infinity);return ft=y<0&&!o1?g.negPre+ft+g.negSuf:g.posPre+ft+g.posSuf,ft}function t1(y,g,I,j,ue){const Xe=N1(Jt(g,D.Currency),Nt(g,at.MinusSign));return Xe.minFrac=function Re(y){let g;const I=ge[y];return I&&(g=I[2]),"number"==typeof g?g:2}(j),Xe.maxFrac=Xe.minFrac,bt(y,Xe,g,at.CurrencyGroup,at.CurrencyDecimal,ue).replace("\xa4",I).replace("\xa4","").trim()}function N1(y,g="-"){const I={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},j=y.split(";"),ue=j[0],Ie=j[1],Xe=-1!==ue.indexOf(".")?ue.split("."):[ue.substring(0,ue.lastIndexOf(T)+1),ue.substring(ue.lastIndexOf(T)+1)],ft=Xe[0],o1=Xe[1]||"";I.posPre=ft.substring(0,ft.indexOf("#"));for(let a1=0;a1-1||(ue=I.getPluralCategory(y,j),g.indexOf(ue)>-1))return ue;if(g.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${y}"`)}pn.\u0275fac=function(g){return new(g||pn)},pn.\u0275prov=i.Yz7({token:pn,factory:function(g){let I=null;return g?I=new g:(j=i.LFG(i.soG),I=new d1(j)),I;var j},providedIn:"root"});class d1 extends pn{constructor(g){super(),this.locale=g}getPluralCategory(g,I){switch(lt(I||this.locale)(g)){case q.Zero:return"zero";case q.One:return"one";case q.Two:return"two";case q.Few:return"few";case q.Many:return"many";default:return"other"}}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function et(y,g){g=encodeURIComponent(g);for(const I of y.split(";")){const j=I.indexOf("="),[ue,Ie]=-1==j?[I,""]:[I.slice(0,j),I.slice(j+1)];if(ue.trim()===g)return decodeURIComponent(Ie)}return null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */d1.\u0275fac=function(g){return new(g||d1)(i.LFG(i.soG))},d1.\u0275prov=i.Yz7({token:d1,factory:d1.\u0275fac});class wt{constructor(g,I,j,ue){this._iterableDiffers=g,this._keyValueDiffers=I,this._ngEl=j,this._renderer=ue,this._iterableDiffer=null,this._keyValueDiffer=null,this._initialClasses=[],this._rawClass=null}set klass(g){this._removeClasses(this._initialClasses),this._initialClasses="string"==typeof g?g.split(/\s+/):[],this._applyClasses(this._initialClasses),this._applyClasses(this._rawClass)}set ngClass(g){this._removeClasses(this._rawClass),this._applyClasses(this._initialClasses),this._iterableDiffer=null,this._keyValueDiffer=null,this._rawClass="string"==typeof g?g.split(/\s+/):g,this._rawClass&&((0,i.sIi)(this._rawClass)?this._iterableDiffer=this._iterableDiffers.find(this._rawClass).create():this._keyValueDiffer=this._keyValueDiffers.find(this._rawClass).create())}ngDoCheck(){if(this._iterableDiffer){const g=this._iterableDiffer.diff(this._rawClass);g&&this._applyIterableChanges(g)}else if(this._keyValueDiffer){const g=this._keyValueDiffer.diff(this._rawClass);g&&this._applyKeyValueChanges(g)}}_applyKeyValueChanges(g){g.forEachAddedItem(I=>this._toggleClass(I.key,I.currentValue)),g.forEachChangedItem(I=>this._toggleClass(I.key,I.currentValue)),g.forEachRemovedItem(I=>{I.previousValue&&this._toggleClass(I.key,!1)})}_applyIterableChanges(g){g.forEachAddedItem(I=>{if("string"!=typeof I.item)throw new Error(`NgClass can only toggle CSS classes expressed as strings, got ${(0,i.AaK)(I.item)}`);this._toggleClass(I.item,!0)}),g.forEachRemovedItem(I=>this._toggleClass(I.item,!1))}_applyClasses(g){g&&(Array.isArray(g)||g instanceof Set?g.forEach(I=>this._toggleClass(I,!0)):Object.keys(g).forEach(I=>this._toggleClass(I,!!g[I])))}_removeClasses(g){g&&(Array.isArray(g)||g instanceof Set?g.forEach(I=>this._toggleClass(I,!1)):Object.keys(g).forEach(I=>this._toggleClass(I,!1)))}_toggleClass(g,I){(g=g.trim())&&g.split(/\s+/g).forEach(j=>{I?this._renderer.addClass(this._ngEl.nativeElement,j):this._renderer.removeClass(this._ngEl.nativeElement,j)})}}wt.\u0275fac=function(g){return new(g||wt)(i.Y36(i.ZZ4),i.Y36(i.aQg),i.Y36(i.SBq),i.Y36(i.Qsj))},wt.\u0275dir=i.lG2({type:wt,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"},standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class rt{constructor(g){this._viewContainerRef=g,this.ngComponentOutlet=null}ngOnChanges(g){const{_viewContainerRef:I,ngComponentOutletNgModule:j,ngComponentOutletNgModuleFactory:ue}=this;if(I.clear(),this._componentRef=void 0,this.ngComponentOutlet){const Ie=this.ngComponentOutletInjector||I.parentInjector;(g.ngComponentOutletNgModule||g.ngComponentOutletNgModuleFactory)&&(this._moduleRef&&this._moduleRef.destroy(),this._moduleRef=j?(0,i.Lck)(j,qt(Ie)):ue?ue.create(qt(Ie)):void 0),this._componentRef=I.createComponent(this.ngComponentOutlet,{index:I.length,injector:Ie,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}function qt(y){return y.get(i.h0i).injector} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */rt.\u0275fac=function(g){return new(g||rt)(i.Y36(i.s_b))},rt.\u0275dir=i.lG2({type:rt,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},standalone:!0,features:[i.TTD]});class Hn{constructor(g,I,j,ue){this.$implicit=g,this.ngForOf=I,this.index=j,this.count=ue}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class n1{constructor(g,I,j){this._viewContainer=g,this._template=I,this._differs=j,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForOf(g){this._ngForOf=g,this._ngForOfDirty=!0}set ngForTrackBy(g){this._trackByFn=g}get ngForTrackBy(){return this._trackByFn}set ngForTemplate(g){g&&(this._template=g)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const g=this._ngForOf;!this._differ&&g&&(this._differ=this._differs.find(g).create(this.ngForTrackBy))}if(this._differ){const g=this._differ.diff(this._ngForOf);g&&this._applyChanges(g)}}_applyChanges(g){const I=this._viewContainer;g.forEachOperation((j,ue,Ie)=>{if(null==j.previousIndex)I.createEmbeddedView(this._template,new Hn(j.item,this._ngForOf,-1,-1),null===Ie?void 0:Ie);else if(null==Ie)I.remove(null===ue?void 0:ue);else if(null!==ue){const Xe=I.get(ue);I.move(Xe,Ie),s1(Xe,j)}});for(let j=0,ue=I.length;j{s1(I.get(j.currentIndex),j)})}static ngTemplateContextGuard(g,I){return!0}}function s1(y,g){y.context.$implicit=g.item}n1.\u0275fac=function(g){return new(g||n1)(i.Y36(i.s_b),i.Y36(i.Rgc),i.Y36(i.ZZ4))},n1.\u0275dir=i.lG2({type:n1,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class w1{constructor(g,I){this._viewContainer=g,this._context=new k1,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=I}set ngIf(g){this._context.$implicit=this._context.ngIf=g,this._updateView()}set ngIfThen(g){Tn("ngIfThen",g),this._thenTemplateRef=g,this._thenViewRef=null,this._updateView()}set ngIfElse(g){Tn("ngIfElse",g),this._elseTemplateRef=g,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(g,I){return!0}}w1.\u0275fac=function(g){return new(g||w1)(i.Y36(i.s_b),i.Y36(i.Rgc))},w1.\u0275dir=i.lG2({type:w1,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0});class k1{constructor(){this.$implicit=null,this.ngIf=null}}function Tn(y,g){if(g&&!g.createEmbeddedView)throw new Error(`${y} must be a TemplateRef, but received '${(0,i.AaK)(g)}'.`)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class f2{constructor(g,I){this._viewContainerRef=g,this._templateRef=I,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(g){g&&!this._created?this.create():!g&&this._created&&this.destroy()}}class Yt{constructor(){this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(g){this._ngSwitch=g,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(g){this._defaultViews||(this._defaultViews=[]),this._defaultViews.push(g)}_matchCase(g){const I=g==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||I,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),I}_updateDefaultCases(g){if(this._defaultViews&&g!==this._defaultUsed){this._defaultUsed=g;for(let I=0;Ithis._setStyle(I.key,null)),g.forEachAddedItem(I=>this._setStyle(I.key,I.currentValue)),g.forEachChangedItem(I=>this._setStyle(I.key,I.currentValue))}}v2.\u0275fac=function(g){return new(g||v2)(i.Y36(i.SBq),i.Y36(i.aQg),i.Y36(i.Qsj))},v2.\u0275dir=i.lG2({type:v2,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class f1{constructor(g){this._viewContainerRef=g,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(g){if(g.ngTemplateOutlet||g.ngTemplateOutletInjector){const I=this._viewContainerRef;if(this._viewRef&&I.remove(I.indexOf(this._viewRef)),this.ngTemplateOutlet){const{ngTemplateOutlet:j,ngTemplateOutletContext:ue,ngTemplateOutletInjector:Ie}=this;this._viewRef=I.createEmbeddedView(j,ue,Ie?{injector:Ie}:void 0)}else this._viewRef=null}else this._viewRef&&g.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}}f1.\u0275fac=function(g){return new(g||f1)(i.Y36(i.s_b))},f1.\u0275dir=i.lG2({type:f1,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function hn(y,g){return new i.vHH(2100,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const T2=new class j1{createSubscription(g,I){return g.then(I,j=>{throw j})}dispose(g){}},Sn=new class O1{createSubscription(g,I){return g.subscribe({next:I,error:j=>{throw j}})}dispose(g){g.unsubscribe()}};class Zn{constructor(g){this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null,this._ref=g}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(g){return this._obj?g!==this._obj?(this._dispose(),this.transform(g)):this._latestValue:(g&&this._subscribe(g),this._latestValue)}_subscribe(g){this._obj=g,this._strategy=this._selectStrategy(g),this._subscription=this._strategy.createSubscription(g,I=>this._updateLatestValue(g,I))}_selectStrategy(g){if((0,i.QGY)(g))return T2;if((0,i.F4k)(g))return Sn;throw hn()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(g,I){g===this._obj&&(this._latestValue=I,this._ref.markForCheck())}}Zn.\u0275fac=function(g){return new(g||Zn)(i.Y36(i.sBO,16))},Zn.\u0275pipe=i.Yjl({name:"async",type:Zn,pure:!1,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class L1{transform(g){if(null==g)return null;if("string"!=typeof g)throw hn();return g.toLowerCase()}}L1.\u0275fac=function(g){return new(g||L1)},L1.\u0275pipe=i.Yjl({name:"lowercase",type:L1,pure:!0,standalone:!0});const i2=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;class Fn{transform(g){if(null==g)return null;if("string"!=typeof g)throw hn();return g.replace(i2,I=>I[0].toUpperCase()+I.slice(1).toLowerCase())}}Fn.\u0275fac=function(g){return new(g||Fn)},Fn.\u0275pipe=i.Yjl({name:"titlecase",type:Fn,pure:!0,standalone:!0});class Kt{transform(g){if(null==g)return null;if("string"!=typeof g)throw hn();return g.toUpperCase()}}Kt.\u0275fac=function(g){return new(g||Kt)},Kt.\u0275pipe=i.Yjl({name:"uppercase",type:Kt,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const v3=new i.OlP("DATE_PIPE_DEFAULT_TIMEZONE");class D1{constructor(g,I){this.locale=g,this.defaultTimezone=I}transform(g,I="mediumDate",j,ue){if(null==g||""===g||g!=g)return null;try{var Ie;return _e(g,I,ue||this.locale,null!==(Ie=j??this.defaultTimezone)&&void 0!==Ie?Ie:void 0)}catch(Xe){throw hn(0,Xe.message)}}}D1.\u0275fac=function(g){return new(g||D1)(i.Y36(i.soG,16),i.Y36(v3,24))},D1.\u0275pipe=i.Yjl({name:"date",type:D1,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const a3=/#/g;class M1{constructor(g){this._localization=g}transform(g,I,j){if(null==g)return"";if("object"!=typeof I||null===I)throw hn();return I[S1(g,Object.keys(I),this._localization,j)].replace(a3,g.toString())}}M1.\u0275fac=function(g){return new(g||M1)(i.Y36(pn,16))},M1.\u0275pipe=i.Yjl({name:"i18nPlural",type:M1,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class h1{transform(g,I){if(null==g)return"";if("object"!=typeof I||"string"!=typeof g)throw hn();return I.hasOwnProperty(g)?I[g]:I.hasOwnProperty("other")?I.other:""}}h1.\u0275fac=function(g){return new(g||h1)},h1.\u0275pipe=i.Yjl({name:"i18nSelect",type:h1,pure:!0,standalone:!0}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class K2{transform(g){return JSON.stringify(g,null,2)}}K2.\u0275fac=function(g){return new(g||K2)},K2.\u0275pipe=i.Yjl({name:"json",type:K2,pure:!1,standalone:!0});class tn{constructor(g){this.differs=g,this.keyValues=[],this.compareFn=nn}transform(g,I=nn){if(!g||!(g instanceof Map)&&"object"!=typeof g)return null;this.differ||(this.differ=this.differs.find(g).create());const j=this.differ.diff(g),ue=I!==this.compareFn;return j&&(this.keyValues=[],j.forEachItem(Ie=>{this.keyValues.push( -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function M2(y,g){return{key:y,value:g}}(Ie.key,Ie.currentValue))})),(j||ue)&&(this.keyValues.sort(I),this.compareFn=I),this.keyValues}}function nn(y,g){const I=y.key,j=g.key;if(I===j)return 0;if(void 0===I)return 1;if(void 0===j)return-1;if(null===I)return 1;if(null===j)return-1;if("string"==typeof I&&"string"==typeof j)return Inew gn((0,i.LFG)(Y),window)});class gn{constructor(g,I){this.document=g,this.window=I,this.offset=()=>[0,0]}setOffset(g){Array.isArray(g)?this.offset=()=>g:this.offset=g}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(g){this.supportsScrolling()&&this.window.scrollTo(g[0],g[1])}scrollToAnchor(g){if(!this.supportsScrolling())return;const I=function vn(y,g){const I=y.getElementById(g)||y.getElementsByName(g)[0];if(I)return I;if("function"==typeof y.createTreeWalker&&y.body&&(y.body.createShadowRoot||y.body.attachShadow)){const j=y.createTreeWalker(y.body,NodeFilter.SHOW_ELEMENT);let ue=j.currentNode;for(;ue;){const Ie=ue.shadowRoot;if(Ie){const Xe=Ie.getElementById(g)||Ie.querySelector(`[name="${g}"]`);if(Xe)return Xe}ue=j.nextNode()}}return null}(this.document,g);I&&(this.scrollToElement(I),I.focus())}setHistoryScrollRestoration(g){if(this.supportScrollRestoration()){const I=this.window.history;I&&I.scrollRestoration&&(I.scrollRestoration=g)}}scrollToElement(g){const I=g.getBoundingClientRect(),j=I.left+this.window.pageXOffset,ue=I.top+this.window.pageYOffset,Ie=this.offset();this.window.scrollTo(j-Ie[0],ue-Ie[1])}supportScrollRestoration(){try{if(!this.supportsScrolling())return!1;const g=N2(this.window.history)||N2(Object.getPrototypeOf(this.window.history));return!(!g||!g.writable&&!g.set)}catch{return!1}}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch{return!1}}}function N2(y){return Object.getOwnPropertyDescriptor(y,"scrollRestoration")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class H1{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function $2(y){throw new i.vHH(2958,`Unexpected invocation of the ${y} in the prod mode. Please make sure that the prod mode is enabled for production builds.`)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function i1(y,g=!0){return`The NgOptimizedImage directive ${g?`(activated on an element with the \`ngSrc="${y}"\`) `:""}has detected that`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function E1(y,g){return g2(y)?new URL(y):new URL(y,g.location.href)}function g2(y){return/^https?:\/\//.test(y)}function Kn(y){return y.startsWith("/")?y.slice(1):y} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const o2=new Set(["localhost","127.0.0.1","0.0.0.0"]),Z1=new i.OlP("PRECONNECT_CHECK_BLOCKLIST");class R2{constructor(){this.document=(0,i.f3M)(Y),this.preconnectLinks=null,this.alreadySeen=new Set,this.window=null,this.blocklist=new Set(o2),$2("preconnect link checker");const g=this.document.defaultView;typeof g<"u"&&(this.window=g);const I=(0,i.f3M)(Z1,{optional:!0});I&&this.populateBlocklist(I)}populateBlocklist(g){if(!Array.isArray(g))throw new i.vHH(2957,"The blocklist for the preconnect check was not provided as an array. Check that the `PRECONNECT_CHECK_BLOCKLIST` token is configured as a `multi: true` provider.");Qn(g,I=>{this.blocklist.add(function C2(y){return g2(y)?new URL(y).hostname:y}(I))})}assertPreconnect(g,I){if(!this.window)return;const j=E1(g,this.window);this.blocklist.has(j.hostname)||this.alreadySeen.has(j.origin)||(this.alreadySeen.add(j.origin),this.preconnectLinks||(this.preconnectLinks=this.queryPreconnectLinks()),this.preconnectLinks.has(j.origin)||console.warn((0,i.kuF)(2956,`${i1(I)} there is no preconnect tag present for this image. Preconnecting to the origin(s) that serve priority images ensures that these images are delivered as soon as possible. To fix this, please add the following element into the of the document:\n `)))}queryPreconnectLinks(){const g=new Set,j=Array.from(this.document.querySelectorAll("link[rel=preconnect]"));for(let ue of j){const Ie=E1(ue.href,this.window);g.add(Ie.origin)}return g}ngOnDestroy(){var g;null===(g=this.preconnectLinks)||void 0===g||g.clear(),this.alreadySeen.clear()}}function Qn(y,g){for(let I of y)Array.isArray(I)?Qn(I,g):g(I)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */R2.\u0275fac=function(g){return new(g||R2)},R2.\u0275prov=i.Yz7({token:R2,factory:R2.\u0275fac,providedIn:"root"});const z2=y=>y.src,Nn=new i.OlP("ImageLoader",{providedIn:"root",factory:()=>z2});function J2(y,g){return function(j,ue={ensurePreconnect:!0}){return function y1(y){if("string"!=typeof y||""===y.trim())return!1;try{return new URL(y),!0}catch{return!1}}(j)||function jn(y,g){throw new i.vHH(2959,!1)}(),j=function l3(y){return y.endsWith("/")?y.slice(0,-1):y}(j),[{provide:Nn,useValue:ft=>(g2(ft.src)&&function Rn(y,g){throw new i.vHH(2959,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(0,ft.src),y(j,{...ft,src:Kn(ft.src)}))}]}}J2(function q2(y,g){let I="format=auto";return g.width&&(I+=`,width=${g.width}`),`${y}/cdn-cgi/image/${I}/${g.src}` -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});J2(function vt(y,g){let I="f_auto,q_auto";return g.width&&(I+=`,w_${g.width}`),`${y}/image/upload/${I}/${g.src}` -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});J2(function Yn(y,g){let I="tr:q-auto";return g.width&&(I+=`,w-${g.width}`),`${y}/${I}/${g.src}` -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});J2(function Cn(y,g){const I=new URL(`${y}/${g.src}`);return I.searchParams.set("auto","format"),g.width&&I.searchParams.set("w",g.width.toString()),I.href -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */});class Dn{constructor(){this.images=new Map,this.alreadyWarned=new Set,this.window=null,this.observer=null,$2("LCP checker");const g=(0,i.f3M)(Y).defaultView;typeof g<"u"&&typeof PerformanceObserver<"u"&&(this.window=g,this.observer=this.initPerformanceObserver())}initPerformanceObserver(){const g=new PerformanceObserver(I=>{var j,ue;const Ie=I.getEntries();if(0===Ie.length)return;const ft=null!==(j=null===(ue=Ie[Ie.length-1].element)||void 0===ue?void 0:ue.src)&&void 0!==j?j:"";ft.startsWith("data:")||ft.startsWith("blob:")||this.images.get(ft)&&!this.alreadyWarned.has(ft)&&(this.alreadyWarned.add(ft),function O(y){const g=i1(y);console.warn((0,i.kuF)(2955,`${g} this image is the Largest Contentful Paint (LCP) element but was not marked "priority". This image should be marked "priority" in order to prioritize its loading. To fix this, add the "priority" attribute.`))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(ft))});return g.observe({type:"largest-contentful-paint",buffered:!0}),g}registerImage(g,I){!this.observer||this.images.set(E1(g,this.window).href,I)}unregisterImage(g){!this.observer||this.images.delete(E1(g,this.window).href)}ngOnDestroy(){!this.observer||(this.observer.disconnect(),this.images.clear(),this.alreadyWarned.clear())}}Dn.\u0275fac=function(g){return new(g||Dn)},Dn.\u0275prov=i.Yz7({token:Dn,factory:Dn.\u0275fac,providedIn:"root"});const w=/^((\s*\d+w\s*(,|$)){1,})$/;class s2{constructor(){this.imageLoader=(0,i.f3M)(Nn),this.renderer=(0,i.f3M)(i.Qsj),this.imgElement=(0,i.f3M)(i.SBq).nativeElement,this.injector=(0,i.f3M)(i.zs3),this.lcpObserver=null,this._renderedSrc=null,this._priority=!1}set rawSrc(g){}set width(g){this._width=mn(g)}get width(){return this._width}set height(g){this._height=mn(g)}get height(){return this._height}set priority(g){this._priority=function I1(y){return null!=y&&"false"!=`${y}`}(g)}get priority(){return this._priority}ngOnInit(){this.setHostAttributes()}setHostAttributes(){this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString()),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("src",this.getRewrittenSrc()),this.ngSrcset&&this.setHostAttribute("srcset",this.getRewrittenSrcset())}ngOnChanges(g){}getLoadingBehavior(){return this.priority||void 0===this.loading?this.priority?"eager":"lazy":this.loading}getFetchPriority(){return this.priority?"high":"auto"}getRewrittenSrc(){if(!this._renderedSrc){const g={src:this.ngSrc};this._renderedSrc=this.imageLoader(g)}return this._renderedSrc}getRewrittenSrcset(){const g=w.test(this.ngSrcset);return this.ngSrcset.split(",").filter(j=>""!==j).map(j=>{j=j.trim();const ue=g?parseFloat(j):parseFloat(j)*this.width;return`${this.imageLoader({src:this.ngSrc,width:ue})} ${j}`}).join(", ")}ngOnDestroy(){}setHostAttribute(g,I){this.renderer.setAttribute(this.imgElement,g,I)}}function mn(y){return"string"==typeof y?parseInt(y,10):y}s2.\u0275fac=function(g){return new(g||s2)},s2.\u0275dir=i.lG2({type:s2,selectors:[["img","ngSrc",""],["img","rawSrc",""]],inputs:{rawSrc:"rawSrc",ngSrc:"ngSrc",ngSrcset:"ngSrcset",width:"width",height:"height",loading:"loading",priority:"priority",src:"src",srcset:"srcset"},standalone:!0,features:[i.TTD]})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */,9239:(ht,we,x)=>{"use strict";x.d(we,{JF:()=>Fe});var i=x(4666),v=x(8008),Z=x(4139),$=x(5901),F=x(522);var Y=x(14);class re{constructor(P,V){this.predicate=P,this.thisArg=V}call(P,V){return V.subscribe(new H(P,this.predicate,this.thisArg))}}class H extends Y.L{constructor(P,V,le){super(P),this.predicate=V,this.thisArg=le,this.count=0}_next(P){let V;try{V=this.predicate.call(this.thisArg,P,this.count++)}catch(le){return void this.destination.error(le)}V&&this.destination.next(P)}}var U=x(6942); -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class se{}class he{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ye{constructor(P){this.normalizedNames=new Map,this.lazyUpdate=null,P?this.lazyInit="string"==typeof P?()=>{this.headers=new Map,P.split("\n").forEach(V=>{const le=V.indexOf(":");if(le>0){const He=V.slice(0,le),pt=He.toLowerCase(),yt=V.slice(le+1).trim();this.maybeSetNormalizedName(He,pt),this.headers.has(pt)?this.headers.get(pt).push(yt):this.headers.set(pt,[yt])}})}:()=>{this.headers=new Map,Object.keys(P).forEach(V=>{let le=P[V];const He=V.toLowerCase();"string"==typeof le&&(le=[le]),le.length>0&&(this.headers.set(He,le),this.maybeSetNormalizedName(V,He))})}:this.headers=new Map}has(P){return this.init(),this.headers.has(P.toLowerCase())}get(P){this.init();const V=this.headers.get(P.toLowerCase());return V&&V.length>0?V[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(P){return this.init(),this.headers.get(P.toLowerCase())||null}append(P,V){return this.clone({name:P,value:V,op:"a"})}set(P,V){return this.clone({name:P,value:V,op:"s"})}delete(P,V){return this.clone({name:P,value:V,op:"d"})}maybeSetNormalizedName(P,V){this.normalizedNames.has(V)||this.normalizedNames.set(V,P)}init(){this.lazyInit&&(this.lazyInit instanceof ye?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(P=>this.applyUpdate(P)),this.lazyUpdate=null))}copyFrom(P){P.init(),Array.from(P.headers.keys()).forEach(V=>{this.headers.set(V,P.headers.get(V)),this.normalizedNames.set(V,P.normalizedNames.get(V))})}clone(P){const V=new ye;return V.lazyInit=this.lazyInit&&this.lazyInit instanceof ye?this.lazyInit:this,V.lazyUpdate=(this.lazyUpdate||[]).concat([P]),V}applyUpdate(P){const V=P.name.toLowerCase();switch(P.op){case"a":case"s":let le=P.value;if("string"==typeof le&&(le=[le]),0===le.length)return;this.maybeSetNormalizedName(P.name,V);const He=("a"===P.op?this.headers.get(V):void 0)||[];He.push(...le),this.headers.set(V,He);break;case"d":const pt=P.value;if(pt){let yt=this.headers.get(V);if(!yt)return;yt=yt.filter(Dt=>-1===pt.indexOf(Dt)),0===yt.length?(this.headers.delete(V),this.normalizedNames.delete(V)):this.headers.set(V,yt)}else this.headers.delete(V),this.normalizedNames.delete(V)}}forEach(P){this.init(),Array.from(this.normalizedNames.keys()).forEach(V=>P(this.normalizedNames.get(V),this.headers.get(V)))}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Ne{encodeKey(P){return Ee(P)}encodeValue(P){return Ee(P)}decodeKey(P){return decodeURIComponent(P)}decodeValue(P){return decodeURIComponent(P)}}const ne=/%(\d[a-f0-9])/gi,fe={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Ee(_e){return encodeURIComponent(_e).replace(ne,(P,V)=>{var le;return null!==(le=fe[V])&&void 0!==le?le:P})}function Se(_e){return`${_e}`}class Pe{constructor(P={}){if(this.updates=null,this.cloneFrom=null,this.encoder=P.encoder||new Ne,P.fromString){if(P.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function ce(_e,P){const V=new Map;return _e.length>0&&_e.replace(/^\?/,"").split("&").forEach(He=>{const pt=He.indexOf("="),[yt,Dt]=-1==pt?[P.decodeKey(He),""]:[P.decodeKey(He.slice(0,pt)),P.decodeValue(He.slice(pt+1))],$e=V.get(yt)||[];$e.push(Dt),V.set(yt,$e)}),V}(P.fromString,this.encoder)}else P.fromObject?(this.map=new Map,Object.keys(P.fromObject).forEach(V=>{const le=P.fromObject[V],He=Array.isArray(le)?le.map(Se):[Se(le)];this.map.set(V,He)})):this.map=null}has(P){return this.init(),this.map.has(P)}get(P){this.init();const V=this.map.get(P);return V?V[0]:null}getAll(P){return this.init(),this.map.get(P)||null}keys(){return this.init(),Array.from(this.map.keys())}append(P,V){return this.clone({param:P,value:V,op:"a"})}appendAll(P){const V=[];return Object.keys(P).forEach(le=>{const He=P[le];Array.isArray(He)?He.forEach(pt=>{V.push({param:le,value:pt,op:"a"})}):V.push({param:le,value:He,op:"a"})}),this.clone(V)}set(P,V){return this.clone({param:P,value:V,op:"s"})}delete(P,V){return this.clone({param:P,value:V,op:"d"})}toString(){return this.init(),this.keys().map(P=>{const V=this.encoder.encodeKey(P);return this.map.get(P).map(le=>V+"="+this.encoder.encodeValue(le)).join("&")}).filter(P=>""!==P).join("&")}clone(P){const V=new Pe({encoder:this.encoder});return V.cloneFrom=this.cloneFrom||this,V.updates=(this.updates||[]).concat(P),V}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(P=>this.map.set(P,this.cloneFrom.map.get(P))),this.updates.forEach(P=>{switch(P.op){case"a":case"s":const V=("a"===P.op?this.map.get(P.param):void 0)||[];V.push(Se(P.value)),this.map.set(P.param,V);break;case"d":if(void 0===P.value){this.map.delete(P.param);break}{let le=this.map.get(P.param)||[];const He=le.indexOf(Se(P.value));-1!==He&&le.splice(He,1),le.length>0?this.map.set(P.param,le):this.map.delete(P.param)}}}),this.cloneFrom=this.updates=null)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class W{constructor(){this.map=new Map}set(P,V){return this.map.set(P,V),this}get(P){return this.map.has(P)||this.map.set(P,P.defaultValue()),this.map.get(P)}delete(P){return this.map.delete(P),this}has(P){return this.map.has(P)}keys(){return this.map.keys()}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function D(_e){return typeof ArrayBuffer<"u"&&_e instanceof ArrayBuffer}function q(_e){return typeof Blob<"u"&&_e instanceof Blob}function pe(_e){return typeof FormData<"u"&&_e instanceof FormData}class Ve{constructor(P,V,le,He){let pt;if(this.url=V,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=P.toUpperCase(),function ge(_e){switch(_e){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||He?(this.body=void 0!==le?le:null,pt=He):pt=le,pt&&(this.reportProgress=!!pt.reportProgress,this.withCredentials=!!pt.withCredentials,pt.responseType&&(this.responseType=pt.responseType),pt.headers&&(this.headers=pt.headers),pt.context&&(this.context=pt.context),pt.params&&(this.params=pt.params)),this.headers||(this.headers=new ye),this.context||(this.context=new W),this.params){const yt=this.params.toString();if(0===yt.length)this.urlWithParams=V;else{const Dt=V.indexOf("?"),$e=-1===Dt?"?":Dtgt.set(Gt,P.setHeaders[Gt]),Ht)),P.setParams&&(v1=Object.keys(P.setParams).reduce((gt,Gt)=>gt.set(Gt,P.setParams[Gt]),v1)),new Ve(le,He,yt,{params:v1,headers:Ht,context:V1,reportProgress:$e,responseType:pt,withCredentials:Dt})}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var at,_e;(_e=at||(at={}))[_e.Sent=0]="Sent",_e[_e.UploadProgress=1]="UploadProgress",_e[_e.ResponseHeader=2]="ResponseHeader",_e[_e.DownloadProgress=3]="DownloadProgress",_e[_e.Response=4]="Response",_e[_e.User=5]="User";class ct{constructor(P,V=200,le="OK"){this.headers=P.headers||new ye,this.status=void 0!==P.status?P.status:V,this.statusText=P.statusText||le,this.url=P.url||null,this.ok=this.status>=200&&this.status<300}}class At extends ct{constructor(P={}){super(P),this.type=at.ResponseHeader}clone(P={}){return new At({headers:P.headers||this.headers,status:void 0!==P.status?P.status:this.status,statusText:P.statusText||this.statusText,url:P.url||this.url||void 0})}}class c1 extends ct{constructor(P={}){super(P),this.type=at.Response,this.body=void 0!==P.body?P.body:null}clone(P={}){return new c1({body:void 0!==P.body?P.body:this.body,headers:P.headers||this.headers,status:void 0!==P.status?P.status:this.status,statusText:P.statusText||this.statusText,url:P.url||this.url||void 0})}}class zt extends ct{constructor(P){super(P,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${P.url||"(unknown url)"}`:this.message=`Http failure response for ${P.url||"(unknown url)"}: ${P.status} ${P.statusText}`,this.error=P.error||null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function St(_e,P){return{body:P,headers:_e.headers,context:_e.context,observe:_e.observe,params:_e.params,reportProgress:_e.reportProgress,responseType:_e.responseType,withCredentials:_e.withCredentials}}class It{constructor(P){this.handler=P}request(P,V,le={}){let He;if(P instanceof Ve)He=P;else{let Dt,$e;Dt=le.headers instanceof ye?le.headers:new ye(le.headers),le.params&&($e=le.params instanceof Pe?le.params:new Pe({fromObject:le.params})),He=new Ve(P,V,void 0!==le.body?le.body:null,{headers:Dt,context:le.context,params:$e,reportProgress:le.reportProgress,responseType:le.responseType||"json",withCredentials:le.withCredentials})}const pt=(0,Z.of)(He).pipe(function B(_e,P){return(0,F.zg)(_e,P,1)}(Dt=>this.handler.handle(Dt)));if(P instanceof Ve||"events"===le.observe)return pt;const yt=pt.pipe(function X(_e,P){return function(le){return le.lift(new re(_e,P))}}(Dt=>Dt instanceof c1));switch(le.observe||"body"){case"body":switch(He.responseType){case"arraybuffer":return yt.pipe((0,U.U)(Dt=>{if(null!==Dt.body&&!(Dt.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Dt.body}));case"blob":return yt.pipe((0,U.U)(Dt=>{if(null!==Dt.body&&!(Dt.body instanceof Blob))throw new Error("Response is not a Blob.");return Dt.body}));case"text":return yt.pipe((0,U.U)(Dt=>{if(null!==Dt.body&&"string"!=typeof Dt.body)throw new Error("Response is not a string.");return Dt.body}));default:return yt.pipe((0,U.U)(Dt=>Dt.body))}case"response":return yt;default:throw new Error(`Unreachable: unhandled observe type ${le.observe}}`)}}delete(P,V={}){return this.request("DELETE",P,V)}get(P,V={}){return this.request("GET",P,V)}head(P,V={}){return this.request("HEAD",P,V)}jsonp(P,V){return this.request("JSONP",P,{params:(new Pe).append(V,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(P,V={}){return this.request("OPTIONS",P,V)}patch(P,V,le={}){return this.request("PATCH",P,St(le,V))}post(P,V,le={}){return this.request("POST",P,St(le,V))}put(P,V,le={}){return this.request("PUT",P,St(le,V))}}It.\u0275fac=function(P){return new(P||It)(v.LFG(se))},It.\u0275prov=v.Yz7({token:It,factory:It.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class $t{constructor(P,V){this.next=P,this.interceptor=V}handle(P){return this.interceptor.intercept(P,this.next)}}const Pt=new v.OlP("HTTP_INTERCEPTORS");class Bt{intercept(P,V){return V.handle(P)}}Bt.\u0275fac=function(P){return new(P||Bt)},Bt.\u0275prov=v.Yz7({token:Bt,factory:Bt.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Vt,q1=0;class ut{}class Ft{constructor(P,V){this.callbackMap=P,this.document=V,this.resolvedPromise=Promise.resolve()}nextCallback(){return"ng_jsonp_callback_"+q1++}handle(P){if("JSONP"!==P.method)throw new Error("JSONP requests must use JSONP request method.");if("json"!==P.responseType)throw new Error("JSONP requests must use Json response type.");if(P.headers.keys().length>0)throw new Error("JSONP requests do not support headers.");return new $.y(V=>{const le=this.nextCallback(),He=P.urlWithParams.replace(/=JSONP_CALLBACK(&|$)/,`=${le}$1`),pt=this.document.createElement("script");pt.src=He;let yt=null,Dt=!1;this.callbackMap[le]=V1=>{delete this.callbackMap[le],yt=V1,Dt=!0};const $e=()=>{pt.parentNode&&pt.parentNode.removeChild(pt),delete this.callbackMap[le]};return pt.addEventListener("load",V1=>{this.resolvedPromise.then(()=>{$e(),Dt?(V.next(new c1({body:yt,status:200,statusText:"OK",url:He})),V.complete()):V.error(new zt({url:He,status:0,statusText:"JSONP Error",error:new Error("JSONP injected script did not invoke callback.")}))})}),pt.addEventListener("error",V1=>{$e(),V.error(new zt({error:V1,status:0,statusText:"JSONP Error",url:He}))}),this.document.body.appendChild(pt),V.next({type:at.Sent}),()=>{Dt||this.removeListeners(pt),$e()}})}removeListeners(P){Vt||(Vt=this.document.implementation.createHTMLDocument()),Vt.adoptNode(P)}}Ft.\u0275fac=function(P){return new(P||Ft)(v.LFG(ut),v.LFG(i.K0))},Ft.\u0275prov=v.Yz7({token:Ft,factory:Ft.\u0275fac});class lt{constructor(P){this.jsonp=P}intercept(P,V){return"JSONP"===P.method?this.jsonp.handle(P):V.handle(P)}}lt.\u0275fac=function(P){return new(P||lt)(v.LFG(Ft))},lt.\u0275prov=v.Yz7({token:lt,factory:lt.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Ue=/^\)\]\}',?\n/;class nt{constructor(P){this.xhrFactory=P}handle(P){if("JSONP"===P.method)throw new Error("Attempted to construct Jsonp request without HttpClientJsonpModule installed.");return new $.y(V=>{const le=this.xhrFactory.build();if(le.open(P.method,P.urlWithParams),P.withCredentials&&(le.withCredentials=!0),P.headers.forEach((gt,Gt)=>le.setRequestHeader(gt,Gt.join(","))),P.headers.has("Accept")||le.setRequestHeader("Accept","application/json, text/plain, */*"),!P.headers.has("Content-Type")){const gt=P.detectContentTypeHeader();null!==gt&&le.setRequestHeader("Content-Type",gt)}if(P.responseType){const gt=P.responseType.toLowerCase();le.responseType="json"!==gt?gt:"text"}const He=P.serializeBody();let pt=null;const yt=()=>{if(null!==pt)return pt;const gt=le.statusText||"OK",Gt=new ye(le.getAllResponseHeaders()),X1=function K1(_e){return"responseURL"in _e&&_e.responseURL?_e.responseURL:/^X-Request-URL:/m.test(_e.getAllResponseHeaders())?_e.getResponseHeader("X-Request-URL"):null}(le)||P.url;return pt=new At({headers:Gt,status:le.status,statusText:gt,url:X1}),pt},Dt=()=>{let{headers:gt,status:Gt,statusText:X1,url:Q1}=yt(),Ct=null;204!==Gt&&(Ct=typeof le.response>"u"?le.responseText:le.response),0===Gt&&(Gt=Ct?200:0);let dn=Gt>=200&&Gt<300;if("json"===P.responseType&&"string"==typeof Ct){const n2=Ct;Ct=Ct.replace(Ue,"");try{Ct=""!==Ct?JSON.parse(Ct):null}catch(Vn){Ct=n2,dn&&(dn=!1,Ct={error:Vn,text:Ct})}}dn?(V.next(new c1({body:Ct,headers:gt,status:Gt,statusText:X1,url:Q1||void 0})),V.complete()):V.error(new zt({error:Ct,headers:gt,status:Gt,statusText:X1,url:Q1||void 0}))},$e=gt=>{const{url:Gt}=yt(),X1=new zt({error:gt,status:le.status||0,statusText:le.statusText||"Unknown Error",url:Gt||void 0});V.error(X1)};let Ht=!1;const v1=gt=>{Ht||(V.next(yt()),Ht=!0);let Gt={type:at.DownloadProgress,loaded:gt.loaded};gt.lengthComputable&&(Gt.total=gt.total),"text"===P.responseType&&!!le.responseText&&(Gt.partialText=le.responseText),V.next(Gt)},V1=gt=>{let Gt={type:at.UploadProgress,loaded:gt.loaded};gt.lengthComputable&&(Gt.total=gt.total),V.next(Gt)};return le.addEventListener("load",Dt),le.addEventListener("error",$e),le.addEventListener("timeout",$e),le.addEventListener("abort",$e),P.reportProgress&&(le.addEventListener("progress",v1),null!==He&&le.upload&&le.upload.addEventListener("progress",V1)),le.send(He),V.next({type:at.Sent}),()=>{le.removeEventListener("error",$e),le.removeEventListener("abort",$e),le.removeEventListener("load",Dt),le.removeEventListener("timeout",$e),P.reportProgress&&(le.removeEventListener("progress",v1),null!==He&&le.upload&&le.upload.removeEventListener("progress",V1)),le.readyState!==le.DONE&&le.abort()}})}}nt.\u0275fac=function(P){return new(P||nt)(v.LFG(i.JF))},nt.\u0275prov=v.Yz7({token:nt,factory:nt.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const de=new v.OlP("XSRF_COOKIE_NAME"),We=new v.OlP("XSRF_HEADER_NAME");class ze{}class k{constructor(P,V,le){this.doc=P,this.platform=V,this.cookieName=le,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const P=this.doc.cookie||"";return P!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,i.Mx)(P,this.cookieName),this.lastCookieString=P),this.lastToken}}k.\u0275fac=function(P){return new(P||k)(v.LFG(i.K0),v.LFG(v.Lbi),v.LFG(de))},k.\u0275prov=v.Yz7({token:k,factory:k.\u0275fac});class be{constructor(P,V){this.tokenService=P,this.headerName=V}intercept(P,V){const le=P.url.toLowerCase();if("GET"===P.method||"HEAD"===P.method||le.startsWith("http://")||le.startsWith("https://"))return V.handle(P);const He=this.tokenService.getToken();return null!==He&&!P.headers.has(this.headerName)&&(P=P.clone({headers:P.headers.set(this.headerName,He)})),V.handle(P)}}be.\u0275fac=function(P){return new(P||be)(v.LFG(ze),v.LFG(We))},be.\u0275prov=v.Yz7({token:be,factory:be.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Re{constructor(P,V){this.backend=P,this.injector=V,this.chain=null}handle(P){if(null===this.chain){const V=this.injector.get(Pt,[]);this.chain=V.reduceRight((le,He)=>new $t(le,He),this.backend)}return this.chain.handle(P)}}Re.\u0275fac=function(P){return new(P||Re)(v.LFG(he),v.LFG(v.zs3))},Re.\u0275prov=v.Yz7({token:Re,factory:Re.\u0275fac});class xe{static disable(){return{ngModule:xe,providers:[{provide:be,useClass:Bt}]}}static withOptions(P={}){return{ngModule:xe,providers:[P.cookieName?{provide:de,useValue:P.cookieName}:[],P.headerName?{provide:We,useValue:P.headerName}:[]]}}}xe.\u0275fac=function(P){return new(P||xe)},xe.\u0275mod=v.oAB({type:xe}),xe.\u0275inj=v.cJS({providers:[be,{provide:Pt,useExisting:be,multi:!0},{provide:ze,useClass:k},{provide:de,useValue:"XSRF-TOKEN"},{provide:We,useValue:"X-XSRF-TOKEN"}]});class Fe{}Fe.\u0275fac=function(P){return new(P||Fe)},Fe.\u0275mod=v.oAB({type:Fe}),Fe.\u0275inj=v.cJS({providers:[It,{provide:se,useClass:Re},nt,{provide:he,useExisting:nt}],imports:[xe.withOptions({cookieName:"XSRF-TOKEN",headerName:"X-XSRF-TOKEN"})]});class je{}je.\u0275fac=function(P){return new(P||je)},je.\u0275mod=v.oAB({type:je}),je.\u0275inj=v.cJS({providers:[Ft,{provide:ut,useFactory:function me(){return"object"==typeof window?window:{}}},{provide:Pt,useClass:lt,multi:!0}]})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */,8008:(ht,we,x)=>{"use strict";x.d(we,{AFp:()=>xs,ip1:()=>Is,CZH:()=>yr,hGG:()=>lo,z2F:()=>vr,ahi:()=>t5,sBO:()=>$s,wA2:()=>wp,_Vd:()=>c,EJc:()=>Tp,Xek:()=>Es,SBq:()=>E,qLn:()=>ko,vpe:()=>er,AA_:()=>h5,tBr:()=>Di,GSi:()=>ac,OlP:()=>z1,zs3:()=>d3,IIB:()=>Dp,ZZ4:()=>tr,aQg:()=>nr,soG:()=>P8,LVF:()=>Ip,h0i:()=>no,R0b:()=>b3,FiY:()=>Fr,r_U:()=>Ep,Lbi:()=>xp,g9A:()=>Os,E6H:()=>Lp,Qsj:()=>ve,FYo:()=>ie,JOm:()=>So,q3G:()=>Q3,PiD:()=>Ei,WD2:()=>M3,tp0:()=>jr,Rgc:()=>ro,dDg:()=>so,eoX:()=>hi,GfV:()=>ot,s_b:()=>qo,ifc:()=>V1,Lck:()=>hf,eFA:()=>Bs,G48:()=>Qp,Gpc:()=>ae,f3M:()=>p5,_c5:()=>ch,c2e:()=>ao,zSh:()=>Ur,wAp:()=>pi,vHH:()=>q,lri:()=>Fs,rWj:()=>js,EiD:()=>A5,mCW:()=>Gr,qzn:()=>Br,JVY:()=>Ti,pB0:()=>t6,eBb:()=>Mo,L6k:()=>E5,LAX:()=>Vr,D6c:()=>uh,cg1:()=>P0,kuF:()=>pe,kL8:()=>a7,dqk:()=>gt,sIi:()=>Go,CqO:()=>da,QGY:()=>v0,F4k:()=>ua,zlt:()=>U7,RDi:()=>$8,AaK:()=>Ee,z3N:()=>_3,qOj:()=>h0,TTD:()=>w3,_Bn:()=>A7,xp6:()=>c9,uIk:()=>m0,ekj:()=>D0,Xpm:()=>r2,lG2:()=>qe,Yz7:()=>de,cJS:()=>ze,oAB:()=>T,Yjl:()=>_t,Y36:()=>Vi,_UZ:()=>b0,BQk:()=>_8,ynx:()=>m8,qZA:()=>C8,TgZ:()=>g8,EpF:()=>ca,n5z:()=>_n,LFG:()=>Pn,$8M:()=>x3,NdJ:()=>M0,CRH:()=>rs,kcU:()=>g3,O4$:()=>t3,oxw:()=>Ca,Hsn:()=>_a,F$t:()=>ma,Q6J:()=>_0,VKq:()=>H7,iGM:()=>ts,KtG:()=>$1,evT:()=>z4,Jf7:()=>R4,CHM:()=>Lt,kYT:()=>Q,Udp:()=>L0,YNc:()=>sa,_uU:()=>Va,Oqu:()=>I0,hij:()=>b8,AsE:()=>x0,Gf:()=>ns});var i=x(2218),v=x(6957),Z=x(5901),$=x(5286),F=x(14);function B(){return function(t){return t.lift(new Y(t))}}class Y{constructor(t){this.connectable=t}call(t,n){const{connectable:r}=this;r._refCount++;const o=new X(t,r),s=n.subscribe(o);return o.closed||(o.connection=r.connect()),s}}class X extends F.L{constructor(t,n){super(t),this.connectable=n}_unsubscribe(){const{connectable:t}=this;if(!t)return void(this.connection=null);this.connectable=null;const n=t._refCount;if(n<=0)return void(this.connection=null);if(t._refCount=n-1,n>1)return void(this.connection=null);const{connection:r}=this,o=t._connection;this.connection=null,o&&(!r||o===r)&&o.unsubscribe()}}class re extends Z.y{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._refCount=0,this._isComplete=!1}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){const t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}connect(){let t=this._connection;return t||(this._isComplete=!1,t=this._connection=new v.w,t.add(this.source.subscribe(new U(this.getSubject(),this))),t.closed&&(this._connection=null,t=v.w.EMPTY)),t}refCount(){return B()(this)}}const H=(()=>{const e=re.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:e._subscribe},_isComplete:{value:e._isComplete,writable:!0},getSubject:{value:e.getSubject},connect:{value:e.connect},refCount:{value:e.refCount}}})();class U extends i.Yc{constructor(t,n){super(t),this.connectable=n}_error(t){this._unsubscribe(),super._error(t)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const t=this.connectable;if(t){this.connectable=null;const n=t._connection;t._refCount=0,t._subject=null,t._connection=null,n&&n.unsubscribe()}}}class Oe{constructor(t,n){this.subjectFactory=t,this.selector=n}call(t,n){const{selector:r}=this,o=this.subjectFactory(),s=r(o).subscribe(t);return s.add(n.subscribe(o)),s}}function Ne(){return new i.xQ}function ce(){return e=>B()(function ye(e,t){return function(r){let o;if(o="function"==typeof e?e:function(){return e},"function"==typeof t)return r.lift(new Oe(o,t));const s=Object.create(r,H);return s.source=r,s.subjectFactory=o,s}}(Ne)(e))} -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function ne(e){for(let t in e)if(e[t]===ne)return t;throw Error("Could not find renamed property on target object.")}function fe(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ee(e){if("string"==typeof e)return e;if(Array.isArray(e))return"["+e.map(Ee).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(null==t)return""+t;const n=t.indexOf("\n");return-1===n?t:t.substring(0,n)}function Se(e,t){return null==e||""===e?null===t?"":t:null==t||""===t?e:e+" "+t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Pe=ne({__forward_ref__:ne});function ae(e){return e.__forward_ref__=ae,e.toString=function(){return Ee(this())},e}function W(e){return ge(e)?e():e}function ge(e){return"function"==typeof e&&e.hasOwnProperty(Pe)&&e.__forward_ref__===ae} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class q extends Error{constructor(t,n){super(pe(t,n)),this.code=t}}function pe(e,t){return`NG0${Math.abs(e)}${t?": "+t.trim():""}`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ce(e){return"string"==typeof e?e:null==e?"":String(e)}function Ve(e){return"function"==typeof e?e.name||e.toString():"object"==typeof e&&null!=e&&"function"==typeof e.type?e.type.name||e.type.toString():Ce(e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function c1(e,t){throw new q(-201,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Pt(e,t,n){e!=t&<(n,e,t,"==")}function Ft(e,t){null==e&<(t,e,null,"!=")}function lt(e,t,n,r){throw new Error(`ASSERTION ERROR: ${e}`+(null==r?"":` [Expected=> ${n} ${r} ${t} <=Actual]`))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function de(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function ze(e){return{providers:e.providers||[],imports:e.imports||[]}}function k(e){return Re(e,Fe)||Re(e,Ye)}function Re(e,t){return e.hasOwnProperty(t)?e[t]:null}function xe(e){return e&&(e.hasOwnProperty(je)||e.hasOwnProperty(_e))?e[je]:null}const Fe=ne({\u0275prov:ne}),je=ne({\u0275inj:ne}),Ye=ne({ngInjectableDef:ne}),_e=ne({ngInjectorDef:ne}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var P,e; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let V;function He(e){const t=V;return V=e,t}function pt(e,t,n){const r=k(e);return r&&"root"==r.providedIn?void 0===r.value?r.value=r.factory():r.value:n&P.Optional?null:void 0!==t?t:void c1(Ee(e))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Dt(e){return{toString:e}.toString()} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var $e,Ht,V1;(e=P||(P={}))[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional",function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}($e||($e={})),function(e){e[e.CheckOnce=0]="CheckOnce",e[e.Checked=1]="Checked",e[e.CheckAlways=2]="CheckAlways",e[e.Detached=3]="Detached",e[e.Errored=4]="Errored",e[e.Destroyed=5]="Destroyed"}(Ht||(Ht={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(V1||(V1={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const gt=(()=>typeof globalThis<"u"&&globalThis||typeof global<"u"&&global||typeof window<"u"&&window||typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self)(); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Q1={},Ct=[],dn=ne({\u0275cmp:ne}),n2=ne({\u0275dir:ne}),Vn=ne({\u0275pipe:ne}),Gn=ne({\u0275mod:ne}),Y1=ne({\u0275fac:ne}),A1=ne({__NG_ELEMENT_ID__:ne}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Un=0;function r2(e){return Dt(()=>{const t=e.type,n=!0===e.standalone,r={},o={type:t,providersResolver:null,decls:e.decls,vars:e.vars,factory:null,template:e.template||null,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:r,inputs:null,outputs:null,exportAs:e.exportAs||null,onPush:e.changeDetection===$e.OnPush,directiveDefs:null,pipeDefs:null,standalone:n,dependencies:n&&e.dependencies||null,getStandaloneInjector:null,selectors:e.selectors||Ct,viewQuery:e.viewQuery||null,features:e.features||null,data:e.data||{},encapsulation:e.encapsulation||V1.Emulated,id:"c"+Un++,styles:e.styles||Ct,_:null,setInput:null,schemas:e.schemas||null,tView:null},s=e.dependencies,d=e.features;return o.inputs=Le(e.inputs,r),o.outputs=Le(e.outputs),d&&d.forEach(C=>C(o)),o.directiveDefs=s?()=>("function"==typeof s?s():s).map(o3).filter(Te):null,o.pipeDefs=s?()=>("function"==typeof s?s():s).map(t1).filter(Te):null,o})}function G1(e,t,n){const r=e.\u0275cmp;r.directiveDefs=()=>("function"==typeof t?t():t).map(o3),r.pipeDefs=()=>("function"==typeof n?n():n).map(t1)}function o3(e){return dt(e)||bt(e)}function Te(e){return null!==e}function T(e){return Dt(()=>({type:e.type,bootstrap:e.bootstrap||Ct,declarations:e.declarations||Ct,imports:e.imports||Ct,exports:e.exports||Ct,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function Q(e,t){return Dt(()=>{const n=Ut(e,!0);n.declarations=t.declarations||Ct,n.imports=t.imports||Ct,n.exports=t.exports||Ct})}function Le(e,t){if(null==e)return Q1;const n={};for(const r in e)if(e.hasOwnProperty(r)){let o=e[r],s=o;Array.isArray(o)&&(s=o[1],o=o[0]),n[o]=r,t&&(t[o]=s)}return n}const qe=r2;function _t(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:!0===e.standalone,onDestroy:e.type.prototype.ngOnDestroy||null}}function dt(e){return e[dn]||null}function bt(e){return e[n2]||null}function t1(e){return e[Vn]||null}function fn(e){const t=dt(e)||bt(e)||t1(e);return null!==t&&t.standalone}function Ut(e,t){const n=e[Gn]||null;if(!n&&!0===t)throw new Error(`Type ${Ee(e)} does not have '\u0275mod' property.`);return n} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function O1(e){return Array.isArray(e)&&"object"==typeof e[1]}function j1(e){return Array.isArray(e)&&!0===e[1]}function T2(e){return 0!=(8&e.flags)}function Sn(e){return 2==(2&e.flags)}function Zn(e){return 1==(1&e.flags)}function L1(e){return null!==e.template}function i2(e){return 0!=(256&e[2])} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function jt(e,t){return e.hasOwnProperty(Y1)?e[Y1]:null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class M3{constructor(t,n,r){this.previousValue=t,this.currentValue=n,this.firstChange=r}isFirstChange(){return this.firstChange}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function w3(){return w2}function w2(e){return e.type.prototype.ngOnChanges&&(e.setInput=L3),L2}function L2(){const e=gn(this),t=e?.current;if(t){const n=e.previous;if(n===Q1)e.previous=t;else for(let r in t)n[r]=t[r];e.current=null,this.ngOnChanges(t)}}function L3(e,t,n,r){const o=gn(e)||function N2(e,t){return e[Y2]=t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(e,{previous:Q1,current:null}),s=o.current||(o.current={}),d=o.previous,C=this.declaredInputs[n],_=d[C];s[C]=new M3(_&&_.currentValue,t,d===Q1),e[r]=t}w3.ngInherit=!0;const Y2="__ngSimpleChanges__";function gn(e){return e[Y2]||null}let vn=null;const H1=function(e,t,n){vn?.(e,t,n)},E1="math"; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function y1(e){for(;Array.isArray(e);)e=e[0];return e}function o2(e,t){return y1(t[e])}function Z1(e,t){return y1(t[e.index])}function Qn(e,t){return e.data[t]}function z2(e,t){return e[t]}function Nn(e,t){const n=t[e];return O1(n)?n:n[0]}function jn(e){return 64==(64&e[2])}function an(e,t){return null==t?null:e[t]}function q2(e){e[18]=0}function X2(e,t){e[5]+=t;let n=e,r=e[3];for(;null!==r&&(1===t&&1===n[5]||-1===t&&0===n[5]);)r[5]+=t,n=r,r=r[3] -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}const vt={lFrame:a1(null),bindingsEnabled:!0};function O(){return vt.bindingsEnabled}function p(){vt.bindingsEnabled=!0}function w(){vt.bindingsEnabled=!1}function R(){return vt.lFrame.lView}function De(){return vt.lFrame.tView}function Lt(e){return vt.lFrame.contextLView=e,e[8]}function $1(e){return vt.lFrame.contextLView=null,e}function u1(){let e=s2();for(;null!==e&&64===e.type;)e=e.parent;return e}function s2(){return vt.lFrame.currentTNode}function mn(){const e=vt.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function I1(e,t){const n=vt.lFrame;n.currentTNode=e,n.isParent=t}function e3(){return vt.lFrame.isParent}function D2(){vt.lFrame.isParent=!1}function ln(){const e=vt.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function E2(){return vt.lFrame.bindingIndex}function V3(e){return vt.lFrame.bindingIndex=e}function P2(){return vt.lFrame.bindingIndex++}function I2(e){const t=vt.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function p3(e){vt.lFrame.inI18n=e}function y(e,t){const n=vt.lFrame;n.bindingIndex=n.bindingRootIndex=e,I(t)}function I(e){vt.lFrame.currentDirectiveIndex=e}function j(e){const t=vt.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}function ue(){return vt.lFrame.currentQueryIndex}function Ie(e){vt.lFrame.currentQueryIndex=e}function Xe(e){const t=e[1];return 2===t.type?t.declTNode:1===t.type?e[6]:null}function ft(e,t,n){if(n&P.SkipSelf){let o=t,s=e;for(;(o=o.parent,null===o&&!(n&P.Host))&&(o=Xe(s),!(null===o||(s=s[15],10&o.type))););if(null===o)return!1;t=o,e=s}const r=vt.lFrame=Zt();return r.currentTNode=t,r.lView=e,!0}function o1(e){const t=Zt(),n=e[1];vt.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function Zt(){const e=vt.lFrame,t=null===e?null:e.child;return null===t?a1(e):t}function a1(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function Wt(){const e=vt.lFrame;return vt.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const R1=Wt;function g1(){const e=Wt();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function C1(e){return(vt.lFrame.contextLView=function k2(e,t){for(;e>0;)t=t[15],e--;return t}(e,vt.lFrame.contextLView))[8]}function x1(){return vt.lFrame.selectedIndex}function kn(e){vt.lFrame.selectedIndex=e}function l1(){const e=vt.lFrame;return Qn(e.tView,e.selectedIndex)}function t3(){vt.lFrame.currentNamespace="svg"}function h3(){vt.lFrame.currentNamespace=E1}function g3(){!function $r(){vt.lFrame.currentNamespace=null}()}function c3(e,t){for(let n=t.directiveStart,r=t.directiveEnd;n=r)break}else t[_]<0&&(e[18]+=65536),(C>11>16&&(3&e[2])===t){e[2]+=2048,H1(4,C,s);try{s.call(C)}finally{H1(5,C,s)}}}else{H1(4,C,s);try{s.call(C)}finally{H1(5,C,s)}}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class C3{constructor(t,n,r){this.factory=t,this.resolving=!1,this.canSeeViewProviders=n,this.injectImpl=r}}function A2(e,t,n){let r=0;for(;rt){d=s-1;break}}}for(;s>16}(e),r=t;for(;n>0;)r=r[15],n--;return r} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let zn=!0;function In(e){const t=zn;return zn=e,t}let Xn=0;const r3={};function lr(e,t){const n=u(e,t);if(-1!==n)return n;const r=t[1];r.firstCreatePass&&(e.injectorIndex=t.length,qr(r.data,e),qr(t,null),qr(r.blueprint,null));const o=l(e,t),s=e.injectorIndex;if(_2(o)){const d=$n(o),C=Rt(o,t),_=C[1].data;for(let L=0;L<8;L++)t[s+L]=C[d+L]|_[d+L]}return t[s+8]=o,s}function qr(e,t){e.push(0,0,0,0,0,0,0,0,t)}function u(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function l(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,r=null,o=t;for(;null!==o;){if(r=xr(o),null===r)return-1;if(n++,o=o[15],-1!==r.injectorIndex)return r.injectorIndex|n<<16}return-1}function f(e,t,n){!function co(e,t,n){let r;"string"==typeof n?r=n.charCodeAt(0)||0:n.hasOwnProperty(A1)&&(r=n[A1]),null==r&&(r=n[A1]=Xn++);const o=255&r,s=1<>5)]|=s}(e,t,n)}function b(e,t,n){if(n&P.Optional||void 0!==e)return e;c1()}function A(e,t,n,r){if(n&P.Optional&&void 0===r&&(r=null),0==(n&(P.Self|P.Host))){const o=e[9],s=He(void 0);try{return o?o.get(t,r,n&P.Optional):pt(t,r,n&P.Optional)}finally{He(s)}}return b(r,0,n)}function oe(e,t,n,r=P.Default,o){if(null!==e){if(1024&t[2]){const d=function i3(e,t,n,r,o){let s=e,d=t;for(;null!==s&&null!==d&&1024&d[2]&&!(256&d[2]);){const C=Ke(s,d,n,r|P.Self,r3);if(C!==r3)return C;let _=s.parent;if(!_){const L=d[21];if(L){const N=L.get(n,r3,r);if(N!==r3)return N}_=xr(d),d=d[15]}s=_}return o}(e,t,n,r,r3);if(d!==r3)return d}const s=Ke(e,t,n,r,r3);if(s!==r3)return s}return A(t,n,r,o)}function Ke(e,t,n,r,o){const s=function e1(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(A1)?e[A1]:void 0;return"number"==typeof t?t>=0?255&t:u3:t}(n);if("function"==typeof s){if(!ft(t,e,r))return r&P.Host?b(o,0,r):A(t,n,r,o);try{const d=s(r);if(null!=d||r&P.Optional)return d;c1()}finally{R1()}}else if("number"==typeof s){let d=null,C=u(e,t),_=-1,L=r&P.Host?t[16][6]:null;for((-1===C||r&P.SkipSelf)&&(_=-1===C?l(e,t):t[C+8],-1!==_&&e2(r,!1)?(d=t[1],C=$n(_),t=Rt(_,t)):C=-1);-1!==C;){const N=t[1];if(T1(s,C,N.data)){const G=tt(C,t,n,d,r,L);if(G!==r3)return G}_=t[C+8],-1!==_&&e2(r,t[1].data[C+8]===L)&&T1(s,C,t)?(d=N,C=$n(_),t=Rt(_,t)):C=-1}}return o}function tt(e,t,n,r,o,s){const d=t[1],C=d.data[e+8],N=it(C,d,n,null==r?Sn(C)&&zn:r!=d&&0!=(3&C.type),o&P.Host&&s===C);return null!==N?Ot(t,d,N,C):r3}function it(e,t,n,r,o){const s=e.providerIndexes,d=t.data,C=1048575&s,_=e.directiveStart,L=e.directiveEnd,N=s>>20,te=o?C+N:L;for(let Me=r?C:C+N;Me=_&&Be.type===n)return Me}if(o){const Me=d[_];if(Me&&L1(Me)&&Me.type===n)return _}return null}function Ot(e,t,n,r){let o=e[n];const s=t.data;if(function Lr(e){return e instanceof C3}(o)){const d=o;d.resolving&&function at(e,t){const n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new q(-200,`Circular dependency in DI detected for ${e}${n}`)}(Ve(s[n]));const C=In(d.canSeeViewProviders);d.resolving=!0;const _=d.injectImpl?He(d.injectImpl):null;ft(e,r,P.Default);try{o=e[n]=d.factory(void 0,s,e,r),t.firstCreatePass&&n>=r.directiveStart&& -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function U3(e,t,n){const{ngOnChanges:r,ngOnInit:o,ngDoCheck:s}=t.type.prototype;if(r){const d=w2(t);(n.preOrderHooks||(n.preOrderHooks=[])).push(e,d),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,d)}o&&(n.preOrderHooks||(n.preOrderHooks=[])).push(0-e,o),s&&((n.preOrderHooks||(n.preOrderHooks=[])).push(e,s),(n.preOrderCheckHooks||(n.preOrderCheckHooks=[])).push(e,s))}(n,s[n],t)}finally{null!==_&&He(_),In(C),d.resolving=!1,R1()}}return o}function T1(e,t,n){const r=1<>5)]&r)}function e2(e,t){return!(e&P.Self||e&P.Host&&t)}class cn{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,r){return oe(this._tNode,this._lView,t,r,n)}}function u3(){return new cn(u1(),R())}function _n(e){return Dt(()=>{const t=e.prototype.constructor,n=t[Y1]||xn(t),r=Object.prototype;let o=Object.getPrototypeOf(e.prototype).constructor;for(;o&&o!==r;){const s=o[Y1]||xn(o);if(s&&s!==n)return s;o=Object.getPrototypeOf(o)}return s=>new s})}function xn(e){return ge(e)?()=>{const t=xn(W(e));return t&&t()}:jt(e)}function xr(e){const t=e[1],n=t.type;return 2===n?t.declTNode:1===n?e[6]:null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function x3(e){return function m(e,t){if("class"===t)return e.classes;if("style"===t)return e.styles;const n=e.attrs;if(n){const r=n.length;let o=0;for(;o{const s=uo(t);function d(...C){if(this instanceof d)return s.call(this,...C),this;const _=new d(...C);return function(N){return o&&o(N,...C),(N.hasOwnProperty(Pr)?N[Pr]:Object.defineProperty(N,Pr,{value:[]})[Pr]).push(_),r&&r(N),N}}return n&&(d.prototype=Object.create(n.prototype)),d.prototype.ngMetadataName=e,d.annotationCls=d,d})}function uo(e){return function(...n){if(e){const r=e(...n);for(const o in r)this[o]=r[o]}}}function Or(e,t,n){return Dt(()=>{const r=uo(t);function o(...s){if(this instanceof o)return r.apply(this,s),this;const d=new o(...s);return C.annotation=d,C;function C(_,L,N){const G=_.hasOwnProperty(cr)?_[cr]:Object.defineProperty(_,cr,{value:[]})[cr];for(;G.length<=N;)G.push(null);return(G[N]=G[N]||[]).push(d),_}}return n&&(o.prototype=Object.create(n.prototype)),o.prototype.ngMetadataName=e,o.annotationCls=o,o})}function W3(e,t,n,r){return Dt(()=>{const o=uo(t);function s(...d){if(this instanceof s)return o.apply(this,d),this;const C=new s(...d);return function _(L,N){const G=L.constructor,te=G.hasOwnProperty(ur)?G[ur]:Object.defineProperty(G,ur,{value:{}})[ur];te[N]=te.hasOwnProperty(N)&&te[N]||[],te[N].unshift(C),r&&r(L,N,...d)}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=e,s.annotationCls=s,s})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const t5=Or("Attribute",e=>({attributeName:e,__NG_ELEMENT_ID__:()=>x3(e)})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class z1{constructor(t,n){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=de({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */new z1("AnalyzeForEntryComponents");class Tr{}W3("ContentChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!1,descendants:!1,emitDistinctChangesOnly:true,...t}),Tr),W3("ContentChild",(e,t={})=>({selector:e,first:!0,isViewQuery:!1,descendants:!0,...t}),Tr),W3("ViewChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!0,descendants:!0,emitDistinctChangesOnly:true,...t}),Tr),W3("ViewChild",(e,t)=>({selector:e,first:!0,isViewQuery:!0,descendants:!0,...t}),Tr) -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */;var dr,r5,i5; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Bn(e){const t=gt.ng;if(t&&t.\u0275compilerFacade)return t.\u0275compilerFacade;throw new Error("JIT compiler unavailable")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */!function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(dr||(dr={})),function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"}(r5||(r5={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(i5||(i5={}));const fo=Function;function ei(e){return"function"==typeof e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function G2(e,t){void 0===t&&(t=e);for(let n=0;nArray.isArray(n)?P3(n,t):t(n))}function o5(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function yi(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function Nr(e,t){const n=[];for(let r=0;r=0?e[1|r]=n:(r=~r,function A8(e,t,n,r){let o=e.length;if(o==t)e.push(n,r);else if(1===o)e.push(r,e[0]),e[0]=n;else{for(o--,e.push(e[o-1],e[o]);o>t;){const s=o-2;e[o]=e[s],o--}e[t]=n,e[t+1]=r}}(e,r,t,n)),r}function vi(e,t){const n=kr(e,t);if(n>=0)return e[1|n]}function kr(e,t){return l5(e,t,1)}function l5(e,t,n){let r=0,o=e.length>>n;for(;o!==r;){const s=r+(o-r>>1),d=e[s<t?o=s:r=s+1}return~(o<new t(...n)}_zipTypesAndAnnotations(t,n){let r;r=Nr(typeof t>"u"?n.length:t.length);for(let o=0;o"u"?r[o]=[]:t[o]&&t[o]!=Object?r[o]=[t[o]]:r[o]=[],n&&null!=n[o]&&(r[o]=r[o].concat(n[o]));return r}_ownParameters(t,n){if(function z8(e){return S8.test(e)||R8.test(e)||F8.test(e)&&!j8.test(e)}(t.toString()))return null;if(t.parameters&&t.parameters!==n.parameters)return t.parameters;const o=t.ctorParameters;if(o&&o!==n.ctorParameters){const C="function"==typeof o?o():o,_=C.map(N=>N&&N.type),L=C.map(N=>N&&ho(N.decorators));return this._zipTypesAndAnnotations(_,L)}const s=t.hasOwnProperty(cr)&&t[cr],d=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",t);return d||s?this._zipTypesAndAnnotations(d,s):Nr(t.length)}parameters(t){if(!ei(t))return[];const n=Mi(t);let r=this._ownParameters(t,n);return!r&&n!==Object&&(r=this.parameters(n)),r||[]}_ownAnnotations(t,n){if(t.annotations&&t.annotations!==n.annotations){let r=t.annotations;return"function"==typeof r&&r.annotations&&(r=r.annotations),r}return t.decorators&&t.decorators!==n.decorators?ho(t.decorators):t.hasOwnProperty(Pr)?t[Pr]:null}annotations(t){if(!ei(t))return[];const n=Mi(t),r=this._ownAnnotations(t,n)||[];return(n!==Object?this.annotations(n):[]).concat(r)}_ownPropMetadata(t,n){if(t.propMetadata&&t.propMetadata!==n.propMetadata){let r=t.propMetadata;return"function"==typeof r&&r.propMetadata&&(r=r.propMetadata),r}if(t.propDecorators&&t.propDecorators!==n.propDecorators){const r=t.propDecorators,o={};return Object.keys(r).forEach(s=>{o[s]=ho(r[s])}),o}return t.hasOwnProperty(ur)?t[ur]:null}propMetadata(t){if(!ei(t))return{};const n=Mi(t),r={};if(n!==Object){const s=this.propMetadata(n);Object.keys(s).forEach(d=>{r[d]=s[d]})}const o=this._ownPropMetadata(t,n);return o&&Object.keys(o).forEach(s=>{const d=[];r.hasOwnProperty(s)&&d.push(...r[s]),d.push(...o[s]),r[s]=d}),r}ownPropMetadata(t){return ei(t)&&this._ownPropMetadata(t,Mi(t))||{}}hasLifecycleHook(t,n){return t instanceof fo&&n in t.prototype}}function ho(e){return e?e.map(t=>new(0,t.type.annotationCls)(...t.args?t.args:[])):[]}function Mi(e){const t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const m3={},ti="__NG_DI_FLAG__",wi="ngTempTokenPath",c5=/\n/gm,d5="__source";let fr;function Ar(e){const t=fr;return fr=e,t}function U8(e,t=P.Default){if(void 0===fr)throw new q(-203,!1);return null===fr?pt(e,void 0,t):fr.get(e,t&P.Optional?null:void 0,t)}function Pn(e,t=P.Default){return(function le(){return V}()||U8)(W(e),t)}function f5(e){throw new q(202,!1)}function p5(e,t=P.Default){return"number"!=typeof t&&(t=0|(t.optional&&8)|(t.host&&1)|(t.self&&2)|(t.skipSelf&&4)),Pn(e,t)}function ni(e){const t=[];for(let n=0;n ");else if("object"==typeof t){let s=[];for(let d in t)if(t.hasOwnProperty(d)){let C=t[d];s.push(d+":"+("string"==typeof C?JSON.stringify(C):Ee(C)))}o=`{${s.join(", ")}}`}return`${n}${r?"("+r+")":""}[${o}]: ${e.replace(c5,"\n ")}`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */("\n"+e.message,o,n,r),e.ngTokenPath=o,e[wi]=null,e}const Di=Sr(Or("Inject",e=>({token:e})),-1),Fr=Sr(Or("Optional"),8),Ei=Sr(Or("Self"),2),jr=Sr(Or("SkipSelf"),4),h5=Sr(Or("Host"),1); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let g5=null;function O3(){return g5=g5||new B8}function Ii(e){return C5(O3().parameters(e))}function C5(e){return e.map(t=>function m5(e){const t={token:null,attribute:null,host:!1,optional:!1,self:!1,skipSelf:!1};if(Array.isArray(e)&&e.length>0)for(let n=0;ne,createScript:e=>e,createScriptURL:e=>e})}catch{}return Pi}function pr(e){var t;return(null===(t=yo())||void 0===t?void 0:t.createHTML(e))||e}function bo(){if(void 0===Oi&&(Oi=null,gt.trustedTypes))try{Oi=gt.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return Oi}function w5(e){var t;return(null===(t=bo())||void 0===t?void 0:t.createHTML(e))||e}function L5(e){var t;return(null===(t=bo())||void 0===t?void 0:t.createScript(e))||e}function vo(e){var t;return(null===(t=bo())||void 0===t?void 0:t.createScriptURL(e))||e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class N3{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see https://g.co/ng/security#xss)`}}class q8 extends N3{getTypeName(){return"HTML"}}class hr extends N3{getTypeName(){return"Style"}}class Mn extends N3{getTypeName(){return"Script"}}class X8 extends N3{getTypeName(){return"URL"}}class e6 extends N3{getTypeName(){return"ResourceURL"}}function _3(e){return e instanceof N3?e.changingThisBreaksApplicationSecurity:e}function Br(e,t){const n=function D5(e){return e instanceof N3&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see https://g.co/ng/security#xss)`)}return n===t}function Ti(e){return new q8(e)}function E5(e){return new hr(e)}function Mo(e){return new Mn(e)}function Vr(e){return new X8(e)}function t6(e){return new e6(e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function wo(e){const t=new I5(e);return function x5(){try{return!!(new window.DOMParser).parseFromString(pr(""),"text/html")}catch{return!1}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */()?new n6(t):t}class n6{constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t=""+t;try{const n=(new window.DOMParser).parseFromString(pr(t),"text/html").body;return null===n?this.inertDocumentHelper.getInertBodyElement(t):(n.removeChild(n.firstChild),n)}catch{return null}}}class I5{constructor(t){if(this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert"),null==this.inertDocument.body){const n=this.inertDocument.createElement("html");this.inertDocument.appendChild(n);const r=this.inertDocument.createElement("body");n.appendChild(r)}}getInertBodyElement(t){const n=this.inertDocument.createElement("template");if("content"in n)return n.innerHTML=pr(t),n;const r=this.inertDocument.createElement("body");return r.innerHTML=pr(t),this.defaultDoc.documentMode&&this.stripCustomNsAttrs(r),r}stripCustomNsAttrs(t){const n=t.attributes;for(let o=n.length-1;0"),!0}endElement(t){const n=t.nodeName.toLowerCase();Do.hasOwnProperty(n)&&!P5.hasOwnProperty(n)&&(this.buf.push(""))}chars(t){this.buf.push(k5(t))}checkClobberedElement(t,n){if(n&&(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${t.outerHTML}`);return n}}const l6=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,c6=/([^\#-~ |!])/g;function k5(e){return e.replace(/&/g,"&").replace(l6,function(t){return"&#"+(1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536)+";"}).replace(c6,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(//g,">")}let oi;function A5(e,t){let n=null;try{oi=oi||wo(e);let r=t?String(t):"";n=oi.getInertBodyElement(r);let o=5,s=r;do{if(0===o)throw new Error("Failed to sanitize html because the input is unstable");o--,r=s,s=n.innerHTML,n=oi.getInertBodyElement(r)}while(r!==s);return pr((new K3).sanitizeChildren(Eo(n)||n))}finally{if(n){const r=Eo(n)||n;for(;r.firstChild;)r.removeChild(r.firstChild)}}}function Eo(e){return"content"in e&&function u6(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(e)?e.content:null}var Q3; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Ni(e){const t=ai();return t?w5(t.sanitize(Q3.HTML,e)||""):Br(e,"HTML")?w5(_3(e)):A5(M5(),Ce(e))}function d6(e){const t=ai();return t?t.sanitize(Q3.STYLE,e)||"":Br(e,"Style")?_3(e):Ce(e)}function S5(e){const t=ai();return t?t.sanitize(Q3.URL,e)||"":Br(e,"URL")?_3(e):Gr(Ce(e))}function F5(e){const t=ai();if(t)return vo(t.sanitize(Q3.RESOURCE_URL,e)||"");if(Br(e,"ResourceURL"))return vo(_3(e));throw new q(904,!1)}function f6(e){const t=ai();if(t)return L5(t.sanitize(Q3.SCRIPT,e)||"");if(Br(e,"Script"))return L5(_3(e));throw new q(905,!1)}function p6(e){return pr(e[0])}function j5(e){return function T3(e){var t;return(null===(t=yo())||void 0===t?void 0:t.createScriptURL(e))||e}(e[0])}function g6(e,t,n){return function h6(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?F5:S5}(t,n)(e)}function ai(){const e=R();return e&&e[12]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */!function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(Q3||(Q3={}));const R5=new z1("ENVIRONMENT_INITIALIZER"),z5=new z1("INJECTOR",-1),B5=new z1("INJECTOR_DEF_TYPES"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Io{get(t,n=m3){if(n===m3){const r=new Error(`NullInjectorError: No provider for ${Ee(t)}!`);throw r.name="NullInjectorError",r}return n}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function C6(...e){return{\u0275providers:V5(!0,e)}}function V5(e,...t){const n=[],r=new Set;let o;return P3(t,s=>{const d=s;xo(d,n,[],r)&&(o||(o=[]),o.push(d))}),void 0!==o&&G5(o,n),n}function G5(e,t){for(let n=0;n{t.push(s)})}}function xo(e,t,n,r){if(!(e=W(e)))return!1;let o=null,s=xe(e);const d=!s&&dt(e);if(s||d){if(d&&!d.standalone)return!1;o=e}else{const _=e.ngModule;if(s=xe(_),!s)return!1;o=_}const C=r.has(o);if(d){if(C)return!1;if(r.add(o),d.dependencies){const _="function"==typeof d.dependencies?d.dependencies():d.dependencies;for(const L of _)xo(L,t,n,r)}}else{if(!s)return!1;{if(null!=s.imports&&!C){let L;r.add(o);try{P3(s.imports,N=>{xo(N,t,n,r)&&(L||(L=[]),L.push(N))})}finally{}void 0!==L&&G5(L,t)}if(!C){const L=jt(o)||(()=>new o);t.push({provide:o,useFactory:L,deps:Ct},{provide:B5,useValue:o,multi:!0},{provide:R5,useValue:()=>Pn(o),multi:!0})}const _=s.providers;if(null!=_&&!C){P3(_,N=>{t.push(N)})}}}return o!==e&&void 0!==e.providers}const _6=ne({provide:String,useValue:ne});function Po(e){return null!==e&&"object"==typeof e&&_6 in e}function U5(e){return!(!e||!e.useExisting)}function H5(e){return!(!e||!e.useFactory)}function Y3(e){return"function"==typeof e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Ur=new z1("Set Injector scope."),ki={},gr={}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let Ai;function Si(){return void 0===Ai&&(Ai=new Io),Ai}class Hr{}class W5 extends Hr{constructor(t,n,r,o){super(),this.parent=n,this.source=r,this.scopes=o,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,Oo(t,d=>this.processProvider(d)),this.records.set(z5,Zr(void 0,this)),o.has("environment")&&this.records.set(Hr,Zr(void 0,this));const s=this.records.get(Ur);null!=s&&"string"==typeof s.value&&this.scopes.add(s.value),this.injectorDefTypes=new Set(this.get(B5.multi,Ct,P.Self))}get destroyed(){return this._destroyed}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{for(const t of this._ngOnDestroyHooks)t.ngOnDestroy();for(const t of this._onDestroyHooks)t()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),this._onDestroyHooks.length=0}}onDestroy(t){this._onDestroyHooks.push(t)}runInContext(t){this.assertNotDestroyed();const n=Ar(this),r=He(void 0);try{return t()}finally{Ar(n),He(r)}}get(t,n=m3,r=P.Default){this.assertNotDestroyed();const o=Ar(this),s=He(void 0);try{if(!(r&P.SkipSelf)){let C=this.records.get(t);if(void 0===C){const _=function M6(e){return"function"==typeof e||"object"==typeof e&&e instanceof z1}(t)&&k(t);C=_&&this.injectableDefInScope(_)?Zr(si(t),ki):null,this.records.set(t,C)}if(null!=C)return this.hydrate(t,C)}const d=r&P.Self?Si():this.parent;return n=r&P.Optional&&n===m3?null:n,d.get(t,n)}catch(d){if("NullInjectorError"===d.name){if((d[wi]=d[wi]||[]).unshift(Ee(t)),o)throw d;return Li(d,t,"R3InjectorError",this.source)}throw d}finally{He(s),Ar(o)}}resolveInjectorInitializers(){const t=Ar(this),n=He(void 0);try{const r=this.get(R5.multi,Ct,P.Self);for(const o of r)o()}finally{Ar(t),He(n)}}toString(){const t=[],n=this.records;for(const r of n.keys())t.push(Ee(r));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new q(205,!1)}processProvider(t){let n=Y3(t=W(t))?t:W(t&&t.provide);const r=function K5(e){if(Po(e))return Zr(void 0,e.useValue);return Zr(li(e),ki)}(t);if(Y3(t)||!0!==t.multi){this.records.get(n)}else{let o=this.records.get(n);o||(o=Zr(void 0,ki,!0),o.factory=()=>ni(o.multi),this.records.set(n,o)),n=t,o.multi.push(t)}this.records.set(n,r)}hydrate(t,n){return n.value===ki&&(n.value=gr,n.value=n.factory()),"object"==typeof n.value&&n.value&&function v6(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}injectableDefInScope(t){if(!t.providedIn)return!1;const n=W(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}}function si(e){const t=k(e),n=null!==t?t.factory:jt(e);if(null!==n)return n;if(e instanceof z1)throw new q(204,!1);if(e instanceof Function)return function y6(e){const t=e.length;if(t>0){Nr(t,"?");throw new q(204,!1)}const n=function ee(e){const t=e&&(e[Fe]||e[Ye]);if(t){const n=function me(e){if(e.hasOwnProperty("name"))return e.name;const t=(""+e).match(/^function\s*([^\s(]+)/);return null===t?"":t[1]}(e);return console.warn(`DEPRECATED: DI is instantiating a token "${n}" that inherits its @Injectable decorator but does not provide one itself.\nThis will become an error in a future version of Angular. Please add @Injectable() to the "${n}" class.`),t}return null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new q(204,!1)}function li(e,t,n){let r;if(Y3(e)){const o=W(e);return jt(o)||si(o)}if(Po(e))r=()=>W(e.useValue);else if(H5(e))r=()=>e.useFactory(...ni(e.deps||[]));else if(U5(e))r=()=>Pn(W(e.useExisting));else{const o=W(e&&(e.useClass||e.provide));if(!function b6(e){return!!e.deps}(e))return jt(o)||si(o);r=()=>new o(...ni(e.deps))}return r}function Zr(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function w6(e){return!!e.\u0275providers}function Oo(e,t){for(const n of e)Array.isArray(n)?Oo(n,t):w6(n)?Oo(n.\u0275providers,t):t(n)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class Q5{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Y5="ngComponent";class a{resolveComponentFactory(t){throw function D6(e){const t=Error(`No component factory found for ${Ee(e)}. Did you add it to @NgModule.entryComponents?`);return t[Y5]=e,t}(t)}}class c{}function M(e,t){return new E(Z1(e,t))}c.NULL=new a;class E{constructor(t){this.nativeElement=t}}function S(e){return e instanceof E?e.nativeElement:e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */E.__NG_ELEMENT_ID__= -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function h(){return M(u1(),R())};new z1("Renderer2Interceptor");class ie{}class ve{}ve.__NG_ELEMENT_ID__=()=>function Ge(){const e=R(),n=Nn(u1().index,e);return(O1(n)?n:e)[11]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */();class Qe{}Qe.\u0275prov=de({token:Qe,providedIn:"root",factory:()=>null}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class ot{constructor(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")}}const Tt=new ot("14.2.5"),Et={}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const ji="ngOriginalError";function I6(e){return e[ji]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ko{constructor(){this._console=console}handleError(t){const n=this._findOriginalError(t);this._console.error("ERROR",t),n&&this._console.error("ORIGINAL ERROR",n)}_findOriginalError(t){let n=t&&I6(t);for(;n&&I6(n);)n=I6(n);return n||null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const ol=/^>|^->||--!>|)/;function T4(e){return e.replace(ol,t=>t.replace(al,"\u200b$1\u200b"))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const x6=new Map;let fl=0;const O6="__ngContext__";function S2(e,t){O1(t)?(e[O6]=t[20],function hl(e){x6.set(e[20],e)}(t)):e[O6]=t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function R4(e){return e.ownerDocument.defaultView}function z4(e){return e.ownerDocument}function wl(e){return e.ownerDocument.body}function Cr(e){return e instanceof Function?e():e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -var So; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let T6;function N6(e,t){return T6(e,t)}!function(e){e[e.Important=1]="Important",e[e.DashCase=2]="DashCase"}(So||(So={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Fo(e){const t=e[3];return j1(t)?t[3]:t}function k6(e){return G4(e[13])}function A6(e){return G4(e[4])}function G4(e){for(;null!==e&&!j1(e);)e=e[4];return e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function zi(e,t,n,r,o){if(null!=r){let s,d=!1;j1(r)?s=r:O1(r)&&(d=!0,r=r[0]);const C=y1(r);0===e&&null!==n?null==o?Q4(t,n,C):ci(t,n,C,o||null,!0):1===e&&null!==n?ci(t,n,C,o||null,!0):2===e?t9(t,C,d):3===e&&t.destroyNode(C),null!=s&&function Gl(e,t,n,r,o){const s=n[7],d=y1(n);s!==d&&zi(t,e,r,s,o);for(let C=10;C0&&(n[o-1][4]=t),r0&&(e[n-1][4]=r[4]);const s=yi(e,10+t);!function Tl(e,t){jo(e,t,t[11],2,null,null),t[0]=null,t[6]=null}(r[1],r);const d=s[19];null!==d&&d.detachView(s[1]),r[3]=null,r[4]=null,r[2]&=-65}return r}function Z4(e,t){if(!(128&t[2])){const n=t[11];n.destroyNode&&jo(e,t,n,3,null,null),function Al(e){let t=e[13];if(!t)return R6(e[1],e);for(;t;){let n=null;if(O1(t))n=t[13];else{const r=t[10];r&&(n=r)}if(!n){for(;t&&!t[4]&&t!==e;)O1(t)&&R6(t[1],t),t=t[3];null===t&&(t=e),O1(t)&&R6(t[1],t),n=t&&t[4]}t=n}}(t)}}function R6(e,t){if(!(128&t[2])){t[2]&=-65,t[2]|=128,function Rl(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let r=0;r=0?r[o=L]():r[o=-L].unsubscribe(),s+=2}else{const d=r[o=n[s+1]];n[s].call(d)}if(null!==r){for(let s=o+1;ss?"":o[G+1].toLowerCase();const Me=8&r?te:null;if(Me&&-1!==i9(Me,L,0)||2&r&&L!==te){if(S3(r))return!1;d=!0}}}}else{if(!d&&!S3(r)&&!S3(_))return!1;if(d&&S3(_))continue;d=!1,r=_|1&r}}return S3(r)||d}function S3(e){return 0==(1&e)}function Kl(e,t,n,r){if(null===t)return-1;let o=0;if(r||!n){let s=!1;for(;o-1)for(n++;n0?'="'+C+'"':"")+"]"}else 8&r?o+="."+d:4&r&&(o+=" "+d);else""!==o&&!S3(d)&&(t+=l9(s,o),o=""),r=d,s=s||!S3(r);n++}return""!==o&&(t+=l9(s,o)),t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Qt={}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function c9(e){u9(De(),R(),x1()+e,!1)}function u9(e,t,n,r){if(!r)if(3==(3&t[2])){const s=e.preOrderCheckHooks;null!==s&&E3(t,s,n)}else{const s=e.preOrderHooks;null!==s&&I3(t,s,0,n)}kn(n)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const d9={\u0275\u0275defineInjectable:de,\u0275\u0275defineInjector:ze,\u0275\u0275inject:Pn,\u0275\u0275invalidFactoryDep:f5,resolveForwardRef:W}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function tc(e,t){let n=null,r=null;e.hasOwnProperty(Fe)||Object.defineProperty(e,Fe,{get:()=>(null===n&&(n=Bn().compileInjectable(d9,`ng:///${e.name}/\u0275prov.js`,function oc(e,t){const n=t||{providedIn:null},r={name:e.name,type:e,typeArgumentCount:0,providedIn:n.providedIn};return(f9(n)||p9(n))&&void 0!==n.deps&&(r.deps=C5(n.deps)),f9(n)?r.useClass=n.useClass:function rc(e){return nc in e}(n)?r.useValue=n.useValue:p9(n)?r.useFactory=n.useFactory:function ic(e){return void 0!==e.useExisting}(n)&&(r.useExisting=n.useExisting),r -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}(e,t))),n)}),e.hasOwnProperty(Y1)||Object.defineProperty(e,Y1,{get:()=>{if(null===r){const o=Bn();r=o.compileFactory(d9,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,typeArgumentCount:0,deps:Ii(e),target:o.FactoryTarget.Injectable})}return r},configurable:!0})}const nc=ne({provide:String,useValue:ne});function f9(e){return void 0!==e.useClass}function p9(e){return void 0!==e.useFactory}const ac=Xr("Injectable",void 0,void 0,void 0,(e,t)=>tc(e,t)); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function h9(e,t=null,n=null,r){const o=g9(e,t,n,r);return o.resolveInjectorInitializers(),o}function g9(e,t=null,n=null,r,o=new Set){const s=[n||Ct,C6(e)];return r=r||("object"==typeof e?void 0:Ee(e)),new W5(s,t||Si(),r||null,o) -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}class d3{static create(t,n){if(Array.isArray(t))return h9({name:""},n,t,"");{var r;const o=null!==(r=t.name)&&void 0!==r?r:"";return h9({name:o},t.parent,t.providers,o)}}}function U6(e){if(e.length>1){return" ("+ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function sc(e){const t=[];for(let n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map(r=>Ee(r.token)).join(" -> ")+")"}return""}function H6(e,t,n,r){const o=[t],s=n(o),d=r?function X5(e,t){const n=`${e} caused by: ${t instanceof Error?t.message:t}`,r=Error(n);return r[ji]=t,r}(s,r):Error(s);return d.addKey=lc,d.keys=o,d.injectors=[e],d.constructResolvingMessage=n,d[ji]=r,d}function lc(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function C9(e,t){const n=[];for(let r=0,o=t.length;rPn(z5)}),d3.__NG_ELEMENT_ID__=-1;class Wr{constructor(t,n){if(this.token=t,this.id=n,!t)throw new q(208,!1);this.displayName=Ee(this.token)}static get(t){return m9.get(W(t))}static get numberOfKeys(){return m9.numberOfKeys}}const m9=new class gc{constructor(){this._allKeys=new Map}get(t){if(t instanceof Wr)return t;if(this._allKeys.has(t))return this._allKeys.get(t);const n=new Wr(t,Wr.numberOfKeys);return this._allKeys.set(t,n),n}get numberOfKeys(){return this._allKeys.size}}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class r8{constructor(t,n,r){this.key=t,this.optional=n,this.visibility=r}static fromKey(t){return new r8(t,!1,null)}}const Cc=[];class _9{constructor(t,n,r){this.key=t,this.resolvedFactories=n,this.multiProvider=r,this.resolvedFactory=this.resolvedFactories[0]}}class mc{constructor(t,n){this.factory=t,this.dependencies=n}}function _c(e){let t,n;if(e.useClass){const r=W(e.useClass);t=O3().factory(r),n=b9(r)}else e.useExisting?(t=r=>r,n=[r8.fromKey(Wr.get(e.useExisting))]):e.useFactory?(t=e.useFactory,n=function Mc(e,t){if(t){const n=t.map(r=>[r]);return t.map(r=>v9(e,r,n))}return b9(e)}(e.useFactory,e.deps)):(t=()=>e.useValue,n=Cc);return new mc(t,n)}function yc(e){return new _9(Wr.get(e.provide),[_c(e)],e.multi||!1)}function bc(e){const r=function vc(e,t){for(let n=0;n{if(n instanceof fo)t.push({provide:n,useClass:n});else if(n&&"object"==typeof n&&void 0!==n.provide)t.push(n);else{if(!Array.isArray(n))throw function fc(e){return Error(`Invalid provider - only instances of Provider and Type are allowed, got: ${e}`)}(n);y9(n,t)}}),t}function b9(e){const t=O3().parameters(e);if(!t)return[];if(t.some(n=>null==n))throw C9(e,t);return t.map(n=>v9(e,n,t))}function v9(e,t,n){let r=null,o=!1;if(!Array.isArray(t))return Z6(t instanceof Di?t.token:t,o,null);let s=null;for(let d=0;d=this._providers.length)throw function pc(e){return Error(`Index ${e} is out-of-bounds.`)}(t);return this._providers[t]}_new(t){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw function uc(e,t){return H6(e,t,function(n){return`Cannot instantiate cyclic dependency!${U6(n)}`})}(this,t.key);return this._instantiateProvider(t)}_getMaxNumberOfObjects(){return this.objs.length}_instantiateProvider(t){if(t.multiProvider){const n=[];for(let r=0;rthis._getByReflectiveDependency(d))}catch(d){throw d.addKey&&d.addKey(this,t.key),d}try{s=r(...o)}catch(d){throw function dc(e,t,n,r){return H6(e,r,function(o){const s=Ee(o[0].token);return`${t.message}: Error during instantiation of ${s}!${U6(o)}.`},t)}(this,d,d.stack,t.key)}return s}_getByReflectiveDependency(t){return this._getByKey(t.key,t.visibility,t.optional?null:m3)}_getByKey(t,n,r){return t===Bi.INJECTOR_KEY?this:n instanceof Ei?this._getByKeySelf(t,r):this._getByKeyDefault(t,r,n)}_getObjByKeyId(t){for(let n=0;n' "'+n.key.displayName+'" ').join(", ")}])`}toString(){return this.displayName}}function Vi(e,t=P.Default){const n=R();if(null===n)return Pn(e,t);return oe(u1(),n,W(e),t)}function Lc(){throw new Error("invalid")} + * Platform.js + * Copyright 2014-2016 Benjamin Tan + * Copyright 2011-2013 John-David Dalton + * Available under MIT license + */_t=I.nmd(_t),function(){"use strict";var _={function:!0,object:!0},H=_[typeof window]&&window||this,Q=H,F=_[typeof we]&&we,z=_.object&&_t&&!_t.nodeType&&_t,Y=F&&z&&"object"==typeof global&&global;Y&&(Y.global===Y||Y.window===Y||Y.self===Y)&&(H=Y);var J=Math.pow(2,53)-1,ie=/\bOpera/,U=this,V=Object.prototype,se=V.hasOwnProperty,le=V.toString;function ye(D){return(D=String(D)).charAt(0).toUpperCase()+D.slice(1)}function ce(D){return D=te(D),/^(?:webOS|i(?:OS|P))/.test(D)?D:ye(D)}function q(D,pe){for(var Ce in D)se.call(D,Ce)&&pe(D[Ce],Ce,D)}function ae(D){return null==D?ye(D):le.call(D).slice(8,-1)}function Le(D,pe){var Ce=null!=D?typeof D[pe]:"number";return!(/^(?:boolean|number|string|undefined)$/.test(Ce)||"object"==Ce&&!D[pe])}function Ne(D){return String(D).replace(/([ -])(?!$)/g,"$1?")}function Ee(D,pe){var Ce=null;return function Oe(D,pe){var Ce=-1,ge=D?D.length:0;if("number"==typeof ge&&ge>-1&&ge<=J)for(;++Ce3?"WebKit":/\bOpera\b/.test(de)&&(/\bOPR\b/.test(D)?"Blink":"Presto"))||/\b(?:Midori|Nook|Safari)\b/i.test(D)&&!/^(?:Trident|EdgeHTML)$/.test(ot)&&"WebKit"||!ot&&/\bMSIE\b/i.test(D)&&("Mac OS"==N?"Tasman":"Trident")||"WebKit"==ot&&/\bPlayStation\b(?! Vita\b)/i.test(de)&&"NetFront")&&(ot=[j]),"IE"==de&&(j=(/; *(?:XBLWP|ZuneWP)(\d+)/i.exec(D)||0)[1])?(de+=" Mobile",N="Windows Phone "+(/\+$/.test(j)?j:j+".x"),lt.unshift("desktop mode")):/\bWPDesktop\b/i.test(D)?(de="IE Mobile",N="Windows Phone 8.x",lt.unshift("desktop mode"),Te||(Te=(/\brv:([\d.]+)/.exec(D)||0)[1])):"IE"!=de&&"Trident"==ot&&(j=/\brv:([\d.]+)/.exec(D))&&(de&<.push("identifying as "+de+(Te?" "+Te:"")),de="IE",Te=j[1]),h1){if(Le(pe,"global"))if(I1&&(en=(j=I1.lang.System).getProperty("os.arch"),N=N||j.getProperty("os.name")+" "+j.getProperty("os.version")),Be&&Le(pe,"system")&&(j=[pe.system])[0]){N||(N=j[0].os||null);try{j[1]=pe.require("ringo/engine").version,Te=j[1].join("."),de="RingoJS"}catch{j[0].global.system==pe.system&&(de="Narwhal")}}else"object"==typeof pe.process&&!pe.process.browser&&(j=pe.process)?(de="Node.js",en=j.arch,N=j.platform,Te=/[\d.]+/.exec(j.version)[0]):un&&(de="Rhino");else ae(j=pe.runtime)==p1?(de="Adobe AIR",N=j.flash.system.Capabilities.os):ae(j=pe.phantom)==Ct?(de="PhantomJS",Te=(j=j.version||null)&&j.major+"."+j.minor+"."+j.patch):"number"==typeof M1.documentMode&&(j=/\bTrident\/(\d+)/i.exec(D))&&(Te=[Te,M1.documentMode],(j=+j[1]+4)!=Te[1]&&(lt.push("IE "+Te[1]+" mode"),ot&&(ot[1]=""),Te[1]=j),Te="IE"==de?String(Te[1].toFixed(1)):Te[0]);N=N&&ce(N)}Te&&(j=/(?:[ab]|dp|pre|[ab]\d+pre)(?:\d+\+?)?$/i.exec(Te)||/(?:alpha|beta)(?: ?\d)?/i.exec(D+";"+(h1&&ge.appMinorVersion))||/\bMinefield\b/i.test(D)&&"a")&&(V1=/b/i.test(j)?"beta":"alpha",Te=Te.replace(RegExp(j+"\\+?$"),"")+("beta"==V1?y1:d1)+(/\d+\+?/.exec(j)||"")),"Fennec"==de||"Firefox"==de&&/\b(?:Android|Firefox OS)\b/.test(N)?de="Firefox Mobile":"Maxthon"==de&&Te?Te=Te.replace(/\.[\d.]+/,".x"):/\bXbox\b/i.test($e)?(N=null,"Xbox 360"==$e&&/\bIEMobile\b/.test(D)&<.unshift("mobile mode")):!/^(?:Chrome|IE|Opera)$/.test(de)&&(!de||$e||/Browser|Mobi/.test(de))||"Windows CE"!=N&&!/Mobi/i.test(D)?"IE"==de&&h1&&null===pe.external?lt.unshift("platform preview"):(/\bBlackBerry\b/.test($e)||/\bBB10\b/.test(D))&&(j=(RegExp($e.replace(/ +/g," *")+"/([.\\d]+)","i").exec(D)||0)[1]||Te)?(N=((j=[j,/BB10/.test(D)])[1]?($e=null,Ae="BlackBerry"):"Device Software")+" "+j[0],Te=null):this!=q&&"Wii"!=$e&&(h1&&xt||/Opera/.test(de)&&/\b(?:MSIE|Firefox)\b/i.test(D)||"Firefox"==de&&/\bOS X (?:\d+\.){2,}/.test(N)||"IE"==de&&(N&&!/^Win/.test(N)&&Te>5.5||/\bWindows XP\b/.test(N)&&Te>8||8==Te&&!/\bTrident\b/.test(D)))&&!ie.test(j=G.call(q,D.replace(ie,"")+";"))&&j.name&&(j="ing as "+j.name+((j=j.version)?" "+j:""),ie.test(de)?(/\bIE\b/.test(j)&&"Mac OS"==N&&(N=null),j="identify"+j):(j="mask"+j,de=r1?ce(r1.replace(/([a-z])([A-Z])/g,"$1 $2")):"Opera",/\bIE\b/.test(j)&&(N=null),h1||(Te=null)),ot=["Presto"],lt.push(j)):de+=" Mobile",(j=(/\bAppleWebKit\/([\d.]+\+?)/i.exec(D)||0)[1])&&(j=[parseFloat(j.replace(/\.(\d)$/,".0$1")),j],"Safari"==de&&"+"==j[1].slice(-1)?(de="WebKit Nightly",V1="alpha",Te=j[1].slice(0,-1)):(Te==j[1]||Te==(j[2]=(/\bSafari\/([\d.]+\+?)/i.exec(D)||0)[1]))&&(Te=null),j[1]=(/\bChrome\/([\d.]+)/i.exec(D)||0)[1],537.36==j[0]&&537.36==j[2]&&parseFloat(j[1])>=28&&"WebKit"==ot&&(ot=["Blink"]),h1&&(Ye||j[1])?(ot&&(ot[1]="like Chrome"),j=j[1]||((j=j[0])<530?1:j<532?2:j<532.05?3:j<533?4:j<534.03?5:j<534.07?6:j<534.1?7:j<534.13?8:j<534.16?9:j<534.24?10:j<534.3?11:j<535.01?12:j<535.02?"13+":j<535.07?15:j<535.11?16:j<535.19?17:j<536.05?18:j<536.1?19:j<537.01?20:j<537.11?"21+":j<537.13?23:j<537.18?24:j<537.24?25:j<537.36?26:"Blink"!=ot?"27":"28")):(ot&&(ot[1]="like Safari"),j=(j=j[0])<400?1:j<500?2:j<526?3:j<533?4:j<534?"4+":j<535?5:j<537?6:j<538?7:j<601?8:"8"),ot&&(ot[1]+=" "+(j+="number"==typeof j?".x":/[.+]/.test(j)?"":"+")),"Safari"==de&&(!Te||parseInt(Te)>45)&&(Te=j)),"Opera"==de&&(j=/\bzbov|zvav$/.exec(N))?(de+=" ",lt.unshift("desktop mode"),"zvav"==j?(de+="Mini",Te=null):de+="Mobile",N=N.replace(RegExp(" *"+j+"$"),"")):"Safari"==de&&/\bChrome\b/.exec(ot&&ot[1])&&(lt.unshift("desktop mode"),de="Chrome Mobile",Te=null,/\bOS X\b/.test(N)?(Ae="Apple",N="iOS 4.3+"):N=null),Te&&0==Te.indexOf(j=/[\d.]+$/.exec(N))&&D.indexOf("/"+j+"-")>-1&&(N=te(N.replace(j,""))),ot&&!/\b(?:Avant|Nook)\b/.test(de)&&(/Browser|Lunascape|Maxthon/.test(de)||"Safari"!=de&&/^iOS/.test(N)&&/\bSafari\b/.test(ot[1])||/^(?:Adobe|Arora|Breach|Midori|Opera|Phantom|Rekonq|Rock|Sleipnir|Web)/.test(de)&&ot[1])&&(j=ot[ot.length-1])&<.push(j),lt.length&&(lt=["("+lt.join("; ")+")"]),Ae&&$e&&$e.indexOf(Ae)<0&<.push("on "+Ae),$e&<.push((/^on /.test(lt[lt.length-1])?"":"on ")+$e),N&&(j=/ ([\d.+]+)$/.exec(N),wt=j&&"/"==N.charAt(N.length-j[0].length-1),N={architecture:32,family:j&&!wt?N.replace(j[0],""):N,version:j?j[1]:null,toString:function(){var Tt=this.version;return this.family+(Tt&&!wt?" "+Tt:"")+(64==this.architecture?" 64-bit":"")}}),(j=/\b(?:AMD|IA|Win|WOW|x86_|x)64\b/i.exec(en))&&!/\bi686\b/i.test(en)?(N&&(N.architecture=64,N.family=N.family.replace(RegExp(" *"+j),"")),de&&(/\bWOW64\b/i.test(D)||h1&&/\w(?:86|32)$/.test(ge.cpuClass||ge.platform)&&!/\bWin64; x64\b/i.test(D))&<.unshift("32-bit")):N&&/^OS X/.test(N.family)&&"Chrome"==de&&parseFloat(Te)>=39&&(N.architecture=64),D||(D=null);var Je={};return Je.description=D,Je.layout=ot&&ot[0],Je.manufacturer=Ae,Je.name=de,Je.prerelease=V1,Je.product=$e,Je.ua=D,Je.version=de&&Te,Je.os=N||{architecture:null,family:null,version:null,toString:function(){return"null"}},Je.parse=G,Je.toString=function dt(){return this.description||""},Je.version&<.unshift(Te),Je.name&<.unshift(de),N&&de&&!(N==String(N).split(" ")[0]&&(N==de.split(" ")[0]||$e))&<.push($e?"("+N+")":"on "+N),lt.length&&(Je.description=lt.join(" ")),Je}();H.platform=me,void 0!==(o=function(){return me}.call(we,I,we,_t))&&(_t.exports=o)}.call(this)},666:(_t,we,I)=>{"use strict";I.d(we,{HT:()=>Q,JF:()=>or,K0:()=>z,Mx:()=>kn,O5:()=>Fn,bD:()=>a3,ez:()=>Bn,mk:()=>I2,q:()=>H,w_:()=>F});var o=I(8); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function i8(e,t){return e<<17|t<<2}function F3(e){return e>>17&32767}function w9(e){return 2==(2&e)}function W6(e){return 2|e}function mr(e){return(131068&e)>>2}function K6(e,t){return-131069&e|t<<2}function L9(e){return 1==(1&e)}function Q6(e){return 1|e}Bi.INJECTOR_KEY=Wr.get(d3);function N9(e,t){const n=e.contentQueries;if(null!==n)for(let r=0;r22&&u9(e,t,22,!1),H1(d?2:0,o),n(r,o)}finally{kn(s),H1(d?3:1,o)}}function A9(e,t,n){if(T2(t)){const r=t.directiveStart,o=t.directiveEnd;for(let s=r;s0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(C)!=_&&C.push(_),C.push(r,o,d)}}function V9(e,t){null!==e.hostBindings&&e.hostBindings(1,t)}function G9(e,t){t.flags|=2,(e.components||(e.components=[])).push(t.index)}function Yc(e,t,n){if(n){if(t.exportAs)for(let r=0;r0&&c0(n)}}function c0(e){for(let r=k6(e);null!==r;r=A6(r))for(let o=10;o0&&c0(s)}const n=e[1].components;if(null!==n)for(let r=0;r0&&c0(o)}}function nu(e,t){const n=Nn(t,e),r=n[1];(function ru(e,t){for(let n=t.length;n-1&&(j6(t,r),yi(n,r))}this._attachedToViewContainer=!1}Z4(this._lView[1],this._lView)}onDestroy(t){F9(this._lView[1],this._lView,null,t)}markForCheck(){u0(this._cdRefInjectingView||this._lView)}detach(){this._lView[2]&=-65}reattach(){this._lView[2]|=64}detectChanges(){u8(this._lView[1],this._lView,this.context)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new q(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null,function kl(e,t){jo(e,t,t[11],2,null,null)}(this._lView[1],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new q(902,!1);this._appRef=t}}class iu extends Bo{constructor(t){super(t),this._view=t}detectChanges(){const t=this._view;u8(t[1],t,t[8],!1)}checkNoChanges(){}get context(){return null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class p0 extends c{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const n=dt(t);return new Vo(n,this.ngModule)}}function $9(e){const t=[];for(let n in e)if(e.hasOwnProperty(n)){const r=e[n];t.push({propName:r,templateName:n})}return t}class au{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,r){const o=this.injector.get(t,Et,r);return o!==Et||n===Et?o:this.parentInjector.get(t,n,r)}}class Vo extends Q5{constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function Xl(e){return e.map(ql).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}get inputs(){return $9(this.componentDef.inputs)}get outputs(){return $9(this.componentDef.outputs)}create(t,n,r,o){var s;let d=(o=o||this.ngModule)instanceof Hr?o:null===(s=o)||void 0===s?void 0:s.injector;d&&null!==this.componentDef.getStandaloneInjector&&(d=this.componentDef.getStandaloneInjector(d)||d);const C=d?new au(t,d):t,_=C.get(ie,null);if(null===_)throw new q(407,!1);const L=C.get(Qe,null),N=_.createRenderer(null,this.componentDef),G=this.componentDef.selectors[0][0]||"div",te=r?function zc(e,t,n){const r=n===V1.ShadowDom;return e.selectRootElement(t,r)}(N,r,this.componentDef.encapsulation):F6(_.createRenderer(null,this.componentDef),G,function ou(e){const t=e.toLowerCase();return"svg"===t?"svg":"math"===t?E1:null}(G)),Me=this.componentDef.onPush?288:272,Be=a0(0,null,null,1,0,null,null,null,null,null),Je=s8(null,Be,null,Me,null,null,_,N,L,C,null);let st,mt;o1(Je);try{const kt=function cu(e,t,n,r,o,s){const d=n[1],C=22;n[C]=e;const _=Gi(d,C,2,"#host",null),L=_.mergedAttrs=t.hostAttrs;null!==L&&(d8(_,L,!0),null!==e&&(A2(o,e,L),null!==_.classes&&G6(o,e,_.classes),null!==_.styles&&r9(o,e,_.styles)));const N=r.createRenderer(e,t),G=s8(n,S9(t),null,t.onPush?32:16,n[C],_,r,N,s||null,null,null);return d.firstCreatePass&&(f(lr(_,n),d,t.type),G9(d,_),U9(_,n.length,1)),c8(n,G),n[C]=G}(te,this.componentDef,Je,_,N);if(te)if(r)A2(N,te,["ng-version",Tt.full]);else{const{attrs:Ze,classes:xt}=function ec(e){const t=[],n=[];let r=1,o=2;for(;r0&&G6(N,te,xt.join(" "))}if(mt=Qn(Be,22),void 0!==n){const Ze=mt.projection=[];for(let xt=0;xt=0;r--){const o=e[r];o.hostVars=t+=o.hostVars,o.hostAttrs=c2(o.hostAttrs,n=c2(n,o.hostAttrs))}}(r)}function g0(e){return e===Q1?{}:e===Ct?[]:e}function pu(e,t){const n=e.viewQuery;e.viewQuery=n?(r,o)=>{t(r,o),n(r,o)}:t}function hu(e,t){const n=e.contentQueries;e.contentQueries=n?(r,o,s)=>{t(r,o,s),n(r,o,s)}:t}function gu(e,t){const n=e.hostBindings;e.hostBindings=n?(r,o)=>{t(r,o),n(r,o)}:t} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Cu=["providersResolver"],mu=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function _u(e){let n,t=J9(e.type);n=L1(e)?t.\u0275cmp:t.\u0275dir;const r=e;for(const o of Cu)r[o]=n[o];if(L1(n))for(const o of mu)r[o]=n[o]} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let p8=null;function ui(){if(!p8){const e=gt.Symbol;if(e&&e.iterator)p8=e.iterator;else{const t=Object.getOwnPropertyNames(Map.prototype);for(let n=0;nC(y1(m1[r.index])):r.index;let xt=null;if(!C&&_&&(xt=function xu(e,t,n,r){const o=e.cleanup;if(null!=o)for(let s=0;s_?C[_]:null}"string"==typeof d&&(s+=2)}return null}(e,t,o,r.index)),null!==xt){(xt.__ngLastListenerFn__||xt).__ngNextListenerFn__=s,xt.__ngLastListenerFn__=s,Me=!1}else{s=ga(r,t,G,s,!1);const m1=n.listen(mt,o,s);te.push(s,m1),N&&N.push(o,Ze,kt,kt+1)}}else s=ga(r,t,G,s,!1);const Be=r.outputs;let Je;if(Me&&null!==Be&&(Je=Be[o])){const st=Je.length;if(st)for(let mt=0;mt0)&&(L=!0)}else N=n;if(o)if(0!==_){const te=F3(e[C+1]);e[r+1]=i8(te,C),0!==te&&(e[te+1]=K6(e[te+1],r)),e[C+1]=function Dc(e,t){return 131071&e|t<<17}(e[C+1],r)}else e[r+1]=i8(C,0),0!==C&&(e[C+1]=K6(e[C+1],r)),C=r;else e[r+1]=i8(_,0),0===C?C=r:e[_+1]=K6(e[_+1],r),_=r;L&&(e[r+1]=W6(e[r+1])),xa(e,N,r,!0,s),xa(e,N,r,!1,s),function Tu(e,t,n,r,o){const s=o?e.residualClasses:e.residualStyles;null!=s&&"string"==typeof t&&kr(s,t)>=0&&(n[r+1]=Q6(n[r+1]))}(t,N,e,r,s),d=i8(C,_),s?t.classBindings=d:t.styleBindings=d}function xa(e,t,n,r,o){const s=e[n+1],d=null===t;let C=r?F3(s):mr(s),_=!1;for(;0!==C&&(!1===_||d);){const L=e[C],N=e[C+1];Nu(L,t)&&(_=!0,e[C+1]=r?Q6(N):W6(N)),C=r?F3(N):mr(N)}_&&(e[n+1]=r?W6(s):Q6(s))}function Nu(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&kr(e,t)>=0} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const b2={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function Pa(e){return e.substring(b2.key,b2.keyEnd)}function ku(e){return e.substring(b2.value,b2.valueEnd)}function Oa(e,t){const n=b2.textEnd;return n===t?-1:(t=b2.keyEnd=function Fu(e,t,n){for(;t32;)t++;return t}(e,b2.key=t,n),Xi(e,t,n))}function Ta(e,t){const n=b2.textEnd;let r=b2.key=Xi(e,t,n);return n===r?-1:(r=b2.keyEnd=function ju(e,t,n){let r;for(;t=65&&(-33&r)<=90||r>=48&&r<=57);)t++;return t}(e,r,n),r=ka(e,r,n,58),r=b2.value=Xi(e,r,n),r=b2.valueEnd=function Ru(e,t,n){let r=-1,o=-1,s=-1,d=t,C=d;for(;d32&&(C=d),s=o,o=r,r=-33&_}return C}(e,r,n),ka(e,r,n,59))}function Na(e){b2.key=0,b2.keyEnd=0,b2.value=0,b2.valueEnd=0,b2.textEnd=e.length}function Xi(e,t,n){for(;t=0;n=Ta(t,n))ja(e,Pa(t),ku(t))}function Bu(e){R3(U2,X3,e,!0)}function X3(e,t){for(let n=function Au(e){return Na(e),Oa(e,Xi(e,0,b2.textEnd))}(t);n>=0;n=Oa(t,n))U2(e,Pa(t),!0)}function j3(e,t,n,r){const o=R(),s=De(),d=I2(2);if(s.firstUpdatePass&&Fa(s,e,d,r),t!==Qt&&F2(o,d,t)){Ra(s,s.data[x1()],o,o[11],e,o[d+1]=function Ku(e,t){return null==e||("string"==typeof t?e+=t:"object"==typeof e&&(e=Ee(_3(e)))),e}(t,n),r,d)}}function R3(e,t,n,r){const o=De(),s=I2(2);o.firstUpdatePass&&Fa(o,null,s,r);const d=R();if(n!==Qt&&F2(d,s,n)){const C=o.data[x1()];if(Ba(C,r)&&!Sa(o,s)){let _=r?C.classesWithoutHost:C.stylesWithoutHost;null!==_&&(n=Se(_,n||"")),y0(o,C,d,n,r)}else!function Wu(e,t,n,r,o,s,d,C){o===Qt&&(o=Ct);let _=0,L=0,N=0=e.expandoStartIndex}function Fa(e,t,n,r){const o=e.data;if(null===o[n+1]){const s=o[x1()],d=Sa(e,n);Ba(s,r)&&null===t&&!d&&(t=!1),t=function Vu(e,t,n,r){const o=j(e);let s=r?t.residualClasses:t.residualStyles;if(null===o)0===(r?t.classBindings:t.styleBindings)&&(n=Ho(n=E0(null,e,t,n,r),t.attrs,r),s=null);else{const d=t.directiveStylingLast;if(-1===d||e[d]!==o)if(n=E0(o,e,t,n,r),null===s){let _=function Gu(e,t,n){const r=n?t.classBindings:t.styleBindings;if(0!==mr(r))return e[F3(r)]}(e,t,r);void 0!==_&&Array.isArray(_)&&(_=E0(null,e,t,_[1],r),_=Ho(_,t.attrs,r),function Uu(e,t,n,r){const o=n?t.classBindings:t.styleBindings;e[F3(o)]=r}(e,t,r,_))}else s=function Hu(e,t,n){let r;const o=t.directiveEnd;for(let s=1+t.directiveStylingLast;s0;){const _=e[o],L=Array.isArray(_),N=L?_[1]:_,G=null===N;let te=n[o+1];te===Qt&&(te=G?Ct:void 0);let Me=G?vi(te,r):N===r?te:void 0;if(L&&!y8(Me)&&(Me=vi(_,r)),y8(Me)&&(C=Me,d))return C;const Be=e[o+1];o=d?F3(Be):mr(Be)}if(null!==t){let _=s?t.residualClasses:t.residualStyles;null!=_&&(C=vi(_,r))}return C}function y8(e){return void 0!==e}function Ba(e,t){return 0!=(e.flags&(t?16:32))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Va(e,t=""){const n=R(),r=De(),o=e+22,s=r.firstCreatePass?Gi(r,o,1,t,null):r.data[o],d=n[o]=S6(n[11],t);t8(r,n,d,s),I1(s,!1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function I0(e){return b8("",e,""),I0}function b8(e,t,n){const r=R(),o=Zi(r,e,t,n);return o!==Qt&&_r(r,x1(),o),b8}function x0(e,t,n,r,o){const s=R(),d=Wi(s,e,t,n,r,o);return d!==Qt&&_r(s,x1(),d),x0}function Ga(e,t,n,r,o,s,d){const C=R(),_=Ki(C,e,t,n,r,o,s,d);return _!==Qt&&_r(C,x1(),_),Ga}function Ua(e,t,n,r,o,s,d,C,_){const L=R(),N=Qi(L,e,t,n,r,o,s,d,C,_);return N!==Qt&&_r(L,x1(),N),Ua}function Ha(e,t,n,r,o,s,d,C,_,L,N){const G=R(),te=Yi(G,e,t,n,r,o,s,d,C,_,L,N);return te!==Qt&&_r(G,x1(),te),Ha}function Za(e,t,n,r,o,s,d,C,_,L,N,G,te){const Me=R(),Be=$i(Me,e,t,n,r,o,s,d,C,_,L,N,G,te);return Be!==Qt&&_r(Me,x1(),Be),Za}function Wa(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){const Je=R(),st=Ji(Je,e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be);return st!==Qt&&_r(Je,x1(),st),Wa}function Ka(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){const mt=R(),kt=qi(mt,e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st);return kt!==Qt&&_r(mt,x1(),kt),Ka}function Qa(e){const t=R(),n=Hi(t,e);return n!==Qt&&_r(t,x1(),n),Qa -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}function Qu(e,t,n){R3(U2,X3,Zi(R(),e,t,n),!0)}function Yu(e,t,n,r,o){R3(U2,X3,Wi(R(),e,t,n,r,o),!0)}function $u(e,t,n,r,o,s,d){R3(U2,X3,Ki(R(),e,t,n,r,o,s,d),!0)}function Ju(e,t,n,r,o,s,d,C,_){R3(U2,X3,Qi(R(),e,t,n,r,o,s,d,C,_),!0)}function qu(e,t,n,r,o,s,d,C,_,L,N){R3(U2,X3,Yi(R(),e,t,n,r,o,s,d,C,_,L,N),!0)}function Xu(e,t,n,r,o,s,d,C,_,L,N,G,te){R3(U2,X3,$i(R(),e,t,n,r,o,s,d,C,_,L,N,G,te),!0)}function ed(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){R3(U2,X3,Ji(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be),!0)}function td(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){R3(U2,X3,qi(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st),!0)}function nd(e){R3(U2,X3,Hi(R(),e),!0)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function rd(e,t,n){q3(Zi(R(),e,t,n))}function id(e,t,n,r,o){q3(Wi(R(),e,t,n,r,o))}function od(e,t,n,r,o,s,d){q3(Ki(R(),e,t,n,r,o,s,d))}function ad(e,t,n,r,o,s,d,C,_){q3(Qi(R(),e,t,n,r,o,s,d,C,_))}function sd(e,t,n,r,o,s,d,C,_,L,N){q3(Yi(R(),e,t,n,r,o,s,d,C,_,L,N))}function ld(e,t,n,r,o,s,d,C,_,L,N,G,te){q3($i(R(),e,t,n,r,o,s,d,C,_,L,N,G,te))}function cd(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){q3(Ji(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be))}function ud(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){q3(qi(R(),e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st))}function dd(e){q3(Hi(R(),e))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Ya(e,t,n,r,o){return j3(e,Zi(R(),t,n,r),o,!1),Ya}function $a(e,t,n,r,o,s,d){return j3(e,Wi(R(),t,n,r,o,s),d,!1),$a}function Ja(e,t,n,r,o,s,d,C,_){return j3(e,Ki(R(),t,n,r,o,s,d,C),_,!1),Ja}function qa(e,t,n,r,o,s,d,C,_,L,N){return j3(e,Qi(R(),t,n,r,o,s,d,C,_,L),N,!1),qa}function Xa(e,t,n,r,o,s,d,C,_,L,N,G,te){return j3(e,Yi(R(),t,n,r,o,s,d,C,_,L,N,G),te,!1),Xa}function e7(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be){return j3(e,$i(R(),t,n,r,o,s,d,C,_,L,N,G,te,Me),Be,!1),e7}function t7(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st){return j3(e,Ji(R(),t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je),st,!1),t7}function n7(e,t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st,mt,kt){return j3(e,qi(R(),t,n,r,o,s,d,C,_,L,N,G,te,Me,Be,Je,st,mt),kt,!1),n7}function r7(e,t,n){return j3(e,Hi(R(),t),n,!1),r7 -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}function i7(e,t,n){const r=R();if(F2(r,P2(),t)){f3(De(),l1(),r,e,t,r[11],n,!0)}return i7}function o7(e,t,n){const r=R();if(F2(r,P2(),t)){const s=De(),d=l1();f3(s,d,r,e,t,Q9(j(s.data),d,r),n,!0)}return o7} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const fi=void 0;var pd=["en",[["a","p"],["AM","PM"],fi],[["AM","PM"],fi,fi],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],fi,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],fi,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",fi,"{1} 'at' {0}",fi],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function fd(e){const n=Math.floor(Math.abs(e)),r=e.toString().replace(/^[^.]*\.?/,"").length;return 1===n&&0===r?1:5}]; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let eo={};function P0(e){const t=function hd(e){return e.toLowerCase().replace(/_/g,"-")} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(e);let n=s7(t);if(n)return n;const r=t.split("-")[0];if(n=s7(r),n)return n;if("en"===r)return pd;throw new q(701,!1)}function a7(e){return P0(e)[pi.PluralCase]}function s7(e){return e in eo||(eo[e]=gt.ng&>.ng.common&>.ng.common.locales&>.ng.common.locales[e]),eo[e]}var pi;!function(e){e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData"}(pi||(pi={}));const gd=["zero","one","two","few","many"];const to="en-US",v8={marker:"element"},M8={marker:"ICU"}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */var Z2;!function(e){e[e.SHIFT=2]="SHIFT",e[e.APPEND_EAGERLY=1]="APPEND_EAGERLY",e[e.COMMENT=2]="COMMENT"}(Z2||(Z2={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let l7=to;function c7(e){Ft(e,"Expected localeId to be defined"),"string"==typeof e&&(l7=e.toLowerCase().replace(/_/g,"-"))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function u7(e,t,n){const r=t.insertBeforeIndex,o=Array.isArray(r)?r[0]:r;return null===o?J4(e,0,n):y1(n[o])}function d7(e,t,n,r,o){const s=t.insertBeforeIndex;if(Array.isArray(s)){let d=r,C=null;if(3&t.type||(C=d,d=o),null!==d&&0==(2&t.flags))for(let _=1;_1)for(let n=e.length-2;n>=0;n--){const r=e[n];p7(r)||yd(r,t)&&null===bd(r)&&vd(r,t.index)}}function p7(e){return!(64&e.type)}function yd(e,t){return p7(t)||e.index>t.index}function bd(e){const t=e.insertBeforeIndex;return Array.isArray(t)?t[0]:t}function vd(e,t){const n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(X4(u7,d7),e.insertBeforeIndex=t)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Zo(e,t){const n=e.data[t];return null===n||"string"==typeof n?null:n.hasOwnProperty("currentCaseLViewIndex")?n:n.value}function Ld(e,t,n){const r=n0(e,n,64,null,null);return f7(t,r),r}function w8(e,t){const n=t[e.currentCaseLViewIndex];return null===n?n:n<0?~n:n}function h7(e){return e>>>17}function g7(e){return(131070&e)>>>1} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Wo=0,Ko=0;function m7(e,t,n,r){const o=n[11];let d,s=null;for(let C=0;C>>1,Me=t[++C],Be=t[++C];l0(o,o2(te,n),null,null,Me,Be,null)}else switch(_){case M8:const L=t[++C],N=t[++C];if(null===n[N]){S2(n[N]=Ol(o,L),n)}break;case v8:const G=t[++C],te=t[++C];if(null===n[te]){S2(n[te]=F6(o,G,null),n)}}}}function _7(e,t,n,r,o){for(let s=0;s>>2;switch(3&N){case 1:const te=n[++L],Me=n[++L],Be=e.data[G];"string"==typeof Be?l0(t[11],t[G],null,Be,te,_,Me):f3(e,Be,t,te,_,t[11],Me,!1);break;case 0:const Je=t[G];null!==Je&&U4(t[11],Je,_);break;case 2:Pd(e,Zo(e,G),t,_);break;case 3:y7(e,Zo(e,G),r,t)}}}}else{const _=n[s+1];if(_>0&&3==(3&_)){const N=Zo(e,_>>>2);t[N.currentCaseLViewIndex]<0&&y7(e,N,r,t)}}s+=C}}function y7(e,t,n,r){let o=r[t.currentCaseLViewIndex];if(null!==o){let s=Wo;o<0&&(o=r[t.currentCaseLViewIndex]=~o,s=-1),_7(e,r,t.update[o],n,s)}}function Pd(e,t,n,r){const o=function Od(e,t){let n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:{const r=function Cd(e,t){const n=a7(t)(parseInt(e,10)),r=gd[n];return void 0!==r?r:"other"}(t,function _d(){return l7}());n=e.cases.indexOf(r),-1===n&&"other"!==r&&(n=e.cases.indexOf("other"));break}case 0:n=e.cases.indexOf("other")}return-1===n?null:n} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(t,r);if(w8(t,n)!==o&&(b7(e,t,n),n[t.currentCaseLViewIndex]=null===o?null:~o,null!==o)){const d=n[t.anchorIdx];d&&m7(e,t.create[o],n,d)}}function b7(e,t,n){let r=w8(t,n);if(null!==r){const o=t.remove[r];for(let s=0;s0){const C=o2(d,n);null!==C&&t9(n[11],C)}else b7(e,Zo(e,~d),n)}}}function Td(){const e=[];let n,r,t=-1;function s(C,_){t=0;const L=w8(C,_);r=null!==L?C.remove[L]:Ct}function d(){if(t0)return n[C];{e.push(t,r);const _=~C;return s(n[1].data[_],n),d()}}return 0===e.length?null:(r=e.pop(),t=e.pop(),d())}return function o(C,_){for(n=_;e.length;)e.pop();return s(C.value,_),d}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const L8=/\ufffd(\d+):?\d*\ufffd/gi,Nd=/({\s*\ufffd\d+:?\d*\ufffd\s*,\s*\S{6}\s*,[\s\S]*})/gi,kd=/\ufffd(\d+)\ufffd/,M7=/^\s*(\ufffd\d+:?\d*\ufffd)\s*,\s*(select|plural)\s*,/,Ad=/\ufffd\/?\*(\d+:\d+)\ufffd/gi,Sd=/\ufffd(\/?[#*]\d+):?\d*\ufffd/gi,Fd=/\uE500/g;function Rd(e,t,n,r,o,s){const d=mn(),C=[],_=[],L=[[]];o=function Ud(e,t){if(function Gd(e){return-1===e}(t))return D7(e);{const n=e.indexOf(`:${t}\ufffd`)+2+t.toString().length,r=e.search(new RegExp(`\ufffd\\/\\*\\d+:${t}\ufffd`));return D7(e.substring(n,r))}}(o,s);const N=function jd(e){return e.replace(Fd," ")}(o).split(Sd);for(let G=0;Gn.length&&n.push(_)}return{type:r,mainBinding:o,cases:t,values:n}}function O0(e){if(!e)return[];let t=0;const n=[],r=[],o=/[{}]/g;let s;for(o.lastIndex=0;s=o.exec(e);){const C=s.index;if("}"==s[0]){if(n.pop(),0==n.length){const _=e.substring(t,C);M7.test(_)?r.push(Hd(_)):r.push(_),t=C+1}}else{if(0==n.length){const _=e.substring(t,C);r.push(_),t=C+1}n.push("{")}}const d=e.substring(t);return r.push(d),r}function Zd(e,t,n,r,o,s,d,C){const _=[],L=[],N=[];t.cases.push(s),t.create.push(_),t.remove.push(L),t.update.push(N);const te=wo(M5()).getInertBodyElement(d),Me=Eo(te)||te;return Me?I7(e,t,n,r,_,L,N,Me,o,C,0):0}function I7(e,t,n,r,o,s,d,C,_,L,N){let G=0,te=C.firstChild;for(;te;){const Me=Ui(e,n,1,null);switch(te.nodeType){case Node.ELEMENT_NODE:const Be=te,Je=Be.tagName.toLowerCase();if(Do.hasOwnProperty(Je)){T0(o,v8,Je,_,Me),e.data[Me]=Je;const Ze=Be.attributes;for(let xt=0;xt>>Z2.SHIFT;let G=e[N];null===G&&(G=e[N]=_?o.createComment(C):S6(o,C)),L&&null!==n&&ci(o,n,G,r,!1)}})(o,_.create,N,G),p3(!0)}function T7(){p3(!1)}function of(e,t,n){O7(e,t,n),T7()}function af(e,t){const n=De();!function Bd(e,t,n){const o=u1().index,s=[];if(e.firstCreatePass&&null===e.data[t]){for(let d=0;d0){const r=e.data[n];_7(e,t,Array.isArray(r)?r:r.update,E2()-Ko-1,Wo)}Wo=0,Ko=0}(De(),R(),e+22)}function lf(e,t={}){return function rf(e,t={}){let n=e;if($d.test(e)){const r={},o=[0];n=n.replace(Jd,(s,d,C)=>{const _=d||C,L=r[_]||[];if(L.length||(_.split("|").forEach(Je=>{const st=Je.match(nf),mt=st?parseInt(st[1],10):0,kt=tf.test(Je);L.push([mt,kt,Je])}),r[_]=L),!L.length)throw new Error(`i18n postprocess: unmatched placeholder - ${_}`);const N=o[o.length-1];let G=0;for(let Je=0;Jet.hasOwnProperty(s)?`${o}${t[s]}${_}`:r),n=n.replace(Xd,(r,o)=>t.hasOwnProperty(o)?t[o]:r),n=n.replace(ef,(r,o)=>{if(t.hasOwnProperty(o)){const s=t[o];if(!s.length)throw new Error(`i18n postprocess: unmatched ICU - ${r} with key: ${o}`);return s.shift()}return r})),n}(e,t)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function N0(e,t,n,r,o){if(e=W(e),Array.isArray(e))for(let s=0;s>20;if(Y3(e)||!e.multi){const Me=new C3(_,o,Vi),Be=A0(C,t,o?N:N+te,G);-1===Be?(f(lr(L,d),s,C),k0(s,e,t.length),t.push(C),L.directiveStart++,L.directiveEnd++,o&&(L.providerIndexes+=1048576),n.push(Me),d.push(Me)):(n[Be]=Me,d[Be]=Me)}else{const Me=A0(C,t,N+te,G),Be=A0(C,t,N,N+te),Je=Me>=0&&n[Me],st=Be>=0&&n[Be];if(o&&!st||!o&&!Je){f(lr(L,d),s,C);const mt=function ff(e,t,n,r,o){const s=new C3(e,n,Vi);return s.multi=[],s.index=t,s.componentProviders=0,k7(s,o,r&&!n),s}(o?df:uf,n.length,o,r,_);!o&&st&&(n[Be].providerFactory=mt),k0(s,e,t.length,0),t.push(C),L.directiveStart++,L.directiveEnd++,o&&(L.providerIndexes+=1048576),n.push(mt),d.push(mt)}else{k0(s,e,Me>-1?Me:Be,k7(n[o?Be:Me],_,!o&&r))}!o&&r&&st&&n[Be].componentProviders++}}}function k0(e,t,n,r){const o=Y3(t),s=function Z5(e){return!!e.useClass}(t);if(o||s){const _=(s?W(t.useClass):t).prototype.ngOnDestroy;if(_){const L=e.destroyHooks||(e.destroyHooks=[]);if(!o&&t.multi){const N=L.indexOf(n);-1===N?L.push(n,[r,_]):L[N+1].push(r,_)}else L.push(n,_)}}}function k7(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function A0(e,t,n,r){for(let o=n;o{n.providersResolver=(r,o)=>function cf(e,t,n){const r=De();if(r.firstCreatePass){const o=L1(e);N0(n,r.data,r.blueprint,o,!0),N0(t,r.data,r.blueprint,o,!1)}}(r,o?o(e):e,t)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class no{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function hf(e,t){return new S7(e,t??null)}class S7 extends no{constructor(t,n){super(),this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new p0(this);const r=Ut(t);this._bootstrapComponents=Cr(r.bootstrap),this._r3Injector=g9(t,n,[{provide:no,useValue:this},{provide:c,useValue:this.componentFactoryResolver}],Ee(t),new Set(["environment"])),this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(t)}get injector(){return this._r3Injector}destroy(){const t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}}class F0 extends class pf{}{constructor(t){super(),this.moduleType=t}create(t){return new S7(this.moduleType,t)}}class gf extends no{constructor(t,n,r){super(),this.componentFactoryResolver=new p0(this),this.instance=null;const o=new W5([...t,{provide:no,useValue:this},{provide:c,useValue:this.componentFactoryResolver}],n||Si(),r,new Set(["environment"]));this.injector=o,o.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}function F7(e,t,n=null){return new gf(e,t,n).injector} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class D8{constructor(t){this._injector=t,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t.id)){const n=V5(0,t.type),r=n.length>0?F7([n],this._injector,`Standalone[${t.type.name}]`):null;this.cachedInjectors.set(t.id,r)}return this.cachedInjectors.get(t.id)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())null!==t&&t.destroy()}finally{this.cachedInjectors.clear()}}}function Cf(e){e.getStandaloneInjector=t=>t.get(D8).getOrCreateStandaloneInjector(e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function U7(e,t,n,r){return Dt(()=>{const o=e;null!==t&&(o.hasOwnProperty("decorators")&&void 0!==o.decorators?o.decorators.push(...t):o.decorators=t),null!==n&&(o.ctorParameters=n),null!==r&&(o.hasOwnProperty("propDecorators")&&void 0!==o.propDecorators?o.propDecorators={...o.propDecorators,...r}:o.propDecorators=r)})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Lf(e,t,n){const r=ln()+e,o=R();return o[r]===Qt?J3(o,r,n?t.call(n):t()):Uo(o,r)}function H7(e,t,n,r){return Z7(R(),ln(),e,t,n,r)}function Df(e,t,n,r,o){return W7(R(),ln(),e,t,n,r,o)}function Ef(e,t,n,r,o,s){return K7(R(),ln(),e,t,n,r,o,s)}function If(e,t,n,r,o,s,d){return Q7(R(),ln(),e,t,n,r,o,s,d)}function xf(e,t,n,r,o,s,d,C){const _=ln()+e,L=R(),N=y3(L,_,n,r,o,s);return F2(L,_+4,d)||N?J3(L,_+5,C?t.call(C,n,r,o,s,d):t(n,r,o,s,d)):Uo(L,_+5)}function Pf(e,t,n,r,o,s,d,C,_){const L=ln()+e,N=R(),G=y3(N,L,n,r,o,s);return di(N,L+4,d,C)||G?J3(N,L+6,_?t.call(_,n,r,o,s,d,C):t(n,r,o,s,d,C)):Uo(N,L+6)}function Of(e,t,n,r,o,s,d,C,_,L){const N=ln()+e,G=R();let te=y3(G,N,n,r,o,s);return h8(G,N+4,d,C,_)||te?J3(G,N+7,L?t.call(L,n,r,o,s,d,C,_):t(n,r,o,s,d,C,_)):Uo(G,N+7)}function Tf(e,t,n,r,o,s,d,C,_,L,N){const G=ln()+e,te=R(),Me=y3(te,G,n,r,o,s);return y3(te,G+4,d,C,_,L)||Me?J3(te,G+8,N?t.call(N,n,r,o,s,d,C,_,L):t(n,r,o,s,d,C,_,L)):Uo(te,G+8)}function Nf(e,t,n,r){return Y7(R(),ln(),e,t,n,r)}function $o(e,t){const n=e[t];return n===Qt?void 0:n}function Z7(e,t,n,r,o,s){const d=t+n;return F2(e,d,o)?J3(e,d+1,s?r.call(s,o):r(o)):$o(e,d+1)}function W7(e,t,n,r,o,s,d){const C=t+n;return di(e,C,o,s)?J3(e,C+2,d?r.call(d,o,s):r(o,s)):$o(e,C+2)}function K7(e,t,n,r,o,s,d,C){const _=t+n;return h8(e,_,o,s,d)?J3(e,_+3,C?r.call(C,o,s,d):r(o,s,d)):$o(e,_+3)}function Q7(e,t,n,r,o,s,d,C,_){const L=t+n;return y3(e,L,o,s,d,C)?J3(e,L+4,_?r.call(_,o,s,d,C):r(o,s,d,C)):$o(e,L+4)}function Y7(e,t,n,r,o,s){let d=t+n,C=!1;for(let _=0;_=0;n--){const r=t[n];if(e===r.name)return r}}(t,n.pipeRegistry),n.data[o]=r,r.onDestroy&&(n.destroyHooks||(n.destroyHooks=[])).push(o,r.onDestroy)):r=n.data[o];const s=r.factory||(r.factory=jt(r.type)),d=He(Vi);try{const C=In(!1),_=s();return In(C),function Lu(e,t,n,r){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=r}(n,R(),o,_),_}finally{He(d)}}function Sf(e,t,n){const r=e+22,o=R(),s=z2(o,r);return Jo(o,r)?Z7(o,ln(),t,s.transform,n,s):s.transform(n)}function Ff(e,t,n,r){const o=e+22,s=R(),d=z2(s,o);return Jo(s,o)?W7(s,ln(),t,d.transform,n,r,d):d.transform(n,r)}function jf(e,t,n,r,o){const s=e+22,d=R(),C=z2(d,s);return Jo(d,s)?K7(d,ln(),t,C.transform,n,r,o,C):C.transform(n,r,o)}function Rf(e,t,n,r,o,s){const d=e+22,C=R(),_=z2(C,d);return Jo(C,d)?Q7(C,ln(),t,_.transform,n,r,o,s,_):_.transform(n,r,o,s)}function zf(e,t,n){const r=e+22,o=R(),s=z2(o,r);return Jo(o,r)?Y7(o,ln(),t,s.transform,n,s):s.transform.apply(s,n)}function Jo(e,t){return e[1].data[t].pure} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */D8.\u0275prov=de({token:D8,providedIn:"environment",factory:()=>new D8(Pn(Hr))});class Bf extends i.xQ{constructor(t=!1){super(),this.__isAsync=t}emit(t){super.next(t)}subscribe(t,n,r){let o=t,s=n||(()=>null),d=r;if(t&&"object"==typeof t){var C,_,L;const G=t;o=null===(C=G.next)||void 0===C?void 0:C.bind(G),s=null===(_=G.error)||void 0===_?void 0:_.bind(G),d=null===(L=G.complete)||void 0===L?void 0:L.bind(G)}this.__isAsync&&(s=R0(s),o&&(o=R0(o)),d&&(d=R0(d)));const N=super.subscribe({next:o,error:s,complete:d});return t instanceof v.w&&t.add(N),N}}function R0(e){return t=>{setTimeout(e,void 0,t)}}const er=Bf; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function Vf(){return this._results[ui()]()}class z0{constructor(t=!1){this._emitDistinctChangesOnly=t,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const n=ui(),r=z0.prototype;r[n]||(r[n]=Vf)}get changes(){return this._changes||(this._changes=new er)}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){const r=this;r.dirty=!1;const o=G2(t);(this._changesDetected=!function k8(e,t,n){if(e.length!==t.length)return!1;for(let r=0;r0;)this.remove(this.length-1)}get(t){const n=J7(this._lContainer);return null!==n&&n[t]||null}get length(){return this._lContainer.length-10}createEmbeddedView(t,n,r){let o,s;"number"==typeof r?o=r:null!=r&&(o=r.index,s=r.injector);const d=t.createEmbeddedView(n||{},s);return this.insert(d,o),d}createComponent(t,n,r,o,s){const d=t&&!ei(t);let C;if(d)C=n;else{const G=n||{};C=G.index,r=G.injector,o=G.projectableNodes,s=G.environmentInjector||G.ngModuleRef}const _=d?t:new Vo(dt(t)),L=r||this.parentInjector;if(!s&&null==_.ngModule){const te=(d?L:this.parentInjector).get(Hr,null);te&&(s=te)}const N=_.create(L,o,void 0,s);return this.insert(N.hostView,C),N}insert(t,n){const r=t._lView,o=r[1];if(function Rn(e){return j1(e[3])}(r)){const N=this.indexOf(t);if(-1!==N)this.detach(N);else{const G=r[3],te=new $7(G,G[6],G[3]);te.detach(te.indexOf(t))}}const s=this._adjustIndex(n),d=this._lContainer;Sl(o,r,d,s);const C=B6(s,d),_=r[11],L=e8(_,d[7]);return null!==L&&function Nl(e,t,n,r,o,s){r[0]=o,r[6]=t,jo(e,r,n,1,o,s)}(o,d[6],_,r,L,C),t.attachToViewContainerRef(),o5(B0(d),s,t),t}move(t,n){return this.insert(t,n)}indexOf(t){const n=J7(this._lContainer);return null!==n?n.indexOf(t):-1}remove(t){const n=this._adjustIndex(t,-1),r=j6(this._lContainer,n);r&&(yi(B0(this._lContainer),n),Z4(r[1],r))}detach(t){const n=this._adjustIndex(t,-1),r=j6(this._lContainer,n);return r&&null!=yi(B0(this._lContainer),n)?new Bo(r):null}_adjustIndex(t,n=0){return t??this.length+n}};function J7(e){return e[8]}function B0(e){return e[8]||(e[8]=[])}function q7(e,t){let n;const r=t[e.index];if(j1(r))n=r;else{let o;if(8&e.type)o=y1(r);else{const s=t[11];o=s.createComment("");const d=Z1(e,t);ci(s,e8(s,d),o,function Bl(e,t){return e.nextSibling(t)}(s,d),!1)}t[e.index]=n=Z9(r,t,o,e),c8(t,n)}return new $7(n,e,t)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class V0{constructor(t){this.queryList=t,this.matches=null}clone(){return new V0(this.queryList)}setDirty(){this.queryList.setDirty()}}class G0{constructor(t=[]){this.queries=t}createEmbeddedView(t){const n=t.queries;if(null!==n){const r=null!==t.contentQueries?t.contentQueries[0]:n.length,o=[];for(let s=0;s0)r.push(d[C/2]);else{const L=s[C+1],N=t[-_];for(let G=10;G(null===o&&(o=Bn().compileNgModule(W2,`ng:///${e.name}/\u0275mod.js`,{type:e,bootstrap:G2(t.bootstrap||Ct).map(W),declarations:r.map(W),imports:G2(t.imports||Ct).map(W).map(hs),exports:G2(t.exports||Ct).map(W).map(hs),schemas:t.schemas?G2(t.schemas):null,id:t.id||null}),o.schemas||(o.schemas=[])),o)});let s=null;Object.defineProperty(e,Y1,{get:()=>{if(null===s){const C=Bn();s=C.compileFactory(W2,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,deps:Ii(e),target:C.FactoryTarget.NgModule,typeArgumentCount:0})}return s},configurable:!1});let d=null;Object.defineProperty(e,je,{get:()=>{if(null===d){const C={name:e.name,type:e,providers:t.providers||Ct,imports:[(t.imports||Ct).map(W),(t.exports||Ct).map(W)]};d=Bn().compileInjector(W2,`ng:///${e.name}/\u0275inj.js`,C)}return d},configurable:!1})})(e,t),void 0!==t.id&&b5(e,t.id),function op(e,t){Xo.push({moduleType:e,ngModule:t})}(e,t)}function up(e,t){const n=G2(t.declarations||Ct),r=oo(e);n.forEach(o=>{if((o=W(o)).hasOwnProperty(dn)){ps(dt(o),r)}else!o.hasOwnProperty(n2)&&!o.hasOwnProperty(Vn)&&(o.ngSelectorScope=e)})}function ps(e,t){e.directiveDefs=()=>Array.from(t.compilation.directives).map(n=>n.hasOwnProperty(dn)?dt(n):bt(n)).filter(n=>!!n),e.pipeDefs=()=>Array.from(t.compilation.pipes).map(n=>t1(n)),e.schemas=t.schemas,e.tView=null}function oo(e){if(ls(e))return function dp(e){const t=Ut(e,!0);if(null!==t.transitiveCompileScopes)return t.transitiveCompileScopes;const n={schemas:t.schemas||null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set}};return Cr(t.imports).forEach(r=>{const o=oo(r);o.exported.directives.forEach(s=>n.compilation.directives.add(s)),o.exported.pipes.forEach(s=>n.compilation.pipes.add(s))}),Cr(t.declarations).forEach(r=>{t1(r)?n.compilation.pipes.add(r):n.compilation.directives.add(r)}),Cr(t.exports).forEach(r=>{const o=r;if(ls(o)){const s=oo(o);s.exported.directives.forEach(d=>{n.compilation.directives.add(d),n.exported.directives.add(d)}),s.exported.pipes.forEach(d=>{n.compilation.pipes.add(d),n.exported.pipes.add(d)})}else t1(o)?n.exported.pipes.add(o):n.exported.directives.add(o)}),t.transitiveCompileScopes=n,n}(e);if(fn(e)){if(null!==(dt(e)||bt(e)))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set([e]),pipes:new Set}};if(null!==t1(e))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set([e])}}}throw new Error(`${e.name} does not have a module def (\u0275mod property)`)}function hs(e){return ss(e)?e.ngModule:e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */let Y0=0;function fp(e,t){let n=null;(function W8(e,t){go(t)&&(Rr.set(e,t),zr.add(e))})(e,t),ms(e,t),Object.defineProperty(e,dn,{get:()=>{if(null===n){const r=Bn();if(go(t)){const L=[`Component '${e.name}' is not resolved:`];throw t.templateUrl&&L.push(` - templateUrl: ${t.templateUrl}`),t.styleUrls&&t.styleUrls.length&&L.push(` - styleUrls: ${JSON.stringify(t.styleUrls)}`),L.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(L.join("\n"))}const o=function ip(){return io}();let s=t.preserveWhitespaces;void 0===s&&(s=null!==o&&void 0!==o.preserveWhitespaces&&o.preserveWhitespaces);let d=t.encapsulation;void 0===d&&(d=null!==o&&void 0!==o.defaultEncapsulation?o.defaultEncapsulation:V1.Emulated);const C=t.templateUrl||`ng:///${e.name}/template.html`,_={..._s(e,t),typeSourceSpan:r.createParseSourceSpan("Component",e.name,C),template:t.template||"",preserveWhitespaces:s,styles:t.styles||Ct,animations:t.animations,declarations:[],changeDetection:t.changeDetection,encapsulation:d,interpolation:t.interpolation,viewProviders:t.viewProviders||null,isStandalone:!!t.standalone};Y0++;try{if(_.usesInheritance&&ys(e),n=r.compileComponent(W2,C,_),t.standalone){const L=G2(t.imports||Ct),{directiveDefs:N,pipeDefs:G}=function hp(e,t){let n=null,r=null;return{directiveDefs:()=>{if(null===n){n=[dt(e)];const d=new Set;for(const C of t){const _=W(C);if(!d.has(_))if(d.add(_),Ut(_)){const L=oo(_);for(const N of L.exported.directives){const G=dt(N)||bt(N);G&&!d.has(N)&&(d.add(N),n.push(G))}}else{const L=dt(_)||bt(_);L&&n.push(L)}}}return n},pipeDefs:()=>{if(null===r){r=[];const d=new Set;for(const C of t){const _=W(C);if(!d.has(_))if(d.add(_),Ut(_)){const L=oo(_);for(const N of L.exported.pipes){const G=t1(N);G&&!d.has(N)&&(d.add(N),r.push(G))}}else{const L=t1(_);L&&r.push(L)}}}return r}}}(e,L);n.directiveDefs=N,n.pipeDefs=G,n.dependencies=()=>L.map(W)}}finally{Y0--}if(0===Y0&&function ap(){if(!W0){W0=!0;try{for(let e=Xo.length-1;e>=0;e--){const{moduleType:t,ngModule:n}=Xo[e];n.declarations&&n.declarations.every(cs)&&(Xo.splice(e,1),up(t,n))}}finally{W0=!1}}}(),function gp(e){return void 0!==e.ngSelectorScope}(e)){const L=oo(e.ngSelectorScope);ps(n,L)}if(t.schemas){if(!t.standalone)throw new Error(`The 'schemas' was specified for the ${Ve(e)} but is only valid on a component that is standalone.`);n.schemas=t.schemas}else t.standalone&&(n.schemas=[])}return n},configurable:!1})}function gs(e,t){let n=null;ms(e,t||{}),Object.defineProperty(e,n2,{get:()=>{if(null===n){const r=Cs(e,t||{});n=Bn().compileDirective(W2,r.sourceMapUrl,r.metadata)}return n},configurable:!1})}function Cs(e,t){const n=e&&e.name,r=`ng:///${n}/\u0275dir.js`,o=Bn(),s=_s(e,t);return s.typeSourceSpan=o.createParseSourceSpan("Directive",n,r),s.usesInheritance&&ys(e),{metadata:s,sourceMapUrl:r}}function ms(e,t){let n=null;Object.defineProperty(e,Y1,{get:()=>{if(null===n){const r=Cs(e,t),o=Bn();n=o.compileFactory(W2,`ng:///${e.name}/\u0275fac.js`,{name:r.metadata.name,type:r.metadata.type,typeArgumentCount:0,deps:Ii(e),target:o.FactoryTarget.Directive})}return n},configurable:!1})}function Cp(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function _s(e,t){const n=O3(),r=n.ownPropMetadata(e);return{name:e.name,type:e,selector:void 0!==t.selector?t.selector:null,host:t.host||Q1,propMetadata:r,inputs:t.inputs||Ct,outputs:t.outputs||Ct,queries:bs(e,r,vs),lifecycle:{usesOnChanges:n.hasLifecycleHook(e,"ngOnChanges")},typeSourceSpan:null,usesInheritance:!Cp(e),exportAs:yp(t.exportAs),providers:t.providers||null,viewQueries:bs(e,r,Ms),isStandalone:!!t.standalone}}function ys(e){const t=Object.prototype;let n=Object.getPrototypeOf(e.prototype).constructor;for(;n&&n!==t;)!bt(n)&&!dt(n)&&vp(n)&&gs(n,null),n=Object.getPrototypeOf(n)}function mp(e){return"string"==typeof e?Ls(e):W(e)}function _p(e,t){return{propertyName:e,predicate:mp(t.selector),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static,emitDistinctChangesOnly:!!t.emitDistinctChangesOnly}}function bs(e,t,n){const r=[];for(const o in t)if(t.hasOwnProperty(o)){const s=t[o];s.forEach(d=>{if(n(d)){if(!d.selector)throw new Error(`Can't construct a query for the property "${o}" of "${Ve(e)}" since the query selector wasn't defined.`);if(s.some(ws))throw new Error("Cannot combine @Input decorators with query decorators");r.push(_p(o,d))}})}return r}function yp(e){return void 0===e?null:Ls(e)}function vs(e){const t=e.ngMetadataName;return"ContentChild"===t||"ContentChildren"===t}function Ms(e){const t=e.ngMetadataName;return"ViewChild"===t||"ViewChildren"===t}function ws(e){return"Input"===e.ngMetadataName}function Ls(e){return e.split(",").map(t=>t.trim())}const bp=["ngOnChanges","ngOnInit","ngOnDestroy","ngDoCheck","ngAfterViewInit","ngAfterViewChecked","ngAfterContentInit","ngAfterContentChecked"];function vp(e){const t=O3();if(bp.some(r=>t.hasLifecycleHook(e,r)))return!0;const n=t.propMetadata(e);for(const r in n){const o=n[r];for(let s=0;se,void 0,void 0,(e,t)=>gs(e,t)),wp=Xr("Component",(e={})=>({changeDetection:$e.Default,...e}),Es,void 0,(e,t)=>fp(e,t)),Lp=Xr("Pipe",e=>({pure:!0,...e}),void 0,void 0,(e,t)=>function Mp(e,t){let n=null,r=null;Object.defineProperty(e,Y1,{get:()=>{if(null===r){const o=Ds(e,t),s=Bn(o.type);r=s.compileFactory(W2,`ng:///${o.name}/\u0275fac.js`,{name:o.name,type:o.type,typeArgumentCount:0,deps:Ii(e),target:s.FactoryTarget.Pipe})}return r},configurable:!1}),Object.defineProperty(e,Vn,{get:()=>{if(null===n){const o=Ds(e,t);n=Bn(o.type).compilePipe(W2,`ng:///${o.name}/\u0275pipe.js`,o)}return n},configurable:!1})}(e,t)),Dp=W3("Input",e=>({bindingPropertyName:e})),Ep=W3("Output",e=>({bindingPropertyName:e})),Ip=(W3("HostBinding",e=>({hostPropertyName:e})),W3("HostListener",(e,t)=>({eventName:e,args:t})),Xr("NgModule",e=>e,void 0,void 0,(e,t)=>sp(e,t))); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function x8(...e){} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Is=new z1("Application Initializer");class yr{constructor(t){this.appInits=t,this.resolve=x8,this.reject=x8,this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,r)=>{this.resolve=n,this.reject=r})}runInitializers(){if(this.initialized)return;const t=[],n=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let r=0;r{o.subscribe({complete:d,error:C})});t.push(s)}}Promise.all(t).then(()=>{n()}).catch(r=>{this.reject(r)}),0===t.length&&n(),this.initialized=!0}}yr.\u0275fac=function(t){return new(t||yr)(Pn(Is,8))},yr.\u0275prov=de({token:yr,factory:yr.\u0275fac,providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const xs=new z1("AppId",{providedIn:"root",factory:Ps});function Ps(){return`${$0()}${$0()}${$0()}`}function $0(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const Os=new z1("Platform Initializer"),xp=new z1("Platform ID",{providedIn:"platform",factory:()=>"unknown"}),Pp=new z1("appBootstrapListener"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */new z1("Application Packages Root URL"),new z1("AnimationModuleType");class ao{log(t){console.log(t)}warn(t){console.warn(t)}}ao.\u0275fac=function(t){return new(t||ao)},ao.\u0275prov=de({token:ao,factory:ao.\u0275fac,providedIn:"platform"});const P8=new z1("LocaleId",{providedIn:"root",factory:()=>p5(P8,P.Optional|P.SkipSelf)|| -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Op(){return typeof $localize<"u"&&$localize.locale||to}()}),Tp=new z1("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"});new z1("Translations"),new z1("TranslationsFormat");var Ts;!function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(Ts||(Ts={})); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Np{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}}class e5{compileModuleSync(t){return new F0(t)}compileModuleAsync(t){return Promise.resolve(this.compileModuleSync(t))}compileModuleAndAllComponentsSync(t){const n=this.compileModuleSync(t),o=Cr(Ut(t).declarations).reduce((s,d)=>{const C=dt(d);return C&&s.push(new Vo(C)),s},[]);return new Np(n,o)}compileModuleAndAllComponentsAsync(t){return Promise.resolve(this.compileModuleAndAllComponentsSync(t))}clearCache(){}clearCacheFor(t){}getModuleId(t){}}e5.\u0275fac=function(t){return new(t||e5)},e5.\u0275prov=de({token:e5,factory:e5.\u0275fac,providedIn:"root"});new z1("compilerOptions"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Sp=Promise.resolve(0);function J0(e){typeof Zone>"u"?Sp.then(()=>{e&&e.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",e)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class b3{constructor({enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:n=!1,shouldCoalesceRunChangeDetection:r=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new er(!1),this.onMicrotaskEmpty=new er(!1),this.onStable=new er(!1),this.onError=new er(!1),typeof Zone>"u")throw new q(908,!1);Zone.assertZonePatched();const o=this;if(o._nesting=0,o._outer=o._inner=Zone.current,Zone.AsyncStackTaggingZoneSpec){const s=Zone.AsyncStackTaggingZoneSpec;o._inner=o._inner.fork(new s("Angular"))}Zone.TaskTrackingZoneSpec&&(o._inner=o._inner.fork(new Zone.TaskTrackingZoneSpec)),t&&Zone.longStackTraceZoneSpec&&(o._inner=o._inner.fork(Zone.longStackTraceZoneSpec)),o.shouldCoalesceEventChangeDetection=!r&&n,o.shouldCoalesceRunChangeDetection=r,o.lastRequestAnimationFrameId=-1,o.nativeRequestAnimationFrame=function Fp(){let e=gt.requestAnimationFrame,t=gt.cancelAnimationFrame;if(typeof Zone<"u"&&e&&t){const n=e[Zone.__symbol__("OriginalDelegate")];n&&(e=n);const r=t[Zone.__symbol__("OriginalDelegate")];r&&(t=r)}return{nativeRequestAnimationFrame:e,nativeCancelAnimationFrame:t}}().nativeRequestAnimationFrame,function zp(e){const t=()=>{!function Rp(e){e.isCheckStableRunning||-1!==e.lastRequestAnimationFrameId||(e.lastRequestAnimationFrameId=e.nativeRequestAnimationFrame.call(gt,()=>{e.fakeTopEventTask||(e.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{e.lastRequestAnimationFrameId=-1,X0(e),e.isCheckStableRunning=!0,q0(e),e.isCheckStableRunning=!1},void 0,()=>{},()=>{})),e.fakeTopEventTask.invoke()}),X0(e))}(e)};e._inner=e._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(n,r,o,s,d,C)=>{try{return As(e),n.invokeTask(o,s,d,C)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===s.type||e.shouldCoalesceRunChangeDetection)&&t(),Ss(e)}},onInvoke:(n,r,o,s,d,C,_)=>{try{return As(e),n.invoke(o,s,d,C,_)}finally{e.shouldCoalesceRunChangeDetection&&t(),Ss(e)}},onHasTask:(n,r,o,s)=>{n.hasTask(o,s),r===o&&("microTask"==s.change?(e._hasPendingMicrotasks=s.microTask,X0(e),q0(e)):"macroTask"==s.change&&(e.hasPendingMacrotasks=s.macroTask))},onHandleError:(n,r,o,s)=>(n.handleError(o,s),e.runOutsideAngular(()=>e.onError.emit(s)),!1)})}(o)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!b3.isInAngularZone())throw new q(909,!1)}static assertNotInAngularZone(){if(b3.isInAngularZone())throw new q(909,!1)}run(t,n,r){return this._inner.run(t,n,r)}runTask(t,n,r,o){const s=this._inner,d=s.scheduleEventTask("NgZoneEvent: "+o,t,jp,x8,x8);try{return s.runTask(d,n,r)}finally{s.cancelTask(d)}}runGuarded(t,n,r){return this._inner.runGuarded(t,n,r)}runOutsideAngular(t){return this._outer.run(t)}}const jp={};function q0(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function X0(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&-1!==e.lastRequestAnimationFrameId?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function As(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function Ss(e){e._nesting--,q0(e)}class Bp{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new er,this.onMicrotaskEmpty=new er,this.onStable=new er,this.onError=new er}run(t,n,r){return t.apply(n,r)}runGuarded(t,n,r){return t.apply(n,r)}runOutsideAngular(t){return t()}runTask(t,n,r,o){return t.apply(n,r)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const Fs=new z1(""),js=new z1("");class so{constructor(t,n,r){this._ngZone=t,this.registry=n,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,e4||(function Vp(e){e4=e}(r),r.addToWindow(n)),this._watchAngularEvents(),t.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{b3.assertNotInAngularZone(),J0(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())J0(()=>{for(;0!==this._callbacks.length;){let t=this._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb(this._didWork)}this._didWork=!1});else{let t=this.getPendingTasks();this._callbacks=this._callbacks.filter(n=>!n.updateCb||!n.updateCb(t)||(clearTimeout(n.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(t=>({source:t.source,creationLocation:t.creationLocation,data:t.data})):[]}addCallback(t,n,r){let o=-1;n&&n>0&&(o=setTimeout(()=>{this._callbacks=this._callbacks.filter(s=>s.timeoutId!==o),t(this._didWork,this.getPendingTasks())},n)),this._callbacks.push({doneCb:t,timeoutId:o,updateCb:r})}whenStable(t,n,r){if(r&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(t,n,r),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}registerApplication(t){this.registry.registerApplication(t,this)}unregisterApplication(t){this.registry.unregisterApplication(t)}findProviders(t,n,r){return[]}}so.\u0275fac=function(t){return new(t||so)(Pn(b3),Pn(hi),Pn(js))},so.\u0275prov=de({token:so,factory:so.\u0275fac});class hi{constructor(){this._applications=new Map}registerApplication(t,n){this._applications.set(t,n)}unregisterApplication(t){this._applications.delete(t)}unregisterAllApplications(){this._applications.clear()}getTestability(t){return this._applications.get(t)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(t,n=!0){var r,o;return null!==(r=null===(o=e4)||void 0===o?void 0:o.findTestabilityInTree(this,t,n))&&void 0!==r?r:null}}let e4; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */hi.\u0275fac=function(t){return new(t||hi)},hi.\u0275prov=de({token:hi,factory:hi.\u0275fac,providedIn:"platform"});let Yr=null;const Rs=new z1("AllowMultipleToken"),t4=new z1("PlatformDestroyListeners"),br=!1;function zs(e){const t=e.get(Os,null);t&&t.forEach(n=>n())}function Bs(e,t,n=[]){const r=`Platform: ${t}`,o=new z1(r);return(s=[])=>{let d=n4();if(!d||d.injector.get(Rs,!1)){const C=[...n,...s,{provide:o,useValue:!0}];e?e(C):function Hp(e){if(Yr&&!Yr.get(Rs,!1))throw new q(400,!1);Yr=e;const t=e.get(gi);return zs(e),t}(Vs(C,r))}return function Wp(e){const t=n4();if(!t)throw new q(401,!1);return t}()}}function Vs(e=[],t){return d3.create({name:t,providers:[{provide:Ur,useValue:"platform"},{provide:t4,useValue:new Set([()=>Yr=null])},...e]})}function n4(){var e,t;return null!==(e=null===(t=Yr)||void 0===t?void 0:t.get(gi))&&void 0!==e?e:null}class gi{constructor(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(t,n){const r=Us(n?.ngZone,Gs(n)),o=[{provide:b3,useValue:r}];return r.run(()=>{const s=d3.create({providers:o,parent:this.injector,name:t.moduleType.name}),d=t.create(s),C=d.injector.get(ko,null);if(!C)throw new q(402,!1);return r.runOutsideAngular(()=>{const _=r.onError.subscribe({next:L=>{C.handleError(L)}});d.onDestroy(()=>{O8(this._modules,d),_.unsubscribe()})}),Hs(C,r,()=>{const _=d.injector.get(yr);return _.runInitializers(),_.donePromise.then(()=>(c7(d.injector.get(P8,to)||to),this._moduleDoBootstrap(d),d))})})}bootstrapModule(t,n=[]){const r=Zs({},n);return function Gp(e,t,n){const r=new F0(n);return Promise.resolve(r)}(this.injector,0,t).then(o=>this.bootstrapModuleFactory(o,r))}_moduleDoBootstrap(t){const n=t.injector.get(vr);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(r=>n.bootstrap(r));else{if(!t.instance.ngDoBootstrap)throw new q(403,!1);t.instance.ngDoBootstrap(n)}this._modules.push(t)}onDestroy(t){this._destroyListeners.push(t)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new q(404,!1);this._modules.slice().forEach(n=>n.destroy()),this._destroyListeners.forEach(n=>n());const t=this._injector.get(t4,null);t&&(t.forEach(n=>n()),t.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}}function Gs(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:!(!e||!e.ngZoneEventCoalescing)||!1,shouldCoalesceRunChangeDetection:!(!e||!e.ngZoneRunCoalescing)||!1}}function Us(e,t){let n;return n="noop"===e?new Bp:("zone.js"===e?void 0:e)||new b3(t),n}function Hs(e,t,n){try{const r=n();return v0(r)?r.catch(o=>{throw t.runOutsideAngular(()=>e.handleError(o)),o}):r}catch(r){throw t.runOutsideAngular(()=>e.handleError(r)),r}}function Zs(e,t){return e=Array.isArray(t)?t.reduce(Zs,e):{...e,...t}}gi.\u0275fac=function(t){return new(t||gi)(Pn(d3))},gi.\u0275prov=de({token:gi,factory:gi.\u0275fac,providedIn:"platform"});class vr{constructor(t,n,r){this._zone=t,this._injector=n,this._exceptionHandler=r,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this._destroyed=!1,this._destroyListeners=[],this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const o=new Z.y(d=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{d.next(this._stable),d.complete()})}),s=new Z.y(d=>{let C;this._zone.runOutsideAngular(()=>{C=this._zone.onStable.subscribe(()=>{b3.assertNotInAngularZone(),J0(()=>{!this._stable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks&&(this._stable=!0,d.next(!0))})})});const _=this._zone.onUnstable.subscribe(()=>{b3.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{d.next(!1)}))});return()=>{C.unsubscribe(),_.unsubscribe()}});this.isStable=(0,$.T)(o,s.pipe(ce()))}get destroyed(){return this._destroyed}get injector(){return this._injector}bootstrap(t,n){const r=t instanceof Q5;if(!this._injector.get(yr).done){!r&&fn(t);throw new q(405,br)}let s;s=r?t:this._injector.get(c).resolveComponentFactory(t),this.componentTypes.push(s.componentType);const d=function Up(e){return e.isBoundToModule}(s)?void 0:this._injector.get(no),C=n||s.selector,_=s.create(d3.NULL,[],C,d),L=_.location.nativeElement,N=_.injector.get(Fs,null);return N?.registerApplication(L),_.onDestroy(()=>{this.detachView(_.hostView),O8(this.components,_),N?.unregisterApplication(L)}),this._loadComponent(_),_}tick(){if(this._runningTick)throw new q(101,!1);try{this._runningTick=!0;for(let t of this._views)t.detectChanges()}catch(t){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(t))}finally{this._runningTick=!1}}attachView(t){const n=t;this._views.push(n),n.attachToAppRef(this)}detachView(t){const n=t;O8(this._views,n),n.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t),this._injector.get(Pp,[]).concat(this._bootstrapListeners).forEach(r=>r(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy()),this._onMicrotaskEmptySubscription.unsubscribe()}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(t){return this._destroyListeners.push(t),()=>O8(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new q(406,!1);const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){}}function O8(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}vr.\u0275fac=function(t){return new(t||vr)(Pn(b3),Pn(Hr),Pn(ko))},vr.\u0275prov=de({token:vr,factory:vr.\u0275fac,providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -let Ks=!0,Qs=!1;function Qp(){if(Qs)throw new Error("Cannot enable prod mode after platform setup.");Ks=!1} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class $s{}$s.__NG_ELEMENT_ID__=function Yp(e){return function $p(e,t,n){if(Sn(e)&&!n){const r=Nn(e.index,t);return new Bo(r,r)}if(47&e.type){const r=t[16];return new Bo(r,t)}return null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(u1(),R(),16==(16&e))}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Xs{constructor(){}supports(t){return Go(t)}create(t){return new nh(t)}}const th=(e,t)=>t;class nh{constructor(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||th}forEachItem(t){let n;for(n=this._itHead;null!==n;n=n._next)t(n)}forEachOperation(t){let n=this._itHead,r=this._removalsHead,o=0,s=null;for(;n||r;){const d=!r||n&&n.currentIndex{d=this._trackByFn(o,C),null!==n&&Object.is(n.trackById,d)?(r&&(n=this._verifyReinsertion(n,C,d,o)),Object.is(n.item,C)||this._addIdentityChange(n,C)):(n=this._mismatch(n,C,d,o),r=!0),n=n._next,o++}),this.length=o;return this._truncate(n),this.collection=t,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,n,r,o){let s;return null===t?s=this._itTail:(s=t._prev,this._remove(t)),null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(r,null))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._reinsertAfter(t,s,o)):null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(r,o))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._moveAfter(t,s,o)):t=this._addAfter(new rh(n,r),s,o),t}_verifyReinsertion(t,n,r,o){let s=null===this._unlinkedRecords?null:this._unlinkedRecords.get(r,null);return null!==s?t=this._reinsertAfter(s,t._prev,o):t.currentIndex!=o&&(t.currentIndex=o,this._addToMoves(t,o)),t}_truncate(t){for(;null!==t;){const n=t._next;this._addToRemovals(this._unlink(t)),t=n}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,n,r){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);const o=t._prevRemoved,s=t._nextRemoved;return null===o?this._removalsHead=s:o._nextRemoved=s,null===s?this._removalsTail=o:s._prevRemoved=o,this._insertAfter(t,n,r),this._addToMoves(t,r),t}_moveAfter(t,n,r){return this._unlink(t),this._insertAfter(t,n,r),this._addToMoves(t,r),t}_addAfter(t,n,r){return this._insertAfter(t,n,r),null===this._additionsTail?this._additionsTail=this._additionsHead=t:this._additionsTail=this._additionsTail._nextAdded=t,t}_insertAfter(t,n,r){const o=null===n?this._itHead:n._next;return t._next=o,t._prev=n,null===o?this._itTail=t:o._prev=t,null===n?this._itHead=t:n._next=t,null===this._linkedRecords&&(this._linkedRecords=new el),this._linkedRecords.put(t),t.currentIndex=r,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);const n=t._prev,r=t._next;return null===n?this._itHead=r:n._next=r,null===r?this._itTail=n:r._prev=n,t}_addToMoves(t,n){return t.previousIndex===n||(null===this._movesTail?this._movesTail=this._movesHead=t:this._movesTail=this._movesTail._nextMoved=t),t}_addToRemovals(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new el),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,n){return t.item=n,null===this._identityChangesTail?this._identityChangesTail=this._identityChangesHead=t:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=t,t}}class rh{constructor(t,n){this.item=t,this.trackById=n,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class ih{constructor(){this._head=null,this._tail=null}add(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,n){let r;for(r=this._head;null!==r;r=r._nextDup)if((null===n||n<=r.currentIndex)&&Object.is(r.trackById,t))return r;return null}remove(t){const n=t._prevDup,r=t._nextDup;return null===n?this._head=r:n._nextDup=r,null===r?this._tail=n:r._prevDup=n,null===this._head}}class el{constructor(){this.map=new Map}put(t){const n=t.trackById;let r=this.map.get(n);r||(r=new ih,this.map.set(n,r)),r.add(t)}get(t,n){const r=t,o=this.map.get(r);return o?o.get(t,n):null}remove(t){const n=t.trackById;return this.map.get(n).remove(t)&&this.map.delete(n),t}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function tl(e,t,n){const r=e.previousIndex;if(null===r)return r;let o=0;return n&&r{if(n&&n.key===o)this._maybeAddToChanges(n,r),this._appendAfter=n,n=n._next;else{const s=this._getOrCreateRecordForKey(o,r);n=this._insertBeforeOrAppend(n,s)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let r=n;null!==r;r=r._nextRemoved)r===this._mapHead&&(this._mapHead=null),this._records.delete(r.key),r._nextRemoved=r._next,r.previousValue=r.currentValue,r.currentValue=null,r._prev=null,r._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){const r=t._prev;return n._next=t,n._prev=r,t._prev=n,r&&(r._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const o=this._records.get(t);this._maybeAddToChanges(o,n);const s=o._prev,d=o._next;return s&&(s._next=d),d&&(d._prev=s),o._next=null,o._prev=null,o}const r=new ah(t);return this._records.set(t,r),r.currentValue=n,this._addToAdditions(r),r}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(r=>n(t[r],r))}}class ah{constructor(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function rl(){return new tr([new Xs])}class tr{constructor(t){this.factories=t}static create(t,n){if(null!=n){const r=n.factories.slice();t=t.concat(r)}return new tr(t)}static extend(t){return{provide:tr,useFactory:n=>tr.create(t,n||rl()),deps:[[tr,new jr,new Fr]]}}find(t){const n=this.factories.find(r=>r.supports(t));if(null!=n)return n;throw new q(901,!1)}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function il(){return new nr([new nl])}tr.\u0275prov=de({token:tr,providedIn:"root",factory:rl});class nr{constructor(t){this.factories=t}static create(t,n){if(n){const r=n.factories.slice();t=t.concat(r)}return new nr(t)}static extend(t){return{provide:nr,useFactory:n=>nr.create(t,n||il()),deps:[[nr,new jr,new Fr]]}}find(t){const n=this.factories.find(r=>r.supports(t));if(n)return n;throw new q(901,!1)}}nr.\u0275prov=de({token:nr,providedIn:"root",factory:il}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const sh=[new nl],lh=[new Xs],ch=(new tr(lh),new nr(sh),Bs(null,"core",[])); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class lo{constructor(t){}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function uh(e){return"boolean"==typeof e?e:null!=e&&"false"!==e} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */lo.\u0275fac=function(t){return new(t||lo)(Pn(vr))},lo.\u0275mod=T({type:lo}),lo.\u0275inj=ze({})} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */,1612:(ht,we,x)=>{"use strict";x.d(we,{iD:()=>de});var i=x(8008),v=x(2218),Z=x(6957);class $ extends Z.w{constructor(k,be){super()}schedule(k,be=0){return this}}class F extends ${constructor(k,be){super(k,be),this.scheduler=k,this.work=be,this.pending=!1}schedule(k,be=0){if(this.closed)return this;this.state=k;const Re=this.id,ee=this.scheduler;return null!=Re&&(this.id=this.recycleAsyncId(ee,Re,be)),this.pending=!0,this.delay=be,this.id=this.id||this.requestAsyncId(ee,this.id,be),this}requestAsyncId(k,be,Re=0){return setInterval(k.flush.bind(k,this),Re)}recycleAsyncId(k,be,Re=0){if(null!==Re&&this.delay===Re&&!1===this.pending)return be;clearInterval(be)}execute(k,be){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const Re=this._execute(k,be);if(Re)return Re;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(k,be){let ee,Re=!1;try{this.work(k)}catch(me){Re=!0,ee=!!me&&me||new Error(me)}if(Re)return this.unsubscribe(),ee}_unsubscribe(){const k=this.id,be=this.scheduler,Re=be.actions,ee=Re.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==ee&&Re.splice(ee,1),null!=k&&(this.id=this.recycleAsyncId(be,k,null)),this.delay=null}}class Y{constructor(k,be=Y.now){this.SchedulerAction=k,this.now=be}schedule(k,be=0,Re){return new this.SchedulerAction(this,k).schedule(Re,be)}}Y.now=()=>Date.now();class X extends Y{constructor(k,be=Y.now){super(k,()=>X.delegate&&X.delegate!==this?X.delegate.now():be()),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(k,be=0,Re){return X.delegate&&X.delegate!==this?X.delegate.schedule(k,be,Re):super.schedule(k,be,Re)}flush(k){const{actions:be}=this;if(this.active)return void be.push(k);let Re;this.active=!0;do{if(Re=k.execute(k.state,k.delay))break}while(k=be.shift());if(this.active=!1,Re){for(;k=be.shift();)k.unsubscribe();throw Re}}}const U=new class re extends X{}(class B extends F{constructor(k,be){super(k,be),this.scheduler=k,this.work=be}schedule(k,be=0){return be>0?super.schedule(k,be):(this.delay=be,this.state=k,this.scheduler.flush(this),this)}execute(k,be){return be>0||this.closed?super.execute(k,be):this._execute(k,be)}requestAsyncId(k,be,Re=0){return null!==Re&&Re>0||null===Re&&this.delay>0?super.requestAsyncId(k,be,Re):k.flush(this)}});var se=x(14),he=x(5901);const ye=new he.y(ze=>ze.complete());function Oe(ze){return ze?function Ne(ze){return new he.y(k=>ze.schedule(()=>k.complete()))}(ze):ye}var Ee,ze,ce=x(4139);function fe({error:ze,subscriber:k}){k.error(ze)}(ze=Ee||(Ee={})).NEXT="N",ze.ERROR="E",ze.COMPLETE="C";class Se{constructor(k,be,Re){this.kind=k,this.value=be,this.error=Re,this.hasValue="N"===k}observe(k){switch(this.kind){case"N":return k.next&&k.next(this.value);case"E":return k.error&&k.error(this.error);case"C":return k.complete&&k.complete()}}do(k,be,Re){switch(this.kind){case"N":return k&&k(this.value);case"E":return be&&be(this.error);case"C":return Re&&Re()}}accept(k,be,Re){return k&&"function"==typeof k.next?this.observe(k):this.do(k,be,Re)}toObservable(){switch(this.kind){case"N":return(0,ce.of)(this.value);case"E":return function ne(ze,k){return k?new he.y(be=>k.schedule(fe,0,{error:ze,subscriber:be})):new he.y(be=>be.error(ze))}(this.error);case"C":return Oe()}throw new Error("unexpected notification kind value")}static createNext(k){return typeof k<"u"?new Se("N",k):Se.undefinedValueNotification}static createError(k){return new Se("E",void 0,k)}static createComplete(){return Se.completeNotification}}Se.completeNotification=new Se("C"),Se.undefinedValueNotification=new Se("N",void 0);class W extends se.L{constructor(k,be,Re=0){super(k),this.scheduler=be,this.delay=Re}static dispatch(k){const{notification:be,destination:Re}=k;be.observe(Re),this.unsubscribe()}scheduleMessage(k){this.destination.add(this.scheduler.schedule(W.dispatch,this.delay,new ge(k,this.destination)))}_next(k){this.scheduleMessage(Se.createNext(k))}_error(k){this.scheduleMessage(Se.createError(k)),this.unsubscribe()}_complete(){this.scheduleMessage(Se.createComplete()),this.unsubscribe()}}class ge{constructor(k,be){this.notification=k,this.destination=be}}var D=x(9086),q=x(1722);class pe extends v.xQ{constructor(k=Number.POSITIVE_INFINITY,be=Number.POSITIVE_INFINITY,Re){super(),this.scheduler=Re,this._events=[],this._infiniteTimeWindow=!1,this._bufferSize=k<1?1:k,this._windowTime=be<1?1:be,be===Number.POSITIVE_INFINITY?(this._infiniteTimeWindow=!0,this.next=this.nextInfiniteTimeWindow):this.next=this.nextTimeWindow}nextInfiniteTimeWindow(k){if(!this.isStopped){const be=this._events;be.push(k),be.length>this._bufferSize&&be.shift()}super.next(k)}nextTimeWindow(k){this.isStopped||(this._events.push(new Ce(this._getNow(),k)),this._trimBufferThenGetEvents()),super.next(k)}_subscribe(k){const be=this._infiniteTimeWindow,Re=be?this._events:this._trimBufferThenGetEvents(),ee=this.scheduler,me=Re.length;let xe;if(this.closed)throw new D.N;if(this.isStopped||this.hasError?xe=Z.w.EMPTY:(this.observers.push(k),xe=new q.W(this,k)),ee&&k.add(k=new W(k,ee)),be)for(let Fe=0;Febe&&(xe=Math.max(xe,me-be)),xe>0&&ee.splice(0,xe),ee}}class Ce{constructor(k,be){this.time=k,this.value=be}}var Ve=x(5286),at=x(6942),ct=x(4858),At=x(2831);function c1(ze,k){return"function"==typeof k?be=>be.pipe(c1((Re,ee)=>(0,ct.D)(ze(Re,ee)).pipe((0,at.U)((me,xe)=>k(Re,me,ee,xe))))):be=>be.lift(new zt(ze))}class zt{constructor(k){this.project=k}call(k,be){return be.subscribe(new St(k,this.project))}}class St extends At.Ds{constructor(k,be){super(k),this.project=be,this.index=0}_next(k){let be;const Re=this.index++;try{be=this.project(k,Re)}catch(ee){return void this.destination.error(ee)}this._innerSub(be)}_innerSub(k){const be=this.innerSubscription;be&&be.unsubscribe();const Re=new At.IY(this),ee=this.destination;ee.add(Re),this.innerSubscription=(0,At.ft)(k,Re),this.innerSubscription!==Re&&ee.add(this.innerSubscription)}_complete(){const{innerSubscription:k}=this;(!k||k.closed)&&super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=void 0}notifyComplete(){this.innerSubscription=void 0,this.isStopped&&super._complete()}notifyNext(k){this.destination.next(k)}} -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */const It={schedule(ze,k){const be=setTimeout(ze,k);return()=>clearTimeout(be)},scheduleBeforeRender(ze){if(typeof window>"u")return It.schedule(ze,0);if(typeof window.requestAnimationFrame>"u")return It.schedule(ze,16);const k=window.requestAnimationFrame(ze);return()=>window.cancelAnimationFrame(k)}};let Vt;function Ft(ze,k,be){let Re=be;return function Pt(ze){return!!ze&&ze.nodeType===Node.ELEMENT_NODE}(ze)&&k.some((ee,me)=>!("*"===ee||!function Nt(ze,k){if(!Vt){const be=Element.prototype;Vt=be.matches||be.matchesSelector||be.mozMatchesSelector||be.msMatchesSelector||be.oMatchesSelector||be.webkitMatchesSelector}return ze.nodeType===Node.ELEMENT_NODE&&Vt.call(ze,k)}(ze,ee))&&(Re=me,!0)),Re -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}class Ue{constructor(k,be){this.componentFactory=be.get(i._Vd).resolveComponentFactory(k)}create(k){return new K1(this.componentFactory,k)}}class K1{constructor(k,be){this.componentFactory=k,this.injector=be,this.eventEmitters=new pe(1),this.events=this.eventEmitters.pipe(c1(Re=>(0,Ve.T)(...Re))),this.componentRef=null,this.viewChangeDetectorRef=null,this.inputChanges=null,this.hasInputChanges=!1,this.implementsOnChanges=!1,this.scheduledChangeDetectionFn=null,this.scheduledDestroyFn=null,this.initialInputValues=new Map,this.unchangedInputs=new Set(this.componentFactory.inputs.map(({propName:Re})=>Re)),this.ngZone=this.injector.get(i.R0b),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(k){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(k)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=It.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null,this.viewChangeDetectorRef=null)},10))})}getInputValue(k){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(k):this.componentRef.instance[k])}setInputValue(k,be){this.runInZone(()=>{null!==this.componentRef?function Jt(ze,k){return ze===k||ze!=ze&&k!=k}(be,this.getInputValue(k))&&(void 0!==be||!this.unchangedInputs.has(k))||(this.recordInputChange(k,be),this.unchangedInputs.delete(k),this.hasInputChanges=!0,this.componentRef.instance[k]=be,this.scheduleDetectChanges()):this.initialInputValues.set(k,be)})}initializeComponent(k){const be=i.zs3.create({providers:[],parent:this.injector}),Re= -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function ut(ze,k){const be=ze.childNodes,Re=k.map(()=>[]);let ee=-1;k.some((me,xe)=>"*"===me&&(ee=xe,!0));for(let me=0,xe=be.length;me{this.initialInputValues.has(k)&&this.setInputValue(k,this.initialInputValues.get(k))}),this.initialInputValues.clear()}initializeOutputs(k){const be=this.componentFactory.outputs.map(({propName:Re,templateName:ee})=>k.instance[Re].pipe((0,at.U)(xe=>({name:ee,value:xe}))));this.eventEmitters.next(be)}callNgOnChanges(k){if(!this.implementsOnChanges||null===this.inputChanges)return;const be=this.inputChanges;this.inputChanges=null,k.instance.ngOnChanges(be)}markViewForCheck(k){this.hasInputChanges&&(this.hasInputChanges=!1,k.markForCheck())}scheduleDetectChanges(){this.scheduledChangeDetectionFn||(this.scheduledChangeDetectionFn=It.scheduleBeforeRender(()=>{this.scheduledChangeDetectionFn=null,this.detectChanges()}))}recordInputChange(k,be){if(!this.implementsOnChanges)return;null===this.inputChanges&&(this.inputChanges={});const Re=this.inputChanges[k];if(Re)return void(Re.currentValue=be);const ee=this.unchangedInputs.has(k),me=ee?void 0:this.getInputValue(k);this.inputChanges[k]=new i.WD2(me,be,ee)}detectChanges(){null!==this.componentRef&&(this.callNgOnChanges(this.componentRef),this.markViewForCheck(this.viewChangeDetectorRef),this.componentRef.changeDetectorRef.detectChanges())}runInZone(k){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(k):k()}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class nt extends HTMLElement{constructor(){super(...arguments),this.ngElementEventsSubscription=null}}function de(ze,k){const be=function b1(ze,k){return k.get(i._Vd).resolveComponentFactory(ze).inputs}(ze,k.injector),Re=k.strategyFactory||new Ue(ze,k.injector),ee=function z(ze){const k={};return ze.forEach(({propName:be,templateName:Re})=>{k[function $t(ze){return ze.replace(/[A-Z]/g,k=>`-${k.toLowerCase()}`)}(Re)]=be}),k}(be);class me extends nt{constructor(Fe){super(),this.injector=Fe}get ngElementStrategy(){if(!this._ngElementStrategy){const Fe=this._ngElementStrategy=Re.create(this.injector||k.injector);be.forEach(({propName:je})=>{if(!this.hasOwnProperty(je))return;const Ye=this[je];delete this[je],Fe.setInputValue(je,Ye)})}return this._ngElementStrategy}attributeChangedCallback(Fe,je,Ye,_e){const P=ee[Fe];this.ngElementStrategy.setInputValue(P,Ye)}connectedCallback(){let Fe=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),Fe=!0),this.ngElementStrategy.connect(this),Fe||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(Fe=>{const je=new CustomEvent(Fe.name,{detail:Fe.value});this.dispatchEvent(je)})}}return me.observedAttributes=Object.keys(ee),be.forEach(({propName:xe})=>{Object.defineProperty(me.prototype,xe,{get(){return this.ngElementStrategy.getInputValue(xe)},set(Fe){this.ngElementStrategy.setInputValue(xe,Fe)},configurable:!0,enumerable:!0})}),me -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}new i.GfV("14.2.5"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */},609:(ht,we,x)=>{"use strict";x.d(we,{Fj:()=>ne,u5:()=>Rn,Fd:()=>vn,qQ:()=>H1,JJ:()=>Re,On:()=>O1,wV:()=>Sn});var i=x(8008),v=x(4666),Z=x(4858),$=x(5901),F=x(4327),B=x(6942),Y=x(6549);function re(O,p){return new $.y(w=>{const R=O.length;if(0===R)return void w.complete();const De=new Array(R);let Lt=0,$1=0;for(let u1=0;u1{mn||(mn=!0,$1++),De[u1]=I1},error:I1=>w.error(I1),complete:()=>{Lt++,(Lt===R||!mn)&&($1===R&&w.next(p?p.reduce((I1,e3,D2)=>(I1[e3]=De[D2],I1),{}):De),w.complete())}}))}})} -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class H{constructor(p,w){this._renderer=p,this._elementRef=w,this.onChange=R=>{},this.onTouched=()=>{}}setProperty(p,w){this._renderer.setProperty(this._elementRef.nativeElement,p,w)}registerOnTouched(p){this.onTouched=p}registerOnChange(p){this.onChange=p}setDisabledState(p){this.setProperty("disabled",p)}}H.\u0275fac=function(p){return new(p||H)(i.Y36(i.Qsj),i.Y36(i.SBq))},H.\u0275dir=i.lG2({type:H});class U extends H{}U.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(U)))(w||U)}}(),U.\u0275dir=i.lG2({type:U,features:[i.qOj]});const se=new i.OlP("NgValueAccessor"),he={provide:se,useExisting:(0,i.Gpc)(()=>ye),multi:!0}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ye extends U{writeValue(p){this.setProperty("checked",p)}}ye.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(ye)))(w||ye)}}(),ye.\u0275dir=i.lG2({type:ye,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(De){return w.onChange(De.target.checked)})("blur",function(){return w.onTouched()})},features:[i._Bn([he]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Oe={provide:se,useExisting:(0,i.Gpc)(()=>ne),multi:!0};const ce=new i.OlP("CompositionEventMode");class ne extends H{constructor(p,w,R){super(p,w),this._compositionMode=R,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function Ne(){const O=(0,v.q)()?(0,v.q)().getUserAgent():"";return/android (\d+)/.test(O.toLowerCase())}())}writeValue(p){const w=p??"";this.setProperty("value",w)}_handleInput(p){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(p)}_compositionStart(){this._composing=!0}_compositionEnd(p){this._composing=!1,this._compositionMode&&this.onChange(p)}}ne.\u0275fac=function(p){return new(p||ne)(i.Y36(i.Qsj),i.Y36(i.SBq),i.Y36(ce,8))},ne.\u0275dir=i.lG2({type:ne,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(p,w){1&p&&i.NdJ("input",function(De){return w._handleInput(De.target.value)})("blur",function(){return w.onTouched()})("compositionstart",function(){return w._compositionStart()})("compositionend",function(De){return w._compositionEnd(De.target.value)})},features:[i._Bn([Oe]),i.qOj]});function Ee(O){return null==O||("string"==typeof O||Array.isArray(O))&&0===O.length}function Se(O){return null!=O&&"number"==typeof O.length}const Pe=new i.OlP("NgValidators"),ae=new i.OlP("NgAsyncValidators"),W=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;function D(O){return p=>{if(Ee(p.value)||Ee(O))return null;const w=parseFloat(p.value);return!isNaN(w)&&w{if(Ee(p.value)||Ee(O))return null;const w=parseFloat(p.value);return!isNaN(w)&&w>O?{max:{max:O,actual:p.value}}:null}}function pe(O){return Ee(O.value)?{required:!0}:null}function Ce(O){return!0===O.value?null:{required:!0}}function Ve(O){return Ee(O.value)||W.test(O.value)?null:{email:!0}}function at(O){return p=>Ee(p.value)||!Se(p.value)?null:p.value.lengthSe(p.value)&&p.value.length>O?{maxlength:{requiredLength:O,actualLength:p.value.length}}:null}function At(O){if(!O)return c1;let p,w;return"string"==typeof O?(w="","^"!==O.charAt(0)&&(w+="^"),w+=O,"$"!==O.charAt(O.length-1)&&(w+="$"),p=new RegExp(w)):(w=O.toString(),p=O),R=>{if(Ee(R.value))return null;const De=R.value;return p.test(De)?null:{pattern:{requiredPattern:w,actualValue:De}}}}function c1(O){return null}function zt(O){return null!=O}function St(O){const p=(0,i.QGY)(O)?(0,Z.D)(O):O;return p}function It(O){let p={};return O.forEach(w=>{p=null!=w?{...p,...w}:p}),0===Object.keys(p).length?null:p}function $t(O,p){return p.map(w=>w(O))}function Bt(O){return O.map(p=>function Pt(O){return!O.validate}(p)?p:w=>p.validate(w))}function q1(O){if(!O)return null;const p=O.filter(zt);return 0==p.length?null:function(w){return It($t(w,p))}}function Vt(O){return null!=O?q1(Bt(O)):null}function Nt(O){if(!O)return null;const p=O.filter(zt);return 0==p.length?null:function(w){return function X(...O){if(1===O.length){const p=O[0];if((0,F.k)(p))return re(p,null);if((0,Y.K)(p)&&Object.getPrototypeOf(p)===Object.prototype){const w=Object.keys(p);return re(w.map(R=>p[R]),w)}}if("function"==typeof O[O.length-1]){const p=O.pop();return re(O=1===O.length&&(0,F.k)(O[0])?O[0]:O,null).pipe((0,B.U)(w=>p(...w)))}return re(O,null)}($t(w,p).map(St)).pipe((0,B.U)(It))}}function Jt(O){return null!=O?Nt(Bt(O)):null}function z(O,p){return null===O?[p]:Array.isArray(O)?[...O,p]:[O,p]}function b1(O){return O._rawValidators}function ut(O){return O._rawAsyncValidators}function Ft(O){return O?Array.isArray(O)?O:[O]:[]}function lt(O,p){return Array.isArray(O)?O.includes(p):O===p}function Ue(O,p){const w=Ft(p);return Ft(O).forEach(De=>{lt(w,De)||w.push(De)}),w}function K1(O,p){return Ft(p).filter(w=>!lt(O,w))} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class nt{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(p){this._rawValidators=p||[],this._composedValidatorFn=Vt(this._rawValidators)}_setAsyncValidators(p){this._rawAsyncValidators=p||[],this._composedAsyncValidatorFn=Jt(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(p){this._onDestroyCallbacks.push(p)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(p=>p()),this._onDestroyCallbacks=[]}reset(p){this.control&&this.control.reset(p)}hasError(p,w){return!!this.control&&this.control.hasError(p,w)}getError(p,w){return this.control?this.control.getError(p,w):null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class de extends nt{get formDirective(){return null}get path(){return null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class We extends nt{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class ze{constructor(p){this._cd=p}get isTouched(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.touched)}get isUntouched(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.untouched)}get isPristine(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.pristine)}get isDirty(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.dirty)}get isValid(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.valid)}get isInvalid(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.invalid)}get isPending(){var p,w;return!(null===(p=this._cd)||void 0===p||null===(w=p.control)||void 0===w||!w.pending)}get isSubmitted(){var p;return!(null===(p=this._cd)||void 0===p||!p.submitted)}}class Re extends ze{constructor(p){super(p)}}Re.\u0275fac=function(p){return new(p||Re)(i.Y36(We,2))},Re.\u0275dir=i.lG2({type:Re,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(p,w){2&p&&i.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)},features:[i.qOj]});class ee extends ze{constructor(p){super(p)}}ee.\u0275fac=function(p){return new(p||ee)(i.Y36(de,10))},ee.\u0275dir=i.lG2({type:ee,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(p,w){2&p&&i.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)("ng-submitted",w.isSubmitted)},features:[i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Gt="VALID",X1="INVALID",Q1="PENDING",Ct="DISABLED";function dn(O){return(Y1(O)?O.validators:O)||null}function n2(O){return Array.isArray(O)?Vt(O):O||null}function Vn(O,p){return(Y1(p)?p.asyncValidators:O)||null}function Gn(O){return Array.isArray(O)?Jt(O):O||null}function Y1(O){return null!=O&&!Array.isArray(O)&&"object"==typeof O}function A1(O,p,w){const R=O.controls;if(!(p?Object.keys(R):R).length)throw new i.vHH(1e3,"");if(!R[w])throw new i.vHH(1001,"")}function Un(O,p,w){O._forEachChild((R,De)=>{if(void 0===w[De])throw new i.vHH(1002,"")})}class r2{constructor(p,w){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._rawValidators=p,this._rawAsyncValidators=w,this._composedValidatorFn=n2(this._rawValidators),this._composedAsyncValidatorFn=Gn(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn}set validator(p){this._rawValidators=this._composedValidatorFn=p}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(p){this._rawAsyncValidators=this._composedAsyncValidatorFn=p}get parent(){return this._parent}get valid(){return this.status===Gt}get invalid(){return this.status===X1}get pending(){return this.status==Q1}get disabled(){return this.status===Ct}get enabled(){return this.status!==Ct}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(p){this._rawValidators=p,this._composedValidatorFn=n2(p)}setAsyncValidators(p){this._rawAsyncValidators=p,this._composedAsyncValidatorFn=Gn(p)}addValidators(p){this.setValidators(Ue(p,this._rawValidators))}addAsyncValidators(p){this.setAsyncValidators(Ue(p,this._rawAsyncValidators))}removeValidators(p){this.setValidators(K1(p,this._rawValidators))}removeAsyncValidators(p){this.setAsyncValidators(K1(p,this._rawAsyncValidators))}hasValidator(p){return lt(this._rawValidators,p)}hasAsyncValidator(p){return lt(this._rawAsyncValidators,p)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(p={}){this.touched=!0,this._parent&&!p.onlySelf&&this._parent.markAsTouched(p)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(p=>p.markAllAsTouched())}markAsUntouched(p={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(w=>{w.markAsUntouched({onlySelf:!0})}),this._parent&&!p.onlySelf&&this._parent._updateTouched(p)}markAsDirty(p={}){this.pristine=!1,this._parent&&!p.onlySelf&&this._parent.markAsDirty(p)}markAsPristine(p={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(w=>{w.markAsPristine({onlySelf:!0})}),this._parent&&!p.onlySelf&&this._parent._updatePristine(p)}markAsPending(p={}){this.status=Q1,!1!==p.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!p.onlySelf&&this._parent.markAsPending(p)}disable(p={}){const w=this._parentMarkedDirty(p.onlySelf);this.status=Ct,this.errors=null,this._forEachChild(R=>{R.disable({...p,onlySelf:!0})}),this._updateValue(),!1!==p.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...p,skipPristineCheck:w}),this._onDisabledChange.forEach(R=>R(!0))}enable(p={}){const w=this._parentMarkedDirty(p.onlySelf);this.status=Gt,this._forEachChild(R=>{R.enable({...p,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:p.emitEvent}),this._updateAncestors({...p,skipPristineCheck:w}),this._onDisabledChange.forEach(R=>R(!1))}_updateAncestors(p){this._parent&&!p.onlySelf&&(this._parent.updateValueAndValidity(p),p.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(p){this._parent=p}getRawValue(){return this.value}updateValueAndValidity(p={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===Gt||this.status===Q1)&&this._runAsyncValidator(p.emitEvent)),!1!==p.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!p.onlySelf&&this._parent.updateValueAndValidity(p)}_updateTreeValidity(p={emitEvent:!0}){this._forEachChild(w=>w._updateTreeValidity(p)),this.updateValueAndValidity({onlySelf:!0,emitEvent:p.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?Ct:Gt}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(p){if(this.asyncValidator){this.status=Q1,this._hasOwnPendingAsyncValidator=!0;const w=St(this.asyncValidator(this));this._asyncValidationSubscription=w.subscribe(R=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(R,{emitEvent:p})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(p,w={}){this.errors=p,this._updateControlsErrors(!1!==w.emitEvent)}get(p){let w=p;return null==w||(Array.isArray(w)||(w=w.split(".")),0===w.length)?null:w.reduce((R,De)=>R&&R._find(De),this)}getError(p,w){const R=w?this.get(w):this;return R&&R.errors?R.errors[p]:null}hasError(p,w){return!!this.getError(p,w)}get root(){let p=this;for(;p._parent;)p=p._parent;return p}_updateControlsErrors(p){this.status=this._calculateStatus(),p&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(p)}_initObservables(){this.valueChanges=new i.vpe,this.statusChanges=new i.vpe}_calculateStatus(){return this._allControlsDisabled()?Ct:this.errors?X1:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(Q1)?Q1:this._anyControlsHaveStatus(X1)?X1:Gt}_anyControlsHaveStatus(p){return this._anyControls(w=>w.status===p)}_anyControlsDirty(){return this._anyControls(p=>p.dirty)}_anyControlsTouched(){return this._anyControls(p=>p.touched)}_updatePristine(p={}){this.pristine=!this._anyControlsDirty(),this._parent&&!p.onlySelf&&this._parent._updatePristine(p)}_updateTouched(p={}){this.touched=this._anyControlsTouched(),this._parent&&!p.onlySelf&&this._parent._updateTouched(p)}_registerOnCollectionChange(p){this._onCollectionChange=p}_setUpdateStrategy(p){Y1(p)&&null!=p.updateOn&&(this._updateOn=p.updateOn)}_parentMarkedDirty(p){const w=this._parent&&this._parent.dirty;return!p&&!!w&&!this._parent._anyControlsDirty()}_find(p){return null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class G1 extends r2{constructor(p,w,R){super(dn(w),Vn(R,w)),this.controls=p,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(p,w){return this.controls[p]?this.controls[p]:(this.controls[p]=w,w.setParent(this),w._registerOnCollectionChange(this._onCollectionChange),w)}addControl(p,w,R={}){this.registerControl(p,w),this.updateValueAndValidity({emitEvent:R.emitEvent}),this._onCollectionChange()}removeControl(p,w={}){this.controls[p]&&this.controls[p]._registerOnCollectionChange(()=>{}),delete this.controls[p],this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}setControl(p,w,R={}){this.controls[p]&&this.controls[p]._registerOnCollectionChange(()=>{}),delete this.controls[p],w&&this.registerControl(p,w),this.updateValueAndValidity({emitEvent:R.emitEvent}),this._onCollectionChange()}contains(p){return this.controls.hasOwnProperty(p)&&this.controls[p].enabled}setValue(p,w={}){Un(this,0,p),Object.keys(p).forEach(R=>{A1(this,!0,R),this.controls[R].setValue(p[R],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(p,w={}){null!=p&&(Object.keys(p).forEach(R=>{const De=this.controls[R];De&&De.patchValue(p[R],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(p={},w={}){this._forEachChild((R,De)=>{R.reset(p[De],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this._reduceChildren({},(p,w,R)=>(p[R]=w.getRawValue(),p))}_syncPendingControls(){let p=this._reduceChildren(!1,(w,R)=>!!R._syncPendingControls()||w);return p&&this.updateValueAndValidity({onlySelf:!0}),p}_forEachChild(p){Object.keys(this.controls).forEach(w=>{const R=this.controls[w];R&&p(R,w)})}_setUpControls(){this._forEachChild(p=>{p.setParent(this),p._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(p){for(const[w,R]of Object.entries(this.controls))if(this.contains(w)&&p(R))return!0;return!1}_reduceValue(){return this._reduceChildren({},(w,R,De)=>((R.enabled||this.disabled)&&(w[De]=R.value),w))}_reduceChildren(p,w){let R=p;return this._forEachChild((De,Lt)=>{R=w(R,De,Lt)}),R}_allControlsDisabled(){for(const p of Object.keys(this.controls))if(this.controls[p].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(p){return this.controls.hasOwnProperty(p)?this.controls[p]:null}}class T extends G1{} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function Le(O,p){return[...p.path,O]}function qe(O,p){var w,R;(t1(O,p),p.valueAccessor.writeValue(O.value),O.disabled)&&(null===(w=(R=p.valueAccessor).setDisabledState)||void 0===w||w.call(R,!0));(function Ut(O,p){p.valueAccessor.registerOnChange(w=>{O._pendingValue=w,O._pendingChange=!0,O._pendingDirty=!0,"change"===O.updateOn&&ke(O,p)})})(O,p),function Mt(O,p){const w=(R,De)=>{p.valueAccessor.writeValue(R),De&&p.viewToModelUpdate(R)};O.registerOnChange(w),p._registerOnDestroy(()=>{O._unregisterOnChange(w)})}(O,p),function N1(O,p){p.valueAccessor.registerOnTouched(()=>{O._pendingTouched=!0,"blur"===O.updateOn&&O._pendingChange&&ke(O,p),"submit"!==O.updateOn&&O.markAsTouched()})}(O,p),function bt(O,p){if(p.valueAccessor.setDisabledState){const w=R=>{p.valueAccessor.setDisabledState(R)};O.registerOnDisabledChange(w),p._registerOnDestroy(()=>{O._unregisterOnDisabledChange(w)})}}(O,p)}function _t(O,p,w=!0){const R=()=>{};p.valueAccessor&&(p.valueAccessor.registerOnChange(R),p.valueAccessor.registerOnTouched(R)),fn(O,p),O&&(p._invokeOnDestroyCallbacks(),O._registerOnCollectionChange(()=>{}))}function dt(O,p){O.forEach(w=>{w.registerOnValidatorChange&&w.registerOnValidatorChange(p)})}function t1(O,p){const w=b1(O);null!==p.validator?O.setValidators(z(w,p.validator)):"function"==typeof w&&O.setValidators([w]);const R=ut(O);null!==p.asyncValidator?O.setAsyncValidators(z(R,p.asyncValidator)):"function"==typeof R&&O.setAsyncValidators([R]);const De=()=>O.updateValueAndValidity();dt(p._rawValidators,De),dt(p._rawAsyncValidators,De)}function fn(O,p){let w=!1;if(null!==O){if(null!==p.validator){const De=b1(O);if(Array.isArray(De)&&De.length>0){const Lt=De.filter($1=>$1!==p.validator);Lt.length!==De.length&&(w=!0,O.setValidators(Lt))}}if(null!==p.asyncValidator){const De=ut(O);if(Array.isArray(De)&&De.length>0){const Lt=De.filter($1=>$1!==p.asyncValidator);Lt.length!==De.length&&(w=!0,O.setAsyncValidators(Lt))}}}const R=()=>{};return dt(p._rawValidators,R),dt(p._rawAsyncValidators,R),w}function ke(O,p){O._pendingDirty&&O.markAsDirty(),O.setValue(O._pendingValue,{emitModelToViewChange:!1}),p.viewToModelUpdate(O._pendingValue),O._pendingChange=!1}function _1(O,p){t1(O,p)}function et(O,p){if(!O.hasOwnProperty("model"))return!1;const w=O.model;return!!w.isFirstChange()||!Object.is(p,w.currentValue)}function rt(O,p){O._syncPendingControls(),p.forEach(w=>{const R=w.control;"submit"===R.updateOn&&R._pendingChange&&(w.viewToModelUpdate(R._pendingValue),R._pendingChange=!1)})}function qt(O,p){if(!p)return null;let w,R,De;return Array.isArray(p),p.forEach(Lt=>{Lt.constructor===ne?w=Lt:function wt(O){return Object.getPrototypeOf(O.constructor)===U}(Lt)?R=Lt:De=Lt}),De||R||w||null} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const n1={provide:de,useExisting:(0,i.Gpc)(()=>yn)},s1=Promise.resolve();class yn extends de{constructor(p,w){super(),this.submitted=!1,this._directives=new Set,this.ngSubmit=new i.vpe,this.form=new G1({},Vt(p),Jt(w))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(p){s1.then(()=>{const w=this._findContainer(p.path);p.control=w.registerControl(p.name,p.control),qe(p.control,p),p.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(p)})}getControl(p){return this.form.get(p.path)}removeControl(p){s1.then(()=>{const w=this._findContainer(p.path);w&&w.removeControl(p.name),this._directives.delete(p)})}addFormGroup(p){s1.then(()=>{const w=this._findContainer(p.path),R=new G1({});_1(R,p),w.registerControl(p.name,R),R.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(p){s1.then(()=>{const w=this._findContainer(p.path);w&&w.removeControl(p.name)})}getFormGroup(p){return this.form.get(p.path)}updateModel(p,w){s1.then(()=>{this.form.get(p.path).setValue(w)})}setValue(p){this.control.setValue(p)}onSubmit(p){var w;return this.submitted=!0,rt(this.form,this._directives),this.ngSubmit.emit(p),"dialog"===(null==p||null===(w=p.target)||void 0===w?void 0:w.method)}onReset(){this.resetForm()}resetForm(p){this.form.reset(p),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(p){return p.pop(),p.length?this.form.get(p):this.form}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function w1(O,p){const w=O.indexOf(p);w>-1&&O.splice(w,1)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */function k1(O){return"object"==typeof O&&null!==O&&2===Object.keys(O).length&&"value"in O&&"disabled"in O}yn.\u0275fac=function(p){return new(p||yn)(i.Y36(Pe,10),i.Y36(ae,10))},yn.\u0275dir=i.lG2({type:yn,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(p,w){1&p&&i.NdJ("submit",function(De){return w.onSubmit(De)})("reset",function(){return w.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[i._Bn([n1]),i.qOj]});const Tn=class extends r2{constructor(p=null,w,R){super(dn(w),Vn(R,w)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(p),this._setUpdateStrategy(w),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),Y1(w)&&(w.nonNullable||w.initialValueIsDefault)&&(k1(p)?this.defaultValue=p.value:this.defaultValue=p)}setValue(p,w={}){this.value=this._pendingValue=p,this._onChange.length&&!1!==w.emitModelToViewChange&&this._onChange.forEach(R=>R(this.value,!1!==w.emitViewToModelChange)),this.updateValueAndValidity(w)}patchValue(p,w={}){this.setValue(p,w)}reset(p=this.defaultValue,w={}){this._applyFormState(p),this.markAsPristine(w),this.markAsUntouched(w),this.setValue(this.value,w),this._pendingChange=!1}_updateValue(){}_anyControls(p){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(p){this._onChange.push(p)}_unregisterOnChange(p){w1(this._onChange,p)}registerOnDisabledChange(p){this._onDisabledChange.push(p)}_unregisterOnDisabledChange(p){w1(this._onDisabledChange,p)}_forEachChild(p){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange))&&(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0)}_applyFormState(p){k1(p)?(this.value=this._pendingValue=p.value,p.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=p}}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class r1 extends de{ngOnInit(){this._checkParentType(),this.formDirective.addFormGroup(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormGroup(this)}get control(){return this.formDirective.getFormGroup(this)}get path(){return Le(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}}r1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(r1)))(w||r1)}}(),r1.\u0275dir=i.lG2({type:r1,features:[i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const v2={provide:de,useExisting:(0,i.Gpc)(()=>f1)};class f1 extends r1{constructor(p,w,R){super(),this._parent=p,this._setValidators(w),this._setAsyncValidators(R)}_checkParentType(){!(this._parent instanceof f1)&&this._parent}}f1.\u0275fac=function(p){return new(p||f1)(i.Y36(de,5),i.Y36(Pe,10),i.Y36(ae,10))},f1.\u0275dir=i.lG2({type:f1,selectors:[["","ngModelGroup",""]],inputs:{name:["ngModelGroup","name"]},exportAs:["ngModelGroup"],features:[i._Bn([v2]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const en={provide:We,useExisting:(0,i.Gpc)(()=>O1)},hn=Promise.resolve();class O1 extends We{constructor(p,w,R,De,Lt){super(),this._changeDetectorRef=Lt,this.control=new Tn,this._registered=!1,this.update=new i.vpe,this._parent=p,this._setValidators(w),this._setAsyncValidators(R),this.valueAccessor=qt(0,De)}ngOnChanges(p){if(this._checkForErrors(),!this._registered||"name"in p){if(this._registered&&(this._checkName(),this.formDirective)){const w=p.name.previousValue;this.formDirective.removeControl({name:w,path:this._getPath(w)})}this._setUpControl()}"isDisabled"in p&&this._updateDisabled(p),et(p,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(p){this.viewModel=p,this.update.emit(p)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){qe(this.control,this),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(p){hn.then(()=>{var w;this.control.setValue(p,{emitViewToModelChange:!1}),null===(w=this._changeDetectorRef)||void 0===w||w.markForCheck()})}_updateDisabled(p){const w=p.isDisabled.currentValue,R=0!==w&&(0,i.D6c)(w);hn.then(()=>{var De;R&&!this.control.disabled?this.control.disable():!R&&this.control.disabled&&this.control.enable(),null===(De=this._changeDetectorRef)||void 0===De||De.markForCheck()})}_getPath(p){return this._parent?Le(p,this._parent):[p]}}O1.\u0275fac=function(p){return new(p||O1)(i.Y36(de,9),i.Y36(Pe,10),i.Y36(ae,10),i.Y36(se,10),i.Y36(i.sBO,8))},O1.\u0275dir=i.lG2({type:O1,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[i._Bn([en]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class j1{}j1.\u0275fac=function(p){return new(p||j1)},j1.\u0275dir=i.lG2({type:j1,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const T2={provide:se,useExisting:(0,i.Gpc)(()=>Sn),multi:!0};class Sn extends U{writeValue(p){const w=p??"";this.setProperty("value",w)}registerOnChange(p){this.onChange=w=>{p(""==w?null:parseFloat(w))}}}Sn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Sn)))(w||Sn)}}(),Sn.\u0275dir=i.lG2({type:Sn,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("input",function(De){return w.onChange(De.target.value)})("blur",function(){return w.onTouched()})},features:[i._Bn([T2]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Zn={provide:se,useExisting:(0,i.Gpc)(()=>Kt),multi:!0};class i2{}i2.\u0275fac=function(p){return new(p||i2)},i2.\u0275mod=i.oAB({type:i2}),i2.\u0275inj=i.cJS({});class Fn{constructor(){this._accessors=[]}add(p,w){this._accessors.push([p,w])}remove(p){for(let w=this._accessors.length-1;w>=0;--w)if(this._accessors[w][1]===p)return void this._accessors.splice(w,1)}select(p){this._accessors.forEach(w=>{this._isSameGroup(w,p)&&w[1]!==p&&w[1].fireUncheck(p.value)})}_isSameGroup(p,w){return!!p[0].control&&(p[0]._parent===w._control._parent&&p[1].name===w.name)}}Fn.\u0275fac=function(p){return new(p||Fn)},Fn.\u0275prov=i.Yz7({token:Fn,factory:Fn.\u0275fac,providedIn:i2});class Kt extends U{constructor(p,w,R,De){super(p,w),this._registry=R,this._injector=De,this.onChange=()=>{}}ngOnInit(){this._control=this._injector.get(We),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(p){this._state=p===this.value,this.setProperty("checked",this._state)}registerOnChange(p){this._fn=p,this.onChange=()=>{p(this.value),this._registry.select(this)}}fireUncheck(p){this.writeValue(p)}_checkName(){this.name&&this.formControlName&&(this.name,this.formControlName),!this.name&&this.formControlName&&(this.name=this.formControlName)}}Kt.\u0275fac=function(p){return new(p||Kt)(i.Y36(i.Qsj),i.Y36(i.SBq),i.Y36(Fn),i.Y36(i.zs3))},Kt.\u0275dir=i.lG2({type:Kt,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(){return w.onChange()})("blur",function(){return w.onTouched()})},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[i._Bn([Zn]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const v3={provide:se,useExisting:(0,i.Gpc)(()=>D1),multi:!0};class D1 extends U{writeValue(p){this.setProperty("value",parseFloat(p))}registerOnChange(p){this.onChange=w=>{p(""==w?null:parseFloat(w))}}}D1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(D1)))(w||D1)}}(),D1.\u0275dir=i.lG2({type:D1,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(De){return w.onChange(De.target.value)})("input",function(De){return w.onChange(De.target.value)})("blur",function(){return w.onTouched()})},features:[i._Bn([v3]),i.qOj]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const a3=new i.OlP("NgModelWithFormControlWarning"),M1={provide:We,useExisting:(0,i.Gpc)(()=>h1)};class h1 extends We{constructor(p,w,R,De){super(),this._ngModelWarningConfig=De,this.update=new i.vpe,this._ngModelWarningSent=!1,this._setValidators(p),this._setAsyncValidators(w),this.valueAccessor=qt(0,R)}set isDisabled(p){}ngOnChanges(p){if(this._isControlChanged(p)){const w=p.form.previousValue;w&&_t(w,this,!1),qe(this.form,this),this.form.updateValueAndValidity({emitEvent:!1})}et(p,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&_t(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(p){this.viewModel=p,this.update.emit(p)}_isControlChanged(p){return p.hasOwnProperty("form")}}h1._ngModelWarningSentOnce=!1,h1.\u0275fac=function(p){return new(p||h1)(i.Y36(Pe,10),i.Y36(ae,10),i.Y36(se,10),i.Y36(a3,8))},h1.\u0275dir=i.lG2({type:h1,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[i._Bn([M1]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const K2={provide:de,useExisting:(0,i.Gpc)(()=>M2)};class M2 extends de{constructor(p,w){super(),this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new i.vpe,this._setValidators(p),this._setAsyncValidators(w)}ngOnChanges(p){this._checkFormPresent(),p.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(fn(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(p){const w=this.form.get(p.path);return qe(w,p),w.updateValueAndValidity({emitEvent:!1}),this.directives.push(p),w}getControl(p){return this.form.get(p.path)}removeControl(p){_t(p.control||null,p,!1),function Xt(O,p){const w=O.indexOf(p);w>-1&&O.splice(w,1)}(this.directives,p)}addFormGroup(p){this._setUpFormContainer(p)}removeFormGroup(p){this._cleanUpFormContainer(p)}getFormGroup(p){return this.form.get(p.path)}addFormArray(p){this._setUpFormContainer(p)}removeFormArray(p){this._cleanUpFormContainer(p)}getFormArray(p){return this.form.get(p.path)}updateModel(p,w){this.form.get(p.path).setValue(w)}onSubmit(p){var w;return this.submitted=!0,rt(this.form,this.directives),this.ngSubmit.emit(p),"dialog"===(null==p||null===(w=p.target)||void 0===w?void 0:w.method)}onReset(){this.resetForm()}resetForm(p){this.form.reset(p),this.submitted=!1}_updateDomValue(){this.directives.forEach(p=>{const w=p.control,R=this.form.get(p.path);w!==R&&(_t(w||null,p),R instanceof Tn&&(qe(R,p),p.control=R))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(p){const w=this.form.get(p.path);_1(w,p),w.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(p){if(this.form){const w=this.form.get(p.path);w&&function P1(O,p){return fn(O,p)}(w,p)&&w.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){t1(this.form,this),this._oldForm&&fn(this._oldForm,this)}_checkFormPresent(){this.form}}M2.\u0275fac=function(p){return new(p||M2)(i.Y36(Pe,10),i.Y36(ae,10))},M2.\u0275dir=i.lG2({type:M2,selectors:[["","formGroup",""]],hostBindings:function(p,w){1&p&&i.NdJ("submit",function(De){return w.onSubmit(De)})("reset",function(){return w.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[i._Bn([K2]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const tn={provide:de,useExisting:(0,i.Gpc)(()=>nn)};class nn extends r1{constructor(p,w,R){super(),this._parent=p,this._setValidators(w),this._setAsyncValidators(R)}_checkParentType(){Wn(this._parent)}}nn.\u0275fac=function(p){return new(p||nn)(i.Y36(de,13),i.Y36(Pe,10),i.Y36(ae,10))},nn.\u0275dir=i.lG2({type:nn,selectors:[["","formGroupName",""]],inputs:{name:["formGroupName","name"]},features:[i._Bn([tn]),i.qOj]});const h2={provide:de,useExisting:(0,i.Gpc)(()=>bn)};class bn extends de{constructor(p,w,R){super(),this._parent=p,this._setValidators(w),this._setAsyncValidators(R)}ngOnInit(){this._checkParentType(),this.formDirective.addFormArray(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormArray(this)}get control(){return this.formDirective.getFormArray(this)}get formDirective(){return this._parent?this._parent.formDirective:null}get path(){return Le(null==this.name?this.name:this.name.toString(),this._parent)}_checkParentType(){Wn(this._parent)}}function Wn(O){return!(O instanceof nn||O instanceof M2||O instanceof bn)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */bn.\u0275fac=function(p){return new(p||bn)(i.Y36(de,13),i.Y36(Pe,10),i.Y36(ae,10))},bn.\u0275dir=i.lG2({type:bn,selectors:[["","formArrayName",""]],inputs:{name:["formArrayName","name"]},features:[i._Bn([h2]),i.qOj]});const Q2={provide:We,useExisting:(0,i.Gpc)(()=>U1)};class U1 extends We{constructor(p,w,R,De,Lt){super(),this._ngModelWarningConfig=Lt,this._added=!1,this.update=new i.vpe,this._ngModelWarningSent=!1,this._parent=p,this._setValidators(w),this._setAsyncValidators(R),this.valueAccessor=qt(0,De)}set isDisabled(p){}ngOnChanges(p){this._added||this._setUpControl(),et(p,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(p){this.viewModel=p,this.update.emit(p)}get path(){return Le(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}}U1._ngModelWarningSentOnce=!1,U1.\u0275fac=function(p){return new(p||U1)(i.Y36(de,13),i.Y36(Pe,10),i.Y36(ae,10),i.Y36(se,10),i.Y36(a3,8))},U1.\u0275dir=i.lG2({type:U1,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[i._Bn([Q2]),i.qOj,i.TTD]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const rn={provide:se,useExisting:(0,i.Gpc)(()=>on),multi:!0};function j2(O,p){return null==O?`${p}`:(p&&"object"==typeof p&&(p="Object"),`${O}: ${p}`.slice(0,50))}class on extends U{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(p){this._compareWith=p}writeValue(p){this.value=p;const R=j2(this._getOptionId(p),p);this.setProperty("value",R)}registerOnChange(p){this.onChange=w=>{this.value=this._getOptionValue(w),p(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(p){for(const w of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(w),p))return w;return null}_getOptionValue(p){const w=function K(O){return O.split(":")[0]}(p);return this._optionMap.has(w)?this._optionMap.get(w):p}}on.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(on)))(w||on)}}(),on.\u0275dir=i.lG2({type:on,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(p,w){1&p&&i.NdJ("change",function(De){return w.onChange(De.target.value)})("blur",function(){return w.onTouched()})},inputs:{compareWith:"compareWith"},features:[i._Bn([rn]),i.qOj]});class Ln{constructor(p,w,R){this._element=p,this._renderer=w,this._select=R,this._select&&(this.id=this._select._registerOption())}set ngValue(p){null!=this._select&&(this._select._optionMap.set(this.id,p),this._setElementValue(j2(this.id,p)),this._select.writeValue(this._select.value))}set value(p){this._setElementValue(p),this._select&&this._select.writeValue(this._select.value)}_setElementValue(p){this._renderer.setProperty(this._element.nativeElement,"value",p)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}Ln.\u0275fac=function(p){return new(p||Ln)(i.Y36(i.SBq),i.Y36(i.Qsj),i.Y36(on,9))},Ln.\u0275dir=i.lG2({type:Ln,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const rr={provide:se,useExisting:(0,i.Gpc)(()=>w2),multi:!0};function jt(O,p){return null==O?`${p}`:("string"==typeof p&&(p=`'${p}'`),p&&"object"==typeof p&&(p="Object"),`${O}: ${p}`.slice(0,50))}class w2 extends U{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(p){this._compareWith=p}writeValue(p){let w;if(this.value=p,Array.isArray(p)){const R=p.map(De=>this._getOptionId(De));w=(De,Lt)=>{De._setSelected(R.indexOf(Lt.toString())>-1)}}else w=(R,De)=>{R._setSelected(!1)};this._optionMap.forEach(w)}registerOnChange(p){this.onChange=w=>{const R=[],De=w.selectedOptions;if(void 0!==De){const Lt=De;for(let $1=0;$1vn),multi:!0};class vn extends gn{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=p=>Y2(p),this.createValidator=p=>q(p)}}vn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(vn)))(w||vn)}}(),vn.\u0275dir=i.lG2({type:vn,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("max",w._enabled?w.max:null)},inputs:{max:"max"},features:[i._Bn([N2]),i.qOj]});const s3={provide:Pe,useExisting:(0,i.Gpc)(()=>H1),multi:!0};class H1 extends gn{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=p=>Y2(p),this.createValidator=p=>D(p)}}H1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(H1)))(w||H1)}}(),H1.\u0275dir=i.lG2({type:H1,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("min",w._enabled?w.min:null)},inputs:{min:"min"},features:[i._Bn([s3]),i.qOj]});const $2={provide:Pe,useExisting:(0,i.Gpc)(()=>E1),multi:!0},i1={provide:Pe,useExisting:(0,i.Gpc)(()=>g2),multi:!0};class E1 extends gn{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=i.D6c,this.createValidator=p=>pe}enabled(p){return p}}E1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(E1)))(w||E1)}}(),E1.\u0275dir=i.lG2({type:E1,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("required",w._enabled?"":null)},inputs:{required:"required"},features:[i._Bn([$2]),i.qOj]});class g2 extends E1{constructor(){super(...arguments),this.createValidator=p=>Ce}}g2.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(g2)))(w||g2)}}(),g2.\u0275dir=i.lG2({type:g2,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("required",w._enabled?"":null)},features:[i._Bn([i1]),i.qOj]});const C2={provide:Pe,useExisting:(0,i.Gpc)(()=>y1),multi:!0};class y1 extends gn{constructor(){super(...arguments),this.inputName="email",this.normalizeInput=i.D6c,this.createValidator=p=>Ve}enabled(p){return p}}y1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(y1)))(w||y1)}}(),y1.\u0275dir=i.lG2({type:y1,selectors:[["","email","","formControlName",""],["","email","","formControl",""],["","email","","ngModel",""]],inputs:{email:"email"},features:[i._Bn([C2]),i.qOj]});const l3={provide:Pe,useExisting:(0,i.Gpc)(()=>Kn),multi:!0};class Kn extends gn{constructor(){super(...arguments),this.inputName="minlength",this.normalizeInput=p=>L3(p),this.createValidator=p=>at(p)}}Kn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Kn)))(w||Kn)}}(),Kn.\u0275dir=i.lG2({type:Kn,selectors:[["","minlength","","formControlName",""],["","minlength","","formControl",""],["","minlength","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("minlength",w._enabled?w.minlength:null)},inputs:{minlength:"minlength"},features:[i._Bn([l3]),i.qOj]});const o2={provide:Pe,useExisting:(0,i.Gpc)(()=>Z1),multi:!0};class Z1 extends gn{constructor(){super(...arguments),this.inputName="maxlength",this.normalizeInput=p=>L3(p),this.createValidator=p=>ct(p)}}Z1.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Z1)))(w||Z1)}}(),Z1.\u0275dir=i.lG2({type:Z1,selectors:[["","maxlength","","formControlName",""],["","maxlength","","formControl",""],["","maxlength","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("maxlength",w._enabled?w.maxlength:null)},inputs:{maxlength:"maxlength"},features:[i._Bn([o2]),i.qOj]});const R2={provide:Pe,useExisting:(0,i.Gpc)(()=>Qn),multi:!0};class Qn extends gn{constructor(){super(...arguments),this.inputName="pattern",this.normalizeInput=p=>p,this.createValidator=p=>At(p)}}Qn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Qn)))(w||Qn)}}(),Qn.\u0275dir=i.lG2({type:Qn,selectors:[["","pattern","","formControlName",""],["","pattern","","formControl",""],["","pattern","","ngModel",""]],hostVars:1,hostBindings:function(p,w){2&p&&i.uIk("pattern",w._enabled?w.pattern:null)},inputs:{pattern:"pattern"},features:[i._Bn([R2]),i.qOj]});class jn{}jn.\u0275fac=function(p){return new(p||jn)},jn.\u0275mod=i.oAB({type:jn}),jn.\u0275inj=i.cJS({imports:[i2]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Rn{}Rn.\u0275fac=function(p){return new(p||Rn)},Rn.\u0275mod=i.oAB({type:Rn}),Rn.\u0275inj=i.cJS({imports:[jn]});class an{static withConfig(p){return{ngModule:an,providers:[{provide:a3,useValue:p.warnOnNgModelWithFormControl}]}}}an.\u0275fac=function(p){return new(p||an)},an.\u0275mod=i.oAB({type:an}),an.\u0275inj=i.cJS({imports:[jn]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class q2 extends r2{constructor(p,w,R){super(dn(w),Vn(R,w)),this.controls=p,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(p){return this.controls[this._adjustIndex(p)]}push(p,w={}){this.controls.push(p),this._registerControl(p),this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}insert(p,w,R={}){this.controls.splice(p,0,w),this._registerControl(w),this.updateValueAndValidity({emitEvent:R.emitEvent})}removeAt(p,w={}){let R=this._adjustIndex(p);R<0&&(R=0),this.controls[R]&&this.controls[R]._registerOnCollectionChange(()=>{}),this.controls.splice(R,1),this.updateValueAndValidity({emitEvent:w.emitEvent})}setControl(p,w,R={}){let De=this._adjustIndex(p);De<0&&(De=0),this.controls[De]&&this.controls[De]._registerOnCollectionChange(()=>{}),this.controls.splice(De,1),w&&(this.controls.splice(De,0,w),this._registerControl(w)),this.updateValueAndValidity({emitEvent:R.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(p,w={}){Un(this,0,p),p.forEach((R,De)=>{A1(this,!1,De),this.at(De).setValue(R,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(p,w={}){null!=p&&(p.forEach((R,De)=>{this.at(De)&&this.at(De).patchValue(R,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(p=[],w={}){this._forEachChild((R,De)=>{R.reset(p[De],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this.controls.map(p=>p.getRawValue())}clear(p={}){this.controls.length<1||(this._forEachChild(w=>w._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:p.emitEvent}))}_adjustIndex(p){return p<0?p+this.length:p}_syncPendingControls(){let p=this.controls.reduce((w,R)=>!!R._syncPendingControls()||w,!1);return p&&this.updateValueAndValidity({onlySelf:!0}),p}_forEachChild(p){this.controls.forEach((w,R)=>{p(w,R)})}_updateValue(){this.value=this.controls.filter(p=>p.enabled||this.disabled).map(p=>p.value)}_anyControls(p){return this.controls.some(w=>w.enabled&&p(w))}_setUpControls(){this._forEachChild(p=>this._registerControl(p))}_allControlsDisabled(){for(const p of this.controls)if(p.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(p){p.setParent(this),p._registerOnCollectionChange(this._onCollectionChange)}_find(p){var w;return null!==(w=this.at(p))&&void 0!==w?w:null}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function a2(O){return!!O&&(void 0!==O.asyncValidators||void 0!==O.validators||void 0!==O.updateOn)}class Yn{constructor(){this.useNonNullable=!1}get nonNullable(){const p=new Yn;return p.useNonNullable=!0,p}group(p,w=null){const R=this._reduceControls(p);let De={};return a2(w)?De=w:null!==w&&(De.validators=w.validator,De.asyncValidators=w.asyncValidator),new G1(R,De)}record(p,w=null){const R=this._reduceControls(p);return new T(R,w)}control(p,w,R){let De={};return this.useNonNullable?(a2(w)?De=w:(De.validators=w,De.asyncValidators=R),new Tn(p,{...De,nonNullable:!0})):new Tn(p,w,R)}array(p,w,R){const De=p.map(Lt=>this._createControl(Lt));return new q2(De,w,R)}_reduceControls(p){const w={};return Object.keys(p).forEach(R=>{w[R]=this._createControl(p[R])}),w}_createControl(p){if(p instanceof Tn)return p;if(p instanceof r2)return p;if(Array.isArray(p)){const w=p[0],R=p.length>1?p[1]:null,De=p.length>2?p[2]:null;return this.control(w,R,De)}return this.control(p)}}Yn.\u0275fac=function(p){return new(p||Yn)},Yn.\u0275prov=i.Yz7({token:Yn,factory:Yn.\u0275fac,providedIn:an});class sn{}sn.\u0275fac=function(p){return new(p||sn)},sn.\u0275prov=i.Yz7({token:sn,factory:function(){return(0,i.f3M)(Yn).nonNullable},providedIn:an});class Cn extends Yn{group(p,w=null){return super.group(p,w)}control(p,w,R){return super.control(p,w,R)}array(p,w,R){return super.array(p,w,R)}}Cn.\u0275fac=function(){let O;return function(w){return(O||(O=i.n5z(Cn)))(w||Cn)}}(),Cn.\u0275prov=i.Yz7({token:Cn,factory:Cn.\u0275fac,providedIn:an}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -new i.GfV("14.2.5"); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */},4497:(ht,we,x)=>{"use strict";x.d(we,{b2:()=>k,q6:()=>nt});var i=x(4666),v=x(8008); -/** - * @license Angular v14.2.5 - * (c) 2010-2022 Google LLC. https://angular.io/ - * License: MIT - */ -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class Z extends i.w_{constructor(){super(...arguments),this.supportsDOMEvents=!0}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class $ extends Z{static makeCurrent(){(0,i.HT)(new $)}onAndCancel(T,Q,Le){return T.addEventListener(Q,Le,!1),()=>{T.removeEventListener(Q,Le,!1)}}dispatchEvent(T,Q){T.dispatchEvent(Q)}remove(T){T.parentNode&&T.parentNode.removeChild(T)}createElement(T,Q){return(Q=Q||this.getDefaultDocument()).createElement(T)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(T){return T.nodeType===Node.ELEMENT_NODE}isShadowRoot(T){return T instanceof DocumentFragment}getGlobalEventTarget(T,Q){return"window"===Q?window:"document"===Q?T:"body"===Q?T.body:null}getBaseHref(T){const Q=function B(){return F=F||document.querySelector("base"),F?F.getAttribute("href"):null}();return null==Q?null:function X(Te){Y=Y||document.createElement("a"),Y.setAttribute("href",Te);const T=Y.pathname;return"/"===T.charAt(0)?T:`/${T}`} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */(Q)}resetBaseElement(){F=null}getUserAgent(){return window.navigator.userAgent}getCookie(T){return(0,i.Mx)(document.cookie,T)}}let Y,F=null;const re=new v.OlP("TRANSITION_ID");const U=[{provide:v.ip1,useFactory:function H(Te,T,Q){return()=>{Q.get(v.CZH).donePromise.then(()=>{const Le=(0,i.q)(),qe=T.querySelectorAll(`style[ng-transition="${Te}"]`);for(let _t=0;_tLe.manager=this),this._plugins=T.slice().reverse()}addEventListener(T,Q,Le){return this._findPluginFor(Q).addEventListener(T,Q,Le)}addGlobalEventListener(T,Q,Le){return this._findPluginFor(Q).addGlobalEventListener(T,Q,Le)}getZone(){return this._zone}_findPluginFor(T){const Q=this._eventNameToPlugin.get(T);if(Q)return Q;const Le=this._plugins;for(let qe=0;qe{this._stylesSet.has(Le)||(this._stylesSet.add(Le),Q.add(Le))}),this.onStylesAdded(Q)}onStylesAdded(T){}getAllStyles(){return Array.from(this._stylesSet)}}ce.\u0275fac=function(T){return new(T||ce)},ce.\u0275prov=v.Yz7({token:ce,factory:ce.\u0275fac});class ne extends ce{constructor(T){super(),this._doc=T,this._hostNodes=new Map,this._hostNodes.set(T.head,[])}_addStylesToHost(T,Q,Le){T.forEach(qe=>{const _t=this._doc.createElement("style");_t.textContent=qe,Le.push(Q.appendChild(_t))})}addHost(T){const Q=[];this._addStylesToHost(this._stylesSet,T,Q),this._hostNodes.set(T,Q)}removeHost(T){const Q=this._hostNodes.get(T);Q&&Q.forEach(fe),this._hostNodes.delete(T)}onStylesAdded(T){this._hostNodes.forEach((Q,Le)=>{this._addStylesToHost(T,Le,Q)})}ngOnDestroy(){this._hostNodes.forEach(T=>T.forEach(fe))}}function fe(Te){(0,i.q)().remove(Te)} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ne.\u0275fac=function(T){return new(T||ne)(v.LFG(i.K0))},ne.\u0275prov=v.Yz7({token:ne,factory:ne.\u0275fac});const Ee={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},Se=/%COMP%/g,W="_nghost-%COMP%",ge="_ngcontent-%COMP%";function pe(Te,T,Q){for(let Le=0;Le{if("__ngUnwrap__"===T)return Te;!1===Te(T)&&(T.preventDefault(),T.returnValue=!1)}}class at{constructor(T,Q,Le){this.eventManager=T,this.sharedStylesHost=Q,this.appId=Le,this.rendererByCompId=new Map,this.defaultRenderer=new ct(T)}createRenderer(T,Q){if(!T||!Q)return this.defaultRenderer;switch(Q.encapsulation){case v.ifc.Emulated:{let Le=this.rendererByCompId.get(Q.id);return Le||(Le=new St(this.eventManager,this.sharedStylesHost,Q,this.appId),this.rendererByCompId.set(Q.id,Le)),Le.applyToHost(T),Le}case 1:case v.ifc.ShadowDom:return new It(this.eventManager,this.sharedStylesHost,T,Q);default:if(!this.rendererByCompId.has(Q.id)){const Le=pe(Q.id,Q.styles,[]);this.sharedStylesHost.addStyles(Le),this.rendererByCompId.set(Q.id,this.defaultRenderer)}return this.defaultRenderer}}begin(){}end(){}}at.\u0275fac=function(T){return new(T||at)(v.LFG(Oe),v.LFG(ne),v.LFG(v.AFp))},at.\u0275prov=v.Yz7({token:at,factory:at.\u0275fac});class ct{constructor(T){this.eventManager=T,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(T,Q){return Q?document.createElementNS(Ee[Q]||Q,T):document.createElement(T)}createComment(T){return document.createComment(T)}createText(T){return document.createTextNode(T)}appendChild(T,Q){(zt(T)?T.content:T).appendChild(Q)}insertBefore(T,Q,Le){T&&(zt(T)?T.content:T).insertBefore(Q,Le)}removeChild(T,Q){T&&T.removeChild(Q)}selectRootElement(T,Q){let Le="string"==typeof T?document.querySelector(T):T;if(!Le)throw new Error(`The selector "${T}" did not match any elements`);return Q||(Le.textContent=""),Le}parentNode(T){return T.parentNode}nextSibling(T){return T.nextSibling}setAttribute(T,Q,Le,qe){if(qe){Q=qe+":"+Q;const _t=Ee[qe];_t?T.setAttributeNS(_t,Q,Le):T.setAttribute(Q,Le)}else T.setAttribute(Q,Le)}removeAttribute(T,Q,Le){if(Le){const qe=Ee[Le];qe?T.removeAttributeNS(qe,Q):T.removeAttribute(`${Le}:${Q}`)}else T.removeAttribute(Q)}addClass(T,Q){T.classList.add(Q)}removeClass(T,Q){T.classList.remove(Q)}setStyle(T,Q,Le,qe){qe&(v.JOm.DashCase|v.JOm.Important)?T.style.setProperty(Q,Le,qe&v.JOm.Important?"important":""):T.style[Q]=Le}removeStyle(T,Q,Le){Le&v.JOm.DashCase?T.style.removeProperty(Q):T.style[Q]=""}setProperty(T,Q,Le){T[Q]=Le}setValue(T,Q){T.nodeValue=Q}listen(T,Q,Le){return"string"==typeof T?this.eventManager.addGlobalEventListener(T,Q,Ce(Le)):this.eventManager.addEventListener(T,Q,Ce(Le))}}"@".charCodeAt(0);function zt(Te){return"TEMPLATE"===Te.tagName&&void 0!==Te.content}class St extends ct{constructor(T,Q,Le,qe){super(T),this.component=Le;const _t=pe(qe+"-"+Le.id,Le.styles,[]);Q.addStyles(_t),this.contentAttr=function D(Te){return ge.replace(Se,Te)}(qe+"-"+Le.id),this.hostAttr=function q(Te){return W.replace(Se,Te)}(qe+"-"+Le.id)}applyToHost(T){super.setAttribute(T,this.hostAttr,"")}createElement(T,Q){const Le=super.createElement(T,Q);return super.setAttribute(Le,this.contentAttr,""),Le}}class It extends ct{constructor(T,Q,Le,qe){super(T),this.sharedStylesHost=Q,this.hostEl=Le,this.shadowRoot=Le.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const _t=pe(qe.id,qe.styles,[]);for(let dt=0;dt<_t.length;dt++){const bt=document.createElement("style");bt.textContent=_t[dt],this.shadowRoot.appendChild(bt)}}nodeOrShadowRoot(T){return T===this.hostEl?this.shadowRoot:T}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}appendChild(T,Q){return super.appendChild(this.nodeOrShadowRoot(T),Q)}insertBefore(T,Q,Le){return super.insertBefore(this.nodeOrShadowRoot(T),Q,Le)}removeChild(T,Q){return super.removeChild(this.nodeOrShadowRoot(T),Q)}parentNode(T){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(T)))}} -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class $t extends Ne{constructor(T){super(T)}supports(T){return!0}addEventListener(T,Q,Le){return T.addEventListener(Q,Le,!1),()=>this.removeEventListener(T,Q,Le)}removeEventListener(T,Q,Le){return T.removeEventListener(Q,Le)}}$t.\u0275fac=function(T){return new(T||$t)(v.LFG(i.K0))},$t.\u0275prov=v.Yz7({token:$t,factory:$t.\u0275fac}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const Pt=["alt","control","meta","shift"],Bt={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},q1={alt:Te=>Te.altKey,control:Te=>Te.ctrlKey,meta:Te=>Te.metaKey,shift:Te=>Te.shiftKey};class Vt extends Ne{constructor(T){super(T)}supports(T){return null!=Vt.parseEventName(T)}addEventListener(T,Q,Le){const qe=Vt.parseEventName(Q),_t=Vt.eventCallback(qe.fullKey,Le,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,i.q)().onAndCancel(T,qe.domEventName,_t))}static parseEventName(T){const Q=T.toLowerCase().split("."),Le=Q.shift();if(0===Q.length||"keydown"!==Le&&"keyup"!==Le)return null;const qe=Vt._normalizeKey(Q.pop());let _t="",dt=Q.indexOf("code");if(dt>-1&&(Q.splice(dt,1),_t="code."),Pt.forEach(t1=>{const fn=Q.indexOf(t1);fn>-1&&(Q.splice(fn,1),_t+=t1+".")}),_t+=qe,0!=Q.length||0===qe.length)return null;const bt={};return bt.domEventName=Le,bt.fullKey=_t,bt}static matchEventFullKeyCode(T,Q){let Le=Bt[T.key]||T.key,qe="";return Q.indexOf("code.")>-1&&(Le=T.code,qe="code."),!(null==Le||!Le)&&(Le=Le.toLowerCase()," "===Le?Le="space":"."===Le&&(Le="dot"),Pt.forEach(_t=>{if(_t!==Le){(0,q1[_t])(T)&&(qe+=_t+".")}}),qe+=Le,qe===Q)}static eventCallback(T,Q,Le){return qe=>{Vt.matchEventFullKeyCode(qe,T)&&Le.runGuarded(()=>Q(qe))}}static _normalizeKey(T){return"esc"===T?"escape":T}}Vt.\u0275fac=function(T){return new(T||Vt)(v.LFG(i.K0))},Vt.\u0275prov=v.Yz7({token:Vt,factory:Vt.\u0275fac});const K1=[{provide:v.Lbi,useValue:i.bD},{provide:v.g9A,useValue:function Ft(){$.makeCurrent()},multi:!0},{provide:i.K0,useFactory:function Ue(){return(0,v.RDi)(document),document},deps:[]}],nt=(0,v.eFA)(v._c5,"browser",K1),de=new v.OlP(""),We=[{provide:v.rWj,useClass:class se{addToWindow(T){v.dqk.getAngularTestability=(Le,qe=!0)=>{const _t=T.findTestabilityInTree(Le,qe);if(null==_t)throw new Error("Could not find testability for element.");return _t},v.dqk.getAllAngularTestabilities=()=>T.getAllTestabilities(),v.dqk.getAllAngularRootElements=()=>T.getAllRootElements();v.dqk.frameworkStabilizers||(v.dqk.frameworkStabilizers=[]),v.dqk.frameworkStabilizers.push(Le=>{const qe=v.dqk.getAllAngularTestabilities();let _t=qe.length,dt=!1;const bt=function(t1){dt=dt||t1,_t--,0==_t&&Le(dt)};qe.forEach(function(t1){t1.whenStable(bt)})})}findTestabilityInTree(T,Q,Le){if(null==Q)return null;return T.getTestability(Q)??(Le?(0,i.q)().isShadowRoot(Q)?this.findTestabilityInTree(T,Q.host,!0):this.findTestabilityInTree(T,Q.parentElement,!0):null)}},deps:[]},{provide:v.lri,useClass:v.dDg,deps:[v.R0b,v.eoX,v.rWj]},{provide:v.dDg,useClass:v.dDg,deps:[v.R0b,v.eoX,v.rWj]}],ze=[{provide:v.zSh,useValue:"root"},{provide:v.qLn,useFactory:function lt(){return new v.qLn},deps:[]},{provide:ye,useClass:$t,multi:!0,deps:[i.K0,v.R0b,v.Lbi]},{provide:ye,useClass:Vt,multi:!0,deps:[i.K0]},{provide:at,useClass:at,deps:[Oe,ne,v.AFp]},{provide:v.FYo,useExisting:at},{provide:ce,useExisting:ne},{provide:ne,useClass:ne,deps:[i.K0]},{provide:Oe,useClass:Oe,deps:[ye,v.R0b]},{provide:i.JF,useClass:he,deps:[]},[]];class k{constructor(T){false}static withServerTransition(T){return{ngModule:k,providers:[{provide:v.AFp,useValue:T.appId},{provide:re,useExisting:v.AFp},U]}}}k.\u0275fac=function(T){return new(T||k)(v.LFG(de,12))},k.\u0275mod=v.oAB({type:k}),k.\u0275inj=v.cJS({providers:[...ze,...We],imports:[i.ez,v.hGG]});class Re{constructor(T){this._doc=T,this._dom=(0,i.q)()}addTag(T,Q=!1){return T?this._getOrCreateElement(T,Q):null}addTags(T,Q=!1){return T?T.reduce((Le,qe)=>(qe&&Le.push(this._getOrCreateElement(qe,Q)),Le),[]):[]}getTag(T){return T&&this._doc.querySelector(`meta[${T}]`)||null}getTags(T){if(!T)return[];const Q=this._doc.querySelectorAll(`meta[${T}]`);return Q?[].slice.call(Q):[]}updateTag(T,Q){if(!T)return null;Q=Q||this._parseSelector(T);const Le=this.getTag(Q);return Le?this._setMetaElementAttributes(T,Le):this._getOrCreateElement(T,!0)}removeTag(T){this.removeTagElement(this.getTag(T))}removeTagElement(T){T&&this._dom.remove(T)}_getOrCreateElement(T,Q=!1){if(!Q){const _t=this._parseSelector(T),dt=this.getTags(_t).filter(bt=>this._containsAttributes(T,bt))[0];if(void 0!==dt)return dt}const Le=this._dom.createElement("meta");return this._setMetaElementAttributes(T,Le),this._doc.getElementsByTagName("head")[0].appendChild(Le),Le}_setMetaElementAttributes(T,Q){return Object.keys(T).forEach(Le=>Q.setAttribute(this._getMetaKeyMap(Le),T[Le])),Q}_parseSelector(T){const Q=T.name?"name":"property";return`${Q}="${T[Q]}"`}_containsAttributes(T,Q){return Object.keys(T).every(Le=>Q.getAttribute(this._getMetaKeyMap(Le))===T[Le])}_getMetaKeyMap(T){return ee[T]||T}}Re.\u0275fac=function(T){return new(T||Re)(v.LFG(i.K0))},Re.\u0275prov=v.Yz7({token:Re,factory:function(T){let Q=null;return Q=T?new T: -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -function be(){return new Re((0,v.LFG)(i.K0))}(),Q},providedIn:"root"});const ee={httpEquiv:"http-equiv"}; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class xe{constructor(T){this._doc=T}getTitle(){return this._doc.title}setTitle(T){this._doc.title=T||""}}xe.\u0275fac=function(T){return new(T||xe)(v.LFG(i.K0))},xe.\u0275prov=v.Yz7({token:xe,factory:function(T){let Q=null;return Q=T?new T:function me(){return new xe((0,v.LFG)(i.K0))}(),Q},providedIn:"root"}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -typeof window<"u"&&window; -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */class gt{constructor(){this.store={},this.onSerializeCallbacks={}}get(T,Q){return void 0!==this.store[T]?this.store[T]:Q}set(T,Q){this.store[T]=Q}remove(T){delete this.store[T]}hasKey(T){return this.store.hasOwnProperty(T)}get isEmpty(){return 0===Object.keys(this.store).length}onSerialize(T,Q){this.onSerializeCallbacks[T]=Q}toJson(){for(const T in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(T))try{this.store[T]=this.onSerializeCallbacks[T]()}catch(Q){console.warn("Exception in onSerialize callback: ",Q)}return JSON.stringify(this.store)}}gt.\u0275fac=function(T){return new(T||gt)},gt.\u0275prov=v.Yz7({token:gt,factory:function(){return(()=>{const Te=(0,v.f3M)(i.K0),T=(0,v.f3M)(v.AFp),Q=new gt;return Q.store=function Gt(Te,T){const Q=Te.getElementById(T+"-state");let Le={};if(Q&&Q.textContent)try{Le=JSON.parse(function v1(Te){const T={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return Te.replace(/&[^;]+;/g,Q=>T[Q])}(Q.textContent))}catch(qe){console.warn("Exception while restoring TransferState for app "+T,qe)}return Le}(Te,T),Q})()},providedIn:"root"});class X1{}X1.\u0275fac=function(T){return new(T||X1)},X1.\u0275mod=v.oAB({type:X1}),X1.\u0275inj=v.cJS({}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -const dn={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},n2=new v.OlP("HammerGestureConfig"),Vn=new v.OlP("HammerLoader");class Gn{constructor(){this.events=[],this.overrides={}}buildHammer(T){const Q=new Hammer(T,this.options);Q.get("pinch").set({enable:!0}),Q.get("rotate").set({enable:!0});for(const Le in this.overrides)Q.get(Le).set(this.overrides[Le]);return Q}}Gn.\u0275fac=function(T){return new(T||Gn)},Gn.\u0275prov=v.Yz7({token:Gn,factory:Gn.\u0275fac});class Y1 extends Ne{constructor(T,Q,Le,qe){super(T),this._config=Q,this.console=Le,this.loader=qe,this._loaderPromise=null}supports(T){return!(!dn.hasOwnProperty(T.toLowerCase())&&!this.isCustomEvent(T)||!window.Hammer&&!this.loader)}addEventListener(T,Q,Le){const qe=this.manager.getZone();if(Q=Q.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||qe.runOutsideAngular(()=>this.loader());let _t=!1,dt=()=>{_t=!0};return qe.runOutsideAngular(()=>this._loaderPromise.then(()=>{window.Hammer?_t||(dt=this.addEventListener(T,Q,Le)):dt=()=>{}}).catch(()=>{dt=()=>{}})),()=>{dt()}}return qe.runOutsideAngular(()=>{const _t=this._config.buildHammer(T),dt=function(bt){qe.runGuarded(function(){Le(bt)})};return _t.on(Q,dt),()=>{_t.off(Q,dt),"function"==typeof _t.destroy&&_t.destroy()}})}isCustomEvent(T){return this._config.events.indexOf(T)>-1}}Y1.\u0275fac=function(T){return new(T||Y1)(v.LFG(i.K0),v.LFG(n2),v.LFG(v.c2e),v.LFG(Vn,8))},Y1.\u0275prov=v.Yz7({token:Y1,factory:Y1.\u0275fac});class A1{}A1.\u0275fac=function(T){return new(T||A1)},A1.\u0275mod=v.oAB({type:A1}),A1.\u0275inj=v.cJS({providers:[{provide:ye,useClass:Y1,multi:!0,deps:[i.K0,n2,v.c2e,[new v.FiY,Vn]]},{provide:n2,useClass:Gn,deps:[]}]}); -/** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -class Un{}Un.\u0275fac=function(T){return new(T||Un)},Un.\u0275prov=v.Yz7({token:Un,factory:function(T){let Q=null;return Q=T?new(T||Un):v.LFG(G1),Q},providedIn:"root"});class G1 extends Un{constructor(T){super(),this._doc=T}sanitize(T,Q){if(null==Q)return null;switch(T){case v.q3G.NONE:return Q;case v.q3G.HTML:return(0,v.qzn)(Q,"HTML")?(0,v.z3N)(Q):(0,v.EiD)(this._doc,String(Q)).toString();case v.q3G.STYLE:return(0,v.qzn)(Q,"Style")?(0,v.z3N)(Q):Q;case v.q3G.SCRIPT:if((0,v.qzn)(Q,"Script"))return(0,v.z3N)(Q);throw new Error("unsafe value used in a script context");case v.q3G.URL:return(0,v.qzn)(Q,"URL")?(0,v.z3N)(Q):(0,v.mCW)(String(Q));case v.q3G.RESOURCE_URL:if((0,v.qzn)(Q,"ResourceURL"))return(0,v.z3N)(Q);throw new Error("unsafe value used in a resource URL context (see https://g.co/ng/security#xss)");default:throw new Error(`Unexpected SecurityContext ${T} (see https://g.co/ng/security#xss)`)}}bypassSecurityTrustHtml(T){return(0,v.JVY)(T)}bypassSecurityTrustStyle(T){return(0,v.L6k)(T)}bypassSecurityTrustScript(T){return(0,v.eBb)(T)}bypassSecurityTrustUrl(T){return(0,v.LAX)(T)}bypassSecurityTrustResourceUrl(T){return(0,v.pB0)(T)}}G1.\u0275fac=function(T){return new(T||G1)(v.LFG(i.K0))},G1.\u0275prov=v.Yz7({token:G1,factory:function(T){let Q=null;return Q=T?new T:function r2(Te){return new G1(Te.get(i.K0))}(v.LFG(v.zs3)),Q},providedIn:"root"}); + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */let _=null;function H(){return _}function Q(y){_||(_=y)}class F{}const z=new o.OlP("DocumentToken");class Y{historyGo(g){throw new Error("Not implemented")}}Y.\u0275fac=function(g){return new(g||Y)},Y.\u0275prov=o.Yz7({token:Y,factory:function(){return function J(){return(0,o.LFG)(U)}()},providedIn:"platform"});new o.OlP("Location Initialized");class U extends Y{constructor(g){super(),this._doc=g,this._location=window.location,this._history=window.history}getBaseHrefFromDOM(){return H().getBaseHref(this._doc)}onPopState(g){const L=H().getGlobalEventTarget(this._doc,"window");return L.addEventListener("popstate",g,!1),()=>L.removeEventListener("popstate",g)}onHashChange(g){const L=H().getGlobalEventTarget(this._doc,"window");return L.addEventListener("hashchange",g,!1),()=>L.removeEventListener("hashchange",g)}get href(){return this._location.href}get protocol(){return this._location.protocol}get hostname(){return this._location.hostname}get port(){return this._location.port}get pathname(){return this._location.pathname}get search(){return this._location.search}get hash(){return this._location.hash}set pathname(g){this._location.pathname=g}pushState(g,L,S){V()?this._history.pushState(g,L,S):this._location.hash=S}replaceState(g,L,S){V()?this._history.replaceState(g,L,S):this._location.hash=S}forward(){this._history.forward()}back(){this._history.back()}historyGo(g=0){this._history.go(g)}getState(){return this._history.state}}function V(){return!!window.history.pushState}function le(y,g){if(0==y.length)return g;if(0==g.length)return y;let L=0;return y.endsWith("/")&&L++,g.startsWith("/")&&L++,2==L?y+g.substring(1):1==L?y+g:y+"/"+g}function ye(y){const g=y.match(/#|\?|$/),L=g&&g.index||y.length,S=L-("/"===y[L-1]?1:0);return y.slice(0,S)+y.slice(L)}function De(y){return y&&"?"!==y[0]?"?"+y:y}U.\u0275fac=function(g){return new(g||U)(o.LFG(z))},U.\u0275prov=o.Yz7({token:U,factory:function(){return function se(){return new U((0,o.LFG)(z))}()},providedIn:"platform"});class Oe{historyGo(g){throw new Error("Not implemented")}}Oe.\u0275fac=function(g){return new(g||Oe)},Oe.\u0275prov=o.Yz7({token:Oe,factory:function(){return(0,o.f3M)(q)},providedIn:"root"});const ce=new o.OlP("appBaseHref");class q extends Oe{constructor(g,L){super(),this._platformLocation=g,this._removeListenerFns=[],this._baseHref=L??this._platformLocation.getBaseHrefFromDOM()??(0,o.f3M)(z).location?.origin??""}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}prepareExternalUrl(g){return le(this._baseHref,g)}path(g=!1){const L=this._platformLocation.pathname+De(this._platformLocation.search),S=this._platformLocation.hash;return S&&g?`${L}${S}`:L}pushState(g,L,S,ne){const _e=this.prepareExternalUrl(S+De(ne));this._platformLocation.pushState(g,L,_e)}replaceState(g,L,S,ne){const _e=this.prepareExternalUrl(S+De(ne));this._platformLocation.replaceState(g,L,_e)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){this._platformLocation.historyGo?.(g)}}q.\u0275fac=function(g){return new(g||q)(o.LFG(Y),o.LFG(ce,8))},q.\u0275prov=o.Yz7({token:q,factory:q.\u0275fac,providedIn:"root"});class ae extends Oe{constructor(g,L){super(),this._platformLocation=g,this._baseHref="",this._removeListenerFns=[],null!=L&&(this._baseHref=L)}ngOnDestroy(){for(;this._removeListenerFns.length;)this._removeListenerFns.pop()()}onPopState(g){this._removeListenerFns.push(this._platformLocation.onPopState(g),this._platformLocation.onHashChange(g))}getBaseHref(){return this._baseHref}path(g=!1){let L=this._platformLocation.hash;return null==L&&(L="#"),L.length>0?L.substring(1):L}prepareExternalUrl(g){const L=le(this._baseHref,g);return L.length>0?"#"+L:L}pushState(g,L,S,ne){let _e=this.prepareExternalUrl(S+De(ne));0==_e.length&&(_e=this._platformLocation.pathname),this._platformLocation.pushState(g,L,_e)}replaceState(g,L,S,ne){let _e=this.prepareExternalUrl(S+De(ne));0==_e.length&&(_e=this._platformLocation.pathname),this._platformLocation.replaceState(g,L,_e)}forward(){this._platformLocation.forward()}back(){this._platformLocation.back()}getState(){return this._platformLocation.getState()}historyGo(g=0){this._platformLocation.historyGo?.(g)}}ae.\u0275fac=function(g){return new(g||ae)(o.LFG(Y),o.LFG(ce,8))},ae.\u0275prov=o.Yz7({token:ae,factory:ae.\u0275fac});class Le{constructor(g){this._subject=new o.vpe,this._urlChangeListeners=[],this._urlChangeSubscription=null,this._locationStrategy=g;const L=this._locationStrategy.getBaseHref();this._basePath=function G(y){if(new RegExp("^(https?:)?//").test(y)){const[,L]=y.split(/\/\/[^\/]+/);return L}return y}(ye(te(L))),this._locationStrategy.onPopState(S=>{this._subject.emit({url:this.path(!0),pop:!0,state:S.state,type:S.type})})}ngOnDestroy(){this._urlChangeSubscription?.unsubscribe(),this._urlChangeListeners=[]}path(g=!1){return this.normalize(this._locationStrategy.path(g))}getState(){return this._locationStrategy.getState()}isCurrentPathEqualTo(g,L=""){return this.path()==this.normalize(g+De(L))}normalize(g){return Le.stripTrailingSlash(function Ee(y,g){if(!y||!g.startsWith(y))return g;const L=g.substring(y.length);return""===L||["/",";","?","#"].includes(L[0])?L:g}(this._basePath,te(g)))}prepareExternalUrl(g){return g&&"/"!==g[0]&&(g="/"+g),this._locationStrategy.prepareExternalUrl(g)}go(g,L="",S=null){this._locationStrategy.pushState(S,"",g,L),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+De(L)),S)}replaceState(g,L="",S=null){this._locationStrategy.replaceState(S,"",g,L),this._notifyUrlChangeListeners(this.prepareExternalUrl(g+De(L)),S)}forward(){this._locationStrategy.forward()}back(){this._locationStrategy.back()}historyGo(g=0){this._locationStrategy.historyGo?.(g)}onUrlChange(g){return this._urlChangeListeners.push(g),this._urlChangeSubscription||(this._urlChangeSubscription=this.subscribe(L=>{this._notifyUrlChangeListeners(L.url,L.state)})),()=>{const L=this._urlChangeListeners.indexOf(g);this._urlChangeListeners.splice(L,1),0===this._urlChangeListeners.length&&(this._urlChangeSubscription?.unsubscribe(),this._urlChangeSubscription=null)}}_notifyUrlChangeListeners(g="",L){this._urlChangeListeners.forEach(S=>S(g,L))}subscribe(g,L,S){return this._subject.subscribe({next:g,error:L,complete:S})}}function te(y){return y.replace(/\/index.html$/,"")}Le.normalizeQueryParams=De,Le.joinWithSlash=le,Le.stripTrailingSlash=ye,Le.\u0275fac=function(g){return new(g||Le)(o.LFG(Oe))},Le.\u0275prov=o.Yz7({token:Le,factory:function(){return function Ne(){return new Le((0,o.LFG)(Oe))}()},providedIn:"root"});const me={ADP:[void 0,void 0,0],AFN:[void 0,"\u060b",0],ALL:[void 0,void 0,0],AMD:[void 0,"\u058f",2],AOA:[void 0,"Kz"],ARS:[void 0,"$"],AUD:["A$","$"],AZN:[void 0,"\u20bc"],BAM:[void 0,"KM"],BBD:[void 0,"$"],BDT:[void 0,"\u09f3"],BHD:[void 0,void 0,3],BIF:[void 0,void 0,0],BMD:[void 0,"$"],BND:[void 0,"$"],BOB:[void 0,"Bs"],BRL:["R$"],BSD:[void 0,"$"],BWP:[void 0,"P"],BYN:[void 0,void 0,2],BYR:[void 0,void 0,0],BZD:[void 0,"$"],CAD:["CA$","$",2],CHF:[void 0,void 0,2],CLF:[void 0,void 0,4],CLP:[void 0,"$",0],CNY:["CN\xa5","\xa5"],COP:[void 0,"$",2],CRC:[void 0,"\u20a1",2],CUC:[void 0,"$"],CUP:[void 0,"$"],CZK:[void 0,"K\u010d",2],DJF:[void 0,void 0,0],DKK:[void 0,"kr",2],DOP:[void 0,"$"],EGP:[void 0,"E\xa3"],ESP:[void 0,"\u20a7",0],EUR:["\u20ac"],FJD:[void 0,"$"],FKP:[void 0,"\xa3"],GBP:["\xa3"],GEL:[void 0,"\u20be"],GHS:[void 0,"GH\u20b5"],GIP:[void 0,"\xa3"],GNF:[void 0,"FG",0],GTQ:[void 0,"Q"],GYD:[void 0,"$",2],HKD:["HK$","$"],HNL:[void 0,"L"],HRK:[void 0,"kn"],HUF:[void 0,"Ft",2],IDR:[void 0,"Rp",2],ILS:["\u20aa"],INR:["\u20b9"],IQD:[void 0,void 0,0],IRR:[void 0,void 0,0],ISK:[void 0,"kr",0],ITL:[void 0,void 0,0],JMD:[void 0,"$"],JOD:[void 0,void 0,3],JPY:["\xa5",void 0,0],KHR:[void 0,"\u17db"],KMF:[void 0,"CF",0],KPW:[void 0,"\u20a9",0],KRW:["\u20a9",void 0,0],KWD:[void 0,void 0,3],KYD:[void 0,"$"],KZT:[void 0,"\u20b8"],LAK:[void 0,"\u20ad",0],LBP:[void 0,"L\xa3",0],LKR:[void 0,"Rs"],LRD:[void 0,"$"],LTL:[void 0,"Lt"],LUF:[void 0,void 0,0],LVL:[void 0,"Ls"],LYD:[void 0,void 0,3],MGA:[void 0,"Ar",0],MGF:[void 0,void 0,0],MMK:[void 0,"K",0],MNT:[void 0,"\u20ae",2],MRO:[void 0,void 0,0],MUR:[void 0,"Rs",2],MXN:["MX$","$"],MYR:[void 0,"RM"],NAD:[void 0,"$"],NGN:[void 0,"\u20a6"],NIO:[void 0,"C$"],NOK:[void 0,"kr",2],NPR:[void 0,"Rs"],NZD:["NZ$","$"],OMR:[void 0,void 0,3],PHP:["\u20b1"],PKR:[void 0,"Rs",2],PLN:[void 0,"z\u0142"],PYG:[void 0,"\u20b2",0],RON:[void 0,"lei"],RSD:[void 0,void 0,0],RUB:[void 0,"\u20bd"],RWF:[void 0,"RF",0],SBD:[void 0,"$"],SEK:[void 0,"kr",2],SGD:[void 0,"$"],SHP:[void 0,"\xa3"],SLE:[void 0,void 0,2],SLL:[void 0,void 0,0],SOS:[void 0,void 0,0],SRD:[void 0,"$"],SSP:[void 0,"\xa3"],STD:[void 0,void 0,0],STN:[void 0,"Db"],SYP:[void 0,"\xa3",0],THB:[void 0,"\u0e3f"],TMM:[void 0,void 0,0],TND:[void 0,void 0,3],TOP:[void 0,"T$"],TRL:[void 0,void 0,0],TRY:[void 0,"\u20ba"],TTD:[void 0,"$"],TWD:["NT$","$",2],TZS:[void 0,void 0,2],UAH:[void 0,"\u20b4"],UGX:[void 0,void 0,0],USD:["$"],UYI:[void 0,void 0,0],UYU:[void 0,"$"],UYW:[void 0,void 0,4],UZS:[void 0,void 0,2],VEF:[void 0,"Bs",2],VND:["\u20ab",void 0,0],VUV:[void 0,void 0,0],XAF:["FCFA",void 0,0],XCD:["EC$","$"],XOF:["F\u202fCFA",void 0,0],XPF:["CFPF",void 0,0],XXX:["\xa4"],YER:[void 0,void 0,0],ZAR:[void 0,"R"],ZMK:[void 0,void 0,0],ZMW:[void 0,"ZK"],ZWD:[void 0,void 0,0]};var D,y,pe,Ce,ge,rt,Be,Ye;function d1(y,g){return $e((0,o.cg1)(y)[o.wAp.DateFormat],g)}function y1(y,g){return $e((0,o.cg1)(y)[o.wAp.TimeFormat],g)}function M1(y,g){return $e((0,o.cg1)(y)[o.wAp.DateTimeFormat],g)}function xt(y,g){const L=(0,o.cg1)(y),S=L[o.wAp.NumberSymbols][g];if(typeof S>"u"){if(g===Be.CurrencyDecimal)return L[o.wAp.NumberSymbols][Be.Decimal];if(g===Be.CurrencyGroup)return L[o.wAp.NumberSymbols][Be.Group]}return S}function r1(y,g){return(0,o.cg1)(y)[o.wAp.NumberFormats][g]}(y=D||(D={}))[y.Decimal=0]="Decimal",y[y.Percent=1]="Percent",y[y.Currency=2]="Currency",y[y.Scientific=3]="Scientific",function(y){y[y.Zero=0]="Zero",y[y.One=1]="One",y[y.Two=2]="Two",y[y.Few=3]="Few",y[y.Many=4]="Many",y[y.Other=5]="Other"}(pe||(pe={})),function(y){y[y.Format=0]="Format",y[y.Standalone=1]="Standalone"}(Ce||(Ce={})),function(y){y[y.Narrow=0]="Narrow",y[y.Abbreviated=1]="Abbreviated",y[y.Wide=2]="Wide",y[y.Short=3]="Short"}(ge||(ge={})),function(y){y[y.Short=0]="Short",y[y.Medium=1]="Medium",y[y.Long=2]="Long",y[y.Full=3]="Full"}(rt||(rt={})),function(y){y[y.Decimal=0]="Decimal",y[y.Group=1]="Group",y[y.List=2]="List",y[y.PercentSign=3]="PercentSign",y[y.PlusSign=4]="PlusSign",y[y.MinusSign=5]="MinusSign",y[y.Exponential=6]="Exponential",y[y.SuperscriptingExponent=7]="SuperscriptingExponent",y[y.PerMille=8]="PerMille",y[y.Infinity=9]="Infinity",y[y.NaN=10]="NaN",y[y.TimeSeparator=11]="TimeSeparator",y[y.CurrencyDecimal=12]="CurrencyDecimal",y[y.CurrencyGroup=13]="CurrencyGroup"}(Be||(Be={})),function(y){y[y.Sunday=0]="Sunday",y[y.Monday=1]="Monday",y[y.Tuesday=2]="Tuesday",y[y.Wednesday=3]="Wednesday",y[y.Thursday=4]="Thursday",y[y.Friday=5]="Friday",y[y.Saturday=6]="Saturday"}(Ye||(Ye={}));const h1=o.kL8;function Te(y){if(!y[o.wAp.ExtraData])throw new Error(`Missing extra locale data for the locale "${y[o.wAp.LocaleId]}". Use "registerLocaleData" to load new data. See the "I18n guide" on angular.io to know more.`)}function $e(y,g){for(let L=g;L>-1;L--)if(typeof y[L]<"u")return y[L];throw new Error("Locale data API: locale data undefined")}function Ae(y){const[g,L]=y.split(":");return{hours:+g,minutes:+L}}function N(y,g,L="en"){const S=function V1(y){return(0,o.cg1)(y)[o.wAp.Currencies]}(L)[y]||me[y]||[],ne=S[1];return"narrow"===g&&"string"==typeof ne?ne:S[0]||y}const he=2;const ut=/^(\d{4,})-?(\d\d)-?(\d\d)(?:T(\d\d)(?::?(\d\d)(?::?(\d\d)(?:\.(\d+))?)?)?(Z|([+-])(\d\d):?(\d\d))?)?$/,Pt={},At=/((?:[^BEGHLMOSWYZabcdhmswyz']+)|(?:'(?:[^']|'')*')|(?:G{1,5}|y{1,4}|Y{1,4}|M{1,5}|L{1,5}|w{1,2}|W{1}|d{1,2}|E{1,6}|c{1,6}|a{1,5}|b{1,5}|B{1,5}|h{1,2}|H{1,2}|m{1,2}|s{1,2}|S{1,3}|z{1,4}|Z{1,5}|O{1,4}))([\s\S]*)/;var Lt,dt,Je;function Tt(y,g,L,S){let ne=function qe(y){if(Me(y))return y;if("number"==typeof y&&!isNaN(y))return new Date(y);if("string"==typeof y){if(y=y.trim(),/^(\d{4}(-\d{1,2}(-\d{1,2})?)?)$/.test(y)){const[ne,_e=1,Qe=1]=y.split("-").map(Et=>+Et);return ft(ne,_e-1,Qe)}const L=parseFloat(y);if(!isNaN(y-L))return new Date(L);let S;if(S=y.match(ut))return function Jt(y){const g=new Date(0);let L=0,S=0;const ne=y[8]?g.setUTCFullYear:g.setFullYear,_e=y[8]?g.setUTCHours:g.setHours;y[9]&&(L=Number(y[9]+y[10]),S=Number(y[9]+y[11])),ne.call(g,Number(y[1]),Number(y[2])-1,Number(y[3]));const Qe=Number(y[4]||0)-L,Et=Number(y[5]||0)-S,O1=Number(y[6]||0),f1=Math.floor(1e3*parseFloat("0."+(y[7]||0)));return _e.call(g,Qe,Et,O1,f1),g}(S)}const g=new Date(y);if(!Me(g))throw new Error(`Unable to convert "${y}" into a date`);return g}(y);g=Se(L,g)||g;let Et,Qe=[];for(;g;){if(Et=At.exec(g),!Et){Qe.push(g);break}{Qe=Qe.concat(Et.slice(1));const e1=Qe.pop();if(!e1)break;g=e1}}let O1=ne.getTimezoneOffset();S&&(O1=ue(S,O1),ne=function ht(y,g,L){const S=L?-1:1,ne=y.getTimezoneOffset(),_e=ue(g,ne);return function Ie(y,g){return y=new Date(y.getTime()),y.setMinutes(y.getMinutes()+g),y}(y,S*(_e-ne))}(ne,S,!0));let f1="";return Qe.forEach(e1=>{const Ot=function B(y){if(xe[y])return xe[y];let g;switch(y){case"G":case"GG":case"GGG":g=pt(Je.Eras,ge.Abbreviated);break;case"GGGG":g=pt(Je.Eras,ge.Wide);break;case"GGGGG":g=pt(Je.Eras,ge.Narrow);break;case"y":g=x1(dt.FullYear,1,0,!1,!0);break;case"yy":g=x1(dt.FullYear,2,0,!0,!0);break;case"yyy":g=x1(dt.FullYear,3,0,!1,!0);break;case"yyyy":g=x1(dt.FullYear,4,0,!1,!0);break;case"Y":g=e2(1);break;case"YY":g=e2(2,!0);break;case"YYY":g=e2(3);break;case"YYYY":g=e2(4);break;case"M":case"L":g=x1(dt.Month,1,1);break;case"MM":case"LL":g=x1(dt.Month,2,1);break;case"MMM":g=pt(Je.Months,ge.Abbreviated);break;case"MMMM":g=pt(Je.Months,ge.Wide);break;case"MMMMM":g=pt(Je.Months,ge.Narrow);break;case"LLL":g=pt(Je.Months,ge.Abbreviated,Ce.Standalone);break;case"LLLL":g=pt(Je.Months,ge.Wide,Ce.Standalone);break;case"LLLLL":g=pt(Je.Months,ge.Narrow,Ce.Standalone);break;case"w":g=tn(1);break;case"ww":g=tn(2);break;case"W":g=tn(1,!0);break;case"d":g=x1(dt.Date,1);break;case"dd":g=x1(dt.Date,2);break;case"c":case"cc":g=x1(dt.Day,1);break;case"ccc":g=pt(Je.Days,ge.Abbreviated,Ce.Standalone);break;case"cccc":g=pt(Je.Days,ge.Wide,Ce.Standalone);break;case"ccccc":g=pt(Je.Days,ge.Narrow,Ce.Standalone);break;case"cccccc":g=pt(Je.Days,ge.Short,Ce.Standalone);break;case"E":case"EE":case"EEE":g=pt(Je.Days,ge.Abbreviated);break;case"EEEE":g=pt(Je.Days,ge.Wide);break;case"EEEEE":g=pt(Je.Days,ge.Narrow);break;case"EEEEEE":g=pt(Je.Days,ge.Short);break;case"a":case"aa":case"aaa":g=pt(Je.DayPeriods,ge.Abbreviated);break;case"aaaa":g=pt(Je.DayPeriods,ge.Wide);break;case"aaaaa":g=pt(Je.DayPeriods,ge.Narrow);break;case"b":case"bb":case"bbb":g=pt(Je.DayPeriods,ge.Abbreviated,Ce.Standalone,!0);break;case"bbbb":g=pt(Je.DayPeriods,ge.Wide,Ce.Standalone,!0);break;case"bbbbb":g=pt(Je.DayPeriods,ge.Narrow,Ce.Standalone,!0);break;case"B":case"BB":case"BBB":g=pt(Je.DayPeriods,ge.Abbreviated,Ce.Format,!0);break;case"BBBB":g=pt(Je.DayPeriods,ge.Wide,Ce.Format,!0);break;case"BBBBB":g=pt(Je.DayPeriods,ge.Narrow,Ce.Format,!0);break;case"h":g=x1(dt.Hours,1,-12);break;case"hh":g=x1(dt.Hours,2,-12);break;case"H":g=x1(dt.Hours,1);break;case"HH":g=x1(dt.Hours,2);break;case"m":g=x1(dt.Minutes,1);break;case"mm":g=x1(dt.Minutes,2);break;case"s":g=x1(dt.Seconds,1);break;case"ss":g=x1(dt.Seconds,2);break;case"S":g=x1(dt.FractionalSeconds,1);break;case"SS":g=x1(dt.FractionalSeconds,2);break;case"SSS":g=x1(dt.FractionalSeconds,3);break;case"Z":case"ZZ":case"ZZZ":g=dn(Lt.Short);break;case"ZZZZZ":g=dn(Lt.Extended);break;case"O":case"OO":case"OOO":case"z":case"zz":case"zzz":g=dn(Lt.ShortGMT);break;case"OOOO":case"ZZZZ":case"zzzz":g=dn(Lt.Long);break;default:return null}return xe[y]=g,g}(e1);f1+=Ot?Ot(ne,L,O1):"''"===e1?"'":e1.replace(/(^'|'$)/g,"").replace(/''/g,"'")}),f1}function ft(y,g,L){const S=new Date(0);return S.setFullYear(y,g,L),S.setHours(0,0,0),S}function Se(y,g){const L=function Gt(y){return(0,o.cg1)(y)[o.wAp.LocaleId]}(y);if(Pt[L]=Pt[L]||{},Pt[L][g])return Pt[L][g];let S="";switch(g){case"shortDate":S=d1(y,rt.Short);break;case"mediumDate":S=d1(y,rt.Medium);break;case"longDate":S=d1(y,rt.Long);break;case"fullDate":S=d1(y,rt.Full);break;case"shortTime":S=y1(y,rt.Short);break;case"mediumTime":S=y1(y,rt.Medium);break;case"longTime":S=y1(y,rt.Long);break;case"fullTime":S=y1(y,rt.Full);break;case"short":const ne=Se(y,"shortTime"),_e=Se(y,"shortDate");S=Rt(M1(y,rt.Short),[ne,_e]);break;case"medium":const Qe=Se(y,"mediumTime"),Et=Se(y,"mediumDate");S=Rt(M1(y,rt.Medium),[Qe,Et]);break;case"long":const O1=Se(y,"longTime"),f1=Se(y,"longDate");S=Rt(M1(y,rt.Long),[O1,f1]);break;case"full":const e1=Se(y,"fullTime"),Ot=Se(y,"fullDate");S=Rt(M1(y,rt.Full),[e1,Ot])}return S&&(Pt[L][g]=S),S}function Rt(y,g){return g&&(y=y.replace(/\{([^}]+)}/g,function(L,S){return null!=g&&S in g?g[S]:L})),y}function W1(y,g,L="-",S,ne){let _e="";(y<0||ne&&y<=0)&&(ne?y=1-y:(y=-y,_e=L));let Qe=String(y);for(;Qe.length0||Et>-L)&&(Et+=L),y===dt.Hours)0===Et&&-12===L&&(Et=12);else if(y===dt.FractionalSeconds)return function yn(y,g){return W1(y,3).substring(0,g)}(Et,g);const O1=xt(Qe,Be.MinusSign);return W1(Et,g,O1,S,ne)}}function pt(y,g,L=Ce.Format,S=!1){return function(ne,_e){return function E2(y,g,L,S,ne,_e){switch(L){case Je.Months:return function L1(y,g,L){const S=(0,o.cg1)(y),_e=$e([S[o.wAp.MonthsFormat],S[o.wAp.MonthsStandalone]],g);return $e(_e,L)}(g,ne,S)[y.getMonth()];case Je.Days:return function Z1(y,g,L){const S=(0,o.cg1)(y),_e=$e([S[o.wAp.DaysFormat],S[o.wAp.DaysStandalone]],g);return $e(_e,L)}(g,ne,S)[y.getDay()];case Je.DayPeriods:const Qe=y.getHours(),Et=y.getMinutes();if(_e){const f1=function wt(y){const g=(0,o.cg1)(y);return Te(g),(g[o.wAp.ExtraData][2]||[]).map(S=>"string"==typeof S?Ae(S):[Ae(S[0]),Ae(S[1])])}(g),e1=function ot(y,g,L){const S=(0,o.cg1)(y);Te(S);const _e=$e([S[o.wAp.ExtraData][0],S[o.wAp.ExtraData][1]],g)||[];return $e(_e,L)||[]}(g,ne,S),Ot=f1.findIndex(t1=>{if(Array.isArray(t1)){const[Ht,a1]=t1,F1=Qe>=Ht.hours&&Et>=Ht.minutes,j1=Qe0?Math.floor(ne/60):Math.ceil(ne/60);switch(y){case Lt.Short:return(ne>=0?"+":"")+W1(Qe,2,_e)+W1(Math.abs(ne%60),2,_e);case Lt.ShortGMT:return"GMT"+(ne>=0?"+":"")+W1(Qe,1,_e);case Lt.Long:return"GMT"+(ne>=0?"+":"")+W1(Qe,2,_e)+":"+W1(Math.abs(ne%60),2,_e);case Lt.Extended:return 0===S?"Z":(ne>=0?"+":"")+W1(Qe,2,_e)+":"+W1(Math.abs(ne%60),2,_e);default:throw new Error(`Unknown zone width "${y}"`)}}}!function(y){y[y.Short=0]="Short",y[y.ShortGMT=1]="ShortGMT",y[y.Long=2]="Long",y[y.Extended=3]="Extended"}(Lt||(Lt={})),function(y){y[y.FullYear=0]="FullYear",y[y.Month=1]="Month",y[y.Date=2]="Date",y[y.Hours=3]="Hours",y[y.Minutes=4]="Minutes",y[y.Seconds=5]="Seconds",y[y.FractionalSeconds=6]="FractionalSeconds",y[y.Day=7]="Day"}(dt||(dt={})),function(y){y[y.DayPeriods=0]="DayPeriods",y[y.Days=1]="Days",y[y.Months=2]="Months",y[y.Eras=3]="Eras"}(Je||(Je={}));const R2=0,bn=4;function fn(y){return ft(y.getFullYear(),y.getMonth(),y.getDate()+(bn-y.getDay()))}function tn(y,g=!1){return function(L,S){let ne;if(g){const _e=new Date(L.getFullYear(),L.getMonth(),1).getDay()-1,Qe=L.getDate();ne=1+Math.floor((Qe+_e)/7)}else{const _e=fn(L),Qe=function J1(y){const g=ft(y,R2,1).getDay();return ft(y,0,1+(g<=bn?bn:bn+7)-g)}(_e.getFullYear()),Et=_e.getTime()-Qe.getTime();ne=1+Math.round(Et/6048e5)}return W1(ne,y,xt(S,Be.MinusSign))}}function e2(y,g=!1){return function(L,S){return W1(fn(L).getFullYear(),y,xt(S,Be.MinusSign),g)}}const xe={};function ue(y,g){y=y.replace(/:/g,"");const L=Date.parse("Jan 01, 1970 00:00:00 "+y)/6e4;return isNaN(L)?g:L}function Me(y){return y instanceof Date&&!isNaN(y.valueOf())}const O=/^(\d+)?\.((\d+)(-(\d+))?)?$/,W=22,be=".",Fe="0",He=";",it=",",jt="#",N1="\xa4",Xt="%";function Wt(y,g,L,S,ne,_e,Qe=!1){let Et="",O1=!1;if(isFinite(y)){let f1=function nn(y){let S,ne,_e,Qe,Et,g=Math.abs(y)+"",L=0;for((ne=g.indexOf(be))>-1&&(g=g.replace(be,"")),(_e=g.search(/e/i))>0?(ne<0&&(ne=_e),ne+=+g.slice(_e+1),g=g.substring(0,_e)):ne<0&&(ne=g.length),_e=0;g.charAt(_e)===Fe;_e++);if(_e===(Et=g.length))S=[0],ne=1;else{for(Et--;g.charAt(Et)===Fe;)Et--;for(ne-=_e,S=[],Qe=0;_e<=Et;_e++,Qe++)S[Qe]=Number(g.charAt(_e))}return ne>W&&(S=S.splice(0,W-1),L=ne-1,ne=1),{digits:S,exponent:L,integerLen:ne}}(y);Qe&&(f1=function vt(y){if(0===y.digits[0])return y;const g=y.digits.length-y.integerLen;return y.exponent?y.exponent+=2:(0===g?y.digits.push(0,0):1===g&&y.digits.push(0),y.integerLen+=2),y}(f1));let e1=g.minInt,Ot=g.minFrac,t1=g.maxFrac;if(_e){const En=_e.match(O);if(null===En)throw new Error(`${_e} is not a valid digit info`);const U1=En[1],ln=En[3],_n=En[5];null!=U1&&(e1=t2(U1)),null!=ln&&(Ot=t2(ln)),null!=_n?t1=t2(_n):null!=ln&&Ot>t1&&(t1=Ot)}!function r3(y,g,L){if(g>L)throw new Error(`The minimum number of digits after fraction (${g}) is higher than the maximum (${L}).`);let S=y.digits,ne=S.length-y.integerLen;const _e=Math.min(Math.max(g,ne),L);let Qe=_e+y.integerLen,Et=S[Qe];if(Qe>0){S.splice(Math.max(y.integerLen,Qe));for(let Ot=Qe;Ot=5)if(Qe-1<0){for(let Ot=0;Ot>Qe;Ot--)S.unshift(0),y.integerLen++;S.unshift(1),y.integerLen++}else S[Qe-1]++;for(;ne=f1?a1.pop():O1=!1),t1>=10?1:0},0);e1&&(S.unshift(e1),y.integerLen++)}(f1,Ot,t1);let Ht=f1.digits,a1=f1.integerLen;const F1=f1.exponent;let j1=[];for(O1=Ht.every(En=>!En);a10?j1=Ht.splice(a1,Ht.length):(j1=Ht,Ht=[0]);const Jn=[];for(Ht.length>=g.lgSize&&Jn.unshift(Ht.splice(-g.lgSize,Ht.length).join(""));Ht.length>g.gSize;)Jn.unshift(Ht.splice(-g.gSize,Ht.length).join(""));Ht.length&&Jn.unshift(Ht.join("")),Et=Jn.join(xt(L,S)),j1.length&&(Et+=xt(L,ne)+j1.join("")),F1&&(Et+=xt(L,Be.Exponential)+"+"+F1)}else Et=xt(L,Be.Infinity);return Et=y<0&&!O1?g.negPre+Et+g.negSuf:g.posPre+Et+g.posSuf,Et}function Ut(y,g,L,S,ne){const Qe=Nn(r1(g,D.Currency),xt(g,Be.MinusSign));return Qe.minFrac=function je(y){let g;const L=me[y];return L&&(g=L[2]),"number"==typeof g?g:he}(S),Qe.maxFrac=Qe.minFrac,Wt(y,Qe,g,Be.CurrencyGroup,Be.CurrencyDecimal,ne).replace(N1,L).replace(N1,"").trim()}function Nn(y,g="-"){const L={minInt:1,minFrac:0,maxFrac:0,posPre:"",posSuf:"",negPre:"",negSuf:"",gSize:0,lgSize:0},S=y.split(He),ne=S[0],_e=S[1],Qe=-1!==ne.indexOf(be)?ne.split(be):[ne.substring(0,ne.lastIndexOf(Fe)+1),ne.substring(ne.lastIndexOf(Fe)+1)],Et=Qe[0],O1=Qe[1]||"";L.posPre=Et.substring(0,Et.indexOf(jt));for(let e1=0;e1-1||(ne=L.getPluralCategory(y,S),g.indexOf(ne)>-1))return ne;if(g.indexOf("other")>-1)return"other";throw new Error(`No plural message found for value "${y}"`)}Zn.\u0275fac=function(g){return new(g||Zn)},Zn.\u0275prov=o.Yz7({token:Zn,factory:function(g){let L=null;return g?L=new g:(S=o.LFG(o.soG),L=new pn(S)),L;var S},providedIn:"root"});class pn extends Zn{constructor(g){super(),this.locale=g}getPluralCategory(g,L){switch(h1(L||this.locale)(g)){case pe.Zero:return"zero";case pe.One:return"one";case pe.Two:return"two";case pe.Few:return"few";case pe.Many:return"many";default:return"other"}}}function kn(y,g){g=encodeURIComponent(g);for(const L of y.split(";")){const S=L.indexOf("="),[ne,_e]=-1==S?[L,""]:[L.slice(0,S),L.slice(S+1)];if(ne.trim()===g)return decodeURIComponent(_e)}return null}pn.\u0275fac=function(g){return new(g||pn)(o.LFG(o.soG))},pn.\u0275prov=o.Yz7({token:pn,factory:pn.\u0275fac});const i3=/\s+/,o3=[];class I2{constructor(g,L,S,ne){this._iterableDiffers=g,this._keyValueDiffers=L,this._ngEl=S,this._renderer=ne,this.initialClasses=o3,this.stateMap=new Map}set klass(g){this.initialClasses=null!=g?g.trim().split(i3):o3}set ngClass(g){this.rawClass="string"==typeof g?g.trim().split(i3):g}ngDoCheck(){for(const L of this.initialClasses)this._updateState(L,!0);const g=this.rawClass;if(Array.isArray(g)||g instanceof Set)for(const L of g)this._updateState(L,!0);else if(null!=g)for(const L of Object.keys(g))this._updateState(L,Boolean(g[L]));this._applyStateDiff()}_updateState(g,L){const S=this.stateMap.get(g);void 0!==S?(S.enabled!==L&&(S.changed=!0,S.enabled=L),S.touched=!0):this.stateMap.set(g,{enabled:L,changed:!0,touched:!0})}_applyStateDiff(){for(const g of this.stateMap){const L=g[0],S=g[1];S.changed?(this._toggleClass(L,S.enabled),S.changed=!1):S.touched||(S.enabled&&this._toggleClass(L,!1),this.stateMap.delete(L)),S.touched=!1}}_toggleClass(g,L){(g=g.trim()).length>0&&g.split(i3).forEach(S=>{L?this._renderer.addClass(this._ngEl.nativeElement,S):this._renderer.removeClass(this._ngEl.nativeElement,S)})}}I2.\u0275fac=function(g){return new(g||I2)(o.Y36(o.ZZ4),o.Y36(o.aQg),o.Y36(o.SBq),o.Y36(o.Qsj))},I2.\u0275dir=o.lG2({type:I2,selectors:[["","ngClass",""]],inputs:{klass:["class","klass"],ngClass:"ngClass"},standalone:!0});class n2{constructor(g){this._viewContainerRef=g,this.ngComponentOutlet=null}ngOnChanges(g){const{_viewContainerRef:L,ngComponentOutletNgModule:S,ngComponentOutletNgModuleFactory:ne}=this;if(L.clear(),this._componentRef=void 0,this.ngComponentOutlet){const _e=this.ngComponentOutletInjector||L.parentInjector;(g.ngComponentOutletNgModule||g.ngComponentOutletNgModuleFactory)&&(this._moduleRef&&this._moduleRef.destroy(),this._moduleRef=S?(0,o.Lck)(S,i1(_e)):ne?ne.create(i1(_e)):void 0),this._componentRef=L.createComponent(this.ngComponentOutlet,{index:L.length,injector:_e,ngModuleRef:this._moduleRef,projectableNodes:this.ngComponentOutletContent})}}ngOnDestroy(){this._moduleRef&&this._moduleRef.destroy()}}function i1(y){return y.get(o.h0i).injector}n2.\u0275fac=function(g){return new(g||n2)(o.Y36(o.s_b))},n2.\u0275dir=o.lG2({type:n2,selectors:[["","ngComponentOutlet",""]],inputs:{ngComponentOutlet:"ngComponentOutlet",ngComponentOutletInjector:"ngComponentOutletInjector",ngComponentOutletContent:"ngComponentOutletContent",ngComponentOutletNgModule:"ngComponentOutletNgModule",ngComponentOutletNgModuleFactory:"ngComponentOutletNgModuleFactory"},standalone:!0,features:[o.TTD]});class In{constructor(g,L,S,ne){this.$implicit=g,this.ngForOf=L,this.index=S,this.count=ne}get first(){return 0===this.index}get last(){return this.index===this.count-1}get even(){return this.index%2==0}get odd(){return!this.even}}class x2{set ngForOf(g){this._ngForOf=g,this._ngForOfDirty=!0}set ngForTrackBy(g){this._trackByFn=g}get ngForTrackBy(){return this._trackByFn}constructor(g,L,S){this._viewContainer=g,this._template=L,this._differs=S,this._ngForOf=null,this._ngForOfDirty=!0,this._differ=null}set ngForTemplate(g){g&&(this._template=g)}ngDoCheck(){if(this._ngForOfDirty){this._ngForOfDirty=!1;const g=this._ngForOf;!this._differ&&g&&(this._differ=this._differs.find(g).create(this.ngForTrackBy))}if(this._differ){const g=this._differ.diff(this._ngForOf);g&&this._applyChanges(g)}}_applyChanges(g){const L=this._viewContainer;g.forEachOperation((S,ne,_e)=>{if(null==S.previousIndex)L.createEmbeddedView(this._template,new In(S.item,this._ngForOf,-1,-1),null===_e?void 0:_e);else if(null==_e)L.remove(null===ne?void 0:ne);else if(null!==ne){const Qe=L.get(ne);L.move(Qe,_e),vn(Qe,S)}});for(let S=0,ne=L.length;S{vn(L.get(S.currentIndex),S)})}static ngTemplateContextGuard(g,L){return!0}}function vn(y,g){y.context.$implicit=g.item}x2.\u0275fac=function(g){return new(g||x2)(o.Y36(o.s_b),o.Y36(o.Rgc),o.Y36(o.ZZ4))},x2.\u0275dir=o.lG2({type:x2,selectors:[["","ngFor","","ngForOf",""]],inputs:{ngForOf:"ngForOf",ngForTrackBy:"ngForTrackBy",ngForTemplate:"ngForTemplate"},standalone:!0});class Fn{constructor(g,L){this._viewContainer=g,this._context=new Rn,this._thenTemplateRef=null,this._elseTemplateRef=null,this._thenViewRef=null,this._elseViewRef=null,this._thenTemplateRef=L}set ngIf(g){this._context.$implicit=this._context.ngIf=g,this._updateView()}set ngIfThen(g){r2("ngIfThen",g),this._thenTemplateRef=g,this._thenViewRef=null,this._updateView()}set ngIfElse(g){r2("ngIfElse",g),this._elseTemplateRef=g,this._elseViewRef=null,this._updateView()}_updateView(){this._context.$implicit?this._thenViewRef||(this._viewContainer.clear(),this._elseViewRef=null,this._thenTemplateRef&&(this._thenViewRef=this._viewContainer.createEmbeddedView(this._thenTemplateRef,this._context))):this._elseViewRef||(this._viewContainer.clear(),this._thenViewRef=null,this._elseTemplateRef&&(this._elseViewRef=this._viewContainer.createEmbeddedView(this._elseTemplateRef,this._context)))}static ngTemplateContextGuard(g,L){return!0}}Fn.\u0275fac=function(g){return new(g||Fn)(o.Y36(o.s_b),o.Y36(o.Rgc))},Fn.\u0275dir=o.lG2({type:Fn,selectors:[["","ngIf",""]],inputs:{ngIf:"ngIf",ngIfThen:"ngIfThen",ngIfElse:"ngIfElse"},standalone:!0});class Rn{constructor(){this.$implicit=null,this.ngIf=null}}function r2(y,g){if(g&&!g.createEmbeddedView)throw new Error(`${y} must be a TemplateRef, but received '${(0,o.AaK)(g)}'.`)}class tt{constructor(g,L){this._viewContainerRef=g,this._templateRef=L,this._created=!1}create(){this._created=!0,this._viewContainerRef.createEmbeddedView(this._templateRef)}destroy(){this._created=!1,this._viewContainerRef.clear()}enforceState(g){g&&!this._created?this.create():!g&&this._created&&this.destroy()}}class Dt{constructor(){this._defaultViews=[],this._defaultUsed=!1,this._caseCount=0,this._lastCaseCheckIndex=0,this._lastCasesMatched=!1}set ngSwitch(g){this._ngSwitch=g,0===this._caseCount&&this._updateDefaultCases(!0)}_addCase(){return this._caseCount++}_addDefault(g){this._defaultViews.push(g)}_matchCase(g){const L=g==this._ngSwitch;return this._lastCasesMatched=this._lastCasesMatched||L,this._lastCaseCheckIndex++,this._lastCaseCheckIndex===this._caseCount&&(this._updateDefaultCases(!this._lastCasesMatched),this._lastCaseCheckIndex=0,this._lastCasesMatched=!1),L}_updateDefaultCases(g){if(this._defaultViews.length>0&&g!==this._defaultUsed){this._defaultUsed=g;for(const L of this._defaultViews)L.enforceState(g)}}}Dt.\u0275fac=function(g){return new(g||Dt)},Dt.\u0275dir=o.lG2({type:Dt,selectors:[["","ngSwitch",""]],inputs:{ngSwitch:"ngSwitch"},standalone:!0});class D1{constructor(g,L,S){this.ngSwitch=S,S._addCase(),this._view=new tt(g,L)}ngDoCheck(){this._view.enforceState(this.ngSwitch._matchCase(this.ngSwitchCase))}}D1.\u0275fac=function(g){return new(g||D1)(o.Y36(o.s_b),o.Y36(o.Rgc),o.Y36(Dt,9))},D1.\u0275dir=o.lG2({type:D1,selectors:[["","ngSwitchCase",""]],inputs:{ngSwitchCase:"ngSwitchCase"},standalone:!0});class E1{constructor(g,L,S){S._addDefault(new tt(g,L))}}E1.\u0275fac=function(g){return new(g||E1)(o.Y36(o.s_b),o.Y36(o.Rgc),o.Y36(Dt,9))},E1.\u0275dir=o.lG2({type:E1,selectors:[["","ngSwitchDefault",""]],standalone:!0});class G1{constructor(g){this._localization=g,this._caseViews={}}set ngPlural(g){this._updateView(g)}addCase(g,L){this._caseViews[g]=L}_updateView(g){this._clearViews();const S=rr(g,Object.keys(this._caseViews),this._localization);this._activateView(this._caseViews[S])}_clearViews(){this._activeView&&this._activeView.destroy()}_activateView(g){g&&(this._activeView=g,this._activeView.create())}}G1.\u0275fac=function(g){return new(g||G1)(o.Y36(Zn))},G1.\u0275dir=o.lG2({type:G1,selectors:[["","ngPlural",""]],inputs:{ngPlural:"ngPlural"},standalone:!0});class gn{constructor(g,L,S,ne){this.value=g;const _e=!isNaN(Number(g));ne.addCase(_e?`=${g}`:g,new tt(S,L))}}gn.\u0275fac=function(g){return new(g||gn)(o.$8M("ngPluralCase"),o.Y36(o.Rgc),o.Y36(o.s_b),o.Y36(G1,1))},gn.\u0275dir=o.lG2({type:gn,selectors:[["","ngPluralCase",""]],standalone:!0});class g1{constructor(g,L,S){this._ngEl=g,this._differs=L,this._renderer=S,this._ngStyle=null,this._differ=null}set ngStyle(g){this._ngStyle=g,!this._differ&&g&&(this._differ=this._differs.find(g).create())}ngDoCheck(){if(this._differ){const g=this._differ.diff(this._ngStyle);g&&this._applyChanges(g)}}_setStyle(g,L){const[S,ne]=g.split("."),_e=-1===S.indexOf("-")?void 0:o.JOm.DashCase;null!=L?this._renderer.setStyle(this._ngEl.nativeElement,S,ne?`${L}${ne}`:L,_e):this._renderer.removeStyle(this._ngEl.nativeElement,S,_e)}_applyChanges(g){g.forEachRemovedItem(L=>this._setStyle(L.key,null)),g.forEachAddedItem(L=>this._setStyle(L.key,L.currentValue)),g.forEachChangedItem(L=>this._setStyle(L.key,L.currentValue))}}g1.\u0275fac=function(g){return new(g||g1)(o.Y36(o.SBq),o.Y36(o.aQg),o.Y36(o.Qsj))},g1.\u0275dir=o.lG2({type:g1,selectors:[["","ngStyle",""]],inputs:{ngStyle:"ngStyle"},standalone:!0});class Cn{constructor(g){this._viewContainerRef=g,this._viewRef=null,this.ngTemplateOutletContext=null,this.ngTemplateOutlet=null,this.ngTemplateOutletInjector=null}ngOnChanges(g){if(g.ngTemplateOutlet||g.ngTemplateOutletInjector){const L=this._viewContainerRef;if(this._viewRef&&L.remove(L.indexOf(this._viewRef)),this.ngTemplateOutlet){const{ngTemplateOutlet:S,ngTemplateOutletContext:ne,ngTemplateOutletInjector:_e}=this;this._viewRef=L.createEmbeddedView(S,ne,_e?{injector:_e}:void 0)}else this._viewRef=null}else this._viewRef&&g.ngTemplateOutletContext&&this.ngTemplateOutletContext&&(this._viewRef.context=this.ngTemplateOutletContext)}}Cn.\u0275fac=function(g){return new(g||Cn)(o.Y36(o.s_b))},Cn.\u0275dir=o.lG2({type:Cn,selectors:[["","ngTemplateOutlet",""]],inputs:{ngTemplateOutletContext:"ngTemplateOutletContext",ngTemplateOutlet:"ngTemplateOutlet",ngTemplateOutletInjector:"ngTemplateOutletInjector"},standalone:!0,features:[o.TTD]});function yt(y,g){return new o.vHH(2100,!1)}const Q2=new class i2{createSubscription(g,L){return g.then(L,S=>{throw S})}dispose(g){}},Kn=new class R3{createSubscription(g,L){return g.subscribe({next:L,error:S=>{throw S}})}dispose(g){g.unsubscribe()}};class c1{constructor(g){this._latestValue=null,this._subscription=null,this._obj=null,this._strategy=null,this._ref=g}ngOnDestroy(){this._subscription&&this._dispose(),this._ref=null}transform(g){return this._obj?g!==this._obj?(this._dispose(),this.transform(g)):this._latestValue:(g&&this._subscribe(g),this._latestValue)}_subscribe(g){this._obj=g,this._strategy=this._selectStrategy(g),this._subscription=this._strategy.createSubscription(g,L=>this._updateLatestValue(g,L))}_selectStrategy(g){if((0,o.QGY)(g))return Q2;if((0,o.F4k)(g))return Kn;throw yt()}_dispose(){this._strategy.dispose(this._subscription),this._latestValue=null,this._subscription=null,this._obj=null}_updateLatestValue(g,L){g===this._obj&&(this._latestValue=L,this._ref.markForCheck())}}c1.\u0275fac=function(g){return new(g||c1)(o.Y36(o.sBO,16))},c1.\u0275pipe=o.Yjl({name:"async",type:c1,pure:!1,standalone:!0});class f2{transform(g){if(null==g)return null;if("string"!=typeof g)throw yt();return g.toLowerCase()}}f2.\u0275fac=function(g){return new(g||f2)},f2.\u0275pipe=o.Yjl({name:"lowercase",type:f2,pure:!0,standalone:!0});const H1=/(?:[0-9A-Za-z\xAA\xB5\xBA\xC0-\xD6\xD8-\xF6\xF8-\u02C1\u02C6-\u02D1\u02E0-\u02E4\u02EC\u02EE\u0370-\u0374\u0376\u0377\u037A-\u037D\u037F\u0386\u0388-\u038A\u038C\u038E-\u03A1\u03A3-\u03F5\u03F7-\u0481\u048A-\u052F\u0531-\u0556\u0559\u0560-\u0588\u05D0-\u05EA\u05EF-\u05F2\u0620-\u064A\u066E\u066F\u0671-\u06D3\u06D5\u06E5\u06E6\u06EE\u06EF\u06FA-\u06FC\u06FF\u0710\u0712-\u072F\u074D-\u07A5\u07B1\u07CA-\u07EA\u07F4\u07F5\u07FA\u0800-\u0815\u081A\u0824\u0828\u0840-\u0858\u0860-\u086A\u0870-\u0887\u0889-\u088E\u08A0-\u08C9\u0904-\u0939\u093D\u0950\u0958-\u0961\u0971-\u0980\u0985-\u098C\u098F\u0990\u0993-\u09A8\u09AA-\u09B0\u09B2\u09B6-\u09B9\u09BD\u09CE\u09DC\u09DD\u09DF-\u09E1\u09F0\u09F1\u09FC\u0A05-\u0A0A\u0A0F\u0A10\u0A13-\u0A28\u0A2A-\u0A30\u0A32\u0A33\u0A35\u0A36\u0A38\u0A39\u0A59-\u0A5C\u0A5E\u0A72-\u0A74\u0A85-\u0A8D\u0A8F-\u0A91\u0A93-\u0AA8\u0AAA-\u0AB0\u0AB2\u0AB3\u0AB5-\u0AB9\u0ABD\u0AD0\u0AE0\u0AE1\u0AF9\u0B05-\u0B0C\u0B0F\u0B10\u0B13-\u0B28\u0B2A-\u0B30\u0B32\u0B33\u0B35-\u0B39\u0B3D\u0B5C\u0B5D\u0B5F-\u0B61\u0B71\u0B83\u0B85-\u0B8A\u0B8E-\u0B90\u0B92-\u0B95\u0B99\u0B9A\u0B9C\u0B9E\u0B9F\u0BA3\u0BA4\u0BA8-\u0BAA\u0BAE-\u0BB9\u0BD0\u0C05-\u0C0C\u0C0E-\u0C10\u0C12-\u0C28\u0C2A-\u0C39\u0C3D\u0C58-\u0C5A\u0C5D\u0C60\u0C61\u0C80\u0C85-\u0C8C\u0C8E-\u0C90\u0C92-\u0CA8\u0CAA-\u0CB3\u0CB5-\u0CB9\u0CBD\u0CDD\u0CDE\u0CE0\u0CE1\u0CF1\u0CF2\u0D04-\u0D0C\u0D0E-\u0D10\u0D12-\u0D3A\u0D3D\u0D4E\u0D54-\u0D56\u0D5F-\u0D61\u0D7A-\u0D7F\u0D85-\u0D96\u0D9A-\u0DB1\u0DB3-\u0DBB\u0DBD\u0DC0-\u0DC6\u0E01-\u0E30\u0E32\u0E33\u0E40-\u0E46\u0E81\u0E82\u0E84\u0E86-\u0E8A\u0E8C-\u0EA3\u0EA5\u0EA7-\u0EB0\u0EB2\u0EB3\u0EBD\u0EC0-\u0EC4\u0EC6\u0EDC-\u0EDF\u0F00\u0F40-\u0F47\u0F49-\u0F6C\u0F88-\u0F8C\u1000-\u102A\u103F\u1050-\u1055\u105A-\u105D\u1061\u1065\u1066\u106E-\u1070\u1075-\u1081\u108E\u10A0-\u10C5\u10C7\u10CD\u10D0-\u10FA\u10FC-\u1248\u124A-\u124D\u1250-\u1256\u1258\u125A-\u125D\u1260-\u1288\u128A-\u128D\u1290-\u12B0\u12B2-\u12B5\u12B8-\u12BE\u12C0\u12C2-\u12C5\u12C8-\u12D6\u12D8-\u1310\u1312-\u1315\u1318-\u135A\u1380-\u138F\u13A0-\u13F5\u13F8-\u13FD\u1401-\u166C\u166F-\u167F\u1681-\u169A\u16A0-\u16EA\u16F1-\u16F8\u1700-\u1711\u171F-\u1731\u1740-\u1751\u1760-\u176C\u176E-\u1770\u1780-\u17B3\u17D7\u17DC\u1820-\u1878\u1880-\u1884\u1887-\u18A8\u18AA\u18B0-\u18F5\u1900-\u191E\u1950-\u196D\u1970-\u1974\u1980-\u19AB\u19B0-\u19C9\u1A00-\u1A16\u1A20-\u1A54\u1AA7\u1B05-\u1B33\u1B45-\u1B4C\u1B83-\u1BA0\u1BAE\u1BAF\u1BBA-\u1BE5\u1C00-\u1C23\u1C4D-\u1C4F\u1C5A-\u1C7D\u1C80-\u1C88\u1C90-\u1CBA\u1CBD-\u1CBF\u1CE9-\u1CEC\u1CEE-\u1CF3\u1CF5\u1CF6\u1CFA\u1D00-\u1DBF\u1E00-\u1F15\u1F18-\u1F1D\u1F20-\u1F45\u1F48-\u1F4D\u1F50-\u1F57\u1F59\u1F5B\u1F5D\u1F5F-\u1F7D\u1F80-\u1FB4\u1FB6-\u1FBC\u1FBE\u1FC2-\u1FC4\u1FC6-\u1FCC\u1FD0-\u1FD3\u1FD6-\u1FDB\u1FE0-\u1FEC\u1FF2-\u1FF4\u1FF6-\u1FFC\u2071\u207F\u2090-\u209C\u2102\u2107\u210A-\u2113\u2115\u2119-\u211D\u2124\u2126\u2128\u212A-\u212D\u212F-\u2139\u213C-\u213F\u2145-\u2149\u214E\u2183\u2184\u2C00-\u2CE4\u2CEB-\u2CEE\u2CF2\u2CF3\u2D00-\u2D25\u2D27\u2D2D\u2D30-\u2D67\u2D6F\u2D80-\u2D96\u2DA0-\u2DA6\u2DA8-\u2DAE\u2DB0-\u2DB6\u2DB8-\u2DBE\u2DC0-\u2DC6\u2DC8-\u2DCE\u2DD0-\u2DD6\u2DD8-\u2DDE\u2E2F\u3005\u3006\u3031-\u3035\u303B\u303C\u3041-\u3096\u309D-\u309F\u30A1-\u30FA\u30FC-\u30FF\u3105-\u312F\u3131-\u318E\u31A0-\u31BF\u31F0-\u31FF\u3400-\u4DBF\u4E00-\uA48C\uA4D0-\uA4FD\uA500-\uA60C\uA610-\uA61F\uA62A\uA62B\uA640-\uA66E\uA67F-\uA69D\uA6A0-\uA6E5\uA717-\uA71F\uA722-\uA788\uA78B-\uA7CA\uA7D0\uA7D1\uA7D3\uA7D5-\uA7D9\uA7F2-\uA801\uA803-\uA805\uA807-\uA80A\uA80C-\uA822\uA840-\uA873\uA882-\uA8B3\uA8F2-\uA8F7\uA8FB\uA8FD\uA8FE\uA90A-\uA925\uA930-\uA946\uA960-\uA97C\uA984-\uA9B2\uA9CF\uA9E0-\uA9E4\uA9E6-\uA9EF\uA9FA-\uA9FE\uAA00-\uAA28\uAA40-\uAA42\uAA44-\uAA4B\uAA60-\uAA76\uAA7A\uAA7E-\uAAAF\uAAB1\uAAB5\uAAB6\uAAB9-\uAABD\uAAC0\uAAC2\uAADB-\uAADD\uAAE0-\uAAEA\uAAF2-\uAAF4\uAB01-\uAB06\uAB09-\uAB0E\uAB11-\uAB16\uAB20-\uAB26\uAB28-\uAB2E\uAB30-\uAB5A\uAB5C-\uAB69\uAB70-\uABE2\uAC00-\uD7A3\uD7B0-\uD7C6\uD7CB-\uD7FB\uF900-\uFA6D\uFA70-\uFAD9\uFB00-\uFB06\uFB13-\uFB17\uFB1D\uFB1F-\uFB28\uFB2A-\uFB36\uFB38-\uFB3C\uFB3E\uFB40\uFB41\uFB43\uFB44\uFB46-\uFBB1\uFBD3-\uFD3D\uFD50-\uFD8F\uFD92-\uFDC7\uFDF0-\uFDFB\uFE70-\uFE74\uFE76-\uFEFC\uFF21-\uFF3A\uFF41-\uFF5A\uFF66-\uFFBE\uFFC2-\uFFC7\uFFCA-\uFFCF\uFFD2-\uFFD7\uFFDA-\uFFDC]|\uD800[\uDC00-\uDC0B\uDC0D-\uDC26\uDC28-\uDC3A\uDC3C\uDC3D\uDC3F-\uDC4D\uDC50-\uDC5D\uDC80-\uDCFA\uDE80-\uDE9C\uDEA0-\uDED0\uDF00-\uDF1F\uDF2D-\uDF40\uDF42-\uDF49\uDF50-\uDF75\uDF80-\uDF9D\uDFA0-\uDFC3\uDFC8-\uDFCF]|\uD801[\uDC00-\uDC9D\uDCB0-\uDCD3\uDCD8-\uDCFB\uDD00-\uDD27\uDD30-\uDD63\uDD70-\uDD7A\uDD7C-\uDD8A\uDD8C-\uDD92\uDD94\uDD95\uDD97-\uDDA1\uDDA3-\uDDB1\uDDB3-\uDDB9\uDDBB\uDDBC\uDE00-\uDF36\uDF40-\uDF55\uDF60-\uDF67\uDF80-\uDF85\uDF87-\uDFB0\uDFB2-\uDFBA]|\uD802[\uDC00-\uDC05\uDC08\uDC0A-\uDC35\uDC37\uDC38\uDC3C\uDC3F-\uDC55\uDC60-\uDC76\uDC80-\uDC9E\uDCE0-\uDCF2\uDCF4\uDCF5\uDD00-\uDD15\uDD20-\uDD39\uDD80-\uDDB7\uDDBE\uDDBF\uDE00\uDE10-\uDE13\uDE15-\uDE17\uDE19-\uDE35\uDE60-\uDE7C\uDE80-\uDE9C\uDEC0-\uDEC7\uDEC9-\uDEE4\uDF00-\uDF35\uDF40-\uDF55\uDF60-\uDF72\uDF80-\uDF91]|\uD803[\uDC00-\uDC48\uDC80-\uDCB2\uDCC0-\uDCF2\uDD00-\uDD23\uDE80-\uDEA9\uDEB0\uDEB1\uDF00-\uDF1C\uDF27\uDF30-\uDF45\uDF70-\uDF81\uDFB0-\uDFC4\uDFE0-\uDFF6]|\uD804[\uDC03-\uDC37\uDC71\uDC72\uDC75\uDC83-\uDCAF\uDCD0-\uDCE8\uDD03-\uDD26\uDD44\uDD47\uDD50-\uDD72\uDD76\uDD83-\uDDB2\uDDC1-\uDDC4\uDDDA\uDDDC\uDE00-\uDE11\uDE13-\uDE2B\uDE80-\uDE86\uDE88\uDE8A-\uDE8D\uDE8F-\uDE9D\uDE9F-\uDEA8\uDEB0-\uDEDE\uDF05-\uDF0C\uDF0F\uDF10\uDF13-\uDF28\uDF2A-\uDF30\uDF32\uDF33\uDF35-\uDF39\uDF3D\uDF50\uDF5D-\uDF61]|\uD805[\uDC00-\uDC34\uDC47-\uDC4A\uDC5F-\uDC61\uDC80-\uDCAF\uDCC4\uDCC5\uDCC7\uDD80-\uDDAE\uDDD8-\uDDDB\uDE00-\uDE2F\uDE44\uDE80-\uDEAA\uDEB8\uDF00-\uDF1A\uDF40-\uDF46]|\uD806[\uDC00-\uDC2B\uDCA0-\uDCDF\uDCFF-\uDD06\uDD09\uDD0C-\uDD13\uDD15\uDD16\uDD18-\uDD2F\uDD3F\uDD41\uDDA0-\uDDA7\uDDAA-\uDDD0\uDDE1\uDDE3\uDE00\uDE0B-\uDE32\uDE3A\uDE50\uDE5C-\uDE89\uDE9D\uDEB0-\uDEF8]|\uD807[\uDC00-\uDC08\uDC0A-\uDC2E\uDC40\uDC72-\uDC8F\uDD00-\uDD06\uDD08\uDD09\uDD0B-\uDD30\uDD46\uDD60-\uDD65\uDD67\uDD68\uDD6A-\uDD89\uDD98\uDEE0-\uDEF2\uDFB0]|\uD808[\uDC00-\uDF99]|\uD809[\uDC80-\uDD43]|\uD80B[\uDF90-\uDFF0]|[\uD80C\uD81C-\uD820\uD822\uD840-\uD868\uD86A-\uD86C\uD86F-\uD872\uD874-\uD879\uD880-\uD883][\uDC00-\uDFFF]|\uD80D[\uDC00-\uDC2E]|\uD811[\uDC00-\uDE46]|\uD81A[\uDC00-\uDE38\uDE40-\uDE5E\uDE70-\uDEBE\uDED0-\uDEED\uDF00-\uDF2F\uDF40-\uDF43\uDF63-\uDF77\uDF7D-\uDF8F]|\uD81B[\uDE40-\uDE7F\uDF00-\uDF4A\uDF50\uDF93-\uDF9F\uDFE0\uDFE1\uDFE3]|\uD821[\uDC00-\uDFF7]|\uD823[\uDC00-\uDCD5\uDD00-\uDD08]|\uD82B[\uDFF0-\uDFF3\uDFF5-\uDFFB\uDFFD\uDFFE]|\uD82C[\uDC00-\uDD22\uDD50-\uDD52\uDD64-\uDD67\uDD70-\uDEFB]|\uD82F[\uDC00-\uDC6A\uDC70-\uDC7C\uDC80-\uDC88\uDC90-\uDC99]|\uD835[\uDC00-\uDC54\uDC56-\uDC9C\uDC9E\uDC9F\uDCA2\uDCA5\uDCA6\uDCA9-\uDCAC\uDCAE-\uDCB9\uDCBB\uDCBD-\uDCC3\uDCC5-\uDD05\uDD07-\uDD0A\uDD0D-\uDD14\uDD16-\uDD1C\uDD1E-\uDD39\uDD3B-\uDD3E\uDD40-\uDD44\uDD46\uDD4A-\uDD50\uDD52-\uDEA5\uDEA8-\uDEC0\uDEC2-\uDEDA\uDEDC-\uDEFA\uDEFC-\uDF14\uDF16-\uDF34\uDF36-\uDF4E\uDF50-\uDF6E\uDF70-\uDF88\uDF8A-\uDFA8\uDFAA-\uDFC2\uDFC4-\uDFCB]|\uD837[\uDF00-\uDF1E]|\uD838[\uDD00-\uDD2C\uDD37-\uDD3D\uDD4E\uDE90-\uDEAD\uDEC0-\uDEEB]|\uD839[\uDFE0-\uDFE6\uDFE8-\uDFEB\uDFED\uDFEE\uDFF0-\uDFFE]|\uD83A[\uDC00-\uDCC4\uDD00-\uDD43\uDD4B]|\uD83B[\uDE00-\uDE03\uDE05-\uDE1F\uDE21\uDE22\uDE24\uDE27\uDE29-\uDE32\uDE34-\uDE37\uDE39\uDE3B\uDE42\uDE47\uDE49\uDE4B\uDE4D-\uDE4F\uDE51\uDE52\uDE54\uDE57\uDE59\uDE5B\uDE5D\uDE5F\uDE61\uDE62\uDE64\uDE67-\uDE6A\uDE6C-\uDE72\uDE74-\uDE77\uDE79-\uDE7C\uDE7E\uDE80-\uDE89\uDE8B-\uDE9B\uDEA1-\uDEA3\uDEA5-\uDEA9\uDEAB-\uDEBB]|\uD869[\uDC00-\uDEDF\uDF00-\uDFFF]|\uD86D[\uDC00-\uDF38\uDF40-\uDFFF]|\uD86E[\uDC00-\uDC1D\uDC20-\uDFFF]|\uD873[\uDC00-\uDEA1\uDEB0-\uDFFF]|\uD87A[\uDC00-\uDFE0]|\uD87E[\uDC00-\uDE1D]|\uD884[\uDC00-\uDF4A])\S*/g;class R1{transform(g){if(null==g)return null;if("string"!=typeof g)throw yt();return g.replace(H1,L=>L[0].toUpperCase()+L.slice(1).toLowerCase())}}R1.\u0275fac=function(g){return new(g||R1)},R1.\u0275pipe=o.Yjl({name:"titlecase",type:R1,pure:!0,standalone:!0});class k1{transform(g){if(null==g)return null;if("string"!=typeof g)throw yt();return g.toUpperCase()}}k1.\u0275fac=function(g){return new(g||k1)},k1.\u0275pipe=o.Yjl({name:"uppercase",type:k1,pure:!0,standalone:!0});const b1=new o.OlP("DATE_PIPE_DEFAULT_TIMEZONE"),z2=new o.OlP("DATE_PIPE_DEFAULT_OPTIONS");class p2{constructor(g,L,S){this.locale=g,this.defaultTimezone=L,this.defaultOptions=S}transform(g,L,S,ne){if(null==g||""===g||g!=g)return null;try{const _e=L??this.defaultOptions?.dateFormat??"mediumDate",Qe=S??this.defaultOptions?.timezone??this.defaultTimezone??void 0;return Tt(g,_e,ne||this.locale,Qe)}catch(_e){throw yt(0,_e.message)}}}p2.\u0275fac=function(g){return new(g||p2)(o.Y36(o.soG,16),o.Y36(b1,24),o.Y36(z2,24))},p2.\u0275pipe=o.Yjl({name:"date",type:p2,pure:!0,standalone:!0});const s3=/#/g;class C1{constructor(g){this._localization=g}transform(g,L,S){if(null==g)return"";if("object"!=typeof L||null===L)throw yt();return L[rr(g,Object.keys(L),this._localization,S)].replace(s3,g.toString())}}C1.\u0275fac=function(g){return new(g||C1)(o.Y36(Zn,16))},C1.\u0275pipe=o.Yjl({name:"i18nPlural",type:C1,pure:!0,standalone:!0});class K1{transform(g,L){if(null==g)return"";if("object"!=typeof L||"string"!=typeof g)throw yt();return L.hasOwnProperty(g)?L[g]:L.hasOwnProperty("other")?L.other:""}}K1.\u0275fac=function(g){return new(g||K1)},K1.\u0275pipe=o.Yjl({name:"i18nSelect",type:K1,pure:!0,standalone:!0});class Mn{transform(g){return JSON.stringify(g,null,2)}}Mn.\u0275fac=function(g){return new(g||Mn)},Mn.\u0275pipe=o.Yjl({name:"json",type:Mn,pure:!1,standalone:!0});class zn{constructor(g){this.differs=g,this.keyValues=[],this.compareFn=Vt}transform(g,L=Vt){if(!g||!(g instanceof Map)&&"object"!=typeof g)return null;this.differ||(this.differ=this.differs.find(g).create());const S=this.differ.diff(g),ne=L!==this.compareFn;return S&&(this.keyValues=[],S.forEachItem(_e=>{this.keyValues.push(function xn(y,g){return{key:y,value:g}}(_e.key,_e.currentValue))})),(S||ne)&&(this.keyValues.sort(L),this.compareFn=L),this.keyValues}}function Vt(y,g){const L=y.key,S=g.key;if(L===S)return 0;if(void 0===L)return 1;if(void 0===S)return-1;if(null===L)return 1;if(null===S)return-1;if("string"==typeof L&&"string"==typeof S)return Lnew wr((0,o.LFG)(z),window)});class wr{constructor(g,L){this.document=g,this.window=L,this.offset=()=>[0,0]}setOffset(g){Array.isArray(g)?this.offset=()=>g:this.offset=g}getScrollPosition(){return this.supportsScrolling()?[this.window.pageXOffset,this.window.pageYOffset]:[0,0]}scrollToPosition(g){this.supportsScrolling()&&this.window.scrollTo(g[0],g[1])}scrollToAnchor(g){if(!this.supportsScrolling())return;const L=function Lr(y,g){const L=y.getElementById(g)||y.getElementsByName(g)[0];if(L)return L;if("function"==typeof y.createTreeWalker&&y.body&&(y.body.createShadowRoot||y.body.attachShadow)){const S=y.createTreeWalker(y.body,NodeFilter.SHOW_ELEMENT);let ne=S.currentNode;for(;ne;){const _e=ne.shadowRoot;if(_e){const Qe=_e.getElementById(g)||_e.querySelector(`[name="${g}"]`);if(Qe)return Qe}ne=S.nextNode()}}return null}(this.document,g);L&&(this.scrollToElement(L),L.focus())}setHistoryScrollRestoration(g){if(this.supportScrollRestoration()){const L=this.window.history;L&&L.scrollRestoration&&(L.scrollRestoration=g)}}scrollToElement(g){const L=g.getBoundingClientRect(),S=L.left+this.window.pageXOffset,ne=L.top+this.window.pageYOffset,_e=this.offset();this.window.scrollTo(S-_e[0],ne-_e[1])}supportScrollRestoration(){try{if(!this.supportsScrolling())return!1;const g=O2(this.window.history)||O2(Object.getPrototypeOf(this.window.history));return!(!g||!g.writable&&!g.set)}catch{return!1}}supportsScrolling(){try{return!!this.window&&!!this.window.scrollTo&&"pageXOffset"in this.window}catch{return!1}}}function O2(y){return Object.getOwnPropertyDescriptor(y,"scrollRestoration")}class or{}function z1(y,g){return T2(y)?new URL(y):new URL(y,g.location.href)}function T2(y){return/^https?:\/\//.test(y)}function j2(y){return T2(y)?new URL(y).hostname:y}function v3(y){return y.startsWith("/")?y.slice(1):y}const Yt=y=>y.src,A2=new o.OlP("ImageLoader",{providedIn:"root",factory:()=>Yt});function a2(y,g){return function(S){return function jn(y){if("string"!=typeof y||""===y.trim())return!1;try{return new URL(y),!0}catch{return!1}}(S)||function sr(y,g){throw new o.vHH(2959,!1)}(),S=function Yn(y){return y.endsWith("/")?y.slice(0,-1):y}(S),[{provide:A2,useValue:Qe=>(T2(Qe.src)&&function M2(y,g){throw new o.vHH(2959,!1)}(0,Qe.src),y(S,{...Qe,src:v3(Qe.src)}))}]}}a2(function B3(y,g){let L="format=auto";return g.width&&(L+=`,width=${g.width}`),`${y}/cdn-cgi/image/${L}/${g.src}`});a2(function Q1(y,g){let L="f_auto,q_auto";return g.width&&(L+=`,w_${g.width}`),`${y}/image/upload/${L}/${g.src}`});a2(function ar(y,g){const{src:L,width:S}=g;let ne;if(S){ne=[y,`tr:w-${S}`,L]}else ne=[y,L];return ne.join("/")});a2(function w(y,g){const L=new URL(`${y}/${g.src}`);return L.searchParams.set("auto","format"),g.width&&L.searchParams.set("w",g.width.toString()),L.href});function K(y,g=!0){return`The NgOptimizedImage directive ${g?`(activated on an element with the \`ngSrc="${y}"\`) `:""}has detected that`}function ze(y){throw new o.vHH(2958,`Unexpected invocation of the ${y} in the prod mode. Please make sure that the prod mode is enabled for production builds.`)}class Ft{constructor(){this.images=new Map,this.alreadyWarned=new Set,this.window=null,this.observer=null,ze("LCP checker");const g=(0,o.f3M)(z).defaultView;typeof g<"u"&&typeof PerformanceObserver<"u"&&(this.window=g,this.observer=this.initPerformanceObserver())}initPerformanceObserver(){const g=new PerformanceObserver(L=>{const S=L.getEntries();if(0===S.length)return;const _e=S[S.length-1].element?.src??"";_e.startsWith("data:")||_e.startsWith("blob:")||this.images.get(_e)&&!this.alreadyWarned.has(_e)&&(this.alreadyWarned.add(_e),function gt(y){const g=K(y);console.warn((0,o.kuF)(2955,`${g} this image is the Largest Contentful Paint (LCP) element but was not marked "priority". This image should be marked "priority" in order to prioritize its loading. To fix this, add the "priority" attribute.`))}(_e))});return g.observe({type:"largest-contentful-paint",buffered:!0}),g}registerImage(g,L){this.observer&&this.images.set(z1(g,this.window).href,L)}unregisterImage(g){this.observer&&this.images.delete(z1(g,this.window).href)}ngOnDestroy(){this.observer&&(this.observer.disconnect(),this.images.clear(),this.alreadyWarned.clear())}}Ft.\u0275fac=function(g){return new(g||Ft)},Ft.\u0275prov=o.Yz7({token:Ft,factory:Ft.\u0275fac,providedIn:"root"});const mn=new Set(["localhost","127.0.0.1","0.0.0.0"]),j3=new o.OlP("PRECONNECT_CHECK_BLOCKLIST");class J2{constructor(){this.document=(0,o.f3M)(z),this.preconnectLinks=null,this.alreadySeen=new Set,this.window=null,this.blocklist=new Set(mn),ze("preconnect link checker");const g=this.document.defaultView;typeof g<"u"&&(this.window=g);const L=(0,o.f3M)(j3,{optional:!0});L&&this.populateBlocklist(L)}populateBlocklist(g){Array.isArray(g)?q2(g,L=>{this.blocklist.add(j2(L))}):this.blocklist.add(j2(g))}assertPreconnect(g,L){if(!this.window)return;const S=z1(g,this.window);this.blocklist.has(S.hostname)||this.alreadySeen.has(S.origin)||(this.alreadySeen.add(S.origin),this.preconnectLinks||(this.preconnectLinks=this.queryPreconnectLinks()),this.preconnectLinks.has(S.origin)||console.warn((0,o.kuF)(2956,`${K(L)} there is no preconnect tag present for this image. Preconnecting to the origin(s) that serve priority images ensures that these images are delivered as soon as possible. To fix this, please add the following element into the of the document:\n `)))}queryPreconnectLinks(){const g=new Set,S=Array.from(this.document.querySelectorAll("link[rel=preconnect]"));for(let ne of S){const _e=z1(ne.href,this.window);g.add(_e.origin)}return g}ngOnDestroy(){this.preconnectLinks?.clear(),this.alreadySeen.clear()}}function q2(y,g){for(let L of y)Array.isArray(L)?q2(L,g):g(L)}J2.\u0275fac=function(g){return new(g||J2)},J2.\u0275prov=o.Yz7({token:J2,factory:J2.\u0275fac,providedIn:"root"});const lr=new o.OlP("NG_OPTIMIZED_PRELOADED_IMAGES",{providedIn:"root",factory:()=>new Set});class N2{constructor(){this.preloadedImages=(0,o.f3M)(lr),this.document=(0,o.f3M)(z)}createPreloadLinkTag(g,L,S,ne){if(this.preloadedImages.has(L))return;this.preloadedImages.add(L);const _e=g.createElement("link");g.setAttribute(_e,"as","image"),g.setAttribute(_e,"href",L),g.setAttribute(_e,"rel","preload"),g.setAttribute(_e,"fetchpriority","high"),ne&&g.setAttribute(_e,"imageSizes",ne),S&&g.setAttribute(_e,"imageSrcset",S),g.appendChild(this.document.head,_e)}}N2.\u0275fac=function(g){return new(g||N2)},N2.\u0275prov=o.Yz7({token:N2,factory:N2.\u0275fac,providedIn:"root"});const Ge=/^((\s*\d+w\s*(,|$)){1,})$/,$1=[1,2],$3={breakpoints:[16,32,48,64,96,128,256,384,640,750,828,1080,1200,1920,2048,3840]},dr=new o.OlP("ImageConfig",{providedIn:"root",factory:()=>$3});class Dn{constructor(){this.imageLoader=(0,o.f3M)(A2),this.config=function e3(y){let g={};return y.breakpoints&&(g.breakpoints=y.breakpoints.sort((L,S)=>L-S)),Object.assign({},$3,y,g)}((0,o.f3M)(dr)),this.renderer=(0,o.f3M)(o.Qsj),this.imgElement=(0,o.f3M)(o.SBq).nativeElement,this.injector=(0,o.f3M)(o.zs3),this.isServer=function P2(y){return y===wn}((0,o.f3M)(o.Lbi)),this.preloadLinkChecker=(0,o.f3M)(N2),this.lcpObserver=null,this._renderedSrc=null,this._priority=!1,this._disableOptimizedSrcset=!1,this._fill=!1}set width(g){this._width=w2(g)}get width(){return this._width}set height(g){this._height=w2(g)}get height(){return this._height}set priority(g){this._priority=c3(g)}get priority(){return this._priority}set disableOptimizedSrcset(g){this._disableOptimizedSrcset=c3(g)}get disableOptimizedSrcset(){return this._disableOptimizedSrcset}set fill(g){this._fill=c3(g)}get fill(){return this._fill}ngOnInit(){this.setHostAttributes()}setHostAttributes(){this.fill?this.sizes||(this.sizes="100vw"):(this.setHostAttribute("width",this.width.toString()),this.setHostAttribute("height",this.height.toString())),this.setHostAttribute("loading",this.getLoadingBehavior()),this.setHostAttribute("fetchpriority",this.getFetchPriority()),this.setHostAttribute("ng-img","true");const g=this.getRewrittenSrc();let L;this.setHostAttribute("src",g),this.sizes&&this.setHostAttribute("sizes",this.sizes),this.ngSrcset?L=this.getRewrittenSrcset():this.shouldGenerateAutomaticSrcset()&&(L=this.getAutomaticSrcset()),L&&this.setHostAttribute("srcset",L),this.isServer&&this.priority&&this.preloadLinkChecker.createPreloadLinkTag(this.renderer,g,L,this.sizes)}ngOnChanges(g){}callImageLoader(g){let L=g;return this.loaderParams&&(L.loaderParams=this.loaderParams),this.imageLoader(L)}getLoadingBehavior(){return this.priority||void 0===this.loading?this.priority?"eager":"lazy":this.loading}getFetchPriority(){return this.priority?"high":"auto"}getRewrittenSrc(){if(!this._renderedSrc){const g={src:this.ngSrc};this._renderedSrc=this.callImageLoader(g)}return this._renderedSrc}getRewrittenSrcset(){const g=Ge.test(this.ngSrcset);return this.ngSrcset.split(",").filter(S=>""!==S).map(S=>{S=S.trim();const ne=g?parseFloat(S):parseFloat(S)*this.width;return`${this.callImageLoader({src:this.ngSrc,width:ne})} ${S}`}).join(", ")}getAutomaticSrcset(){return this.sizes?this.getResponsiveSrcset():this.getFixedSrcset()}getResponsiveSrcset(){const{breakpoints:g}=this.config;let L=g;return"100vw"===this.sizes?.trim()&&(L=g.filter(ne=>ne>=640)),L.map(ne=>`${this.callImageLoader({src:this.ngSrc,width:ne})} ${ne}w`).join(", ")}getFixedSrcset(){return $1.map(L=>`${this.callImageLoader({src:this.ngSrc,width:this.width*L})} ${L}x`).join(", ")}shouldGenerateAutomaticSrcset(){return!this._disableOptimizedSrcset&&!this.srcset&&this.imageLoader!==Yt&&!(this.width>1920||this.height>1080)}ngOnDestroy(){}setHostAttribute(g,L){this.renderer.setAttribute(this.imgElement,g,L)}}function w2(y){return"string"==typeof y?parseInt(y,10):y}function c3(y){return null!=y&&"false"!=`${y}`}Dn.\u0275fac=function(g){return new(g||Dn)},Dn.\u0275dir=o.lG2({type:Dn,selectors:[["img","ngSrc",""]],hostVars:8,hostBindings:function(g,L){2&g&&o.Udp("position",L.fill?"absolute":null)("width",L.fill?"100%":null)("height",L.fill?"100%":null)("inset",L.fill?"0px":null)},inputs:{ngSrc:"ngSrc",ngSrcset:"ngSrcset",sizes:"sizes",width:"width",height:"height",loading:"loading",priority:"priority",loaderParams:"loaderParams",disableOptimizedSrcset:"disableOptimizedSrcset",fill:"fill",src:"src",srcset:"srcset"},standalone:!0,features:[o.TTD]})},239:(_t,we,I)=>{"use strict";I.d(we,{JF:()=>fn});var o=I(666),_=I(8),H=I(139),Q=I(901),F=I(522);var Y=I(14);class ie{constructor(B,ue){this.predicate=B,this.thisArg=ue}call(B,ue){return ue.subscribe(new U(B,this.predicate,this.thisArg))}}class U extends Y.L{constructor(B,ue,Ie){super(B),this.predicate=ue,this.thisArg=Ie,this.count=0}_next(B){let ue;try{ue=this.predicate.call(this.thisArg,B,this.count++)}catch(Ie){return void this.destination.error(Ie)}ue&&this.destination.next(B)}}var V=I(942); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */class se{}class le{}class ye{constructor(B){this.normalizedNames=new Map,this.lazyUpdate=null,B?this.lazyInit="string"==typeof B?()=>{this.headers=new Map,B.split("\n").forEach(ue=>{const Ie=ue.indexOf(":");if(Ie>0){const ht=ue.slice(0,Ie),qe=ht.toLowerCase(),Jt=ue.slice(Ie+1).trim();this.maybeSetNormalizedName(ht,qe),this.headers.has(qe)?this.headers.get(qe).push(Jt):this.headers.set(qe,[Jt])}})}:()=>{this.headers=new Map,Object.entries(B).forEach(([ue,Ie])=>{let ht;if(ht="string"==typeof Ie?[Ie]:"number"==typeof Ie?[Ie.toString()]:Ie.map(qe=>qe.toString()),ht.length>0){const qe=ue.toLowerCase();this.headers.set(qe,ht),this.maybeSetNormalizedName(ue,qe)}})}:this.headers=new Map}has(B){return this.init(),this.headers.has(B.toLowerCase())}get(B){this.init();const ue=this.headers.get(B.toLowerCase());return ue&&ue.length>0?ue[0]:null}keys(){return this.init(),Array.from(this.normalizedNames.values())}getAll(B){return this.init(),this.headers.get(B.toLowerCase())||null}append(B,ue){return this.clone({name:B,value:ue,op:"a"})}set(B,ue){return this.clone({name:B,value:ue,op:"s"})}delete(B,ue){return this.clone({name:B,value:ue,op:"d"})}maybeSetNormalizedName(B,ue){this.normalizedNames.has(ue)||this.normalizedNames.set(ue,B)}init(){this.lazyInit&&(this.lazyInit instanceof ye?this.copyFrom(this.lazyInit):this.lazyInit(),this.lazyInit=null,this.lazyUpdate&&(this.lazyUpdate.forEach(B=>this.applyUpdate(B)),this.lazyUpdate=null))}copyFrom(B){B.init(),Array.from(B.headers.keys()).forEach(ue=>{this.headers.set(ue,B.headers.get(ue)),this.normalizedNames.set(ue,B.normalizedNames.get(ue))})}clone(B){const ue=new ye;return ue.lazyInit=this.lazyInit&&this.lazyInit instanceof ye?this.lazyInit:this,ue.lazyUpdate=(this.lazyUpdate||[]).concat([B]),ue}applyUpdate(B){const ue=B.name.toLowerCase();switch(B.op){case"a":case"s":let Ie=B.value;if("string"==typeof Ie&&(Ie=[Ie]),0===Ie.length)return;this.maybeSetNormalizedName(B.name,ue);const ht=("a"===B.op?this.headers.get(ue):void 0)||[];ht.push(...Ie),this.headers.set(ue,ht);break;case"d":const qe=B.value;if(qe){let Jt=this.headers.get(ue);if(!Jt)return;Jt=Jt.filter(Me=>-1===qe.indexOf(Me)),0===Jt.length?(this.headers.delete(ue),this.normalizedNames.delete(ue)):this.headers.set(ue,Jt)}else this.headers.delete(ue),this.normalizedNames.delete(ue)}}forEach(B){this.init(),Array.from(this.normalizedNames.keys()).forEach(ue=>B(this.normalizedNames.get(ue),this.headers.get(ue)))}}class Oe{encodeKey(B){return Le(B)}encodeValue(B){return Le(B)}decodeKey(B){return decodeURIComponent(B)}decodeValue(B){return decodeURIComponent(B)}}const q=/%(\d[a-f0-9])/gi,ae={40:"@","3A":":",24:"$","2C":",","3B":";","3D":"=","3F":"?","2F":"/"};function Le(xe){return encodeURIComponent(xe).replace(q,(B,ue)=>ae[ue]??B)}function Ne(xe){return`${xe}`}class Ee{constructor(B={}){if(this.updates=null,this.cloneFrom=null,this.encoder=B.encoder||new Oe,B.fromString){if(B.fromObject)throw new Error("Cannot specify both fromString and fromObject.");this.map=function ce(xe,B){const ue=new Map;return xe.length>0&&xe.replace(/^\?/,"").split("&").forEach(ht=>{const qe=ht.indexOf("="),[Jt,Me]=-1==qe?[B.decodeKey(ht),""]:[B.decodeKey(ht.slice(0,qe)),B.decodeValue(ht.slice(qe+1))],O=ue.get(Jt)||[];O.push(Me),ue.set(Jt,O)}),ue}(B.fromString,this.encoder)}else B.fromObject?(this.map=new Map,Object.keys(B.fromObject).forEach(ue=>{const Ie=B.fromObject[ue],ht=Array.isArray(Ie)?Ie.map(Ne):[Ne(Ie)];this.map.set(ue,ht)})):this.map=null}has(B){return this.init(),this.map.has(B)}get(B){this.init();const ue=this.map.get(B);return ue?ue[0]:null}getAll(B){return this.init(),this.map.get(B)||null}keys(){return this.init(),Array.from(this.map.keys())}append(B,ue){return this.clone({param:B,value:ue,op:"a"})}appendAll(B){const ue=[];return Object.keys(B).forEach(Ie=>{const ht=B[Ie];Array.isArray(ht)?ht.forEach(qe=>{ue.push({param:Ie,value:qe,op:"a"})}):ue.push({param:Ie,value:ht,op:"a"})}),this.clone(ue)}set(B,ue){return this.clone({param:B,value:ue,op:"s"})}delete(B,ue){return this.clone({param:B,value:ue,op:"d"})}toString(){return this.init(),this.keys().map(B=>{const ue=this.encoder.encodeKey(B);return this.map.get(B).map(Ie=>ue+"="+this.encoder.encodeValue(Ie)).join("&")}).filter(B=>""!==B).join("&")}clone(B){const ue=new Ee({encoder:this.encoder});return ue.cloneFrom=this.cloneFrom||this,ue.updates=(this.updates||[]).concat(B),ue}init(){null===this.map&&(this.map=new Map),null!==this.cloneFrom&&(this.cloneFrom.init(),this.cloneFrom.keys().forEach(B=>this.map.set(B,this.cloneFrom.map.get(B))),this.updates.forEach(B=>{switch(B.op){case"a":case"s":const ue=("a"===B.op?this.map.get(B.param):void 0)||[];ue.push(Ne(B.value)),this.map.set(B.param,ue);break;case"d":if(void 0===B.value){this.map.delete(B.param);break}{let Ie=this.map.get(B.param)||[];const ht=Ie.indexOf(Ne(B.value));-1!==ht&&Ie.splice(ht,1),Ie.length>0?this.map.set(B.param,Ie):this.map.delete(B.param)}}}),this.cloneFrom=this.updates=null)}}class G{constructor(){this.map=new Map}set(B,ue){return this.map.set(B,ue),this}get(B){return this.map.has(B)||this.map.set(B,B.defaultValue()),this.map.get(B)}delete(B){return this.map.delete(B),this}has(B){return this.map.has(B)}keys(){return this.map.keys()}}function D(xe){return typeof ArrayBuffer<"u"&&xe instanceof ArrayBuffer}function pe(xe){return typeof Blob<"u"&&xe instanceof Blob}function Ce(xe){return typeof FormData<"u"&&xe instanceof FormData}class rt{constructor(B,ue,Ie,ht){let qe;if(this.url=ue,this.body=null,this.reportProgress=!1,this.withCredentials=!1,this.responseType="json",this.method=B.toUpperCase(),function me(xe){switch(xe){case"DELETE":case"GET":case"HEAD":case"OPTIONS":case"JSONP":return!1;default:return!0}}(this.method)||ht?(this.body=void 0!==Ie?Ie:null,qe=ht):qe=Ie,qe&&(this.reportProgress=!!qe.reportProgress,this.withCredentials=!!qe.withCredentials,qe.responseType&&(this.responseType=qe.responseType),qe.headers&&(this.headers=qe.headers),qe.context&&(this.context=qe.context),qe.params&&(this.params=qe.params)),this.headers||(this.headers=new ye),this.context||(this.context=new G),this.params){const Jt=this.params.toString();if(0===Jt.length)this.urlWithParams=ue;else{const Me=ue.indexOf("?"),O=-1===Me?"?":MeFe.set(He,B.setHeaders[He]),O)),B.setParams&&(W=Object.keys(B.setParams).reduce((Fe,He)=>Fe.set(He,B.setParams[He]),W)),new rt(ue,Ie,qe,{params:W,headers:O,context:be,reportProgress:Me,responseType:ht,withCredentials:Jt})}}var Be,xe;(xe=Be||(Be={}))[xe.Sent=0]="Sent",xe[xe.UploadProgress=1]="UploadProgress",xe[xe.ResponseHeader=2]="ResponseHeader",xe[xe.DownloadProgress=3]="DownloadProgress",xe[xe.Response=4]="Response",xe[xe.User=5]="User";class Ye{constructor(B,ue=200,Ie="OK"){this.headers=B.headers||new ye,this.status=void 0!==B.status?B.status:ue,this.statusText=B.statusText||Ie,this.url=B.url||null,this.ok=this.status>=200&&this.status<300}}class Gt extends Ye{constructor(B={}){super(B),this.type=Be.ResponseHeader}clone(B={}){return new Gt({headers:B.headers||this.headers,status:void 0!==B.status?B.status:this.status,statusText:B.statusText||this.statusText,url:B.url||this.url||void 0})}}class p1 extends Ye{constructor(B={}){super(B),this.type=Be.Response,this.body=void 0!==B.body?B.body:null}clone(B={}){return new p1({body:void 0!==B.body?B.body:this.body,headers:B.headers||this.headers,status:void 0!==B.status?B.status:this.status,statusText:B.statusText||this.statusText,url:B.url||this.url||void 0})}}class Z1 extends Ye{constructor(B){super(B,0,"Unknown Error"),this.name="HttpErrorResponse",this.ok=!1,this.status>=200&&this.status<300?this.message=`Http failure during parsing for ${B.url||"(unknown url)"}`:this.message=`Http failure response for ${B.url||"(unknown url)"}: ${B.status} ${B.statusText}`,this.error=B.error||null}}function L1(xe,B){return{body:B,headers:xe.headers,context:xe.context,observe:xe.observe,params:xe.params,reportProgress:xe.reportProgress,responseType:xe.responseType,withCredentials:xe.withCredentials}}class Ct{constructor(B){this.handler=B}request(B,ue,Ie={}){let ht;if(B instanceof rt)ht=B;else{let Me,O;Me=Ie.headers instanceof ye?Ie.headers:new ye(Ie.headers),Ie.params&&(O=Ie.params instanceof Ee?Ie.params:new Ee({fromObject:Ie.params})),ht=new rt(B,ue,void 0!==Ie.body?Ie.body:null,{headers:Me,context:Ie.context,params:O,reportProgress:Ie.reportProgress,responseType:Ie.responseType||"json",withCredentials:Ie.withCredentials})}const qe=(0,H.of)(ht).pipe(function z(xe,B){return(0,F.zg)(xe,B,1)}(Me=>this.handler.handle(Me)));if(B instanceof rt||"events"===Ie.observe)return qe;const Jt=qe.pipe(function J(xe,B){return function(Ie){return Ie.lift(new ie(xe,B))}}(Me=>Me instanceof p1));switch(Ie.observe||"body"){case"body":switch(ht.responseType){case"arraybuffer":return Jt.pipe((0,V.U)(Me=>{if(null!==Me.body&&!(Me.body instanceof ArrayBuffer))throw new Error("Response is not an ArrayBuffer.");return Me.body}));case"blob":return Jt.pipe((0,V.U)(Me=>{if(null!==Me.body&&!(Me.body instanceof Blob))throw new Error("Response is not a Blob.");return Me.body}));case"text":return Jt.pipe((0,V.U)(Me=>{if(null!==Me.body&&"string"!=typeof Me.body)throw new Error("Response is not a string.");return Me.body}));default:return Jt.pipe((0,V.U)(Me=>Me.body))}case"response":return Jt;default:throw new Error(`Unreachable: unhandled observe type ${Ie.observe}}`)}}delete(B,ue={}){return this.request("DELETE",B,ue)}get(B,ue={}){return this.request("GET",B,ue)}head(B,ue={}){return this.request("HEAD",B,ue)}jsonp(B,ue){return this.request("JSONP",B,{params:(new Ee).append(ue,"JSONP_CALLBACK"),observe:"body",responseType:"json"})}options(B,ue={}){return this.request("OPTIONS",B,ue)}patch(B,ue,Ie={}){return this.request("PATCH",B,L1(Ie,ue))}post(B,ue,Ie={}){return this.request("POST",B,L1(Ie,ue))}put(B,ue,Ie={}){return this.request("PUT",B,L1(Ie,ue))}}function I1(xe,B){return B(xe)}function un(xe,B){return(ue,Ie)=>B.intercept(ue,{handle:ht=>xe(ht,Ie)})}Ct.\u0275fac=function(B){return new(B||Ct)(_.LFG(se))},Ct.\u0275prov=_.Yz7({token:Ct,factory:Ct.\u0275fac});const y1=new _.OlP("HTTP_INTERCEPTORS"),M1=new _.OlP("HTTP_INTERCEPTOR_FNS");function xt(){let xe=null;return(B,ue)=>(null===xe&&(xe=((0,_.f3M)(y1,{optional:!0})??[]).reduceRight(un,I1)),xe(B,ue))}class r1 extends se{constructor(B,ue){super(),this.backend=B,this.injector=ue,this.chain=null}handle(B){if(null===this.chain){const ue=Array.from(new Set(this.injector.get(M1)));this.chain=ue.reduceRight((Ie,ht)=>function d1(xe,B,ue){return(Ie,ht)=>ue.runInContext(()=>B(Ie,qe=>xe(qe,ht)))}(Ie,ht,this.injector),I1)}return this.chain(B,ue=>this.backend.handle(ue))}}r1.\u0275fac=function(B){return new(B||r1)(_.LFG(le),_.LFG(_.lqb))},r1.\u0275prov=_.Yz7({token:r1,factory:r1.\u0275fac});let en,j=0;class wt{}function ot(){return"object"==typeof window?window:{}}class de{constructor(B,ue){this.callbackMap=B,this.document=ue,this.resolvedPromise=Promise.resolve()}nextCallback(){return"ng_jsonp_callback_"+j++}handle(B){if("JSONP"!==B.method)throw new Error("JSONP requests must use JSONP request method.");if("json"!==B.responseType)throw new Error("JSONP requests must use Json response type.");if(B.headers.keys().length>0)throw new Error("JSONP requests do not support headers.");return new Q.y(ue=>{const Ie=this.nextCallback(),ht=B.urlWithParams.replace(/=JSONP_CALLBACK(&|$)/,`=${Ie}$1`),qe=this.document.createElement("script");qe.src=ht;let Jt=null,Me=!1;this.callbackMap[Ie]=Fe=>{delete this.callbackMap[Ie],Jt=Fe,Me=!0};const O=()=>{qe.parentNode&&qe.parentNode.removeChild(qe),delete this.callbackMap[Ie]};return qe.addEventListener("load",Fe=>{this.resolvedPromise.then(()=>{O(),Me?(ue.next(new p1({body:Jt,status:200,statusText:"OK",url:ht})),ue.complete()):ue.error(new Z1({url:ht,status:0,statusText:"JSONP Error",error:new Error("JSONP injected script did not invoke callback.")}))})}),qe.addEventListener("error",Fe=>{O(),ue.error(new Z1({error:Fe,status:0,statusText:"JSONP Error",url:ht}))}),this.document.body.appendChild(qe),ue.next({type:Be.Sent}),()=>{Me||this.removeListeners(qe),O()}})}removeListeners(B){en||(en=this.document.implementation.createHTMLDocument()),en.adoptNode(B)}}function $e(xe,B){return"JSONP"===xe.method?(0,_.f3M)(de).handle(xe):B(xe)}de.\u0275fac=function(B){return new(B||de)(_.LFG(wt),_.LFG(o.K0))},de.\u0275prov=_.Yz7({token:de,factory:de.\u0275fac});class Ae{constructor(B){this.injector=B}intercept(B,ue){return this.injector.runInContext(()=>$e(B,Ie=>ue.handle(Ie)))}}Ae.\u0275fac=function(B){return new(B||Ae)(_.LFG(_.lqb))},Ae.\u0275prov=_.Yz7({token:Ae,factory:Ae.\u0275fac});const N=/^\)\]\}',?\n/;class je{constructor(B){this.xhrFactory=B}handle(B){if("JSONP"===B.method)throw new Error("Attempted to construct Jsonp request without HttpClientJsonpModule installed.");return new Q.y(ue=>{const Ie=this.xhrFactory.build();if(Ie.open(B.method,B.urlWithParams),B.withCredentials&&(Ie.withCredentials=!0),B.headers.forEach((He,it)=>Ie.setRequestHeader(He,it.join(","))),B.headers.has("Accept")||Ie.setRequestHeader("Accept","application/json, text/plain, */*"),!B.headers.has("Content-Type")){const He=B.detectContentTypeHeader();null!==He&&Ie.setRequestHeader("Content-Type",He)}if(B.responseType){const He=B.responseType.toLowerCase();Ie.responseType="json"!==He?He:"text"}const ht=B.serializeBody();let qe=null;const Jt=()=>{if(null!==qe)return qe;const He=Ie.statusText||"OK",it=new ye(Ie.getAllResponseHeaders()),jt=function he(xe){return"responseURL"in xe&&xe.responseURL?xe.responseURL:/^X-Request-URL:/m.test(xe.getAllResponseHeaders())?xe.getResponseHeader("X-Request-URL"):null}(Ie)||B.url;return qe=new Gt({headers:it,status:Ie.status,statusText:He,url:jt}),qe},Me=()=>{let{headers:He,status:it,statusText:jt,url:N1}=Jt(),Xt=null;204!==it&&(Xt=typeof Ie.response>"u"?Ie.responseText:Ie.response),0===it&&(it=Xt?200:0);let Wt=it>=200&&it<300;if("json"===B.responseType&&"string"==typeof Xt){const Ut=Xt;Xt=Xt.replace(N,"");try{Xt=""!==Xt?JSON.parse(Xt):null}catch(v2){Xt=Ut,Wt&&(Wt=!1,Xt={error:v2,text:Xt})}}Wt?(ue.next(new p1({body:Xt,headers:He,status:it,statusText:jt,url:N1||void 0})),ue.complete()):ue.error(new Z1({error:Xt,headers:He,status:it,statusText:jt,url:N1||void 0}))},O=He=>{const{url:it}=Jt(),jt=new Z1({error:He,status:Ie.status||0,statusText:Ie.statusText||"Unknown Error",url:it||void 0});ue.error(jt)};let W=!1;const be=He=>{W||(ue.next(Jt()),W=!0);let it={type:Be.DownloadProgress,loaded:He.loaded};He.lengthComputable&&(it.total=He.total),"text"===B.responseType&&Ie.responseText&&(it.partialText=Ie.responseText),ue.next(it)},Fe=He=>{let it={type:Be.UploadProgress,loaded:He.loaded};He.lengthComputable&&(it.total=He.total),ue.next(it)};return Ie.addEventListener("load",Me),Ie.addEventListener("error",O),Ie.addEventListener("timeout",O),Ie.addEventListener("abort",O),B.reportProgress&&(Ie.addEventListener("progress",be),null!==ht&&Ie.upload&&Ie.upload.addEventListener("progress",Fe)),Ie.send(ht),ue.next({type:Be.Sent}),()=>{Ie.removeEventListener("error",O),Ie.removeEventListener("abort",O),Ie.removeEventListener("load",Me),Ie.removeEventListener("timeout",O),B.reportProgress&&(Ie.removeEventListener("progress",be),null!==ht&&Ie.upload&&Ie.upload.removeEventListener("progress",Fe)),Ie.readyState!==Ie.DONE&&Ie.abort()}})}}je.\u0275fac=function(B){return new(B||je)(_.LFG(o.JF))},je.\u0275prov=_.Yz7({token:je,factory:je.\u0275fac});const ut=new _.OlP("XSRF_ENABLED"),Pt="XSRF-TOKEN",At=new _.OlP("XSRF_COOKIE_NAME",{providedIn:"root",factory:()=>Pt}),Lt="X-XSRF-TOKEN",dt=new _.OlP("XSRF_HEADER_NAME",{providedIn:"root",factory:()=>Lt});class Je{}class Tt{constructor(B,ue,Ie){this.doc=B,this.platform=ue,this.cookieName=Ie,this.lastCookieString="",this.lastToken=null,this.parseCount=0}getToken(){if("server"===this.platform)return null;const B=this.doc.cookie||"";return B!==this.lastCookieString&&(this.parseCount++,this.lastToken=(0,o.Mx)(B,this.cookieName),this.lastCookieString=B),this.lastToken}}function ft(xe,B){const ue=xe.url.toLowerCase();if(!(0,_.f3M)(ut)||"GET"===xe.method||"HEAD"===xe.method||ue.startsWith("http://")||ue.startsWith("https://"))return B(xe);const Ie=(0,_.f3M)(Je).getToken(),ht=(0,_.f3M)(dt);return null!=Ie&&!xe.headers.has(ht)&&(xe=xe.clone({headers:xe.headers.set(ht,Ie)})),B(xe)}Tt.\u0275fac=function(B){return new(B||Tt)(_.LFG(o.K0),_.LFG(_.Lbi),_.LFG(At))},Tt.\u0275prov=_.Yz7({token:Tt,factory:Tt.\u0275fac});class Se{constructor(B){this.injector=B}intercept(B,ue){return this.injector.runInContext(()=>ft(B,Ie=>ue.handle(Ie)))}}var Rt;function W1(xe,B){return{\u0275kind:xe,\u0275providers:B}}Se.\u0275fac=function(B){return new(B||Se)(_.LFG(_.lqb))},Se.\u0275prov=_.Yz7({token:Se,factory:Se.\u0275fac}),function(xe){xe[xe.Interceptors=0]="Interceptors",xe[xe.LegacyInterceptors=1]="LegacyInterceptors",xe[xe.CustomXsrfConfiguration=2]="CustomXsrfConfiguration",xe[xe.NoXsrfProtection=3]="NoXsrfProtection",xe[xe.JsonpSupport=4]="JsonpSupport",xe[xe.RequestsMadeViaParent=5]="RequestsMadeViaParent"}(Rt||(Rt={}));const Y2=new _.OlP("LEGACY_INTERCEPTOR_FN");function E2({cookieName:xe,headerName:B}){const ue=[];return void 0!==xe&&ue.push({provide:At,useValue:xe}),void 0!==B&&ue.push({provide:dt,useValue:B}),W1(Rt.CustomXsrfConfiguration,ue)}class J1{static disable(){return{ngModule:J1,providers:[W1(Rt.NoXsrfProtection,[{provide:ut,useValue:!1}]).\u0275providers]}}static withOptions(B={}){return{ngModule:J1,providers:E2(B).\u0275providers}}}J1.\u0275fac=function(B){return new(B||J1)},J1.\u0275mod=_.oAB({type:J1}),J1.\u0275inj=_.cJS({providers:[Se,{provide:y1,useExisting:Se,multi:!0},{provide:Je,useClass:Tt},E2({cookieName:Pt,headerName:Lt}).\u0275providers,{provide:ut,useValue:!0}]});class fn{}fn.\u0275fac=function(B){return new(B||fn)},fn.\u0275mod=_.oAB({type:fn}),fn.\u0275inj=_.cJS({providers:[function yn(...xe){const B=[Ct,je,r1,{provide:se,useExisting:r1},{provide:le,useExisting:je},{provide:M1,useValue:ft,multi:!0},{provide:ut,useValue:!0},{provide:Je,useClass:Tt}];for(const ue of xe)B.push(...ue.\u0275providers);return(0,_.MR2)(B)}(function pt(){return W1(Rt.LegacyInterceptors,[{provide:Y2,useFactory:xt},{provide:M1,useExisting:Y2,multi:!0}])}())]});class tn{}tn.\u0275fac=function(B){return new(B||tn)},tn.\u0275mod=_.oAB({type:tn}),tn.\u0275inj=_.cJS({providers:[function R2(){return W1(Rt.JsonpSupport,[de,{provide:wt,useFactory:ot},{provide:M1,useValue:$e,multi:!0}])}().\u0275providers]})},8:(_t,we,I)=>{"use strict";I.d(we,{AFp:()=>vc,ip1:()=>bc,CZH:()=>Di,hGG:()=>J5,z2F:()=>Ii,ahi:()=>E6,sBO:()=>Uc,wA2:()=>Zf,_Vd:()=>Wi,EJc:()=>qf,Xek:()=>yc,SBq:()=>Yi,lqb:()=>Nr,qLn:()=>No,vpe:()=>ti,AA_:()=>i8,tBr:()=>I3,GSi:()=>ps,OlP:()=>cn,zs3:()=>O3,IIB:()=>Kf,ZZ4:()=>ni,aQg:()=>ri,soG:()=>$4,LVF:()=>Qf,h0i:()=>Z5,R0b:()=>vr,FiY:()=>hi,r_U:()=>Yf,Lbi:()=>$f,g9A:()=>wc,E6H:()=>Wf,Qsj:()=>S0,FYo:()=>k0,JOm:()=>go,q3G:()=>Yr,PiD:()=>gi,WD2:()=>Yn,tp0:()=>V3,Rgc:()=>W5,dDg:()=>$5,eoX:()=>Uo,GfV:()=>F0,s_b:()=>b6,ifc:()=>Xt,Lck:()=>Rd,eFA:()=>Nc,G48:()=>Cp,Gpc:()=>te,f3M:()=>Me,MR2:()=>F9,_c5:()=>Tp,c2e:()=>Q5,zSh:()=>R8,wAp:()=>jo,vHH:()=>ge,lri:()=>Pc,rWj:()=>Oc,JZr:()=>Ce,EiD:()=>v0,mCW:()=>P3,qzn:()=>Hi,JVY:()=>c0,pB0:()=>Po,eBb:()=>O8,L6k:()=>w9,LAX:()=>u0,D6c:()=>Ap,cg1:()=>_a,kuF:()=>rt,kL8:()=>X7,dqk:()=>pt,CqO:()=>Ve,QGY:()=>fe,F4k:()=>Ue,zlt:()=>Fl,RDi:()=>b9,AaK:()=>Le,z3N:()=>Ar,qOj:()=>i6,TTD:()=>v3,_Bn:()=>Il,xp6:()=>Q0,uIk:()=>U5,ekj:()=>ha,Xpm:()=>Zn,lG2:()=>I2,Yz7:()=>Ae,cJS:()=>he,oAB:()=>kn,Yjl:()=>n2,Y36:()=>Fr,_UZ:()=>f,BQk:()=>R,ynx:()=>x,qZA:()=>a,TgZ:()=>r,EpF:()=>X,n5z:()=>L6,LFG:()=>qe,$8M:()=>X5,NdJ:()=>We,CRH:()=>$l,kcU:()=>_e,O4$:()=>S,oxw:()=>u1,Hsn:()=>K2,F$t:()=>m3,Q6J:()=>c6,VKq:()=>Rl,iGM:()=>Yl,KtG:()=>g2,evT:()=>B0,Jf7:()=>z0,CHM:()=>X2,kYT:()=>i3,Udp:()=>pa,YNc:()=>z4,_uU:()=>k7,Oqu:()=>Ca,hij:()=>U4,AsE:()=>ma,Gf:()=>Ql});var o=I(218),_=I(957),H=I(901),Q=I(286),F=I(14);function z(){return function(t){return t.lift(new Y(t))}}class Y{constructor(t){this.connectable=t}call(t,n){const{connectable:i}=this;i._refCount++;const s=new J(t,i),l=n.subscribe(s);return s.closed||(s.connection=i.connect()),l}}class J extends F.L{constructor(t,n){super(t),this.connectable=n}_unsubscribe(){const{connectable:t}=this;if(!t)return void(this.connection=null);this.connectable=null;const n=t._refCount;if(n<=0)return void(this.connection=null);if(t._refCount=n-1,n>1)return void(this.connection=null);const{connection:i}=this,s=t._connection;this.connection=null,s&&(!i||s===i)&&s.unsubscribe()}}class ie extends H.y{constructor(t,n){super(),this.source=t,this.subjectFactory=n,this._refCount=0,this._isComplete=!1}_subscribe(t){return this.getSubject().subscribe(t)}getSubject(){const t=this._subject;return(!t||t.isStopped)&&(this._subject=this.subjectFactory()),this._subject}connect(){let t=this._connection;return t||(this._isComplete=!1,t=this._connection=new _.w,t.add(this.source.subscribe(new V(this.getSubject(),this))),t.closed&&(this._connection=null,t=_.w.EMPTY)),t}refCount(){return z()(this)}}const U=(()=>{const e=ie.prototype;return{operator:{value:null},_refCount:{value:0,writable:!0},_subject:{value:null,writable:!0},_connection:{value:null,writable:!0},_subscribe:{value:e._subscribe},_isComplete:{value:e._isComplete,writable:!0},getSubject:{value:e.getSubject},connect:{value:e.connect},refCount:{value:e.refCount}}})();class V extends o.Yc{constructor(t,n){super(t),this.connectable=n}_error(t){this._unsubscribe(),super._error(t)}_complete(){this.connectable._isComplete=!0,this._unsubscribe(),super._complete()}_unsubscribe(){const t=this.connectable;if(t){this.connectable=null;const n=t._connection;t._refCount=0,t._subject=null,t._connection=null,n&&n.unsubscribe()}}}class De{constructor(t,n){this.subjectFactory=t,this.selector=n}call(t,n){const{selector:i}=this,s=this.subjectFactory(),l=i(s).subscribe(t);return l.add(n.subscribe(s)),l}}function Oe(){return new o.xQ}function ce(){return e=>z()(function ye(e,t){return function(i){let s;if(s="function"==typeof e?e:function(){return e},"function"==typeof t)return i.lift(new De(s,t));const l=Object.create(i,U);return l.source=i,l.subjectFactory=s,l}}(Oe)(e))} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ -new v.GfV("14.2.5"); + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */function q(e){for(let t in e)if(e[t]===q)return t;throw Error("Could not find renamed property on target object.")}function ae(e,t){for(const n in t)t.hasOwnProperty(n)&&!e.hasOwnProperty(n)&&(e[n]=t[n])}function Le(e){if("string"==typeof e)return e;if(Array.isArray(e))return"["+e.map(Le).join(", ")+"]";if(null==e)return""+e;if(e.overriddenName)return`${e.overriddenName}`;if(e.name)return`${e.name}`;const t=e.toString();if(null==t)return""+t;const n=t.indexOf("\n");return-1===n?t:t.substring(0,n)}function Ne(e,t){return null==e||""===e?null===t?"":t:null==t||""===t?e:e+" "+t}const Ee=q({__forward_ref__:q});function te(e){return e.__forward_ref__=te,e.toString=function(){return Le(this())},e}function G(e){return me(e)?e():e}function me(e){return"function"==typeof e&&e.hasOwnProperty(Ee)&&e.__forward_ref__===te}function D(e){return e&&!!e.\u0275providers}const Ce="https://g.co/ng/security#xss";class ge extends Error{constructor(t,n){super(rt(t,n)),this.code=t}}function rt(e,t){return`NG0${Math.abs(e)}${t?": "+t.trim():""}`}function Be(e){return"string"==typeof e?e:null==e?"":String(e)}function Ye(e){return"function"==typeof e?e.name||e.toString():"object"==typeof e&&null!=e&&"function"==typeof e.type?e.type.name||e.type.toString():Be(e)}function L1(e,t){throw new ge(-201,!1)}function y1(e,t,n){e!=t&&wt(n,e,t,"==")}function Te(e,t){null==e&&wt(t,e,null,"!=")}function wt(e,t,n,i){throw new Error(`ASSERTION ERROR: ${e}`+(null==i?"":` [Expected=> ${n} ${i} ${t} <=Actual]`))}function Ae(e){return{token:e.token,providedIn:e.providedIn||null,factory:e.factory,value:void 0}}function he(e){return{providers:e.providers||[],imports:e.imports||[]}}function je(e){return Pt(e,dt)||Pt(e,Tt)}function Pt(e,t){return e.hasOwnProperty(t)?e[t]:null}function Lt(e){return e&&(e.hasOwnProperty(Je)||e.hasOwnProperty(ft))?e[Je]:null}const dt=q({\u0275prov:q}),Je=q({\u0275inj:q}),Tt=q({ngInjectableDef:q}),ft=q({ngInjectorDef:q});var Se,e;let Rt;function yn(e){const t=Rt;return Rt=e,t}function x1(e,t,n){const i=je(e);return i&&"root"==i.providedIn?void 0===i.value?i.value=i.factory():i.value:n&Se.Optional?null:void 0!==t?t:void L1(Le(e))}(e=Se||(Se={}))[e.Default=0]="Default",e[e.Host=1]="Host",e[e.Self=2]="Self",e[e.SkipSelf=4]="SkipSelf",e[e.Optional=8]="Optional";const pt=(()=>typeof globalThis<"u"&&globalThis||typeof global<"u"&&global||typeof window<"u"&&window||typeof self<"u"&&typeof WorkerGlobalScope<"u"&&self instanceof WorkerGlobalScope&&self)();const bn={},J1="__NG_DI_FLAG__",fn="ngTempTokenPath",tn="ngTokenPath",e2=/\n/gm,xe="\u0275",B="__source";let ue;function Ie(e){const t=ue;return ue=e,t}function ht(e,t=Se.Default){if(void 0===ue)throw new ge(-203,!1);return null===ue?x1(e,void 0,t):ue.get(e,t&Se.Optional?null:void 0,t)}function qe(e,t=Se.Default){return(function W1(){return Rt}()||ht)(G(e),t)}function Jt(e){throw new ge(202,!1)}function Me(e,t=Se.Default){return qe(e,O(t))}function O(e){return typeof e>"u"||"number"==typeof e?e:0|(e.optional&&8)|(e.host&&1)|(e.self&&2)|(e.skipSelf&&4)}function W(e){const t=[];for(let n=0;n ");else if("object"==typeof t){let l=[];for(let d in t)if(t.hasOwnProperty(d)){let C=t[d];l.push(d+":"+("string"==typeof C?JSON.stringify(C):Le(C)))}s=`{${l.join(", ")}}`}return`${n}${i?"("+i+")":""}[${s}]: ${e.replace(e2,"\n ")}`}("\n"+e.message,s,n,i),e[tn]=s,e[fn]=null,e}function jt(e){return{toString:e}.toString()}var N1,Xt;!function(e){e[e.OnPush=0]="OnPush",e[e.Default=1]="Default"}(N1||(N1={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(Xt||(Xt={}));const Wt={},Ut=[],v2=q({\u0275cmp:q}),d2=q({\u0275dir:q}),Nn=q({\u0275pipe:q}),vt=q({\u0275mod:q}),nn=q({\u0275fac:q}),r3=q({__NG_ELEMENT_ID__:q});let t2=0;function Zn(e){return jt(()=>{const t=Sn(e),n={...t,decls:e.decls,vars:e.vars,template:e.template,consts:e.consts||null,ngContentSelectors:e.ngContentSelectors,onPush:e.changeDetection===N1.OnPush,directiveDefs:null,pipeDefs:null,dependencies:t.standalone&&e.dependencies||null,getStandaloneInjector:null,data:e.data||{},encapsulation:e.encapsulation||Xt.Emulated,id:"c"+t2++,styles:e.styles||Ut,_:null,schemas:e.schemas||null,tView:null};Fn(n);const i=e.dependencies;return n.directiveDefs=Rn(i,!1),n.pipeDefs=Rn(i,!0),n})}function rr(e,t,n){const i=e.\u0275cmp;i.directiveDefs=Rn(t,!1),i.pipeDefs=Rn(n,!0)}function pn(e){return i1(e)||P1(e)}function Mr(e){return null!==e}function kn(e){return jt(()=>({type:e.type,bootstrap:e.bootstrap||Ut,declarations:e.declarations||Ut,imports:e.imports||Ut,exports:e.exports||Ut,transitiveCompileScopes:null,schemas:e.schemas||null,id:e.id||null}))}function i3(e,t){return jt(()=>{const n=vn(e,!0);n.declarations=t.declarations||Ut,n.imports=t.imports||Ut,n.exports=t.exports||Ut})}function o3(e,t){if(null==e)return Wt;const n={};for(const i in e)if(e.hasOwnProperty(i)){let s=e[i],l=s;Array.isArray(s)&&(l=s[1],s=s[0]),n[s]=i,t&&(t[s]=l)}return n}function I2(e){return jt(()=>{const t=Sn(e);return Fn(t),t})}function n2(e){return{type:e.type,name:e.name,factory:null,pure:!1!==e.pure,standalone:!0===e.standalone,onDestroy:e.type.prototype.ngOnDestroy||null}}function i1(e){return e[v2]||null}function P1(e){return e[d2]||null}function In(e){return e[Nn]||null}function x2(e){const t=i1(e)||P1(e)||In(e);return null!==t&&t.standalone}function vn(e,t){const n=e[vt]||null;if(!n&&!0===t)throw new Error(`Type ${Le(e)} does not have '\u0275mod' property.`);return n}function Sn(e){const t={};return{type:e.type,providersResolver:null,factory:null,hostBindings:e.hostBindings||null,hostVars:e.hostVars||0,hostAttrs:e.hostAttrs||null,contentQueries:e.contentQueries||null,declaredInputs:t,exportAs:e.exportAs||null,standalone:!0===e.standalone,selectors:e.selectors||Ut,viewQuery:e.viewQuery||null,features:e.features||null,setInput:null,findHostDirectiveDefs:null,hostDirectives:null,inputs:o3(e.inputs,t),outputs:o3(e.outputs)}}function Fn(e){e.features?.forEach(t=>t(e))}function Rn(e,t){if(!e)return null;const n=t?In:pn;return()=>("function"==typeof e?e():e).map(i=>n(i)).filter(Mr)}const r2=0,tt=1,Dt=2,D1=3,E1=4,hn=5,G1=6,gn=7,g1=8,Cn=9,Wn=10,yt=11,R3=12,i2=13,Q2=14,Kn=15,c1=16,f2=17,H1=18,R1=19,k1=20,$2=21,b1=22,p2=1,s3=2,C1=7,K1=8,Mn=9,xn=10;function Vt(e){return Array.isArray(e)&&"object"==typeof e[p2]}function mt(e){return Array.isArray(e)&&!0===e[p2]}function rn(e){return 0!=(4&e.flags)}function h2(e){return e.componentOffset>-1}function o2(e){return 1==(1&e.flags)}function q1(e){return!!e.template}function B2(e){return 0!=(256&e[Dt])}function jn(e,t){return e.hasOwnProperty(nn)?e[nn]:null}class Yn{constructor(t,n,i){this.previousValue=t,this.currentValue=n,this.firstChange=i}isFirstChange(){return this.firstChange}}function v3(){return Yt}function Yt(e){return e.type.prototype.ngOnChanges&&(e.setInput=a2),A2}function A2(){const e=M2(this),t=e?.current;if(t){const n=e.previous;if(n===Wt)e.previous=t;else for(let i in t)n[i]=t[i];e.current=null,this.ngOnChanges(t)}}function a2(e,t,n,i){const s=this.declaredInputs[n],l=M2(e)||function si(e,t){return e[sr]=t}(e,{previous:Wt,current:null}),d=l.current||(l.current={}),C=l.previous,b=C[s];d[s]=new Yn(b&&b.currentValue,t,C===Wt),e[i]=t}v3.ngInherit=!0;const sr="__ngSimpleChanges__";function M2(e){return e[sr]||null}let B3=null;const X1=function(e,t,n){B3?.(e,t,n)},l3="svg",M3="math";function Q1(e){for(;Array.isArray(e);)e=e[r2];return e}function S1(e,t){return Q1(t[e])}function sn(e,t){return Q1(t[e.index])}function ar(e,t){return e.data[t]}function Qn(e,t){return e[t]}function B1(e,t){const n=t[e];return Vt(n)?n:n[r2]}function h(e){return 64==(64&e[Dt])}function K(e,t){return null==t?null:e[t]}function ze(e){e[H1]=0}function Ft(e,t){e[hn]+=t;let n=e,i=e[D1];for(;null!==i&&(1===t&&1===n[hn]||-1===t&&0===n[hn]);)i[hn]+=t,n=i,i=i[D1]}const gt={lFrame:U3(null),bindingsEnabled:!0};function lr(){return gt.bindingsEnabled}function N2(){gt.bindingsEnabled=!0}function Hr(){gt.bindingsEnabled=!1}function Ge(){return gt.lFrame.lView}function qt(){return gt.lFrame.tView}function X2(e){return gt.lFrame.contextLView=e,e[g1]}function g2(e){return gt.lFrame.contextLView=null,e}function $1(){let e=cr();for(;null!==e&&64===e.type;)e=e.parent;return e}function cr(){return gt.lFrame.currentTNode}function Un(){const e=gt.lFrame,t=e.currentTNode;return e.isParent?t:t.parent}function On(e,t){const n=gt.lFrame;n.currentTNode=e,n.isParent=t}function Ln(){return gt.lFrame.isParent}function $n(){gt.lFrame.isParent=!1}function Dn(){const e=gt.lFrame;let t=e.bindingRootIndex;return-1===t&&(t=e.bindingRootIndex=e.tView.bindingStartIndex),t}function w2(){return gt.lFrame.bindingIndex}function c3(e){return gt.lFrame.bindingIndex=e}function e3(){return gt.lFrame.bindingIndex++}function re(e){const t=gt.lFrame,n=t.bindingIndex;return t.bindingIndex=t.bindingIndex+e,n}function Pe(e){gt.lFrame.inI18n=e}function ct(e,t){const n=gt.lFrame;n.bindingIndex=n.bindingRootIndex=e,s1(t)}function s1(e){gt.lFrame.currentDirectiveIndex=e}function an(e){const t=gt.lFrame.currentDirectiveIndex;return-1===t?null:e[t]}function w1(){return gt.lFrame.currentQueryIndex}function J3(e){gt.lFrame.currentQueryIndex=e}function xi(e){const t=e[tt];return 2===t.type?t.declTNode:1===t.type?e[G1]:null}function L2(e,t,n){if(n&Se.SkipSelf){let s=t,l=e;for(;(s=s.parent,null===s&&!(n&Se.Host))&&(s=xi(l),!(null===s||(l=l[Kn],10&s.type))););if(null===s)return!1;t=s,e=l}const i=gt.lFrame=ai();return i.currentTNode=t,i.lView=e,!0}function q3(e){const t=ai(),n=e[tt];gt.lFrame=t,t.currentTNode=n.firstChild,t.lView=e,t.tView=n,t.contextLView=e,t.bindingIndex=n.bindingStartIndex,t.inI18n=!1}function ai(){const e=gt.lFrame,t=null===e?null:e.child;return null===t?U3(e):t}function U3(e){const t={currentTNode:null,isParent:!0,lView:null,tView:null,selectedIndex:-1,contextLView:null,elementDepthCount:0,currentNamespace:null,currentDirectiveIndex:-1,bindingRootIndex:-1,bindingIndex:-1,currentQueryIndex:0,parent:e,child:null,inI18n:!1};return null!==e&&(e.child=t),t}function fr(){const e=gt.lFrame;return gt.lFrame=e.parent,e.currentTNode=null,e.lView=null,e}const pr=fr;function m1(){const e=fr();e.isParent=!0,e.tView=null,e.selectedIndex=-1,e.contextLView=null,e.elementDepthCount=0,e.currentDirectiveIndex=-1,e.currentNamespace=null,e.bindingRootIndex=-1,e.bindingIndex=-1,e.currentQueryIndex=0}function Pi(e){return(gt.lFrame.contextLView=function li(e,t){for(;e>0;)t=t[Kn],e--;return t}(e,gt.lFrame.contextLView))[g1]}function y(){return gt.lFrame.selectedIndex}function g(e){gt.lFrame.selectedIndex=e}function L(){const e=gt.lFrame;return ar(e.tView,e.selectedIndex)}function S(){gt.lFrame.currentNamespace=l3}function ne(){gt.lFrame.currentNamespace=M3}function _e(){!function Qe(){gt.lFrame.currentNamespace=null}()}function f1(e,t){for(let n=t.directiveStart,i=t.directiveEnd;n=i)break}else t[b]<0&&(e[H1]+=65536),(C>11>16&&(3&e[Dt])===t){e[Dt]+=2048,X1(4,C,l);try{l.call(C)}finally{X1(5,C,l)}}}else{X1(4,C,l);try{l.call(C)}finally{X1(5,C,l)}}}const F1=-1;class j1{constructor(t,n,i){this.factory=t,this.resolving=!1,this.canSeeViewProviders=n,this.injectImpl=i}}function V2(e,t,n){let i=0;for(;it){d=l-1;break}}}for(;l>16}(e),i=t;for(;n>0;)i=i[Kn],n--;return i}let v=!0;function T(e){const t=v;return v=e,t}const Ze=255,Xe=5;let nt=0;const It={};function T1(e,t){const n=l2(e,t);if(-1!==n)return n;const i=t[tt];i.firstCreatePass&&(e.injectorIndex=t.length,m2(i.data,e),m2(t,null),m2(i.blueprint,null));const s=f3(e,t),l=e.injectorIndex;if(u(s)){const d=c(s),C=m(s,t),b=C[tt].data;for(let E=0;E<8;E++)t[l+E]=C[d+E]|b[d+E]}return t[l+8]=s,l}function m2(e,t){e.push(0,0,0,0,0,0,0,0,t)}function l2(e,t){return-1===e.injectorIndex||e.parent&&e.parent.injectorIndex===e.injectorIndex||null===t[e.injectorIndex+8]?-1:e.injectorIndex}function f3(e,t){if(e.parent&&-1!==e.parent.injectorIndex)return e.parent.injectorIndex;let n=0,i=null,s=t;for(;null!==s;){if(i=D6(s),null===i)return F1;if(n++,s=s[Kn],-1!==i.injectorIndex)return i.injectorIndex|n<<16}return F1}function _2(e,t,n){!function l1(e,t,n){let i;"string"==typeof n?i=n.charCodeAt(0)||0:n.hasOwnProperty(r3)&&(i=n[r3]),null==i&&(i=n[r3]=nt++);const s=i&Ze,l=1<>Xe)]|=l}(e,t,n)}function k(e,t,n){if(n&Se.Optional||void 0!==e)return e;L1()}function X3(e,t,n,i){if(n&Se.Optional&&void 0===i&&(i=null),!(n&(Se.Self|Se.Host))){const s=e[Cn],l=yn(void 0);try{return s?s.get(t,i,n&Se.Optional):x1(t,i,n&Se.Optional)}finally{yn(l)}}return k(i,0,n)}function er(e,t,n,i=Se.Default,s){if(null!==e){if(1024&t[Dt]){const d=function Dr(e,t,n,i,s){let l=e,d=t;for(;null!==l&&null!==d&&1024&d[Dt]&&!(256&d[Dt]);){const C=L3(l,d,n,i|Se.Self,It);if(C!==It)return C;let b=l.parent;if(!b){const E=d[$2];if(E){const A=E.get(n,It,i);if(A!==It)return A}b=D6(d),d=d[Kn]}l=b}return s}(e,t,n,i,It);if(d!==It)return d}const l=L3(e,t,n,i,It);if(l!==It)return l}return X3(t,n,i,s)}function L3(e,t,n,i,s){const l=function e9(e){if("string"==typeof e)return e.charCodeAt(0)||0;const t=e.hasOwnProperty(r3)?e[r3]:void 0;return"number"==typeof t?t>=0?t&Ze:t9:t}(n);if("function"==typeof l){if(!L2(t,e,i))return i&Se.Host?k(s,0,i):X3(t,n,i,s);try{const d=l(i);if(null!=d||i&Se.Optional)return d;L1()}finally{pr()}}else if("number"==typeof l){let d=null,C=l2(e,t),b=F1,E=i&Se.Host?t[c1][G1]:null;for((-1===C||i&Se.SkipSelf)&&(b=-1===C?f3(e,t):t[C+8],b!==F1&&w6(i,!1)?(d=t[tt],C=c(b),t=m(b,t)):C=-1);-1!==C;){const A=t[tt];if(Zr(l,C,A.data)){const Z=_1(C,t,n,d,i,E);if(Z!==It)return Z}b=t[C+8],b!==F1&&w6(i,t[tt].data[C+8]===E)&&Zr(l,C,t)?(d=A,C=c(b),t=m(b,t)):C=-1}}return s}function _1(e,t,n,i,s,l){const d=t[tt],C=d.data[e+8],A=Zo(C,d,n,null==i?h2(C)&&v:i!=d&&0!=(3&C.type),s&Se.Host&&l===C);return null!==A?ui(t,d,A,C):It}function Zo(e,t,n,i,s){const l=e.providerIndexes,d=t.data,C=1048575&l,b=e.directiveStart,E=e.directiveEnd,A=l>>20,ee=s?C+A:E;for(let ve=i?C:C+A;ve=b&&Re.type===n)return ve}if(s){const ve=d[b];if(ve&&q1(ve)&&ve.type===n)return b}return null}function ui(e,t,n,i){let s=e[n];const l=t.data;if(function Jn(e){return e instanceof j1}(s)){const d=s;d.resolving&&function Gt(e,t){const n=t?`. Dependency path: ${t.join(" > ")} > ${e}`:"";throw new ge(-200,`Circular dependency in DI detected for ${e}${n}`)}(Ye(l[n]));const C=T(d.canSeeViewProviders);d.resolving=!0;const b=d.injectImpl?yn(d.injectImpl):null;L2(e,i,Se.Default);try{s=e[n]=d.factory(void 0,l,e,i),t.firstCreatePass&&n>=i.directiveStart&&function O1(e,t,n){const{ngOnChanges:i,ngOnInit:s,ngDoCheck:l}=t.type.prototype;if(i){const d=Yt(t);(n.preOrderHooks??(n.preOrderHooks=[])).push(e,d),(n.preOrderCheckHooks??(n.preOrderCheckHooks=[])).push(e,d)}s&&(n.preOrderHooks??(n.preOrderHooks=[])).push(0-e,s),l&&((n.preOrderHooks??(n.preOrderHooks=[])).push(e,l),(n.preOrderCheckHooks??(n.preOrderCheckHooks=[])).push(e,l))}(n,l[n],t)}finally{null!==b&&yn(b),T(C),d.resolving=!1,pr()}}return s}function Zr(e,t,n){const i=1<>Xe)]&i)}function w6(e,t){return!(e&Se.Self||e&Se.Host&&t)}class Oi{constructor(t,n){this._tNode=t,this._lView=n}get(t,n,i){return er(this._tNode,this._lView,t,O(i),n)}}function t9(){return new Oi($1(),Ge())}function L6(e){return jt(()=>{const t=e.prototype.constructor,n=t[nn]||q5(t),i=Object.prototype;let s=Object.getPrototypeOf(e.prototype).constructor;for(;s&&s!==i;){const l=s[nn]||q5(s);if(l&&l!==n)return l;s=Object.getPrototypeOf(s)}return l=>new l})}function q5(e){return me(e)?()=>{const t=q5(G(e));return t&&t()}:jn(e)}function D6(e){const t=e[tt],n=t.type;return 2===n?t.declTNode:1===n?e[G1]:null}function X5(e){return function p3(e,t){if("class"===t)return e.classes;if("style"===t)return e.styles;const n=e.attrs;if(n){const i=n.length;let s=0;for(;s{const l=e8(t);function d(...C){if(this instanceof d)return l.call(this,...C),this;const b=new d(...C);return function(A){return s&&s(A,...C),(A.hasOwnProperty(Ti)?A[Ti]:Object.defineProperty(A,Ti,{value:[]})[Ti]).push(b),i&&i(A),A}}return n&&(d.prototype=Object.create(n.prototype)),d.prototype.ngMetadataName=e,d.annotationCls=d,d})}function e8(e){return function(...n){if(e){const i=e(...n);for(const s in i)this[s]=i[s]}}}function ki(e,t,n){return jt(()=>{const i=e8(t);function s(...l){if(this instanceof s)return i.apply(this,l),this;const d=new s(...l);return C.annotation=d,C;function C(b,E,A){const Z=b.hasOwnProperty(Ai)?b[Ai]:Object.defineProperty(b,Ai,{value:[]})[Ai];for(;Z.length<=A;)Z.push(null);return(Z[A]=Z[A]||[]).push(d),b}}return n&&(s.prototype=Object.create(n.prototype)),s.prototype.ngMetadataName=e,s.annotationCls=s,s})}function Wr(e,t,n,i){return jt(()=>{const s=e8(t);function l(...d){if(this instanceof l)return s.apply(this,d),this;const C=new l(...d);return function b(E,A){const Z=E.constructor,ee=Z.hasOwnProperty(Ni)?Z[Ni]:Object.defineProperty(Z,Ni,{value:{}})[Ni];ee[A]=ee.hasOwnProperty(A)&&ee[A]||[],ee[A].unshift(C),i&&i(E,A,...d)}}return n&&(l.prototype=Object.create(n.prototype)),l.prototype.ngMetadataName=e,l.annotationCls=l,l})}const E6=ki("Attribute",e=>({attributeName:e,__NG_ELEMENT_ID__:()=>X5(e)}));class cn{constructor(t,n){this._desc=t,this.ngMetadataName="InjectionToken",this.\u0275prov=void 0,"number"==typeof n?this.__NG_ELEMENT_ID__=n:void 0!==n&&(this.\u0275prov=Ae({token:this,providedIn:n.providedIn||"root",factory:n.factory}))}get multi(){return this}toString(){return`InjectionToken ${this._desc}`}}new cn("AnalyzeForEntryComponents");class Wo{}Wr("ContentChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!1,descendants:!1,emitDistinctChangesOnly:true,...t}),Wo),Wr("ContentChild",(e,t={})=>({selector:e,first:!0,isViewQuery:!1,descendants:!0,...t}),Wo),Wr("ViewChildren",(e,t={})=>({selector:e,first:!1,isViewQuery:!0,descendants:!0,emitDistinctChangesOnly:true,...t}),Wo),Wr("ViewChild",(e,t)=>({selector:e,first:!0,isViewQuery:!0,descendants:!0,...t}),Wo);var di,x6,t8;function c2(e){const t=pt.ng;if(t&&t.\u0275compilerFacade)return t.\u0275compilerFacade;throw new Error("JIT compiler unavailable")}!function(e){e[e.Directive=0]="Directive",e[e.Component=1]="Component",e[e.Injectable=2]="Injectable",e[e.Pipe=3]="Pipe",e[e.NgModule=4]="NgModule"}(di||(di={})),function(e){e[e.Directive=0]="Directive",e[e.Pipe=1]="Pipe",e[e.NgModule=2]="NgModule"}(x6||(x6={})),function(e){e[e.Emulated=0]="Emulated",e[e.None=2]="None",e[e.ShadowDom=3]="ShadowDom"}(t8||(t8={}));const n8=Function;function lo(e){return"function"==typeof e}function G2(e){return e.flat(Number.POSITIVE_INFINITY)}function gr(e,t){e.forEach(n=>Array.isArray(n)?gr(n,t):t(n))}function P6(e,t,n){t>=e.length?e.push(n):e.splice(t,0,n)}function co(e,t){return t>=e.length-1?e.pop():e.splice(t,1)[0]}function uo(e,t){const n=[];for(let i=0;i=0?e[1|i]=n:(i=~i,function fi(e,t,n,i){let s=e.length;if(s==t)e.push(n,i);else if(1===s)e.push(i,e[0]),e[0]=n;else{for(s--,e.push(e[s-1],e[s]);s>t;){const l=s-2;e[s]=e[l],s--}e[t]=n,e[t+1]=i}}(e,i,t,n)),i}function Ko(e,t){const n=pi(e,t);if(n>=0)return e[1|n]}function pi(e,t){return Ir(e,t,1)}function Ir(e,t,n){let i=0,s=e.length>>n;for(;s!==i;){const l=i+(s-i>>1),d=e[l<t?s=l:i=l+1}return~(s<new t(...n)}_zipTypesAndAnnotations(t,n){let i;i=uo(typeof t>"u"?n.length:t.length);for(let s=0;s"u"?i[s]=[]:t[s]&&t[s]!=Object?i[s]=[t[s]]:i[s]=[],n&&null!=n[s]&&(i[s]=i[s].concat(n[s]));return i}_ownParameters(t,n){if(function A6(e){return T6.test(e)||r9.test(e)||n9.test(e)&&!Qo.test(e)}(t.toString()))return null;if(t.parameters&&t.parameters!==n.parameters)return t.parameters;const s=t.ctorParameters;if(s&&s!==n.ctorParameters){const C="function"==typeof s?s():s,b=C.map(A=>A&&A.type),E=C.map(A=>A&&fo(A.decorators));return this._zipTypesAndAnnotations(b,E)}const l=t.hasOwnProperty(Ai)&&t[Ai],d=this._reflect&&this._reflect.getOwnMetadata&&this._reflect.getOwnMetadata("design:paramtypes",t);return d||l?this._zipTypesAndAnnotations(d,l):uo(t.length)}parameters(t){if(!lo(t))return[];const n=po(t);let i=this._ownParameters(t,n);return!i&&n!==Object&&(i=this.parameters(n)),i||[]}_ownAnnotations(t,n){if(t.annotations&&t.annotations!==n.annotations){let i=t.annotations;return"function"==typeof i&&i.annotations&&(i=i.annotations),i}return t.decorators&&t.decorators!==n.decorators?fo(t.decorators):t.hasOwnProperty(Ti)?t[Ti]:null}annotations(t){if(!lo(t))return[];const n=po(t),i=this._ownAnnotations(t,n)||[];return(n!==Object?this.annotations(n):[]).concat(i)}_ownPropMetadata(t,n){if(t.propMetadata&&t.propMetadata!==n.propMetadata){let i=t.propMetadata;return"function"==typeof i&&i.propMetadata&&(i=i.propMetadata),i}if(t.propDecorators&&t.propDecorators!==n.propDecorators){const i=t.propDecorators,s={};return Object.keys(i).forEach(l=>{s[l]=fo(i[l])}),s}return t.hasOwnProperty(Ni)?t[Ni]:null}propMetadata(t){if(!lo(t))return{};const n=po(t),i={};if(n!==Object){const l=this.propMetadata(n);Object.keys(l).forEach(d=>{i[d]=l[d]})}const s=this._ownPropMetadata(t,n);return s&&Object.keys(s).forEach(l=>{const d=[];i.hasOwnProperty(l)&&d.push(...i[l]),d.push(...s[l]),i[l]=d}),i}ownPropMetadata(t){return lo(t)&&this._ownPropMetadata(t,po(t))||{}}hasLifecycleHook(t,n){return t instanceof n8&&n in t.prototype}}function fo(e){return e?e.map(t=>new(0,t.type.annotationCls)(...t.args?t.args:[])):[]}function po(e){const t=e.prototype?Object.getPrototypeOf(e.prototype):null;return(t?t.constructor:null)||Object}const I3=be(ki("Inject",e=>({token:e})),-1),hi=be(ki("Optional"),8),gi=be(ki("Self"),2),V3=be(ki("SkipSelf"),4),i8=be(ki("Host"),1);let H2=null;function Ci(){return H2=H2||new k2}function $o(e){return N6(Ci().parameters(e))}function N6(e){return e.map(t=>function i9(e){const t={token:null,attribute:null,host:!1,optional:!1,self:!1,skipSelf:!1};if(Array.isArray(e)&&e.length>0)for(let n=0;n|^->||--!>|)/,c9="\u200b$1\u200b";function K6(e){return e.replace(Co,t=>t.replace(W6,c9))}const h3=new Map;let u9=0;const Ri="__ngContext__";function S2(e,t){Vt(t)?(e[Ri]=t[k1],function u8(e){h3.set(e[k1],e)}(t)):e[Ri]=t}let m8;function _8(e,t){return m8(e,t)}function zi(e){const t=e[D1];return mt(t)?t[D1]:t}function i5(e){return nr(e[i2])}function Z2(e){return nr(e[E1])}function nr(e){for(;null!==e&&!mt(e);)e=e[E1];return e}function Bi(e,t,n,i,s){if(null!=i){let l,d=!1;mt(i)?l=i:Vt(i)&&(d=!0,i=i[r2]);const C=Q1(i);0===e&&null!==n?null==s?Mo(t,n,C):Kr(t,n,C,s||null,!0):1===e&&null!==n?Kr(t,n,C,s||null,!0):2===e?Do(t,C,d):3===e&&t.destroyNode(C),null!=l&&function E8(e,t,n,i,s){const l=n[C1],d=Q1(n);l!==d&&Bi(t,e,i,l,s);for(let C=xn;C0&&(n[s-1][E1]=t),i0&&(e[n-1][E1]=i[E1]);const l=co(e,xn+t);!function q6(e,t){Cr(e,t,t[yt],2,null,null),t[r2]=null,t[G1]=null}(i[tt],i);const d=l[R1];null!==d&&d.detachView(l[tt]),i[D1]=null,i[E1]=null,i[Dt]&=-65}return i}function bo(e,t){if(!(128&t[Dt])){const n=t[yt];n.destroyNode&&Cr(e,t,n,3,null,null),function Ui(e){let t=e[i2];if(!t)return a5(e[tt],e);for(;t;){let n=null;if(Vt(t))n=t[i2];else{const i=t[xn];i&&(n=i)}if(!n){for(;t&&!t[E1]&&t!==e;)Vt(t)&&a5(t[tt],t),t=t[D1];null===t&&(t=e),Vt(t)&&a5(t[tt],t),n=t&&t[E1]}t=n}}(t)}}function a5(e,t){if(!(128&t[Dt])){t[Dt]&=-65,t[Dt]|=128,function v8(e,t){let n;if(null!=e&&null!=(n=e.destroyHooks))for(let i=0;i=0?i[s=d]():i[s=-d].unsubscribe(),l+=2}else{const d=i[s=n[l+1]];n[l].call(d)}if(null!==i){for(let l=s+1;l-1){const{encapsulation:l}=e.data[i.directiveStart+s];if(l===Xt.None||l===Xt.Emulated)return null}return sn(i,n)}}function Kr(e,t,n,i,s){e.insertBefore(t,n,i,s)}function Mo(e,t,n){e.appendChild(t,n)}function M8(e,t,n,i,s){null!==i?Kr(e,t,n,i,s):Mo(e,t,n)}function wo(e,t){return e.parentNode(t)}function L8(e,t,n){return t0(e,t,n)}function D8(e,t,n){return 40&e.type?sn(e,n):null}let c5,y2,P8,D2,t0=D8;function n0(e,t){t0=e,c5=t}function u5(e,t,n,i){const s=vo(e,i,t),l=t[yt],C=L8(i.parent||t[G1],i,t);if(null!=s)if(Array.isArray(n))for(let b=0;be,createScript:e=>e,createScriptURL:e=>e})}catch{}return y2}function Gi(e){return x8()?.createHTML(e)||e}function y9(e,t,n){const i=Ge(),s=L(),l=sn(s,i);if(2===s.type&&"iframe"===t.toLowerCase()){const d=l;d.src="",d.srcdoc=Gi(""),Do(i[yt],d);throw new ge(-910,!1)}return e}function b9(e){P8=e}function mr(){return void 0!==P8?P8:typeof document<"u"?document:void 0}function Io(){if(void 0===D2&&(D2=null,pt.trustedTypes))try{D2=pt.trustedTypes.createPolicy("angular#unsafe-bypass",{createHTML:e=>e,createScript:e=>e,createScriptURL:e=>e})}catch{}return D2}function i0(e){return Io()?.createHTML(e)||e}function p5(e){return Io()?.createScript(e)||e}function o0(e){return Io()?.createScriptURL(e)||e}class yi{constructor(t){this.changingThisBreaksApplicationSecurity=t}toString(){return`SafeValue must use [property]=binding: ${this.changingThisBreaksApplicationSecurity} (see ${Ce})`}}class xo extends yi{getTypeName(){return"HTML"}}class s0 extends yi{getTypeName(){return"Style"}}class a0 extends yi{getTypeName(){return"Script"}}class v9 extends yi{getTypeName(){return"URL"}}class M9 extends yi{getTypeName(){return"ResourceURL"}}function Ar(e){return e instanceof yi?e.changingThisBreaksApplicationSecurity:e}function Hi(e,t){const n=function l0(e){return e instanceof yi&&e.getTypeName()||null}(e);if(null!=n&&n!==t){if("ResourceURL"===n&&"URL"===t)return!0;throw new Error(`Required a safe ${t}, got a ${n} (see ${Ce})`)}return n===t}function c0(e){return new xo(e)}function w9(e){return new s0(e)}function O8(e){return new a0(e)}function u0(e){return new v9(e)}function Po(e){return new M9(e)}function h5(e){const t=new f0(e);return function g5(){try{return!!(new window.DOMParser).parseFromString(Gi(""),"text/html")}catch{return!1}}()?new d0(t):t}class d0{constructor(t){this.inertDocumentHelper=t}getInertBodyElement(t){t=""+t;try{const n=(new window.DOMParser).parseFromString(Gi(t),"text/html").body;return null===n?this.inertDocumentHelper.getInertBodyElement(t):(n.removeChild(n.firstChild),n)}catch{return null}}}class f0{constructor(t){this.defaultDoc=t,this.inertDocument=this.defaultDoc.implementation.createHTMLDocument("sanitization-inert")}getInertBodyElement(t){const n=this.inertDocument.createElement("template");return n.innerHTML=Gi(t),n}}const p0=/^(?!javascript:)(?:[a-z0-9+.-]+:|[^&:\/?#]*(?:[\/?#]|$))/i;function P3(e){return(e=String(e)).match(p0)?e:"unsafe:"+e}function t3(e){const t={};for(const n of e.split(","))t[n]=!0;return t}function Oo(...e){const t={};for(const n of e)for(const i in n)n.hasOwnProperty(i)&&(t[i]=!0);return t}const T8=t3("area,br,col,hr,img,wbr"),h0=t3("colgroup,dd,dt,li,p,tbody,td,tfoot,th,thead,tr"),g0=t3("rp,rt"),L9=Oo(g0,h0),D9=Oo(h0,t3("address,article,aside,blockquote,caption,center,del,details,dialog,dir,div,dl,figure,figcaption,footer,h1,h2,h3,h4,h5,h6,header,hgroup,hr,ins,main,map,menu,nav,ol,pre,section,summary,table,ul")),E9=Oo(g0,t3("a,abbr,acronym,audio,b,bdi,bdo,big,br,cite,code,del,dfn,em,font,i,img,ins,kbd,label,map,mark,picture,q,ruby,rp,rt,s,samp,small,source,span,strike,strong,sub,sup,time,track,tt,u,var,video")),A8=Oo(T8,D9,E9,L9),N8=t3("background,cite,href,itemtype,longdesc,poster,src,xlink:href"),I9=t3("abbr,accesskey,align,alt,autoplay,axis,bgcolor,border,cellpadding,cellspacing,class,clear,color,cols,colspan,compact,controls,coords,datetime,default,dir,download,face,headers,height,hidden,hreflang,hspace,ismap,itemscope,itemprop,kind,label,lang,language,loop,media,muted,nohref,nowrap,open,preload,rel,rev,role,rows,rowspan,rules,scope,scrolling,shape,size,sizes,span,srclang,srcset,start,summary,tabindex,target,title,translate,type,usemap,valign,value,vspace,width"),x9=t3("aria-activedescendant,aria-atomic,aria-autocomplete,aria-busy,aria-checked,aria-colcount,aria-colindex,aria-colspan,aria-controls,aria-current,aria-describedby,aria-details,aria-disabled,aria-dropeffect,aria-errormessage,aria-expanded,aria-flowto,aria-grabbed,aria-haspopup,aria-hidden,aria-invalid,aria-keyshortcuts,aria-label,aria-labelledby,aria-level,aria-live,aria-modal,aria-multiline,aria-multiselectable,aria-orientation,aria-owns,aria-placeholder,aria-posinset,aria-pressed,aria-readonly,aria-relevant,aria-required,aria-roledescription,aria-rowcount,aria-rowindex,aria-rowspan,aria-selected,aria-setsize,aria-sort,aria-valuemax,aria-valuemin,aria-valuenow,aria-valuetext"),C0=Oo(N8,I9,x9),P9=t3("script,style,template");class m0{constructor(){this.sanitizedSomething=!1,this.buf=[]}sanitizeChildren(t){let n=t.firstChild,i=!0;for(;n;)if(n.nodeType===Node.ELEMENT_NODE?i=this.startElement(n):n.nodeType===Node.TEXT_NODE?this.chars(n.nodeValue):this.sanitizedSomething=!0,i&&n.firstChild)n=n.firstChild;else for(;n;){n.nodeType===Node.ELEMENT_NODE&&this.endElement(n);let s=this.checkClobberedElement(n,n.nextSibling);if(s){n=s;break}n=this.checkClobberedElement(n,n.parentNode)}return this.buf.join("")}startElement(t){const n=t.nodeName.toLowerCase();if(!A8.hasOwnProperty(n))return this.sanitizedSomething=!0,!P9.hasOwnProperty(n);this.buf.push("<"),this.buf.push(n);const i=t.attributes;for(let s=0;s"),!0}endElement(t){const n=t.nodeName.toLowerCase();A8.hasOwnProperty(n)&&!T8.hasOwnProperty(n)&&(this.buf.push(""))}chars(t){this.buf.push(b0(t))}checkClobberedElement(t,n){if(n&&(t.compareDocumentPosition(n)&Node.DOCUMENT_POSITION_CONTAINED_BY)===Node.DOCUMENT_POSITION_CONTAINED_BY)throw new Error(`Failed to sanitize html because the element is clobbered: ${t.outerHTML}`);return n}}const _0=/[\uD800-\uDBFF][\uDC00-\uDFFF]/g,y0=/([^\#-~ |!])/g;function b0(e){return e.replace(/&/g,"&").replace(_0,function(t){return"&#"+(1024*(t.charCodeAt(0)-55296)+(t.charCodeAt(1)-56320)+65536)+";"}).replace(y0,function(t){return"&#"+t.charCodeAt(0)+";"}).replace(//g,">")}let C5;function v0(e,t){let n=null;try{C5=C5||h5(e);let i=t?String(t):"";n=C5.getInertBodyElement(i);let s=5,l=i;do{if(0===s)throw new Error("Failed to sanitize html because the input is unstable");s--,i=l,l=n.innerHTML,n=C5.getInertBodyElement(i)}while(i!==l);return Gi((new m0).sanitizeChildren(m5(n)||n))}finally{if(n){const i=m5(n)||n;for(;i.firstChild;)i.removeChild(i.firstChild)}}}function m5(e){return"content"in e&&function O9(e){return e.nodeType===Node.ELEMENT_NODE&&"TEMPLATE"===e.nodeName}(e)?e.content:null}var Yr;function T9(e){const t=To();return t?i0(t.sanitize(Yr.HTML,e)||""):Hi(e,"HTML")?i0(Ar(e)):v0(mr(),Be(e))}function A9(e){const t=To();return t?t.sanitize(Yr.STYLE,e)||"":Hi(e,"Style")?Ar(e):Be(e)}function M0(e){const t=To();return t?t.sanitize(Yr.URL,e)||"":Hi(e,"URL")?Ar(e):P3(Be(e))}function w0(e){const t=To();if(t)return o0(t.sanitize(Yr.RESOURCE_URL,e)||"");if(Hi(e,"ResourceURL"))return o0(Ar(e));throw new ge(904,!1)}function H3(e){const t=To();if(t)return p5(t.sanitize(Yr.SCRIPT,e)||"");if(Hi(e,"Script"))return p5(Ar(e));throw new ge(905,!1)}function N9(e){return Gi(e[0])}function k9(e){return function m9(e){return x8()?.createScriptURL(e)||e}(e[0])}function L0(e,t,n){return function S9(e,t){return"src"===t&&("embed"===e||"frame"===e||"iframe"===e||"media"===e||"script"===e)||"href"===t&&("base"===e||"link"===e)?w0:M0}(t,n)(e)}function To(){const e=Ge();return e&&e[R3]}!function(e){e[e.NONE=0]="NONE",e[e.HTML=1]="HTML",e[e.STYLE=2]="STYLE",e[e.SCRIPT=3]="SCRIPT",e[e.URL=4]="URL",e[e.RESOURCE_URL=5]="RESOURCE_URL"}(Yr||(Yr={}));const D0=new cn("ENVIRONMENT_INITIALIZER"),_5=new cn("INJECTOR",-1),E0=new cn("INJECTOR_DEF_TYPES");class I0{get(t,n=bn){if(n===bn){const i=new Error(`NullInjectorError: No provider for ${Le(t)}!`);throw i.name="NullInjectorError",i}return n}}function F9(e){return{\u0275providers:e}}function R9(...e){return{\u0275providers:x0(!0,e),\u0275fromNgModule:!0}}function x0(e,...t){const n=[],i=new Set;let s;return gr(t,l=>{const d=l;k8(d,n,[],i)&&(s||(s=[]),s.push(d))}),void 0!==s&&P0(s,n),n}function P0(e,t){for(let n=0;n{t.push(l)})}}function k8(e,t,n,i){if(!(e=G(e)))return!1;let s=null,l=Lt(e);const d=!l&&i1(e);if(l||d){if(d&&!d.standalone)return!1;s=e}else{const b=e.ngModule;if(l=Lt(b),!l)return!1;s=b}const C=i.has(s);if(d){if(C)return!1;if(i.add(s),d.dependencies){const b="function"==typeof d.dependencies?d.dependencies():d.dependencies;for(const E of b)k8(E,t,n,i)}}else{if(!l)return!1;{if(null!=l.imports&&!C){let E;i.add(s);try{gr(l.imports,A=>{k8(A,t,n,i)&&(E||(E=[]),E.push(A))})}finally{}void 0!==E&&P0(E,t)}if(!C){const E=jn(s)||(()=>new s);t.push({provide:s,useFactory:E,deps:Ut},{provide:E0,useValue:s,multi:!0},{provide:D0,useValue:()=>qe(s),multi:!0})}const b=l.providers;if(null!=b&&!C){S8(b,A=>{t.push(A)})}}}return s!==e&&void 0!==e.providers}function S8(e,t){for(let n of e)D(n)&&(n=n.\u0275providers),Array.isArray(n)?S8(n,t):t(n)}const z9=q({provide:String,useValue:q});function F8(e){return null!==e&&"object"==typeof e&&z9 in e}function O0(e){return!(!e||!e.useExisting)}function T0(e){return!(!e||!e.useFactory)}function bi(e){return"function"==typeof e}const R8=new cn("Set Injector scope."),y5={},j9={};let z8;function b5(){return void 0===z8&&(z8=new I0),z8}class Nr{}class B8 extends Nr{get destroyed(){return this._destroyed}constructor(t,n,i,s){super(),this.parent=n,this.source=i,this.scopes=s,this.records=new Map,this._ngOnDestroyHooks=new Set,this._onDestroyHooks=[],this._destroyed=!1,v5(t,d=>this.processProvider(d)),this.records.set(_5,Zi(void 0,this)),s.has("environment")&&this.records.set(Nr,Zi(void 0,this));const l=this.records.get(R8);null!=l&&"string"==typeof l.value&&this.scopes.add(l.value),this.injectorDefTypes=new Set(this.get(E0.multi,Ut,Se.Self))}destroy(){this.assertNotDestroyed(),this._destroyed=!0;try{for(const t of this._ngOnDestroyHooks)t.ngOnDestroy();for(const t of this._onDestroyHooks)t()}finally{this.records.clear(),this._ngOnDestroyHooks.clear(),this.injectorDefTypes.clear(),this._onDestroyHooks.length=0}}onDestroy(t){this._onDestroyHooks.push(t)}runInContext(t){this.assertNotDestroyed();const n=Ie(this),i=yn(void 0);try{return t()}finally{Ie(n),yn(i)}}get(t,n=bn,i=Se.Default){this.assertNotDestroyed(),i=O(i);const s=Ie(this),l=yn(void 0);try{if(!(i&Se.SkipSelf)){let C=this.records.get(t);if(void 0===C){const b=function Z9(e){return"function"==typeof e||"object"==typeof e&&e instanceof cn}(t)&&je(t);C=b&&this.injectableDefInScope(b)?Zi(j8(t),y5):null,this.records.set(t,C)}if(null!=C)return this.hydrate(t,C)}const d=i&Se.Self?b5():this.parent;return n=i&Se.Optional&&n===bn?null:n,d.get(t,n)}catch(d){if("NullInjectorError"===d.name){if((d[fn]=d[fn]||[]).unshift(Le(t)),s)throw d;return He(d,t,"R3InjectorError",this.source)}throw d}finally{yn(l),Ie(s)}}resolveInjectorInitializers(){const t=Ie(this),n=yn(void 0);try{const i=this.get(D0.multi,Ut,Se.Self);for(const s of i)s()}finally{Ie(t),yn(n)}}toString(){const t=[],n=this.records;for(const i of n.keys())t.push(Le(i));return`R3Injector[${t.join(", ")}]`}assertNotDestroyed(){if(this._destroyed)throw new ge(205,!1)}processProvider(t){let n=bi(t=G(t))?t:G(t&&t.provide);const i=function V9(e){if(F8(e))return Zi(void 0,e.useValue);return Zi(A0(e),y5)}(t);if(bi(t)||!0!==t.multi){this.records.get(n)}else{let s=this.records.get(n);s||(s=Zi(void 0,y5,!0),s.factory=()=>W(s.multi),this.records.set(n,s)),n=t,s.multi.push(t)}this.records.set(n,i)}hydrate(t,n){return n.value===y5&&(n.value=j9,n.value=n.factory()),"object"==typeof n.value&&n.value&&function H9(e){return null!==e&&"object"==typeof e&&"function"==typeof e.ngOnDestroy}(n.value)&&this._ngOnDestroyHooks.add(n.value),n.value}injectableDefInScope(t){if(!t.providedIn)return!1;const n=G(t.providedIn);return"string"==typeof n?"any"===n||this.scopes.has(n):this.injectorDefTypes.has(n)}}function j8(e){const t=je(e),n=null!==t?t.factory:jn(e);if(null!==n)return n;if(e instanceof cn)throw new ge(204,!1);if(e instanceof Function)return function U9(e){const t=e.length;if(t>0){uo(t,"?");throw new ge(204,!1)}const n=function At(e){return e&&(e[dt]||e[Tt])||null}(e);return null!==n?()=>n.factory(e):()=>new e}(e);throw new ge(204,!1)}function A0(e,t,n){let i;if(bi(e)){const s=G(e);return jn(s)||j8(s)}if(F8(e))i=()=>G(e.useValue);else if(T0(e))i=()=>e.useFactory(...W(e.deps||[]));else if(O0(e))i=()=>qe(G(e.useExisting));else{const s=G(e&&(e.useClass||e.provide));if(!function G9(e){return!!e.deps}(e))return jn(s)||j8(s);i=()=>new s(...W(e.deps))}return i}function Zi(e,t,n=!1){return{factory:e,value:t,multi:n?[]:void 0}}function v5(e,t){for(const n of e)Array.isArray(n)?v5(n,t):n&&D(n)?v5(n.\u0275providers,t):t(n)}class W9{}class Ao{}const N0="ngComponent";class Y9{resolveComponentFactory(t){throw function K9(e){const t=Error(`No component factory found for ${Le(e)}. Did you add it to @NgModule.entryComponents?`);return t[N0]=e,t}(t)}}class Wi{}function Ki(e,t){return new Yi(sn(e,t))}Wi.NULL=new Y9;class Yi{constructor(t){this.nativeElement=t}}function $9(e){return e instanceof Yi?e.nativeElement:e}Yi.__NG_ELEMENT_ID__=function Q9(){return Ki($1(),Ge())};class k0{}class S0{}S0.__NG_ELEMENT_ID__=()=>function J9(){const e=Ge(),n=B1($1().index,e);return(Vt(n)?n:e)[yt]}();class U8{}U8.\u0275prov=Ae({token:U8,providedIn:"root",factory:()=>null});class F0{constructor(t){this.full=t,this.major=t.split(".")[0],this.minor=t.split(".")[1],this.patch=t.split(".").slice(2).join(".")}}const q9=new F0("15.2.10"),V8={},M5="ngOriginalError";function G8(e){return e[M5]}class No{constructor(){this._console=console}handleError(t){const n=this._findOriginalError(t);this._console.error("ERROR",t),n&&this._console.error("ORIGINAL ERROR",n)}_findOriginalError(t){let n=t&&G8(t);for(;n&&G8(n);)n=G8(n);return n||null}}function z0(e){return e.ownerDocument.defaultView}function B0(e){return e.ownerDocument}function ns(e){return e.ownerDocument.body}function kr(e){return e instanceof Function?e():e}function U0(e,t,n){let i=e.length;for(;;){const s=e.indexOf(t,n);if(-1===s)return s;if(0===s||e.charCodeAt(s-1)<=32){const l=t.length;if(s+l===i||e.charCodeAt(s+l)<=32)return s}n=s+1}}const Z8="ng-template";function V0(e,t,n){let i=0,s=!0;for(;il?"":s[Z+1].toLowerCase();const ve=8&i?ee:null;if(ve&&-1!==U0(ve,E,0)||2&i&&E!==ee){if(Z3(i))return!1;d=!0}}}}else{if(!d&&!Z3(i)&&!Z3(b))return!1;if(d&&Z3(b))continue;d=!1,i=b|1&i}}return Z3(i)||d}function Z3(e){return 0==(1&e)}function Z0(e,t,n,i){if(null===t)return-1;let s=0;if(i||!n){let l=!1;for(;s-1)for(n++;n0?'="'+C+'"':"")+"]"}else 8&i?s+="."+d:4&i&&(s+=" "+d);else""!==s&&!Z3(d)&&(t+=K0(l,s),s=""),i=d,l=l||!Z3(i);n++}return""!==s&&(t+=K0(l,s)),t}const Kt={};function Q0(e){$0(qt(),Ge(),y()+e,!1)}function $0(e,t,n,i){if(!i)if(3==(3&t[Dt])){const l=e.preOrderCheckHooks;null!==l&&e1(t,l,n)}else{const l=e.preOrderHooks;null!==l&&Ot(t,l,0,n)}g(n)}const J0={\u0275\u0275defineInjectable:Ae,\u0275\u0275defineInjector:he,\u0275\u0275inject:qe,\u0275\u0275invalidFactoryDep:Jt,resolveForwardRef:G};function ls(e,t){let n=null,i=null;e.hasOwnProperty(dt)||Object.defineProperty(e,dt,{get:()=>(null===n&&(n=c2().compileInjectable(J0,`ng:///${e.name}/\u0275prov.js`,function fs(e,t){const n=t||{providedIn:null},i={name:e.name,type:e,typeArgumentCount:0,providedIn:n.providedIn};return(q0(n)||X0(n))&&void 0!==n.deps&&(i.deps=N6(n.deps)),q0(n)?i.useClass=n.useClass:function us(e){return cs in e}(n)?i.useValue=n.useValue:X0(n)?i.useFactory=n.useFactory:function ds(e){return void 0!==e.useExisting}(n)&&(i.useExisting=n.useExisting),i}(e,t))),n)}),e.hasOwnProperty(nn)||Object.defineProperty(e,nn,{get:()=>{if(null===i){const s=c2();i=s.compileFactory(J0,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,typeArgumentCount:0,deps:$o(e),target:s.FactoryTarget.Injectable})}return i},configurable:!0})}const cs=q({provide:String,useValue:q});function q0(e){return void 0!==e.useClass}function X0(e){return void 0!==e.useFactory}const ps=D3("Injectable",void 0,void 0,void 0,(e,t)=>ls(e,t));function W3(e,t=null,n=null,i){const s=e4(e,t,n,i);return s.resolveInjectorInitializers(),s}function e4(e,t=null,n=null,i,s=new Set){const l=[n||Ut,R9(e)];return i=i||("object"==typeof e?void 0:Le(e)),new B8(l,t||b5(),i||null,s)}class O3{static create(t,n){if(Array.isArray(t))return W3({name:""},n,t,"");{const i=t.name??"";return W3({name:i},t.parent,t.providers,i)}}}function Zt(e){return e.length>1?" ("+function vi(e){const t=[];for(let n=0;n-1)return t.push(e[n]),t;t.push(e[n])}return t}(e.slice().reverse()).map(i=>Le(i.token)).join(" -> ")+")":""}function K8(e,t,n,i){const s=[t],l=n(s),d=i?function R0(e,t){const n=`${e} caused by: ${t instanceof Error?t.message:t}`,i=Error(n);return i[M5]=t,i}(l,i):Error(l);return d.addKey=g3,d.keys=s,d.injectors=[e],d.constructResolvingMessage=n,d[M5]=i,d}function g3(e,t){this.injectors.push(e),this.keys.push(t),this.message=this.constructResolvingMessage(this.keys)}function t4(e,t){const n=[];for(let i=0,s=t.length;iqe(_5)}),O3.__NG_ELEMENT_ID__=-1;class $r{constructor(t,n){if(this.token=t,this.id=n,!t)throw new ge(208,!1);this.displayName=Le(this.token)}static get(t){return n4.get(G(t))}static get numberOfKeys(){return n4.numberOfKeys}}const n4=new class Y8{constructor(){this._allKeys=new Map}get(t){if(t instanceof $r)return t;if(this._allKeys.has(t))return this._allKeys.get(t);const n=new $r(t,$r.numberOfKeys);return this._allKeys.set(t,n),n}get numberOfKeys(){return this._allKeys.size}};class K3{constructor(t,n,i){this.key=t,this.optional=n,this.visibility=i}static fromKey(t){return new K3(t,!1,null)}}const r4=[];class ko{constructor(t,n,i){this.key=t,this.resolvedFactories=n,this.multiProvider=i,this.resolvedFactory=this.resolvedFactories[0]}}class Tn{constructor(t,n){this.factory=t,this.dependencies=n}}function Gn(e){let t,n;if(e.useClass){const i=G(e.useClass);t=Ci().factory(i),n=s4(i)}else e.useExisting?(t=i=>i,n=[K3.fromKey($r.get(e.useExisting))]):e.useFactory?(t=e.useFactory,n=function bs(e,t){if(t){const n=t.map(i=>[i]);return t.map(i=>a4(e,i,n))}return s4(e)}(e.useFactory,e.deps)):(t=()=>e.useValue,n=r4);return new Tn(t,n)}function i4(e){return new ko($r.get(e.provide),[Gn(e)],e.multi||!1)}function _s(e){const i=function ys(e,t){for(let n=0;n{if(n instanceof n8)t.push({provide:n,useClass:n});else if(n&&"object"==typeof n&&void 0!==n.provide)t.push(n);else{if(!Array.isArray(n))throw function gs(e){return Error(`Invalid provider - only instances of Provider and Type are allowed, got: ${e}`)}(n);o4(n,t)}}),t}function s4(e){const t=Ci().parameters(e);if(!t)return[];if(t.some(n=>null==n))throw t4(e,t);return t.map(n=>a4(e,n,t))}function a4(e,t,n){let i=null,s=!1;if(!Array.isArray(t))return I5(t instanceof I3?t.token:t,s,null);let l=null;for(let d=0;d=this._providers.length)throw function Cs(e){return Error(`Index ${e} is out-of-bounds.`)}(t);return this._providers[t]}_new(t){if(this._constructionCounter++>this._getMaxNumberOfObjects())throw function hs(e,t){return K8(e,t,function(n){return`Cannot instantiate cyclic dependency!${Zt(n)}`})}(this,t.key);return this._instantiateProvider(t)}_getMaxNumberOfObjects(){return this.objs.length}_instantiateProvider(t){if(t.multiProvider){const n=[];for(let i=0;ithis._getByReflectiveDependency(d))}catch(d){throw d.addKey&&d.addKey(this,t.key),d}try{l=i(...s)}catch(d){throw function Qr(e,t,n,i){return K8(e,i,function(s){const l=Le(s[0].token);return`${t.message}: Error during instantiation of ${l}!${Zt(s)}.`},t)}(this,d,d.stack,t.key)}return l}_getByReflectiveDependency(t){return this._getByKey(t.key,t.visibility,t.optional?null:bn)}_getByKey(t,n,i){return t===$i.INJECTOR_KEY?this:n instanceof gi?this._getByKeySelf(t,i):this._getByKeyDefault(t,i,n)}_getObjByKeyId(t){for(let n=0;n' "'+n.key.displayName+'" ').join(", ")}])`}toString(){return this.displayName}}function Fr(e,t=Se.Default){const n=Ge();if(null===n)return qe(e,t);return er($1(),n,G(e),t)}function T3(){throw new Error("invalid")}function c4(e,t){const n=e.contentQueries;if(null!==n)for(let i=0;ib1&&$0(e,t,b1,!1),X1(d?2:0,s),n(i,s)}finally{g(l),X1(d?3:1,s)}}function O5(e,t,n){if(rn(t)){const i=t.directiveStart,s=t.directiveEnd;for(let l=i;l0;){const n=e[--t];if("number"==typeof n&&n<0)return n}return 0})(d)!=C&&d.push(C),d.push(n,i,l)}}(e,t,i,A3(e,n,s.hostVars,Kt),s)}function _r(e,t,n,i,s,l){const d=sn(e,t);X8(t[yt],d,l,e.value,n,i,s)}function X8(e,t,n,i,s,l,d){if(null==l)e.removeAttribute(t,s,n);else{const C=null==d?Be(l):d(l,i||"",s);e.setAttribute(t,s,C,n)}}function Ss(e,t,n,i,s,l){const d=l[t];if(null!==d){const C=i.setInput;for(let b=0;b0&&N5(n)}}function N5(e){for(let i=i5(e);null!==i;i=Z2(i))for(let s=xn;s0&&N5(l)}const n=e[tt].components;if(null!==n)for(let i=0;i0&&N5(s)}}function zs(e,t){const n=B1(t,e),i=n[tt];(function Bs(e,t){for(let n=t.length;n-1&&(s5(t,i),co(n,i))}this._attachedToViewContainer=!1}bo(this._lView[tt],this._lView)}onDestroy(t){d4(this._lView[tt],this._lView,null,t)}markForCheck(){S5(this._cdRefInjectingView||this._lView)}detach(){this._lView[Dt]&=-65}reattach(){this._lView[Dt]|=64}detectChanges(){Rr(this._lView[tt],this._lView,this.context)}checkNoChanges(){}attachToViewContainerRef(){if(this._appRef)throw new ge(902,!1);this._attachedToViewContainer=!0}detachFromAppRef(){this._appRef=null,function X6(e,t){Cr(e,t,t[yt],2,null,null)}(this._lView[tt],this._lView)}attachToAppRef(t){if(this._attachedToViewContainer)throw new ge(902,!1);this._appRef=t}}class js extends Fo{constructor(t){super(t),this._view=t}detectChanges(){const t=this._view;Rr(t[tt],t,t[g1],!1)}checkNoChanges(){}get context(){return null}}class M4 extends Wi{constructor(t){super(),this.ngModule=t}resolveComponentFactory(t){const n=i1(t);return new Ro(n,this.ngModule)}}function w4(e){const t=[];for(let n in e)if(e.hasOwnProperty(n)){const i=e[n];t.push({propName:i,templateName:n})}return t}class Vs{constructor(t,n){this.injector=t,this.parentInjector=n}get(t,n,i){i=O(i);const s=this.injector.get(t,V8,i);return s!==V8||n===V8?s:this.parentInjector.get(t,n,i)}}class Ro extends Ao{get inputs(){return w4(this.componentDef.inputs)}get outputs(){return w4(this.componentDef.outputs)}constructor(t,n){super(),this.componentDef=t,this.ngModule=n,this.componentType=t.type,this.selector=function W8(e){return e.map(as).join(",")}(t.selectors),this.ngContentSelectors=t.ngContentSelectors?t.ngContentSelectors:[],this.isBoundToModule=!!n}create(t,n,i,s){let l=(s=s||this.ngModule)instanceof Nr?s:s?.injector;l&&null!==this.componentDef.getStandaloneInjector&&(l=this.componentDef.getStandaloneInjector(l)||l);const d=l?new Vs(t,l):t,C=d.get(k0,null);if(null===C)throw new ge(407,!1);const b=d.get(U8,null),E=C.createRenderer(null,this.componentDef),A=this.componentDef.selectors[0][0]||"div",Z=i?function ws(e,t,n){const i=n===Xt.ShadowDom;return e.selectRootElement(t,i)}(E,i,this.componentDef.encapsulation):o5(E,A,function Us(e){const t=e.toLowerCase();return"svg"===t?l3:"math"===t?M3:null}(A)),ee=this.componentDef.onPush?288:272,ve=T5(0,null,null,1,0,null,null,null,null,null),Re=x5(null,ve,null,ee,null,null,C,E,b,d,null);let et,at;q3(Re);try{const bt=this.componentDef;let Bt,Ke=null;bt.findHostDirectiveDefs?(Bt=[],Ke=new Map,bt.findHostDirectiveDefs(bt,Bt,Ke),Bt.push(bt)):Bt=[bt];const $t=function Hs(e,t){const n=e[tt],i=b1;return e[i]=t,qi(n,i,2,"#host",null)}(Re,Z),Hn=function Zs(e,t,n,i,s,l,d,C){const b=s[tt];!function Ws(e,t,n,i){for(const s of e)t.mergedAttrs=ci(t.mergedAttrs,s.hostAttrs);null!==t.mergedAttrs&&(F5(t,t.mergedAttrs,!0),null!==n&&I8(i,n,t))}(i,e,t,d);const E=l.createRenderer(t,n),A=x5(s,u4(n),null,n.onPush?32:16,s[e.index],e,l,E,C||null,null,null);return b.firstCreatePass&&u2(b,e,i.length-1),k5(s,A),s[e.index]=A}($t,Z,bt,Bt,Re,C,E);at=ar(ve,b1),Z&&function Ys(e,t,n,i){if(i)V2(e,n,["ng-version",q9.full]);else{const{attrs:s,classes:l}=function Y0(e){const t=[],n=[];let i=1,s=2;for(;i0&&f5(e,n,l.join(" "))}}(E,bt,Z,i),void 0!==n&&function Qs(e,t,n){const i=e.projection=[];for(let s=0;s=0;i--){const s=e[i];s.hostVars=t+=s.hostVars,s.hostAttrs=ci(s.hostAttrs,n=ci(n,s.hostAttrs))}}(i)}function o6(e){return e===Wt?{}:e===Ut?[]:e}function qs(e,t){const n=e.viewQuery;e.viewQuery=n?(i,s)=>{t(i,s),n(i,s)}:t}function s6(e,t){const n=e.contentQueries;e.contentQueries=n?(i,s,l)=>{t(i,s,l),n(i,s,l)}:t}function D4(e,t){const n=e.hostBindings;e.hostBindings=n?(i,s)=>{t(i,s),n(i,s)}:t}const E4=["providersResolver"],Xs=["template","decls","consts","vars","onPush","ngContentSelectors","styles","encapsulation","schemas"];function ea(e){let n,t=L4(e.type);n=q1(e)?t.\u0275cmp:t.\u0275dir;const i=e;for(const s of E4)i[s]=n[s];if(q1(n))for(const s of Xs)i[s]=n[s]}function ta(e){return t=>{t.findHostDirectiveDefs=z5,t.hostDirectives=(Array.isArray(e)?e:e()).map(n=>"function"==typeof n?{directive:G(n),inputs:Wt,outputs:Wt}:{directive:G(n.directive),inputs:I4(n.inputs),outputs:I4(n.outputs)})}}function z5(e,t,n){if(null!==e.hostDirectives)for(const i of e.hostDirectives){const s=P1(i.directive);na(s.declaredInputs,i.inputs),z5(s,t,n),n.set(s,i),t.push(s)}}function I4(e){if(void 0===e||0===e.length)return Wt;const t={};for(let n=0;nd(Q1($t[i.index])):i.index;let Ke=null;if(!d&&C&&(Ke=function Mt(e,t,n,i){const s=e.cleanup;if(null!=s)for(let l=0;lb?C[b]:null}"string"==typeof d&&(l+=2)}return null}(e,t,s,i.index)),null!==Ke){(Ke.__ngLastListenerFn__||Ke).__ngNextListenerFn__=l,Ke.__ngLastListenerFn__=l,ee=!1}else{l=St(i,t,A,l,!1);const $t=n.listen(at,s,l);Z.push(l,$t),E&&E.push(s,Bt,bt,bt+1)}}else l=St(i,t,A,l,!1);const ve=i.outputs;let Re;if(ee&&null!==ve&&(Re=ve[s])){const et=Re.length;if(et)for(let at=0;at-1?B1(e.index,t):t);let b=n1(t,n,i,d),E=l.__ngNextListenerFn__;for(;E;)b=n1(t,n,E,d)&&b,E=E.__ngNextListenerFn__;return s&&!1===b&&(d.preventDefault(),d.returnValue=!1),b}}function u1(e=1){return Pi(e)}function v1(e,t){let n=null;const i=function os(e){const t=e.attrs;if(null!=t){const n=t.indexOf(5);if(!(1&n))return t[n+1]}return null}(e);for(let s=0;s>17&32767}function ua(e){return 2|e}function zo(e){return(131068&e)>>2}function da(e,t){return-131069&e|t<<2}function fa(e){return 1|e}function Xc(e,t,n,i,s,l){let d=l?t.classBindings:t.styleBindings,C=so(d),b=zo(d);e[i]=n;let A,E=!1;if(Array.isArray(n)){const Z=n;A=Z[1],(null===A||pi(Z,A)>0)&&(E=!0)}else A=n;if(s)if(0!==b){const ee=so(e[C+1]);e[i+1]=B4(ee,C),0!==ee&&(e[ee+1]=da(e[ee+1],i)),e[C+1]=function Jc(e,t){return 131071&e|t<<17}(e[C+1],i)}else e[i+1]=B4(C,0),0!==C&&(e[C+1]=da(e[C+1],i)),C=i;else e[i+1]=B4(b,0),0===C?C=i:e[b+1]=da(e[b+1],i),b=i;E&&(e[i+1]=ua(e[i+1])),v7(e,A,i,!0,l),v7(e,A,i,!1,l),function eu(e,t,n,i,s){const l=s?e.residualClasses:e.residualStyles;null!=l&&"string"==typeof t&&pi(l,t)>=0&&(n[i+1]=fa(n[i+1]))}(t,A,e,i,l),d=B4(C,b),l?t.classBindings=d:t.styleBindings=d}function v7(e,t,n,i,s){const l=e[n+1],d=null===t;let C=i?so(l):zo(l),b=!1;for(;0!==C&&(!1===b||d);){const E=e[C],A=e[C+1];tu(E,t)&&(b=!0,e[C+1]=i?fa(A):ua(A)),C=i?so(A):zo(A)}b&&(e[n+1]=i?ua(l):fa(l))}function tu(e,t){return null===e||null==t||(Array.isArray(e)?e[1]:e)===t||!(!Array.isArray(e)||"string"!=typeof t)&&pi(e,t)>=0}const F2={textEnd:0,key:0,keyEnd:0,value:0,valueEnd:0};function M7(e){return e.substring(F2.key,F2.keyEnd)}function nu(e){return e.substring(F2.value,F2.valueEnd)}function w7(e,t){const n=F2.textEnd;return n===t?-1:(t=F2.keyEnd=function ou(e,t,n){for(;t32;)t++;return t}(e,F2.key=t,n),V5(e,t,n))}function L7(e,t){const n=F2.textEnd;let i=F2.key=V5(e,t,n);return n===i?-1:(i=F2.keyEnd=function su(e,t,n){let i;for(;t=65&&(-33&i)<=90||i>=48&&i<=57);)t++;return t}(e,i,n),i=E7(e,i,n,58),i=F2.value=V5(e,i,n),i=F2.valueEnd=function au(e,t,n){let i=-1,s=-1,l=-1,d=t,C=d;for(;d32&&(C=d),l=s,s=i,i=-33&b}return C}(e,i,n),E7(e,i,n,59))}function D7(e){F2.key=0,F2.keyEnd=0,F2.value=0,F2.valueEnd=0,F2.textEnd=e.length}function V5(e,t,n){for(;t=0;n=L7(t,n))O7(e,M7(t),nu(t))}function cu(e){jr(gu,ei,e,!0)}function ei(e,t){for(let n=function ru(e){return D7(e),w7(e,V5(e,0,F2.textEnd))}(t);n>=0;n=w7(t,n))E3(e,M7(t),!0)}function Br(e,t,n,i){const s=Ge(),l=qt(),d=re(2);if(l.firstUpdatePass&&P7(l,e,d,i),t!==Kt&&W2(s,d,t)){T7(l,l.data[y()],s,s[yt],e,s[d+1]=function mu(e,t){return null==e||""===e||("string"==typeof t?e+=t:"object"==typeof e&&(e=Le(Ar(e)))),e}(t,n),i,d)}}function jr(e,t,n,i){const s=qt(),l=re(2);s.firstUpdatePass&&P7(s,null,l,i);const d=Ge();if(n!==Kt&&W2(d,l,n)){const C=s.data[y()];if(N7(C,i)&&!x7(s,l)){let b=i?C.classesWithoutHost:C.stylesWithoutHost;null!==b&&(n=Ne(b,n||"")),u6(s,C,d,n,i)}else!function Cu(e,t,n,i,s,l,d,C){s===Kt&&(s=Ut);let b=0,E=0,A=0=e.expandoStartIndex}function P7(e,t,n,i){const s=e.data;if(null===s[n+1]){const l=s[y()],d=x7(e,n);N7(l,i)&&null===t&&!d&&(t=!1),t=function uu(e,t,n,i){const s=an(e);let l=i?t.residualClasses:t.residualStyles;if(null===s)0===(i?t.classBindings:t.styleBindings)&&(n=ga(null,e,t,n,i),n=f6(n,t.attrs,i),l=null);else{const d=t.directiveStylingLast;if(-1===d||e[d]!==s)if(n=ga(s,e,t,n,i),null===l){let b=function du(e,t,n){const i=n?t.classBindings:t.styleBindings;if(0!==zo(i))return e[so(i)]}(e,t,i);void 0!==b&&Array.isArray(b)&&(b=ga(null,e,t,b[1],i),b=f6(b,t.attrs,i),function fu(e,t,n,i){const s=n?t.classBindings:t.styleBindings;e[so(s)]=i}(e,t,i,b))}else l=function pu(e,t,n){let i;const s=t.directiveEnd;for(let l=1+t.directiveStylingLast;l0;){const b=e[s],E=Array.isArray(b),A=E?b[1]:b,Z=null===A;let ee=n[s+1];ee===Kt&&(ee=Z?Ut:void 0);let ve=Z?Ko(ee,i):A===i?ee:void 0;if(E&&!j4(ve)&&(ve=Ko(b,i)),j4(ve)&&(C=ve,d))return C;const Re=e[s+1];s=d?so(Re):zo(Re)}if(null!==t){let b=l?t.residualClasses:t.residualStyles;null!=b&&(C=Ko(b,i))}return C}function j4(e){return void 0!==e}function N7(e,t){return 0!=(e.flags&(t?8:16))}function k7(e,t=""){const n=Ge(),i=qt(),s=e+b1,l=i.firstCreatePass?qi(i,s,1,t,null):i.data[s],d=n[s]=y8(n[yt],t);u5(i,n,d,l),On(l,!1)}function Ca(e){return U4("",e,""),Ca}function U4(e,t,n){const i=Ge(),s=eo(i,e,t,n);return s!==Kt&&zr(i,y(),s),U4}function ma(e,t,n,i,s){const l=Ge(),d=to(l,e,t,n,i,s);return d!==Kt&&zr(l,y(),d),ma}function S7(e,t,n,i,s,l,d){const C=Ge(),b=Jr(C,e,t,n,i,s,l,d);return b!==Kt&&zr(C,y(),b),S7}function F7(e,t,n,i,s,l,d,C,b){const E=Ge(),A=qr(E,e,t,n,i,s,l,d,C,b);return A!==Kt&&zr(E,y(),A),F7}function R7(e,t,n,i,s,l,d,C,b,E,A){const Z=Ge(),ee=no(Z,e,t,n,i,s,l,d,C,b,E,A);return ee!==Kt&&zr(Z,y(),ee),R7}function z7(e,t,n,i,s,l,d,C,b,E,A,Z,ee){const ve=Ge(),Re=ro(ve,e,t,n,i,s,l,d,C,b,E,A,Z,ee);return Re!==Kt&&zr(ve,y(),Re),z7}function B7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){const et=Ge(),at=io(et,e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re);return at!==Kt&&zr(et,y(),at),B7}function j7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){const bt=Ge(),Bt=oo(bt,e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at);return Bt!==Kt&&zr(bt,y(),Bt),j7}function U7(e){const t=Ge(),n=Xi(t,e);return n!==Kt&&zr(t,y(),n),U7}function _u(e,t,n){jr(E3,ei,eo(Ge(),e,t,n),!0)}function yu(e,t,n,i,s){jr(E3,ei,to(Ge(),e,t,n,i,s),!0)}function bu(e,t,n,i,s,l,d){jr(E3,ei,Jr(Ge(),e,t,n,i,s,l,d),!0)}function vu(e,t,n,i,s,l,d,C,b){jr(E3,ei,qr(Ge(),e,t,n,i,s,l,d,C,b),!0)}function Mu(e,t,n,i,s,l,d,C,b,E,A){jr(E3,ei,no(Ge(),e,t,n,i,s,l,d,C,b,E,A),!0)}function wu(e,t,n,i,s,l,d,C,b,E,A,Z,ee){jr(E3,ei,ro(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee),!0)}function Lu(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){jr(E3,ei,io(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re),!0)}function Du(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){jr(E3,ei,oo(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at),!0)}function Eu(e){jr(E3,ei,Xi(Ge(),e),!0)}function Iu(e,t,n){Xr(eo(Ge(),e,t,n))}function xu(e,t,n,i,s){Xr(to(Ge(),e,t,n,i,s))}function Pu(e,t,n,i,s,l,d){Xr(Jr(Ge(),e,t,n,i,s,l,d))}function Ou(e,t,n,i,s,l,d,C,b){Xr(qr(Ge(),e,t,n,i,s,l,d,C,b))}function Tu(e,t,n,i,s,l,d,C,b,E,A){Xr(no(Ge(),e,t,n,i,s,l,d,C,b,E,A))}function Au(e,t,n,i,s,l,d,C,b,E,A,Z,ee){Xr(ro(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee))}function Nu(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){Xr(io(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re))}function ku(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){Xr(oo(Ge(),e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at))}function Su(e){Xr(Xi(Ge(),e))}function V7(e,t,n,i,s){return Br(e,eo(Ge(),t,n,i),s,!1),V7}function G7(e,t,n,i,s,l,d){return Br(e,to(Ge(),t,n,i,s,l),d,!1),G7}function H7(e,t,n,i,s,l,d,C,b){return Br(e,Jr(Ge(),t,n,i,s,l,d,C),b,!1),H7}function Z7(e,t,n,i,s,l,d,C,b,E,A){return Br(e,qr(Ge(),t,n,i,s,l,d,C,b,E),A,!1),Z7}function W7(e,t,n,i,s,l,d,C,b,E,A,Z,ee){return Br(e,no(Ge(),t,n,i,s,l,d,C,b,E,A,Z),ee,!1),W7}function K7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re){return Br(e,ro(Ge(),t,n,i,s,l,d,C,b,E,A,Z,ee,ve),Re,!1),K7}function Y7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at){return Br(e,io(Ge(),t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et),at,!1),Y7}function Q7(e,t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at,bt,Bt){return Br(e,oo(Ge(),t,n,i,s,l,d,C,b,E,A,Z,ee,ve,Re,et,at,bt),Bt,!1),Q7}function $7(e,t,n){return Br(e,Xi(Ge(),t),n,!1),$7}function J7(e,t,n){const i=Ge();if(W2(i,e3(),t)){k3(qt(),L(),i,e,t,i[yt],n,!0)}return J7}function q7(e,t,n){const i=Ge();if(W2(i,e3(),t)){const l=qt(),d=L();k3(l,d,i,e,t,t6(an(l.data),d,i),n,!0)}return q7}const Bo=void 0;var Ru=["en",[["a","p"],["AM","PM"],Bo],[["AM","PM"],Bo,Bo],[["S","M","T","W","T","F","S"],["Sun","Mon","Tue","Wed","Thu","Fri","Sat"],["Sunday","Monday","Tuesday","Wednesday","Thursday","Friday","Saturday"],["Su","Mo","Tu","We","Th","Fr","Sa"]],Bo,[["J","F","M","A","M","J","J","A","S","O","N","D"],["Jan","Feb","Mar","Apr","May","Jun","Jul","Aug","Sep","Oct","Nov","Dec"],["January","February","March","April","May","June","July","August","September","October","November","December"]],Bo,[["B","A"],["BC","AD"],["Before Christ","Anno Domini"]],0,[6,0],["M/d/yy","MMM d, y","MMMM d, y","EEEE, MMMM d, y"],["h:mm a","h:mm:ss a","h:mm:ss a z","h:mm:ss a zzzz"],["{1}, {0}",Bo,"{1} 'at' {0}",Bo],[".",",",";","%","+","-","E","\xd7","\u2030","\u221e","NaN",":"],["#,##0.###","#,##0%","\xa4#,##0.00","#E0"],"USD","$","US Dollar",{},"ltr",function Fu(e){const n=Math.floor(Math.abs(e)),i=e.toString().replace(/^[^.]*\.?/,"").length;return 1===n&&0===i?1:5}];let G5={};function _a(e){const t=function zu(e){return e.toLowerCase().replace(/_/g,"-")}(e);let n=el(t);if(n)return n;const i=t.split("-")[0];if(n=el(i),n)return n;if("en"===i)return Ru;throw new ge(701,!1)}function X7(e){return _a(e)[jo.PluralCase]}function el(e){return e in G5||(G5[e]=pt.ng&&pt.ng.common&&pt.ng.common.locales&&pt.ng.common.locales[e]),G5[e]}var jo;!function(e){e[e.LocaleId=0]="LocaleId",e[e.DayPeriodsFormat=1]="DayPeriodsFormat",e[e.DayPeriodsStandalone=2]="DayPeriodsStandalone",e[e.DaysFormat=3]="DaysFormat",e[e.DaysStandalone=4]="DaysStandalone",e[e.MonthsFormat=5]="MonthsFormat",e[e.MonthsStandalone=6]="MonthsStandalone",e[e.Eras=7]="Eras",e[e.FirstDayOfWeek=8]="FirstDayOfWeek",e[e.WeekendRange=9]="WeekendRange",e[e.DateFormat=10]="DateFormat",e[e.TimeFormat=11]="TimeFormat",e[e.DateTimeFormat=12]="DateTimeFormat",e[e.NumberSymbols=13]="NumberSymbols",e[e.NumberFormats=14]="NumberFormats",e[e.CurrencyCode=15]="CurrencyCode",e[e.CurrencySymbol=16]="CurrencySymbol",e[e.CurrencyName=17]="CurrencyName",e[e.Currencies=18]="Currencies",e[e.Directionality=19]="Directionality",e[e.PluralCase=20]="PluralCase",e[e.ExtraData=21]="ExtraData"}(jo||(jo={}));const Bu=["zero","one","two","few","many"];const H5="en-US",V4={marker:"element"},G4={marker:"ICU"};var S3;!function(e){e[e.SHIFT=2]="SHIFT",e[e.APPEND_EAGERLY=1]="APPEND_EAGERLY",e[e.COMMENT=2]="COMMENT"}(S3||(S3={}));let tl=H5;function nl(e){Te(e,"Expected localeId to be defined"),"string"==typeof e&&(tl=e.toLowerCase().replace(/_/g,"-"))}function rl(e,t,n){const i=t.insertBeforeIndex,s=Array.isArray(i)?i[0]:i;return null===s?D8(e,0,n):Q1(n[s])}function il(e,t,n,i,s){const l=t.insertBeforeIndex;if(Array.isArray(l)){let d=i,C=null;if(3&t.type||(C=d,d=s),null!==d&&-1===t.componentOffset)for(let b=1;b1)for(let n=e.length-2;n>=0;n--){const i=e[n];sl(i)||Gu(i,t)&&null===Hu(i)&&Zu(i,t.index)}}function sl(e){return!(64&e.type)}function Gu(e,t){return sl(t)||e.index>t.index}function Hu(e){const t=e.insertBeforeIndex;return Array.isArray(t)?t[0]:t}function Zu(e,t){const n=e.insertBeforeIndex;Array.isArray(n)?n[0]=t:(n0(rl,il),e.insertBeforeIndex=t)}function p6(e,t){const n=e.data[t];return null===n||"string"==typeof n?null:n.hasOwnProperty("currentCaseLViewIndex")?n:n.value}function Yu(e,t,n){const i=P5(e,n,64,null,null);return ol(t,i),i}function H4(e,t){const n=t[e.currentCaseLViewIndex];return null===n?n:n<0?~n:n}function al(e){return e>>>17}function ll(e){return(131070&e)>>>1}let h6=0,g6=0;function ul(e,t,n,i){const s=n[yt];let d,l=null;for(let C=0;C>>1,ve=t[++C],Re=t[++C];X8(s,S1(ee,n),null,null,ve,Re,null)}else switch(b){case G4:const E=t[++C],A=t[++C];if(null===n[A]){S2(n[A]=ji(s,E),n)}break;case V4:const Z=t[++C],ee=t[++C];if(null===n[ee]){S2(n[ee]=o5(s,Z,null),n)}}}}function dl(e,t,n,i,s){for(let l=0;l>>2;switch(3&A){case 1:const ee=n[++E],ve=n[++E],Re=e.data[Z];"string"==typeof Re?X8(t[yt],t[Z],null,Re,ee,b,ve):k3(e,Re,t,ee,b,t[yt],ve,!1);break;case 0:const et=t[Z];null!==et&&_o(t[yt],et,b);break;case 2:Xu(e,p6(e,Z),t,b);break;case 3:fl(e,p6(e,Z),i,t)}}}}else{const b=n[l+1];if(b>0&&3==(3&b)){const A=p6(e,b>>>2);t[A.currentCaseLViewIndex]<0&&fl(e,A,i,t)}}l+=C}}function fl(e,t,n,i){let s=i[t.currentCaseLViewIndex];if(null!==s){let l=h6;s<0&&(s=i[t.currentCaseLViewIndex]=~s,l=-1),dl(e,i,t.update[s],n,l)}}function Xu(e,t,n,i){const s=function ed(e,t){let n=e.cases.indexOf(t);if(-1===n)switch(e.type){case 1:{const i=function ju(e,t){const n=X7(t)(parseInt(e,10)),i=Bu[n];return void 0!==i?i:"other"}(t,function Vu(){return tl}());n=e.cases.indexOf(i),-1===n&&"other"!==i&&(n=e.cases.indexOf("other"));break}case 0:n=e.cases.indexOf("other")}return-1===n?null:n}(t,i);if(H4(t,n)!==s&&(pl(e,t,n),n[t.currentCaseLViewIndex]=null===s?null:~s,null!==s)){const d=n[t.anchorIdx];d&&ul(e,t.create[s],n,d)}}function pl(e,t,n){let i=H4(t,n);if(null!==i){const s=t.remove[i];for(let l=0;l0){const C=S1(d,n);null!==C&&Do(n[yt],C)}else pl(e,p6(e,~d),n)}}}function td(){const e=[];let n,i,t=-1;function l(C,b){t=0;const E=H4(C,b);i=null!==E?C.remove[E]:Ut}function d(){if(t0)return n[C];{e.push(t,i);const b=~C;return l(n[tt].data[b],n),d()}}return 0===e.length?null:(i=e.pop(),t=e.pop(),d())}return function s(C,b){for(n=b;e.length;)e.pop();return l(C.value,b),d}}const Z4=/\ufffd(\d+):?\d*\ufffd/gi,nd=/({\s*\ufffd\d+:?\d*\ufffd\s*,\s*\S{6}\s*,[\s\S]*})/gi,rd=/\ufffd(\d+)\ufffd/,gl=/^\s*(\ufffd\d+:?\d*\ufffd)\s*,\s*(select|plural)\s*,/,C6="\ufffd",id=/\ufffd\/?\*(\d+:\d+)\ufffd/gi,od=/\ufffd(\/?[#*]\d+):?\d*\ufffd/gi,sd=/\uE500/g;function ld(e,t,n,i,s,l){const d=Un(),C=[],b=[],E=[[]];s=function pd(e,t){if(function fd(e){return-1===e}(t))return _l(e);{const n=e.indexOf(`:${t}${C6}`)+2+t.toString().length,i=e.search(new RegExp(`${C6}\\/\\*\\d+:${t}${C6}`));return _l(e.substring(n,i))}}(s,l);const A=function ad(e){return e.replace(sd," ")}(s).split(od);for(let Z=0;Zn.length&&n.push(b)}return{type:i,mainBinding:s,cases:t,values:n}}function ya(e){if(!e)return[];let t=0;const n=[],i=[],s=/[{}]/g;let l;for(s.lastIndex=0;l=s.exec(e);){const C=l.index;if("}"==l[0]){if(n.pop(),0==n.length){const b=e.substring(t,C);gl.test(b)?i.push(hd(b)):i.push(b),t=C+1}}else{if(0==n.length){const b=e.substring(t,C);i.push(b),t=C+1}n.push("{")}}const d=e.substring(t);return i.push(d),i}function gd(e,t,n,i,s,l,d,C){const b=[],E=[],A=[];t.cases.push(l),t.create.push(b),t.remove.push(E),t.update.push(A);const ee=h5(mr()).getInertBodyElement(d),ve=m5(ee)||ee;return ve?bl(e,t,n,i,b,E,A,ve,s,C,0):0}function bl(e,t,n,i,s,l,d,C,b,E,A){let Z=0,ee=C.firstChild;for(;ee;){const ve=A3(e,n,1,null);switch(ee.nodeType){case Node.ELEMENT_NODE:const Re=ee,et=Re.tagName.toLowerCase();if(A8.hasOwnProperty(et)){ba(s,V4,et,b,ve),e.data[ve]=et;const Ke=Re.attributes;for(let $t=0;$t>>S3.SHIFT;let Z=e[A];null===Z&&(Z=e[A]=b?s.createComment(C):y8(s,C)),E&&null!==n&&Kr(s,n,Z,i,!1)}})(s,b.create,A,Z),Pe(!0)}function Ll(){Pe(!1)}function xd(e,t,n){wl(e,t,n),Ll()}function Pd(e,t){const n=qt(),i=K(n.consts,t);!function ud(e,t,n){const s=$1().index,l=[];if(e.firstCreatePass&&null===e.data[t]){for(let d=0;d0){const i=e.data[n];dl(e,t,Array.isArray(i)?i:i.update,w2()-g6-1,h6)}h6=0,g6=0}(qt(),Ge(),e+b1)}function Td(e,t={}){return function Id(e,t={}){let n=e;if(bd.test(e)){const i={},s=[Ml];n=n.replace(vd,(l,d,C)=>{const b=d||C,E=i[b]||[];if(E.length||(b.split("|").forEach(et=>{const at=et.match(Ed),bt=at?parseInt(at[1],10):Ml,Bt=Dd.test(et);E.push([bt,Bt,et])}),i[b]=E),!E.length)throw new Error(`i18n postprocess: unmatched placeholder - ${b}`);const A=s[s.length-1];let Z=0;for(let et=0;ett.hasOwnProperty(l)?`${s}${t[l]}${b}`:i),n=n.replace(wd,(i,s)=>t.hasOwnProperty(s)?t[s]:i),n=n.replace(Ld,(i,s)=>{if(t.hasOwnProperty(s)){const l=t[s];if(!l.length)throw new Error(`i18n postprocess: unmatched ICU - ${i} with key: ${s}`);return l.shift()}return i})),n}(e,t)}function va(e,t,n,i,s){if(e=G(e),Array.isArray(e))for(let l=0;l>20;if(bi(e)||!e.multi){const ve=new j1(b,s,Fr),Re=wa(C,t,s?A:A+ee,Z);-1===Re?(_2(T1(E,d),l,C),Ma(l,e,t.length),t.push(C),E.directiveStart++,E.directiveEnd++,s&&(E.providerIndexes+=1048576),n.push(ve),d.push(ve)):(n[Re]=ve,d[Re]=ve)}else{const ve=wa(C,t,A+ee,Z),Re=wa(C,t,A,A+ee),et=ve>=0&&n[ve],at=Re>=0&&n[Re];if(s&&!at||!s&&!et){_2(T1(E,d),l,C);const bt=function Sd(e,t,n,i,s){const l=new j1(e,n,Fr);return l.multi=[],l.index=t,l.componentProviders=0,El(l,s,i&&!n),l}(s?kd:Nd,n.length,s,i,b);!s&&at&&(n[Re].providerFactory=bt),Ma(l,e,t.length,0),t.push(C),E.directiveStart++,E.directiveEnd++,s&&(E.providerIndexes+=1048576),n.push(bt),d.push(bt)}else{Ma(l,e,ve>-1?ve:Re,El(n[s?Re:ve],b,!s&&i))}!s&&i&&at&&n[Re].componentProviders++}}}function Ma(e,t,n,i){const s=bi(t),l=function B9(e){return!!e.useClass}(t);if(s||l){const b=(l?G(t.useClass):t).prototype.ngOnDestroy;if(b){const E=e.destroyHooks||(e.destroyHooks=[]);if(!s&&t.multi){const A=E.indexOf(n);-1===A?E.push(n,[i,b]):E[A+1].push(i,b)}else E.push(n,b)}}}function El(e,t,n){return n&&e.componentProviders++,e.multi.push(t)-1}function wa(e,t,n,i){for(let s=n;s{n.providersResolver=(i,s)=>function Ad(e,t,n){const i=qt();if(i.firstCreatePass){const s=q1(e);va(n,i.data,i.blueprint,s,!0),va(t,i.data,i.blueprint,s,!1)}}(i,s?s(e):e,t)}}class Z5{}class Fd{}function Rd(e,t){return new xl(e,t??null)}class xl extends Z5{constructor(t,n){super(),this._parent=n,this._bootstrapComponents=[],this.destroyCbs=[],this.componentFactoryResolver=new M4(this);const i=vn(t);this._bootstrapComponents=kr(i.bootstrap),this._r3Injector=e4(t,n,[{provide:Z5,useValue:this},{provide:Wi,useValue:this.componentFactoryResolver}],Le(t),new Set(["environment"])),this._r3Injector.resolveInjectorInitializers(),this.instance=this._r3Injector.get(t)}get injector(){return this._r3Injector}destroy(){const t=this._r3Injector;!t.destroyed&&t.destroy(),this.destroyCbs.forEach(n=>n()),this.destroyCbs=null}onDestroy(t){this.destroyCbs.push(t)}}class Da extends Fd{constructor(t){super(),this.moduleType=t}create(t){return new xl(this.moduleType,t)}}class zd extends Z5{constructor(t,n,i){super(),this.componentFactoryResolver=new M4(this),this.instance=null;const s=new B8([...t,{provide:Z5,useValue:this},{provide:Wi,useValue:this.componentFactoryResolver}],n||b5(),i,new Set(["environment"]));this.injector=s,s.resolveInjectorInitializers()}destroy(){this.injector.destroy()}onDestroy(t){this.injector.onDestroy(t)}}function Pl(e,t,n=null){return new zd(e,t,n).injector}class W4{constructor(t){this._injector=t,this.cachedInjectors=new Map}getOrCreateStandaloneInjector(t){if(!t.standalone)return null;if(!this.cachedInjectors.has(t.id)){const n=x0(0,t.type),i=n.length>0?Pl([n],this._injector,`Standalone[${t.type.name}]`):null;this.cachedInjectors.set(t.id,i)}return this.cachedInjectors.get(t.id)}ngOnDestroy(){try{for(const t of this.cachedInjectors.values())null!==t&&t.destroy()}finally{this.cachedInjectors.clear()}}}function Bd(e){e.getStandaloneInjector=t=>t.get(W4).getOrCreateStandaloneInjector(e)}function Fl(e,t,n,i){return jt(()=>{const s=e;null!==t&&(s.hasOwnProperty("decorators")&&void 0!==s.decorators?s.decorators.push(...t):s.decorators=t),null!==n&&(s.ctorParameters=n),null!==i&&(s.hasOwnProperty("propDecorators")&&void 0!==s.propDecorators?s.propDecorators={...s.propDecorators,...i}:s.propDecorators=i)})}function Kd(e,t,n){const i=Dn()+e,s=Ge();return s[i]===Kt?yr(s,i,n?t.call(n):t()):wi(s,i)}function Rl(e,t,n,i){return zl(Ge(),Dn(),e,t,n,i)}function Yd(e,t,n,i,s){return Bl(Ge(),Dn(),e,t,n,i,s)}function Qd(e,t,n,i,s,l){return jl(Ge(),Dn(),e,t,n,i,s,l)}function $d(e,t,n,i,s,l,d){return Ul(Ge(),Dn(),e,t,n,i,s,l,d)}function Jd(e,t,n,i,s,l,d,C){const b=Dn()+e,E=Ge(),A=Y3(E,b,n,i,s,l);return W2(E,b+4,d)||A?yr(E,b+5,C?t.call(C,n,i,s,l,d):t(n,i,s,l,d)):wi(E,b+5)}function qd(e,t,n,i,s,l,d,C,b){const E=Dn()+e,A=Ge(),Z=Y3(A,E,n,i,s,l);return Li(A,E+4,d,C)||Z?yr(A,E+6,b?t.call(b,n,i,s,l,d,C):t(n,i,s,l,d,C)):wi(A,E+6)}function Xd(e,t,n,i,s,l,d,C,b,E){const A=Dn()+e,Z=Ge();let ee=Y3(Z,A,n,i,s,l);return j5(Z,A+4,d,C,b)||ee?yr(Z,A+7,E?t.call(E,n,i,s,l,d,C,b):t(n,i,s,l,d,C,b)):wi(Z,A+7)}function ef(e,t,n,i,s,l,d,C,b,E,A){const Z=Dn()+e,ee=Ge(),ve=Y3(ee,Z,n,i,s,l);return Y3(ee,Z+4,d,C,b,E)||ve?yr(ee,Z+8,A?t.call(A,n,i,s,l,d,C,b,E):t(n,i,s,l,d,C,b,E)):wi(ee,Z+8)}function tf(e,t,n,i){return Vl(Ge(),Dn(),e,t,n,i)}function _6(e,t){const n=e[t];return n===Kt?void 0:n}function zl(e,t,n,i,s,l){const d=t+n;return W2(e,d,s)?yr(e,d+1,l?i.call(l,s):i(s)):_6(e,d+1)}function Bl(e,t,n,i,s,l,d){const C=t+n;return Li(e,C,s,l)?yr(e,C+2,d?i.call(d,s,l):i(s,l)):_6(e,C+2)}function jl(e,t,n,i,s,l,d,C){const b=t+n;return j5(e,b,s,l,d)?yr(e,b+3,C?i.call(C,s,l,d):i(s,l,d)):_6(e,b+3)}function Ul(e,t,n,i,s,l,d,C,b){const E=t+n;return Y3(e,E,s,l,d,C)?yr(e,E+4,b?i.call(b,s,l,d,C):i(s,l,d,C)):_6(e,E+4)}function Vl(e,t,n,i,s,l){let d=t+n,C=!1;for(let b=0;b=0;n--){const i=t[n];if(e===i.name)return i}}(t,n.pipeRegistry),n.data[s]=i,i.onDestroy&&(n.destroyHooks??(n.destroyHooks=[])).push(s,i.onDestroy)):i=n.data[s];const l=i.factory||(i.factory=jn(i.type)),d=yn(Fr);try{const C=T(!1),b=l();return T(C),function aa(e,t,n,i){n>=e.data.length&&(e.data[n]=null,e.blueprint[n]=null),t[n]=i}(n,Ge(),s,b),b}finally{yn(d)}}function of(e,t,n){const i=e+b1,s=Ge(),l=Qn(s,i);return y6(s,i)?zl(s,Dn(),t,l.transform,n,l):l.transform(n)}function sf(e,t,n,i){const s=e+b1,l=Ge(),d=Qn(l,s);return y6(l,s)?Bl(l,Dn(),t,d.transform,n,i,d):d.transform(n,i)}function af(e,t,n,i,s){const l=e+b1,d=Ge(),C=Qn(d,l);return y6(d,l)?jl(d,Dn(),t,C.transform,n,i,s,C):C.transform(n,i,s)}function lf(e,t,n,i,s,l){const d=e+b1,C=Ge(),b=Qn(C,d);return y6(C,d)?Ul(C,Dn(),t,b.transform,n,i,s,l,b):b.transform(n,i,s,l)}function cf(e,t,n){const i=e+b1,s=Ge(),l=Qn(s,i);return y6(s,i)?Vl(s,Dn(),t,l.transform,n,l):l.transform.apply(l,n)}function y6(e,t){return e[tt].data[t].pure}W4.\u0275prov=Ae({token:W4,providedIn:"environment",factory:()=>new W4(qe(Nr))});class uf extends o.xQ{constructor(t=!1){super(),this.__isAsync=t}emit(t){super.next(t)}subscribe(t,n,i){let s=t,l=n||(()=>null),d=i;if(t&&"object"==typeof t){const b=t;s=b.next?.bind(b),l=b.error?.bind(b),d=b.complete?.bind(b)}this.__isAsync&&(l=Ia(l),s&&(s=Ia(s)),d&&(d=Ia(d)));const C=super.subscribe({next:s,error:l,complete:d});return t instanceof _.w&&t.add(C),C}}function Ia(e){return t=>{setTimeout(e,void 0,t)}}const ti=uf;function df(){return this._results[Symbol.iterator]()}class xa{get changes(){return this._changes||(this._changes=new ti)}constructor(t=!1){this._emitDistinctChangesOnly=t,this.dirty=!0,this._results=[],this._changesDetected=!1,this._changes=null,this.length=0,this.first=void 0,this.last=void 0;const n=xa.prototype;n[Symbol.iterator]||(n[Symbol.iterator]=df)}get(t){return this._results[t]}map(t){return this._results.map(t)}filter(t){return this._results.filter(t)}find(t){return this._results.find(t)}reduce(t,n){return this._results.reduce(t,n)}forEach(t){this._results.forEach(t)}some(t){return this._results.some(t)}toArray(){return this._results.slice()}toString(){return this._results.toString()}reset(t,n){const i=this;i.dirty=!1;const s=G2(t);(this._changesDetected=!function r8(e,t,n){if(e.length!==t.length)return!1;for(let i=0;i0;)this.remove(this.length-1)}get(t){const n=Hl(this._lContainer);return null!==n&&n[t]||null}get length(){return this._lContainer.length-xn}createEmbeddedView(t,n,i){let s,l;"number"==typeof i?s=i:null!=i&&(s=i.index,l=i.injector);const d=t.createEmbeddedView(n||{},l);return this.insert(d,s),d}createComponent(t,n,i,s,l){const d=t&&!lo(t);let C;if(d)C=n;else{const Z=n||{};C=Z.index,i=Z.injector,s=Z.projectableNodes,l=Z.environmentInjector||Z.ngModuleRef}const b=d?t:new Ro(i1(t)),E=i||this.parentInjector;if(!l&&null==b.ngModule){const ee=(d?E:this.parentInjector).get(Nr,null);ee&&(l=ee)}const A=b.create(E,s,void 0,l);return this.insert(A.hostView,C),A}insert(t,n){const i=t._lView,s=i[tt];if(function w(e){return mt(e[D1])}(i)){const A=this.indexOf(t);if(-1!==A)this.detach(A);else{const Z=i[D1],ee=new Gl(Z,Z[G1],Z[D1]);ee.detach(ee.indexOf(t))}}const l=this._adjustIndex(n),d=this._lContainer;yo(s,i,d,l);const C=Lo(l,d),b=i[yt],E=wo(b,d[C1]);return null!==E&&function h9(e,t,n,i,s,l){i[r2]=s,i[G1]=t,Cr(e,i,n,1,s,l)}(s,d[G1],b,i,E,C),t.attachToViewContainerRef(),P6(Pa(d),l,t),t}move(t,n){return this.insert(t,n)}indexOf(t){const n=Hl(this._lContainer);return null!==n?n.indexOf(t):-1}remove(t){const n=this._adjustIndex(t,-1),i=s5(this._lContainer,n);i&&(co(Pa(this._lContainer),n),bo(i[tt],i))}detach(t){const n=this._adjustIndex(t,-1),i=s5(this._lContainer,n);return i&&null!=co(Pa(this._lContainer),n)?new Fo(i):null}_adjustIndex(t,n=0){return t??this.length+n}};function Hl(e){return e[K1]}function Pa(e){return e[K1]||(e[K1]=[])}function Zl(e,t){let n;const i=t[e.index];if(mt(i))n=i;else{let s;if(8&e.type)s=Q1(i);else{const l=t[yt];s=l.createComment("");const d=sn(e,t);Kr(l,wo(l,d),s,function Tr(e,t){return e.nextSibling(t)}(l,d),!1)}t[e.index]=n=_4(i,t,s,e),k5(t,n)}return new Gl(n,e,t)}class Oa{constructor(t){this.queryList=t,this.matches=null}clone(){return new Oa(this.queryList)}setDirty(){this.queryList.setDirty()}}class Ta{constructor(t=[]){this.queries=t}createEmbeddedView(t){const n=t.queries;if(null!==n){const i=null!==t.contentQueries?t.contentQueries[0]:n.length,s=[];for(let l=0;l0)i.push(d[C/2]);else{const E=l[C+1],A=t[-b];for(let Z=xn;Z(null===s&&(s=c2().compileNgModule(F3,`ng:///${e.name}/\u0275mod.js`,{type:e,bootstrap:G2(t.bootstrap||Ut).map(G),declarations:i.map(G),imports:G2(t.imports||Ut).map(G).map(ac),exports:G2(t.exports||Ut).map(G).map(ac),schemas:t.schemas?G2(t.schemas):null,id:t.id||null}),s.schemas||(s.schemas=[])),s)});let l=null;Object.defineProperty(e,nn,{get:()=>{if(null===l){const C=c2();l=C.compileFactory(F3,`ng:///${e.name}/\u0275fac.js`,{name:e.name,type:e,deps:$o(e),target:C.FactoryTarget.NgModule,typeArgumentCount:0})}return l},configurable:!1});let d=null;Object.defineProperty(e,Je,{get:()=>{if(null===d){const C={name:e.name,type:e,providers:t.providers||Ut,imports:[(t.imports||Ut).map(G),(t.exports||Ut).map(G)]};d=c2().compileInjector(F3,`ng:///${e.name}/\u0275inj.js`,C)}return d},configurable:!1})})(e,t),void 0!==t.id&&a8(e,t.id),function If(e,t){v6.push({moduleType:e,ngModule:t})}(e,t)}function Af(e,t){const n=G2(t.declarations||Ut),i=Y5(e);n.forEach(s=>{if((s=G(s)).hasOwnProperty(v2)){sc(i1(s),i)}else!s.hasOwnProperty(d2)&&!s.hasOwnProperty(Nn)&&(s.ngSelectorScope=e)})}function sc(e,t){e.directiveDefs=()=>Array.from(t.compilation.directives).map(n=>n.hasOwnProperty(v2)?i1(n):P1(n)).filter(n=>!!n),e.pipeDefs=()=>Array.from(t.compilation.pipes).map(n=>In(n)),e.schemas=t.schemas,e.tView=null}function Y5(e){if(tc(e))return function Nf(e){const t=vn(e,!0);if(null!==t.transitiveCompileScopes)return t.transitiveCompileScopes;const n={schemas:t.schemas||null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set}};return kr(t.imports).forEach(i=>{const s=Y5(i);s.exported.directives.forEach(l=>n.compilation.directives.add(l)),s.exported.pipes.forEach(l=>n.compilation.pipes.add(l))}),kr(t.declarations).forEach(i=>{In(i)?n.compilation.pipes.add(i):n.compilation.directives.add(i)}),kr(t.exports).forEach(i=>{const s=i;if(tc(s)){const l=Y5(s);l.exported.directives.forEach(d=>{n.compilation.directives.add(d),n.exported.directives.add(d)}),l.exported.pipes.forEach(d=>{n.compilation.pipes.add(d),n.exported.pipes.add(d)})}else In(s)?n.exported.pipes.add(s):n.exported.directives.add(s)}),t.transitiveCompileScopes=n,n}(e);if(x2(e)){if(null!==(i1(e)||P1(e)))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set([e]),pipes:new Set}};if(null!==In(e))return{schemas:null,compilation:{directives:new Set,pipes:new Set},exported:{directives:new Set,pipes:new Set([e])}}}throw new Error(`${e.name} does not have a module def (\u0275mod property)`)}function ac(e){return ec(e)?e.ngModule:e}let za=0;function kf(e,t){let n=null;(function k6(e,t){S6(t)&&(Fi.set(e,t),xr.add(e))})(e,t),uc(e,t),Object.defineProperty(e,v2,{get:()=>{if(null===n){const i=c2();if(S6(t)){const E=[`Component '${e.name}' is not resolved:`];throw t.templateUrl&&E.push(` - templateUrl: ${t.templateUrl}`),t.styleUrls&&t.styleUrls.length&&E.push(` - styleUrls: ${JSON.stringify(t.styleUrls)}`),E.push("Did you run and wait for 'resolveComponentResources()'?"),new Error(E.join("\n"))}const s=function Ef(){return K5}();let l=t.preserveWhitespaces;void 0===l&&(l=null!==s&&void 0!==s.preserveWhitespaces&&s.preserveWhitespaces);let d=t.encapsulation;void 0===d&&(d=null!==s&&void 0!==s.defaultEncapsulation?s.defaultEncapsulation:Xt.Emulated);const C=t.templateUrl||`ng:///${e.name}/template.html`,b={...dc(e,t),typeSourceSpan:i.createParseSourceSpan("Component",e.name,C),template:t.template||"",preserveWhitespaces:l,styles:t.styles||Ut,animations:t.animations,declarations:[],changeDetection:t.changeDetection,encapsulation:d,interpolation:t.interpolation,viewProviders:t.viewProviders||null};za++;try{if(b.usesInheritance&&fc(e),n=i.compileComponent(F3,C,b),t.standalone){const E=G2(t.imports||Ut),{directiveDefs:A,pipeDefs:Z}=function Ff(e,t){let n=null,i=null;return{directiveDefs:()=>{if(null===n){n=[i1(e)];const d=new Set;for(const C of t){const b=G(C);if(!d.has(b))if(d.add(b),vn(b)){const E=Y5(b);for(const A of E.exported.directives){const Z=i1(A)||P1(A);Z&&!d.has(A)&&(d.add(A),n.push(Z))}}else{const E=i1(b)||P1(b);E&&n.push(E)}}}return n},pipeDefs:()=>{if(null===i){i=[];const d=new Set;for(const C of t){const b=G(C);if(!d.has(b))if(d.add(b),vn(b)){const E=Y5(b);for(const A of E.exported.pipes){const Z=In(A);Z&&!d.has(A)&&(d.add(A),i.push(Z))}}else{const E=In(b);E&&i.push(E)}}}return i}}}(e,E);n.directiveDefs=A,n.pipeDefs=Z,n.dependencies=()=>E.map(G)}}finally{za--}if(0===za&&function xf(){if(!Sa){Sa=!0;try{for(let e=v6.length-1;e>=0;e--){const{moduleType:t,ngModule:n}=v6[e];n.declarations&&n.declarations.every(nc)&&(v6.splice(e,1),Af(t,n))}}finally{Sa=!1}}}(),function Rf(e){return void 0!==e.ngSelectorScope}(e)){const E=Y5(e.ngSelectorScope);sc(n,E)}if(t.schemas){if(!t.standalone)throw new Error(`The 'schemas' was specified for the ${Ye(e)} but is only valid on a component that is standalone.`);n.schemas=t.schemas}else t.standalone&&(n.schemas=[])}return n},configurable:!1})}function lc(e,t){let n=null;uc(e,t||{}),Object.defineProperty(e,d2,{get:()=>{if(null===n){const i=cc(e,t||{});n=c2().compileDirective(F3,i.sourceMapUrl,i.metadata)}return n},configurable:!1})}function cc(e,t){const n=e&&e.name,i=`ng:///${n}/\u0275dir.js`,s=c2(),l=dc(e,t);return l.typeSourceSpan=s.createParseSourceSpan("Directive",n,i),l.usesInheritance&&fc(e),{metadata:l,sourceMapUrl:i}}function uc(e,t){let n=null;Object.defineProperty(e,nn,{get:()=>{if(null===n){const i=cc(e,t),s=c2();n=s.compileFactory(F3,`ng:///${e.name}/\u0275fac.js`,{name:i.metadata.name,type:i.metadata.type,typeArgumentCount:0,deps:$o(e),target:s.FactoryTarget.Directive})}return n},configurable:!1})}function zf(e){return Object.getPrototypeOf(e.prototype)===Object.prototype}function dc(e,t){const n=Ci(),i=n.ownPropMetadata(e);return{name:e.name,type:e,selector:void 0!==t.selector?t.selector:null,host:t.host||Wt,propMetadata:i,inputs:t.inputs||Ut,outputs:t.outputs||Ut,queries:pc(e,i,hc),lifecycle:{usesOnChanges:n.hasLifecycleHook(e,"ngOnChanges")},typeSourceSpan:null,usesInheritance:!zf(e),exportAs:Uf(t.exportAs),providers:t.providers||null,viewQueries:pc(e,i,gc),isStandalone:!!t.standalone,hostDirectives:t.hostDirectives?.map(s=>"function"==typeof s?{directive:s}:s)||null}}function fc(e){const t=Object.prototype;let n=Object.getPrototypeOf(e.prototype).constructor;for(;n&&n!==t;)!P1(n)&&!i1(n)&&Gf(n)&&lc(n,null),n=Object.getPrototypeOf(n)}function Bf(e){return"string"==typeof e?mc(e):G(e)}function jf(e,t){return{propertyName:e,predicate:Bf(t.selector),descendants:t.descendants,first:t.first,read:t.read?t.read:null,static:!!t.static,emitDistinctChangesOnly:!!t.emitDistinctChangesOnly}}function pc(e,t,n){const i=[];for(const s in t)if(t.hasOwnProperty(s)){const l=t[s];l.forEach(d=>{if(n(d)){if(!d.selector)throw new Error(`Can't construct a query for the property "${s}" of "${Ye(e)}" since the query selector wasn't defined.`);if(l.some(Cc))throw new Error("Cannot combine @Input decorators with query decorators");i.push(jf(s,d))}})}return i}function Uf(e){return void 0===e?null:mc(e)}function hc(e){const t=e.ngMetadataName;return"ContentChild"===t||"ContentChildren"===t}function gc(e){const t=e.ngMetadataName;return"ViewChild"===t||"ViewChildren"===t}function Cc(e){return"Input"===e.ngMetadataName}function mc(e){return e.split(",").map(t=>t.trim())}const Vf=["ngOnChanges","ngOnInit","ngOnDestroy","ngDoCheck","ngAfterViewInit","ngAfterViewChecked","ngAfterContentInit","ngAfterContentChecked"];function Gf(e){const t=Ci();if(Vf.some(i=>t.hasLifecycleHook(e,i)))return!0;const n=t.propMetadata(e);for(const i in n){const s=n[i];for(let l=0;le,void 0,void 0,(e,t)=>lc(e,t)),Zf=D3("Component",(e={})=>({changeDetection:N1.Default,...e}),yc,void 0,(e,t)=>kf(e,t)),Wf=D3("Pipe",e=>({pure:!0,...e}),void 0,void 0,(e,t)=>function Hf(e,t){let n=null,i=null;Object.defineProperty(e,nn,{get:()=>{if(null===i){const s=_c(e,t),l=c2(s.type);i=l.compileFactory(F3,`ng:///${s.name}/\u0275fac.js`,{name:s.name,type:s.type,typeArgumentCount:0,deps:$o(e),target:l.FactoryTarget.Pipe})}return i},configurable:!1}),Object.defineProperty(e,Nn,{get:()=>{if(null===n){const s=_c(e,t);n=c2(s.type).compilePipe(F3,`ng:///${s.name}/\u0275pipe.js`,s)}return n},configurable:!1})}(e,t)),Kf=Wr("Input",e=>({bindingPropertyName:e})),Yf=Wr("Output",e=>({bindingPropertyName:e})),Qf=(Wr("HostBinding",e=>({hostPropertyName:e})),Wr("HostListener",(e,t)=>({eventName:e,args:t})),D3("NgModule",e=>e,void 0,void 0,(e,t)=>Pf(e,t)));function Q4(...e){}const bc=new cn("Application Initializer");class Di{constructor(t){this.appInits=t,this.resolve=Q4,this.reject=Q4,this.initialized=!1,this.done=!1,this.donePromise=new Promise((n,i)=>{this.resolve=n,this.reject=i})}runInitializers(){if(this.initialized)return;const t=[],n=()=>{this.done=!0,this.resolve()};if(this.appInits)for(let i=0;i{s.subscribe({complete:d,error:C})});t.push(l)}}Promise.all(t).then(()=>{n()}).catch(i=>{this.reject(i)}),0===t.length&&n(),this.initialized=!0}}Di.\u0275fac=function(t){return new(t||Di)(qe(bc,8))},Di.\u0275prov=Ae({token:Di,factory:Di.\u0275fac,providedIn:"root"});const vc=new cn("AppId",{providedIn:"root",factory:Mc});function Mc(){return`${Ba()}${Ba()}${Ba()}`}function Ba(){return String.fromCharCode(97+Math.floor(25*Math.random()))}const wc=new cn("Platform Initializer"),$f=new cn("Platform ID",{providedIn:"platform",factory:()=>"unknown"});new cn("Application Packages Root URL"),new cn("AnimationModuleType");class Q5{log(t){console.log(t)}warn(t){console.warn(t)}}Q5.\u0275fac=function(t){return new(t||Q5)},Q5.\u0275prov=Ae({token:Q5,factory:Q5.\u0275fac,providedIn:"platform"});const $4=new cn("LocaleId",{providedIn:"root",factory:()=>Me($4,Se.Optional|Se.SkipSelf)||function Jf(){return typeof $localize<"u"&&$localize.locale||H5}()}),qf=new cn("DefaultCurrencyCode",{providedIn:"root",factory:()=>"USD"});new cn("Translations"),new cn("TranslationsFormat");var Lc;!function(e){e[e.Error=0]="Error",e[e.Warning=1]="Warning",e[e.Ignore=2]="Ignore"}(Lc||(Lc={}));class Xf{constructor(t,n){this.ngModuleFactory=t,this.componentFactories=n}}class M6{compileModuleSync(t){return new Da(t)}compileModuleAsync(t){return Promise.resolve(this.compileModuleSync(t))}compileModuleAndAllComponentsSync(t){const n=this.compileModuleSync(t),s=kr(vn(t).declarations).reduce((l,d)=>{const C=i1(d);return C&&l.push(new Ro(C)),l},[]);return new Xf(n,s)}compileModuleAndAllComponentsAsync(t){return Promise.resolve(this.compileModuleAndAllComponentsSync(t))}clearCache(){}clearCacheFor(t){}getModuleId(t){}}M6.\u0275fac=function(t){return new(t||M6)},M6.\u0275prov=Ae({token:M6,factory:M6.\u0275fac,providedIn:"root"});new cn("compilerOptions");const np=Promise.resolve(0);function ja(e){typeof Zone>"u"?np.then(()=>{e&&e.apply(null,null)}):Zone.current.scheduleMicroTask("scheduleMicrotask",e)}class vr{constructor({enableLongStackTrace:t=!1,shouldCoalesceEventChangeDetection:n=!1,shouldCoalesceRunChangeDetection:i=!1}){if(this.hasPendingMacrotasks=!1,this.hasPendingMicrotasks=!1,this.isStable=!0,this.onUnstable=new ti(!1),this.onMicrotaskEmpty=new ti(!1),this.onStable=new ti(!1),this.onError=new ti(!1),typeof Zone>"u")throw new ge(908,!1);Zone.assertZonePatched();const s=this;s._nesting=0,s._outer=s._inner=Zone.current,Zone.TaskTrackingZoneSpec&&(s._inner=s._inner.fork(new Zone.TaskTrackingZoneSpec)),t&&Zone.longStackTraceZoneSpec&&(s._inner=s._inner.fork(Zone.longStackTraceZoneSpec)),s.shouldCoalesceEventChangeDetection=!i&&n,s.shouldCoalesceRunChangeDetection=i,s.lastRequestAnimationFrameId=-1,s.nativeRequestAnimationFrame=function rp(){let e=pt.requestAnimationFrame,t=pt.cancelAnimationFrame;if(typeof Zone<"u"&&e&&t){const n=e[Zone.__symbol__("OriginalDelegate")];n&&(e=n);const i=t[Zone.__symbol__("OriginalDelegate")];i&&(t=i)}return{nativeRequestAnimationFrame:e,nativeCancelAnimationFrame:t}}().nativeRequestAnimationFrame,function sp(e){const t=()=>{!function op(e){e.isCheckStableRunning||-1!==e.lastRequestAnimationFrameId||(e.lastRequestAnimationFrameId=e.nativeRequestAnimationFrame.call(pt,()=>{e.fakeTopEventTask||(e.fakeTopEventTask=Zone.root.scheduleEventTask("fakeTopEventTask",()=>{e.lastRequestAnimationFrameId=-1,Va(e),e.isCheckStableRunning=!0,Ua(e),e.isCheckStableRunning=!1},void 0,()=>{},()=>{})),e.fakeTopEventTask.invoke()}),Va(e))}(e)};e._inner=e._inner.fork({name:"angular",properties:{isAngularZone:!0},onInvokeTask:(n,i,s,l,d,C)=>{try{return Ic(e),n.invokeTask(s,l,d,C)}finally{(e.shouldCoalesceEventChangeDetection&&"eventTask"===l.type||e.shouldCoalesceRunChangeDetection)&&t(),xc(e)}},onInvoke:(n,i,s,l,d,C,b)=>{try{return Ic(e),n.invoke(s,l,d,C,b)}finally{e.shouldCoalesceRunChangeDetection&&t(),xc(e)}},onHasTask:(n,i,s,l)=>{n.hasTask(s,l),i===s&&("microTask"==l.change?(e._hasPendingMicrotasks=l.microTask,Va(e),Ua(e)):"macroTask"==l.change&&(e.hasPendingMacrotasks=l.macroTask))},onHandleError:(n,i,s,l)=>(n.handleError(s,l),e.runOutsideAngular(()=>e.onError.emit(l)),!1)})}(s)}static isInAngularZone(){return typeof Zone<"u"&&!0===Zone.current.get("isAngularZone")}static assertInAngularZone(){if(!vr.isInAngularZone())throw new ge(909,!1)}static assertNotInAngularZone(){if(vr.isInAngularZone())throw new ge(909,!1)}run(t,n,i){return this._inner.run(t,n,i)}runTask(t,n,i,s){const l=this._inner,d=l.scheduleEventTask("NgZoneEvent: "+s,t,ip,Q4,Q4);try{return l.runTask(d,n,i)}finally{l.cancelTask(d)}}runGuarded(t,n,i){return this._inner.runGuarded(t,n,i)}runOutsideAngular(t){return this._outer.run(t)}}const ip={};function Ua(e){if(0==e._nesting&&!e.hasPendingMicrotasks&&!e.isStable)try{e._nesting++,e.onMicrotaskEmpty.emit(null)}finally{if(e._nesting--,!e.hasPendingMicrotasks)try{e.runOutsideAngular(()=>e.onStable.emit(null))}finally{e.isStable=!0}}}function Va(e){e._hasPendingMicrotasks||(e.shouldCoalesceEventChangeDetection||e.shouldCoalesceRunChangeDetection)&&-1!==e.lastRequestAnimationFrameId?e.hasPendingMicrotasks=!0:e.hasPendingMicrotasks=!1}function Ic(e){e._nesting++,e.isStable&&(e.isStable=!1,e.onUnstable.emit(null))}function xc(e){e._nesting--,Ua(e)}class ap{constructor(){this.hasPendingMicrotasks=!1,this.hasPendingMacrotasks=!1,this.isStable=!0,this.onUnstable=new ti,this.onMicrotaskEmpty=new ti,this.onStable=new ti,this.onError=new ti}run(t,n,i){return t.apply(n,i)}runGuarded(t,n,i){return t.apply(n,i)}runOutsideAngular(t){return t()}runTask(t,n,i,s){return t.apply(n,i)}}const Pc=new cn(""),Oc=new cn("");class $5{constructor(t,n,i){this._ngZone=t,this.registry=n,this._pendingCount=0,this._isZoneStable=!0,this._didWork=!1,this._callbacks=[],this.taskTrackingZone=null,Ga||(function lp(e){Ga=e}(i),i.addToWindow(n)),this._watchAngularEvents(),t.run(()=>{this.taskTrackingZone=typeof Zone>"u"?null:Zone.current.get("TaskTrackingZone")})}_watchAngularEvents(){this._ngZone.onUnstable.subscribe({next:()=>{this._didWork=!0,this._isZoneStable=!1}}),this._ngZone.runOutsideAngular(()=>{this._ngZone.onStable.subscribe({next:()=>{vr.assertNotInAngularZone(),ja(()=>{this._isZoneStable=!0,this._runCallbacksIfReady()})}})})}increasePendingRequestCount(){return this._pendingCount+=1,this._didWork=!0,this._pendingCount}decreasePendingRequestCount(){if(this._pendingCount-=1,this._pendingCount<0)throw new Error("pending async requests below zero");return this._runCallbacksIfReady(),this._pendingCount}isStable(){return this._isZoneStable&&0===this._pendingCount&&!this._ngZone.hasPendingMacrotasks}_runCallbacksIfReady(){if(this.isStable())ja(()=>{for(;0!==this._callbacks.length;){let t=this._callbacks.pop();clearTimeout(t.timeoutId),t.doneCb(this._didWork)}this._didWork=!1});else{let t=this.getPendingTasks();this._callbacks=this._callbacks.filter(n=>!n.updateCb||!n.updateCb(t)||(clearTimeout(n.timeoutId),!1)),this._didWork=!0}}getPendingTasks(){return this.taskTrackingZone?this.taskTrackingZone.macroTasks.map(t=>({source:t.source,creationLocation:t.creationLocation,data:t.data})):[]}addCallback(t,n,i){let s=-1;n&&n>0&&(s=setTimeout(()=>{this._callbacks=this._callbacks.filter(l=>l.timeoutId!==s),t(this._didWork,this.getPendingTasks())},n)),this._callbacks.push({doneCb:t,timeoutId:s,updateCb:i})}whenStable(t,n,i){if(i&&!this.taskTrackingZone)throw new Error('Task tracking zone is required when passing an update callback to whenStable(). Is "zone.js/plugins/task-tracking" loaded?');this.addCallback(t,n,i),this._runCallbacksIfReady()}getPendingRequestCount(){return this._pendingCount}registerApplication(t){this.registry.registerApplication(t,this)}unregisterApplication(t){this.registry.unregisterApplication(t)}findProviders(t,n,i){return[]}}$5.\u0275fac=function(t){return new(t||$5)(qe(vr),qe(Uo),qe(Oc))},$5.\u0275prov=Ae({token:$5,factory:$5.\u0275fac});class Uo{constructor(){this._applications=new Map}registerApplication(t,n){this._applications.set(t,n)}unregisterApplication(t){this._applications.delete(t)}unregisterAllApplications(){this._applications.clear()}getTestability(t){return this._applications.get(t)||null}getAllTestabilities(){return Array.from(this._applications.values())}getAllRootElements(){return Array.from(this._applications.keys())}findTestabilityInTree(t,n=!0){return Ga?.findTestabilityInTree(this,t,n)??null}}let Ga;Uo.\u0275fac=function(t){return new(t||Uo)},Uo.\u0275prov=Ae({token:Uo,factory:Uo.\u0275fac,providedIn:"platform"});const Ei=!1;let ao=null;const Tc=new cn("AllowMultipleToken"),Ha=new cn("PlatformDestroyListeners"),cp=new cn("appBootstrapListener");function Ac(e){const t=e.get(wc,null);t&&t.forEach(n=>n())}function Nc(e,t,n=[]){const i=`Platform: ${t}`,s=new cn(i);return(l=[])=>{let d=Za();if(!d||d.injector.get(Tc,!1)){const C=[...n,...l,{provide:s,useValue:!0}];e?e(C):function fp(e){if(ao&&!ao.get(Tc,!1))throw new ge(400,!1);ao=e;const t=e.get(Vo);return Ac(e),t}(kc(C,i))}return function hp(e){const t=Za();if(!t)throw new ge(401,!1);return t}()}}function kc(e=[],t){return O3.create({name:t,providers:[{provide:R8,useValue:"platform"},{provide:Ha,useValue:new Set([()=>ao=null])},...e]})}function Za(){return ao?.get(Vo)??null}class Vo{constructor(t){this._injector=t,this._modules=[],this._destroyListeners=[],this._destroyed=!1}bootstrapModuleFactory(t,n){const i=Fc(n?.ngZone,Sc(n)),s=[{provide:vr,useValue:i}];return i.run(()=>{const l=O3.create({providers:s,parent:this.injector,name:t.moduleType.name}),d=t.create(l),C=d.injector.get(No,null);if(!C)throw new ge(402,!1);return i.runOutsideAngular(()=>{const b=i.onError.subscribe({next:E=>{C.handleError(E)}});d.onDestroy(()=>{J4(this._modules,d),b.unsubscribe()})}),Rc(C,i,()=>{const b=d.injector.get(Di);return b.runInitializers(),b.donePromise.then(()=>(nl(d.injector.get($4,H5)||H5),this._moduleDoBootstrap(d),d))})})}bootstrapModule(t,n=[]){const i=zc({},n);return function up(e,t,n){const i=new Da(n);return Promise.resolve(i)}(this.injector,0,t).then(s=>this.bootstrapModuleFactory(s,i))}_moduleDoBootstrap(t){const n=t.injector.get(Ii);if(t._bootstrapComponents.length>0)t._bootstrapComponents.forEach(i=>n.bootstrap(i));else{if(!t.instance.ngDoBootstrap)throw new ge(-403,!1);t.instance.ngDoBootstrap(n)}this._modules.push(t)}onDestroy(t){this._destroyListeners.push(t)}get injector(){return this._injector}destroy(){if(this._destroyed)throw new ge(404,!1);this._modules.slice().forEach(n=>n.destroy()),this._destroyListeners.forEach(n=>n());const t=this._injector.get(Ha,null);t&&(t.forEach(n=>n()),t.clear()),this._destroyed=!0}get destroyed(){return this._destroyed}}function Sc(e){return{enableLongStackTrace:!1,shouldCoalesceEventChangeDetection:!(!e||!e.ngZoneEventCoalescing)||!1,shouldCoalesceRunChangeDetection:!(!e||!e.ngZoneRunCoalescing)||!1}}function Fc(e,t){let n;return n="noop"===e?new ap:("zone.js"===e?void 0:e)||new vr(t),n}function Rc(e,t,n){try{const i=n();return fe(i)?i.catch(s=>{throw t.runOutsideAngular(()=>e.handleError(s)),s}):i}catch(i){throw t.runOutsideAngular(()=>e.handleError(i)),i}}function zc(e,t){return e=Array.isArray(t)?t.reduce(zc,e):{...e,...t}}Vo.\u0275fac=function(t){return new(t||Vo)(qe(O3))},Vo.\u0275prov=Ae({token:Vo,factory:Vo.\u0275fac,providedIn:"platform"});class Ii{get destroyed(){return this._destroyed}get injector(){return this._injector}constructor(t,n,i){this._zone=t,this._injector=n,this._exceptionHandler=i,this._bootstrapListeners=[],this._views=[],this._runningTick=!1,this._stable=!0,this._destroyed=!1,this._destroyListeners=[],this.componentTypes=[],this.components=[],this._onMicrotaskEmptySubscription=this._zone.onMicrotaskEmpty.subscribe({next:()=>{this._zone.run(()=>{this.tick()})}});const s=new H.y(d=>{this._stable=this._zone.isStable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks,this._zone.runOutsideAngular(()=>{d.next(this._stable),d.complete()})}),l=new H.y(d=>{let C;this._zone.runOutsideAngular(()=>{C=this._zone.onStable.subscribe(()=>{vr.assertNotInAngularZone(),ja(()=>{!this._stable&&!this._zone.hasPendingMacrotasks&&!this._zone.hasPendingMicrotasks&&(this._stable=!0,d.next(!0))})})});const b=this._zone.onUnstable.subscribe(()=>{vr.assertInAngularZone(),this._stable&&(this._stable=!1,this._zone.runOutsideAngular(()=>{d.next(!1)}))});return()=>{C.unsubscribe(),b.unsubscribe()}});this.isStable=(0,Q.T)(s,l.pipe(ce()))}bootstrap(t,n){Ei&&this.warnIfDestroyed();const i=t instanceof Ao;if(!this._injector.get(Di).done){const ee="Cannot bootstrap as there are still asynchronous initializers running."+(!i&&x2(t)?"":" Bootstrap components in the `ngDoBootstrap` method of the root module.");throw new ge(405,Ei&&ee)}let l;l=i?t:this._injector.get(Wi).resolveComponentFactory(t),this.componentTypes.push(l.componentType);const d=function dp(e){return e.isBoundToModule}(l)?void 0:this._injector.get(Z5),C=n||l.selector,b=l.create(O3.NULL,[],C,d),E=b.location.nativeElement,A=b.injector.get(Pc,null);return A?.registerApplication(E),b.onDestroy(()=>{this.detachView(b.hostView),J4(this.components,b),A?.unregisterApplication(E)}),this._loadComponent(b),b}tick(){if(Ei&&this.warnIfDestroyed(),this._runningTick)throw new ge(101,!1);try{this._runningTick=!0;for(let t of this._views)t.detectChanges()}catch(t){this._zone.runOutsideAngular(()=>this._exceptionHandler.handleError(t))}finally{this._runningTick=!1}}attachView(t){Ei&&this.warnIfDestroyed();const n=t;this._views.push(n),n.attachToAppRef(this)}detachView(t){Ei&&this.warnIfDestroyed();const n=t;J4(this._views,n),n.detachFromAppRef()}_loadComponent(t){this.attachView(t.hostView),this.tick(),this.components.push(t);const n=this._injector.get(cp,[]);n.push(...this._bootstrapListeners),n.forEach(i=>i(t))}ngOnDestroy(){if(!this._destroyed)try{this._destroyListeners.forEach(t=>t()),this._views.slice().forEach(t=>t.destroy()),this._onMicrotaskEmptySubscription.unsubscribe()}finally{this._destroyed=!0,this._views=[],this._bootstrapListeners=[],this._destroyListeners=[]}}onDestroy(t){return Ei&&this.warnIfDestroyed(),this._destroyListeners.push(t),()=>J4(this._destroyListeners,t)}destroy(){if(this._destroyed)throw new ge(406,!1);const t=this._injector;t.destroy&&!t.destroyed&&t.destroy()}get viewCount(){return this._views.length}warnIfDestroyed(){Ei&&this._destroyed&&console.warn(rt(406,"This instance of the `ApplicationRef` has already been destroyed."))}}function J4(e,t){const n=e.indexOf(t);n>-1&&e.splice(n,1)}function Cp(){}Ii.\u0275fac=function(t){return new(t||Ii)(qe(vr),qe(Nr),qe(No))},Ii.\u0275prov=Ae({token:Ii,factory:Ii.\u0275fac,providedIn:"root"});class Uc{}Uc.__NG_ELEMENT_ID__=function mp(e){return function _p(e,t,n){if(h2(e)&&!n){const i=B1(e.index,t);return new Fo(i,i)}if(47&e.type){const i=t[c1];return new Fo(i,t)}return null}($1(),Ge(),16==(16&e))};class Hc{constructor(){}supports(t){return B5(t)}create(t){return new Lp(t)}}const wp=(e,t)=>t;class Lp{constructor(t){this.length=0,this._linkedRecords=null,this._unlinkedRecords=null,this._previousItHead=null,this._itHead=null,this._itTail=null,this._additionsHead=null,this._additionsTail=null,this._movesHead=null,this._movesTail=null,this._removalsHead=null,this._removalsTail=null,this._identityChangesHead=null,this._identityChangesTail=null,this._trackByFn=t||wp}forEachItem(t){let n;for(n=this._itHead;null!==n;n=n._next)t(n)}forEachOperation(t){let n=this._itHead,i=this._removalsHead,s=0,l=null;for(;n||i;){const d=!i||n&&n.currentIndex{d=this._trackByFn(s,C),null!==n&&Object.is(n.trackById,d)?(i&&(n=this._verifyReinsertion(n,C,d,s)),Object.is(n.item,C)||this._addIdentityChange(n,C)):(n=this._mismatch(n,C,d,s),i=!0),n=n._next,s++}),this.length=s;return this._truncate(n),this.collection=t,this.isDirty}get isDirty(){return null!==this._additionsHead||null!==this._movesHead||null!==this._removalsHead||null!==this._identityChangesHead}_reset(){if(this.isDirty){let t;for(t=this._previousItHead=this._itHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._additionsHead;null!==t;t=t._nextAdded)t.previousIndex=t.currentIndex;for(this._additionsHead=this._additionsTail=null,t=this._movesHead;null!==t;t=t._nextMoved)t.previousIndex=t.currentIndex;this._movesHead=this._movesTail=null,this._removalsHead=this._removalsTail=null,this._identityChangesHead=this._identityChangesTail=null}}_mismatch(t,n,i,s){let l;return null===t?l=this._itTail:(l=t._prev,this._remove(t)),null!==(t=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._reinsertAfter(t,l,s)):null!==(t=null===this._linkedRecords?null:this._linkedRecords.get(i,s))?(Object.is(t.item,n)||this._addIdentityChange(t,n),this._moveAfter(t,l,s)):t=this._addAfter(new Dp(n,i),l,s),t}_verifyReinsertion(t,n,i,s){let l=null===this._unlinkedRecords?null:this._unlinkedRecords.get(i,null);return null!==l?t=this._reinsertAfter(l,t._prev,s):t.currentIndex!=s&&(t.currentIndex=s,this._addToMoves(t,s)),t}_truncate(t){for(;null!==t;){const n=t._next;this._addToRemovals(this._unlink(t)),t=n}null!==this._unlinkedRecords&&this._unlinkedRecords.clear(),null!==this._additionsTail&&(this._additionsTail._nextAdded=null),null!==this._movesTail&&(this._movesTail._nextMoved=null),null!==this._itTail&&(this._itTail._next=null),null!==this._removalsTail&&(this._removalsTail._nextRemoved=null),null!==this._identityChangesTail&&(this._identityChangesTail._nextIdentityChange=null)}_reinsertAfter(t,n,i){null!==this._unlinkedRecords&&this._unlinkedRecords.remove(t);const s=t._prevRemoved,l=t._nextRemoved;return null===s?this._removalsHead=l:s._nextRemoved=l,null===l?this._removalsTail=s:l._prevRemoved=s,this._insertAfter(t,n,i),this._addToMoves(t,i),t}_moveAfter(t,n,i){return this._unlink(t),this._insertAfter(t,n,i),this._addToMoves(t,i),t}_addAfter(t,n,i){return this._insertAfter(t,n,i),null===this._additionsTail?this._additionsTail=this._additionsHead=t:this._additionsTail=this._additionsTail._nextAdded=t,t}_insertAfter(t,n,i){const s=null===n?this._itHead:n._next;return t._next=s,t._prev=n,null===s?this._itTail=t:s._prev=t,null===n?this._itHead=t:n._next=t,null===this._linkedRecords&&(this._linkedRecords=new Zc),this._linkedRecords.put(t),t.currentIndex=i,t}_remove(t){return this._addToRemovals(this._unlink(t))}_unlink(t){null!==this._linkedRecords&&this._linkedRecords.remove(t);const n=t._prev,i=t._next;return null===n?this._itHead=i:n._next=i,null===i?this._itTail=n:i._prev=n,t}_addToMoves(t,n){return t.previousIndex===n||(null===this._movesTail?this._movesTail=this._movesHead=t:this._movesTail=this._movesTail._nextMoved=t),t}_addToRemovals(t){return null===this._unlinkedRecords&&(this._unlinkedRecords=new Zc),this._unlinkedRecords.put(t),t.currentIndex=null,t._nextRemoved=null,null===this._removalsTail?(this._removalsTail=this._removalsHead=t,t._prevRemoved=null):(t._prevRemoved=this._removalsTail,this._removalsTail=this._removalsTail._nextRemoved=t),t}_addIdentityChange(t,n){return t.item=n,null===this._identityChangesTail?this._identityChangesTail=this._identityChangesHead=t:this._identityChangesTail=this._identityChangesTail._nextIdentityChange=t,t}}class Dp{constructor(t,n){this.item=t,this.trackById=n,this.currentIndex=null,this.previousIndex=null,this._nextPrevious=null,this._prev=null,this._next=null,this._prevDup=null,this._nextDup=null,this._prevRemoved=null,this._nextRemoved=null,this._nextAdded=null,this._nextMoved=null,this._nextIdentityChange=null}}class Ep{constructor(){this._head=null,this._tail=null}add(t){null===this._head?(this._head=this._tail=t,t._nextDup=null,t._prevDup=null):(this._tail._nextDup=t,t._prevDup=this._tail,t._nextDup=null,this._tail=t)}get(t,n){let i;for(i=this._head;null!==i;i=i._nextDup)if((null===n||n<=i.currentIndex)&&Object.is(i.trackById,t))return i;return null}remove(t){const n=t._prevDup,i=t._nextDup;return null===n?this._head=i:n._nextDup=i,null===i?this._tail=n:i._prevDup=n,null===this._head}}class Zc{constructor(){this.map=new Map}put(t){const n=t.trackById;let i=this.map.get(n);i||(i=new Ep,this.map.set(n,i)),i.add(t)}get(t,n){const i=t,s=this.map.get(i);return s?s.get(t,n):null}remove(t){const n=t.trackById;return this.map.get(n).remove(t)&&this.map.delete(n),t}get isEmpty(){return 0===this.map.size}clear(){this.map.clear()}}function Wc(e,t,n){const i=e.previousIndex;if(null===i)return i;let s=0;return n&&i{if(n&&n.key===s)this._maybeAddToChanges(n,i),this._appendAfter=n,n=n._next;else{const l=this._getOrCreateRecordForKey(s,i);n=this._insertBeforeOrAppend(n,l)}}),n){n._prev&&(n._prev._next=null),this._removalsHead=n;for(let i=n;null!==i;i=i._nextRemoved)i===this._mapHead&&(this._mapHead=null),this._records.delete(i.key),i._nextRemoved=i._next,i.previousValue=i.currentValue,i.currentValue=null,i._prev=null,i._next=null}return this._changesTail&&(this._changesTail._nextChanged=null),this._additionsTail&&(this._additionsTail._nextAdded=null),this.isDirty}_insertBeforeOrAppend(t,n){if(t){const i=t._prev;return n._next=t,n._prev=i,t._prev=n,i&&(i._next=n),t===this._mapHead&&(this._mapHead=n),this._appendAfter=t,t}return this._appendAfter?(this._appendAfter._next=n,n._prev=this._appendAfter):this._mapHead=n,this._appendAfter=n,null}_getOrCreateRecordForKey(t,n){if(this._records.has(t)){const s=this._records.get(t);this._maybeAddToChanges(s,n);const l=s._prev,d=s._next;return l&&(l._next=d),d&&(d._prev=l),s._next=null,s._prev=null,s}const i=new xp(t);return this._records.set(t,i),i.currentValue=n,this._addToAdditions(i),i}_reset(){if(this.isDirty){let t;for(this._previousMapHead=this._mapHead,t=this._previousMapHead;null!==t;t=t._next)t._nextPrevious=t._next;for(t=this._changesHead;null!==t;t=t._nextChanged)t.previousValue=t.currentValue;for(t=this._additionsHead;null!=t;t=t._nextAdded)t.previousValue=t.currentValue;this._changesHead=this._changesTail=null,this._additionsHead=this._additionsTail=null,this._removalsHead=null}}_maybeAddToChanges(t,n){Object.is(n,t.currentValue)||(t.previousValue=t.currentValue,t.currentValue=n,this._addToChanges(t))}_addToAdditions(t){null===this._additionsHead?this._additionsHead=this._additionsTail=t:(this._additionsTail._nextAdded=t,this._additionsTail=t)}_addToChanges(t){null===this._changesHead?this._changesHead=this._changesTail=t:(this._changesTail._nextChanged=t,this._changesTail=t)}_forEach(t,n){t instanceof Map?t.forEach(n):Object.keys(t).forEach(i=>n(t[i],i))}}class xp{constructor(t){this.key=t,this.previousValue=null,this.currentValue=null,this._nextPrevious=null,this._next=null,this._prev=null,this._nextAdded=null,this._nextRemoved=null,this._nextChanged=null}}function Yc(){return new ni([new Hc])}class ni{constructor(t){this.factories=t}static create(t,n){if(null!=n){const i=n.factories.slice();t=t.concat(i)}return new ni(t)}static extend(t){return{provide:ni,useFactory:n=>ni.create(t,n||Yc()),deps:[[ni,new V3,new hi]]}}find(t){const n=this.factories.find(i=>i.supports(t));if(null!=n)return n;throw new ge(901,!1)}}function Qc(){return new ri([new Kc])}ni.\u0275prov=Ae({token:ni,providedIn:"root",factory:Yc});class ri{constructor(t){this.factories=t}static create(t,n){if(n){const i=n.factories.slice();t=t.concat(i)}return new ri(t)}static extend(t){return{provide:ri,useFactory:n=>ri.create(t,n||Qc()),deps:[[ri,new V3,new hi]]}}find(t){const n=this.factories.find(i=>i.supports(t));if(n)return n;throw new ge(901,!1)}}ri.\u0275prov=Ae({token:ri,providedIn:"root",factory:Qc});const Pp=[new Kc],Op=[new Hc],Tp=(new ni(Op),new ri(Pp),Nc(null,"core",[]));class J5{constructor(t){}}function Ap(e){return"boolean"==typeof e?e:null!=e&&"false"!==e}J5.\u0275fac=function(t){return new(t||J5)(qe(Ii))},J5.\u0275mod=kn({type:J5}),J5.\u0275inj=he({})},612:(_t,we,I)=>{"use strict";I.d(we,{iD:()=>de});var o=I(8),_=I(218),H=I(957);class Q extends H.w{constructor(N,he){super()}schedule(N,he=0){return this}}class F extends Q{constructor(N,he){super(N,he),this.scheduler=N,this.work=he,this.pending=!1}schedule(N,he=0){if(this.closed)return this;this.state=N;const je=this.id,ut=this.scheduler;return null!=je&&(this.id=this.recycleAsyncId(ut,je,he)),this.pending=!0,this.delay=he,this.id=this.id||this.requestAsyncId(ut,this.id,he),this}requestAsyncId(N,he,je=0){return setInterval(N.flush.bind(N,this),je)}recycleAsyncId(N,he,je=0){if(null!==je&&this.delay===je&&!1===this.pending)return he;clearInterval(he)}execute(N,he){if(this.closed)return new Error("executing a cancelled action");this.pending=!1;const je=this._execute(N,he);if(je)return je;!1===this.pending&&null!=this.id&&(this.id=this.recycleAsyncId(this.scheduler,this.id,null))}_execute(N,he){let ut,je=!1;try{this.work(N)}catch(Pt){je=!0,ut=!!Pt&&Pt||new Error(Pt)}if(je)return this.unsubscribe(),ut}_unsubscribe(){const N=this.id,he=this.scheduler,je=he.actions,ut=je.indexOf(this);this.work=null,this.state=null,this.pending=!1,this.scheduler=null,-1!==ut&&je.splice(ut,1),null!=N&&(this.id=this.recycleAsyncId(he,N,null)),this.delay=null}}class Y{constructor(N,he=Y.now){this.SchedulerAction=N,this.now=he}schedule(N,he=0,je){return new this.SchedulerAction(this,N).schedule(je,he)}}Y.now=()=>Date.now();class J extends Y{constructor(N,he=Y.now){super(N,()=>J.delegate&&J.delegate!==this?J.delegate.now():he()),this.actions=[],this.active=!1,this.scheduled=void 0}schedule(N,he=0,je){return J.delegate&&J.delegate!==this?J.delegate.schedule(N,he,je):super.schedule(N,he,je)}flush(N){const{actions:he}=this;if(this.active)return void he.push(N);let je;this.active=!0;do{if(je=N.execute(N.state,N.delay))break}while(N=he.shift());if(this.active=!1,je){for(;N=he.shift();)N.unsubscribe();throw je}}}const V=new class ie extends J{}(class z extends F{constructor(N,he){super(N,he),this.scheduler=N,this.work=he}schedule(N,he=0){return he>0?super.schedule(N,he):(this.delay=he,this.state=N,this.scheduler.flush(this),this)}execute(N,he){return he>0||this.closed?super.execute(N,he):this._execute(N,he)}requestAsyncId(N,he,je=0){return null!==je&&je>0||null===je&&this.delay>0?super.requestAsyncId(N,he,je):N.flush(this)}});var se=I(14),le=I(901);const ye=new le.y(Ae=>Ae.complete());function De(Ae){return Ae?function Oe(Ae){return new le.y(N=>Ae.schedule(()=>N.complete()))}(Ae):ye}var Le,Ae,ce=I(139);function ae({error:Ae,subscriber:N}){N.error(Ae)}(Ae=Le||(Le={})).NEXT="N",Ae.ERROR="E",Ae.COMPLETE="C";class Ne{constructor(N,he,je){this.kind=N,this.value=he,this.error=je,this.hasValue="N"===N}observe(N){switch(this.kind){case"N":return N.next&&N.next(this.value);case"E":return N.error&&N.error(this.error);case"C":return N.complete&&N.complete()}}do(N,he,je){switch(this.kind){case"N":return N&&N(this.value);case"E":return he&&he(this.error);case"C":return je&&je()}}accept(N,he,je){return N&&"function"==typeof N.next?this.observe(N):this.do(N,he,je)}toObservable(){switch(this.kind){case"N":return(0,ce.of)(this.value);case"E":return function q(Ae,N){return N?new le.y(he=>N.schedule(ae,0,{error:Ae,subscriber:he})):new le.y(he=>he.error(Ae))}(this.error);case"C":return De()}throw new Error("unexpected notification kind value")}static createNext(N){return typeof N<"u"?new Ne("N",N):Ne.undefinedValueNotification}static createError(N){return new Ne("E",void 0,N)}static createComplete(){return Ne.completeNotification}}Ne.completeNotification=new Ne("C"),Ne.undefinedValueNotification=new Ne("N",void 0);class G extends se.L{constructor(N,he,je=0){super(N),this.scheduler=he,this.delay=je}static dispatch(N){const{notification:he,destination:je}=N;he.observe(je),this.unsubscribe()}scheduleMessage(N){this.destination.add(this.scheduler.schedule(G.dispatch,this.delay,new me(N,this.destination)))}_next(N){this.scheduleMessage(Ne.createNext(N))}_error(N){this.scheduleMessage(Ne.createError(N)),this.unsubscribe()}_complete(){this.scheduleMessage(Ne.createComplete()),this.unsubscribe()}}class me{constructor(N,he){this.notification=N,this.destination=he}}var D=I(86),pe=I(722);class Ce extends _.xQ{constructor(N=Number.POSITIVE_INFINITY,he=Number.POSITIVE_INFINITY,je){super(),this.scheduler=je,this._events=[],this._infiniteTimeWindow=!1,this._bufferSize=N<1?1:N,this._windowTime=he<1?1:he,he===Number.POSITIVE_INFINITY?(this._infiniteTimeWindow=!0,this.next=this.nextInfiniteTimeWindow):this.next=this.nextTimeWindow}nextInfiniteTimeWindow(N){if(!this.isStopped){const he=this._events;he.push(N),he.length>this._bufferSize&&he.shift()}super.next(N)}nextTimeWindow(N){this.isStopped||(this._events.push(new ge(this._getNow(),N)),this._trimBufferThenGetEvents()),super.next(N)}_subscribe(N){const he=this._infiniteTimeWindow,je=he?this._events:this._trimBufferThenGetEvents(),ut=this.scheduler,Pt=je.length;let At;if(this.closed)throw new D.N;if(this.isStopped||this.hasError?At=H.w.EMPTY:(this.observers.push(N),At=new pe.W(this,N)),ut&&N.add(N=new G(N,ut)),he)for(let Lt=0;Lthe&&(At=Math.max(At,Pt-he)),At>0&&ut.splice(0,At),ut}}class ge{constructor(N,he){this.time=N,this.value=he}}var rt=I(286),Be=I(942),Ye=I(858),Gt=I(539);function p1(Ae,N){return"function"==typeof N?he=>he.pipe(p1((je,ut)=>(0,Ye.D)(Ae(je,ut)).pipe((0,Be.U)((Pt,At)=>N(je,Pt,ut,At))))):he=>he.lift(new Z1(Ae))}class Z1{constructor(N){this.project=N}call(N,he){return he.subscribe(new L1(N,this.project))}}class L1 extends Gt.Ds{constructor(N,he){super(N),this.project=he,this.index=0}_next(N){let he;const je=this.index++;try{he=this.project(N,je)}catch(ut){return void this.destination.error(ut)}this._innerSub(he)}_innerSub(N){const he=this.innerSubscription;he&&he.unsubscribe();const je=new Gt.IY(this),ut=this.destination;ut.add(je),this.innerSubscription=(0,Gt.ft)(N,je),this.innerSubscription!==je&&ut.add(this.innerSubscription)}_complete(){const{innerSubscription:N}=this;(!N||N.closed)&&super._complete(),this.unsubscribe()}_unsubscribe(){this.innerSubscription=void 0}notifyComplete(){this.innerSubscription=void 0,this.isStopped&&super._complete()}notifyNext(N){this.destination.next(N)}} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */const Ct={schedule(Ae,N){const he=setTimeout(Ae,N);return()=>clearTimeout(he)},scheduleBeforeRender(Ae){if(typeof window>"u")return Ct.schedule(Ae,0);if(typeof window.requestAnimationFrame>"u")return Ct.schedule(Ae,16);const N=window.requestAnimationFrame(Ae);return()=>window.cancelAnimationFrame(N)}};let M1;function V1(Ae,N,he){let je=he;return function un(Ae){return!!Ae&&Ae.nodeType===Node.ELEMENT_NODE}(Ae)&&N.some((ut,Pt)=>!("*"===ut||!function xt(Ae,N){if(!M1){const he=Element.prototype;M1=he.matches||he.matchesSelector||he.mozMatchesSelector||he.msMatchesSelector||he.oMatchesSelector||he.webkitMatchesSelector}return Ae.nodeType===Node.ELEMENT_NODE&&M1.call(Ae,N)}(Ae,ut))&&(je=Pt,!0)),je}class Te{constructor(N,he){this.componentFactory=he.get(o._Vd).resolveComponentFactory(N)}create(N){return new wt(this.componentFactory,N)}}class wt{constructor(N,he){this.componentFactory=N,this.injector=he,this.eventEmitters=new Ce(1),this.events=this.eventEmitters.pipe(p1(je=>(0,rt.T)(...je))),this.componentRef=null,this.viewChangeDetectorRef=null,this.inputChanges=null,this.hasInputChanges=!1,this.implementsOnChanges=!1,this.scheduledChangeDetectionFn=null,this.scheduledDestroyFn=null,this.initialInputValues=new Map,this.unchangedInputs=new Set(this.componentFactory.inputs.map(({propName:je})=>je)),this.ngZone=this.injector.get(o.R0b),this.elementZone=typeof Zone>"u"?null:this.ngZone.run(()=>Zone.current)}connect(N){this.runInZone(()=>{if(null!==this.scheduledDestroyFn)return this.scheduledDestroyFn(),void(this.scheduledDestroyFn=null);null===this.componentRef&&this.initializeComponent(N)})}disconnect(){this.runInZone(()=>{null===this.componentRef||null!==this.scheduledDestroyFn||(this.scheduledDestroyFn=Ct.schedule(()=>{null!==this.componentRef&&(this.componentRef.destroy(),this.componentRef=null,this.viewChangeDetectorRef=null)},10))})}getInputValue(N){return this.runInZone(()=>null===this.componentRef?this.initialInputValues.get(N):this.componentRef.instance[N])}setInputValue(N,he){this.runInZone(()=>{null!==this.componentRef?function r1(Ae,N){return Ae===N||Ae!=Ae&&N!=N}(he,this.getInputValue(N))&&(void 0!==he||!this.unchangedInputs.has(N))||(this.recordInputChange(N,he),this.unchangedInputs.delete(N),this.hasInputChanges=!0,this.componentRef.instance[N]=he,this.scheduleDetectChanges()):this.initialInputValues.set(N,he)})}initializeComponent(N){const he=o.zs3.create({providers:[],parent:this.injector}),je=function lt(Ae,N){const he=Ae.childNodes,je=N.map(()=>[]);let ut=-1;N.some((Pt,At)=>"*"===Pt&&(ut=At,!0));for(let Pt=0,At=he.length;Pt{this.initialInputValues.has(N)&&this.setInputValue(N,this.initialInputValues.get(N))}),this.initialInputValues.clear()}initializeOutputs(N){const he=this.componentFactory.outputs.map(({propName:je,templateName:ut})=>N.instance[je].pipe((0,Be.U)(At=>({name:ut,value:At}))));this.eventEmitters.next(he)}callNgOnChanges(N){if(!this.implementsOnChanges||null===this.inputChanges)return;const he=this.inputChanges;this.inputChanges=null,N.instance.ngOnChanges(he)}markViewForCheck(N){this.hasInputChanges&&(this.hasInputChanges=!1,N.markForCheck())}scheduleDetectChanges(){this.scheduledChangeDetectionFn||(this.scheduledChangeDetectionFn=Ct.scheduleBeforeRender(()=>{this.scheduledChangeDetectionFn=null,this.detectChanges()}))}recordInputChange(N,he){if(!this.implementsOnChanges)return;null===this.inputChanges&&(this.inputChanges={});const je=this.inputChanges[N];if(je)return void(je.currentValue=he);const ut=this.unchangedInputs.has(N),Pt=ut?void 0:this.getInputValue(N);this.inputChanges[N]=new o.WD2(Pt,he,ut)}detectChanges(){null!==this.componentRef&&(this.callNgOnChanges(this.componentRef),this.markViewForCheck(this.viewChangeDetectorRef),this.componentRef.changeDetectorRef.detectChanges())}runInZone(N){return this.elementZone&&Zone.current!==this.elementZone?this.ngZone.run(N):N()}}class ot extends HTMLElement{constructor(){super(...arguments),this.ngElementEventsSubscription=null}}function de(Ae,N){const he=function en(Ae,N){return N.get(o._Vd).resolveComponentFactory(Ae).inputs}(Ae,N.injector),je=N.strategyFactory||new Te(Ae,N.injector),ut=function j(Ae){const N={};return Ae.forEach(({propName:he,templateName:je})=>{N[function I1(Ae){return Ae.replace(/[A-Z]/g,N=>`-${N.toLowerCase()}`)}(je)]=he}),N}(he);class Pt extends ot{get ngElementStrategy(){if(!this._ngElementStrategy){const Lt=this._ngElementStrategy=je.create(this.injector||N.injector);he.forEach(({propName:dt})=>{if(!this.hasOwnProperty(dt))return;const Je=this[dt];delete this[dt],Lt.setInputValue(dt,Je)})}return this._ngElementStrategy}constructor(Lt){super(),this.injector=Lt}attributeChangedCallback(Lt,dt,Je,Tt){const ft=ut[Lt];this.ngElementStrategy.setInputValue(ft,Je)}connectedCallback(){let Lt=!1;this.ngElementStrategy.events&&(this.subscribeToEvents(),Lt=!0),this.ngElementStrategy.connect(this),Lt||this.subscribeToEvents()}disconnectedCallback(){this._ngElementStrategy&&this._ngElementStrategy.disconnect(),this.ngElementEventsSubscription&&(this.ngElementEventsSubscription.unsubscribe(),this.ngElementEventsSubscription=null)}subscribeToEvents(){this.ngElementEventsSubscription=this.ngElementStrategy.events.subscribe(Lt=>{const dt=new CustomEvent(Lt.name,{detail:Lt.value});this.dispatchEvent(dt)})}}return Pt.observedAttributes=Object.keys(ut),he.forEach(({propName:At})=>{Object.defineProperty(Pt.prototype,At,{get(){return this.ngElementStrategy.getInputValue(At)},set(Lt){this.ngElementStrategy.setInputValue(At,Lt)},configurable:!0,enumerable:!0})}),Pt}new o.GfV("15.2.10")},609:(_t,we,I)=>{"use strict";I.d(we,{Fj:()=>q,u5:()=>Qn,Fd:()=>O2,qQ:()=>Y1,JJ:()=>je,On:()=>i2,wV:()=>c1});var o=I(8),_=I(666),H=I(858),Q=I(901),F=I(327),z=I(942),Y=I(549);function ie(P,h){return new Q.y(w=>{const K=P.length;if(0===K)return void w.complete();const ze=new Array(K);let Ft=0,gt=0;for(let mn=0;mn{J2||(J2=!0,gt++),ze[mn]=q2},error:q2=>w.error(q2),complete:()=>{Ft++,(Ft===K||!J2)&&(gt===K&&w.next(h?h.reduce((q2,Gr,lr)=>(q2[Gr]=ze[lr],q2),{}):ze),w.complete())}}))}})} /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */ + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */class U{constructor(h,w){this._renderer=h,this._elementRef=w,this.onChange=K=>{},this.onTouched=()=>{}}setProperty(h,w){this._renderer.setProperty(this._elementRef.nativeElement,h,w)}registerOnTouched(h){this.onTouched=h}registerOnChange(h){this.onChange=h}setDisabledState(h){this.setProperty("disabled",h)}}U.\u0275fac=function(h){return new(h||U)(o.Y36(o.Qsj),o.Y36(o.SBq))},U.\u0275dir=o.lG2({type:U});class V extends U{}V.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(V)))(w||V)}}(),V.\u0275dir=o.lG2({type:V,features:[o.qOj]});const se=new o.OlP("NgValueAccessor"),le={provide:se,useExisting:(0,o.Gpc)(()=>ye),multi:!0};class ye extends V{writeValue(h){this.setProperty("checked",h)}}ye.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(ye)))(w||ye)}}(),ye.\u0275dir=o.lG2({type:ye,selectors:[["input","type","checkbox","formControlName",""],["input","type","checkbox","formControl",""],["input","type","checkbox","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(ze){return w.onChange(ze.target.checked)})("blur",function(){return w.onTouched()})},features:[o._Bn([le]),o.qOj]});const De={provide:se,useExisting:(0,o.Gpc)(()=>q),multi:!0};const ce=new o.OlP("CompositionEventMode");class q extends U{constructor(h,w,K){super(h,w),this._compositionMode=K,this._composing=!1,null==this._compositionMode&&(this._compositionMode=!function Oe(){const P=(0,_.q)()?(0,_.q)().getUserAgent():"";return/android (\d+)/.test(P.toLowerCase())}())}writeValue(h){const w=h??"";this.setProperty("value",w)}_handleInput(h){(!this._compositionMode||this._compositionMode&&!this._composing)&&this.onChange(h)}_compositionStart(){this._composing=!0}_compositionEnd(h){this._composing=!1,this._compositionMode&&this.onChange(h)}}q.\u0275fac=function(h){return new(h||q)(o.Y36(o.Qsj),o.Y36(o.SBq),o.Y36(ce,8))},q.\u0275dir=o.lG2({type:q,selectors:[["input","formControlName","",3,"type","checkbox"],["textarea","formControlName",""],["input","formControl","",3,"type","checkbox"],["textarea","formControl",""],["input","ngModel","",3,"type","checkbox"],["textarea","ngModel",""],["","ngDefaultControl",""]],hostBindings:function(h,w){1&h&&o.NdJ("input",function(ze){return w._handleInput(ze.target.value)})("blur",function(){return w.onTouched()})("compositionstart",function(){return w._compositionStart()})("compositionend",function(ze){return w._compositionEnd(ze.target.value)})},features:[o._Bn([De]),o.qOj]});const ae=!1;function Le(P){return null==P||("string"==typeof P||Array.isArray(P))&&0===P.length}function Ne(P){return null!=P&&"number"==typeof P.length}const Ee=new o.OlP("NgValidators"),te=new o.OlP("NgAsyncValidators"),G=/^(?=.{1,254}$)(?=.{1,64}@)[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+(?:\.[a-zA-Z0-9!#$%&'*+/=?^_`{|}~-]+)*@[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?(?:\.[a-zA-Z0-9](?:[a-zA-Z0-9-]{0,61}[a-zA-Z0-9])?)*$/;function D(P){return h=>{if(Le(h.value)||Le(P))return null;const w=parseFloat(h.value);return!isNaN(w)&&w{if(Le(h.value)||Le(P))return null;const w=parseFloat(h.value);return!isNaN(w)&&w>P?{max:{max:P,actual:h.value}}:null}}function Ce(P){return Le(P.value)?{required:!0}:null}function ge(P){return!0===P.value?null:{required:!0}}function rt(P){return Le(P.value)||G.test(P.value)?null:{email:!0}}function Be(P){return h=>Le(h.value)||!Ne(h.value)?null:h.value.lengthNe(h.value)&&h.value.length>P?{maxlength:{requiredLength:P,actualLength:h.value.length}}:null}function Gt(P){if(!P)return p1;let h,w;return"string"==typeof P?(w="","^"!==P.charAt(0)&&(w+="^"),w+=P,"$"!==P.charAt(P.length-1)&&(w+="$"),h=new RegExp(w)):(w=P.toString(),h=P),K=>{if(Le(K.value))return null;const ze=K.value;return h.test(ze)?null:{pattern:{requiredPattern:w,actualValue:ze}}}}function p1(P){return null}function Z1(P){return null!=P}function L1(P){const h=(0,o.QGY)(P)?(0,H.D)(P):P;if(ae&&!(0,o.CqO)(h)){let w="Expected async validator to return Promise or Observable.";throw"object"==typeof P&&(w+=" Are you using a synchronous validator where an async validator is expected?"),new o.vHH(-1101,w)}return h}function Ct(P){let h={};return P.forEach(w=>{h=null!=w?{...h,...w}:h}),0===Object.keys(h).length?null:h}function I1(P,h){return h.map(w=>w(P))}function d1(P){return P.map(h=>function un(P){return!P.validate}(h)?h:w=>h.validate(w))}function y1(P){if(!P)return null;const h=P.filter(Z1);return 0==h.length?null:function(w){return Ct(I1(w,h))}}function M1(P){return null!=P?y1(d1(P)):null}function xt(P){if(!P)return null;const h=P.filter(Z1);return 0==h.length?null:function(w){return function J(...P){if(1===P.length){const h=P[0];if((0,F.k)(h))return ie(h,null);if((0,Y.K)(h)&&Object.getPrototypeOf(h)===Object.prototype){const w=Object.keys(h);return ie(w.map(K=>h[K]),w)}}if("function"==typeof P[P.length-1]){const h=P.pop();return ie(P=1===P.length&&(0,F.k)(P[0])?P[0]:P,null).pipe((0,z.U)(w=>h(...w)))}return ie(P,null)}(I1(w,h).map(L1)).pipe((0,z.U)(Ct))}}function r1(P){return null!=P?xt(d1(P)):null}function j(P,h){return null===P?[h]:Array.isArray(P)?[...P,h]:[P,h]}function en(P){return P._rawValidators}function lt(P){return P._rawAsyncValidators}function V1(P){return P?Array.isArray(P)?P:[P]:[]}function h1(P,h){return Array.isArray(P)?P.includes(h):P===h}function Te(P,h){const w=V1(h);return V1(P).forEach(ze=>{h1(w,ze)||w.push(ze)}),w}function wt(P,h){return V1(h).filter(w=>!h1(P,w))}class ot{constructor(){this._rawValidators=[],this._rawAsyncValidators=[],this._onDestroyCallbacks=[]}get value(){return this.control?this.control.value:null}get valid(){return this.control?this.control.valid:null}get invalid(){return this.control?this.control.invalid:null}get pending(){return this.control?this.control.pending:null}get disabled(){return this.control?this.control.disabled:null}get enabled(){return this.control?this.control.enabled:null}get errors(){return this.control?this.control.errors:null}get pristine(){return this.control?this.control.pristine:null}get dirty(){return this.control?this.control.dirty:null}get touched(){return this.control?this.control.touched:null}get status(){return this.control?this.control.status:null}get untouched(){return this.control?this.control.untouched:null}get statusChanges(){return this.control?this.control.statusChanges:null}get valueChanges(){return this.control?this.control.valueChanges:null}get path(){return null}_setValidators(h){this._rawValidators=h||[],this._composedValidatorFn=M1(this._rawValidators)}_setAsyncValidators(h){this._rawAsyncValidators=h||[],this._composedAsyncValidatorFn=r1(this._rawAsyncValidators)}get validator(){return this._composedValidatorFn||null}get asyncValidator(){return this._composedAsyncValidatorFn||null}_registerOnDestroy(h){this._onDestroyCallbacks.push(h)}_invokeOnDestroyCallbacks(){this._onDestroyCallbacks.forEach(h=>h()),this._onDestroyCallbacks=[]}reset(h){this.control&&this.control.reset(h)}hasError(h,w){return!!this.control&&this.control.hasError(h,w)}getError(h,w){return this.control?this.control.getError(h,w):null}}class de extends ot{get formDirective(){return null}get path(){return null}}class $e extends ot{constructor(){super(...arguments),this._parent=null,this.name=null,this.valueAccessor=null}}class Ae{constructor(h){this._cd=h}get isTouched(){return!!this._cd?.control?.touched}get isUntouched(){return!!this._cd?.control?.untouched}get isPristine(){return!!this._cd?.control?.pristine}get isDirty(){return!!this._cd?.control?.dirty}get isValid(){return!!this._cd?.control?.valid}get isInvalid(){return!!this._cd?.control?.invalid}get isPending(){return!!this._cd?.control?.pending}get isSubmitted(){return!!this._cd?.submitted}}class je extends Ae{constructor(h){super(h)}}je.\u0275fac=function(h){return new(h||je)(o.Y36($e,2))},je.\u0275dir=o.lG2({type:je,selectors:[["","formControlName",""],["","ngModel",""],["","formControl",""]],hostVars:14,hostBindings:function(h,w){2&h&&o.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)},features:[o.qOj]});class ut extends Ae{constructor(h){super(h)}}ut.\u0275fac=function(h){return new(h||ut)(o.Y36(de,10))},ut.\u0275dir=o.lG2({type:ut,selectors:[["","formGroupName",""],["","formArrayName",""],["","ngModelGroup",""],["","formGroup",""],["form",3,"ngNoForm",""],["","ngForm",""]],hostVars:16,hostBindings:function(h,w){2&h&&o.ekj("ng-untouched",w.isUntouched)("ng-touched",w.isTouched)("ng-pristine",w.isPristine)("ng-dirty",w.isDirty)("ng-valid",w.isValid)("ng-invalid",w.isInvalid)("ng-pending",w.isPending)("ng-submitted",w.isSubmitted)},features:[o.qOj]});function pt(P,h){return P?`with name: '${h}'`:`at index: ${h}`}const bn=!1,J1="VALID",fn="INVALID",tn="PENDING",e2="DISABLED";function xe(P){return(ht(P)?P.validators:P)||null}function ue(P,h){return(ht(h)?h.asyncValidators:P)||null}function ht(P){return null!=P&&!Array.isArray(P)&&"object"==typeof P}function qe(P,h,w){const K=P.controls;if(!(h?Object.keys(K):K).length)throw new o.vHH(1e3,bn?function E2(P){return`\n There are no form controls registered with this ${P?"group":"array"} yet. If you're using ngModel,\n you may want to check next tick (e.g. use setTimeout).\n `}(h):"");if(!K[w])throw new o.vHH(1001,bn?function dn(P,h){return`Cannot find form control ${pt(P,h)}`}(h,w):"")}function Jt(P,h,w){P._forEachChild((K,ze)=>{if(void 0===w[ze])throw new o.vHH(1002,bn?function R2(P,h){return`Must supply a value for form control ${pt(P,h)}`}(h,ze):"")})}class Me{constructor(h,w){this._pendingDirty=!1,this._hasOwnPendingAsyncValidator=!1,this._pendingTouched=!1,this._onCollectionChange=()=>{},this._parent=null,this.pristine=!0,this.touched=!1,this._onDisabledChange=[],this._assignValidators(h),this._assignAsyncValidators(w)}get validator(){return this._composedValidatorFn}set validator(h){this._rawValidators=this._composedValidatorFn=h}get asyncValidator(){return this._composedAsyncValidatorFn}set asyncValidator(h){this._rawAsyncValidators=this._composedAsyncValidatorFn=h}get parent(){return this._parent}get valid(){return this.status===J1}get invalid(){return this.status===fn}get pending(){return this.status==tn}get disabled(){return this.status===e2}get enabled(){return this.status!==e2}get dirty(){return!this.pristine}get untouched(){return!this.touched}get updateOn(){return this._updateOn?this._updateOn:this.parent?this.parent.updateOn:"change"}setValidators(h){this._assignValidators(h)}setAsyncValidators(h){this._assignAsyncValidators(h)}addValidators(h){this.setValidators(Te(h,this._rawValidators))}addAsyncValidators(h){this.setAsyncValidators(Te(h,this._rawAsyncValidators))}removeValidators(h){this.setValidators(wt(h,this._rawValidators))}removeAsyncValidators(h){this.setAsyncValidators(wt(h,this._rawAsyncValidators))}hasValidator(h){return h1(this._rawValidators,h)}hasAsyncValidator(h){return h1(this._rawAsyncValidators,h)}clearValidators(){this.validator=null}clearAsyncValidators(){this.asyncValidator=null}markAsTouched(h={}){this.touched=!0,this._parent&&!h.onlySelf&&this._parent.markAsTouched(h)}markAllAsTouched(){this.markAsTouched({onlySelf:!0}),this._forEachChild(h=>h.markAllAsTouched())}markAsUntouched(h={}){this.touched=!1,this._pendingTouched=!1,this._forEachChild(w=>{w.markAsUntouched({onlySelf:!0})}),this._parent&&!h.onlySelf&&this._parent._updateTouched(h)}markAsDirty(h={}){this.pristine=!1,this._parent&&!h.onlySelf&&this._parent.markAsDirty(h)}markAsPristine(h={}){this.pristine=!0,this._pendingDirty=!1,this._forEachChild(w=>{w.markAsPristine({onlySelf:!0})}),this._parent&&!h.onlySelf&&this._parent._updatePristine(h)}markAsPending(h={}){this.status=tn,!1!==h.emitEvent&&this.statusChanges.emit(this.status),this._parent&&!h.onlySelf&&this._parent.markAsPending(h)}disable(h={}){const w=this._parentMarkedDirty(h.onlySelf);this.status=e2,this.errors=null,this._forEachChild(K=>{K.disable({...h,onlySelf:!0})}),this._updateValue(),!1!==h.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._updateAncestors({...h,skipPristineCheck:w}),this._onDisabledChange.forEach(K=>K(!0))}enable(h={}){const w=this._parentMarkedDirty(h.onlySelf);this.status=J1,this._forEachChild(K=>{K.enable({...h,onlySelf:!0})}),this.updateValueAndValidity({onlySelf:!0,emitEvent:h.emitEvent}),this._updateAncestors({...h,skipPristineCheck:w}),this._onDisabledChange.forEach(K=>K(!1))}_updateAncestors(h){this._parent&&!h.onlySelf&&(this._parent.updateValueAndValidity(h),h.skipPristineCheck||this._parent._updatePristine(),this._parent._updateTouched())}setParent(h){this._parent=h}getRawValue(){return this.value}updateValueAndValidity(h={}){this._setInitialStatus(),this._updateValue(),this.enabled&&(this._cancelExistingSubscription(),this.errors=this._runValidator(),this.status=this._calculateStatus(),(this.status===J1||this.status===tn)&&this._runAsyncValidator(h.emitEvent)),!1!==h.emitEvent&&(this.valueChanges.emit(this.value),this.statusChanges.emit(this.status)),this._parent&&!h.onlySelf&&this._parent.updateValueAndValidity(h)}_updateTreeValidity(h={emitEvent:!0}){this._forEachChild(w=>w._updateTreeValidity(h)),this.updateValueAndValidity({onlySelf:!0,emitEvent:h.emitEvent})}_setInitialStatus(){this.status=this._allControlsDisabled()?e2:J1}_runValidator(){return this.validator?this.validator(this):null}_runAsyncValidator(h){if(this.asyncValidator){this.status=tn,this._hasOwnPendingAsyncValidator=!0;const w=L1(this.asyncValidator(this));this._asyncValidationSubscription=w.subscribe(K=>{this._hasOwnPendingAsyncValidator=!1,this.setErrors(K,{emitEvent:h})})}}_cancelExistingSubscription(){this._asyncValidationSubscription&&(this._asyncValidationSubscription.unsubscribe(),this._hasOwnPendingAsyncValidator=!1)}setErrors(h,w={}){this.errors=h,this._updateControlsErrors(!1!==w.emitEvent)}get(h){let w=h;return null==w||(Array.isArray(w)||(w=w.split(".")),0===w.length)?null:w.reduce((K,ze)=>K&&K._find(ze),this)}getError(h,w){const K=w?this.get(w):this;return K&&K.errors?K.errors[h]:null}hasError(h,w){return!!this.getError(h,w)}get root(){let h=this;for(;h._parent;)h=h._parent;return h}_updateControlsErrors(h){this.status=this._calculateStatus(),h&&this.statusChanges.emit(this.status),this._parent&&this._parent._updateControlsErrors(h)}_initObservables(){this.valueChanges=new o.vpe,this.statusChanges=new o.vpe}_calculateStatus(){return this._allControlsDisabled()?e2:this.errors?fn:this._hasOwnPendingAsyncValidator||this._anyControlsHaveStatus(tn)?tn:this._anyControlsHaveStatus(fn)?fn:J1}_anyControlsHaveStatus(h){return this._anyControls(w=>w.status===h)}_anyControlsDirty(){return this._anyControls(h=>h.dirty)}_anyControlsTouched(){return this._anyControls(h=>h.touched)}_updatePristine(h={}){this.pristine=!this._anyControlsDirty(),this._parent&&!h.onlySelf&&this._parent._updatePristine(h)}_updateTouched(h={}){this.touched=this._anyControlsTouched(),this._parent&&!h.onlySelf&&this._parent._updateTouched(h)}_registerOnCollectionChange(h){this._onCollectionChange=h}_setUpdateStrategy(h){ht(h)&&null!=h.updateOn&&(this._updateOn=h.updateOn)}_parentMarkedDirty(h){const w=this._parent&&this._parent.dirty;return!h&&!!w&&!this._parent._anyControlsDirty()}_find(h){return null}_assignValidators(h){this._rawValidators=Array.isArray(h)?h.slice():h,this._composedValidatorFn=function B(P){return Array.isArray(P)?M1(P):P||null}(this._rawValidators)}_assignAsyncValidators(h){this._rawAsyncValidators=Array.isArray(h)?h.slice():h,this._composedAsyncValidatorFn=function Ie(P){return Array.isArray(P)?r1(P):P||null}(this._rawAsyncValidators)}}class O extends Me{constructor(h,w,K){super(xe(w),ue(K,w)),this.controls=h,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}registerControl(h,w){return this.controls[h]?this.controls[h]:(this.controls[h]=w,w.setParent(this),w._registerOnCollectionChange(this._onCollectionChange),w)}addControl(h,w,K={}){this.registerControl(h,w),this.updateValueAndValidity({emitEvent:K.emitEvent}),this._onCollectionChange()}removeControl(h,w={}){this.controls[h]&&this.controls[h]._registerOnCollectionChange(()=>{}),delete this.controls[h],this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}setControl(h,w,K={}){this.controls[h]&&this.controls[h]._registerOnCollectionChange(()=>{}),delete this.controls[h],w&&this.registerControl(h,w),this.updateValueAndValidity({emitEvent:K.emitEvent}),this._onCollectionChange()}contains(h){return this.controls.hasOwnProperty(h)&&this.controls[h].enabled}setValue(h,w={}){Jt(this,!0,h),Object.keys(h).forEach(K=>{qe(this,!0,K),this.controls[K].setValue(h[K],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(h,w={}){null!=h&&(Object.keys(h).forEach(K=>{const ze=this.controls[K];ze&&ze.patchValue(h[K],{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(h={},w={}){this._forEachChild((K,ze)=>{K.reset(h[ze],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this._reduceChildren({},(h,w,K)=>(h[K]=w.getRawValue(),h))}_syncPendingControls(){let h=this._reduceChildren(!1,(w,K)=>!!K._syncPendingControls()||w);return h&&this.updateValueAndValidity({onlySelf:!0}),h}_forEachChild(h){Object.keys(this.controls).forEach(w=>{const K=this.controls[w];K&&h(K,w)})}_setUpControls(){this._forEachChild(h=>{h.setParent(this),h._registerOnCollectionChange(this._onCollectionChange)})}_updateValue(){this.value=this._reduceValue()}_anyControls(h){for(const[w,K]of Object.entries(this.controls))if(this.contains(w)&&h(K))return!0;return!1}_reduceValue(){return this._reduceChildren({},(w,K,ze)=>((K.enabled||this.disabled)&&(w[ze]=K.value),w))}_reduceChildren(h,w){let K=h;return this._forEachChild((ze,Ft)=>{K=w(K,ze,Ft)}),K}_allControlsDisabled(){for(const h of Object.keys(this.controls))if(this.controls[h].enabled)return!1;return Object.keys(this.controls).length>0||this.disabled}_find(h){return this.controls.hasOwnProperty(h)?this.controls[h]:null}}class Fe extends O{}const it=new o.OlP("CallSetDisabledState",{providedIn:"root",factory:()=>jt}),jt="always";function N1(P,h){return[...h.path,P]}function Xt(P,h,w=jt){d2(P,h),h.valueAccessor.writeValue(P.value),(P.disabled||"always"===w)&&h.valueAccessor.setDisabledState?.(P.disabled),function vt(P,h){h.valueAccessor.registerOnChange(w=>{P._pendingValue=w,P._pendingChange=!0,P._pendingDirty=!0,"change"===P.updateOn&&r3(P,h)})}(P,h),function t2(P,h){const w=(K,ze)=>{h.valueAccessor.writeValue(K),ze&&h.viewToModelUpdate(K)};P.registerOnChange(w),h._registerOnDestroy(()=>{P._unregisterOnChange(w)})}(P,h),function nn(P,h){h.valueAccessor.registerOnTouched(()=>{P._pendingTouched=!0,"blur"===P.updateOn&&P._pendingChange&&r3(P,h),"submit"!==P.updateOn&&P.markAsTouched()})}(P,h),function v2(P,h){if(h.valueAccessor.setDisabledState){const w=K=>{h.valueAccessor.setDisabledState(K)};P.registerOnDisabledChange(w),h._registerOnDestroy(()=>{P._unregisterOnDisabledChange(w)})}}(P,h)}function Wt(P,h,w=!0){const K=()=>{};h.valueAccessor&&(h.valueAccessor.registerOnChange(K),h.valueAccessor.registerOnTouched(K)),Nn(P,h),P&&(h._invokeOnDestroyCallbacks(),P._registerOnCollectionChange(()=>{}))}function Ut(P,h){P.forEach(w=>{w.registerOnValidatorChange&&w.registerOnValidatorChange(h)})}function d2(P,h){const w=en(P);null!==h.validator?P.setValidators(j(w,h.validator)):"function"==typeof w&&P.setValidators([w]);const K=lt(P);null!==h.asyncValidator?P.setAsyncValidators(j(K,h.asyncValidator)):"function"==typeof K&&P.setAsyncValidators([K]);const ze=()=>P.updateValueAndValidity();Ut(h._rawValidators,ze),Ut(h._rawAsyncValidators,ze)}function Nn(P,h){let w=!1;if(null!==P){if(null!==h.validator){const ze=en(P);if(Array.isArray(ze)&&ze.length>0){const Ft=ze.filter(gt=>gt!==h.validator);Ft.length!==ze.length&&(w=!0,P.setValidators(Ft))}}if(null!==h.asyncValidator){const ze=lt(P);if(Array.isArray(ze)&&ze.length>0){const Ft=ze.filter(gt=>gt!==h.asyncValidator);Ft.length!==ze.length&&(w=!0,P.setAsyncValidators(Ft))}}}const K=()=>{};return Ut(h._rawValidators,K),Ut(h._rawAsyncValidators,K),w}function r3(P,h){P._pendingDirty&&P.markAsDirty(),P.setValue(P._pendingValue,{emitModelToViewChange:!1}),h.viewToModelUpdate(P._pendingValue),P._pendingChange=!1}function Zn(P,h){d2(P,h)}function I2(P,h){if(!P.hasOwnProperty("model"))return!1;const w=P.model;return!!w.isFirstChange()||!Object.is(h,w.currentValue)}function i1(P,h){P._syncPendingControls(),h.forEach(w=>{const K=w.control;"submit"===K.updateOn&&K._pendingChange&&(w.viewToModelUpdate(K._pendingValue),K._pendingChange=!1)})}function P1(P,h){if(!h)return null;let w,K,ze;return Array.isArray(h),h.forEach(Ft=>{Ft.constructor===q?w=Ft:function n2(P){return Object.getPrototypeOf(P.constructor)===V}(Ft)?K=Ft:ze=Ft}),ze||K||w||null}const vn={provide:de,useExisting:(0,o.Gpc)(()=>Fn)},Sn=Promise.resolve();class Fn extends de{constructor(h,w,K){super(),this.callSetDisabledState=K,this.submitted=!1,this._directives=new Set,this.ngSubmit=new o.vpe,this.form=new O({},M1(h),r1(w))}ngAfterViewInit(){this._setUpdateStrategy()}get formDirective(){return this}get control(){return this.form}get path(){return[]}get controls(){return this.form.controls}addControl(h){Sn.then(()=>{const w=this._findContainer(h.path);h.control=w.registerControl(h.name,h.control),Xt(h.control,h,this.callSetDisabledState),h.control.updateValueAndValidity({emitEvent:!1}),this._directives.add(h)})}getControl(h){return this.form.get(h.path)}removeControl(h){Sn.then(()=>{const w=this._findContainer(h.path);w&&w.removeControl(h.name),this._directives.delete(h)})}addFormGroup(h){Sn.then(()=>{const w=this._findContainer(h.path),K=new O({});Zn(K,h),w.registerControl(h.name,K),K.updateValueAndValidity({emitEvent:!1})})}removeFormGroup(h){Sn.then(()=>{const w=this._findContainer(h.path);w&&w.removeControl(h.name)})}getFormGroup(h){return this.form.get(h.path)}updateModel(h,w){Sn.then(()=>{this.form.get(h.path).setValue(w)})}setValue(h){this.control.setValue(h)}onSubmit(h){return this.submitted=!0,i1(this.form,this._directives),this.ngSubmit.emit(h),"dialog"===h?.target?.method}onReset(){this.resetForm()}resetForm(h){this.form.reset(h),this.submitted=!1}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.form._updateOn=this.options.updateOn)}_findContainer(h){return h.pop(),h.length?this.form.get(h):this.form}}function Rn(P,h){const w=P.indexOf(h);w>-1&&P.splice(w,1)}function r2(P){return"object"==typeof P&&null!==P&&2===Object.keys(P).length&&"value"in P&&"disabled"in P}Fn.\u0275fac=function(h){return new(h||Fn)(o.Y36(Ee,10),o.Y36(te,10),o.Y36(it,8))},Fn.\u0275dir=o.lG2({type:Fn,selectors:[["form",3,"ngNoForm","",3,"formGroup",""],["ng-form"],["","ngForm",""]],hostBindings:function(h,w){1&h&&o.NdJ("submit",function(ze){return w.onSubmit(ze)})("reset",function(){return w.onReset()})},inputs:{options:["ngFormOptions","options"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[o._Bn([vn]),o.qOj]});const tt=class extends Me{constructor(h=null,w,K){super(xe(w),ue(K,w)),this.defaultValue=null,this._onChange=[],this._pendingChange=!1,this._applyFormState(h),this._setUpdateStrategy(w),this._initObservables(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator}),ht(w)&&(w.nonNullable||w.initialValueIsDefault)&&(r2(h)?this.defaultValue=h.value:this.defaultValue=h)}setValue(h,w={}){this.value=this._pendingValue=h,this._onChange.length&&!1!==w.emitModelToViewChange&&this._onChange.forEach(K=>K(this.value,!1!==w.emitViewToModelChange)),this.updateValueAndValidity(w)}patchValue(h,w={}){this.setValue(h,w)}reset(h=this.defaultValue,w={}){this._applyFormState(h),this.markAsPristine(w),this.markAsUntouched(w),this.setValue(this.value,w),this._pendingChange=!1}_updateValue(){}_anyControls(h){return!1}_allControlsDisabled(){return this.disabled}registerOnChange(h){this._onChange.push(h)}_unregisterOnChange(h){Rn(this._onChange,h)}registerOnDisabledChange(h){this._onDisabledChange.push(h)}_unregisterOnDisabledChange(h){Rn(this._onDisabledChange,h)}_forEachChild(h){}_syncPendingControls(){return!("submit"!==this.updateOn||(this._pendingDirty&&this.markAsDirty(),this._pendingTouched&&this.markAsTouched(),!this._pendingChange))&&(this.setValue(this._pendingValue,{onlySelf:!0,emitModelToViewChange:!1}),!0)}_applyFormState(h){r2(h)?(this.value=this._pendingValue=h.value,h.disabled?this.disable({onlySelf:!0,emitEvent:!1}):this.enable({onlySelf:!0,emitEvent:!1})):this.value=this._pendingValue=h}};class E1 extends de{ngOnInit(){this._checkParentType(),this.formDirective.addFormGroup(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormGroup(this)}get control(){return this.formDirective.getFormGroup(this)}get path(){return N1(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}}E1.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(E1)))(w||E1)}}(),E1.\u0275dir=o.lG2({type:E1,features:[o.qOj]});const Cn={provide:de,useExisting:(0,o.Gpc)(()=>Wn)};class Wn extends E1{constructor(h,w,K){super(),this._parent=h,this._setValidators(w),this._setAsyncValidators(K)}_checkParentType(){!(this._parent instanceof Wn)&&this._parent}}Wn.\u0275fac=function(h){return new(h||Wn)(o.Y36(de,5),o.Y36(Ee,10),o.Y36(te,10))},Wn.\u0275dir=o.lG2({type:Wn,selectors:[["","ngModelGroup",""]],inputs:{name:["ngModelGroup","name"]},exportAs:["ngModelGroup"],features:[o._Bn([Cn]),o.qOj]});const yt={provide:$e,useExisting:(0,o.Gpc)(()=>i2)},R3=Promise.resolve();class i2 extends $e{constructor(h,w,K,ze,Ft,gt){super(),this._changeDetectorRef=Ft,this.callSetDisabledState=gt,this.control=new tt,this._registered=!1,this.update=new o.vpe,this._parent=h,this._setValidators(w),this._setAsyncValidators(K),this.valueAccessor=P1(0,ze)}ngOnChanges(h){if(this._checkForErrors(),!this._registered||"name"in h){if(this._registered&&(this._checkName(),this.formDirective)){const w=h.name.previousValue;this.formDirective.removeControl({name:w,path:this._getPath(w)})}this._setUpControl()}"isDisabled"in h&&this._updateDisabled(h),I2(h,this.viewModel)&&(this._updateValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}get path(){return this._getPath(this.name)}get formDirective(){return this._parent?this._parent.formDirective:null}viewToModelUpdate(h){this.viewModel=h,this.update.emit(h)}_setUpControl(){this._setUpdateStrategy(),this._isStandalone()?this._setUpStandalone():this.formDirective.addControl(this),this._registered=!0}_setUpdateStrategy(){this.options&&null!=this.options.updateOn&&(this.control._updateOn=this.options.updateOn)}_isStandalone(){return!this._parent||!(!this.options||!this.options.standalone)}_setUpStandalone(){Xt(this.control,this,this.callSetDisabledState),this.control.updateValueAndValidity({emitEvent:!1})}_checkForErrors(){this._isStandalone()||this._checkParentType(),this._checkName()}_checkParentType(){}_checkName(){this.options&&this.options.name&&(this.name=this.options.name),!this._isStandalone()&&this.name}_updateValue(h){R3.then(()=>{this.control.setValue(h,{emitViewToModelChange:!1}),this._changeDetectorRef?.markForCheck()})}_updateDisabled(h){const w=h.isDisabled.currentValue,K=0!==w&&(0,o.D6c)(w);R3.then(()=>{K&&!this.control.disabled?this.control.disable():!K&&this.control.disabled&&this.control.enable(),this._changeDetectorRef?.markForCheck()})}_getPath(h){return this._parent?N1(h,this._parent):[h]}}i2.\u0275fac=function(h){return new(h||i2)(o.Y36(de,9),o.Y36(Ee,10),o.Y36(te,10),o.Y36(se,10),o.Y36(o.sBO,8),o.Y36(it,8))},i2.\u0275dir=o.lG2({type:i2,selectors:[["","ngModel","",3,"formControlName","",3,"formControl",""]],inputs:{name:"name",isDisabled:["disabled","isDisabled"],model:["ngModel","model"],options:["ngModelOptions","options"]},outputs:{update:"ngModelChange"},exportAs:["ngModel"],features:[o._Bn([yt]),o.qOj,o.TTD]});class Q2{}Q2.\u0275fac=function(h){return new(h||Q2)},Q2.\u0275dir=o.lG2({type:Q2,selectors:[["form",3,"ngNoForm","",3,"ngNativeValidate",""]],hostAttrs:["novalidate",""]});const Kn={provide:se,useExisting:(0,o.Gpc)(()=>c1),multi:!0};class c1 extends V{writeValue(h){const w=h??"";this.setProperty("value",w)}registerOnChange(h){this.onChange=w=>{h(""==w?null:parseFloat(w))}}}c1.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(c1)))(w||c1)}}(),c1.\u0275dir=o.lG2({type:c1,selectors:[["input","type","number","formControlName",""],["input","type","number","formControl",""],["input","type","number","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("input",function(ze){return w.onChange(ze.target.value)})("blur",function(){return w.onTouched()})},features:[o._Bn([Kn]),o.qOj]});const f2={provide:se,useExisting:(0,o.Gpc)(()=>$2),multi:!0};class R1{}R1.\u0275fac=function(h){return new(h||R1)},R1.\u0275mod=o.oAB({type:R1}),R1.\u0275inj=o.cJS({});class k1{constructor(){this._accessors=[]}add(h,w){this._accessors.push([h,w])}remove(h){for(let w=this._accessors.length-1;w>=0;--w)if(this._accessors[w][1]===h)return void this._accessors.splice(w,1)}select(h){this._accessors.forEach(w=>{this._isSameGroup(w,h)&&w[1]!==h&&w[1].fireUncheck(h.value)})}_isSameGroup(h,w){return!!h[0].control&&(h[0]._parent===w._control._parent&&h[1].name===w.name)}}k1.\u0275fac=function(h){return new(h||k1)},k1.\u0275prov=o.Yz7({token:k1,factory:k1.\u0275fac,providedIn:R1});class $2 extends V{constructor(h,w,K,ze){super(h,w),this._registry=K,this._injector=ze,this.setDisabledStateFired=!1,this.onChange=()=>{},this.callSetDisabledState=(0,o.f3M)(it,{optional:!0})??jt}ngOnInit(){this._control=this._injector.get($e),this._checkName(),this._registry.add(this._control,this)}ngOnDestroy(){this._registry.remove(this)}writeValue(h){this._state=h===this.value,this.setProperty("checked",this._state)}registerOnChange(h){this._fn=h,this.onChange=()=>{h(this.value),this._registry.select(this)}}setDisabledState(h){(this.setDisabledStateFired||h||"whenDisabledForLegacyCode"===this.callSetDisabledState)&&this.setProperty("disabled",h),this.setDisabledStateFired=!0}fireUncheck(h){this.writeValue(h)}_checkName(){this.name&&this.formControlName&&(this.name,this.formControlName),!this.name&&this.formControlName&&(this.name=this.formControlName)}}$2.\u0275fac=function(h){return new(h||$2)(o.Y36(o.Qsj),o.Y36(o.SBq),o.Y36(k1),o.Y36(o.zs3))},$2.\u0275dir=o.lG2({type:$2,selectors:[["input","type","radio","formControlName",""],["input","type","radio","formControl",""],["input","type","radio","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(){return w.onChange()})("blur",function(){return w.onTouched()})},inputs:{name:"name",formControlName:"formControlName",value:"value"},features:[o._Bn([f2]),o.qOj]});const b1={provide:se,useExisting:(0,o.Gpc)(()=>z2),multi:!0};class z2 extends V{writeValue(h){this.setProperty("value",parseFloat(h))}registerOnChange(h){this.onChange=w=>{h(""==w?null:parseFloat(w))}}}z2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(z2)))(w||z2)}}(),z2.\u0275dir=o.lG2({type:z2,selectors:[["input","type","range","formControlName",""],["input","type","range","formControl",""],["input","type","range","ngModel",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(ze){return w.onChange(ze.target.value)})("input",function(ze){return w.onChange(ze.target.value)})("blur",function(){return w.onTouched()})},features:[o._Bn([b1]),o.qOj]});const p2=new o.OlP("NgModelWithFormControlWarning"),s3={provide:$e,useExisting:(0,o.Gpc)(()=>C1)};class C1 extends $e{set isDisabled(h){}constructor(h,w,K,ze,Ft){super(),this._ngModelWarningConfig=ze,this.callSetDisabledState=Ft,this.update=new o.vpe,this._ngModelWarningSent=!1,this._setValidators(h),this._setAsyncValidators(w),this.valueAccessor=P1(0,K)}ngOnChanges(h){if(this._isControlChanged(h)){const w=h.form.previousValue;w&&Wt(w,this,!1),Xt(this.form,this,this.callSetDisabledState),this.form.updateValueAndValidity({emitEvent:!1})}I2(h,this.viewModel)&&(this.form.setValue(this.model),this.viewModel=this.model)}ngOnDestroy(){this.form&&Wt(this.form,this,!1)}get path(){return[]}get control(){return this.form}viewToModelUpdate(h){this.viewModel=h,this.update.emit(h)}_isControlChanged(h){return h.hasOwnProperty("form")}}C1._ngModelWarningSentOnce=!1,C1.\u0275fac=function(h){return new(h||C1)(o.Y36(Ee,10),o.Y36(te,10),o.Y36(se,10),o.Y36(p2,8),o.Y36(it,8))},C1.\u0275dir=o.lG2({type:C1,selectors:[["","formControl",""]],inputs:{form:["formControl","form"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},exportAs:["ngForm"],features:[o._Bn([s3]),o.qOj,o.TTD]});const K1={provide:de,useExisting:(0,o.Gpc)(()=>Mn)};class Mn extends de{constructor(h,w,K){super(),this.callSetDisabledState=K,this.submitted=!1,this._onCollectionChange=()=>this._updateDomValue(),this.directives=[],this.form=null,this.ngSubmit=new o.vpe,this._setValidators(h),this._setAsyncValidators(w)}ngOnChanges(h){this._checkFormPresent(),h.hasOwnProperty("form")&&(this._updateValidators(),this._updateDomValue(),this._updateRegistrations(),this._oldForm=this.form)}ngOnDestroy(){this.form&&(Nn(this.form,this),this.form._onCollectionChange===this._onCollectionChange&&this.form._registerOnCollectionChange(()=>{}))}get formDirective(){return this}get control(){return this.form}get path(){return[]}addControl(h){const w=this.form.get(h.path);return Xt(w,h,this.callSetDisabledState),w.updateValueAndValidity({emitEvent:!1}),this.directives.push(h),w}getControl(h){return this.form.get(h.path)}removeControl(h){Wt(h.control||null,h,!1),function In(P,h){const w=P.indexOf(h);w>-1&&P.splice(w,1)}(this.directives,h)}addFormGroup(h){this._setUpFormContainer(h)}removeFormGroup(h){this._cleanUpFormContainer(h)}getFormGroup(h){return this.form.get(h.path)}addFormArray(h){this._setUpFormContainer(h)}removeFormArray(h){this._cleanUpFormContainer(h)}getFormArray(h){return this.form.get(h.path)}updateModel(h,w){this.form.get(h.path).setValue(w)}onSubmit(h){return this.submitted=!0,i1(this.form,this.directives),this.ngSubmit.emit(h),"dialog"===h?.target?.method}onReset(){this.resetForm()}resetForm(h){this.form.reset(h),this.submitted=!1}_updateDomValue(){this.directives.forEach(h=>{const w=h.control,K=this.form.get(h.path);w!==K&&(Wt(w||null,h),K instanceof tt&&(Xt(K,h,this.callSetDisabledState),h.control=K))}),this.form._updateTreeValidity({emitEvent:!1})}_setUpFormContainer(h){const w=this.form.get(h.path);Zn(w,h),w.updateValueAndValidity({emitEvent:!1})}_cleanUpFormContainer(h){if(this.form){const w=this.form.get(h.path);w&&function rr(P,h){return Nn(P,h)}(w,h)&&w.updateValueAndValidity({emitEvent:!1})}}_updateRegistrations(){this.form._registerOnCollectionChange(this._onCollectionChange),this._oldForm&&this._oldForm._registerOnCollectionChange(()=>{})}_updateValidators(){d2(this.form,this),this._oldForm&&Nn(this._oldForm,this)}_checkFormPresent(){this.form}}Mn.\u0275fac=function(h){return new(h||Mn)(o.Y36(Ee,10),o.Y36(te,10),o.Y36(it,8))},Mn.\u0275dir=o.lG2({type:Mn,selectors:[["","formGroup",""]],hostBindings:function(h,w){1&h&&o.NdJ("submit",function(ze){return w.onSubmit(ze)})("reset",function(){return w.onReset()})},inputs:{form:["formGroup","form"]},outputs:{ngSubmit:"ngSubmit"},exportAs:["ngForm"],features:[o._Bn([K1]),o.qOj,o.TTD]});const xn={provide:de,useExisting:(0,o.Gpc)(()=>zn)};class zn extends E1{constructor(h,w,K){super(),this._parent=h,this._setValidators(w),this._setAsyncValidators(K)}_checkParentType(){rn(this._parent)}}zn.\u0275fac=function(h){return new(h||zn)(o.Y36(de,13),o.Y36(Ee,10),o.Y36(te,10))},zn.\u0275dir=o.lG2({type:zn,selectors:[["","formGroupName",""]],inputs:{name:["formGroupName","name"]},features:[o._Bn([xn]),o.qOj]});const Vt={provide:de,useExisting:(0,o.Gpc)(()=>mt)};class mt extends de{constructor(h,w,K){super(),this._parent=h,this._setValidators(w),this._setAsyncValidators(K)}ngOnInit(){this._checkParentType(),this.formDirective.addFormArray(this)}ngOnDestroy(){this.formDirective&&this.formDirective.removeFormArray(this)}get control(){return this.formDirective.getFormArray(this)}get formDirective(){return this._parent?this._parent.formDirective:null}get path(){return N1(null==this.name?this.name:this.name.toString(),this._parent)}_checkParentType(){rn(this._parent)}}function rn(P){return!(P instanceof zn||P instanceof Mn||P instanceof mt)}mt.\u0275fac=function(h){return new(h||mt)(o.Y36(de,13),o.Y36(Ee,10),o.Y36(te,10))},mt.\u0275dir=o.lG2({type:mt,selectors:[["","formArrayName",""]],inputs:{name:["formArrayName","name"]},features:[o._Bn([Vt]),o.qOj]});const h2={provide:$e,useExisting:(0,o.Gpc)(()=>o2)};class o2 extends $e{set isDisabled(h){}constructor(h,w,K,ze,Ft){super(),this._ngModelWarningConfig=Ft,this._added=!1,this.update=new o.vpe,this._ngModelWarningSent=!1,this._parent=h,this._setValidators(w),this._setAsyncValidators(K),this.valueAccessor=P1(0,ze)}ngOnChanges(h){this._added||this._setUpControl(),I2(h,this.viewModel)&&(this.viewModel=this.model,this.formDirective.updateModel(this,this.model))}ngOnDestroy(){this.formDirective&&this.formDirective.removeControl(this)}viewToModelUpdate(h){this.viewModel=h,this.update.emit(h)}get path(){return N1(null==this.name?this.name:this.name.toString(),this._parent)}get formDirective(){return this._parent?this._parent.formDirective:null}_checkParentType(){}_setUpControl(){this._checkParentType(),this.control=this.formDirective.addControl(this),this._added=!0}}o2._ngModelWarningSentOnce=!1,o2.\u0275fac=function(h){return new(h||o2)(o.Y36(de,13),o.Y36(Ee,10),o.Y36(te,10),o.Y36(se,10),o.Y36(p2,8))},o2.\u0275dir=o.lG2({type:o2,selectors:[["","formControlName",""]],inputs:{name:["formControlName","name"],isDisabled:["disabled","isDisabled"],model:["ngModel","model"]},outputs:{update:"ngModelChange"},features:[o._Bn([h2]),o.qOj,o.TTD]});const q1={provide:se,useExisting:(0,o.Gpc)(()=>Bn),multi:!0};function B2(P,h){return null==P?`${h}`:(h&&"object"==typeof h&&(h="Object"),`${P}: ${h}`.slice(0,50))}class Bn extends V{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(h){this._compareWith=h}writeValue(h){this.value=h;const K=B2(this._getOptionId(h),h);this.setProperty("value",K)}registerOnChange(h){this.onChange=w=>{this.value=this._getOptionValue(w),h(this.value)}}_registerOption(){return(this._idCounter++).toString()}_getOptionId(h){for(const w of Array.from(this._optionMap.keys()))if(this._compareWith(this._optionMap.get(w),h))return w;return null}_getOptionValue(h){const w=function ii(P){return P.split(":")[0]}(h);return this._optionMap.has(w)?this._optionMap.get(w):h}}Bn.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Bn)))(w||Bn)}}(),Bn.\u0275dir=o.lG2({type:Bn,selectors:[["select","formControlName","",3,"multiple",""],["select","formControl","",3,"multiple",""],["select","ngModel","",3,"multiple",""]],hostBindings:function(h,w){1&h&&o.NdJ("change",function(ze){return w.onChange(ze.target.value)})("blur",function(){return w.onTouched()})},inputs:{compareWith:"compareWith"},features:[o._Bn([q1]),o.qOj]});class a3{constructor(h,w,K){this._element=h,this._renderer=w,this._select=K,this._select&&(this.id=this._select._registerOption())}set ngValue(h){null!=this._select&&(this._select._optionMap.set(this.id,h),this._setElementValue(B2(this.id,h)),this._select.writeValue(this._select.value))}set value(h){this._setElementValue(h),this._select&&this._select.writeValue(this._select.value)}_setElementValue(h){this._renderer.setProperty(this._element.nativeElement,"value",h)}ngOnDestroy(){this._select&&(this._select._optionMap.delete(this.id),this._select.writeValue(this._select.value))}}a3.\u0275fac=function(h){return new(h||a3)(o.Y36(o.SBq),o.Y36(o.Qsj),o.Y36(Bn,9))},a3.\u0275dir=o.lG2({type:a3,selectors:[["option"]],inputs:{ngValue:"ngValue",value:"value"}});const wn={provide:se,useExisting:(0,o.Gpc)(()=>P2),multi:!0};function ir(P,h){return null==P?`${h}`:("string"==typeof h&&(h=`'${h}'`),h&&"object"==typeof h&&(h="Object"),`${P}: ${h}`.slice(0,50))}class P2 extends V{constructor(){super(...arguments),this._optionMap=new Map,this._idCounter=0,this._compareWith=Object.is}set compareWith(h){this._compareWith=h}writeValue(h){let w;if(this.value=h,Array.isArray(h)){const K=h.map(ze=>this._getOptionId(ze));w=(ze,Ft)=>{ze._setSelected(K.indexOf(Ft.toString())>-1)}}else w=(K,ze)=>{K._setSelected(!1)};this._optionMap.forEach(w)}registerOnChange(h){this.onChange=w=>{const K=[],ze=w.selectedOptions;if(void 0!==ze){const Ft=ze;for(let gt=0;gtO2),multi:!0};class O2 extends s2{constructor(){super(...arguments),this.inputName="max",this.normalizeInput=h=>b3(h),this.createValidator=h=>pe(h)}}O2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(O2)))(w||O2)}}(),O2.\u0275dir=o.lG2({type:O2,selectors:[["input","type","number","max","","formControlName",""],["input","type","number","max","","formControl",""],["input","type","number","max","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("max",w._enabled?w.max:null)},inputs:{max:"max"},features:[o._Bn([wr]),o.qOj]});const Lr={provide:Ee,useExisting:(0,o.Gpc)(()=>Y1),multi:!0};class Y1 extends s2{constructor(){super(...arguments),this.inputName="min",this.normalizeInput=h=>b3(h),this.createValidator=h=>D(h)}}Y1.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Y1)))(w||Y1)}}(),Y1.\u0275dir=o.lG2({type:Y1,selectors:[["input","type","number","min","","formControlName",""],["input","type","number","min","","formControl",""],["input","type","number","min","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("min",w._enabled?w.min:null)},inputs:{min:"min"},features:[o._Bn([Lr]),o.qOj]});const or={provide:Ee,useExisting:(0,o.Gpc)(()=>T2),multi:!0},z1={provide:Ee,useExisting:(0,o.Gpc)(()=>j2),multi:!0};class T2 extends s2{constructor(){super(...arguments),this.inputName="required",this.normalizeInput=o.D6c,this.createValidator=h=>Ce}enabled(h){return h}}T2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(T2)))(w||T2)}}(),T2.\u0275dir=o.lG2({type:T2,selectors:[["","required","","formControlName","",3,"type","checkbox"],["","required","","formControl","",3,"type","checkbox"],["","required","","ngModel","",3,"type","checkbox"]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("required",w._enabled?"":null)},inputs:{required:"required"},features:[o._Bn([or]),o.qOj]});class j2 extends T2{constructor(){super(...arguments),this.createValidator=h=>ge}}j2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(j2)))(w||j2)}}(),j2.\u0275dir=o.lG2({type:j2,selectors:[["input","type","checkbox","required","","formControlName",""],["input","type","checkbox","required","","formControl",""],["input","type","checkbox","required","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("required",w._enabled?"":null)},features:[o._Bn([z1]),o.qOj]});const jn={provide:Ee,useExisting:(0,o.Gpc)(()=>Yn),multi:!0};class Yn extends s2{constructor(){super(...arguments),this.inputName="email",this.normalizeInput=o.D6c,this.createValidator=h=>rt}enabled(h){return h}}Yn.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Yn)))(w||Yn)}}(),Yn.\u0275dir=o.lG2({type:Yn,selectors:[["","email","","formControlName",""],["","email","","formControl",""],["","email","","ngModel",""]],inputs:{email:"email"},features:[o._Bn([jn]),o.qOj]});const v3={provide:Ee,useExisting:(0,o.Gpc)(()=>Yt),multi:!0};class Yt extends s2{constructor(){super(...arguments),this.inputName="minlength",this.normalizeInput=h=>y3(h),this.createValidator=h=>Be(h)}}Yt.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Yt)))(w||Yt)}}(),Yt.\u0275dir=o.lG2({type:Yt,selectors:[["","minlength","","formControlName",""],["","minlength","","formControl",""],["","minlength","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("minlength",w._enabled?w.minlength:null)},inputs:{minlength:"minlength"},features:[o._Bn([v3]),o.qOj]});const A2={provide:Ee,useExisting:(0,o.Gpc)(()=>a2),multi:!0};class a2 extends s2{constructor(){super(...arguments),this.inputName="maxlength",this.normalizeInput=h=>y3(h),this.createValidator=h=>Ye(h)}}a2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(a2)))(w||a2)}}(),a2.\u0275dir=o.lG2({type:a2,selectors:[["","maxlength","","formControlName",""],["","maxlength","","formControl",""],["","maxlength","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("maxlength",w._enabled?w.maxlength:null)},inputs:{maxlength:"maxlength"},features:[o._Bn([A2]),o.qOj]});const sr={provide:Ee,useExisting:(0,o.Gpc)(()=>M2),multi:!0};class M2 extends s2{constructor(){super(...arguments),this.inputName="pattern",this.normalizeInput=h=>h,this.createValidator=h=>Gt(h)}}M2.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(M2)))(w||M2)}}(),M2.\u0275dir=o.lG2({type:M2,selectors:[["","pattern","","formControlName",""],["","pattern","","formControl",""],["","pattern","","ngModel",""]],hostVars:1,hostBindings:function(h,w){2&h&&o.uIk("pattern",w._enabled?w.pattern:null)},inputs:{pattern:"pattern"},features:[o._Bn([sr]),o.qOj]});class X1{}X1.\u0275fac=function(h){return new(h||X1)},X1.\u0275mod=o.oAB({type:X1}),X1.\u0275inj=o.cJS({imports:[R1]});class l3 extends Me{constructor(h,w,K){super(xe(w),ue(K,w)),this.controls=h,this._initObservables(),this._setUpdateStrategy(w),this._setUpControls(),this.updateValueAndValidity({onlySelf:!0,emitEvent:!!this.asyncValidator})}at(h){return this.controls[this._adjustIndex(h)]}push(h,w={}){this.controls.push(h),this._registerControl(h),this.updateValueAndValidity({emitEvent:w.emitEvent}),this._onCollectionChange()}insert(h,w,K={}){this.controls.splice(h,0,w),this._registerControl(w),this.updateValueAndValidity({emitEvent:K.emitEvent})}removeAt(h,w={}){let K=this._adjustIndex(h);K<0&&(K=0),this.controls[K]&&this.controls[K]._registerOnCollectionChange(()=>{}),this.controls.splice(K,1),this.updateValueAndValidity({emitEvent:w.emitEvent})}setControl(h,w,K={}){let ze=this._adjustIndex(h);ze<0&&(ze=0),this.controls[ze]&&this.controls[ze]._registerOnCollectionChange(()=>{}),this.controls.splice(ze,1),w&&(this.controls.splice(ze,0,w),this._registerControl(w)),this.updateValueAndValidity({emitEvent:K.emitEvent}),this._onCollectionChange()}get length(){return this.controls.length}setValue(h,w={}){Jt(this,!1,h),h.forEach((K,ze)=>{qe(this,!1,ze),this.at(ze).setValue(K,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w)}patchValue(h,w={}){null!=h&&(h.forEach((K,ze)=>{this.at(ze)&&this.at(ze).patchValue(K,{onlySelf:!0,emitEvent:w.emitEvent})}),this.updateValueAndValidity(w))}reset(h=[],w={}){this._forEachChild((K,ze)=>{K.reset(h[ze],{onlySelf:!0,emitEvent:w.emitEvent})}),this._updatePristine(w),this._updateTouched(w),this.updateValueAndValidity(w)}getRawValue(){return this.controls.map(h=>h.getRawValue())}clear(h={}){this.controls.length<1||(this._forEachChild(w=>w._registerOnCollectionChange(()=>{})),this.controls.splice(0),this.updateValueAndValidity({emitEvent:h.emitEvent}))}_adjustIndex(h){return h<0?h+this.length:h}_syncPendingControls(){let h=this.controls.reduce((w,K)=>!!K._syncPendingControls()||w,!1);return h&&this.updateValueAndValidity({onlySelf:!0}),h}_forEachChild(h){this.controls.forEach((w,K)=>{h(w,K)})}_updateValue(){this.value=this.controls.filter(h=>h.enabled||this.disabled).map(h=>h.value)}_anyControls(h){return this.controls.some(w=>w.enabled&&h(w))}_setUpControls(){this._forEachChild(h=>this._registerControl(h))}_allControlsDisabled(){for(const h of this.controls)if(h.enabled)return!1;return this.controls.length>0||this.disabled}_registerControl(h){h.setParent(this),h._registerOnCollectionChange(this._onCollectionChange)}_find(h){return this.at(h)??null}}function w3(P){return!!P&&(void 0!==P.asyncValidators||void 0!==P.validators||void 0!==P.updateOn)}class S1{constructor(){this.useNonNullable=!1}get nonNullable(){const h=new S1;return h.useNonNullable=!0,h}group(h,w=null){const K=this._reduceControls(h);let ze={};return w3(w)?ze=w:null!==w&&(ze.validators=w.validator,ze.asyncValidators=w.asyncValidator),new O(K,ze)}record(h,w=null){const K=this._reduceControls(h);return new Fe(K,w)}control(h,w,K){let ze={};return this.useNonNullable?(w3(w)?ze=w:(ze.validators=w,ze.asyncValidators=K),new tt(h,{...ze,nonNullable:!0})):new tt(h,w,K)}array(h,w,K){const ze=h.map(Ft=>this._createControl(Ft));return new l3(ze,w,K)}_reduceControls(h){const w={};return Object.keys(h).forEach(K=>{w[K]=this._createControl(h[K])}),w}_createControl(h){if(h instanceof tt)return h;if(h instanceof Me)return h;if(Array.isArray(h)){const w=h[0],K=h.length>1?h[1]:null,ze=h.length>2?h[2]:null;return this.control(w,K,ze)}return this.control(h)}}S1.\u0275fac=function(h){return new(h||S1)},S1.\u0275prov=o.Yz7({token:S1,factory:S1.\u0275fac,providedIn:"root"});class sn{}sn.\u0275fac=function(h){return new(h||sn)},sn.\u0275prov=o.Yz7({token:sn,factory:function(){return(0,o.f3M)(S1).nonNullable},providedIn:"root"});class Pn extends S1{group(h,w=null){return super.group(h,w)}control(h,w,K){return super.control(h,w,K)}array(h,w,K){return super.array(h,w,K)}}Pn.\u0275fac=function(){let P;return function(w){return(P||(P=o.n5z(Pn)))(w||Pn)}}(),Pn.\u0275prov=o.Yz7({token:Pn,factory:Pn.\u0275fac,providedIn:"root"});new o.GfV("15.2.10");class Qn{static withConfig(h){return{ngModule:Qn,providers:[{provide:it,useValue:h.callSetDisabledState??jt}]}}}Qn.\u0275fac=function(h){return new(h||Qn)},Qn.\u0275mod=o.oAB({type:Qn}),Qn.\u0275inj=o.cJS({imports:[X1]});class B1{static withConfig(h){return{ngModule:B1,providers:[{provide:p2,useValue:h.warnOnNgModelWithFormControl??"always"},{provide:it,useValue:h.callSetDisabledState??jt}]}}}B1.\u0275fac=function(h){return new(h||B1)},B1.\u0275mod=o.oAB({type:B1}),B1.\u0275inj=o.cJS({imports:[X1]})},497:(_t,we,I)=>{"use strict";I.d(we,{b2:()=>he,q6:()=>de});var o=I(666),_=I(8); /** - * @license - * Copyright Google LLC All Rights Reserved. - * - * Use of this source code is governed by an MIT-style license that can be - * found in the LICENSE file at https://angular.io/license - */}}]); + * @license Angular v15.2.10 + * (c) 2010-2022 Google LLC. https://angular.io/ + * License: MIT + */class H extends o.w_{constructor(){super(...arguments),this.supportsDOMEvents=!0}}class Q extends H{static makeCurrent(){(0,o.HT)(new Q)}onAndCancel(O,W,be){return O.addEventListener(W,be,!1),()=>{O.removeEventListener(W,be,!1)}}dispatchEvent(O,W){O.dispatchEvent(W)}remove(O){O.parentNode&&O.parentNode.removeChild(O)}createElement(O,W){return(W=W||this.getDefaultDocument()).createElement(O)}createHtmlDocument(){return document.implementation.createHTMLDocument("fakeTitle")}getDefaultDocument(){return document}isElementNode(O){return O.nodeType===Node.ELEMENT_NODE}isShadowRoot(O){return O instanceof DocumentFragment}getGlobalEventTarget(O,W){return"window"===W?window:"document"===W?O:"body"===W?O.body:null}getBaseHref(O){const W=function z(){return F=F||document.querySelector("base"),F?F.getAttribute("href"):null}();return null==W?null:function J(Me){Y=Y||document.createElement("a"),Y.setAttribute("href",Me);const O=Y.pathname;return"/"===O.charAt(0)?O:`/${O}`}(W)}resetBaseElement(){F=null}getUserAgent(){return window.navigator.userAgent}getCookie(O){return(0,o.Mx)(document.cookie,O)}}let Y,F=null;const ie=new _.OlP("TRANSITION_ID");const V=[{provide:_.ip1,useFactory:function U(Me,O,W){return()=>{W.get(_.CZH).donePromise.then(()=>{const be=(0,o.q)(),Fe=O.querySelectorAll(`style[ng-transition="${Me}"]`);for(let He=0;He{be.manager=this}),this._plugins=O.slice().reverse()}addEventListener(O,W,be){return this._findPluginFor(W).addEventListener(O,W,be)}addGlobalEventListener(O,W,be){return this._findPluginFor(W).addGlobalEventListener(O,W,be)}getZone(){return this._zone}_findPluginFor(O){const W=this._eventNameToPlugin.get(O);if(W)return W;const be=this._plugins;for(let Fe=0;Fe0?be.set(O,Fe):be.delete(O),Fe}ngOnDestroy(){for(const O of this.getAllStyles())this.onStyleRemoved(O);this.usageCount.clear()}}ce.\u0275fac=function(O){return new(O||ce)},ce.\u0275prov=_.Yz7({token:ce,factory:ce.\u0275fac});class q extends ce{constructor(O){super(),this.doc=O,this.styleRef=new Map,this.hostNodes=new Set,this.resetHostNodes()}onStyleAdded(O){for(const W of this.hostNodes)this.addStyleToHost(W,O)}onStyleRemoved(O){const W=this.styleRef;W.get(O)?.forEach(Fe=>Fe.remove()),W.delete(O)}ngOnDestroy(){super.ngOnDestroy(),this.styleRef.clear(),this.resetHostNodes()}addHost(O){this.hostNodes.add(O);for(const W of this.getAllStyles())this.addStyleToHost(O,W)}removeHost(O){this.hostNodes.delete(O)}addStyleToHost(O,W){const be=this.doc.createElement("style");be.textContent=W,O.appendChild(be);const Fe=this.styleRef.get(W);Fe?Fe.push(be):this.styleRef.set(W,[be])}resetHostNodes(){const O=this.hostNodes;O.clear(),O.add(this.doc.head)}}q.\u0275fac=function(O){return new(O||q)(_.LFG(o.K0))},q.\u0275prov=_.Yz7({token:q,factory:q.\u0275fac});const ae={svg:"http://www.w3.org/2000/svg",xhtml:"http://www.w3.org/1999/xhtml",xlink:"http://www.w3.org/1999/xlink",xml:"http://www.w3.org/XML/1998/namespace",xmlns:"http://www.w3.org/2000/xmlns/",math:"http://www.w3.org/1998/MathML/"},Le=/%COMP%/g,te="_nghost-%COMP%",G="_ngcontent-%COMP%",D=new _.OlP("RemoveStylesOnCompDestory",{providedIn:"root",factory:()=>false});function ge(Me,O){return O.flat(100).map(W=>W.replace(Le,Me))}function rt(Me){return O=>{if("__ngUnwrap__"===O)return Me;!1===Me(O)&&(O.preventDefault(),O.returnValue=!1)}}class Be{constructor(O,W,be,Fe){this.eventManager=O,this.sharedStylesHost=W,this.appId=be,this.removeStylesOnCompDestory=Fe,this.rendererByCompId=new Map,this.defaultRenderer=new Ye(O)}createRenderer(O,W){if(!O||!W)return this.defaultRenderer;const be=this.getOrCreateRenderer(O,W);return be instanceof I1?be.applyToHost(O):be instanceof Ct&&be.applyStyles(),be}getOrCreateRenderer(O,W){const be=this.rendererByCompId;let Fe=be.get(W.id);if(!Fe){const He=this.eventManager,it=this.sharedStylesHost,jt=this.removeStylesOnCompDestory;switch(W.encapsulation){case _.ifc.Emulated:Fe=new I1(He,it,W,this.appId,jt);break;case _.ifc.ShadowDom:return new L1(He,it,O,W);default:Fe=new Ct(He,it,W,jt)}Fe.onDestroy=()=>be.delete(W.id),be.set(W.id,Fe)}return Fe}ngOnDestroy(){this.rendererByCompId.clear()}begin(){}end(){}}Be.\u0275fac=function(O){return new(O||Be)(_.LFG(De),_.LFG(q),_.LFG(_.AFp),_.LFG(D))},Be.\u0275prov=_.Yz7({token:Be,factory:Be.\u0275fac});class Ye{constructor(O){this.eventManager=O,this.data=Object.create(null),this.destroyNode=null}destroy(){}createElement(O,W){return W?document.createElementNS(ae[W]||W,O):document.createElement(O)}createComment(O){return document.createComment(O)}createText(O){return document.createTextNode(O)}appendChild(O,W){(Z1(O)?O.content:O).appendChild(W)}insertBefore(O,W,be){O&&(Z1(O)?O.content:O).insertBefore(W,be)}removeChild(O,W){O&&O.removeChild(W)}selectRootElement(O,W){let be="string"==typeof O?document.querySelector(O):O;if(!be)throw new Error(`The selector "${O}" did not match any elements`);return W||(be.textContent=""),be}parentNode(O){return O.parentNode}nextSibling(O){return O.nextSibling}setAttribute(O,W,be,Fe){if(Fe){W=Fe+":"+W;const He=ae[Fe];He?O.setAttributeNS(He,W,be):O.setAttribute(W,be)}else O.setAttribute(W,be)}removeAttribute(O,W,be){if(be){const Fe=ae[be];Fe?O.removeAttributeNS(Fe,W):O.removeAttribute(`${be}:${W}`)}else O.removeAttribute(W)}addClass(O,W){O.classList.add(W)}removeClass(O,W){O.classList.remove(W)}setStyle(O,W,be,Fe){Fe&(_.JOm.DashCase|_.JOm.Important)?O.style.setProperty(W,be,Fe&_.JOm.Important?"important":""):O.style[W]=be}removeStyle(O,W,be){be&_.JOm.DashCase?O.style.removeProperty(W):O.style[W]=""}setProperty(O,W,be){O[W]=be}setValue(O,W){O.nodeValue=W}listen(O,W,be){return"string"==typeof O?this.eventManager.addGlobalEventListener(O,W,rt(be)):this.eventManager.addEventListener(O,W,rt(be))}}"@".charCodeAt(0);function Z1(Me){return"TEMPLATE"===Me.tagName&&void 0!==Me.content}class L1 extends Ye{constructor(O,W,be,Fe){super(O),this.sharedStylesHost=W,this.hostEl=be,this.shadowRoot=be.attachShadow({mode:"open"}),this.sharedStylesHost.addHost(this.shadowRoot);const He=ge(Fe.id,Fe.styles);for(const it of He){const jt=document.createElement("style");jt.textContent=it,this.shadowRoot.appendChild(jt)}}nodeOrShadowRoot(O){return O===this.hostEl?this.shadowRoot:O}appendChild(O,W){return super.appendChild(this.nodeOrShadowRoot(O),W)}insertBefore(O,W,be){return super.insertBefore(this.nodeOrShadowRoot(O),W,be)}removeChild(O,W){return super.removeChild(this.nodeOrShadowRoot(O),W)}parentNode(O){return this.nodeOrShadowRoot(super.parentNode(this.nodeOrShadowRoot(O)))}destroy(){this.sharedStylesHost.removeHost(this.shadowRoot)}}class Ct extends Ye{constructor(O,W,be,Fe,He=be.id){super(O),this.sharedStylesHost=W,this.removeStylesOnCompDestory=Fe,this.rendererUsageCount=0,this.styles=ge(He,be.styles)}applyStyles(){this.sharedStylesHost.addStyles(this.styles),this.rendererUsageCount++}destroy(){this.removeStylesOnCompDestory&&(this.sharedStylesHost.removeStyles(this.styles),this.rendererUsageCount--,0===this.rendererUsageCount&&this.onDestroy?.())}}class I1 extends Ct{constructor(O,W,be,Fe,He){const it=Fe+"-"+be.id;super(O,W,be,He,it),this.contentAttr=function pe(Me){return G.replace(Le,Me)}(it),this.hostAttr=function Ce(Me){return te.replace(Le,Me)}(it)}applyToHost(O){this.applyStyles(),this.setAttribute(O,this.hostAttr,"")}createElement(O,W){const be=super.createElement(O,W);return super.setAttribute(be,this.contentAttr,""),be}}class un extends Oe{constructor(O){super(O)}supports(O){return!0}addEventListener(O,W,be){return O.addEventListener(W,be,!1),()=>this.removeEventListener(O,W,be)}removeEventListener(O,W,be){return O.removeEventListener(W,be)}}un.\u0275fac=function(O){return new(O||un)(_.LFG(o.K0))},un.\u0275prov=_.Yz7({token:un,factory:un.\u0275fac});const d1=["alt","control","meta","shift"],y1={"\b":"Backspace","\t":"Tab","\x7f":"Delete","\x1b":"Escape",Del:"Delete",Esc:"Escape",Left:"ArrowLeft",Right:"ArrowRight",Up:"ArrowUp",Down:"ArrowDown",Menu:"ContextMenu",Scroll:"ScrollLock",Win:"OS"},M1={alt:Me=>Me.altKey,control:Me=>Me.ctrlKey,meta:Me=>Me.metaKey,shift:Me=>Me.shiftKey};class xt extends Oe{constructor(O){super(O)}supports(O){return null!=xt.parseEventName(O)}addEventListener(O,W,be){const Fe=xt.parseEventName(W),He=xt.eventCallback(Fe.fullKey,be,this.manager.getZone());return this.manager.getZone().runOutsideAngular(()=>(0,o.q)().onAndCancel(O,Fe.domEventName,He))}static parseEventName(O){const W=O.toLowerCase().split("."),be=W.shift();if(0===W.length||"keydown"!==be&&"keyup"!==be)return null;const Fe=xt._normalizeKey(W.pop());let He="",it=W.indexOf("code");if(it>-1&&(W.splice(it,1),He="code."),d1.forEach(N1=>{const Xt=W.indexOf(N1);Xt>-1&&(W.splice(Xt,1),He+=N1+".")}),He+=Fe,0!=W.length||0===Fe.length)return null;const jt={};return jt.domEventName=be,jt.fullKey=He,jt}static matchEventFullKeyCode(O,W){let be=y1[O.key]||O.key,Fe="";return W.indexOf("code.")>-1&&(be=O.code,Fe="code."),!(null==be||!be)&&(be=be.toLowerCase()," "===be?be="space":"."===be&&(be="dot"),d1.forEach(He=>{if(He!==be){(0,M1[He])(O)&&(Fe+=He+".")}}),Fe+=be,Fe===W)}static eventCallback(O,W,be){return Fe=>{xt.matchEventFullKeyCode(Fe,O)&&be.runGuarded(()=>W(Fe))}}static _normalizeKey(O){return"esc"===O?"escape":O}}xt.\u0275fac=function(O){return new(O||xt)(_.LFG(o.K0))},xt.\u0275prov=_.Yz7({token:xt,factory:xt.\u0275fac});const ot=[{provide:_.Lbi,useValue:o.bD},{provide:_.g9A,useValue:function h1(){Q.makeCurrent()},multi:!0},{provide:o.K0,useFactory:function wt(){return(0,_.RDi)(document),document},deps:[]}],de=(0,_.eFA)(_._c5,"browser",ot),$e=new _.OlP(""),Ae=[{provide:_.rWj,useClass:class se{addToWindow(O){_.dqk.getAngularTestability=(be,Fe=!0)=>{const He=O.findTestabilityInTree(be,Fe);if(null==He)throw new Error("Could not find testability for element.");return He},_.dqk.getAllAngularTestabilities=()=>O.getAllTestabilities(),_.dqk.getAllAngularRootElements=()=>O.getAllRootElements();_.dqk.frameworkStabilizers||(_.dqk.frameworkStabilizers=[]),_.dqk.frameworkStabilizers.push(be=>{const Fe=_.dqk.getAllAngularTestabilities();let He=Fe.length,it=!1;const jt=function(N1){it=it||N1,He--,0==He&&be(it)};Fe.forEach(function(N1){N1.whenStable(jt)})})}findTestabilityInTree(O,W,be){if(null==W)return null;return O.getTestability(W)??(be?(0,o.q)().isShadowRoot(W)?this.findTestabilityInTree(O,W.host,!0):this.findTestabilityInTree(O,W.parentElement,!0):null)}},deps:[]},{provide:_.lri,useClass:_.dDg,deps:[_.R0b,_.eoX,_.rWj]},{provide:_.dDg,useClass:_.dDg,deps:[_.R0b,_.eoX,_.rWj]}],N=[{provide:_.zSh,useValue:"root"},{provide:_.qLn,useFactory:function Te(){return new _.qLn},deps:[]},{provide:ye,useClass:un,multi:!0,deps:[o.K0,_.R0b,_.Lbi]},{provide:ye,useClass:xt,multi:!0,deps:[o.K0]},{provide:Be,useClass:Be,deps:[De,q,_.AFp,D]},{provide:_.FYo,useExisting:Be},{provide:ce,useExisting:q},{provide:q,useClass:q,deps:[o.K0]},{provide:De,useClass:De,deps:[ye,_.R0b]},{provide:o.JF,useClass:le,deps:[]},[]];class he{constructor(O){false}static withServerTransition(O){return{ngModule:he,providers:[{provide:_.AFp,useValue:O.appId},{provide:ie,useExisting:_.AFp},V]}}}he.\u0275fac=function(O){return new(O||he)(_.LFG($e,12))},he.\u0275mod=_.oAB({type:he}),he.\u0275inj=_.cJS({providers:[...N,...Ae],imports:[o.ez,_.hGG]});class ut{constructor(O){this._doc=O,this._dom=(0,o.q)()}addTag(O,W=!1){return O?this._getOrCreateElement(O,W):null}addTags(O,W=!1){return O?O.reduce((be,Fe)=>(Fe&&be.push(this._getOrCreateElement(Fe,W)),be),[]):[]}getTag(O){return O&&this._doc.querySelector(`meta[${O}]`)||null}getTags(O){if(!O)return[];const W=this._doc.querySelectorAll(`meta[${O}]`);return W?[].slice.call(W):[]}updateTag(O,W){if(!O)return null;W=W||this._parseSelector(O);const be=this.getTag(W);return be?this._setMetaElementAttributes(O,be):this._getOrCreateElement(O,!0)}removeTag(O){this.removeTagElement(this.getTag(O))}removeTagElement(O){O&&this._dom.remove(O)}_getOrCreateElement(O,W=!1){if(!W){const He=this._parseSelector(O),it=this.getTags(He).filter(jt=>this._containsAttributes(O,jt))[0];if(void 0!==it)return it}const be=this._dom.createElement("meta");return this._setMetaElementAttributes(O,be),this._doc.getElementsByTagName("head")[0].appendChild(be),be}_setMetaElementAttributes(O,W){return Object.keys(O).forEach(be=>W.setAttribute(this._getMetaKeyMap(be),O[be])),W}_parseSelector(O){const W=O.name?"name":"property";return`${W}="${O[W]}"`}_containsAttributes(O,W){return Object.keys(O).every(be=>W.getAttribute(this._getMetaKeyMap(be))===O[be])}_getMetaKeyMap(O){return Pt[O]||O}}ut.\u0275fac=function(O){return new(O||ut)(_.LFG(o.K0))},ut.\u0275prov=_.Yz7({token:ut,factory:function(O){let W=null;return W=O?new O:function je(){return new ut((0,_.LFG)(o.K0))}(),W},providedIn:"root"});const Pt={httpEquiv:"http-equiv"};class Lt{constructor(O){this._doc=O}getTitle(){return this._doc.title}setTitle(O){this._doc.title=O||""}}Lt.\u0275fac=function(O){return new(O||Lt)(_.LFG(o.K0))},Lt.\u0275prov=_.Yz7({token:Lt,factory:function(O){let W=null;return W=O?new O:function At(){return new Lt((0,_.LFG)(o.K0))}(),W},providedIn:"root"});typeof window<"u"&&window;class E2{constructor(){this.store={},this.onSerializeCallbacks={},this.store=function dn(Me,O){const W=Me.getElementById(O+"-state");let be={};if(W&&W.textContent)try{be=JSON.parse(function Y2(Me){const O={"&a;":"&","&q;":'"',"&s;":"'","&l;":"<","&g;":">"};return Me.replace(/&[^;]+;/g,W=>O[W])}(W.textContent))}catch(Fe){console.warn("Exception while restoring TransferState for app "+O,Fe)}return be}((0,_.f3M)(o.K0),(0,_.f3M)(_.AFp))}get(O,W){return void 0!==this.store[O]?this.store[O]:W}set(O,W){this.store[O]=W}remove(O){delete this.store[O]}hasKey(O){return this.store.hasOwnProperty(O)}get isEmpty(){return 0===Object.keys(this.store).length}onSerialize(O,W){this.onSerializeCallbacks[O]=W}toJson(){for(const O in this.onSerializeCallbacks)if(this.onSerializeCallbacks.hasOwnProperty(O))try{this.store[O]=this.onSerializeCallbacks[O]()}catch(W){console.warn("Exception in onSerialize callback: ",W)}return JSON.stringify(this.store)}}E2.\u0275fac=function(O){return new(O||E2)},E2.\u0275prov=_.Yz7({token:E2,factory:E2.\u0275fac,providedIn:"root"});class R2{}R2.\u0275fac=function(O){return new(O||R2)},R2.\u0275mod=_.oAB({type:R2}),R2.\u0275inj=_.cJS({});const fn={pan:!0,panstart:!0,panmove:!0,panend:!0,pancancel:!0,panleft:!0,panright:!0,panup:!0,pandown:!0,pinch:!0,pinchstart:!0,pinchmove:!0,pinchend:!0,pinchcancel:!0,pinchin:!0,pinchout:!0,press:!0,pressup:!0,rotate:!0,rotatestart:!0,rotatemove:!0,rotateend:!0,rotatecancel:!0,swipe:!0,swipeleft:!0,swiperight:!0,swipeup:!0,swipedown:!0,tap:!0,doubletap:!0},tn=new _.OlP("HammerGestureConfig"),e2=new _.OlP("HammerLoader");class xe{constructor(){this.events=[],this.overrides={}}buildHammer(O){const W=new Hammer(O,this.options);W.get("pinch").set({enable:!0}),W.get("rotate").set({enable:!0});for(const be in this.overrides)W.get(be).set(this.overrides[be]);return W}}xe.\u0275fac=function(O){return new(O||xe)},xe.\u0275prov=_.Yz7({token:xe,factory:xe.\u0275fac});class B extends Oe{constructor(O,W,be,Fe){super(O),this._config=W,this.console=be,this.loader=Fe,this._loaderPromise=null}supports(O){return!(!fn.hasOwnProperty(O.toLowerCase())&&!this.isCustomEvent(O)||!window.Hammer&&!this.loader)}addEventListener(O,W,be){const Fe=this.manager.getZone();if(W=W.toLowerCase(),!window.Hammer&&this.loader){this._loaderPromise=this._loaderPromise||Fe.runOutsideAngular(()=>this.loader());let He=!1,it=()=>{He=!0};return Fe.runOutsideAngular(()=>this._loaderPromise.then(()=>{window.Hammer?He||(it=this.addEventListener(O,W,be)):it=()=>{}}).catch(()=>{it=()=>{}})),()=>{it()}}return Fe.runOutsideAngular(()=>{const He=this._config.buildHammer(O),it=function(jt){Fe.runGuarded(function(){be(jt)})};return He.on(W,it),()=>{He.off(W,it),"function"==typeof He.destroy&&He.destroy()}})}isCustomEvent(O){return this._config.events.indexOf(O)>-1}}B.\u0275fac=function(O){return new(O||B)(_.LFG(o.K0),_.LFG(tn),_.LFG(_.c2e),_.LFG(e2,8))},B.\u0275prov=_.Yz7({token:B,factory:B.\u0275fac});class ue{}ue.\u0275fac=function(O){return new(O||ue)},ue.\u0275mod=_.oAB({type:ue}),ue.\u0275inj=_.cJS({providers:[{provide:ye,useClass:B,multi:!0,deps:[o.K0,tn,_.c2e,[new _.FiY,e2]]},{provide:tn,useClass:xe,deps:[]}]});class Ie{}Ie.\u0275fac=function(O){return new(O||Ie)},Ie.\u0275prov=_.Yz7({token:Ie,factory:function(O){let W=null;return W=O?new(O||Ie):_.LFG(qe),W},providedIn:"root"});class qe extends Ie{constructor(O){super(),this._doc=O}sanitize(O,W){if(null==W)return null;switch(O){case _.q3G.NONE:return W;case _.q3G.HTML:return(0,_.qzn)(W,"HTML")?(0,_.z3N)(W):(0,_.EiD)(this._doc,String(W)).toString();case _.q3G.STYLE:return(0,_.qzn)(W,"Style")?(0,_.z3N)(W):W;case _.q3G.SCRIPT:if((0,_.qzn)(W,"Script"))return(0,_.z3N)(W);throw new Error("unsafe value used in a script context");case _.q3G.URL:return(0,_.qzn)(W,"URL")?(0,_.z3N)(W):(0,_.mCW)(String(W));case _.q3G.RESOURCE_URL:if((0,_.qzn)(W,"ResourceURL"))return(0,_.z3N)(W);throw new Error(`unsafe value used in a resource URL context (see ${_.JZr})`);default:throw new Error(`Unexpected SecurityContext ${O} (see ${_.JZr})`)}}bypassSecurityTrustHtml(O){return(0,_.JVY)(O)}bypassSecurityTrustStyle(O){return(0,_.L6k)(O)}bypassSecurityTrustScript(O){return(0,_.eBb)(O)}bypassSecurityTrustUrl(O){return(0,_.LAX)(O)}bypassSecurityTrustResourceUrl(O){return(0,_.pB0)(O)}}qe.\u0275fac=function(O){return new(O||qe)(_.LFG(o.K0))},qe.\u0275prov=_.Yz7({token:qe,factory:function(O){let W=null;return W=O?new O:function ht(Me){return new qe(Me.get(o.K0))}(_.LFG(_.zs3)),W},providedIn:"root"});new _.GfV("15.2.10")}}]); //# sourceMappingURL=vendor.js.map -"use strict";(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["main"],{886:(g,P,d)=>{var y=d(4497),t=d(8008),_=d(4666),C=d(9239),S=d(1612),E=d(609),T=d(9714),o=d(5562),l=d(4635);class c{uniqueId(e=32){let i="";const n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",s=n.length;for(let a=0;ae.pagesCount?1:this.currentPagePointer,this.metaData.totalPages=e.pagesCount,this.totalNumberOfPages=e.pagesCount;const i=(new Date).getTime()-this.pdfPlayerStartTime,n={eid:"START",ver:this.version,edata:{type:"START",currentPage:this.currentPagePointer,duration:i},metaData:this.metaData};this.playerEvent.emit(n),this.pdfLastPageTime=this.pdfPlayerStartTime=(new Date).getTime(),this.sunbirdPdfPlayerService.start(i)}raiseEndEvent(){if(!this.isEndEventRaised){this.pageSessionUpdate();const e=(new Date).getTime()-this.pdfPlayerStartTime,i={eid:"END",ver:this.version,edata:{type:"END",currentPage:this.currentPagePointer,totalPages:this.totalNumberOfPages,duration:e},metaData:this.getMetadata()};this.playerEvent.emit(i);const n=this.metaData.pagesVisited.filter((s,a,w)=>w.indexOf(s)===a).length;this.timeSpent=this.utilService.getTimeSpentText(this.pdfPlayerStartTime),this.sunbirdPdfPlayerService.end(e,this.currentPagePointer,this.totalNumberOfPages,n,this.endPageSeen),this.isEndEventRaised=!0}}getMetadata(){return{pagesVisited:this.metaData.pagesVisited.length?this.endPageSeen?[0]:[p.last(this.metaData.pagesVisited)]:[],duration:this.metaData.duration.length?[p.last(this.metaData.duration)]:[],zoom:this.metaData.zoom.length?[p.last(this.metaData.zoom)]:[],rotation:this.metaData.rotation.length?[p.last(this.metaData.rotation)]:[]}}raiseHeartBeatEvent(e){const i={eid:"HEARTBEAT",ver:this.version,edata:{type:e,currentPage:this.currentPagePointer},metaData:this.metaData};this.playerEvent.emit(i),this.sunbirdPdfPlayerService.heartBeat(i),"PAGE_CHANGE"===e&&this.sunbirdPdfPlayerService.impression(this.currentPagePointer),["CLOSE_DOWNLOAD","DOWNLOAD","ZOOM_IN","ZOOM_OUT","NAVIGATE_TO_PAGE","NEXT","OPEN_MENU","PREVIOUS","CLOSE_MENU","DOWNLOAD_MENU","SHARE","ROTATION_CHANGE","REPLAY","PRINT","NEXT_CONTENT_PLAY"].includes(e)&&this.sunbirdPdfPlayerService.interact(e.toLowerCase(),this.currentPagePointer)}raiseExceptionLog(e,i,n,s){const a={eid:"ERROR",edata:{err:e,errtype:i,requestid:s||"",stacktrace:n&&n.toString()||""}};this.playerEvent.emit(a),this.sunbirdPdfPlayerService.error(n,{err:e,errtype:i})}}v.\u0275fac=function(e){return new(e||v)(t.LFG(h),t.LFG(c))},v.\u0275prov=t.Yz7({token:v,factory:v.\u0275fac,providedIn:"root"});const N=["iframe"];class u{constructor(e,i){this.renderer=e,this.viewerService=i,this.src="assets/pdfjs/web/viewer.html?file=",this.actions=new t.vpe,this.isNextLastPageClicked=!1,this.viewerEvent=new t.vpe,this.actionsMap=new Map([["ZOOM_OUT","zoomout"],["NEXT","nextpage"],["PREVIOUS","previouspage"],["ROTATE_CW","rotatecw"],["DOWNLOAD","download"]])}onWebViewerLoaded(){this.viewerApp=this.iframeRef.nativeElement.contentWindow.PDFViewerApplication,this.viewerApp.initializedPromise.then(()=>{let e,i=!1;this.progressInterval=setInterval(()=>{this.viewerApp&&(e!==this.viewerApp.loadingBar.percent||100===this.viewerApp.loadingBar.percent)&&(e=this.viewerApp.loadingBar.percent,this.viewerEvent.emit({type:"progress",data:this.viewerApp.loadingBar.percent})),this.viewerApp.pdfLoadingTask&&!i&&(this.viewerApp.pdfLoadingTask.promise.catch(n=>{clearInterval(this.progressInterval),this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(n?n.toString():"")})}),i=!0)},50),this.registerForEvents()}).catch(e=>{this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(e?e.toString():"")})})}ngAfterViewInit(){this.iframeRef.nativeElement.src=`${this.src}${this.pdfURL}#pagemode=none&page=${this.viewerService.currentPagePointer}&zoom=${this.viewerService.zoom}`,this.iframeWindow=this.iframeRef.nativeElement.contentWindow,this.actions.subscribe(({type:e,data:i})=>{"REPLAY"===e?this.iframeRef.nativeElement.contentDocument.location.reload(!0):"ZOOM_IN"===e&&this.viewerApp.pdfViewer.currentScale<3?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomIn(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"ZOOM_OUT"===e?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomOut(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"NAVIGATE_TO_PAGE"===e?(this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!0}),this.viewerApp.page=i):this.actionsMap.has(e)?("NEXT"===e&&(this.isNextLastPageClicked=!0),this.viewerApp.eventBus.dispatch(this.actionsMap.get(e))):"INVALID_PAGE_ERROR"===e&&this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!1})})}registerForEvents(){this.viewerApp.eventBus.on("pagesloaded",e=>{setTimeout(()=>{this.viewerApp.rotatePages(this.viewerService.rotation)},500),this.pagesLoadedCallback(e),this.viewerApp?.page&&this.viewerService.currentPagePointer&&(this.viewerApp.page=this.viewerService.currentPagePointer)}),this.viewerApp.eventBus.on("pagechanging",e=>{this.viewerEvent.emit({type:"pagechanging",data:e})}),this.viewerApp.eventBus.on("rotatecw",()=>{this.viewerEvent.emit({type:"rotatecw",data:this.viewerApp.pdfViewer.pagesRotation})}),this.viewerApp.eventBus.on("pagerendered",e=>{this.ListenToPageScroll(e?.pageNumber)})}pagesLoadedCallback(e){this.viewerEvent.emit({type:"progress",data:100}),clearInterval(this.progressInterval),this.viewerEvent.emit({type:"pagesloaded",data:e})}ListenToPageScroll(e){if(this.viewerService.totalNumberOfPages<=1||e!==this.viewerService.totalNumberOfPages)return;const i=this.iframeRef.nativeElement.contentDocument.getElementById("viewerContainer");i&&(i.onscroll=n=>{Math.ceil(n.target.offsetHeight+n.target.scrollTop)>=n.target.scrollHeight&&0==this.isNextLastPageClicked&&this.viewerEvent.emit({type:"pageend"}),this.isNextLastPageClicked=!1})}}u.\u0275fac=function(e){return new(e||u)(t.Y36(t.Qsj),t.Y36(v))},u.\u0275cmp=t.Xpm({type:u,selectors:[["pdf-viewer"]],viewQuery:function(e,i){if(1&e&&t.Gf(N,7),2&e){let n;t.iGM(n=t.CRH())&&(i.iframeRef=n.first)}},hostBindings:function(e,i){1&e&&t.NdJ("webviewerloaded",function(){return i.onWebViewerLoaded()},!1,t.evT)},inputs:{pdfURL:"pdfURL",actions:"actions"},outputs:{viewerEvent:"viewerEvent"},decls:2,vars:0,consts:[["frameborder","0"],["iframe",""]],template:function(e,i){1&e&&t._UZ(0,"iframe",0,1)},styles:["iframe[_ngcontent-%COMP%]{width:100%;height:100%}"]});const A=["pdfPlayer"];function x(r,e){if(1&r&&t._UZ(0,"sb-player-start-page",12),2&r){const i=t.oxw();t.Q6J("title",i.viewerService.contentName)("progress",i.viewerService.loadingProgress)}}const b=function(r){return{isVisible:r}};function O(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-header",13),t.NdJ("actions",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.headerActions(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("ngClass",t.VKq(4,b,i.showControls))("pageNumber",i.viewerService.currentPagePointer)("config",i.headerConfig)("totalPages",i.viewerService.totalNumberOfPages)}}function M(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-side-menu-icon",14),t.NdJ("sidebarMenuEvent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.sideBarEvents(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("ngClass",t.VKq(1,b,i.showControls))}}function I(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-sidebar",15),t.NdJ("sidebarEvent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.sideBarEvents(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("title",i.viewerService.contentName)("config",i.sideMenuConfig)}}function L(r,e){if(1&r&&(t.TgZ(0,"div",16),t._uU(1),t._UZ(2,"span"),t._uU(3),t.qZA()),2&r){const i=t.oxw();t.xp6(1),t.AsE("Page ",i.viewerService.currentPagePointer," of ",i.viewerService.totalNumberOfPages," "),t.xp6(2),t.hij(" ",(i.viewerService.currentPagePointer/i.viewerService.totalNumberOfPages*100).toFixed(0),"%")}}function R(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"div",17)(1,"div",18)(2,"div",19)(3,"sb-player-previous-navigation",20),t.NdJ("previousAction",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.headerActions(s))}),t.qZA(),t.TgZ(4,"sb-player-next-navigation",21),t.NdJ("nextAction",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.headerActions(s))}),t.qZA()()()()}if(2&r){const i=t.oxw();t.Q6J("ngClass",t.VKq(1,b,i.showControls))}}function D(r,e){if(1&r){const i=t.EpF();t.TgZ(0,"sb-player-end-page",22),t.NdJ("replayContent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.replayContent(s))})("exitContent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.exitContent(s))})("playNextContent",function(s){t.CHM(i);const a=t.oxw();return t.KtG(a.playContent(s))}),t.qZA()}if(2&r){const i=t.oxw();t.Q6J("contentName",i.viewerService.contentName)("outcomeLabel","Pages read:")("outcome",i.viewerService.currentPagePointer)("userName",i.viewerService.userName)("nextContent",i.nextContent)("timeSpentLabel",i.viewerService.timeSpent)("showExit",i.sideMenuConfig.showExit)}}function V(r,e){1&r&&t._UZ(0,"sb-player-contenterror")}function B(r,e){1&r&&(t.TgZ(0,"div",23),t._UZ(1,"div",24),t.TgZ(2,"div",25),t._uU(3,"Page Not Found"),t.qZA()())}class m{constructor(e,i,n,s,a){this.pdfPlayerService=e,this.viewerService=i,this.cdRef=n,this.renderer2=s,this.errorService=a,this.viewState="start",this.showControls=!0,this.validPage=!0,this.isInitialized=!1,this.sideMenuConfig={showShare:!0,showDownload:!0,showReplay:!0,showExit:!1,showPrint:!0},this.telemetryEvent=new t.vpe,this.headerConfig={rotation:!0,goto:!0,navigation:!0,zoom:!0},this.viewerActions=new t.vpe,this.defaultCompatibilityLevel=4,this.playerEvent=this.viewerService.playerEvent}onTelemetryEvent(e){this.telemetryEvent.emit(e.detail)}ngOnInit(){if(this.isInitialized=!0,this.playerConfig&&"string"==typeof this.playerConfig)try{this.playerConfig=JSON.parse(this.playerConfig)}catch(e){console.error("Invalid playerConfig: ",e)}this.nextContent=this.playerConfig?.config?.nextContent,this.viewState="start",this.pdfConfig={...this.viewerService.defaultConfig,...this.playerConfig?.config},this.sideMenuConfig={...this.sideMenuConfig,...this.playerConfig?.config?.sideMenu},this.pdfPlayerService.initialize(this.playerConfig),this.viewerService.initialize(this.playerConfig)}ngAfterViewInit(){const e=this.pdfPlayerRef.nativeElement;this.unlistenMouseEnter=this.renderer2.listen(e,"mouseenter",()=>{this.showControls=!0}),this.unlistenMouseLeave=this.renderer2.listen(e,"mouseleave",()=>{this.showControls=!1}),this.traceId=this.playerConfig?.config?.traceId;const i=this.playerConfig.metadata?.compatibilityLevel;if(i){const n=this.errorService.checkContentCompatibility(i);n.isCompitable||this.viewerService.raiseExceptionLog(o.uY.contentCompatibility,o.N3.contentCompatibility,n.error,this.traceId)}}headerActions({type:e,data:i}){if("NEXT"===e&&this.viewerService.currentPagePointer===this.viewerService.totalNumberOfPages)return this.viewerService.raiseEndEvent(),this.viewState="end",this.viewerService.endPageSeen=!0,void this.cdRef.detectChanges();this.viewerActions.emit({type:e,data:i}),this.viewerService.raiseHeartBeatEvent(e)}playContent(e){this.viewerService.raiseHeartBeatEvent(e.type)}sideBarEvents(e){this.viewerService.raiseHeartBeatEvent(e.type),this.viewerActions.emit({type:e.type})}replayContent(e){this.viewerService.raiseHeartBeatEvent(e.type),this.ngOnInit(),this.viewerActions.emit({type:"REPLAY"}),this.viewerService.isEndEventRaised=!1,this.cdRef.detectChanges()}exitContent(e){this.viewerService.raiseHeartBeatEvent(e.type)}onPdfLoaded(e){const i=this.viewerService.raiseStartEvent(e);this.telemetryEvent.emit(i),this.viewState="player",this.cdRef.detectChanges()}onPdfLoadFailed(e){let i=o.uY.contentLoadFails,n=o.N3.contentLoadFails;navigator.onLine||(i=o.uY.internetConnectivity,n=o.N3.internetConnectivity),this.viewerService.isAvailableLocally&&(i=o.uY.contentLoadFails,n=o.N3.contentLoadFails),i===o.uY.contentLoadFails&&(this.showContentError=!0),this.viewerService.raiseExceptionLog(i,n,e,this.traceId)}onZoomChange(e){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ZOOM_CHANGE"),this.viewerService.zoom=e}onPdfDownloaded(){this.viewerService.raiseHeartBeatEvent("PDF_DOWNLOAD")}onAfterPrint(){this.viewerService.raiseHeartBeatEvent("PDF_PRINT")}onRotationChange(e){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ROTATION_CHANGE"),this.viewerService.rotation=e}onPageChange(e){this.viewerService.pageSessionUpdate(),this.viewerService.currentPagePointer=e.pageNumber,this.viewerService.raiseHeartBeatEvent("PAGE_CHANGE")}ngOnChanges(e){e.action&&this.viewerActions.emit({type:e.action}),e.playerConfig.firstChange&&this.isInitialized&&this.ngOnInit()}viewerEvent({type:e,data:i}){"progress"===e?this.viewerService.loadingProgress=i:"pagesloaded"===e?this.onPdfLoaded(i):"pagechanging"===e?this.onPageChange(i):"rotatecw"===e?this.onRotationChange(i):"pageend"===e?(this.viewerService.raiseEndEvent(),this.viewerService.endPageSeen=!0,this.viewState="end"):"error"===e?this.onPdfLoadFailed(i):"INVALID_PAGE_ERROR"===e&&(this.validPage=i,this.resetValidPage()),this.cdRef.detectChanges()}resetValidPage(){setTimeout(()=>{this.validPage=!0,this.cdRef.detectChanges()},5e3)}ngOnDestroy(){this.viewerService.raiseEndEvent(),this.subscription&&this.subscription.unsubscribe(),this.viewerService.isEndEventRaised=!1,this.unlistenMouseEnter(),this.unlistenMouseLeave()}}m.\u0275fac=function(e){return new(e||m)(t.Y36(h),t.Y36(v),t.Y36(t.sBO),t.Y36(t.Qsj),t.Y36(o.T_))},m.\u0275cmp=t.Xpm({type:m,selectors:[["sunbird-pdf-player"]],viewQuery:function(e,i){if(1&e&&t.Gf(A,7),2&e){let n;t.iGM(n=t.CRH())&&(i.pdfPlayerRef=n.first)}},hostBindings:function(e,i){1&e&&t.NdJ("TelemetryEvent",function(s){return i.onTelemetryEvent(s)},!1,t.evT)("beforeunload",function(){return i.ngOnDestroy()},!1,t.Jf7)},inputs:{playerConfig:"playerConfig",action:"action"},outputs:{playerEvent:"playerEvent",telemetryEvent:"telemetryEvent"},features:[t.TTD],decls:13,vars:13,consts:[[1,"sunbird-pdf-palyer-container"],["pdfPlayer",""],[3,"title","progress",4,"ngIf"],["class","sb-pdf-main-header notVisible",3,"ngClass","pageNumber","config","totalPages","actions",4,"ngIf"],["class","notVisible",3,"ngClass","sidebarMenuEvent",4,"ngIf"],[3,"pdfURL","actions","viewerEvent"],[3,"title","config","sidebarEvent",4,"ngIf"],["class","sb-pdf-reading-status",4,"ngIf"],["class","visible-only-potrait BtmNotVisible",3,"ngClass",4,"ngIf"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent",4,"ngIf"],[4,"ngIf"],["class","pagenotfound__tooltip",4,"ngIf"],[3,"title","progress"],[1,"sb-pdf-main-header","notVisible",3,"ngClass","pageNumber","config","totalPages","actions"],[1,"notVisible",3,"ngClass","sidebarMenuEvent"],[3,"title","config","sidebarEvent"],[1,"sb-pdf-reading-status"],[1,"visible-only-potrait","BtmNotVisible",3,"ngClass"],[1,"sbt-pdf-footer"],[1,"d-flex","pdf-slides",2,"float","right"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"previousAction"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"nextAction"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent"],[1,"pagenotfound__tooltip"],[1,"pagenotfound__icon"],[1,"pagenotfound__text"]],template:function(e,i){1&e&&(t.TgZ(0,"div",0,1),t.YNc(2,x,1,2,"sb-player-start-page",2),t.YNc(3,O,1,6,"sb-player-header",3),t.YNc(4,M,1,3,"sb-player-side-menu-icon",4),t.TgZ(5,"span")(6,"pdf-viewer",5),t.NdJ("viewerEvent",function(s){return i.viewerEvent(s)}),t.qZA()(),t.YNc(7,I,1,2,"sb-player-sidebar",6),t.YNc(8,L,4,3,"div",7),t.YNc(9,R,5,3,"div",8),t.YNc(10,D,1,7,"sb-player-end-page",9),t.YNc(11,V,1,0,"sb-player-contenterror",10),t.qZA(),t.YNc(12,B,4,0,"div",11)),2&e&&(t.xp6(2),t.Q6J("ngIf","start"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Udp("display","player"===i.viewState?"inline":"none"),t.xp6(1),t.Q6J("pdfURL",i.viewerService.src)("actions",i.viewerActions),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","player"===i.viewState),t.xp6(1),t.Q6J("ngIf","end"===i.viewState),t.xp6(1),t.Q6J("ngIf",i.showContentError),t.xp6(1),t.Q6J("ngIf",!i.validPage))},dependencies:[_.mk,_.O5,o.u_,o.ye,o.bf,o.Z2,o.Yi,o.A3,o.x0,o.vM,u],styles:['.sunbird-pdf-palyer-container[_ngcontent-%COMP%]{width:100%;height:100%;overflow:hidden;position:relative}pdf-menu[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:99}.notVisible[_ngcontent-%COMP%], .BtmNotVisible[_ngcontent-%COMP%]{transition:all .3s ease-in-out;position:absolute;width:100%}.notVisible[_ngcontent-%COMP%]{top:-10rem}.notVisible.isVisible[_ngcontent-%COMP%]{top:0rem}.BtmNotVisible[_ngcontent-%COMP%]{bottom:-10rem}.BtmNotVisible.isVisible[_ngcontent-%COMP%]{bottom:0rem} .pdfViewer .page{background:none!important;-o-border-image:none!important;border-image:none!important;border:0!important} #toolbarContainer{background:none!important;height:auto!important} #viewerContainer{position:relative!important;height:calc(100% - 3rem)} .html, .body, .pdf-viewer button, .pdf-viewer input, .pdf-viewer select{font-size:inherit!important} .findbar, .secondaryToolbar, html[dir=ltr] #toolbarContainer, html[dir=rtl] #toolbarContainer{box-shadow:none!important} .zoom{min-height:inherit!important} html[dir=rtl] .sb-pdf-reading-status{left:auto;right:1rem}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.75rem;position:absolute;left:1rem;bottom:.75rem;display:flex;align-items:center;background:var(--white);border-radius:.5rem;padding:.25em .5rem;z-index:5;line-height:normal}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{background:var(--gray-800);width:.25rem;height:.25rem;display:block;margin:0px .5rem;border-radius:50%}.sbt-pdf-footer[_ngcontent-%COMP%]{background:var(--white);position:absolute;bottom:0;width:100%;height:3rem;display:flex;align-items:center;justify-content:flex-end;padding:.75rem .5rem}@media all and (orientation: landscape){ .visible-only-potrait{display:none}}@media all and (orientation: portrait){ #viewerContainer{height:calc(100% - 6rem)!important} .visible-only-landscape{display:none} .visible-only-potrait{display:block} .visible-only-potrait .sbt-pdf-footer button.navigation-arrows:hover{border:1px solid transparent} .file-download__popup{height:15.125rem} .pdf-endpage{display:block!important;position:relative} .pdf-endpage__left-panel{margin-top:6rem} .pdf-endpage__right-panel .title-section{position:absolute;top:0;left:0;right:0}}@media all and (max-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:none}.visible-only-potrait[_ngcontent-%COMP%]{display:block}}@media all and (min-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:block}.visible-only-potrait[_ngcontent-%COMP%]{display:none}}.pagenotfound__tooltip[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;transform:translate(-50%);background:#333;z-index:11111;padding:.5rem 1.25rem;font-size:.875rem;color:#fff;border-radius:.25rem;display:flex;align-items:center}.pagenotfound__icon[_ngcontent-%COMP%]{width:1.375rem;height:1.375rem;margin-right:.75rem;background:white;border-radius:50%;position:relative}.pagenotfound__icon[_ngcontent-%COMP%]:after{content:"!";position:absolute;top:50%;left:50%;color:#333;font-size:18px;transform:translate(-50%,-50%)}']});class f{constructor(e){this.injector=e}ngDoBootstrap(){const e=(0,S.iD)(m,{injector:this.injector});customElements.define("sunbird-pdf-player",e)}}f.\u0275fac=function(e){return new(e||f)(t.LFG(t.zs3))},f.\u0275mod=t.oAB({type:f}),f.\u0275inj=t.cJS({imports:[y.b2,_.ez,E.u5,C.JF,T.gQ]});d(5649);y.q6().bootstrapModule(f).catch(r=>console.error(r))}},g=>{g.O(0,["vendor"],()=>{return y=886,g(g.s=y);var y});g.O()}]); +"use strict";(self.webpackChunkpdf_player_wc=self.webpackChunkpdf_player_wc||[]).push([["main"],{886:(f,P,d)=>{var g=d(497),e=d(8),_=d(666),C=d(239),S=d(612),E=d(609),T=d(714),o=d(562),l=d(635);class c{uniqueId(t=32){let i="";const n="ABCDEFGHIJKLMNOPQRSTUVWXYZabcdefghijklmnopqrstuvwxyz0123456789",r=n.length;for(let s=0;st.pagesCount?1:this.currentPagePointer,this.metaData.totalPages=t.pagesCount,this.totalNumberOfPages=t.pagesCount;const i=(new Date).getTime()-this.pdfPlayerStartTime,n={eid:"START",ver:this.version,edata:{type:"START",currentPage:this.currentPagePointer,duration:i},metaData:this.metaData};this.playerEvent.emit(n),this.pdfLastPageTime=this.pdfPlayerStartTime=(new Date).getTime(),this.sunbirdPdfPlayerService.start(i)}raiseEndEvent(){if(!this.isEndEventRaised){this.pageSessionUpdate();const t=(new Date).getTime()-this.pdfPlayerStartTime,i={eid:"END",ver:this.version,edata:{type:"END",currentPage:this.currentPagePointer,totalPages:this.totalNumberOfPages,duration:t},metaData:this.getMetadata()};this.playerEvent.emit(i);const n=this.metaData.pagesVisited.filter((r,s,w)=>w.indexOf(r)===s).length;this.timeSpent=this.utilService.getTimeSpentText(this.pdfPlayerStartTime),this.sunbirdPdfPlayerService.end(t,this.currentPagePointer,this.totalNumberOfPages,n,this.endPageSeen),this.isEndEventRaised=!0}}getMetadata(){return{pagesVisited:this.metaData.pagesVisited.length?this.endPageSeen?[0]:[p.last(this.metaData.pagesVisited)]:[],duration:this.metaData.duration.length?[p.last(this.metaData.duration)]:[],zoom:this.metaData.zoom.length?[p.last(this.metaData.zoom)]:[],rotation:this.metaData.rotation.length?[p.last(this.metaData.rotation)]:[]}}raiseHeartBeatEvent(t){const i={eid:"HEARTBEAT",ver:this.version,edata:{type:t,currentPage:this.currentPagePointer},metaData:this.metaData};this.playerEvent.emit(i),this.sunbirdPdfPlayerService.heartBeat(i),"PAGE_CHANGE"===t&&this.sunbirdPdfPlayerService.impression(this.currentPagePointer),["CLOSE_DOWNLOAD","DOWNLOAD","ZOOM_IN","ZOOM_OUT","NAVIGATE_TO_PAGE","NEXT","OPEN_MENU","PREVIOUS","CLOSE_MENU","DOWNLOAD_MENU","SHARE","ROTATION_CHANGE","REPLAY","PRINT","NEXT_CONTENT_PLAY"].includes(t)&&this.sunbirdPdfPlayerService.interact(t.toLowerCase(),this.currentPagePointer)}raiseExceptionLog(t,i,n,r){const s={eid:"ERROR",edata:{err:t,errtype:i,requestid:r||"",stacktrace:n&&n.toString()||""}};this.playerEvent.emit(s),this.sunbirdPdfPlayerService.error(n,{err:t,errtype:i})}static#e=this.\u0275fac=function(i){return new(i||v)(e.LFG(h),e.LFG(c))};static#t=this.\u0275prov=e.Yz7({token:v,factory:v.\u0275fac,providedIn:"root"})}const N=["iframe"];class u{constructor(t,i){this.renderer=t,this.viewerService=i,this.src="assets/pdfjs/web/viewer.html?file=",this.actions=new e.vpe,this.isNextLastPageClicked=!1,this.viewerEvent=new e.vpe,this.actionsMap=new Map([["ZOOM_OUT","zoomout"],["NEXT","nextpage"],["PREVIOUS","previouspage"],["ROTATE_CW","rotatecw"],["DOWNLOAD","download"]])}onWebViewerLoaded(){this.viewerApp=this.iframeRef.nativeElement.contentWindow.PDFViewerApplication,this.viewerApp.initializedPromise.then(()=>{let t,i=!1;this.progressInterval=setInterval(()=>{this.viewerApp&&(t!==this.viewerApp.loadingBar.percent||100===this.viewerApp.loadingBar.percent)&&(t=this.viewerApp.loadingBar.percent,this.viewerEvent.emit({type:"progress",data:this.viewerApp.loadingBar.percent})),this.viewerApp.pdfLoadingTask&&!i&&(this.viewerApp.pdfLoadingTask.promise.catch(n=>{clearInterval(this.progressInterval),this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(n?n.toString():"")})}),i=!0)},50),this.registerForEvents()}).catch(t=>{this.viewerEvent.emit({type:"error",data:(navigator.onLine?`Internet available but unable to fetch the url ${this.pdfURL} `:`No internet to load pdf with url ${this.pdfURL} `)+(t?t.toString():"")})})}ngAfterViewInit(){this.iframeRef.nativeElement.src=`${this.src}${this.pdfURL}#pagemode=none&page=${this.viewerService.currentPagePointer}&zoom=${this.viewerService.zoom}`,this.iframeWindow=this.iframeRef.nativeElement.contentWindow,this.actions.subscribe(({type:t,data:i})=>{"REPLAY"===t?this.iframeRef.nativeElement.contentDocument.location.reload(!0):"ZOOM_IN"===t&&this.viewerApp.pdfViewer.currentScale<3?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomIn(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"ZOOM_OUT"===t?(this.viewerService.pageSessionUpdate(),this.viewerApp.zoomOut(),this.viewerService.zoom=100*this.viewerApp.pdfViewer.currentScale):"NAVIGATE_TO_PAGE"===t?(this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!0}),this.viewerApp.page=i):this.actionsMap.has(t)?("NEXT"===t&&(this.isNextLastPageClicked=!0),this.viewerApp.eventBus.dispatch(this.actionsMap.get(t))):"INVALID_PAGE_ERROR"===t&&this.viewerEvent.emit({type:"INVALID_PAGE_ERROR",data:!1})})}registerForEvents(){this.viewerApp.eventBus.on("pagesloaded",t=>{setTimeout(()=>{this.viewerApp.rotatePages(this.viewerService.rotation)},500),this.pagesLoadedCallback(t),this.viewerApp?.page&&this.viewerService.currentPagePointer&&(this.viewerApp.page=this.viewerService.currentPagePointer)}),this.viewerApp.eventBus.on("pagechanging",t=>{this.viewerEvent.emit({type:"pagechanging",data:t})}),this.viewerApp.eventBus.on("rotatecw",()=>{this.viewerEvent.emit({type:"rotatecw",data:this.viewerApp.pdfViewer.pagesRotation})}),this.viewerApp.eventBus.on("pagerendered",t=>{this.ListenToPageScroll(t?.pageNumber)})}pagesLoadedCallback(t){this.viewerEvent.emit({type:"progress",data:100}),clearInterval(this.progressInterval),this.viewerEvent.emit({type:"pagesloaded",data:t})}ListenToPageScroll(t){if(this.viewerService.totalNumberOfPages<=1||t!==this.viewerService.totalNumberOfPages)return;const i=this.iframeRef.nativeElement.contentDocument.getElementById("viewerContainer");i&&(i.onscroll=n=>{Math.ceil(n.target.offsetHeight+n.target.scrollTop)>=n.target.scrollHeight&&0==this.isNextLastPageClicked&&this.viewerEvent.emit({type:"pageend"}),this.isNextLastPageClicked=!1})}static#e=this.\u0275fac=function(i){return new(i||u)(e.Y36(e.Qsj),e.Y36(v))};static#t=this.\u0275cmp=e.Xpm({type:u,selectors:[["pdf-viewer"]],viewQuery:function(i,n){if(1&i&&e.Gf(N,7),2&i){let r;e.iGM(r=e.CRH())&&(n.iframeRef=r.first)}},hostBindings:function(i,n){1&i&&e.NdJ("webviewerloaded",function(){return n.onWebViewerLoaded()},!1,e.evT)},inputs:{pdfURL:"pdfURL",actions:"actions"},outputs:{viewerEvent:"viewerEvent"},decls:2,vars:0,consts:[["frameborder","0"],["iframe",""]],template:function(i,n){1&i&&e._UZ(0,"iframe",0,1)},styles:["iframe[_ngcontent-%COMP%]{width:100%;height:100%}"]})}const x=["pdfPlayer"];function A(a,t){if(1&a&&e._UZ(0,"sb-player-start-page",12),2&a){const i=e.oxw();e.Q6J("title",i.viewerService.contentName)("progress",i.viewerService.loadingProgress)}}const b=function(a){return{isVisible:a}};function O(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-header",13),e.NdJ("actions",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.headerActions(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("ngClass",e.VKq(4,b,i.showControls))("pageNumber",i.viewerService.currentPagePointer)("config",i.headerConfig)("totalPages",i.viewerService.totalNumberOfPages)}}function I(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-side-menu-icon",14),e.NdJ("sidebarMenuEvent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.sideBarEvents(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("ngClass",e.VKq(1,b,i.showControls))}}function M(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-sidebar",15),e.NdJ("sidebarEvent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.sideBarEvents(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("title",i.viewerService.contentName)("config",i.sideMenuConfig)}}function L(a,t){if(1&a&&(e.TgZ(0,"div",16),e._uU(1),e._UZ(2,"span"),e._uU(3),e.qZA()),2&a){const i=e.oxw();e.xp6(1),e.AsE("Page ",i.viewerService.currentPagePointer," of ",i.viewerService.totalNumberOfPages," "),e.xp6(2),e.hij(" ",(i.viewerService.currentPagePointer/i.viewerService.totalNumberOfPages*100).toFixed(0),"%")}}function R(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"div",17)(1,"div",18)(2,"div",19)(3,"sb-player-previous-navigation",20),e.NdJ("previousAction",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.headerActions(r))}),e.qZA(),e.TgZ(4,"sb-player-next-navigation",21),e.NdJ("nextAction",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.headerActions(r))}),e.qZA()()()()}if(2&a){const i=e.oxw();e.Q6J("ngClass",e.VKq(1,b,i.showControls))}}function D(a,t){if(1&a){const i=e.EpF();e.TgZ(0,"sb-player-end-page",22),e.NdJ("replayContent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.replayContent(r))})("exitContent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.exitContent(r))})("playNextContent",function(r){e.CHM(i);const s=e.oxw();return e.KtG(s.playContent(r))}),e.qZA()}if(2&a){const i=e.oxw();e.Q6J("contentName",i.viewerService.contentName)("outcomeLabel","Pages read:")("outcome",i.viewerService.currentPagePointer)("userName",i.viewerService.userName)("nextContent",i.nextContent)("timeSpentLabel",i.viewerService.timeSpent)("showExit",i.sideMenuConfig.showExit)}}function V(a,t){1&a&&e._UZ(0,"sb-player-contenterror")}function B(a,t){1&a&&(e.TgZ(0,"div",23),e._UZ(1,"div",24),e.TgZ(2,"div",25),e._uU(3,"Page Not Found"),e.qZA()())}class m{constructor(t,i,n,r,s){this.pdfPlayerService=t,this.viewerService=i,this.cdRef=n,this.renderer2=r,this.errorService=s,this.viewState="start",this.showControls=!0,this.validPage=!0,this.isInitialized=!1,this.sideMenuConfig={showShare:!0,showDownload:!0,showReplay:!0,showExit:!1,showPrint:!0},this.telemetryEvent=new e.vpe,this.headerConfig={rotation:!0,goto:!0,navigation:!0,zoom:!0},this.viewerActions=new e.vpe,this.defaultCompatibilityLevel=4,this.playerEvent=this.viewerService.playerEvent}onTelemetryEvent(t){this.telemetryEvent.emit(t.detail)}ngOnInit(){if(this.isInitialized=!0,this.playerConfig&&"string"==typeof this.playerConfig)try{this.playerConfig=JSON.parse(this.playerConfig)}catch(t){console.error("Invalid playerConfig: ",t)}this.nextContent=this.playerConfig?.config?.nextContent,this.viewState="start",this.pdfConfig={...this.viewerService.defaultConfig,...this.playerConfig?.config},this.sideMenuConfig={...this.sideMenuConfig,...this.playerConfig?.config?.sideMenu},this.pdfPlayerService.initialize(this.playerConfig),this.viewerService.initialize(this.playerConfig)}ngAfterViewInit(){const t=this.pdfPlayerRef.nativeElement;this.unlistenMouseEnter=this.renderer2.listen(t,"mouseenter",()=>{this.showControls=!0}),this.unlistenMouseLeave=this.renderer2.listen(t,"mouseleave",()=>{this.showControls=!1}),this.traceId=this.playerConfig?.config?.traceId;const i=this.playerConfig.metadata?.compatibilityLevel;if(i){const n=this.errorService.checkContentCompatibility(i);n.isCompitable||this.viewerService.raiseExceptionLog(o.uY.contentCompatibility,o.N3.contentCompatibility,n.error,this.traceId)}}headerActions({type:t,data:i}){if("NEXT"===t&&this.viewerService.currentPagePointer===this.viewerService.totalNumberOfPages)return this.viewerService.raiseEndEvent(),this.viewState="end",this.viewerService.endPageSeen=!0,void this.cdRef.detectChanges();this.viewerActions.emit({type:t,data:i}),this.viewerService.raiseHeartBeatEvent(t)}playContent(t){this.viewerService.raiseHeartBeatEvent(t.type)}sideBarEvents(t){this.viewerService.raiseHeartBeatEvent(t.type),this.viewerActions.emit({type:t.type})}replayContent(t){this.viewerService.raiseHeartBeatEvent(t.type),this.ngOnInit(),this.viewerActions.emit({type:"REPLAY"}),this.viewerService.isEndEventRaised=!1,this.cdRef.detectChanges()}exitContent(t){this.viewerService.raiseHeartBeatEvent(t.type)}onPdfLoaded(t){const i=this.viewerService.raiseStartEvent(t);this.telemetryEvent.emit(i),this.viewState="player",this.cdRef.detectChanges()}onPdfLoadFailed(t){let i=o.uY.contentLoadFails,n=o.N3.contentLoadFails;navigator.onLine||(i=o.uY.internetConnectivity,n=o.N3.internetConnectivity),this.viewerService.isAvailableLocally&&(i=o.uY.contentLoadFails,n=o.N3.contentLoadFails),i===o.uY.contentLoadFails&&(this.showContentError=!0),this.viewerService.raiseExceptionLog(i,n,t,this.traceId)}onZoomChange(t){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ZOOM_CHANGE"),this.viewerService.zoom=t}onPdfDownloaded(){this.viewerService.raiseHeartBeatEvent("PDF_DOWNLOAD")}onAfterPrint(){this.viewerService.raiseHeartBeatEvent("PDF_PRINT")}onRotationChange(t){this.viewerService.pageSessionUpdate(),this.viewerService.raiseHeartBeatEvent("ROTATION_CHANGE"),this.viewerService.rotation=t}onPageChange(t){this.viewerService.pageSessionUpdate(),this.viewerService.currentPagePointer=t.pageNumber,this.viewerService.raiseHeartBeatEvent("PAGE_CHANGE")}ngOnChanges(t){t.action&&this.viewerActions.emit({type:t.action}),t.playerConfig.firstChange&&this.isInitialized&&this.ngOnInit()}viewerEvent({type:t,data:i}){"progress"===t?this.viewerService.loadingProgress=i:"pagesloaded"===t?this.onPdfLoaded(i):"pagechanging"===t?this.onPageChange(i):"rotatecw"===t?this.onRotationChange(i):"pageend"===t?(this.viewerService.raiseEndEvent(),this.viewerService.endPageSeen=!0,this.viewState="end"):"error"===t?this.onPdfLoadFailed(i):"INVALID_PAGE_ERROR"===t&&(this.validPage=i,this.resetValidPage()),this.cdRef.detectChanges()}resetValidPage(){setTimeout(()=>{this.validPage=!0,this.cdRef.detectChanges()},5e3)}ngOnDestroy(){this.viewerService.raiseEndEvent(),this.subscription&&this.subscription.unsubscribe(),this.viewerService.isEndEventRaised=!1,this.unlistenMouseEnter(),this.unlistenMouseLeave()}static#e=this.\u0275fac=function(i){return new(i||m)(e.Y36(h),e.Y36(v),e.Y36(e.sBO),e.Y36(e.Qsj),e.Y36(o.T_))};static#t=this.\u0275cmp=e.Xpm({type:m,selectors:[["sunbird-pdf-player"]],viewQuery:function(i,n){if(1&i&&e.Gf(x,7),2&i){let r;e.iGM(r=e.CRH())&&(n.pdfPlayerRef=r.first)}},hostBindings:function(i,n){1&i&&e.NdJ("TelemetryEvent",function(s){return n.onTelemetryEvent(s)},!1,e.evT)("beforeunload",function(){return n.ngOnDestroy()},!1,e.Jf7)},inputs:{playerConfig:"playerConfig",action:"action"},outputs:{playerEvent:"playerEvent",telemetryEvent:"telemetryEvent"},features:[e.TTD],decls:13,vars:13,consts:[[1,"sunbird-pdf-palyer-container"],["pdfPlayer",""],[3,"title","progress",4,"ngIf"],["class","sb-pdf-main-header notVisible",3,"ngClass","pageNumber","config","totalPages","actions",4,"ngIf"],["class","notVisible",3,"ngClass","sidebarMenuEvent",4,"ngIf"],[3,"pdfURL","actions","viewerEvent"],[3,"title","config","sidebarEvent",4,"ngIf"],["class","sb-pdf-reading-status",4,"ngIf"],["class","visible-only-potrait BtmNotVisible",3,"ngClass",4,"ngIf"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent",4,"ngIf"],[4,"ngIf"],["class","pagenotfound__tooltip",4,"ngIf"],[3,"title","progress"],[1,"sb-pdf-main-header","notVisible",3,"ngClass","pageNumber","config","totalPages","actions"],[1,"notVisible",3,"ngClass","sidebarMenuEvent"],[3,"title","config","sidebarEvent"],[1,"sb-pdf-reading-status"],[1,"visible-only-potrait","BtmNotVisible",3,"ngClass"],[1,"sbt-pdf-footer"],[1,"d-flex","pdf-slides",2,"float","right"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"previousAction"],[1,"d-flex","flex-ai-center","flex-jc-center",3,"nextAction"],[3,"contentName","outcomeLabel","outcome","userName","nextContent","timeSpentLabel","showExit","replayContent","exitContent","playNextContent"],[1,"pagenotfound__tooltip"],[1,"pagenotfound__icon"],[1,"pagenotfound__text"]],template:function(i,n){1&i&&(e.TgZ(0,"div",0,1),e.YNc(2,A,1,2,"sb-player-start-page",2),e.YNc(3,O,1,6,"sb-player-header",3),e.YNc(4,I,1,3,"sb-player-side-menu-icon",4),e.TgZ(5,"span")(6,"pdf-viewer",5),e.NdJ("viewerEvent",function(s){return n.viewerEvent(s)}),e.qZA()(),e.YNc(7,M,1,2,"sb-player-sidebar",6),e.YNc(8,L,4,3,"div",7),e.YNc(9,R,5,3,"div",8),e.YNc(10,D,1,7,"sb-player-end-page",9),e.YNc(11,V,1,0,"sb-player-contenterror",10),e.qZA(),e.YNc(12,B,4,0,"div",11)),2&i&&(e.xp6(2),e.Q6J("ngIf","start"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Udp("display","player"===n.viewState?"inline":"none"),e.xp6(1),e.Q6J("pdfURL",n.viewerService.src)("actions",n.viewerActions),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","player"===n.viewState),e.xp6(1),e.Q6J("ngIf","end"===n.viewState),e.xp6(1),e.Q6J("ngIf",n.showContentError),e.xp6(1),e.Q6J("ngIf",!n.validPage))},dependencies:[_.mk,_.O5,o.u_,o.ye,o.bf,o.Z2,o.Yi,o.A3,o.x0,o.vM,u],styles:['.sunbird-pdf-palyer-container[_ngcontent-%COMP%]{width:100%;height:100%;overflow:hidden;position:relative}pdf-menu[_ngcontent-%COMP%]{position:absolute;top:0;left:0;z-index:99}.notVisible[_ngcontent-%COMP%], .BtmNotVisible[_ngcontent-%COMP%]{transition:all .3s ease-in-out;position:absolute;width:100%}.notVisible[_ngcontent-%COMP%]{top:-10rem}.notVisible.isVisible[_ngcontent-%COMP%]{top:0rem}.BtmNotVisible[_ngcontent-%COMP%]{bottom:-10rem}.BtmNotVisible.isVisible[_ngcontent-%COMP%]{bottom:0rem} .pdfViewer .page{background:none!important;border-image:none!important;border:0!important} #toolbarContainer{background:none!important;height:auto!important} #viewerContainer{position:relative!important;height:calc(100% - 3rem)} .html, .body, .pdf-viewer button, .pdf-viewer input, .pdf-viewer select{font-size:inherit!important} .findbar, .secondaryToolbar, html[dir=ltr] #toolbarContainer, html[dir=rtl] #toolbarContainer{box-shadow:none!important} .zoom{min-height:inherit!important} html[dir=rtl] .sb-pdf-reading-status{left:auto;right:1rem}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%]{color:var(--gray-800);font-size:.75rem;position:absolute;left:1rem;bottom:.75rem;display:flex;align-items:center;background:var(--white);border-radius:.5rem;padding:.25em .5rem;z-index:5;line-height:normal}[_nghost-%COMP%] .sb-pdf-reading-status[_ngcontent-%COMP%] span[_ngcontent-%COMP%]{background:var(--gray-800);width:.25rem;height:.25rem;display:block;margin:0px .5rem;border-radius:50%}.sbt-pdf-footer[_ngcontent-%COMP%]{background:var(--white);position:absolute;bottom:0;width:100%;height:3rem;display:flex;align-items:center;justify-content:flex-end;padding:.75rem .5rem}@media all and (orientation: landscape){ .visible-only-potrait{display:none}}@media all and (orientation: portrait){ #viewerContainer{height:calc(100% - 6rem)!important} .visible-only-landscape{display:none} .visible-only-potrait{display:block} .visible-only-potrait .sbt-pdf-footer button.navigation-arrows:hover{border:1px solid transparent} .file-download__popup{height:15.125rem} .pdf-endpage{display:block!important;position:relative} .pdf-endpage__left-panel{margin-top:6rem} .pdf-endpage__right-panel .title-section{position:absolute;top:0;left:0;right:0}}@media all and (max-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:none}.visible-only-potrait[_ngcontent-%COMP%]{display:block}}@media all and (min-width: 640px){.visible-only-landscape[_ngcontent-%COMP%]{display:block}.visible-only-potrait[_ngcontent-%COMP%]{display:none}}.pagenotfound__tooltip[_ngcontent-%COMP%]{position:absolute;top:10%;left:50%;transform:translate(-50%);background:#333;z-index:11111;padding:.5rem 1.25rem;font-size:.875rem;color:#fff;border-radius:.25rem;display:flex;align-items:center}.pagenotfound__icon[_ngcontent-%COMP%]{width:1.375rem;height:1.375rem;margin-right:.75rem;background:white;border-radius:50%;position:relative}.pagenotfound__icon[_ngcontent-%COMP%]:after{content:"!";position:absolute;top:50%;left:50%;color:#333;font-size:18px;transform:translate(-50%,-50%)}']})}class y{constructor(t){this.injector=t}ngDoBootstrap(){const t=(0,S.iD)(m,{injector:this.injector});customElements.define("sunbird-pdf-player",t)}static#e=this.\u0275fac=function(i){return new(i||y)(e.LFG(e.zs3))};static#t=this.\u0275mod=e.oAB({type:y});static#i=this.\u0275inj=e.cJS({imports:[g.b2,_.ez,E.u5,C.JF,T.gQ]})}g.q6().bootstrapModule(y).catch(a=>console.error(a))}},f=>{f.O(0,["vendor"],()=>{return g=886,f(f.s=g);var g});f.O()}]); //# sourceMappingURL=main.js.map \ No newline at end of file