diff --git a/docs/tool-reference.md b/docs/tool-reference.md index 1c136b5a4..fccc78962 100644 --- a/docs/tool-reference.md +++ b/docs/tool-reference.md @@ -1,6 +1,6 @@ -# Chrome DevTools MCP Tool Reference (~7005 cl100k_base tokens) +# Chrome DevTools MCP Tool Reference (~7010 cl100k_base tokens) - **[Input automation](#input-automation)** (9 tools) - [`click`](#click) @@ -346,7 +346,7 @@ so returned values have to be JSON-serializable. ### `lighthouse_audit` -**Description:** Get Lighthouse score and reports for accessibility, SEO and best practices. This excludes performance. For performance audits, run [`performance_start_trace`](#performance_start_trace) +**Description:** Get Lighthouse score and reports for accessibility, SEO, best practices, and agentic browsing. This excludes performance. For performance audits, run [`performance_start_trace`](#performance_start_trace) **Parameters:** diff --git a/package-lock.json b/package-lock.json index ab4bdefa3..625bf9468 100644 --- a/package-lock.json +++ b/package-lock.json @@ -35,7 +35,7 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "globals": "^17.0.0", - "lighthouse": "13.1.0", + "lighthouse": "13.2.0", "prettier": "^3.6.2", "puppeteer": "24.42.0", "rollup": "4.60.2", @@ -559,6 +559,7 @@ "integrity": "sha512-zo37mZA9hJWpULgkRpowewez1y6ML5GsXJPY8FI0tBBCd77HEvza4jDqRKOXgHNn867PVGCyTdzqpz0izu5ZjQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@hono/node-server": "^1.19.9", "ajv": "^8.17.1", @@ -637,6 +638,7 @@ "integrity": "sha512-3giAOQvZiH5F9bMlMiv8+GSPMeqg0dbaeo58/0SlA9sxSqZhnUtxzX9/2FzyhS9sWQf5S0GJE0AKBrFqjpeYcg==", "dev": true, "license": "Apache-2.0", + "peer": true, "engines": { "node": ">=8.0.0" } @@ -660,6 +662,7 @@ "integrity": "sha512-s5vvxXPVdjqS3kTLKMeBMvop9hbWkwzBpu+mUO2M7sZtlkyDJGwFe33wRKnbaYDo8ExRVBIIdwIGrqpxHuKttA==", "dev": true, "license": "Apache-2.0", + "peer": true, "engines": { "node": ">=14" }, @@ -673,6 +676,7 @@ "integrity": "sha512-OOCM2C/QIURhJMuKaekP3TRBxBKxG/TWWA0TL2J6nXUtDnuCtccy49LUJF8xPFXMX+0LMcxFpCo8M9cGY1W6rQ==", "dev": true, "license": "Apache-2.0", + "peer": true, "dependencies": { "@opentelemetry/semantic-conventions": "1.28.0" }, @@ -699,6 +703,7 @@ "integrity": "sha512-BdBGhQBh8IjZ2oIIX6F2/Q3LKm/FDDKi6ccYKcBTeilh6SNdNKveDOLk73BkSJjQLJk6qe4Yh+hHw1UPhCDdrg==", "dev": true, "license": "Apache-2.0", + "peer": true, "dependencies": { "@opentelemetry/api-logs": "0.57.2", "@types/shimmer": "^1.2.0", @@ -1129,6 +1134,7 @@ "integrity": "sha512-5UxZqiAgLYGFjS4s9qm5mBVo433u+dSPUFWVWXmLAD4wB65oMCoXaJP1KJa9DIYYMeHu3z4BZcStG3LC593cWA==", "dev": true, "license": "Apache-2.0", + "peer": true, "dependencies": { "@opentelemetry/core": "1.30.1", "@opentelemetry/semantic-conventions": "1.28.0" @@ -1156,6 +1162,7 @@ "integrity": "sha512-jVPgBbH1gCy2Lb7X0AVQ8XAfgg0pJ4nvl8/IiQA6nxOsPvS+0zMJaFSs2ltXe0J6C8dqjcnpyqINDJmU30+uOg==", "dev": true, "license": "Apache-2.0", + "peer": true, "dependencies": { "@opentelemetry/core": "1.30.1", "@opentelemetry/resources": "1.30.1", @@ -1184,6 +1191,7 @@ "integrity": "sha512-R5R9tb2AXs2IRLNKLBJDynhkfmx7mX0vi8NkhZb3gUkPWHn6HXk5J8iQ/dql0U3ApfWym4kXXmBDRGO+oeOfjg==", "dev": true, "license": "Apache-2.0", + "peer": true, "engines": { "node": ">=14" } @@ -1205,9 +1213,9 @@ } }, "node_modules/@paulirish/trace_engine": { - "version": "0.0.61", - "resolved": "https://registry.npmjs.org/@paulirish/trace_engine/-/trace_engine-0.0.61.tgz", - "integrity": "sha512-/O08DwmUqIlJjUSPSZbNF8lWnlxaMsIOV6sS+uDKCxBd5i1psAmjEoG3JAqR6+nHD8X+YY474NW7SxUH/K+/kQ==", + "version": "0.0.64", + "resolved": "https://registry.npmjs.org/@paulirish/trace_engine/-/trace_engine-0.0.64.tgz", + "integrity": "sha512-M1krpfOXJcIQPb6TI6iA+9hHRPv3AxFNHPp/iewzUqbfPL5VnTAqkt6xyqwVGmsuQrko7nV1O3MvLZ3SXfPxbA==", "dev": true, "license": "BSD-3-Clause", "dependencies": { @@ -2301,6 +2309,7 @@ "integrity": "sha512-HDQH9O/47Dxi1ceDhBXdaldtf/WV9yRYMjbjCuNk3qnaTD564qwv61Y7+gTxwxRKzSrgO5uhtw584igXVuuZkA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@typescript-eslint/scope-manager": "8.59.1", "@typescript-eslint/types": "8.59.1", @@ -2827,6 +2836,7 @@ "integrity": "sha512-NZyJarBfL7nWwIq+FDL6Zp/yHEhePMNnnJ0y3qfieCrmNvYct8uvtiV41UvlSe6apAfk0fY1FbWx+NwfmpvtTg==", "dev": true, "license": "MIT", + "peer": true, "bin": { "acorn": "bin/acorn" }, @@ -3152,9 +3162,9 @@ } }, "node_modules/axe-core": { - "version": "4.11.2", - "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.2.tgz", - "integrity": "sha512-byD6KPdvo72y/wj2T/4zGEvvlis+PsZsn/yPS3pEO+sFpcrqRpX/TJCxvVaEsNeMrfQbCr7w163YqoD9IYwHXw==", + "version": "4.11.4", + "resolved": "https://registry.npmjs.org/axe-core/-/axe-core-4.11.4.tgz", + "integrity": "sha512-KunSNx+TVpkAw/6ULfhnx+HWRecjqZGTOyquAoWHYLRSdK1tB5Ihce1ZW+UY3fj33bYAFWPu7W/GRSmmrCGuxA==", "dev": true, "license": "MPL-2.0", "engines": { @@ -3884,7 +3894,8 @@ "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1595872.tgz", "integrity": "sha512-kRfgp8vWVjBu/fbYCiVFiOqsCk3CrMKEo3WbgGT2NXK2dG7vawWPBljixajVgGK9II8rDO9G0oD0zLt3I1daRg==", "dev": true, - "license": "BSD-3-Clause" + "license": "BSD-3-Clause", + "peer": true }, "node_modules/diff": { "version": "8.0.4", @@ -4255,6 +4266,7 @@ "integrity": "sha512-XoMjdBOwe/esVgEvLmNsD3IRHkm7fbKIUGvrleloJXUZgDHig2IPWNniv+GwjyJXzuNqVjlr5+4yVUZjycJwfQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@eslint-community/eslint-utils": "^4.8.0", "@eslint-community/regexpp": "^4.12.1", @@ -4425,6 +4437,7 @@ "integrity": "sha512-whOE1HFo/qJDyX4SnXzP4N6zOWn79WhnCUY/iDR0mPfQZO8wcYE4JClzI2oZrhBnnMUCBCHZhO6VQyoBU95mZA==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@rtsao/scc": "^1.1.0", "array-includes": "^3.1.9", @@ -4695,6 +4708,7 @@ "integrity": "sha512-hIS4idWWai69NezIdRt2xFVofaF4j+6INOpJlVOLDO8zXGpUVEVzIYk12UUi2JzjEzWL3IOAxcTubgz9Po0yXw==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "accepts": "^2.0.0", "body-parser": "^2.2.1", @@ -5471,6 +5485,7 @@ "integrity": "sha512-am5zfg3yu6sqn5yjKBNqhnTX7Cv+m00ox+7jbaKkrLMRJ4rAdldd1xPd/JzbBWspqaQv6RSTrgFN95EsfhC+7w==", "dev": true, "license": "MIT", + "peer": true, "engines": { "node": ">=16.9.0" } @@ -6340,19 +6355,19 @@ } }, "node_modules/lighthouse": { - "version": "13.1.0", - "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-13.1.0.tgz", - "integrity": "sha512-H3Qi4fJBXbaCTdE3XzdONq6kH5wMoG4v5sv+1BgG4H+0nivSo35eTp/yryHEU7G4xepUJmmlvjS10OWGHFwU+Q==", + "version": "13.2.0", + "resolved": "https://registry.npmjs.org/lighthouse/-/lighthouse-13.2.0.tgz", + "integrity": "sha512-Ra4GsuF+iPRMPUUAARD+zqFMLatr8lI9U3FnFaftsTAcIsi++oAXszlgrcFTpkJk7HYdYQRnhn57EuYUPgQCkQ==", "dev": true, "license": "Apache-2.0", "dependencies": { - "@paulirish/trace_engine": "0.0.61", + "@paulirish/trace_engine": "0.0.64", "@sentry/node": "^9.28.1", - "axe-core": "^4.11.2", + "axe-core": "^4.11.4", "chrome-launcher": "^1.2.1", "configstore": "^7.0.0", "csp_evaluator": "1.1.5", - "devtools-protocol": "0.0.1608973", + "devtools-protocol": "0.0.1621552", "enquirer": "^2.3.6", "http-link-header": "^1.1.1", "intl-messageformat": "^10.5.3", @@ -6363,12 +6378,12 @@ "lodash-es": "^4.17.21", "lookup-closest-locale": "6.2.0", "open": "^8.4.0", - "puppeteer-core": "^24.40.0", + "puppeteer-core": "^24.42.0", "robots-parser": "^3.0.1", "speedline-core": "^1.4.3", "third-party-web": "^0.29.0", - "tldts-icann": "^7.0.27", - "web-features": "^3.21.0", + "tldts-icann": "^7.0.29", + "web-features": "^3.25.0", "ws": "^7.0.0", "yargs": "^17.3.1", "yargs-parser": "^21.0.0" @@ -6426,9 +6441,9 @@ } }, "node_modules/lighthouse/node_modules/devtools-protocol": { - "version": "0.0.1608973", - "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1608973.tgz", - "integrity": "sha512-Tpm17fxYzt+J7VrGdc1k8YdRqS3YV7se/M6KeemEqvUbq/n7At1rWVuXMxQgpWkdwSdIEKYbU//Bve+Shm4YNQ==", + "version": "0.0.1621552", + "resolved": "https://registry.npmjs.org/devtools-protocol/-/devtools-protocol-0.0.1621552.tgz", + "integrity": "sha512-uaHF17cjNtGKOVZUoh8W0PGuEwR3pWzY5kz3sj7PK8N/SyBKG3cPnQIehVDDJkSdph6Omv+GlP7GdM/b4DTgJQ==", "dev": true, "license": "BSD-3-Clause" }, @@ -7731,6 +7746,7 @@ "integrity": "sha512-J9qZyW++QK/09NyN/zeO0dG/1GdGfyp9lV8ajHnRVLfo/uFsbji5mHnDgn/qYdUHyCkM2N+8VyspgZclfAh0eQ==", "dev": true, "license": "MIT", + "peer": true, "dependencies": { "@types/estree": "1.0.8" }, @@ -8685,20 +8701,20 @@ } }, "node_modules/tldts-core": { - "version": "7.0.28", - "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.28.tgz", - "integrity": "sha512-7W5Efjhsc3chVdFhqtaU0KtK32J37Zcr9RKtID54nG+tIpcY79CQK/veYPODxtD/LJ4Lue66jvrQzIX2Z2/pUQ==", + "version": "7.0.29", + "resolved": "https://registry.npmjs.org/tldts-core/-/tldts-core-7.0.29.tgz", + "integrity": "sha512-W99NuU7b1DcG3uJ3v9k9VztCH3WialNbBkBft5wCs8V8mexu0XQqaZEYb9l9RNNzK8+3EJ9PKWB0/RUtTQ/o+Q==", "dev": true, "license": "MIT" }, "node_modules/tldts-icann": { - "version": "7.0.28", - "resolved": "https://registry.npmjs.org/tldts-icann/-/tldts-icann-7.0.28.tgz", - "integrity": "sha512-brkN3yIgYTzBpSxB71XYBwUMDgutmKmA+6TWzgGD/EPcvCc6LHMTRaYj9ik1u3BxhSW53qIK/7cgjA2rF7BgbA==", + "version": "7.0.29", + "resolved": "https://registry.npmjs.org/tldts-icann/-/tldts-icann-7.0.29.tgz", + "integrity": "sha512-+nmAzuVPQO6j50dVE1/c8tnTGEyvvfU1+/6EWF1C6YZQ2M+qH/LfIet0pWHFkKphZIOvjQHdk2NqLKduGTjRDA==", "dev": true, "license": "MIT", "dependencies": { - "tldts-core": "^7.0.28" + "tldts-core": "^7.0.29" } }, "node_modules/toidentifier": { @@ -8886,6 +8902,7 @@ "integrity": "sha512-y2TvuxSZPDyQakkFRPZHKFm+KKVqIisdg9/CZwm9ftvKXLP8NRWj38/ODjNbr43SsoXqNuAisEf1GdCxqWcdBw==", "dev": true, "license": "Apache-2.0", + "peer": true, "bin": { "tsc": "bin/tsc", "tsserver": "bin/tsserver" @@ -8961,6 +8978,7 @@ "dev": true, "hasInstallScript": true, "license": "MIT", + "peer": true, "dependencies": { "napi-postinstall": "^0.3.0" }, @@ -9017,9 +9035,9 @@ } }, "node_modules/web-features": { - "version": "3.22.1", - "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.22.1.tgz", - "integrity": "sha512-aHlGO8NhNf19aQH5yWd6gFMEWZZh0W91bRMBlNLTaEASF0Ko1Rm4KnY/9rV69lYd9LyQTaJQBVae4PtDxfFJdg==", + "version": "3.25.0", + "resolved": "https://registry.npmjs.org/web-features/-/web-features-3.25.0.tgz", + "integrity": "sha512-p4feOVUn9DU/xUdcGcM+GLWY1OPDXaTWbPNvI1jqPRg+UTQEl4RzEiRtLw1IBd5GE/XApcOYXr7ZRuWw6DR2MA==", "dev": true, "license": "Apache-2.0" }, @@ -9377,6 +9395,7 @@ "integrity": "sha512-gzUt/qt81nXsFGKIFcC3YnfEAx5NkunCfnDlvuBSSFS02bcXu4Lmea0AFIUwbLWxWPx3d9p8S5QoaujKcNQxcQ==", "dev": true, "license": "MIT", + "peer": true, "funding": { "url": "https://github.com/sponsors/colinhacks" } diff --git a/package.json b/package.json index 9371dcf61..eee8d9e72 100644 --- a/package.json +++ b/package.json @@ -69,7 +69,7 @@ "eslint-import-resolver-typescript": "^4.4.4", "eslint-plugin-import": "^2.32.0", "globals": "^17.0.0", - "lighthouse": "13.1.0", + "lighthouse": "13.2.0", "prettier": "^3.6.2", "puppeteer": "24.42.0", "rollup": "4.60.2", diff --git a/src/bin/chrome-devtools-cli-options.ts b/src/bin/chrome-devtools-cli-options.ts index e2da50adb..88ed73646 100644 --- a/src/bin/chrome-devtools-cli-options.ts +++ b/src/bin/chrome-devtools-cli-options.ts @@ -397,7 +397,7 @@ export const commands: Commands = { }, lighthouse_audit: { description: - 'Get Lighthouse score and reports for accessibility, SEO and best practices. This excludes performance. For performance audits, run performance_start_trace', + 'Get Lighthouse score and reports for accessibility, SEO, best practices, and agentic browsing. This excludes performance. For performance audits, run performance_start_trace', category: 'Debugging', args: { mode: { diff --git a/src/third_party/LIGHTHOUSE_MCP_BUNDLE_THIRD_PARTY_NOTICES b/src/third_party/LIGHTHOUSE_MCP_BUNDLE_THIRD_PARTY_NOTICES index 6a4b11072..d10bb5e95 100644 --- a/src/third_party/LIGHTHOUSE_MCP_BUNDLE_THIRD_PARTY_NOTICES +++ b/src/third_party/LIGHTHOUSE_MCP_BUNDLE_THIRD_PARTY_NOTICES @@ -120,7 +120,7 @@ SOFTWARE. Name: axe-core URL: https://www.deque.com/axe/ -Version: 4.11.2 +Version: 4.11.4 License: MPL-2.0 Mozilla Public License, version 2.0 @@ -1556,7 +1556,7 @@ SOFTWARE. Name: puppeteer-core URL: https://github.com/puppeteer/puppeteer/tree/main/packages/puppeteer-core -Version: 24.40.0 +Version: 24.42.0 License: Apache-2.0 -------------------- DEPENDENCY DIVIDER -------------------- @@ -1622,7 +1622,7 @@ SOFTWARE. Name: tldts-core URL: https://github.com/remusao/tldts#readme -Version: 7.0.27 +Version: 7.0.29 License: MIT Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson @@ -1644,7 +1644,7 @@ FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTH Name: tldts-icann URL: https://github.com/remusao/tldts#readme -Version: 7.0.27 +Version: 7.0.29 License: MIT Copyright (c) 2017 Thomas Parisot, 2018 Rémi Berson @@ -1686,7 +1686,7 @@ PERFORMANCE OF THIS SOFTWARE. Name: web-features URL: git+https://github.com/web-platform-dx/web-features.git -Version: 3.21.0 +Version: 3.25.0 License: Apache-2.0 Apache License diff --git a/src/third_party/index.ts b/src/third_party/index.ts index 7cf50217c..0c8e3fa3e 100644 --- a/src/third_party/index.ts +++ b/src/third_party/index.ts @@ -59,16 +59,19 @@ import { snapshot as snapshotImpl, navigation as navigationImpl, generateReport as generateReportImpl, + agenticBrowsingConfig as agenticBrowsingConfigImpl, } from './lighthouse-devtools-mcp-bundle.js'; +export const agenticBrowsingConfig = agenticBrowsingConfigImpl; + export const snapshot = snapshotImpl as ( page: Page, - options: {flags?: Flags}, + options: {flags?: Flags; config?: object}, ) => Promise; export const navigation = navigationImpl as ( page: Page, url: string, - options: {flags?: Flags}, + options: {flags?: Flags; config?: object}, ) => Promise; export const generateReport = generateReportImpl as ( lhr: Result, diff --git a/src/third_party/lighthouse-devtools-mcp-bundle.js b/src/third_party/lighthouse-devtools-mcp-bundle.js index c8fc25734..8916e1253 100644 --- a/src/third_party/lighthouse-devtools-mcp-bundle.js +++ b/src/third_party/lighthouse-devtools-mcp-bundle.js @@ -1,5 +1,5 @@ /** - * Lighthouse v13.0.3-36-gb32848263 (Apr 20 2026) + * Lighthouse v13.1.0-25-ga160d341f (May 01 2026) * * Automated auditing, performance metrics, and best practices for the web. * @@ -4507,6 +4507,80 @@ var init_audit = __esm({ } }); +// core/scoring.js +var clampTo2Decimals2, ReportScoring; +var init_scoring = __esm({ + "core/scoring.js"() { + "use strict"; + init_process_global(); + init_audit(); + /** + * @license + * Copyright 2018 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + clampTo2Decimals2 = /* @__PURE__ */ __name((val) => Math.round(val * 100) / 100, "clampTo2Decimals"); + ReportScoring = class _ReportScoring { + static { + __name(this, "ReportScoring"); + } + /** + * Computes the weighted-average of the score of the list of items. + * @param {Array<{score: number|null, weight: number}>} items + * @return {number|null} + */ + static arithmeticMean(items) { + items = items.filter((item) => item.weight > 0); + if (items.some((item) => item.score === null)) return null; + const results = items.reduce( + (result, item) => { + const score = item.score; + const weight = item.weight; + return { + weight: result.weight + weight, + sum: result.sum + /** @type {number} */ + score * weight + }; + }, + { weight: 0, sum: 0 } + ); + return clampTo2Decimals2(results.sum / results.weight || 0); + } + /** + * Returns the report JSON object with computed scores. + * @param {Object} configCategories + * @param {Object>} resultsByAuditId + * @return {Object>} + */ + static scoreAllCategories(configCategories, resultsByAuditId) { + const scoredCategories = {}; + for (const [categoryId, configCategory] of Object.entries(configCategories)) { + const auditRefs = configCategory.auditRefs.map((configMember) => { + const member = { ...configMember }; + const result = resultsByAuditId[member.id]; + if (result.scoreDisplayMode === Audit.SCORING_MODES.NOT_APPLICABLE || result.scoreDisplayMode === Audit.SCORING_MODES.INFORMATIVE || result.scoreDisplayMode === Audit.SCORING_MODES.MANUAL) { + member.weight = 0; + } + return member; + }); + const scores = auditRefs.map((auditRef) => ({ + score: resultsByAuditId[auditRef.id].score, + weight: auditRef.weight + })); + const score = _ReportScoring.arithmeticMean(scores); + scoredCategories[categoryId] = { + ...configCategory, + auditRefs, + id: categoryId, + score + }; + } + return scoredCategories; + } + }; + } +}); + // node_modules/intl-messageformat/node_modules/tslib/tslib.es6.mjs var tslib_es6_exports = {}; __export(tslib_es6_exports, { @@ -9628,10 +9702,10 @@ var init_type_verifiers = __esm({ } }); -// replace-modules:/Users/alexrudenko/src/lighthouse/shared/localization/locales.js +// replace-modules:/usr/local/google/home/lusazhan/Git/lighthouse/shared/localization/locales.js var locales; var init_locales = __esm({ - "replace-modules:/Users/alexrudenko/src/lighthouse/shared/localization/locales.js"() { + "replace-modules:/usr/local/google/home/lusazhan/Git/lighthouse/shared/localization/locales.js"() { init_process_global(); locales = {}; } @@ -9844,7 +9918,7 @@ var init_format = __esm({ }; LOCALE_MESSAGES = locales; DEFAULT_LOCALE = "en-US"; - CANONICAL_LOCALES = ["ar-XB.json", "ar.json", "bg.json", "ca.json", "cs.json", "da.json", "de.json", "el.json", "en-GB.json", "en-US.json", "en-XA.json", "en-XL.json", "es-419.json", "es.json", "fi.json", "fil.json", "fr.json", "he.json", "hi.json", "hr.json", "hu.json", "id.json", "it.json", "ja.json", "ko.json", "lt.json", "lv.json", "nl.json", "no.json", "pl.json", "pt-PT.json", "pt.json", "ro.json", "ru.json", "sk.json", "sl.json", "sr-Latn.json", "sr.json", "sv.json", "ta.json", "te.json", "th.json", "tr.json", "uk.json", "vi.json", "zh-HK.json", "zh-TW.json", "zh.json"].filter((basename) => basename.endsWith(".json") && !basename.endsWith(".ctc.json")).map((locale) => locale.replace(".json", "")).sort(); + CANONICAL_LOCALES = ["ar-XB.json", "ar.json", "bg.json", "ca.json", "cs.json", "da.json", "de.json", "el.json", "en-GB.json", "en-US.ctc.json", "en-US.json", "en-XA.json", "en-XL.ctc.json", "en-XL.json", "es-419.json", "es.json", "fi.json", "fil.json", "fr.json", "he.json", "hi.json", "hr.json", "hu.json", "id.json", "it.json", "ja.json", "ko.json", "lt.json", "lv.json", "nl.json", "no.json", "pl.json", "pt-PT.json", "pt.json", "ro.json", "ru.json", "sk.json", "sl.json", "sr-Latn.json", "sr.json", "sv.json", "ta.json", "te.json", "th.json", "tr.json", "uk.json", "vi.json", "zh-HK.json", "zh-TW.json", "zh.json"].filter((basename) => basename.endsWith(".json") && !basename.endsWith(".ctc.json")).map((locale) => locale.replace(".json", "")).sort(); MESSAGE_I18N_ID_REGEX = / | [^\s]+$/; formats = { number: { @@ -9887,7 +9961,7 @@ var require_amp = __commonJS({ "node_modules/lighthouse-stack-packs/packs/amp.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve image loading by using WebP in the context of AMP. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "modern-image-formats": "Consider displaying all [`amp-img`](https://amp.dev/documentation/components/amp-img/?format=websites) components in WebP formats while specifying an appropriate fallback for other browsers. [Learn more](https://amp.dev/documentation/components/amp-img/#example:-specifying-a-fallback-image).", /** Additional description of a Lighthouse audit that tells the user how images are automatically lazy loaded for the AMP framewok. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ @@ -9905,7 +9979,7 @@ var require_amp = __commonJS({ id: "amp", title: "AMP", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -9915,7 +9989,7 @@ var require_angular = __commonJS({ "node_modules/lighthouse-stack-packs/packs/angular.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve site loading performance by reducing the total bytes delivered by their page in the context of the Angular framework. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "total-byte-weight": "Apply [route-level code splitting](https://web.dev/route-level-code-splitting-in-angular/) to minimize the size of your JavaScript bundles. Also, consider precaching assets with the [Angular service worker](https://web.dev/precaching-with-the-angular-service-worker/).", /** Additional description of a Lighthouse audit that tells the user how they can improve performance by minifying their CSS and JS files in the context of the Angular framework. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ @@ -9933,7 +10007,7 @@ var require_angular = __commonJS({ id: "angular", title: "Angular", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -9943,7 +10017,7 @@ var require_drupal = __commonJS({ "node_modules/lighthouse-stack-packs/packs/drupal.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve performance by removing unused CSS, in the context of the `Drupal` CMS platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "unused-css-rules": "Consider removing unused CSS rules and only attach the needed `Drupal` libraries to the relevant page or component in a page. See the [`Drupal` documentation](https://www.drupal.org/docs/develop/theming-drupal/adding-assets-css-js-to-a-drupal-theme-via-librariesyml#define) for details. To identify attached libraries that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage) in Chrome DevTools. You can identify the theme/module responsible from the URL of the stylesheet when CSS aggregation is disabled in your `Drupal` site. Look out for themes/modules that have many stylesheets in the list which have a lot of red in code coverage. A theme/module should only attach a stylesheet library if it is actually used on the page.", /** Additional description of a Lighthouse audit that tells the user how they can improve image loading by using webp in the context of the `Drupal` CMS platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ @@ -9983,7 +10057,7 @@ var require_drupal = __commonJS({ id: "drupal", title: "Drupal", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -9993,7 +10067,7 @@ var require_ezoic = __commonJS({ "node_modules/lighthouse-stack-packs/packs/ezoic.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit for a third-party framework called `Ezoic`. This is displayed after a user expands the section to see more. No character length limits. Ezoic Leap is Ezoic's site speed improvement toolset. Remove Unused CSS is a setting name. */ "unused-css-rules": "Use [Ezoic Leap](https://pubdash.ezoic.com/leap) and enable `Remove Unused CSS` to help with this issue. It will identify the CSS classes that are actually used on each page of your site, and remove any others to keep the file size small.", /** Additional description of a Lighthouse audit for a third-party framework called `Ezoic`. This is displayed after a user expands the section to see more. No character length limits. Ezoic Leap is Ezoic's site speed improvement toolset. Next-Gen Formats is a setting name.*/ @@ -10025,7 +10099,7 @@ var require_ezoic = __commonJS({ id: "ezoic", title: "Ezoic", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10035,7 +10109,7 @@ var require_gatsby = __commonJS({ "node_modules/lighthouse-stack-packs/packs/gatsby.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can remove unused CSS rules by configuring the Gatsby plugin `gatsby-plugin-purgecss` which sets up PurgeCSS */ "unused-css-rules": "Use the `PurgeCSS` `Gatsby` plugin to remove unused rules from stylesheets. [Learn more](https://purgecss.com/plugins/gatsby.html).", /** Additional description of a Lighthouse audit that tells the user to use the gatsby-plugin-image component to automatically optimize image format */ @@ -10059,7 +10133,7 @@ var require_gatsby = __commonJS({ id: "gatsby", title: "Gatsby", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10076,7 +10150,7 @@ var require_joomla = __commonJS({ */ var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve performance by removing unused CSS, in the context of the Joomla CMS platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "unused-css-rules": "Consider reducing, or switching, the number of [Joomla extensions](https://extensions.joomla.org/) loading unused CSS in your page. To identify extensions that are adding extraneous CSS, try running [code coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the stylesheet. Look out for plugins that have many stylesheets in the list which have a lot of red in code coverage. A plugin should only enqueue a stylesheet if it is actually used on the page.", /** Additional description of a Lighthouse audit that tells the user how they can improve image loading by using webp in the context of the Joomla CMS platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ @@ -10110,7 +10184,7 @@ var require_joomla = __commonJS({ id: "joomla", title: "Joomla", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10120,7 +10194,7 @@ var require_magento = __commonJS({ "node_modules/lighthouse-stack-packs/packs/magento.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve image loading by using webp in the context of the Magento platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "modern-image-formats": "Consider searching the [Magento Marketplace](https://marketplace.magento.com/catalogsearch/result/?q=webp) for a variety of third-party extensions to leverage newer image formats.", /** Additional description of a Lighthouse audit that tells the user how they can improve performance by lazy loading images that are initially offscreen in the context of the Magento platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ @@ -10150,7 +10224,7 @@ var require_magento = __commonJS({ id: "magento", title: "Magento", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10161,7 +10235,7 @@ var require_next = __commonJS({ init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can remove unusused CSS rules by configuring a plugin named PurgeCSS. */ "unused-css-rules": "Consider setting up `PurgeCSS` in `Next.js` configuration to remove unused rules from stylesheets. [Learn more](https://purgecss.com/guides/next.html).", /** Additional description of a Lighthouse audit that tells the user to use the next/image component to automatically optimize image format. */ @@ -10191,7 +10265,7 @@ var require_next = __commonJS({ id: "next.js", title: "Next.js", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10203,7 +10277,7 @@ var require_nitropack = __commonJS({ var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit for a third-party framework called `NitroPack`. This is displayed after a user expands the section to see more. No character length limits. `Reduce Unused CSS` is the name of a feature and becomes link text to additional documentation.*/ "unused-css-rules": "Enable [`Reduce Unused CSS`](https://support.nitropack.io/hc/en-us/articles/360020418457-Reduce-Unused-CSS) to remove CSS rules that are not applicable to this page.", /** Additional description of a Lighthouse audit for a third-party framework called `NitroPack`. This is displayed after a user expands the section to see more. No character length limits. `Image Optimization` is the name of a feature and becomes link text to additional documentation. `WebP` is the name of a standardized image format for the web.*/ @@ -10233,7 +10307,7 @@ var require_nitropack = __commonJS({ id: "nitropack", title: "NitroPack", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10243,7 +10317,7 @@ var require_nuxt = __commonJS({ "node_modules/lighthouse-stack-packs/packs/nuxt.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to serve modern formats like WebP. */ "modern-image-formats": 'Use the `nuxt/image` component and set `format="webp"`. [Learn more](https://image.nuxt.com/usage/nuxt-img#format).', /** Additional description of a Lighthouse audit that tells the user to use the nuxt/image component to defer loading images which are not shown on screen. */ @@ -10261,7 +10335,7 @@ var require_nuxt = __commonJS({ id: "nuxt", title: "Nuxt", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10271,7 +10345,7 @@ var require_octobercms = __commonJS({ "node_modules/lighthouse-stack-packs/packs/octobercms.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve performance by removing unused CSS, in the context of the October CMS platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "unused-css-rules": "Consider reviewing the [plugins](https://octobercms.com/plugins) loading unused CSS on the website. To identify plugins that add unnecessary CSS, run [code coverage](https://developers.google.com/web/updates/2017/04/devtools-release-notes#coverage) in Chrome DevTools. Identify the theme/plugin responsible from the stylesheet URL. Look for plugins with many stylesheets with lots of red in code coverage. A plugin should only add a stylesheet if it is actually used on the web page.", /** Additional description of a Lighthouse audit that tells the user how they can improve image loading by using webp in the context of the October CMS platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ @@ -10305,7 +10379,7 @@ var require_octobercms = __commonJS({ id: "octobercms", title: "October CMS", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10317,7 +10391,7 @@ var require_react = __commonJS({ var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve performance by minifying their CSS files in the context of the React library. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "unminified-css": "If your build system minifies CSS files automatically, ensure that you are deploying the production build of your application. You can check this with the React Developer Tools extension. [Learn more](https://reactjs.org/docs/optimizing-performance.html#use-the-production-build).", /** Additional description of a Lighthouse audit that tells the user how they can improve performance by minifying their Javascript files in the context of the React library. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ @@ -10337,7 +10411,7 @@ var require_react = __commonJS({ id: "react", title: "React", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10348,7 +10422,7 @@ var require_wix = __commonJS({ init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user to optimize image formats, in the context of the Wix CMS platform. */ "modern-image-formats": "Upload images using `Wix Media Manager` to ensure they are automatically served as WebP. Find [more ways to optimize](https://support.wix.com/en/article/site-performance-optimizing-your-media) your site's media.", /** Additional description of a Lighthouse audit that tells the user to defer loading of non-critical third-party libraries, in the context of the Wix CMS platform. */ @@ -10364,7 +10438,7 @@ var require_wix = __commonJS({ id: "wix", title: "Wix", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10374,7 +10448,7 @@ var require_wordpress = __commonJS({ "node_modules/lighthouse-stack-packs/packs/wordpress.js"(exports2, module2) { init_process_global(); var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit that tells the user how they can improve performance by removing unused CSS, in the context of the Wordpress CMS platform. This is displayed after a user expands the section to see more. No character length limits. 'Learn More' becomes link text to additional documentation. */ "unused-css-rules": "Consider reducing, or switching, the number of [WordPress plugins](https://wordpress.org/plugins/) loading unused CSS in your page. To identify plugins that are adding extraneous CSS, try running [code coverage](https://developer.chrome.com/docs/devtools/coverage/) in Chrome DevTools. You can identify the theme/plugin responsible from the URL of the stylesheet. Look out for plugins that have many stylesheets in the list which have a lot of red in code coverage. A plugin should only enqueue a stylesheet if it is actually used on the page.", /** Additional description of a Lighthouse audit that tells the user how they can improve image loading by using webp in the context of the Wordpress CMS platform. This is displayed after a user expands the section to see more. No character length limits. */ @@ -10408,7 +10482,7 @@ var require_wordpress = __commonJS({ id: "wordpress", title: "WordPress", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10420,7 +10494,7 @@ var require_wp_rocket = __commonJS({ var icon = `data:image/svg+xml,`; - var UIStrings130 = { + var UIStrings137 = { /** Additional description of a Lighthouse audit for a third-party framework called 'WP Rocket'. This is displayed after a user expands the section to see more. No character length limits. Remove Unused CSS is a name of the feature */ "unused-css-rules": `Enable [Remove Unused CSS](https://docs.wp-rocket.me/article/1529-remove-unused-css) in 'WP Rocket' to fix this issue. It reduces page size by removing all CSS and stylesheets that are not used while keeping only the used CSS for each page.`, /** Additional description of a Lighthouse audit for a third-party framework called 'WP Rocket'. This is displayed after a user expands the section to see more. No character length limits. `Imagify` is an image optimization add-on */ @@ -10446,7 +10520,7 @@ var require_wp_rocket = __commonJS({ id: "wp-rocket", title: "WP Rocket", icon, - UIStrings: UIStrings130 + UIStrings: UIStrings137 }; } }); @@ -10512,7 +10586,7 @@ var init_root2 = __esm({ pkg = JSON.parse(`{ "name": "lighthouse", "type": "module", - "version": "13.1.0", + "version": "13.2.0", "description": "Automated auditing, performance metrics, and best practices for the web.", "main": "./core/index.js", "bin": { @@ -10652,7 +10726,7 @@ var init_root2 = __esm({ "builtin-modules": "^3.3.0", "c8": "^7.11.3", "chalk": "^2.4.1", - "chrome-devtools-frontend": "1.0.1608453", + "chrome-devtools-frontend": "1.0.1621678", "colors": "^1.4.0", "concurrently": "^9.2.1", "conventional-changelog-cli": "^2.1.1", @@ -10681,7 +10755,7 @@ var init_root2 = __esm({ "pako": "^2.1.0", "preact": "^10.7.2", "pretty-json-stringify": "^0.0.2", - "puppeteer": "^24.40.0", + "puppeteer": "^24.42.0", "resolve": "^1.22.10", "rollup-plugin-polyfill-node": "^0.12.0", "source-map-support": "^0.5.21", @@ -10695,11 +10769,11 @@ var init_root2 = __esm({ "dependencies": { "@paulirish/trace_engine": "0.0.64", "@sentry/node": "^9.28.1", - "axe-core": "^4.11.2", + "axe-core": "^4.11.4", "chrome-launcher": "^1.2.1", "configstore": "^7.0.0", "csp_evaluator": "1.1.5", - "devtools-protocol": "0.0.1608973", + "devtools-protocol": "0.0.1621552", "enquirer": "^2.3.6", "http-link-header": "^1.1.1", "intl-messageformat": "^10.5.3", @@ -10710,19 +10784,19 @@ var init_root2 = __esm({ "lodash-es": "^4.17.21", "lookup-closest-locale": "6.2.0", "open": "^8.4.0", - "puppeteer-core": "^24.40.0", + "puppeteer-core": "^24.42.0", "robots-parser": "^3.0.1", "speedline-core": "^1.4.3", "third-party-web": "^0.29.0", - "tldts-icann": "^7.0.27", - "web-features": "^3.21.0", + "tldts-icann": "^7.0.29", + "web-features": "^3.25.0", "ws": "^7.0.0", "yargs": "^17.3.1", "yargs-parser": "^21.0.0" }, "resolutions": { - "puppeteer/**/devtools-protocol": "0.0.1608973", - "puppeteer-core/**/devtools-protocol": "0.0.1608973" + "puppeteer/**/devtools-protocol": "0.0.1621552", + "puppeteer-core/**/devtools-protocol": "0.0.1621552" }, "repository": "GoogleChrome/lighthouse", "keywords": [ @@ -10905,6 +10979,126 @@ var init_i18n = __esm({ } }); +// core/lib/stack-packs.js +function getStackPacks(pageStacks) { + if (!pageStacks) return []; + const packs = []; + for (const pageStack of pageStacks) { + const stackPackToIncl = stackPacksToInclude.find((stackPackToIncl2) => stackPackToIncl2.requiredStacks.includes(`${pageStack.detector}:${pageStack.id}`)); + if (!stackPackToIncl) { + continue; + } + const matchedPack = import_lighthouse_stack_packs.default.find((pack) => pack.id === stackPackToIncl.packId); + if (!matchedPack) { + lighthouse_logger_default.warn( + "StackPacks", + `'${stackPackToIncl.packId}' stack pack was matched but is not found in stack-packs lib` + ); + continue; + } + const str_116 = createIcuMessageFn( + `node_modules/lighthouse-stack-packs/packs/${matchedPack.id}.js`, + matchedPack.UIStrings + ); + const descriptions = {}; + const UIStrings137 = matchedPack.UIStrings; + for (const key in UIStrings137) { + if (UIStrings137[key]) { + descriptions[key] = str_116(UIStrings137[key]); + } + } + packs.push({ + id: matchedPack.id, + title: matchedPack.title, + iconDataURL: matchedPack.icon, + descriptions + }); + } + return packs.sort((a, b) => { + const aVal = stackPacksToInclude.findIndex((p) => p.packId === a.id); + const bVal = stackPacksToInclude.findIndex((p) => p.packId === b.id); + return aVal - bVal; + }); +} +var import_lighthouse_stack_packs, stackPacksToInclude; +var init_stack_packs = __esm({ + "core/lib/stack-packs.js"() { + "use strict"; + init_process_global(); + init_lighthouse_logger(); + import_lighthouse_stack_packs = __toESM(require_lighthouse_stack_packs(), 1); + init_i18n(); + /** + * @license + * Copyright 2019 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + stackPacksToInclude = [ + { + packId: "gatsby", + requiredStacks: ["js:gatsby"] + }, + { + packId: "wordpress", + requiredStacks: ["js:wordpress"] + }, + { + packId: "wix", + requiredStacks: ["js:wix"] + }, + { + packId: "wp-rocket", + requiredStacks: ["js:wp-rocket"] + }, + { + packId: "ezoic", + requiredStacks: ["js:ezoic"] + }, + { + packId: "drupal", + requiredStacks: ["js:drupal"] + }, + { + packId: "nitropack", + requiredStacks: ["js:nitropack"] + }, + { + packId: "amp", + requiredStacks: ["js:amp"] + }, + { + packId: "magento", + requiredStacks: ["js:magento"] + }, + { + packId: "octobercms", + requiredStacks: ["js:octobercms"] + }, + { + packId: "joomla", + requiredStacks: ["js:joomla"] + }, + { + packId: "next.js", + requiredStacks: ["js:next"] + }, + { + packId: "nuxt", + requiredStacks: ["js:nuxt"] + }, + { + packId: "angular", + requiredStacks: ["js:angular"] + }, + { + packId: "react", + requiredStacks: ["js:react"] + } + ]; + __name(getStackPacks, "getStackPacks"); + } +}); + // node_modules/@paulirish/trace_engine/models/trace/lantern/core/LanternError.js var LanternError; var init_LanternError = __esm({ @@ -14329,8 +14523,8 @@ __export(Configuration_exports, { configToCacheKey: () => configToCacheKey, defaults: () => defaults }); -function configToCacheKey(config4) { - return JSON.stringify(config4); +function configToCacheKey(config5) { + return JSON.stringify(config5); } var defaults; var init_Configuration = __esm({ @@ -17140,10 +17334,10 @@ function findPreviousEventBeforeTimestamp(candidates, ts) { const index = ArrayUtilities_exports.nearestIndexFromEnd(candidates, (candidate) => candidate.ts < ts); return index === null ? null : candidates[index]; } -function forEachEvent(events, config4) { - const globalStartTime = config4.startTime ?? Timing_exports.Micro(0); - const globalEndTime = config4.endTime || Timing_exports.Micro(Infinity); - const ignoreAsyncEvents = config4.ignoreAsyncEvents === false ? false : true; +function forEachEvent(events, config5) { + const globalStartTime = config5.startTime ?? Timing_exports.Micro(0); + const globalEndTime = config5.endTime || Timing_exports.Micro(Infinity); + const ignoreAsyncEvents = config5.ignoreAsyncEvents === false ? false : true; const stack = []; const startEventIndex = topLevelEventIndexEndingAfter(events, globalStartTime); for (let i = startEventIndex; i < events.length; i++) { @@ -17163,24 +17357,24 @@ function forEachEvent(events, config4) { let lastEventEndTime = lastEventOnStack ? eventTimingsMicroSeconds(lastEventOnStack).endTime : null; while (lastEventOnStack && lastEventEndTime && lastEventEndTime <= currentEventTimings.startTime) { stack.pop(); - config4.onEndEvent(lastEventOnStack); + config5.onEndEvent(lastEventOnStack); lastEventOnStack = stack.at(-1); lastEventEndTime = lastEventOnStack ? eventTimingsMicroSeconds(lastEventOnStack).endTime : null; } - if (config4.eventFilter && !config4.eventFilter(currentEvent)) { + if (config5.eventFilter && !config5.eventFilter(currentEvent)) { continue; } if (currentEventTimings.duration) { - config4.onStartEvent(currentEvent); + config5.onStartEvent(currentEvent); stack.push(currentEvent); - } else if (config4.onInstantEvent) { - config4.onInstantEvent(currentEvent); + } else if (config5.onInstantEvent) { + config5.onInstantEvent(currentEvent); } } while (stack.length) { const last = stack.pop(); if (last) { - config4.onEndEvent(last); + config5.onEndEvent(last); } } } @@ -18080,8 +18274,8 @@ function reset() { animationFramePresentations = /* @__PURE__ */ new Map(); isEnabled = false; } -function handleUserConfig(config4) { - isEnabled = config4.enableAnimationsFrameHandler; +function handleUserConfig(config5) { + isEnabled = config5.enableAnimationsFrameHandler; } function handleEvent(event) { if (!isEnabled) { @@ -23772,6 +23966,7 @@ var init_ModelHandlers = __esm({ }); // node_modules/@paulirish/trace_engine/models/trace/handlers/types.js +var types_exports3 = {}; var init_types3 = __esm({ "node_modules/@paulirish/trace_engine/models/trace/handlers/types.js"() { init_process_global(); @@ -23779,6 +23974,13 @@ var init_types3 = __esm({ }); // node_modules/@paulirish/trace_engine/models/trace/handlers/handlers.js +var handlers_exports = {}; +__export(handlers_exports, { + Helpers: () => helpers_exports, + ModelHandlers: () => ModelHandlers_exports, + Threads: () => Threads_exports, + Types: () => types_exports3 +}); var init_handlers = __esm({ "node_modules/@paulirish/trace_engine/models/trace/handlers/handlers.js"() { init_process_global(); @@ -30617,6 +30819,12 @@ var init_LanternComputationData = __esm({ }); // node_modules/@paulirish/trace_engine/models/trace/Processor.js +var Processor_exports = {}; +__export(Processor_exports, { + TraceParseProgressEvent: () => TraceParseProgressEvent, + TraceProcessor: () => TraceProcessor2, + sortHandlers: () => sortHandlers +}); function calculateProgress(value, phase) { if (phase === 0.8) { return value * (0.8 - 0.2) + 0.2; @@ -31201,6 +31409,34 @@ var init_lantern2 = __esm({ } }); +// core/lib/lantern-trace-saver.js +var init_lantern_trace_saver = __esm({ + "core/lib/lantern-trace-saver.js"() { + "use strict"; + init_process_global(); + /** + * @license + * Copyright 2018 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + } +}); + +// core/lib/traces/metric-trace-events.js +var init_metric_trace_events = __esm({ + "core/lib/traces/metric-trace-events.js"() { + "use strict"; + init_process_global(); + init_lighthouse_logger(); + init_trace_processor(); + /** + * @license + * Copyright 2017 Google LLC + * SPDX-License-Identifier: Apache-2.0 + */ + } +}); + // core/lib/arbitrary-equality-map.js var ArbitraryEqualityMap; var init_arbitrary_equality_map = __esm({ @@ -31712,119 +31948,119 @@ var require_cjs = __commonJS({ } __name(fastPathLookup, "fastPathLookup"); var exceptions = /* @__PURE__ */ (function() { - const _72 = [1, {}], _73 = [0, { "city": _72 }]; - const exceptions2 = [0, { "ck": [0, { "www": _72 }], "jp": [0, { "kawasaki": _73, "kitakyushu": _73, "kobe": _73, "nagoya": _73, "sapporo": _73, "sendai": _73, "yokohama": _73 }] }]; + const _73 = [1, {}], _74 = [0, { "city": _73 }]; + const exceptions2 = [0, { "ck": [0, { "www": _73 }], "jp": [0, { "kawasaki": _74, "kitakyushu": _74, "kobe": _74, "nagoya": _74, "sapporo": _74, "sendai": _74, "yokohama": _74 }] }]; return exceptions2; })(); var rules = /* @__PURE__ */ (function() { - const _74 = [1, {}], _75 = [1, { "com": _74, "edu": _74, "gov": _74, "mil": _74, "net": _74, "org": _74 }], _76 = [1, { "com": _74, "edu": _74, "gov": _74, "net": _74, "org": _74 }], _77 = [1, { "gov": _74 }], _78 = [0, { "*": _74 }], _79 = [1, { "co": _74, "com": _74, "edu": _74, "gov": _74, "net": _74, "org": _74 }], _80 = [1, { "com": _74, "edu": _74, "net": _74, "org": _74 }], _81 = [1, { "co": _74, "net": _74, "org": _74 }], _82 = [1, { "co": _74, "com": _74, "edu": _74, "gov": _74, "mil": _74, "net": _74, "nom": _74, "org": _74 }], _83 = [1, { "biz": _74, "com": _74, "edu": _74, "gov": _74, "info": _74, "net": _74, "org": _74 }], _84 = [1, { "gs": _74 }], _85 = [0, { "nes": _74 }], _86 = [1, { "k12": _74, "cc": _74, "lib": _74 }], _87 = [1, { "cc": _74 }], _88 = [1, { "cc": _74, "lib": _74 }]; - const rules2 = [0, { "ac": _75, "ad": _74, "ae": [1, { "ac": _74, "co": _74, "gov": _74, "mil": _74, "net": _74, "org": _74, "sch": _74 }], "aero": [1, { "airline": _74, "airport": _74, "accident-investigation": _74, "accident-prevention": _74, "aerobatic": _74, "aeroclub": _74, "aerodrome": _74, "agents": _74, "air-surveillance": _74, "air-traffic-control": _74, "aircraft": _74, "airtraffic": _74, "ambulance": _74, "association": _74, "author": _74, "ballooning": _74, "broker": _74, "caa": _74, "cargo": _74, "catering": _74, "certification": _74, "championship": _74, "charter": _74, "civilaviation": _74, "club": _74, "conference": _74, "consultant": _74, "consulting": _74, "control": _74, "council": _74, "crew": _74, "design": _74, "dgca": _74, "educator": _74, "emergency": _74, "engine": _74, "engineer": _74, "entertainment": _74, "equipment": _74, "exchange": _74, "express": _74, "federation": _74, "flight": _74, "freight": _74, "fuel": _74, "gliding": _74, "government": _74, "\ -groundhandling": _74, "group": _74, "hanggliding": _74, "homebuilt": _74, "insurance": _74, "journal": _74, "journalist": _74, "leasing": _74, "logistics": _74, "magazine": _74, "maintenance": _74, "marketplace": _74, "media": _74, "microlight": _74, "modelling": _74, "navigation": _74, "parachuting": _74, "paragliding": _74, "passenger-association": _74, "pilot": _74, "press": _74, "production": _74, "recreation": _74, "repbody": _74, "res": _74, "research": _74, "rotorcraft": _74, "safety": _74, "scientist": _74, "services": _74, "show": _74, "skydiving": _74, "software": _74, "student": _74, "taxi": _74, "trader": _74, "trading": _74, "trainer": _74, "union": _74, "workinggroup": _74, "works": _74 }], "af": _76, "ag": [1, { "co": _74, "com": _74, "net": _74, "nom": _74, "org": _74 }], "ai": [1, { "com": _74, "net": _74, "off": _74, "org": _74 }], "al": _75, "am": [1, { "co": _74, "com": _74, "commune": _74, "net": _74, "org": _74 }], "ao": [1, { "co": _74, "ed": _74, "edu": _74, "go\ -v": _74, "gv": _74, "it": _74, "og": _74, "org": _74, "pb": _74 }], "aq": _74, "ar": [1, { "bet": _74, "com": _74, "coop": _74, "edu": _74, "gob": _74, "gov": _74, "int": _74, "mil": _74, "musica": _74, "mutual": _74, "net": _74, "org": _74, "seg": _74, "senasa": _74, "tur": _74 }], "arpa": [1, { "e164": _74, "home": _74, "in-addr": _74, "ip6": _74, "iris": _74, "uri": _74, "urn": _74 }], "as": _77, "asia": _74, "at": [1, { "ac": [1, { "sth": _74 }], "co": _74, "gv": _74, "or": _74 }], "au": [1, { "asn": _74, "com": _74, "edu": [1, { "act": _74, "catholic": _74, "nsw": _74, "nt": _74, "qld": _74, "sa": _74, "tas": _74, "vic": _74, "wa": _74 }], "gov": [1, { "qld": _74, "sa": _74, "tas": _74, "vic": _74, "wa": _74 }], "id": _74, "net": _74, "org": _74, "conf": _74, "oz": _74, "act": _74, "nsw": _74, "nt": _74, "qld": _74, "sa": _74, "tas": _74, "vic": _74, "wa": _74 }], "aw": [1, { "com": _74 }], "ax": _74, "az": [1, { "biz": _74, "co": _74, "com": _74, "edu": _74, "gov": _74, "info": _74, - "int": _74, "mil": _74, "name": _74, "net": _74, "org": _74, "pp": _74, "pro": _74 }], "ba": _75, "bb": [1, { "biz": _74, "co": _74, "com": _74, "edu": _74, "gov": _74, "info": _74, "net": _74, "org": _74, "store": _74, "tv": _74 }], "bd": [1, { "ac": _74, "ai": _74, "co": _74, "com": _74, "edu": _74, "gov": _74, "id": _74, "info": _74, "it": _74, "mil": _74, "net": _74, "org": _74, "sch": _74, "tv": _74 }], "be": [1, { "ac": _74 }], "bf": _77, "bg": [1, { "0": _74, "1": _74, "2": _74, "3": _74, "4": _74, "5": _74, "6": _74, "7": _74, "8": _74, "9": _74, "a": _74, "b": _74, "c": _74, "d": _74, "e": _74, "f": _74, "g": _74, "h": _74, "i": _74, "j": _74, "k": _74, "l": _74, "m": _74, "n": _74, "o": _74, "p": _74, "q": _74, "r": _74, "s": _74, "t": _74, "u": _74, "v": _74, "w": _74, "x": _74, "y": _74, "z": _74 }], "bh": _76, "bi": [1, { "co": _74, "com": _74, "edu": _74, "or": _74, "org": _74 }], "biz": _74, "bj": [1, { "africa": _74, "agro": _74, "architectes": _74, "assur": _74, "\ -avocats": _74, "co": _74, "com": _74, "eco": _74, "econo": _74, "edu": _74, "info": _74, "loisirs": _74, "money": _74, "net": _74, "org": _74, "ote": _74, "restaurant": _74, "resto": _74, "tourism": _74, "univ": _74 }], "bm": _76, "bn": _76, "bo": [1, { "com": _74, "edu": _74, "gob": _74, "int": _74, "mil": _74, "net": _74, "org": _74, "tv": _74, "web": _74, "academia": _74, "agro": _74, "arte": _74, "blog": _74, "bolivia": _74, "ciencia": _74, "cooperativa": _74, "democracia": _74, "deporte": _74, "ecologia": _74, "economia": _74, "empresa": _74, "indigena": _74, "industria": _74, "info": _74, "medicina": _74, "movimiento": _74, "musica": _74, "natural": _74, "nombre": _74, "noticias": _74, "patria": _74, "plurinacional": _74, "politica": _74, "profesional": _74, "pueblo": _74, "revista": _74, "salud": _74, "tecnologia": _74, "tksat": _74, "transporte": _74, "wiki": _74 }], "br": [1, { "9guacu": _74, "abc": _74, "adm": _74, "adv": _74, "agr": _74, "aju": _74, "am": _74, "anani": _74, "\ -aparecida": _74, "api": _74, "app": _74, "arq": _74, "art": _74, "ato": _74, "b": _74, "barueri": _74, "belem": _74, "bet": _74, "bhz": _74, "bib": _74, "bio": _74, "blog": _74, "bmd": _74, "boavista": _74, "bsb": _74, "campinagrande": _74, "campinas": _74, "caxias": _74, "cim": _74, "cng": _74, "cnt": _74, "com": _74, "contagem": _74, "coop": _74, "coz": _74, "cri": _74, "cuiaba": _74, "curitiba": _74, "def": _74, "des": _74, "det": _74, "dev": _74, "ecn": _74, "eco": _74, "edu": _74, "emp": _74, "enf": _74, "eng": _74, "esp": _74, "etc": _74, "eti": _74, "far": _74, "feira": _74, "flog": _74, "floripa": _74, "fm": _74, "fnd": _74, "fortal": _74, "fot": _74, "foz": _74, "fst": _74, "g12": _74, "geo": _74, "ggf": _74, "goiania": _74, "gov": [1, { "ac": _74, "al": _74, "am": _74, "ap": _74, "ba": _74, "ce": _74, "df": _74, "es": _74, "go": _74, "ma": _74, "mg": _74, "ms": _74, "mt": _74, "pa": _74, "pb": _74, "pe": _74, "pi": _74, "pr": _74, "rj": _74, "rn": _74, "ro": _74, "rr": _74, "\ -rs": _74, "sc": _74, "se": _74, "sp": _74, "to": _74 }], "gru": _74, "ia": _74, "imb": _74, "ind": _74, "inf": _74, "jab": _74, "jampa": _74, "jdf": _74, "joinville": _74, "jor": _74, "jus": _74, "leg": _74, "leilao": _74, "lel": _74, "log": _74, "londrina": _74, "macapa": _74, "maceio": _74, "manaus": _74, "maringa": _74, "mat": _74, "med": _74, "mil": _74, "morena": _74, "mp": _74, "mus": _74, "natal": _74, "net": _74, "niteroi": _74, "nom": _78, "not": _74, "ntr": _74, "odo": _74, "ong": _74, "org": _74, "osasco": _74, "palmas": _74, "poa": _74, "ppg": _74, "pro": _74, "psc": _74, "psi": _74, "pvh": _74, "qsl": _74, "radio": _74, "rec": _74, "recife": _74, "rep": _74, "ribeirao": _74, "rio": _74, "riobranco": _74, "riopreto": _74, "salvador": _74, "sampa": _74, "santamaria": _74, "santoandre": _74, "saobernardo": _74, "saogonca": _74, "seg": _74, "sjc": _74, "slg": _74, "slz": _74, "social": _74, "sorocaba": _74, "srv": _74, "taxi": _74, "tc": _74, "tec": _74, "teo": _74, "the": _74, - "tmp": _74, "trd": _74, "tur": _74, "tv": _74, "udi": _74, "vet": _74, "vix": _74, "vlog": _74, "wiki": _74, "xyz": _74, "zlg": _74 }], "bs": _76, "bt": _76, "bv": _74, "bw": [1, { "ac": _74, "co": _74, "gov": _74, "net": _74, "org": _74 }], "by": [1, { "gov": _74, "mil": _74, "com": _74, "of": _74 }], "bz": _79, "ca": [1, { "ab": _74, "bc": _74, "mb": _74, "nb": _74, "nf": _74, "nl": _74, "ns": _74, "nt": _74, "nu": _74, "on": _74, "pe": _74, "qc": _74, "sk": _74, "yk": _74, "gc": _74 }], "cat": _74, "cc": _74, "cd": _77, "cf": _74, "cg": _74, "ch": _74, "ci": [1, { "ac": _74, "xn--aroport-bya": _74, "aéroport": _74, "asso": _74, "co": _74, "com": _74, "ed": _74, "edu": _74, "go": _74, "gouv": _74, "int": _74, "net": _74, "or": _74, "org": _74 }], "ck": _78, "cl": [1, { "co": _74, "gob": _74, "gov": _74, "mil": _74 }], "cm": [1, { "co": _74, "com": _74, "gov": _74, "net": _74 }], "cn": [1, { "ac": _74, "com": _74, "edu": _74, "gov": _74, "mil": _74, "net": _74, "org": _74, "xn-\ --55qx5d": _74, "公司": _74, "xn--od0alg": _74, "網絡": _74, "xn--io0a7i": _74, "网络": _74, "ah": _74, "bj": _74, "cq": _74, "fj": _74, "gd": _74, "gs": _74, "gx": _74, "gz": _74, "ha": _74, "hb": _74, "he": _74, "hi": _74, "hk": _74, "hl": _74, "hn": _74, "jl": _74, "js": _74, "jx": _74, "ln": _74, "mo": _74, "nm": _74, "nx": _74, "qh": _74, "sc": _74, "sd": _74, "sh": _74, "sn": _74, "sx": _74, "tj": _74, "tw": _74, "xj": _74, "xz": _74, "yn": _74, "zj": _74 }], "co": [1, { "com": _74, "edu": _74, "gov": _74, "mil": _74, "net": _74, "nom": _74, "org": _74 }], "com": _74, "coop": _74, "cr": [1, { "ac": _74, "co": _74, "ed": _74, "fi": _74, "go": _74, "or": _74, "sa": _74 }], "cu": [1, { "com": _74, "edu": _74, "gob": _74, "inf": _74, "nat": _74, "net": _74, "org": _74 }], "cv": [1, { "com": _74, "edu": _74, "id": _74, "int": _74, "net": _74, "nome": _74, "org": _74, "publ": _74 }], "cw": _80, "cx": _77, "cy": [1, { "ac": _74, "biz": _74, "com": _74, "ekloges": _74, "gov": _74, "\ -ltd": _74, "mil": _74, "net": _74, "org": _74, "press": _74, "pro": _74, "tm": _74 }], "cz": _77, "de": _74, "dj": _74, "dk": _74, "dm": _79, "do": [1, { "art": _74, "com": _74, "edu": _74, "gob": _74, "gov": _74, "mil": _74, "net": _74, "org": _74, "sld": _74, "web": _74 }], "dz": [1, { "art": _74, "asso": _74, "com": _74, "edu": _74, "gov": _74, "net": _74, "org": _74, "pol": _74, "soc": _74, "tm": _74 }], "ec": [1, { "abg": _74, "adm": _74, "agron": _74, "arqt": _74, "art": _74, "bar": _74, "chef": _74, "com": _74, "cont": _74, "cpa": _74, "cue": _74, "dent": _74, "dgn": _74, "disco": _74, "doc": _74, "edu": _74, "eng": _74, "esm": _74, "fin": _74, "fot": _74, "gal": _74, "gob": _74, "gov": _74, "gye": _74, "ibr": _74, "info": _74, "k12": _74, "lat": _74, "loj": _74, "med": _74, "mil": _74, "mktg": _74, "mon": _74, "net": _74, "ntr": _74, "odont": _74, "org": _74, "pro": _74, "prof": _74, "psic": _74, "psiq": _74, "pub": _74, "rio": _74, "rrpp": _74, "sal": _74, "tech": _74, "tul": _74, - "tur": _74, "uio": _74, "vet": _74, "xxx": _74 }], "edu": _74, "ee": [1, { "aip": _74, "com": _74, "edu": _74, "fie": _74, "gov": _74, "lib": _74, "med": _74, "org": _74, "pri": _74, "riik": _74 }], "eg": [1, { "ac": _74, "com": _74, "edu": _74, "eun": _74, "gov": _74, "info": _74, "me": _74, "mil": _74, "name": _74, "net": _74, "org": _74, "sci": _74, "sport": _74, "tv": _74 }], "er": _78, "es": [1, { "com": _74, "edu": _74, "gob": _74, "nom": _74, "org": _74 }], "et": [1, { "biz": _74, "com": _74, "edu": _74, "gov": _74, "info": _74, "name": _74, "net": _74, "org": _74 }], "eu": _74, "fi": [1, { "aland": _74 }], "fj": [1, { "ac": _74, "biz": _74, "com": _74, "edu": _74, "gov": _74, "id": _74, "info": _74, "mil": _74, "name": _74, "net": _74, "org": _74, "pro": _74 }], "fk": _78, "fm": _80, "fo": _74, "fr": [1, { "asso": _74, "com": _74, "gouv": _74, "nom": _74, "prd": _74, "tm": _74, "avoues": _74, "cci": _74, "greta": _74, "huissier-justice": _74 }], "ga": _74, "gb": _74, "gd": [ - 1, { "edu": _74, "gov": _74 }], "ge": [1, { "com": _74, "edu": _74, "gov": _74, "net": _74, "org": _74, "pvt": _74, "school": _74 }], "gf": _74, "gg": _81, "gh": [1, { "biz": _74, "com": _74, "edu": _74, "gov": _74, "mil": _74, "net": _74, "org": _74 }], "gi": [1, { "com": _74, "edu": _74, "gov": _74, "ltd": _74, "mod": _74, "org": _74 }], "gl": [1, { "co": _74, "com": _74, "edu": _74, "net": _74, "org": _74 }], "gm": _74, "gn": [1, { "ac": _74, "com": _74, "edu": _74, "gov": _74, "net": _74, "org": _74 }], "gov": _74, "gp": [1, { "asso": _74, "com": _74, "edu": _74, "mobi": _74, "net": _74, "org": _74 }], "gq": _74, "gr": _76, "gs": _74, "gt": [1, { "com": _74, "edu": _74, "gob": _74, "ind": _74, "mil": _74, "net": _74, "org": _74 }], "gu": [1, { "com": _74, "edu": _74, "gov": _74, "guam": _74, "info": _74, "net": _74, "org": _74, "web": _74 }], "gw": _74, "gy": _79, "hk": [1, { "com": _74, "edu": _74, "gov": _74, "idv": _74, "net": _74, "org": _74, "xn--ciqpn": _74, "个人": _74, - "xn--gmqw5a": _74, "個人": _74, "xn--55qx5d": _74, "公司": _74, "xn--mxtq1m": _74, "政府": _74, "xn--lcvr32d": _74, "敎育": _74, "xn--wcvs22d": _74, "教育": _74, "xn--gmq050i": _74, "箇人": _74, "xn--uc0atv": _74, "組織": _74, "xn--uc0ay4a": _74, "組织": _74, "xn--od0alg": _74, "網絡": _74, "xn--zf0avx": _74, "網络": _74, "xn--mk0axi": _74, "组織": _74, "xn--tn0ag": _74, "组织": _74, "xn--od0aq3b": _74, "网絡": _74, "xn--io0a7i": _74, "网络": _74 }], "hm": _74, "hn": [1, { "com": _74, "edu": _74, "gob": _74, "mil": _74, "net": _74, "org": _74 }], "hr": [1, { "com": _74, "from": _74, "iz": _74, "name": _74 }], "ht": [1, { "adult": _74, "art": _74, "asso": _74, "com": _74, "coop": _74, "edu": _74, "firm": _74, "gouv": _74, "info": _74, "med": _74, "net": _74, "org": _74, "perso": _74, "pol": _74, "pro": _74, "rel": _74, "shop": _74 }], "hu": [1, { "2000": _74, "agrar": _74, "bolt": _74, "casino": _74, "city": _74, "co": _74, "erotica": _74, "erotika": _74, - "film": _74, "forum": _74, "games": _74, "hotel": _74, "info": _74, "ingatlan": _74, "jogasz": _74, "konyvelo": _74, "lakas": _74, "media": _74, "news": _74, "org": _74, "priv": _74, "reklam": _74, "sex": _74, "shop": _74, "sport": _74, "suli": _74, "szex": _74, "tm": _74, "tozsde": _74, "utazas": _74, "video": _74 }], "id": [1, { "ac": _74, "biz": _74, "co": _74, "desa": _74, "go": _74, "kop": _74, "mil": _74, "my": _74, "net": _74, "or": _74, "ponpes": _74, "sch": _74, "web": _74, "xn--9tfky": _74, "ᬩᬮᬶ": _74 }], "ie": _77, "il": [1, { "ac": _74, "co": _74, "gov": _74, "idf": _74, "k12": _74, "muni": _74, "net": _74, "org": _74 }], "xn--4dbrk0ce": [1, { "xn--4dbgdty6c": _74, "xn--5dbhl8d": _74, "xn--8dbq2a": _74, "xn--hebda8b": _74 }], "ישראל": [1, { "אקדמיה": _74, "ישוב": _74, "צהל": _74, "ממשל": _74 }], "im": [1, { "ac": _74, "co": [1, { "ltd": _74, "plc": _74 }], "com": _74, "net": _74, "org": _74, "tt": _74, "tv": _74 }], "in": [1, { "5g": _74, "\ -6g": _74, "ac": _74, "ai": _74, "am": _74, "bank": _74, "bihar": _74, "biz": _74, "business": _74, "ca": _74, "cn": _74, "co": _74, "com": _74, "coop": _74, "cs": _74, "delhi": _74, "dr": _74, "edu": _74, "er": _74, "fin": _74, "firm": _74, "gen": _74, "gov": _74, "gujarat": _74, "ind": _74, "info": _74, "int": _74, "internet": _74, "io": _74, "me": _74, "mil": _74, "net": _74, "nic": _74, "org": _74, "pg": _74, "post": _74, "pro": _74, "res": _74, "travel": _74, "tv": _74, "uk": _74, "up": _74, "us": _74 }], "info": _74, "int": [1, { "eu": _74 }], "io": _82, "iq": _75, "ir": [1, { "ac": _74, "co": _74, "gov": _74, "id": _74, "net": _74, "org": _74, "sch": _74, "xn--mgba3a4f16a": _74, "ایران": _74, "xn--mgba3a4fra": _74, "ايران": _74 }], "is": _74, "it": [1, { "edu": _74, "gov": _74, "abr": _74, "abruzzo": _74, "aosta-valley": _74, "aostavalley": _74, "bas": _74, "basilicata": _74, "cal": _74, "calabria": _74, "cam": _74, "campania": _74, "emilia-romagna": _74, "emiliaromagna": _74, - "emr": _74, "friuli-v-giulia": _74, "friuli-ve-giulia": _74, "friuli-vegiulia": _74, "friuli-venezia-giulia": _74, "friuli-veneziagiulia": _74, "friuli-vgiulia": _74, "friuliv-giulia": _74, "friulive-giulia": _74, "friulivegiulia": _74, "friulivenezia-giulia": _74, "friuliveneziagiulia": _74, "friulivgiulia": _74, "fvg": _74, "laz": _74, "lazio": _74, "lig": _74, "liguria": _74, "lom": _74, "lombardia": _74, "lombardy": _74, "lucania": _74, "mar": _74, "marche": _74, "mol": _74, "molise": _74, "piedmont": _74, "piemonte": _74, "pmn": _74, "pug": _74, "puglia": _74, "sar": _74, "sardegna": _74, "sardinia": _74, "sic": _74, "sicilia": _74, "sicily": _74, "taa": _74, "tos": _74, "toscana": _74, "trentin-sud-tirol": _74, "xn--trentin-sd-tirol-rzb": _74, "trentin-süd-tirol": _74, "trentin-sudtirol": _74, "xn--trentin-sdtirol-7vb": _74, "trentin-südtirol": _74, "trentin-sued-tirol": _74, "trentin-suedtirol": _74, "trentino": _74, "trentino-a-adige": _74, "trentino-aadige": _74, "tren\ -tino-alto-adige": _74, "trentino-altoadige": _74, "trentino-s-tirol": _74, "trentino-stirol": _74, "trentino-sud-tirol": _74, "xn--trentino-sd-tirol-c3b": _74, "trentino-süd-tirol": _74, "trentino-sudtirol": _74, "xn--trentino-sdtirol-szb": _74, "trentino-südtirol": _74, "trentino-sued-tirol": _74, "trentino-suedtirol": _74, "trentinoa-adige": _74, "trentinoaadige": _74, "trentinoalto-adige": _74, "trentinoaltoadige": _74, "trentinos-tirol": _74, "trentinostirol": _74, "trentinosud-tirol": _74, "xn--trentinosd-tirol-rzb": _74, "trentinosüd-tirol": _74, "trentinosudtirol": _74, "xn--trentinosdtirol-7vb": _74, "trentinosüdtirol": _74, "trentinosued-tirol": _74, "trentinosuedtirol": _74, "trentinsud-tirol": _74, "xn--trentinsd-tirol-6vb": _74, "trentinsüd-tirol": _74, "trentinsudtirol": _74, "xn--trentinsdtirol-nsb": _74, "trentinsüdtirol": _74, "trentinsued-tirol": _74, "trentinsuedtirol": _74, "tuscany": _74, "umb": _74, "umbria": _74, "val-d-aosta": _74, "val-daosta": _74, "vald-\ -aosta": _74, "valdaosta": _74, "valle-aosta": _74, "valle-d-aosta": _74, "valle-daosta": _74, "valleaosta": _74, "valled-aosta": _74, "valledaosta": _74, "vallee-aoste": _74, "xn--valle-aoste-ebb": _74, "vallée-aoste": _74, "vallee-d-aoste": _74, "xn--valle-d-aoste-ehb": _74, "vallée-d-aoste": _74, "valleeaoste": _74, "xn--valleaoste-e7a": _74, "valléeaoste": _74, "valleedaoste": _74, "xn--valledaoste-ebb": _74, "valléedaoste": _74, "vao": _74, "vda": _74, "ven": _74, "veneto": _74, "ag": _74, "agrigento": _74, "al": _74, "alessandria": _74, "alto-adige": _74, "altoadige": _74, "an": _74, "ancona": _74, "andria-barletta-trani": _74, "andria-trani-barletta": _74, "andriabarlettatrani": _74, "andriatranibarletta": _74, "ao": _74, "aosta": _74, "aoste": _74, "ap": _74, "aq": _74, "aquila": _74, "ar": _74, "arezzo": _74, "ascoli-piceno": _74, "ascolipiceno": _74, "asti": _74, "at": _74, "av": _74, "avellino": _74, "ba": _74, "balsan": _74, "balsan-sudtirol": _74, "xn--balsan-sdtirol-ns\ -b": _74, "balsan-südtirol": _74, "balsan-suedtirol": _74, "bari": _74, "barletta-trani-andria": _74, "barlettatraniandria": _74, "belluno": _74, "benevento": _74, "bergamo": _74, "bg": _74, "bi": _74, "biella": _74, "bl": _74, "bn": _74, "bo": _74, "bologna": _74, "bolzano": _74, "bolzano-altoadige": _74, "bozen": _74, "bozen-sudtirol": _74, "xn--bozen-sdtirol-2ob": _74, "bozen-südtirol": _74, "bozen-suedtirol": _74, "br": _74, "brescia": _74, "brindisi": _74, "bs": _74, "bt": _74, "bulsan": _74, "bulsan-sudtirol": _74, "xn--bulsan-sdtirol-nsb": _74, "bulsan-südtirol": _74, "bulsan-suedtirol": _74, "bz": _74, "ca": _74, "cagliari": _74, "caltanissetta": _74, "campidano-medio": _74, "campidanomedio": _74, "campobasso": _74, "carbonia-iglesias": _74, "carboniaiglesias": _74, "carrara-massa": _74, "carraramassa": _74, "caserta": _74, "catania": _74, "catanzaro": _74, "cb": _74, "ce": _74, "cesena-forli": _74, "xn--cesena-forl-mcb": _74, "cesena-forlì": _74, "cesenaforli": _74, "xn--ce\ -senaforl-i8a": _74, "cesenaforlì": _74, "ch": _74, "chieti": _74, "ci": _74, "cl": _74, "cn": _74, "co": _74, "como": _74, "cosenza": _74, "cr": _74, "cremona": _74, "crotone": _74, "cs": _74, "ct": _74, "cuneo": _74, "cz": _74, "dell-ogliastra": _74, "dellogliastra": _74, "en": _74, "enna": _74, "fc": _74, "fe": _74, "fermo": _74, "ferrara": _74, "fg": _74, "fi": _74, "firenze": _74, "florence": _74, "fm": _74, "foggia": _74, "forli-cesena": _74, "xn--forl-cesena-fcb": _74, "forlì-cesena": _74, "forlicesena": _74, "xn--forlcesena-c8a": _74, "forlìcesena": _74, "fr": _74, "frosinone": _74, "ge": _74, "genoa": _74, "genova": _74, "go": _74, "gorizia": _74, "gr": _74, "grosseto": _74, "iglesias-carbonia": _74, "iglesiascarbonia": _74, "im": _74, "imperia": _74, "is": _74, "isernia": _74, "kr": _74, "la-spezia": _74, "laquila": _74, "laspezia": _74, "latina": _74, "lc": _74, "le": _74, "lecce": _74, "lecco": _74, "li": _74, "livorno": _74, "lo": _74, "lodi": _74, "lt": _74, "lu": _74, "\ -lucca": _74, "macerata": _74, "mantova": _74, "massa-carrara": _74, "massacarrara": _74, "matera": _74, "mb": _74, "mc": _74, "me": _74, "medio-campidano": _74, "mediocampidano": _74, "messina": _74, "mi": _74, "milan": _74, "milano": _74, "mn": _74, "mo": _74, "modena": _74, "monza": _74, "monza-brianza": _74, "monza-e-della-brianza": _74, "monzabrianza": _74, "monzaebrianza": _74, "monzaedellabrianza": _74, "ms": _74, "mt": _74, "na": _74, "naples": _74, "napoli": _74, "no": _74, "novara": _74, "nu": _74, "nuoro": _74, "og": _74, "ogliastra": _74, "olbia-tempio": _74, "olbiatempio": _74, "or": _74, "oristano": _74, "ot": _74, "pa": _74, "padova": _74, "padua": _74, "palermo": _74, "parma": _74, "pavia": _74, "pc": _74, "pd": _74, "pe": _74, "perugia": _74, "pesaro-urbino": _74, "pesarourbino": _74, "pescara": _74, "pg": _74, "pi": _74, "piacenza": _74, "pisa": _74, "pistoia": _74, "pn": _74, "po": _74, "pordenone": _74, "potenza": _74, "pr": _74, "prato": _74, "pt": _74, "pu": _74, "\ -pv": _74, "pz": _74, "ra": _74, "ragusa": _74, "ravenna": _74, "rc": _74, "re": _74, "reggio-calabria": _74, "reggio-emilia": _74, "reggiocalabria": _74, "reggioemilia": _74, "rg": _74, "ri": _74, "rieti": _74, "rimini": _74, "rm": _74, "rn": _74, "ro": _74, "roma": _74, "rome": _74, "rovigo": _74, "sa": _74, "salerno": _74, "sassari": _74, "savona": _74, "si": _74, "siena": _74, "siracusa": _74, "so": _74, "sondrio": _74, "sp": _74, "sr": _74, "ss": _74, "xn--sdtirol-n2a": _74, "südtirol": _74, "suedtirol": _74, "sv": _74, "ta": _74, "taranto": _74, "te": _74, "tempio-olbia": _74, "tempioolbia": _74, "teramo": _74, "terni": _74, "tn": _74, "to": _74, "torino": _74, "tp": _74, "tr": _74, "trani-andria-barletta": _74, "trani-barletta-andria": _74, "traniandriabarletta": _74, "tranibarlettaandria": _74, "trapani": _74, "trento": _74, "treviso": _74, "trieste": _74, "ts": _74, "turin": _74, "tv": _74, "ud": _74, "udine": _74, "urbino-pesaro": _74, "urbinopesaro": _74, "va": _74, "varese": _74, - "vb": _74, "vc": _74, "ve": _74, "venezia": _74, "venice": _74, "verbania": _74, "vercelli": _74, "verona": _74, "vi": _74, "vibo-valentia": _74, "vibovalentia": _74, "vicenza": _74, "viterbo": _74, "vr": _74, "vs": _74, "vt": _74, "vv": _74 }], "je": _81, "jm": _78, "jo": [1, { "agri": _74, "ai": _74, "com": _74, "edu": _74, "eng": _74, "fm": _74, "gov": _74, "mil": _74, "net": _74, "org": _74, "per": _74, "phd": _74, "sch": _74, "tv": _74 }], "jobs": _74, "jp": [1, { "ac": _74, "ad": _74, "co": _74, "ed": _74, "go": _74, "gr": _74, "lg": _74, "ne": _74, "or": _74, "aichi": [1, { "aisai": _74, "ama": _74, "anjo": _74, "asuke": _74, "chiryu": _74, "chita": _74, "fuso": _74, "gamagori": _74, "handa": _74, "hazu": _74, "hekinan": _74, "higashiura": _74, "ichinomiya": _74, "inazawa": _74, "inuyama": _74, "isshiki": _74, "iwakura": _74, "kanie": _74, "kariya": _74, "kasugai": _74, "kira": _74, "kiyosu": _74, "komaki": _74, "konan": _74, "kota": _74, "mihama": _74, "miyoshi": _74, "ni\ -shio": _74, "nisshin": _74, "obu": _74, "oguchi": _74, "oharu": _74, "okazaki": _74, "owariasahi": _74, "seto": _74, "shikatsu": _74, "shinshiro": _74, "shitara": _74, "tahara": _74, "takahama": _74, "tobishima": _74, "toei": _74, "togo": _74, "tokai": _74, "tokoname": _74, "toyoake": _74, "toyohashi": _74, "toyokawa": _74, "toyone": _74, "toyota": _74, "tsushima": _74, "yatomi": _74 }], "akita": [1, { "akita": _74, "daisen": _74, "fujisato": _74, "gojome": _74, "hachirogata": _74, "happou": _74, "higashinaruse": _74, "honjo": _74, "honjyo": _74, "ikawa": _74, "kamikoani": _74, "kamioka": _74, "katagami": _74, "kazuno": _74, "kitaakita": _74, "kosaka": _74, "kyowa": _74, "misato": _74, "mitane": _74, "moriyoshi": _74, "nikaho": _74, "noshiro": _74, "odate": _74, "oga": _74, "ogata": _74, "semboku": _74, "yokote": _74, "yurihonjo": _74 }], "aomori": [1, { "aomori": _74, "gonohe": _74, "hachinohe": _74, "hashikami": _74, "hiranai": _74, "hirosaki": _74, "itayanagi": _74, "kuroishi": _74, - "misawa": _74, "mutsu": _74, "nakadomari": _74, "noheji": _74, "oirase": _74, "owani": _74, "rokunohe": _74, "sannohe": _74, "shichinohe": _74, "shingo": _74, "takko": _74, "towada": _74, "tsugaru": _74, "tsuruta": _74 }], "chiba": [1, { "abiko": _74, "asahi": _74, "chonan": _74, "chosei": _74, "choshi": _74, "chuo": _74, "funabashi": _74, "futtsu": _74, "hanamigawa": _74, "ichihara": _74, "ichikawa": _74, "ichinomiya": _74, "inzai": _74, "isumi": _74, "kamagaya": _74, "kamogawa": _74, "kashiwa": _74, "katori": _74, "katsuura": _74, "kimitsu": _74, "kisarazu": _74, "kozaki": _74, "kujukuri": _74, "kyonan": _74, "matsudo": _74, "midori": _74, "mihama": _74, "minamiboso": _74, "mobara": _74, "mutsuzawa": _74, "nagara": _74, "nagareyama": _74, "narashino": _74, "narita": _74, "noda": _74, "oamishirasato": _74, "omigawa": _74, "onjuku": _74, "otaki": _74, "sakae": _74, "sakura": _74, "shimofusa": _74, "shirako": _74, "shiroi": _74, "shisui": _74, "sodegaura": _74, "sosa": _74, "tako": _74, - "tateyama": _74, "togane": _74, "tohnosho": _74, "tomisato": _74, "urayasu": _74, "yachimata": _74, "yachiyo": _74, "yokaichiba": _74, "yokoshibahikari": _74, "yotsukaido": _74 }], "ehime": [1, { "ainan": _74, "honai": _74, "ikata": _74, "imabari": _74, "iyo": _74, "kamijima": _74, "kihoku": _74, "kumakogen": _74, "masaki": _74, "matsuno": _74, "matsuyama": _74, "namikata": _74, "niihama": _74, "ozu": _74, "saijo": _74, "seiyo": _74, "shikokuchuo": _74, "tobe": _74, "toon": _74, "uchiko": _74, "uwajima": _74, "yawatahama": _74 }], "fukui": [1, { "echizen": _74, "eiheiji": _74, "fukui": _74, "ikeda": _74, "katsuyama": _74, "mihama": _74, "minamiechizen": _74, "obama": _74, "ohi": _74, "ono": _74, "sabae": _74, "sakai": _74, "takahama": _74, "tsuruga": _74, "wakasa": _74 }], "fukuoka": [1, { "ashiya": _74, "buzen": _74, "chikugo": _74, "chikuho": _74, "chikujo": _74, "chikushino": _74, "chikuzen": _74, "chuo": _74, "dazaifu": _74, "fukuchi": _74, "hakata": _74, "higashi": _74, "hir\ -okawa": _74, "hisayama": _74, "iizuka": _74, "inatsuki": _74, "kaho": _74, "kasuga": _74, "kasuya": _74, "kawara": _74, "keisen": _74, "koga": _74, "kurate": _74, "kurogi": _74, "kurume": _74, "minami": _74, "miyako": _74, "miyama": _74, "miyawaka": _74, "mizumaki": _74, "munakata": _74, "nakagawa": _74, "nakama": _74, "nishi": _74, "nogata": _74, "ogori": _74, "okagaki": _74, "okawa": _74, "oki": _74, "omuta": _74, "onga": _74, "onojo": _74, "oto": _74, "saigawa": _74, "sasaguri": _74, "shingu": _74, "shinyoshitomi": _74, "shonai": _74, "soeda": _74, "sue": _74, "tachiarai": _74, "tagawa": _74, "takata": _74, "toho": _74, "toyotsu": _74, "tsuiki": _74, "ukiha": _74, "umi": _74, "usui": _74, "yamada": _74, "yame": _74, "yanagawa": _74, "yukuhashi": _74 }], "fukushima": [1, { "aizubange": _74, "aizumisato": _74, "aizuwakamatsu": _74, "asakawa": _74, "bandai": _74, "date": _74, "fukushima": _74, "furudono": _74, "futaba": _74, "hanawa": _74, "higashi": _74, "hirata": _74, "hirono": _74, "\ -iitate": _74, "inawashiro": _74, "ishikawa": _74, "iwaki": _74, "izumizaki": _74, "kagamiishi": _74, "kaneyama": _74, "kawamata": _74, "kitakata": _74, "kitashiobara": _74, "koori": _74, "koriyama": _74, "kunimi": _74, "miharu": _74, "mishima": _74, "namie": _74, "nango": _74, "nishiaizu": _74, "nishigo": _74, "okuma": _74, "omotego": _74, "ono": _74, "otama": _74, "samegawa": _74, "shimogo": _74, "shirakawa": _74, "showa": _74, "soma": _74, "sukagawa": _74, "taishin": _74, "tamakawa": _74, "tanagura": _74, "tenei": _74, "yabuki": _74, "yamato": _74, "yamatsuri": _74, "yanaizu": _74, "yugawa": _74 }], "gifu": [1, { "anpachi": _74, "ena": _74, "gifu": _74, "ginan": _74, "godo": _74, "gujo": _74, "hashima": _74, "hichiso": _74, "hida": _74, "higashishirakawa": _74, "ibigawa": _74, "ikeda": _74, "kakamigahara": _74, "kani": _74, "kasahara": _74, "kasamatsu": _74, "kawaue": _74, "kitagata": _74, "mino": _74, "minokamo": _74, "mitake": _74, "mizunami": _74, "motosu": _74, "nakatsugawa": _74, - "ogaki": _74, "sakahogi": _74, "seki": _74, "sekigahara": _74, "shirakawa": _74, "tajimi": _74, "takayama": _74, "tarui": _74, "toki": _74, "tomika": _74, "wanouchi": _74, "yamagata": _74, "yaotsu": _74, "yoro": _74 }], "gunma": [1, { "annaka": _74, "chiyoda": _74, "fujioka": _74, "higashiagatsuma": _74, "isesaki": _74, "itakura": _74, "kanna": _74, "kanra": _74, "katashina": _74, "kawaba": _74, "kiryu": _74, "kusatsu": _74, "maebashi": _74, "meiwa": _74, "midori": _74, "minakami": _74, "naganohara": _74, "nakanojo": _74, "nanmoku": _74, "numata": _74, "oizumi": _74, "ora": _74, "ota": _74, "shibukawa": _74, "shimonita": _74, "shinto": _74, "showa": _74, "takasaki": _74, "takayama": _74, "tamamura": _74, "tatebayashi": _74, "tomioka": _74, "tsukiyono": _74, "tsumagoi": _74, "ueno": _74, "yoshioka": _74 }], "hiroshima": [1, { "asaminami": _74, "daiwa": _74, "etajima": _74, "fuchu": _74, "fukuyama": _74, "hatsukaichi": _74, "higashihiroshima": _74, "hongo": _74, "jinsekikogen": _74, - "kaita": _74, "kui": _74, "kumano": _74, "kure": _74, "mihara": _74, "miyoshi": _74, "naka": _74, "onomichi": _74, "osakikamijima": _74, "otake": _74, "saka": _74, "sera": _74, "seranishi": _74, "shinichi": _74, "shobara": _74, "takehara": _74 }], "hokkaido": [1, { "abashiri": _74, "abira": _74, "aibetsu": _74, "akabira": _74, "akkeshi": _74, "asahikawa": _74, "ashibetsu": _74, "ashoro": _74, "assabu": _74, "atsuma": _74, "bibai": _74, "biei": _74, "bifuka": _74, "bihoro": _74, "biratori": _74, "chippubetsu": _74, "chitose": _74, "date": _74, "ebetsu": _74, "embetsu": _74, "eniwa": _74, "erimo": _74, "esan": _74, "esashi": _74, "fukagawa": _74, "fukushima": _74, "furano": _74, "furubira": _74, "haboro": _74, "hakodate": _74, "hamatonbetsu": _74, "hidaka": _74, "higashikagura": _74, "higashikawa": _74, "hiroo": _74, "hokuryu": _74, "hokuto": _74, "honbetsu": _74, "horokanai": _74, "horonobe": _74, "ikeda": _74, "imakane": _74, "ishikari": _74, "iwamizawa": _74, "iwanai": _74, "kam\ -ifurano": _74, "kamikawa": _74, "kamishihoro": _74, "kamisunagawa": _74, "kamoenai": _74, "kayabe": _74, "kembuchi": _74, "kikonai": _74, "kimobetsu": _74, "kitahiroshima": _74, "kitami": _74, "kiyosato": _74, "koshimizu": _74, "kunneppu": _74, "kuriyama": _74, "kuromatsunai": _74, "kushiro": _74, "kutchan": _74, "kyowa": _74, "mashike": _74, "matsumae": _74, "mikasa": _74, "minamifurano": _74, "mombetsu": _74, "moseushi": _74, "mukawa": _74, "muroran": _74, "naie": _74, "nakagawa": _74, "nakasatsunai": _74, "nakatombetsu": _74, "nanae": _74, "nanporo": _74, "nayoro": _74, "nemuro": _74, "niikappu": _74, "niki": _74, "nishiokoppe": _74, "noboribetsu": _74, "numata": _74, "obihiro": _74, "obira": _74, "oketo": _74, "okoppe": _74, "otaru": _74, "otobe": _74, "otofuke": _74, "otoineppu": _74, "oumu": _74, "ozora": _74, "pippu": _74, "rankoshi": _74, "rebun": _74, "rikubetsu": _74, "rishiri": _74, "rishirifuji": _74, "saroma": _74, "sarufutsu": _74, "shakotan": _74, "shari": _74, "shibecha": _74, - "shibetsu": _74, "shikabe": _74, "shikaoi": _74, "shimamaki": _74, "shimizu": _74, "shimokawa": _74, "shinshinotsu": _74, "shintoku": _74, "shiranuka": _74, "shiraoi": _74, "shiriuchi": _74, "sobetsu": _74, "sunagawa": _74, "taiki": _74, "takasu": _74, "takikawa": _74, "takinoue": _74, "teshikaga": _74, "tobetsu": _74, "tohma": _74, "tomakomai": _74, "tomari": _74, "toya": _74, "toyako": _74, "toyotomi": _74, "toyoura": _74, "tsubetsu": _74, "tsukigata": _74, "urakawa": _74, "urausu": _74, "uryu": _74, "utashinai": _74, "wakkanai": _74, "wassamu": _74, "yakumo": _74, "yoichi": _74 }], "hyogo": [1, { "aioi": _74, "akashi": _74, "ako": _74, "amagasaki": _74, "aogaki": _74, "asago": _74, "ashiya": _74, "awaji": _74, "fukusaki": _74, "goshiki": _74, "harima": _74, "himeji": _74, "ichikawa": _74, "inagawa": _74, "itami": _74, "kakogawa": _74, "kamigori": _74, "kamikawa": _74, "kasai": _74, "kasuga": _74, "kawanishi": _74, "miki": _74, "minamiawaji": _74, "nishinomiya": _74, "nishiwaki": _74, - "ono": _74, "sanda": _74, "sannan": _74, "sasayama": _74, "sayo": _74, "shingu": _74, "shinonsen": _74, "shiso": _74, "sumoto": _74, "taishi": _74, "taka": _74, "takarazuka": _74, "takasago": _74, "takino": _74, "tamba": _74, "tatsuno": _74, "toyooka": _74, "yabu": _74, "yashiro": _74, "yoka": _74, "yokawa": _74 }], "ibaraki": [1, { "ami": _74, "asahi": _74, "bando": _74, "chikusei": _74, "daigo": _74, "fujishiro": _74, "hitachi": _74, "hitachinaka": _74, "hitachiomiya": _74, "hitachiota": _74, "ibaraki": _74, "ina": _74, "inashiki": _74, "itako": _74, "iwama": _74, "joso": _74, "kamisu": _74, "kasama": _74, "kashima": _74, "kasumigaura": _74, "koga": _74, "miho": _74, "mito": _74, "moriya": _74, "naka": _74, "namegata": _74, "oarai": _74, "ogawa": _74, "omitama": _74, "ryugasaki": _74, "sakai": _74, "sakuragawa": _74, "shimodate": _74, "shimotsuma": _74, "shirosato": _74, "sowa": _74, "suifu": _74, "takahagi": _74, "tamatsukuri": _74, "tokai": _74, "tomobe": _74, "tone": _74, "t\ -oride": _74, "tsuchiura": _74, "tsukuba": _74, "uchihara": _74, "ushiku": _74, "yachiyo": _74, "yamagata": _74, "yawara": _74, "yuki": _74 }], "ishikawa": [1, { "anamizu": _74, "hakui": _74, "hakusan": _74, "kaga": _74, "kahoku": _74, "kanazawa": _74, "kawakita": _74, "komatsu": _74, "nakanoto": _74, "nanao": _74, "nomi": _74, "nonoichi": _74, "noto": _74, "shika": _74, "suzu": _74, "tsubata": _74, "tsurugi": _74, "uchinada": _74, "wajima": _74 }], "iwate": [1, { "fudai": _74, "fujisawa": _74, "hanamaki": _74, "hiraizumi": _74, "hirono": _74, "ichinohe": _74, "ichinoseki": _74, "iwaizumi": _74, "iwate": _74, "joboji": _74, "kamaishi": _74, "kanegasaki": _74, "karumai": _74, "kawai": _74, "kitakami": _74, "kuji": _74, "kunohe": _74, "kuzumaki": _74, "miyako": _74, "mizusawa": _74, "morioka": _74, "ninohe": _74, "noda": _74, "ofunato": _74, "oshu": _74, "otsuchi": _74, "rikuzentakata": _74, "shiwa": _74, "shizukuishi": _74, "sumita": _74, "tanohata": _74, "tono": _74, "yahaba": _74, "yam\ -ada": _74 }], "kagawa": [1, { "ayagawa": _74, "higashikagawa": _74, "kanonji": _74, "kotohira": _74, "manno": _74, "marugame": _74, "mitoyo": _74, "naoshima": _74, "sanuki": _74, "tadotsu": _74, "takamatsu": _74, "tonosho": _74, "uchinomi": _74, "utazu": _74, "zentsuji": _74 }], "kagoshima": [1, { "akune": _74, "amami": _74, "hioki": _74, "isa": _74, "isen": _74, "izumi": _74, "kagoshima": _74, "kanoya": _74, "kawanabe": _74, "kinko": _74, "kouyama": _74, "makurazaki": _74, "matsumoto": _74, "minamitane": _74, "nakatane": _74, "nishinoomote": _74, "satsumasendai": _74, "soo": _74, "tarumizu": _74, "yusui": _74 }], "kanagawa": [1, { "aikawa": _74, "atsugi": _74, "ayase": _74, "chigasaki": _74, "ebina": _74, "fujisawa": _74, "hadano": _74, "hakone": _74, "hiratsuka": _74, "isehara": _74, "kaisei": _74, "kamakura": _74, "kiyokawa": _74, "matsuda": _74, "minamiashigara": _74, "miura": _74, "nakai": _74, "ninomiya": _74, "odawara": _74, "oi": _74, "oiso": _74, "sagamihara": _74, "samukawa": _74, - "tsukui": _74, "yamakita": _74, "yamato": _74, "yokosuka": _74, "yugawara": _74, "zama": _74, "zushi": _74 }], "kochi": [1, { "aki": _74, "geisei": _74, "hidaka": _74, "higashitsuno": _74, "ino": _74, "kagami": _74, "kami": _74, "kitagawa": _74, "kochi": _74, "mihara": _74, "motoyama": _74, "muroto": _74, "nahari": _74, "nakamura": _74, "nankoku": _74, "nishitosa": _74, "niyodogawa": _74, "ochi": _74, "okawa": _74, "otoyo": _74, "otsuki": _74, "sakawa": _74, "sukumo": _74, "susaki": _74, "tosa": _74, "tosashimizu": _74, "toyo": _74, "tsuno": _74, "umaji": _74, "yasuda": _74, "yusuhara": _74 }], "kumamoto": [1, { "amakusa": _74, "arao": _74, "aso": _74, "choyo": _74, "gyokuto": _74, "kamiamakusa": _74, "kikuchi": _74, "kumamoto": _74, "mashiki": _74, "mifune": _74, "minamata": _74, "minamioguni": _74, "nagasu": _74, "nishihara": _74, "oguni": _74, "ozu": _74, "sumoto": _74, "takamori": _74, "uki": _74, "uto": _74, "yamaga": _74, "yamato": _74, "yatsushiro": _74 }], "kyoto": [1, { "\ -ayabe": _74, "fukuchiyama": _74, "higashiyama": _74, "ide": _74, "ine": _74, "joyo": _74, "kameoka": _74, "kamo": _74, "kita": _74, "kizu": _74, "kumiyama": _74, "kyotamba": _74, "kyotanabe": _74, "kyotango": _74, "maizuru": _74, "minami": _74, "minamiyamashiro": _74, "miyazu": _74, "muko": _74, "nagaokakyo": _74, "nakagyo": _74, "nantan": _74, "oyamazaki": _74, "sakyo": _74, "seika": _74, "tanabe": _74, "uji": _74, "ujitawara": _74, "wazuka": _74, "yamashina": _74, "yawata": _74 }], "mie": [1, { "asahi": _74, "inabe": _74, "ise": _74, "kameyama": _74, "kawagoe": _74, "kiho": _74, "kisosaki": _74, "kiwa": _74, "komono": _74, "kumano": _74, "kuwana": _74, "matsusaka": _74, "meiwa": _74, "mihama": _74, "minamiise": _74, "misugi": _74, "miyama": _74, "nabari": _74, "shima": _74, "suzuka": _74, "tado": _74, "taiki": _74, "taki": _74, "tamaki": _74, "toba": _74, "tsu": _74, "udono": _74, "ureshino": _74, "watarai": _74, "yokkaichi": _74 }], "miyagi": [1, { "furukawa": _74, "higashimatsushim\ -a": _74, "ishinomaki": _74, "iwanuma": _74, "kakuda": _74, "kami": _74, "kawasaki": _74, "marumori": _74, "matsushima": _74, "minamisanriku": _74, "misato": _74, "murata": _74, "natori": _74, "ogawara": _74, "ohira": _74, "onagawa": _74, "osaki": _74, "rifu": _74, "semine": _74, "shibata": _74, "shichikashuku": _74, "shikama": _74, "shiogama": _74, "shiroishi": _74, "tagajo": _74, "taiwa": _74, "tome": _74, "tomiya": _74, "wakuya": _74, "watari": _74, "yamamoto": _74, "zao": _74 }], "miyazaki": [1, { "aya": _74, "ebino": _74, "gokase": _74, "hyuga": _74, "kadogawa": _74, "kawaminami": _74, "kijo": _74, "kitagawa": _74, "kitakata": _74, "kitaura": _74, "kobayashi": _74, "kunitomi": _74, "kushima": _74, "mimata": _74, "miyakonojo": _74, "miyazaki": _74, "morotsuka": _74, "nichinan": _74, "nishimera": _74, "nobeoka": _74, "saito": _74, "shiiba": _74, "shintomi": _74, "takaharu": _74, "takanabe": _74, "takazaki": _74, "tsuno": _74 }], "nagano": [1, { "achi": _74, "agematsu": _74, "anan": _74, - "aoki": _74, "asahi": _74, "azumino": _74, "chikuhoku": _74, "chikuma": _74, "chino": _74, "fujimi": _74, "hakuba": _74, "hara": _74, "hiraya": _74, "iida": _74, "iijima": _74, "iiyama": _74, "iizuna": _74, "ikeda": _74, "ikusaka": _74, "ina": _74, "karuizawa": _74, "kawakami": _74, "kiso": _74, "kisofukushima": _74, "kitaaiki": _74, "komagane": _74, "komoro": _74, "matsukawa": _74, "matsumoto": _74, "miasa": _74, "minamiaiki": _74, "minamimaki": _74, "minamiminowa": _74, "minowa": _74, "miyada": _74, "miyota": _74, "mochizuki": _74, "nagano": _74, "nagawa": _74, "nagiso": _74, "nakagawa": _74, "nakano": _74, "nozawaonsen": _74, "obuse": _74, "ogawa": _74, "okaya": _74, "omachi": _74, "omi": _74, "ookuwa": _74, "ooshika": _74, "otaki": _74, "otari": _74, "sakae": _74, "sakaki": _74, "saku": _74, "sakuho": _74, "shimosuwa": _74, "shinanomachi": _74, "shiojiri": _74, "suwa": _74, "suzaka": _74, "takagi": _74, "takamori": _74, "takayama": _74, "tateshina": _74, "tatsuno": _74, "toga\ -kushi": _74, "togura": _74, "tomi": _74, "ueda": _74, "wada": _74, "yamagata": _74, "yamanouchi": _74, "yasaka": _74, "yasuoka": _74 }], "nagasaki": [1, { "chijiwa": _74, "futsu": _74, "goto": _74, "hasami": _74, "hirado": _74, "iki": _74, "isahaya": _74, "kawatana": _74, "kuchinotsu": _74, "matsuura": _74, "nagasaki": _74, "obama": _74, "omura": _74, "oseto": _74, "saikai": _74, "sasebo": _74, "seihi": _74, "shimabara": _74, "shinkamigoto": _74, "togitsu": _74, "tsushima": _74, "unzen": _74 }], "nara": [1, { "ando": _74, "gose": _74, "heguri": _74, "higashiyoshino": _74, "ikaruga": _74, "ikoma": _74, "kamikitayama": _74, "kanmaki": _74, "kashiba": _74, "kashihara": _74, "katsuragi": _74, "kawai": _74, "kawakami": _74, "kawanishi": _74, "koryo": _74, "kurotaki": _74, "mitsue": _74, "miyake": _74, "nara": _74, "nosegawa": _74, "oji": _74, "ouda": _74, "oyodo": _74, "sakurai": _74, "sango": _74, "shimoichi": _74, "shimokitayama": _74, "shinjo": _74, "soni": _74, "takatori": _74, "tawaram\ -oto": _74, "tenkawa": _74, "tenri": _74, "uda": _74, "yamatokoriyama": _74, "yamatotakada": _74, "yamazoe": _74, "yoshino": _74 }], "niigata": [1, { "aga": _74, "agano": _74, "gosen": _74, "itoigawa": _74, "izumozaki": _74, "joetsu": _74, "kamo": _74, "kariwa": _74, "kashiwazaki": _74, "minamiuonuma": _74, "mitsuke": _74, "muika": _74, "murakami": _74, "myoko": _74, "nagaoka": _74, "niigata": _74, "ojiya": _74, "omi": _74, "sado": _74, "sanjo": _74, "seiro": _74, "seirou": _74, "sekikawa": _74, "shibata": _74, "tagami": _74, "tainai": _74, "tochio": _74, "tokamachi": _74, "tsubame": _74, "tsunan": _74, "uonuma": _74, "yahiko": _74, "yoita": _74, "yuzawa": _74 }], "oita": [1, { "beppu": _74, "bungoono": _74, "bungotakada": _74, "hasama": _74, "hiji": _74, "himeshima": _74, "hita": _74, "kamitsue": _74, "kokonoe": _74, "kuju": _74, "kunisaki": _74, "kusu": _74, "oita": _74, "saiki": _74, "taketa": _74, "tsukumi": _74, "usa": _74, "usuki": _74, "yufu": _74 }], "okayama": [1, { "akaiwa": _74, - "asakuchi": _74, "bizen": _74, "hayashima": _74, "ibara": _74, "kagamino": _74, "kasaoka": _74, "kibichuo": _74, "kumenan": _74, "kurashiki": _74, "maniwa": _74, "misaki": _74, "nagi": _74, "niimi": _74, "nishiawakura": _74, "okayama": _74, "satosho": _74, "setouchi": _74, "shinjo": _74, "shoo": _74, "soja": _74, "takahashi": _74, "tamano": _74, "tsuyama": _74, "wake": _74, "yakage": _74 }], "okinawa": [1, { "aguni": _74, "ginowan": _74, "ginoza": _74, "gushikami": _74, "haebaru": _74, "higashi": _74, "hirara": _74, "iheya": _74, "ishigaki": _74, "ishikawa": _74, "itoman": _74, "izena": _74, "kadena": _74, "kin": _74, "kitadaito": _74, "kitanakagusuku": _74, "kumejima": _74, "kunigami": _74, "minamidaito": _74, "motobu": _74, "nago": _74, "naha": _74, "nakagusuku": _74, "nakijin": _74, "nanjo": _74, "nishihara": _74, "ogimi": _74, "okinawa": _74, "onna": _74, "shimoji": _74, "taketomi": _74, "tarama": _74, "tokashiki": _74, "tomigusuku": _74, "tonaki": _74, "urasoe": _74, "uruma": _74, - "yaese": _74, "yomitan": _74, "yonabaru": _74, "yonaguni": _74, "zamami": _74 }], "osaka": [1, { "abeno": _74, "chihayaakasaka": _74, "chuo": _74, "daito": _74, "fujiidera": _74, "habikino": _74, "hannan": _74, "higashiosaka": _74, "higashisumiyoshi": _74, "higashiyodogawa": _74, "hirakata": _74, "ibaraki": _74, "ikeda": _74, "izumi": _74, "izumiotsu": _74, "izumisano": _74, "kadoma": _74, "kaizuka": _74, "kanan": _74, "kashiwara": _74, "katano": _74, "kawachinagano": _74, "kishiwada": _74, "kita": _74, "kumatori": _74, "matsubara": _74, "minato": _74, "minoh": _74, "misaki": _74, "moriguchi": _74, "neyagawa": _74, "nishi": _74, "nose": _74, "osakasayama": _74, "sakai": _74, "sayama": _74, "sennan": _74, "settsu": _74, "shijonawate": _74, "shimamoto": _74, "suita": _74, "tadaoka": _74, "taishi": _74, "tajiri": _74, "takaishi": _74, "takatsuki": _74, "tondabayashi": _74, "toyonaka": _74, "toyono": _74, "yao": _74 }], "saga": [1, { "ariake": _74, "arita": _74, "fukudomi": _74, "gen\ -kai": _74, "hamatama": _74, "hizen": _74, "imari": _74, "kamimine": _74, "kanzaki": _74, "karatsu": _74, "kashima": _74, "kitagata": _74, "kitahata": _74, "kiyama": _74, "kouhoku": _74, "kyuragi": _74, "nishiarita": _74, "ogi": _74, "omachi": _74, "ouchi": _74, "saga": _74, "shiroishi": _74, "taku": _74, "tara": _74, "tosu": _74, "yoshinogari": _74 }], "saitama": [1, { "arakawa": _74, "asaka": _74, "chichibu": _74, "fujimi": _74, "fujimino": _74, "fukaya": _74, "hanno": _74, "hanyu": _74, "hasuda": _74, "hatogaya": _74, "hatoyama": _74, "hidaka": _74, "higashichichibu": _74, "higashimatsuyama": _74, "honjo": _74, "ina": _74, "iruma": _74, "iwatsuki": _74, "kamiizumi": _74, "kamikawa": _74, "kamisato": _74, "kasukabe": _74, "kawagoe": _74, "kawaguchi": _74, "kawajima": _74, "kazo": _74, "kitamoto": _74, "koshigaya": _74, "kounosu": _74, "kuki": _74, "kumagaya": _74, "matsubushi": _74, "minano": _74, "misato": _74, "miyashiro": _74, "miyoshi": _74, "moroyama": _74, "nagatoro": _74, "name\ -gawa": _74, "niiza": _74, "ogano": _74, "ogawa": _74, "ogose": _74, "okegawa": _74, "omiya": _74, "otaki": _74, "ranzan": _74, "ryokami": _74, "saitama": _74, "sakado": _74, "satte": _74, "sayama": _74, "shiki": _74, "shiraoka": _74, "soka": _74, "sugito": _74, "toda": _74, "tokigawa": _74, "tokorozawa": _74, "tsurugashima": _74, "urawa": _74, "warabi": _74, "yashio": _74, "yokoze": _74, "yono": _74, "yorii": _74, "yoshida": _74, "yoshikawa": _74, "yoshimi": _74 }], "shiga": [1, { "aisho": _74, "gamo": _74, "higashiomi": _74, "hikone": _74, "koka": _74, "konan": _74, "kosei": _74, "koto": _74, "kusatsu": _74, "maibara": _74, "moriyama": _74, "nagahama": _74, "nishiazai": _74, "notogawa": _74, "omihachiman": _74, "otsu": _74, "ritto": _74, "ryuoh": _74, "takashima": _74, "takatsuki": _74, "torahime": _74, "toyosato": _74, "yasu": _74 }], "shimane": [1, { "akagi": _74, "ama": _74, "gotsu": _74, "hamada": _74, "higashiizumo": _74, "hikawa": _74, "hikimi": _74, "izumo": _74, "kakinoki": _74, - "masuda": _74, "matsue": _74, "misato": _74, "nishinoshima": _74, "ohda": _74, "okinoshima": _74, "okuizumo": _74, "shimane": _74, "tamayu": _74, "tsuwano": _74, "unnan": _74, "yakumo": _74, "yasugi": _74, "yatsuka": _74 }], "shizuoka": [1, { "arai": _74, "atami": _74, "fuji": _74, "fujieda": _74, "fujikawa": _74, "fujinomiya": _74, "fukuroi": _74, "gotemba": _74, "haibara": _74, "hamamatsu": _74, "higashiizu": _74, "ito": _74, "iwata": _74, "izu": _74, "izunokuni": _74, "kakegawa": _74, "kannami": _74, "kawanehon": _74, "kawazu": _74, "kikugawa": _74, "kosai": _74, "makinohara": _74, "matsuzaki": _74, "minamiizu": _74, "mishima": _74, "morimachi": _74, "nishiizu": _74, "numazu": _74, "omaezaki": _74, "shimada": _74, "shimizu": _74, "shimoda": _74, "shizuoka": _74, "susono": _74, "yaizu": _74, "yoshida": _74 }], "tochigi": [1, { "ashikaga": _74, "bato": _74, "haga": _74, "ichikai": _74, "iwafune": _74, "kaminokawa": _74, "kanuma": _74, "karasuyama": _74, "kuroiso": _74, "mashiko": _74, - "mibu": _74, "moka": _74, "motegi": _74, "nasu": _74, "nasushiobara": _74, "nikko": _74, "nishikata": _74, "nogi": _74, "ohira": _74, "ohtawara": _74, "oyama": _74, "sakura": _74, "sano": _74, "shimotsuke": _74, "shioya": _74, "takanezawa": _74, "tochigi": _74, "tsuga": _74, "ujiie": _74, "utsunomiya": _74, "yaita": _74 }], "tokushima": [1, { "aizumi": _74, "anan": _74, "ichiba": _74, "itano": _74, "kainan": _74, "komatsushima": _74, "matsushige": _74, "mima": _74, "minami": _74, "miyoshi": _74, "mugi": _74, "nakagawa": _74, "naruto": _74, "sanagochi": _74, "shishikui": _74, "tokushima": _74, "wajiki": _74 }], "tokyo": [1, { "adachi": _74, "akiruno": _74, "akishima": _74, "aogashima": _74, "arakawa": _74, "bunkyo": _74, "chiyoda": _74, "chofu": _74, "chuo": _74, "edogawa": _74, "fuchu": _74, "fussa": _74, "hachijo": _74, "hachioji": _74, "hamura": _74, "higashikurume": _74, "higashimurayama": _74, "higashiyamato": _74, "hino": _74, "hinode": _74, "hinohara": _74, "inagi": _74, "i\ -tabashi": _74, "katsushika": _74, "kita": _74, "kiyose": _74, "kodaira": _74, "koganei": _74, "kokubunji": _74, "komae": _74, "koto": _74, "kouzushima": _74, "kunitachi": _74, "machida": _74, "meguro": _74, "minato": _74, "mitaka": _74, "mizuho": _74, "musashimurayama": _74, "musashino": _74, "nakano": _74, "nerima": _74, "ogasawara": _74, "okutama": _74, "ome": _74, "oshima": _74, "ota": _74, "setagaya": _74, "shibuya": _74, "shinagawa": _74, "shinjuku": _74, "suginami": _74, "sumida": _74, "tachikawa": _74, "taito": _74, "tama": _74, "toshima": _74 }], "tottori": [1, { "chizu": _74, "hino": _74, "kawahara": _74, "koge": _74, "kotoura": _74, "misasa": _74, "nanbu": _74, "nichinan": _74, "sakaiminato": _74, "tottori": _74, "wakasa": _74, "yazu": _74, "yonago": _74 }], "toyama": [1, { "asahi": _74, "fuchu": _74, "fukumitsu": _74, "funahashi": _74, "himi": _74, "imizu": _74, "inami": _74, "johana": _74, "kamiichi": _74, "kurobe": _74, "nakaniikawa": _74, "namerikawa": _74, "nanto": _74, "\ -nyuzen": _74, "oyabe": _74, "taira": _74, "takaoka": _74, "tateyama": _74, "toga": _74, "tonami": _74, "toyama": _74, "unazuki": _74, "uozu": _74, "yamada": _74 }], "wakayama": [1, { "arida": _74, "aridagawa": _74, "gobo": _74, "hashimoto": _74, "hidaka": _74, "hirogawa": _74, "inami": _74, "iwade": _74, "kainan": _74, "kamitonda": _74, "katsuragi": _74, "kimino": _74, "kinokawa": _74, "kitayama": _74, "koya": _74, "koza": _74, "kozagawa": _74, "kudoyama": _74, "kushimoto": _74, "mihama": _74, "misato": _74, "nachikatsuura": _74, "shingu": _74, "shirahama": _74, "taiji": _74, "tanabe": _74, "wakayama": _74, "yuasa": _74, "yura": _74 }], "yamagata": [1, { "asahi": _74, "funagata": _74, "higashine": _74, "iide": _74, "kahoku": _74, "kaminoyama": _74, "kaneyama": _74, "kawanishi": _74, "mamurogawa": _74, "mikawa": _74, "murayama": _74, "nagai": _74, "nakayama": _74, "nanyo": _74, "nishikawa": _74, "obanazawa": _74, "oe": _74, "oguni": _74, "ohkura": _74, "oishida": _74, "sagae": _74, "sak\ -ata": _74, "sakegawa": _74, "shinjo": _74, "shirataka": _74, "shonai": _74, "takahata": _74, "tendo": _74, "tozawa": _74, "tsuruoka": _74, "yamagata": _74, "yamanobe": _74, "yonezawa": _74, "yuza": _74 }], "yamaguchi": [1, { "abu": _74, "hagi": _74, "hikari": _74, "hofu": _74, "iwakuni": _74, "kudamatsu": _74, "mitou": _74, "nagato": _74, "oshima": _74, "shimonoseki": _74, "shunan": _74, "tabuse": _74, "tokuyama": _74, "toyota": _74, "ube": _74, "yuu": _74 }], "yamanashi": [1, { "chuo": _74, "doshi": _74, "fuefuki": _74, "fujikawa": _74, "fujikawaguchiko": _74, "fujiyoshida": _74, "hayakawa": _74, "hokuto": _74, "ichikawamisato": _74, "kai": _74, "kofu": _74, "koshu": _74, "kosuge": _74, "minami-alps": _74, "minobu": _74, "nakamichi": _74, "nanbu": _74, "narusawa": _74, "nirasaki": _74, "nishikatsura": _74, "oshino": _74, "otsuki": _74, "showa": _74, "tabayama": _74, "tsuru": _74, "uenohara": _74, "yamanakako": _74, "yamanashi": _74 }], "xn--ehqz56n": _74, "三重": _74, "xn--1lqs03n": _74, - "京都": _74, "xn--qqqt11m": _74, "佐賀": _74, "xn--f6qx53a": _74, "兵庫": _74, "xn--djrs72d6uy": _74, "北海道": _74, "xn--mkru45i": _74, "千葉": _74, "xn--0trq7p7nn": _74, "和歌山": _74, "xn--5js045d": _74, "埼玉": _74, "xn--kbrq7o": _74, "大分": _74, "xn--pssu33l": _74, "大阪": _74, "xn--ntsq17g": _74, "奈良": _74, "xn--uisz3g": _74, "宮城": _74, "xn--6btw5a": _74, "宮崎": _74, "xn--1ctwo": _74, "富山": _74, "xn--6orx2r": _74, "山口": _74, "xn--rht61e": _74, "山形": _74, "xn--rht27z": _74, "山梨": _74, "xn--nit225k": _74, "岐阜": _74, "xn--rht3d": _74, "岡山": _74, "xn--djty4k": _74, "岩手": _74, "xn--klty5x": _74, "島根": _74, "xn--kltx9a": _74, "広島": _74, "xn--kltp7d": _74, "徳島": _74, "xn--c3s14m": _74, "愛媛": _74, "xn--vgu402c": _74, "愛知": _74, "xn--efvn9s": _74, "新潟": _74, "xn--1lqs71d": _74, "東京": _74, "xn--4pvxs": _74, "栃木": _74, "xn--uuwu58a": _74, "沖縄": _74, "xn--zbx025d": _74, "滋賀": _74, "xn--8\ -pvr4u": _74, "熊本": _74, "xn--5rtp49c": _74, "石川": _74, "xn--ntso0iqx3a": _74, "神奈川": _74, "xn--elqq16h": _74, "福井": _74, "xn--4it168d": _74, "福岡": _74, "xn--klt787d": _74, "福島": _74, "xn--rny31h": _74, "秋田": _74, "xn--7t0a264c": _74, "群馬": _74, "xn--uist22h": _74, "茨城": _74, "xn--8ltr62k": _74, "長崎": _74, "xn--2m4a15e": _74, "長野": _74, "xn--32vp30h": _74, "青森": _74, "xn--4it797k": _74, "静岡": _74, "xn--5rtq34k": _74, "香川": _74, "xn--k7yn95e": _74, "高知": _74, "xn--tor131o": _74, "鳥取": _74, "xn--d5qv7z876c": _74, "鹿児島": _74, "kawasaki": _78, "kitakyushu": _78, "kobe": _78, "nagoya": _78, "sapporo": _78, "sendai": _78, "yokohama": _78 }], "ke": [1, { "ac": _74, "co": _74, "go": _74, "info": _74, "me": _74, "mobi": _74, "ne": _74, "or": _74, "sc": _74 }], "kg": _75, "kh": _76, "ki": _83, "km": [1, { "ass": _74, "com": _74, "edu": _74, "gov": _74, "mil": _74, "nom": _74, "org": _74, "prd": _74, "tm": _74, "asso": _74, "c\ -oop": _74, "gouv": _74, "medecin": _74, "notaires": _74, "pharmaciens": _74, "presse": _74, "veterinaire": _74 }], "kn": [1, { "edu": _74, "gov": _74, "net": _74, "org": _74 }], "kp": [1, { "com": _74, "edu": _74, "gov": _74, "org": _74, "rep": _74, "tra": _74 }], "kr": [1, { "ac": _74, "ai": _74, "co": _74, "es": _74, "go": _74, "hs": _74, "io": _74, "it": _74, "kg": _74, "me": _74, "mil": _74, "ms": _74, "ne": _74, "or": _74, "pe": _74, "re": _74, "sc": _74, "busan": _74, "chungbuk": _74, "chungnam": _74, "daegu": _74, "daejeon": _74, "gangwon": _74, "gwangju": _74, "gyeongbuk": _74, "gyeonggi": _74, "gyeongnam": _74, "incheon": _74, "jeju": _74, "jeonbuk": _74, "jeonnam": _74, "seoul": _74, "ulsan": _74 }], "kw": [1, { "com": _74, "edu": _74, "emb": _74, "gov": _74, "ind": _74, "net": _74, "org": _74 }], "ky": _80, "kz": _75, "la": [1, { "com": _74, "edu": _74, "gov": _74, "info": _74, "int": _74, "net": _74, "org": _74, "per": _74 }], "lb": _76, "lc": _79, "li": _74, "lk": [1, { "a\ -c": _74, "assn": _74, "com": _74, "edu": _74, "gov": _74, "grp": _74, "hotel": _74, "int": _74, "ltd": _74, "net": _74, "ngo": _74, "org": _74, "sch": _74, "soc": _74, "web": _74 }], "lr": _76, "ls": [1, { "ac": _74, "biz": _74, "co": _74, "edu": _74, "gov": _74, "info": _74, "net": _74, "org": _74, "sc": _74 }], "lt": _77, "lu": _74, "lv": [1, { "asn": _74, "com": _74, "conf": _74, "edu": _74, "gov": _74, "id": _74, "mil": _74, "net": _74, "org": _74 }], "ly": [1, { "com": _74, "edu": _74, "gov": _74, "id": _74, "med": _74, "net": _74, "org": _74, "plc": _74, "sch": _74 }], "ma": [1, { "ac": _74, "co": _74, "gov": _74, "net": _74, "org": _74, "press": _74 }], "mc": [1, { "asso": _74, "tm": _74 }], "md": _74, "me": [1, { "ac": _74, "co": _74, "edu": _74, "gov": _74, "its": _74, "net": _74, "org": _74, "priv": _74 }], "mg": [1, { "co": _74, "com": _74, "edu": _74, "gov": _74, "mil": _74, "nom": _74, "org": _74, "prd": _74 }], "mh": _74, "mil": _74, "mk": [1, { "com": _74, "edu": _74, "g\ -ov": _74, "inf": _74, "name": _74, "net": _74, "org": _74 }], "ml": [1, { "ac": _74, "art": _74, "asso": _74, "com": _74, "edu": _74, "gouv": _74, "gov": _74, "info": _74, "inst": _74, "net": _74, "org": _74, "pr": _74, "presse": _74 }], "mm": _78, "mn": [1, { "edu": _74, "gov": _74, "org": _74 }], "mo": _76, "mobi": _74, "mp": _74, "mq": _74, "mr": _77, "ms": _76, "mt": _80, "mu": [1, { "ac": _74, "co": _74, "com": _74, "gov": _74, "net": _74, "or": _74, "org": _74 }], "museum": _74, "mv": [1, { "aero": _74, "biz": _74, "com": _74, "coop": _74, "edu": _74, "gov": _74, "info": _74, "int": _74, "mil": _74, "museum": _74, "name": _74, "net": _74, "org": _74, "pro": _74 }], "mw": [1, { "ac": _74, "biz": _74, "co": _74, "com": _74, "coop": _74, "edu": _74, "gov": _74, "int": _74, "net": _74, "org": _74 }], "mx": [1, { "com": _74, "edu": _74, "gob": _74, "net": _74, "org": _74 }], "my": [1, { "biz": _74, "com": _74, "edu": _74, "gov": _74, "mil": _74, "name": _74, "net": _74, "org": _74 }], - "mz": [1, { "ac": _74, "adv": _74, "co": _74, "edu": _74, "gov": _74, "mil": _74, "net": _74, "org": _74 }], "na": [1, { "alt": _74, "co": _74, "com": _74, "gov": _74, "net": _74, "org": _74 }], "name": _74, "nc": [1, { "asso": _74, "nom": _74 }], "ne": _74, "net": _74, "nf": [1, { "arts": _74, "com": _74, "firm": _74, "info": _74, "net": _74, "other": _74, "per": _74, "rec": _74, "store": _74, "web": _74 }], "ng": [1, { "com": _74, "edu": _74, "gov": _74, "i": _74, "mil": _74, "mobi": _74, "name": _74, "net": _74, "org": _74, "sch": _74 }], "ni": [1, { "ac": _74, "biz": _74, "co": _74, "com": _74, "edu": _74, "gob": _74, "in": _74, "info": _74, "int": _74, "mil": _74, "net": _74, "nom": _74, "org": _74, "web": _74 }], "nl": _74, "no": [1, { "fhs": _74, "folkebibl": _74, "fylkesbibl": _74, "idrett": _74, "museum": _74, "priv": _74, "vgs": _74, "dep": _74, "herad": _74, "kommune": _74, "mil": _74, "stat": _74, "aa": _84, "ah": _84, "bu": _84, "fm": _84, "hl": _84, "hm": _84, "jan-\ -mayen": _84, "mr": _84, "nl": _84, "nt": _84, "of": _84, "ol": _84, "oslo": _84, "rl": _84, "sf": _84, "st": _84, "svalbard": _84, "tm": _84, "tr": _84, "va": _84, "vf": _84, "akrehamn": _74, "xn--krehamn-dxa": _74, "åkrehamn": _74, "algard": _74, "xn--lgrd-poac": _74, "ålgård": _74, "arna": _74, "bronnoysund": _74, "xn--brnnysund-m8ac": _74, "brønnøysund": _74, "brumunddal": _74, "bryne": _74, "drobak": _74, "xn--drbak-wua": _74, "drøbak": _74, "egersund": _74, "fetsund": _74, "floro": _74, "xn--flor-jra": _74, "florø": _74, "fredrikstad": _74, "hokksund": _74, "honefoss": _74, "xn--hnefoss-q1a": _74, "hønefoss": _74, "jessheim": _74, "jorpeland": _74, "xn--jrpeland-54a": _74, "jørpeland": _74, "kirkenes": _74, "kopervik": _74, "krokstadelva": _74, "langevag": _74, "xn--langevg-jxa": _74, "langevåg": _74, "leirvik": _74, "mjondalen": _74, "xn--mjndalen-64a": _74, "mjøndalen": _74, "mo-i-rana": _74, "mosjoen": _74, "xn--mosjen-eya": _74, "mosjøen": _74, "nesoddtangen": _74, - "orkanger": _74, "osoyro": _74, "xn--osyro-wua": _74, "osøyro": _74, "raholt": _74, "xn--rholt-mra": _74, "råholt": _74, "sandnessjoen": _74, "xn--sandnessjen-ogb": _74, "sandnessjøen": _74, "skedsmokorset": _74, "slattum": _74, "spjelkavik": _74, "stathelle": _74, "stavern": _74, "stjordalshalsen": _74, "xn--stjrdalshalsen-sqb": _74, "stjørdalshalsen": _74, "tananger": _74, "tranby": _74, "vossevangen": _74, "aarborte": _74, "aejrie": _74, "afjord": _74, "xn--fjord-lra": _74, "åfjord": _74, "agdenes": _74, "akershus": _85, "aknoluokta": _74, "xn--koluokta-7ya57h": _74, "ákŋoluokta": _74, "al": _74, "xn--l-1fa": _74, "ål": _74, "alaheadju": _74, "xn--laheadju-7ya": _74, "álaheadju": _74, "alesund": _74, "xn--lesund-hua": _74, "ålesund": _74, "alstahaug": _74, "alta": _74, "xn--lt-liac": _74, "áltá": _74, "alvdal": _74, "amli": _74, "xn--mli-tla": _74, "åmli": _74, "amot": _74, "xn--mot-tla": _74, "åmot": _74, "andasuolo": _74, "andebu": _74, "andoy": _74, "xn--andy-\ -ira": _74, "andøy": _74, "ardal": _74, "xn--rdal-poa": _74, "årdal": _74, "aremark": _74, "arendal": _74, "xn--s-1fa": _74, "ås": _74, "aseral": _74, "xn--seral-lra": _74, "åseral": _74, "asker": _74, "askim": _74, "askoy": _74, "xn--asky-ira": _74, "askøy": _74, "askvoll": _74, "asnes": _74, "xn--snes-poa": _74, "åsnes": _74, "audnedaln": _74, "aukra": _74, "aure": _74, "aurland": _74, "aurskog-holand": _74, "xn--aurskog-hland-jnb": _74, "aurskog-høland": _74, "austevoll": _74, "austrheim": _74, "averoy": _74, "xn--avery-yua": _74, "averøy": _74, "badaddja": _74, "xn--bdddj-mrabd": _74, "bådåddjå": _74, "xn--brum-voa": _74, "bærum": _74, "bahcavuotna": _74, "xn--bhcavuotna-s4a": _74, "báhcavuotna": _74, "bahccavuotna": _74, "xn--bhccavuotna-k7a": _74, "báhccavuotna": _74, "baidar": _74, "xn--bidr-5nac": _74, "báidár": _74, "bajddar": _74, "xn--bjddar-pta": _74, "bájddar": _74, "balat": _74, "xn--blt-elab": _74, "bálát": _74, "balestrand": _74, "ballangen": _74, "bal\ -sfjord": _74, "bamble": _74, "bardu": _74, "barum": _74, "batsfjord": _74, "xn--btsfjord-9za": _74, "båtsfjord": _74, "bearalvahki": _74, "xn--bearalvhki-y4a": _74, "bearalváhki": _74, "beardu": _74, "beiarn": _74, "berg": _74, "bergen": _74, "berlevag": _74, "xn--berlevg-jxa": _74, "berlevåg": _74, "bievat": _74, "xn--bievt-0qa": _74, "bievát": _74, "bindal": _74, "birkenes": _74, "bjerkreim": _74, "bjugn": _74, "bodo": _74, "xn--bod-2na": _74, "bodø": _74, "bokn": _74, "bomlo": _74, "xn--bmlo-gra": _74, "bømlo": _74, "bremanger": _74, "bronnoy": _74, "xn--brnny-wuac": _74, "brønnøy": _74, "budejju": _74, "buskerud": _85, "bygland": _74, "bykle": _74, "cahcesuolo": _74, "xn--hcesuolo-7ya35b": _74, "čáhcesuolo": _74, "davvenjarga": _74, "xn--davvenjrga-y4a": _74, "davvenjárga": _74, "davvesiida": _74, "deatnu": _74, "dielddanuorri": _74, "divtasvuodna": _74, "divttasvuotna": _74, "donna": _74, "xn--dnna-gra": _74, "dønna": _74, "dovre": _74, "drammen": _74, "drangedal": _74, - "dyroy": _74, "xn--dyry-ira": _74, "dyrøy": _74, "eid": _74, "eidfjord": _74, "eidsberg": _74, "eidskog": _74, "eidsvoll": _74, "eigersund": _74, "elverum": _74, "enebakk": _74, "engerdal": _74, "etne": _74, "etnedal": _74, "evenassi": _74, "xn--eveni-0qa01ga": _74, "evenášši": _74, "evenes": _74, "evje-og-hornnes": _74, "farsund": _74, "fauske": _74, "fedje": _74, "fet": _74, "finnoy": _74, "xn--finny-yua": _74, "finnøy": _74, "fitjar": _74, "fjaler": _74, "fjell": _74, "fla": _74, "xn--fl-zia": _74, "flå": _74, "flakstad": _74, "flatanger": _74, "flekkefjord": _74, "flesberg": _74, "flora": _74, "folldal": _74, "forde": _74, "xn--frde-gra": _74, "førde": _74, "forsand": _74, "fosnes": _74, "xn--frna-woa": _74, "fræna": _74, "frana": _74, "frei": _74, "frogn": _74, "froland": _74, "frosta": _74, "froya": _74, "xn--frya-hra": _74, "frøya": _74, "fuoisku": _74, "fuossko": _74, "fusa": _74, "fyresdal": _74, "gaivuotna": _74, "xn--givuotna-8ya": _74, "gáivuotna": _74, "gal\ -sa": _74, "xn--gls-elac": _74, "gálsá": _74, "gamvik": _74, "gangaviika": _74, "xn--ggaviika-8ya47h": _74, "gáŋgaviika": _74, "gaular": _74, "gausdal": _74, "giehtavuoatna": _74, "gildeskal": _74, "xn--gildeskl-g0a": _74, "gildeskål": _74, "giske": _74, "gjemnes": _74, "gjerdrum": _74, "gjerstad": _74, "gjesdal": _74, "gjovik": _74, "xn--gjvik-wua": _74, "gjøvik": _74, "gloppen": _74, "gol": _74, "gran": _74, "grane": _74, "granvin": _74, "gratangen": _74, "grimstad": _74, "grong": _74, "grue": _74, "gulen": _74, "guovdageaidnu": _74, "ha": _74, "xn--h-2fa": _74, "hå": _74, "habmer": _74, "xn--hbmer-xqa": _74, "hábmer": _74, "hadsel": _74, "xn--hgebostad-g3a": _74, "hægebostad": _74, "hagebostad": _74, "halden": _74, "halsa": _74, "hamar": _74, "hamaroy": _74, "hammarfeasta": _74, "xn--hmmrfeasta-s4ac": _74, "hámmárfeasta": _74, "hammerfest": _74, "hapmir": _74, "xn--hpmir-xqa": _74, "hápmir": _74, "haram": _74, "hareid": _74, "harstad": _74, "hasvik": _74, "hattfjelldal": _74, - "haugesund": _74, "hedmark": [0, { "os": _74, "valer": _74, "xn--vler-qoa": _74, "våler": _74 }], "hemne": _74, "hemnes": _74, "hemsedal": _74, "hitra": _74, "hjartdal": _74, "hjelmeland": _74, "hobol": _74, "xn--hobl-ira": _74, "hobøl": _74, "hof": _74, "hol": _74, "hole": _74, "holmestrand": _74, "holtalen": _74, "xn--holtlen-hxa": _74, "holtålen": _74, "hordaland": [0, { "os": _74 }], "hornindal": _74, "horten": _74, "hoyanger": _74, "xn--hyanger-q1a": _74, "høyanger": _74, "hoylandet": _74, "xn--hylandet-54a": _74, "høylandet": _74, "hurdal": _74, "hurum": _74, "hvaler": _74, "hyllestad": _74, "ibestad": _74, "inderoy": _74, "xn--indery-fya": _74, "inderøy": _74, "iveland": _74, "ivgu": _74, "jevnaker": _74, "jolster": _74, "xn--jlster-bya": _74, "jølster": _74, "jondal": _74, "kafjord": _74, "xn--kfjord-iua": _74, "kåfjord": _74, "karasjohka": _74, "xn--krjohka-hwab49j": _74, "kárášjohka": _74, "karasjok": _74, "karlsoy": _74, "karmoy": _74, "xn--karmy-yua": _74, "\ -karmøy": _74, "kautokeino": _74, "klabu": _74, "xn--klbu-woa": _74, "klæbu": _74, "klepp": _74, "kongsberg": _74, "kongsvinger": _74, "kraanghke": _74, "xn--kranghke-b0a": _74, "kråanghke": _74, "kragero": _74, "xn--krager-gya": _74, "kragerø": _74, "kristiansand": _74, "kristiansund": _74, "krodsherad": _74, "xn--krdsherad-m8a": _74, "krødsherad": _74, "xn--kvfjord-nxa": _74, "kvæfjord": _74, "xn--kvnangen-k0a": _74, "kvænangen": _74, "kvafjord": _74, "kvalsund": _74, "kvam": _74, "kvanangen": _74, "kvinesdal": _74, "kvinnherad": _74, "kviteseid": _74, "kvitsoy": _74, "xn--kvitsy-fya": _74, "kvitsøy": _74, "laakesvuemie": _74, "xn--lrdal-sra": _74, "lærdal": _74, "lahppi": _74, "xn--lhppi-xqa": _74, "láhppi": _74, "lardal": _74, "larvik": _74, "lavagis": _74, "lavangen": _74, "leangaviika": _74, "xn--leagaviika-52b": _74, "leaŋgaviika": _74, "lebesby": _74, "leikanger": _74, "leirfjord": _74, "leka": _74, "leksvik": _74, "lenvik": _74, "lerdal": _74, "lesja": _74, "levanger": _74, - "lier": _74, "lierne": _74, "lillehammer": _74, "lillesand": _74, "lindas": _74, "xn--linds-pra": _74, "lindås": _74, "lindesnes": _74, "loabat": _74, "xn--loabt-0qa": _74, "loabát": _74, "lodingen": _74, "xn--ldingen-q1a": _74, "lødingen": _74, "lom": _74, "loppa": _74, "lorenskog": _74, "xn--lrenskog-54a": _74, "lørenskog": _74, "loten": _74, "xn--lten-gra": _74, "løten": _74, "lund": _74, "lunner": _74, "luroy": _74, "xn--lury-ira": _74, "lurøy": _74, "luster": _74, "lyngdal": _74, "lyngen": _74, "malatvuopmi": _74, "xn--mlatvuopmi-s4a": _74, "málatvuopmi": _74, "malselv": _74, "xn--mlselv-iua": _74, "målselv": _74, "malvik": _74, "mandal": _74, "marker": _74, "marnardal": _74, "masfjorden": _74, "masoy": _74, "xn--msy-ula0h": _74, "måsøy": _74, "matta-varjjat": _74, "xn--mtta-vrjjat-k7af": _74, "mátta-várjjat": _74, "meland": _74, "meldal": _74, "melhus": _74, "meloy": _74, "xn--mely-ira": _74, "meløy": _74, "meraker": _74, "xn--merker-kua": _74, "meråker": _74, - "midsund": _74, "midtre-gauldal": _74, "moareke": _74, "xn--moreke-jua": _74, "moåreke": _74, "modalen": _74, "modum": _74, "molde": _74, "more-og-romsdal": [0, { "heroy": _74, "sande": _74 }], "xn--mre-og-romsdal-qqb": [0, { "xn--hery-ira": _74, "sande": _74 }], "møre-og-romsdal": [0, { "herøy": _74, "sande": _74 }], "moskenes": _74, "moss": _74, "muosat": _74, "xn--muost-0qa": _74, "muosát": _74, "naamesjevuemie": _74, "xn--nmesjevuemie-tcba": _74, "nååmesjevuemie": _74, "xn--nry-yla5g": _74, "nærøy": _74, "namdalseid": _74, "namsos": _74, "namsskogan": _74, "nannestad": _74, "naroy": _74, "narviika": _74, "narvik": _74, "naustdal": _74, "navuotna": _74, "xn--nvuotna-hwa": _74, "návuotna": _74, "nedre-eiker": _74, "nesna": _74, "nesodden": _74, "nesseby": _74, "nesset": _74, "nissedal": _74, "nittedal": _74, "nord-aurdal": _74, "nord-fron": _74, "nord-odal": _74, "norddal": _74, "nordkapp": _74, "nordland": [0, { "bo": _74, "xn--b-5ga": _74, "bø": _74, "heroy": _74, "\ -xn--hery-ira": _74, "herøy": _74 }], "nordre-land": _74, "nordreisa": _74, "nore-og-uvdal": _74, "notodden": _74, "notteroy": _74, "xn--nttery-byae": _74, "nøtterøy": _74, "odda": _74, "oksnes": _74, "xn--ksnes-uua": _74, "øksnes": _74, "omasvuotna": _74, "oppdal": _74, "oppegard": _74, "xn--oppegrd-ixa": _74, "oppegård": _74, "orkdal": _74, "orland": _74, "xn--rland-uua": _74, "ørland": _74, "orskog": _74, "xn--rskog-uua": _74, "ørskog": _74, "orsta": _74, "xn--rsta-fra": _74, "ørsta": _74, "osen": _74, "osteroy": _74, "xn--ostery-fya": _74, "osterøy": _74, "ostfold": [0, { "valer": _74 }], "xn--stfold-9xa": [0, { "xn--vler-qoa": _74 }], "østfold": [0, { "våler": _74 }], "ostre-toten": _74, "xn--stre-toten-zcb": _74, "østre-toten": _74, "overhalla": _74, "ovre-eiker": _74, "xn--vre-eiker-k8a": _74, "øvre-eiker": _74, "oyer": _74, "xn--yer-zna": _74, "øyer": _74, "oygarden": _74, "xn--ygarden-p1a": _74, "øygarden": _74, "oystre-slidre": _74, "xn--ystre-slidre-ujb": _74, "\ -øystre-slidre": _74, "porsanger": _74, "porsangu": _74, "xn--porsgu-sta26f": _74, "porsáŋgu": _74, "porsgrunn": _74, "rade": _74, "xn--rde-ula": _74, "råde": _74, "radoy": _74, "xn--rady-ira": _74, "radøy": _74, "xn--rlingen-mxa": _74, "rælingen": _74, "rahkkeravju": _74, "xn--rhkkervju-01af": _74, "ráhkkerávju": _74, "raisa": _74, "xn--risa-5na": _74, "ráisa": _74, "rakkestad": _74, "ralingen": _74, "rana": _74, "randaberg": _74, "rauma": _74, "rendalen": _74, "rennebu": _74, "rennesoy": _74, "xn--rennesy-v1a": _74, "rennesøy": _74, "rindal": _74, "ringebu": _74, "ringerike": _74, "ringsaker": _74, "risor": _74, "xn--risr-ira": _74, "risør": _74, "rissa": _74, "roan": _74, "rodoy": _74, "xn--rdy-0nab": _74, "rødøy": _74, "rollag": _74, "romsa": _74, "romskog": _74, "xn--rmskog-bya": _74, "rømskog": _74, "roros": _74, "xn--rros-gra": _74, "røros": _74, "rost": _74, "xn--rst-0na": _74, "røst": _74, "royken": _74, "xn--ryken-vua": _74, "røyken": _74, "royrvik": _74, "xn-\ --ryrvik-bya": _74, "røyrvik": _74, "ruovat": _74, "rygge": _74, "salangen": _74, "salat": _74, "xn--slat-5na": _74, "sálat": _74, "xn--slt-elab": _74, "sálát": _74, "saltdal": _74, "samnanger": _74, "sandefjord": _74, "sandnes": _74, "sandoy": _74, "xn--sandy-yua": _74, "sandøy": _74, "sarpsborg": _74, "sauda": _74, "sauherad": _74, "sel": _74, "selbu": _74, "selje": _74, "seljord": _74, "siellak": _74, "sigdal": _74, "siljan": _74, "sirdal": _74, "skanit": _74, "xn--sknit-yqa": _74, "skánit": _74, "skanland": _74, "xn--sknland-fxa": _74, "skånland": _74, "skaun": _74, "skedsmo": _74, "ski": _74, "skien": _74, "skierva": _74, "xn--skierv-uta": _74, "skiervá": _74, "skiptvet": _74, "skjak": _74, "xn--skjk-soa": _74, "skjåk": _74, "skjervoy": _74, "xn--skjervy-v1a": _74, "skjervøy": _74, "skodje": _74, "smola": _74, "xn--smla-hra": _74, "smøla": _74, "snaase": _74, "xn--snase-nra": _74, "snåase": _74, "snasa": _74, "xn--snsa-roa": _74, "snåsa": _74, "snillfjord": _74, "snoas\ -a": _74, "sogndal": _74, "sogne": _74, "xn--sgne-gra": _74, "søgne": _74, "sokndal": _74, "sola": _74, "solund": _74, "somna": _74, "xn--smna-gra": _74, "sømna": _74, "sondre-land": _74, "xn--sndre-land-0cb": _74, "søndre-land": _74, "songdalen": _74, "sor-aurdal": _74, "xn--sr-aurdal-l8a": _74, "sør-aurdal": _74, "sor-fron": _74, "xn--sr-fron-q1a": _74, "sør-fron": _74, "sor-odal": _74, "xn--sr-odal-q1a": _74, "sør-odal": _74, "sor-varanger": _74, "xn--sr-varanger-ggb": _74, "sør-varanger": _74, "sorfold": _74, "xn--srfold-bya": _74, "sørfold": _74, "sorreisa": _74, "xn--srreisa-q1a": _74, "sørreisa": _74, "sortland": _74, "sorum": _74, "xn--srum-gra": _74, "sørum": _74, "spydeberg": _74, "stange": _74, "stavanger": _74, "steigen": _74, "steinkjer": _74, "stjordal": _74, "xn--stjrdal-s1a": _74, "stjørdal": _74, "stokke": _74, "stor-elvdal": _74, "stord": _74, "stordal": _74, "storfjord": _74, "strand": _74, "stranda": _74, "stryn": _74, "sula": _74, "suldal": _74, "sund": _74, - "sunndal": _74, "surnadal": _74, "sveio": _74, "svelvik": _74, "sykkylven": _74, "tana": _74, "telemark": [0, { "bo": _74, "xn--b-5ga": _74, "bø": _74 }], "time": _74, "tingvoll": _74, "tinn": _74, "tjeldsund": _74, "tjome": _74, "xn--tjme-hra": _74, "tjøme": _74, "tokke": _74, "tolga": _74, "tonsberg": _74, "xn--tnsberg-q1a": _74, "tønsberg": _74, "torsken": _74, "xn--trna-woa": _74, "træna": _74, "trana": _74, "tranoy": _74, "xn--trany-yua": _74, "tranøy": _74, "troandin": _74, "trogstad": _74, "xn--trgstad-r1a": _74, "trøgstad": _74, "tromsa": _74, "tromso": _74, "xn--troms-zua": _74, "tromsø": _74, "trondheim": _74, "trysil": _74, "tvedestrand": _74, "tydal": _74, "tynset": _74, "tysfjord": _74, "tysnes": _74, "xn--tysvr-vra": _74, "tysvær": _74, "tysvar": _74, "ullensaker": _74, "ullensvang": _74, "ulvik": _74, "unjarga": _74, "xn--unjrga-rta": _74, "unjárga": _74, "utsira": _74, "vaapste": _74, "vadso": _74, "xn--vads-jra": _74, "vadsø": _74, "xn--vry-yla5g": _74, - "værøy": _74, "vaga": _74, "xn--vg-yiab": _74, "vågå": _74, "vagan": _74, "xn--vgan-qoa": _74, "vågan": _74, "vagsoy": _74, "xn--vgsy-qoa0j": _74, "vågsøy": _74, "vaksdal": _74, "valle": _74, "vang": _74, "vanylven": _74, "vardo": _74, "xn--vard-jra": _74, "vardø": _74, "varggat": _74, "xn--vrggt-xqad": _74, "várggát": _74, "varoy": _74, "vefsn": _74, "vega": _74, "vegarshei": _74, "xn--vegrshei-c0a": _74, "vegårshei": _74, "vennesla": _74, "verdal": _74, "verran": _74, "vestby": _74, "vestfold": [0, { "sande": _74 }], "vestnes": _74, "vestre-slidre": _74, "vestre-toten": _74, "vestvagoy": _74, "xn--vestvgy-ixa6o": _74, "vestvågøy": _74, "vevelstad": _74, "vik": _74, "vikna": _74, "vindafjord": _74, "voagat": _74, "volda": _74, "voss": _74 }], "np": _78, "nr": _83, "nu": _74, "nz": [1, { "ac": _74, "co": _74, "cri": _74, "geek": _74, "gen": _74, "govt": _74, "health": _74, "iwi": _74, "kiwi": _74, "maori": _74, "xn--mori-qsa": _74, "māori": _74, "mil": _74, "net": _74, - "org": _74, "parliament": _74, "school": _74 }], "om": [1, { "co": _74, "com": _74, "edu": _74, "gov": _74, "med": _74, "museum": _74, "net": _74, "org": _74, "pro": _74 }], "onion": _74, "org": _74, "pa": [1, { "abo": _74, "ac": _74, "com": _74, "edu": _74, "gob": _74, "ing": _74, "med": _74, "net": _74, "nom": _74, "org": _74, "sld": _74 }], "pe": [1, { "com": _74, "edu": _74, "gob": _74, "mil": _74, "net": _74, "nom": _74, "org": _74 }], "pf": [1, { "com": _74, "edu": _74, "org": _74 }], "pg": _78, "ph": [1, { "com": _74, "edu": _74, "gov": _74, "i": _74, "mil": _74, "net": _74, "ngo": _74, "org": _74 }], "pk": [1, { "ac": _74, "biz": _74, "com": _74, "edu": _74, "fam": _74, "gkp": _74, "gob": _74, "gog": _74, "gok": _74, "gop": _74, "gos": _74, "gov": _74, "net": _74, "org": _74, "web": _74 }], "pl": [1, { "com": _74, "net": _74, "org": _74, "agro": _74, "aid": _74, "atm": _74, "auto": _74, "biz": _74, "edu": _74, "gmina": _74, "gsm": _74, "info": _74, "mail": _74, "media": _74, - "miasta": _74, "mil": _74, "nieruchomosci": _74, "nom": _74, "pc": _74, "powiat": _74, "priv": _74, "realestate": _74, "rel": _74, "sex": _74, "shop": _74, "sklep": _74, "sos": _74, "szkola": _74, "targi": _74, "tm": _74, "tourism": _74, "travel": _74, "turystyka": _74, "gov": [1, { "ap": _74, "griw": _74, "ic": _74, "is": _74, "kmpsp": _74, "konsulat": _74, "kppsp": _74, "kwp": _74, "kwpsp": _74, "mup": _74, "mw": _74, "oia": _74, "oirm": _74, "oke": _74, "oow": _74, "oschr": _74, "oum": _74, "pa": _74, "pinb": _74, "piw": _74, "po": _74, "pr": _74, "psp": _74, "psse": _74, "pup": _74, "rzgw": _74, "sa": _74, "sdn": _74, "sko": _74, "so": _74, "sr": _74, "starostwo": _74, "ug": _74, "ugim": _74, "um": _74, "umig": _74, "upow": _74, "uppo": _74, "us": _74, "uw": _74, "uzs": _74, "wif": _74, "wiih": _74, "winb": _74, "wios": _74, "witd": _74, "wiw": _74, "wkz": _74, "wsa": _74, "wskr": _74, "wsse": _74, "wuoz": _74, "wzmiuw": _74, "zp": _74, "zpisdn": _74 }], "augustow": _74, "bab\ -ia-gora": _74, "bedzin": _74, "beskidy": _74, "bialowieza": _74, "bialystok": _74, "bielawa": _74, "bieszczady": _74, "boleslawiec": _74, "bydgoszcz": _74, "bytom": _74, "cieszyn": _74, "czeladz": _74, "czest": _74, "dlugoleka": _74, "elblag": _74, "elk": _74, "glogow": _74, "gniezno": _74, "gorlice": _74, "grajewo": _74, "ilawa": _74, "jaworzno": _74, "jelenia-gora": _74, "jgora": _74, "kalisz": _74, "karpacz": _74, "kartuzy": _74, "kaszuby": _74, "katowice": _74, "kazimierz-dolny": _74, "kepno": _74, "ketrzyn": _74, "klodzko": _74, "kobierzyce": _74, "kolobrzeg": _74, "konin": _74, "konskowola": _74, "kutno": _74, "lapy": _74, "lebork": _74, "legnica": _74, "lezajsk": _74, "limanowa": _74, "lomza": _74, "lowicz": _74, "lubin": _74, "lukow": _74, "malbork": _74, "malopolska": _74, "mazowsze": _74, "mazury": _74, "mielec": _74, "mielno": _74, "mragowo": _74, "naklo": _74, "nowaruda": _74, "nysa": _74, "olawa": _74, "olecko": _74, "olkusz": _74, "olsztyn": _74, "opoczno": _74, "opole": _74, - "ostroda": _74, "ostroleka": _74, "ostrowiec": _74, "ostrowwlkp": _74, "pila": _74, "pisz": _74, "podhale": _74, "podlasie": _74, "polkowice": _74, "pomorskie": _74, "pomorze": _74, "prochowice": _74, "pruszkow": _74, "przeworsk": _74, "pulawy": _74, "radom": _74, "rawa-maz": _74, "rybnik": _74, "rzeszow": _74, "sanok": _74, "sejny": _74, "skoczow": _74, "slask": _74, "slupsk": _74, "sosnowiec": _74, "stalowa-wola": _74, "starachowice": _74, "stargard": _74, "suwalki": _74, "swidnica": _74, "swiebodzin": _74, "swinoujscie": _74, "szczecin": _74, "szczytno": _74, "tarnobrzeg": _74, "tgory": _74, "turek": _74, "tychy": _74, "ustka": _74, "walbrzych": _74, "warmia": _74, "warszawa": _74, "waw": _74, "wegrow": _74, "wielun": _74, "wlocl": _74, "wloclawek": _74, "wodzislaw": _74, "wolomin": _74, "wroclaw": _74, "zachpomor": _74, "zagan": _74, "zarow": _74, "zgora": _74, "zgorzelec": _74 }], "pm": _74, "pn": [1, { "co": _74, "edu": _74, "gov": _74, "net": _74, "org": _74 }], "post": _74, - "pr": [1, { "biz": _74, "com": _74, "edu": _74, "gov": _74, "info": _74, "isla": _74, "name": _74, "net": _74, "org": _74, "pro": _74, "ac": _74, "est": _74, "prof": _74 }], "pro": [1, { "aaa": _74, "aca": _74, "acct": _74, "avocat": _74, "bar": _74, "cpa": _74, "eng": _74, "jur": _74, "law": _74, "med": _74, "recht": _74 }], "ps": [1, { "com": _74, "edu": _74, "gov": _74, "net": _74, "org": _74, "plo": _74, "sec": _74 }], "pt": [1, { "com": _74, "edu": _74, "gov": _74, "int": _74, "net": _74, "nome": _74, "org": _74, "publ": _74 }], "pw": _77, "py": [1, { "com": _74, "coop": _74, "edu": _74, "gov": _74, "mil": _74, "net": _74, "org": _74 }], "qa": [1, { "com": _74, "edu": _74, "gov": _74, "mil": _74, "name": _74, "net": _74, "org": _74, "sch": _74 }], "re": [1, { "asso": _74, "com": _74 }], "ro": [1, { "arts": _74, "com": _74, "firm": _74, "info": _74, "nom": _74, "nt": _74, "org": _74, "rec": _74, "store": _74, "tm": _74, "www": _74 }], "rs": [1, { "ac": _74, "co": _74, "edu": _74, - "gov": _74, "in": _74, "org": _74 }], "ru": _74, "rw": [1, { "ac": _74, "co": _74, "coop": _74, "gov": _74, "mil": _74, "net": _74, "org": _74 }], "sa": [1, { "com": _74, "edu": _74, "gov": _74, "med": _74, "net": _74, "org": _74, "pub": _74, "sch": _74 }], "sb": _76, "sc": _76, "sd": [1, { "com": _74, "edu": _74, "gov": _74, "info": _74, "med": _74, "net": _74, "org": _74, "tv": _74 }], "se": [1, { "a": _74, "ac": _74, "b": _74, "bd": _74, "brand": _74, "c": _74, "d": _74, "e": _74, "f": _74, "fh": _74, "fhsk": _74, "fhv": _74, "g": _74, "h": _74, "i": _74, "k": _74, "komforb": _74, "kommunalforbund": _74, "komvux": _74, "l": _74, "lanbib": _74, "m": _74, "n": _74, "naturbruksgymn": _74, "o": _74, "org": _74, "p": _74, "parti": _74, "pp": _74, "press": _74, "r": _74, "s": _74, "t": _74, "tm": _74, "u": _74, "w": _74, "x": _74, "y": _74, "z": _74 }], "sg": _76, "sh": [1, { "com": _74, "gov": _74, "mil": _74, "net": _74, "org": _74 }], "si": _74, "sj": _74, "sk": [1, { "org": _74 }], - "sl": _76, "sm": _74, "sn": [1, { "art": _74, "com": _74, "edu": _74, "gouv": _74, "org": _74, "univ": _74 }], "so": [1, { "com": _74, "edu": _74, "gov": _74, "me": _74, "net": _74, "org": _74 }], "sr": _74, "ss": [1, { "biz": _74, "co": _74, "com": _74, "edu": _74, "gov": _74, "me": _74, "net": _74, "org": _74, "sch": _74 }], "st": [1, { "co": _74, "com": _74, "consulado": _74, "edu": _74, "embaixada": _74, "mil": _74, "net": _74, "org": _74, "principe": _74, "saotome": _74, "store": _74 }], "su": _74, "sv": [1, { "com": _74, "edu": _74, "gob": _74, "org": _74, "red": _74 }], "sx": _77, "sy": _75, "sz": [1, { "ac": _74, "co": _74, "org": _74 }], "tc": _74, "td": _74, "tel": _74, "tf": _74, "tg": _74, "th": [1, { "ac": _74, "co": _74, "go": _74, "in": _74, "mi": _74, "net": _74, "or": _74 }], "tj": [1, { "ac": _74, "biz": _74, "co": _74, "com": _74, "edu": _74, "go": _74, "gov": _74, "int": _74, "mil": _74, "name": _74, "net": _74, "nic": _74, "org": _74, "test": _74, "web": _74 }], - "tk": _74, "tl": _77, "tm": _82, "tn": [1, { "com": _74, "ens": _74, "fin": _74, "gov": _74, "ind": _74, "info": _74, "intl": _74, "mincom": _74, "nat": _74, "net": _74, "org": _74, "perso": _74, "tourism": _74 }], "to": _75, "tr": [1, { "av": _74, "bbs": _74, "bel": _74, "biz": _74, "com": _74, "dr": _74, "edu": _74, "gen": _74, "gov": _74, "info": _74, "k12": _74, "kep": _74, "mil": _74, "name": _74, "net": _74, "org": _74, "pol": _74, "tel": _74, "tsk": _74, "tv": _74, "web": _74, "nc": _77 }], "tt": [1, { "biz": _74, "co": _74, "com": _74, "edu": _74, "gov": _74, "info": _74, "mil": _74, "name": _74, "net": _74, "org": _74, "pro": _74 }], "tv": _74, "tw": [1, { "club": _74, "com": _74, "ebiz": _74, "edu": _74, "game": _74, "gov": _74, "idv": _74, "mil": _74, "net": _74, "org": _74 }], "tz": [1, { "ac": _74, "co": _74, "go": _74, "hotel": _74, "info": _74, "me": _74, "mil": _74, "mobi": _74, "ne": _74, "or": _74, "sc": _74, "tv": _74 }], "ua": [1, { "com": _74, "edu": _74, "go\ -v": _74, "in": _74, "net": _74, "org": _74, "cherkassy": _74, "cherkasy": _74, "chernigov": _74, "chernihiv": _74, "chernivtsi": _74, "chernovtsy": _74, "ck": _74, "cn": _74, "cr": _74, "crimea": _74, "cv": _74, "dn": _74, "dnepropetrovsk": _74, "dnipropetrovsk": _74, "donetsk": _74, "dp": _74, "if": _74, "ivano-frankivsk": _74, "kh": _74, "kharkiv": _74, "kharkov": _74, "kherson": _74, "khmelnitskiy": _74, "khmelnytskyi": _74, "kiev": _74, "kirovograd": _74, "km": _74, "kr": _74, "kropyvnytskyi": _74, "krym": _74, "ks": _74, "kv": _74, "kyiv": _74, "lg": _74, "lt": _74, "lugansk": _74, "luhansk": _74, "lutsk": _74, "lv": _74, "lviv": _74, "mk": _74, "mykolaiv": _74, "nikolaev": _74, "od": _74, "odesa": _74, "odessa": _74, "pl": _74, "poltava": _74, "rivne": _74, "rovno": _74, "rv": _74, "sb": _74, "sebastopol": _74, "sevastopol": _74, "sm": _74, "sumy": _74, "te": _74, "ternopil": _74, "uz": _74, "uzhgorod": _74, "uzhhorod": _74, "vinnica": _74, "vinnytsia": _74, "vn": _74, "volyn": _74, - "yalta": _74, "zakarpattia": _74, "zaporizhzhe": _74, "zaporizhzhia": _74, "zhitomir": _74, "zhytomyr": _74, "zp": _74, "zt": _74 }], "ug": [1, { "ac": _74, "co": _74, "com": _74, "edu": _74, "go": _74, "gov": _74, "mil": _74, "ne": _74, "or": _74, "org": _74, "sc": _74, "us": _74 }], "uk": [1, { "ac": _74, "co": _74, "gov": _74, "ltd": _74, "me": _74, "net": _74, "nhs": _74, "org": _74, "plc": _74, "police": _74, "sch": _78 }], "us": [1, { "dni": _74, "isa": _74, "nsn": _74, "ak": _86, "al": _86, "ar": _86, "as": _86, "az": _86, "ca": _86, "co": _86, "ct": _86, "dc": _86, "de": _87, "fl": _86, "ga": _86, "gu": _86, "hi": _88, "ia": _86, "id": _86, "il": _86, "in": _86, "ks": _86, "ky": _86, "la": _86, "ma": [1, { "k12": [1, { "chtr": _74, "paroch": _74, "pvt": _74 }], "cc": _74, "lib": _74 }], "md": _86, "me": _86, "mi": [1, { "k12": _74, "cc": _74, "lib": _74, "ann-arbor": _74, "cog": _74, "dst": _74, "eaton": _74, "gen": _74, "mus": _74, "tec": _74, "washtenaw": _74 }], "mn": _86, - "mo": _86, "ms": [1, { "k12": _74, "cc": _74 }], "mt": _86, "nc": _86, "nd": _88, "ne": _86, "nh": _86, "nj": _86, "nm": _86, "nv": _86, "ny": _86, "oh": _86, "ok": _86, "or": _86, "pa": _86, "pr": _86, "ri": _88, "sc": _86, "sd": _88, "tn": _86, "tx": _86, "ut": _86, "va": _86, "vi": _86, "vt": _86, "wa": _86, "wi": _86, "wv": _87, "wy": _86 }], "uy": [1, { "com": _74, "edu": _74, "gub": _74, "mil": _74, "net": _74, "org": _74 }], "uz": [1, { "co": _74, "com": _74, "net": _74, "org": _74 }], "va": _74, "vc": _75, "ve": [1, { "arts": _74, "bib": _74, "co": _74, "com": _74, "e12": _74, "edu": _74, "emprende": _74, "firm": _74, "gob": _74, "gov": _74, "ia": _74, "info": _74, "int": _74, "mil": _74, "net": _74, "nom": _74, "org": _74, "rar": _74, "rec": _74, "store": _74, "tec": _74, "web": _74 }], "vg": [1, { "edu": _74 }], "vi": [1, { "co": _74, "com": _74, "k12": _74, "net": _74, "org": _74 }], "vn": [1, { "ac": _74, "ai": _74, "biz": _74, "com": _74, "edu": _74, "gov": _74, "hea\ -lth": _74, "id": _74, "info": _74, "int": _74, "io": _74, "name": _74, "net": _74, "org": _74, "pro": _74, "angiang": _74, "bacgiang": _74, "backan": _74, "baclieu": _74, "bacninh": _74, "baria-vungtau": _74, "bentre": _74, "binhdinh": _74, "binhduong": _74, "binhphuoc": _74, "binhthuan": _74, "camau": _74, "cantho": _74, "caobang": _74, "daklak": _74, "daknong": _74, "danang": _74, "dienbien": _74, "dongnai": _74, "dongthap": _74, "gialai": _74, "hagiang": _74, "haiduong": _74, "haiphong": _74, "hanam": _74, "hanoi": _74, "hatinh": _74, "haugiang": _74, "hoabinh": _74, "hue": _74, "hungyen": _74, "khanhhoa": _74, "kiengiang": _74, "kontum": _74, "laichau": _74, "lamdong": _74, "langson": _74, "laocai": _74, "longan": _74, "namdinh": _74, "nghean": _74, "ninhbinh": _74, "ninhthuan": _74, "phutho": _74, "phuyen": _74, "quangbinh": _74, "quangnam": _74, "quangngai": _74, "quangninh": _74, "quangtri": _74, "soctrang": _74, "sonla": _74, "tayninh": _74, "thaibinh": _74, "thainguyen": _74, "\ -thanhhoa": _74, "thanhphohochiminh": _74, "thuathienhue": _74, "tiengiang": _74, "travinh": _74, "tuyenquang": _74, "vinhlong": _74, "vinhphuc": _74, "yenbai": _74 }], "vu": _80, "wf": _74, "ws": _76, "yt": _74, "xn--mgbaam7a8h": _74, "امارات": _74, "xn--y9a3aq": _74, "հայ": _74, "xn--54b7fta0cc": _74, "বাংলা": _74, "xn--90ae": _74, "бг": _74, "xn--mgbcpq6gpa1a": _74, "البحرين": _74, "xn--90ais": _74, "бел": _74, "xn--fiqs8s": _74, "中国": _74, "xn--fiqz9s": _74, "中國": _74, "xn--lgbbat1ad8j": _74, "الجزائر": _74, "xn--wgbh1c": _74, "مصر": _74, "xn--e1a4c": _74, "ею": _74, "xn--qxa6a": _74, "ευ": _74, "xn--mgbah1a3hjkrd": _74, "موريتانيا": _74, "xn--node": _74, "გე": _74, "xn--qxam": _74, "ελ": _74, "xn--j6w193g": [1, { "xn--gmqw5a": _74, "xn--55qx5d": _74, "xn--mxtq1m": _74, "xn--wcvs22d": _74, "xn--uc0atv": _74, "xn--od0alg": _74 }], "香港": [1, { "個人": _74, "公司": _74, "政府": _74, "教育": _74, "組織": _74, - "網絡": _74 }], "xn--2scrj9c": _74, "ಭಾರತ": _74, "xn--3hcrj9c": _74, "ଭାରତ": _74, "xn--45br5cyl": _74, "ভাৰত": _74, "xn--h2breg3eve": _74, "भारतम्": _74, "xn--h2brj9c8c": _74, "भारोत": _74, "xn--mgbgu82a": _74, "ڀارت": _74, "xn--rvc1e0am3e": _74, "ഭാരതം": _74, "xn--h2brj9c": _74, "भारत": _74, "xn--mgbbh1a": _74, "بارت": _74, "xn--mgbbh1a71e": _74, "بھارت": _74, "xn--fpcrj9c3d": _74, "భారత్": _74, "xn--gecrj9c": _74, "ભારત": _74, "xn--s9brj9c": _74, "ਭਾਰਤ": _74, "xn--45brj9c": _74, "ভারত": _74, "xn--xkc2dl3a5ee0h": _74, "இந்தியா": _74, "xn--mgba3a4f16a": _74, "ایران": _74, "xn--mgba3a4fra": _74, "ايران": _74, "xn--mgbtx2b": _74, "عراق": _74, "xn--mgbayh7gpa": _74, "الاردن": _74, "xn--3e0b707e": _74, "한국": _74, "xn--80ao21a": _74, "қаз": _74, "xn--q7ce6a": _74, "ລາວ": _74, "xn--fzc2c9e2c": _74, "ලංකා": _74, "xn--xkc2\ -al3hye2a": _74, "இலங்கை": _74, "xn--mgbc0a9azcg": _74, "المغرب": _74, "xn--d1alf": _74, "мкд": _74, "xn--l1acc": _74, "мон": _74, "xn--mix891f": _74, "澳門": _74, "xn--mix082f": _74, "澳门": _74, "xn--mgbx4cd0ab": _74, "مليسيا": _74, "xn--mgb9awbf": _74, "عمان": _74, "xn--mgbai9azgqp6j": _74, "پاکستان": _74, "xn--mgbai9a5eva00b": _74, "پاكستان": _74, "xn--ygbi2ammx": _74, "فلسطين": _74, "xn--90a3ac": [1, { "xn--80au": _74, "xn--90azh": _74, "xn--d1at": _74, "xn--c1avg": _74, "xn--o1ac": _74, "xn--o1ach": _74 }], "срб": [1, { "ак": _74, "обр": _74, "од": _74, "орг": _74, "пр": _74, "упр": _74 }], "xn--p1ai": _74, "рф": _74, "xn--wgbl6a": _74, "قطر": _74, "xn--mgberp4a5d4ar": _74, "السعودية": _74, "xn--mgberp4a5d4a87g": _74, "السعودیة": _74, "xn--mgbqly7c0a67fbc": _74, "السعودیۃ": _74, "xn--mgbqly7cvafr": _74, "السعوديه": _74, "xn--mgbpl2fh": _74, "سودان": _74, "xn--yfro4\ -i67o": _74, "新加坡": _74, "xn--clchc0ea0b2g2a9gcd": _74, "சிங்கப்பூர்": _74, "xn--ogbpf8fl": _74, "سورية": _74, "xn--mgbtf8fl": _74, "سوريا": _74, "xn--o3cw4h": [1, { "xn--o3cyx2a": _74, "xn--12co0c3b4eva": _74, "xn--m3ch0j3a": _74, "xn--h3cuzk1di": _74, "xn--12c1fe0br": _74, "xn--12cfi8ixb8l": _74 }], "ไทย": [1, { "ทหาร": _74, "ธุรกิจ": _74, "เน็ต": _74, "รัฐบาล": _74, "ศึกษา": _74, "องค์กร": _74 }], "xn--pgbs0dh": _74, "تونس": _74, "xn--kpry57d": _74, "台灣": _74, "xn--kprw13d": _74, "台湾": _74, "xn--nnx388a": _74, "臺灣": _74, "xn--j1amh": _74, "укр": _74, "xn--mgb2ddes": _74, "اليمن": _74, "xxx": _74, "ye": _75, "za": [0, { "ac": _74, "agric": _74, "alt": _74, "co": _74, "edu": _74, "gov": _74, "grondar": _74, "law": _74, "mil": _74, "net": _74, "ngo": _74, "nic": _74, "nis": _74, "nom": _74, "org": _74, "school": _74, "tm": _74, "web": _74 }], "zm": [1, { "ac": _74, - "biz": _74, "co": _74, "com": _74, "edu": _74, "gov": _74, "info": _74, "mil": _74, "net": _74, "org": _74, "sch": _74 }], "zw": [1, { "ac": _74, "co": _74, "gov": _74, "mil": _74, "org": _74 }], "aaa": _74, "aarp": _74, "abb": _74, "abbott": _74, "abbvie": _74, "abc": _74, "able": _74, "abogado": _74, "abudhabi": _74, "academy": _74, "accenture": _74, "accountant": _74, "accountants": _74, "aco": _74, "actor": _74, "ads": _74, "adult": _74, "aeg": _74, "aetna": _74, "afl": _74, "africa": _74, "agakhan": _74, "agency": _74, "aig": _74, "airbus": _74, "airforce": _74, "airtel": _74, "akdn": _74, "alibaba": _74, "alipay": _74, "allfinanz": _74, "allstate": _74, "ally": _74, "alsace": _74, "alstom": _74, "amazon": _74, "americanexpress": _74, "americanfamily": _74, "amex": _74, "amfam": _74, "amica": _74, "amsterdam": _74, "analytics": _74, "android": _74, "anquan": _74, "anz": _74, "aol": _74, "apartments": _74, "app": _74, "apple": _74, "aquarelle": _74, "arab": _74, "aramco": _74, - "archi": _74, "army": _74, "art": _74, "arte": _74, "asda": _74, "associates": _74, "athleta": _74, "attorney": _74, "auction": _74, "audi": _74, "audible": _74, "audio": _74, "auspost": _74, "author": _74, "auto": _74, "autos": _74, "aws": _74, "axa": _74, "azure": _74, "baby": _74, "baidu": _74, "banamex": _74, "band": _74, "bank": _74, "bar": _74, "barcelona": _74, "barclaycard": _74, "barclays": _74, "barefoot": _74, "bargains": _74, "baseball": _74, "basketball": _74, "bauhaus": _74, "bayern": _74, "bbc": _74, "bbt": _74, "bbva": _74, "bcg": _74, "bcn": _74, "beats": _74, "beauty": _74, "beer": _74, "berlin": _74, "best": _74, "bestbuy": _74, "bet": _74, "bharti": _74, "bible": _74, "bid": _74, "bike": _74, "bing": _74, "bingo": _74, "bio": _74, "black": _74, "blackfriday": _74, "blockbuster": _74, "blog": _74, "bloomberg": _74, "blue": _74, "bms": _74, "bmw": _74, "bnpparibas": _74, "boats": _74, "boehringer": _74, "bofa": _74, "bom": _74, "bond": _74, "boo": _74, "book": _74, - "booking": _74, "bosch": _74, "bostik": _74, "boston": _74, "bot": _74, "boutique": _74, "box": _74, "bradesco": _74, "bridgestone": _74, "broadway": _74, "broker": _74, "brother": _74, "brussels": _74, "build": _74, "builders": _74, "business": _74, "buy": _74, "buzz": _74, "bzh": _74, "cab": _74, "cafe": _74, "cal": _74, "call": _74, "calvinklein": _74, "cam": _74, "camera": _74, "camp": _74, "canon": _74, "capetown": _74, "capital": _74, "capitalone": _74, "car": _74, "caravan": _74, "cards": _74, "care": _74, "career": _74, "careers": _74, "cars": _74, "casa": _74, "case": _74, "cash": _74, "casino": _74, "catering": _74, "catholic": _74, "cba": _74, "cbn": _74, "cbre": _74, "center": _74, "ceo": _74, "cern": _74, "cfa": _74, "cfd": _74, "chanel": _74, "channel": _74, "charity": _74, "chase": _74, "chat": _74, "cheap": _74, "chintai": _74, "christmas": _74, "chrome": _74, "church": _74, "cipriani": _74, "circle": _74, "cisco": _74, "citadel": _74, "citi": _74, "citic": _74, "\ -city": _74, "claims": _74, "cleaning": _74, "click": _74, "clinic": _74, "clinique": _74, "clothing": _74, "cloud": _74, "club": _74, "clubmed": _74, "coach": _74, "codes": _74, "coffee": _74, "college": _74, "cologne": _74, "commbank": _74, "community": _74, "company": _74, "compare": _74, "computer": _74, "comsec": _74, "condos": _74, "construction": _74, "consulting": _74, "contact": _74, "contractors": _74, "cooking": _74, "cool": _74, "corsica": _74, "country": _74, "coupon": _74, "coupons": _74, "courses": _74, "cpa": _74, "credit": _74, "creditcard": _74, "creditunion": _74, "cricket": _74, "crown": _74, "crs": _74, "cruise": _74, "cruises": _74, "cuisinella": _74, "cymru": _74, "cyou": _74, "dad": _74, "dance": _74, "data": _74, "date": _74, "dating": _74, "datsun": _74, "day": _74, "dclk": _74, "dds": _74, "deal": _74, "dealer": _74, "deals": _74, "degree": _74, "delivery": _74, "dell": _74, "deloitte": _74, "delta": _74, "democrat": _74, "dental": _74, "dentist": _74, "desi": _74, - "design": _74, "dev": _74, "dhl": _74, "diamonds": _74, "diet": _74, "digital": _74, "direct": _74, "directory": _74, "discount": _74, "discover": _74, "dish": _74, "diy": _74, "dnp": _74, "docs": _74, "doctor": _74, "dog": _74, "domains": _74, "dot": _74, "download": _74, "drive": _74, "dtv": _74, "dubai": _74, "dupont": _74, "durban": _74, "dvag": _74, "dvr": _74, "earth": _74, "eat": _74, "eco": _74, "edeka": _74, "education": _74, "email": _74, "emerck": _74, "energy": _74, "engineer": _74, "engineering": _74, "enterprises": _74, "epson": _74, "equipment": _74, "ericsson": _74, "erni": _74, "esq": _74, "estate": _74, "eurovision": _74, "eus": _74, "events": _74, "exchange": _74, "expert": _74, "exposed": _74, "express": _74, "extraspace": _74, "fage": _74, "fail": _74, "fairwinds": _74, "faith": _74, "family": _74, "fan": _74, "fans": _74, "farm": _74, "farmers": _74, "fashion": _74, "fast": _74, "fedex": _74, "feedback": _74, "ferrari": _74, "ferrero": _74, "fidelity": _74, "\ -fido": _74, "film": _74, "final": _74, "finance": _74, "financial": _74, "fire": _74, "firestone": _74, "firmdale": _74, "fish": _74, "fishing": _74, "fit": _74, "fitness": _74, "flickr": _74, "flights": _74, "flir": _74, "florist": _74, "flowers": _74, "fly": _74, "foo": _74, "food": _74, "football": _74, "ford": _74, "forex": _74, "forsale": _74, "forum": _74, "foundation": _74, "fox": _74, "free": _74, "fresenius": _74, "frl": _74, "frogans": _74, "frontier": _74, "ftr": _74, "fujitsu": _74, "fun": _74, "fund": _74, "furniture": _74, "futbol": _74, "fyi": _74, "gal": _74, "gallery": _74, "gallo": _74, "gallup": _74, "game": _74, "games": _74, "gap": _74, "garden": _74, "gay": _74, "gbiz": _74, "gdn": _74, "gea": _74, "gent": _74, "genting": _74, "george": _74, "ggee": _74, "gift": _74, "gifts": _74, "gives": _74, "giving": _74, "glass": _74, "gle": _74, "global": _74, "globo": _74, "gmail": _74, "gmbh": _74, "gmo": _74, "gmx": _74, "godaddy": _74, "gold": _74, "goldpoint": _74, "gol\ -f": _74, "goodyear": _74, "goog": _74, "google": _74, "gop": _74, "got": _74, "grainger": _74, "graphics": _74, "gratis": _74, "green": _74, "gripe": _74, "grocery": _74, "group": _74, "gucci": _74, "guge": _74, "guide": _74, "guitars": _74, "guru": _74, "hair": _74, "hamburg": _74, "hangout": _74, "haus": _74, "hbo": _74, "hdfc": _74, "hdfcbank": _74, "health": _74, "healthcare": _74, "help": _74, "helsinki": _74, "here": _74, "hermes": _74, "hiphop": _74, "hisamitsu": _74, "hitachi": _74, "hiv": _74, "hkt": _74, "hockey": _74, "holdings": _74, "holiday": _74, "homedepot": _74, "homegoods": _74, "homes": _74, "homesense": _74, "honda": _74, "horse": _74, "hospital": _74, "host": _74, "hosting": _74, "hot": _74, "hotel": _74, "hotels": _74, "hotmail": _74, "house": _74, "how": _74, "hsbc": _74, "hughes": _74, "hyatt": _74, "hyundai": _74, "ibm": _74, "icbc": _74, "ice": _74, "icu": _74, "ieee": _74, "ifm": _74, "ikano": _74, "imamat": _74, "imdb": _74, "immo": _74, "immobilien": _74, "\ -inc": _74, "industries": _74, "infiniti": _74, "ing": _74, "ink": _74, "institute": _74, "insurance": _74, "insure": _74, "international": _74, "intuit": _74, "investments": _74, "ipiranga": _74, "irish": _74, "ismaili": _74, "ist": _74, "istanbul": _74, "itau": _74, "itv": _74, "jaguar": _74, "java": _74, "jcb": _74, "jeep": _74, "jetzt": _74, "jewelry": _74, "jio": _74, "jll": _74, "jmp": _74, "jnj": _74, "joburg": _74, "jot": _74, "joy": _74, "jpmorgan": _74, "jprs": _74, "juegos": _74, "juniper": _74, "kaufen": _74, "kddi": _74, "kerryhotels": _74, "kerryproperties": _74, "kfh": _74, "kia": _74, "kids": _74, "kim": _74, "kindle": _74, "kitchen": _74, "kiwi": _74, "koeln": _74, "komatsu": _74, "kosher": _74, "kpmg": _74, "kpn": _74, "krd": _74, "kred": _74, "kuokgroup": _74, "kyoto": _74, "lacaixa": _74, "lamborghini": _74, "lamer": _74, "land": _74, "landrover": _74, "lanxess": _74, "lasalle": _74, "lat": _74, "latino": _74, "latrobe": _74, "law": _74, "lawyer": _74, "lds": _74, "l\ -ease": _74, "leclerc": _74, "lefrak": _74, "legal": _74, "lego": _74, "lexus": _74, "lgbt": _74, "lidl": _74, "life": _74, "lifeinsurance": _74, "lifestyle": _74, "lighting": _74, "like": _74, "lilly": _74, "limited": _74, "limo": _74, "lincoln": _74, "link": _74, "live": _74, "living": _74, "llc": _74, "llp": _74, "loan": _74, "loans": _74, "locker": _74, "locus": _74, "lol": _74, "london": _74, "lotte": _74, "lotto": _74, "love": _74, "lpl": _74, "lplfinancial": _74, "ltd": _74, "ltda": _74, "lundbeck": _74, "luxe": _74, "luxury": _74, "madrid": _74, "maif": _74, "maison": _74, "makeup": _74, "man": _74, "management": _74, "mango": _74, "map": _74, "market": _74, "marketing": _74, "markets": _74, "marriott": _74, "marshalls": _74, "mattel": _74, "mba": _74, "mckinsey": _74, "med": _74, "media": _74, "meet": _74, "melbourne": _74, "meme": _74, "memorial": _74, "men": _74, "menu": _74, "merck": _74, "merckmsd": _74, "miami": _74, "microsoft": _74, "mini": _74, "mint": _74, "mit": _74, "\ -mitsubishi": _74, "mlb": _74, "mls": _74, "mma": _74, "mobile": _74, "moda": _74, "moe": _74, "moi": _74, "mom": _74, "monash": _74, "money": _74, "monster": _74, "mormon": _74, "mortgage": _74, "moscow": _74, "moto": _74, "motorcycles": _74, "mov": _74, "movie": _74, "msd": _74, "mtn": _74, "mtr": _74, "music": _74, "nab": _74, "nagoya": _74, "navy": _74, "nba": _74, "nec": _74, "netbank": _74, "netflix": _74, "network": _74, "neustar": _74, "new": _74, "news": _74, "next": _74, "nextdirect": _74, "nexus": _74, "nfl": _74, "ngo": _74, "nhk": _74, "nico": _74, "nike": _74, "nikon": _74, "ninja": _74, "nissan": _74, "nissay": _74, "nokia": _74, "norton": _74, "now": _74, "nowruz": _74, "nowtv": _74, "nra": _74, "nrw": _74, "ntt": _74, "nyc": _74, "obi": _74, "observer": _74, "office": _74, "okinawa": _74, "olayan": _74, "olayangroup": _74, "ollo": _74, "omega": _74, "one": _74, "ong": _74, "onl": _74, "online": _74, "ooo": _74, "open": _74, "oracle": _74, "orange": _74, "organic": _74, "\ -origins": _74, "osaka": _74, "otsuka": _74, "ott": _74, "ovh": _74, "page": _74, "panasonic": _74, "paris": _74, "pars": _74, "partners": _74, "parts": _74, "party": _74, "pay": _74, "pccw": _74, "pet": _74, "pfizer": _74, "pharmacy": _74, "phd": _74, "philips": _74, "phone": _74, "photo": _74, "photography": _74, "photos": _74, "physio": _74, "pics": _74, "pictet": _74, "pictures": _74, "pid": _74, "pin": _74, "ping": _74, "pink": _74, "pioneer": _74, "pizza": _74, "place": _74, "play": _74, "playstation": _74, "plumbing": _74, "plus": _74, "pnc": _74, "pohl": _74, "poker": _74, "politie": _74, "porn": _74, "praxi": _74, "press": _74, "prime": _74, "prod": _74, "productions": _74, "prof": _74, "progressive": _74, "promo": _74, "properties": _74, "property": _74, "protection": _74, "pru": _74, "prudential": _74, "pub": _74, "pwc": _74, "qpon": _74, "quebec": _74, "quest": _74, "racing": _74, "radio": _74, "read": _74, "realestate": _74, "realtor": _74, "realty": _74, "recipes": _74, "r\ -ed": _74, "redumbrella": _74, "rehab": _74, "reise": _74, "reisen": _74, "reit": _74, "reliance": _74, "ren": _74, "rent": _74, "rentals": _74, "repair": _74, "report": _74, "republican": _74, "rest": _74, "restaurant": _74, "review": _74, "reviews": _74, "rexroth": _74, "rich": _74, "richardli": _74, "ricoh": _74, "ril": _74, "rio": _74, "rip": _74, "rocks": _74, "rodeo": _74, "rogers": _74, "room": _74, "rsvp": _74, "rugby": _74, "ruhr": _74, "run": _74, "rwe": _74, "ryukyu": _74, "saarland": _74, "safe": _74, "safety": _74, "sakura": _74, "sale": _74, "salon": _74, "samsclub": _74, "samsung": _74, "sandvik": _74, "sandvikcoromant": _74, "sanofi": _74, "sap": _74, "sarl": _74, "sas": _74, "save": _74, "saxo": _74, "sbi": _74, "sbs": _74, "scb": _74, "schaeffler": _74, "schmidt": _74, "scholarships": _74, "school": _74, "schule": _74, "schwarz": _74, "science": _74, "scot": _74, "search": _74, "seat": _74, "secure": _74, "security": _74, "seek": _74, "select": _74, "sener": _74, "serv\ -ices": _74, "seven": _74, "sew": _74, "sex": _74, "sexy": _74, "sfr": _74, "shangrila": _74, "sharp": _74, "shell": _74, "shia": _74, "shiksha": _74, "shoes": _74, "shop": _74, "shopping": _74, "shouji": _74, "show": _74, "silk": _74, "sina": _74, "singles": _74, "site": _74, "ski": _74, "skin": _74, "sky": _74, "skype": _74, "sling": _74, "smart": _74, "smile": _74, "sncf": _74, "soccer": _74, "social": _74, "softbank": _74, "software": _74, "sohu": _74, "solar": _74, "solutions": _74, "song": _74, "sony": _74, "soy": _74, "spa": _74, "space": _74, "sport": _74, "spot": _74, "srl": _74, "stada": _74, "staples": _74, "star": _74, "statebank": _74, "statefarm": _74, "stc": _74, "stcgroup": _74, "stockholm": _74, "storage": _74, "store": _74, "stream": _74, "studio": _74, "study": _74, "style": _74, "sucks": _74, "supplies": _74, "supply": _74, "support": _74, "surf": _74, "surgery": _74, "suzuki": _74, "swatch": _74, "swiss": _74, "sydney": _74, "systems": _74, "tab": _74, "taipei": _74, - "talk": _74, "taobao": _74, "target": _74, "tatamotors": _74, "tatar": _74, "tattoo": _74, "tax": _74, "taxi": _74, "tci": _74, "tdk": _74, "team": _74, "tech": _74, "technology": _74, "temasek": _74, "tennis": _74, "teva": _74, "thd": _74, "theater": _74, "theatre": _74, "tiaa": _74, "tickets": _74, "tienda": _74, "tips": _74, "tires": _74, "tirol": _74, "tjmaxx": _74, "tjx": _74, "tkmaxx": _74, "tmall": _74, "today": _74, "tokyo": _74, "tools": _74, "top": _74, "toray": _74, "toshiba": _74, "total": _74, "tours": _74, "town": _74, "toyota": _74, "toys": _74, "trade": _74, "trading": _74, "training": _74, "travel": _74, "travelers": _74, "travelersinsurance": _74, "trust": _74, "trv": _74, "tube": _74, "tui": _74, "tunes": _74, "tushu": _74, "tvs": _74, "ubank": _74, "ubs": _74, "unicom": _74, "university": _74, "uno": _74, "uol": _74, "ups": _74, "vacations": _74, "vana": _74, "vanguard": _74, "vegas": _74, "ventures": _74, "verisign": _74, "versicherung": _74, "vet": _74, "via\ -jes": _74, "video": _74, "vig": _74, "viking": _74, "villas": _74, "vin": _74, "vip": _74, "virgin": _74, "visa": _74, "vision": _74, "viva": _74, "vivo": _74, "vlaanderen": _74, "vodka": _74, "volvo": _74, "vote": _74, "voting": _74, "voto": _74, "voyage": _74, "wales": _74, "walmart": _74, "walter": _74, "wang": _74, "wanggou": _74, "watch": _74, "watches": _74, "weather": _74, "weatherchannel": _74, "webcam": _74, "weber": _74, "website": _74, "wed": _74, "wedding": _74, "weibo": _74, "weir": _74, "whoswho": _74, "wien": _74, "wiki": _74, "williamhill": _74, "win": _74, "windows": _74, "wine": _74, "winners": _74, "wme": _74, "woodside": _74, "work": _74, "works": _74, "world": _74, "wow": _74, "wtc": _74, "wtf": _74, "xbox": _74, "xerox": _74, "xihuan": _74, "xin": _74, "xn--11b4c3d": _74, "कॉम": _74, "xn--1ck2e1b": _74, "セール": _74, "xn--1qqw23a": _74, "佛山": _74, "xn--30rr7y": _74, "慈善": _74, "xn--3bst00m": _74, "集团": _74, "xn--3ds443g": _74, "在线": _74, "\ -xn--3pxu8k": _74, "点看": _74, "xn--42c2d9a": _74, "คอม": _74, "xn--45q11c": _74, "八卦": _74, "xn--4gbrim": _74, "موقع": _74, "xn--55qw42g": _74, "公益": _74, "xn--55qx5d": _74, "公司": _74, "xn--5su34j936bgsg": _74, "香格里拉": _74, "xn--5tzm5g": _74, "网站": _74, "xn--6frz82g": _74, "移动": _74, "xn--6qq986b3xl": _74, "我爱你": _74, "xn--80adxhks": _74, "москва": _74, "xn--80aqecdr1a": _74, "католик": _74, "xn--80asehdb": _74, "онлайн": _74, "xn--80aswg": _74, "сайт": _74, "xn--8y0a063a": _74, "联通": _74, "xn--9dbq2a": _74, "קום": _74, "xn--9et52u": _74, "时尚": _74, "xn--9krt00a": _74, "微博": _74, "xn--b4w605ferd": _74, "淡马锡": _74, "xn--bck1b9a5dre4c": _74, "ファッション": _74, "xn--c1avg": _74, "орг": _74, "xn--c2br7g": _74, "नेट": _74, "xn--cck2b3b": _74, "ストア": _74, "xn--cckwcxetd": _74, "アマゾン": _74, "xn--cg4bki": _74, "삼성": _74, "xn--czr694b": _74, "商标": _74, "xn--czrs0t": _74, - "商店": _74, "xn--czru2d": _74, "商城": _74, "xn--d1acj3b": _74, "дети": _74, "xn--eckvdtc9d": _74, "ポイント": _74, "xn--efvy88h": _74, "新闻": _74, "xn--fct429k": _74, "家電": _74, "xn--fhbei": _74, "كوم": _74, "xn--fiq228c5hs": _74, "中文网": _74, "xn--fiq64b": _74, "中信": _74, "xn--fjq720a": _74, "娱乐": _74, "xn--flw351e": _74, "谷歌": _74, "xn--fzys8d69uvgm": _74, "電訊盈科": _74, "xn--g2xx48c": _74, "购物": _74, "xn--gckr3f0f": _74, "クラウド": _74, "xn--gk3at1e": _74, "通販": _74, "xn--hxt814e": _74, "网店": _74, "xn--i1b6b1a6a2e": _74, "संगठन": _74, "xn--imr513n": _74, "餐厅": _74, "xn--io0a7i": _74, "网络": _74, "xn--j1aef": _74, "ком": _74, "xn--jlq480n2rg": _74, "亚马逊": _74, "xn--jvr189m": _74, "食品": _74, "xn--kcrx77d1x4a": _74, "飞利浦": _74, "xn--kput3i": _74, "手机": _74, "xn--mgba3a3ejt": _74, "ارامكو": _74, "xn--mgba7c0bbn0a": _74, "العليان": _74, "xn--mgbab2bd": _74, "بازار": _74, - "xn--mgbca7dzdo": _74, "ابوظبي": _74, "xn--mgbi4ecexp": _74, "كاثوليك": _74, "xn--mgbt3dhd": _74, "همراه": _74, "xn--mk1bu44c": _74, "닷컴": _74, "xn--mxtq1m": _74, "政府": _74, "xn--ngbc5azd": _74, "شبكة": _74, "xn--ngbe9e0a": _74, "بيتك": _74, "xn--ngbrx": _74, "عرب": _74, "xn--nqv7f": _74, "机构": _74, "xn--nqv7fs00ema": _74, "组织机构": _74, "xn--nyqy26a": _74, "健康": _74, "xn--otu796d": _74, "招聘": _74, "xn--p1acf": _74, "рус": _74, "xn--pssy2u": _74, "大拿": _74, "xn--q9jyb4c": _74, "みんな": _74, "xn--qcka1pmc": _74, "グーグル": _74, "xn--rhqv96g": _74, "世界": _74, "xn--rovu88b": _74, "書籍": _74, "xn--ses554g": _74, "网址": _74, "xn--t60b56a": _74, "닷넷": _74, "xn--tckwe": _74, "コム": _74, "xn--tiq49xqyj": _74, "天主教": _74, "xn--unup4y": _74, "游戏": _74, "xn--vermgensberater-ctb": _74, "vermögensberater": _74, "xn--vermgensberatung-pwb": _74, "vermögensberatung": _74, "xn--vhquv": _74, "企业": _74, - "xn--vuq861b": _74, "信息": _74, "xn--w4r85el8fhu5dnra": _74, "嘉里大酒店": _74, "xn--w4rs40l": _74, "嘉里": _74, "xn--xhq521b": _74, "广东": _74, "xn--zfr164b": _74, "政务": _74, "xyz": _74, "yachts": _74, "yahoo": _74, "yamaxun": _74, "yandex": _74, "yodobashi": _74, "yoga": _74, "yokohama": _74, "you": _74, "youtube": _74, "yun": _74, "zappos": _74, "zara": _74, "zero": _74, "zip": _74, "zone": _74, "zuerich": _74 }]; + const _75 = [1, {}], _76 = [1, { "com": _75, "edu": _75, "gov": _75, "mil": _75, "net": _75, "org": _75 }], _77 = [1, { "com": _75, "edu": _75, "gov": _75, "net": _75, "org": _75 }], _78 = [1, { "gov": _75 }], _79 = [0, { "*": _75 }], _80 = [1, { "co": _75, "com": _75, "edu": _75, "gov": _75, "net": _75, "org": _75 }], _81 = [1, { "com": _75, "edu": _75, "net": _75, "org": _75 }], _82 = [1, { "co": _75, "net": _75, "org": _75 }], _83 = [1, { "co": _75, "com": _75, "edu": _75, "gov": _75, "mil": _75, "net": _75, "nom": _75, "org": _75 }], _84 = [1, { "biz": _75, "com": _75, "edu": _75, "gov": _75, "info": _75, "net": _75, "org": _75 }], _85 = [1, { "gs": _75 }], _86 = [0, { "nes": _75 }], _87 = [1, { "k12": _75, "cc": _75, "lib": _75 }], _88 = [1, { "cc": _75 }], _89 = [1, { "cc": _75, "lib": _75 }]; + const rules2 = [0, { "ac": _76, "ad": _75, "ae": [1, { "ac": _75, "co": _75, "gov": _75, "mil": _75, "net": _75, "org": _75, "sch": _75 }], "aero": [1, { "airline": _75, "airport": _75, "accident-investigation": _75, "accident-prevention": _75, "aerobatic": _75, "aeroclub": _75, "aerodrome": _75, "agents": _75, "air-surveillance": _75, "air-traffic-control": _75, "aircraft": _75, "airtraffic": _75, "ambulance": _75, "association": _75, "author": _75, "ballooning": _75, "broker": _75, "caa": _75, "cargo": _75, "catering": _75, "certification": _75, "championship": _75, "charter": _75, "civilaviation": _75, "club": _75, "conference": _75, "consultant": _75, "consulting": _75, "control": _75, "council": _75, "crew": _75, "design": _75, "dgca": _75, "educator": _75, "emergency": _75, "engine": _75, "engineer": _75, "entertainment": _75, "equipment": _75, "exchange": _75, "express": _75, "federation": _75, "flight": _75, "freight": _75, "fuel": _75, "gliding": _75, "government": _75, "\ +groundhandling": _75, "group": _75, "hanggliding": _75, "homebuilt": _75, "insurance": _75, "journal": _75, "journalist": _75, "leasing": _75, "logistics": _75, "magazine": _75, "maintenance": _75, "marketplace": _75, "media": _75, "microlight": _75, "modelling": _75, "navigation": _75, "parachuting": _75, "paragliding": _75, "passenger-association": _75, "pilot": _75, "press": _75, "production": _75, "recreation": _75, "repbody": _75, "res": _75, "research": _75, "rotorcraft": _75, "safety": _75, "scientist": _75, "services": _75, "show": _75, "skydiving": _75, "software": _75, "student": _75, "taxi": _75, "trader": _75, "trading": _75, "trainer": _75, "union": _75, "workinggroup": _75, "works": _75 }], "af": _77, "ag": [1, { "co": _75, "com": _75, "net": _75, "nom": _75, "org": _75 }], "ai": [1, { "com": _75, "net": _75, "off": _75, "org": _75 }], "al": _76, "am": [1, { "co": _75, "com": _75, "commune": _75, "net": _75, "org": _75 }], "ao": [1, { "co": _75, "ed": _75, "edu": _75, "go\ +v": _75, "gv": _75, "it": _75, "og": _75, "org": _75, "pb": _75 }], "aq": _75, "ar": [1, { "bet": _75, "com": _75, "coop": _75, "edu": _75, "gob": _75, "gov": _75, "int": _75, "mil": _75, "musica": _75, "mutual": _75, "net": _75, "org": _75, "seg": _75, "senasa": _75, "tur": _75 }], "arpa": [1, { "e164": _75, "home": _75, "in-addr": _75, "ip6": _75, "iris": _75, "uri": _75, "urn": _75 }], "as": _78, "asia": _75, "at": [1, { "ac": [1, { "sth": _75 }], "co": _75, "gv": _75, "or": _75 }], "au": [1, { "asn": _75, "com": _75, "edu": [1, { "act": _75, "catholic": _75, "nsw": _75, "nt": _75, "qld": _75, "sa": _75, "tas": _75, "vic": _75, "wa": _75 }], "gov": [1, { "qld": _75, "sa": _75, "tas": _75, "vic": _75, "wa": _75 }], "id": _75, "net": _75, "org": _75, "conf": _75, "oz": _75, "act": _75, "nsw": _75, "nt": _75, "qld": _75, "sa": _75, "tas": _75, "vic": _75, "wa": _75 }], "aw": [1, { "com": _75 }], "ax": _75, "az": [1, { "biz": _75, "co": _75, "com": _75, "edu": _75, "gov": _75, "info": _75, + "int": _75, "mil": _75, "name": _75, "net": _75, "org": _75, "pp": _75, "pro": _75 }], "ba": _76, "bb": [1, { "biz": _75, "co": _75, "com": _75, "edu": _75, "gov": _75, "info": _75, "net": _75, "org": _75, "store": _75, "tv": _75 }], "bd": [1, { "ac": _75, "ai": _75, "co": _75, "com": _75, "edu": _75, "gov": _75, "id": _75, "info": _75, "it": _75, "mil": _75, "net": _75, "org": _75, "sch": _75, "tv": _75 }], "be": [1, { "ac": _75 }], "bf": _78, "bg": [1, { "0": _75, "1": _75, "2": _75, "3": _75, "4": _75, "5": _75, "6": _75, "7": _75, "8": _75, "9": _75, "a": _75, "b": _75, "c": _75, "d": _75, "e": _75, "f": _75, "g": _75, "h": _75, "i": _75, "j": _75, "k": _75, "l": _75, "m": _75, "n": _75, "o": _75, "p": _75, "q": _75, "r": _75, "s": _75, "t": _75, "u": _75, "v": _75, "w": _75, "x": _75, "y": _75, "z": _75 }], "bh": _77, "bi": [1, { "co": _75, "com": _75, "edu": _75, "or": _75, "org": _75 }], "biz": _75, "bj": [1, { "africa": _75, "agro": _75, "architectes": _75, "assur": _75, "\ +avocats": _75, "co": _75, "com": _75, "eco": _75, "econo": _75, "edu": _75, "info": _75, "loisirs": _75, "money": _75, "net": _75, "org": _75, "ote": _75, "restaurant": _75, "resto": _75, "tourism": _75, "univ": _75 }], "bm": _77, "bn": _77, "bo": [1, { "com": _75, "edu": _75, "gob": _75, "int": _75, "mil": _75, "net": _75, "org": _75, "tv": _75, "web": _75, "academia": _75, "agro": _75, "arte": _75, "blog": _75, "bolivia": _75, "ciencia": _75, "cooperativa": _75, "democracia": _75, "deporte": _75, "ecologia": _75, "economia": _75, "empresa": _75, "indigena": _75, "industria": _75, "info": _75, "medicina": _75, "movimiento": _75, "musica": _75, "natural": _75, "nombre": _75, "noticias": _75, "patria": _75, "plurinacional": _75, "politica": _75, "profesional": _75, "pueblo": _75, "revista": _75, "salud": _75, "tecnologia": _75, "tksat": _75, "transporte": _75, "wiki": _75 }], "br": [1, { "9guacu": _75, "abc": _75, "adm": _75, "adv": _75, "agr": _75, "aju": _75, "am": _75, "anani": _75, "\ +aparecida": _75, "api": _75, "app": _75, "arq": _75, "art": _75, "ato": _75, "b": _75, "barueri": _75, "belem": _75, "bet": _75, "bhz": _75, "bib": _75, "bio": _75, "blog": _75, "bmd": _75, "boavista": _75, "bsb": _75, "campinagrande": _75, "campinas": _75, "caxias": _75, "cim": _75, "cng": _75, "cnt": _75, "com": _75, "contagem": _75, "coop": _75, "coz": _75, "cri": _75, "cuiaba": _75, "curitiba": _75, "def": _75, "des": _75, "det": _75, "dev": _75, "ecn": _75, "eco": _75, "edu": _75, "emp": _75, "enf": _75, "eng": _75, "esp": _75, "etc": _75, "eti": _75, "far": _75, "feira": _75, "flog": _75, "floripa": _75, "fm": _75, "fnd": _75, "fortal": _75, "fot": _75, "foz": _75, "fst": _75, "g12": _75, "geo": _75, "ggf": _75, "goiania": _75, "gov": [1, { "ac": _75, "al": _75, "am": _75, "ap": _75, "ba": _75, "ce": _75, "df": _75, "es": _75, "go": _75, "ma": _75, "mg": _75, "ms": _75, "mt": _75, "pa": _75, "pb": _75, "pe": _75, "pi": _75, "pr": _75, "rj": _75, "rn": _75, "ro": _75, "rr": _75, "\ +rs": _75, "sc": _75, "se": _75, "sp": _75, "to": _75 }], "gru": _75, "ia": _75, "imb": _75, "ind": _75, "inf": _75, "jab": _75, "jampa": _75, "jdf": _75, "joinville": _75, "jor": _75, "jus": _75, "leg": _75, "leilao": _75, "lel": _75, "log": _75, "londrina": _75, "macapa": _75, "maceio": _75, "manaus": _75, "maringa": _75, "mat": _75, "med": _75, "mil": _75, "morena": _75, "mp": _75, "mus": _75, "natal": _75, "net": _75, "niteroi": _75, "nom": _79, "not": _75, "ntr": _75, "odo": _75, "ong": _75, "org": _75, "osasco": _75, "palmas": _75, "poa": _75, "ppg": _75, "pro": _75, "psc": _75, "psi": _75, "pvh": _75, "qsl": _75, "radio": _75, "rec": _75, "recife": _75, "rep": _75, "ribeirao": _75, "rio": _75, "riobranco": _75, "riopreto": _75, "salvador": _75, "sampa": _75, "santamaria": _75, "santoandre": _75, "saobernardo": _75, "saogonca": _75, "seg": _75, "sjc": _75, "slg": _75, "slz": _75, "social": _75, "sorocaba": _75, "srv": _75, "taxi": _75, "tc": _75, "tec": _75, "teo": _75, "the": _75, + "tmp": _75, "trd": _75, "tur": _75, "tv": _75, "udi": _75, "vet": _75, "vix": _75, "vlog": _75, "wiki": _75, "xyz": _75, "zlg": _75 }], "bs": _77, "bt": _77, "bv": _75, "bw": [1, { "ac": _75, "co": _75, "gov": _75, "net": _75, "org": _75 }], "by": [1, { "gov": _75, "mil": _75, "com": _75, "of": _75 }], "bz": _80, "ca": [1, { "ab": _75, "bc": _75, "mb": _75, "nb": _75, "nf": _75, "nl": _75, "ns": _75, "nt": _75, "nu": _75, "on": _75, "pe": _75, "qc": _75, "sk": _75, "yk": _75, "gc": _75 }], "cat": _75, "cc": _75, "cd": _78, "cf": _75, "cg": _75, "ch": _75, "ci": [1, { "ac": _75, "xn--aroport-bya": _75, "aéroport": _75, "asso": _75, "co": _75, "com": _75, "ed": _75, "edu": _75, "go": _75, "gouv": _75, "int": _75, "net": _75, "or": _75, "org": _75 }], "ck": _79, "cl": [1, { "co": _75, "gob": _75, "gov": _75, "mil": _75 }], "cm": [1, { "co": _75, "com": _75, "gov": _75, "net": _75 }], "cn": [1, { "ac": _75, "com": _75, "edu": _75, "gov": _75, "mil": _75, "net": _75, "org": _75, "xn-\ +-55qx5d": _75, "公司": _75, "xn--od0alg": _75, "網絡": _75, "xn--io0a7i": _75, "网络": _75, "ah": _75, "bj": _75, "cq": _75, "fj": _75, "gd": _75, "gs": _75, "gx": _75, "gz": _75, "ha": _75, "hb": _75, "he": _75, "hi": _75, "hk": _75, "hl": _75, "hn": _75, "jl": _75, "js": _75, "jx": _75, "ln": _75, "mo": _75, "nm": _75, "nx": _75, "qh": _75, "sc": _75, "sd": _75, "sh": _75, "sn": _75, "sx": _75, "tj": _75, "tw": _75, "xj": _75, "xz": _75, "yn": _75, "zj": _75 }], "co": [1, { "com": _75, "edu": _75, "gov": _75, "mil": _75, "net": _75, "nom": _75, "org": _75 }], "com": _75, "coop": _75, "cr": [1, { "ac": _75, "co": _75, "ed": _75, "fi": _75, "go": _75, "or": _75, "sa": _75 }], "cu": [1, { "com": _75, "edu": _75, "gob": _75, "inf": _75, "nat": _75, "net": _75, "org": _75 }], "cv": [1, { "com": _75, "edu": _75, "id": _75, "int": _75, "net": _75, "nome": _75, "org": _75, "publ": _75 }], "cw": _81, "cx": _78, "cy": [1, { "ac": _75, "biz": _75, "com": _75, "ekloges": _75, "gov": _75, "\ +ltd": _75, "mil": _75, "net": _75, "org": _75, "press": _75, "pro": _75, "tm": _75 }], "cz": _78, "de": _75, "dj": _75, "dk": _75, "dm": _80, "do": [1, { "art": _75, "com": _75, "edu": _75, "gob": _75, "gov": _75, "mil": _75, "net": _75, "org": _75, "sld": _75, "web": _75 }], "dz": [1, { "art": _75, "asso": _75, "com": _75, "edu": _75, "gov": _75, "net": _75, "org": _75, "pol": _75, "soc": _75, "tm": _75 }], "ec": [1, { "abg": _75, "adm": _75, "agron": _75, "arqt": _75, "art": _75, "bar": _75, "chef": _75, "com": _75, "cont": _75, "cpa": _75, "cue": _75, "dent": _75, "dgn": _75, "disco": _75, "doc": _75, "edu": _75, "eng": _75, "esm": _75, "fin": _75, "fot": _75, "gal": _75, "gob": _75, "gov": _75, "gye": _75, "ibr": _75, "info": _75, "k12": _75, "lat": _75, "loj": _75, "med": _75, "mil": _75, "mktg": _75, "mon": _75, "net": _75, "ntr": _75, "odont": _75, "org": _75, "pro": _75, "prof": _75, "psic": _75, "psiq": _75, "pub": _75, "rio": _75, "rrpp": _75, "sal": _75, "tech": _75, "tul": _75, + "tur": _75, "uio": _75, "vet": _75, "xxx": _75 }], "edu": _75, "ee": [1, { "aip": _75, "com": _75, "edu": _75, "fie": _75, "gov": _75, "lib": _75, "med": _75, "org": _75, "pri": _75, "riik": _75 }], "eg": [1, { "ac": _75, "com": _75, "edu": _75, "eun": _75, "gov": _75, "info": _75, "me": _75, "mil": _75, "name": _75, "net": _75, "org": _75, "sci": _75, "sport": _75, "tv": _75 }], "er": _79, "es": [1, { "com": _75, "edu": _75, "gob": _75, "nom": _75, "org": _75 }], "et": [1, { "biz": _75, "com": _75, "edu": _75, "gov": _75, "info": _75, "name": _75, "net": _75, "org": _75 }], "eu": _75, "fi": [1, { "aland": _75 }], "fj": [1, { "ac": _75, "biz": _75, "com": _75, "edu": _75, "gov": _75, "id": _75, "info": _75, "mil": _75, "name": _75, "net": _75, "org": _75, "pro": _75 }], "fk": _79, "fm": _81, "fo": _75, "fr": [1, { "asso": _75, "com": _75, "gouv": _75, "nom": _75, "prd": _75, "tm": _75, "avoues": _75, "cci": _75, "greta": _75, "huissier-justice": _75 }], "ga": _75, "gb": _75, "gd": [ + 1, { "edu": _75, "gov": _75 }], "ge": [1, { "com": _75, "edu": _75, "gov": _75, "net": _75, "org": _75, "pvt": _75, "school": _75 }], "gf": _75, "gg": _82, "gh": [1, { "biz": _75, "com": _75, "edu": _75, "gov": _75, "mil": _75, "net": _75, "org": _75 }], "gi": [1, { "com": _75, "edu": _75, "gov": _75, "ltd": _75, "mod": _75, "org": _75 }], "gl": [1, { "co": _75, "com": _75, "edu": _75, "net": _75, "org": _75 }], "gm": _75, "gn": [1, { "ac": _75, "com": _75, "edu": _75, "gov": _75, "net": _75, "org": _75 }], "gov": _75, "gp": [1, { "asso": _75, "com": _75, "edu": _75, "mobi": _75, "net": _75, "org": _75 }], "gq": _75, "gr": _77, "gs": _75, "gt": [1, { "com": _75, "edu": _75, "gob": _75, "ind": _75, "mil": _75, "net": _75, "org": _75 }], "gu": [1, { "com": _75, "edu": _75, "gov": _75, "guam": _75, "info": _75, "net": _75, "org": _75, "web": _75 }], "gw": _75, "gy": _80, "hk": [1, { "com": _75, "edu": _75, "gov": _75, "idv": _75, "net": _75, "org": _75, "xn--ciqpn": _75, "个人": _75, + "xn--gmqw5a": _75, "個人": _75, "xn--55qx5d": _75, "公司": _75, "xn--mxtq1m": _75, "政府": _75, "xn--lcvr32d": _75, "敎育": _75, "xn--wcvs22d": _75, "教育": _75, "xn--gmq050i": _75, "箇人": _75, "xn--uc0atv": _75, "組織": _75, "xn--uc0ay4a": _75, "組织": _75, "xn--od0alg": _75, "網絡": _75, "xn--zf0avx": _75, "網络": _75, "xn--mk0axi": _75, "组織": _75, "xn--tn0ag": _75, "组织": _75, "xn--od0aq3b": _75, "网絡": _75, "xn--io0a7i": _75, "网络": _75 }], "hm": _75, "hn": [1, { "com": _75, "edu": _75, "gob": _75, "mil": _75, "net": _75, "org": _75 }], "hr": [1, { "com": _75, "from": _75, "iz": _75, "name": _75 }], "ht": [1, { "adult": _75, "art": _75, "asso": _75, "com": _75, "coop": _75, "edu": _75, "firm": _75, "gouv": _75, "info": _75, "med": _75, "net": _75, "org": _75, "perso": _75, "pol": _75, "pro": _75, "rel": _75, "shop": _75 }], "hu": [1, { "2000": _75, "agrar": _75, "bolt": _75, "casino": _75, "city": _75, "co": _75, "erotica": _75, "erotika": _75, + "film": _75, "forum": _75, "games": _75, "hotel": _75, "info": _75, "ingatlan": _75, "jogasz": _75, "konyvelo": _75, "lakas": _75, "media": _75, "news": _75, "org": _75, "priv": _75, "reklam": _75, "sex": _75, "shop": _75, "sport": _75, "suli": _75, "szex": _75, "tm": _75, "tozsde": _75, "utazas": _75, "video": _75 }], "id": [1, { "ac": _75, "biz": _75, "co": _75, "desa": _75, "go": _75, "kop": _75, "mil": _75, "my": _75, "net": _75, "or": _75, "ponpes": _75, "sch": _75, "web": _75, "xn--9tfky": _75, "ᬩᬮᬶ": _75 }], "ie": _78, "il": [1, { "ac": _75, "co": _75, "gov": _75, "idf": _75, "k12": _75, "muni": _75, "net": _75, "org": _75 }], "xn--4dbrk0ce": [1, { "xn--4dbgdty6c": _75, "xn--5dbhl8d": _75, "xn--8dbq2a": _75, "xn--hebda8b": _75 }], "ישראל": [1, { "אקדמיה": _75, "ישוב": _75, "צהל": _75, "ממשל": _75 }], "im": [1, { "ac": _75, "co": [1, { "ltd": _75, "plc": _75 }], "com": _75, "net": _75, "org": _75, "tt": _75, "tv": _75 }], "in": [1, { "5g": _75, "\ +6g": _75, "ac": _75, "ai": _75, "am": _75, "bank": _75, "bihar": _75, "biz": _75, "business": _75, "ca": _75, "cn": _75, "co": _75, "com": _75, "coop": _75, "cs": _75, "delhi": _75, "dr": _75, "edu": _75, "er": _75, "fin": _75, "firm": _75, "gen": _75, "gov": _75, "gujarat": _75, "ind": _75, "info": _75, "int": _75, "internet": _75, "io": _75, "me": _75, "mil": _75, "net": _75, "nic": _75, "org": _75, "pg": _75, "post": _75, "pro": _75, "res": _75, "travel": _75, "tv": _75, "uk": _75, "up": _75, "us": _75 }], "info": _75, "int": [1, { "eu": _75 }], "io": _83, "iq": _76, "ir": [1, { "ac": _75, "co": _75, "gov": _75, "id": _75, "net": _75, "org": _75, "sch": _75, "xn--mgba3a4f16a": _75, "ایران": _75, "xn--mgba3a4fra": _75, "ايران": _75 }], "is": _75, "it": [1, { "edu": _75, "gov": _75, "abr": _75, "abruzzo": _75, "aosta-valley": _75, "aostavalley": _75, "bas": _75, "basilicata": _75, "cal": _75, "calabria": _75, "cam": _75, "campania": _75, "emilia-romagna": _75, "emiliaromagna": _75, + "emr": _75, "friuli-v-giulia": _75, "friuli-ve-giulia": _75, "friuli-vegiulia": _75, "friuli-venezia-giulia": _75, "friuli-veneziagiulia": _75, "friuli-vgiulia": _75, "friuliv-giulia": _75, "friulive-giulia": _75, "friulivegiulia": _75, "friulivenezia-giulia": _75, "friuliveneziagiulia": _75, "friulivgiulia": _75, "fvg": _75, "laz": _75, "lazio": _75, "lig": _75, "liguria": _75, "lom": _75, "lombardia": _75, "lombardy": _75, "lucania": _75, "mar": _75, "marche": _75, "mol": _75, "molise": _75, "piedmont": _75, "piemonte": _75, "pmn": _75, "pug": _75, "puglia": _75, "sar": _75, "sardegna": _75, "sardinia": _75, "sic": _75, "sicilia": _75, "sicily": _75, "taa": _75, "tos": _75, "toscana": _75, "trentin-sud-tirol": _75, "xn--trentin-sd-tirol-rzb": _75, "trentin-süd-tirol": _75, "trentin-sudtirol": _75, "xn--trentin-sdtirol-7vb": _75, "trentin-südtirol": _75, "trentin-sued-tirol": _75, "trentin-suedtirol": _75, "trentino": _75, "trentino-a-adige": _75, "trentino-aadige": _75, "tren\ +tino-alto-adige": _75, "trentino-altoadige": _75, "trentino-s-tirol": _75, "trentino-stirol": _75, "trentino-sud-tirol": _75, "xn--trentino-sd-tirol-c3b": _75, "trentino-süd-tirol": _75, "trentino-sudtirol": _75, "xn--trentino-sdtirol-szb": _75, "trentino-südtirol": _75, "trentino-sued-tirol": _75, "trentino-suedtirol": _75, "trentinoa-adige": _75, "trentinoaadige": _75, "trentinoalto-adige": _75, "trentinoaltoadige": _75, "trentinos-tirol": _75, "trentinostirol": _75, "trentinosud-tirol": _75, "xn--trentinosd-tirol-rzb": _75, "trentinosüd-tirol": _75, "trentinosudtirol": _75, "xn--trentinosdtirol-7vb": _75, "trentinosüdtirol": _75, "trentinosued-tirol": _75, "trentinosuedtirol": _75, "trentinsud-tirol": _75, "xn--trentinsd-tirol-6vb": _75, "trentinsüd-tirol": _75, "trentinsudtirol": _75, "xn--trentinsdtirol-nsb": _75, "trentinsüdtirol": _75, "trentinsued-tirol": _75, "trentinsuedtirol": _75, "tuscany": _75, "umb": _75, "umbria": _75, "val-d-aosta": _75, "val-daosta": _75, "vald-\ +aosta": _75, "valdaosta": _75, "valle-aosta": _75, "valle-d-aosta": _75, "valle-daosta": _75, "valleaosta": _75, "valled-aosta": _75, "valledaosta": _75, "vallee-aoste": _75, "xn--valle-aoste-ebb": _75, "vallée-aoste": _75, "vallee-d-aoste": _75, "xn--valle-d-aoste-ehb": _75, "vallée-d-aoste": _75, "valleeaoste": _75, "xn--valleaoste-e7a": _75, "valléeaoste": _75, "valleedaoste": _75, "xn--valledaoste-ebb": _75, "valléedaoste": _75, "vao": _75, "vda": _75, "ven": _75, "veneto": _75, "ag": _75, "agrigento": _75, "al": _75, "alessandria": _75, "alto-adige": _75, "altoadige": _75, "an": _75, "ancona": _75, "andria-barletta-trani": _75, "andria-trani-barletta": _75, "andriabarlettatrani": _75, "andriatranibarletta": _75, "ao": _75, "aosta": _75, "aoste": _75, "ap": _75, "aq": _75, "aquila": _75, "ar": _75, "arezzo": _75, "ascoli-piceno": _75, "ascolipiceno": _75, "asti": _75, "at": _75, "av": _75, "avellino": _75, "ba": _75, "balsan": _75, "balsan-sudtirol": _75, "xn--balsan-sdtirol-ns\ +b": _75, "balsan-südtirol": _75, "balsan-suedtirol": _75, "bari": _75, "barletta-trani-andria": _75, "barlettatraniandria": _75, "belluno": _75, "benevento": _75, "bergamo": _75, "bg": _75, "bi": _75, "biella": _75, "bl": _75, "bn": _75, "bo": _75, "bologna": _75, "bolzano": _75, "bolzano-altoadige": _75, "bozen": _75, "bozen-sudtirol": _75, "xn--bozen-sdtirol-2ob": _75, "bozen-südtirol": _75, "bozen-suedtirol": _75, "br": _75, "brescia": _75, "brindisi": _75, "bs": _75, "bt": _75, "bulsan": _75, "bulsan-sudtirol": _75, "xn--bulsan-sdtirol-nsb": _75, "bulsan-südtirol": _75, "bulsan-suedtirol": _75, "bz": _75, "ca": _75, "cagliari": _75, "caltanissetta": _75, "campidano-medio": _75, "campidanomedio": _75, "campobasso": _75, "carbonia-iglesias": _75, "carboniaiglesias": _75, "carrara-massa": _75, "carraramassa": _75, "caserta": _75, "catania": _75, "catanzaro": _75, "cb": _75, "ce": _75, "cesena-forli": _75, "xn--cesena-forl-mcb": _75, "cesena-forlì": _75, "cesenaforli": _75, "xn--ce\ +senaforl-i8a": _75, "cesenaforlì": _75, "ch": _75, "chieti": _75, "ci": _75, "cl": _75, "cn": _75, "co": _75, "como": _75, "cosenza": _75, "cr": _75, "cremona": _75, "crotone": _75, "cs": _75, "ct": _75, "cuneo": _75, "cz": _75, "dell-ogliastra": _75, "dellogliastra": _75, "en": _75, "enna": _75, "fc": _75, "fe": _75, "fermo": _75, "ferrara": _75, "fg": _75, "fi": _75, "firenze": _75, "florence": _75, "fm": _75, "foggia": _75, "forli-cesena": _75, "xn--forl-cesena-fcb": _75, "forlì-cesena": _75, "forlicesena": _75, "xn--forlcesena-c8a": _75, "forlìcesena": _75, "fr": _75, "frosinone": _75, "ge": _75, "genoa": _75, "genova": _75, "go": _75, "gorizia": _75, "gr": _75, "grosseto": _75, "iglesias-carbonia": _75, "iglesiascarbonia": _75, "im": _75, "imperia": _75, "is": _75, "isernia": _75, "kr": _75, "la-spezia": _75, "laquila": _75, "laspezia": _75, "latina": _75, "lc": _75, "le": _75, "lecce": _75, "lecco": _75, "li": _75, "livorno": _75, "lo": _75, "lodi": _75, "lt": _75, "lu": _75, "\ +lucca": _75, "macerata": _75, "mantova": _75, "massa-carrara": _75, "massacarrara": _75, "matera": _75, "mb": _75, "mc": _75, "me": _75, "medio-campidano": _75, "mediocampidano": _75, "messina": _75, "mi": _75, "milan": _75, "milano": _75, "mn": _75, "mo": _75, "modena": _75, "monza": _75, "monza-brianza": _75, "monza-e-della-brianza": _75, "monzabrianza": _75, "monzaebrianza": _75, "monzaedellabrianza": _75, "ms": _75, "mt": _75, "na": _75, "naples": _75, "napoli": _75, "no": _75, "novara": _75, "nu": _75, "nuoro": _75, "og": _75, "ogliastra": _75, "olbia-tempio": _75, "olbiatempio": _75, "or": _75, "oristano": _75, "ot": _75, "pa": _75, "padova": _75, "padua": _75, "palermo": _75, "parma": _75, "pavia": _75, "pc": _75, "pd": _75, "pe": _75, "perugia": _75, "pesaro-urbino": _75, "pesarourbino": _75, "pescara": _75, "pg": _75, "pi": _75, "piacenza": _75, "pisa": _75, "pistoia": _75, "pn": _75, "po": _75, "pordenone": _75, "potenza": _75, "pr": _75, "prato": _75, "pt": _75, "pu": _75, "\ +pv": _75, "pz": _75, "ra": _75, "ragusa": _75, "ravenna": _75, "rc": _75, "re": _75, "reggio-calabria": _75, "reggio-emilia": _75, "reggiocalabria": _75, "reggioemilia": _75, "rg": _75, "ri": _75, "rieti": _75, "rimini": _75, "rm": _75, "rn": _75, "ro": _75, "roma": _75, "rome": _75, "rovigo": _75, "sa": _75, "salerno": _75, "sassari": _75, "savona": _75, "si": _75, "siena": _75, "siracusa": _75, "so": _75, "sondrio": _75, "sp": _75, "sr": _75, "ss": _75, "xn--sdtirol-n2a": _75, "südtirol": _75, "suedtirol": _75, "sv": _75, "ta": _75, "taranto": _75, "te": _75, "tempio-olbia": _75, "tempioolbia": _75, "teramo": _75, "terni": _75, "tn": _75, "to": _75, "torino": _75, "tp": _75, "tr": _75, "trani-andria-barletta": _75, "trani-barletta-andria": _75, "traniandriabarletta": _75, "tranibarlettaandria": _75, "trapani": _75, "trento": _75, "treviso": _75, "trieste": _75, "ts": _75, "turin": _75, "tv": _75, "ud": _75, "udine": _75, "urbino-pesaro": _75, "urbinopesaro": _75, "va": _75, "varese": _75, + "vb": _75, "vc": _75, "ve": _75, "venezia": _75, "venice": _75, "verbania": _75, "vercelli": _75, "verona": _75, "vi": _75, "vibo-valentia": _75, "vibovalentia": _75, "vicenza": _75, "viterbo": _75, "vr": _75, "vs": _75, "vt": _75, "vv": _75 }], "je": _82, "jm": _79, "jo": [1, { "agri": _75, "ai": _75, "com": _75, "edu": _75, "eng": _75, "fm": _75, "gov": _75, "mil": _75, "net": _75, "org": _75, "per": _75, "phd": _75, "sch": _75, "tv": _75 }], "jobs": _75, "jp": [1, { "ac": _75, "ad": _75, "co": _75, "ed": _75, "go": _75, "gr": _75, "lg": _75, "ne": _75, "or": _75, "aichi": [1, { "aisai": _75, "ama": _75, "anjo": _75, "asuke": _75, "chiryu": _75, "chita": _75, "fuso": _75, "gamagori": _75, "handa": _75, "hazu": _75, "hekinan": _75, "higashiura": _75, "ichinomiya": _75, "inazawa": _75, "inuyama": _75, "isshiki": _75, "iwakura": _75, "kanie": _75, "kariya": _75, "kasugai": _75, "kira": _75, "kiyosu": _75, "komaki": _75, "konan": _75, "kota": _75, "mihama": _75, "miyoshi": _75, "ni\ +shio": _75, "nisshin": _75, "obu": _75, "oguchi": _75, "oharu": _75, "okazaki": _75, "owariasahi": _75, "seto": _75, "shikatsu": _75, "shinshiro": _75, "shitara": _75, "tahara": _75, "takahama": _75, "tobishima": _75, "toei": _75, "togo": _75, "tokai": _75, "tokoname": _75, "toyoake": _75, "toyohashi": _75, "toyokawa": _75, "toyone": _75, "toyota": _75, "tsushima": _75, "yatomi": _75 }], "akita": [1, { "akita": _75, "daisen": _75, "fujisato": _75, "gojome": _75, "hachirogata": _75, "happou": _75, "higashinaruse": _75, "honjo": _75, "honjyo": _75, "ikawa": _75, "kamikoani": _75, "kamioka": _75, "katagami": _75, "kazuno": _75, "kitaakita": _75, "kosaka": _75, "kyowa": _75, "misato": _75, "mitane": _75, "moriyoshi": _75, "nikaho": _75, "noshiro": _75, "odate": _75, "oga": _75, "ogata": _75, "semboku": _75, "yokote": _75, "yurihonjo": _75 }], "aomori": [1, { "aomori": _75, "gonohe": _75, "hachinohe": _75, "hashikami": _75, "hiranai": _75, "hirosaki": _75, "itayanagi": _75, "kuroishi": _75, + "misawa": _75, "mutsu": _75, "nakadomari": _75, "noheji": _75, "oirase": _75, "owani": _75, "rokunohe": _75, "sannohe": _75, "shichinohe": _75, "shingo": _75, "takko": _75, "towada": _75, "tsugaru": _75, "tsuruta": _75 }], "chiba": [1, { "abiko": _75, "asahi": _75, "chonan": _75, "chosei": _75, "choshi": _75, "chuo": _75, "funabashi": _75, "futtsu": _75, "hanamigawa": _75, "ichihara": _75, "ichikawa": _75, "ichinomiya": _75, "inzai": _75, "isumi": _75, "kamagaya": _75, "kamogawa": _75, "kashiwa": _75, "katori": _75, "katsuura": _75, "kimitsu": _75, "kisarazu": _75, "kozaki": _75, "kujukuri": _75, "kyonan": _75, "matsudo": _75, "midori": _75, "mihama": _75, "minamiboso": _75, "mobara": _75, "mutsuzawa": _75, "nagara": _75, "nagareyama": _75, "narashino": _75, "narita": _75, "noda": _75, "oamishirasato": _75, "omigawa": _75, "onjuku": _75, "otaki": _75, "sakae": _75, "sakura": _75, "shimofusa": _75, "shirako": _75, "shiroi": _75, "shisui": _75, "sodegaura": _75, "sosa": _75, "tako": _75, + "tateyama": _75, "togane": _75, "tohnosho": _75, "tomisato": _75, "urayasu": _75, "yachimata": _75, "yachiyo": _75, "yokaichiba": _75, "yokoshibahikari": _75, "yotsukaido": _75 }], "ehime": [1, { "ainan": _75, "honai": _75, "ikata": _75, "imabari": _75, "iyo": _75, "kamijima": _75, "kihoku": _75, "kumakogen": _75, "masaki": _75, "matsuno": _75, "matsuyama": _75, "namikata": _75, "niihama": _75, "ozu": _75, "saijo": _75, "seiyo": _75, "shikokuchuo": _75, "tobe": _75, "toon": _75, "uchiko": _75, "uwajima": _75, "yawatahama": _75 }], "fukui": [1, { "echizen": _75, "eiheiji": _75, "fukui": _75, "ikeda": _75, "katsuyama": _75, "mihama": _75, "minamiechizen": _75, "obama": _75, "ohi": _75, "ono": _75, "sabae": _75, "sakai": _75, "takahama": _75, "tsuruga": _75, "wakasa": _75 }], "fukuoka": [1, { "ashiya": _75, "buzen": _75, "chikugo": _75, "chikuho": _75, "chikujo": _75, "chikushino": _75, "chikuzen": _75, "chuo": _75, "dazaifu": _75, "fukuchi": _75, "hakata": _75, "higashi": _75, "hir\ +okawa": _75, "hisayama": _75, "iizuka": _75, "inatsuki": _75, "kaho": _75, "kasuga": _75, "kasuya": _75, "kawara": _75, "keisen": _75, "koga": _75, "kurate": _75, "kurogi": _75, "kurume": _75, "minami": _75, "miyako": _75, "miyama": _75, "miyawaka": _75, "mizumaki": _75, "munakata": _75, "nakagawa": _75, "nakama": _75, "nishi": _75, "nogata": _75, "ogori": _75, "okagaki": _75, "okawa": _75, "oki": _75, "omuta": _75, "onga": _75, "onojo": _75, "oto": _75, "saigawa": _75, "sasaguri": _75, "shingu": _75, "shinyoshitomi": _75, "shonai": _75, "soeda": _75, "sue": _75, "tachiarai": _75, "tagawa": _75, "takata": _75, "toho": _75, "toyotsu": _75, "tsuiki": _75, "ukiha": _75, "umi": _75, "usui": _75, "yamada": _75, "yame": _75, "yanagawa": _75, "yukuhashi": _75 }], "fukushima": [1, { "aizubange": _75, "aizumisato": _75, "aizuwakamatsu": _75, "asakawa": _75, "bandai": _75, "date": _75, "fukushima": _75, "furudono": _75, "futaba": _75, "hanawa": _75, "higashi": _75, "hirata": _75, "hirono": _75, "\ +iitate": _75, "inawashiro": _75, "ishikawa": _75, "iwaki": _75, "izumizaki": _75, "kagamiishi": _75, "kaneyama": _75, "kawamata": _75, "kitakata": _75, "kitashiobara": _75, "koori": _75, "koriyama": _75, "kunimi": _75, "miharu": _75, "mishima": _75, "namie": _75, "nango": _75, "nishiaizu": _75, "nishigo": _75, "okuma": _75, "omotego": _75, "ono": _75, "otama": _75, "samegawa": _75, "shimogo": _75, "shirakawa": _75, "showa": _75, "soma": _75, "sukagawa": _75, "taishin": _75, "tamakawa": _75, "tanagura": _75, "tenei": _75, "yabuki": _75, "yamato": _75, "yamatsuri": _75, "yanaizu": _75, "yugawa": _75 }], "gifu": [1, { "anpachi": _75, "ena": _75, "gifu": _75, "ginan": _75, "godo": _75, "gujo": _75, "hashima": _75, "hichiso": _75, "hida": _75, "higashishirakawa": _75, "ibigawa": _75, "ikeda": _75, "kakamigahara": _75, "kani": _75, "kasahara": _75, "kasamatsu": _75, "kawaue": _75, "kitagata": _75, "mino": _75, "minokamo": _75, "mitake": _75, "mizunami": _75, "motosu": _75, "nakatsugawa": _75, + "ogaki": _75, "sakahogi": _75, "seki": _75, "sekigahara": _75, "shirakawa": _75, "tajimi": _75, "takayama": _75, "tarui": _75, "toki": _75, "tomika": _75, "wanouchi": _75, "yamagata": _75, "yaotsu": _75, "yoro": _75 }], "gunma": [1, { "annaka": _75, "chiyoda": _75, "fujioka": _75, "higashiagatsuma": _75, "isesaki": _75, "itakura": _75, "kanna": _75, "kanra": _75, "katashina": _75, "kawaba": _75, "kiryu": _75, "kusatsu": _75, "maebashi": _75, "meiwa": _75, "midori": _75, "minakami": _75, "naganohara": _75, "nakanojo": _75, "nanmoku": _75, "numata": _75, "oizumi": _75, "ora": _75, "ota": _75, "shibukawa": _75, "shimonita": _75, "shinto": _75, "showa": _75, "takasaki": _75, "takayama": _75, "tamamura": _75, "tatebayashi": _75, "tomioka": _75, "tsukiyono": _75, "tsumagoi": _75, "ueno": _75, "yoshioka": _75 }], "hiroshima": [1, { "asaminami": _75, "daiwa": _75, "etajima": _75, "fuchu": _75, "fukuyama": _75, "hatsukaichi": _75, "higashihiroshima": _75, "hongo": _75, "jinsekikogen": _75, + "kaita": _75, "kui": _75, "kumano": _75, "kure": _75, "mihara": _75, "miyoshi": _75, "naka": _75, "onomichi": _75, "osakikamijima": _75, "otake": _75, "saka": _75, "sera": _75, "seranishi": _75, "shinichi": _75, "shobara": _75, "takehara": _75 }], "hokkaido": [1, { "abashiri": _75, "abira": _75, "aibetsu": _75, "akabira": _75, "akkeshi": _75, "asahikawa": _75, "ashibetsu": _75, "ashoro": _75, "assabu": _75, "atsuma": _75, "bibai": _75, "biei": _75, "bifuka": _75, "bihoro": _75, "biratori": _75, "chippubetsu": _75, "chitose": _75, "date": _75, "ebetsu": _75, "embetsu": _75, "eniwa": _75, "erimo": _75, "esan": _75, "esashi": _75, "fukagawa": _75, "fukushima": _75, "furano": _75, "furubira": _75, "haboro": _75, "hakodate": _75, "hamatonbetsu": _75, "hidaka": _75, "higashikagura": _75, "higashikawa": _75, "hiroo": _75, "hokuryu": _75, "hokuto": _75, "honbetsu": _75, "horokanai": _75, "horonobe": _75, "ikeda": _75, "imakane": _75, "ishikari": _75, "iwamizawa": _75, "iwanai": _75, "kam\ +ifurano": _75, "kamikawa": _75, "kamishihoro": _75, "kamisunagawa": _75, "kamoenai": _75, "kayabe": _75, "kembuchi": _75, "kikonai": _75, "kimobetsu": _75, "kitahiroshima": _75, "kitami": _75, "kiyosato": _75, "koshimizu": _75, "kunneppu": _75, "kuriyama": _75, "kuromatsunai": _75, "kushiro": _75, "kutchan": _75, "kyowa": _75, "mashike": _75, "matsumae": _75, "mikasa": _75, "minamifurano": _75, "mombetsu": _75, "moseushi": _75, "mukawa": _75, "muroran": _75, "naie": _75, "nakagawa": _75, "nakasatsunai": _75, "nakatombetsu": _75, "nanae": _75, "nanporo": _75, "nayoro": _75, "nemuro": _75, "niikappu": _75, "niki": _75, "nishiokoppe": _75, "noboribetsu": _75, "numata": _75, "obihiro": _75, "obira": _75, "oketo": _75, "okoppe": _75, "otaru": _75, "otobe": _75, "otofuke": _75, "otoineppu": _75, "oumu": _75, "ozora": _75, "pippu": _75, "rankoshi": _75, "rebun": _75, "rikubetsu": _75, "rishiri": _75, "rishirifuji": _75, "saroma": _75, "sarufutsu": _75, "shakotan": _75, "shari": _75, "shibecha": _75, + "shibetsu": _75, "shikabe": _75, "shikaoi": _75, "shimamaki": _75, "shimizu": _75, "shimokawa": _75, "shinshinotsu": _75, "shintoku": _75, "shiranuka": _75, "shiraoi": _75, "shiriuchi": _75, "sobetsu": _75, "sunagawa": _75, "taiki": _75, "takasu": _75, "takikawa": _75, "takinoue": _75, "teshikaga": _75, "tobetsu": _75, "tohma": _75, "tomakomai": _75, "tomari": _75, "toya": _75, "toyako": _75, "toyotomi": _75, "toyoura": _75, "tsubetsu": _75, "tsukigata": _75, "urakawa": _75, "urausu": _75, "uryu": _75, "utashinai": _75, "wakkanai": _75, "wassamu": _75, "yakumo": _75, "yoichi": _75 }], "hyogo": [1, { "aioi": _75, "akashi": _75, "ako": _75, "amagasaki": _75, "aogaki": _75, "asago": _75, "ashiya": _75, "awaji": _75, "fukusaki": _75, "goshiki": _75, "harima": _75, "himeji": _75, "ichikawa": _75, "inagawa": _75, "itami": _75, "kakogawa": _75, "kamigori": _75, "kamikawa": _75, "kasai": _75, "kasuga": _75, "kawanishi": _75, "miki": _75, "minamiawaji": _75, "nishinomiya": _75, "nishiwaki": _75, + "ono": _75, "sanda": _75, "sannan": _75, "sasayama": _75, "sayo": _75, "shingu": _75, "shinonsen": _75, "shiso": _75, "sumoto": _75, "taishi": _75, "taka": _75, "takarazuka": _75, "takasago": _75, "takino": _75, "tamba": _75, "tatsuno": _75, "toyooka": _75, "yabu": _75, "yashiro": _75, "yoka": _75, "yokawa": _75 }], "ibaraki": [1, { "ami": _75, "asahi": _75, "bando": _75, "chikusei": _75, "daigo": _75, "fujishiro": _75, "hitachi": _75, "hitachinaka": _75, "hitachiomiya": _75, "hitachiota": _75, "ibaraki": _75, "ina": _75, "inashiki": _75, "itako": _75, "iwama": _75, "joso": _75, "kamisu": _75, "kasama": _75, "kashima": _75, "kasumigaura": _75, "koga": _75, "miho": _75, "mito": _75, "moriya": _75, "naka": _75, "namegata": _75, "oarai": _75, "ogawa": _75, "omitama": _75, "ryugasaki": _75, "sakai": _75, "sakuragawa": _75, "shimodate": _75, "shimotsuma": _75, "shirosato": _75, "sowa": _75, "suifu": _75, "takahagi": _75, "tamatsukuri": _75, "tokai": _75, "tomobe": _75, "tone": _75, "t\ +oride": _75, "tsuchiura": _75, "tsukuba": _75, "uchihara": _75, "ushiku": _75, "yachiyo": _75, "yamagata": _75, "yawara": _75, "yuki": _75 }], "ishikawa": [1, { "anamizu": _75, "hakui": _75, "hakusan": _75, "kaga": _75, "kahoku": _75, "kanazawa": _75, "kawakita": _75, "komatsu": _75, "nakanoto": _75, "nanao": _75, "nomi": _75, "nonoichi": _75, "noto": _75, "shika": _75, "suzu": _75, "tsubata": _75, "tsurugi": _75, "uchinada": _75, "wajima": _75 }], "iwate": [1, { "fudai": _75, "fujisawa": _75, "hanamaki": _75, "hiraizumi": _75, "hirono": _75, "ichinohe": _75, "ichinoseki": _75, "iwaizumi": _75, "iwate": _75, "joboji": _75, "kamaishi": _75, "kanegasaki": _75, "karumai": _75, "kawai": _75, "kitakami": _75, "kuji": _75, "kunohe": _75, "kuzumaki": _75, "miyako": _75, "mizusawa": _75, "morioka": _75, "ninohe": _75, "noda": _75, "ofunato": _75, "oshu": _75, "otsuchi": _75, "rikuzentakata": _75, "shiwa": _75, "shizukuishi": _75, "sumita": _75, "tanohata": _75, "tono": _75, "yahaba": _75, "yam\ +ada": _75 }], "kagawa": [1, { "ayagawa": _75, "higashikagawa": _75, "kanonji": _75, "kotohira": _75, "manno": _75, "marugame": _75, "mitoyo": _75, "naoshima": _75, "sanuki": _75, "tadotsu": _75, "takamatsu": _75, "tonosho": _75, "uchinomi": _75, "utazu": _75, "zentsuji": _75 }], "kagoshima": [1, { "akune": _75, "amami": _75, "hioki": _75, "isa": _75, "isen": _75, "izumi": _75, "kagoshima": _75, "kanoya": _75, "kawanabe": _75, "kinko": _75, "kouyama": _75, "makurazaki": _75, "matsumoto": _75, "minamitane": _75, "nakatane": _75, "nishinoomote": _75, "satsumasendai": _75, "soo": _75, "tarumizu": _75, "yusui": _75 }], "kanagawa": [1, { "aikawa": _75, "atsugi": _75, "ayase": _75, "chigasaki": _75, "ebina": _75, "fujisawa": _75, "hadano": _75, "hakone": _75, "hiratsuka": _75, "isehara": _75, "kaisei": _75, "kamakura": _75, "kiyokawa": _75, "matsuda": _75, "minamiashigara": _75, "miura": _75, "nakai": _75, "ninomiya": _75, "odawara": _75, "oi": _75, "oiso": _75, "sagamihara": _75, "samukawa": _75, + "tsukui": _75, "yamakita": _75, "yamato": _75, "yokosuka": _75, "yugawara": _75, "zama": _75, "zushi": _75 }], "kochi": [1, { "aki": _75, "geisei": _75, "hidaka": _75, "higashitsuno": _75, "ino": _75, "kagami": _75, "kami": _75, "kitagawa": _75, "kochi": _75, "mihara": _75, "motoyama": _75, "muroto": _75, "nahari": _75, "nakamura": _75, "nankoku": _75, "nishitosa": _75, "niyodogawa": _75, "ochi": _75, "okawa": _75, "otoyo": _75, "otsuki": _75, "sakawa": _75, "sukumo": _75, "susaki": _75, "tosa": _75, "tosashimizu": _75, "toyo": _75, "tsuno": _75, "umaji": _75, "yasuda": _75, "yusuhara": _75 }], "kumamoto": [1, { "amakusa": _75, "arao": _75, "aso": _75, "choyo": _75, "gyokuto": _75, "kamiamakusa": _75, "kikuchi": _75, "kumamoto": _75, "mashiki": _75, "mifune": _75, "minamata": _75, "minamioguni": _75, "nagasu": _75, "nishihara": _75, "oguni": _75, "ozu": _75, "sumoto": _75, "takamori": _75, "uki": _75, "uto": _75, "yamaga": _75, "yamato": _75, "yatsushiro": _75 }], "kyoto": [1, { "\ +ayabe": _75, "fukuchiyama": _75, "higashiyama": _75, "ide": _75, "ine": _75, "joyo": _75, "kameoka": _75, "kamo": _75, "kita": _75, "kizu": _75, "kumiyama": _75, "kyotamba": _75, "kyotanabe": _75, "kyotango": _75, "maizuru": _75, "minami": _75, "minamiyamashiro": _75, "miyazu": _75, "muko": _75, "nagaokakyo": _75, "nakagyo": _75, "nantan": _75, "oyamazaki": _75, "sakyo": _75, "seika": _75, "tanabe": _75, "uji": _75, "ujitawara": _75, "wazuka": _75, "yamashina": _75, "yawata": _75 }], "mie": [1, { "asahi": _75, "inabe": _75, "ise": _75, "kameyama": _75, "kawagoe": _75, "kiho": _75, "kisosaki": _75, "kiwa": _75, "komono": _75, "kumano": _75, "kuwana": _75, "matsusaka": _75, "meiwa": _75, "mihama": _75, "minamiise": _75, "misugi": _75, "miyama": _75, "nabari": _75, "shima": _75, "suzuka": _75, "tado": _75, "taiki": _75, "taki": _75, "tamaki": _75, "toba": _75, "tsu": _75, "udono": _75, "ureshino": _75, "watarai": _75, "yokkaichi": _75 }], "miyagi": [1, { "furukawa": _75, "higashimatsushim\ +a": _75, "ishinomaki": _75, "iwanuma": _75, "kakuda": _75, "kami": _75, "kawasaki": _75, "marumori": _75, "matsushima": _75, "minamisanriku": _75, "misato": _75, "murata": _75, "natori": _75, "ogawara": _75, "ohira": _75, "onagawa": _75, "osaki": _75, "rifu": _75, "semine": _75, "shibata": _75, "shichikashuku": _75, "shikama": _75, "shiogama": _75, "shiroishi": _75, "tagajo": _75, "taiwa": _75, "tome": _75, "tomiya": _75, "wakuya": _75, "watari": _75, "yamamoto": _75, "zao": _75 }], "miyazaki": [1, { "aya": _75, "ebino": _75, "gokase": _75, "hyuga": _75, "kadogawa": _75, "kawaminami": _75, "kijo": _75, "kitagawa": _75, "kitakata": _75, "kitaura": _75, "kobayashi": _75, "kunitomi": _75, "kushima": _75, "mimata": _75, "miyakonojo": _75, "miyazaki": _75, "morotsuka": _75, "nichinan": _75, "nishimera": _75, "nobeoka": _75, "saito": _75, "shiiba": _75, "shintomi": _75, "takaharu": _75, "takanabe": _75, "takazaki": _75, "tsuno": _75 }], "nagano": [1, { "achi": _75, "agematsu": _75, "anan": _75, + "aoki": _75, "asahi": _75, "azumino": _75, "chikuhoku": _75, "chikuma": _75, "chino": _75, "fujimi": _75, "hakuba": _75, "hara": _75, "hiraya": _75, "iida": _75, "iijima": _75, "iiyama": _75, "iizuna": _75, "ikeda": _75, "ikusaka": _75, "ina": _75, "karuizawa": _75, "kawakami": _75, "kiso": _75, "kisofukushima": _75, "kitaaiki": _75, "komagane": _75, "komoro": _75, "matsukawa": _75, "matsumoto": _75, "miasa": _75, "minamiaiki": _75, "minamimaki": _75, "minamiminowa": _75, "minowa": _75, "miyada": _75, "miyota": _75, "mochizuki": _75, "nagano": _75, "nagawa": _75, "nagiso": _75, "nakagawa": _75, "nakano": _75, "nozawaonsen": _75, "obuse": _75, "ogawa": _75, "okaya": _75, "omachi": _75, "omi": _75, "ookuwa": _75, "ooshika": _75, "otaki": _75, "otari": _75, "sakae": _75, "sakaki": _75, "saku": _75, "sakuho": _75, "shimosuwa": _75, "shinanomachi": _75, "shiojiri": _75, "suwa": _75, "suzaka": _75, "takagi": _75, "takamori": _75, "takayama": _75, "tateshina": _75, "tatsuno": _75, "toga\ +kushi": _75, "togura": _75, "tomi": _75, "ueda": _75, "wada": _75, "yamagata": _75, "yamanouchi": _75, "yasaka": _75, "yasuoka": _75 }], "nagasaki": [1, { "chijiwa": _75, "futsu": _75, "goto": _75, "hasami": _75, "hirado": _75, "iki": _75, "isahaya": _75, "kawatana": _75, "kuchinotsu": _75, "matsuura": _75, "nagasaki": _75, "obama": _75, "omura": _75, "oseto": _75, "saikai": _75, "sasebo": _75, "seihi": _75, "shimabara": _75, "shinkamigoto": _75, "togitsu": _75, "tsushima": _75, "unzen": _75 }], "nara": [1, { "ando": _75, "gose": _75, "heguri": _75, "higashiyoshino": _75, "ikaruga": _75, "ikoma": _75, "kamikitayama": _75, "kanmaki": _75, "kashiba": _75, "kashihara": _75, "katsuragi": _75, "kawai": _75, "kawakami": _75, "kawanishi": _75, "koryo": _75, "kurotaki": _75, "mitsue": _75, "miyake": _75, "nara": _75, "nosegawa": _75, "oji": _75, "ouda": _75, "oyodo": _75, "sakurai": _75, "sango": _75, "shimoichi": _75, "shimokitayama": _75, "shinjo": _75, "soni": _75, "takatori": _75, "tawaram\ +oto": _75, "tenkawa": _75, "tenri": _75, "uda": _75, "yamatokoriyama": _75, "yamatotakada": _75, "yamazoe": _75, "yoshino": _75 }], "niigata": [1, { "aga": _75, "agano": _75, "gosen": _75, "itoigawa": _75, "izumozaki": _75, "joetsu": _75, "kamo": _75, "kariwa": _75, "kashiwazaki": _75, "minamiuonuma": _75, "mitsuke": _75, "muika": _75, "murakami": _75, "myoko": _75, "nagaoka": _75, "niigata": _75, "ojiya": _75, "omi": _75, "sado": _75, "sanjo": _75, "seiro": _75, "seirou": _75, "sekikawa": _75, "shibata": _75, "tagami": _75, "tainai": _75, "tochio": _75, "tokamachi": _75, "tsubame": _75, "tsunan": _75, "uonuma": _75, "yahiko": _75, "yoita": _75, "yuzawa": _75 }], "oita": [1, { "beppu": _75, "bungoono": _75, "bungotakada": _75, "hasama": _75, "hiji": _75, "himeshima": _75, "hita": _75, "kamitsue": _75, "kokonoe": _75, "kuju": _75, "kunisaki": _75, "kusu": _75, "oita": _75, "saiki": _75, "taketa": _75, "tsukumi": _75, "usa": _75, "usuki": _75, "yufu": _75 }], "okayama": [1, { "akaiwa": _75, + "asakuchi": _75, "bizen": _75, "hayashima": _75, "ibara": _75, "kagamino": _75, "kasaoka": _75, "kibichuo": _75, "kumenan": _75, "kurashiki": _75, "maniwa": _75, "misaki": _75, "nagi": _75, "niimi": _75, "nishiawakura": _75, "okayama": _75, "satosho": _75, "setouchi": _75, "shinjo": _75, "shoo": _75, "soja": _75, "takahashi": _75, "tamano": _75, "tsuyama": _75, "wake": _75, "yakage": _75 }], "okinawa": [1, { "aguni": _75, "ginowan": _75, "ginoza": _75, "gushikami": _75, "haebaru": _75, "higashi": _75, "hirara": _75, "iheya": _75, "ishigaki": _75, "ishikawa": _75, "itoman": _75, "izena": _75, "kadena": _75, "kin": _75, "kitadaito": _75, "kitanakagusuku": _75, "kumejima": _75, "kunigami": _75, "minamidaito": _75, "motobu": _75, "nago": _75, "naha": _75, "nakagusuku": _75, "nakijin": _75, "nanjo": _75, "nishihara": _75, "ogimi": _75, "okinawa": _75, "onna": _75, "shimoji": _75, "taketomi": _75, "tarama": _75, "tokashiki": _75, "tomigusuku": _75, "tonaki": _75, "urasoe": _75, "uruma": _75, + "yaese": _75, "yomitan": _75, "yonabaru": _75, "yonaguni": _75, "zamami": _75 }], "osaka": [1, { "abeno": _75, "chihayaakasaka": _75, "chuo": _75, "daito": _75, "fujiidera": _75, "habikino": _75, "hannan": _75, "higashiosaka": _75, "higashisumiyoshi": _75, "higashiyodogawa": _75, "hirakata": _75, "ibaraki": _75, "ikeda": _75, "izumi": _75, "izumiotsu": _75, "izumisano": _75, "kadoma": _75, "kaizuka": _75, "kanan": _75, "kashiwara": _75, "katano": _75, "kawachinagano": _75, "kishiwada": _75, "kita": _75, "kumatori": _75, "matsubara": _75, "minato": _75, "minoh": _75, "misaki": _75, "moriguchi": _75, "neyagawa": _75, "nishi": _75, "nose": _75, "osakasayama": _75, "sakai": _75, "sayama": _75, "sennan": _75, "settsu": _75, "shijonawate": _75, "shimamoto": _75, "suita": _75, "tadaoka": _75, "taishi": _75, "tajiri": _75, "takaishi": _75, "takatsuki": _75, "tondabayashi": _75, "toyonaka": _75, "toyono": _75, "yao": _75 }], "saga": [1, { "ariake": _75, "arita": _75, "fukudomi": _75, "gen\ +kai": _75, "hamatama": _75, "hizen": _75, "imari": _75, "kamimine": _75, "kanzaki": _75, "karatsu": _75, "kashima": _75, "kitagata": _75, "kitahata": _75, "kiyama": _75, "kouhoku": _75, "kyuragi": _75, "nishiarita": _75, "ogi": _75, "omachi": _75, "ouchi": _75, "saga": _75, "shiroishi": _75, "taku": _75, "tara": _75, "tosu": _75, "yoshinogari": _75 }], "saitama": [1, { "arakawa": _75, "asaka": _75, "chichibu": _75, "fujimi": _75, "fujimino": _75, "fukaya": _75, "hanno": _75, "hanyu": _75, "hasuda": _75, "hatogaya": _75, "hatoyama": _75, "hidaka": _75, "higashichichibu": _75, "higashimatsuyama": _75, "honjo": _75, "ina": _75, "iruma": _75, "iwatsuki": _75, "kamiizumi": _75, "kamikawa": _75, "kamisato": _75, "kasukabe": _75, "kawagoe": _75, "kawaguchi": _75, "kawajima": _75, "kazo": _75, "kitamoto": _75, "koshigaya": _75, "kounosu": _75, "kuki": _75, "kumagaya": _75, "matsubushi": _75, "minano": _75, "misato": _75, "miyashiro": _75, "miyoshi": _75, "moroyama": _75, "nagatoro": _75, "name\ +gawa": _75, "niiza": _75, "ogano": _75, "ogawa": _75, "ogose": _75, "okegawa": _75, "omiya": _75, "otaki": _75, "ranzan": _75, "ryokami": _75, "saitama": _75, "sakado": _75, "satte": _75, "sayama": _75, "shiki": _75, "shiraoka": _75, "soka": _75, "sugito": _75, "toda": _75, "tokigawa": _75, "tokorozawa": _75, "tsurugashima": _75, "urawa": _75, "warabi": _75, "yashio": _75, "yokoze": _75, "yono": _75, "yorii": _75, "yoshida": _75, "yoshikawa": _75, "yoshimi": _75 }], "shiga": [1, { "aisho": _75, "gamo": _75, "higashiomi": _75, "hikone": _75, "koka": _75, "konan": _75, "kosei": _75, "koto": _75, "kusatsu": _75, "maibara": _75, "moriyama": _75, "nagahama": _75, "nishiazai": _75, "notogawa": _75, "omihachiman": _75, "otsu": _75, "ritto": _75, "ryuoh": _75, "takashima": _75, "takatsuki": _75, "torahime": _75, "toyosato": _75, "yasu": _75 }], "shimane": [1, { "akagi": _75, "ama": _75, "gotsu": _75, "hamada": _75, "higashiizumo": _75, "hikawa": _75, "hikimi": _75, "izumo": _75, "kakinoki": _75, + "masuda": _75, "matsue": _75, "misato": _75, "nishinoshima": _75, "ohda": _75, "okinoshima": _75, "okuizumo": _75, "shimane": _75, "tamayu": _75, "tsuwano": _75, "unnan": _75, "yakumo": _75, "yasugi": _75, "yatsuka": _75 }], "shizuoka": [1, { "arai": _75, "atami": _75, "fuji": _75, "fujieda": _75, "fujikawa": _75, "fujinomiya": _75, "fukuroi": _75, "gotemba": _75, "haibara": _75, "hamamatsu": _75, "higashiizu": _75, "ito": _75, "iwata": _75, "izu": _75, "izunokuni": _75, "kakegawa": _75, "kannami": _75, "kawanehon": _75, "kawazu": _75, "kikugawa": _75, "kosai": _75, "makinohara": _75, "matsuzaki": _75, "minamiizu": _75, "mishima": _75, "morimachi": _75, "nishiizu": _75, "numazu": _75, "omaezaki": _75, "shimada": _75, "shimizu": _75, "shimoda": _75, "shizuoka": _75, "susono": _75, "yaizu": _75, "yoshida": _75 }], "tochigi": [1, { "ashikaga": _75, "bato": _75, "haga": _75, "ichikai": _75, "iwafune": _75, "kaminokawa": _75, "kanuma": _75, "karasuyama": _75, "kuroiso": _75, "mashiko": _75, + "mibu": _75, "moka": _75, "motegi": _75, "nasu": _75, "nasushiobara": _75, "nikko": _75, "nishikata": _75, "nogi": _75, "ohira": _75, "ohtawara": _75, "oyama": _75, "sakura": _75, "sano": _75, "shimotsuke": _75, "shioya": _75, "takanezawa": _75, "tochigi": _75, "tsuga": _75, "ujiie": _75, "utsunomiya": _75, "yaita": _75 }], "tokushima": [1, { "aizumi": _75, "anan": _75, "ichiba": _75, "itano": _75, "kainan": _75, "komatsushima": _75, "matsushige": _75, "mima": _75, "minami": _75, "miyoshi": _75, "mugi": _75, "nakagawa": _75, "naruto": _75, "sanagochi": _75, "shishikui": _75, "tokushima": _75, "wajiki": _75 }], "tokyo": [1, { "adachi": _75, "akiruno": _75, "akishima": _75, "aogashima": _75, "arakawa": _75, "bunkyo": _75, "chiyoda": _75, "chofu": _75, "chuo": _75, "edogawa": _75, "fuchu": _75, "fussa": _75, "hachijo": _75, "hachioji": _75, "hamura": _75, "higashikurume": _75, "higashimurayama": _75, "higashiyamato": _75, "hino": _75, "hinode": _75, "hinohara": _75, "inagi": _75, "i\ +tabashi": _75, "katsushika": _75, "kita": _75, "kiyose": _75, "kodaira": _75, "koganei": _75, "kokubunji": _75, "komae": _75, "koto": _75, "kouzushima": _75, "kunitachi": _75, "machida": _75, "meguro": _75, "minato": _75, "mitaka": _75, "mizuho": _75, "musashimurayama": _75, "musashino": _75, "nakano": _75, "nerima": _75, "ogasawara": _75, "okutama": _75, "ome": _75, "oshima": _75, "ota": _75, "setagaya": _75, "shibuya": _75, "shinagawa": _75, "shinjuku": _75, "suginami": _75, "sumida": _75, "tachikawa": _75, "taito": _75, "tama": _75, "toshima": _75 }], "tottori": [1, { "chizu": _75, "hino": _75, "kawahara": _75, "koge": _75, "kotoura": _75, "misasa": _75, "nanbu": _75, "nichinan": _75, "sakaiminato": _75, "tottori": _75, "wakasa": _75, "yazu": _75, "yonago": _75 }], "toyama": [1, { "asahi": _75, "fuchu": _75, "fukumitsu": _75, "funahashi": _75, "himi": _75, "imizu": _75, "inami": _75, "johana": _75, "kamiichi": _75, "kurobe": _75, "nakaniikawa": _75, "namerikawa": _75, "nanto": _75, "\ +nyuzen": _75, "oyabe": _75, "taira": _75, "takaoka": _75, "tateyama": _75, "toga": _75, "tonami": _75, "toyama": _75, "unazuki": _75, "uozu": _75, "yamada": _75 }], "wakayama": [1, { "arida": _75, "aridagawa": _75, "gobo": _75, "hashimoto": _75, "hidaka": _75, "hirogawa": _75, "inami": _75, "iwade": _75, "kainan": _75, "kamitonda": _75, "katsuragi": _75, "kimino": _75, "kinokawa": _75, "kitayama": _75, "koya": _75, "koza": _75, "kozagawa": _75, "kudoyama": _75, "kushimoto": _75, "mihama": _75, "misato": _75, "nachikatsuura": _75, "shingu": _75, "shirahama": _75, "taiji": _75, "tanabe": _75, "wakayama": _75, "yuasa": _75, "yura": _75 }], "yamagata": [1, { "asahi": _75, "funagata": _75, "higashine": _75, "iide": _75, "kahoku": _75, "kaminoyama": _75, "kaneyama": _75, "kawanishi": _75, "mamurogawa": _75, "mikawa": _75, "murayama": _75, "nagai": _75, "nakayama": _75, "nanyo": _75, "nishikawa": _75, "obanazawa": _75, "oe": _75, "oguni": _75, "ohkura": _75, "oishida": _75, "sagae": _75, "sak\ +ata": _75, "sakegawa": _75, "shinjo": _75, "shirataka": _75, "shonai": _75, "takahata": _75, "tendo": _75, "tozawa": _75, "tsuruoka": _75, "yamagata": _75, "yamanobe": _75, "yonezawa": _75, "yuza": _75 }], "yamaguchi": [1, { "abu": _75, "hagi": _75, "hikari": _75, "hofu": _75, "iwakuni": _75, "kudamatsu": _75, "mitou": _75, "nagato": _75, "oshima": _75, "shimonoseki": _75, "shunan": _75, "tabuse": _75, "tokuyama": _75, "toyota": _75, "ube": _75, "yuu": _75 }], "yamanashi": [1, { "chuo": _75, "doshi": _75, "fuefuki": _75, "fujikawa": _75, "fujikawaguchiko": _75, "fujiyoshida": _75, "hayakawa": _75, "hokuto": _75, "ichikawamisato": _75, "kai": _75, "kofu": _75, "koshu": _75, "kosuge": _75, "minami-alps": _75, "minobu": _75, "nakamichi": _75, "nanbu": _75, "narusawa": _75, "nirasaki": _75, "nishikatsura": _75, "oshino": _75, "otsuki": _75, "showa": _75, "tabayama": _75, "tsuru": _75, "uenohara": _75, "yamanakako": _75, "yamanashi": _75 }], "xn--ehqz56n": _75, "三重": _75, "xn--1lqs03n": _75, + "京都": _75, "xn--qqqt11m": _75, "佐賀": _75, "xn--f6qx53a": _75, "兵庫": _75, "xn--djrs72d6uy": _75, "北海道": _75, "xn--mkru45i": _75, "千葉": _75, "xn--0trq7p7nn": _75, "和歌山": _75, "xn--5js045d": _75, "埼玉": _75, "xn--kbrq7o": _75, "大分": _75, "xn--pssu33l": _75, "大阪": _75, "xn--ntsq17g": _75, "奈良": _75, "xn--uisz3g": _75, "宮城": _75, "xn--6btw5a": _75, "宮崎": _75, "xn--1ctwo": _75, "富山": _75, "xn--6orx2r": _75, "山口": _75, "xn--rht61e": _75, "山形": _75, "xn--rht27z": _75, "山梨": _75, "xn--nit225k": _75, "岐阜": _75, "xn--rht3d": _75, "岡山": _75, "xn--djty4k": _75, "岩手": _75, "xn--klty5x": _75, "島根": _75, "xn--kltx9a": _75, "広島": _75, "xn--kltp7d": _75, "徳島": _75, "xn--c3s14m": _75, "愛媛": _75, "xn--vgu402c": _75, "愛知": _75, "xn--efvn9s": _75, "新潟": _75, "xn--1lqs71d": _75, "東京": _75, "xn--4pvxs": _75, "栃木": _75, "xn--uuwu58a": _75, "沖縄": _75, "xn--zbx025d": _75, "滋賀": _75, "xn--8\ +pvr4u": _75, "熊本": _75, "xn--5rtp49c": _75, "石川": _75, "xn--ntso0iqx3a": _75, "神奈川": _75, "xn--elqq16h": _75, "福井": _75, "xn--4it168d": _75, "福岡": _75, "xn--klt787d": _75, "福島": _75, "xn--rny31h": _75, "秋田": _75, "xn--7t0a264c": _75, "群馬": _75, "xn--uist22h": _75, "茨城": _75, "xn--8ltr62k": _75, "長崎": _75, "xn--2m4a15e": _75, "長野": _75, "xn--32vp30h": _75, "青森": _75, "xn--4it797k": _75, "静岡": _75, "xn--5rtq34k": _75, "香川": _75, "xn--k7yn95e": _75, "高知": _75, "xn--tor131o": _75, "鳥取": _75, "xn--d5qv7z876c": _75, "鹿児島": _75, "kawasaki": _79, "kitakyushu": _79, "kobe": _79, "nagoya": _79, "sapporo": _79, "sendai": _79, "yokohama": _79 }], "ke": [1, { "ac": _75, "co": _75, "go": _75, "info": _75, "me": _75, "mobi": _75, "ne": _75, "or": _75, "sc": _75 }], "kg": _76, "kh": _77, "ki": _84, "km": [1, { "ass": _75, "com": _75, "edu": _75, "gov": _75, "mil": _75, "nom": _75, "org": _75, "prd": _75, "tm": _75, "asso": _75, "c\ +oop": _75, "gouv": _75, "medecin": _75, "notaires": _75, "pharmaciens": _75, "presse": _75, "veterinaire": _75 }], "kn": [1, { "edu": _75, "gov": _75, "net": _75, "org": _75 }], "kp": [1, { "com": _75, "edu": _75, "gov": _75, "org": _75, "rep": _75, "tra": _75 }], "kr": [1, { "ac": _75, "ai": _75, "co": _75, "es": _75, "go": _75, "hs": _75, "io": _75, "it": _75, "kg": _75, "me": _75, "mil": _75, "ms": _75, "ne": _75, "or": _75, "pe": _75, "re": _75, "sc": _75, "busan": _75, "chungbuk": _75, "chungnam": _75, "daegu": _75, "daejeon": _75, "gangwon": _75, "gwangju": _75, "gyeongbuk": _75, "gyeonggi": _75, "gyeongnam": _75, "incheon": _75, "jeju": _75, "jeonbuk": _75, "jeonnam": _75, "seoul": _75, "ulsan": _75 }], "kw": [1, { "com": _75, "edu": _75, "emb": _75, "gov": _75, "ind": _75, "net": _75, "org": _75 }], "ky": _81, "kz": _76, "la": [1, { "com": _75, "edu": _75, "gov": _75, "info": _75, "int": _75, "net": _75, "org": _75, "per": _75 }], "lb": _77, "lc": _80, "li": _75, "lk": [1, { "a\ +c": _75, "assn": _75, "com": _75, "edu": _75, "gov": _75, "grp": _75, "hotel": _75, "int": _75, "ltd": _75, "net": _75, "ngo": _75, "org": _75, "sch": _75, "soc": _75, "web": _75 }], "lr": _77, "ls": [1, { "ac": _75, "biz": _75, "co": _75, "edu": _75, "gov": _75, "info": _75, "net": _75, "org": _75, "sc": _75 }], "lt": _78, "lu": _75, "lv": [1, { "asn": _75, "com": _75, "conf": _75, "edu": _75, "gov": _75, "id": _75, "mil": _75, "net": _75, "org": _75 }], "ly": [1, { "com": _75, "edu": _75, "gov": _75, "id": _75, "med": _75, "net": _75, "org": _75, "plc": _75, "sch": _75 }], "ma": [1, { "ac": _75, "co": _75, "gov": _75, "net": _75, "org": _75, "press": _75 }], "mc": [1, { "asso": _75, "tm": _75 }], "md": _75, "me": [1, { "ac": _75, "co": _75, "edu": _75, "gov": _75, "its": _75, "net": _75, "org": _75, "priv": _75 }], "mg": [1, { "co": _75, "com": _75, "edu": _75, "gov": _75, "mil": _75, "nom": _75, "org": _75, "prd": _75 }], "mh": _75, "mil": _75, "mk": [1, { "com": _75, "edu": _75, "g\ +ov": _75, "inf": _75, "name": _75, "net": _75, "org": _75 }], "ml": [1, { "ac": _75, "art": _75, "asso": _75, "com": _75, "edu": _75, "gouv": _75, "gov": _75, "info": _75, "inst": _75, "net": _75, "org": _75, "pr": _75, "presse": _75 }], "mm": _79, "mn": [1, { "edu": _75, "gov": _75, "org": _75 }], "mo": _77, "mobi": _75, "mp": _75, "mq": _75, "mr": _78, "ms": _77, "mt": _81, "mu": [1, { "ac": _75, "co": _75, "com": _75, "gov": _75, "net": _75, "or": _75, "org": _75 }], "museum": _75, "mv": [1, { "aero": _75, "biz": _75, "com": _75, "coop": _75, "edu": _75, "gov": _75, "info": _75, "int": _75, "mil": _75, "museum": _75, "name": _75, "net": _75, "org": _75, "pro": _75 }], "mw": [1, { "ac": _75, "biz": _75, "co": _75, "com": _75, "coop": _75, "edu": _75, "gov": _75, "int": _75, "net": _75, "org": _75 }], "mx": [1, { "com": _75, "edu": _75, "gob": _75, "net": _75, "org": _75 }], "my": [1, { "biz": _75, "com": _75, "edu": _75, "gov": _75, "mil": _75, "name": _75, "net": _75, "org": _75 }], + "mz": [1, { "ac": _75, "adv": _75, "co": _75, "edu": _75, "gov": _75, "mil": _75, "net": _75, "org": _75 }], "na": [1, { "alt": _75, "co": _75, "com": _75, "gov": _75, "net": _75, "org": _75 }], "name": _75, "nc": [1, { "asso": _75, "nom": _75 }], "ne": _75, "net": _75, "nf": [1, { "arts": _75, "com": _75, "firm": _75, "info": _75, "net": _75, "other": _75, "per": _75, "rec": _75, "store": _75, "web": _75 }], "ng": [1, { "com": _75, "edu": _75, "gov": _75, "i": _75, "mil": _75, "mobi": _75, "name": _75, "net": _75, "org": _75, "sch": _75 }], "ni": [1, { "ac": _75, "biz": _75, "co": _75, "com": _75, "edu": _75, "gob": _75, "in": _75, "info": _75, "int": _75, "mil": _75, "net": _75, "nom": _75, "org": _75, "web": _75 }], "nl": _75, "no": [1, { "fhs": _75, "folkebibl": _75, "fylkesbibl": _75, "idrett": _75, "museum": _75, "priv": _75, "vgs": _75, "dep": _75, "herad": _75, "kommune": _75, "mil": _75, "stat": _75, "aa": _85, "ah": _85, "bu": _85, "fm": _85, "hl": _85, "hm": _85, "jan-\ +mayen": _85, "mr": _85, "nl": _85, "nt": _85, "of": _85, "ol": _85, "oslo": _85, "rl": _85, "sf": _85, "st": _85, "svalbard": _85, "tm": _85, "tr": _85, "va": _85, "vf": _85, "akrehamn": _75, "xn--krehamn-dxa": _75, "åkrehamn": _75, "algard": _75, "xn--lgrd-poac": _75, "ålgård": _75, "arna": _75, "bronnoysund": _75, "xn--brnnysund-m8ac": _75, "brønnøysund": _75, "brumunddal": _75, "bryne": _75, "drobak": _75, "xn--drbak-wua": _75, "drøbak": _75, "egersund": _75, "fetsund": _75, "floro": _75, "xn--flor-jra": _75, "florø": _75, "fredrikstad": _75, "hokksund": _75, "honefoss": _75, "xn--hnefoss-q1a": _75, "hønefoss": _75, "jessheim": _75, "jorpeland": _75, "xn--jrpeland-54a": _75, "jørpeland": _75, "kirkenes": _75, "kopervik": _75, "krokstadelva": _75, "langevag": _75, "xn--langevg-jxa": _75, "langevåg": _75, "leirvik": _75, "mjondalen": _75, "xn--mjndalen-64a": _75, "mjøndalen": _75, "mo-i-rana": _75, "mosjoen": _75, "xn--mosjen-eya": _75, "mosjøen": _75, "nesoddtangen": _75, + "orkanger": _75, "osoyro": _75, "xn--osyro-wua": _75, "osøyro": _75, "raholt": _75, "xn--rholt-mra": _75, "råholt": _75, "sandnessjoen": _75, "xn--sandnessjen-ogb": _75, "sandnessjøen": _75, "skedsmokorset": _75, "slattum": _75, "spjelkavik": _75, "stathelle": _75, "stavern": _75, "stjordalshalsen": _75, "xn--stjrdalshalsen-sqb": _75, "stjørdalshalsen": _75, "tananger": _75, "tranby": _75, "vossevangen": _75, "aarborte": _75, "aejrie": _75, "afjord": _75, "xn--fjord-lra": _75, "åfjord": _75, "agdenes": _75, "akershus": _86, "aknoluokta": _75, "xn--koluokta-7ya57h": _75, "ákŋoluokta": _75, "al": _75, "xn--l-1fa": _75, "ål": _75, "alaheadju": _75, "xn--laheadju-7ya": _75, "álaheadju": _75, "alesund": _75, "xn--lesund-hua": _75, "ålesund": _75, "alstahaug": _75, "alta": _75, "xn--lt-liac": _75, "áltá": _75, "alvdal": _75, "amli": _75, "xn--mli-tla": _75, "åmli": _75, "amot": _75, "xn--mot-tla": _75, "åmot": _75, "andasuolo": _75, "andebu": _75, "andoy": _75, "xn--andy-\ +ira": _75, "andøy": _75, "ardal": _75, "xn--rdal-poa": _75, "årdal": _75, "aremark": _75, "arendal": _75, "xn--s-1fa": _75, "ås": _75, "aseral": _75, "xn--seral-lra": _75, "åseral": _75, "asker": _75, "askim": _75, "askoy": _75, "xn--asky-ira": _75, "askøy": _75, "askvoll": _75, "asnes": _75, "xn--snes-poa": _75, "åsnes": _75, "audnedaln": _75, "aukra": _75, "aure": _75, "aurland": _75, "aurskog-holand": _75, "xn--aurskog-hland-jnb": _75, "aurskog-høland": _75, "austevoll": _75, "austrheim": _75, "averoy": _75, "xn--avery-yua": _75, "averøy": _75, "badaddja": _75, "xn--bdddj-mrabd": _75, "bådåddjå": _75, "xn--brum-voa": _75, "bærum": _75, "bahcavuotna": _75, "xn--bhcavuotna-s4a": _75, "báhcavuotna": _75, "bahccavuotna": _75, "xn--bhccavuotna-k7a": _75, "báhccavuotna": _75, "baidar": _75, "xn--bidr-5nac": _75, "báidár": _75, "bajddar": _75, "xn--bjddar-pta": _75, "bájddar": _75, "balat": _75, "xn--blt-elab": _75, "bálát": _75, "balestrand": _75, "ballangen": _75, "bal\ +sfjord": _75, "bamble": _75, "bardu": _75, "barum": _75, "batsfjord": _75, "xn--btsfjord-9za": _75, "båtsfjord": _75, "bearalvahki": _75, "xn--bearalvhki-y4a": _75, "bearalváhki": _75, "beardu": _75, "beiarn": _75, "berg": _75, "bergen": _75, "berlevag": _75, "xn--berlevg-jxa": _75, "berlevåg": _75, "bievat": _75, "xn--bievt-0qa": _75, "bievát": _75, "bindal": _75, "birkenes": _75, "bjerkreim": _75, "bjugn": _75, "bodo": _75, "xn--bod-2na": _75, "bodø": _75, "bokn": _75, "bomlo": _75, "xn--bmlo-gra": _75, "bømlo": _75, "bremanger": _75, "bronnoy": _75, "xn--brnny-wuac": _75, "brønnøy": _75, "budejju": _75, "buskerud": _86, "bygland": _75, "bykle": _75, "cahcesuolo": _75, "xn--hcesuolo-7ya35b": _75, "čáhcesuolo": _75, "davvenjarga": _75, "xn--davvenjrga-y4a": _75, "davvenjárga": _75, "davvesiida": _75, "deatnu": _75, "dielddanuorri": _75, "divtasvuodna": _75, "divttasvuotna": _75, "donna": _75, "xn--dnna-gra": _75, "dønna": _75, "dovre": _75, "drammen": _75, "drangedal": _75, + "dyroy": _75, "xn--dyry-ira": _75, "dyrøy": _75, "eid": _75, "eidfjord": _75, "eidsberg": _75, "eidskog": _75, "eidsvoll": _75, "eigersund": _75, "elverum": _75, "enebakk": _75, "engerdal": _75, "etne": _75, "etnedal": _75, "evenassi": _75, "xn--eveni-0qa01ga": _75, "evenášši": _75, "evenes": _75, "evje-og-hornnes": _75, "farsund": _75, "fauske": _75, "fedje": _75, "fet": _75, "finnoy": _75, "xn--finny-yua": _75, "finnøy": _75, "fitjar": _75, "fjaler": _75, "fjell": _75, "fla": _75, "xn--fl-zia": _75, "flå": _75, "flakstad": _75, "flatanger": _75, "flekkefjord": _75, "flesberg": _75, "flora": _75, "folldal": _75, "forde": _75, "xn--frde-gra": _75, "førde": _75, "forsand": _75, "fosnes": _75, "xn--frna-woa": _75, "fræna": _75, "frana": _75, "frei": _75, "frogn": _75, "froland": _75, "frosta": _75, "froya": _75, "xn--frya-hra": _75, "frøya": _75, "fuoisku": _75, "fuossko": _75, "fusa": _75, "fyresdal": _75, "gaivuotna": _75, "xn--givuotna-8ya": _75, "gáivuotna": _75, "gal\ +sa": _75, "xn--gls-elac": _75, "gálsá": _75, "gamvik": _75, "gangaviika": _75, "xn--ggaviika-8ya47h": _75, "gáŋgaviika": _75, "gaular": _75, "gausdal": _75, "giehtavuoatna": _75, "gildeskal": _75, "xn--gildeskl-g0a": _75, "gildeskål": _75, "giske": _75, "gjemnes": _75, "gjerdrum": _75, "gjerstad": _75, "gjesdal": _75, "gjovik": _75, "xn--gjvik-wua": _75, "gjøvik": _75, "gloppen": _75, "gol": _75, "gran": _75, "grane": _75, "granvin": _75, "gratangen": _75, "grimstad": _75, "grong": _75, "grue": _75, "gulen": _75, "guovdageaidnu": _75, "ha": _75, "xn--h-2fa": _75, "hå": _75, "habmer": _75, "xn--hbmer-xqa": _75, "hábmer": _75, "hadsel": _75, "xn--hgebostad-g3a": _75, "hægebostad": _75, "hagebostad": _75, "halden": _75, "halsa": _75, "hamar": _75, "hamaroy": _75, "hammarfeasta": _75, "xn--hmmrfeasta-s4ac": _75, "hámmárfeasta": _75, "hammerfest": _75, "hapmir": _75, "xn--hpmir-xqa": _75, "hápmir": _75, "haram": _75, "hareid": _75, "harstad": _75, "hasvik": _75, "hattfjelldal": _75, + "haugesund": _75, "hedmark": [0, { "os": _75, "valer": _75, "xn--vler-qoa": _75, "våler": _75 }], "hemne": _75, "hemnes": _75, "hemsedal": _75, "hitra": _75, "hjartdal": _75, "hjelmeland": _75, "hobol": _75, "xn--hobl-ira": _75, "hobøl": _75, "hof": _75, "hol": _75, "hole": _75, "holmestrand": _75, "holtalen": _75, "xn--holtlen-hxa": _75, "holtålen": _75, "hordaland": [0, { "os": _75 }], "hornindal": _75, "horten": _75, "hoyanger": _75, "xn--hyanger-q1a": _75, "høyanger": _75, "hoylandet": _75, "xn--hylandet-54a": _75, "høylandet": _75, "hurdal": _75, "hurum": _75, "hvaler": _75, "hyllestad": _75, "ibestad": _75, "inderoy": _75, "xn--indery-fya": _75, "inderøy": _75, "iveland": _75, "ivgu": _75, "jevnaker": _75, "jolster": _75, "xn--jlster-bya": _75, "jølster": _75, "jondal": _75, "kafjord": _75, "xn--kfjord-iua": _75, "kåfjord": _75, "karasjohka": _75, "xn--krjohka-hwab49j": _75, "kárášjohka": _75, "karasjok": _75, "karlsoy": _75, "karmoy": _75, "xn--karmy-yua": _75, "\ +karmøy": _75, "kautokeino": _75, "klabu": _75, "xn--klbu-woa": _75, "klæbu": _75, "klepp": _75, "kongsberg": _75, "kongsvinger": _75, "kraanghke": _75, "xn--kranghke-b0a": _75, "kråanghke": _75, "kragero": _75, "xn--krager-gya": _75, "kragerø": _75, "kristiansand": _75, "kristiansund": _75, "krodsherad": _75, "xn--krdsherad-m8a": _75, "krødsherad": _75, "xn--kvfjord-nxa": _75, "kvæfjord": _75, "xn--kvnangen-k0a": _75, "kvænangen": _75, "kvafjord": _75, "kvalsund": _75, "kvam": _75, "kvanangen": _75, "kvinesdal": _75, "kvinnherad": _75, "kviteseid": _75, "kvitsoy": _75, "xn--kvitsy-fya": _75, "kvitsøy": _75, "laakesvuemie": _75, "xn--lrdal-sra": _75, "lærdal": _75, "lahppi": _75, "xn--lhppi-xqa": _75, "láhppi": _75, "lardal": _75, "larvik": _75, "lavagis": _75, "lavangen": _75, "leangaviika": _75, "xn--leagaviika-52b": _75, "leaŋgaviika": _75, "lebesby": _75, "leikanger": _75, "leirfjord": _75, "leka": _75, "leksvik": _75, "lenvik": _75, "lerdal": _75, "lesja": _75, "levanger": _75, + "lier": _75, "lierne": _75, "lillehammer": _75, "lillesand": _75, "lindas": _75, "xn--linds-pra": _75, "lindås": _75, "lindesnes": _75, "loabat": _75, "xn--loabt-0qa": _75, "loabát": _75, "lodingen": _75, "xn--ldingen-q1a": _75, "lødingen": _75, "lom": _75, "loppa": _75, "lorenskog": _75, "xn--lrenskog-54a": _75, "lørenskog": _75, "loten": _75, "xn--lten-gra": _75, "løten": _75, "lund": _75, "lunner": _75, "luroy": _75, "xn--lury-ira": _75, "lurøy": _75, "luster": _75, "lyngdal": _75, "lyngen": _75, "malatvuopmi": _75, "xn--mlatvuopmi-s4a": _75, "málatvuopmi": _75, "malselv": _75, "xn--mlselv-iua": _75, "målselv": _75, "malvik": _75, "mandal": _75, "marker": _75, "marnardal": _75, "masfjorden": _75, "masoy": _75, "xn--msy-ula0h": _75, "måsøy": _75, "matta-varjjat": _75, "xn--mtta-vrjjat-k7af": _75, "mátta-várjjat": _75, "meland": _75, "meldal": _75, "melhus": _75, "meloy": _75, "xn--mely-ira": _75, "meløy": _75, "meraker": _75, "xn--merker-kua": _75, "meråker": _75, + "midsund": _75, "midtre-gauldal": _75, "moareke": _75, "xn--moreke-jua": _75, "moåreke": _75, "modalen": _75, "modum": _75, "molde": _75, "more-og-romsdal": [0, { "heroy": _75, "sande": _75 }], "xn--mre-og-romsdal-qqb": [0, { "xn--hery-ira": _75, "sande": _75 }], "møre-og-romsdal": [0, { "herøy": _75, "sande": _75 }], "moskenes": _75, "moss": _75, "muosat": _75, "xn--muost-0qa": _75, "muosát": _75, "naamesjevuemie": _75, "xn--nmesjevuemie-tcba": _75, "nååmesjevuemie": _75, "xn--nry-yla5g": _75, "nærøy": _75, "namdalseid": _75, "namsos": _75, "namsskogan": _75, "nannestad": _75, "naroy": _75, "narviika": _75, "narvik": _75, "naustdal": _75, "navuotna": _75, "xn--nvuotna-hwa": _75, "návuotna": _75, "nedre-eiker": _75, "nesna": _75, "nesodden": _75, "nesseby": _75, "nesset": _75, "nissedal": _75, "nittedal": _75, "nord-aurdal": _75, "nord-fron": _75, "nord-odal": _75, "norddal": _75, "nordkapp": _75, "nordland": [0, { "bo": _75, "xn--b-5ga": _75, "bø": _75, "heroy": _75, "\ +xn--hery-ira": _75, "herøy": _75 }], "nordre-land": _75, "nordreisa": _75, "nore-og-uvdal": _75, "notodden": _75, "notteroy": _75, "xn--nttery-byae": _75, "nøtterøy": _75, "odda": _75, "oksnes": _75, "xn--ksnes-uua": _75, "øksnes": _75, "omasvuotna": _75, "oppdal": _75, "oppegard": _75, "xn--oppegrd-ixa": _75, "oppegård": _75, "orkdal": _75, "orland": _75, "xn--rland-uua": _75, "ørland": _75, "orskog": _75, "xn--rskog-uua": _75, "ørskog": _75, "orsta": _75, "xn--rsta-fra": _75, "ørsta": _75, "osen": _75, "osteroy": _75, "xn--ostery-fya": _75, "osterøy": _75, "ostfold": [0, { "valer": _75 }], "xn--stfold-9xa": [0, { "xn--vler-qoa": _75 }], "østfold": [0, { "våler": _75 }], "ostre-toten": _75, "xn--stre-toten-zcb": _75, "østre-toten": _75, "overhalla": _75, "ovre-eiker": _75, "xn--vre-eiker-k8a": _75, "øvre-eiker": _75, "oyer": _75, "xn--yer-zna": _75, "øyer": _75, "oygarden": _75, "xn--ygarden-p1a": _75, "øygarden": _75, "oystre-slidre": _75, "xn--ystre-slidre-ujb": _75, "\ +øystre-slidre": _75, "porsanger": _75, "porsangu": _75, "xn--porsgu-sta26f": _75, "porsáŋgu": _75, "porsgrunn": _75, "rade": _75, "xn--rde-ula": _75, "råde": _75, "radoy": _75, "xn--rady-ira": _75, "radøy": _75, "xn--rlingen-mxa": _75, "rælingen": _75, "rahkkeravju": _75, "xn--rhkkervju-01af": _75, "ráhkkerávju": _75, "raisa": _75, "xn--risa-5na": _75, "ráisa": _75, "rakkestad": _75, "ralingen": _75, "rana": _75, "randaberg": _75, "rauma": _75, "rendalen": _75, "rennebu": _75, "rennesoy": _75, "xn--rennesy-v1a": _75, "rennesøy": _75, "rindal": _75, "ringebu": _75, "ringerike": _75, "ringsaker": _75, "risor": _75, "xn--risr-ira": _75, "risør": _75, "rissa": _75, "roan": _75, "rodoy": _75, "xn--rdy-0nab": _75, "rødøy": _75, "rollag": _75, "romsa": _75, "romskog": _75, "xn--rmskog-bya": _75, "rømskog": _75, "roros": _75, "xn--rros-gra": _75, "røros": _75, "rost": _75, "xn--rst-0na": _75, "røst": _75, "royken": _75, "xn--ryken-vua": _75, "røyken": _75, "royrvik": _75, "xn-\ +-ryrvik-bya": _75, "røyrvik": _75, "ruovat": _75, "rygge": _75, "salangen": _75, "salat": _75, "xn--slat-5na": _75, "sálat": _75, "xn--slt-elab": _75, "sálát": _75, "saltdal": _75, "samnanger": _75, "sandefjord": _75, "sandnes": _75, "sandoy": _75, "xn--sandy-yua": _75, "sandøy": _75, "sarpsborg": _75, "sauda": _75, "sauherad": _75, "sel": _75, "selbu": _75, "selje": _75, "seljord": _75, "siellak": _75, "sigdal": _75, "siljan": _75, "sirdal": _75, "skanit": _75, "xn--sknit-yqa": _75, "skánit": _75, "skanland": _75, "xn--sknland-fxa": _75, "skånland": _75, "skaun": _75, "skedsmo": _75, "ski": _75, "skien": _75, "skierva": _75, "xn--skierv-uta": _75, "skiervá": _75, "skiptvet": _75, "skjak": _75, "xn--skjk-soa": _75, "skjåk": _75, "skjervoy": _75, "xn--skjervy-v1a": _75, "skjervøy": _75, "skodje": _75, "smola": _75, "xn--smla-hra": _75, "smøla": _75, "snaase": _75, "xn--snase-nra": _75, "snåase": _75, "snasa": _75, "xn--snsa-roa": _75, "snåsa": _75, "snillfjord": _75, "snoas\ +a": _75, "sogndal": _75, "sogne": _75, "xn--sgne-gra": _75, "søgne": _75, "sokndal": _75, "sola": _75, "solund": _75, "somna": _75, "xn--smna-gra": _75, "sømna": _75, "sondre-land": _75, "xn--sndre-land-0cb": _75, "søndre-land": _75, "songdalen": _75, "sor-aurdal": _75, "xn--sr-aurdal-l8a": _75, "sør-aurdal": _75, "sor-fron": _75, "xn--sr-fron-q1a": _75, "sør-fron": _75, "sor-odal": _75, "xn--sr-odal-q1a": _75, "sør-odal": _75, "sor-varanger": _75, "xn--sr-varanger-ggb": _75, "sør-varanger": _75, "sorfold": _75, "xn--srfold-bya": _75, "sørfold": _75, "sorreisa": _75, "xn--srreisa-q1a": _75, "sørreisa": _75, "sortland": _75, "sorum": _75, "xn--srum-gra": _75, "sørum": _75, "spydeberg": _75, "stange": _75, "stavanger": _75, "steigen": _75, "steinkjer": _75, "stjordal": _75, "xn--stjrdal-s1a": _75, "stjørdal": _75, "stokke": _75, "stor-elvdal": _75, "stord": _75, "stordal": _75, "storfjord": _75, "strand": _75, "stranda": _75, "stryn": _75, "sula": _75, "suldal": _75, "sund": _75, + "sunndal": _75, "surnadal": _75, "sveio": _75, "svelvik": _75, "sykkylven": _75, "tana": _75, "telemark": [0, { "bo": _75, "xn--b-5ga": _75, "bø": _75 }], "time": _75, "tingvoll": _75, "tinn": _75, "tjeldsund": _75, "tjome": _75, "xn--tjme-hra": _75, "tjøme": _75, "tokke": _75, "tolga": _75, "tonsberg": _75, "xn--tnsberg-q1a": _75, "tønsberg": _75, "torsken": _75, "xn--trna-woa": _75, "træna": _75, "trana": _75, "tranoy": _75, "xn--trany-yua": _75, "tranøy": _75, "troandin": _75, "trogstad": _75, "xn--trgstad-r1a": _75, "trøgstad": _75, "tromsa": _75, "tromso": _75, "xn--troms-zua": _75, "tromsø": _75, "trondheim": _75, "trysil": _75, "tvedestrand": _75, "tydal": _75, "tynset": _75, "tysfjord": _75, "tysnes": _75, "xn--tysvr-vra": _75, "tysvær": _75, "tysvar": _75, "ullensaker": _75, "ullensvang": _75, "ulvik": _75, "unjarga": _75, "xn--unjrga-rta": _75, "unjárga": _75, "utsira": _75, "vaapste": _75, "vadso": _75, "xn--vads-jra": _75, "vadsø": _75, "xn--vry-yla5g": _75, + "værøy": _75, "vaga": _75, "xn--vg-yiab": _75, "vågå": _75, "vagan": _75, "xn--vgan-qoa": _75, "vågan": _75, "vagsoy": _75, "xn--vgsy-qoa0j": _75, "vågsøy": _75, "vaksdal": _75, "valle": _75, "vang": _75, "vanylven": _75, "vardo": _75, "xn--vard-jra": _75, "vardø": _75, "varggat": _75, "xn--vrggt-xqad": _75, "várggát": _75, "varoy": _75, "vefsn": _75, "vega": _75, "vegarshei": _75, "xn--vegrshei-c0a": _75, "vegårshei": _75, "vennesla": _75, "verdal": _75, "verran": _75, "vestby": _75, "vestfold": [0, { "sande": _75 }], "vestnes": _75, "vestre-slidre": _75, "vestre-toten": _75, "vestvagoy": _75, "xn--vestvgy-ixa6o": _75, "vestvågøy": _75, "vevelstad": _75, "vik": _75, "vikna": _75, "vindafjord": _75, "voagat": _75, "volda": _75, "voss": _75 }], "np": _79, "nr": _84, "nu": _75, "nz": [1, { "ac": _75, "co": _75, "cri": _75, "geek": _75, "gen": _75, "govt": _75, "health": _75, "iwi": _75, "kiwi": _75, "maori": _75, "xn--mori-qsa": _75, "māori": _75, "mil": _75, "net": _75, + "org": _75, "parliament": _75, "school": _75 }], "om": [1, { "co": _75, "com": _75, "edu": _75, "gov": _75, "med": _75, "museum": _75, "net": _75, "org": _75, "pro": _75 }], "onion": _75, "org": _75, "pa": [1, { "abo": _75, "ac": _75, "com": _75, "edu": _75, "gob": _75, "ing": _75, "med": _75, "net": _75, "nom": _75, "org": _75, "sld": _75 }], "pe": [1, { "com": _75, "edu": _75, "gob": _75, "mil": _75, "net": _75, "nom": _75, "org": _75 }], "pf": [1, { "com": _75, "edu": _75, "org": _75 }], "pg": _79, "ph": [1, { "com": _75, "edu": _75, "gov": _75, "i": _75, "mil": _75, "net": _75, "ngo": _75, "org": _75 }], "pk": [1, { "ac": _75, "biz": _75, "com": _75, "edu": _75, "fam": _75, "gkp": _75, "gob": _75, "gog": _75, "gok": _75, "gop": _75, "gos": _75, "gov": _75, "net": _75, "org": _75, "web": _75 }], "pl": [1, { "com": _75, "net": _75, "org": _75, "agro": _75, "aid": _75, "atm": _75, "auto": _75, "biz": _75, "edu": _75, "gmina": _75, "gsm": _75, "info": _75, "mail": _75, "media": _75, + "miasta": _75, "mil": _75, "nieruchomosci": _75, "nom": _75, "pc": _75, "powiat": _75, "priv": _75, "realestate": _75, "rel": _75, "sex": _75, "shop": _75, "sklep": _75, "sos": _75, "szkola": _75, "targi": _75, "tm": _75, "tourism": _75, "travel": _75, "turystyka": _75, "gov": [1, { "ap": _75, "griw": _75, "ic": _75, "is": _75, "kmpsp": _75, "konsulat": _75, "kppsp": _75, "kwp": _75, "kwpsp": _75, "mup": _75, "mw": _75, "oia": _75, "oirm": _75, "oke": _75, "oow": _75, "oschr": _75, "oum": _75, "pa": _75, "pinb": _75, "piw": _75, "po": _75, "pr": _75, "psp": _75, "psse": _75, "pup": _75, "rzgw": _75, "sa": _75, "sdn": _75, "sko": _75, "so": _75, "sr": _75, "starostwo": _75, "ug": _75, "ugim": _75, "um": _75, "umig": _75, "upow": _75, "uppo": _75, "us": _75, "uw": _75, "uzs": _75, "wif": _75, "wiih": _75, "winb": _75, "wios": _75, "witd": _75, "wiw": _75, "wkz": _75, "wsa": _75, "wskr": _75, "wsse": _75, "wuoz": _75, "wzmiuw": _75, "zp": _75, "zpisdn": _75 }], "augustow": _75, "bab\ +ia-gora": _75, "bedzin": _75, "beskidy": _75, "bialowieza": _75, "bialystok": _75, "bielawa": _75, "bieszczady": _75, "boleslawiec": _75, "bydgoszcz": _75, "bytom": _75, "cieszyn": _75, "czeladz": _75, "czest": _75, "dlugoleka": _75, "elblag": _75, "elk": _75, "glogow": _75, "gniezno": _75, "gorlice": _75, "grajewo": _75, "ilawa": _75, "jaworzno": _75, "jelenia-gora": _75, "jgora": _75, "kalisz": _75, "karpacz": _75, "kartuzy": _75, "kaszuby": _75, "katowice": _75, "kazimierz-dolny": _75, "kepno": _75, "ketrzyn": _75, "klodzko": _75, "kobierzyce": _75, "kolobrzeg": _75, "konin": _75, "konskowola": _75, "kutno": _75, "lapy": _75, "lebork": _75, "legnica": _75, "lezajsk": _75, "limanowa": _75, "lomza": _75, "lowicz": _75, "lubin": _75, "lukow": _75, "malbork": _75, "malopolska": _75, "mazowsze": _75, "mazury": _75, "mielec": _75, "mielno": _75, "mragowo": _75, "naklo": _75, "nowaruda": _75, "nysa": _75, "olawa": _75, "olecko": _75, "olkusz": _75, "olsztyn": _75, "opoczno": _75, "opole": _75, + "ostroda": _75, "ostroleka": _75, "ostrowiec": _75, "ostrowwlkp": _75, "pila": _75, "pisz": _75, "podhale": _75, "podlasie": _75, "polkowice": _75, "pomorskie": _75, "pomorze": _75, "prochowice": _75, "pruszkow": _75, "przeworsk": _75, "pulawy": _75, "radom": _75, "rawa-maz": _75, "rybnik": _75, "rzeszow": _75, "sanok": _75, "sejny": _75, "skoczow": _75, "slask": _75, "slupsk": _75, "sosnowiec": _75, "stalowa-wola": _75, "starachowice": _75, "stargard": _75, "suwalki": _75, "swidnica": _75, "swiebodzin": _75, "swinoujscie": _75, "szczecin": _75, "szczytno": _75, "tarnobrzeg": _75, "tgory": _75, "turek": _75, "tychy": _75, "ustka": _75, "walbrzych": _75, "warmia": _75, "warszawa": _75, "waw": _75, "wegrow": _75, "wielun": _75, "wlocl": _75, "wloclawek": _75, "wodzislaw": _75, "wolomin": _75, "wroclaw": _75, "zachpomor": _75, "zagan": _75, "zarow": _75, "zgora": _75, "zgorzelec": _75 }], "pm": _75, "pn": [1, { "co": _75, "edu": _75, "gov": _75, "net": _75, "org": _75 }], "post": _75, + "pr": [1, { "biz": _75, "com": _75, "edu": _75, "gov": _75, "info": _75, "isla": _75, "name": _75, "net": _75, "org": _75, "pro": _75, "ac": _75, "est": _75, "prof": _75 }], "pro": [1, { "aaa": _75, "aca": _75, "acct": _75, "avocat": _75, "bar": _75, "cpa": _75, "eng": _75, "jur": _75, "law": _75, "med": _75, "recht": _75 }], "ps": [1, { "com": _75, "edu": _75, "gov": _75, "net": _75, "org": _75, "plo": _75, "sec": _75 }], "pt": [1, { "com": _75, "edu": _75, "gov": _75, "int": _75, "net": _75, "nome": _75, "org": _75, "publ": _75 }], "pw": _78, "py": [1, { "com": _75, "coop": _75, "edu": _75, "gov": _75, "mil": _75, "net": _75, "org": _75 }], "qa": [1, { "com": _75, "edu": _75, "gov": _75, "mil": _75, "name": _75, "net": _75, "org": _75, "sch": _75 }], "re": [1, { "asso": _75, "com": _75 }], "ro": [1, { "arts": _75, "com": _75, "firm": _75, "info": _75, "nom": _75, "nt": _75, "org": _75, "rec": _75, "store": _75, "tm": _75, "www": _75 }], "rs": [1, { "ac": _75, "co": _75, "edu": _75, + "gov": _75, "in": _75, "org": _75 }], "ru": _75, "rw": [1, { "ac": _75, "co": _75, "coop": _75, "gov": _75, "mil": _75, "net": _75, "org": _75 }], "sa": [1, { "com": _75, "edu": _75, "gov": _75, "med": _75, "net": _75, "org": _75, "pub": _75, "sch": _75 }], "sb": _77, "sc": _77, "sd": [1, { "com": _75, "edu": _75, "gov": _75, "info": _75, "med": _75, "net": _75, "org": _75, "tv": _75 }], "se": [1, { "a": _75, "ac": _75, "b": _75, "bd": _75, "brand": _75, "c": _75, "d": _75, "e": _75, "f": _75, "fh": _75, "fhsk": _75, "fhv": _75, "g": _75, "h": _75, "i": _75, "k": _75, "komforb": _75, "kommunalforbund": _75, "komvux": _75, "l": _75, "lanbib": _75, "m": _75, "n": _75, "naturbruksgymn": _75, "o": _75, "org": _75, "p": _75, "parti": _75, "pp": _75, "press": _75, "r": _75, "s": _75, "t": _75, "tm": _75, "u": _75, "w": _75, "x": _75, "y": _75, "z": _75 }], "sg": _77, "sh": [1, { "com": _75, "gov": _75, "mil": _75, "net": _75, "org": _75 }], "si": _75, "sj": _75, "sk": [1, { "org": _75 }], + "sl": _77, "sm": _75, "sn": [1, { "art": _75, "com": _75, "edu": _75, "gouv": _75, "org": _75, "univ": _75 }], "so": [1, { "com": _75, "edu": _75, "gov": _75, "me": _75, "net": _75, "org": _75 }], "sr": _75, "ss": [1, { "biz": _75, "co": _75, "com": _75, "edu": _75, "gov": _75, "me": _75, "net": _75, "org": _75, "sch": _75 }], "st": [1, { "co": _75, "com": _75, "consulado": _75, "edu": _75, "embaixada": _75, "mil": _75, "net": _75, "org": _75, "principe": _75, "saotome": _75, "store": _75 }], "su": _75, "sv": [1, { "com": _75, "edu": _75, "gob": _75, "org": _75, "red": _75 }], "sx": _78, "sy": _76, "sz": [1, { "ac": _75, "co": _75, "org": _75 }], "tc": _75, "td": _75, "tel": _75, "tf": _75, "tg": _75, "th": [1, { "ac": _75, "co": _75, "go": _75, "in": _75, "mi": _75, "net": _75, "or": _75 }], "tj": [1, { "ac": _75, "biz": _75, "co": _75, "com": _75, "edu": _75, "go": _75, "gov": _75, "int": _75, "mil": _75, "name": _75, "net": _75, "nic": _75, "org": _75, "test": _75, "web": _75 }], + "tk": _75, "tl": _78, "tm": _83, "tn": [1, { "com": _75, "ens": _75, "fin": _75, "gov": _75, "ind": _75, "info": _75, "intl": _75, "mincom": _75, "nat": _75, "net": _75, "org": _75, "perso": _75, "tourism": _75 }], "to": _76, "tr": [1, { "av": _75, "bbs": _75, "bel": _75, "biz": _75, "com": _75, "dr": _75, "edu": _75, "gen": _75, "gov": _75, "info": _75, "k12": _75, "kep": _75, "mil": _75, "name": _75, "net": _75, "org": _75, "pol": _75, "tel": _75, "tsk": _75, "tv": _75, "web": _75, "nc": _78 }], "tt": [1, { "biz": _75, "co": _75, "com": _75, "edu": _75, "gov": _75, "info": _75, "mil": _75, "name": _75, "net": _75, "org": _75, "pro": _75 }], "tv": _75, "tw": [1, { "club": _75, "com": _75, "ebiz": _75, "edu": _75, "game": _75, "gov": _75, "idv": _75, "mil": _75, "net": _75, "org": _75 }], "tz": [1, { "ac": _75, "co": _75, "go": _75, "hotel": _75, "info": _75, "me": _75, "mil": _75, "mobi": _75, "ne": _75, "or": _75, "sc": _75, "tv": _75 }], "ua": [1, { "com": _75, "edu": _75, "go\ +v": _75, "in": _75, "net": _75, "org": _75, "cherkassy": _75, "cherkasy": _75, "chernigov": _75, "chernihiv": _75, "chernivtsi": _75, "chernovtsy": _75, "ck": _75, "cn": _75, "cr": _75, "crimea": _75, "cv": _75, "dn": _75, "dnepropetrovsk": _75, "dnipropetrovsk": _75, "donetsk": _75, "dp": _75, "if": _75, "ivano-frankivsk": _75, "kh": _75, "kharkiv": _75, "kharkov": _75, "kherson": _75, "khmelnitskiy": _75, "khmelnytskyi": _75, "kiev": _75, "kirovograd": _75, "km": _75, "kr": _75, "kropyvnytskyi": _75, "krym": _75, "ks": _75, "kv": _75, "kyiv": _75, "lg": _75, "lt": _75, "lugansk": _75, "luhansk": _75, "lutsk": _75, "lv": _75, "lviv": _75, "mk": _75, "mykolaiv": _75, "nikolaev": _75, "od": _75, "odesa": _75, "odessa": _75, "pl": _75, "poltava": _75, "rivne": _75, "rovno": _75, "rv": _75, "sb": _75, "sebastopol": _75, "sevastopol": _75, "sm": _75, "sumy": _75, "te": _75, "ternopil": _75, "uz": _75, "uzhgorod": _75, "uzhhorod": _75, "vinnica": _75, "vinnytsia": _75, "vn": _75, "volyn": _75, + "yalta": _75, "zakarpattia": _75, "zaporizhzhe": _75, "zaporizhzhia": _75, "zhitomir": _75, "zhytomyr": _75, "zp": _75, "zt": _75 }], "ug": [1, { "ac": _75, "co": _75, "com": _75, "edu": _75, "go": _75, "gov": _75, "mil": _75, "ne": _75, "or": _75, "org": _75, "sc": _75, "us": _75 }], "uk": [1, { "ac": _75, "co": _75, "gov": _75, "ltd": _75, "me": _75, "net": _75, "nhs": _75, "org": _75, "plc": _75, "police": _75, "sch": _79 }], "us": [1, { "dni": _75, "isa": _75, "nsn": _75, "ak": _87, "al": _87, "ar": _87, "as": _87, "az": _87, "ca": _87, "co": _87, "ct": _87, "dc": _87, "de": _88, "fl": _87, "ga": _87, "gu": _87, "hi": _89, "ia": _87, "id": _87, "il": _87, "in": _87, "ks": _87, "ky": _87, "la": _87, "ma": [1, { "k12": [1, { "chtr": _75, "paroch": _75, "pvt": _75 }], "cc": _75, "lib": _75 }], "md": _87, "me": _87, "mi": [1, { "k12": _75, "cc": _75, "lib": _75, "ann-arbor": _75, "cog": _75, "dst": _75, "eaton": _75, "gen": _75, "mus": _75, "tec": _75, "washtenaw": _75 }], "mn": _87, + "mo": _87, "ms": [1, { "k12": _75, "cc": _75 }], "mt": _87, "nc": _87, "nd": _89, "ne": _87, "nh": _87, "nj": _87, "nm": _87, "nv": _87, "ny": _87, "oh": _87, "ok": _87, "or": _87, "pa": _87, "pr": _87, "ri": _89, "sc": _87, "sd": _89, "tn": _87, "tx": _87, "ut": _87, "va": _87, "vi": _87, "vt": _87, "wa": _87, "wi": _87, "wv": _88, "wy": _87 }], "uy": [1, { "com": _75, "edu": _75, "gub": _75, "mil": _75, "net": _75, "org": _75 }], "uz": [1, { "co": _75, "com": _75, "net": _75, "org": _75 }], "va": _75, "vc": _76, "ve": [1, { "arts": _75, "bib": _75, "co": _75, "com": _75, "e12": _75, "edu": _75, "emprende": _75, "firm": _75, "gob": _75, "gov": _75, "ia": _75, "info": _75, "int": _75, "mil": _75, "net": _75, "nom": _75, "org": _75, "rar": _75, "rec": _75, "store": _75, "tec": _75, "web": _75 }], "vg": [1, { "edu": _75 }], "vi": [1, { "co": _75, "com": _75, "k12": _75, "net": _75, "org": _75 }], "vn": [1, { "ac": _75, "ai": _75, "biz": _75, "com": _75, "edu": _75, "gov": _75, "hea\ +lth": _75, "id": _75, "info": _75, "int": _75, "io": _75, "name": _75, "net": _75, "org": _75, "pro": _75, "angiang": _75, "bacgiang": _75, "backan": _75, "baclieu": _75, "bacninh": _75, "baria-vungtau": _75, "bentre": _75, "binhdinh": _75, "binhduong": _75, "binhphuoc": _75, "binhthuan": _75, "camau": _75, "cantho": _75, "caobang": _75, "daklak": _75, "daknong": _75, "danang": _75, "dienbien": _75, "dongnai": _75, "dongthap": _75, "gialai": _75, "hagiang": _75, "haiduong": _75, "haiphong": _75, "hanam": _75, "hanoi": _75, "hatinh": _75, "haugiang": _75, "hoabinh": _75, "hue": _75, "hungyen": _75, "khanhhoa": _75, "kiengiang": _75, "kontum": _75, "laichau": _75, "lamdong": _75, "langson": _75, "laocai": _75, "longan": _75, "namdinh": _75, "nghean": _75, "ninhbinh": _75, "ninhthuan": _75, "phutho": _75, "phuyen": _75, "quangbinh": _75, "quangnam": _75, "quangngai": _75, "quangninh": _75, "quangtri": _75, "soctrang": _75, "sonla": _75, "tayninh": _75, "thaibinh": _75, "thainguyen": _75, "\ +thanhhoa": _75, "thanhphohochiminh": _75, "thuathienhue": _75, "tiengiang": _75, "travinh": _75, "tuyenquang": _75, "vinhlong": _75, "vinhphuc": _75, "yenbai": _75 }], "vu": _81, "wf": _75, "ws": _77, "yt": _75, "xn--mgbaam7a8h": _75, "امارات": _75, "xn--y9a3aq": _75, "հայ": _75, "xn--54b7fta0cc": _75, "বাংলা": _75, "xn--90ae": _75, "бг": _75, "xn--mgbcpq6gpa1a": _75, "البحرين": _75, "xn--90ais": _75, "бел": _75, "xn--fiqs8s": _75, "中国": _75, "xn--fiqz9s": _75, "中國": _75, "xn--lgbbat1ad8j": _75, "الجزائر": _75, "xn--wgbh1c": _75, "مصر": _75, "xn--e1a4c": _75, "ею": _75, "xn--qxa6a": _75, "ευ": _75, "xn--mgbah1a3hjkrd": _75, "موريتانيا": _75, "xn--node": _75, "გე": _75, "xn--qxam": _75, "ελ": _75, "xn--j6w193g": [1, { "xn--gmqw5a": _75, "xn--55qx5d": _75, "xn--mxtq1m": _75, "xn--wcvs22d": _75, "xn--uc0atv": _75, "xn--od0alg": _75 }], "香港": [1, { "個人": _75, "公司": _75, "政府": _75, "教育": _75, "組織": _75, + "網絡": _75 }], "xn--2scrj9c": _75, "ಭಾರತ": _75, "xn--3hcrj9c": _75, "ଭାରତ": _75, "xn--45br5cyl": _75, "ভাৰত": _75, "xn--h2breg3eve": _75, "भारतम्": _75, "xn--h2brj9c8c": _75, "भारोत": _75, "xn--mgbgu82a": _75, "ڀارت": _75, "xn--rvc1e0am3e": _75, "ഭാരതം": _75, "xn--h2brj9c": _75, "भारत": _75, "xn--mgbbh1a": _75, "بارت": _75, "xn--mgbbh1a71e": _75, "بھارت": _75, "xn--fpcrj9c3d": _75, "భారత్": _75, "xn--gecrj9c": _75, "ભારત": _75, "xn--s9brj9c": _75, "ਭਾਰਤ": _75, "xn--45brj9c": _75, "ভারত": _75, "xn--xkc2dl3a5ee0h": _75, "இந்தியா": _75, "xn--mgba3a4f16a": _75, "ایران": _75, "xn--mgba3a4fra": _75, "ايران": _75, "xn--mgbtx2b": _75, "عراق": _75, "xn--mgbayh7gpa": _75, "الاردن": _75, "xn--3e0b707e": _75, "한국": _75, "xn--80ao21a": _75, "қаз": _75, "xn--q7ce6a": _75, "ລາວ": _75, "xn--fzc2c9e2c": _75, "ලංකා": _75, "xn--xkc2\ +al3hye2a": _75, "இலங்கை": _75, "xn--mgbc0a9azcg": _75, "المغرب": _75, "xn--d1alf": _75, "мкд": _75, "xn--l1acc": _75, "мон": _75, "xn--mix891f": _75, "澳門": _75, "xn--mix082f": _75, "澳门": _75, "xn--mgbx4cd0ab": _75, "مليسيا": _75, "xn--mgb9awbf": _75, "عمان": _75, "xn--mgbai9azgqp6j": _75, "پاکستان": _75, "xn--mgbai9a5eva00b": _75, "پاكستان": _75, "xn--ygbi2ammx": _75, "فلسطين": _75, "xn--90a3ac": [1, { "xn--80au": _75, "xn--90azh": _75, "xn--d1at": _75, "xn--c1avg": _75, "xn--o1ac": _75, "xn--o1ach": _75 }], "срб": [1, { "ак": _75, "обр": _75, "од": _75, "орг": _75, "пр": _75, "упр": _75 }], "xn--p1ai": _75, "рф": _75, "xn--wgbl6a": _75, "قطر": _75, "xn--mgberp4a5d4ar": _75, "السعودية": _75, "xn--mgberp4a5d4a87g": _75, "السعودیة": _75, "xn--mgbqly7c0a67fbc": _75, "السعودیۃ": _75, "xn--mgbqly7cvafr": _75, "السعوديه": _75, "xn--mgbpl2fh": _75, "سودان": _75, "xn--yfro4\ +i67o": _75, "新加坡": _75, "xn--clchc0ea0b2g2a9gcd": _75, "சிங்கப்பூர்": _75, "xn--ogbpf8fl": _75, "سورية": _75, "xn--mgbtf8fl": _75, "سوريا": _75, "xn--o3cw4h": [1, { "xn--o3cyx2a": _75, "xn--12co0c3b4eva": _75, "xn--m3ch0j3a": _75, "xn--h3cuzk1di": _75, "xn--12c1fe0br": _75, "xn--12cfi8ixb8l": _75 }], "ไทย": [1, { "ทหาร": _75, "ธุรกิจ": _75, "เน็ต": _75, "รัฐบาล": _75, "ศึกษา": _75, "องค์กร": _75 }], "xn--pgbs0dh": _75, "تونس": _75, "xn--kpry57d": _75, "台灣": _75, "xn--kprw13d": _75, "台湾": _75, "xn--nnx388a": _75, "臺灣": _75, "xn--j1amh": _75, "укр": _75, "xn--mgb2ddes": _75, "اليمن": _75, "xxx": _75, "ye": _76, "za": [0, { "ac": _75, "agric": _75, "alt": _75, "co": _75, "edu": _75, "gov": _75, "grondar": _75, "law": _75, "mil": _75, "net": _75, "ngo": _75, "nic": _75, "nis": _75, "nom": _75, "org": _75, "school": _75, "tm": _75, "web": _75 }], "zm": [1, { "ac": _75, + "biz": _75, "co": _75, "com": _75, "edu": _75, "gov": _75, "info": _75, "mil": _75, "net": _75, "org": _75, "sch": _75 }], "zw": [1, { "ac": _75, "co": _75, "gov": _75, "mil": _75, "org": _75 }], "aaa": _75, "aarp": _75, "abb": _75, "abbott": _75, "abbvie": _75, "abc": _75, "able": _75, "abogado": _75, "abudhabi": _75, "academy": _75, "accenture": _75, "accountant": _75, "accountants": _75, "aco": _75, "actor": _75, "ads": _75, "adult": _75, "aeg": _75, "aetna": _75, "afl": _75, "africa": _75, "agakhan": _75, "agency": _75, "aig": _75, "airbus": _75, "airforce": _75, "airtel": _75, "akdn": _75, "alibaba": _75, "alipay": _75, "allfinanz": _75, "allstate": _75, "ally": _75, "alsace": _75, "alstom": _75, "amazon": _75, "americanexpress": _75, "americanfamily": _75, "amex": _75, "amfam": _75, "amica": _75, "amsterdam": _75, "analytics": _75, "android": _75, "anquan": _75, "anz": _75, "aol": _75, "apartments": _75, "app": _75, "apple": _75, "aquarelle": _75, "arab": _75, "aramco": _75, + "archi": _75, "army": _75, "art": _75, "arte": _75, "asda": _75, "associates": _75, "athleta": _75, "attorney": _75, "auction": _75, "audi": _75, "audible": _75, "audio": _75, "auspost": _75, "author": _75, "auto": _75, "autos": _75, "aws": _75, "axa": _75, "azure": _75, "baby": _75, "baidu": _75, "banamex": _75, "band": _75, "bank": _75, "bar": _75, "barcelona": _75, "barclaycard": _75, "barclays": _75, "barefoot": _75, "bargains": _75, "baseball": _75, "basketball": _75, "bauhaus": _75, "bayern": _75, "bbc": _75, "bbt": _75, "bbva": _75, "bcg": _75, "bcn": _75, "beats": _75, "beauty": _75, "beer": _75, "berlin": _75, "best": _75, "bestbuy": _75, "bet": _75, "bharti": _75, "bible": _75, "bid": _75, "bike": _75, "bing": _75, "bingo": _75, "bio": _75, "black": _75, "blackfriday": _75, "blockbuster": _75, "blog": _75, "bloomberg": _75, "blue": _75, "bms": _75, "bmw": _75, "bnpparibas": _75, "boats": _75, "boehringer": _75, "bofa": _75, "bom": _75, "bond": _75, "boo": _75, "book": _75, + "booking": _75, "bosch": _75, "bostik": _75, "boston": _75, "bot": _75, "boutique": _75, "box": _75, "bradesco": _75, "bridgestone": _75, "broadway": _75, "broker": _75, "brother": _75, "brussels": _75, "build": _75, "builders": _75, "business": _75, "buy": _75, "buzz": _75, "bzh": _75, "cab": _75, "cafe": _75, "cal": _75, "call": _75, "calvinklein": _75, "cam": _75, "camera": _75, "camp": _75, "canon": _75, "capetown": _75, "capital": _75, "capitalone": _75, "car": _75, "caravan": _75, "cards": _75, "care": _75, "career": _75, "careers": _75, "cars": _75, "casa": _75, "case": _75, "cash": _75, "casino": _75, "catering": _75, "catholic": _75, "cba": _75, "cbn": _75, "cbre": _75, "center": _75, "ceo": _75, "cern": _75, "cfa": _75, "cfd": _75, "chanel": _75, "channel": _75, "charity": _75, "chase": _75, "chat": _75, "cheap": _75, "chintai": _75, "christmas": _75, "chrome": _75, "church": _75, "cipriani": _75, "circle": _75, "cisco": _75, "citadel": _75, "citi": _75, "citic": _75, "\ +city": _75, "claims": _75, "cleaning": _75, "click": _75, "clinic": _75, "clinique": _75, "clothing": _75, "cloud": _75, "club": _75, "clubmed": _75, "coach": _75, "codes": _75, "coffee": _75, "college": _75, "cologne": _75, "commbank": _75, "community": _75, "company": _75, "compare": _75, "computer": _75, "comsec": _75, "condos": _75, "construction": _75, "consulting": _75, "contact": _75, "contractors": _75, "cooking": _75, "cool": _75, "corsica": _75, "country": _75, "coupon": _75, "coupons": _75, "courses": _75, "cpa": _75, "credit": _75, "creditcard": _75, "creditunion": _75, "cricket": _75, "crown": _75, "crs": _75, "cruise": _75, "cruises": _75, "cuisinella": _75, "cymru": _75, "cyou": _75, "dad": _75, "dance": _75, "data": _75, "date": _75, "dating": _75, "datsun": _75, "day": _75, "dclk": _75, "dds": _75, "deal": _75, "dealer": _75, "deals": _75, "degree": _75, "delivery": _75, "dell": _75, "deloitte": _75, "delta": _75, "democrat": _75, "dental": _75, "dentist": _75, "desi": _75, + "design": _75, "dev": _75, "dhl": _75, "diamonds": _75, "diet": _75, "digital": _75, "direct": _75, "directory": _75, "discount": _75, "discover": _75, "dish": _75, "diy": _75, "dnp": _75, "docs": _75, "doctor": _75, "dog": _75, "domains": _75, "dot": _75, "download": _75, "drive": _75, "dtv": _75, "dubai": _75, "dupont": _75, "durban": _75, "dvag": _75, "dvr": _75, "earth": _75, "eat": _75, "eco": _75, "edeka": _75, "education": _75, "email": _75, "emerck": _75, "energy": _75, "engineer": _75, "engineering": _75, "enterprises": _75, "epson": _75, "equipment": _75, "ericsson": _75, "erni": _75, "esq": _75, "estate": _75, "eurovision": _75, "eus": _75, "events": _75, "exchange": _75, "expert": _75, "exposed": _75, "express": _75, "extraspace": _75, "fage": _75, "fail": _75, "fairwinds": _75, "faith": _75, "family": _75, "fan": _75, "fans": _75, "farm": _75, "farmers": _75, "fashion": _75, "fast": _75, "fedex": _75, "feedback": _75, "ferrari": _75, "ferrero": _75, "fidelity": _75, "\ +fido": _75, "film": _75, "final": _75, "finance": _75, "financial": _75, "fire": _75, "firestone": _75, "firmdale": _75, "fish": _75, "fishing": _75, "fit": _75, "fitness": _75, "flickr": _75, "flights": _75, "flir": _75, "florist": _75, "flowers": _75, "fly": _75, "foo": _75, "food": _75, "football": _75, "ford": _75, "forex": _75, "forsale": _75, "forum": _75, "foundation": _75, "fox": _75, "free": _75, "fresenius": _75, "frl": _75, "frogans": _75, "frontier": _75, "ftr": _75, "fujitsu": _75, "fun": _75, "fund": _75, "furniture": _75, "futbol": _75, "fyi": _75, "gal": _75, "gallery": _75, "gallo": _75, "gallup": _75, "game": _75, "games": _75, "gap": _75, "garden": _75, "gay": _75, "gbiz": _75, "gdn": _75, "gea": _75, "gent": _75, "genting": _75, "george": _75, "ggee": _75, "gift": _75, "gifts": _75, "gives": _75, "giving": _75, "glass": _75, "gle": _75, "global": _75, "globo": _75, "gmail": _75, "gmbh": _75, "gmo": _75, "gmx": _75, "godaddy": _75, "gold": _75, "goldpoint": _75, "gol\ +f": _75, "goodyear": _75, "goog": _75, "google": _75, "gop": _75, "got": _75, "grainger": _75, "graphics": _75, "gratis": _75, "green": _75, "gripe": _75, "grocery": _75, "group": _75, "gucci": _75, "guge": _75, "guide": _75, "guitars": _75, "guru": _75, "hair": _75, "hamburg": _75, "hangout": _75, "haus": _75, "hbo": _75, "hdfc": _75, "hdfcbank": _75, "health": _75, "healthcare": _75, "help": _75, "helsinki": _75, "here": _75, "hermes": _75, "hiphop": _75, "hisamitsu": _75, "hitachi": _75, "hiv": _75, "hkt": _75, "hockey": _75, "holdings": _75, "holiday": _75, "homedepot": _75, "homegoods": _75, "homes": _75, "homesense": _75, "honda": _75, "horse": _75, "hospital": _75, "host": _75, "hosting": _75, "hot": _75, "hotel": _75, "hotels": _75, "hotmail": _75, "house": _75, "how": _75, "hsbc": _75, "hughes": _75, "hyatt": _75, "hyundai": _75, "ibm": _75, "icbc": _75, "ice": _75, "icu": _75, "ieee": _75, "ifm": _75, "ikano": _75, "imamat": _75, "imdb": _75, "immo": _75, "immobilien": _75, "\ +inc": _75, "industries": _75, "infiniti": _75, "ing": _75, "ink": _75, "institute": _75, "insurance": _75, "insure": _75, "international": _75, "intuit": _75, "investments": _75, "ipiranga": _75, "irish": _75, "ismaili": _75, "ist": _75, "istanbul": _75, "itau": _75, "itv": _75, "jaguar": _75, "java": _75, "jcb": _75, "jeep": _75, "jetzt": _75, "jewelry": _75, "jio": _75, "jll": _75, "jmp": _75, "jnj": _75, "joburg": _75, "jot": _75, "joy": _75, "jpmorgan": _75, "jprs": _75, "juegos": _75, "juniper": _75, "kaufen": _75, "kddi": _75, "kerryhotels": _75, "kerryproperties": _75, "kfh": _75, "kia": _75, "kids": _75, "kim": _75, "kindle": _75, "kitchen": _75, "kiwi": _75, "koeln": _75, "komatsu": _75, "kosher": _75, "kpmg": _75, "kpn": _75, "krd": _75, "kred": _75, "kuokgroup": _75, "kyoto": _75, "lacaixa": _75, "lamborghini": _75, "lamer": _75, "land": _75, "landrover": _75, "lanxess": _75, "lasalle": _75, "lat": _75, "latino": _75, "latrobe": _75, "law": _75, "lawyer": _75, "lds": _75, "l\ +ease": _75, "leclerc": _75, "lefrak": _75, "legal": _75, "lego": _75, "lexus": _75, "lgbt": _75, "lidl": _75, "life": _75, "lifeinsurance": _75, "lifestyle": _75, "lighting": _75, "like": _75, "lilly": _75, "limited": _75, "limo": _75, "lincoln": _75, "link": _75, "live": _75, "living": _75, "llc": _75, "llp": _75, "loan": _75, "loans": _75, "locker": _75, "locus": _75, "lol": _75, "london": _75, "lotte": _75, "lotto": _75, "love": _75, "lpl": _75, "lplfinancial": _75, "ltd": _75, "ltda": _75, "lundbeck": _75, "luxe": _75, "luxury": _75, "madrid": _75, "maif": _75, "maison": _75, "makeup": _75, "man": _75, "management": _75, "mango": _75, "map": _75, "market": _75, "marketing": _75, "markets": _75, "marriott": _75, "marshalls": _75, "mattel": _75, "mba": _75, "mckinsey": _75, "med": _75, "media": _75, "meet": _75, "melbourne": _75, "meme": _75, "memorial": _75, "men": _75, "menu": _75, "merck": _75, "merckmsd": _75, "miami": _75, "microsoft": _75, "mini": _75, "mint": _75, "mit": _75, "\ +mitsubishi": _75, "mlb": _75, "mls": _75, "mma": _75, "mobile": _75, "moda": _75, "moe": _75, "moi": _75, "mom": _75, "monash": _75, "money": _75, "monster": _75, "mormon": _75, "mortgage": _75, "moscow": _75, "moto": _75, "motorcycles": _75, "mov": _75, "movie": _75, "msd": _75, "mtn": _75, "mtr": _75, "music": _75, "nab": _75, "nagoya": _75, "navy": _75, "nba": _75, "nec": _75, "netbank": _75, "netflix": _75, "network": _75, "neustar": _75, "new": _75, "news": _75, "next": _75, "nextdirect": _75, "nexus": _75, "nfl": _75, "ngo": _75, "nhk": _75, "nico": _75, "nike": _75, "nikon": _75, "ninja": _75, "nissan": _75, "nissay": _75, "nokia": _75, "norton": _75, "now": _75, "nowruz": _75, "nowtv": _75, "nra": _75, "nrw": _75, "ntt": _75, "nyc": _75, "obi": _75, "observer": _75, "office": _75, "okinawa": _75, "olayan": _75, "olayangroup": _75, "ollo": _75, "omega": _75, "one": _75, "ong": _75, "onl": _75, "online": _75, "ooo": _75, "open": _75, "oracle": _75, "orange": _75, "organic": _75, "\ +origins": _75, "osaka": _75, "otsuka": _75, "ott": _75, "ovh": _75, "page": _75, "panasonic": _75, "paris": _75, "pars": _75, "partners": _75, "parts": _75, "party": _75, "pay": _75, "pccw": _75, "pet": _75, "pfizer": _75, "pharmacy": _75, "phd": _75, "philips": _75, "phone": _75, "photo": _75, "photography": _75, "photos": _75, "physio": _75, "pics": _75, "pictet": _75, "pictures": _75, "pid": _75, "pin": _75, "ping": _75, "pink": _75, "pioneer": _75, "pizza": _75, "place": _75, "play": _75, "playstation": _75, "plumbing": _75, "plus": _75, "pnc": _75, "pohl": _75, "poker": _75, "politie": _75, "porn": _75, "praxi": _75, "press": _75, "prime": _75, "prod": _75, "productions": _75, "prof": _75, "progressive": _75, "promo": _75, "properties": _75, "property": _75, "protection": _75, "pru": _75, "prudential": _75, "pub": _75, "pwc": _75, "qpon": _75, "quebec": _75, "quest": _75, "racing": _75, "radio": _75, "read": _75, "realestate": _75, "realtor": _75, "realty": _75, "recipes": _75, "r\ +ed": _75, "redumbrella": _75, "rehab": _75, "reise": _75, "reisen": _75, "reit": _75, "reliance": _75, "ren": _75, "rent": _75, "rentals": _75, "repair": _75, "report": _75, "republican": _75, "rest": _75, "restaurant": _75, "review": _75, "reviews": _75, "rexroth": _75, "rich": _75, "richardli": _75, "ricoh": _75, "ril": _75, "rio": _75, "rip": _75, "rocks": _75, "rodeo": _75, "rogers": _75, "room": _75, "rsvp": _75, "rugby": _75, "ruhr": _75, "run": _75, "rwe": _75, "ryukyu": _75, "saarland": _75, "safe": _75, "safety": _75, "sakura": _75, "sale": _75, "salon": _75, "samsclub": _75, "samsung": _75, "sandvik": _75, "sandvikcoromant": _75, "sanofi": _75, "sap": _75, "sarl": _75, "sas": _75, "save": _75, "saxo": _75, "sbi": _75, "sbs": _75, "scb": _75, "schaeffler": _75, "schmidt": _75, "scholarships": _75, "school": _75, "schule": _75, "schwarz": _75, "science": _75, "scot": _75, "search": _75, "seat": _75, "secure": _75, "security": _75, "seek": _75, "select": _75, "sener": _75, "serv\ +ices": _75, "seven": _75, "sew": _75, "sex": _75, "sexy": _75, "sfr": _75, "shangrila": _75, "sharp": _75, "shell": _75, "shia": _75, "shiksha": _75, "shoes": _75, "shop": _75, "shopping": _75, "shouji": _75, "show": _75, "silk": _75, "sina": _75, "singles": _75, "site": _75, "ski": _75, "skin": _75, "sky": _75, "skype": _75, "sling": _75, "smart": _75, "smile": _75, "sncf": _75, "soccer": _75, "social": _75, "softbank": _75, "software": _75, "sohu": _75, "solar": _75, "solutions": _75, "song": _75, "sony": _75, "soy": _75, "spa": _75, "space": _75, "sport": _75, "spot": _75, "srl": _75, "stada": _75, "staples": _75, "star": _75, "statebank": _75, "statefarm": _75, "stc": _75, "stcgroup": _75, "stockholm": _75, "storage": _75, "store": _75, "stream": _75, "studio": _75, "study": _75, "style": _75, "sucks": _75, "supplies": _75, "supply": _75, "support": _75, "surf": _75, "surgery": _75, "suzuki": _75, "swatch": _75, "swiss": _75, "sydney": _75, "systems": _75, "tab": _75, "taipei": _75, + "talk": _75, "taobao": _75, "target": _75, "tatamotors": _75, "tatar": _75, "tattoo": _75, "tax": _75, "taxi": _75, "tci": _75, "tdk": _75, "team": _75, "tech": _75, "technology": _75, "temasek": _75, "tennis": _75, "teva": _75, "thd": _75, "theater": _75, "theatre": _75, "tiaa": _75, "tickets": _75, "tienda": _75, "tips": _75, "tires": _75, "tirol": _75, "tjmaxx": _75, "tjx": _75, "tkmaxx": _75, "tmall": _75, "today": _75, "tokyo": _75, "tools": _75, "top": _75, "toray": _75, "toshiba": _75, "total": _75, "tours": _75, "town": _75, "toyota": _75, "toys": _75, "trade": _75, "trading": _75, "training": _75, "travel": _75, "travelers": _75, "travelersinsurance": _75, "trust": _75, "trv": _75, "tube": _75, "tui": _75, "tunes": _75, "tushu": _75, "tvs": _75, "ubank": _75, "ubs": _75, "unicom": _75, "university": _75, "uno": _75, "uol": _75, "ups": _75, "vacations": _75, "vana": _75, "vanguard": _75, "vegas": _75, "ventures": _75, "verisign": _75, "versicherung": _75, "vet": _75, "via\ +jes": _75, "video": _75, "vig": _75, "viking": _75, "villas": _75, "vin": _75, "vip": _75, "virgin": _75, "visa": _75, "vision": _75, "viva": _75, "vivo": _75, "vlaanderen": _75, "vodka": _75, "volvo": _75, "vote": _75, "voting": _75, "voto": _75, "voyage": _75, "wales": _75, "walmart": _75, "walter": _75, "wang": _75, "wanggou": _75, "watch": _75, "watches": _75, "weather": _75, "weatherchannel": _75, "webcam": _75, "weber": _75, "website": _75, "wed": _75, "wedding": _75, "weibo": _75, "weir": _75, "whoswho": _75, "wien": _75, "wiki": _75, "williamhill": _75, "win": _75, "windows": _75, "wine": _75, "winners": _75, "wme": _75, "woodside": _75, "work": _75, "works": _75, "world": _75, "wow": _75, "wtc": _75, "wtf": _75, "xbox": _75, "xerox": _75, "xihuan": _75, "xin": _75, "xn--11b4c3d": _75, "कॉम": _75, "xn--1ck2e1b": _75, "セール": _75, "xn--1qqw23a": _75, "佛山": _75, "xn--30rr7y": _75, "慈善": _75, "xn--3bst00m": _75, "集团": _75, "xn--3ds443g": _75, "在线": _75, "\ +xn--3pxu8k": _75, "点看": _75, "xn--42c2d9a": _75, "คอม": _75, "xn--45q11c": _75, "八卦": _75, "xn--4gbrim": _75, "موقع": _75, "xn--55qw42g": _75, "公益": _75, "xn--55qx5d": _75, "公司": _75, "xn--5su34j936bgsg": _75, "香格里拉": _75, "xn--5tzm5g": _75, "网站": _75, "xn--6frz82g": _75, "移动": _75, "xn--6qq986b3xl": _75, "我爱你": _75, "xn--80adxhks": _75, "москва": _75, "xn--80aqecdr1a": _75, "католик": _75, "xn--80asehdb": _75, "онлайн": _75, "xn--80aswg": _75, "сайт": _75, "xn--8y0a063a": _75, "联通": _75, "xn--9dbq2a": _75, "קום": _75, "xn--9et52u": _75, "时尚": _75, "xn--9krt00a": _75, "微博": _75, "xn--b4w605ferd": _75, "淡马锡": _75, "xn--bck1b9a5dre4c": _75, "ファッション": _75, "xn--c1avg": _75, "орг": _75, "xn--c2br7g": _75, "नेट": _75, "xn--cck2b3b": _75, "ストア": _75, "xn--cckwcxetd": _75, "アマゾン": _75, "xn--cg4bki": _75, "삼성": _75, "xn--czr694b": _75, "商标": _75, "xn--czrs0t": _75, + "商店": _75, "xn--czru2d": _75, "商城": _75, "xn--d1acj3b": _75, "дети": _75, "xn--eckvdtc9d": _75, "ポイント": _75, "xn--efvy88h": _75, "新闻": _75, "xn--fct429k": _75, "家電": _75, "xn--fhbei": _75, "كوم": _75, "xn--fiq228c5hs": _75, "中文网": _75, "xn--fiq64b": _75, "中信": _75, "xn--fjq720a": _75, "娱乐": _75, "xn--flw351e": _75, "谷歌": _75, "xn--fzys8d69uvgm": _75, "電訊盈科": _75, "xn--g2xx48c": _75, "购物": _75, "xn--gckr3f0f": _75, "クラウド": _75, "xn--gk3at1e": _75, "通販": _75, "xn--hxt814e": _75, "网店": _75, "xn--i1b6b1a6a2e": _75, "संगठन": _75, "xn--imr513n": _75, "餐厅": _75, "xn--io0a7i": _75, "网络": _75, "xn--j1aef": _75, "ком": _75, "xn--jlq480n2rg": _75, "亚马逊": _75, "xn--jvr189m": _75, "食品": _75, "xn--kcrx77d1x4a": _75, "飞利浦": _75, "xn--kput3i": _75, "手机": _75, "xn--mgba3a3ejt": _75, "ارامكو": _75, "xn--mgba7c0bbn0a": _75, "العليان": _75, "xn--mgbab2bd": _75, "بازار": _75, + "xn--mgbca7dzdo": _75, "ابوظبي": _75, "xn--mgbi4ecexp": _75, "كاثوليك": _75, "xn--mgbt3dhd": _75, "همراه": _75, "xn--mk1bu44c": _75, "닷컴": _75, "xn--mxtq1m": _75, "政府": _75, "xn--ngbc5azd": _75, "شبكة": _75, "xn--ngbe9e0a": _75, "بيتك": _75, "xn--ngbrx": _75, "عرب": _75, "xn--nqv7f": _75, "机构": _75, "xn--nqv7fs00ema": _75, "组织机构": _75, "xn--nyqy26a": _75, "健康": _75, "xn--otu796d": _75, "招聘": _75, "xn--p1acf": _75, "рус": _75, "xn--pssy2u": _75, "大拿": _75, "xn--q9jyb4c": _75, "みんな": _75, "xn--qcka1pmc": _75, "グーグル": _75, "xn--rhqv96g": _75, "世界": _75, "xn--rovu88b": _75, "書籍": _75, "xn--ses554g": _75, "网址": _75, "xn--t60b56a": _75, "닷넷": _75, "xn--tckwe": _75, "コム": _75, "xn--tiq49xqyj": _75, "天主教": _75, "xn--unup4y": _75, "游戏": _75, "xn--vermgensberater-ctb": _75, "vermögensberater": _75, "xn--vermgensberatung-pwb": _75, "vermögensberatung": _75, "xn--vhquv": _75, "企业": _75, + "xn--vuq861b": _75, "信息": _75, "xn--w4r85el8fhu5dnra": _75, "嘉里大酒店": _75, "xn--w4rs40l": _75, "嘉里": _75, "xn--xhq521b": _75, "广东": _75, "xn--zfr164b": _75, "政务": _75, "xyz": _75, "yachts": _75, "yahoo": _75, "yamaxun": _75, "yandex": _75, "yodobashi": _75, "yoga": _75, "yokohama": _75, "you": _75, "youtube": _75, "yun": _75, "zappos": _75, "zara": _75, "zero": _75, "zip": _75, "zone": _75, "zuerich": _75 }]; return rules2; })(); function lookupInTrie(parts, trie, index) { @@ -33383,2892 +33619,4567 @@ var init_network_records = __esm({ } }); -// core/lib/axe.js -var require2, axeSource; -var init_axe = __esm({ - "core/lib/axe.js"() { +// core/computed/network-analysis.js +var NetworkAnalysis, NetworkAnalysisComputed; +var init_network_analysis = __esm({ + "core/computed/network-analysis.js"() { "use strict"; init_process_global(); - init_module(); + init_lighthouse_logger(); + init_lantern2(); + init_computed_artifact(); + init_network_records(); /** * @license - * Copyright 2020 Google LLC + * Copyright 2017 Google LLC * SPDX-License-Identifier: Apache-2.0 */ - require2 = /* @__PURE__ */ createRequire({ url: "core/lib/axe.js" }.url); - axeSource = `/*! axe v4.11.2 - * Copyright (c) 2015 - 2026 Deque Systems, Inc. - * - * Your use of this Source Code Form is subject to the terms of the Mozilla Public - * License, v. 2.0. If a copy of the MPL was not distributed with this - * file, You can obtain one at http://mozilla.org/MPL/2.0/. - * - * This entire copyright notice must appear in every copy of this file you - * distribute or in any file that contains substantial portions of this source - * code. - */ -!function e(t){var r=t,n=t.document;function a(e){return(a="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?function(e){return typeof e}:function(e){return e&&"function"==typeof Symbol&&e.constructor===Symbol&&e!==Symbol.prototype?"symbol":typeof e})(e)}var o=o||{},i=(o.version="4.11.2","function"==typeof define&&define.amd&&define("axe-core",[],(function(){return o})),"object"===("undefined"==typeof module?"undefined":a(module))&&module.exports&&"function"==typeof e.toString&&(o.source="("+e.toString()+')(typeof window === "object" ? window : this);',module.exports=o),"function"==typeof t.getComputedStyle&&(t.axe=o),["precision","format","inGamut"]),l=["space"],u=["algorithm"],s=["method"],c=["maxDeltaE","deltaEMethod","steps","maxSteps"],d=["node"],p=["relatedNodes"],f=["node"],m=["variant"],h=["matches"],g=["chromium"],v=["noImplicit"],b=["noPresentational"],y=["node"],w=["environmentData"],D=["environmentData"],x=["environmentData"],E=["environmentData"],A=["environmentD\ -ata"];function F(e,t,r){return(t=Y(t))in e?Object.defineProperty(e,t,{value:r,enumerable:!0,configurable:!0,writable:!0}):e[t]=r,e}function C(e,t,r){var n;return N()?Reflect.construct.apply(null,arguments):((n=[null]).push.apply(n,t),t=new(e.bind.apply(e,n)),r&&O(t,r.prototype),t)}function k(e,t){if(null==e)return{};var r,n=((e,t)=>{if(null==e)return{};var r,n={};for(r in e)!{}.hasOwnProperty.call(e,r)||-1!==t.indexOf(r)||(n[r]=e[r]);return n})(e,t);if(Object.getOwnPropertySymbols)for(var a=Object.getOwnPropertySymbols(e),o=0;o{if(Array.isArray(e))return Z(e)})(e)||P(e)||X(e)||(()=>{throw new TypeError("Invalid attempt to s\ -pread non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")})()}function P(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function I(e,t,r){j(e,t),t.set(e,r)}function B(e,t){j(e,t),t.add(e)}function j(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function L(e,t){return e.get(z(e,t))}function q(e,t,r){e.set(z(e,t),r)}function z(e,t,r){if("function"==typeof e?e===t:e.has(t))return arguments.length<3?t:r;throw new TypeError("Private element is not present on this object")}function V(e,t){return $(e)||((e,t)=>{var r=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=r){var n,a,o,i,l=[],u=!0,s=!1;try{if(o=(r=r.call(e)).next,0===t){if(Object(r)!==r)return;u=!1}else for(;!(u=(n=o.call(r)).done)&&(l.push(n.value),l.length!==t);u=!0);}catch(e){s=!0,a=e}finally{try{if(!u&&null!=r.return&&(i=r.ret\ -urn(),Object(i)!==i))return}finally{if(s)throw a}}return l}})(e,t)||X(e,t)||G()}function G(){throw new TypeError("Invalid attempt to destructure non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function $(e){if(Array.isArray(e))return e}function H(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function U(e,t){for(var r=0;r{if("object"!=a(e)||!e)return e;var r=e[Symbol.toPrimitive];if(void 0===r)return String(e);if(r=r.call(e,"string"),"object"==a(r))throw new TypeError("@@toPrimitive must return a primitive value.");return r})(e),"symbol"==a(e)?e:e+""}function K(e,t){var r,n,a,o,i="undefined"!=typeof Symbol&&e[Symbol.\ -iterator]||e["@@iterator"];if(i)return a=!(n=!0),{s:function(){i=i.call(e)},n:function(){var e=i.next();return n=e.done,e},e:function(e){a=!0,r=e},f:function(){try{n||null==i.return||i.return()}finally{if(a)throw r}}};if(Array.isArray(e)||(i=X(e))||t&&e&&"number"==typeof e.length)return i&&(e=i),o=0,{s:t=function(){},n:function(){return o>=e.length?{done:!0}:{done:!1,value:e[o++]}},e:function(e){throw e},f:t};throw new TypeError("Invalid attempt to iterate non-iterable instance.\\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}function X(e,t){var r;if(e)return"string"==typeof e?Z(e,t):"Map"===(r="Object"===(r={}.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:r)||"Set"===r?Array.from(e):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?Z(e,t):void 0}function Z(e,t){(null==t||t>e.length)&&(t=e.length);for(var r=0,n=Array(t);r{var a=n.value;ge.call(e,a)||"default"===a||me(e,a,{get:function(){return t[a]},enumerable:!(r=be(t,a))||r.enumerable})})()}catch(e){o.e(e)}finally{o.f()}}return e}((t=me(null!=e?fe(he(e)):{},"default",e&&e.__esModule&&"default"in e?{get:function(){return e.default},enumerable:!0}:{value:e,enumerable:!0}),me(t,"__esModule",{value:!0})),e);var t}function pe(e,t,r){(t="symbol"!==a(t)?t+"":t)in e?me(e,t,{enumerable:!0,configurable:!0,writable:!0,value:r}):e[t]=r}var fe=Object.create,me=Object.defineProperty\ -,he=Object.getPrototypeOf,ge=Object.prototype.hasOwnProperty,ve=Object.getOwnPropertyNames,be=Object.getOwnPropertyDescriptor,ye=se((function(e,o){var i;i=function(){function e(e){return"function"==typeof e}var o=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},i=0,l=void 0,u=void 0,s=function(e,t){h[i]=e,h[i+1]=t,2===(i+=2)&&(u?u(g):w())},c=void 0!==t?t:void 0,d=(d=c||{}).MutationObserver||d.WebKitMutationObserver,p="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),f="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function m(){var e=setTimeout;return function(){return e(g,1)}}var h=new Array(1e3);function g(){for(var e=0;e{try{e.call(t,r,n)}catch(e){return e}})(r,t,(function(r){n||(n=!0,(t!==r?N:S)(e,r))}),(function(t)\ -{n||(n=!0,O(e,t))}),e._label);!n&&a&&(n=!0,O(e,a))}),e)}(t,r,n):S(t,r)}function N(e,t){if(e===t)O(e,new TypeError("You cannot resolve a promise with itself"));else if(n=a(r=t),null===r||"object"!==n&&"function"!==n)S(e,t);else{r=void 0;try{r=t.then}catch(t){return void O(e,t)}R(e,t,r)}var r,n}function T(e){e._onerror&&e._onerror(e._result),M(e)}function S(e,t){e._state===F&&(e._result=t,e._state=C,0!==e._subscribers.length)&&s(M,e)}function O(e,t){e._state===F&&(e._state=k,e._result=t,s(T,e))}function _(e,t,r,n){var a=e._subscribers,o=a.length;e._onerror=null,a[o]=t,a[o+C]=r,a[o+k]=n,0===o&&e._state&&s(M,e)}function M(e){var t=e._subscribers,r=e._state;if(0!==t.length){for(var n,a=void 0,o=e._result,i=0;i>0},ToUint32:function(e){return e>>>0}}),i=Math.LN2,l=Math.abs,u=Math.floor,s=Math.log,c=Math.min,d=Math.pow,p=Math.round;function f(e,t,r){return en)throw new RangeError("Array too large for polyfill");for(var t=0;t{m(e,t,{get:funct\ -ion(){return e._getter(t)},set:function(r){e._setter(t,r)},enumerable:!0,configurable:!1})})(t)}}function R(e,t){return e<<(t=32-t)>>t}function N(e,t){return e<<(t=32-t)>>>t}function T(e){return N(e[0],8)}function S(e,t,r){var n,a,o,p,f,m,h,g=(1<=d(2,1-g)?(a=c(u(s(e)/i),1023),2<=(o=v(e/d(2,a)*d(2,r)))/d(2,r)&&(a+=1,o=1),g>=1;return s.reverse(),u=s.join(""),o=(1<this.buffer.byteLength)throw new RangeError("byteOffset out of \ -range");if(this.byteOffset%this.BYTES_PER_ELEMENT)throw new RangeError("ArrayBuffer length minus the byteOffset is not a multiple of the element size.");if(arguments.length<3){if(this.byteLength=this.buffer.byteLength-this.byteOffset,this.byteLength%this.BYTES_PER_ELEMENT)throw new RangeError("length of buffer minus byteOffset not a multiple of the element size");this.length=this.byteLength/this.BYTES_PER_ELEMENT}else this.length=o.ToUint32(r),this.byteLength=this.length*this.BYTES_PER_ELEMENT;if(this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer")}else for(this.length=o.ToUint32((l=e).length),this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new _(this.byteLength),u=this.byteOffset=0;u=this.length)){for(var t=[],r=0,n=this.byteOffset+e*this.BYTES_PER_ELEMENT;rthis.length)throw new RangeError("Offset plus length of array is out of range");if(d=this.byteOffset+i*this.BYTES_PER_ELEMENT,p=r.length*this.BYTES_PER_ELEMENT,r.buffer===this.buffer){for(f=[],u=0,s=r.byteOffset;uthis.length)throw new RangeError("Offset plus length of array is out of range");for(u=0;uthis.buffer.byteLength)throw new RangeError("byteOffset out of range");if(this.byteLength=arguments.length<3?this.buffer.byteLength-this.byteOffset:o.ToUint32(n),this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer");C(this)}function j(t){return function(r,n){if((r=o.ToUint32(r))+t.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");r+=this.byteOffset;for(var a=new e.Uint8Array(this.buffer,r,t.BYTES_PER_ELEMENT),i=[],l=0;lthis.byteLength)throw new RangeError("Array index out of range");n=new t([n]);for(var i=new e.Uint8Array(n.buffer),l=[],u=0;u{try{return Object.defineProperty({},"x",{}),1}catch(e){}})()?Object.defineProperty:function(e,t,r){if(!e===Object(e))throw new TypeError("Object.defineProperty called on non-object");return o.HasProperty(r,"get")&&Object.prototype.__defineGetter__&&Object.prototype.__defineGetter__.call(e,t,r.get),o.HasProperty(r,"set")&&Object.prototype.__defineSetter__&&Object.prototype.__defineSetter__.call(e,t,r.set),o.HasProperty(r,"value")&&(e[t]=r.value),e},e.ArrayBuffer=e.ArrayBuffer||_,E=P(1,(function(e){return[255&e]}),(function(e){return R(e[0],8)})),h=P(1,(function(e){return[255&e]}),T),g=P(1,(function(e){return[(e=p(Number(e)))<0?0:255>8&255,255&e]}),(function(e){return R(e[0]<<8|e[1],16)})),b=P(2,(function(e){return[e>>8&255,255&e]}),(function(e){return N(e[0]<<8|e[1],16)})),y=P(4,(function(e){return[e>>24&255,e>>16&255,e>>8&255,255&e]}),(function(e){return R(e[0]<<24|e[1]<<16|e[2]<<8|e[3],32)})),w=P(4,(function(e){return[e>>24&255,e>>16&255,e>>8&255,255&e]}),(function(e){return N(e[0]<<24|e[1]<<16|e[2]<<8|e[3],32)})),D=P(4,(function(e){return S(e,8,23)}),(function(e){return O(e,8,23)})),x=P(8,(function(e){return S(e,11,52)}),(function(e){return O(e,11,52)})),e.Int8Array=e.Int8Array||E,e.Uint8Array=e.Uint8Array||h,e.Uint8ClampedArray=e.Uint8ClampedArray||g,e.Int16Array=e.Int16Array||v,e.Uint16Array=e.Uint16Array||b,e.Int32Array=e.Int32Array||y,e.Uint32Array=e.Uint32Array||w,e.Float32Array=e.Float32Array||D,e.Float64Array=e.Float64Array||x,E=new e.Uint16Array([4660]),A=18===I(new e.Uint8Array(E.buffer),0),B.prototype.getUint8=j(e.Uint8Array),B.prototype.getInt8=j(e.Int8Array),B.pr\ -ototype.getUint16=j(e.Uint16Array),B.prototype.getInt16=j(e.Int16Array),B.prototype.getUint32=j(e.Uint32Array),B.prototype.getInt32=j(e.Int32Array),B.prototype.getFloat32=j(e.Float32Array),B.prototype.getFloat64=j(e.Float64Array),B.prototype.setUint8=L(e.Uint8Array),B.prototype.setInt8=L(e.Int8Array),B.prototype.setUint16=L(e.Uint16Array),B.prototype.setInt16=L(e.Int16Array),B.prototype.setUint32=L(e.Uint32Array),B.prototype.setInt32=L(e.Int32Array),B.prototype.setFloat32=L(e.Float32Array),B.prototype.setFloat64=L(e.Float64Array),e.DataView=e.DataView||B})),De=se((function(e){function n(){if(void 0===this)throw new TypeError("Constructor WeakMap requires 'new'");if(c(this,"_id","_WeakMap_"+i()+"."+i()),0{try{return 1===Object.defineProperty({},"x",{value:1}).x}catch(e){}})(),e.WeakMap=((c=function(e,t,r){s?Object.defineProperty(e,t,{configurable:!0,writable:!0,value:r}):e[t]=r})(n.prototype,"delete",(function(e){var t;return o(this,"delete"),!!l(e)&&!(!(t=e[this._id])||t[0]!==e||(delete e[this._id],0))})),c(n.prototype,"get",(function(e){var t;return o(this,"get"),l(e)&&(t=e[this._id])&&t[0]===e?t[1]:void 0})),c(n.prototype,"has",(function(e){var t;return o(this,"has"),!!l(e)&&!(!(t=e[this._id])||t[0]!==e)})),c(n.prototype,"set",(function(e,t){var r;if(o(this,"set"),l(e))return(r=e[this._id])&&r[0]===e?r[1]=t:c(e,this._id,[e,t]),this;throw new TypeError("Invalid value used as weak map key")})),c(n,"_polyfill",!0),n))})),xe=se((function(e,n){function o(e){return e&&e.Math===Math&&e}n.exports=o("object"==("\ -undefined"==typeof globalThis?"undefined":a(globalThis))&&globalThis)||o("object"==(void 0===t?"undefined":a(t))&&t)||o("object"==("undefined"==typeof self?"undefined":a(self))&&self)||o("object"==(void 0===r?"undefined":a(r))&&r)||o("object"==a(e)&&e)||function(){return this}()||Function("return this")()})),Ee=se((function(e,t){t.exports=function(e){try{return!!e()}catch(e){return!0}}})),Ae=se((function(e,t){var r=Ee();t.exports=!r((function(){var e=function(){}.bind();return"function"!=typeof e||e.hasOwnProperty("prototype")}))})),Fe=se((function(e,t){var r=Ae(),n=Function.prototype,o=n.apply,i=n.call;t.exports="object"==("undefined"==typeof Reflect?"undefined":a(Reflect))&&Reflect.apply||(r?i.bind(o):function(){return i.apply(o,arguments)})})),Ce=se((function(e,t){var r=Ae(),n=(a=Function.prototype).call,a=r&&a.bind.bind(n,n);t.exports=r?a:function(e){return function(){return n.apply(e,arguments)}}})),ke=se((function(e,t){var r=Ce(),n=r({}.toString),a=r("".slice);t.exports=function(\ -e){return a(n(e),8,-1)}})),Re=se((function(e,t){var r=ke(),n=Ce();t.exports=function(e){if("Function"===r(e))return n(e)}})),Ne=se((function(e,t){var r="object"==(void 0===n?"undefined":a(n))&&n.all;t.exports=void 0===r&&void 0!==r?function(e){return"function"==typeof e||e===r}:function(e){return"function"==typeof e}})),Te=se((function(e,t){var r=Ee();t.exports=!r((function(){return 7!==Object.defineProperty({},1,{get:function(){return 7}})[1]}))})),Se=se((function(e,t){var r=Ae(),n=Function.prototype.call;t.exports=r?n.bind(n):function(){return n.apply(n,arguments)}})),Oe=se((function(e){var t={}.propertyIsEnumerable,r=Object.getOwnPropertyDescriptor,n=r&&!t.call({1:2},1);e.f=n?function(e){return!!(e=r(this,e))&&e.enumerable}:t})),_e=se((function(e,t){t.exports=function(e,t){return{enumerable:!(1&e),configurable:!(2&e),writable:!(4&e),value:t}}})),Me=se((function(e,t){var r=Ce(),n=Ee(),a=ke(),o=Object,i=r("".split);t.exports=n((function(){return!o("z").propertyIsEnumerable(0)}))?funct\ -ion(e){return"String"===a(e)?i(e,""):o(e)}:o})),Pe=se((function(e,t){t.exports=function(e){return null==e}})),Ie=se((function(e,t){var r=Pe(),n=TypeError;t.exports=function(e){if(r(e))throw new n("Can't call method on "+e);return e}})),Be=se((function(e,t){var r=Me(),n=Ie();t.exports=function(e){return r(n(e))}})),je=se((function(e,t){var r=Ne();t.exports=function(e){return"object"==a(e)?null!==e:r(e)}})),Le=se((function(e,t){t.exports={}})),qe=se((function(e,t){function r(e){return o(e)?e:void 0}var n=Le(),a=xe(),o=Ne();t.exports=function(e,t){return arguments.length<2?r(n[e])||r(a[e]):n[e]&&n[e][t]||a[e]&&a[e][t]}})),ze=se((function(e,t){var r=Ce();t.exports=r({}.isPrototypeOf)})),Ve=se((function(e,t){var r=(r=xe().navigator)&&r.userAgent;t.exports=r?String(r):""})),Ge=se((function(e,t){var r,n,a=xe(),o=Ve(),i=a.process;a=a.Deno;!(n=(a=(i=i&&i.versions||a&&a.version)&&i.v8)?0<(r=a.split("."))[0]&&r[0]<4?1:+(r[0]+r[1]):n)&&o&&(!(r=o.match(/Edge\\/(\\d+)/))||74<=r[1])&&(r=o.match(/Chrome\ -\\/(\\d+)/))&&(n=+r[1]),t.exports=n})),$e=se((function(e,t){var r=Ge(),n=Ee(),a=xe().String;t.exports=!!Object.getOwnPropertySymbols&&!n((function(){var e=Symbol("symbol detection");return!a(e)||!(Object(e)instanceof Symbol)||!Symbol.sham&&r&&r<41}))})),He=se((function(e,t){var r=$e();t.exports=r&&!Symbol.sham&&"symbol"==a(Symbol.iterator)})),Ue=se((function(e,t){var r=qe(),n=Ne(),o=ze(),i=He(),l=Object;t.exports=i?function(e){return"symbol"==a(e)}:function(e){var t=r("Symbol");return n(t)&&o(t.prototype,l(e))}})),We=se((function(e,t){var r=String;t.exports=function(e){try{return r(e)}catch(e){return"Object"}}})),Ye=se((function(e,t){var r=Ne(),n=We(),a=TypeError;t.exports=function(e){if(r(e))return e;throw new a(n(e)+" is not a function")}})),Ke=se((function(e,t){var r=Ye(),n=Pe();t.exports=function(e,t){return e=e[t],n(e)?void 0:r(e)}})),Xe=se((function(e,t){var r=Se(),n=Ne(),a=je(),o=TypeError;t.exports=function(e,t){var i,l;if("string"===t&&n(i=e.toString)&&!a(l=r(i,e)))return l;if(n\ -(i=e.valueOf)&&!a(l=r(i,e)))return l;if("string"!==t&&n(i=e.toString)&&!a(l=r(i,e)))return l;throw new o("Can't convert object to primitive value")}})),Ze=se((function(e,t){t.exports=!0})),Je=se((function(e,t){var r=xe(),n=Object.defineProperty;t.exports=function(e,t){try{n(r,e,{value:t,configurable:!0,writable:!0})}catch(n){r[e]=t}return t}})),Qe=se((function(e,t){var r=Ze(),n=xe(),a=Je(),o="__core-js_shared__";((t=t.exports=n[o]||a(o,{})).versions||(t.versions=[])).push({version:"3.48.0",mode:r?"pure":"global",copyright:"© 2013–2025 Denis Pushkarev (zloirock.ru), 2025–2026 CoreJS Company (core-js.io). All rights reserved.",license:"https://github.com/zloirock/core-js/blob/v3.48.0/LICENSE",source:"https://github.com/zloirock/core-js"})})),et=se((function(e,t){var r=Qe();t.exports=function(e,t){return r[e]||(r[e]=t||{})}})),tt=se((function(e,t){var r=Ie(),n=Object;t.exports=function(e){return n(r(e))}})),rt=se((function(e,t){var r=Ce(),n=tt(),a=r({}.hasOwnProperty);t.exports=Object.has\ -Own||function(e,t){return a(n(e),t)}})),nt=se((function(e,t){var r=Ce(),n=0,a=Math.random(),o=r(1.1.toString);t.exports=function(e){return"Symbol("+(void 0===e?"":e)+")_"+o(++n+a,36)}})),at=se((function(e,t){var r=xe(),n=et(),a=rt(),o=nt(),i=$e(),l=He(),u=r.Symbol,s=n("wks"),c=l?u.for||u:u&&u.withoutSetter||o;t.exports=function(e){return a(s,e)||(s[e]=i&&a(u,e)?u[e]:c("Symbol."+e)),s[e]}})),ot=se((function(e,t){var r=Se(),n=je(),a=Ue(),o=Ke(),i=Xe(),l=at(),u=TypeError,s=l("toPrimitive");t.exports=function(e,t){if(!n(e)||a(e))return e;var l=o(e,s);if(l){if(l=r(l,e,t=void 0===t?"default":t),!n(l)||a(l))return l;throw new u("Can't convert object to primitive value")}return i(e,t=void 0===t?"number":t)}})),it=se((function(e,t){var r=ot(),n=Ue();t.exports=function(e){return e=r(e,"string"),n(e)?e:e+""}})),lt=se((function(e,t){var r=xe(),n=je(),a=r.document,o=n(a)&&n(a.createElement);t.exports=function(e){return o?a.createElement(e):{}}})),ut=se((function(e,t){var r=Te(),n=Ee(),a=lt();t.expo\ -rts=!r&&!n((function(){return 7!==Object.defineProperty(a("div"),"a",{get:function(){return 7}}).a}))})),st=se((function(e){var t=Te(),r=Se(),n=Oe(),a=_e(),o=Be(),i=it(),l=rt(),u=ut(),s=Object.getOwnPropertyDescriptor;e.f=t?s:function(e,t){if(e=o(e),t=i(t),u)try{return s(e,t)}catch(e){}if(l(e,t))return a(!r(n.f,e,t),e[t])}})),ct=se((function(e,t){function r(e,t){return(e=l[i(e)])===s||e!==u&&(a(t)?n(t):!!t)}var n=Ee(),a=Ne(),o=/#|\\.prototype\\./,i=r.normalize=function(e){return String(e).replace(o,".").toLowerCase()},l=r.data={},u=r.NATIVE="N",s=r.POLYFILL="P";t.exports=r})),dt=se((function(e,t){var r=Re(),n=Ye(),a=Ae(),o=r(r.bind);t.exports=function(e,t){return n(e),void 0===t?e:a?o(e,t):function(){return e.apply(t,arguments)}}})),pt=se((function(e,t){var r=Te(),n=Ee();t.exports=r&&n((function(){return 42!==Object.defineProperty((function(){}),"prototype",{value:42,writable:!1}).prototype}))})),ft=se((function(e,t){var r=je(),n=String,a=TypeError;t.exports=function(e){if(r(e))return e;\ -throw new a(n(e)+" is not an object")}})),mt=se((function(e){var t=Te(),r=ut(),n=pt(),a=ft(),o=it(),i=TypeError,l=Object.defineProperty,u=Object.getOwnPropertyDescriptor,s="enumerable",c="configurable",d="writable";e.f=t?n?function(e,t,r){var n;return a(e),t=o(t),a(r),"function"==typeof e&&"prototype"===t&&"value"in r&&d in r&&!r[d]&&(n=u(e,t))&&n[d]&&(e[t]=r.value,r={configurable:(c in r?r:n)[c],enumerable:(s in r?r:n)[s],writable:!1}),l(e,t,r)}:l:function(e,t,n){if(a(e),t=o(t),a(n),r)try{return l(e,t,n)}catch(e){}if("get"in n||"set"in n)throw new i("Accessors not supported");return"value"in n&&(e[t]=n.value),e}})),ht=se((function(e,t){var r=Te(),n=mt(),a=_e();t.exports=r?function(e,t,r){return n.f(e,t,a(1,r))}:function(e,t,r){return e[t]=r,e}})),gt=se((function(e,t){function r(e){function t(r,n,a){if(this instanceof t){switch(arguments.length){case 0:return new e;case 1:return new e(r);case 2:return new e(r,n)}return new e(r,n,a)}return o(e,this,arguments)}return t.prototype=e.protot\ -ype,t}var n=xe(),o=Fe(),i=Re(),l=Ne(),u=st().f,s=ct(),c=Le(),d=dt(),p=ht(),f=rt();Qe(),t.exports=function(e,t){var o,m,h,g,v,b,y=e.target,w=e.global,D=e.stat,x=e.proto,E=w?n:D?n[y]:n[y]&&n[y].prototype,A=w?c:c[y]||p(c,y,{})[y],F=A.prototype;for(m in t)v=!(o=s(w?m:y+(D?".":"#")+m,e.forced))&&E&&f(E,m),g=A[m],v&&(b=e.dontCallGetSet?(b=u(E,m))&&b.value:E[m]),h=v&&b?b:t[m],(o||x||a(g)!=a(h))&&(v=e.bind&&v?d(h,n):e.wrap&&v?r(h):x&&l(h)?i(h):h,(e.sham||h&&h.sham||g&&g.sham)&&p(v,"sham",!0),p(A,m,v),x)&&(f(c,g=y+"Prototype")||p(c,g,{}),p(c[g],m,h),e.real)&&F&&(o||!F[m])&&p(F,m,h)}})),vt=se((function(){gt()({target:"Object",stat:!0},{hasOwn:rt()})})),bt=se((function(e,t){vt();var r=Le();t.exports=r.Object.hasOwn})),yt=se((function(e,t){var r=bt();t.exports=r})),wt=se((function(e,t){var r=yt();t.exports=r})),Dt=se((function(e,t){var r=et(),n=nt(),a=r("keys");t.exports=function(e){return a[e]||(a[e]=n(e))}})),xt=se((function(e,t){var r=Ee();t.exports=!r((function(){function e(){}return e.prototy\ -pe.constructor=null,Object.getPrototypeOf(new e)!==e.prototype}))})),Et=se((function(e,t){var r=rt(),n=Ne(),a=tt(),o=Dt(),i=xt(),l=o("IE_PROTO"),u=Object,s=u.prototype;t.exports=i?u.getPrototypeOf:function(e){var t;e=a(e);return r(e,l)?e[l]:(t=e.constructor,n(t)&&e instanceof t?t.prototype:e instanceof u?s:null)}})),At=se((function(e,t){var r=Math.ceil,n=Math.floor;t.exports=Math.trunc||function(e){return(0<(e=+e)?n:r)(e)}})),Ft=se((function(e,t){var r=At();t.exports=function(e){return(e=+e)!=e||0==e?0:r(e)}})),Ct=se((function(e,t){var r=Ft(),n=Math.max,a=Math.min;t.exports=function(e,t){return(e=r(e))<0?n(e+t,0):a(e,t)}})),kt=se((function(e,t){var r=Ft(),n=Math.min;t.exports=function(e){return 0<(e=r(e))?n(e,9007199254740991):0}})),Rt=se((function(e,t){var r=kt();t.exports=function(e){return r(e.length)}})),Nt=se((function(e,t){function r(e){return function(t,r,i){var l=n(t),u=o(l);if(0!==u){var s,c=a(i,u);if(e&&r!=r){for(;cs;)!n(u,r=t[s++])||~o(c,r)||l(c,r);return c}})),Ot=se((function(e,t){t.exports=["constructor","hasOwnProperty","isPrototypeOf","propertyIsEnumerable","toLocaleString","toString","valueOf"]})),_t=se((function(e,t){var r=St(),n=Ot();t.exports=Object.keys||function(e){return r(e,n)}})),Mt=se((function(e,t){function r(e){return function(t){for(var r,a=u(t),o=l(a),p=d&&null===i(a),f=o.length,m=0,h=[];m{try{return e[t]}catch(e){}})(e=i(e),o))?t:l?a(e):"Object"===(t=a(e))&&n(e.callee)?"Arguments":t}})),zt=se((function(e,t){var r=qt(),n=String;t.exports=function(e){if("Symbol"===r(e))throw new TypeError("Cannot convert a Symbol value to a string");return n(e)}})),Vt=se((function(e,t){function r(e){return function(t,r){t=o(i(t)),r=a(r);var n,c=t.length;return r<0||c<=r?e?"":void 0:(n=u(t,r))<55296||56319"+e+""},g=function(){try{a=new ActiveXObject("htmlfile")}catch(e){}g=void 0===n||n.domain&&a?function(e){e.write(h("")),e.close();var t=e.parentWindow.Object;return e=null,t}(a):(e=c("iframe"),t="java"+f+":",e.style.display="none",s.appendChild(e),e.src=String(t),(t=e.contentWindow.document).open(),t.writ\ -e(h("document.F=Object")),t.close(),t.F);for(var e,t,r=l.length;r--;)delete g[p][l[r]];return g()};u[m]=!0,t.exports=Object.create||function(e,t){var n;return null!==e?(r[p]=o(e),n=new r,r[p]=null,n[m]=e):n=g(),void 0===t?n:i.f(n,t)}})),Kt=se((function(e,t){var r=ht();t.exports=function(e,t,n,a){return a&&a.enumerable?e[t]=n:r(e,t,n),e}})),Xt=se((function(e,t){var r,n,a=Ee(),o=Ne(),i=je(),l=Yt(),u=Et(),s=Kt(),c=at(),d=Ze(),p=c("iterator");c=!1;[].keys&&("next"in(n=[].keys())?(u=u(u(n)))!==Object.prototype&&(r=u):c=!0),!i(r)||a((function(){var e={};return r[p].call(e)!==e}))?r={}:d&&(r=l(r)),o(r[p])||s(r,p,(function(){return this})),t.exports={IteratorPrototype:r,BUGGY_SAFARI_ITERATORS:c}})),Zt=se((function(e,t){var r=Lt(),n=qt();t.exports=r?{}.toString:function(){return"[object "+n(this)+"]"}})),Jt=se((function(e,t){var r=Lt(),n=mt().f,a=ht(),o=rt(),i=Zt(),l=at()("toStringTag");t.exports=function(e,t,u,s){(u=u?e:e&&e.prototype)&&(o(u,l)||n(u,l,{configurable:!0,value:t}),s)&&!r&&a(u,"to\ -String",i)}})),Qt=se((function(e,t){t.exports={}})),er=se((function(e,t){function r(){return this}var n=Xt().IteratorPrototype,a=Yt(),o=_e(),i=Jt(),l=Qt();t.exports=function(e,t,u,s){return t+=" Iterator",e.prototype=a(n,{next:o(+!s,u)}),i(e,t,!1,!0),l[t]=r,e}})),tr=se((function(e,t){var r=Ce(),n=Ye();t.exports=function(e,t,a){try{return r(n(Object.getOwnPropertyDescriptor(e,t)[a]))}catch(e){}}})),rr=se((function(e,t){var r=je();t.exports=function(e){return r(e)||null===e}})),nr=se((function(e,t){var r=rr(),n=String,a=TypeError;t.exports=function(e){if(r(e))return e;throw new a("Can't set "+n(e)+" as a prototype")}})),ar=se((function(e,t){var r=tr(),n=je(),a=Ie(),o=nr();t.exports=Object.setPrototypeOf||("__proto__"in{}?(()=>{var e,t=!1,i={};try{(e=r(Object.prototype,"__proto__","set"))(i,[]),t=i instanceof Array}catch(i){}return function(r,i){return a(r),o(i),n(r)&&(t?e(r,i):r.__proto__=i),r}})():void 0)})),or=se((function(e,t){function r(){return this}var n=gt(),a=Se(),o=Ze(),i=Ht(),l\ -=Ne(),u=er(),s=Et(),c=ar(),d=Jt(),p=ht(),f=Kt(),m=at(),h=Qt(),g=Xt(),v=i.PROPER,b=i.CONFIGURABLE,y=g.IteratorPrototype,w=g.BUGGY_SAFARI_ITERATORS,D=m("iterator"),x="values",E="entries";t.exports=function(e,t,i,m,g,A,F){function C(e){if(e===g&&O)return O;if(!w&&e&&e in T)return T[e];switch(e){case"keys":case x:case E:return function(){return new i(this,e)}}return function(){return new i(this)}}u(i,t,m);m=t+" Iterator";var k,R,N=!1,T=e.prototype,S=T[D]||T["@@iterator"]||g&&T[g],O=!w&&S||C(g),_="Array"===t&&T.entries||S;if(_&&(_=s(_.call(new e)))!==Object.prototype&&_.next&&(o||s(_)===y||(c?c(_,y):l(_[D])||f(_,D,r)),d(_,m,!0,!0),o)&&(h[m]=r),v&&g===x&&S&&S.name!==x&&(!o&&b?p(T,"name",x):(N=!0,O=function(){return a(S,this)})),g)if(k={values:C(x),keys:A?O:C("keys"),entries:C(E)},F)for(R in k)!w&&!N&&R in T||f(T,R,k[R]);else n({target:t,proto:!0,forced:w||N},k);return o&&!F||T[D]===O||f(T,D,O,{name:g}),h[t]=O,k}})),ir=se((function(e,t){t.exports=function(e,t){return{value:e,done:t}}})),lr=se\ -((function(){var e=Vt().charAt,t=zt(),r=$t(),n=or(),a=ir(),o="String Iterator",i=r.set,l=r.getterFor(o);n(String,"String",(function(e){i(this,{type:o,string:t(e),index:0})}),(function(){var t=l(this),r=t.string,n=t.index;return n>=r.length?a(void 0,!0):(r=e(r,n),t.index+=r.length,a(r,!1))}))})),ur=se((function(e,t){var r=Se(),n=ft(),a=Ke();t.exports=function(e,t,o){var i,l;n(e);try{if(!(i=a(e,"return"))){if("throw"===t)throw o;return o}i=r(i,e)}catch(e){l=!0,i=e}if("throw"===t)throw o;if(l)throw i;return n(i),o}})),sr=se((function(e,t){var r=ft(),n=ur();t.exports=function(e,t,a,o){try{return o?t(r(a)[0],a[1]):t(a)}catch(t){n(e,"throw",t)}}})),cr=se((function(e,t){var r=at(),n=Qt(),a=r("iterator"),o=Array.prototype;t.exports=function(e){return void 0!==e&&(n.Array===e||o[a]===e)}})),dr=se((function(e,t){var r=Ce(),n=Ne(),a=Qe(),o=r(Function.toString);n(a.inspectSource)||(a.inspectSource=function(e){return o(e)}),t.exports=a.inspectSource})),pr=se((function(e,t){function r(){}function n(\ -e){if(!l(e))return!1;try{return d(r,[],e),!0}catch(e){return!1}}function a(e){if(!l(e))return!1;switch(u(e)){case"AsyncFunction":case"GeneratorFunction":case"AsyncGeneratorFunction":return!1}try{return m||!!f(p,c(e))}catch(e){return!0}}var o=Ce(),i=Ee(),l=Ne(),u=qt(),s=qe(),c=dr(),d=s("Reflect","construct"),p=/^\\s*(?:class|function)\\b/,f=o(p.exec),m=!p.test(r);a.sham=!0,t.exports=!d||i((function(){var e;return n(n.call)||!n(Object)||!n((function(){e=!0}))||e}))?a:n})),fr=se((function(e,t){var r=Te(),n=mt(),a=_e();t.exports=function(e,t,o){r?n.f(e,t,a(0,o)):e[t]=o}})),mr=se((function(e,t){var r=ke();t.exports=Array.isArray||function(e){return"Array"===r(e)}})),hr=se((function(e,t){var r=Te(),n=mr(),a=TypeError,o=Object.getOwnPropertyDescriptor;r=r&&!function(){if(void 0!==this)return 1;try{Object.defineProperty([],"length",{writable:!1}).length=1}catch(e){return e instanceof TypeError}}();t.exports=r?function(e,t){if(n(e)&&!o(e,"length").writable)throw new a("Cannot set read only .lengt\ -h");return e.length=t}:function(e,t){return e.length=t}})),gr=se((function(e,t){var r=qt(),n=Ke(),a=Pe(),o=Qt(),i=at()("iterator");t.exports=function(e){if(!a(e))return n(e,i)||n(e,"@@iterator")||o[r(e)]}})),vr=se((function(e,t){var r=Se(),n=Ye(),a=ft(),o=We(),i=gr(),l=TypeError;t.exports=function(e,t){if(t=arguments.length<2?i(e):t,n(t))return a(r(t,e));throw new l(o(e)+" is not iterable")}})),br=se((function(e,t){var r=dt(),n=Se(),a=tt(),o=sr(),i=cr(),l=pr(),u=Rt(),s=fr(),c=hr(),d=vr(),p=gr(),f=Array;t.exports=function(e){var t,m,h,g,v,b,y,w=a(e),D=(e=l(this),1<(y=arguments.length)?arguments[1]:void 0),x=void 0!==D,E=0;if(!(y=(x&&(D=r(D,2":!0,"?":!0,"@":!0,"[":!0,"\\\\":!0,"]":!0,"^":!0,"\`":!0,"{":!0,"|":!0,"}":!0,"~":!0},e.strReplacementsRev={"\\n":"\\\\n","\\r":"\\\\r","\\t":"\\\\t","\\f":"\\\\f","\\v":"\\\\v"},e.singleQuoteEscapeChars={n:"\\n",r:"\\r",t:"\\t",f:"\\f","\\\\":"\\\\","'":"'"},e.doubleQuotesEscapeChars={n:"\\n",r:"\\r",t:"\\t",f:"\\f","\\\\":"\\\\",'"':'"'}})),Fr=se((function(e){Object.defineProperty(e,"__esModule",{value:!0});va\ -r t=Ar();e.parseCssSelector=function(e,r,n,a,o,i){var l=e.length,u="";function s(n,a){var o="";for(r++,u=e.charAt(r);r":">",'"':""","'":"'","/":"/"},r=e?/[&<>"'\\/]/g:/&(?!#?\\w+;)|<|>|"|'|\\//g;return function(e){return e?e.toString().replace(r,(function(e){return t[e]||e})):""}},void 0!==n&&n.exports?n.exports=o:"function"==typeof define&&define.amd?define((function(){return o})):globalThis.doT=o;var i={append:{start:"'+(",end:")+'",startencode:"'+encodeHTML("},split:{start:"';out+=(",end:");out+='",startencode:"';out+=encodeHTML("}},l=/$^/;function u(e){return e.replace(/\\\\('|\\\\)/g,"$1").replace(/[\\r\\t\\n]/g," ")}o.template=function(e,t,r){var n,a,s=(t=t||o.temp\ -lateSettings).append?i.append:i.split,c=0;r=t.use||t.define?function e(t,r,n){return("string"==typeof r?r:r.toString()).replace(t.define||l,(function(e,r,a,o){return(r=0===r.indexOf("def.")?r.substring(4):r)in n||(":"===a?(t.defineParams&&o.replace(t.defineParams,(function(e,t,a){n[r]={arg:t,text:a}})),r in n||(n[r]=o)):new Function("def","def['"+r+"']="+o)(n)),""})).replace(t.use||l,(function(r,a){return t.useParams&&(a=a.replace(t.useParams,(function(e,t,r,a){var o;if(n[r]&&n[r].arg&&a)return o=(r+":"+a).replace(/'|\\\\/g,"_"),n.__exp=n.__exp||{},n.__exp[o]=n[r].text.replace(new RegExp("(^|[^\\\\w$])"+n[r].arg+"([^\\\\w$])","g"),"$1"+a+"$2"),t+"def.__exp['"+o+"']"}))),(a=new Function("def","return "+a)(n))&&e(t,a,n)}))}(t,e,r||{}):e,r=("var out='"+(t.strip?r.replace(/(^|\\r|\\n)\\t* +| +\\t*(\\r|\\n|$)/g," ").replace(/\\r|\\n|\\t|\\/\\*[\\s\\S]*?\\*\\//g,""):r).replace(/'|\\\\/g,"\\\\$&").replace(t.interpolate||l,(function(e,t){return s.start+u(t)+s.end})).replace(t.encode||l,(function(e,t){return n=!0,s.sta\ -rtencode+u(t)+s.end})).replace(t.conditional||l,(function(e,t,r){return t?r?"';}else if("+u(r)+"){out+='":"';}else{out+='":r?"';if("+u(r)+"){out+='":"';}out+='"})).replace(t.iterate||l,(function(e,t,r,n){return t?(c+=1,a=n||"i"+c,t=u(t),"';var arr"+c+"="+t+";if(arr"+c+"){var "+r+","+a+"=-1,l"+c+"=arr"+c+".length-1;while("+a+"{if("object"===("undefined"==typeof process?"undefined":a(process))&&process&&"function"==typeof process.nextTick)return process.nextTick;if("function"==typeof queueMicrotask)return function(e){queueMicrotask(r(e))};if("object"===(void 0===n?"undefined":a(n))&&n){if("function"==typeof MutationObserver)return o(MutationObserver);if("function"==typeof WebKitMutationObserver)return o(WebKitMutationObserver)}return"function"==typeof setImmediate?function(e){setImmediate(r(e))}:"function"==typeof setTimeout||"object"===("undefined"==typeof setTimeout?"undefined":a(setTimeout))?function(e){setTimeout(r(e),0)}:null})()})),Gn=se((function(){var e=Cn(),t=zn(),r=Zr(),n=Jr(),a=Vn(),o=Array.prototype.slice,i=Function.prototype.apply,l=Object.create;Vr().async=function(u,s){var c,d,p,f=l(null),m=l(null),h=s.memoized,g=s.original;s.memoized=n((function(e){var t=arguments,r=t[t.length-1];return"function"==typeof r&&(c=r,t\ -=o.call(t,0,-1)),h.apply(d=this,p=t)}),h);try{r(s.memoized,h)}catch(u){}s.on("get",(function(e){var t,r,n;c&&(f[e]?("function"==typeof f[e]?f[e]=[f[e],c]:f[e].push(c),c=null):(t=c,r=d,n=p,c=d=p=null,a((function(){var a;hasOwnProperty.call(m,e)?(a=m[e],s.emit("getasync",e,n,r),i.call(t,a.context,a.args)):(c=t,d=r,p=n,h.apply(r,n))}))))})),s.original=function(){var t,r,n,o;return c?(t=e(arguments),n=c,c=d=p=null,t.push(r=function t(r){var n,l,u=t.id;if(null==u)a(i.bind(t,this,arguments));else if(delete t.id,n=f[u],delete f[u],n)return l=e(arguments),s.has(u)&&(r?s.delete(u):(m[u]={context:this,args:l},s.emit("setasync",u,"function"==typeof n?1:n.length))),"function"==typeof n?o=i.call(n,this,l):n.forEach((function(e){o=i.call(e,this,l)}),this),o}),o=i.call(g,this,t),r.cb=n,c=r,o):i.call(g,this,arguments)},s.on("set",(function(e){c?(f[e]?"function"==typeof f[e]?f[e]=[f[e],c.cb]:f[e].push(c.cb):f[e]=c.cb,delete c.cb,c.id=e,c=null):s.delete(e)})),s.on("delete",(function(e){var t;hasOwnPrope\ -rty.call(f,e)||m[e]&&(t=m[e],delete m[e],s.emit("deleteasync",e,o.call(t.args,1)))})),s.on("clear",(function(){var e=m;m=l(null),s.emit("clearasync",t(e,(function(e){return o.call(e.args,1)})))}))}})),$n=se((function(e,t){var r=Array.prototype.forEach,n=Object.create;t.exports=function(e){var t=n(null);return r.call(arguments,(function(e){t[e]=!0})),t}})),Hn=se((function(e,t){t.exports=function(e){return"function"==typeof e}})),Un=se((function(e,t){var r=Hn();t.exports=function(e){try{return e&&r(e.toString)?e.toString():String(e)}catch(e){throw new TypeError("Passed argument cannot be stringifed")}}})),Wn=se((function(e,t){var r=Lr(),n=Un();t.exports=function(e){return n(r(e))}})),Yn=se((function(e,t){var r=Hn();t.exports=function(e){try{return e&&r(e.toString)?e.toString():String(e)}catch(e){return""}}})),Kn=se((function(e,t){var r=Yn(),n=/[\\n\\r\\u2028\\u2029]/g;t.exports=function(e){return(e=100<(e=r(e)).length?e.slice(0,99)+"…":e).replace(n,(function(e)\ -{return JSON.stringify(e).slice(1,-1)}))}})),Xn=se((function(e,t){function r(e){return!!e&&("object"===a(e)||"function"==typeof e)&&"function"==typeof e.then}t.exports=r,t.exports.default=r})),Zn=se((function(){var e=zn(),t=$n(),r=Wn(),n=Kn(),a=Xn(),o=Vn(),i=Object.create,l=t("then","then:finally","done","done:finally");Vr().promise=function(t,u){var s=i(null),c=i(null),d=i(null);if(!0===t)t=null;else if(t=r(t),!l[t])throw new TypeError("'"+n(t)+"' is not valid promise mode");u.on("set",(function(e,r,n){var i=!1;if(a(n)){s[e]=1,d[e]=n;var l=function(t){var r=s[e];if(i)throw new Error("Memoizee error: Detected unordered then|done & finally resolution, which in turn makes proper detection of success/failure impossible (when in 'done:finally' mode)\\nConsider to rely on 'then' or 'done' mode instead.");r&&(delete s[e],c[e]=t,u.emit("setasync",e,r))},p=function(){i=!0,s[e]&&(delete s[e],delete d[e],u.delete(e))},f=t;if("then"===(f=f||"then")){var m=function(){o(p)};"function"==typeof(n=n.th\ -en((function(e){o(l.bind(this,e))}),m)).finally&&n.finally(m)}else if("done"===f){if("function"!=typeof n.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");n.done(l,p)}else if("done:finally"===f){if("function"!=typeof n.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof n.finally)throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");n.done(l),n.finally(p)}}else c[e]=n,u.emit("setasync",e,1)})),u.on("get",(function(e,t,r){var n,i;s[e]?++s[e]:(n=d[e],i=function(){u.emit("getasync",e,t,r)},a(n)?"function"==typeof n.done?n.done(i):n.then((function(){o(i)})):i())})),u.on("delete",(function(e){var t;delete d[e],s[e]?delete s[e]:hasOwnProperty.call(c,e)&&(t=c[e],delete c[e],u.emit("deleteasync",e,[t]))})),u.on("clear",(function(){var t=c;c=i(null),s=i(null),d=i(null),u.emit("clearasync",e(t,(function(e){return[e]})))}\ -))}})),Jn=se((function(){var e=jr(),t=zr(),r=Vr(),n=Function.prototype.apply;r.dispose=function(a,o,i){var l;e(a),i.async&&r.async||i.promise&&r.promise?(o.on("deleteasync",l=function(e,t){n.call(a,null,t)}),o.on("clearasync",(function(e){t(e,(function(e,t){l(t,e)}))}))):(o.on("delete",l=function(e,t){a(t)}),o.on("clear",(function(e){t(e,(function(e,t){l(t,e)}))})))}})),Qn=se((function(e,t){t.exports=2147483647})),ea=se((function(e,t){var r=Ir(),n=Qn();t.exports=function(e){if(e=r(e),n",sameOrigin:"",serializableErrorProps:Object.freeze(["message","stack","name","code","ruleId","method"])},la=([{name:"NA",value:"inapplicable",priority:0,group:"inapplicable"},{name:"PASS",value:"passed",priority:1,group:"passes"},{name:"CANTTELL",value:"cantTell",priority:2,group:"incomplete"},{name:"FAIL",value:"failed",priority:3,group:"violations"}].forEach((function(e){var t=e.\ -name,r=e.value,n=e.priority;e=e.group;ia[t]=r,ia[t+"_PRIO"]=n,ia[t+"_GROUP"]=e,ia.results[n]=r,ia.resultGroups[n]=e,ia.resultGroupMap[r]=e})),Object.freeze(ia.results),Object.freeze(ia.resultGroups),Object.freeze(ia.resultGroupMap),Object.freeze(ia),ia),ua=function(){"object"===("undefined"==typeof console?"undefined":a(console))&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},sa=/[\\t\\r\\n\\f]/g,ca=W((function e(){H(this,e),this.parent=void 0}),[{key:"props",get:function(){throw new Error('VirtualNode class must have a "props" object consisting of "nodeType" and "nodeName" properties')}},{key:"attrNames",get:function(){throw new Error('VirtualNode class must have an "attrNames" property')}},{key:"attr",value:function(){throw new Error('VirtualNode class must have an "attr" function')}},{key:"hasAttr",value:function(){throw new Error('VirtualNode class must have a "hasAttr" function')}},{key:"hasClass",value:function(e){var t=this.attr("class");return!!t&&(e=" \ -"+e+" ",0<=(" "+t+" ").replace(sa," ").indexOf(e))}}]),da={},pa=(ce(da,{DqElement:function(){return Ll},RuleError:function(){return Fm},aggregate:function(){return pa},aggregateChecks:function(){return ba},aggregateNodeResults:function(){return wa},aggregateResult:function(){return xa},areStylesSet:function(){return Ea},assert:function(){return Aa},checkHelper:function(){return ql},clone:function(){return zl},closest:function(){return Zl},collectResultsFromFrames:function(){return Hu},contains:function(){return Uu},convertSelector:function(){return Kl},cssParser:function(){return Vl},deepMerge:function(){return Wu},escapeSelector:function(){return Ca},extendMetaData:function(){return Yu},filterHtmlAttrs:function(){return wm},finalizeRuleResult:function(){return ya},findBy:function(){return Vu},getAllChecks:function(){return zu},getAncestry:function(){return Tl},getBaseLang:function(){return cf},getCheckMessage:function(){return yf},getCheckOption:function(){return wf},getElementSource:\ -function(){return Pl},getEnvironmentData:function(){return Df},getFlattenedTree:function(){return of},getFrameContexts:function(){return kf},getFriendlyUriEnd:function(){return Ta},getNodeAttributes:function(){return Sa},getNodeFromTree:function(){return Ml},getPreloadConfig:function(){return mm},getRootNode:function(){return Ju},getRule:function(){return Rf},getScroll:function(){return Tf},getScrollState:function(){return Sf},getSelector:function(){return kl},getSelectorData:function(){return El},getShadowSelector:function(){return ml},getStandards:function(){return Of},getStyleSheetFactory:function(){return Mf},getXpath:function(){return Sl},injectStyle:function(){return Pf},isArrayLike:function(){return If},isContextObject:function(){return Lf},isContextProp:function(){return qf},isContextSpec:function(){return jf},isHidden:function(){return Gf},isHtmlElement:function(){return $f},isLabelledFramesSelector:function(){return zf},isLabelledShadowDomSelector:function(){return Vf},isNode\ -InContext:function(){return Hf},isShadowRoot:function(){return Xu},isValidLang:function(){return Om},isXHTML:function(){return fl},matchAncestry:function(){return Wf},matches:function(){return Gl},matchesExpression:function(){return Xl},matchesSelector:function(){return Oa},memoize:function(){return pl},mergeResults:function(){return $u},nodeLookup:function(){return Kf},nodeSerializer:function(){return qu},nodeSorter:function(){return Yf},objectHasOwn:function(){return Bf},parseCrossOriginStylesheet:function(){return em},parseSameOriginStylesheet:function(){return Jf},parseStylesheet:function(){return Qf},parseTabindex:function(){return tm},performanceTimer:function(){return nm},pollyfillElementsFromPoint:function(){return am},preload:function(){return pm},preloadCssom:function(){return um},preloadMedia:function(){return dm},processMessage:function(){return bf},publishMetaData:function(){return hm},querySelectorAll:function(){return vm},querySelectorAllFilter:function(){return lm},queu\ -e:function(){return nu},respondable:function(){return _u},ruleShouldRun:function(){return ym},select:function(){return xm},sendCommandToFrame:function(){return Pu},serializeError:function(){return Em},setScrollState:function(){return Cm},shadowSelect:function(){return km},shadowSelectAll:function(){return Rm},shouldPreload:function(){return fm},toArray:function(){return Fa},tokenList:function(){return Jp},uniqueArray:function(){return om},uuid:function(){return gu},validInputTypes:function(){return Nm},validLangs:function(){return Sm}}),function(e,t,r){return t=t.slice(),r&&t.push(r),r=t.map((function(t){return e.indexOf(t)})).sort(),e[r.pop()]}),fa=la.CANTTELL_PRIO,ma=la.FAIL_PRIO,ha=[],ga=(ha[la.PASS_PRIO]=!0,ha[la.CANTTELL_PRIO]=null,ha[la.FAIL_PRIO]=!1,["any","all","none"]);function va(e,t){ga.reduce((function(r,n){return r[n]=(e[n]||[]).map((function(e){return t(e,n)})),r}),{})}var ba=function(e){var t=Object.assign({},e),r=(va(t,(function(e,t){var r=void 0===e.result?-1:ha.indexO\ -f(e.result);e.priority=-1!==r?r:la.CANTTELL_PRIO,"none"===t&&(e.priority===la.PASS_PRIO?e.priority=la.FAIL_PRIO:e.priority===la.FAIL_PRIO&&(e.priority=la.PASS_PRIO))})),{all:t.all.reduce((function(e,t){return Math.max(e,t.priority)}),0),none:t.none.reduce((function(e,t){return Math.max(e,t.priority)}),0),any:t.any.reduce((function(e,t){return Math.min(e,t.priority)}),4)%4}),n=(t.priority=Math.max(r.all,r.none,r.any),[]);return ga.forEach((function(e){t[e]=t[e].filter((function(n){return n.priority===t.priority&&n.priority===r[e]})),t[e].forEach((function(e){return n.push(e.impact)}))})),[fa,ma].includes(t.priority)?t.impact=pa(la.impact,n):t.impact=null,va(t,(function(e){delete e.result,delete e.priority})),t.result=la.results[t.priority],delete t.priority,t};function ya(e){var t=o._audit.rules.find((function(t){return t.id===e.id}));return t&&t.impact&&e.nodes.forEach((function(e){["any","all","none"].forEach((function(r){(e[r]||[]).forEach((function(e){e.impact=t.impact}))}))})),Obje\ -ct.assign(e,wa(e.nodes)),delete e.nodes,e}var wa=function(e){var t={},r=((e=e.map((function(e){if(e.any&&e.all&&e.none)return ba(e);if(Array.isArray(e.node))return ya(e);throw new TypeError("Invalid Result type")})))&&e.length?(r=e.map((function(e){return e.result})),t.result=pa(la.results,r,t.result)):t.result="inapplicable",la.resultGroups.forEach((function(e){return t[e]=[]})),e.forEach((function(e){var r=la.resultGroupMap[e.result];t[r].push(e)})),la.FAIL_GROUP);return 0===t[r].length&&(r=la.CANTTELL_GROUP),0=e.length/2}(l)?Ra(l):void 0},Sa=function(e){return(e.attributes instanceof t.NamedNodeMap?e:e.cloneNode(!1)).attributes},Oa=function(e,t){return!!e[Na=Na&&e[Na]?Na:(e=>{for(var t,r=["matches","matchesSelector","mozMatchesSelector","webkitMatchesSelector","msMatchesSelector"],n=r.length,a=0;a>>0,a=arguments[1],o=0;o>>0,o=0;o>>0,n=2<=arguments.length?arguments[1]:void 0,a=0;athis.length)&&-1!==this.indexOf(e,t)}),Array.prototype.flat||Object\ -.defineProperty(Array.prototype,"flat",{configurable:!0,value:function e(){var t=isNaN(arguments[0])?1:Number(arguments[0]);return t?Array.prototype.reduce.call(this,(function(r,n){return Array.isArray(n)?r.push.apply(r,e.call(n,t-1)):r.push(n),r}),[]):Array.prototype.slice.call(this)},writable:!0}),!t.Node||"isConnected"in t.Node.prototype||Object.defineProperty(t.Node.prototype,"isConnected",{get:function(){return!(this.ownerDocument&&this.ownerDocument.compareDocumentPosition(this)&this.DOCUMENT_POSITION_DISCONNECTED)}}),de(kr())),Pa=de(Rr()),Ia=function(){return/[#*0-9]\\uFE0F?\\u20E3|[\\xA9\\xAE\\u203C\\u2049\\u2122\\u2139\\u2194-\\u2199\\u21A9\\u21AA\\u231A\\u231B\\u2328\\u23CF\\u23ED-\\u23EF\\u23F1\\u23F2\\u23F8-\\u23FA\\u24C2\\u25AA\\u25AB\\u25B6\\u25C0\\u25FB\\u25FC\\u25FE\\u2600-\\u2604\\u260E\\u2611\\u2614\\u2615\\u2618\\u2620\\u2622\\u2623\\u2626\\u262A\\u262E\\u262F\\u2638-\\u263A\\u2640\\u2642\\u2648-\\u2653\\u265F\\u2660\\u2663\\u2665\\u2666\\u2668\\u267B\\u267E\\u267F\\u2692\\u2694-\\u2697\\u2699\\u269B\\u269C\\u26A0\\u26A7\\u26AA\\u26B0\ -\\u26B1\\u26BD\\u26BE\\u26C4\\u26C8\\u26CF\\u26D1\\u26E9\\u26F0-\\u26F5\\u26F7\\u26F8\\u26FA\\u2702\\u2708\\u2709\\u270F\\u2712\\u2714\\u2716\\u271D\\u2721\\u2733\\u2734\\u2744\\u2747\\u2757\\u2763\\u27A1\\u2934\\u2935\\u2B05-\\u2B07\\u2B1B\\u2B1C\\u2B55\\u3030\\u303D\\u3297\\u3299]\\uFE0F?|[\\u261D\\u270C\\u270D](?:\\uD83C[\\uDFFB-\\uDFFF]|\\uFE0F)?|[\\u270A\\u270B](?:\\uD83C[\\uDFFB-\\uDFFF])?|[\\u23E9-\\u23EC\\u23F0\\u23F3\\u25FD\\u2693\\u26A1\\u26AB\\u26C5\\u26CE\\u26D4\\u26EA\\u26FD\\u2705\\u2728\\u274C\\u274E\\u2753-\\u2755\\u2795-\\u2797\\u27B0\\u27BF\\u2B50]|\\u26D3\\uFE0F?(?:\\u200D\\uD83D\\uDCA5)?|\\u26F9(?:\\uD83C[\\uDFFB-\\uDFFF]|\\uFE0F)?(?:\\u200D[\\u2640\\u2642]\\uFE0F?)?|\\u2764\\uFE0F?(?:\\u200D(?:\\uD83D\\uDD25|\\uD83E\\uDE79))?|\\uD83C(?:[\\uDC04\\uDD70\\uDD71\\uDD7E\\uDD7F\\uDE02\\uDE37\\uDF21\\uDF24-\\uDF2C\\uDF36\\uDF7D\\uDF96\\uDF97\\uDF99-\\uDF9B\\uDF9E\\uDF9F\\uDFCD\\uDFCE\\uDFD4-\\uDFDF\\uDFF5\\uDFF7]\\uFE0F?|[\\uDF85\\uDFC2\\uDFC7](?:\\uD83C[\\uDFFB-\\uDFFF])?|[\\uDFC4\\uDFCA](?:\\uD83C[\\uDFFB-\\uDFFF])?(?:\\u200D[\\u2640\\u2642]\\uFE0F?)?|[\\uDFCB\\uDFCC](?:\\uD83C[\\uDFFB-\\uDFFF]|\\uFE0F)?(?:\\u200\ -D[\\u2640\\u2642]\\uFE0F?)?|[\\uDCCF\\uDD8E\\uDD91-\\uDD9A\\uDE01\\uDE1A\\uDE2F\\uDE32-\\uDE36\\uDE38-\\uDE3A\\uDE50\\uDE51\\uDF00-\\uDF20\\uDF2D-\\uDF35\\uDF37-\\uDF43\\uDF45-\\uDF4A\\uDF4C-\\uDF7C\\uDF7E-\\uDF84\\uDF86-\\uDF93\\uDFA0-\\uDFC1\\uDFC5\\uDFC6\\uDFC8\\uDFC9\\uDFCF-\\uDFD3\\uDFE0-\\uDFF0\\uDFF8-\\uDFFF]|\\uDDE6\\uD83C[\\uDDE8-\\uDDEC\\uDDEE\\uDDF1\\uDDF2\\uDDF4\\uDDF6-\\uDDFA\\uDDFC\\uDDFD\\uDDFF]|\\uDDE7\\uD83C[\\uDDE6\\uDDE7\\uDDE9-\\uDDEF\\uDDF1-\\uDDF4\\uDDF6-\\uDDF9\\uDDFB\\uDDFC\\uDDFE\\uDDFF]|\\uDDE8\\uD83C[\\uDDE6\\uDDE8\\uDDE9\\uDDEB-\\uDDEE\\uDDF0-\\uDDF7\\uDDFA-\\uDDFF]|\\uDDE9\\uD83C[\\uDDEA\\uDDEC\\uDDEF\\uDDF0\\uDDF2\\uDDF4\\uDDFF]|\\uDDEA\\uD83C[\\uDDE6\\uDDE8\\uDDEA\\uDDEC\\uDDED\\uDDF7-\\uDDFA]|\\uDDEB\\uD83C[\\uDDEE-\\uDDF0\\uDDF2\\uDDF4\\uDDF7]|\\uDDEC\\uD83C[\\uDDE6\\uDDE7\\uDDE9-\\uDDEE\\uDDF1-\\uDDF3\\uDDF5-\\uDDFA\\uDDFC\\uDDFE]|\\uDDED\\uD83C[\\uDDF0\\uDDF2\\uDDF3\\uDDF7\\uDDF9\\uDDFA]|\\uDDEE\\uD83C[\\uDDE8-\\uDDEA\\uDDF1-\\uDDF4\\uDDF6-\\uDDF9]|\\uDDEF\\uD83C[\\uDDEA\\uDDF2\\uDDF4\\uDDF5]|\\uDDF0\\uD83C[\\uDDEA\\uDDEC-\\uDDEE\\uDDF2\\uDDF3\\uDDF5\\uDDF7\\uDDFC\\uDDFE\\uDDFF]|\\uDDF1\\uD83C[\\uDDE6-\ -\\uDDE8\\uDDEE\\uDDF0\\uDDF7-\\uDDFB\\uDDFE]|\\uDDF2\\uD83C[\\uDDE6\\uDDE8-\\uDDED\\uDDF0-\\uDDFF]|\\uDDF3\\uD83C[\\uDDE6\\uDDE8\\uDDEA-\\uDDEC\\uDDEE\\uDDF1\\uDDF4\\uDDF5\\uDDF7\\uDDFA\\uDDFF]|\\uDDF4\\uD83C\\uDDF2|\\uDDF5\\uD83C[\\uDDE6\\uDDEA-\\uDDED\\uDDF0-\\uDDF3\\uDDF7-\\uDDF9\\uDDFC\\uDDFE]|\\uDDF6\\uD83C\\uDDE6|\\uDDF7\\uD83C[\\uDDEA\\uDDF4\\uDDF8\\uDDFA\\uDDFC]|\\uDDF8\\uD83C[\\uDDE6-\\uDDEA\\uDDEC-\\uDDF4\\uDDF7-\\uDDF9\\uDDFB\\uDDFD-\\uDDFF]|\\uDDF9\\uD83C[\\uDDE6\\uDDE8\\uDDE9\\uDDEB-\\uDDED\\uDDEF-\\uDDF4\\uDDF7\\uDDF9\\uDDFB\\uDDFC\\uDDFF]|\\uDDFA\\uD83C[\\uDDE6\\uDDEC\\uDDF2\\uDDF3\\uDDF8\\uDDFE\\uDDFF]|\\uDDFB\\uD83C[\\uDDE6\\uDDE8\\uDDEA\\uDDEC\\uDDEE\\uDDF3\\uDDFA]|\\uDDFC\\uD83C[\\uDDEB\\uDDF8]|\\uDDFD\\uD83C\\uDDF0|\\uDDFE\\uD83C[\\uDDEA\\uDDF9]|\\uDDFF\\uD83C[\\uDDE6\\uDDF2\\uDDFC]|\\uDF44(?:\\u200D\\uD83D\\uDFEB)?|\\uDF4B(?:\\u200D\\uD83D\\uDFE9)?|\\uDFC3(?:\\uD83C[\\uDFFB-\\uDFFF])?(?:\\u200D(?:[\\u2640\\u2642]\\uFE0F?(?:\\u200D\\u27A1\\uFE0F?)?|\\u27A1\\uFE0F?))?|\\uDFF3\\uFE0F?(?:\\u200D(?:\\u26A7\\uFE0F?|\\uD83C\\uDF08))?|\\uDFF4(?:\\u200D\\u2620\\uFE0F?|\\uDB40\\uDC67\\uDB40\\uDC62\\uDB40(?:\\uDC65\\uDB4\ -0\\uDC6E\\uDB40\\uDC67|\\uDC73\\uDB40\\uDC63\\uDB40\\uDC74|\\uDC77\\uDB40\\uDC6C\\uDB40\\uDC73)\\uDB40\\uDC7F)?)|\\uD83D(?:[\\uDC3F\\uDCFD\\uDD49\\uDD4A\\uDD6F\\uDD70\\uDD73\\uDD76-\\uDD79\\uDD87\\uDD8A-\\uDD8D\\uDDA5\\uDDA8\\uDDB1\\uDDB2\\uDDBC\\uDDC2-\\uDDC4\\uDDD1-\\uDDD3\\uDDDC-\\uDDDE\\uDDE1\\uDDE3\\uDDE8\\uDDEF\\uDDF3\\uDDFA\\uDECB\\uDECD-\\uDECF\\uDEE0-\\uDEE5\\uDEE9\\uDEF0\\uDEF3]\\uFE0F?|[\\uDC42\\uDC43\\uDC46-\\uDC50\\uDC66\\uDC67\\uDC6B-\\uDC6D\\uDC72\\uDC74-\\uDC76\\uDC78\\uDC7C\\uDC83\\uDC85\\uDC8F\\uDC91\\uDCAA\\uDD7A\\uDD95\\uDD96\\uDE4C\\uDE4F\\uDEC0\\uDECC](?:\\uD83C[\\uDFFB-\\uDFFF])?|[\\uDC6E-\\uDC71\\uDC73\\uDC77\\uDC81\\uDC82\\uDC86\\uDC87\\uDE45-\\uDE47\\uDE4B\\uDE4D\\uDE4E\\uDEA3\\uDEB4\\uDEB5](?:\\uD83C[\\uDFFB-\\uDFFF])?(?:\\u200D[\\u2640\\u2642]\\uFE0F?)?|[\\uDD74\\uDD90](?:\\uD83C[\\uDFFB-\\uDFFF]|\\uFE0F)?|[\\uDC00-\\uDC07\\uDC09-\\uDC14\\uDC16-\\uDC25\\uDC27-\\uDC3A\\uDC3C-\\uDC3E\\uDC40\\uDC44\\uDC45\\uDC51-\\uDC65\\uDC6A\\uDC79-\\uDC7B\\uDC7D-\\uDC80\\uDC84\\uDC88-\\uDC8E\\uDC90\\uDC92-\\uDCA9\\uDCAB-\\uDCFC\\uDCFF-\\uDD3D\\uDD4B-\\uDD4E\\uDD50-\\uDD67\\uDDA4\\uDDFB-\\uDE2D\\uDE2F-\\uDE34\\uDE37-\\uDE41\\\ -uDE43\\uDE44\\uDE48-\\uDE4A\\uDE80-\\uDEA2\\uDEA4-\\uDEB3\\uDEB7-\\uDEBF\\uDEC1-\\uDEC5\\uDED0-\\uDED2\\uDED5-\\uDED8\\uDEDC-\\uDEDF\\uDEEB\\uDEEC\\uDEF4-\\uDEFC\\uDFE0-\\uDFEB\\uDFF0]|\\uDC08(?:\\u200D\\u2B1B)?|\\uDC15(?:\\u200D\\uD83E\\uDDBA)?|\\uDC26(?:\\u200D(?:\\u2B1B|\\uD83D\\uDD25))?|\\uDC3B(?:\\u200D\\u2744\\uFE0F?)?|\\uDC41\\uFE0F?(?:\\u200D\\uD83D\\uDDE8\\uFE0F?)?|\\uDC68(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:\\uDC8B\\u200D\\uD83D)?\\uDC68|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDC68\\uDC69]\\u200D\\uD83D(?:\\uDC66(?:\\u200D\\uD83D\\uDC66)?|\\uDC67(?:\\u200D\\uD83D[\\uDC66\\uDC67])?)|[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC66(?:\\u200D\\uD83D\\uDC66)?|\\uDC67(?:\\u200D\\uD83D[\\uDC66\\uDC67])?)|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3]))|\\uD83C(?:\\uDFFB(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:\\uDC8B\\u200D\\uD83D)?\\uDC68\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\u\ -DE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFC-\\uDFFF])|\\uD83E(?:[\\uDD1D\\uDEEF]\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFC-\\uDFFF]|[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3])))?|\\uDFFC(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:\\uDC8B\\u200D\\uD83D)?\\uDC68\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB\\uDFFD-\\uDFFF])|\\uD83E(?:[\\uDD1D\\uDEEF]\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB\\uDFFD-\\uDFFF]|[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3])))?|\\uDFFD(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:\\uDC8B\\u200D\\uD83D)?\\uDC68\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF])|\\uD83E(?:[\\uDD1D\\uDEEF]\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF]|[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0\ -F?)?|[\\uDDB0-\\uDDB3])))?|\\uDFFE(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:\\uDC8B\\u200D\\uD83D)?\\uDC68\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB-\\uDFFD\\uDFFF])|\\uD83E(?:[\\uDD1D\\uDEEF]\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB-\\uDFFD\\uDFFF]|[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3])))?|\\uDFFF(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:\\uDC8B\\u200D\\uD83D)?\\uDC68\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB-\\uDFFE])|\\uD83E(?:[\\uDD1D\\uDEEF]\\u200D\\uD83D\\uDC68\\uD83C[\\uDFFB-\\uDFFE]|[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3])))?))?|\\uDC69(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:\\uDC8B\\u200D\\uD83D)?[\\uDC68\\uDC69]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDF\ -EB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC66(?:\\u200D\\uD83D\\uDC66)?|\\uDC67(?:\\u200D\\uD83D[\\uDC66\\uDC67])?|\\uDC69\\u200D\\uD83D(?:\\uDC66(?:\\u200D\\uD83D\\uDC66)?|\\uDC67(?:\\u200D\\uD83D[\\uDC66\\uDC67])?))|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3]))|\\uD83C(?:\\uDFFB(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:[\\uDC68\\uDC69]|\\uDC8B\\u200D\\uD83D[\\uDC68\\uDC69])\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFC-\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3]|\\uDD1D\\u200D\\uD83D[\\uDC68\\uDC69]\\uD83C[\\uDFFC-\\uDFFF]|\\uDEEF\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFC-\\uDFFF])))?|\\uDFFC(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:[\\uDC68\\uDC69]|\\uDC8B\\u200D\\uD83D[\\uDC68\\uDC69])\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uD\ -D2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB\\uDFFD-\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3]|\\uDD1D\\u200D\\uD83D[\\uDC68\\uDC69]\\uD83C[\\uDFFB\\uDFFD-\\uDFFF]|\\uDEEF\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB\\uDFFD-\\uDFFF])))?|\\uDFFD(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:[\\uDC68\\uDC69]|\\uDC8B\\u200D\\uD83D[\\uDC68\\uDC69])\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3]|\\uDD1D\\u200D\\uD83D[\\uDC68\\uDC69]\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF]|\\uDEEF\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF])))?|\\uDFFE(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:[\\uDC68\\uDC69]|\\uDC8B\\u200D\\uD83D[\\uDC68\\uDC69])\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\ -\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB-\\uDFFD\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3]|\\uDD1D\\u200D\\uD83D[\\uDC68\\uDC69]\\uD83C[\\uDFFB-\\uDFFD\\uDFFF]|\\uDEEF\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB-\\uDFFD\\uDFFF])))?|\\uDFFF(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\\uD83D(?:[\\uDC68\\uDC69]|\\uDC8B\\u200D\\uD83D[\\uDC68\\uDC69])\\uD83C[\\uDFFB-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB-\\uDFFE])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3]|\\uDD1D\\u200D\\uD83D[\\uDC68\\uDC69]\\uD83C[\\uDFFB-\\uDFFE]|\\uDEEF\\u200D\\uD83D\\uDC69\\uD83C[\\uDFFB-\\uDFFE])))?))?|\\uDD75(?:\\uD83C[\\uDFFB-\\uDFFF]|\\uFE0F)?(?:\\u200D[\\u2640\\u2642]\\uFE0F?)?|\\uDE2E(?:\\u200D\\uD83D\\uDCA8)?|\\uDE35(?:\\u200D\\uD83D\\uDCAB)?|\\uDE36(?:\\u200D\\uD83C\\uDF2B\\uFE0F?)?|\\uDE42(?:\\u200D[\\u2194\\u2195]\\uFE0F?)?|\\uDEB6(?:\\uD83C[\\uDFFB-\\uDFFF])?(?:\\u200D(?:[\\u2640\\u2642]\\uFE0F?(?:\\u20\ -0D\\u27A1\\uFE0F?)?|\\u27A1\\uFE0F?))?)|\\uD83E(?:[\\uDD0C\\uDD0F\\uDD18-\\uDD1F\\uDD30-\\uDD34\\uDD36\\uDD77\\uDDB5\\uDDB6\\uDDBB\\uDDD2\\uDDD3\\uDDD5\\uDEC3-\\uDEC5\\uDEF0\\uDEF2-\\uDEF8](?:\\uD83C[\\uDFFB-\\uDFFF])?|[\\uDD26\\uDD35\\uDD37-\\uDD39\\uDD3C-\\uDD3E\\uDDB8\\uDDB9\\uDDCD\\uDDCF\\uDDD4\\uDDD6-\\uDDDD](?:\\uD83C[\\uDFFB-\\uDFFF])?(?:\\u200D[\\u2640\\u2642]\\uFE0F?)?|[\\uDDDE\\uDDDF](?:\\u200D[\\u2640\\u2642]\\uFE0F?)?|[\\uDD0D\\uDD0E\\uDD10-\\uDD17\\uDD20-\\uDD25\\uDD27-\\uDD2F\\uDD3A\\uDD3F-\\uDD45\\uDD47-\\uDD76\\uDD78-\\uDDB4\\uDDB7\\uDDBA\\uDDBC-\\uDDCC\\uDDD0\\uDDE0-\\uDDFF\\uDE70-\\uDE7C\\uDE80-\\uDE8A\\uDE8E-\\uDEC2\\uDEC6\\uDEC8\\uDECD-\\uDEDC\\uDEDF-\\uDEEA\\uDEEF]|\\uDDCE(?:\\uD83C[\\uDFFB-\\uDFFF])?(?:\\u200D(?:[\\u2640\\u2642]\\uFE0F?(?:\\u200D\\u27A1\\uFE0F?)?|\\u27A1\\uFE0F?))?|\\uDDD1(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF84\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3\\uDE70]|\\uDD1D\\u200D\\uD83E\\uDDD1|\\uDDD1\\u200D\\uD83E\\uDDD2(?:\\u20\ -0D\\uD83E\\uDDD2)?|\\uDDD2(?:\\u200D\\uD83E\\uDDD2)?))|\\uD83C(?:\\uDFFB(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D(?:\\uD83D\\uDC8B\\u200D)?\\uD83E\\uDDD1\\uD83C[\\uDFFC-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF84\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFC-\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3\\uDE70]|\\uDD1D\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFF]|\\uDEEF\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFC-\\uDFFF])))?|\\uDFFC(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D(?:\\uD83D\\uDC8B\\u200D)?\\uD83E\\uDDD1\\uD83C[\\uDFFB\\uDFFD-\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF84\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB\\uDFFD-\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3\\uDE70]|\\uDD1D\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFF]|\\uDEEF\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB\\uDFFD-\\uDFFF])))?|\\uDFFD(?:\\u200D(?:[\\\ -u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D(?:\\uD83D\\uDC8B\\u200D)?\\uD83E\\uDDD1\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF84\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3\\uDE70]|\\uDD1D\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFF]|\\uDEEF\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF])))?|\\uDFFE(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D(?:\\uD83D\\uDC8B\\u200D)?\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFD\\uDFFF]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF84\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFD\\uDFFF])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3\\uDE70]|\\uDD1D\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFF]|\\uDEEF\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFD\\uDFFF])))?|\\uDFFF(?:\\u200D(?:[\\u2695\\u2696\\u2708]\\uFE0F?|\\u2764\\uFE0F?\\u200D\ -(?:\\uD83D\\uDC8B\\u200D)?\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFE]|\\uD83C[\\uDF3E\\uDF73\\uDF7C\\uDF84\\uDF93\\uDFA4\\uDFA8\\uDFEB\\uDFED]|\\uD83D(?:[\\uDCBB\\uDCBC\\uDD27\\uDD2C\\uDE80\\uDE92]|\\uDC30\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFE])|\\uD83E(?:[\\uDDAF\\uDDBC\\uDDBD](?:\\u200D\\u27A1\\uFE0F?)?|[\\uDDB0-\\uDDB3\\uDE70]|\\uDD1D\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFF]|\\uDEEF\\u200D\\uD83E\\uDDD1\\uD83C[\\uDFFB-\\uDFFE])))?))?|\\uDEF1(?:\\uD83C(?:\\uDFFB(?:\\u200D\\uD83E\\uDEF2\\uD83C[\\uDFFC-\\uDFFF])?|\\uDFFC(?:\\u200D\\uD83E\\uDEF2\\uD83C[\\uDFFB\\uDFFD-\\uDFFF])?|\\uDFFD(?:\\u200D\\uD83E\\uDEF2\\uD83C[\\uDFFB\\uDFFC\\uDFFE\\uDFFF])?|\\uDFFE(?:\\u200D\\uD83E\\uDEF2\\uD83C[\\uDFFB-\\uDFFD\\uDFFF])?|\\uDFFF(?:\\u200D\\uD83E\\uDEF2\\uD83C[\\uDFFB-\\uDFFE])?))?)/g},Ba=de(oa());function ja(e,t){var r=e.length,n=(Array.isArray(e[0])||(e=[e]),(t=Array.isArray(t[0])?t:t.map((function(e){return[e]})))[0].length),a=t[0].map((function(e,r){return t.map((function(e){return e[r]}))}));e=e.map((function(e){return a.map((function(t){var r=0;if(Array.isArray(e))for(var n=0;n)\\[(-?[.\\d]+),\\s*(-?[.\\d]+)\\]?$/);return r?((t=new String(r[1])).range=[+r[2],+r[3]],t):e}))}))}De=Object.freeze({__proto__:null,isString:La,type:qa,toPrecision:za,parseFunction:Va,last:Ga,interpolate:$a,interpolateInv:Ha,mapRange:Ua,parseCoordGrammar:Wa,multiplyMatrices:ja});var Ya=new(W((function e(){H(this,e)}),[{key:"add",value:function(e,t,r){if("string"!=typeof arguments[0])for(var e in arguments[0])this.add(e,arguments[0][e],t);else(Array.isArray(e)?e:[e]).forEach((function(e){this[e]=this[e]||[],t&&this[e][r?"unshift":"push"](t)}),this)}},{key:"run",value:function(e,t){this[e]=this[e]||[],this[e].forEach((function(e){e.call(t&&t.context?t.context:t,t)}))}}])),Ka={gamut_mapping:"lch.c",precision:5,deltaE:"76"\ -},Xa={D50:[.3457/.3585,1,.2958/.3585],D65:[.3127/.329,1,.3583/.329]};function Za(e){return Array.isArray(e)?e:Xa[e]}function Ja(e,t,r,n){if(n=3"==r?(n=[0,100],a="%"):""==r&&(a="deg"),{fromRange:t,toRange:n,suffix:a}})),e.serializeCoords=function(e,r){return e.map((function(e,n){var a=(n=t[n]).fromRange,o=n.toRange;n=n.suffix;return e=za(e=a&&o?Ua(a,o,e):e,r),n&&(e+=n),e}))}),e}function to(){for(var e=[this],t=this;t=t.base;)e.push(t);return e}var ro=Qa,no=(pe(ro,"registry",{}),pe(ro,"DEFAULT_FORMAT",{type:"functions",name:"color"}),new ro({id:"xyz-d65",name:"XYZ D65",coords:{x:{name:"X"},y:{name:"Y"},z:{name:"Z"}},white:"D65",formats:{color:{ids:["xyz-d65","xyz"]}},alia\ -ses:["xyz"]}));S(ao,ro),wt=W(ao);function ao(e){var t;return H(this,ao),e.coords||(e.coords={r:{range:[0,1],name:"Red"},g:{range:[0,1],name:"Green"},b:{range:[0,1],name:"Blue"}}),e.base||(e.base=no),e.toXYZ_M&&e.fromXYZ_M&&(null==e.toBase&&(e.toBase=function(r){return r=ja(e.toXYZ_M,r),t.white!==t.base.white?Ja(t.white,t.base.white,r):r}),null==e.fromBase)&&(e.fromBase=function(r){return r=Ja(t.base.white,t.white,r),ja(e.fromXYZ_M,r)}),null==e.referred&&(e.referred="display"),t=R(this,ao,[e])}function oo(e){var t={str:null==(s=String(e))?void 0:s.trim()};if(Ya.run("parse-start",t),t.color)return t.color;if(t.parsed=Va(t.str),t.parsed){var r=t.parsed.name;if("color"===r){var n,a=t.parsed.args.shift(),o=0{var e,r=n.value,i=r.getFormat("color");if(i&&(a===i.id||null!=(i=i.ids)&&i.includes(a)))return i=Object.keys(r.coords).length,(e=Array(i).fill(0)).forEach((function(r,n){retur\ -n e[n]=t.parsed.args[n]||0})),{v:{spaceId:r.id,coords:e,alpha:o}}})())return l.v}catch(e){i.e(e)}finally{i.f()}var u,s="";throw a in ro.registry&&(u=null==(u=ro.registry[a].formats)||null==(u=u.functions)||null==(u=u.color)?void 0:u.id)&&(s="Did you mean color(".concat(u,")?")),new TypeError("Cannot parse color(".concat(a,"). ")+(s||"Missing a plugin?"))}var c,d=K(ro.all);try{var p;for(d.s();!(c=d.n()).done;)if(p=(()=>{var e,n,a=c.value,o=a.getFormat(r);if(o&&"function"===o.type)return e=1,(o.lastAlpha||Ga(t.parsed.args).alpha)&&(e=t.parsed.args.pop()),n=t.parsed.args,o.coordGrammar&&Object.entries(a.coords).forEach((function(e,t){var a=(e=V(e,2))[0],i=(e=e[1],o.coordGrammar[t]),l=null==(u=n[t])?void 0:u.type;if(!(i=i.find((function(e){return e==l}))))throw u=e.name||a,new TypeError("".concat(l," not allowed for ").concat(u," in ").concat(r,"()"));a=i.range;var u=e.range||e.refRange;(a=""===l?a||[0,1]:a)&&u&&(n[t]=Ua(a,u,n[t]))})),{v:{spaceId:a.id,coords:n,alpha:e}}})())ret\ -urn p.v}catch(e){d.e(e)}finally{d.f()}}else{var f,m=K(ro.all);try{for(m.s();!(f=m.n()).done;){var h,g=f.value;for(h in g.formats){var v=g.formats[h];if("custom"===v.type&&(!v.test||v.test(t.str))){var b=v.parse(t.str);if(b)return null==b.alpha&&(b.alpha=1),b}}}}catch(e){m.e(e)}finally{m.f()}}throw new TypeError("Could not parse ".concat(e," as a color. Missing a plugin?"))}function io(e){var t;if(e)return(t=(e=La(e)?oo(e):e).space||e.spaceId)instanceof ro||(e.space=ro.get(t)),void 0===e.alpha&&(e.alpha=1),e;throw new TypeError("Empty color reference")}function lo(e,t){return(t=ro.get(t)).from(e)}function uo(e,t){var r=(t=ro.resolveCoord(t,e.space)).space;t=t.index;return lo(e,r)[t]}function so(e,t,r){return t=ro.get(t),e.coords=t.to(e.space,r),e}function co(e,t,r){if(e=io(e),2===arguments.length&&"object"===qa(t)){var n,a=t;for(n in a)co(e,n,a[n])}else{"function"==typeof r&&(r=r(uo(e,t)));var o=(t=ro.resolveCoord(t,e.space)).space,i=(t=t.index,lo(e,o));i[t]=r,so(e,o,i)}return e}ye=new \ -ro({id:"xyz-d50",name:"XYZ D50",white:"D50",base:no,fromBase:function(e){return Ja(no.white,"D50",e)},toBase:function(e){return Ja("D50",no.white,e)},formats:{color:{}}});var po=24389/27,fo=Xa.D50,mo=new ro({id:"lab",name:"Lab",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:fo,base:ye,fromBase:function(e){return e=e.map((function(e,t){return e/fo[t]})).map((function(e){return 216/24389 | ","",""]}}});function ho(e){return(e%360+360)%360}var go=new ro({id:"lch",name:"LCH",coords:{l:{refRange:[0,100],name:"Lightness"},c:{refRange:[0,150],name:"Ch\ -roma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},base:mo,fromBase:function(e){var t=(e=V(e,3))[0],r=e[1],n=(e=e[2],Math.abs(r)<.02&&Math.abs(e)<.02?NaN:180*Math.atan2(e,r)/Math.PI);return[t,Math.sqrt(Math.pow(r,2)+Math.pow(e,2)),ho(n)]},toBase:function(e){var t=(e=V(e,3))[0],r=e[1];e=e[2];return r<0&&(r=0),isNaN(e)&&(e=0),[t,r*Math.cos(e*Math.PI/180),r*Math.sin(e*Math.PI/180)]},formats:{lch:{coords:[" | ",""," | "]}}}),vo=Math.pow(25,7),bo=Math.PI,yo=180/bo,wo=bo/180;function Do(e,t){var r=void 0===(r=(a=2 | [0, 255]")},rgb_number:{name:"rgb",commas:!0,coords:So=Array(3).fill("[0, 255]"),noAlpha:!0},color:{},rgba:{coords:oa,commas:!0,lastAlpha:!0},rgba_number:{name:"rgba",commas:!0,coords:So},hex:{type:"custom",toGamut:!0,test:function(e){return/^#([a-f0-9]{3,4}){1,2}$/i.test(e)},parse:function(e){e.length<=5&&(e=e.replace(/[a-f0-9]/gi,"$&$&"));var t=[]\ -;return e.replace(/[a-f0-9]{2}/gi,(function(e){t.push(parseInt(e,16)/255)})),{spaceId:"srgb",coords:t.slice(0,3),alpha:t.slice(3)[0]}},serialize:function(e,t){var r=void 0===(r=(2 | ","",""]}}}),$o=.5*Math.pow(5,.5)+.5,Ho=Object.freeze({__proto__:null,contrastWCAG21:function(e,t){var r;return e=io(e),t=io(t),(e=Math.max(Bo(e),0))<(t=Math.max(Bo(t),0))&&(e=(r=[t,e])[0],t=r[1]),(e+.05)/(t+.05)},contrastAPCA:function(e,t){t=io(t),e=io(e);var r=(t=V((t=Co(t,"srgb")).coords,3))[0],n=t[1],a=(t=t[2],.2126729*qo(r)+.7151522*qo(n)+.072175*qo(t));r=(e=V((e=Co(e,"srgb")).coords,3))[0],n=e[1],t=e[2],e=.2126729*qo(r)+.7151522*qo(n)+.072175*qo(t),t=(r=Lo(a))<(n=Lo(e)),a=Math.abs(n-r)<5e-4?0:t?1.14*(Math.pow(n,.56)-Math.pow(r,.57)):1.14*(Math.pow(n,.65)-Math.pow(r,.62));return 100*(Math.abs(a)<.1?0:0 | ","",""]}}}),xi=Object.freeze({__proto__:null,deltaE76:function(e,t){return Io(e,t,"lab")},deltaECMC:function(e,t){var r=void 0===(r=(n=2"}),e.defineFunction("steps",Ci,{returns:"array"})}}),Ti=new ro({id:"hs\ -l",name:"HSL",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},l:{range:[0,100],name:"Lightness"}},base:oa,fromBase:function(e){var t=Math.max.apply(Math,M(e)),r=Math.min.apply(Math,M(e)),n=(e=V(e,3))[0],a=e[1],o=e[2],i=NaN,l=(e=0,(r+t)/2),u=t-r;if(0!=u){switch(e=0==l||1==l?0:(t-l)/Math.min(l,1-l),t){case n:i=(a-o)/u+(a | ","",""]},hsla:{coords:[" | ","",""],commas:!0,lastAlpha:!0}}}),Si=new ro({id:"hsv",name:"HSV",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},v:{range:[0,100],name:"Value"}},base:Ti,fromB\ -ase:function(e){var t=(e=V(e,3))[0],r=e[1];e=e[2];return[t,0==(r=(e/=100)+(r/=100)*Math.min(e,1-e))?0:200*(1-e/r),100*r]},toBase:function(e){var t=(e=V(e,3))[0],r=e[1];e=e[2];return[t,0==(r=(e/=100)*(1-(r/=100)/2))||1==r?0:(e-r)/Math.min(r,1-r)*100,100*r]},formats:{color:{toGamut:!0}}}),Oi=new ro({id:"hwb",name:"HWB",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},w:{range:[0,100],name:"Whiteness"},b:{range:[0,100],name:"Blackness"}},base:Si,fromBase:function(e){var t=(e=V(e,3))[0],r=e[2];return[t,r*(100-e[1])/100,100-r]},toBase:function(e){var t=(e=V(e,3))[0],r=e[1],n=(e=e[2],(r/=100)+(e/=100));return 1<=n?[t,0,r/n*100]:[t,100*(0==(n=1-e)?0:1-r/n),100*n]},formats:{hwb:{toGamut:!0,coords:[" | ","",""]}}}),_i=new wt({id:"a98rgb-linear",name:"Linear Adobe® 98 RGB compatible",white:"D65",toXYZ_M:[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.0706888525358272\ -3,.9913375368376388]],fromXYZ_M:[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]]}),Mi=new wt({id:"a98rgb",name:"Adobe® 98 RGB compatible",base:_i,toBase:function(e){return e.map((function(e){return Math.pow(Math.abs(e),563/256)*Math.sign(e)}))},fromBase:function(e){return e.map((function(e){return Math.pow(Math.abs(e),256/563)*Math.sign(e)}))},formats:{color:{id:"a98-rgb"}}}),Pi=new wt({id:"prophoto-linear",name:"Linear ProPhoto",white:"D50",base:ye,toXYZ_M:[[.7977604896723027,.13518583717574031,.0313493495815248],[.2880711282292934,.7118432178101014,8565396060525902e-20],[0,0,.8251046025104601]],fromXYZ_M:[[1.3457989731028281,-.25558010007997534,-.05110628506753401],[-.5446224939028347,1.5082327413132781,.02053603239147973],[0,0,1.2119675456389454]]}),Ii=new wt({id:"prophoto",name:"ProPhoto",base:Pi,toBase:function(e){return e.map((function(e){return e<.\ -03125?e/16:Math.pow(e,1.8)}))},fromBase:function(e){return e.map((function(e){return 1/512<=e?Math.pow(e,1/1.8):16*e}))},formats:{color:{id:"prophoto-rgb"}}}),Bi=new ro({id:"oklch",name:"OKLCh",coords:{l:{refRange:[0,1],name:"Lightness"},c:{refRange:[0,.4],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},white:"D65",base:Di,fromBase:function(e){var t=(e=V(e,3))[0],r=e[1],n=(e=e[2],Math.abs(r)<2e-4&&Math.abs(e)<2e-4?NaN:180*Math.atan2(e,r)/Math.PI);return[t,Math.sqrt(Math.pow(r,2)+Math.pow(e,2)),ho(n)]},toBase:function(e){var t,r=(e=V(e,3))[0],n=e[1];e=e[2],n=isNaN(e)?t=0:(t=n*Math.cos(e*Math.PI/180),n*Math.sin(e*Math.PI/180));return[r,t,n]},formats:{oklch:{coords:[" | ",""," | "]}}}),ji=2610/Math.pow(2,14),Li=Math.pow(2,14)/2610,qi=2523/Math.pow(2,5),zi=Math.pow(2,5)/2523,Vi=3424/Math.pow(2,12),Gi=2413/Math.pow(2,7),$i=2392/Math.pow(2,7),Hi=new wt({id:"rec2100pq",name:"REC.2100-PQ",base:we,toBase:function(e){return e.map((function(\ -e){return 1e4*Math.pow(Math.max(Math.pow(e,zi)-Vi,0)/(Gi-$i*Math.pow(e,zi)),Li)/203}))},fromBase:function(e){return e.map((function(e){e=Math.max(203*e/1e4,0);var t=Vi+Gi*Math.pow(e,ji);e=1+$i*Math.pow(e,ji);return Math.pow(t/e,qi)}))},formats:{color:{id:"rec2100-pq"}}}),Ui=.17883277,Wi=.28466892,Yi=.55991073,Ki=3.7743,Xi=new wt({id:"rec2100hlg",cssid:"rec2100-hlg",name:"REC.2100-HLG",referred:"scene",base:we,toBase:function(e){return e.map((function(e){return e<=.5?Math.pow(e,2)/3*Ki:Math.exp((e-Yi)/Ui+Wi)/12*Ki}))},fromBase:function(e){return e.map((function(e){return(e/=Ki)<=1/12?Math.sqrt(3*e):Ui*Math.log(12*e-Wi)+Yi}))},formats:{color:{id:"rec2100-hlg"}}}),Zi={};function Ji(e){var t=e.id;Zi[t]=e}function Qi(e,t,r){var n=(e=V(ja((r=Zi[2{Object.defineProperty(t,e,{get:function(){return t.get(e)},set:function(r){return t.set(e,r)}})})(s)}),[{key:"space",get:function(){return L(ee,this)}},{key:"spaceId",get:function(){return L(ee,this).id}},{key:"clone",value:function(){return new ol(this.space,this.coords,this.alpha)}},{key:"toJSON",value:function(){return{spaceId:this.spaceId,coords:this.coords,alpha:this.alpha}}},{key:"display",value:function(){for(var e=arguments.length,t=new Array(e),r=0;r"===o?(e=r,r=function(){var t=e.apply(void 0,arguments);return ol.get(t)},Object.assign(r,e)):"array"===o&&(r=r.map((function(e){return ol.get(e)}))),r}var n=2{var e,a=r.pop(),o=a.actualNode;for(o.querySelectorAll&&(e=o.nodeName,t.tags[e]?t.tags[e]++:t.tags[e]=1,o.classList&&Array.from(o.classList).forEach((function(e){e=Ca(e),t.classes[e]?t.classes[e]++:t.classes[e]=1})),o.hasAttributes())&&Array.from(Sa(o)).filter(xl).forEach((function(e){(e=wl(o,e))&&(t.attributes[e]?t.attributes[e]++:t.attributes[e]=1)})),a.children.length&&(n.push(r),r=a.children.slice());!r.length&&n.length;)r=n.pop()})();return t}function Al(e){var t=fl(n);return Ca(t?e.localName:e.nodeName.toLowerCase())}function Fl(e,t){var r,n,a,o,i,l,u,s,c,d="",p=(n=e,a=[],o=t.classes,i=t.tags,n.classList&&Array.from(n.classList).forEach((function(e){e=Ca(e),o[e]{var t;if(e.getAttribute("id"))return t=e.getRootNode&&e.getRootNode()||n,(e="#"+Ca(e.getAttribute("id")||"")).match(/player_uid_/)||1!==t.querySelectorAll(e).length?void 0:e})(e);u||(u=Fl(e,o._selectorData),u+=((e,t)=>{var r=e.parentN\ -ode&&Array.from(e.parentNode.children||"")||[];return r.find((function(r){return r!==e&&Oa(r,t)}))?":nth-child("+(1+r.indexOf(e))+")":""})(e,u)),a=a?u+" > "+a:u,i=!i||i.length>la.selectorSimilarFilterLimit?Rl(r,a):i.filter((function(e){return Oa(e,a)})),e=e.parentElement}while((1 ")?":root"+a.substring(a.indexOf(" > ")):":root"}var kl=pl((function(e,t){return ml(Cl,e,t)})),Rl=pl((function(e,t){return Array.from(e.querySelectorAll(t))}));function Nl(e){var t=e.nodeName.toLowerCase(),r=e.parentElement,n=e.parentNode,a="";return"head"!==t&&"body"!==t&&1<(null==n?void 0:n.children.length)&&(n=Array.prototype.indexOf.call(n.children,e)+1,a=":nth-child(".concat(n,")")),r?Nl(r)+" > "+t+a:t+a}function Tl(e,t){return ml(Nl,e,t)}var Sl=function(e){return function e(t,r){var n,a,o,i;if(!t)return[];if(!r&&9===t.nodeType)return[{str:"html"}];if(r=r||[],t.parentNode&&t.parentNode!==t&&(r=e(t.parentNode,r)),t.previousSibling){\ -for(a=1,n=t.previousSibling;1===n.nodeType&&n.nodeName===t.nodeName&&a++,n=n.previousSibling;);1===a&&(a=null)}else if(t.nextSibling)for(n=t.nextSibling;n=1===n.nodeType&&n.nodeName===t.nodeName?(a=1,null):(a=null,n.previousSibling););return 1===t.nodeType&&((o={}).str=t.nodeName.toLowerCase(),(i=t.getAttribute&&Ca(t.getAttribute("id")))&&1===t.ownerDocument.querySelectorAll("#"+i).length&&(o.id=t.getAttribute("id")),1{var r=e.outerHTML;return(r=r||"function"!=typeof t.XMLSerializer?r:(new t.XMLSerializer).serializeToString(e))||""})(e);if(o.length>r){var i=(r={maxLength:r,attrLimit:a}).maxLength,l=r.attrLimit;r=fl(e.ownerDocument||n)?e.nodeName:e.nodeName.toLowerCase(),a=(e=Array.from(Sa(e)).map((function(e){return{name:e.name,value:e.value}}))).reduce((function(e,t){return e+t.name.length+t.value.length+4}),0);2+r.length+a>i&&e.forEach((function(e){e.name=Il(e.name,l),e.value=Il(e.value,l)}));var u,s="<".concat(r),c=">",d=K(e);try{for(d.s();!(u=d.n()).done;){var p=u.value,f=" ".concat(p.name,'="').concat(p.value,'"');s.length+f.length>i-5?c=" ...>":s+=f}}catch\ -(e){d.e(e)}finally{d.f()}return s+c}return o}function Il(e,t){return e.length<=t?e:e.substring(0,t)+"..."}var Bl="DqElm.RunOptions",jl=pl((function(e,t,r){var n;return null==r&&(r={}),t=(t=null==t?null:t)||(null!=(n=_l.get(Bl))?n:{}),this.spec=r,e instanceof ca?(this._virtualNode=e,this._element=e.actualNode):(this._element=e,this._virtualNode=Ml(e)),this.fromFrame=1<(null==(n=this.spec.selector)?void 0:n.length),this._includeElementInJson=t.elementRef,t.absolutePaths&&(this._options={toRoot:!0}),this.nodeIndexes=[],Array.isArray(this.spec.nodeIndexes)?this.nodeIndexes=this.spec.nodeIndexes:"number"==typeof(null==(r=this._virtualNode)?void 0:r.nodeIndex)&&(this.nodeIndexes=[this._virtualNode.nodeIndex]),this.source=null,o._audit.noHtml||(this.source=null!=(e=this.spec.source)?e:Pl(this._element)),this})),Ll=(jl.prototype={get selector(){return this.spec.selector||[kl(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[Tl(this.element)]},get xpath(){return this.spec\ -.xpath||[Sl(this.element)]},get element(){return this._element},toJSON:function(){var e={selector:this.selector,source:this.source,xpath:this.xpath,ancestry:this.ancestry,nodeIndexes:this.nodeIndexes,fromFrame:this.fromFrame};return this._includeElementInJson&&(e.element=this._element),e}},jl.fromFrame=function(e,t,r){return e=jl.mergeSpecs(e,r),new jl(r.element,t,e)},jl.mergeSpecs=function(e,t){return _({},e,{selector:[].concat(M(t.selector),M(e.selector)),ancestry:[].concat(M(t.ancestry),M(e.ancestry)),xpath:[].concat(M(t.xpath),M(e.xpath)),nodeIndexes:[].concat(M(t.nodeIndexes),M(e.nodeIndexes)),fromFrame:!0})},jl.setRunOptions=function(e){var t=e.elementRef;_l.set(Bl,{elementRef:t,absolutePaths:e.absolutePaths})},jl),ql=function(e,r,n,a){return{isAsync:!1,async:function(){return this.isAsync=!0,function(t){t instanceof Error==0?(e.result=t,n(e)):a(t)}},data:function(t){e.data=t},relatedNodes:function(r){t.Node&&(r=r instanceof t.Node||r instanceof ca?[r]:Fa(r),e.relatedNodes=[],r.f\ -orEach((function(r){(r=r instanceof ca?r.actualNode:r)instanceof t.Node&&(r=new Ll(r),e.relatedNodes.push(r))})))}}};function zl(e){return function e(r,n){var o,i;if(null===r||"object"!==a(r))return r;if(null!=(o=t)&&o.Node&&r instanceof t.Node||null!=(o=t)&&o.HTMLCollection&&r instanceof t.HTMLCollection||"nodeName"in r&&"nodeType"in r&&"ownerDocument"in r)return r;if(n.has(r))return n.get(r);if(Array.isArray(r))return i=[],n.set(r,i),r.forEach((function(t){i.push(e(t,n))})),i;var l={};for(var u in n.set(r,l),r)l[u]=e(r[u],n);return l}(e,new Map)}(rl=new Ma.CssSelectorParser).registerSelectorPseudos("not"),rl.registerSelectorPseudos("is"),rl.registerNestingOperators(">"),rl.registerAttrEqualityMods("^","$","*","~");var Vl=rl;function Gl(e,t){return Kl(t).some((function(t){return Xl(e,t)}))}function $l(e,t){return i=t,1===(o=e).props.nodeType&&("*"===i.tag||o.props.nodeName===i.tag)&&(a=e,!(o=t).classes||o.classes.every((function(e){return a.hasClass(e.value)})))&&(n=e,!(i=t).attribute\ -s||i.attributes.every((function(e){var t=n.attr(e.key);return null!==t&&e.test(t)})))&&(o=e,!(i=t).id||o.props.id===i.id)&&(r=e,!((o=t).pseudos&&!o.pseudos.every((function(e){if("not"===e.name)return!e.expressions.some((function(e){return Xl(r,e)}));if("is"===e.name)return e.expressions.some((function(e){return Xl(r,e)}));throw new Error("the pseudo selector "+e.name+" has not yet been implemented")}))));var r,n,a,o,i}Hl=/(?=[\\-\\[\\]{}()*+?.\\\\\\^$|,#\\s])/g;var Hl,Ul=function(e){return e.replace(Hl,"\\\\")},Wl=/\\\\/g;function Yl(e){return e.map((function(e){for(var t=[],r=e.rule;r;)t.push({tag:r.tagName?r.tagName.toLowerCase():"*",combinator:r.nestingOperator||" ",id:r.id,attributes:(e=>{if(e)return e.map((function(e){var t,r,n=e.name.replace(Wl,""),a=(e.value||"").replace(Wl,"");switch(e.operator){case"^=":r=new RegExp("^"+Ul(a));break;case"$=":r=new RegExp(Ul(a)+"$");break;case"~=":r=new RegExp("(^|\\\\s)"+Ul(a)+"(\\\\s|$)");break;case"|=":r=new RegExp("^"+Ul(a)+"(-|$)");break;case"=":t=functi\ -on(e){return a===e};break;case"*=":t=function(e){return e&&e.includes(a)};break;case"!=":t=function(e){return a!==e};break;default:t=function(e){return null!==e}}return""===a&&/^[*$^]=$/.test(e.operator)&&(t=function(){return!1}),{key:n,value:a,type:void 0===e.value?"attrExist":"attrValue",test:t=t||function(e){return e&&r.test(e)}}}))})(r.attrs),classes:(e=>{if(e)return e.map((function(e){return{value:e=e.replace(Wl,""),regexp:new RegExp("(^|\\\\s)"+Ul(e)+"(\\\\s|$)")}}))})(r.classNames),pseudos:(e=>{if(e)return e.map((function(e){var t;return["is","not"].includes(e.name)&&(t=Yl(t=(t=e.value).selectors||[t])),{name:e.name,expressions:t,value:e.value}}))})(r.pseudos)}),r=r.rule;return t}))}function Kl(e){return Yl((e=Vl.parse(e)).selectors||[e])}function Xl(e,t,r){return function e(t,r,n,a){if(!t)return!1;for(var o=Array.isArray(r)?r[n]:r,i=$l(t,o);!i&&a&&t.parent;)i=$l(t=t.parent,o);if(0"].includes(o.combinator))throw new Error("axe.utils.matchesExpression does not supp\ -ort the combinator: "+o.combinator);i=i&&e(t.parent,r,n-1," "===o.combinator)}return i}(e,t,t.length-1,r)}var Zl=function(e,t){for(;e;){if(Gl(e,t))return e;if(void 0===e.parent)throw new TypeError("Cannot resolve parent for non-DOM nodes");e=e.parent}return null};function Jl(){}function Ql(e){if("function"!=typeof e)throw new TypeError("Queue methods require functions as arguments")}for(var eu,tu,ru,nu=function(){function e(e){t=e,setTimeout((function(){null!=t&&ua("Uncaught error (of queue)",t)}),1)}var t,r=[],n=0,o=0,i=Jl,l=!1,u=e;function s(e){return i=Jl,u(e),r}function c(){for(var e=r.length;nfunction(t){r[e]=t,--o||i===Jl||(l=!0,i(r))})(n),s)}catch(e){s(e)}}}var d={defer:function(e){var n;if("object"===a(e)&&e.then&&e.catch&&(n=e,e=function(e,t){n.then(e).catch(t)}),Ql(e),void 0===t){if(l)throw new Error("Queue already completed");return r.push(e),++o,c(),d}},then:function(e){if(Ql(e),i!==Jl)throw new Error("queue \`then\` already set");return\ - t||(i=e,o)||(l=!0,i(r)),d},catch:function(r){if(Ql(r),u!==e)throw new Error("queue \`catch\` already set");return t?(r(t),t=null):u=r,d},abort:s};return d},au=t.crypto||t.msCrypto,ou=(!tu&&au&&au.getRandomValues&&(eu=new Uint8Array(16),tu=function(){return au.getRandomValues(eu),eu}),tu||(ru=new Array(16),tu=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),ru[t]=e>>>((3&t)<<3)&255;return ru}),"function"==typeof t.Buffer?t.Buffer:Array),iu=[],lu={},uu=0;uu<256;uu++)iu[uu]=(uu+256).toString(16).substr(1),lu[iu[uu]]=uu;function su(e,t){return t=t||0,iu[e[t++]]+iu[e[t++]]+iu[e[t++]]+iu[e[t++]]+"-"+iu[e[t++]]+iu[e[t++]]+"-"+iu[e[t++]]+iu[e[t++]]+"-"+iu[e[t++]]+iu[e[t++]]+"-"+iu[e[t++]]+iu[e[t++]]+iu[e[t++]]+iu[e[t++]]+iu[e[t++]]+iu[e[+t]]}var cu=[1|(ye=tu())[0],ye[1],ye[2],ye[3],ye[4],ye[5]],du=16383&(ye[6]<<8|ye[7]),pu=0,fu=0;function mu(e,t,r){var n=t&&r||0,a=t||[],o=(r=null!=(e=e||{}).clockseq?e.clockseq:du,null!=e.msecs?e.msecs:(new Date).getTime()),i=null!=e.nsec\ -s?e.nsecs:fu+1;if((l=o-pu+(i-fu)/1e4)<0&&null==e.clockseq&&(r=r+1&16383),1e4<=(i=(l<0||pu>>24&255,a[n++]=l>>>16&255,a[n++]=l>>>8&255,a[n++]=255&l,o/4294967296*1e4&268435455),a[n++]=i>>>8&255,a[n++]=255&i,a[n++]=i>>>24&15|16,a[n++]=i>>>16&255,a[n++]=r>>>8|128,a[n++]=255&r,e.node||cu),s=0;s<6;s++)a[n+s]=u[s];return t||su(a)}function hu(e,t,r){var n=t&&r||0,a=("string"==typeof e&&(t="binary"==e?new ou(16):null,e=null),(e=e||{}).random||(e.rng||tu)());if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var o=0;o<16;o++)t[n+o]=a[o];return t||su(a)}(Xo=hu).v1=mu,Xo.v4=hu,Xo.parse=function(e,t,r){var n=t&&r||0,a=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,(function(e){a<16&&(t[n+a++]=lu[e])}));a<16;)t[n+a++]=0;return t},Xo.unparse=su,Xo.BufferClass=ou,o._uuid=mu();var gu=hu,vu=Object.freeze(["EvalError","RangeError","\ -ReferenceError","SyntaxError","TypeError","URIError"]);function bu(){var e="axeAPI",t="";return(e=void 0!==o&&o._audit&&o._audit.application?o._audit.application:e)+"."+(void 0!==o?o.version:t)}function yu(e){Du(e),Aa(t.parent===e,"Source of the response must be the parent window.")}function wu(e){Du(e),Aa(e.parent===t,"Respondable target must be a frame in the current window")}function Du(e){Aa(t!==e,"Messages can not be sent to the same window.")}var xu={},Eu=[];function Au(){var e="".concat(hu(),":").concat(hu());return Eu.includes(e)?Au():(Eu.push(e),e)}function Fu(e,t,r,n){var a,i,l,u;return(r?yu:wu)(e),t.message instanceof Error&&!r?(o.log(t.message),!1):(i=(u=_({messageId:Au()},t)).topic,l=u.message,i={channelId:u.channelId,topic:i,messageId:u.messageId,keepalive:!!u.keepalive,source:bu()},l instanceof Error?i.error={name:l.name,message:l.message,stack:l.stack}:i.payload=l,a=JSON.stringify(i),!(!(u=o._audit.allowedOrigins)||!u.length||("function"==typeof n&&function(e,t,r){r=!(2\ -{var r=e.message||"Unknown error occurred",n=vu.includes(e.name)?e.name:"Error";return n=t[n]||Error,e.stack&&(r+="\\n"+e.stack.replace(e.message,"")),new n(r)})(r.error):r.payload,messageId:i,channelId:o,keepalive:\ -!!e}}(s)||{},d=c.channelId,p=c.message,f=c.messageId;if(i=u,((l=o._audit.allowedOrigins)&&l.includes("*")||l.includes(i))&&(n=f,!Eu.includes(n))&&(Eu.push(n),1))if(p instanceof Error&&e.parent!==t)o.log(p);else try{if(c.topic){var m=Cu(e,d);yu(e),r(c,m)}else{var h=e,g=(b=c).channelId,v=b.message,b=b.keepalive,y=(w=(e=>xu[e])(g)||{}).replyHandler,w=w.sendToParent;if(y){(w?yu:wu)(h),h=Cu(h,g,w),!b&&g&&(e=>{delete xu[e]})(g);try{y(v,b,h)}catch(r){o.log(r),h(r,b)}}}}catch(r){var D=e,x=r,E=d;if(!D.parent!==t)o.log(x);else try{Fu(D,{topic:null,channelId:E,message:x,messageId:Au(),keepalive:!0},!0)}catch(r){return void o.log(r)}}}catch(r){o.log(r)}}var Ru,Nu,Tu={open:function(e){var r;if("function"==typeof t.addEventListener)return t.addEventListener("message",r=function(t){ku(t,e)},!1),function(){t.removeEventListener("message",r,!1)}},post:function(e,r,n){return"function"==typeof t.addEventListener&&Fu(e,r,!1,n)}};function Su(e){e.updateMessenger(Tu)}var Ou={};function _u(e,t,r,n,a){return \ -t={topic:t,message:r,channelId:"".concat(hu(),":").concat(hu()),keepalive:n},Nu(e,t,a)}function Mu(e,t){var r=e.topic,n=e.message;e=e.keepalive;if(r=Ou[r])try{r(n,e,t)}catch(r){o.log(r),t(r,e)}}function Pu(e,t,r,n){var a,o=e.contentWindow,i=null!=(i=null==(i=t.options)?void 0:i.pingWaitTime)?i:500;o?0===i?Iu(e,t,r,n):(a=setTimeout((function(){a=setTimeout((function(){t.debug?n(Bu("No response from frame",e)):r(null)}),0)}),i),_u(o,"axe.ping",null,void 0,(function(){clearTimeout(a),Iu(e,t,r,n)}))):(ua("Frame does not have a content window",e),r(null))}function Iu(e,t,r,n){var a=null!=(a=null==(a=t.options)?void 0:a.frameWaitTime)?a:6e4,o=e.contentWindow,i=setTimeout((function(){n(Bu("Axe in frame timed out",e))}),a);_u(o,"axe.start",t,void 0,(function(e){clearTimeout(i),(e instanceof Error==0?r:n)(e)}))}function Bu(e,t){var r;return o._tree&&(r=kl(t)),new Error(e+": "+(r||t))}_u.updateMessenger=function(e){var t=e.open;e=e.post,Aa("function"==typeof t,"open callback must be a function")\ -,Aa("function"==typeof e,"post callback must be a function"),Ru&&Ru(),t=t(Mu);Ru=t?(Aa("function"==typeof t,"open callback must return a cleanup function"),t):null,Nu=e},_u.subscribe=function(e,t){Aa("function"==typeof t,"Subscriber callback must be a function"),Aa(!Ou[e],"Topic ".concat(e," is already registered to.")),Ou[e]=t},_u.isInFrame=function(){return!!(0e.frameElement?qu.toSpec(e.frameElement):e.frameSpec||null)(e),n.forEach((function(e){e.nodes&&t&&(a=e.nodes,n=t,a.forEach((function(e){e.node=qu.mergeSpecs(e.node,n),zu(e).forEach((function(e){e.relatedNodes=e.relatedNodes.map((function(e){return qu.mergeSpecs(e,n)}))}))})));var n,a=Vu(r,"id",e.id);a?(e.nodes.length&&((e,t)=>{for(var r=t[0].node,n=0;n(0|t.left)&&(0|e.top)<(0|t.bottom)&&(0|e.bottom)>(0|t.top)}var as=pl((function(e){var t=[];return e?("hidden"===e.getComputedStylePropertyValue("overflow")&&t.push(e),t.concat(as(e.parent))):t})),os\ -=as,is=/rect\\s*\\(([0-9]+)px,?\\s*([0-9]+)px,?\\s*([0-9]+)px,?\\s*([0-9]+)px\\s*\\)/,ls=/(\\w+)\\((\\d+)/;function us(e){return["style","script","noscript","template"].includes(e.props.nodeName)}function ss(e){return"area"!==e.props.nodeName&&"none"===e.getComputedStylePropertyValue("display")}function cs(e){return!(1{for(var r=e.parent;r&&r!==t;){if(["relative","sticky"].includes(r.getComputedStylePropertyValue("position")))return 1;r=r.parent}})(e,r)&&"static"===r.getComputedStylePropertyValue("position"))&&((r=r.boundingClientRect).width<2||r.height<2||!ns(n,r))})))}function gs(e){var t=e.getComputedStylePropertyValue("clip").match(is),r=e.getComputedStylePropertyValue("clip-path").match(ls);if(t&&5===t.length&&(e=e.getComputedStylePropertyValue("position"),["fixed","absolute"].includes(e)))return t[3]-t[1]<=0&&t[2]-t[4]<=0;if(r){e=r[1];var n=parseInt(r[2],10);switch(e){case"inset":return 50<=n;case"circle":return 0===n}}return!1}function vs(e,t){var r,n=Zl(e,"map");return!n||!((n=n.attr("name"))&&(e=Ju(e.actualNode))&&9===e.nodeType&&(r=vm(o._tree,'img[usemap="#'.concat(Ca(n),'"]')))&&r.length)||r.some((function(e){return!t(e)\ -}))}function bs(e){var t;return"details"===(null==(t=e.parent)?void 0:t.props.nodeName)&&(("summary"!==e.props.nodeName||e.parent.children.find((function(e){return"summary"===e.props.nodeName}))!==e)&&!e.parent.hasAttr("open"))}var ys=[ss,cs,ds,bs];function ws(e){var t=(r=1{for(e=Es(e);e&&"html"!==e.nodeName.toLowerCase();){if(e.scrollTop&&0<=(t+=e.scrollTop))return;e=Es(e)}return 1})(e,i.bottom)||"absolute"===a.position))return!0;if(0!==i.left||0!==i.right)if("ltr"===o){if(i.right<=0)return!0}else if(e=Math.max(r.scrollWidth,Cs(t).width),i.left>=e)return!0;return!1}},Rs=[fs,ms,hs,gs,ks];function Ns\ -(e){return e=Kf(e).vNode,Ts(e)}var Ts=pl((function(e,t){return e.actualNode&&"area"===e.props.nodeName?!vs(e,Ts):!(ws(e,{skipAncestors:!0,isAncestor:t})||e.actualNode&&Rs.some((function(r){return r(e,{isAncestor:t})})))&&(!e.parent||Ts(e.parent,!0))}));function Ss(e,r){var n=Math.min(e.top,r.top),a=Math.max(e.right,r.right),o=Math.max(e.bottom,r.bottom);e=Math.min(e.left,r.left);return new t.DOMRect(e,n,a-e,o-n)}function Os(e,t){var r=e.x;e=e.y;return t.top<=e&&r<=t.right&&e<=t.bottom&&t.left<=r}var _s={};function Ms(e,r){var n=Math.max(e.left,r.left),a=Math.min(e.right,r.right),o=Math.max(e.top,r.top);e=Math.min(e.bottom,r.bottom);return a<=n||e<=o?null:new t.DOMRect(n,o,a-n,e-o)}function Ps(e){var r=e.left;return new t.DOMPoint(r+e.width/2,e.top+e.height/2)}ce(_s,{getBoundingRect:function(){return Ss},getIntersectionRect:function(){return Ms},getOffset:function(){return js},getRectCenter:function(){return Ps},hasVisualOverlap:function(){return qs},isPointInRect:function(){return Os},\ -rectHasMinimumSize:function(){return Bs},rectsOverlap:function(){return ns},splitRects:function(){return zs}});var Is=.05;function Bs(e,t){return e<=t.width+Is&&e<=t.height+Is}function js(e,t){var r=2({x:e.xt.right?t.right:e.x,y:t=e.yt.bottom?t.bottom:e.y}))(i,u));e=Math.min(e,s)}}catch(e){l.e(e)}finally{l.f()}a=Ac(t);return Bs(2*r,a)?e:(a=Ls(i,Ps(n.reduce(Ss)))-r,Math.max(0,Math.min(e,a)))}),1/0):null}function Ls(e,t){return Math.hypot(e.x-t.x,e.y-t.y)}function qs(e,t){var r=e.boundingClientRect,n=t.boundingClientRect;return!(r.left>=n.right||r.right<=n.left||r.top>=n.bottom||r.bottom<=n.top)&&0{var r=e.top,n=e.left,a=e.bottom,o=e.right,i=rt.top,l=nt.left,u=[];if(Vs(t.top,r,a)&&l&&u.push({top:r,left:n,bottom:t.top,right:o}),Vs(t.right,n,o)&&i&&u.push({top:r,left:t.right,bottom:a,right:o}),Vs(t.bottom,r,a)&&l&&u.push({top:t.bottom,right:o,bottom:a,left:n}),Vs(t.left,n,o)&&i&&u.push({top:r,left:n,bottom:a,right:t.left}),0===u.length){if(((e,t)=>e.top>=t.top&&e.left>=t.left&&e.bottom<=t.bottom&&e.right<=t.right)(e,t))return[];u.push(e)}return u.map(Gs)})(r,e))}),[])).length)throw new Error("splitRects: Too many rects")};for(a.s();!(r=a.n()).done;)o()}catch(e){a.e(e)}finally{a.f()}return n}var Vs=function(e,t,r){return t{var n=t._stackingOrder.slice(),a=(Xs(e,t)&&-1!==(a=n.findIndex((function(e){return e=e.stackLevel,[$s,Us,Ws].includes(e)})))&&n.splice(a,n.length-a),((e,t)=>{var r=((e,t)=>"static"!==e.getComputedStylePropertyValue("position")||Zs(t)?e.getComputedStylePropertyValue("z-index"):"auto")(e,t);return["auto","0"].includes(r)?"static"!==e.getComputedStylePropertyValue("position")?Ws:"none"!==e.getComputedStylePropertyValue("float")?Us:Xs(e,t)?Hs:null:parseInt\ -(r)})(e,t));return null!==a&&n.push(Js(a,r,e)),n})(c,a,Ys++),((e,t)=>{for(var r=null,n=[e];t;){if(Tf(t.actualNode)){r=t;break}if(t._scrollRegionParent){r=t._scrollRegionParent;break}n.push(t),t=Ml(t.actualNode.parentElement||t.actualNode.parentNode)}return n.forEach((function(e){return e._scrollRegionParent=r})),r})(c,a)),p=(d=d?d._subGrid:r,Tf(c.actualNode)&&(p=new ec(c),c._subGrid=p),c.boundingClientRect);0!==p.width&&0!==p.height&&Ns(s)&&Qs(d,c),Xu(s)&&Ks(s.shadowRoot,d,c),s=u.nextNode()}}return la.gridSize}function Xs(e,t){var r=e.getComputedStylePropertyValue("position"),n=e.getComputedStylePropertyValue("z-index");return"fixed"===r||"sticky"===r||"auto"!==n&&"static"!==r||"1"!==e.getComputedStylePropertyValue("opacity")||"none"!==(e.getComputedStylePropertyValue("-webkit-transform")||e.getComputedStylePropertyValue("-ms-transform")||e.getComputedStylePropertyValue("transform")||"none")||(r=e.getComputedStylePropertyValue("mix-blend-mode"))&&"normal"!==r||(r=e.getComputedStyleProp\ -ertyValue("filter"))&&"none"!==r||(r=e.getComputedStylePropertyValue("perspective"))&&"none"!==r||(r=e.getComputedStylePropertyValue("clip-path"))&&"none"!==r||"none"!==(e.getComputedStylePropertyValue("-webkit-mask")||e.getComputedStylePropertyValue("mask")||"none")||"none"!==(e.getComputedStylePropertyValue("-webkit-mask-image")||e.getComputedStylePropertyValue("mask-image")||"none")||"none"!==(e.getComputedStylePropertyValue("-webkit-mask-border")||e.getComputedStylePropertyValue("mask-border")||"none")||"isolate"===e.getComputedStylePropertyValue("isolation")||"transform"===(r=e.getComputedStylePropertyValue("will-change"))||"opacity"===r||"touch"===e.getComputedStylePropertyValue("-webkit-overflow-scrolling")||(r=e.getComputedStylePropertyValue("contain"),["layout","paint","strict","content"].includes(r))||!("auto"===n||!Zs(t))}function Zs(e){if(e)return e=e.getComputedStylePropertyValue("display"),["flex","inline-flex","grid","inline-grid"].includes(e)}function Js(e,t,r){return{s\ -tackLevel:e,treeOrder:t,vNode:r}}function Qs(e,t){var r=os(t);t.clientRects.forEach((function(n){n=r.reduce((function(e,t){return e&&Ms(e,t.boundingClientRect)}),n);n&&(null==t._grid&&(t._grid=e),n=e.getGridPositionOfRect(n),e.loopGridPosition(n,(function(e){e.includes(t)||e.push(t)})))}))}var ec=W((function e(){var t=0{Ks();var r=o._tree[0]._grid,n=new t.DOMRect(0,0,t.innerWidth,t.innerHeight);if(r)for(var a=0;ae._stackingOrder[a].stackLevel)return 1;if(r._stackingOrder[a].stackLevel=Math.floor(t)&&i=Math.floor(r)}))}));return(a=e.container)&&(t=vc(a._grid,a.boundingClientRect,!0).concat(t)),r?t:t.sort(hc).map((function(e){return e.actualNode})).concat(n.documentElement).filter((function(e,t,r){return r.indexOf(e)===t}))}var bc=function(e){var t=rc(e);return t?vc(t,Ml(e).boundingClientRect):[]},yc=function(e){return vm(e,"*").filter((function(e){var t=e.isFocusable;return null!==(e=tm(e.actualNode.getAttribute("tabindex")))?t&&0<=e:t}))},wc=function(e){var t=Kf(e).vNode;if(t&&!cc(t))switch(t.props.nodeName){case"a":case"area":if(t.hasAttr("href"))return!0;break;case"input":return"hidden"!==t.props.type;case"textarea":case"select":case"summary":case"button":return!0;case"details":return!vm(t,"summary").length}return!1};function Dc(e){return 1===(e=Kf(e).vNode).prop\ -s.nodeType&&!(cc(e)||!wc(e)&&null===tm(e.attr("tabindex")))}function xc(e){return 1===(e=Kf(e).vNode).props.nodeType&&!(tm(e.attr("tabindex"))<=-1)&&Dc(e)}var Ec=pl((function(e){var t="inline"===e.getComputedStylePropertyValue("display")?e.clientRects:[e.boundingClientRect],r=nc(e).filter((function(t){return qs(e,t)&&"none"!==t.getComputedStylePropertyValue("pointer-events")&&!(Uu(e,t)&&!xc(t))}));return r.length?(r=r.map((function(e){return"inline"===e.getComputedStylePropertyValue("display")?e.clientRects:e.boundingClientRect})).flat(1/0),zs(t,r)):t})),Ac=pl((function(e,t){return((e,t)=>e.reduce((function(e,r){var n=Bs(t,e);return n!==Bs(t,r)?n?e:r:(n=e.width*e.height,r.width*r.height{if(!e.attr("id"))return[];if(e.actualNode)retur\ -n es({elm:"label",attr:"for",value:e.attr("id"),context:e.actualNode});throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes")})(e);return(t=Zl(e,"label"))?(n=[].concat(M(r),[t.actualNode])).sort(Yf):n=r,n.map((function(e){return kc(e,a)})).filter((function(e){return""!==e})).join(" ")},jd={submit:"Submit",image:"Submit",reset:"Reset",button:""};function Ld(e,t){return t.attr(e)||""}function qd(e,t,r){t=t.actualNode;var n=[e=e.toLowerCase(),t.nodeName.toLowerCase()].join(",");return(t=t.querySelector(n))&&t.nodeName.toLowerCase()===e?kc(t,r):""}var zd={valueText:function(e){return e.props.value||""},buttonDefaultText:function(e){return jd[e.props.type]||""},tableCaptionText:qd.bind(null,"caption"),figureText:qd.bind(null,"figcaption"),svgTitleText:qd.bind(null,"title"),fieldsetLegendText:qd.bind(null,"legend"),altText:Ld.bind(null,"alt"),tableSummaryText:Ld.bind(null,"summary"),titleText:gd,subtreeText:Id,labelText:Bd,singleSpace:function(){return" "},placehold\ -erText:Ld.bind(null,"placeholder")};function Vd(e){var t,r=1?@\\[\\]^_\`{|}~\\xb1]/g.test(e):a};function $d(e){var r=1=a){if(i.numLigatures/i.occurrences==1)return!0;if(0===i.numLigatures)return!1}i.occurrences++;var s="".concat(a=30,"px ").concat(e),c=(l.font=s,o.charAt(0)),d=l.measureText(c).width;if(0===d)return i.numLigatures++,!0;d<30&&(d*=p=30/d,s="".concat(a*=p,"px ").concat(e)),u.width=d,u.height=a,l.font=s,l.textAlign="l\ -eft",l.textBaseline="top",l.fillText(c,0,0);var p=new Uint32Array(l.getImageData(0,0,d,a).data.buffer);if(!p.some((function(e){return e})))return i.numLigatures++,!0;l.clearRect(0,0,d,a),l.fillText(o,0,0);var f=new Uint32Array(l.getImageData(0,0,d,a).data.buffer);e=p.reduce((function(e,t,r){return 0===t&&0===f[r]||0!==t&&0!==f[r]?e:++e}),0),u=o.split("").reduce((function(e,t){return e+l.measureText(t).width}),0),s=l.measureText(o).width;return r<=e/p.length&&r<=1-s/u&&(i.numLigatures++,!0)}function Hd(e){var t,r,n,a,i,l=((e,t)=>(t.startNode||(t=_({startNode:e},t)),1===e.props.nodeType&&t.inLabelledByContext&&void 0===t.includeHidden?_({includeHidden:!wd(e)},t):t))(e,1e&&1===e.props.nodeType&&!t.includeHidden&&!wd(e))(e,l)||(t=e,r=(i=l).ignoreIconLigature,n=i.pixelThreshold,a=null!=(a=i.occurrenceThreshold)?a:i.occuranceThreshold,3===t.props.nodeType&&r&&$d(t,n,a))?"":(i=[Rc,Nc,Vd,Md,Id,Ud,gd].reduce((function(t,r){\ -return""!==(t=l.startNode===e?Wc(t):t)?t:r(e,l)}),""),l.debug&&o.log(i||"{empty-value}",e.actualNode,l),i)}function Ud(e){return 3!==e.props.nodeType?"":e.props.nodeValue}Hd.alreadyProcessed=function(e,t){return t.processed=t.processed||[],!!t.processed.includes(e)||(t.processed.push(e),!1)};var Wd=function(e,t){var r=t.emoji,n=t.nonBmp;t=t.punctuations;return r&&(e=e.replace(Ia(),"")),n&&(e=e.replace(/[\\u1D00-\\u1D7F\\u1D80-\\u1DBF\\u1DC0-\\u1DFF\\u20A0-\\u20CF\\u20D0-\\u20FF\\u2100-\\u214F\\u2150-\\u218F\\u2190-\\u21FF\\u2200-\\u22FF\\u2300-\\u23FF\\u2400-\\u243F\\u2440-\\u245F\\u2460-\\u24FF\\u2500-\\u257F\\u2580-\\u259F\\u25A0-\\u25FF\\u2600-\\u26FF\\u2700-\\u27BF\\uE000-\\uF8FF]/g,"").replace(/[\\uDB80-\\uDBBF][\\uDC00-\\uDFFF]/g,"").replace(/[\\xAD\\u0600-\\u0605\\u061C\\u06DD\\u070F\\u08E2\\u180E\\u200B-\\u200F\\u202A-\\u202E\\u2060-\\u2064\\u2066-\\u206F\\uFEFF\\uFFF9-\\uFFFB]|\\uD804[\\uDCBD\\uDCCD]|\\uD80D[\\uDC30-\\uDC38]|\\uD82F[\\uDCA0-\\uDCA3]|\\uD834[\\uDD73-\\uDD7A]|\\uDB40[\\uDC01\\uDC20-\\uDC7F]/g,"")),t?e.replace(/[\\u2000-\\u206F\\u2E00-\\u2E7F\ -\\\\'!"#$%&\\xa3\\xa2\\xa5\\xa7\\u20ac()*+,\\-.\\/:;<=>?@\\[\\]^_\`{|}~\\xb1]/g,""):e},Yd=function(e){var t;return 0===Wc(e).length||1===(t=e).length&&t.match(/\\D/)||["aa","abc"].includes(e.toLowerCase())||(e=>(e=Wd(e,{emoji:!0,nonBmp:!0,punctuations:!0}),!Wc(e)))(e)?0:1},Kd={stateTerms:["on","off"],standaloneTerms:["name","honorific-prefix","given-name","additional-name","family-name","honorific-suffix","nickname","username","new-password","current-password","organization-title","organization","street-address","address-line1","address-line2","address-line3","address-level4","address-level3","address-level2","address-level1","country","country-name","postal-code","cc-name","cc-given-name","cc-additional-name","cc-family-name","cc-number","cc-exp","cc-exp-month","cc-exp-year","cc-csc","cc-type","transaction-currency","transaction-amount","language","bday","bday-day","bday-month","bday-year","sex","url","photo","one-time-code"],qualifiers:["home","work","mobile","fax","pager"],qualifiedTerms:["tel","\ -tel-country-code","tel-national","tel-area-code","tel-local","tel-local-prefix","tel-local-suffix","tel-extension","email","impp"],locations:["billing","shipping"]},Xd=function(e){var t=void 0!==(t=(l=1(e=e.getComputedStylePropertyValue("display"),wp.includes(e)))(l))&&(t=(e=>{for(var t=Es(e);t&&!xp(t);)t=Es(t);return Ml(t)})(u),n=r="",a=0,function e(t,r){!1!==r(t.actualNode)&&t.children.forEach((function(t){return e(t,r)}))}(t,(function(e){var o,i;return e===t.actualNode||2!==a&&(3===e.nodeType&&(r+=e.nodeValue),1===e.nodeType?(o=(e.nodeName||"").toUpperCase(),e===u&&(a=1),((i=xp(e))||["BR","HR"].includes(o))&&(0===\ -a?n=r="":a=2),!(i||"none"===e.style.display||"hidden"===e.style.overflow||!["",null,"none"].includes(e.style.float)||!["",null,"relative"].includes(e.style.position))&&("widget"===bp(e)?(n+=e.textContent,!1):void 0)):void 0)})),r=Wc(r),o?0!==r.length:(n=Wc(n),r.length>n.length))};function xp(e){return e=Kf(e).vNode.getComputedStylePropertyValue("display"),yp.includes(e)||"table-"===e.substr(0,6)}var Ep=function(e){if(e=(e=e||{}).modalPercent||.75,_l.get("isModalOpen"))return _l.get("isModalOpen");if(lm(o._tree[0],"dialog, [role=dialog], [aria-modal=true]",Ns).length)return _l.set("isModalOpen",!0),!0;for(var r,a=Cs(t),i=a.width*e,l=a.height*e,u=(e=(a.width-i)/2,(a.height-l)/2),s=[{x:e,y:u},{x:a.width-e,y:u},{x:a.width/2,y:a.height/2},{x:e,y:a.height-u},{x:a.width-e,y:a.height-u}].map((function(e){return Array.from(n.elementsFromPoint(e.x,e.y))})),c=0;c{var e=s[c].find((function(e){return e=t.getComputedStyle(e),parseInt(e.width,10)>=i&&parseInt(e.height,10)>=l&&\ -"none"!==e.getPropertyValue("pointer-events")&&("absolute"===e.position||"fixed"===e.position)}));if(e&&s.every((function(t){return t.includes(e)})))return _l.set("isModalOpen",!0),{v:!0}})())return r.v;_l.set("isModalOpen",void 0)};function Ap(e){var t,r=1n.value?(a.value=(a.value-n.value)*e/(r.value-n.value),r.value=e):a.value=r.value=0,n.value=0,t[r.name]=r.value,t[n.name]=n.value,t[a.name]=a.value,t}},{key:"clip",value:function(){var e=new Sp(this),t=e.getLuminosity(),r=Math.min(e.r,e.g,e.b),n=Math.max(e.r,e.g,e.b);return r<0&&(e.r=t+(e.r-t)*t/(t-r),e.g=t+(e.g-t)*t/(t-r),e.b=t+(e.b-t)*t/(t-r)),1{var t=e.getPropertyValue("clip").match(Lp),r=e.getPropertyValue("clip-path").match(qp);if(t&&5===t.length&&(e=e.getPropertyValue("position"),["fixed","absolute"].includes(e)))return t[3]-t[1]<=0&&t[2]-t[4]<=0;if(r){e=r[1];var n=parseInt(r[2],10);switch(e){case"inset":return 50<=n;case"circle":return 0===n}}})(d)||"0"===d.getPropertyValue("opacity")||u||p||m)||!a&&("hidden"===d.getPropertyValue("visibility")||!n&&ks(r))))&&(f=!1,(p=r.assigned\ -Slot||r.parentNode)&&(f=e(p,n,!0)),s&&(s[c]=f),f)):(m=!0,(a=s.parent)&&(m=e(a,n,!0)),s&&(s[c]=m),m)))},Vp=function(e,r){for(var n=["fixed","sticky"],a=[],o=!1,i=0;iMath.ceil(l.left+l.width)||Math.floor(e.top+e.height)>Math.ceil(l.top+l.height))})))}w\ -hile(e=c);return!1}function $p(e){for(var t=Ml(e).parent;t;){if(Tf(t.actualNode))return t.actualNode;t=t.parent}}var Hp=function e(t,r){var a=2{var t={};if(e&&e.length){var r=e.substring(1).split("&");if(r&&r.length)for(var n=0;no&&e.left>n.right||e.top>a&&e.top>n.bottom||e.rightn.right||e.top>n.bottom)||"scroll"===o.overflow||"auto"===o.overflow||r instanceof t.HTMLBodyElement||r instanceof t.HTMLHtmlElement)},Yp=0;function Kp(e,t,r){var n;return H(this,Kp),(n=R(this,Kp)).shadowId=r,n.children=[],n.actualNode=e,(n.parent=t)\ -||(Yp=0),n.nodeIndex=Yp++,n._isHidden=null,n._cache={},n._isXHTML=fl(e.ownerDocument),"input"===e.nodeName.toLowerCase()&&(r=e.getAttribute("type"),r=n._isXHTML?r:(r||"").toLowerCase(),Nm().includes(r)||(r="text"),n._type=r),_l.get("nodeMap")&&_l.get("nodeMap").set(e,n),n}S(Kp,ca);var Xp,Zp=W(Kp,[{key:"props",get:function(){var e,t,r,n;return this._cache.hasOwnProperty("props")||(e=(n=this.actualNode).nodeType,t=n.nodeName,r=n.id,n=n.nodeValue,this._cache.props={nodeType:e,nodeName:this._isXHTML?t:t.toLowerCase(),id:r,type:this._type,nodeValue:n},1===e&&(this._cache.props.multiple=this.actualNode.multiple,this._cache.props.value=this.actualNode.value,this._cache.props.selected=this.actualNode.selected,this._cache.props.checked=this.actualNode.checked,this._cache.props.indeterminate=this.actualNode.indeterminate)),this._cache.props}},{key:"attr",value:function(e){return"function"!=typeof this.actualNode.getAttribute?null:this.actualNode.getAttribute(e)}},{key:"hasAttr",value:function(e)\ -{return"function"==typeof this.actualNode.hasAttribute&&this.actualNode.hasAttribute(e)}},{key:"attrNames",get:function(){var e;return this._cache.hasOwnProperty("attrNames")||(e=(this.actualNode.attributes instanceof t.NamedNodeMap?this.actualNode:this.actualNode.cloneNode(!1)).attributes,this._cache.attrNames=Array.from(e).map((function(e){return e.name}))),this._cache.attrNames}},{key:"getComputedStylePropertyValue",value:function(e){var r="computedStyle_"+e;return this._cache.hasOwnProperty(r)||(this._cache.hasOwnProperty("computedStyle")||(this._cache.computedStyle=t.getComputedStyle(this.actualNode)),this._cache[r]=this._cache.computedStyle.getPropertyValue(e)),this._cache[r]}},{key:"isFocusable",get:function(){return this._cache.hasOwnProperty("isFocusable")||(this._cache.isFocusable=Dc(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=yc(this)),this._cache.tabba\ -bleElements}},{key:"clientRects",get:function(){return this._cache.hasOwnProperty("clientRects")||(this._cache.clientRects=Array.from(this.actualNode.getClientRects()).filter((function(e){return 0{var n=e[e.length-1],a=null,o=1{var t=[];for(e=e.firstChild;e;)t.push(e),e=e.nextSibling;return t})(e)),t.getComputedStyle(e),uf(i,a,r\ -)):e.nodeType===n.ELEMENT_NODE?(o=lf(e,a,r),i=Array.from(e.childNodes),o.children=uf(i,o,r),[o]):e.nodeType===n.TEXT_NODE?[lf(e,a)]:void 0}var cf=function(e){return e?e.trim().split("-")[0].toLowerCase():""},df=function(e){var t={};return t.none=e.none.concat(e.all),t.any=e.any,Object.keys(t).map((function(e){var r;return t[e].length&&(r=o._audit.data.failureSummaries[e])&&"function"==typeof r.failureMessage?r.failureMessage(t[e].map((function(e){return e.message||""}))):void 0})).filter((function(e){return void 0!==e})).join("\\n\\n")};function pf(){var e=o._audit.data.incompleteFallbackMessage;return"string"!=typeof(e="function"==typeof e?e():e)?"":e}var ff=la.resultGroups;function mf(e,t){var r=o.utils.aggregateResult(e);return ff.forEach((function(e){t.resultTypes&&!t.resultTypes.includes(e)&&(r[e]||[]).forEach((function(e){Array.isArray(e.nodes)&&0(e=e.screen).orientation||e.msOrientation||e.mozOrientation)(l)||{},i=l.angle,l=l.type,{userAgent:e.userAgent,windowWidth:n,windowHeight:r,orientationAngle:i,orientationType:l}):{},timestamp:(new Date).toISOString(),url:null==(e=u.location)?void 0:e.href}}function xf(e,t){var r=t.focusable;t=t.page;return{node:e,include:[],exclude:[],initiator:!1,focusable:r&&(e=>null===(e=tm(e.getAttribute("tabindex")))||0<=e)(e),size:(e=>{var t=parseInt(e.getAttribute("width"),10),r=parseInt(e.getAttribute("height"),10);return(isNaN(t)||\ -isNaN(r))&&(e=e.getBoundingClientRect(),t=isNaN(t)?e.width:t,r=isNaN(r)?e.height:r),{width:t,height:r}})(e),page:t}}function Ef(e){var r=0{if(e instanceof t.Node)return e;if("string"==typeof e)return[e];var r;if(zf(e)?(r=e,Af(Array.isArray(r.fromFrames),"fromFrames property must be an array"),Af(r.fromFrames.every((function(e){return!Bf(e,"fromFrames")})),"Invalid context; fromFrames selector must be appended, rather than nested"),Af(!Bf(r,"fromShadowDom"),"fromFrames and fromShadowDom cannot be used on the same object"),e=e.fromFrames):Vf(e)&&(e=[e]),Array.isArray(e)){var n,a=[],o=K(e);try{for(o.s();!(n=o.n()).done;){var i=n.value;if(Vf(i)&&((e=>{Af(Array.isArray(e.fromShadowDom),"fromShadowDom property must be an array"),Af(e.fromShadowDom.every((function(e){return!Bf(e,"fromFrames")})),"shadow selector must be inside fromFrame instead"),Af(e.fromShadowDom.every((function(e){return!Bf(e,"from\ -ShadowDom")})),"fromShadowDom selector must be appended, rather than nested")})(i),i=i.fromShadowDom),"string"!=typeof i&&!(e=>Array.isArray(e)&&e.every((function(e){return"string"==typeof e})))(i))return;a.push(i)}}catch(e){o.e(e)}finally{o.f()}return a}})(r[a]);o&&n.push(o)}return n}function Af(e,t){Aa(e,"Invalid context; ".concat(t,"\\nSee: https://github.com/dequelabs/axe-core/blob/master/doc/context.md"))}function Ff(e,r){for(var n=[],a=0,o=e[r].length;a{e.frames=e.frames||[],Rm(r.shift()).forEach((function(n){var a=e.frames.find((function(e){return e.node===n}));a||(a=xf(n,e),e.frames.push(a)),a[t].push(r)}))})(e,r,l):(i=Rm(l[0]),n.push.apply(n,M(i.map((function(e){return Ml(e)}))))))}return n.filter((function(e){return e}))}fun\ -ction Cf(e,r){var o=this,i=(e=zl(e),this.frames=[],this.page="boolean"==typeof(null==(i=e)?void 0:i.page)?e.page:void 0,this.initiator="boolean"!=typeof(null==(i=e)?void 0:i.initiator)||e.initiator,this.focusable="boolean"!=typeof(null==(i=e)?void 0:i.focusable)||e.focusable,this.size="object"===a(null==(i=e)?void 0:i.size)?e.size:{},e=(e=>{if(Lf(e)){var t=" must be used inside include or exclude. It should not be on the same object.";Af(!Bf(e,"fromFrames"),"fromFrames"+t),Af(!Bf(e,"fromShadowDom"),"fromShadowDom"+t)}else{if(!qf(e))return{include:[n],exclude:[]};e={include:e,exclude:[]}}return 0===(t=Ef(e.include)).length&&t.push(n),{include:t,exclude:e=Ef(e.exclude)}})(e),this.flatTree=null!=r?r:of((e=>{for(var r=e.include,a=(e=e.exclude,Array.from(r).concat(Array.from(e))),o=0;o1===(e=e.include).length&&e[0].actualNode===n.documentElement)(this),this.frames.forEach((function(e){e.page=o.page}))),this);if(0===i.include.length&&0===i.frames.length)throw i=_u.isInFrame()?"frame":"page",new Error("No elements found for include in "+i+" Context");Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(Yf)}function kf(e){return!1===(1e.clientWidth+a;a=e.clientHeight+a{try{return!(!e.cssRules&&e.href)}catch(e){return!1}})(e)?Jf(e,t,r,n,a):em(e.href,t,r,n,!0)},em=function(e,r,n,a,o){return a.push(e),new Promise((function(r,n){var a=new t.XMLHttpRequest;a.open("GET",e),a.timeout=la.preload.timeout,a.addEventListener("error",n),a.addEventListener("timeout",n),a.addEventListener("loadend",(function(e){if(e.loaded&&a.responseText)return r(a.responseText);n(a.responseText)})),a.send()})).then((function(e){return e=r.convertDataToStylesheet({data:e,isCrossOrigin:o,priority:n,root:r.rootNode,shadowId:r.shadowId}),Qf(e.sheet,r,n,a,e.isCrossOrigin)}))},tm=function(e){return"string"==typeof e&&(e=e.trim().match(/^([-+]?\\d+)/))?Number(e[1]):null};function rm(){if(t.performance)return t.performance.now()}Xf=rm(),Zf=!1;var nm={start:function(){this.reset(),Zf=!0,this.mark("mark_axe_start")},end:function(){this.mark("mark_axe_end"),t\ -his.measure("axe","mark_axe_start","mark_axe_end",!0),this.logMeasures("axe"),this.clearMark("mark_axe_start","mark_axe_end"),Zf=!1},auditStart:function(){Zf||this.reset(),this.mark("mark_audit_start")},auditEnd:function(){this.mark("mark_audit_end"),this.measure("audit_start_to_end","mark_audit_start","mark_audit_end",!0),this.logMeasures(),this.clearMark("mark_audit_start","mark_audit_end")},mark:function(e){var r;null!=(r=t.performance)&&r.mark&&t.performance.mark(e)},measure:function(e,r,n){var a,o=3=i.startTime})),u=0;u"].includes(v[0].combinator))throw new Error("axe.utils.querySelectorAll does not support the combinator: "+g[1].combinator);(">"===v[0].combinator?d=d||[]:p=p||[]).push(v)}g[0].id&&c.shadowId!==l.parentShadowId||null==(v=l.anyLevel)||!v.includes(g)||(p=p||[]).push(g)}for(c.children&&c.children.length&&(i.push(l),l=im(c.children,p,d,c.shadowId,o.pop()));l.vNodesIndex===l.vNodes.length&&i.length;)o.push(l),l=i.pop()}return u},um=function(e){var t,r,a,i;e=void 0===(e=e.treeRoot)?o._tree[0]:e;return t=[],e=lm(e,"*",(function(e){return!t.includes(e.shadowId)&&(t.push(e.shadowId),!0)})).map((function(e){return{shadowId:e.shadowId,rootNode:Ju(e.actualNode)}})),\ -(e=om(e,[])).length?(r=n.implementation.createHTMLDocument("Dynamic document for loading cssom"),r=Mf(r),a=r,i=[],e.forEach((function(e,t){var r=e.rootNode,n=((e,t,r)=>{t=11===e.nodeType&&t?((e,t)=>Array.from(e.children).filter(sm).reduce((function(r,n){var a=n.nodeName.toUpperCase();n="STYLE"===a?n.textContent:n;return(n=t({data:n,isLink:"LINK"===a,root:e})).sheet&&r.push(n.sheet),r}),[]))(e,r):(e=>Array.from(e.styleSheets).filter((function(e){return!!e.media&&cm(e.media.mediaText)})))(e);var n=[];return t.filter((function(e){if(e.href){if(n.includes(e.href))return!1;n.push(e.href)}return!0}))})(r,e=e.shadowId,a);if(!n)return Promise.all(i);var o=t+1,l={rootNode:r,shadowId:e,convertDataToStylesheet:a,rootIndex:o},u=[];t=Promise.all(n.map((function(e,t){return Qf(e,l,[o,t],u)})));i.push(t)})),Promise.all(i).then((function e(t){return t.reduce((function(t,r){return Array.isArray(r)?t.concat(e(r)):t.concat(r)}),[])}))):Promise.resolve()};function sm(e){var t=e.nodeName.toUpperCase(),r=e.\ -getAttribute("href"),n=e.getAttribute("rel");r="LINK"===t&&r&&n&&e.rel.toUpperCase().includes("STYLESHEET");return"STYLE"===t||r&&cm(e.media)}function cm(e){return!e||!e.toUpperCase().includes("PRINT")}var dm=function(e){return e=void 0===(e=e.treeRoot)?o._tree[0]:e,e=lm(e,"video[autoplay], audio[autoplay]",(function(e){return("none"!==(e=e.actualNode).preload||0!==e.readyState||e.networkState===e.NETWORK_LOADING)&&!(e.hasAttribute("paused")||e.hasAttribute("muted")||(e.hasAttribute("src")?!e.getAttribute("src"):Array.from(e.getElementsByTagName("source")).filter((function(e){return!!e.getAttribute("src")})).length<=0))})),Promise.all(e.map((function(e){var t;e=e.actualNode;return t=e,new Promise((function(e){0{function r(e){return e.incomplete&&e.incomplete.default?e.incomplete.default:pf()}if(!e||!e.missingData)return e&&e.messageKey?t.incomplete[e.messageKey]:r(t);try{var n=t.incomplete[e.missingData[0].reason];if(n)return n;throw new Error}catch(n){return"string"==typeof e.missingData?t.incomplete[e.missingData]:r(t)}})(n.data,i)),o.message||(o.message=i.incomplete)),"function"!=typeof o.message&&(o.message=bf(o.message,n.data)),Yu(n,o)}}var vm=function(e,t){return lm(e,t)};function bm(e,t){var r,n=o._audit&&o._audit.tagExclude?o._audit.tagExclude:[],a=t.hasOwnProperty(\ -"include")||t.hasOwnProperty("exclude")?(r=t.include||[],r=Array.isArray(r)?r:[r],a=t.exclude||[],(a=Array.isArray(a)?a:[a]).concat(n.filter((function(e){return-1===r.indexOf(e)})))):(r=Array.isArray(t)?t:[t],n.filter((function(e){return-1===r.indexOf(e)})));return!!(r.some((function(t){return-1!==e.tags.indexOf(t)}))||0===r.length&&!1!==e.enabled)&&a.every((function(t){return-1===e.tags.indexOf(t)}))}var ym=function(e,t,r){var n=r.runOnly||{};r=(r.rules||{})[e.id];return!(e.pageLevel&&!t.page)&&("rule"===n.type?-1!==n.values.indexOf(e.id):r&&"boolean"==typeof r.enabled?r.enabled:"tag"===n.type&&n.values?bm(e,n.values):bm(e,[]))};function wm(e,t){var r,n,a;return t?(a=e.cloneNode(!1),r=Sa(a),a=1===a.nodeType?(n=a.outerHTML,_l.get(n,(function(){return Dm(a,r,e,t)}))):Dm(a,r,e,t),Array.from(e.childNodes).forEach((function(e){a.appendChild(wm(e,t))})),a):e}function Dm(e,t,r,a){return t&&(e=n.createElement(e.nodeName),Array.from(t).forEach((function(t){var n,o,i;n=r,o=t.name,void 0!==(i=a)\ -[o]&&(!0===i[o]||Oa(n,i[o]))||e.setAttribute(t.name,t.value)}))),e}function xm(e,t){var r=[];if(o._selectCache)for(var n=0,a=o._selectCache.length;n{if(0===e.length)return t;var r;e.length{try{return-1!==Function.toString.call(e).indexOf("[native code]")}catch(t){return"function"==typeof e}})(e))return e;if("function"!=typeof e)throw new TypeError("Super expression must either be null or a function");if(void 0!==t){if(t.has(e))return t.get(e);t.set(e,r)}function r(){return C(e,arguments,T(this).constructor)}return r.prototype=Object.create(e.prototype,{constructor:{value:r,enumerable:!1,writable:!0,configurable:!0}}),O(r,e)}(e)}(Error));var Fm=W(Am),Cm=function(e){e.forEach((function(e){var r=e.elm,n=e.top;e=e.left;if(r===t)return r.scroll(e,n);r.scrollTop=n,\ -r.scrollLeft=e}))};function km(e){return function e(t,r){var n=t.shift();return r=n?r.querySelector(n):null,0===t.length?r:null!=r&&r.shadowRoot?e(t,r.shadowRoot):null}(Array.isArray(e)?M(e):[e],n)}function Rm(e){var t=1{var t=null!=(t=e.nodeName)?t:Im[e.nodeType],r=null!=(r=null!=(r=e.nodeType)?r:Pm[e.nodeName])?r:1,n=(Aa("number"==typeof r,"nodeType has to be a number, got '".concat(r,"'")),Aa("string"==typeof t,"nodeName has to be a string, got '".concat(t,"'")),t=t.toLowerCase(),null);return"input"===t&&(n=(e.type||e.attributes&&e.attributes.type||"").toLowerCase(),Nm().includes(n)||(n="text")),e=_({},e,{nodeType:r,nodeName:t}),n&&(e.type=n),delete e.attributes,Object.freeze(e)})(e),t._attrs=(e=e.attributes,r=void 0===e?{}:e,n={htmlFor:"for",className:"class"},Object.keys(r).reduce((function(e,t){var o=r[t];return Aa("object"!==a(o)||null===o,"expects attributes not to be an object, '".concat(t,"' was")),void 0!==o&&(e[n[t]||t]=null!==o?String(o):null),e}),{}\ -)),t}var Mm,Pm={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},Im={},Bm=(Object.keys(Pm).forEach((function(e){Im[Pm[e]]=e})),Ti),jm=function(e,t){if(e=e||function(){},t=t||o.log,!o._audit)throw new Error("No audit configured");var r=o.utils.queue(),a=[],i=(Object.keys(o.plugins).forEach((function(e){r.defer((function(t){function r(e){a.push(e),t()}try{o.plugins[e].cleanup(t,r)}catch(e){r(e)}}))})),o.utils.getFlattenedTree(n.body));o.utils.querySelectorAll(i,"iframe, frame").forEach((function(e){r.defer((function(t,r){return o.utils.sendCommandToFrame(e.actualNode,{command:"cleanup-plugin"},t,r)}))})),r.then((function(r){0===a.length?e(r):t(a)})).catch(t)},Lm={};function qm(e){return Lm.hasOwnProperty(e)}function zm(e){return"string"==typeof e&&Lm[e]?Lm[e]:"function"==typeof e?e:Mm}var Vm={},Gm=(ce(Vm,{getAllCells:function(){return Gm},getCellPosition:function(){return zc},getHeaders:function(){return Hm},getScope:function(){return Vc},isColumnHeader:fu\ -nction(){return Gc},isDataCell:function(){return Um},isDataTable:function(){return Wm},isHeader:function(){return Ym},isRowHeader:function(){return $c},toArray:function(){return qc},toGrid:function(){return qc},traverse:function(){return Km}}),function(e){for(var t,r,n=[],a=0,o=e.rows.length;a.95*Cs(t).width||u<10||e.querySelector("object, embed, iframe, applet"))},Ym=function(e){return!(!Gc(e)&&!$c(e))||!!e.getAttribute("id")&&(e=Ca(e.getAttribute("id")),!!n.querySelector('[headers~="'.concat(e,'"]')))},Km=function(e,t,r,n){if(Array.isArray(t)&&(n=r,r=t,t={x:0,y:0}),"stri\ -ng"==typeof e)switch(e){case"left":e={x:-1,y:0};break;case"up":e={x:0,y:-1};break;case"right":e={x:1,y:0};break;case"down":e={x:0,y:1}}return function e(t,r,n,a){var o,i=n[r.y]?n[r.y][r.x]:void 0;return i?"function"==typeof a&&!0===(o=a(i,r,n))?[i]:((o=e(t,{x:r.x+t.x,y:r.y+t.y},n,a)).unshift(i),o):[]}(e,{x:t.x+e.x,y:t.y+e.y},r,n)},Xm={},Zm=(ce(Xm,{allowedAttr:function(){return Zm},arialabelText:function(){return Nc},arialabelledbyText:function(){return Rc},getAccessibleRefs:function(){return Qm},getElementUnallowedRoles:function(){return nh},getExplicitRole:function(){return Bc},getImplicitRole:function(){return dd},getOwnedVirtual:function(){return bd},getRole:function(){return md},getRoleType:function(){return bp},getRolesByType:function(){return oh},getRolesWithNameFromContents:function(){return sh},implicitNodes:function(){return dh},implicitRole:function(){return dd},isAccessibleRef:function(){return ph},isAriaRoleAllowedOnElement:function(){return eh},isComboboxPopup:function(){r\ -eturn fh},isUnsupportedRole:function(){return Pc},isValidRole:function(){return Ic},label:function(){return hh},labelVirtual:function(){return Zd},lookupTable:function(){return ch},namedFromContents:function(){return vd},requiredAttr:function(){return gh},requiredContext:function(){return vh},requiredOwned:function(){return bh},validateAttr:function(){return wh},validateAttrValue:function(){return yh}}),function(e){e=Mc.ariaRoles[e];var t=M(Lc());return e&&(e.allowedAttrs&&t.push.apply(t,M(e.allowedAttrs)),e.requiredAttrs)&&t.push.apply(t,M(e.requiredAttrs)),t}),Jm=/^idrefs?$/,Qm=function(e){e=e.actualNode||e;var t=(t=Qu(e)).documentElement||t,r=_l.get("idRefsByRoot",(function(){return new Map})),n=r.get(t);return n||(n=new Map,r.set(t,n),function e(t,r,n){if(t.hasAttribute){var a;"LABEL"===t.nodeName.toUpperCase()&&t.hasAttribute("for")&&(a=t.getAttribute("for"),r.has(a)?r.get(a).push(t):r.set(a,[t]));for(var o=0;o option, datalist > option, optgroup > option")},SELECT:function(e){var t=e.node;return!t.multiple&&t.size<=1&&"menu"===e.role},SVG:function(e){var t=e.node;return!(!t.parentNode||"http://www.w3.org/2000/svg"!==t.parentNode.namespaceURI)||e.out}},Oi.rolesOfType={widget:["button","checkbox","dialog","gridcell","link","log","marquee","menuitem","menuitemcheckbox","menuitemradio","option","progressbar","radio","scrollbar","searchbox","slider","spinbutton","status","switch","tab","tabpanel","textbox","timer","tooltip","tree","treeitem"]},Oi),dh=function(e){var t=null;return(e=ch.role[e])&&e.implicit?zl(e.implicit):t},ph=function(e){return!!Qm(e).length};function fh(e){var t=(1{for(;e=e.parent;)if(null!==md(e,{noPresentational:!0}))return e;return null})(e),mh(t))return!0;if(!(r=e.props.id))return!1;if(e.actualNode)return t=Ju(e.actualNode).querySelectorAll('[aria-owns~="'.concat(r,'"][role~="combobox"]:not(select),\\n [aria-controls~="').concat(r,'"][role~="combobox"]:not(select)')),Array.from(t).some(mh);throw new Error("Unable to determine combobox popup without an actualNode")}var mh=function(e){return e&&"combobox"===md(e)},hh=function(e){return e=Ml(e),Zd(e)},gh=function(e){return(e=Mc.ariaRoles[e])&&Array.isArray(e.requiredAttrs)?M(e.requiredAttrs):[]},vh=function(e){return(e=Mc.ariaRoles[e])&&Array.isArray(e.requiredContext)?M(e.requiredContext):null},bh=function(e){return(e=Mc.ariaRoles[e])&&Array.isArray(e.requiredOwned)?M(e.requiredOwned):null},yh=function(e,t){var r,n=(e=e instanceof ca?e:Ml(e)).attr(t),a=Mc.ariaAttrs[t];if(!a)return!0;if(a.allowEmpty&&(!n||""===n.trim()))return!0;switch(a.type){case"boolean":return["true","false"].include\ -s(n.toLowerCase());case"nmtoken":return"string"==typeof n&&a.values.includes(n.toLowerCase());case"nmtokens":return(r=Jp(n)).reduce((function(e,t){return e&&a.values.includes(t)}),0!==r.length);case"idref":try{var o=Qu(e.actualNode);return!(!n||!o.getElementById(n))}catch(e){throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return Cc(e,t).some((function(e){return!!e}));case"string":return""!==n.trim();case"decimal":return!(!(r=n.match(/^[-+]?([0-9]*)\\.?([0-9]*)$/))||!r[1]&&!r[2]);case"int":return o=void 0!==a.minValue?a.minValue:-1/0,/^[-+]?[0-9]+$/.test(n)&&parseInt(n)>=o}},wh=function(e){return!!Mc.ariaAttrs[e]};var Dh=["cell-header-not-in-table","cell-header-not-th","header-refs-self","empty-hdrs"],xh=Dh[0],Eh=Dh[1],Ah=Dh[2],Fh=Dh[3];function Ch(e){return"caption"===e.props.nodeName}var kh={};ce(kh,{getAriaRolesByType:function(){return ah},getAriaRolesSupportingNameFromContent:function(){return ih},getElementSpec:function(){return cd},getElementsByCont\ -entType:function(){return jc},getGlobalAriaAttrs:function(){return Lc},implicitHtmlRoles:function(){return Kc}}),Si=Ns;var Rh=["alert","log","status"];function Nh(e){return e=t.getComputedStyle((e=>{for(var t=e,r=e.textContent.trim(),n=r;n===r&&void 0!==t;){var a=-1;if(0===(e=t).children.length)return e;for(;a++,""===(n=e.children[a].textContent.trim())&&a+1{switch(e){case"lighter":return 100;case"normal":return 400;case"bold":return 700;case"bolder":return 900}return e=parseInt(e),isNaN(e)?400:e})(e.getPropertyValue("font-weight")),fontSize:parseInt(e.getPropertyValue("font-size")),isItalic:"italic"===e.getPropertyValue("font-style")}}function Th(e,t,r){return r.reduce((function(r,n){return r||(!n.size||e.fontSize/n.size>t.fontSize)&&(!n.weight||e.fontWeight-n.weight>t.fontWeight)&&(!n.italic||e.isItalic&&!t.isItalic)}),!1)}var Sh=/[;,\\s]/,Oh=/^[0-9.]+$/;ce(kr={},{aria:function(){return Xm},color:function(){return _h}\ -,dom:function(){return Zu},forms:function(){return cg},matches:function(){return sd},math:function(){return _s},standards:function(){return kh},table:function(){return Vm},text:function(){return Fc},utils:function(){return da}});var _h={},Mh=(ce(_h,{Color:function(){return _p},centerPointOfRect:function(){return Mh},elementHasImage:function(){return Rp},elementIsDistinct:function(){return Ih},filteredRectStack:function(){return jh},flattenColors:function(){return zh},flattenShadowColors:function(){return Gh},getBackgroundColor:function(){return ag},getBackgroundStack:function(){return $h},getContrast:function(){return lg},getForegroundColor:function(){return ug},getOwnBackgroundColor:function(){return Pp},getRectStack:function(){return Bh},getStackingContext:function(){return Qh},getStrokeColorsFromShadows:function(){return Kh},getTextShadowColors:function(){return Jh},hasValidContrastRatio:function(){return sg},incompleteData:function(){return kp},parseTextShadows:function(){return Zh\ -},stackingContextToColor:function(){return eg}}),function(e){if(!(e.left>t.innerWidth||t.innerHeight{var n;return Lh.includes(r)?qh[r](e,t):(n=new _p,["r","g","b"].forEach((function(a){n[a]=qh[r](e[a],t[a])})),n)})(t,e,2{var r=e.indexOf(n.body),a=Pp(t.getComputedStyle(n.documentElement));return 1{if(e!==t){if(null===e||null===t)return;if(e.length!==t.length)return;for(var r=0;r{var t,r={},n=K(e);try{for(n.s();!(t=n.n()).done;){var a=t.value,o=a.colorStr,i=a.pixels,l=(null!=r[o]||(r[o]={top:[],right:[],bottom:[],left:[]}),r[o]),u=V(i,2),s=u[0],c=u[1];Uh{var t=e.colorStr,r=e.offsetY,n=e.blurRadius,a=e.fontSize;return e.offsetX>n||n0===e?1:.185/(e/t+.4))(n,a),e)})({colorStr:f,offsetX:h,offsetY:g,blurRadius:b,fontSize:s});i.push(w)}}}catch(e){d.e(e)}finally{d.f()}if(0{var o=$h(e);if(!o)return null;var i=np(e);(a=null!=(a=Jh(e,{minRatio:a,ignoreEdgeCount:!0}))?a:[]).length&&(a=[{color:a.reduce(Gh)}]);for(var l=0;l{var a,o,i,l,u=[];return r||(r=n.documentElement,l=n.body,r=t.getComputedStyle(r),a=t.getComputedStyle(l),o=Pp(r),l=0!==(i=Pp(a)).alpha&&og(l,e.getBoundingClientRect()),(0!==i.alpha&&0===o.alpha||l&&1!==i.alpha)&&u.unshift({color:i,blendMode:ig(a.getPropertyValue("mix-blend-mode"))}),0===o.alpha)||l&&1===i.alpha||u.unshift(\ -{color:o,blendMode:ig(r.getPropertyValue("mix-blend-mode"))}),u})(e,o.includes(n.body)));return a.unshift.apply(a,M(d)),0===a.length?new _p(255,255,255,1):(e=a.reduce((function(e,t){return zh(t.color,e.color instanceof _p?e.color:e,t.blendMode)})),zh(e.color instanceof _p?e.color:e,new _p(255,255,255,1)))})(e,r,a),o._cache.getBackgroundColor={bgColor:i,bgElms:r,incompleteData:kp.get("bgColor")},i)}function og(e,r){r=Array.isArray(r)?r:[r];var n=e.getBoundingClientRect(),a=n.right,o=n.bottom,i=(c=t.getComputedStyle(e)).getPropertyValue("overflow"),l=parseInt(c.getPropertyValue("padding-left"),10),u=parseInt(c.getPropertyValue("padding-right"),10),s=parseInt(c.getPropertyValue("padding-top"),10),c=parseInt(c.getPropertyValue("padding-bottom"),10);return(["scroll","auto"].includes(i)||e instanceof t.HTMLHtmlElement)&&(a=n.left+e.scrollWidth+l+u,o=n.top+e.scrollHeight+s+c),r.every((function(e){return e.top>=n.top&&e.bottom<=o&&e.left>=n.left&&e.right<=a}))}function ig(e){return e||void 0}v\ -ar lg=function(e,t){return t&&e?(t.alpha<1&&(t=zh(t,e)),e=e.getRelativeLuminance(),t=t.getRelativeLuminance(),(Math.max(t,e)+.05)/(Math.min(t,e)+.05)):null};function ug(e,r,n){var a=3{for(;t;){var n;1===t.opacity&&t.ancestor||(e.alpha*=t.opacity,n=(null==(n=t.ancestor)?void 0:n.descendants)||r,(n=(n=1!==t.opacity?n.slice(0,n.indexOf(t)):n).map(eg)).length&&(n=n.reduce((function(e,t){return zh(t.color,e.color instanceof _p?e.color:e)}),{color:new _p(0,0,0,0),blendMode:"normal"}),e=zh(e,n))),t=t.ancestor}return e})(i,function e(t,r){var n,a=K(t);try{for(a.s();!(n=a.n()).done;){var o,i=n.value;if((null==(o=i.vNode)?void 0:o.actualNode)===r)return i;var l=e(i.descendants,r);if(l)return l}}catch(e){a.e(e)}finally{a.f()}}(n=Qh(e),e),n),new _p(255,255,255,1))}var sg=function(e,t,r,n){return e=lg(e,t),{isValid:(t=n&&Math.ceil(72*r)/96<14||!n&&Math.ceil(72*r)/96<18?4.5:3){for(;t.length;){var r=mg(e,t);if(-1!==r)return r;t=hg(t,1)}return-1})(e,n))?e.push.apply(e,M(t)):e.splice.apply(e,[r,0].concat(M(t)))),e}function mg(e,t){return e.findIndex((function(e){return Wf(e.ancestry,t)}))}function hg(e,t){return e.slice(0,e.length-t)}function gg(e,t){return e=e.boundingClientRect,t=t.boundingClientRect,e.top>=t.top&&e.left>=t.left&&e.bottom<=t.bottom&&e.right<=t.right}function vg(e){return{width:Math.round(10*e.width)/10,height:Math.round(10*e.height)/10}}function bg(e,t){retur\ -n Uu(e,t)&&!xc(t)}function yg(e){return e.map((function(e){return e.actualNode}))}function wg(e,t){var r=1{if(e.parent)return Zl(e,'table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]')})(a))&&md(t))||"treegrid"===t||(r="row".concat(1e?(e=e.toLowerCase(),["mixed","true"].includes(e)?e:"false"):"")(r.attr("aria-checked"));return"input"!==n||"checkbox"!==a||!o||o===(n=(e=>e.props.indeterminate?"mixed":e.props.checked?"true":"false")(r))||(this.data({messageKey:"checkbox",checkState:n}),!1)}var jg={row:Ig,checkb\ -ox:Bg};var Lg=function(e,t){try{return"svg"===t.props.nodeName||!!Zl(t,"svg")}catch(e){return!1}},qg=[function(e,t){return zg(t)},function(e,t){return"area"!==t.props.nodeName},function(e,t){return!Lg(0,t)},function(e,t){return Dc(t)},function(e,t){return xc(t)||!Vg(t)},function(e){return!Dp(e,{noLengthCompare:!0,includeInlineBlock:!0})}];function zg(e){return"widget"===bp(e)}var Vg=pl((function e(t){return!(null==t||!t.parent)&&(!(!zg(t.parent)||!xc(t.parent))||e(t.parent))})),Gg=function(e,t){var r=Bc(t);return!(r&&!["none","presentation"].includes(r)&&!(Sc[r]||{}).accessibleNameRequired&&!Dc(t))},$g=function(e,t,r){return r.initiator},Hg={emoji:!0,nonBmp:!1,punctuations:!0},Ug={"abstractrole-evaluate":function(e,t,r){return 0<(r=Jp(r.attr("role")).filter((function(e){return"abstract"===bp(e)}))).length&&(this.data(r),!0)},"accesskeys-after":function(e){var t={};return e.filter((function(e){if(e.data){var r=e.data.toUpperCase();if(!t[r])return(t[r]=e).relatedNodes=[],!0;t[r].relatedN\ -odes.push(e.relatedNodes[0])}return!1})).map((function(e){return e.result=!!e.relatedNodes.length,e}))},"accesskeys-evaluate":function(e,t,r){return ws(r)||(this.data(r.attr("accesskey")),this.relatedNodes([e])),!0},"alt-space-value-evaluate":function(e,t,r){return"string"==typeof(r=r.attr("alt"))&&/^\\s+$/.test(r)},"aria-allowed-attr-evaluate":function(e,t,r){var n,a=[],o=md(r),i=Zm(o),l=(Array.isArray(t[o])&&(i=om(t[o].concat(i))),K(r.attrNames));try{for(l.s();!(n=l.n()).done;){var u=n.value;!wh(u)||i.includes(u)||((e,t,r)=>"aria-required"===e&&"false"===t||!("aria-multiline"!==e||"false"!==t||!r.hasAttr("contenteditable")))(u,r.attr(u),r)||a.push(u)}}catch(e){l.e(e)}finally{l.f()}return!a.length||(this.data(a.map((function(e){return e+'="'+r.attr(e)+'"'}))),!(o||$f(r)||Dc(r))&&void 0)},"aria-allowed-attr-matches":function(e,t){var r=/^aria-/,n=t.attrNames;if(n.length)for(var a=0,o=n.length;a{var a=Mc.ariaRoles[t];return a?a.prohibitedAttrs||[]:t||n.includes(r)||"widget"===Pg(e)?[]:["aria-label","aria-labelledby"]})(r,o,a,n).filter((function(e){return!!r.attrNames.includes(e)&&""!==Wc(r.attr(e))}))).length&&(t=null!==o?"hasRole":"noRole",this.data({role:o,nodeName:a,messageKey:t+=1{function r(){if(3===n.props.nodeType&&a.push({vNode:n,role:null}),1!==n.props.nodeType||!wd(n))return 1;var e,r=md(n,{noPresentational:!0}),i=(e=n,Lc().find((function(t){return e.hasAttr(t)}))),l=!!i||Dc(n);!r&&!l||["group","rowgroup"].includes(r)&&t.some((function(e){return e===r}))?o.push.apply(o,M(n.children)):(r||l)&&a.push({role:r,attr:i||"tabindex",vNode:n})}for(var n,a=[],o=bd(e);n=o.shift();)r();return a})(r,u)).filter((function(e){var t=e.role;return 1===e.vNode.props.nodeType&&!u.includes(t)}))).length?(this.relatedNodes(a.map((function(e){return e.vNode}))),o="true"===r.attr("aria-busy")?"aria-busy-fail":"unallowed",th\ -is.data({messageKey:o,values:a.map((function(e){var t=e.vNode,r=(e=e.attr,t.props),n=r.nodeName;return 3===r.nodeType?"#text":(r=Bc(t,{dpub:!0}))?"[role=".concat(r,"]"):e?n+"[".concat(e,"]"):n})).filter((function(e,t,r){return r.indexOf(e)===t})).join(", ")}),!1):(i=u,!!n.some((function(e){return(e=e.role)&&i.includes(e)}))||("true"===r.attr("aria-busy")?(this.data({messageKey:"aria-busy"}),!0):(this.data(u),!(!t.includes(l)||n.some(Mg))&&void 0))))},"aria-required-children-matches":function(e,t){return t=Bc(t,{dpub:!0}),!!bh(t)},"aria-required-parent-evaluate":function(e,t,r){var n=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],a=_g(r,n);if(!a)return!0;var o=(e=>{for(var t,r=[];e;)e.getAttribute("id")&&(t=Ca(e.getAttribute("id")),t=Qu(e).querySelector("[aria-owns~=".concat(t,"]")))&&r.push(t),e=e.parentElement;return r.length?r:null})(e);if(o)for(var i=0,l=o.length;i=l||"bold"===a,a=Math.ceil(72*h)/96,a=(u=l&&a{var r=v\ -oid 0===(r=t.pseudoSizeThreshold)?.25:r;if(!(t=void 0!==(t=t.ignorePseudo)&&t)){var n=(t=e.boundingClientRect).width*t.height*r;do{if(n{var t=e.selectorText;e=e.style;return!(!t||e.length<=0||!(t=e.transform||e.webkitTransform||e.msTransform||!1)&&!e.rotate||(t=(e=>e&&(e=e.match(/(rotate|rotateZ|rotate3d|matrix|matrix3d)\\(([^)]+)\\)(?!.*(rotate|rotateZ|rotate3d|matrix|matrix3d))/))?p((e=V(e,3))[1],e[2]):0)(t),e=p("rotate",e.rotate),!(t+=e))||(t=Math.abs(t),Math.abs(t-180)%180<=a))&&Math.abs(t-\ -90)%90<=a})(e);r&&"HTML"!==e.selectorText.toUpperCase()&&(e=Array.from(t.querySelectorAll(e.selectorText))||[],i=i.concat(e)),o=o||r}))}))},s=0,c=Object.keys(l);s "),t[r]=e,!0):(r=e.node.ancestry.slice(0,e.node.ancestry.length-1).flat(1/0).join(" > "),t[r]&&(t[r].result=!0),!1)}))},"frame-tested-evaluate":function(e,t){return!t.isViolation&&void 0},"frame-title-has-text-matches":function(e){return e=e.getAttribute("title"),!!Wc(e)},"has-alt-evaluate":function(e,t,r){var n=r.props.nodeName;return!!["img","input","area"].includes(n)&&r.hasA\ -ttr("alt")},"has-descendant-after":function(e){return e.some((function(e){return!0===e.result}))&&e.forEach((function(e){e.result=!0})),e},"has-descendant-evaluate":function(e,t,r){if(t&&t.selector&&"string"==typeof t.selector)return!(!t.passForModal||!Ep())||(r=lm(r,t.selector,wd),this.relatedNodes(r.map((function(e){return e.actualNode}))),0{var r=null!=(r=null==(r=t[e=mg(t,e.node.ancestry)])?void 0:r.level)?r:-1;t=null!=(t=null==(t=t[e-1])?void 0:t.level)?t:-1;return 0===e||(-1!==r?r-t<=1:void 0)})(e,r)})),e},"heading-order-evaluate":function(){var e,t=_l.get("headingOrder");return t||(t=(e=lm(o._tree[0],"h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",wd)).map((function(e){return{ancestry:[Tl(e.actualNode)],level:(t=(t=md(e))&&t.includes("heading"),r=e.attr("aria-level"),n=parseInt(r,10),e=V(e.props.nodeName.match(/h(\\d)/)||[],2)[1],t?e&&!r?parseInt(e,10)\ -:isNaN(n)||n<1?e?parseInt(e,10):2:n||-1:-1)};var t,r,n})),this.data({headingOrder:t}),_l.set("headingOrder",e)),!0},"help-same-as-label-evaluate":function(e,t,r){r=Qd(r);var n=e.getAttribute("title");return!!r&&(n||(n="",e.getAttribute("aria-describedby")&&(n=Cc(e,"aria-describedby").map((function(e){return e?kc(e):""})).join(""))),Wc(n)===Wc(r))},"hidden-content-evaluate":function(e,r,n){if(!["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"].includes(e.nodeName.toUpperCase())&&cp(n)){if("none"===(n=t.getComputedStyle(e)).getPropertyValue("display"))return;if("hidden"===n.getPropertyValue("visibility")&&(!(e=(n=Es(e))&&t.getComputedStyle(n))||"hidden"!==e.getPropertyValue("visibility")))return}return!0},"hidden-explicit-label-evaluate":function(e,t,r){if(r.hasAttr("id")){if(!r.actualNode)return;var n,a=Qu(e);e=Ca(e.getAttribute("id"));if((a=a.querySelector('label[for="'.concat(e,'"]')))&&!wd(a)){try{n=Hd(r).trim()}catch(e){return}return""===n}}return!1},"html-namespace-matches":fu\ -nction(e,t){return!Lg(0,t)},"html5-scope-evaluate":function(e){return!vp(n)||"TH"===e.nodeName.toUpperCase()},"identical-links-same-purpose-after":function(e){if(e.length<2)return e;for(var t=e.filter((function(e){return void 0!==e.result})),r=[],n={},o=function(e){var o=t[e],i=(u=o.data).name,l=u.urlProps;if(n[i])return 1;var u=t.filter((function(t,r){return t.data.name===i&&r!==e})),s=u.every((function(e){return function e(t,r){var n,o;return!(!t||!r)&&(n=Object.getOwnPropertyNames(t),o=Object.getOwnPropertyNames(r),n.length===o.length)&&n.every((function(n){var o=t[n];n=r[n];return a(o)===a(n)&&("object"===a(o)||"object"===a(n)?e(o,n):o===n)}))}(e.data.urlProps,l)}));u.length&&!s&&(o.result=void 0),o.relatedNodes=[],(s=o.relatedNodes).push.apply(s,M(u.map((function(e){return e.relatedNodes[0]})))),n[i]=u,r.push(o)},i=0;i{var n=r.cssProperty,a=r.absoluteValues;r=r.normalValue;return"normal"===(n=(e=t.getComputedStyle(e)).\ -getPropertyValue(n))||(r=parseFloat(n),a)?r:(a=parseFloat(e.getPropertyValue("font-size")),e=Math.round(r/a*100)/100,isNaN(e)?n:e)})(e,{absoluteValues:a,cssProperty:n,normalValue:l}),this.data(_({value:u},r)),"number"==typeof u?("number"!=typeof o||o<=u)&&("number"!=typeof i||u<=i):void 0))},"inserted-into-focus-order-matches":function(e){return fp(e)},"internal-link-present-evaluate":function(e,t,r){return vm(r,"a[href]").some((function(e){return/^#[^/!]/.test(e.attr("href"))}))},"invalid-children-evaluate":function(e){var t=1{var n=void 0===(n=r.validRoles)?[]:n,a=(r=void 0===(r=r.validNodeNames)?[]:r,(i=e.props).nodeName),o=i.nodeType,i=i.nodeV\ -alue;t=t?"div > ":"";return 3===o&&""!==i.trim()?t+"#text":!(1!==o||!wd(e))&&((i=Bc(e))?!n.includes(i)&&t+"[role=".concat(i,"]"):!r.includes(a)&&t+a)})(i,l,t),u&&(a.includes(u)||a.push(u),1===(null==i||null==(l=i.actualNode)?void 0:l.nodeType))&&n.push(i.actualNode)}return 0!==a.length&&(this.data({values:a.join(", ")}),this.relatedNodes(n),!0)}},"invalidrole-evaluate":function(e,t,r){return!!(r=Jp(r.attr("role"))).every((function(e){return!Ic(e.toLowerCase(),{allowAbstract:!0})}))&&(this.data(r),!0)},"is-element-focusable-evaluate":function(e,t,r){return Dc(r)},"is-initiator-matches":$g,"is-on-screen-evaluate":Si,"is-visible-matches":Ns,"is-visible-on-screen-matches":function(e,t){return Ns(t)},"label-content-name-mismatch-evaluate":function(e,t,r){var n=null==t?void 0:t.pixelThreshold,a=null!=(a=null==t?void 0:t.occurrenceThreshold)?a:null==t?void 0:t.occuranceThreshold;return t=kc(e).toLowerCase(),!(e=Wc(Id(r,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:n,occurrenceThr\ -eshold:a})).toLowerCase())||(Yd(t)<1||Yd(e)<1?void 0:(r=e,n=xg(n=t),r=xg(r),!(!n||!r)&&n.includes(r)))},"label-content-name-mismatch-matches":function(e,t){var r=md(e);return!!(r&&ah("widget").includes(r)&&ih().includes(r)&&(Wc(Nc(t))||Wc(Rc(e)))&&Wc(xd(t)))},"label-matches":function(e,t){return"input"!==t.props.nodeName||!1===t.hasAttr("type")||(t=t.attr("type").toLowerCase(),!1===["hidden","image","button","submit","reset"].includes(t))},"landmark-has-body-context-matches":function(e,t){return e.hasAttribute("role")||!ts(t,"article, aside, main, nav, section")},"landmark-is-top-level-evaluate":function(e){var t=ah("landmark"),r=Es(e),n=md(e);for(this.data({role:n});r;){var a=Bc(r);if((a=a||"FORM"===r.nodeName.toUpperCase()?a:dd(r))&&t.includes(a)&&("main"!==a||"complementary"!==n))return!1;r=Es(r)}return!0},"landmark-is-unique-after":function(e){var t=[];return e.filter((function(e){var r=t.find((function(t){return e.data.role===t.data.role&&e.data.accessibleText===t.data.accessibleT\ -ext}));return r?(r.result=!1,r.relatedNodes.push(e.relatedNodes[0]),!1):(t.push(e),e.relatedNodes=[],!0)}))},"landmark-is-unique-evaluate":function(e,t,r){var n=md(e);return r=(r=Hd(r))?r.toLowerCase():null,this.data({role:n,accessibleText:r}),this.relatedNodes([e]),!0},"landmark-unique-matches":function(e,t){return r=t,a=ah("landmark"),!!(o=md(r))&&("section"!==(n=r.props.nodeName)&&"form"!==n?0<=a.indexOf(o)||"region"===o:!!Hd(r))&&wd(t);var r,n,a,o},"layout-table-matches":function(e){return!Wm(e)&&!Dc(e)},"link-in-text-block-evaluate":function(e,t){var r=t.requiredContrastRatio;if(t=t.allowSameColor,Rg(e))return!1;for(var n=Es(e);n&&1===n.nodeType&&!Rg(n);)n=Es(n);if(n){this.relatedNodes([n]);var a=ug(e),o=ug(n),i=(e=ag(e),ag(n)),l=a&&o?Cg(a,o):void 0;if((l=l&&Math.floor(100*l)/100)&&r<=l)return!0;var u=e&&i?Cg(e,i):void 0;if((u=u&&Math.floor(100*u)/100)&&r<=u)return!0;if(u){if(l)return!(!t||1!==l||1!==u)||(1===l&&1{for(var r=0,n=["before","after"];rt.maxDelay},"meta-viewport-scale-evaluate":function(e,t,r){var n,a=void 0===(a=(t=t||{}).scaleMinimum)?2:a;return t=void 0!==(t=t.lowerBound)&&t,!((r=r.attr("content")||"")&&(r=r.split(/[;,]/).reduce((function(e,t){var r;return(t=t.trim())&&(r=(t=V(t.split("="),2))[0],t=t[1],r)&&t&&(r=r.toLowerCase().trim(),t=t.toLowerCase().trim(),"maximum-scale"===r&&"yes"===t&&(t=1),"maximum-scale"===r&&parseFloat(t)<0||(e[r]=t)),e}),{}),!(t&&r["maximum-scale"]&&parseFloat(r["maximum-scale"]){if(e=e.match(/#t=(.*)/))return V(e,2)[1].split(",").map((function(e){if(/:/.test(e)){for(var t=e.split(":"),r=0,n=1;0r.right||e.topr.bottom})))})));var r},"skip-link-evaluate":function(e){return!!(e=mc(e,"href"))&&(wd(e)||void 0)},"skip-link-matches":function(e){return Bp(e)&&ks(e)},"structured-dlitems-evaluate":function(e,t,r){var n=r.children;if(!n||!n.length)return!1;for(var a,o=!1,i=!1,l=0;l{var r,n=[],a=[],o=K(t);try{for(o.s();!(r=o.n()).done;){var i=r.value;!bg(e,i)&&qs(e,i)&&"none"!==i.getComputedStylePropertyValue("pointer-events")&&(gg(e,i)?n:a).push(i)}}catch(e){o.e(e)}finally{o.f()}return{fullyObscuringElms:n,partialObscuringElms:a}})(r,i)).f\ -ullyObscuringElms,i=i.partialObscuringElms,!n.length||!o.length&&l(s)?o.length?(this.relatedNodes(yg(o)),this.data({messageKey:"obscured"}),!0):(o=!xc(r)&&void 0,l(s)?(i=i.filter((function(e){return"widget"===bp(e)&&Dc(e)}))).length?(r=((e,t,r)=>{var n;e=e.boundingClientRect,t=t.map((function(e){return"inline"===e.getComputedStylePropertyValue("display")?e.clientRects:e.boundingClientRect})).flat(1/0);try{n=zs(e,t)}catch(e){return null}var a=r;return n.reduce((function(e,t){var r=Bs(a,e);return r!==Bs(a,t)?r?e:t:(r=e.width*e.height,t.width*t.height{var t;return e?(t=zl(e)).commons=e.commons:t={},t.reporter=t.reporter||null,t.noHtml=t.noHtml||!1,t.allowedOrigins||(e=nv(),t.allowedOrigins=e?[e]:[]),t.rules=t.rules||[],t.checks=t.checks||[],t.data=_({checks:{},rules:{}},t.data),t})(this.defaultConfig);this.lang=e.lang||"en",this.reporter=e.reporter,this.commands={},this.rules=[],this.checks={},this.brand="axe",this.application="axeAPI",this.tagExclude=["experimental","deprecated"],this.noHtml=e.noHtml,this.allowedOrigins=e.allowedOrigins,av(e.rules,this,"addRule"),av(e.checks,this,"addCheck"),this.data={},this.data.checks=e.data&&e.data.checks||{},this.data.rules=e.data&&e.data.rules||{},this.data.failureSummaries=e.data&&e.data.failureSummaries||{},this.data.incompleteFallbackMessage=e.data&&e.data.incompleteFallbackMessage||"",this._constructHelpUrls()}},{key:"registerCommand",value:function(e){this.commands[e.id]=e.callback}},{key:"addRule",value:function(e){e.metadata&&(this.data.rules[e.id]=e.metad\ -ata);var t=this.getRule(e.id);t?t.configure(e):this.rules.push(new Qg(e,this))}},{key:"addCheck",value:function(e){var t=e.metadata;"object"===a(t)&&(this.data.checks[e.id]=t,"object"===a(t.messages))&&Object.keys(t.messages).filter((function(e){return t.messages.hasOwnProperty(e)&&"string"==typeof t.messages[e]})).forEach((function(e){0===t.messages[e].indexOf("function")&&(t.messages[e]=new Function("return "+t.messages[e]+";")())})),this.checks[e.id]?this.checks[e.id].configure(e):this.checks[e.id]=new Zg(e)}},{key:"run",value:function(e,t,r,n){this.normalizeOptions(t),Ll.setRunOptions(t),o._selectCache=[],l=this.rules,a=e,i=t;var a,i,l=l.reduce((function(e,t){return ym(t,a,i)&&(t.preload?e.later:e.now).push(t),e}),{now:[],later:[]}),u=l.now,s=l.later,c=nu();u.forEach((function(r){c.defer(sv(r,e,t))})),l=nu();(u=(s.length&&l.defer((function(e){pm(t).then((function(t){return e(t)})).catch((function(t){console.warn("Couldn't load preload assets: ",t),e(void 0)}))})),nu())).defer(c),u.\ -defer(l),u.then((function(a){var i,l=a.pop(),u=(l&&l.length&&(l=l[0])&&(e=_({},e,l)),a[0]);s.length?(i=nu(),s.forEach((function(r){r=sv(r,e,t),i.defer(r)})),i.then((function(e){o._selectCache=void 0,r(u.concat(e).filter((function(e){return!!e})))})).catch(n)):(o._selectCache=void 0,r(u.filter((function(e){return!!e}))))})).catch(n)}},{key:"after",value:function(e,t){var r=this.rules;return e.map((function(e){if(e.error)return e;var n=Vu(r,"id",e.id);if(!n)throw new Error("Result for unknown rule. You may be running mismatch axe-core versions");try{return n.after(e,t)}catch(e){if(t.debug)throw e;return cv(n,e)}}))}},{key:"getRule",value:function(e){return this.rules.find((function(t){return t.id===e}))}},{key:"normalizeOptions",value:function(e){var t=[],r=[];if(this.rules.forEach((function(e){r.push(e.id),e.tags.forEach((function(e){t.includes(e)||t.push(e)}))})),["object","string"].includes(a(e.runOnly))){if("string"==typeof e.runOnly&&(e.runOnly=[e.runOnly]),Array.isArray(e.runOnly))\ -{var n=e.runOnly.find((function(e){return t.includes(e)})),i=e.runOnly.find((function(e){return r.includes(e)}));if(n&&i)throw new Error("runOnly cannot be both rules and tags");e.runOnly=i?{type:"rule",values:e.runOnly}:{type:"tag",values:e.runOnly}}if((n=e.runOnly).value&&!n.values&&(n.values=n.value,delete n.value),!Array.isArray(n.values)||0===n.values.length)throw new Error("runOnly.values must be a non-empty array");if(["rule","rules"].includes(n.type))n.type="rule",n.values.forEach((function(e){if(!r.includes(e))throw new Error("unknown rule \`"+e+"\` in options.runOnly")}));else{if(!["tag","tags",void 0].includes(n.type))throw new Error("Unknown runOnly type '".concat(n.type,"'"));n.type="tag",i=n.values.filter((function(e){return!t.includes(e)&&!/wcag2[1-3]a{1,3}/.test(e)})),0!==i.length&&o.log("Could not find tags \`"+i.join("\`, \`")+"\`")}}return"object"===a(e.rules)&&Object.keys(e.rules).forEach((function(e){if(!r.includes(e))throw new Error("unknown rule \`"+e+"\` in options.rule\ -s")})),e}},{key:"setBranding",value:function(e){var t={brand:this.brand,application:this.application};"string"==typeof e&&(this.application=e),e&&e.hasOwnProperty("brand")&&e.brand&&"string"==typeof e.brand&&(this.brand=e.brand),e&&e.hasOwnProperty("application")&&e.application&&"string"==typeof e.application&&(this.application=e.application),this._constructHelpUrls(t)}},{key:"_constructHelpUrls",value:function(){var e=this,t=0{var t,r,n;return"function"==typeof Promise&&e===vv?t=new Promise((function(e,t){r=t,n=e})):(n=function(t){return e(null,t)},r=function(t){return e(t)}),{thenable:t,reject:r,resolve:n}})(i)).thenable,u=c.resolve,s=c.reject;try{Aa(o._audit,"No audit configured"),Aa(!o._running,"Axe is already running. Use \`await axe.run()\` to wait for the previous run to finish before starting a new run.")}catch(e){var c=e;if\ -("function"!=typeof i||i===vv)throw c;return void i(c.message)}return o._running=!0,a.performanceTimer&&nm.start(),o._runRules(n,a,(function(e,t){function r(e){o._running=!1,t();try{s(e)}catch(e){o.log(e)}}try{a.performanceTimer&&nm.mark("reporterStart");var n=e,i=a,l=function(e){a.performanceTimer&&(nm.mark("reporterEnd"),nm.measure("reporter","reporterStart","reporterEnd"),nm.logMeasures("reporter"),nm.end()),o._running=!1,t();try{u(e)}catch(e){o.log(e)}},c=r;void 0!==(n=zm(i.reporter)(n,i,l,c))&&l(n)}catch(e){r(e)}}),(function(e){a.performanceTimer&&nm.end(),o._running=!1,i(e),s(e)})),l},o.setup=function(e){if(o._tree)throw new Error("Axe is already setup. Call \`axe.teardown()\` before calling \`axe.setup\` again.");return pv(e=e&&"object"===a(e.documentElement)&&"object"===a(e.defaultView)?e.documentElement:e),o._tree=of(e),o._selectorData=El(o._tree),o._tree[0]},o.teardown=fv,o.runPartial=function(){for(var e=arguments.length,t=new Array(e),r=0;r{var t=e.frames,r=e.frameSpec;return r?t.map((function(e){return qu.mergeSpecs(e,r)})):t})(u),a.unshift.apply(a,M(l)))}}catch(e){i.e(e)}finally{i.f()}var c,d,p=$u(e);return(p=o._audit.after(p,r)).forEach(hm),p=p.map(ya),c=p,d=_({environmentData:n},r),new Promise((function(e,t){zm(d.reporter)(c,d,e,t)}))},o.commons=kr,o.utils=da,o.addReporter("na",(function(e,t,r){console.warn('"na" reporter will be deprecated in axe v4.0. Use the "v2" reporter instead.'),"function"==typeof t&&(r=t,t={});var n=t.environmentData,a=k(a=t,w);r(_({},Df(n),{toolOptions:a},mf(e,t)))})),o.addReporter("no-passes",(function(e,t,r){"function"==typeof t&&(r=t,t={});var n=t.environmentData,a=k(a=t,D);t.resultTypes=["violations"],e=mf(e,t).violations,r(_({},Df(n),{toolOptions:a,violations:e}))})),o.addReporter("rawEnv",(function(e,t,r){"function"==typeof t&&(r=t,t={});var n=t.environmentData;t=k(t,x),bv(e,t,(function(e){var t=Df(n);r({raw:e,env:t})}))})),o.addReporter("raw",bv),o.add\ -Reporter("v1",(function(e,t,r){function n(e){e.nodes.forEach((function(e){e.failureSummary=df(e)}))}"function"==typeof t&&(r=t,t={});var a=t.environmentData,o=k(o=t,E);(e=mf(e,t)).incomplete.forEach(n),e.violations.forEach(n),r(_({},Df(a),{toolOptions:o},e))})),o.addReporter("v2",(function(e,t,r){"function"==typeof t&&(r=t,t={});var n=t.environmentData,a=k(a=t,A);e=mf(e,t),r(_({},Df(n),{toolOptions:a},e))}),!0),o._load({lang:"en",data:{rules:{accesskeys:{description:"Ensure every accesskey attribute value is unique",help:"accesskey attribute value should be unique"},"area-alt":{description:"Ensure elements of image maps have alternative text",help:"Active elements must have alternative text"},"aria-allowed-attr":{description:"Ensure an element's role supports its ARIA attributes",help:"Elements must only use supported ARIA attributes"},"aria-allowed-role":{description:"Ensure role attribute has an appropriate value for the element",help:"ARIA role should be appropriate fo\ -r the element"},"aria-braille-equivalent":{description:"Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",help:"aria-braille attributes must have a non-braille equivalent"},"aria-command-name":{description:"Ensure every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-conditional-attr":{description:"Ensure ARIA attributes are used as described in the specification of the element's role",help:"ARIA attributes must be used as specified for the element's role"},"aria-deprecated-role":{description:"Ensure elements do not use deprecated roles",help:"Deprecated ARIA roles must not be used"},"aria-dialog-name":{description:"Ensure every ARIA dialog and alertdialog node has an accessible name",help:"ARIA dialog and alertdialog nodes should have an accessible name"},"aria-hidden-body":{description:'Ensure aria-hidden="true" is not present on the document body.',help:'aria-hidden="true" must not \ -be present on the document body'},"aria-hidden-focus":{description:"Ensure aria-hidden elements are not focusable nor contain focusable elements",help:"ARIA hidden element must not be focusable or contain focusable elements"},"aria-input-field-name":{description:"Ensure every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensure every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensure every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-prohibited-attr":{description:"Ensure ARIA attributes are not prohibited for an element's role",help:"Elements must only use permitted ARIA attributes"},"aria-required-attr":{description:"Ensure elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-child\ -ren":{description:"Ensure elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensure elements with an ARIA role that require parent roles are contained by them",help:"Certain ARIA roles must be contained by particular parents"},"aria-roledescription":{description:"Ensure aria-roledescription is only used on elements with an implicit or explicit role",help:"aria-roledescription must be on elements with a semantic role"},"aria-roles":{description:"Ensure all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensure role="text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensure every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{d\ -escription:"Ensure every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensure every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensure all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensure attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensure