@axe-core/watcher 3.17.2 → 3.18.0-next.8efccb3f
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/LICENSES-3RD-PARTY.md +1 -1
- package/dist/Controller.d.ts +9 -4
- package/dist/Controller.js +147 -86
- package/dist/Controller.js.map +1 -1
- package/dist/cypress.d.ts +1 -0
- package/dist/cypress.js +8 -3
- package/dist/cypress.js.map +1 -1
- package/dist/cypressCommands.d.ts +7 -4
- package/dist/cypressCommands.js +112 -50
- package/dist/cypressCommands.js.map +1 -1
- package/dist/index.d.ts +1 -1
- package/dist/index.js +1 -1
- package/dist/playwright.js +5 -5
- package/dist/playwright.js.map +1 -1
- package/dist/playwrightTest.js +5 -0
- package/dist/playwrightTest.js.map +1 -1
- package/dist/utils/initializeSession.d.ts +13 -1
- package/dist/utils/initializeSession.js +57 -17
- package/dist/utils/initializeSession.js.map +1 -1
- package/dist/utils/newHeadlessPlaywrightNotSupportedError.d.ts +5 -0
- package/dist/utils/newHeadlessPlaywrightNotSupportedError.js +19 -0
- package/dist/utils/newHeadlessPlaywrightNotSupportedError.js.map +1 -0
- package/dist/utils/validateHeadlessPlaywright.d.ts +7 -0
- package/dist/utils/validateHeadlessPlaywright.js +36 -0
- package/dist/utils/validateHeadlessPlaywright.js.map +1 -0
- package/dist/utils/writeSessionFile.js +17 -7
- package/dist/utils/writeSessionFile.js.map +1 -1
- package/dist/utils/writeVariables.d.ts +27 -1
- package/dist/utils/writeVariables.js +43 -11
- package/dist/utils/writeVariables.js.map +1 -1
- package/extension/axe-versions/axe-core@4.10.0/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/README.md +9 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/_template.json +1123 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/da.json +799 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/de.json +1123 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/el.json +1069 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/es.json +790 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/eu.json +789 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/fr.json +994 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/he.json +1017 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/it.json +1108 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/ja.json +1118 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/ko.json +1003 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/no_NB.json +799 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/pl.json +1109 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/pt_BR.json +970 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/zh_CN.json +1116 -0
- package/extension/axe-versions/axe-core@4.10.0/locales/zh_TW.json +1108 -0
- package/extension/axe-versions/axe-core@4.10.1/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/README.md +9 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/_template.json +1123 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/da.json +799 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/de.json +1123 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/el.json +1069 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/es.json +790 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/eu.json +789 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/fr.json +994 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/he.json +1017 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/it.json +1108 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/ja.json +1118 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/ko.json +1003 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/no_NB.json +799 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/pl.json +1109 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/pt_BR.json +970 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/zh_CN.json +1116 -0
- package/extension/axe-versions/axe-core@4.10.1/locales/zh_TW.json +1108 -0
- package/extension/axe-versions/axe-core@4.10.2/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/README.md +9 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/_template.json +1123 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/da.json +799 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/de.json +1123 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/el.json +1069 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/es.json +790 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/eu.json +789 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/fr.json +994 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/he.json +1017 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/it.json +1108 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/ja.json +1118 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/ko.json +1003 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/no_NB.json +799 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/pl.json +1109 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/pt_BR.json +970 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/zh_CN.json +1116 -0
- package/extension/axe-versions/axe-core@4.10.2/locales/zh_TW.json +1108 -0
- package/extension/axe-versions/axe-core@4.4.0/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/ja.json +966 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/ko.json +981 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.4.0/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.4.1/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/ja.json +966 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.4.1/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.4.2/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.4.2/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.4.3/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.4.3/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.5.0/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.5.0/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.5.1/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.5.1/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.5.2/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.5.2/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.6.0/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.6.0/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.6.1/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.6.1/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.6.2/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.6.2/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.6.3/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/ja.json +990 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.6.3/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.7.0/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/_template.json +1067 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/ja.json +1070 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.7.0/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.7.1/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/_template.json +1079 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/ja.json +1070 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.7.1/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.7.2/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/_template.json +1079 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/fr.json +984 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/ja.json +1070 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/pl.json +965 -0
- package/extension/axe-versions/axe-core@4.7.2/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.8.0/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/_template.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/fr.json +992 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/ja.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/pl.json +1107 -0
- package/extension/axe-versions/axe-core@4.8.0/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.8.1/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/_template.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/fr.json +992 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/ja.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/pl.json +1107 -0
- package/extension/axe-versions/axe-core@4.8.1/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.8.2/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/_template.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/fr.json +992 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/ja.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/pl.json +1107 -0
- package/extension/axe-versions/axe-core@4.8.2/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.8.3/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/_template.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/fr.json +992 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/ja.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/pl.json +1107 -0
- package/extension/axe-versions/axe-core@4.8.3/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.8.4/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/_template.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/da.json +797 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/de.json +934 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/es.json +788 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/eu.json +787 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/fr.json +992 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/he.json +1015 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/ja.json +1108 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/ko.json +1001 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/no_NB.json +797 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/pl.json +1107 -0
- package/extension/axe-versions/axe-core@4.8.4/locales/pt_BR.json +968 -0
- package/extension/axe-versions/axe-core@4.9.0/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/_template.json +1116 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/da.json +799 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/de.json +1110 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/el.json +1069 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/es.json +790 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/eu.json +789 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/fr.json +994 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/he.json +1017 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/it.json +1108 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/ja.json +1110 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/ko.json +1003 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/no_NB.json +799 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/pl.json +1109 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/pt_BR.json +970 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/zh_CN.json +1116 -0
- package/extension/axe-versions/axe-core@4.9.0/locales/zh_TW.json +1108 -0
- package/extension/axe-versions/axe-core@4.9.1/axe.min.js +12 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/README.md +9 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/_template.json +1118 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/da.json +799 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/de.json +1116 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/el.json +1069 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/es.json +790 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/eu.json +789 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/fr.json +994 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/he.json +1017 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/it.json +1108 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/ja.json +1110 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/ko.json +1003 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/nl.json +48 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/no_NB.json +799 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/pl.json +1109 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/pt_BR.json +970 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/zh_CN.json +1116 -0
- package/extension/axe-versions/axe-core@4.9.1/locales/zh_TW.json +1108 -0
- package/extension/axe-versions-mapper.js +34 -0
- package/extension/background.js +1 -1
- package/extension/background.js.LICENSE.txt +1 -1
- package/extension/content.js +1 -1
- package/extension/content.js.LICENSE.txt +1 -1
- package/package.json +5 -5
@@ -0,0 +1,12 @@
|
|
1
|
+
/*! axe v4.7.2
|
2
|
+
* Copyright (c) 2023 Deque Systems, Inc.
|
3
|
+
*
|
4
|
+
* Your use of this Source Code Form is subject to the terms of the Mozilla Public
|
5
|
+
* License, v. 2.0. If a copy of the MPL was not distributed with this
|
6
|
+
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
7
|
+
*
|
8
|
+
* This entire copyright notice must appear in every copy of this file you
|
9
|
+
* distribute or in any file that contains substantial portions of this source
|
10
|
+
* code.
|
11
|
+
*/
|
12
|
+
!function a(window){var q=window,document=window.document;function te(e){return(te="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 axe=axe||{};function P(e){this.name="SupportError",this.cause=e.cause,this.message="`".concat(e.cause,"` - feature unsupported in your environment."),e.ruleId&&(this.ruleId=e.ruleId,this.message+=" Skipping ".concat(this.ruleId," rule.")),this.stack=(new Error).stack}axe.version="4.7.2","function"==typeof define&&define.amd&&define("axe-core",[],function(){return axe}),"object"===("undefined"==typeof module?"undefined":te(module))&&module.exports&&"function"==typeof a.toString&&(axe.source="("+a.toString()+')(typeof window === "object" ? window : this);',module.exports=axe),"function"==typeof window.getComputedStyle&&(window.axe=axe),(P.prototype=Object.create(Error.prototype)).constructor=P;var I=["node"],B=["variant"],j=["matches"],o=["chromium"],i=["noImplicit"],L=["noPresentational"],z=["precision","format","inGamut"],V=["space"],$=["algorithm"],H=["method"],U=["maxDeltaE","deltaEMethod","steps","maxSteps"],G=["node"],W=["nodes"],Y=["node"],K=["relatedNodes"],X=["environmentData"],Z=["environmentData"],J=["node"],Q=["environmentData"],ee=["environmentData"],ne=["environmentData"];function re(e){return we(e)||ve(e)||Ae(e)||ye()}function ae(e,t,n){return(ae=ue()?Reflect.construct.bind():function(e,t,n){var r=[null];r.push.apply(r,t);t=new(Function.bind.apply(e,r));return n&&ie(t,n.prototype),t}).apply(null,arguments)}function oe(e,t){if("function"!=typeof t&&null!==t)throw new TypeError("Super expression must either be null or a function");e.prototype=Object.create(t&&t.prototype,{constructor:{value:e,writable:!0,configurable:!0}}),Object.defineProperty(e,"prototype",{writable:!1}),t&&ie(e,t)}function ie(e,t){return(ie=Object.setPrototypeOf?Object.setPrototypeOf.bind():function(e,t){return e.__proto__=t,e})(e,t)}function le(n){var r=ue();return function(){var e,t=ce(n),t=(e=r?(e=ce(this).constructor,Reflect.construct(t,arguments,e)):t.apply(this,arguments),this);if(e&&("object"===te(e)||"function"==typeof e))return e;if(void 0!==e)throw new TypeError("Derived constructors may only return object or undefined");return se(t)}}function se(e){if(void 0===e)throw new ReferenceError("this hasn't been initialised - super() hasn't been called");return e}function ue(){if("undefined"==typeof Reflect||!Reflect.construct)return!1;if(Reflect.construct.sham)return!1;if("function"==typeof Proxy)return!0;try{return Boolean.prototype.valueOf.call(Reflect.construct(Boolean,[],function(){})),!0}catch(e){return!1}}function ce(e){return(ce=Object.setPrototypeOf?Object.getPrototypeOf.bind():function(e){return e.__proto__||Object.getPrototypeOf(e)})(e)}function de(e,t,n){fe(e,t),t.set(e,n)}function pe(e,t){fe(e,t),t.add(e)}function fe(e,t){if(t.has(e))throw new TypeError("Cannot initialize the same private elements twice on an object")}function me(e,t){t=be(e,t,"get");return t.get?t.get.call(e):t.value}function he(e,t,n){if(t.has(e))return n;throw new TypeError("attempted to get private field on non-instance")}function ge(e,t,n){t=be(e,t,"set");if(t.set)t.set.call(e,n);else{if(!t.writable)throw new TypeError("attempted to set read only private field");t.value=n}}function be(e,t,n){if(t.has(e))return t.get(e);throw new TypeError("attempted to "+n+" private field on non-instance")}function b(e,t){if(null==e)return{};var n,r=function(e,t){if(null==e)return{};var n,r,a={},o=Object.keys(e);for(r=0;r<o.length;r++)n=o[r],0<=t.indexOf(n)||(a[n]=e[n]);return a}(e,t);if(Object.getOwnPropertySymbols)for(var a=Object.getOwnPropertySymbols(e),o=0;o<a.length;o++)n=a[o],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(r[n]=e[n]);return r}function y(e){return function(e){if(Array.isArray(e))return Ce(e)}(e)||ve(e)||Ae(e)||function(){throw new TypeError("Invalid attempt to spread non-iterable instance.\nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}()}function ve(e){if("undefined"!=typeof Symbol&&null!=e[Symbol.iterator]||null!=e["@@iterator"])return Array.from(e)}function h(){return(h=Object.assign?Object.assign.bind():function(e){for(var t=1;t<arguments.length;t++){var n,r=arguments[t];for(n in r)Object.prototype.hasOwnProperty.call(r,n)&&(e[n]=r[n])}return e}).apply(this,arguments)}function v(e,t){return we(e)||function(e,t){var n=null==e?null:"undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(null!=n){var r,a,o,i,l=[],s=!0,u=!1;try{if(o=(n=n.call(e)).next,0===t){if(Object(n)!==n)return;s=!1}else for(;!(s=(r=o.call(n)).done)&&(l.push(r.value),l.length!==t);s=!0);}catch(e){u=!0,a=e}finally{try{if(!s&&null!=n.return&&(i=n.return(),Object(i)!==i))return}finally{if(u)throw a}}return l}}(e,t)||Ae(e,t)||ye()}function ye(){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 we(e){if(Array.isArray(e))return e}function De(e,t){if(!(e instanceof t))throw new TypeError("Cannot call a class as a function")}function xe(e,t){for(var n=0;n<t.length;n++){var r=t[n];r.enumerable=r.enumerable||!1,r.configurable=!0,"value"in r&&(r.writable=!0),Object.defineProperty(e,Fe(r.key),r)}}function Ee(e,t,n){return t&&xe(e.prototype,t),n&&xe(e,n),Object.defineProperty(e,"prototype",{writable:!1}),e}function Fe(e){e=function(e,t){if("object"!==te(e)||null===e)return e;var n=e[Symbol.toPrimitive];if(void 0===n)return("string"===t?String:Number)(e);n=n.call(e,t||"default");if("object"===te(n))throw new TypeError("@@toPrimitive must return a primitive value.");return n}(e,"string");return"symbol"===te(e)?e:String(e)}function g(e,t){var n,r,a,o,i="undefined"!=typeof Symbol&&e[Symbol.iterator]||e["@@iterator"];if(i)return r=!(n=!0),{s:function(){i=i.call(e)},n:function(){var e=i.next();return n=e.done,e},e:function(e){r=!0,a=e},f:function(){try{n||null==i.return||i.return()}finally{if(r)throw a}}};if(Array.isArray(e)||(i=Ae(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 Ae(e,t){var n;if(e)return"string"==typeof e?Ce(e,t):"Map"===(n="Object"===(n=Object.prototype.toString.call(e).slice(8,-1))&&e.constructor?e.constructor.name:n)||"Set"===n?Array.from(e):"Arguments"===n||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(n)?Ce(e,t):void 0}function Ce(e,t){(null==t||t>e.length)&&(t=e.length);for(var n=0,r=new Array(t);n<t;n++)r[n]=e[n];return r}function te(e){return(te="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)}function e(e,t){return function(){return t||e((t={exports:{}}).exports,t),t.exports}}function ke(e,t){for(var n in t)Ie(e,n,{get:t[n],enumerable:!0})}function Te(t,n,r){if(n&&"object"===te(n)||"function"==typeof n){var a,o=g(Le(n));try{for(o.s();!(a=o.n()).done;)!function(){var e=a.value;je.call(t,e)||"default"===e||Ie(t,e,{get:function(){return n[e]},enumerable:!(r=qe(n,e))||r.enumerable})}()}catch(e){o.e(e)}finally{o.f()}}return t}function Ne(e){return Te((t=Ie(null!=e?Pe(Be(e)):{},"default",e&&e.__esModule&&"default"in e?{get:function(){return e.default},enumerable:!0}:{value:e,enumerable:!0}),Ie(t,"__esModule",{value:!0})),e);var t}function Re(e,t,n){e=e,t="symbol"!==te(t)?t+"":t,n=n,t in e?Ie(e,t,{enumerable:!0,configurable:!0,writable:!0,value:n}):e[t]=n}var _e,Oe,Se,Me,Pe=Object.create,Ie=Object.defineProperty,Be=Object.getPrototypeOf,je=Object.prototype.hasOwnProperty,Le=Object.getOwnPropertyNames,qe=Object.getOwnPropertyDescriptor,ze=e(function(i){"use strict";Object.defineProperty(i,"__esModule",{value:!0}),i.isIdentStart=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"-"===e||"_"===e},i.isIdent=function(e){return"a"<=e&&e<="z"||"A"<=e&&e<="Z"||"0"<=e&&e<="9"||"-"===e||"_"===e},i.isHex=function(e){return"a"<=e&&e<="f"||"A"<=e&&e<="F"||"0"<=e&&e<="9"},i.escapeIdentifier=function(e){for(var t=e.length,n="",r=0;r<t;){var a=e.charAt(r);if(i.identSpecialChars[a])n+="\\"+a;else if("_"===a||"-"===a||"A"<=a&&a<="Z"||"a"<=a&&a<="z"||0!==r&&"0"<=a&&a<="9")n+=a;else{a=a.charCodeAt(0);if(55296==(63488&a)){var o=e.charCodeAt(r++);if(55296!=(64512&a)||56320!=(64512&o))throw Error("UCS-2(decode): illegal sequence");a=((1023&a)<<10)+(1023&o)+65536}n+="\\"+a.toString(16)+" "}r++}return n},i.escapeStr=function(e){for(var t,n=e.length,r="",a=0;a<n;){var o=e.charAt(a);'"'===o?o='\\"':"\\"===o?o="\\\\":void 0!==(t=i.strReplacementsRev[o])&&(o=t),r+=o,a++}return'"'+r+'"'},i.identSpecialChars={"!":!0,'"':!0,"#":!0,$:!0,"%":!0,"&":!0,"'":!0,"(":!0,")":!0,"*":!0,"+":!0,",":!0,".":!0,"/":!0,";":!0,"<":!0,"=":!0,">":!0,"?":!0,"@":!0,"[":!0,"\\":!0,"]":!0,"^":!0,"`":!0,"{":!0,"|":!0,"}":!0,"~":!0},i.strReplacementsRev={"\n":"\\n","\r":"\\r","\t":"\\t","\f":"\\f","\v":"\\v"},i.singleQuoteEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\","'":"'"},i.doubleQuotesEscapeChars={n:"\n",r:"\r",t:"\t",f:"\f","\\":"\\",'"':'"'}}),Ve=e(function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var b=ze();e.parseCssSelector=function(o,i,l,s,a,u){var c=o.length,d="";function p(e,t){var n="";for(i++,d=o.charAt(i);i<c;){if(d===e)return i++,n;if("\\"===d){i++;var r;if((d=o.charAt(i))===e)n+=e;else if(void 0!==(r=t[d]))n+=r;else{if(b.isHex(d)){var a=d;for(i++,d=o.charAt(i);b.isHex(d);)a+=d,i++,d=o.charAt(i);" "===d&&(i++,d=o.charAt(i)),n+=String.fromCharCode(parseInt(a,16));continue}n+=d}}else n+=d;i++,d=o.charAt(i)}return n}function f(){var e="";for(d=o.charAt(i);i<c;){if(!b.isIdent(d)){if("\\"!==d)return e;if(c<=++i)throw Error("Expected symbol but end of file reached.");if(d=o.charAt(i),!b.identSpecialChars[d]&&b.isHex(d)){var t=d;for(i++,d=o.charAt(i);b.isHex(d);)t+=d,i++,d=o.charAt(i);" "===d&&(i++,d=o.charAt(i)),e+=String.fromCharCode(parseInt(t,16));continue}}e+=d,i++,d=o.charAt(i)}return e}function m(){d=o.charAt(i);for(;" "===d||"\t"===d||"\n"===d||"\r"===d||"\f"===d;)i++,d=o.charAt(i)}function h(){var e=n();if(!e)return null;var t=e;for(d=o.charAt(i);","===d;){if(i++,m(),"selectors"!==t.type&&(t={type:"selectors",selectors:[e]}),!(e=n()))throw Error('Rule expected after ",".');t.selectors.push(e)}return t}function n(){m();var e={type:"ruleSet"},t=g();if(!t)return null;for(var n=e;t&&(t.type="rule",n.rule=t,n=t,m(),d=o.charAt(i),!(c<=i||","===d||")"===d));)if(a[d]){var r=d;if(i++,m(),!(t=g()))throw Error('Rule expected after "'+r+'".');t.nestingOperator=r}else(t=g())&&(t.nestingOperator=null);return e}function g(){for(var e=null;i<c;)if("*"===(d=o.charAt(i)))i++,(e=e||{}).tagName="*";else if(b.isIdentStart(d)||"\\"===d)(e=e||{}).tagName=f();else if("."===d)i++,((e=e||{}).classNames=e.classNames||[]).push(f());else if("#"===d)i++,(e=e||{}).id=f();else if("["===d){i++,m();var t={name:f()};if(m(),"]"===d)i++;else{var n="";if(s[d]&&(n=d,i++,d=o.charAt(i)),c<=i)throw Error('Expected "=" but end of file reached.');if("="!==d)throw Error('Expected "=" but "'+d+'" found.');t.operator=n+"=",i++,m();var r="";if(t.valueType="string",'"'===d)r=p('"',b.doubleQuotesEscapeChars);else if("'"===d)r=p("'",b.singleQuoteEscapeChars);else if(u&&"$"===d)i++,r=f(),t.valueType="substitute";else{for(;i<c&&"]"!==d;)r+=d,i++,d=o.charAt(i);r=r.trim()}if(m(),c<=i)throw Error('Expected "]" but end of file reached.');if("]"!==d)throw Error('Expected "]" but "'+d+'" found.');i++,t.value=r}((e=e||{}).attrs=e.attrs||[]).push(t)}else{if(":"!==d)break;i++;n=f(),t={name:n};if("("===d){i++;var a="";if(m(),"selector"===l[n])t.valueType="selector",a=h();else{if(t.valueType=l[n]||"string",'"'===d)a=p('"',b.doubleQuotesEscapeChars);else if("'"===d)a=p("'",b.singleQuoteEscapeChars);else if(u&&"$"===d)i++,a=f(),t.valueType="substitute";else{for(;i<c&&")"!==d;)a+=d,i++,d=o.charAt(i);a=a.trim()}m()}if(c<=i)throw Error('Expected ")" but end of file reached.');if(")"!==d)throw Error('Expected ")" but "'+d+'" found.');i++,t.value=a}((e=e||{}).pseudos=e.pseudos||[]).push(t)}return e}var e=h();if(i<c)throw Error('Rule expected but "'+o.charAt(i)+'" found.');return e}}),$e=e(function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var o=ze();e.renderEntity=function t(e){var n="";switch(e.type){case"ruleSet":for(var r=e.rule,a=[];r;)r.nestingOperator&&a.push(r.nestingOperator),a.push(t(r)),r=r.rule;n=a.join(" ");break;case"selectors":n=e.selectors.map(t).join(", ");break;case"rule":e.tagName&&(n="*"===e.tagName?"*":o.escapeIdentifier(e.tagName)),e.id&&(n+="#"+o.escapeIdentifier(e.id)),e.classNames&&(n+=e.classNames.map(function(e){return"."+o.escapeIdentifier(e)}).join("")),e.attrs&&(n+=e.attrs.map(function(e){return"operator"in e?"substitute"===e.valueType?"["+o.escapeIdentifier(e.name)+e.operator+"$"+e.value+"]":"["+o.escapeIdentifier(e.name)+e.operator+o.escapeStr(e.value)+"]":"["+o.escapeIdentifier(e.name)+"]"}).join("")),e.pseudos&&(n+=e.pseudos.map(function(e){return e.valueType?"selector"===e.valueType?":"+o.escapeIdentifier(e.name)+"("+t(e.value)+")":"substitute"===e.valueType?":"+o.escapeIdentifier(e.name)+"($"+e.value+")":"numeric"===e.valueType?":"+o.escapeIdentifier(e.name)+"("+e.value+")":":"+o.escapeIdentifier(e.name)+"("+o.escapeIdentifier(e.value)+")":":"+o.escapeIdentifier(e.name)}).join(""));break;default:throw Error('Unknown entity type: "'+e.type+'".')}return n}}),t=e(function(e){"use strict";Object.defineProperty(e,"__esModule",{value:!0});var t=Ve(),n=$e();function r(){this.pseudos={},this.attrEqualityMods={},this.ruleNestingOperators={},this.substitutesEnabled=!1}r.prototype.registerSelectorPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)this.pseudos[r[n]]="selector";return this},r.prototype.unregisterSelectorPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)delete this.pseudos[r[n]];return this},r.prototype.registerNumericPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)this.pseudos[r[n]]="numeric";return this},r.prototype.unregisterNumericPseudos=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)delete this.pseudos[r[n]];return this},r.prototype.registerNestingOperators=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)this.ruleNestingOperators[r[n]]=!0;return this},r.prototype.unregisterNestingOperators=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)delete this.ruleNestingOperators[r[n]];return this},r.prototype.registerAttrEqualityMods=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)this.attrEqualityMods[r[n]]=!0;return this},r.prototype.unregisterAttrEqualityMods=function(){for(var e=[],t=0;t<arguments.length;t++)e[t]=arguments[t];for(var n=0,r=e;n<r.length;n++)delete this.attrEqualityMods[r[n]];return this},r.prototype.enableSubstitutes=function(){return this.substitutesEnabled=!0,this},r.prototype.disableSubstitutes=function(){return this.substitutesEnabled=!1,this},r.prototype.parse=function(e){return t.parseCssSelector(e,0,this.pseudos,this.attrEqualityMods,this.ruleNestingOperators,this.substitutesEnabled)},r.prototype.render=function(e){return n.renderEntity(e).trim()},e.CssSelectorParser=r}),He=e(function(e,t){"use strict";t.exports=function(){}}),Ue=e(function(e,t){"use strict";var n=He()();t.exports=function(e){return e!==n&&null!==e}}),Ge=e(function(e,t){"use strict";var o=Ue(),n=Array.prototype.forEach,r=Object.create;t.exports=function(e){var a=r(null);return n.call(arguments,function(e){if(o(e)){var t,n=Object(e),r=a;for(t in n)r[t]=n[t]}}),a}}),We=e(function(e,t){"use strict";t.exports=function(){var e=Math.sign;return"function"==typeof e&&1===e(10)&&-1===e(-20)}}),Ye=e(function(e,t){"use strict";t.exports=function(e){return e=Number(e),isNaN(e)||0===e?e:0<e?1:-1}}),Ke=e(function(e,t){"use strict";t.exports=We()()?Math.sign:Ye()}),Xe=e(function(e,t){"use strict";var n=Ke(),r=Math.abs,a=Math.floor;t.exports=function(e){return isNaN(e)?0:0!==(e=Number(e))&&isFinite(e)?n(e)*a(r(e)):e}}),Ze=e(function(e,t){"use strict";var n=Xe(),r=Math.max;t.exports=function(e){return r(0,n(e))}}),Je=e(function(e,t){"use strict";var r=Ze();t.exports=function(e,t,n){return isNaN(e)?0<=t?n&&t?t-1:t:1:!1!==e&&r(e)}}),Qe=e(function(e,t){"use strict";t.exports=function(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}}),et=e(function(e,t){"use strict";var n=Ue();t.exports=function(e){if(n(e))return e;throw new TypeError("Cannot use null or undefined")}}),tt=e(function(e,t){"use strict";var l=Qe(),s=et(),u=Function.prototype.bind,c=Function.prototype.call,d=Object.keys,p=Object.prototype.propertyIsEnumerable;t.exports=function(o,i){return function(n,r){var e,a=arguments[2],t=arguments[3];return n=Object(s(n)),l(r),e=d(n),t&&e.sort("function"==typeof t?u.call(t,n):void 0),"function"!=typeof o&&(o=e[o]),c.call(o,e,function(e,t){return p.call(n,e)?c.call(r,a,n[e],e,n,t):i})}}}),nt=e(function(e,t){"use strict";t.exports=tt()("forEach")}),rt=e(function(){}),at=e(function(e,t){"use strict";t.exports=function(){var e=Object.assign;return"function"==typeof e&&(e(e={foo:"raz"},{bar:"dwa"},{trzy:"trzy"}),e.foo+e.bar+e.trzy==="razdwatrzy")}}),ot=e(function(e,t){"use strict";t.exports=function(){try{return Object.keys("primitive"),!0}catch(e){return!1}}}),it=e(function(e,t){"use strict";var n=Ue(),r=Object.keys;t.exports=function(e){return r(n(e)?Object(e):e)}}),lt=e(function(e,t){"use strict";t.exports=ot()()?Object.keys:it()}),st=e(function(e,t){"use strict";var i=lt(),l=et(),s=Math.max;t.exports=function(t,n){var r,e,a,o=s(arguments.length,2);for(t=Object(l(t)),a=function(e){try{t[e]=n[e]}catch(e){r=r||e}},e=1;e<o;++e)i(n=arguments[e]).forEach(a);if(void 0!==r)throw r;return t}}),ut=e(function(e,t){"use strict";t.exports=at()()?Object.assign:st()}),ct=e(function(e,t){"use strict";var n=Ue(),r={function:!0,object:!0};t.exports=function(e){return n(e)&&r[te(e)]||!1}}),dt=e(function(e,r){"use strict";var a=ut(),o=ct(),i=Ue(),l=Error.captureStackTrace;r.exports=function(e){var e=new Error(e),t=arguments[1],n=arguments[2];return i(n)||o(t)&&(n=t,t=null),i(n)&&a(e,n),i(t)&&(e.code=t),l&&l(e,r.exports),e}}),pt=e(function(e,t){"use strict";var a=et(),o=Object.defineProperty,i=Object.getOwnPropertyDescriptor,l=Object.getOwnPropertyNames,s=Object.getOwnPropertySymbols;t.exports=function(t,n){var r,e=Object(a(n));if(t=Object(a(t)),l(e).forEach(function(e){try{o(t,e,i(n,e))}catch(e){r=e}}),"function"==typeof s&&s(e).forEach(function(e){try{o(t,e,i(n,e))}catch(e){r=e}}),void 0!==r)throw r;return t}}),ft=e(function(e,t){"use strict";function n(e,t){return t}var r,a,o,i,l,s=Ze();try{Object.defineProperty(n,"length",{configurable:!0,writable:!1,enumerable:!1,value:1})}catch(e){}1===n.length?(r={configurable:!0,writable:!1,enumerable:!1},a=Object.defineProperty,t.exports=function(e,t){return t=s(t),e.length===t?e:(r.value=t,a(e,"length",r))}):(i=pt(),l=[],o=function(e){var t,n=0;if(l[e])return l[e];for(t=[];e--;)t.push("a"+(++n).toString(36));return new Function("fn","return function ("+t.join(", ")+") { return fn.apply(this, arguments); };")},t.exports=function(e,t){if(t=s(t),e.length===t)return e;t=o(t)(e);try{i(t,e)}catch(e){}return t})}),mt=e(function(e,t){"use strict";t.exports=function(e){return null!=e}}),ht=e(function(e,t){"use strict";var n=mt(),r={object:!0,function:!0,undefined:!0};t.exports=function(e){return!!n(e)&&hasOwnProperty.call(r,te(e))}}),gt=e(function(e,t){"use strict";var n=ht();t.exports=function(e){if(!n(e))return!1;try{return e.constructor?e.constructor.prototype===e:!1}catch(e){return!1}}}),bt=e(function(e,t){"use strict";var n=gt();t.exports=function(e){if("function"!=typeof e)return!1;if(!hasOwnProperty.call(e,"length"))return!1;try{if("number"!=typeof e.length)return!1;if("function"!=typeof e.call)return!1;if("function"!=typeof e.apply)return!1}catch(e){return!1}return!n(e)}}),vt=e(function(e,t){"use strict";var n=bt(),r=/^\s*class[\s{/}]/,a=Function.prototype.toString;t.exports=function(e){return!!n(e)&&!r.test(a.call(e))}}),yt=e(function(e,t){"use strict";var n="razdwatrzy";t.exports=function(){return"function"==typeof n.contains&&!0===n.contains("dwa")&&!1===n.contains("foo")}}),wt=e(function(e,t){"use strict";var n=String.prototype.indexOf;t.exports=function(e){return-1<n.call(this,e,arguments[1])}}),Dt=e(function(e,t){"use strict";t.exports=yt()()?String.prototype.contains:wt()}),xt=e(function(e,t){"use strict";var i=mt(),o=vt(),l=ut(),s=Ge(),u=Dt();(t.exports=function(e,t){var n,r,a,o;return arguments.length<2||"string"!=typeof e?(o=t,t=e,e=null):o=arguments[2],i(e)?(n=u.call(e,"c"),r=u.call(e,"e"),a=u.call(e,"w")):r=!(n=a=!0),e={value:t,configurable:n,enumerable:r,writable:a},o?l(s(o),e):e}).gs=function(e,t,n){var r,a;return"string"!=typeof e?(a=n,n=t,t=e,e=null):a=arguments[3],i(t)?o(t)?i(n)?o(n)||(a=n,n=void 0):n=void 0:(a=t,t=n=void 0):t=void 0,e=i(e)?(r=u.call(e,"c"),u.call(e,"e")):!(r=!0),t={get:t,set:n,configurable:r,enumerable:e},a?l(s(a),t):t}}),Et=e(function(e,t){"use strict";var n=xt(),i=Qe(),l=Function.prototype.apply,s=Function.prototype.call,r=Object.create,a=Object.defineProperty,o=Object.defineProperties,u=Object.prototype.hasOwnProperty,c={configurable:!0,enumerable:!1,writable:!0},d=function(e,t){var n;return i(t),u.call(this,"__ee__")?n=this.__ee__:(n=c.value=r(null),a(this,"__ee__",c),c.value=null),n[e]?"object"===te(n[e])?n[e].push(t):n[e]=[n[e],t]:n[e]=t,this},p=function(e,t){var n,r;return i(t),r=this,d.call(this,e,n=function(){f.call(r,e,n),l.call(t,this,arguments)}),n.__eeOnceListener__=t,this},f=function(e,t){var n,r,a,o;if(i(t),u.call(this,"__ee__")&&(n=this.__ee__)[e])if(r=n[e],"object"===te(r))for(o=0;a=r[o];++o)a!==t&&a.__eeOnceListener__!==t||(2===r.length?n[e]=r[o?0:1]:r.splice(o,1));else r!==t&&r.__eeOnceListener__!==t||delete n[e];return this},m=function(e){var t,n,r,a,o;if(u.call(this,"__ee__")&&(a=this.__ee__[e]))if("object"===te(a)){for(n=arguments.length,o=new Array(n-1),t=1;t<n;++t)o[t-1]=arguments[t];for(a=a.slice(),t=0;r=a[t];++t)l.call(r,this,o)}else switch(arguments.length){case 1:s.call(a,this);break;case 2:s.call(a,this,arguments[1]);break;case 3:s.call(a,this,arguments[1],arguments[2]);break;default:for(n=arguments.length,o=new Array(n-1),t=1;t<n;++t)o[t-1]=arguments[t];l.call(a,this,o)}},h={on:d,once:p,off:f,emit:m},g={on:n(d),once:n(p),off:n(f),emit:n(m)},b=o({},g);t.exports=e=function(e){return null==e?r(b):o(Object(e),g)},e.methods=h}),Ft=e(function(e,t){"use strict";t.exports=function(){var e,t=Array.from;return"function"==typeof t&&(e=t(t=["raz","dwa"]),Boolean(e&&e!==t&&"dwa"===e[1]))}}),At=e(function(e,t){"use strict";t.exports=function(){return"object"===("undefined"==typeof globalThis?"undefined":te(globalThis))&&!!globalThis&&globalThis.Array===Array}}),Ct=e(function(e,t){function n(){if("object"===("undefined"==typeof self?"undefined":te(self))&&self)return self;if("object"===(void 0===window?"undefined":te(window))&&window)return window;throw new Error("Unable to resolve global `this`")}t.exports=function(){if(this)return this;try{Object.defineProperty(Object.prototype,"__global__",{get:function(){return this},configurable:!0})}catch(e){return n()}try{return __global__?__global__:n()}finally{delete Object.prototype.__global__}}()}),kt=e(function(e,t){"use strict";t.exports=At()()?globalThis:Ct()}),Tt=e(function(e,t){"use strict";var n=kt(),r={object:!0,symbol:!0};t.exports=function(){var e,t=n.Symbol;if("function"!=typeof t)return!1;e=t("test symbol");try{String(e)}catch(e){return!1}return!!r[te(t.iterator)]&&!!r[te(t.toPrimitive)]&&!!r[te(t.toStringTag)]}}),Nt=e(function(e,t){"use strict";t.exports=function(e){return!!e&&("symbol"===te(e)||!!e.constructor&&"Symbol"===e.constructor.name&&"Symbol"===e[e.constructor.toStringTag])}}),Rt=e(function(e,t){"use strict";var n=Nt();t.exports=function(e){if(n(e))return e;throw new TypeError(e+" is not a symbol")}}),_t=e(function(e,t){"use strict";var a=xt(),n=Object.create,o=Object.defineProperty,i=Object.prototype,l=n(null);t.exports=function(e){for(var t,n,r=0;l[e+(r||"")];)++r;return l[e+=r||""]=!0,o(i,t="@@"+e,a.gs(null,function(e){n||(n=!0,o(this,t,a(e)),n=!1)})),t}}),Ot=e(function(e,t){"use strict";var n=xt(),r=kt().Symbol;t.exports=function(e){return Object.defineProperties(e,{hasInstance:n("",r&&r.hasInstance||e("hasInstance")),isConcatSpreadable:n("",r&&r.isConcatSpreadable||e("isConcatSpreadable")),iterator:n("",r&&r.iterator||e("iterator")),match:n("",r&&r.match||e("match")),replace:n("",r&&r.replace||e("replace")),search:n("",r&&r.search||e("search")),species:n("",r&&r.species||e("species")),split:n("",r&&r.split||e("split")),toPrimitive:n("",r&&r.toPrimitive||e("toPrimitive")),toStringTag:n("",r&&r.toStringTag||e("toStringTag")),unscopables:n("",r&&r.unscopables||e("unscopables"))})}}),St=e(function(e,t){"use strict";var n=xt(),r=Rt(),a=Object.create(null);t.exports=function(t){return Object.defineProperties(t,{for:n(function(e){return a[e]||(a[e]=t(String(e)))}),keyFor:n(function(e){for(var t in r(e),a)if(a[t]===e)return t})})}}),Mt=e(function(e,t){"use strict";var n,r,a,o=xt(),i=Rt(),l=kt().Symbol,s=_t(),u=Ot(),c=St(),d=Object.create,p=Object.defineProperties,f=Object.defineProperty;if("function"==typeof l)try{String(l()),a=!0}catch(e){}else l=null;r=function(e){if(this instanceof r)throw new TypeError("Symbol is not a constructor");return n(e)},t.exports=n=function e(t){var n;if(this instanceof e)throw new TypeError("Symbol is not a constructor");return a?l(t):(n=d(r.prototype),t=void 0===t?"":String(t),p(n,{__description__:o("",t),__name__:o("",s(t))}))},u(n),c(n),p(r.prototype,{constructor:o(n),toString:o("",function(){return this.__name__})}),p(n.prototype,{toString:o(function(){return"Symbol ("+i(this).__description__+")"}),valueOf:o(function(){return i(this)})}),f(n.prototype,n.toPrimitive,o("",function(){var e=i(this);return"symbol"===te(e)?e:e.toString()})),f(n.prototype,n.toStringTag,o("c","Symbol")),f(r.prototype,n.toStringTag,o("c",n.prototype[n.toStringTag])),f(r.prototype,n.toPrimitive,o("c",n.prototype[n.toPrimitive]))}),Pt=e(function(e,t){"use strict";t.exports=Tt()()?kt().Symbol:Mt()}),It=e(function(e,t){"use strict";var n=Object.prototype.toString,r=n.call(function(){return arguments}());t.exports=function(e){return n.call(e)===r}}),Bt=e(function(e,t){"use strict";var n=Object.prototype.toString,r=RegExp.prototype.test.bind(/^[object [A-Za-z0-9]*Function]$/);t.exports=function(e){return"function"==typeof e&&r(n.call(e))}}),jt=e(function(e,t){"use strict";var n=Object.prototype.toString,r=n.call("");t.exports=function(e){return"string"==typeof e||e&&"object"===te(e)&&(e instanceof String||n.call(e)===r)||!1}}),Lt=e(function(e,t){"use strict";var f=Pt().iterator,m=It(),h=Bt(),g=Ze(),b=Qe(),v=et(),y=Ue(),w=jt(),D=Array.isArray,x=Function.prototype.call,E={configurable:!0,enumerable:!0,writable:!0,value:null},F=Object.defineProperty;t.exports=function(e){var t,n,r,a,o,i,l,s,u,c,d=arguments[1],p=arguments[2];if(e=Object(v(e)),y(d)&&b(d),this&&this!==Array&&h(this))t=this;else{if(!d){if(m(e))return 1!==(o=e.length)?Array.apply(null,e):((a=new Array(1))[0]=e[0],a);if(D(e)){for(a=new Array(o=e.length),n=0;n<o;++n)a[n]=e[n];return a}}a=[]}if(!D(e))if(void 0!==(u=e[f])){for(l=b(u).call(e),t&&(a=new t),s=l.next(),n=0;!s.done;)c=d?x.call(d,p,s.value,n):s.value,t?(E.value=c,F(a,n,E)):a[n]=c,s=l.next(),++n;o=n}else if(w(e)){for(o=e.length,t&&(a=new t),r=n=0;n<o;++n)c=e[n],n+1<o&&55296<=(i=c.charCodeAt(0))&&i<=56319&&(c+=e[++n]),c=d?x.call(d,p,c,r):c,t?(E.value=c,F(a,r,E)):a[r]=c,++r;o=r}if(void 0===o)for(o=g(e.length),t&&(a=new t(o)),n=0;n<o;++n)c=d?x.call(d,p,e[n],n):e[n],t?(E.value=c,F(a,n,E)):a[n]=c;return t&&(E.value=null,a.length=o),a}}),qt=e(function(e,t){"use strict";t.exports=Ft()()?Array.from:Lt()}),zt=e(function(e,t){"use strict";var n=qt(),r=Array.isArray;t.exports=function(e){return r(e)?e:n(e)}}),Vt=e(function(e,t){"use strict";var n=zt(),r=Ue(),a=Qe(),o=Array.prototype.slice,i=function(n){return this.map(function(e,t){return e?e(n[t]):n[t]}).concat(o.call(n,this.length))};t.exports=function(e){return(e=n(e)).forEach(function(e){r(e)&&a(e)}),i.bind(e)}}),$t=e(function(e,t){"use strict";var n=Qe();t.exports=function(e){var t;return"function"==typeof e?{set:e,get:e}:(t={get:n(e.get)},void 0!==e.set?(t.set=n(e.set),e.delete&&(t.delete=n(e.delete)),e.clear&&(t.clear=n(e.clear))):t.set=t.get,t)}}),Ht=e(function(e,t){"use strict";var g=dt(),b=ft(),v=xt(),n=Et().methods,y=Vt(),w=$t(),D=Function.prototype.apply,x=Function.prototype.call,E=Object.create,F=Object.defineProperties,A=n.on,C=n.emit;t.exports=function(a,t,e){var o,i,l,n,r,s,u,c,d,p,f,m=E(null),h=!1!==t?t:isNaN(a.length)?1:a.length;return e.normalizer&&(p=w(e.normalizer),i=p.get,l=p.set,n=p.delete,r=p.clear),null!=e.resolvers&&(f=y(e.resolvers)),p=i?b(function(e){var t,n,r=arguments;if(f&&(r=f(r)),null!==(t=i(r))&&hasOwnProperty.call(m,t))return u&&o.emit("get",t,r,this),m[t];if(n=1===r.length?x.call(a,this,r[0]):D.call(a,this,r),null===t){if(null!==(t=i(r)))throw g("Circular invocation","CIRCULAR_INVOCATION");t=l(r)}else if(hasOwnProperty.call(m,t))throw g("Circular invocation","CIRCULAR_INVOCATION");return m[t]=n,c&&o.emit("set",t,null,n),n},h):0===t?function(){var e;if(hasOwnProperty.call(m,"data"))return u&&o.emit("get","data",arguments,this),m.data;if(e=arguments.length?D.call(a,this,arguments):x.call(a,this),hasOwnProperty.call(m,"data"))throw g("Circular invocation","CIRCULAR_INVOCATION");return m.data=e,c&&o.emit("set","data",null,e),e}:function(e){var t,n=arguments;if(f&&(n=f(arguments)),t=String(n[0]),hasOwnProperty.call(m,t))return u&&o.emit("get",t,n,this),m[t];if(n=1===n.length?x.call(a,this,n[0]):D.call(a,this,n),hasOwnProperty.call(m,t))throw g("Circular invocation","CIRCULAR_INVOCATION");return m[t]=n,c&&o.emit("set",t,null,n),n},o={original:a,memoized:p,profileName:e.profileName,get:function(e){return f&&(e=f(e)),i?i(e):String(e[0])},has:function(e){return hasOwnProperty.call(m,e)},delete:function(e){var t;hasOwnProperty.call(m,e)&&(n&&n(e),t=m[e],delete m[e],d)&&o.emit("delete",e,t)},clear:function(){var e=m;r&&r(),m=E(null),o.emit("clear",e)},on:function(e,t){return"get"===e?u=!0:"set"===e?c=!0:"delete"===e&&(d=!0),A.call(this,e,t)},emit:C,updateEnv:function(){a=o.original}},e=i?b(function(e){var t=arguments;f&&(t=f(t)),null!==(t=i(t))&&o.delete(t)},h):0===t?function(){return o.delete("data")}:function(e){return f&&(e=f(arguments)[0]),o.delete(e)},h=b(function(){var e=arguments;return 0===t?m.data:(f&&(e=f(e)),e=i?i(e):String(e[0]),m[e])}),s=b(function(){var e=arguments;return 0===t?o.has("data"):(f&&(e=f(e)),null!==(e=i?i(e):String(e[0]))&&o.has(e))}),F(p,{__memoized__:v(!0),delete:v(e),clear:v(o.clear),_get:v(h),_has:v(s)}),o}}),Ut=e(function(e,t){"use strict";var o=Qe(),i=nt(),l=rt(),s=Ht(),u=Je();t.exports=function e(t){var n,r,a;if(o(t),(n=Object(arguments[1])).async&&n.promise)throw new Error("Options 'async' and 'promise' cannot be used together");return hasOwnProperty.call(t,"__memoized__")&&!n.force?t:(r=u(n.length,t.length,n.async&&l.async),a=s(t,r,n),i(l,function(e,t){n[t]&&e(n[t],a,n)}),e.__profiler__&&e.__profiler__(a),a.updateEnv(),a.memoized)}}),Gt=e(function(e,t){"use strict";t.exports=function(e){var t,n,r=e.length;if(!r)return"";for(t=String(e[n=0]);--r;)t+=""+e[++n];return t}}),Wt=e(function(e,t){"use strict";t.exports=function(a){return a?function(e){for(var t=String(e[0]),n=0,r=a;--r;)t+=""+e[++n];return t}:function(){return""}}}),Yt=e(function(e,t){"use strict";t.exports=function(){var e=Number.isNaN;return"function"==typeof e&&!e({})&&e(NaN)&&!e(34)}}),Kt=e(function(e,t){"use strict";t.exports=function(e){return e!=e}}),Xt=e(function(e,t){"use strict";t.exports=Yt()()?Number.isNaN:Kt()}),Zt=e(function(e,t){"use strict";var a=Xt(),o=Ze(),i=et(),l=Array.prototype.indexOf,s=Object.prototype.hasOwnProperty,u=Math.abs,c=Math.floor;t.exports=function(e){var t,n,r;if(!a(e))return l.apply(this,arguments);for(n=o(i(this).length),e=arguments[1],t=e=isNaN(e)?0:0<=e?c(e):o(this.length)-c(u(e));t<n;++t)if(s.call(this,t)&&(r=this[t],a(r)))return t;return-1}}),Jt=e(function(e,t){"use strict";var u=Zt(),n=Object.create;t.exports=function(){var o=0,l=[],s=n(null);return{get:function(e){var t,n=0,r=l,a=e.length;if(0===a)return r[a]||null;if(r=r[a]){for(;n<a-1;){if(-1===(t=u.call(r[0],e[n])))return null;r=r[1][t],++n}return-1===(t=u.call(r[0],e[n]))?null:r[1][t]||null}return null},set:function(e){var t,n=0,r=l,a=e.length;if(0===a)r[a]=++o;else{for(r[a]||(r[a]=[[],[]]),r=r[a];n<a-1;)-1===(t=u.call(r[0],e[n]))&&(t=r[0].push(e[n])-1,r[1].push([[],[]])),r=r[1][t],++n;-1===(t=u.call(r[0],e[n]))&&(t=r[0].push(e[n])-1),r[1][t]=++o}return s[o]=e,o},delete:function(e){var t,n=0,r=l,a=s[e],o=a.length,i=[];if(0===o)delete r[o];else if(r=r[o]){for(;n<o-1;){if(-1===(t=u.call(r[0],a[n])))return;i.push(r,t),r=r[1][t],++n}if(-1===(t=u.call(r[0],a[n])))return;for(e=r[1][t],r[0].splice(t,1),r[1].splice(t,1);!r[0].length&&i.length;)t=i.pop(),(r=i.pop())[0].splice(t,1),r[1].splice(t,1)}delete s[e]},clear:function(){l=[],s=n(null)}}}}),Qt=e(function(e,t){"use strict";var a=Zt();t.exports=function(){var t=0,n=[],r=[];return{get:function(e){e=a.call(n,e[0]);return-1===e?null:r[e]},set:function(e){return n.push(e[0]),r.push(++t),t},delete:function(e){e=a.call(r,e);-1!==e&&(n.splice(e,1),r.splice(e,1))},clear:function(){n=[],r=[]}}}}),en=e(function(e,t){"use strict";var u=Zt(),n=Object.create;t.exports=function(i){var a=0,l=[[],[]],s=n(null);return{get:function(e){for(var t,n=0,r=l;n<i-1;){if(-1===(t=u.call(r[0],e[n])))return null;r=r[1][t],++n}return-1!==(t=u.call(r[0],e[n]))&&r[1][t]||null},set:function(e){for(var t,n=0,r=l;n<i-1;)-1===(t=u.call(r[0],e[n]))&&(t=r[0].push(e[n])-1,r[1].push([[],[]])),r=r[1][t],++n;return-1===(t=u.call(r[0],e[n]))&&(t=r[0].push(e[n])-1),r[1][t]=++a,s[a]=e,a},delete:function(e){for(var t,n=0,r=l,a=[],o=s[e];n<i-1;){if(-1===(t=u.call(r[0],o[n])))return;a.push(r,t),r=r[1][t],++n}if(-1!==(t=u.call(r[0],o[n]))){for(e=r[1][t],r[0].splice(t,1),r[1].splice(t,1);!r[0].length&&a.length;)t=a.pop(),(r=a.pop())[0].splice(t,1),r[1].splice(t,1);delete s[e]}},clear:function(){l=[[],[]],s=n(null)}}}}),tn=e(function(e,t){"use strict";var n=Qe(),r=nt(),l=Function.prototype.call;t.exports=function(e,a){var o={},i=arguments[2];return n(a),r(e,function(e,t,n,r){o[t]=l.call(a,i,e,t,n,r)}),o}}),nn=e(function(e,t){"use strict";function o(e){if("function"!=typeof e)throw new TypeError(e+" is not a function");return e}function n(e){var t,n,r=document.createTextNode(""),a=0;return new e(function(){var e;if(t)n&&(t=n.concat(t));else{if(!n)return;t=n}if(n=t,t=null,"function"==typeof n)e=n,n=null,e();else for(r.data=a=++a%2;n;)e=n.shift(),n.length||(n=null),e()}).observe(r,{characterData:!0}),function(e){o(e),t?"function"==typeof t?t=[t,e]:t.push(e):(t=e,r.data=a=++a%2)}}t.exports=function(){if("object"===("undefined"==typeof process?"undefined":te(process))&&process&&"function"==typeof process.nextTick)return process.nextTick;if("function"==typeof queueMicrotask)return function(e){queueMicrotask(o(e))};if("object"===(void 0===document?"undefined":te(document))&&document){if("function"==typeof MutationObserver)return n(MutationObserver);if("function"==typeof WebKitMutationObserver)return n(WebKitMutationObserver)}return"function"==typeof setImmediate?function(e){setImmediate(o(e))}:"function"==typeof setTimeout||"object"===("undefined"==typeof setTimeout?"undefined":te(setTimeout))?function(e){setTimeout(o(e),0)}:null}()}),rn=e(function(){"use strict";var p=qt(),t=tn(),n=pt(),a=ft(),f=nn(),m=Array.prototype.slice,h=Function.prototype.apply,g=Object.create;rt().async=function(e,i){var l,s,u,c=g(null),d=g(null),o=i.memoized,r=i.original;i.memoized=a(function(e){var t=arguments,n=t[t.length-1];return"function"==typeof n&&(l=n,t=m.call(t,0,-1)),o.apply(s=this,u=t)},o);try{n(i.memoized,o)}catch(e){}i.on("get",function(t){var n,r,a;l&&(c[t]?("function"==typeof c[t]?c[t]=[c[t],l]:c[t].push(l),l=null):(n=l,r=s,a=u,l=s=u=null,f(function(){var e;hasOwnProperty.call(d,t)?(e=d[t],i.emit("getasync",t,a,r),h.call(n,e.context,e.args)):(l=n,s=r,u=a,o.apply(r,a))})))}),i.original=function(){var e,t,n,o;return l?(e=p(arguments),n=l,l=s=u=null,e.push(t=function e(t){var n,r,a=e.id;if(null==a)f(h.bind(e,this,arguments));else if(delete e.id,n=c[a],delete c[a],n)return r=p(arguments),i.has(a)&&(t?i.delete(a):(d[a]={context:this,args:r},i.emit("setasync",a,"function"==typeof n?1:n.length))),"function"==typeof n?o=h.call(n,this,r):n.forEach(function(e){o=h.call(e,this,r)},this),o}),o=h.call(r,this,e),t.cb=n,l=t,o):h.call(r,this,arguments)},i.on("set",function(e){l?(c[e]?"function"==typeof c[e]?c[e]=[c[e],l.cb]:c[e].push(l.cb):c[e]=l.cb,delete l.cb,l.id=e,l=null):i.delete(e)}),i.on("delete",function(e){var t;hasOwnProperty.call(c,e)||d[e]&&(t=d[e],delete d[e],i.emit("deleteasync",e,m.call(t.args,1)))}),i.on("clear",function(){var e=d;d=g(null),i.emit("clearasync",t(e,function(e){return m.call(e.args,1)}))})}}),an=e(function(e,t){"use strict";var n=Array.prototype.forEach,r=Object.create;t.exports=function(e){var t=r(null);return n.call(arguments,function(e){t[e]=!0}),t}}),on=e(function(e,t){"use strict";t.exports=function(e){return"function"==typeof e}}),ln=e(function(e,t){"use strict";var n=on();t.exports=function(e){try{return e&&n(e.toString)?e.toString():String(e)}catch(e){throw new TypeError("Passed argument cannot be stringifed")}}}),sn=e(function(e,t){"use strict";var n=et(),r=ln();t.exports=function(e){return r(n(e))}}),un=e(function(e,t){"use strict";var n=on();t.exports=function(e){try{return e&&n(e.toString)?e.toString():String(e)}catch(e){return"<Non-coercible to string value>"}}}),cn=e(function(e,t){"use strict";var n=un(),r=/[\n\r\u2028\u2029]/g;t.exports=function(e){e=n(e);return e=(e=100<e.length?e.slice(0,99)+"…":e).replace(r,function(e){return JSON.stringify(e).slice(1,-1)})}}),dn=e(function(e,t){function n(e){return!!e&&("object"===te(e)||"function"==typeof e)&&"function"==typeof e.then}t.exports=n,t.exports.default=n}),pn=e(function(){"use strict";var t=tn(),e=an(),n=sn(),r=cn(),f=dn(),m=nn(),a=Object.create,o=e("then","then:finally","done","done:finally");rt().promise=function(s,u){var c=a(null),d=a(null),p=a(null);if(!0===s)s=null;else if(s=n(s),!o[s])throw new TypeError("'"+r(s)+"' is not valid promise mode");u.on("set",function(n,e,t){var r=!1;if(f(t)){c[n]=1,p[n]=t;var a=function(e){var t=c[n];if(r)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.");t&&(delete c[n],d[n]=e,u.emit("setasync",n,t))},o=function(){r=!0,c[n]&&(delete c[n],delete p[n],u.delete(n))},i=s;if("then"===(i=i||"then")){var l=function(){m(o)};"function"==typeof(t=t.then(function(e){m(a.bind(this,e))},l)).finally&&t.finally(l)}else if("done"===i){if("function"!=typeof t.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done' mode");t.done(a,o)}else if("done:finally"===i){if("function"!=typeof t.done)throw new Error("Memoizee error: Retrieved promise does not implement 'done' in 'done:finally' mode");if("function"!=typeof t.finally)throw new Error("Memoizee error: Retrieved promise does not implement 'finally' in 'done:finally' mode");t.done(a),t.finally(o)}}else d[n]=t,u.emit("setasync",n,1)}),u.on("get",function(e,t,n){var r,a;c[e]?++c[e]:(r=p[e],a=function(){u.emit("getasync",e,t,n)},f(r)?"function"==typeof r.done?r.done(a):r.then(function(){m(a)}):a())}),u.on("delete",function(e){var t;delete p[e],c[e]?delete c[e]:hasOwnProperty.call(d,e)&&(t=d[e],delete d[e],u.emit("deleteasync",e,[t]))}),u.on("clear",function(){var e=d;d=a(null),c=a(null),p=a(null),u.emit("clearasync",t(e,function(e){return[e]}))})}}),fn=e(function(){"use strict";var a=Qe(),o=nt(),i=rt(),l=Function.prototype.apply;i.dispose=function(n,e,t){var r;a(n),t.async&&i.async||t.promise&&i.promise?(e.on("deleteasync",r=function(e,t){l.call(n,null,t)}),e.on("clearasync",function(e){o(e,function(e,t){r(t,e)})})):(e.on("delete",r=function(e,t){n(t)}),e.on("clear",function(e){o(e,function(e,t){r(t,e)})}))}}),mn=e(function(e,t){"use strict";t.exports=2147483647}),hn=e(function(e,t){"use strict";var n=Ze(),r=mn();t.exports=function(e){if(e=n(e),r<e)throw new TypeError(e+" exceeds maximum possible timeout");return e}}),gn=e(function(){"use strict";var l=qt(),s=nt(),u=nn(),c=dn(),d=hn(),p=rt(),f=Function.prototype,m=Math.max,h=Math.min,g=Object.create;p.maxAge=function(t,a,o){var n,e,r,i;(t=d(t))&&(n=g(null),e=o.async&&p.async||o.promise&&p.promise?"async":"",a.on("set"+e,function(e){n[e]=setTimeout(function(){a.delete(e)},t),"function"==typeof n[e].unref&&n[e].unref(),i&&(i[e]&&"nextTick"!==i[e]&&clearTimeout(i[e]),i[e]=setTimeout(function(){delete i[e]},r),"function"==typeof i[e].unref)&&i[e].unref()}),a.on("delete"+e,function(e){clearTimeout(n[e]),delete n[e],i&&("nextTick"!==i[e]&&clearTimeout(i[e]),delete i[e])}),o.preFetch&&(r=!0===o.preFetch||isNaN(o.preFetch)?.333:m(h(Number(o.preFetch),1),0))&&(i={},r=(1-r)*t,a.on("get"+e,function(t,n,r){i[t]||(i[t]="nextTick",u(function(){var e;"nextTick"===i[t]&&(delete i[t],a.delete(t),o.async&&(n=l(n)).push(f),e=a.memoized.apply(r,n),o.promise)&&c(e)&&("function"==typeof e.done?e.done(f,f):e.then(f,f))}))})),a.on("clear"+e,function(){s(n,function(e){clearTimeout(e)}),n={},i&&(s(i,function(e){"nextTick"!==e&&clearTimeout(e)}),i={})}))}}),bn=e(function(e,t){"use strict";var n=Ze(),c=Object.create,d=Object.prototype.hasOwnProperty;t.exports=function(r){var a,o=0,i=1,l=c(null),s=c(null),u=0;return r=n(r),{hit:function(e){var t=s[e],n=++u;if(l[n]=e,s[e]=n,!t)return++o<=r?void 0:(e=l[i],a(e),e);if(delete l[t],i===t)for(;!d.call(l,++i););},delete:a=function(e){var t=s[e];if(t&&(delete l[t],delete s[e],--o,i===t))if(o)for(;!d.call(l,++i););else u=0,i=1},clear:function(){o=0,i=1,l=c(null),s=c(null),u=0}}}}),vn=e(function(){"use strict";var a=Ze(),o=bn(),i=rt();i.max=function(e,t,n){var r;(e=a(e))&&(r=o(e),e=n.async&&i.async||n.promise&&i.promise?"async":"",t.on("set"+e,n=function(e){void 0!==(e=r.hit(e))&&t.delete(e)}),t.on("get"+e,n),t.on("delete"+e,r.delete),t.on("clear"+e,r.clear))}}),yn=e(function(){"use strict";var a=xt(),o=rt(),i=Object.create,l=Object.defineProperties;o.refCounter=function(e,t,n){var r=i(null),n=n.async&&o.async||n.promise&&o.promise?"async":"";t.on("set"+n,function(e,t){r[e]=t||1}),t.on("get"+n,function(e){++r[e]}),t.on("delete"+n,function(e){delete r[e]}),t.on("clear"+n,function(){r={}}),l(t.memoized,{deleteRef:a(function(){var e=t.get(arguments);return null!==e&&r[e]?!--r[e]&&(t.delete(e),!0):null}),getRefCount:a(function(){var e=t.get(arguments);return null!==e&&r[e]||0})})}}),wn=e(function(e,t){"use strict";var r=Ge(),a=Je(),o=Ut();t.exports=function(e){var t,n=r(arguments[1]);return n.normalizer||0!==(t=n.length=a(n.length,e.length,n.async))&&(n.primitive?!1===t?n.normalizer=Gt():1<t&&(n.normalizer=Wt()(t)):n.normalizer=!1===t?Jt()():1===t?Qt()():en()(t)),n.async&&rn(),n.promise&&pn(),n.dispose&&fn(),n.maxAge&&gn(),n.max&&vn(),n.refCounter&&yn(),o(e,n)}}),Dn=e(function(e,t){!function(){"use strict";var l={name:"doT",version:"1.1.1",templateSettings:{evaluate:/\{\{([\s\S]+?(\}?)+)\}\}/g,interpolate:/\{\{=([\s\S]+?)\}\}/g,encode:/\{\{!([\s\S]+?)\}\}/g,use:/\{\{#([\s\S]+?)\}\}/g,useParams:/(^|[^\w$])def(?:\.|\[[\'\"])([\w$\.]+)(?:[\'\"]\])?\s*\:\s*([\w$\.]+|\"[^\"]+\"|\'[^\']+\'|\{[^\}]+\})/g,define:/\{\{##\s*([\w\.$]+)\s*(\:|=)([\s\S]+?)#\}\}/g,defineParams:/^\s*([\w$]+):([\s\S]+)/,conditional:/\{\{\?(\?)?\s*([\s\S]*?)\s*\}\}/g,iterate:/\{\{~\s*(?:\}\}|([\s\S]+?)\s*\:\s*([\w$]+)\s*(?:\:\s*([\w$]+))?\s*\}\})/g,varname:"it",strip:!0,append:!0,selfcontained:!1,doNotSkipEncoded:!1},template:void 0,compile:void 0,log:!0};if("object"!==("undefined"==typeof globalThis?"undefined":te(globalThis)))try{Object.defineProperty(Object.prototype,"__magic__",{get:function(){return this},configurable:!0}),__magic__.globalThis=__magic__,delete Object.prototype.__magic__}catch(e){window.globalThis=function(){if("undefined"!=typeof self)return self;if(void 0!==window)return window;if(void 0!==q)return q;if(void 0!==this)return this;throw new Error("Unable to locate global `this`")}()}l.encodeHTMLSource=function(e){var t={"&":"&","<":"<",">":">",'"':""","'":"'","/":"/"},n=e?/[&<>"'\/]/g:/&(?!#?\w+;)|<|>|"|'|\//g;return function(e){return e?e.toString().replace(n,function(e){return t[e]||e}):""}},void 0!==t&&t.exports?t.exports=l:"function"==typeof define&&define.amd?define(function(){return l}):globalThis.doT=l;var s={append:{start:"'+(",end:")+'",startencode:"'+encodeHTML("},split:{start:"';out+=(",end:");out+='",startencode:"';out+=encodeHTML("}},u=/$^/;function c(e){return e.replace(/\\('|\\)/g,"$1").replace(/[\r\t\n]/g," ")}l.template=function(e,t,n){var r,a,o=(t=t||l.templateSettings).append?s.append:s.split,i=0,n=t.use||t.define?function n(a,e,o){return("string"==typeof e?e:e.toString()).replace(a.define||u,function(e,r,t,n){return(r=0===r.indexOf("def.")?r.substring(4):r)in o||(":"===t?(a.defineParams&&n.replace(a.defineParams,function(e,t,n){o[r]={arg:t,text:n}}),r in o||(o[r]=n)):new Function("def","def['"+r+"']="+n)(o)),""}).replace(a.use||u,function(e,t){return a.useParams&&(t=t.replace(a.useParams,function(e,t,n,r){var a;if(o[n]&&o[n].arg&&r)return a=(n+":"+r).replace(/'|\\/g,"_"),o.__exp=o.__exp||{},o.__exp[a]=o[n].text.replace(new RegExp("(^|[^\\w$])"+o[n].arg+"([^\\w$])","g"),"$1"+r+"$2"),t+"def.__exp['"+a+"']"})),(t=new Function("def","return "+t)(o))&&n(a,t,o)})}(t,e,n||{}):e,n=("var out='"+(t.strip?n.replace(/(^|\r|\n)\t* +| +\t*(\r|\n|$)/g," ").replace(/\r|\n|\t|\/\*[\s\S]*?\*\//g,""):n).replace(/'|\\/g,"\\$&").replace(t.interpolate||u,function(e,t){return o.start+c(t)+o.end}).replace(t.encode||u,function(e,t){return r=!0,o.startencode+c(t)+o.end}).replace(t.conditional||u,function(e,t,n){return t?n?"';}else if("+c(n)+"){out+='":"';}else{out+='":n?"';if("+c(n)+"){out+='":"';}out+='"}).replace(t.iterate||u,function(e,t,n,r){return t?(i+=1,a=r||"i"+i,t=c(t),"';var arr"+i+"="+t+";if(arr"+i+"){var "+n+","+a+"=-1,l"+i+"=arr"+i+".length-1;while("+a+"<l"+i+"){"+n+"=arr"+i+"["+a+"+=1];out+='"):"';} } out+='"}).replace(t.evaluate||u,function(e,t){return"';"+c(t)+"out+='"})+"';return out;").replace(/\n/g,"\\n").replace(/\t/g,"\\t").replace(/\r/g,"\\r").replace(/(\s|;|\}|^|\{)out\+='';/g,"$1").replace(/\+''/g,"");r&&(t.selfcontained||!globalThis||globalThis._encodeHTML||(globalThis._encodeHTML=l.encodeHTMLSource(t.doNotSkipEncoded)),n="var encodeHTML = typeof _encodeHTML !== 'undefined' ? _encodeHTML : ("+l.encodeHTMLSource.toString()+"("+(t.doNotSkipEncoded||"")+"));"+n);try{return new Function(t.varname,n)}catch(e){throw"undefined"!=typeof console&&console.log("Could not create a template function: "+n),e}},l.compile=function(e,t){return l.template(e,null,t)}}()}),xn=e(function(e,t){var n;n=function(){"use strict";function s(e){return"function"==typeof e}var n=Array.isArray||function(e){return"[object Array]"===Object.prototype.toString.call(e)},r=0,t=void 0,a=void 0,i=function(e,t){d[r]=e,d[r+1]=t,2===(r+=2)&&(a?a(p):I())};var e=void 0!==window?window:void 0,o=e||{},o=o.MutationObserver||o.WebKitMutationObserver,l="undefined"==typeof self&&"undefined"!=typeof process&&"[object process]"==={}.toString.call(process),u="undefined"!=typeof Uint8ClampedArray&&"undefined"!=typeof importScripts&&"undefined"!=typeof MessageChannel;function c(){var e=setTimeout;return function(){return e(p,1)}}var d=new Array(1e3);function p(){for(var e=0;e<r;e+=2)(0,d[e])(d[e+1]),d[e]=void 0,d[e+1]=void 0;r=0}function f(){try{var e=Function("return this")().require("vertx");return void 0!==(t=e.runOnLoop||e.runOnContext)?function(){t(p)}:c()}catch(e){return c()}}var m,h,g,I=void 0;function b(e,t){var n,r=this,a=new this.constructor(w),o=(void 0===a[y]&&O(a),r._state);return o?(n=arguments[o-1],i(function(){return R(o,a,n,r._result)})):T(r,a,e,t),a}function v(e){var t;return e&&"object"===te(e)&&e.constructor===this?e:(A(t=new this(w),e),t)}var I=l?function(){return process.nextTick(p)}:o?(h=0,l=new o(p),g=document.createTextNode(""),l.observe(g,{characterData:!0}),function(){g.data=h=++h%2}):u?((m=new MessageChannel).port1.onmessage=p,function(){return m.port2.postMessage(0)}):(void 0===e?f:c)(),y=Math.random().toString(36).substring(2);function w(){}var D=void 0,x=1,E=2;function B(e,r,a){i(function(t){var n=!1,e=function(e,t,n,r){try{e.call(t,n,r)}catch(e){return e}}(a,r,function(e){n||(n=!0,(r!==e?A:C)(t,e))},function(e){n||(n=!0,k(t,e))},t._label);!n&&e&&(n=!0,k(t,e))},e)}function F(e,t,n){var r,a;t.constructor===e.constructor&&n===b&&t.constructor.resolve===v?(r=e,(a=t)._state===x?C(r,a._result):a._state===E?k(r,a._result):T(a,void 0,function(e){return A(r,e)},function(e){return k(r,e)})):void 0!==n&&s(n)?B(e,t,n):C(e,t)}function A(t,e){if(t===e)k(t,new TypeError("You cannot resolve a promise with itself"));else if(r=te(n=e),null===n||"object"!==r&&"function"!==r)C(t,e);else{n=void 0;try{n=e.then}catch(e){return void k(t,e)}F(t,e,n)}var n,r}function j(e){e._onerror&&e._onerror(e._result),N(e)}function C(e,t){e._state===D&&(e._result=t,e._state=x,0!==e._subscribers.length)&&i(N,e)}function k(e,t){e._state===D&&(e._state=E,e._result=t,i(j,e))}function T(e,t,n,r){var a=e._subscribers,o=a.length;e._onerror=null,a[o]=t,a[o+x]=n,a[o+E]=r,0===o&&e._state&&i(N,e)}function N(e){var t=e._subscribers,n=e._state;if(0!==t.length){for(var r,a=void 0,o=e._result,i=0;i<t.length;i+=3)r=t[i],a=t[i+n],r?R(n,r,a,o):a(o);e._subscribers.length=0}}function R(e,t,n,r){var a=s(n),o=void 0,i=void 0,l=!0;if(a){try{o=n(r)}catch(e){l=!1,i=e}if(t===o)return void k(t,new TypeError("A promises callback cannot return that same promise."))}else o=r;t._state===D&&(a&&l?A(t,o):!1===l?k(t,i):e===x?C(t,o):e===E&&k(t,o))}var _=0;function O(e){e[y]=_++,e._state=void 0,e._result=void 0,e._subscribers=[]}S.prototype._enumerate=function(e){for(var t=0;this._state===D&&t<e.length;t++)this._eachEntry(e[t],t)},S.prototype._eachEntry=function(t,e){var n=this._instanceConstructor,r=n.resolve;if(r===v){var a,o=void 0,i=void 0,l=!1;try{o=t.then}catch(e){l=!0,i=e}o===b&&t._state!==D?this._settledAt(t._state,e,t._result):"function"!=typeof o?(this._remaining--,this._result[e]=t):n===M?(a=new n(w),l?k(a,i):F(a,t,o),this._willSettleAt(a,e)):this._willSettleAt(new n(function(e){return e(t)}),e)}else this._willSettleAt(r(t),e)},S.prototype._settledAt=function(e,t,n){var r=this.promise;r._state===D&&(this._remaining--,e===E?k(r,n):this._result[t]=n),0===this._remaining&&C(r,this._result)},S.prototype._willSettleAt=function(e,t){var n=this;T(e,void 0,function(e){return n._settledAt(x,t,e)},function(e){return n._settledAt(E,t,e)})};var L=S;function S(e,t){this._instanceConstructor=e,this.promise=new e(w),this.promise[y]||O(this.promise),n(t)?(this.length=t.length,this._remaining=t.length,this._result=new Array(this.length),0!==this.length&&(this.length=this.length||0,this._enumerate(t),0!==this._remaining)||C(this.promise,this._result)):k(this.promise,new Error("Array Methods must be provided an Array"))}P.prototype.catch=function(e){return this.then(null,e)},P.prototype.finally=function(t){var n=this.constructor;return s(t)?this.then(function(e){return n.resolve(t()).then(function(){return e})},function(e){return n.resolve(t()).then(function(){throw e})}):this.then(t,t)};var M=P;function P(e){if(this[y]=_++,this._result=this._state=void 0,this._subscribers=[],w!==e){if("function"!=typeof e)throw new TypeError("You must pass a resolver function as the first argument to the promise constructor");if(!(this instanceof P))throw new TypeError("Failed to construct 'Promise': Please use the 'new' operator, this object constructor cannot be called as a function.");var t=this;try{e(function(e){A(t,e)},function(e){k(t,e)})}catch(e){k(t,e)}}}return M.prototype.then=b,M.all=function(e){return new L(this,e).promise},M.race=function(a){var o=this;return n(a)?new o(function(e,t){for(var n=a.length,r=0;r<n;r++)o.resolve(a[r]).then(e,t)}):new o(function(e,t){return t(new TypeError("You must pass an array to race."))})},M.resolve=v,M.reject=function(e){var t=new this(w);return k(t,e),t},M._setScheduler=function(e){a=e},M._setAsap=function(e){i=e},M._asap=i,M.polyfill=function(){var e=void 0;if(void 0!==q)e=q;else if("undefined"!=typeof self)e=self;else try{e=Function("return this")()}catch(e){throw new Error("polyfill failed because global object is unavailable in this environment")}var t=e.Promise;if(t){var n=null;try{n=Object.prototype.toString.call(t.resolve())}catch(e){}if("[object Promise]"===n&&!t.cast)return}e.Promise=M},M.Promise=M},"object"===te(e=e)&&void 0!==t?t.exports=n():"function"==typeof define&&define.amd?define(n):e.ES6Promise=n()}),En=e(function(l){var t,n,r=1e5,p=(t=Object.prototype.toString,n=Object.prototype.hasOwnProperty,{Class:function(e){return t.call(e).replace(/^\[object *|\]$/g,"")},HasProperty:function(e,t){return t in e},HasOwnProperty:function(e,t){return n.call(e,t)},IsCallable:function(e){return"function"==typeof e},ToInt32:function(e){return e>>0},ToUint32:function(e){return e>>>0}}),f=Math.LN2,m=Math.abs,h=Math.floor,g=Math.log,b=Math.min,v=Math.pow,I=Math.round;function a(e,t,n){return e<t?t:n<e?n:e}var o,e,i,s,u,c,d,y,w,D,x,E=Object.getOwnPropertyNames||function(e){if(e!==Object(e))throw new TypeError("Object.getOwnPropertyNames called on non-object");var t,n=[];for(t in e)p.HasOwnProperty(e,t)&&n.push(t);return n};function F(e){if(E&&o)for(var t=E(e),n=0;n<t.length;n+=1)o(e,t[n],{value:e[t[n]],writable:!1,enumerable:!1,configurable:!1})}function B(n){if(o){if(n.length>r)throw new RangeError("Array too large for polyfill");for(var e=0;e<n.length;e+=1)!function(t){o(n,t,{get:function(){return n._getter(t)},set:function(e){n._setter(t,e)},enumerable:!0,configurable:!1})}(e)}}function A(e,t){t=32-t;return e<<t>>t}function C(e,t){t=32-t;return e<<t>>>t}function j(e){return[255&e]}function L(e){return A(e[0],8)}function q(e){return[255&e]}function k(e){return C(e[0],8)}function z(e){return[(e=I(Number(e)))<0?0:255<e?255:255&e]}function V(e){return[e>>8&255,255&e]}function $(e){return A(e[0]<<8|e[1],16)}function H(e){return[e>>8&255,255&e]}function U(e){return C(e[0]<<8|e[1],16)}function G(e){return[e>>24&255,e>>16&255,e>>8&255,255&e]}function W(e){return A(e[0]<<24|e[1]<<16|e[2]<<8|e[3],32)}function Y(e){return[e>>24&255,e>>16&255,e>>8&255,255&e]}function K(e){return C(e[0]<<24|e[1]<<16|e[2]<<8|e[3],32)}function T(e,t,n){var r,a,o,i,l,s,u,c=(1<<t-1)-1;function d(e){var t=h(e),e=e-t;return!(e<.5)&&(.5<e||t%2)?t+1:t}for(e!=e?(a=(1<<t)-1,o=v(2,n-1),r=0):e===1/0||e===-1/0?(a=(1<<t)-1,r=e<(o=0)?1:0):0===e?r=1/e==-1/(o=a=0)?1:0:(r=e<0,(e=m(e))>=v(2,1-c)?(a=b(h(g(e)/f),1023),2<=(o=d(e/v(2,a)*v(2,n)))/v(2,n)&&(a+=1,o=1),c<a?(a=(1<<t)-1,o=0):(a+=c,o-=v(2,n))):(a=0,o=d(e/v(2,1-c-n)))),l=[],i=n;i;--i)l.push(o%2?1:0),o=h(o/2);for(i=t;i;--i)l.push(a%2?1:0),a=h(a/2);for(l.push(r?1:0),l.reverse(),s=l.join(""),u=[];s.length;)u.push(parseInt(s.substring(0,8),2)),s=s.substring(8);return u}function N(e,t,n){for(var r,a,o,i,l,s,u=[],c=e.length;c;--c)for(a=e[c-1],r=8;r;--r)u.push(a%2?1:0),a>>=1;return u.reverse(),s=u.join(""),o=(1<<t-1)-1,i=parseInt(s.substring(0,1),2)?-1:1,l=parseInt(s.substring(1,1+t),2),s=parseInt(s.substring(1+t),2),l===(1<<t)-1?0===s?1/0*i:NaN:0<l?i*v(2,l-o)*(1+s/v(2,n)):0!==s?i*v(2,-(o-1))*(s/v(2,n)):i<0?-0:0}function X(e){return N(e,11,52)}function Z(e){return T(e,11,52)}function J(e){return N(e,8,23)}function Q(e){return T(e,8,23)}function R(e){if((e=p.ToInt32(e))<0)throw new RangeError("ArrayBuffer size is not a small enough positive integer");var t;for(this.byteLength=e,this._bytes=[],this._bytes.length=e,t=0;t<this.byteLength;t+=1)this._bytes[t]=0;F(this)}function ee(){}function _(e,t,n){var l=function(e,t,n){var r,a,o,i;if(arguments.length&&"number"!=typeof e)if("object"===te(e)&&e.constructor===l)for(this.length=(r=e).length,this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new R(this.byteLength),o=this.byteOffset=0;o<this.length;o+=1)this._setter(o,r._getter(o));else if("object"!==te(e)||(e instanceof R||"ArrayBuffer"===p.Class(e))){if("object"!==te(e)||!(e instanceof R||"ArrayBuffer"===p.Class(e)))throw new TypeError("Unexpected argument type(s)");if(this.buffer=e,this.byteOffset=p.ToUint32(t),this.byteOffset>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=p.ToUint32(n),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=p.ToUint32((a=e).length),this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new R(this.byteLength),o=this.byteOffset=0;o<this.length;o+=1)i=a[o],this._setter(o,Number(i));else{if(this.length=p.ToInt32(e),n<0)throw new RangeError("ArrayBufferView size is not a small enough positive integer");this.byteLength=this.length*this.BYTES_PER_ELEMENT,this.buffer=new R(this.byteLength),this.byteOffset=0}this.constructor=l,F(this),B(this)};return(l.prototype=new ee).BYTES_PER_ELEMENT=e,l.prototype._pack=t,l.prototype._unpack=n,l.BYTES_PER_ELEMENT=e,l.prototype.get=l.prototype._getter=function(e){if(arguments.length<1)throw new SyntaxError("Not enough arguments");if(!((e=p.ToUint32(e))>=this.length)){for(var t=[],n=0,r=this.byteOffset+e*this.BYTES_PER_ELEMENT;n<this.BYTES_PER_ELEMENT;n+=1,r+=1)t.push(this.buffer._bytes[r]);return this._unpack(t)}},l.prototype._setter=function(e,t){if(arguments.length<2)throw new SyntaxError("Not enough arguments");if((e=p.ToUint32(e))<this.length)for(var n=this._pack(t),r=0,a=this.byteOffset+e*this.BYTES_PER_ELEMENT;r<this.BYTES_PER_ELEMENT;r+=1,a+=1)this.buffer._bytes[a]=n[r]},l.prototype.set=function(e,t){if(arguments.length<1)throw new SyntaxError("Not enough arguments");var n,r,a,o,i,l,s,u,c,d;if("object"===te(e)&&e.constructor===this.constructor){if(n=e,(a=p.ToUint32(t))+n.length>this.length)throw new RangeError("Offset plus length of array is out of range");if(u=this.byteOffset+a*this.BYTES_PER_ELEMENT,c=n.length*this.BYTES_PER_ELEMENT,n.buffer===this.buffer){for(d=[],i=0,l=n.byteOffset;i<c;i+=1,l+=1)d[i]=n.buffer._bytes[l];for(i=0,s=u;i<c;i+=1,s+=1)this.buffer._bytes[s]=d[i]}else for(i=0,l=n.byteOffset,s=u;i<c;i+=1,l+=1,s+=1)this.buffer._bytes[s]=n.buffer._bytes[l]}else{if("object"!==te(e)||void 0===e.length)throw new TypeError("Unexpected argument type(s)");if(o=p.ToUint32((r=e).length),(a=p.ToUint32(t))+o>this.length)throw new RangeError("Offset plus length of array is out of range");for(i=0;i<o;i+=1)l=r[i],this._setter(a+i,Number(l))}},l.prototype.subarray=function(e,t){e=p.ToInt32(e),t=p.ToInt32(t),arguments.length<1&&(e=0),arguments.length<2&&(t=this.length),e<0&&(e=this.length+e),t<0&&(t=this.length+t),e=a(e,0,this.length);var n=(t=a(t,0,this.length))-e;return new this.constructor(this.buffer,this.byteOffset+e*this.BYTES_PER_ELEMENT,n=n<0?0:n)},l}function O(e,t){return p.IsCallable(e.get)?e.get(t):e[t]}function S(e,t,n){if(0===arguments.length)e=new l.ArrayBuffer(0);else if(!(e instanceof l.ArrayBuffer||"ArrayBuffer"===p.Class(e)))throw new TypeError("TypeError");if(this.buffer=e||new l.ArrayBuffer(0),this.byteOffset=p.ToUint32(t),this.byteOffset>this.buffer.byteLength)throw new RangeError("byteOffset out of range");if(this.byteLength=arguments.length<3?this.buffer.byteLength-this.byteOffset:p.ToUint32(n),this.byteOffset+this.byteLength>this.buffer.byteLength)throw new RangeError("byteOffset and length reference an area beyond the end of the buffer");F(this)}function M(o){return function(e,t){if((e=p.ToUint32(e))+o.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");e+=this.byteOffset;for(var n=new l.Uint8Array(this.buffer,e,o.BYTES_PER_ELEMENT),r=[],a=0;a<o.BYTES_PER_ELEMENT;a+=1)r.push(O(n,a));return Boolean(t)===Boolean(x)&&r.reverse(),O(new o(new l.Uint8Array(r).buffer),0)}}function P(i){return function(e,t,n){if((e=p.ToUint32(e))+i.BYTES_PER_ELEMENT>this.byteLength)throw new RangeError("Array index out of range");for(var t=new i([t]),r=new l.Uint8Array(t.buffer),a=[],o=0;o<i.BYTES_PER_ELEMENT;o+=1)a.push(O(r,o));Boolean(n)===Boolean(x)&&a.reverse(),new l.Uint8Array(this.buffer,e,i.BYTES_PER_ELEMENT).set(a)}}o=Object.defineProperty&&function(){try{return Object.defineProperty({},"x",{}),1}catch(e){}}()?Object.defineProperty:function(e,t,n){if(!e===Object(e))throw new TypeError("Object.defineProperty called on non-object");return p.HasProperty(n,"get")&&Object.prototype.__defineGetter__&&Object.prototype.__defineGetter__.call(e,t,n.get),p.HasProperty(n,"set")&&Object.prototype.__defineSetter__&&Object.prototype.__defineSetter__.call(e,t,n.set),p.HasProperty(n,"value")&&(e[t]=n.value),e},l.ArrayBuffer=l.ArrayBuffer||R,D=_(1,j,L),e=_(1,q,k),i=_(1,z,k),s=_(2,V,$),u=_(2,H,U),c=_(4,G,W),d=_(4,Y,K),y=_(4,Q,J),w=_(8,Z,X),l.Int8Array=l.Int8Array||D,l.Uint8Array=l.Uint8Array||e,l.Uint8ClampedArray=l.Uint8ClampedArray||i,l.Int16Array=l.Int16Array||s,l.Uint16Array=l.Uint16Array||u,l.Int32Array=l.Int32Array||c,l.Uint32Array=l.Uint32Array||d,l.Float32Array=l.Float32Array||y,l.Float64Array=l.Float64Array||w,D=new l.Uint16Array([4660]),x=18===O(new l.Uint8Array(D.buffer),0),S.prototype.getUint8=M(l.Uint8Array),S.prototype.getInt8=M(l.Int8Array),S.prototype.getUint16=M(l.Uint16Array),S.prototype.getInt16=M(l.Int16Array),S.prototype.getUint32=M(l.Uint32Array),S.prototype.getInt32=M(l.Int32Array),S.prototype.getFloat32=M(l.Float32Array),S.prototype.getFloat64=M(l.Float64Array),S.prototype.setUint8=P(l.Uint8Array),S.prototype.setInt8=P(l.Int8Array),S.prototype.setUint16=P(l.Uint16Array),S.prototype.setInt16=P(l.Int16Array),S.prototype.setUint32=P(l.Uint32Array),S.prototype.setInt32=P(l.Int32Array),S.prototype.setFloat32=P(l.Float32Array),S.prototype.setFloat64=P(l.Float64Array),l.DataView=l.DataView||S}),Fn=e(function(e){!function(e){"use strict";var n,r,a;function t(){if(void 0===this)throw new TypeError("Constructor WeakMap requires 'new'");if(a(this,"_id","_WeakMap_"+i()+"."+i()),0<arguments.length)throw new TypeError("WeakMap iterable is not supported")}function o(e,t){if(!l(e)||!n.call(e,"_id"))throw new TypeError(t+" method called on incompatible receiver "+te(e))}function i(){return Math.random().toString().substring(2)}function l(e){return Object(e)===e}e.WeakMap||(n=Object.prototype.hasOwnProperty,r=Object.defineProperty&&function(){try{return 1===Object.defineProperty({},"x",{value:1}).x}catch(e){}}(),e.WeakMap=((a=function(e,t,n){r?Object.defineProperty(e,t,{configurable:!0,writable:!0,value:n}):e[t]=n})(t.prototype,"delete",function(e){var t;return o(this,"delete"),!!l(e)&&!(!(t=e[this._id])||t[0]!==e||(delete e[this._id],0))}),a(t.prototype,"get",function(e){var t;return o(this,"get"),l(e)&&(t=e[this._id])&&t[0]===e?t[1]:void 0}),a(t.prototype,"has",function(e){var t;return o(this,"has"),!!l(e)&&!(!(t=e[this._id])||t[0]!==e)}),a(t.prototype,"set",function(e,t){var n;if(o(this,"set"),l(e))return(n=e[this._id])&&n[0]===e?n[1]=t:a(e,this._id,[e,t]),this;throw new TypeError("Invalid value used as weak map key")}),a(t,"_polyfill",!0),t))}("undefined"!=typeof globalThis?globalThis:"undefined"!=typeof self?self:void 0!==window?window:void 0!==q?q:e)}),An={helpUrlBase:"https://dequeuniversity.com/rules/",gridSize:200,results:[],resultGroups:[],resultGroupMap:{},impact:Object.freeze(["minor","moderate","serious","critical"]),preload:Object.freeze({assets:["cssom","media"],timeout:1e4}),allOrigins:"<unsafe_all_origins>",sameOrigin:"<same_origin>"},f=([{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,n=e.value,r=e.priority,e=e.group;An[t]=n,An[t+"_PRIO"]=r,An[t+"_GROUP"]=e,An.results[r]=n,An.resultGroups[r]=e,An.resultGroupMap[n]=e}),Object.freeze(An.results),Object.freeze(An.resultGroups),Object.freeze(An.resultGroupMap),Object.freeze(An),An),Cn=function(){"object"===("undefined"==typeof console?"undefined":te(console))&&console.log&&Function.prototype.apply.call(console.log,console,arguments)},kn=/[\t\r\n\f]/g;function Tn(){De(this,Tn),this.parent=void 0}Ee(Tn,[{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(kn," ").indexOf(e))}}]);var p=Tn,Nn={},Rn=(ke(Nn,{DqElement:function(){return gr},aggregate:function(){return Rn},aggregateChecks:function(){return In},aggregateNodeResults:function(){return jn},aggregateResult:function(){return qn},areStylesSet:function(){return zn},assert:function(){return d},checkHelper:function(){return br},clone:function(){return vr},closest:function(){return Tr},collectResultsFromFrames:function(){return ya},contains:function(){return wa},convertSelector:function(){return Ar},cssParser:function(){return yr},deepMerge:function(){return Da},escapeSelector:function(){return m},extendMetaData:function(){return xa},filterHtmlAttrs:function(){return wd},finalizeRuleResult:function(){return Bn},findBy:function(){return ga},getAllChecks:function(){return ha},getAncestry:function(){return pr},getBaseLang:function(){return c1},getCheckMessage:function(){return v1},getCheckOption:function(){return y1},getEnvironmentData:function(){return w1},getFlattenedTree:function(){return u1},getFrameContexts:function(){return O1},getFriendlyUriEnd:function(){return Wn},getNodeAttributes:function(){return Yn},getNodeFromTree:function(){return D},getPreloadConfig:function(){return fd},getRootNode:function(){return Ca},getRule:function(){return S1},getScroll:function(){return M1},getScrollState:function(){return I1},getSelector:function(){return cr},getSelectorData:function(){return ir},getShadowSelector:function(){return Zn},getStandards:function(){return B1},getStyleSheetFactory:function(){return L1},getXpath:function(){return fr},injectStyle:function(){return q1},isHidden:function(){return z1},isHtmlElement:function(){return V1},isNodeInContext:function(){return $1},isShadowRoot:function(){return Fa},isValidLang:function(){return Rd},isXHTML:function(){return Xn},matchAncestry:function(){return U1},matches:function(){return kr},matchesExpression:function(){return Cr},matchesSelector:function(){return Kn},memoize:function(){return _a},mergeResults:function(){return va},nodeLookup:function(){return l},nodeSorter:function(){return G1},parseCrossOriginStylesheet:function(){return Z1},parseSameOriginStylesheet:function(){return K1},parseStylesheet:function(){return X1},performanceTimer:function(){return M},pollyfillElementsFromPoint:function(){return td},preload:function(){return md},preloadCssom:function(){return sd},preloadMedia:function(){return dd},processMessage:function(){return b1},publishMetaData:function(){return gd},querySelectorAll:function(){return bd},querySelectorAllFilter:function(){return ld},queue:function(){return Mr},respondable:function(){return ca},ruleShouldRun:function(){return yd},select:function(){return xd},sendCommandToFrame:function(){return pa},setScrollState:function(){return Ed},shadowSelect:function(){return Fd},shadowSelectAll:function(){return Ad},shouldPreload:function(){return pd},toArray:function(){return Vn},tokenList:function(){return S},uniqueArray:function(){return ad},uuid:function(){return Gr},validInputTypes:function(){return Cd},validLangs:function(){return Td}}),function(t,e,n){return e=e.slice(),n&&e.push(n),n=e.map(function(e){return t.indexOf(e)}).sort(),t[n.pop()]}),_n=f.CANTTELL_PRIO,On=f.FAIL_PRIO,Sn=[],Mn=(Sn[f.PASS_PRIO]=!0,Sn[f.CANTTELL_PRIO]=null,Sn[f.FAIL_PRIO]=!1,["any","all","none"]);function Pn(n,r){Mn.reduce(function(e,t){return e[t]=(n[t]||[]).map(function(e){return r(e,t)}),e},{})}var In=function(e){var n=Object.assign({},e),r=(Pn(n,function(e,t){var n=void 0===e.result?-1:Sn.indexOf(e.result);e.priority=-1!==n?n:f.CANTTELL_PRIO,"none"===t&&(e.priority===f.PASS_PRIO?e.priority=f.FAIL_PRIO:e.priority===f.FAIL_PRIO&&(e.priority=f.PASS_PRIO))}),{all:n.all.reduce(function(e,t){return Math.max(e,t.priority)},0),none:n.none.reduce(function(e,t){return Math.max(e,t.priority)},0),any:n.any.reduce(function(e,t){return Math.min(e,t.priority)},4)%4}),a=(n.priority=Math.max(r.all,r.none,r.any),[]);return Mn.forEach(function(t){n[t]=n[t].filter(function(e){return e.priority===n.priority&&e.priority===r[t]}),n[t].forEach(function(e){return a.push(e.impact)})}),[_n,On].includes(n.priority)?n.impact=Rn(f.impact,a):n.impact=null,Pn(n,function(e){delete e.result,delete e.priority}),n.result=f.results[n.priority],delete n.priority,n},Bn=function(t){var n=axe._audit.rules.find(function(e){return e.id===t.id});return n&&n.impact&&t.nodes.forEach(function(t){["any","all","none"].forEach(function(e){(t[e]||[]).forEach(function(e){e.impact=n.impact})})}),Object.assign(t,jn(t.nodes)),delete t.nodes,t},jn=function(e){var n={},t=((e=e.map(function(e){if(e.any&&e.all&&e.none)return In(e);if(Array.isArray(e.node))return Bn(e);throw new TypeError("Invalid Result type")}))&&e.length?(t=e.map(function(e){return e.result}),n.result=Rn(f.results,t,n.result)):n.result="inapplicable",f.resultGroups.forEach(function(e){return n[e]=[]}),e.forEach(function(e){var t=f.resultGroupMap[e.result];n[t].push(e)}),f.FAIL_GROUP);return 0===n[t].length&&(t=f.CANTTELL_GROUP),0<n[t].length?(e=n[t].map(function(e){return e.impact}),n.impact=Rn(f.impact,e)||null):n.impact=null,n};function Ln(e,t,n){var r=Object.assign({},t);r.nodes=(r[n]||[]).concat(),f.resultGroups.forEach(function(e){delete r[e]}),e[n].push(r)}var qn=function(e){var n={};return f.resultGroups.forEach(function(e){return n[e]=[]}),e.forEach(function(t){t.error?Ln(n,t,f.CANTTELL_GROUP):t.result===f.NA?Ln(n,t,f.NA_GROUP):f.resultGroups.forEach(function(e){Array.isArray(t[e])&&0<t[e].length&&Ln(n,t,e)})}),n},zn=function e(t,n,r){var a=window.getComputedStyle(t,null);if(!a)return!1;for(var o=0;o<n.length;++o){var i=n[o];if(a.getPropertyValue(i.property)===i.value)return!0}return!(!t.parentNode||t.nodeName.toUpperCase()===r.toUpperCase())&&e(t.parentNode,n,r)},d=function(e,t){if(!e)throw new Error(t)},Vn=function(e){return Array.prototype.slice.call(e)},m=function(e){for(var t,n=String(e),r=n.length,a=-1,o="",i=n.charCodeAt(0);++a<r;)0==(t=n.charCodeAt(a))?o+="�":o+=1<=t&&t<=31||127==t||0==a&&48<=t&&t<=57||1==a&&48<=t&&t<=57&&45==i?"\\"+t.toString(16)+" ":(0!=a||1!=r||45!=t)&&(128<=t||45==t||95==t||48<=t&&t<=57||65<=t&&t<=90||97<=t&&t<=122)?n.charAt(a):"\\"+n.charAt(a);return o};function $n(e,t){return[e.substring(0,t),e.substring(t)]}function Hn(e){return e.replace(/\s+$/,"")}var Un,Gn,Wn=function(){var e,t,n,r,a,o,i,l,s=0<arguments.length&&void 0!==arguments[0]?arguments[0]:"",u=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};if(!(s.length<=1||"data:"===s.substr(0,5)||"javascript:"===s.substr(0,11)||s.includes("?")))return e=u.currentDomain,u=void 0===(u=u.maxLength)?25:u,i=o=l=a=r="",(n=s=s).includes("#")&&(s=(t=v($n(s,s.indexOf("#")),2))[0],i=t[1]),s.includes("?")&&(s=(t=v($n(s,s.indexOf("?")),2))[0],o=t[1]),s.includes("://")?(r=(t=v(s.split("://"),2))[0],a=(t=v($n(s=t[1],s.indexOf("/")),2))[0],s=t[1]):"//"===s.substr(0,2)&&(a=(t=v($n(s=s.substr(2),s.indexOf("/")),2))[0],s=t[1]),(a="www."===a.substr(0,4)?a.substr(4):a)&&a.includes(":")&&(a=(t=v($n(a,a.indexOf(":")),2))[0],l=t[1]),n=(t={original:n,protocol:r,domain:a,port:l,path:s,query:o,hash:i}).domain,r=t.hash,l=(a=t.path).substr(a.substr(0,a.length-2).lastIndexOf("/")+1),r?l&&(l+r).length<=u?Hn(l+r):l.length<2&&2<r.length&&r.length<=u?Hn(r):void 0:n&&n.length<u&&a.length<=1||a==="/"+l&&n&&e&&n!==e&&(n+a).length<=u?Hn(n+a):(-1===(s=l.lastIndexOf("."))||1<s)&&(-1!==s||2<l.length)&&l.length<=u&&!l.match(/index(\.[a-zA-Z]{2-4})?/)&&!function(e){var t=0<arguments.length&&void 0!==e?e:"";return 0!==t.length&&(t.match(/[0-9]/g)||"").length>=t.length/2}(l)?Hn(l):void 0},Yn=function(e){return(e.attributes instanceof window.NamedNodeMap?e:e.cloneNode(!1)).attributes},Kn=function(e,t){return!!e[Un=Un&&e[Un]?Un:function(e){for(var t,n=["matches","matchesSelector","mozMatchesSelector","webkitMatchesSelector","msMatchesSelector"],r=n.length,a=0;a<r;a++)if(e[t=n[a]])return t}(e)]&&e[Un](t)},Xn=function(e){return!!e.createElement&&"A"===e.createElement("A").localName},Zn=function(n,e){var r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};if(!e)return"";var t=e.getRootNode&&e.getRootNode()||document;if(11!==t.nodeType)return n(e,r,t);for(var a=[];11===t.nodeType;){if(!t.host)return"";a.unshift({elm:e,doc:t}),t=(e=t.host).getRootNode()}return a.unshift({elm:e,doc:t}),a.map(function(e){var t=e.elm,e=e.doc;return n(t,r,e)})},Jn=["class","style","id","selected","checked","disabled","tabindex","aria-checked","aria-selected","aria-invalid","aria-activedescendant","aria-busy","aria-disabled","aria-expanded","aria-grabbed","aria-pressed","aria-valuenow"],Qn=31,er=/([\\"])/g,tr=/(\r\n|\r|\n)/g;function nr(e){return e.replace(er,"\\$1").replace(tr,"\\a ")}function rr(e,t){var n,r=t.name;return-1!==r.indexOf("href")||-1!==r.indexOf("src")?(n=Wn(e.getAttribute(r)))?m(t.name)+'$="'+nr(n)+'"':m(t.name)+'="'+nr(e.getAttribute(r))+'"':m(r)+'="'+nr(t.value)+'"'}function ar(e,t){return e.count<t.count?-1:e.count===t.count?0:1}function or(e){return!Jn.includes(e.name)&&-1===e.name.indexOf(":")&&(!e.value||e.value.length<Qn)}function ir(e){for(var r={classes:{},tags:{},attributes:{}},a=(e=Array.isArray(e)?e:[e]).slice(),o=[];a.length;)!function(){var e,t=a.pop(),n=t.actualNode;for(n.querySelectorAll&&(e=n.nodeName,r.tags[e]?r.tags[e]++:r.tags[e]=1,n.classList&&Array.from(n.classList).forEach(function(e){e=m(e);r.classes[e]?r.classes[e]++:r.classes[e]=1}),n.hasAttributes())&&Array.from(Yn(n)).filter(or).forEach(function(e){e=rr(n,e);e&&(r.attributes[e]?r.attributes[e]++:r.attributes[e]=1)}),t.children.length&&(o.push(a),a=t.children.slice());!a.length&&o.length;)a=o.pop()}();return r}function lr(e){return void 0===Gn&&(Gn=Xn(document)),m(Gn?e.localName:e.nodeName.toLowerCase())}function sr(e,t){var n,r,a,o,i,l,s,u,c,d="",p=(r=e,a=[],o=t.classes,i=t.tags,r.classList&&Array.from(r.classList).forEach(function(e){e=m(e);o[e]<i[r.nodeName]&&a.push({name:e,count:o[e],species:"class"})}),a.sort(ar)),t=(l=e,s=[],u=t.attributes,c=t.tags,l.hasAttributes()&&Array.from(Yn(l)).filter(or).forEach(function(e){e=rr(l,e);e&&u[e]<c[l.nodeName]&&s.push({name:e,count:u[e],species:"attribute"})}),s.sort(ar));return p.length&&1===p[0].count?n=[p[0]]:t.length&&1===t[0].count?(n=[t[0]],d=lr(e)):((n=p.concat(t)).sort(ar),(n=n.slice(0,3)).some(function(e){return"class"===e.species})?n.sort(function(e,t){return e.species!==t.species&&"class"===e.species?-1:e.species===t.species?0:1}):d=lr(e)),d+n.reduce(function(e,t){switch(t.species){case"class":return e+"."+t.name;case"attribute":return e+"["+t.name+"]"}return e},"")}function ur(e,t,n){if(!axe._selectorData)throw new Error("Expect axe._selectorData to be set up");var r,a,t=t.toRoot,o=void 0!==t&&t;do{var i=function(e){var t;if(e.getAttribute("id"))return t=e.getRootNode&&e.getRootNode()||document,(e="#"+m(e.getAttribute("id")||"")).match(/player_uid_/)||1!==t.querySelectorAll(e).length?void 0:e}(e);i||(i=sr(e,axe._selectorData),i+=function(t,n){var e=t.parentNode&&Array.from(t.parentNode.children||"")||[];return e.find(function(e){return e!==t&&Kn(e,n)})?":nth-child("+(1+e.indexOf(t))+")":""}(e,i)),r=r?i+" > "+r:i,a=a?a.filter(function(e){return Kn(e,r)}):Array.from(n.querySelectorAll(r)),e=e.parentElement}while((1<a.length||o)&&e&&11!==e.nodeType);return 1===a.length?r:-1!==r.indexOf(" > ")?":root"+r.substring(r.indexOf(" > ")):":root"}function cr(e,t){return Zn(ur,e,t)}function dr(e){var t,n=e.nodeName.toLowerCase(),r=e.parentElement;return r?(t="","head"!==n&&"body"!==n&&1<r.children.length&&(e=Array.prototype.indexOf.call(r.children,e)+1,t=":nth-child(".concat(e,")")),dr(r)+" > "+n+t):n}function pr(e,t){return Zn(dr,e,t)}var fr=function(e){return function e(t,n){var r,a,o,i;if(!t)return[];if(!n&&9===t.nodeType)return n=[{str:"html"}];if(n=n||[],t.parentNode&&t.parentNode!==t&&(n=e(t.parentNode,n)),t.previousSibling){for(a=1,r=t.previousSibling;1===r.nodeType&&r.nodeName===t.nodeName&&a++,r=r.previousSibling;);1===a&&(a=null)}else if(t.nextSibling)for(r=t.nextSibling;r=1===r.nodeType&&r.nodeName===t.nodeName?(a=1,null):(a=null,r.previousSibling););return 1===t.nodeType&&((o={}).str=t.nodeName.toLowerCase(),(i=t.getAttribute&&m(t.getAttribute("id")))&&1===t.ownerDocument.querySelectorAll("#"+i).length&&(o.id=t.getAttribute("id")),1<a&&(o.count=a),n.push(o)),n}(e).reduce(function(e,t){return t.id?"/".concat(t.str,"[@id='").concat(t.id,"']"):e+"/".concat(t.str)+(0<t.count?"[".concat(t.count,"]"):"")},"")},mr={},w={set:function(e,t){var n;d("string"==typeof(n=e),"key must be a string, "+te(n)+" given"),d(""!==n,"key must not be empty"),mr[e]=t},get:function(e,t){var n;return d("function"==typeof(n=t)||void 0===n,"creator must be a function or undefined, "+te(n)+" given"),e in mr?mr[e]:"function"==typeof t?(n=t(),d(void 0!==n,"Cache creator function should not return undefined"),this.set(e,n),mr[e]):void 0},clear:function(){mr={}}},D=function(e,t){return t=t||e,w.get("nodeMap")?w.get("nodeMap").get(t):null};function hr(e){var t,n,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{};this.spec=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},e instanceof p?(this._virtualNode=e,this._element=e.actualNode):(this._element=e,this._virtualNode=D(e)),this.fromFrame=1<(null==(t=this.spec.selector)?void 0:t.length),r.absolutePaths&&(this._options={toRoot:!0}),this.nodeIndexes=[],Array.isArray(this.spec.nodeIndexes)?this.nodeIndexes=this.spec.nodeIndexes:"number"==typeof(null==(t=this._virtualNode)?void 0:t.nodeIndex)&&(this.nodeIndexes=[this._virtualNode.nodeIndex]),this.source=null,axe._audit.noHtml||(this.source=null!=(r=this.spec.source)?r:null!=(t=this._element)&&t.outerHTML?((r=t.outerHTML)||"function"!=typeof window.XMLSerializer||(r=(new window.XMLSerializer).serializeToString(t)),(t=r||"").length>(n=n||300)&&(n=t.indexOf(">"),t=t.substring(0,n+1)),t):"")}hr.prototype={get selector(){return this.spec.selector||[cr(this.element,this._options)]},get ancestry(){return this.spec.ancestry||[pr(this.element)]},get xpath(){return this.spec.xpath||[fr(this.element)]},get element(){return this._element},toJSON:function(){return{selector:this.selector,source:this.source,xpath:this.xpath,ancestry:this.ancestry,nodeIndexes:this.nodeIndexes}}},hr.fromFrame=function(e,t,n){e=hr.mergeSpecs(e,n);return new hr(n.element,t,e)},hr.mergeSpecs=function(e,t){return h({},e,{selector:[].concat(y(t.selector),y(e.selector)),ancestry:[].concat(y(t.ancestry),y(e.ancestry)),xpath:[].concat(y(t.xpath),y(e.xpath)),nodeIndexes:[].concat(y(t.nodeIndexes),y(e.nodeIndexes))})};var gr=hr,br=function(t,n,r,a){return{isAsync:!1,async:function(){return this.isAsync=!0,function(e){e instanceof Error==!1?(t.result=e,r(t)):a(e)}},data:function(e){t.data=e},relatedNodes:function(e){window.Node&&(e=e instanceof window.Node||e instanceof p?[e]:Vn(e),t.relatedNodes=[],e.forEach(function(e){(e=e instanceof p?e.actualNode:e)instanceof window.Node&&(e=new gr(e,n),t.relatedNodes.push(e))}))}}},vr=function e(t){var n,r,a,o=t;if(null!=(n=window)&&n.Node&&t instanceof window.Node||null!=(n=window)&&n.HTMLCollection&&t instanceof window.HTMLCollection)return t;if(null!==t&&"object"===te(t))if(Array.isArray(t))for(o=[],r=0,a=t.length;r<a;r++)o[r]=e(t[r]);else for(r in o={},t)o[r]=e(t[r]);return o},yr=((r=new(Ne(t()).CssSelectorParser)).registerSelectorPseudos("not"),r.registerSelectorPseudos("is"),r.registerNestingOperators(">"),r.registerAttrEqualityMods("^","$","*","~"),r);function wr(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)}))&&(r=e,!(i=t).attributes||i.attributes.every(function(e){var t=r.attr(e.key);return null!==t&&e.test(t)}))&&(o=e,!(i=t).id||o.props.id===i.id)&&(n=e,!((o=t).pseudos&&!o.pseudos.every(function(e){if("not"===e.name)return!e.expressions.some(function(e){return Cr(n,e)});if("is"===e.name)return e.expressions.some(function(e){return Cr(n,e)});throw new Error("the pseudo selector "+e.name+" has not yet been implemented")})));var n,r,a,o,i}Dr=/(?=[\-\[\]{}()*+?.\\\^$|,#\s])/g;var Dr,xr=function(e){return e.replace(Dr,"\\")},Er=/\\/g;function Fr(e){return e.map(function(e){for(var t=[],n=e.rule;n;)t.push({tag:n.tagName?n.tagName.toLowerCase():"*",combinator:n.nestingOperator||" ",id:n.id,attributes:function(e){if(e)return e.map(function(e){var t,n,r=e.name.replace(Er,""),a=(e.value||"").replace(Er,"");switch(e.operator){case"^=":n=new RegExp("^"+xr(a));break;case"$=":n=new RegExp(xr(a)+"$");break;case"~=":n=new RegExp("(^|\\s)"+xr(a)+"(\\s|$)");break;case"|=":n=new RegExp("^"+xr(a)+"(-|$)");break;case"=":t=function(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:r,value:a,type:void 0===e.value?"attrExist":"attrValue",test:t=t||function(e){return e&&n.test(e)}}})}(n.attrs),classes:function(e){if(e)return e.map(function(e){return{value:e=e.replace(Er,""),regexp:new RegExp("(^|\\s)"+xr(e)+"(\\s|$)")}})}(n.classNames),pseudos:function(e){if(e)return e.map(function(e){var t;return["is","not"].includes(e.name)&&(t=Fr(t=(t=e.value).selectors||[t])),{name:e.name,expressions:t,value:e.value}})}(n.pseudos)}),n=n.rule;return t})}function Ar(e){e=yr.parse(e);return Fr(e.selectors||[e])}function Cr(e,t,n){return function e(t,n,r,a){if(!t)return!1;for(var o=Array.isArray(n)?n[r]:n,i=wr(t,o);!i&&a&&t.parent;)i=wr(t=t.parent,o);if(0<r){if(!1===[" ",">"].includes(o.combinator))throw new Error("axe.utils.matchesExpression does not support the combinator: "+o.combinator);i=i&&e(t.parent,n,r-1," "===o.combinator)}return i}(e,t,t.length-1,n)}var kr=function(t,e){return Ar(e).some(function(e){return Cr(t,e)})},Tr=function(e,t){for(;e;){if(kr(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 Nr(){}function Rr(e){if("function"!=typeof e)throw new TypeError("Queue methods require functions as arguments")}for(var _r,Or,Sr,Mr=function(){function t(e){r=e,setTimeout(function(){null!=r&&Cn("Uncaught error (of queue)",r)},1)}var r,a=[],n=0,o=0,i=Nr,l=!1,s=t;function u(e){return i=Nr,s(e),a}function c(){for(var e=a.length;n<e;n++){var t=a[n];try{t.call(null,function(t){return function(e){a[t]=e,--o||i===Nr||(l=!0,i(a))}}(n),u)}catch(e){u(e)}}}var d={defer:function(e){var n;if("object"===te(e)&&e.then&&e.catch&&(n=e,e=function(e,t){n.then(e).catch(t)}),Rr(e),void 0===r){if(l)throw new Error("Queue already completed");return a.push(e),++o,c(),d}},then:function(e){if(Rr(e),i!==Nr)throw new Error("queue `then` already set");return r||(i=e,o)||(l=!0,i(a)),d},catch:function(e){if(Rr(e),s!==t)throw new Error("queue `catch` already set");return r?(e(r),r=null):s=e,d},abort:u};return d},Pr=window.crypto||window.msCrypto,Ir=(!_r&&Pr&&Pr.getRandomValues&&(Or=new Uint8Array(16),_r=function(){return Pr.getRandomValues(Or),Or}),_r||(Sr=new Array(16),_r=function(){for(var e,t=0;t<16;t++)0==(3&t)&&(e=4294967296*Math.random()),Sr[t]=e>>>((3&t)<<3)&255;return Sr}),"function"==typeof window.Buffer?window.Buffer:Array),n=[],Br={},jr=0;jr<256;jr++)n[jr]=(jr+256).toString(16).substr(1),Br[n[jr]]=jr;function Lr(e,t){t=t||0;return n[e[t++]]+n[e[t++]]+n[e[t++]]+n[e[t++]]+"-"+n[e[t++]]+n[e[t++]]+"-"+n[e[t++]]+n[e[t++]]+"-"+n[e[t++]]+n[e[t++]]+"-"+n[e[t++]]+n[e[t++]]+n[e[t++]]+n[e[t++]]+n[e[t++]]+n[e[+t]]}var qr=[1|(r=_r())[0],r[1],r[2],r[3],r[4],r[5]],zr=16383&(r[6]<<8|r[7]),Vr=0,$r=0;function Hr(e,t,n){var r=t&&n||0,a=t||[],n=null!=(e=e||{}).clockseq?e.clockseq:zr,o=null!=e.msecs?e.msecs:(new Date).getTime(),i=null!=e.nsecs?e.nsecs:$r+1,l=o-Vr+(i-$r)/1e4;if(l<0&&null==e.clockseq&&(n=n+1&16383),1e4<=(i=(l<0||Vr<o)&&null==e.nsecs?0:i))throw new Error("uuid.v1(): Can't create more than 10M uuids/sec");Vr=o,zr=n;for(var l=(1e4*(268435455&(o+=122192928e5))+($r=i))%4294967296,i=(a[r++]=l>>>24&255,a[r++]=l>>>16&255,a[r++]=l>>>8&255,a[r++]=255&l,o/4294967296*1e4&268435455),s=(a[r++]=i>>>8&255,a[r++]=255&i,a[r++]=i>>>24&15|16,a[r++]=i>>>16&255,a[r++]=n>>>8|128,a[r++]=255&n,e.node||qr),u=0;u<6;u++)a[r+u]=s[u];return t||Lr(a)}function Ur(e,t,n){var r=t&&n||0,a=("string"==typeof e&&(t="binary"==e?new Ir(16):null,e=null),(e=e||{}).random||(e.rng||_r)());if(a[6]=15&a[6]|64,a[8]=63&a[8]|128,t)for(var o=0;o<16;o++)t[r+o]=a[o];return t||Lr(a)}(r=Ur).v1=Hr,r.v4=Ur,r.parse=function(e,t,n){var r=t&&n||0,a=0;for(t=t||[],e.toLowerCase().replace(/[0-9a-f]{2}/g,function(e){a<16&&(t[r+a++]=Br[e])});a<16;)t[r+a++]=0;return t},r.unparse=Lr,r.BufferClass=Ir,axe._uuid=Hr();var Gr=Ur,Wr=Object.freeze(["EvalError","RangeError","ReferenceError","SyntaxError","TypeError","URIError"]);function Yr(e){var t,n,r,a;try{t=JSON.parse(e)}catch(e){return}if(null!==(e=t)&&"object"===te(e)&&"string"==typeof e.channelId&&e.source===Kr())return n=(e=t).topic,r=e.channelId,a=e.messageId,e=e.keepalive,{topic:n,message:"object"===te(t.error)?function(e){var t=e.message||"Unknown error occurred",n=Wr.includes(e.name)?e.name:"Error",n=window[n]||Error;e.stack&&(t+="\n"+e.stack.replace(e.message,""));return new n(t)}(t.error):t.payload,messageId:a,channelId:r,keepalive:!!e}}function Kr(){var e="axeAPI",t="";return(e=void 0!==axe&&axe._audit&&axe._audit.application?axe._audit.application:e)+"."+(t=void 0!==axe?axe.version:t)}function Xr(e){Jr(e),d(window.parent===e,"Source of the response must be the parent window.")}function Zr(e){Jr(e),d(e.parent===window,"Respondable target must be a frame in the current window")}function Jr(e){d(window!==e,"Messages can not be sent to the same window.")}var Qr={},ea=[];function ta(){var e="".concat(Ur(),":").concat(Ur());return ea.includes(e)?ta():(ea.push(e),e)}function na(n,e,t,r){var a,o;return"function"==typeof r&&function(e,t,n){var r=!(2<arguments.length&&void 0!==n)||n;d(!Qr[e],"A replyHandler already exists for this message channel."),Qr[e]={replyHandler:t,sendToParent:r}}(e.channelId,r,t),(t?Xr:Zr)(n),e.message instanceof Error&&!t?(axe.log(e.message),!1):(r=h({messageId:ta()},e),t=r.topic,e=r.channelId,o=r.message,e={channelId:e,topic:t,messageId:r.messageId,keepalive:!!r.keepalive,source:Kr()},o instanceof Error?e.error={name:o.name,message:o.message,stack:o.stack}:e.payload=o,a=JSON.stringify(e),!(!(t=axe._audit.allowedOrigins)||!t.length||(t.forEach(function(t){try{n.postMessage(a,t)}catch(e){if(e instanceof n.DOMException)throw new Error('allowedOrigins value "'.concat(t,'" is not a valid origin'));throw e}}),0)))}function ra(r,a,e){var o=!(2<arguments.length&&void 0!==e)||e;return function(e,t,n){na(r,{channelId:a,message:e,keepalive:t},o,n)}}function aa(t,e){var n,r,a,o=t.origin,i=t.data,t=t.source;try{var l=Yr(i)||{},s=l.channelId,u=l.message,c=l.messageId;if(r=o,((a=axe._audit.allowedOrigins)&&a.includes("*")||a.includes(r))&&(n=c,!ea.includes(n))&&(ea.push(n),!0))if(u instanceof Error&&t.parent!==window)axe.log(u);else try{if(l.topic){var d=ra(t,s);Xr(t),e(l,d)}else{var p=t,f=(h=l).channelId,m=h.message,h=h.keepalive,g=(b=function(e){return Qr[e]}(f)||{}).replyHandler,b=b.sendToParent;if(g){(b?Xr:Zr)(p);p=ra(p,f,b);!h&&f&&!function(e){delete Qr[e]}(f);try{g(m,h,p)}catch(e){axe.log(e),p(e,h)}}}}catch(e){var v=t,y=e,w=s;if(!v.parent!==window)axe.log(y);else try{na(v,{topic:null,channelId:w,message:y,messageId:ta(),keepalive:!0},!0)}catch(e){return void axe.log(e)}}}catch(e){axe.log(e)}}var oa,ia,la={open:function(t){var e;if("function"==typeof window.addEventListener)return window.addEventListener("message",e=function(e){aa(e,t)},!1),function(){window.removeEventListener("message",e,!1)}},post:function(e,t,n){return"function"==typeof window.addEventListener&&na(e,t,!1,n)}};function sa(e){e.updateMessenger(la)}var ua={};function ca(e,t,n,r,a){t={topic:t,message:n,channelId:"".concat(Ur(),":").concat(Ur()),keepalive:r};return ia(e,t,a)}function da(t,n){var e=t.topic,r=t.message,t=t.keepalive,e=ua[e];if(e)try{e(r,t,n)}catch(e){axe.log(e),n(e,t)}}function pa(e,t,n,r){var a,o=e.contentWindow,i=null!=(i=null==(i=t.options)?void 0:i.pingWaitTime)?i:500;o?0===i?fa(e,t,n,r):(a=setTimeout(function(){a=setTimeout(function(){t.debug?r(ma("No response from frame",e)):n(null)},0)},i),ca(o,"axe.ping",null,void 0,function(){clearTimeout(a),fa(e,t,n,r)})):(Cn("Frame does not have a content window",e),n(null))}function fa(e,t,n,r){var a=null!=(a=null==(a=t.options)?void 0:a.frameWaitTime)?a:6e4,o=e.contentWindow,i=setTimeout(function(){r(ma("Axe in frame timed out",e))},a);ca(o,"axe.start",t,void 0,function(e){clearTimeout(i),(e instanceof Error==!1?n:r)(e)})}function ma(e,t){var n;return axe._tree&&(n=cr(t)),new Error(e+": "+(n||t))}ca.updateMessenger=function(e){var t=e.open,e=e.post,t=(d("function"==typeof t,"open callback must be a function"),d("function"==typeof e,"post callback must be a function"),oa&&oa(),t(da));oa=t?(d("function"==typeof t,"open callback must return a cleanup function"),t):null,ia=e},ca.subscribe=function(e,t){d("function"==typeof t,"Subscriber callback must be a function"),d(!ua[e],"Topic ".concat(e," is already registered to.")),ua[e]=t},ca.isInFrame=function(){return!!(0<arguments.length&&void 0!==arguments[0]?arguments[0]:window).frameElement},sa(ca);var ha=function(e){return[].concat(e.any||[]).concat(e.all||[]).concat(e.none||[])},ga=function(e,t,n){if(Array.isArray(e))return e.find(function(e){return"object"===te(e)&&e[t]===n})};function ba(e,t){for(var n=0<arguments.length&&void 0!==e?e:[],r=1<arguments.length&&void 0!==t?t:[],a=Math.max(null==n?void 0:n.length,null==r?void 0:r.length),o=0;o<a;o++){var i=null==n?void 0:n[o],l=null==r?void 0:r[o];if("number"!=typeof i||isNaN(i))return 0===o?1:-1;if("number"!=typeof l||isNaN(l))return 0===o?-1:1;if(i!==l)return i-l}return 0}var va=function(e,d){var p=[];return e.forEach(function(e){var c,t=(t=e)&&t.results?Array.isArray(t.results)?t.results.length?t.results:null:[t.results]:null;t&&t.length&&(c=function(e,t){{if(e.frameElement)return new gr(e.frameElement,t);if(e.frameSpec)return e.frameSpec}return null}(e,d),t.forEach(function(e){e.nodes&&c&&(r=e.nodes,t=d,n=c,r.forEach(function(e){e.node=gr.fromFrame(e.node,t,n),ha(e).forEach(function(e){e.relatedNodes=e.relatedNodes.map(function(e){return gr.fromFrame(e,t,n)})})}));var t,n,r=ga(p,"id",e.id);if(r){if(e.nodes.length){for(var a=r.nodes,o=e.nodes,i=o[0].node,l=0;l<a.length;l++){var s=a[l].node,u=ba(s.nodeIndexes,i.nodeIndexes);if(0<u||0===u&&i.selector.length<s.selector.length)return void a.splice.apply(a,[l,0].concat(y(o)))}a.push.apply(a,y(o))}}else p.push(e)}))}),p.forEach(function(e){e.nodes&&e.nodes.sort(function(e,t){return ba(e.node.nodeIndexes,t.node.nodeIndexes)})}),p};function ya(e,a,o,i,t,n){var l=Mr();e.frames.forEach(function(e){var n=e.node,r=b(e,I);l.defer(function(t,e){pa(n,{options:a,command:o,parameter:i,context:r},function(e){return t(e?{results:e,frameElement:n}:null)},e)})}),l.then(function(e){t(va(e,a))}).catch(n)}function wa(e,t){if(!e.shadowId&&!t.shadowId&&e.actualNode&&"function"==typeof e.actualNode.contains)return e.actualNode.contains(t.actualNode);do{if(e===t)return!0;if(t.nodeIndex<e.nodeIndex)return!1}while(t=t.parent);return!1}var Da=function a(){for(var o={},e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return t.forEach(function(e){if(e&&"object"===te(e)&&!Array.isArray(e))for(var t=0,n=Object.keys(e);t<n.length;t++){var r=n[t];!o.hasOwnProperty(r)||"object"!==te(e[r])||Array.isArray(o[r])?o[r]=e[r]:o[r]=a(o[r],e[r])}}),o},xa=function(t,n){Object.assign(t,n),Object.keys(n).filter(function(e){return"function"==typeof n[e]}).forEach(function(e){t[e]=null;try{t[e]=n[e](t)}catch(e){}})},Ea=["article","aside","blockquote","body","div","footer","h1","h2","h3","h4","h5","h6","header","main","nav","p","section","span"],Fa=function(e){if(e.shadowRoot){e=e.nodeName.toLowerCase();if(Ea.includes(e)||/^[a-z][a-z0-9_.-]*-[a-z0-9_.-]*$/.test(e))return!0}return!1},Aa={},Ca=(ke(Aa,{createGrid:function(){return fo},findElmsInContext:function(){return ka},findNearbyElms:function(){return wo},findUp:function(){return Na},findUpVirtual:function(){return Ta},focusDisabled:function(){return To},getComposedParent:function(){return u},getElementByReference:function(){return Oo},getElementCoordinates:function(){return Qa},getElementStack:function(){return $o},getModalDialog:function(){return Eo},getOverflowHiddenAncestors:function(){return Ma},getRootNode:function(){return x},getScrollOffset:function(){return Ja},getTabbableElements:function(){return Ho},getTextElementStack:function(){return Cl},getViewportSize:function(){return eo},getVisibleChildTextRects:function(){return Al},hasContent:function(){return Ol},hasContentVirtual:function(){return _l},hasLangText:function(){return Sl},idrefs:function(){return Go},insertedIntoFocusOrder:function(){return Ml},isCurrentPageLink:function(){return _o},isFocusable:function(){return A},isHTML5:function(){return jl},isHiddenForEveryone:function(){return Ka},isHiddenWithCSS:function(){return Bl},isInTabOrder:function(){return Ll},isInTextBlock:function(){return $l},isInert:function(){return Fo},isModalOpen:function(){return Hl},isMultiline:function(){return Ul},isNativelyFocusable:function(){return ci},isNode:function(){return Gl},isOffscreen:function(){return to},isOpaque:function(){return Ic},isSkipLink:function(){return Bc},isVisible:function(){return Vc},isVisibleOnScreen:function(){return ro},isVisibleToScreenReaders:function(){return k},isVisualContent:function(){return Tl},reduceToElementsBelowFloating:function(){return $c},shadowElementsFromPoint:function(){return Yc},urlPropsFromAttribute:function(){return Kc},visuallyContains:function(){return Hc},visuallyOverlaps:function(){return Xc},visuallySort:function(){return So}}),function(e){var t=e.getRootNode&&e.getRootNode()||document;return t=t===e?document:t}),x=Ca,ka=function(e){var t=e.context,n=e.value,r=e.attr,e=void 0===(e=e.elm)?"":e,n=m(n),t=9===t.nodeType||11===t.nodeType?t:x(t);return Array.from(t.querySelectorAll(e+"["+r+"="+n+"]"))},Ta=function(e,t){var n=e.actualNode;if(!e.shadowId&&"function"==typeof e.actualNode.closest)return e.actualNode.closest(t)||null;for(;(n=(n=n.assignedSlot||n.parentNode)&&11===n.nodeType?n.host:n)&&!Kn(n,t)&&n!==document.documentElement;);return n&&Kn(n,t)?n:null},Na=function(e,t){return Ta(D(e),t)},Ra=Ne(wn()),_a=(axe._memoizedFns=[],function(e){return e=(0,Ra.default)(e),axe._memoizedFns.push(e),e});function Oa(e,t){return(0|e.left)<(0|t.right)&&(0|e.right)>(0|t.left)&&(0|e.top)<(0|t.bottom)&&(0|e.bottom)>(0|t.top)}var Sa=_a(function(e){var t=[];return e?("hidden"===e.getComputedStylePropertyValue("overflow")&&t.push(e),t.concat(Sa(e.parent))):t}),Ma=Sa,Pa=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,Ia=/(\w+)\((\d+)/;function Ba(e){return["style","script","noscript","template"].includes(e.props.nodeName)}function ja(e){return"area"!==e.props.nodeName&&"none"===e.getComputedStylePropertyValue("display")}function La(e){return!(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).isAncestor&&["hidden","collapse"].includes(e.getComputedStylePropertyValue("visibility"))}function qa(e){return!!(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).isAncestor&&"hidden"===e.getComputedStylePropertyValue("content-visibility")}function za(e){return"true"===e.attr("aria-hidden")}function Va(e){return"0"===e.getComputedStylePropertyValue("opacity")}function $a(e){var t=M1(e.actualNode),n=parseInt(e.getComputedStylePropertyValue("height")),e=parseInt(e.getComputedStylePropertyValue("width"));return!!t&&(0===n||0===e)}function Ha(e){var t,n;return!(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).isAncestor&&(t=e.boundingClientRect,!!(n=Ma(e)).length)&&n.some(function(e){e=e.boundingClientRect;return e.width<2||e.height<2||!Oa(t,e)})}function Ua(e){var t=e.getComputedStylePropertyValue("clip").match(Pa),n=e.getComputedStylePropertyValue("clip-path").match(Ia);if(t&&5===t.length){e=e.getComputedStylePropertyValue("position");if(["fixed","absolute"].includes(e))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(n){var e=n[1],r=parseInt(n[2],10);switch(e){case"inset":return 50<=r;case"circle":return 0===r}}return!1}function Ga(e,t){var n,r=Tr(e,"map");return!r||!((r=r.attr("name"))&&(e=Ca(e.actualNode))&&9===e.nodeType&&(n=bd(axe._tree,'img[usemap="#'.concat(m(r),'"]')))&&n.length)||n.some(function(e){return!t(e)})}function Wa(e){var t;if("details"!==(null==(t=e.parent)?void 0:t.props.nodeName))return!1;if("summary"===e.props.nodeName&&e.parent.children.find(function(e){return"summary"===e.props.nodeName})===e)return!1;return!e.parent.hasAttr("open")}var Ya=[ja,La,qa,Wa];function Ka(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=t.skipAncestors,t=t.isAncestor,t=void 0!==t&&t;return e=l(e).vNode,(n?Xa:Za)(e,t)}var Xa=_a(function(t,n){return!!Ba(t)||!(!t.actualNode||!Ya.some(function(e){return e(t,{isAncestor:n})})&&t.actualNode.isConnected)}),Za=_a(function(e,t){return!!Xa(e,t)||!!e.parent&&Za(e.parent,!0)}),u=function e(t){if(t.assignedSlot)return e(t.assignedSlot);if(t.parentNode){if(1===(t=t.parentNode).nodeType)return t;if(t.host)return t.host}return null},Ja=function(e){var t,n;return 9===(e=!e.nodeType&&e.document?e.document:e).nodeType?(t=e.documentElement,n=e.body,{left:t&&t.scrollLeft||n&&n.scrollLeft||0,top:t&&t.scrollTop||n&&n.scrollTop||0}):{left:e.scrollLeft,top:e.scrollTop}},Qa=function(e){var t=(n=Ja(document)).left,n=n.top;return{top:(e=e.getBoundingClientRect()).top+n,right:e.right+t,bottom:e.bottom+n,left:e.left+t,width:e.right-e.left,height:e.bottom-e.top}},eo=function(e){var t=e.document,n=t.documentElement;return e.innerWidth?{width:e.innerWidth,height:e.innerHeight}:n?{width:n.clientWidth,height:n.clientHeight}:{width:(e=t.body).clientWidth,height:e.clientHeight}},to=function(e){if((1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).isAncestor)return!1;var t=l(e).domNode;if(t){var n=document.documentElement,r=window.getComputedStyle(t),a=window.getComputedStyle(document.body||n).getPropertyValue("direction"),o=Qa(t);if(o.bottom<0&&(function(e,t){for(e=u(e);e&&"html"!==e.nodeName.toLowerCase();){if(e.scrollTop&&0<=(t+=e.scrollTop))return;e=u(e)}return 1}(t,o.bottom)||"absolute"===r.position))return!0;if(0!==o.left||0!==o.right)if("ltr"===a){if(o.right<=0)return!0}else if(t=Math.max(n.scrollWidth,eo(window).width),o.left>=t)return!0;return!1}},no=[Va,$a,Ha,Ua,to];function ro(e){return e=l(e).vNode,ao(e)}var ao=_a(function(t,n){return t.actualNode&&"area"===t.props.nodeName?!Ga(t,ao):!(Ka(t,{skipAncestors:!0,isAncestor:n})||t.actualNode&&no.some(function(e){return e(t,{isAncestor:n})}))&&(!t.parent||ao(t.parent,!0))});function oo(e,t){var n=Math.min(e.top,t.top),r=Math.max(e.right,t.right),a=Math.max(e.bottom,t.bottom),e=Math.min(e.left,t.left);return new window.DOMRect(e,n,r-e,a-n)}function io(e,t){var n=e.x,e=e.y,r=t.top,a=t.right,o=t.bottom,t=t.left;return r<=e&&n<=a&&e<=o&&t<=n}var lo=0,so=.1,uo=.2,co=.3,po=0;function fo(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:document.body,t=1<arguments.length?arguments[1]:void 0,n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:null;if(!w.get("gridCreated")||n){w.set("gridCreated",!0),n||(a=(a=D(document.documentElement))||new e1(document.documentElement),po=0,a._stackingOrder=[ho(lo,null)],go(t=null!=t?t:new bo,a),M1(a.actualNode)&&(r=new bo(a),a._subGrid=r));for(var r,a,o=document.createTreeWalker(e,window.NodeFilter.SHOW_ELEMENT,null,!1),i=n?o.nextNode():o.currentNode;i;){var l=D(i),s=(l&&l.parent?n=l.parent:i.assignedSlot?n=D(i.assignedSlot):i.parentElement?n=D(i.parentElement):i.parentNode&&D(i.parentNode)&&(n=D(i.parentNode)),(l=l||new axe.VirtualNode(i,n))._stackingOrder=function(e,t,n){var r=t._stackingOrder.slice();if(function(e,t){var n=e.getComputedStylePropertyValue("position"),r=e.getComputedStylePropertyValue("z-index");if("fixed"===n||"sticky"===n)return 1;if("auto"!==r&&"static"!==n)return 1;if("1"!==e.getComputedStylePropertyValue("opacity"))return 1;if("none"!==(e.getComputedStylePropertyValue("-webkit-transform")||e.getComputedStylePropertyValue("-ms-transform")||e.getComputedStylePropertyValue("transform")||"none"))return 1;n=e.getComputedStylePropertyValue("mix-blend-mode");if(n&&"normal"!==n)return 1;n=e.getComputedStylePropertyValue("filter");if(n&&"none"!==n)return 1;n=e.getComputedStylePropertyValue("perspective");if(n&&"none"!==n)return 1;n=e.getComputedStylePropertyValue("clip-path");if(n&&"none"!==n)return 1;if("none"!==(e.getComputedStylePropertyValue("-webkit-mask")||e.getComputedStylePropertyValue("mask")||"none"))return 1;if("none"!==(e.getComputedStylePropertyValue("-webkit-mask-image")||e.getComputedStylePropertyValue("mask-image")||"none"))return 1;if("none"!==(e.getComputedStylePropertyValue("-webkit-mask-border")||e.getComputedStylePropertyValue("mask-border")||"none"))return 1;if("isolate"===e.getComputedStylePropertyValue("isolation"))return 1;n=e.getComputedStylePropertyValue("will-change");if("transform"===n||"opacity"===n)return 1;if("touch"===e.getComputedStylePropertyValue("-webkit-overflow-scrolling"))return 1;n=e.getComputedStylePropertyValue("contain");if(["layout","paint","strict","content"].includes(n))return 1;if("auto"!==r&&mo(t))return 1;return}(e,t)){var a=r.findIndex(function(e){e=e.value;return[lo,uo,co].includes(e)}),a=(-1!==a&&r.splice(a,r.length-a),function(e,t){return"static"!==e.getComputedStylePropertyValue("position")||mo(t)?e.getComputedStylePropertyValue("z-index"):"auto"}(e,t));if(["auto","0"].includes(a)){for(var o=n.toString();o.length<10;)o="0"+o;r.push(ho(parseFloat("".concat(so).concat(o)),e))}else r.push(ho(parseInt(a),e))}else"static"!==e.getComputedStylePropertyValue("position")?r.push(ho(co,e)):"none"!==e.getComputedStylePropertyValue("float")&&r.push(ho(uo,e));return r}(l,n,po++),function(e,t){var n=null,r=[e];for(;t;){if(M1(t.actualNode)){n=t;break}if(t._scrollRegionParent){n=t._scrollRegionParent;break}r.push(t),t=D(t.actualNode.parentElement||t.actualNode.parentNode)}return r.forEach(function(e){return e._scrollRegionParent=n}),n}(l,n)),s=s?s._subGrid:t,u=(M1(l.actualNode)&&(u=new bo(l),l._subGrid=u),l.boundingClientRect);0!==u.width&&0!==u.height&&ro(i)&&go(s,l),Fa(i)&&fo(i.shadowRoot,s,l),i=o.nextNode()}}return f.gridSize}function mo(e){if(e)return e=e.getComputedStylePropertyValue("display"),["flex","inline-flex","grid","inline-grid"].includes(e)}function ho(e,t){return{value:e,vNode:t}}function go(t,n){n.clientRects.forEach(function(e){null==n._grid&&(n._grid=t);e=t.getGridPositionOfRect(e);t.loopGridPosition(e,function(e){e.includes(n)||e.push(n)})})}Ee(vo,[{key:"toGridIndex",value:function(e){return Math.floor(e/f.gridSize)}},{key:"getCellFromPoint",value:function(e){var t=e.x,e=e.y,e=(d(this.boundaries,"Grid does not have cells added"),this.toGridIndex(e)),t=this.toGridIndex(t),e=(d(io({y:e,x:t},this.boundaries),"Element midpoint exceeds the grid bounds"),null!=(e=this.cells[e-this.cells._negativeIndex])?e:[]);return null!=(t=e[t-e._negativeIndex])?t:[]}},{key:"loopGridPosition",value:function(e,r){var t=e,a=t.left,o=t.right,n=t.top,t=t.bottom;this.boundaries&&(e=oo(this.boundaries,e)),this.boundaries=e,yo(this.cells,n,t,function(e,n){yo(e,a,o,function(e,t){r(e,{row:n,col:t})})})}},{key:"getGridPositionOfRect",value:function(e){var t=e.top,n=e.right,r=e.bottom,a=e.left,o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,t=this.toGridIndex(t-o),n=this.toGridIndex(n+o-1),r=this.toGridIndex(r+o-1),a=this.toGridIndex(a-o);return new window.DOMRect(a,t,n-a,r-t)}}]);var bo=vo;function vo(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null;De(this,vo),this.container=e,this.cells=[]}function yo(e,t,n,r){if(null!=e._negativeIndex||(e._negativeIndex=0),t<e._negativeIndex){for(var a=0;a<e._negativeIndex-t;a++)e.splice(0,0,[]);e._negativeIndex=t}for(var o,i=t-e._negativeIndex,l=n-e._negativeIndex,s=i;s<=l;s++)null==e[o=s]&&(e[o]=[]),r(e[s],s+e._negativeIndex)}function wo(a){var e,o,t,i,n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0;return fo(),null!=(t=a._grid)&&null!=(t=t.cells)&&t.length?(t=a.boundingClientRect,e=a._grid,o=Do(a),t=e.getGridPositionOfRect(t,n),i=[],e.loopGridPosition(t,function(e){var t,n=g(e);try{for(n.s();!(t=n.n()).done;){var r=t.value;r&&r!==a&&!i.includes(r)&&o===Do(r)&&i.push(r)}}catch(e){n.e(e)}finally{n.f()}}),i):[]}var Do=_a(function(e){return!!e&&("fixed"===e.getComputedStylePropertyValue("position")||Do(e.parent))});function xo(e,t){var n=Math.max(e.left,t.left),r=Math.min(e.right,t.right),a=Math.max(e.top,t.top),e=Math.min(e.bottom,t.bottom);return r<=n||e<=a?null:new window.DOMRect(n,a,r-n,e-a)}var Eo=_a(function(){var e;return axe._tree&&(e=ld(axe._tree[0],"dialog[open]",function(e){var t=e.boundingClientRect;return document.elementsFromPoint(t.left+1,t.top+1).includes(e.actualNode)&&ro(e)})).length?e.find(function(e){var t=e.boundingClientRect;return document.elementsFromPoint(t.left-10,t.top-10).includes(e.actualNode)})||(null!=(e=e.find(function(e){var e=null!=(e=function(e){fo();var t=axe._tree[0]._grid,n=new window.DOMRect(0,0,window.innerWidth,window.innerHeight);if(t)for(var r=0;r<t.cells.length;r++){var a=t.cells[r];if(a)for(var o=0;o<a.length;o++){var i=a[o];if(i)for(var l=0;l<i.length;l++){var s=i[l],u=xo(s.boundingClientRect,n);if("html"!==s.props.nodeName&&s!==e&&"none"!==s.getComputedStylePropertyValue("pointer-events")&&u)return{vNode:s,rect:u}}}}}(e))?e:{},t=e.vNode,e=e.rect;return!!t&&!document.elementsFromPoint(e.left+1,e.top+1).includes(t.actualNode)}))?e:null):null});function Fo(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=t.skipAncestors,t=t.isAncestor;return(n?Ao:Co)(e,t)}var Ao=_a(function(e,t){if(e.hasAttr("inert"))return!0;if(!t&&e.actualNode){t=Eo();if(t&&!wa(t,e))return!0}return!1}),Co=_a(function(e,t){return!!Ao(e,t)||!!e.parent&&Co(e.parent,!0)}),ko=["button","command","fieldset","keygen","optgroup","option","select","textarea","input"],To=function(e){var t=l(e).vNode;if(e=t.props.nodeName,ko.includes(e)&&t.hasAttr("disabled")||Fo(t))return!0;for(var n=t.parent,r=[],a=!1;n&&n.shadowId===t.shadowId&&!a&&(r.push(n),"legend"!==n.props.nodeName);){if(void 0!==n._inDisabledFieldset){a=n._inDisabledFieldset;break}"fieldset"===n.props.nodeName&&n.hasAttr("disabled")&&(a=!0),n=n.parent}return r.forEach(function(e){return e._inDisabledFieldset=a}),!!a||"area"!==t.props.nodeName&&!!t.actualNode&&Ka(t)},No=/^\/\#/,Ro=/^#[!/]/;function _o(e){var t,n,r,a,o=e.getAttribute("href");return!(!o||"#"===o)&&(!!No.test(o)||(a=e.hash,t=e.protocol,n=e.hostname,r=e.port,e=e.pathname,!Ro.test(a)&&("#"===o.charAt(0)||("string"!=typeof(null==(a=window.location)?void 0:a.origin)||-1===window.location.origin.indexOf("://")?null:(o=window.location.origin+window.location.pathname,a=n?"".concat(t,"//").concat(n).concat(r?":".concat(r):""):window.location.origin,(a+=e?("/"!==e[0]?"/":"")+e:window.location.pathname)===o)))))}var Oo=function(e,t){var n=e.getAttribute(t);return n&&("href"!==t||_o(e))?(-1!==n.indexOf("#")&&(n=decodeURIComponent(n.substr(n.indexOf("#")+1))),(t=document.getElementById(n))||((t=document.getElementsByName(n)).length?t[0]:null)):null};function So(e,t){fo();for(var n=Math.max(e._stackingOrder.length,t._stackingOrder.length),r=0;r<n;r++){if(void 0===t._stackingOrder[r])return-1;if(void 0===e._stackingOrder[r])return 1;if(t._stackingOrder[r].value>e._stackingOrder[r].value)return 1;if(t._stackingOrder[r].value<e._stackingOrder[r].value)return-1}var a=e.actualNode,o=t.actualNode;if(a.getRootNode&&a.getRootNode()!==o.getRootNode()){for(var i=[];a;)i.push({root:a.getRootNode(),node:a}),a=a.getRootNode().host;for(;o&&!i.find(function(e){return e.root===o.getRootNode()});)o=o.getRootNode().host;if((a=i.find(function(e){return e.root===o.getRootNode()}).node)===o)return e.actualNode.getRootNode()!==a.getRootNode()?-1:1}var l=window.Node,s=l.DOCUMENT_POSITION_FOLLOWING,u=l.DOCUMENT_POSITION_CONTAINS,l=l.DOCUMENT_POSITION_CONTAINED_BY,c=a.compareDocumentPosition(o),s=c&s?1:-1,u=c&u||c&l,c=Mo(e),l=Mo(t);return c===l||u?s:l-c}function Mo(e){return-1!==e.getComputedStylePropertyValue("display").indexOf("inline")?2:function e(t){if(!t)return!1;if(void 0!==t._isFloated)return t._isFloated;var n=t.getComputedStylePropertyValue("float");if("none"!==n)return t._isFloated=!0;n=e(t.parent);t._isFloated=n;return n}(e)?1:0}var Po={};function Io(e,t){var o,i,l,e=e.boundingClientRect,t=t.boundingClientRect,n=(o=e,i=t,l={},[["x","left","right","width"],["y","top","bottom","height"]].forEach(function(e){var t,e=v(e,4),n=e[0],r=e[1],a=e[2],e=e[3];i[r]<o[r]&&i[a]>o[a]?l[n]=o[r]+o[e]/2:(e=i[r]+i[e]/2,t=Math.abs(e-o[r]),e=Math.abs(e-o[a]),l[n]=e<=t?o[r]:o[a])}),l),e=function(e,t,n){var r=e.x,e=e.y;if(function(e,t){var n=e.x,e=e.y;return e>=t.top&&n<=t.right&&e<=t.bottom&&n>=t.left}({x:r,y:e},n)){var a=function(e,t,n){var r,a,o=e.x,e=e.y;o===t.left&&t.right<n.right?r=t.right:o===t.right&&t.left>n.left&&(r=t.left);e===t.top&&t.bottom<n.bottom?a=t.bottom:e===t.bottom&&t.top>n.top&&(a=t.top);{if(!r&&!a)return null;if(!a)return{x:r,y:e};if(!r)return{x:o,y:a}}return Math.abs(o-r)<Math.abs(e-a)?{x:r,y:e}:{x:o,y:a}}({x:r,y:e},t,n);if(null!==a)return a;n=t}var a=n,t=a.top,n=a.right,o=a.bottom,a=a.left,i=a<=r&&r<=n,l=t<=e&&e<=o,a=Math.abs(a-r)<Math.abs(n-r)?a:n,n=Math.abs(t-e)<Math.abs(o-e)?t:o;{if(!i&&l)return{x:a,y:e};if(i&&!l)return{x:r,y:n};if(!i&&!l)return{x:a,y:n}}return Math.abs(r-a)<Math.abs(e-n)?{x:a,y:e}:{x:r,y:n}}(n,e,t);return t=n,n=e,e=Math.abs(t.x-n.x),t=Math.abs(t.y-n.y),e&&t?Math.sqrt(Math.pow(e,2)+Math.pow(t,2)):e||t}function Bo(e){var t=e.left,n=e.top,r=e.width,e=e.height;return new window.DOMPoint(t+r/2,n+e/2)}function jo(e,t){var n=e.boundingClientRect,r=t.boundingClientRect;return!(n.left>=r.right||n.right<=r.left||n.top>=r.bottom||n.bottom<=r.top)&&0<So(e,t)}function Lo(e,t){var r,a=[e],n=g(t);try{function o(){var n=r.value;a=a.reduce(function(e,t){return e.concat(function(e,t){var n=e.top,r=e.left,a=e.bottom,o=e.right,i=n<t.bottom&&a>t.top,l=r<t.right&&o>t.left,s=[];qo(t.top,n,a)&&l&&s.push({top:n,left:r,bottom:t.top,right:o});qo(t.right,r,o)&&i&&s.push({top:n,left:t.right,bottom:a,right:o});qo(t.bottom,n,a)&&l&&s.push({top:t.bottom,right:o,bottom:a,left:r});qo(t.left,r,o)&&i&&s.push({top:n,left:r,bottom:a,right:t.left});0===s.length&&s.push(e);return s.map(zo)}(t,n))},[])}for(n.s();!(r=n.n()).done;)o()}catch(e){n.e(e)}finally{n.f()}return a}ke(Po,{getBoundingRect:function(){return oo},getIntersectionRect:function(){return xo},getOffset:function(){return Io},getRectCenter:function(){return Bo},hasVisualOverlap:function(){return jo},isPointInRect:function(){return io},rectsOverlap:function(){return Oa},splitRects:function(){return Lo}});var qo=function(e,t,n){return t<e&&e<n};function zo(e){return h({},e,{x:e.left,y:e.top,height:e.bottom-e.top,width:e.right-e.left})}function Vo(e,t,n){var r=2<arguments.length&&void 0!==n&&n,a=Bo(t),o=e.getCellFromPoint(a)||[],i=Math.floor(a.x),l=Math.floor(a.y),a=o.filter(function(e){return e.clientRects.some(function(e){var t=e.left,n=e.top;return i<Math.floor(t+e.width)&&i>=Math.floor(t)&&l<Math.floor(n+e.height)&&l>=Math.floor(n)})}),o=e.container;return o&&(a=Vo(o._grid,o.boundingClientRect,!0).concat(a)),a=r?a:a.sort(So).map(function(e){return e.actualNode}).concat(document.documentElement).filter(function(e,t,n){return n.indexOf(e)===t})}var $o=function(e){fo();var t=(e=D(e))._grid;return t?Vo(t,e.boundingClientRect):[]},Ho=function(e){return bd(e,"*").filter(function(e){var t=e.isFocusable,e=e.actualNode.getAttribute("tabindex");return(e=e&&!isNaN(parseInt(e,10))?parseInt(e):null)?t&&0<=e:t})},Uo={},Go=(ke(Uo,{accessibleText:function(){return Wo},accessibleTextVirtual:function(){return ml},autocomplete:function(){return bl},formControlValue:function(){return ol},formControlValueMethods:function(){return rl},hasUnicode:function(){return cl},isHumanInterpretable:function(){return gl},isIconLigature:function(){return dl},isValidAutocomplete:function(){return vl},label:function(){return xl},labelText:function(){return Li},labelVirtual:function(){return Dl},nativeElementType:function(){return El},nativeTextAlternative:function(){return Hi},nativeTextMethods:function(){return $i},removeUnicode:function(){return hl},sanitize:function(){return F},subtreeText:function(){return ji},titleText:function(){return Mi},unsupported:function(){return Ui},visible:function(){return wl},visibleTextNodes:function(){return Fl},visibleVirtual:function(){return Wi}}),function(e,t){e=e.actualNode||e;try{var n=x(e),r=[];if(a=e.getAttribute(t))for(var a=S(a),o=0;o<a.length;o++)r.push(n.getElementById(a[o]));return r}catch(e){throw new TypeError("Cannot resolve id references for non-DOM nodes")}}),Wo=function(e,t){return e=D(e),ml(e,t)},Yo=function(e){var n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},r=l(e).vNode;return 1!==(null==r?void 0:r.props.nodeType)||1!==r.props.nodeType||n.inLabelledByContext||n.inControlContext||!r.attr("aria-labelledby")?"":Go(r,"aria-labelledby").filter(function(e){return e}).reduce(function(e,t){t=Wo(t,h({inLabelledByContext:!0,startNode:n.startNode||r},n));return e?"".concat(e," ").concat(t):t},"")};function Ko(e){e=l(e).vNode;return 1===(null==e?void 0:e.props.nodeType)&&e.attr("aria-label")||""}var Xo={"aria-activedescendant":{type:"idref",allowEmpty:!0},"aria-atomic":{type:"boolean",global:!0},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"]},"aria-braillelabel":{type:"string",global:!0},"aria-brailleroledescription":{type:"string",global:!0},"aria-busy":{type:"boolean",global:!0},"aria-checked":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-colcount":{type:"int",minValue:-1},"aria-colindex":{type:"int",minValue:1},"aria-colspan":{type:"int",minValue:1},"aria-controls":{type:"idrefs",allowEmpty:!0,global:!0},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],global:!0},"aria-describedby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-description":{type:"string",allowEmpty:!0,global:!0},"aria-details":{type:"idref",allowEmpty:!0,global:!0},"aria-disabled":{type:"boolean",global:!0},"aria-dropeffect":{type:"nmtokens",values:["copy","execute","link","move","none","popup"],global:!0},"aria-errormessage":{type:"idref",allowEmpty:!0,global:!0},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"]},"aria-flowto":{type:"idrefs",allowEmpty:!0,global:!0},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],global:!0},"aria-hidden":{type:"nmtoken",values:["true","false","undefined"],global:!0},"aria-invalid":{type:"nmtoken",values:["grammar","false","spelling","true"],global:!0},"aria-keyshortcuts":{type:"string",allowEmpty:!0,global:!0},"aria-label":{type:"string",allowEmpty:!0,global:!0},"aria-labelledby":{type:"idrefs",allowEmpty:!0,global:!0},"aria-level":{type:"int",minValue:1},"aria-live":{type:"nmtoken",values:["assertive","off","polite"],global:!0},"aria-modal":{type:"boolean"},"aria-multiline":{type:"boolean"},"aria-multiselectable":{type:"boolean"},"aria-orientation":{type:"nmtoken",values:["horizontal","undefined","vertical"]},"aria-owns":{type:"idrefs",allowEmpty:!0,global:!0},"aria-placeholder":{type:"string",allowEmpty:!0},"aria-posinset":{type:"int",minValue:1},"aria-pressed":{type:"nmtoken",values:["false","mixed","true","undefined"]},"aria-readonly":{type:"boolean"},"aria-relevant":{type:"nmtokens",values:["additions","all","removals","text"],global:!0},"aria-required":{type:"boolean"},"aria-roledescription":{type:"string",allowEmpty:!0,global:!0},"aria-rowcount":{type:"int",minValue:-1},"aria-rowindex":{type:"int",minValue:1},"aria-rowspan":{type:"int",minValue:0},"aria-selected":{type:"nmtoken",values:["false","true","undefined"]},"aria-setsize":{type:"int",minValue:-1},"aria-sort":{type:"nmtoken",values:["ascending","descending","none","other"]},"aria-valuemax":{type:"decimal"},"aria-valuemin":{type:"decimal"},"aria-valuenow":{type:"decimal"},"aria-valuetext":{type:"string"}},Zo={alert:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},alertdialog:{type:"widget",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["alert","dialog"],accessibleNameRequired:!0},application:{type:"landmark",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["structure"],accessibleNameRequired:!0},article:{type:"structure",allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["document"]},banner:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},blockquote:{type:"structure",superclassRole:["section"]},button:{type:"widget",allowedAttrs:["aria-expanded","aria-pressed"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},caption:{type:"structure",requiredContext:["figure","table","grid","treegrid"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},cell:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-expanded"],superclassRole:["section"],nameFromContent:!0},checkbox:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-readonly","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},code:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},columnheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},combobox:{type:"widget",requiredAttrs:["aria-expanded","aria-controls"],allowedAttrs:["aria-owns","aria-autocomplete","aria-readonly","aria-required","aria-activedescendant","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},command:{type:"abstract",superclassRole:["widget"]},complementary:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},composite:{type:"abstract",superclassRole:["widget"]},contentinfo:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},comment:{type:"structure",allowedAttrs:["aria-level","aria-posinset","aria-setsize"],superclassRole:["article"]},definition:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},deletion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},dialog:{type:"widget",allowedAttrs:["aria-expanded","aria-modal"],superclassRole:["window"],accessibleNameRequired:!0},directory:{type:"structure",deprecated:!0,allowedAttrs:["aria-expanded"],superclassRole:["list"],nameFromContent:!0},document:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["structure"]},emphasis:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},feed:{type:"structure",requiredOwned:["article"],allowedAttrs:["aria-expanded"],superclassRole:["list"]},figure:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},form:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},grid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-level","aria-multiselectable","aria-readonly","aria-activedescendant","aria-colcount","aria-expanded","aria-rowcount"],superclassRole:["composite","table"],accessibleNameRequired:!1},gridcell:{type:"widget",requiredContext:["row"],allowedAttrs:["aria-readonly","aria-required","aria-selected","aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan"],superclassRole:["cell","widget"],nameFromContent:!0},group:{type:"structure",allowedAttrs:["aria-activedescendant","aria-expanded"],superclassRole:["section"]},heading:{type:"structure",requiredAttrs:["aria-level"],allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},img:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!0,childrenPresentational:!0},input:{type:"abstract",superclassRole:["widget"]},insertion:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},landmark:{type:"abstract",superclassRole:["section"]},link:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},list:{type:"structure",requiredOwned:["listitem"],allowedAttrs:["aria-expanded"],superclassRole:["section"]},listbox:{type:"widget",requiredOwned:["group","option"],allowedAttrs:["aria-multiselectable","aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!0},listitem:{type:"structure",requiredContext:["list"],allowedAttrs:["aria-level","aria-posinset","aria-setsize","aria-expanded"],superclassRole:["section"],nameFromContent:!0},log:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},main:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},marquee:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},math:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],childrenPresentational:!0},menu:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"]},menubar:{type:"composite",requiredOwned:["group","menuitemradio","menuitem","menuitemcheckbox","menu","separator"],allowedAttrs:["aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["menu"]},menuitem:{type:"widget",requiredContext:["menu","menubar","group"],allowedAttrs:["aria-posinset","aria-setsize","aria-expanded"],superclassRole:["command"],accessibleNameRequired:!0,nameFromContent:!0},menuitemcheckbox:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["checkbox","menuitem"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},menuitemradio:{type:"widget",requiredContext:["menu","menubar","group"],requiredAttrs:["aria-checked"],allowedAttrs:["aria-expanded","aria-posinset","aria-readonly","aria-setsize"],superclassRole:["menuitemcheckbox","radio"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},meter:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},mark:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},navigation:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},none:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},note:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"]},option:{type:"widget",requiredContext:["group","listbox"],allowedAttrs:["aria-selected","aria-checked","aria-posinset","aria-setsize"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},paragraph:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},presentation:{type:"structure",superclassRole:["structure"],prohibitedAttrs:["aria-label","aria-labelledby"]},progressbar:{type:"widget",allowedAttrs:["aria-expanded","aria-valuemax","aria-valuemin","aria-valuenow","aria-valuetext"],superclassRole:["range"],accessibleNameRequired:!0,childrenPresentational:!0},radio:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-posinset","aria-setsize","aria-required"],superclassRole:["input"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},radiogroup:{type:"composite",allowedAttrs:["aria-readonly","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},range:{type:"abstract",superclassRole:["widget"]},region:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"],accessibleNameRequired:!1},roletype:{type:"abstract",superclassRole:[]},row:{type:"structure",requiredContext:["grid","rowgroup","table","treegrid"],requiredOwned:["cell","columnheader","gridcell","rowheader"],allowedAttrs:["aria-colindex","aria-level","aria-rowindex","aria-selected","aria-activedescendant","aria-expanded","aria-posinset","aria-setsize"],superclassRole:["group","widget"],nameFromContent:!0},rowgroup:{type:"structure",requiredContext:["grid","table","treegrid"],requiredOwned:["row"],superclassRole:["structure"],nameFromContent:!0},rowheader:{type:"structure",requiredContext:["row"],allowedAttrs:["aria-sort","aria-colindex","aria-colspan","aria-expanded","aria-readonly","aria-required","aria-rowindex","aria-rowspan","aria-selected"],superclassRole:["cell","gridcell","sectionhead"],accessibleNameRequired:!1,nameFromContent:!0},scrollbar:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-controls","aria-orientation","aria-valuemax","aria-valuemin","aria-valuetext"],superclassRole:["range"],childrenPresentational:!0},search:{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},searchbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["textbox"],accessibleNameRequired:!0},section:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},sectionhead:{type:"abstract",superclassRole:["structure"],nameFromContent:!0},select:{type:"abstract",superclassRole:["composite","group"]},separator:{type:"structure",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-valuetext"],superclassRole:["structure","widget"],childrenPresentational:!0},slider:{type:"widget",requiredAttrs:["aria-valuenow"],allowedAttrs:["aria-valuemax","aria-valuemin","aria-orientation","aria-readonly","aria-required","aria-valuetext"],superclassRole:["input","range"],accessibleNameRequired:!0,childrenPresentational:!0},spinbutton:{type:"widget",allowedAttrs:["aria-valuemax","aria-valuemin","aria-readonly","aria-required","aria-activedescendant","aria-valuetext","aria-valuenow"],superclassRole:["composite","input","range"],accessibleNameRequired:!0},status:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"]},strong:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},structure:{type:"abstract",superclassRole:["roletype"]},subscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},superscript:{type:"structure",superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},switch:{type:"widget",requiredAttrs:["aria-checked"],allowedAttrs:["aria-readonly","aria-required"],superclassRole:["checkbox"],accessibleNameRequired:!0,nameFromContent:!0,childrenPresentational:!0},suggestion:{type:"structure",requiredOwned:["insertion","deletion"],superclassRole:["section"],prohibitedAttrs:["aria-label","aria-labelledby"]},tab:{type:"widget",requiredContext:["tablist"],allowedAttrs:["aria-posinset","aria-selected","aria-setsize","aria-expanded"],superclassRole:["sectionhead","widget"],nameFromContent:!0,childrenPresentational:!0},table:{type:"structure",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-colcount","aria-rowcount","aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1,nameFromContent:!0},tablist:{type:"composite",requiredOwned:["tab"],allowedAttrs:["aria-level","aria-multiselectable","aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["composite"]},tabpanel:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["section"],accessibleNameRequired:!1},term:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},text:{type:"structure",superclassRole:["section"],nameFromContent:!0},textbox:{type:"widget",allowedAttrs:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-placeholder","aria-readonly","aria-required"],superclassRole:["input"],accessibleNameRequired:!0},time:{type:"structure",superclassRole:["section"]},timer:{type:"widget",allowedAttrs:["aria-expanded"],superclassRole:["status"]},toolbar:{type:"structure",allowedAttrs:["aria-orientation","aria-activedescendant","aria-expanded"],superclassRole:["group"],accessibleNameRequired:!0},tooltip:{type:"structure",allowedAttrs:["aria-expanded"],superclassRole:["section"],nameFromContent:!0},tree:{type:"composite",requiredOwned:["group","treeitem"],allowedAttrs:["aria-multiselectable","aria-required","aria-activedescendant","aria-expanded","aria-orientation"],superclassRole:["select"],accessibleNameRequired:!1},treegrid:{type:"composite",requiredOwned:["rowgroup","row"],allowedAttrs:["aria-activedescendant","aria-colcount","aria-expanded","aria-level","aria-multiselectable","aria-orientation","aria-readonly","aria-required","aria-rowcount"],superclassRole:["grid","tree"],accessibleNameRequired:!1},treeitem:{type:"widget",requiredContext:["group","tree"],allowedAttrs:["aria-checked","aria-expanded","aria-level","aria-posinset","aria-selected","aria-setsize"],superclassRole:["listitem","option"],accessibleNameRequired:!0,nameFromContent:!0},widget:{type:"abstract",superclassRole:["roletype"]},window:{type:"abstract",superclassRole:["roletype"]}},r={a:{variant:{href:{matches:"[href]",contentTypes:["interactive","phrasing","flow"],allowedRoles:["button","checkbox","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab","treeitem","doc-backlink","doc-biblioref","doc-glossref","doc-noteref"],namingMethods:["subtreeText"]},default:{contentTypes:["phrasing","flow"],allowedRoles:!0}}},abbr:{contentTypes:["phrasing","flow"],allowedRoles:!0},address:{contentTypes:["flow"],allowedRoles:!0},area:{variant:{href:{matches:"[href]",allowedRoles:!1},default:{allowedRoles:["button","link"]}},contentTypes:["phrasing","flow"],namingMethods:["altText"]},article:{contentTypes:["sectioning","flow"],allowedRoles:["feed","presentation","none","document","application","main","region"],shadowRoot:!0},aside:{contentTypes:["sectioning","flow"],allowedRoles:["feed","note","presentation","none","region","search","doc-dedication","doc-example","doc-footnote","doc-pullquote","doc-tip"]},audio:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"Audio"},b:{contentTypes:["phrasing","flow"],allowedRoles:!0},base:{allowedRoles:!1,noAriaAttrs:!0},bdi:{contentTypes:["phrasing","flow"],allowedRoles:!0},bdo:{contentTypes:["phrasing","flow"],allowedRoles:!0},blockquote:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},body:{allowedRoles:!1,shadowRoot:!0},br:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"],namingMethods:["titleText","singleSpace"]},button:{contentTypes:["interactive","phrasing","flow"],allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"],namingMethods:["subtreeText"]},canvas:{allowedRoles:!0,contentTypes:["embedded","phrasing","flow"],chromiumRole:"Canvas"},caption:{allowedRoles:!1},cite:{contentTypes:["phrasing","flow"],allowedRoles:!0},code:{contentTypes:["phrasing","flow"],allowedRoles:!0},col:{allowedRoles:!1,noAriaAttrs:!0},colgroup:{allowedRoles:!1,noAriaAttrs:!0},data:{contentTypes:["phrasing","flow"],allowedRoles:!0},datalist:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0,implicitAttrs:{"aria-multiselectable":"false"}},dd:{allowedRoles:!1},del:{contentTypes:["phrasing","flow"],allowedRoles:!0},dfn:{contentTypes:["phrasing","flow"],allowedRoles:!0},details:{contentTypes:["interactive","flow"],allowedRoles:!1},dialog:{contentTypes:["flow"],allowedRoles:["alertdialog"]},div:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},dl:{contentTypes:["flow"],allowedRoles:["group","list","presentation","none"],chromiumRole:"DescriptionList"},dt:{allowedRoles:["listitem"]},em:{contentTypes:["phrasing","flow"],allowedRoles:!0},embed:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","presentation","none"],chromiumRole:"EmbeddedObject"},fieldset:{contentTypes:["flow"],allowedRoles:["none","presentation","radiogroup"],namingMethods:["fieldsetLegendText"]},figcaption:{allowedRoles:["group","none","presentation"]},figure:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["figureText","titleText"]},footer:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},form:{contentTypes:["flow"],allowedRoles:["search","none","presentation"]},h1:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"1"}},h2:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"2"}},h3:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"3"}},h4:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"4"}},h5:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"5"}},h6:{contentTypes:["heading","flow"],allowedRoles:["none","presentation","tab","doc-subtitle"],shadowRoot:!0,implicitAttrs:{"aria-level":"6"}},head:{allowedRoles:!1,noAriaAttrs:!0},header:{contentTypes:["flow"],allowedRoles:["group","none","presentation","doc-footnote"],shadowRoot:!0},hgroup:{contentTypes:["heading","flow"],allowedRoles:!0},hr:{contentTypes:["flow"],allowedRoles:["none","presentation","doc-pagebreak"],namingMethods:["titleText","singleSpace"]},html:{allowedRoles:!1,noAriaAttrs:!0},i:{contentTypes:["phrasing","flow"],allowedRoles:!0},iframe:{contentTypes:["interactive","embedded","phrasing","flow"],allowedRoles:["application","document","img","none","presentation"],chromiumRole:"Iframe"},img:{variant:{nonEmptyAlt:{matches:[{attributes:{alt:"/.+/"}},{hasAccessibleName:!0}],allowedRoles:["button","checkbox","link","menuitem","menuitemcheckbox","menuitemradio","option","progressbar","radio","scrollbar","separator","slider","switch","tab","treeitem","doc-cover"]},usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","flow"]},default:{allowedRoles:["presentation","none"],contentTypes:["embedded","flow"]}},namingMethods:["altText"]},input:{variant:{button:{matches:{properties:{type:"button"}},allowedRoles:["checkbox","combobox","link","menuitem","menuitemcheckbox","menuitemradio","option","radio","switch","tab"]},buttonType:{matches:{properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},checkboxPressed:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":"/.*/"}},allowedRoles:["button","menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},checkbox:{matches:{properties:{type:"checkbox"},attributes:{"aria-pressed":null}},allowedRoles:["menuitemcheckbox","option","switch"],implicitAttrs:{"aria-checked":"false"}},noRoles:{matches:{properties:{type:["color","date","datetime-local","file","month","number","password","range","reset","submit","time","week"]}},allowedRoles:!1},hidden:{matches:{properties:{type:"hidden"}},contentTypes:["flow"],allowedRoles:!1,noAriaAttrs:!0},image:{matches:{properties:{type:"image"}},allowedRoles:["link","menuitem","menuitemcheckbox","menuitemradio","radio","switch"],namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},radio:{matches:{properties:{type:"radio"}},allowedRoles:["menuitemradio"],implicitAttrs:{"aria-checked":"false"}},textWithList:{matches:{properties:{type:"text"},attributes:{list:"/.*/"}},allowedRoles:!1},default:{contentTypes:["interactive","flow"],allowedRoles:["combobox","searchbox","spinbutton"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText","placeholderText"]}}},ins:{contentTypes:["phrasing","flow"],allowedRoles:!0},kbd:{contentTypes:["phrasing","flow"],allowedRoles:!0},label:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,chromiumRole:"Label"},legend:{allowedRoles:!1},li:{allowedRoles:["menuitem","menuitemcheckbox","menuitemradio","option","none","presentation","radio","separator","tab","treeitem","doc-biblioentry","doc-endnote"],implicitAttrs:{"aria-setsize":"1","aria-posinset":"1"}},link:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},main:{contentTypes:["flow"],allowedRoles:!1,shadowRoot:!0},map:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},math:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!1},mark:{contentTypes:["phrasing","flow"],allowedRoles:!0},menu:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},meta:{variant:{itemprop:{matches:"[itemprop]",contentTypes:["phrasing","flow"]}},allowedRoles:!1,noAriaAttrs:!0},meter:{contentTypes:["phrasing","flow"],allowedRoles:!1,chromiumRole:"progressbar"},nav:{contentTypes:["sectioning","flow"],allowedRoles:["doc-index","doc-pagelist","doc-toc","menu","menubar","none","presentation","tablist"],shadowRoot:!0},noscript:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},object:{variant:{usemap:{matches:"[usemap]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application","document","img"],chromiumRole:"PluginObject"},ol:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},optgroup:{allowedRoles:!1},option:{allowedRoles:!1,implicitAttrs:{"aria-selected":"false"}},output:{contentTypes:["phrasing","flow"],allowedRoles:!0,namingMethods:["subtreeText"]},p:{contentTypes:["flow"],allowedRoles:!0,shadowRoot:!0},param:{allowedRoles:!1,noAriaAttrs:!0},picture:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},pre:{contentTypes:["flow"],allowedRoles:!0},progress:{contentTypes:["phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuemax":"100","aria-valuemin":"0","aria-valuenow":"0"}},q:{contentTypes:["phrasing","flow"],allowedRoles:!0},rp:{allowedRoles:!0},rt:{allowedRoles:!0},ruby:{contentTypes:["phrasing","flow"],allowedRoles:!0},s:{contentTypes:["phrasing","flow"],allowedRoles:!0},samp:{contentTypes:["phrasing","flow"],allowedRoles:!0},script:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},section:{contentTypes:["sectioning","flow"],allowedRoles:["alert","alertdialog","application","banner","complementary","contentinfo","dialog","document","feed","group","log","main","marquee","navigation","none","note","presentation","search","status","tabpanel","doc-abstract","doc-acknowledgments","doc-afterword","doc-appendix","doc-bibliography","doc-chapter","doc-colophon","doc-conclusion","doc-credit","doc-credits","doc-dedication","doc-endnotes","doc-epigraph","doc-epilogue","doc-errata","doc-example","doc-foreword","doc-glossary","doc-index","doc-introduction","doc-notice","doc-pagelist","doc-part","doc-preface","doc-prologue","doc-pullquote","doc-qna","doc-toc"],shadowRoot:!0},select:{variant:{combobox:{matches:{attributes:{multiple:null,size:[null,"1"]}},allowedRoles:["menu"]},default:{allowedRoles:!1}},contentTypes:["interactive","phrasing","flow"],implicitAttrs:{"aria-valuenow":""},namingMethods:["labelText"]},slot:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},small:{contentTypes:["phrasing","flow"],allowedRoles:!0},source:{allowedRoles:!1,noAriaAttrs:!0},span:{contentTypes:["phrasing","flow"],allowedRoles:!0,shadowRoot:!0},strong:{contentTypes:["phrasing","flow"],allowedRoles:!0},style:{allowedRoles:!1,noAriaAttrs:!0},svg:{contentTypes:["embedded","phrasing","flow"],allowedRoles:!0,chromiumRole:"SVGRoot",namingMethods:["svgTitleText"]},sub:{contentTypes:["phrasing","flow"],allowedRoles:!0},summary:{allowedRoles:!1,namingMethods:["subtreeText"]},sup:{contentTypes:["phrasing","flow"],allowedRoles:!0},table:{contentTypes:["flow"],allowedRoles:!0,namingMethods:["tableCaptionText","tableSummaryText"]},tbody:{allowedRoles:!0},template:{contentTypes:["phrasing","flow"],allowedRoles:!1,noAriaAttrs:!0},textarea:{contentTypes:["interactive","phrasing","flow"],allowedRoles:!1,implicitAttrs:{"aria-valuenow":"","aria-multiline":"true"},namingMethods:["labelText","placeholderText"]},tfoot:{allowedRoles:!0},thead:{allowedRoles:!0},time:{contentTypes:["phrasing","flow"],allowedRoles:!0},title:{allowedRoles:!1,noAriaAttrs:!0},td:{allowedRoles:!0},th:{allowedRoles:!0},tr:{allowedRoles:!0},track:{allowedRoles:!1,noAriaAttrs:!0},u:{contentTypes:["phrasing","flow"],allowedRoles:!0},ul:{contentTypes:["flow"],allowedRoles:["directory","group","listbox","menu","menubar","none","presentation","radiogroup","tablist","toolbar","tree"]},var:{contentTypes:["phrasing","flow"],allowedRoles:!0},video:{variant:{controls:{matches:"[controls]",contentTypes:["interactive","embedded","phrasing","flow"]},default:{contentTypes:["embedded","phrasing","flow"]}},allowedRoles:["application"],chromiumRole:"video"},wbr:{contentTypes:["phrasing","flow"],allowedRoles:["presentation","none"]}},Jo={aliceblue:[240,248,255],antiquewhite:[250,235,215],aqua:[0,255,255],aquamarine:[127,255,212],azure:[240,255,255],beige:[245,245,220],bisque:[255,228,196],black:[0,0,0],blanchedalmond:[255,235,205],blue:[0,0,255],blueviolet:[138,43,226],brown:[165,42,42],burlywood:[222,184,135],cadetblue:[95,158,160],chartreuse:[127,255,0],chocolate:[210,105,30],coral:[255,127,80],cornflowerblue:[100,149,237],cornsilk:[255,248,220],crimson:[220,20,60],cyan:[0,255,255],darkblue:[0,0,139],darkcyan:[0,139,139],darkgoldenrod:[184,134,11],darkgray:[169,169,169],darkgreen:[0,100,0],darkgrey:[169,169,169],darkkhaki:[189,183,107],darkmagenta:[139,0,139],darkolivegreen:[85,107,47],darkorange:[255,140,0],darkorchid:[153,50,204],darkred:[139,0,0],darksalmon:[233,150,122],darkseagreen:[143,188,143],darkslateblue:[72,61,139],darkslategray:[47,79,79],darkslategrey:[47,79,79],darkturquoise:[0,206,209],darkviolet:[148,0,211],deeppink:[255,20,147],deepskyblue:[0,191,255],dimgray:[105,105,105],dimgrey:[105,105,105],dodgerblue:[30,144,255],firebrick:[178,34,34],floralwhite:[255,250,240],forestgreen:[34,139,34],fuchsia:[255,0,255],gainsboro:[220,220,220],ghostwhite:[248,248,255],gold:[255,215,0],goldenrod:[218,165,32],gray:[128,128,128],green:[0,128,0],greenyellow:[173,255,47],grey:[128,128,128],honeydew:[240,255,240],hotpink:[255,105,180],indianred:[205,92,92],indigo:[75,0,130],ivory:[255,255,240],khaki:[240,230,140],lavender:[230,230,250],lavenderblush:[255,240,245],lawngreen:[124,252,0],lemonchiffon:[255,250,205],lightblue:[173,216,230],lightcoral:[240,128,128],lightcyan:[224,255,255],lightgoldenrodyellow:[250,250,210],lightgray:[211,211,211],lightgreen:[144,238,144],lightgrey:[211,211,211],lightpink:[255,182,193],lightsalmon:[255,160,122],lightseagreen:[32,178,170],lightskyblue:[135,206,250],lightslategray:[119,136,153],lightslategrey:[119,136,153],lightsteelblue:[176,196,222],lightyellow:[255,255,224],lime:[0,255,0],limegreen:[50,205,50],linen:[250,240,230],magenta:[255,0,255],maroon:[128,0,0],mediumaquamarine:[102,205,170],mediumblue:[0,0,205],mediumorchid:[186,85,211],mediumpurple:[147,112,219],mediumseagreen:[60,179,113],mediumslateblue:[123,104,238],mediumspringgreen:[0,250,154],mediumturquoise:[72,209,204],mediumvioletred:[199,21,133],midnightblue:[25,25,112],mintcream:[245,255,250],mistyrose:[255,228,225],moccasin:[255,228,181],navajowhite:[255,222,173],navy:[0,0,128],oldlace:[253,245,230],olive:[128,128,0],olivedrab:[107,142,35],orange:[255,165,0],orangered:[255,69,0],orchid:[218,112,214],palegoldenrod:[238,232,170],palegreen:[152,251,152],paleturquoise:[175,238,238],palevioletred:[219,112,147],papayawhip:[255,239,213],peachpuff:[255,218,185],peru:[205,133,63],pink:[255,192,203],plum:[221,160,221],powderblue:[176,224,230],purple:[128,0,128],rebeccapurple:[102,51,153],red:[255,0,0],rosybrown:[188,143,143],royalblue:[65,105,225],saddlebrown:[139,69,19],salmon:[250,128,114],sandybrown:[244,164,96],seagreen:[46,139,87],seashell:[255,245,238],sienna:[160,82,45],silver:[192,192,192],skyblue:[135,206,235],slateblue:[106,90,205],slategray:[112,128,144],slategrey:[112,128,144],snow:[255,250,250],springgreen:[0,255,127],steelblue:[70,130,180],tan:[210,180,140],teal:[0,128,128],thistle:[216,191,216],tomato:[255,99,71],turquoise:[64,224,208],violet:[238,130,238],wheat:[245,222,179],white:[255,255,255],whitesmoke:[245,245,245],yellow:[255,255,0],yellowgreen:[154,205,50]},Qo={ariaAttrs:Xo,ariaRoles:h({},Zo,{"doc-abstract":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-acknowledgments":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-afterword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-appendix":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-backlink":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-biblioentry":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-bibliography":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-biblioref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-chapter":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-colophon":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-conclusion":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-cover":{type:"img",allowedAttrs:["aria-expanded"],superclassRole:["img"]},"doc-credit":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-credits":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-dedication":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-endnote":{type:"listitem",allowedAttrs:["aria-expanded","aria-level","aria-posinset","aria-setsize"],superclassRole:["listitem"],deprecated:!0},"doc-endnotes":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-epigraph":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-epilogue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-errata":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-example":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-footnote":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-foreword":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossary":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-glossref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-index":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-introduction":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-noteref":{type:"link",allowedAttrs:["aria-expanded"],nameFromContent:!0,superclassRole:["link"]},"doc-notice":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-pagebreak":{type:"separator",allowedAttrs:["aria-expanded","aria-orientation"],superclassRole:["separator"],childrenPresentational:!0},"doc-pagelist":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]},"doc-part":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-preface":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-prologue":{type:"landmark",allowedAttrs:["aria-expanded"],superclassRole:["landmark"]},"doc-pullquote":{type:"none",superclassRole:["none"]},"doc-qna":{type:"section",allowedAttrs:["aria-expanded"],superclassRole:["section"]},"doc-subtitle":{type:"sectionhead",allowedAttrs:["aria-expanded"],superclassRole:["sectionhead"]},"doc-tip":{type:"note",allowedAttrs:["aria-expanded"],superclassRole:["note"]},"doc-toc":{type:"navigation",allowedAttrs:["aria-expanded"],superclassRole:["navigation"]}},{"graphics-document":{type:"structure",superclassRole:["document"],accessibleNameRequired:!0},"graphics-object":{type:"structure",superclassRole:["group"],nameFromContent:!0},"graphics-symbol":{type:"structure",superclassRole:["img"],accessibleNameRequired:!0,childrenPresentational:!0}}),htmlElms:r,cssColors:Jo},ei=h({},Qo),E=ei,ti=function(e){return!!(e=E.ariaRoles[e])&&!!e.unsupported},ni=function(e){var t=(n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).allowAbstract,n=void 0!==(n=n.flagUnsupported)&&n,r=E.ariaRoles[e],a=ti(e);return!(!r||n&&a||!t&&"abstract"===r.type)},c=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=t.fallback,r=t.abstracts,a=t.dpub;return 1===(e=e instanceof p?e:D(e)).props.nodeType&&(t=(e.attr("role")||"").trim().toLowerCase(),(n?S(t):[t]).find(function(e){return!(!a&&"doc-"===e.substr(0,4))&&ni(e,{allowAbstract:r})}))||null},ri=function(t){return Object.keys(E.htmlElms).filter(function(e){e=E.htmlElms[e];return e.contentTypes?e.contentTypes.includes(t):!!e.variant&&!(!e.variant.default||!e.variant.default.contentTypes)&&e.variant.default.contentTypes.includes(t)})},ai=function(){return w.get("globalAriaAttrs",function(){return Object.keys(E.ariaAttrs).filter(function(e){return E.ariaAttrs[e].global})})},oi=_a(function(e){for(var t=[],n=e.rows,r=0,a=n.length;r<a;r++)for(var o=n[r].cells,i=(t[r]=t[r]||[],0),l=0,s=o.length;l<s;l++)for(var u=0;u<o[l].colSpan;u++){for(var c=o[l].getAttribute("rowspan"),d=0===parseInt(c)||0===o[l].rowspan?n.length:o[l].rowSpan,p=0;p<d;p++){for(t[r+p]=t[r+p]||[];t[r+p][i];)i++;t[r+p][i]=o[l]}i++}return t}),ii=_a(function(e,t){var n,r;for(t=t||oi(Na(e,"table")),n=0;n<t.length;n++)if(t[n]&&-1!==(r=t[n].indexOf(e)))return{x:r,y:n}}),li=function(e){var t,n=(e=l(e)).vNode,e=e.domNode,r=n.attr("scope"),a=n.attr("role");if(["td","th"].includes(n.props.nodeName))return"columnheader"===a?"col":"rowheader"===a?"row":"col"===r||"row"===r?r:"th"===n.props.nodeName&&(n.actualNode?(a=oi(Na(e,"table")))[(t=ii(e,a)).y].reduce(function(e,t){return e&&"TH"===t.nodeName.toUpperCase()},!0)?"col":a.map(function(e){return e[t.x]}).reduce(function(e,t){return e&&t&&"TH"===t.nodeName.toUpperCase()},!0)?"row":"auto":"auto");throw new TypeError("Expected TD or TH element")},si=function(e){return-1!==["col","auto"].indexOf(li(e))},ui=function(e){return["row","auto"].includes(li(e))},F=function(e){return e?e.replace(/\r\n/g,"\n").replace(/\u00A0/g," ").replace(/[\s]{2,}/g," ").trim():""},ci=function(e){var t=l(e).vNode;if(t&&!To(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!bd(t,"summary").length}return!1};function A(e){var e=l(e).vNode;return 1===e.props.nodeType&&!(To(e)||!ci(e)&&(!(e=e.attr("tabindex"))||isNaN(parseInt(e,10))))}var di=ri("sectioning").map(function(e){return"".concat(e,":not([role])")}).join(", ")+" , main:not([role]), [role=article], [role=complementary], [role=main], [role=navigation], [role=region]";function pi(e){var t=F(Yo(e)),e=F(Ko(e));return t||e}var fi={a:function(e){return e.hasAttr("href")?"link":null},area:function(e){return e.hasAttr("href")?"link":null},article:"article",aside:"complementary",body:"document",button:"button",datalist:"listbox",dd:"definition",dfn:"term",details:"group",dialog:"dialog",dt:"term",fieldset:"group",figure:"figure",footer:function(e){return Tr(e,di)?null:"contentinfo"},form:function(e){return pi(e)?"form":null},h1:"heading",h2:"heading",h3:"heading",h4:"heading",h5:"heading",h6:"heading",header:function(e){return Tr(e,di)?null:"banner"},hr:"separator",img:function(t){var e=t.hasAttr("alt")&&!t.attr("alt"),n=ai().find(function(e){return t.hasAttr(e)});return!e||n||A(t)?"img":"presentation"},input:function(e){var t,n;switch(e.hasAttr("list")&&(n=(t=Go(e.actualNode,"list").filter(function(e){return!!e})[0])&&"datalist"===t.nodeName.toLowerCase()),e.props.type){case"checkbox":return"checkbox";case"number":return"spinbutton";case"radio":return"radio";case"range":return"slider";case"search":return n?"combobox":"searchbox";case"button":case"image":case"reset":case"submit":return"button";case"text":case"tel":case"url":case"email":case"":return n?"combobox":"textbox";default:return"textbox"}},li:"listitem",main:"main",math:"math",menu:"list",nav:"navigation",ol:"list",optgroup:"group",option:"option",output:"status",progress:"progressbar",section:function(e){return pi(e)?"region":null},select:function(e){return e.hasAttr("multiple")||1<parseInt(e.attr("size"))?"listbox":"combobox"},summary:"button",table:"table",tbody:"rowgroup",td:function(e){e=Tr(e,"table"),e=c(e);return["grid","treegrid"].includes(e)?"gridcell":"cell"},textarea:"textbox",tfoot:"rowgroup",th:function(e){return si(e)?"columnheader":ui(e)?"rowheader":void 0},thead:"rowgroup",tr:"row",ul:"list"},mi=function(e,t){var n=te(t);if(Array.isArray(t)&&void 0!==e)return t.includes(e);if("function"===n)return!!t(e);if(null!=e){if(t instanceof RegExp)return t.test(e);if(/^\/.*\/$/.test(t))return n=t.substring(1,t.length-1),new RegExp(n).test(e)}return t===e};function hi(e,t){return mi(!!ml(e),t)}var gi=function(t,n){if("object"!==te(n)||Array.isArray(n)||n instanceof RegExp)throw new Error("Expect matcher to be an object");return Object.keys(n).every(function(e){return mi(t(e),n[e])})};function bi(t,e){return t=l(t).vNode,gi(function(e){return t.attr(e)},e)}function vi(e,t){return!!t(e)}function yi(e,t){return mi(c(e),t)}function wi(e,t){return mi(Ni(e),t)}function Di(e,t){return e=l(e).vNode,mi(e.props.nodeName,t)}function xi(t,e){return t=l(t).vNode,gi(function(e){return t.props[e]},e)}function Ei(e,t){return mi(C(e),t)}var Fi={hasAccessibleName:hi,attributes:bi,condition:vi,explicitRole:yi,implicitRole:wi,nodeName:Di,properties:xi,semanticRole:Ei},Ai=function t(n,r){return n=l(n).vNode,Array.isArray(r)?r.some(function(e){return t(n,e)}):"string"==typeof r?kr(n,r):Object.keys(r).every(function(e){var t;if(Fi[e])return t=r[e],(0,Fi[e])(n,t);throw new Error('Unknown matcher type "'.concat(e,'"'))})},Ci=function(e,t){return Ai(e,t)},ki=(Ci.hasAccessibleName=hi,Ci.attributes=bi,Ci.condition=vi,Ci.explicitRole=yi,Ci.fromDefinition=Ai,Ci.fromFunction=gi,Ci.fromPrimative=mi,Ci.implicitRole=wi,Ci.nodeName=Di,Ci.properties=xi,Ci.semanticRole=Ei,Ci),Ti=function(e){var t=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).noMatchAccessibleName,n=void 0!==t&&t,r=E.htmlElms[e.props.nodeName];if(!r)return{};if(!r.variant)return r;var a,o,i=r.variant,l=b(r,B);for(a in i)if(i.hasOwnProperty(a)&&"default"!==a){for(var s=i[a],u=s.matches,c=b(s,j),d=Array.isArray(u)?u:[u],p=0;p<d.length&&n;p++)if(d[p].hasOwnProperty("hasAccessibleName"))return r;if(ki(e,u))for(var f in c)c.hasOwnProperty(f)&&(l[f]=c[f])}for(o in i.default)i.default.hasOwnProperty(o)&&void 0===l[o]&&(l[o]=i.default[o]);return l},Ni=function(e){var t,n=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).chromium,r=e instanceof p?e:D(e);if(e=r.actualNode,r)return t=r.props.nodeName,!(t=fi[t])&&n?Ti(r).chromiumRole||null:"function"==typeof t?t(r):t||null;throw new ReferenceError("Cannot get implicit role of a node outside the current scope.")},Ri={td:["tr"],th:["tr"],tr:["thead","tbody","tfoot","table"],thead:["table"],tbody:["table"],tfoot:["table"],li:["ol","ul"],dt:["dl","div"],dd:["dl","div"],div:["dl"]};function _i(e,t){var n=t.chromium,t=b(t,o),n=Ni(e,{chromium:n});return n?function e(t,n){var r=Ri[t.props.nodeName];if(r){if(t.parent)return r.includes(t.parent.props.nodeName)?(r=c(t.parent,n),["none","presentation"].includes(r)&&!Oi(t.parent)?r:r?null:e(t.parent,n)):null;if(t.actualNode)throw new ReferenceError("Cannot determine role presentational inheritance of a required parent outside the current scope.")}return null}(e,t)||n:null}function Oi(t){return ai().some(function(e){return t.hasAttr(e)})||A(t)}var C=function(e){var t=(n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).noPresentational,n=function(e,t){var n,r=(a=1<arguments.length&&void 0!==t?t:{}).noImplicit,a=b(a,i),o=l(e).vNode;return 1!==o.props.nodeType?null:!(n=c(o,a))||["presentation","none"].includes(n)&&Oi(o)?r?null:_i(o,a):n}(e,b(n,L));return t&&["presentation","none"].includes(n)?null:n},Si=["iframe"],Mi=function(e){var t=l(e).vNode;return 1!==t.props.nodeType||!e.hasAttr("title")||!Ci(t,Si)&&["none","presentation"].includes(C(t))?"":t.attr("title")},Pi=function(e){var t,n,r=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).strict;return 1===(e=e instanceof p?e:D(e)).props.nodeType&&(t=C(e),!(!(n=E.ariaRoles[t])||!n.nameFromContent)||!r&&(!n||["presentation","none"].includes(t)))},Ii=function(e){var t=e.actualNode,n=e.children;if(n)return e.hasAttr("aria-owns")?(e=Go(t,"aria-owns").filter(function(e){return!!e}).map(function(e){return axe.utils.getNodeFromTree(e)}),[].concat(y(n),y(e))):y(n);throw new Error("getOwnedVirtual requires a virtual node")},Bi=ri("phrasing").concat(["#text"]),ji=function(e){var a=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},t=ml.alreadyProcessed;a.startNode=a.startNode||e;var n=(o=a).strict,r=o.inControlContext,o=o.inLabelledByContext,i=Ti(e,{noMatchAccessibleName:!0}).contentTypes;return!(t(e,a)||1!==e.props.nodeType||null!=i&&i.includes("embedded"))&&(Pi(e,{strict:n})||a.subtreeDescendant)?(n||(a=h({subtreeDescendant:!r&&!o},a)),Ii(e).reduce(function(e,t){var n=a,r=t.props.nodeName;return(t=ml(t,n))?(Bi.includes(r)||(" "!==t[0]&&(t+=" "),e&&" "!==e[e.length-1]&&(t=" "+t)),e+t):e},"")):""},Li=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=ml.alreadyProcessed;if(t.inControlContext||t.inLabelledByContext||n(e,t))return"";t.startNode||(t.startNode=e);var r,a=h({inControlContext:!0},t),n=function(e){if(!e.attr("id"))return[];if(e.actualNode)return ka({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=Tr(e,"label"))?(r=[].concat(y(n),[t.actualNode])).sort(G1):r=n,r.map(function(e){return Wo(e,a)}).filter(function(e){return""!==e}).join(" ")},qi={submit:"Submit",image:"Submit",reset:"Reset",button:""};function zi(e,t){return t.attr(e)||""}function Vi(e,t,n){var t=t.actualNode,r=[e=e.toLowerCase(),t.nodeName.toLowerCase()].join(","),t=t.querySelector(r);return t&&t.nodeName.toLowerCase()===e?Wo(t,n):""}var $i={valueText:function(e){return e.actualNode.value||""},buttonDefaultText:function(e){e=e.actualNode;return qi[e.type]||""},tableCaptionText:Vi.bind(null,"caption"),figureText:Vi.bind(null,"figcaption"),svgTitleText:Vi.bind(null,"title"),fieldsetLegendText:Vi.bind(null,"legend"),altText:zi.bind(null,"alt"),tableSummaryText:zi.bind(null,"summary"),titleText:Mi,subtreeText:ji,labelText:Li,singleSpace:function(){return" "},placeholderText:zi.bind(null,"placeholder")},Hi=function(n){var e,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},t=n.actualNode;return 1!==n.props.nodeType||["presentation","none"].includes(C(n))?"":(e=(Ti(n,{noMatchAccessibleName:!0}).namingMethods||[]).map(function(e){return $i[e]}).reduce(function(e,t){return e||t(n,r)},""),r.debug&&axe.log(e||"{empty-value}",t,r),e)},Ui={accessibleNameFromFieldValue:["combobox","listbox","progressbar"]};function k(e){return e=l(e).vNode,Gi(e)}var Gi=_a(function(e,t){return!za(e)&&!Fo(e,{skipAncestors:!0,isAncestor:t})&&(e.actualNode&&"area"===e.props.nodeName?!Ga(e,Gi):!Ka(e,{skipAncestors:!0,isAncestor:t})&&(!e.parent||Gi(e.parent,!0)))}),Wi=function r(e,a,o){var t=l(e).vNode,n=a?k:ro,i=!e.actualNode||e.actualNode&&n(e),n=t.children.map(function(e){var t=(n=e.props).nodeType,n=n.nodeValue;if(3===t){if(n&&i)return n}else if(!o)return r(e,a)}).join("");return F(n)},Yi=["button","checkbox","color","file","hidden","image","password","radio","reset","submit"],Ki=function(e){var t=(e=e instanceof p?e:D(e)).props.nodeName;return"textarea"===t||"input"===t&&!Yi.includes((e.attr("type")||"").toLowerCase())},Xi=function(e){return"select"===(e=e instanceof p?e:D(e)).props.nodeName},Zi=function(e){return"textbox"===c(e)},Ji=function(e){return"listbox"===c(e)},Qi=function(e){return"combobox"===c(e)},el=["progressbar","scrollbar","slider","spinbutton"],tl=function(e){return e=c(e),el.includes(e)},nl=["textbox","progressbar","scrollbar","slider","spinbutton","combobox","listbox"],rl={nativeTextboxValue:function(e){e=l(e).vNode;if(Ki(e))return e.props.value||"";return""},nativeSelectValue:function(e){e=l(e).vNode;if(!Xi(e))return"";var e=bd(e,"option"),t=e.filter(function(e){return e.props.selected});t.length||t.push(e[0]);return t.map(function(e){return Wi(e)}).join(" ")||""},ariaTextboxValue:function(e){var e=l(e),t=e.vNode,e=e.domNode;if(!Zi(t))return"";return e&&Ka(e)?e.textContent:Wi(t,!0)},ariaListboxValue:al,ariaComboboxValue:function(e,t){var e=l(e).vNode;return Qi(e)&&(e=Ii(e).filter(function(e){return"listbox"===C(e)})[0])?al(e,t):""},ariaRangeValue:function(e){var e=l(e).vNode;return tl(e)&&e.hasAttr("aria-valuenow")?(e=+e.attr("aria-valuenow"),isNaN(e)?"0":String(e)):""}};function al(e,t){var e=l(e).vNode;return!Ji(e)||0===(e=Ii(e).filter(function(e){return"option"===C(e)&&"true"===e.attr("aria-selected")})).length?"":ml(e[0],t)}var ol=function(n){var r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},e=n.actualNode,t=Ui.accessibleNameFromFieldValue||[],a=C(n);return r.startNode===n||!nl.includes(a)||t.includes(a)?"":(t=Object.keys(rl).map(function(e){return rl[e]}).reduce(function(e,t){return e||t(n,r)},""),r.debug&&Cn(t||"{empty-value}",e,r),t)};function il(){return/[\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}function ll(){return/[\u2000-\u206F\u2E00-\u2E7F\\'!"#$%&\xa3\xa2\xa5\xa7\u20ac()*+,\-.\/:;<=>?@\[\]^_`{|}~\xb1]/g}function sl(){return/[\uDB80-\uDBBF][\uDC00-\uDFFF]/g}function ul(){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\u26D3\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](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\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]|\u26F9(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\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])?|[\uDFC3\uDFC4\uDFCA](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDFCB\uDFCC](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDCCF\uDD8E\uDD91-\uDD9A\uDE01\uDE1A\uDE2F\uDE32-\uDE36\uDE38-\uDE3A\uDE50\uDE51\uDF00-\uDF20\uDF2D-\uDF35\uDF37-\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-\uDDF5\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]|\uDFF3\uFE0F?(?:\u200D(?:\u26A7\uFE0F?|\uD83C\uDF08))?|\uDFF4(?:\u200D\u2620\uFE0F?|\uDB40\uDC67\uDB40\uDC62\uDB40(?:\uDC65\uDB40\uDC6E\uDB40\uDC67|\uDC73\uDB40\uDC63\uDB40\uDC74|\uDC77\uDB40\uDC6C\uDB40\uDC73)\uDB40\uDC7F)?)|\uD83D(?:[\uDC08\uDC26](?:\u200D\u2B1B)?|[\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\uDC70\uDC71\uDC73\uDC77\uDC81\uDC82\uDC86\uDC87\uDE45-\uDE47\uDE4B\uDE4D\uDE4E\uDEA3\uDEB4-\uDEB6](?:\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|[\uDD74\uDD90](?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?|[\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-\uDE44\uDE48-\uDE4A\uDE80-\uDEA2\uDEA4-\uDEB3\uDEB7-\uDEBF\uDEC1-\uDEC5\uDED0-\uDED2\uDED5-\uDED7\uDEDC-\uDEDF\uDEEB\uDEEC\uDEF4-\uDEFC\uDFE0-\uDFEB\uDFF0]|\uDC15(?:\u200D\uD83E\uDDBA)?|\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-\uDDB3\uDDBC\uDDBD])|\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\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFC-\uDFFF])))?|\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFD-\uDFFF])))?|\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB\uDFFC\uDFFE\uDFFF])))?|\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFD\uDFFF])))?|\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D\uDC68\uD83C[\uDFFB-\uDFFE])))?))?|\uDC69(?:\u200D(?:[\u2695\u2696\u2708]\uFE0F?|\u2764\uFE0F?\u200D\uD83D(?:\uDC8B\u200D\uD83D)?[\uDC68\uDC69]|\uD83C[\uDF3E\uDF73\uDF7C\uDF93\uDFA4\uDFA8\uDFEB\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-\uDDB3\uDDBC\uDDBD])|\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\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\uDD2C\uDE80\uDE92]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83D[\uDC68\uDC69]\uD83C[\uDFFB-\uDFFE])))?))?|\uDC6F(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDD75(?:\uFE0F|\uD83C[\uDFFB-\uDFFF])?(?:\u200D[\u2640\u2642]\uFE0F?)?|\uDE2E(?:\u200D\uD83D\uDCA8)?|\uDE35(?:\u200D\uD83D\uDCAB)?|\uDE36(?:\u200D\uD83C\uDF2B\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\uDD3D\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-\uDE88\uDE90-\uDEBD\uDEBF-\uDEC2\uDECE-\uDEDB\uDEE0-\uDEE8]|\uDD3C(?:\u200D[\u2640\u2642]\uFE0F?|\uD83C[\uDFFB-\uDFFF])?|\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-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1))|\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\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]|\uD83E(?:[\uDDAF-\uDDB3\uDDBC\uDDBD]|\uDD1D\u200D\uD83E\uDDD1\uD83C[\uDFFB-\uDFFF])))?))?|\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}var cl=function(e,t){var n=t.emoji,r=t.nonBmp,t=t.punctuations;return n?ul().test(e):r?il().test(e)||sl().test(e):!!t&&ll().test(e)},dl=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:.15,n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:3,r=e.actualNode.nodeValue.trim();if(!F(r)||cl(r,{emoji:!0,nonBmp:!0}))return!1;var a=w.get("canvasContext",function(){return document.createElement("canvas").getContext("2d",{willReadFrequently:!0})}),o=a.canvas,i=(w.get("fonts")||w.set("fonts",{}),w.get("fonts")),l=window.getComputedStyle(e.parent.actualNode).getPropertyValue("font-family");if(i[l]||(i[l]={occurrences:0,numLigatures:0}),(i=i[l]).occurrences>=n){if(i.numLigatures/i.occurrences==1)return!0;if(0===i.numLigatures)return!1}i.occurrences++;var n=30,s="".concat(n,"px ").concat(l),u=(a.font=s,r.charAt(0)),c=a.measureText(u).width,d=(c<30&&(c*=d=30/c,s="".concat(n*=d,"px ").concat(l)),o.width=c,o.height=n,a.font=s,a.textAlign="left",a.textBaseline="top",a.fillText(u,0,0),new Uint32Array(a.getImageData(0,0,c,n).data.buffer));if(!d.some(function(e){return e}))return i.numLigatures++,!0;a.clearRect(0,0,c,n),a.fillText(r,0,0);var p=new Uint32Array(a.getImageData(0,0,c,n).data.buffer),l=d.reduce(function(e,t,n){return 0===t&&0===p[n]||0!==t&&0!==p[n]?e:++e},0),o=r.split("").reduce(function(e,t){return e+a.measureText(t).width},0),s=a.measureText(r).width;return t<=l/d.length&&t<=1-s/o&&(i.numLigatures++,!0)};function pl(n){var e,t,r,a,o,i=function(e,t){t.startNode||(t=h({startNode:e},t));1===e.props.nodeType&&t.inLabelledByContext&&void 0===t.includeHidden&&(t=h({includeHidden:!k(e)},t));return t}(n,1<arguments.length&&void 0!==arguments[1]?arguments[1]:{});return function(e,t){if(!e)return;if(1!==e.props.nodeType||t.includeHidden)return;return!k(e)}(n,i)||(e=n,t=(o=i).ignoreIconLigature,r=o.pixelThreshold,a=null!=(a=o.occurrenceThreshold)?a:o.occuranceThreshold,3===e.props.nodeType&&t&&dl(e,r,a))?"":(o=[Yo,Ko,Hi,ol,ji,fl,Mi].reduce(function(e,t){return""!==(e=i.startNode===n?F(e):e)?e:t(n,i)},""),i.debug&&axe.log(o||"{empty-value}",n.actualNode,i),o)}function fl(e){return 3!==e.props.nodeType?"":e.props.nodeValue}pl.alreadyProcessed=function(e,t){return t.processed=t.processed||[],!!t.processed.includes(e)||(t.processed.push(e),!1)};var ml=pl,hl=function(e,t){var n=t.emoji,r=t.nonBmp,t=t.punctuations;return n&&(e=e.replace(ul(),"")),r&&(e=(e=e.replace(il(),"")).replace(sl(),"")),e=t?e.replace(ll(),""):e},gl=function(e){return e.length&&!["x","i"].includes(e)&&(e=hl(e,{emoji:!0,nonBmp:!0,punctuations:!0}),F(e))?1:0},bl={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"]},vl=function(e){var t=void 0!==(t=(i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).looseTyped)&&t,n=void 0===(n=i.stateTerms)?[]:n,r=void 0===(r=i.locations)?[]:r,a=void 0===(a=i.qualifiers)?[]:a,o=void 0===(o=i.standaloneTerms)?[]:o,i=void 0===(i=i.qualifiedTerms)?[]:i;return e=e.toLowerCase().trim(),!(!(n=n.concat(bl.stateTerms)).includes(e)&&""!==e)||(a=a.concat(bl.qualifiers),r=r.concat(bl.locations),o=o.concat(bl.standaloneTerms),i=i.concat(bl.qualifiedTerms),!("webauthn"===(n=e.split(/\s+/g))[n.length-1]&&(n.pop(),0===n.length)||!t&&(8<n[0].length&&"section-"===n[0].substr(0,8)&&n.shift(),r.includes(n[0])&&n.shift(),a.includes(n[0])&&(n.shift(),o=[]),1!==n.length))&&(t=n[n.length-1],o.includes(t)||i.includes(t)))},yl=function(e){var t;return e.attr("aria-labelledby")&&(t=Go(e.actualNode,"aria-labelledby").map(function(e){e=D(e);return e?Wi(e):""}).join(" ").trim())?t:(t=(t=e.attr("aria-label"))&&F(t))||null},wl=function(e,t,n){return e=D(e),Wi(e,t,n)},Dl=function(e){if(t=yl(e))return t;if(e.attr("id")){if(!e.actualNode)throw new TypeError("Cannot resolve explicit label reference for non-DOM nodes");var t,n=m(e.attr("id"));if(t=(n=x(e.actualNode).querySelector('label[for="'+n+'"]'))&&wl(n,!0))return t}return(t=(n=Tr(e,"label"))&&Wi(n,!0))||null},xl=function(e){return e=D(e),Dl(e)},El=[{matches:[{nodeName:"textarea"},{nodeName:"input",properties:{type:["text","password","search","tel","email","url"]}}],namingMethods:"labelText"},{matches:{nodeName:"input",properties:{type:["button","submit","reset"]}},namingMethods:["valueText","titleText","buttonDefaultText"]},{matches:{nodeName:"input",properties:{type:"image"}},namingMethods:["altText","valueText","labelText","titleText","buttonDefaultText"]},{matches:"button",namingMethods:"subtreeText"},{matches:"fieldset",namingMethods:"fieldsetLegendText"},{matches:"OUTPUT",namingMethods:"subtreeText"},{matches:[{nodeName:"select"},{nodeName:"input",properties:{type:/^(?!text|password|search|tel|email|url|button|submit|reset)/}}],namingMethods:"labelText"},{matches:"summary",namingMethods:"subtreeText"},{matches:"figure",namingMethods:["figureText","titleText"]},{matches:"img",namingMethods:"altText"},{matches:"table",namingMethods:["tableCaptionText","tableSummaryText"]},{matches:["hr","br"],namingMethods:["titleText","singleSpace"]}],Fl=function t(e){var n=ro(e),r=[];return e.children.forEach(function(e){3===e.actualNode.nodeType?n&&r.push(e):r=r.concat(t(e))}),r},Al=_a(function(e){var t=D(e),o=t.boundingClientRect,i=[],l=Ma(t);return e.childNodes.forEach(function(e){var t,n,r,a;3!==e.nodeType||""===F(e.nodeValue)||(e=e,(t=document.createRange()).selectNodeContents(e),e=Array.from(t.getClientRects()),n=o,e.some(function(e){return!io(Bo(e),n)}))||i.push.apply(i,y((r=l,a=[],e.forEach(function(e){e.width<1||e.height<1||(e=r.reduce(function(e,t){return e&&xo(e,t.boundingClientRect)},e))&&a.push(e)}),a)))}),i.length?i:[o]}),Cl=function(e){fo();var t=D(e)._grid;return t?Al(e).map(function(e){return Vo(t,e)}):[]},kl=["checkbox","img","meter","progressbar","scrollbar","radio","slider","spinbutton","textbox"],Tl=function(e){var t=l(e).vNode;if(e=axe.commons.aria.getExplicitRole(t))return-1!==kl.indexOf(e);switch(t.props.nodeName){case"img":case"iframe":case"object":case"video":case"audio":case"canvas":case"svg":case"math":case"button":case"select":case"textarea":case"keygen":case"progress":case"meter":return!0;case"input":return"hidden"!==t.props.type;default:return!1}},Nl=["head","title","template","script","style","iframe","object","video","audio","noscript"];function Rl(e){return!Nl.includes(e.props.nodeName)&&e.children.some(function(e){e=e.props;return 3===e.nodeType&&e.nodeValue.trim()})}var _l=function t(e,n,r){return Rl(e)||Tl(e.actualNode)||!r&&!!yl(e)||!n&&e.children.some(function(e){return 1===e.actualNode.nodeType&&t(e)})},Ol=function(e,t,n){return e=D(e),_l(e,t,n)};function Sl(e){return!(void 0!==e.children&&!Rl(e))||(1===e.props.nodeType&&Tl(e)?!!axe.commons.text.accessibleTextVirtual(e):e.children.some(function(e){return!e.attr("lang")&&Sl(e)&&!Ka(e)}))}var Ml=function(e){return-1<parseInt(e.getAttribute("tabindex"),10)&&A(e)&&!ci(e)};function Pl(e,t){var e=l(e),n=e.vNode,e=e.domNode;return n?(void 0===n._isHiddenWithCSS&&(n._isHiddenWithCSS=Il(e,t)),n._isHiddenWithCSS):Il(e,t)}function Il(e,t){if(9===e.nodeType)return!1;if(11===e.nodeType&&(e=e.host),["STYLE","SCRIPT"].includes(e.nodeName.toUpperCase()))return!1;var n,r=window.getComputedStyle(e,null);if(r)return"none"===r.getPropertyValue("display")||(n=["hidden","collapse"],r=r.getPropertyValue("visibility"),!(!n.includes(r)||t))||!!(n.includes(r)&&t&&n.includes(t))||!(!(t=u(e))||n.includes(r))&&Pl(t,r);throw new Error("Style does not exist for the given element.")}var Bl=Pl,jl=function(e){return null!==(e=e.doctype)&&"html"===e.name&&!e.publicId&&!e.systemId};function Ll(e){e=l(e).vNode;return 1===e.props.nodeType&&!(parseInt(e.attr("tabindex",10))<=-1)&&A(e)}var ql=function(e){(e instanceof p||null!=(t=window)&&t.Node&&e instanceof window.Node)&&(e=axe.commons.aria.getRole(e));var t=E.ariaRoles[e];return(null==t?void 0:t.type)||null},zl=["block","list-item","table","flex","grid","inline-block"];function Vl(e){e=window.getComputedStyle(e).getPropertyValue("display");return zl.includes(e)||"table-"===e.substr(0,6)}var $l=function(n,e){var t,r,a,o;return!Vl(n)&&(t=function(e){for(var t=u(e);t&&!Vl(t);)t=u(t);return D(t)}(n),a=r="",o=0,function t(e,n){!1!==n(e.actualNode)&&e.children.forEach(function(e){return t(e,n)})}(t,function(e){if(2===o)return!1;if(3===e.nodeType&&(r+=e.nodeValue),1===e.nodeType){var t=(e.nodeName||"").toUpperCase();if(e===n&&(o=1),!["BR","HR"].includes(t)){if("none"!==e.style.display&&"hidden"!==e.style.overflow&&["",null,"none"].includes(e.style.float)&&["",null,"relative"].includes(e.style.position))return"widget"===ql(e)?(a+=e.textContent,!1):void 0;return!1}0===o?a=r="":o=2}}),r=F(r),null!=e&&e.noLengthCompare?0!==r.length:(a=F(a),r.length>a.length))},Hl=function(e){if(e=(e=e||{}).modalPercent||.75,w.get("isModalOpen"))return w.get("isModalOpen");if(ld(axe._tree[0],"dialog, [role=dialog], [aria-modal=true]",ro).length)return w.set("isModalOpen",!0),!0;for(var t=eo(window),n=t.width*e,r=t.height*e,e=(t.width-n)/2,a=(t.height-r)/2,o=[{x:e,y:a},{x:t.width-e,y:a},{x:t.width/2,y:t.height/2},{x:e,y:t.height-a},{x:t.width-e,y:t.height-a}].map(function(e){return Array.from(document.elementsFromPoint(e.x,e.y))}),i=0;i<o.length;i++){var l=function(e){var t=o[e].find(function(e){e=window.getComputedStyle(e);return parseInt(e.width,10)>=n&&parseInt(e.height,10)>=r&&"none"!==e.getPropertyValue("pointer-events")&&("absolute"===e.position||"fixed"===e.position)});if(t&&o.every(function(e){return e.includes(t)}))return w.set("isModalOpen",!0),{v:!0}}(i);if("object"===te(l))return l.v}w.set("isModalOpen",void 0)};function Ul(e){var t,n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:2,r=e.ownerDocument.createRange(),a=(r.setStart(e,0),r.setEnd(e,e.childNodes.length),0),o=0,i=g(r.getClientRects());try{for(i.s();!(t=i.n()).done;){var l=t.value;if(!(l.height<=n))if(a>l.top+n)a=Math.max(a,l.bottom);else{if(0!==o)return!0;a=l.bottom,o++}}}catch(e){i.e(e)}finally{i.f()}return!1}var Gl=function(e){return e instanceof window.Node},Wl={},T={set:function(e,t){if("string"!=typeof e)throw new Error("Incomplete data: key must be a string");return t&&(Wl[e]=t),Wl[e]},get:function(e){return Wl[e]},clear:function(){Wl={}}},Yl=function(e,t){var n=e.nodeName.toUpperCase();return["IMG","CANVAS","OBJECT","IFRAME","VIDEO","SVG"].includes(n)?(T.set("bgColor","imgNode"),!0):((e="none"!==(n=(t=t||window.getComputedStyle(e)).getPropertyValue("background-image")))&&(t=/gradient/.test(n),T.set("bgColor",t?"bgGradient":"bgImage")),e)},Kl=(ke(r={},{Colorjs:function(){return Ac},CssSelectorParser:function(){return Kl.CssSelectorParser},doT:function(){return Xl.default},emojiRegexText:function(){return ul},memoize:function(){return Zl.default}}),Ne(t())),Xl=Ne(Dn()),Zl=Ne(wn());function s(e,n){var t=e.length,r=(Array.isArray(e[0])||(e=[e]),(n=Array.isArray(n[0])?n:n.map(function(e){return[e]}))[0].length),a=n[0].map(function(e,t){return n.map(function(e){return e[t]})}),e=e.map(function(i){return a.map(function(e){var t=0;if(Array.isArray(i))for(var n=0;n<i.length;n++)t+=i[n]*(e[n]||0);else{var r,a=g(e);try{for(a.s();!(r=a.n()).done;){var o=r.value;t+=i*o}}catch(e){a.e(e)}finally{a.f()}}return t})});return 1===t&&(e=e[0]),1===r?e.map(function(e){return e[0]}):e}function Jl(e){return"string"===Ql(e)}function Ql(e){return(Object.prototype.toString.call(e).match(/^\[object\s+(.*?)\]$/)[1]||"").toLowerCase()}function es(e,t){e=+e,t=+t;var n=(Math.floor(e)+"").length;return n<t?+e.toFixed(t-n):(n=Math.pow(10,n-t),Math.round(e/n)*n)}function ts(e){var n,r;if(e)return e=e.trim(),n=/^-?[\d.]+$/,(e=e.match(/^([a-z]+)\((.+?)\)$/i))?(r=[],e[2].replace(/\/?\s*([-\w.]+(?:%|deg)?)/g,function(e,t){/%$/.test(t)?(t=new Number(t.slice(0,-1)/100)).type="<percentage>":/deg$/.test(t)?((t=new Number(+t.slice(0,-3))).type="<angle>",t.unit="deg"):n.test(t)&&((t=new Number(t)).type="<number>"),e.startsWith("/")&&((t=t instanceof Number?t:new Number(t)).alpha=!0),r.push(t)}),{name:e[1].toLowerCase(),rawName:e[1],rawArgs:e[2],args:r}):void 0}function ns(e){return e[e.length-1]}function rs(e,t,n){return isNaN(e)?t:isNaN(t)?e:e+(t-e)*n}function as(e,t,n){return(n-e)/(t-e)}function os(e,t,n){return rs(t[0],t[1],as(e[0],e[1],n))}function is(e){return e.map(function(e){return e.split("|").map(function(e){var t,n=(e=e.trim()).match(/^(<[a-z]+>)\[(-?[.\d]+),\s*(-?[.\d]+)\]?$/);return n?((t=new String(n[1])).range=[+n[2],+n[3]],t):e})})}function ls(){De(this,ls)}Jo=Object.freeze({__proto__:null,isString:Jl,type:Ql,toPrecision:es,parseFunction:ts,last:ns,interpolate:rs,interpolateInv:as,mapRange:os,parseCoordGrammar:is,multiplyMatrices:s}),Ee(ls,[{key:"add",value:function(e,t,n){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][n?"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)})}}]);var ss=new ls,us={gamut_mapping:"lch.c",precision:5,deltaE:"76"},cs={D50:[.3457/.3585,1,.2958/.3585],D65:[.3127/.329,1,.3583/.329]};function ds(e){return Array.isArray(e)?e:cs[e]}function ps(e,t,n,r){var a=3<arguments.length&&void 0!==r?r:{};if(e=ds(e),t=ds(t),!e||!t)throw new TypeError("Missing white point to convert ".concat(e?"":"from").concat(e||t?"":"/").concat(t?"":"to"));if(e===t)return n;a={W1:e,W2:t,XYZ:n,options:a};if(ss.run("chromatic-adaptation-start",a),a.M||(a.W1===cs.D65&&a.W2===cs.D50?a.M=[[1.0479298208405488,.022946793341019088,-.05019222954313557],[.029627815688159344,.990434484573249,-.01707382502938514],[-.009243058152591178,.015055144896577895,.7518742899580008]]:a.W1===cs.D50&&a.W2===cs.D65&&(a.M=[[.9554734527042182,-.023098536874261423,.0632593086610217],[-.028369706963208136,1.0099954580058226,.021041398966943008],[.012314001688319899,-.020507696433477912,1.3303659366080753]])),ss.run("chromatic-adaptation-end",a),a.M)return s(a.M,a.XYZ);throw new TypeError("Only Bradford CAT with white points D50 and D65 supported for now.")}function fs(e){De(this,fs),pe(this,Se),pe(this,_e),de(this,Oe,{writable:!0,value:void 0}),this.id=e.id,this.name=e.name,this.base=e.base?fs.get(e.base):null,this.aliases=e.aliases,this.base&&(this.fromBase=e.fromBase,this.toBase=e.toBase);var t,n=null!=(n=e.coords)?n:this.base.coords,n=(this.coords=n,null!=(n=null!=(n=e.white)?n:this.base.white)?n:"D65");for(t in this.white=ds(n),this.formats=null!=(n=e.formats)?n:{},this.formats){var r=this.formats[t];r.type||(r.type="function"),r.name||(r.name=t)}!e.cssId||null!=(n=this.formats.functions)&&n.color?null==(n=this.formats)||!n.color||null!=(n=this.formats)&&n.color.id||(this.formats.color.id=this.id):(this.formats.color={id:e.cssId},Object.defineProperty(this,"cssId",{value:e.cssId})),this.referred=e.referred,ge(this,Oe,he(this,Se,hs).call(this).reverse()),ss.run("colorspace-init-end",this)}function ms(a){var o;return a.coords&&!a.coordGrammar&&(a.type||(a.type="function"),a.name||(a.name="color"),a.coordGrammar=is(a.coords),o=Object.entries(this.coords).map(function(e,t){var e=v(e,2),e=(e[0],e[1]),t=a.coordGrammar[t][0],e=e.range||e.refRange,n=t.range,r="";return"<percentage>"==t?(n=[0,100],r="%"):"<angle>"==t&&(r="deg"),{fromRange:e,toRange:n,suffix:r}}),a.serializeCoords=function(e,a){return e.map(function(e,t){var t=o[t],n=t.fromRange,r=t.toRange,t=t.suffix;return e=es(e=n&&r?os(n,r,e):e,a),t&&(e+=t),e})}),a}function hs(){for(var e=[this],t=this;t=t.base;)e.push(t);return e}_e=new WeakSet,Oe=new WeakMap,Se=new WeakSet,Ee(fs,[{key:"inGamut",value:function(e){var r,t=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).epsilon,a=void 0===t?75e-6:t;return this.isPolar?(e=this.toBase(e),this.base.inGamut(e,{epsilon:a})):(r=Object.values(this.coords),e.every(function(e,t){var n,t=r[t];return"angle"===t.type||!t.range||!!Number.isNaN(e)||(n=(t=v(t.range,2))[0],t=t[1],(void 0===n||n-a<=e)&&(void 0===t||e<=t+a))}))}},{key:"cssId",get:function(){var e;return(null==(e=this.formats.functions)||null==(e=e.color)?void 0:e.id)||this.id}},{key:"isPolar",get:function(){for(var e in this.coords)if("angle"===this.coords[e].type)return!0;return!1}},{key:"getFormat",value:function(e){return"object"===te(e)||(e="default"===e?Object.values(this.formats)[0]:this.formats[e])?he(this,_e,ms).call(this,e):null}},{key:"to",value:function(e,t){var n;if(1===arguments.length&&(e=(n=[e.space,e.coords])[0],t=n[1]),this!==(e=fs.get(e))){t=t.map(function(e){return Number.isNaN(e)?0:e});for(var r,a,o=me(this,Oe),i=me(e,Oe),l=0;l<o.length&&o[l]===i[l];l++)r=o[l],a=l;if(!r)throw new Error("Cannot convert between color spaces ".concat(this," and ").concat(e,": no connection space was found"));for(var s=o.length-1;a<s;s--)t=o[s].toBase(t);for(var u=a+1;u<i.length;u++)t=i[u].fromBase(t)}return t}},{key:"from",value:function(e,t){var n;return 1===arguments.length&&(e=(n=[e.space,e.coords])[0],t=n[1]),(e=fs.get(e)).to(this,t)}},{key:"toString",value:function(){return"".concat(this.name," (").concat(this.id,")")}},{key:"getMinCoords",value:function(){var e,t=[];for(e in this.coords){var n=this.coords[e],n=n.range||n.refRange;t.push(null!=(n=null==n?void 0:n.min)?n:0)}return t}}],[{key:"all",get:function(){return y(new Set(Object.values(fs.registry)))}},{key:"register",value:function(e,t){if(1===arguments.length&&(e=(t=arguments[0]).id),t=this.get(t),this.registry[e]&&this.registry[e]!==t)throw new Error("Duplicate color space registration: '".concat(e,"'"));if(this.registry[e]=t,1===arguments.length&&t.aliases){var n,r=g(t.aliases);try{for(r.s();!(n=r.n()).done;){var a=n.value;this.register(a,t)}}catch(e){r.e(e)}finally{r.f()}}return t}},{key:"get",value:function(e){if(!e||e instanceof fs)return e;if("string"===Ql(e)){var t=fs.registry[e.toLowerCase()];if(t)return t;throw new TypeError('No color space found with id = "'.concat(e,'"'))}for(var n=arguments.length,r=new Array(1<n?n-1:0),a=1;a<n;a++)r[a-1]=arguments[a];if(r.length)return fs.get.apply(fs,r);throw new TypeError("".concat(e," is not a valid color space"))}},{key:"resolveCoord",value:function(e,t){var n,r;if(r="string"===Ql(e)?e.includes(".")?(n=(r=v(e.split("."),2))[0],r[1]):(n=void 0,e):Array.isArray(e)?(n=(r=v(e,2))[0],r[1]):(n=e.space,e.coordId),!(n=(n=fs.get(n))||t))throw new TypeError("Cannot resolve coordinate reference ".concat(e,": No color space specified and relative references are not allowed here"));if("number"===(t=Ql(r))||"string"===t&&0<=r){e=Object.entries(n.coords)[r];if(e)return h({space:n,id:e[0],index:r},e[1])}n=fs.get(n);var a,o=r.toLowerCase(),i=0;for(a in n.coords){var l,s=n.coords[a];if(a.toLowerCase()===o||(null==(l=s.name)?void 0:l.toLowerCase())===o)return h({space:n,id:a,index:i},s);i++}throw new TypeError('No "'.concat(r,'" coordinate found in ').concat(n.name,". Its coordinates are: ").concat(Object.keys(n.coords).join(", ")))}}]);var gs,N=fs,bs=(Re(N,"registry",{}),Re(N,"DEFAULT_FORMAT",{type:"functions",name:"color"}),new N({id:"xyz-d65",name:"XYZ D65",coords:{x:{name:"X"},y:{name:"Y"},z:{name:"Z"}},white:"D65",formats:{color:{ids:["xyz-d65","xyz"]}},aliases:["xyz"]})),t=(oe(vs,N),gs=le(vs),Ee(vs));function vs(t){var n;return De(this,vs),t.coords||(t.coords={r:{range:[0,1],name:"Red"},g:{range:[0,1],name:"Green"},b:{range:[0,1],name:"Blue"}}),t.base||(t.base=bs),t.toXYZ_M&&t.fromXYZ_M&&(null==t.toBase&&(t.toBase=function(e){e=s(t.toXYZ_M,e);return e=n.white!==n.base.white?ps(n.white,n.base.white,e):e}),null==t.fromBase)&&(t.fromBase=function(e){return e=ps(n.base.white,n.white,e),s(t.fromXYZ_M,e)}),null==t.referred&&(t.referred="display"),n=gs.call(this,t)}function ys(e){var m={str:null==(t=String(e))?void 0:t.trim()};if(ss.run("parse-start",m),m.color)return m.color;if(m.parsed=ts(m.str),m.parsed){var t=function(){var s=m.parsed.name;if("color"===s){var e,t=m.parsed.args.shift(),r=0<m.parsed.rawArgs.indexOf("/")?m.parsed.args.pop():1,n=g(N.all);try{for(n.s();!(e=n.n()).done;){var a,o=e.value,i=o.getFormat("color");if(i)if(t===i.id||null!=(a=i.ids)&&a.includes(t)){var l=function(){var e=Object.keys(o.coords).length,n=Array(e).fill(0);return n.forEach(function(e,t){return n[t]=m.parsed.args[t]||0}),{v:{v:{spaceId:o.id,coords:n,alpha:r}}}}();if("object"===te(l))return l.v}}}catch(e){n.e(e)}finally{n.f()}var u,c="";throw t in N.registry&&(u=null==(u=N.registry[t].formats)||null==(u=u.functions)||null==(u=u.color)?void 0:u.id)&&(c="Did you mean color(".concat(u,")?")),new TypeError("Cannot parse color(".concat(t,"). ")+(c||"Missing a plugin?"))}var d,p=g(N.all);try{for(p.s();!(d=p.n()).done;){var f=function(){var e,i,t=d.value,l=t.getFormat(s);if(l&&"function"===l.type)return e=1,(l.lastAlpha||ns(m.parsed.args).alpha)&&(e=m.parsed.args.pop()),i=m.parsed.args,l.coordGrammar&&Object.entries(t.coords).forEach(function(e,t){var e=v(e,2),n=e[0],e=e[1],r=l.coordGrammar[t],a=null==(o=i[t])?void 0:o.type;if(!(r=r.find(function(e){return e==a})))throw o=e.name||n,new TypeError("".concat(a," not allowed for ").concat(o," in ").concat(s,"()"));var n=r.range,o=e.range||e.refRange;(n="<percentage>"===a?n||[0,1]:n)&&o&&(i[t]=os(n,o,i[t]))}),{v:{v:{spaceId:t.id,coords:i,alpha:e}}}}();if("object"===te(f))return f.v}}catch(e){p.e(e)}finally{p.f()}}();if("object"===te(t))return t.v}else{var n,r=g(N.all);try{for(r.s();!(n=r.n()).done;){var a,o=n.value;for(a in o.formats){var i=o.formats[a];if("custom"===i.type&&(!i.test||i.test(m.str))){var l=i.parse(m.str);if(l)return null==l.alpha&&(l.alpha=1),l}}}}catch(e){r.e(e)}finally{r.f()}}throw new TypeError("Could not parse ".concat(e," as a color. Missing a plugin?"))}function R(e){var t;if(e)return(t=(e=Jl(e)?ys(e):e).space||e.spaceId)instanceof N||(e.space=N.get(t)),void 0===e.alpha&&(e.alpha=1),e;throw new TypeError("Empty color reference")}function ws(e,t){return(t=N.get(t)).from(e)}function Ds(e,t){var t=N.resolveCoord(t,e.space),n=t.space,t=t.index;return ws(e,n)[t]}function xs(e,t,n){return t=N.get(t),e.coords=t.to(e.space,n),e}function Es(e,t,n){if(e=R(e),2===arguments.length&&"object"===Ql(t)){var r,a=t;for(r in a)Es(e,r,a[r])}else{"function"==typeof n&&(n=n(Ds(e,t)));var o=N.resolveCoord(t,e.space),i=o.space,o=o.index,l=ws(e,i);l[o]=n,xs(e,i,l)}return e}var wn=new N({id:"xyz-d50",name:"XYZ D50",white:"D50",base:bs,fromBase:function(e){return ps(bs.white,"D50",e)},toBase:function(e){return ps("D50",bs.white,e)},formats:{color:{}}}),Fs=24389/27,As=cs.D50,Cs=new N({id:"lab",name:"Lab",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:As,base:wn,fromBase:function(e){e=e.map(function(e,t){return e/As[t]}).map(function(e){return 216/24389<e?Math.cbrt(e):(Fs*e+16)/116});return[116*e[1]-16,500*(e[0]-e[1]),200*(e[1]-e[2])]},toBase:function(e){var t=[];return t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200,[24/116<t[0]?Math.pow(t[0],3):(116*t[0]-16)/Fs,8<e[0]?Math.pow((e[0]+16)/116,3):e[0]/Fs,24/116<t[2]?Math.pow(t[2],3):(116*t[2]-16)/Fs].map(function(e,t){return e*As[t]})},formats:{lab:{coords:["<number> | <percentage>","<number>","<number>"]}}});function ks(e){return(e%360+360)%360}var Ts=new N({id:"lch",name:"LCH",coords:{l:{refRange:[0,100],name:"Lightness"},c:{refRange:[0,150],name:"Chroma"},h:{refRange:[0,360],type:"angle",name:"Hue"}},base:Cs,fromBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],r=Math.abs(n)<.02&&Math.abs(e)<.02?NaN:180*Math.atan2(e,n)/Math.PI;return[t,Math.sqrt(Math.pow(n,2)+Math.pow(e,2)),ks(r)]},toBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2];return n<0&&(n=0),isNaN(e)&&(e=0),[t,n*Math.cos(e*Math.PI/180),n*Math.sin(e*Math.PI/180)]},formats:{lch:{coords:["<number> | <percentage>","<number>","<number> | <angle>"]}}}),Ns=Math.pow(25,7),Rs=Math.PI,_s=180/Rs,Os=Rs/180;function Ss(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},r=n.kL,r=void 0===r?1:r,a=n.kC,a=void 0===a?1:a,n=n.kH,n=void 0===n?1:n,o=v(Cs.from(e),3),i=o[0],l=o[1],o=o[2],s=Ts.from(Cs,[i,l,o])[1],u=v(Cs.from(t),3),c=u[0],d=u[1],u=u[2],p=Ts.from(Cs,[c,d,u])[1],s=((s=s<0?0:s)+(p=p<0?0:p))/2,p=Math.pow(s,7),s=.5*(1-Math.sqrt(p/(p+Ns))),p=(1+s)*l,l=(1+s)*d,s=Math.sqrt(Math.pow(p,2)+Math.pow(o,2)),d=Math.sqrt(Math.pow(l,2)+Math.pow(u,2)),o=0==p&&0===o?0:Math.atan2(o,p),p=0==l&&0===u?0:Math.atan2(u,l),u=(o<0&&(o+=2*Rs),p<0&&(p+=2*Rs),c-i),l=d-s,f=(p*=_s)-(o*=_s),o=o+p,p=Math.abs(f),f=(s*d==0?m=0:p<=180?m=f:180<f?m=f-360:f<-180?m=360+f:console.log("the unthinkable has happened"),2*Math.sqrt(d*s)*Math.sin(m*Os/2)),m=(i+c)/2,i=(s+d)/2,c=Math.pow(i,7),s=s*d==0?o:p<=180?o/2:o<360?(o+360)/2:(o-360)/2,d=Math.pow(m-50,2),p=1+.015*d/Math.sqrt(20+d),o=1+.045*i,m=1,d=1+.015*i*((m-=.17*Math.cos((s-30)*Os))+.24*Math.cos(2*s*Os)+.32*Math.cos((3*s+6)*Os)-.2*Math.cos((4*s-63)*Os)),i=30*Math.exp(-1*Math.pow((s-275)/25,2)),m=2*Math.sqrt(c/(c+Ns)),s=-1*Math.sin(2*i*Os)*m,c=Math.pow(u/(r*p),2),c=(c+=Math.pow(l/(a*o),2))+Math.pow(f/(n*d),2)+l/(a*o)*s*(f/(n*d));return Math.sqrt(c)}var Ms=75e-6;function Ps(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:e.space,n=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).epsilon,n=void 0===n?Ms:n,r=(e=R(e),t=N.get(t),e.coords);return t!==e.space&&(r=t.from(e)),t.inGamut(r,{epsilon:n})}function Is(e){return{space:e.space,coords:e.coords.slice(),alpha:e.alpha}}function Bs(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=t.method,n=void 0===n?us.gamut_mapping:n,t=t.space,r=void 0===t?e.space:t;if(Jl(arguments[1])&&(r=arguments[1]),!Ps(e,r=N.get(r),{epsilon:0})){var a,t=js(e,r);if("clip"!==n&&!Ps(e,r)){var o=Bs(Is(t),{method:"clip",space:r});if(2<Ss(e,o)){for(var i=N.resolveCoord(n),l=i.space,s=i.id,u=js(t,l),c=(i.range||i.refRange)[0],d=Ds(u,s);.01<d-c;)Ss(u,Bs(Is(u),{space:r,method:"clip"}))-2<.01?c=Ds(u,s):d=Ds(u,s),Es(u,s,(c+d)/2);t=js(u,r)}else t=o}"clip"!==n&&Ps(t,r,{epsilon:0})||(a=Object.values(r.coords).map(function(e){return e.range||[]}),t.coords=t.coords.map(function(e,t){var t=v(a[t],2),n=t[0],t=t[1];return void 0!==n&&(e=Math.max(n,e)),e=void 0!==t?Math.min(e,t):e})),r!==e.space&&(t=js(t,e.space)),e.coords=t.coords}return e}function js(e,t){var n=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).inGamut,r=(e=R(e),(t=N.get(t)).from(e)),r={space:t,coords:r,alpha:e.alpha};return r=n?Bs(r):r}function Ls(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=t.precision,r=void 0===n?us.precision:n,n=t.format,n=void 0===n?"default":n,a=t.inGamut,a=void 0===a||a,t=b(t,z),o=n,n=null!=(i=null!=(i=(e=R(e)).space.getFormat(n))?i:e.space.getFormat("default"))?i:N.DEFAULT_FORMAT,a=a||n.toGamut,i=(i=e.coords).map(function(e){return e||0});if(a&&!Ps(e)&&(i=Bs(Is(e),!0===a?void 0:a).coords),"custom"===n.type){if(t.precision=r,!n.serialize)throw new TypeError("format ".concat(o," can only be used to parse colors, not for serialization"));l=n.serialize(i,e.alpha,t)}else var a=n.name||"color",o=(n.serializeCoords?i=n.serializeCoords(i,r):null!==r&&(i=i.map(function(e){return es(e,r)})),y(i)),t=("color"===a&&(i=n.id||(null==(t=n.ids)?void 0:t[0])||e.space.id,o.unshift(i)),e.alpha),i=(null!==r&&(t=es(t,r)),e.alpha<1&&!n.noAlpha?"".concat(n.commas?",":" /"," ").concat(t):""),l="".concat(a,"(").concat(o.join(n.commas?", ":" ")).concat(i,")");return l}js.returns=Bs.returns="color";var qs=new t({id:"rec2020-linear",name:"Linear REC.2020",white:"D65",toXYZ_M:[[.6369580483012914,.14461690358620832,.1688809751641721],[.2627002120112671,.6779980715188708,.05930171646986196],[0,.028072693049087428,1.060985057710791]],fromXYZ_M:[[1.716651187971268,-.355670783776392,-.25336628137366],[-.666684351832489,1.616481236634939,.0157685458139111],[.017639857445311,-.042770613257809,.942103121235474]],formats:{color:{}}}),zs=1.09929682680944,Vs=.018053968510807,$s=new t({id:"rec2020",name:"REC.2020",base:qs,toBase:function(e){return e.map(function(e){return e<4.5*Vs?e/4.5:Math.pow((e+zs-1)/zs,1/.45)})},fromBase:function(e){return e.map(function(e){return Vs<=e?zs*Math.pow(e,.45)-(zs-1):4.5*e})},formats:{color:{}}}),Hs=new t({id:"p3-linear",name:"Linear P3",white:"D65",toXYZ_M:[[.4865709486482162,.26566769316909306,.1982172852343625],[.2289745640697488,.6917385218365064,.079286914093745],[0,.04511338185890264,1.043944368900976]],fromXYZ_M:[[2.493496911941425,-.9313836179191239,-.40271078445071684],[-.8294889695615747,1.7626640603183463,.023624685841943577],[.03584583024378447,-.07617238926804182,.9568845240076872]]}),Us=new t({id:"srgb-linear",name:"Linear sRGB",white:"D65",toXYZ_M:[[.41239079926595934,.357584339383878,.1804807884018343],[.21263900587151027,.715168678767756,.07219231536073371],[.01933081871559182,.11919477979462598,.9505321522496607]],fromXYZ_M:[[3.2409699419045226,-1.537383177570094,-.4986107602930034],[-.9692436362808796,1.8759675015077202,.04155505740717559],[.05563007969699366,-.20397695888897652,1.0569715142428786]],formats:{color:{}}}),Gs={aliceblue:[240/255,248/255,1],antiquewhite:[250/255,235/255,215/255],aqua:[0,1,1],aquamarine:[127/255,1,212/255],azure:[240/255,1,1],beige:[245/255,245/255,220/255],bisque:[1,228/255,196/255],black:[0,0,0],blanchedalmond:[1,235/255,205/255],blue:[0,0,1],blueviolet:[138/255,43/255,226/255],brown:[165/255,42/255,42/255],burlywood:[222/255,184/255,135/255],cadetblue:[95/255,158/255,160/255],chartreuse:[127/255,1,0],chocolate:[210/255,105/255,30/255],coral:[1,127/255,80/255],cornflowerblue:[100/255,149/255,237/255],cornsilk:[1,248/255,220/255],crimson:[220/255,20/255,60/255],cyan:[0,1,1],darkblue:[0,0,139/255],darkcyan:[0,139/255,139/255],darkgoldenrod:[184/255,134/255,11/255],darkgray:[169/255,169/255,169/255],darkgreen:[0,100/255,0],darkgrey:[169/255,169/255,169/255],darkkhaki:[189/255,183/255,107/255],darkmagenta:[139/255,0,139/255],darkolivegreen:[85/255,107/255,47/255],darkorange:[1,140/255,0],darkorchid:[.6,50/255,.8],darkred:[139/255,0,0],darksalmon:[233/255,150/255,122/255],darkseagreen:[143/255,188/255,143/255],darkslateblue:[72/255,61/255,139/255],darkslategray:[47/255,79/255,79/255],darkslategrey:[47/255,79/255,79/255],darkturquoise:[0,206/255,209/255],darkviolet:[148/255,0,211/255],deeppink:[1,20/255,147/255],deepskyblue:[0,191/255,1],dimgray:[105/255,105/255,105/255],dimgrey:[105/255,105/255,105/255],dodgerblue:[30/255,144/255,1],firebrick:[178/255,34/255,34/255],floralwhite:[1,250/255,240/255],forestgreen:[34/255,139/255,34/255],fuchsia:[1,0,1],gainsboro:[220/255,220/255,220/255],ghostwhite:[248/255,248/255,1],gold:[1,215/255,0],goldenrod:[218/255,165/255,32/255],gray:[128/255,128/255,128/255],green:[0,128/255,0],greenyellow:[173/255,1,47/255],grey:[128/255,128/255,128/255],honeydew:[240/255,1,240/255],hotpink:[1,105/255,180/255],indianred:[205/255,92/255,92/255],indigo:[75/255,0,130/255],ivory:[1,1,240/255],khaki:[240/255,230/255,140/255],lavender:[230/255,230/255,250/255],lavenderblush:[1,240/255,245/255],lawngreen:[124/255,252/255,0],lemonchiffon:[1,250/255,205/255],lightblue:[173/255,216/255,230/255],lightcoral:[240/255,128/255,128/255],lightcyan:[224/255,1,1],lightgoldenrodyellow:[250/255,250/255,210/255],lightgray:[211/255,211/255,211/255],lightgreen:[144/255,238/255,144/255],lightgrey:[211/255,211/255,211/255],lightpink:[1,182/255,193/255],lightsalmon:[1,160/255,122/255],lightseagreen:[32/255,178/255,170/255],lightskyblue:[135/255,206/255,250/255],lightslategray:[119/255,136/255,.6],lightslategrey:[119/255,136/255,.6],lightsteelblue:[176/255,196/255,222/255],lightyellow:[1,1,224/255],lime:[0,1,0],limegreen:[50/255,205/255,50/255],linen:[250/255,240/255,230/255],magenta:[1,0,1],maroon:[128/255,0,0],mediumaquamarine:[.4,205/255,170/255],mediumblue:[0,0,205/255],mediumorchid:[186/255,85/255,211/255],mediumpurple:[147/255,112/255,219/255],mediumseagreen:[60/255,179/255,113/255],mediumslateblue:[123/255,104/255,238/255],mediumspringgreen:[0,250/255,154/255],mediumturquoise:[72/255,209/255,.8],mediumvioletred:[199/255,21/255,133/255],midnightblue:[25/255,25/255,112/255],mintcream:[245/255,1,250/255],mistyrose:[1,228/255,225/255],moccasin:[1,228/255,181/255],navajowhite:[1,222/255,173/255],navy:[0,0,128/255],oldlace:[253/255,245/255,230/255],olive:[128/255,128/255,0],olivedrab:[107/255,142/255,35/255],orange:[1,165/255,0],orangered:[1,69/255,0],orchid:[218/255,112/255,214/255],palegoldenrod:[238/255,232/255,170/255],palegreen:[152/255,251/255,152/255],paleturquoise:[175/255,238/255,238/255],palevioletred:[219/255,112/255,147/255],papayawhip:[1,239/255,213/255],peachpuff:[1,218/255,185/255],peru:[205/255,133/255,63/255],pink:[1,192/255,203/255],plum:[221/255,160/255,221/255],powderblue:[176/255,224/255,230/255],purple:[128/255,0,128/255],rebeccapurple:[.4,.2,.6],red:[1,0,0],rosybrown:[188/255,143/255,143/255],royalblue:[65/255,105/255,225/255],saddlebrown:[139/255,69/255,19/255],salmon:[250/255,128/255,114/255],sandybrown:[244/255,164/255,96/255],seagreen:[46/255,139/255,87/255],seashell:[1,245/255,238/255],sienna:[160/255,82/255,45/255],silver:[192/255,192/255,192/255],skyblue:[135/255,206/255,235/255],slateblue:[106/255,90/255,205/255],slategray:[112/255,128/255,144/255],slategrey:[112/255,128/255,144/255],snow:[1,250/255,250/255],springgreen:[0,1,127/255],steelblue:[70/255,130/255,180/255],tan:[210/255,180/255,140/255],teal:[0,128/255,128/255],thistle:[216/255,191/255,216/255],tomato:[1,99/255,71/255],turquoise:[64/255,224/255,208/255],violet:[238/255,130/255,238/255],wheat:[245/255,222/255,179/255],white:[1,1,1],whitesmoke:[245/255,245/255,245/255],yellow:[1,1,0],yellowgreen:[154/255,205/255,50/255]},Ws=Array(3).fill("<percentage> | <number>[0, 255]"),Ys=Array(3).fill("<number>[0, 255]"),Ws=new t({id:"srgb",name:"sRGB",base:Us,fromBase:function(e){return e.map(function(e){var t=e<0?-1:1,n=e*t;return.0031308<n?t*(1.055*Math.pow(n,1/2.4)-.055):12.92*e})},toBase:function(e){return e.map(function(e){var t=e<0?-1:1,n=e*t;return n<.04045?e/12.92:t*Math.pow((.055+n)/1.055,2.4)})},formats:{rgb:{coords:Ws},rgb_number:{name:"rgb",commas:!0,coords:Ys,noAlpha:!0},color:{},rgba:{coords:Ws,commas:!0,lastAlpha:!0},rgba_number:{name:"rgba",commas:!0,coords:Ys},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 n=(2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).collapse,n=void 0===n||n,r=(t<1&&e.push(t),e=e.map(function(e){return Math.round(255*e)}),n&&e.every(function(e){return e%17==0}));return"#"+e.map(function(e){return r?(e/17).toString(16):e.toString(16).padStart(2,"0")}).join("")}},keyword:{type:"custom",test:function(e){return/^[a-z]+$/i.test(e)},parse:function(e){var t={spaceId:"srgb",coords:null,alpha:1};if("transparent"===(e=e.toLowerCase())?(t.coords=Gs.black,t.alpha=0):t.coords=Gs[e],t.coords)return t}}}}),Ys=new t({id:"p3",name:"P3",base:Hs,fromBase:Ws.fromBase,toBase:Ws.toBase,formats:{color:{id:"display-p3"}}});if(us.display_space=Ws,"undefined"!=typeof CSS&&CSS.supports)for(var Ks=0,Xs=[Cs,$s,Ys];Ks<Xs.length;Ks++){var Zs=Xs[Ks],Js=Zs.getMinCoords(),Js=Ls({space:Zs,coords:Js,alpha:1});if(CSS.supports("color",Js)){us.display_space=Zs;break}}function Qs(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:"lab",r=(n=N.get(n)).from(e),a=n.from(t);return Math.sqrt(r.reduce(function(e,t,n){n=a[n];return isNaN(t)||isNaN(n)?e:e+Math.pow(n-t,2)},0))}function eu(e){return Ds(e,[bs,"y"])}function tu(e,t){Es(e,[bs,"y"],t)}var nu=Object.freeze({__proto__:null,getLuminance:eu,setLuminance:tu,register:function(e){Object.defineProperty(e.prototype,"luminance",{get:function(){return eu(this)},set:function(e){tu(this,e)}})}}),ru=.022,au=1.414;function ou(e){return ru<=e?e:e+Math.pow(ru-e,au)}function iu(e){var t=e<0?-1:1,e=Math.abs(e);return t*Math.pow(e,2.4)}var lu=24389/27,su=cs.D65,uu=new N({id:"lab-d65",name:"Lab D65",coords:{l:{refRange:[0,100],name:"L"},a:{refRange:[-125,125]},b:{refRange:[-125,125]}},white:su,base:bs,fromBase:function(e){e=e.map(function(e,t){return e/su[t]}).map(function(e){return 216/24389<e?Math.cbrt(e):(lu*e+16)/116});return[116*e[1]-16,500*(e[0]-e[1]),200*(e[1]-e[2])]},toBase:function(e){var t=[];return t[1]=(e[0]+16)/116,t[0]=e[1]/500+t[1],t[2]=t[1]-e[2]/200,[24/116<t[0]?Math.pow(t[0],3):(116*t[0]-16)/lu,8<e[0]?Math.pow((e[0]+16)/116,3):e[0]/lu,24/116<t[2]?Math.pow(t[2],3):(116*t[2]-16)/lu].map(function(e,t){return e*su[t]})},formats:{"lab-d65":{coords:["<number> | <percentage>","<number>","<number>"]}}}),cu=.5*Math.pow(5,.5)+.5,du=Object.freeze({__proto__:null,contrastWCAG21:function(e,t){e=R(e),t=R(t);var n,e=Math.max(eu(e),0),t=Math.max(eu(t),0);return e<t&&(e=(n=[t,e])[0],t=n[1]),(e+.05)/(t+.05)},contrastAPCA:function(e,t){t=R(t),e=R(e);var n=(t=v((t=js(t,"srgb")).coords,3))[0],r=t[1],t=t[2],a=.2126729*iu(n)+.7151522*iu(r)+.072175*iu(t),e=v((e=js(e,"srgb")).coords,3),e=(n=e[0],r=e[1],t=e[2],.2126729*iu(n)+.7151522*iu(r)+.072175*iu(t)),n=ou(a),r=ou(e),t=n<r,a=Math.abs(r-n)<5e-4?0:t?1.14*(Math.pow(r,.56)-Math.pow(n,.57)):1.14*(Math.pow(r,.65)-Math.pow(n,.62));return 100*(e=Math.abs(a)<.1?0:0<a?a-.027:a+.027)},contrastMichelson:function(e,t){e=R(e),t=R(t);var e=Math.max(eu(e),0),t=Math.max(eu(t),0),n=(e<t&&(e=(n=[t,e])[0],t=n[1]),e+t);return 0===n?0:(e-t)/n},contrastWeber:function(e,t){e=R(e),t=R(t);var n,e=Math.max(eu(e),0),t=Math.max(eu(t),0);return e<t&&(e=(n=[t,e])[0],t=n[1]),0===t?5e4:(e-t)/t},contrastLstar:function(e,t){return e=R(e),t=R(t),e=Ds(e,[Cs,"l"]),t=Ds(t,[Cs,"l"]),Math.abs(e-t)},contrastDeltaPhi:function(e,t){return e=R(e),t=R(t),e=Ds(e,[uu,"l"]),t=Ds(t,[uu,"l"]),e=Math.abs(Math.pow(e,cu)-Math.pow(t,cu)),(t=Math.pow(e,1/cu)*Math.SQRT2-40)<7.5?0:t}});function pu(e){var e=v(ws(e,bs),3),t=e[0],n=e[1],e=t+15*n+3*e[2];return[4*t/e,9*n/e]}function fu(e){var e=v(ws(e,bs),3),t=e[0],n=e[1],e=t+n+e[2];return[t/e,n/e]}var mu=Object.freeze({__proto__:null,uv:pu,xy:fu,register:function(e){Object.defineProperty(e.prototype,"uv",{get:function(){return pu(this)}}),Object.defineProperty(e.prototype,"xy",{get:function(){return fu(this)}})}}),hu=Math.PI/180,gu=new N({id:"xyz-abs-d65",name:"Absolute XYZ D65",coords:{x:{refRange:[0,9504.7],name:"Xa"},y:{refRange:[0,1e4],name:"Ya"},z:{refRange:[0,10888.3],name:"Za"}},base:bs,fromBase:function(e){return e.map(function(e){return Math.max(203*e,0)})},toBase:function(e){return e.map(function(e){return Math.max(e/203,0)})}}),bu=2610/Math.pow(2,14),vu=Math.pow(2,14)/2610,yu=3424/Math.pow(2,12),wu=2413/Math.pow(2,7),Du=2392/Math.pow(2,7),xu=1.7*2523/Math.pow(2,5),Eu=Math.pow(2,5)/(1.7*2523),Fu=16295499532821565e-27,Au=[[.41478972,.579999,.014648],[-.20151,1.120649,.0531008],[-.0166008,.2648,.6684799]],Cu=[[1.9242264357876067,-1.0047923125953657,.037651404030618],[.35031676209499907,.7264811939316552,-.06538442294808501],[-.09098281098284752,-.3127282905230739,1.5227665613052603]],ku=[[.5,.5,0],[3.524,-4.066708,.542708],[.199076,1.096799,-1.295875]],Tu=[[1,.1386050432715393,.05804731615611886],[.9999999999999999,-.1386050432715393,-.05804731615611886],[.9999999999999998,-.09601924202631895,-.8118918960560388]],Nu=new N({id:"jzazbz",name:"Jzazbz",coords:{jz:{refRange:[0,1],name:"Jz"},az:{refRange:[-.5,.5]},bz:{refRange:[-.5,.5]}},base:gu,fromBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],n=s(Au,[1.15*t-(1.15-1)*e,.66*n-(.66-1)*t,e]).map(function(e){var t=yu+wu*Math.pow(e/1e4,bu),e=1+Du*Math.pow(e/1e4,bu);return Math.pow(t/e,xu)}),t=v(s(ku,n),3),e=t[0],n=t[1],t=t[2];return[(1-.56)*e/(1+-.56*e)-Fu,n,t]},toBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],t=s(Tu,[(t+Fu)/(1-.56- -.56*(t+Fu)),n,e]).map(function(e){var t=yu-Math.pow(e,Eu),e=Du*Math.pow(e,Eu)-wu;return 1e4*Math.pow(t/e,vu)}),n=v(s(Cu,t),3),e=n[0],t=n[1],n=n[2],e=(e+(1.15-1)*n)/1.15;return[e,(t+(.66-1)*e)/.66,n]},formats:{color:{}}}),Ru=new N({id:"jzczhz",name:"JzCzHz",coords:{jz:{refRange:[0,1],name:"Jz"},cz:{refRange:[0,1],name:"Chroma"},hz:{refRange:[0,360],type:"angle",name:"Hue"}},base:Nu,fromBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],r=Math.abs(n)<2e-4&&Math.abs(e)<2e-4?NaN:180*Math.atan2(e,n)/Math.PI;return[t,Math.sqrt(Math.pow(n,2)+Math.pow(e,2)),ks(r)]},toBase:function(e){return[e[0],e[1]*Math.cos(e[2]*Math.PI/180),e[1]*Math.sin(e[2]*Math.PI/180)]},formats:{color:{}}}),_u=2610/16384,Ou=[[.3592,.6976,-.0358],[-.1922,1.1004,.0755],[.007,.0749,.8434]],Su=[[.5,.5,0],[6610/4096,-13613/4096,7003/4096],[17933/4096,-17390/4096,-543/4096]],Mu=[[.9999888965628402,.008605050147287059,.11103437159861648],[1.00001110343716,-.008605050147287059,-.11103437159861648],[1.0000320633910054,.56004913547279,-.3206339100541203]],Pu=[[2.0701800566956137,-1.326456876103021,.20661600684785517],[.3649882500326575,.6804673628522352,-.04542175307585323],[-.04959554223893211,-.04942116118675749,1.1879959417328034]],Iu=new N({id:"ictcp",name:"ICTCP",coords:{i:{refRange:[0,1],name:"I"},ct:{refRange:[-.5,.5],name:"CT"},cp:{refRange:[-.5,.5],name:"CP"}},base:gu,fromBase:function(e){var e=s(Ou,e),t=e;return t=e.map(function(e){var t=.8359375+2413/128*Math.pow(e/1e4,_u),e=1+18.6875*Math.pow(e/1e4,_u);return Math.pow(t/e,2523/32)}),s(Su,t)},toBase:function(e){e=s(Mu,e).map(function(e){var t=Math.max(Math.pow(e,32/2523)-.8359375,0),e=2413/128-18.6875*Math.pow(e,32/2523);return 1e4*Math.pow(t/e,16384/2610)});return s(Pu,e)},formats:{color:{}}}),Bu=[[.8190224432164319,.3619062562801221,-.12887378261216414],[.0329836671980271,.9292868468965546,.03614466816999844],[.048177199566046255,.26423952494422764,.6335478258136937]],ju=[[1.2268798733741557,-.5578149965554813,.28139105017721583],[-.04057576262431372,1.1122868293970594,-.07171106666151701],[-.07637294974672142,-.4214933239627914,1.5869240244272418]],Lu=[[.2104542553,.793617785,-.0040720468],[1.9779984951,-2.428592205,.4505937099],[.0259040371,.7827717662,-.808675766]],qu=[[.9999999984505198,.39633779217376786,.2158037580607588],[1.0000000088817609,-.10556134232365635,-.06385417477170591],[1.0000000546724108,-.08948418209496575,-1.2914855378640917]],zu=new N({id:"oklab",name:"OKLab",coords:{l:{refRange:[0,1],name:"L"},a:{refRange:[-.4,.4]},b:{refRange:[-.4,.4]}},white:"D65",base:bs,fromBase:function(e){e=s(Bu,e).map(function(e){return Math.cbrt(e)});return s(Lu,e)},toBase:function(e){e=s(qu,e).map(function(e){return Math.pow(e,3)});return s(ju,e)},formats:{oklab:{coords:["<number> | <percentage>","<number>","<number>"]}}}),Vu=Object.freeze({__proto__:null,deltaE76:function(e,t){return Qs(e,t,"lab")},deltaECMC:function(e,t){var n=void 0===(n=(r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{}).l)?2:n,r=void 0===(r=r.c)?1:r,a=(i=v(Cs.from(e),3))[0],o=i[1],i=i[2],l=(s=v(Ts.from(Cs,[a,o,i]),3))[1],s=s[2],u=(d=v(Cs.from(t),3))[0],c=d[1],d=d[2],p=Ts.from(Cs,[u,c,d])[1],u=a-u,p=(l=l<0?0:l)-(p=p<0?0:p),i=i-d,d=Math.pow(o-c,2)+Math.pow(i,2)-Math.pow(p,2),o=.511,c=(16<=a&&(o=.040975*a/(1+.01765*a)),.0638*l/(1+.0131*l)+.638),a=(i=164<=(s=Number.isNaN(s)?0:s)&&s<=345?.56+Math.abs(.2*Math.cos((s+168)*hu)):.36+Math.abs(.4*Math.cos((s+35)*hu)),Math.pow(l,4)),s=Math.sqrt(a/(a+1900)),l=c*(s*i+1-s),a=Math.pow(u/(n*o),2),a=(a+=Math.pow(p/(r*c),2))+d/Math.pow(l,2);return Math.sqrt(a)},deltaE2000:Ss,deltaEJz:function(e,t){var n=(e=v(Ru.from(e),3))[0],r=e[1],e=e[2],a=(t=v(Ru.from(t),3))[0],o=t[1],t=t[2],n=n-a,a=r-o,e=(Number.isNaN(e)&&Number.isNaN(t)?t=e=0:Number.isNaN(e)?e=t:Number.isNaN(t)&&(t=e),e-t),t=2*Math.sqrt(r*o)*Math.sin(e/2*(Math.PI/180));return Math.sqrt(Math.pow(n,2)+Math.pow(a,2)+Math.pow(t,2))},deltaEITP:function(e,t){var n=(e=v(Iu.from(e),3))[0],r=e[1],e=e[2],a=(t=v(Iu.from(t),3))[0],o=t[1],t=t[2];return 720*Math.sqrt(Math.pow(n-a,2)+.25*Math.pow(r-o,2)+Math.pow(e-t,2))},deltaEOK:function(e,t){var n=(e=v(zu.from(e),3))[0],r=e[1],e=e[2],a=(t=v(zu.from(t),3))[0],r=r-t[1],e=e-t[2];return Math.sqrt(Math.pow(n-a,2)+Math.pow(r,2)+Math.pow(e,2))}});function $u(e,t){var n,r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},r=r=Jl(r)?{method:r}:r,a=r.method,o=void 0===a?us.deltaE:a,i=b(r,H);for(n in e=R(e),t=R(t),Vu)if("deltae"+o.toLowerCase()===n.toLowerCase())return Vu[n](e,t,i);throw new TypeError("Unknown deltaE method: ".concat(o))}var Hu=Object.freeze({__proto__:null,lighten:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:.25;return Es(e,[N.get("oklch","lch"),"l"],function(e){return e*(1+t)})},darken:function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:.25;return Es(e,[N.get("oklch","lch"),"l"],function(e){return e*(1-t)})}});function Uu(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:.5,r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:{},a=[R(e),R(t)],a=(e=a[0],t=a[1],"object"===Ql(n)&&(n=(a=[.5,n])[0],r=a[1]),r);return Wu(e,t,{space:a.space,outputSpace:a.outputSpace,premultiplied:a.premultiplied})(n)}function Gu(e,t){var n,r,a=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},o=(Yu(e)&&(a=t,e=(o=v((n=e).rangeArgs.colors,2))[0],t=o[1]),a),i=o.maxDeltaE,l=o.deltaEMethod,a=o.steps,a=void 0===a?2:a,s=o.maxSteps,u=void 0===s?1e3:s,s=b(o,U),o=(n||(e=(o=[R(e),R(t)])[0],t=o[1],n=Wu(e,t,s)),$u(e,t)),s=0<i?Math.max(a,Math.ceil(o/i)+1):a,c=[];if(void 0!==u&&(s=Math.min(s,u)),c=1===s?[{p:.5,color:n(.5)}]:(r=1/(s-1),Array.from({length:s},function(e,t){t*=r;return{p:t,color:n(t)}})),0<i)for(var d=c.reduce(function(e,t,n){return 0===n?0:(t=$u(t.color,c[n-1].color,l),Math.max(e,t))},0);i<d;){d=0;for(var p=1;p<c.length&&c.length<u;p++){var f=c[p-1],m=c[p],h=(m.p+f.p)/2,g=n(h),d=Math.max(d,$u(g,f.color),$u(g,m.color));c.splice(p,0,{p:h,color:n(h)}),p++}}return c=c.map(function(e){return e.color})}function Wu(r,a){var o,i,e,t,n,l,s,u,c,d,p,f,m=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{};return Yu(r)?(e=r,t=a,Wu.apply(void 0,y(e.rangeArgs.colors).concat([h({},e.rangeArgs.options,t)]))):(p=m.space,f=m.outputSpace,o=m.progression,i=m.premultiplied,r=R(r),a=R(a),r=Is(r),a=Is(a),e={colors:[r,a],options:m},p=p?N.get(p):N.registry[us.interpolationSpace]||r.space,f=f?N.get(f):p,r=js(r,p),a=js(a,p),r=Bs(r),a=Bs(a),p.coords.h&&"angle"===p.coords.h.type&&(t=m.hue=m.hue||"shorter",l=[Ds(r,m=[p,"h"]),Ds(a,m)],u=[n=l[0],l=l[1]],s="raw"===(s=t)?u:(c=(u=v(u.map(ks),2))[0],d=(u=u[1])-c,"increasing"===s?d<0&&(u+=360):"decreasing"===s?0<d&&(c+=360):"longer"===s?-180<d&&d<180&&(0<d?u+=360:c+=360):"shorter"===s&&(180<d?c+=360:d<-180&&(u+=360)),[c,u]),n=(d=v(s,2))[0],l=d[1],Es(r,m,n),Es(a,m,l)),i&&(r.coords=r.coords.map(function(e){return e*r.alpha}),a.coords=a.coords.map(function(e){return e*a.alpha})),Object.assign(function(n){n=o?o(n):n;var e=r.coords.map(function(e,t){return rs(e,a.coords[t],n)}),t=rs(r.alpha,a.alpha,n),e={space:p,coords:e,alpha:t};return i&&(e.coords=e.coords.map(function(e){return e/t})),e=f!==p?js(e,f):e},{rangeArgs:e}))}function Yu(e){return"function"===Ql(e)&&!!e.rangeArgs}us.interpolationSpace="lab";var Ku=Object.freeze({__proto__:null,mix:Uu,steps:Gu,range:Wu,isRange:Yu,register:function(e){e.defineFunction("mix",Uu,{returns:"color"}),e.defineFunction("range",Wu,{returns:"function<color>"}),e.defineFunction("steps",Gu,{returns:"array<color>"})}}),Xu=new N({id:"hsl",name:"HSL",coords:{h:{refRange:[0,360],type:"angle",name:"Hue"},s:{range:[0,100],name:"Saturation"},l:{range:[0,100],name:"Lightness"}},base:Ws,fromBase:function(e){var t=Math.max.apply(Math,y(e)),n=Math.min.apply(Math,y(e)),e=v(e,3),r=e[0],a=e[1],o=e[2],i=NaN,e=0,l=(n+t)/2,s=t-n;if(0!=s){switch(e=0==l||1==l?0:(t-l)/Math.min(l,1-l),t){case r:i=(a-o)/s+(a<o?6:0);break;case a:i=(o-r)/s+2;break;case o:i=(r-a)/s+4}i*=60}return[i,100*e,100*l]},toBase:function(e){var e=v(e,3),n=e[0],r=e[1],a=e[2];function t(e){var e=(e+n/30)%12,t=r*Math.min(a,1-a);return a-t*Math.max(-1,Math.min(e-3,9-e,1))}return(n%=360)<0&&(n+=360),r/=100,a/=100,[t(0),t(8),t(4)]},formats:{hsl:{toGamut:!0,coords:["<number> | <angle>","<percentage>","<percentage>"]},hsla:{coords:["<number> | <angle>","<percentage>","<percentage>"],commas:!0,lastAlpha:!0}}}),Zu=new N({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:Xu,fromBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],n=(e/=100)+(n/=100)*Math.min(e,1-e);return[t,0==n?0:200*(1-e/n),100*n]},toBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],n=(e/=100)*(1-(n/=100)/2);return[t,0==n||1==n?0:(e-n)/Math.min(n,1-n)*100,100*n]},formats:{color:{toGamut:!0}}}),Ju=new N({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:Zu,fromBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2];return[t,e*(100-n)/100,100-e]},toBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],r=(n/=100)+(e/=100);return 1<=r?[t,0,100*(n/r)]:[t,100*(0==(r=1-e)?0:1-n/r),100*r]},formats:{hwb:{toGamut:!0,coords:["<number> | <angle>","<percentage>","<percentage>"]}}}),Qu=new t({id:"a98rgb-linear",name:"Linear Adobe® 98 RGB compatible",white:"D65",toXYZ_M:[[.5766690429101305,.1855582379065463,.1882286462349947],[.29734497525053605,.6273635662554661,.07529145849399788],[.02703136138641234,.07068885253582723,.9913375368376388]],fromXYZ_M:[[2.0415879038107465,-.5650069742788596,-.34473135077832956],[-.9692436362808795,1.8759675015077202,.04155505740717557],[.013444280632031142,-.11836239223101838,1.0151749943912054]]}),ec=new t({id:"a98rgb",name:"Adobe® 98 RGB compatible",base:Qu,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"}}}),tc=new t({id:"prophoto-linear",name:"Linear ProPhoto",white:"D50",base:wn,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]]}),nc=new t({id:"prophoto",name:"ProPhoto",base:tc,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"}}}),rc=new N({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:zu,fromBase:function(e){var e=v(e,3),t=e[0],n=e[1],e=e[2],r=Math.abs(n)<2e-4&&Math.abs(e)<2e-4?NaN:180*Math.atan2(e,n)/Math.PI;return[t,Math.sqrt(Math.pow(n,2)+Math.pow(e,2)),ks(r)]},toBase:function(e){var t,e=v(e,3),n=e[0],r=e[1],e=e[2],r=isNaN(e)?t=0:(t=r*Math.cos(e*Math.PI/180),r*Math.sin(e*Math.PI/180));return[n,t,r]},formats:{oklch:{coords:["<number> | <percentage>","<number>","<number> | <angle>"]}}}),ac=2610/Math.pow(2,14),oc=Math.pow(2,14)/2610,ic=2523/Math.pow(2,5),lc=Math.pow(2,5)/2523,sc=3424/Math.pow(2,12),uc=2413/Math.pow(2,7),cc=2392/Math.pow(2,7),dc=new t({id:"rec2100pq",name:"REC.2100-PQ",base:qs,toBase:function(e){return e.map(function(e){return 1e4*Math.pow(Math.max(Math.pow(e,lc)-sc,0)/(uc-cc*Math.pow(e,lc)),oc)/203})},fromBase:function(e){return e.map(function(e){var e=Math.max(203*e/1e4,0),t=sc+uc*Math.pow(e,ac),e=1+cc*Math.pow(e,ac);return Math.pow(t/e,ic)})},formats:{color:{id:"rec2100-pq"}}}),pc=.17883277,fc=.28466892,mc=.55991073,hc=3.7743,gc=new t({id:"rec2100hlg",cssid:"rec2100-hlg",name:"REC.2100-HLG",referred:"scene",base:qs,toBase:function(e){return e.map(function(e){return e<=.5?Math.pow(e,2)/3*hc:Math.exp((e-mc)/pc+fc)/12*hc})},fromBase:function(e){return e.map(function(e){return(e/=hc)<=1/12?Math.sqrt(3*e):pc*Math.log(12*e-fc)+mc})},formats:{color:{id:"rec2100-hlg"}}}),bc={};function vc(e){var t=e.id;e.toCone_M,e.fromCone_M;bc[t]=e}function yc(e,t,n){var r=bc[2<arguments.length&&void 0!==n?n:"Bradford"],a=v(s(r.toCone_M,e),3),o=a[0],i=a[1],a=a[2],l=v(s(r.toCone_M,t),3),o=s([[l[0]/o,0,0],[0,l[1]/i,0],[0,0,l[2]/a]],r.toCone_M);return s(r.fromCone_M,o)}ss.add("chromatic-adaptation-start",function(e){e.options.method&&(e.M=yc(e.W1,e.W2,e.options.method))}),ss.add("chromatic-adaptation-end",function(e){e.M||(e.M=yc(e.W1,e.W2,e.options.method))}),vc({id:"von Kries",toCone_M:[[.40024,.7076,-.08081],[-.2263,1.16532,.0457],[0,0,.91822]],fromCone_M:[[1.8599364,-1.1293816,.2198974],[.3611914,.6388125,-64e-7],[0,0,1.0890636]]}),vc({id:"Bradford",toCone_M:[[.8951,.2664,-.1614],[-.7502,1.7135,.0367],[.0389,-.0685,1.0296]],fromCone_M:[[.9869929,-.1470543,.1599627],[.4323053,.5183603,.0492912],[-.0085287,.0400428,.9684867]]}),vc({id:"CAT02",toCone_M:[[.7328,.4296,-.1624],[-.7036,1.6975,.0061],[.003,.0136,.9834]],fromCone_M:[[1.0961238,-.278869,.1827452],[.454369,.4735332,.0720978],[-.0096276,-.005698,1.0153256]]}),vc({id:"CAT16",toCone_M:[[.401288,.650173,-.051461],[-.250268,1.204414,.045854],[-.002079,.048952,.953127]],fromCone_M:[[1.862067855087233,-1.011254630531685,.1491867754444518],[.3875265432361372,.6214474419314753,-.008973985167612518],[-.01584149884933386,-.03412293802851557,1.04996443687785]]}),Object.assign(cs,{A:[1.0985,1,.35585],C:[.98074,1,1.18232],D55:[.95682,1,.92149],D75:[.94972,1,1.22638],E:[1,1,1],F2:[.99186,1,.67393],F7:[.95041,1,1.08747],F11:[1.00962,1,.6435]}),cs.ACES=[.32168/.33767,1,.34065/.33767];var wc=new t({id:"acescg",name:"ACEScg",coords:{r:{range:[0,65504],name:"Red"},g:{range:[0,65504],name:"Green"},b:{range:[0,65504],name:"Blue"}},referred:"scene",white:cs.ACES,toXYZ_M:[[.6624541811085053,.13400420645643313,.1561876870049078],[.27222871678091454,.6740817658111484,.05368951740793705],[-.005574649490394108,.004060733528982826,1.0103391003129971]],fromXYZ_M:[[1.6410233796943257,-.32480329418479,-.23642469523761225],[-.6636628587229829,1.6153315916573379,.016756347685530137],[.011721894328375376,-.008284441996237409,.9883948585390215]],formats:{color:{}}}),Dc=Math.pow(2,-16),xc=-.35828683,Ec=(Math.log2(65504)+9.72)/17.52,t=new t({id:"acescc",name:"ACEScc",coords:{r:{range:[xc,Ec],name:"Red"},g:{range:[xc,Ec],name:"Green"},b:{range:[xc,Ec],name:"Blue"}},referred:"scene",base:wc,toBase:function(e){return e.map(function(e){return e<=(9.72-15)/17.52?2*(Math.pow(2,17.52*e-9.72)-Dc):e<Ec?Math.pow(2,17.52*e-9.72):65504})},fromBase:function(e){return e.map(function(e){return e<=0?(Math.log2(Dc)+9.72)/17.52:e<Dc?(Math.log2(Dc+.5*e)+9.72)/17.52:(Math.log2(e)+9.72)/17.52})},formats:{color:{}}}),Fc=Object.freeze({__proto__:null,XYZ_D65:bs,XYZ_D50:wn,XYZ_ABS_D65:gu,Lab_D65:uu,Lab:Cs,LCH:Ts,sRGB_Linear:Us,sRGB:Ws,HSL:Xu,HWB:Ju,HSV:Zu,P3_Linear:Hs,P3:Ys,A98RGB_Linear:Qu,A98RGB:ec,ProPhoto_Linear:tc,ProPhoto:nc,REC_2020_Linear:qs,REC_2020:$s,OKLab:zu,OKLCH:rc,Jzazbz:Nu,JzCzHz:Ru,ICTCP:Iu,REC_2100_PQ:dc,REC_2100_HLG:gc,ACEScg:wc,ACEScc:t}),Ac=(Me=new WeakMap,Ee(_,[{key:"space",get:function(){return me(this,Me)}},{key:"spaceId",get:function(){return me(this,Me).id}},{key:"clone",value:function(){return new _(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),n=0;n<e;n++)t[n]=arguments[n];var r=function(e){var t=void 0===(t=(n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).space)?us.display_space:t,n=b(n,V),r=Ls(e,n);return"undefined"==typeof CSS||CSS.supports("color",r)||!us.display_space?(r=new String(r)).color=e:(t=js(e,t),(r=new String(Ls(t,n))).color=t),r}.apply(void 0,[this].concat(t));return r.color=new _(r.color),r}}],[{key:"get",value:function(e){if(e instanceof _)return e;for(var t=arguments.length,n=new Array(1<t?t-1:0),r=1;r<t;r++)n[r-1]=arguments[r];return ae(_,[e].concat(n))}},{key:"defineFunction",value:function(e,n){function r(){var t,e=n.apply(void 0,arguments);return"color"===o?e=_.get(e):"function<color>"===o?(t=e,e=function(){var e=t.apply(void 0,arguments);return _.get(e)},Object.assign(e,t)):"array<color>"===o&&(e=e.map(function(e){return _.get(e)})),e}var t=2<arguments.length&&void 0!==arguments[2]?arguments[2]:n,a=t.instance,a=void 0===a||a,o=t.returns;e in _||(_[e]=r),a&&(_.prototype[e]=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];return r.apply(void 0,[this].concat(t))})}},{key:"defineFunctions",value:function(e){for(var t in e)_.defineFunction(t,e[t],e[t])}},{key:"extend",value:function(e){if(e.register)e.register(_);else for(var t in e)_.defineFunction(t,e[t])}}]),_);function _(){var n=this;De(this,_),de(this,Me,{writable:!0,value:void 0});for(var e,t,r,a=arguments.length,o=new Array(a),i=0;i<a;i++)o[i]=arguments[i];r=(r=1===o.length?R(o[0]):r)?(e=r.space||r.spaceId,t=r.coords,r.alpha):(e=o[0],t=o[1],o[2]),ge(this,Me,N.get(e)),this.coords=t?t.slice():[0,0,0],this.alpha=r<1?r:1;for(var l=0;l<this.coords.length;l++)"NaN"===this.coords[l]&&(this.coords[l]=NaN);for(var s in me(this,Me).coords)!function(t){Object.defineProperty(n,t,{get:function(){return n.get(t)},set:function(e){return n.set(t,e)}})}(s)}Ac.defineFunctions({get:Ds,getAll:ws,set:Es,setAll:xs,to:js,equals:function(e,n){return e=R(e),n=R(n),e.space===n.space&&e.alpha===n.alpha&&e.coords.every(function(e,t){return e===n.coords[t]})},inGamut:Ps,toGamut:Bs,distance:Qs,toString:Ls}),Object.assign(Ac,{util:Jo,hooks:ss,WHITES:cs,Space:N,spaces:N.registry,parse:ys,defaults:us});for(var Cc,kc=0,Tc=Object.keys(Fc);kc<Tc.length;kc++){var Nc=Tc[kc];N.register(Fc[Nc])}for(Cc in N.registry)Rc(Cc,N.registry[Cc]);function Rc(i,l){Object.keys(l.coords),Object.values(l.coords).map(function(e){return e.name});var e=i.replace(/-/g,"_");Object.defineProperty(Ac.prototype,e,{get:function(){var o=this,e=this.getAll(i);return"undefined"==typeof Proxy?e:new Proxy(e,{has:function(e,t){try{return N.resolveCoord([l,t]),!0}catch(e){}return Reflect.has(e,t)},get:function(e,t,n){if(t&&"symbol"!==te(t)&&!(t in e)){var r=N.resolveCoord([l,t]).index;if(0<=r)return e[r]}return Reflect.get(e,t,n)},set:function(e,t,n,r){if(t&&"symbol"!==te(t)&&!(t in e)||0<=t){var a=N.resolveCoord([l,t]).index;if(0<=a)return e[a]=n,o.setAll(i,e),!0}return Reflect.set(e,t,n,r)}})},set:function(e){this.setAll(i,e)},configurable:!0,enumerable:!0})}ss.add("colorspace-init-end",function(t){var e;Rc(t.id,t),null!=(e=t.aliases)&&e.forEach(function(e){Rc(e,t)})}),Ac.extend(Vu),Ac.extend({deltaE:$u}),Ac.extend(Hu),Ac.extend({contrast:function(e,t){var n,r=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},a=(r=r=Jl(r)?{algorithm:r}:r).algorithm,o=b(r,$);if(!a)throw r=Object.keys(du).map(function(e){return e.replace(/^contrast/,"")}).join(", "),new TypeError("contrast() function needs a contrast algorithm. Please specify one of: ".concat(r));for(n in e=R(e),t=R(t),du)if("contrast"+a.toLowerCase()===n.toLowerCase())return du[n](e,t,o);throw new TypeError("Unknown contrast algorithm: ".concat(a))}}),Ac.extend(mu),Ac.extend(nu),Ac.extend(Ku),Ac.extend(du);var xc=Ne(xn()),wn=Ne(En()),_c=(Ne(Fn()),Xl.default.templateSettings.strip=!1,"Promise"in window||xc.default.polyfill(),"Uint32Array"in window||(window.Uint32Array=wn.Uint32Array),window.Uint32Array&&("some"in window.Uint32Array.prototype||Object.defineProperty(window.Uint32Array.prototype,"some",{value:Array.prototype.some}),"reduce"in window.Uint32Array.prototype||Object.defineProperty(window.Uint32Array.prototype,"reduce",{value:Array.prototype.reduce})),/^#[0-9a-f]{3,8}$/i),Oc=/hsl\(\s*([\d.]+)(rad|turn)/;function Sc(e,t,n){var r=3<arguments.length&&void 0!==arguments[3]?arguments[3]:1;De(this,Sc),this.red=e,this.green=t,this.blue=n,this.alpha=r}Ee(Sc,[{key:"toHexString",value:function(){var e=Math.round(this.red).toString(16),t=Math.round(this.green).toString(16),n=Math.round(this.blue).toString(16);return"#"+(15.5<this.red?e:"0"+e)+(15.5<this.green?t:"0"+t)+(15.5<this.blue?n:"0"+n)}},{key:"toJSON",value:function(){return{red:this.red,green:this.green,blue:this.blue,alpha:this.alpha}}},{key:"parseString",value:function(t){t=t.replace(Oc,function(e,t,n){var r=t+n;switch(n){case"rad":return e.replace(r,180*t/Math.PI);case"turn":return e.replace(r,360*t)}});try{var e=new Ac(t).to("srgb");this.red=Math.round(255*Mc(e.r,0,1)),this.green=Math.round(255*Mc(e.g,0,1)),this.blue=Math.round(255*Mc(e.b,0,1)),this.alpha=+e.alpha}catch(e){throw new Error('Unable to parse color "'.concat(t,'"'))}return this}},{key:"parseRgbString",value:function(e){this.parseString(e)}},{key:"parseHexString",value:function(e){e.match(_c)&&![6,8].includes(e.length)&&this.parseString(e)}},{key:"parseColorFnString",value:function(e){this.parseString(e)}},{key:"getRelativeLuminance",value:function(){var e=this.red/255,t=this.green/255,n=this.blue/255;return.2126*(e<=.03928?e/12.92:Math.pow((.055+e)/1.055,2.4))+.7152*(t<=.03928?t/12.92:Math.pow((.055+t)/1.055,2.4))+.0722*(n<=.03928?n/12.92:Math.pow((.055+n)/1.055,2.4))}}]);var O=Sc;function Mc(e,t,n){return Math.min(Math.max(t,e),n)}var Pc=function(e){var t=new O;return t.parseString(e.getPropertyValue("background-color")),0!==t.alpha&&(e=e.getPropertyValue("opacity"),t.alpha=t.alpha*e),t},Ic=function(e){var t=window.getComputedStyle(e);return Yl(e,t)||1===Pc(t).alpha};function Bc(e){var t;return!(!e.href||(t=w.get("firstPageLink",jc))&&e.compareDocumentPosition(t.actualNode)!==e.DOCUMENT_POSITION_FOLLOWING)}function jc(){var e=window.location.origin?bd(axe._tree,'a[href]:not([href^="javascript:"])').find(function(e){return!_o(e.actualNode)}):bd(axe._tree,'a:not([href^="#"]):not([href^="/#"]):not([href^="javascript:"])')[0];return e||null}var Lc=/rect\s*\(([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px,?\s*([0-9]+)px\s*\)/,qc=/(\w+)\((\d+)/;function zc(e,t,n){if(!e)throw new TypeError("Cannot determine if element is visible for non-DOM nodes");var r,a,o,i=e instanceof p?e:D(e),l=(e=i?i.actualNode:e,"_isVisible"+(t?"ScreenReader":"")),s=null!=(s=window.Node)?s:{},u=s.DOCUMENT_NODE,s=s.DOCUMENT_FRAGMENT_NODE,c=(i?i.props:e).nodeType,d=i?i.props.nodeName:e.nodeName.toLowerCase();if(i&&void 0!==i[l])return i[l];if(c===u)return!0;if(["style","script","noscript","template"].includes(d))return!1;if((e&&c===s&&(e=e.host),t)&&"true"===(i?i.attr("aria-hidden"):e.getAttribute("aria-hidden")))return!1;return e?null!==(u=window.getComputedStyle(e,null))&&("area"===d?(r=t,a=n,!!(s=Na(c=e,"map"))&&!!(s=s.getAttribute("name"))&&!(!(c=x(c))||9!==c.nodeType||!(o=bd(axe._tree,'img[usemap="#'.concat(m(s),'"]')))||!o.length)&&o.some(function(e){return zc(e.actualNode,r,a)})):"none"!==u.getPropertyValue("display")&&(d=parseInt(u.getPropertyValue("height")),c=parseInt(u.getPropertyValue("width")),o=(s=M1(e))&&0===d,s=s&&0===c,d="absolute"===u.getPropertyValue("position")&&(d<2||c<2)&&"hidden"===u.getPropertyValue("overflow"),!(!t&&(function(e){var t=e.getPropertyValue("clip").match(Lc),n=e.getPropertyValue("clip-path").match(qc);if(t&&5===t.length){e=e.getPropertyValue("position");if(["fixed","absolute"].includes(e))return t[3]-t[1]<=0&&t[2]-t[4]<=0}if(n){var e=n[1],r=parseInt(n[2],10);switch(e){case"inset":return 50<=r;case"circle":return 0===r}}}(u)||"0"===u.getPropertyValue("opacity")||o||s||d)||!n&&("hidden"===u.getPropertyValue("visibility")||!t&&to(e))))&&(c=!1,(s=e.assignedSlot||e.parentNode)&&(c=zc(s,t,!0)),i&&(i[l]=c),c)):(d=!0,(n=i.parent)&&(d=zc(n,t,!0)),i&&(i[l]=d),d)}var Vc=zc,$c=function(e,t){for(var n=["fixed","sticky"],r=[],a=!1,o=0;o<e.length;++o){var i=e[o],l=(i===t&&(a=!0),window.getComputedStyle(i));a||-1===n.indexOf(l.position)?r.push(i):r=[]}return r};function Hc(e,t){var n=Uc(t);do{var r,a,o,i,l,s,u=Uc(e);if(u===n||u===t)return i=e,r=t,a=window.getComputedStyle(r),o=a.getPropertyValue("overflow"),"inline"===a.getPropertyValue("display")||(i=Array.from(i.getClientRects()),l=r.getBoundingClientRect(),s={left:l.left,top:l.top,width:l.width,height:l.height},(["scroll","auto"].includes(o)||r instanceof window.HTMLHtmlElement)&&(s.width=r.scrollWidth,s.height=r.scrollHeight),1===i.length&&"hidden"===o&&"nowrap"===a.getPropertyValue("white-space")&&(i[0]=s),i.some(function(e){return!(Math.ceil(e.left)<Math.floor(s.left)||Math.ceil(e.top)<Math.floor(s.top)||Math.floor(e.left+e.width)>Math.ceil(s.left+s.width)||Math.floor(e.top+e.height)>Math.ceil(s.top+s.height))}))}while(e=u);return!1}function Uc(e){for(var t=D(e).parent;t;){if(M1(t.actualNode))return t.actualNode;t=t.parent}}var Gc,Wc,Yc=function r(a,o){var t=2<arguments.length&&void 0!==arguments[2]?arguments[2]:document,i=3<arguments.length&&void 0!==arguments[3]?arguments[3]:0;if(999<i)throw new Error("Infinite loop detected");return Array.from(t.elementsFromPoint(a,o)||[]).filter(function(e){return x(e)===t}).reduce(function(e,t){var n;return Fa(t)&&(n=r(a,o,t.shadowRoot,i+1),!(e=e.concat(n)).length||!Hc(e[0],t))||e.push(t),e},[])},Kc=function(e,t){var n,r;if(e.hasAttribute(t))return r=e.nodeName.toUpperCase(),n=e,["A","AREA"].includes(r)&&!e.ownerSVGElement||((n=document.createElement("a")).href=e.getAttribute(t)),r=["https:","ftps:"].includes(n.protocol)?n.protocol.replace(/s:$/,":"):n.protocol,e=/^\//.test(n.pathname)?n.pathname:"/".concat(n.pathname),t=(e=(e=(t=e).split("/").pop())&&-1!==e.indexOf(".")?{pathname:t.replace(e,""),filename:/index./.test(e)?"":e}:{pathname:t,filename:""}).pathname,e=e.filename,{protocol:r,hostname:n.hostname,port:(r=n.port,["443","80"].includes(r)?"":r),pathname:/\/$/.test(t)?t:"".concat(t,"/"),search:function(e){var t={};if(e&&e.length){var n=e.substring(1).split("&");if(n&&n.length)for(var r=0;r<n.length;r++){var a=v(n[r].split("="),2),o=a[0],a=a[1],a=void 0===a?"":a;t[decodeURIComponent(o)]=decodeURIComponent(a)}}return t}(n.search),hash:(r=n.hash)&&(t=r.match(/#!?\/?/g))&&"#"!==v(t,1)[0]?r:"",filename:e}},Xc=function(e,t){var n=t.getBoundingClientRect(),r=n.top,a=n.left,o=r-t.scrollTop,r=r-t.scrollTop+t.scrollHeight,i=a-t.scrollLeft,a=a-t.scrollLeft+t.scrollWidth;return!(e.left>a&&e.left>n.right||e.top>r&&e.top>n.bottom||e.right<i&&e.right<n.left||e.bottom<o&&e.bottom<n.top)&&(a=window.getComputedStyle(t),!(e.left>n.right||e.top>n.bottom)||"scroll"===a.overflow||"auto"===a.overflow||t instanceof window.HTMLBodyElement||t instanceof window.HTMLHtmlElement)},Zc=0;function Jc(e,t,n){var r;return De(this,Jc),(r=Wc.call(this)).shadowId=n,r.children=[],r.actualNode=e,(r.parent=t)||(Zc=0),r.nodeIndex=Zc++,r._isHidden=null,r._cache={},void 0===Gc&&(Gc=Xn(e.ownerDocument)),r._isXHTML=Gc,"input"===e.nodeName.toLowerCase()&&(n=e.getAttribute("type"),n=r._isXHTML?n:(n||"").toLowerCase(),Cd().includes(n)||(n="text"),r._type=n),w.get("nodeMap")&&w.get("nodeMap").set(e,se(r)),r}oe(Jc,p),Wc=le(Jc),Ee(Jc,[{key:"props",get:function(){var e,t,n,r,a,o,i,l,s;return this._cache.hasOwnProperty("props")||(e=(s=this.actualNode).nodeType,t=s.nodeName,n=s.id,r=s.multiple,a=s.nodeValue,o=s.value,i=s.selected,l=s.checked,s=s.indeterminate,this._cache.props={nodeType:e,nodeName:this._isXHTML?t:t.toLowerCase(),id:n,type:this._type,multiple:r,nodeValue:a,value:o,selected:i,checked:l,indeterminate:s}),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 window.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 t="computedStyle_"+e;return this._cache.hasOwnProperty(t)||(this._cache.hasOwnProperty("computedStyle")||(this._cache.computedStyle=window.getComputedStyle(this.actualNode)),this._cache[t]=this._cache.computedStyle.getPropertyValue(e)),this._cache[t]}},{key:"isFocusable",get:function(){return this._cache.hasOwnProperty("isFocusable")||(this._cache.isFocusable=A(this.actualNode)),this._cache.isFocusable}},{key:"tabbableElements",get:function(){return this._cache.hasOwnProperty("tabbableElements")||(this._cache.tabbableElements=Ho(this)),this._cache.tabbableElements}},{key:"clientRects",get:function(){return this._cache.hasOwnProperty("clientRects")||(this._cache.clientRects=Array.from(this.actualNode.getClientRects()).filter(function(e){return 0<e.width})),this._cache.clientRects}},{key:"boundingClientRect",get:function(){return this._cache.hasOwnProperty("boundingClientRect")||(this._cache.boundingClientRect=this.actualNode.getBoundingClientRect()),this._cache.boundingClientRect}}]);var Qc,e1=Jc,S=function(e){return(e||"").trim().replace(/\s{2,}/g," ").split(" ")},t1=" [idsMap]";function n1(e,t,n){var r=e[0]._selectorMap;if(r){for(var a=e[0].shadowId,o=0;o<t.length;o++)if(1<t[o].length&&t[o].some(r1))return;var i=new Set,l=(t.forEach(function(t){var e,n=function(e,t,n){var r=e[e.length-1],a=null,o=1<e.length||!!r.pseudos||!!r.classes;if(r1(r))a=t["*"];else{if(r.id){if(!t[t1]||null==(e=t[t1][r.id])||!e.length)return;a=t[t1][r.id].filter(function(e){return e.shadowId===n})}if(r.tag&&"*"!==r.tag){if(null==(e=t[r.tag])||!e.length)return;var e=t[r.tag];a=a?a1(e,a):e}if(r.classes){if(null==(e=t["[class]"])||!e.length)return;e=t["[class]"];a=a?a1(e,a):e}if(r.attributes)for(var i=0;i<r.attributes.length;i++){var l=r.attributes[i];if("attrValue"===l.type&&(o=!0),null==(s=t["[".concat(l.key,"]")])||!s.length)return;var s=t["[".concat(l.key,"]")];a=a?a1(s,a):s}}return{nodes:a,isComplexSelector:o}}(t,r,a);null!=n&&null!=(e=n.nodes)&&e.forEach(function(e){n.isComplexSelector&&!Cr(e,t)||i.add(e)})}),[]);return i.forEach(function(e){return l.push(e)}),(l=n?l.filter(n):l).sort(function(e,t){return e.nodeIndex-t.nodeIndex})}}function r1(e){return"*"===e.tag&&!e.attributes&&!e.id&&!e.classes}function a1(e,t){return e.filter(function(e){return t.includes(e)})}function o1(e,t,n){n[e]=n[e]||[],n[e].push(t)}function i1(t,n){1===t.props.nodeType&&(o1(t.props.nodeName,t,n),o1("*",t,n),t.attrNames.forEach(function(e){"id"===e&&(n[t1]=n[t1]||{},S(t.attr(e)).forEach(function(e){o1(e,t,n[t1])})),o1("[".concat(e,"]"),t,n)}))}function l1(e,t,n){e=new e1(e,t,n);return i1(e,w.get("selectorMap")),e}function s1(e,r,n){var a,t,o;function i(e,t,n){t=s1(t,r,n);return e=t?e.concat(t):e}return o=(e=e.documentElement?e.documentElement:e).nodeName.toLowerCase(),Fa(e)?(Qc=!0,a=l1(e,n,r),r="a"+Math.random().toString().substring(2),t=Array.from(e.shadowRoot.childNodes),a.children=t.reduce(function(e,t){return i(e,t,a)},[]),[a]):"content"===o&&"function"==typeof e.getDistributedNodes?(t=Array.from(e.getDistributedNodes())).reduce(function(e,t){return i(e,t,n)},[]):"slot"===o&&"function"==typeof e.assignedNodes?((t=Array.from(e.assignedNodes())).length||(t=function(e){var t=[];for(e=e.firstChild;e;)t.push(e),e=e.nextSibling;return t}(e)),window.getComputedStyle(e),t.reduce(function(e,t){return i(e,t,n)},[])):1===e.nodeType?(a=l1(e,n,r),t=Array.from(e.childNodes),a.children=t.reduce(function(e,t){return i(e,t,a)},[]),[a]):3===e.nodeType?[l1(e,n)]:void 0}var u1=function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:document.documentElement,t=1<arguments.length?arguments[1]:void 0,n=(Qc=!1,{});return w.set("nodeMap",new WeakMap),w.set("selectorMap",n),(e=s1(e,t,null))[0]._selectorMap=n,e[0]._hasShadowRoot=Qc,e},c1=function(e){return e?e.trim().split("-")[0].toLowerCase():""},d1=function(e){var n={};return n.none=e.none.concat(e.all),n.any=e.any,Object.keys(n).map(function(e){var t;return n[e].length&&(t=axe._audit.data.failureSummaries[e])&&"function"==typeof t.failureMessage?t.failureMessage(n[e].map(function(e){return e.message||""})):void 0}).filter(function(e){return void 0!==e}).join("\n\n")};function p1(){var e=axe._audit.data.incompleteFallbackMessage;return"string"!=typeof(e="function"==typeof e?e():e)?"":e}var f1=f.resultGroups,m1=function(e,n){var t=axe.utils.aggregateResult(e);return f1.forEach(function(e){n.resultTypes&&!n.resultTypes.includes(e)&&(t[e]||[]).forEach(function(e){Array.isArray(e.nodes)&&0<e.nodes.length&&(e.nodes=[e.nodes[0]])}),t[e]=(t[e]||[]).map(function(t){return t=Object.assign({},t),Array.isArray(t.nodes)&&0<t.nodes.length&&(t.nodes=t.nodes.map(function(e){var t,r;return"object"===te(e.node)&&(e.html=e.node.source,n.elementRef&&!e.node.fromFrame&&(e.element=e.node.element),!1===n.selectors&&!e.node.fromFrame||(e.target=e.node.selector),n.ancestry&&(e.ancestry=e.node.ancestry),n.xpath)&&(e.xpath=e.node.xpath),delete e.result,delete e.node,t=e,r=n,["any","all","none"].forEach(function(e){Array.isArray(t[e])&&t[e].filter(function(e){return Array.isArray(e.relatedNodes)}).forEach(function(e){e.relatedNodes=e.relatedNodes.map(function(e){var t,n={html:null!=(n=null==e?void 0:e.source)?n:"Undefined"};return!r.elementRef||null!=e&&e.fromFrame||(n.element=null!=(t=null==e?void 0:e.element)?t:null),(!1!==r.selectors||null!=e&&e.fromFrame)&&(n.target=null!=(t=null==e?void 0:e.selector)?t:[":root"]),r.ancestry&&(n.ancestry=null!=(t=null==e?void 0:e.ancestry)?t:[":root"]),r.xpath&&(n.xpath=null!=(t=null==e?void 0:e.xpath)?t:["/"]),n})})}),e})),f1.forEach(function(e){return delete t[e]}),delete t.pageLevel,delete t.result,t})}),t},h1=/\$\{\s?data\s?\}/g;function g1(e,t){if("string"==typeof t)return e.replace(h1,t);for(var n in t){var r;t.hasOwnProperty(n)&&(r=new RegExp("\\${\\s?data\\."+n+"\\s?}","g"),n=void 0===t[n]?"":String(t[n]),e=e.replace(r,n))}return e}var b1=function e(t,n){var r;if(t)return Array.isArray(n)?(n.values=n.join(", "),"string"==typeof t.singular&&"string"==typeof t.plural?g1(1===n.length?t.singular:t.plural,n):g1(t,n)):"string"==typeof t?g1(t,n):"string"==typeof n?g1(t[n],n):(r=t.default||p1(),e(r=n&&n.messageKey&&t[n.messageKey]?t[n.messageKey]:r,n))},v1=function(e,t,n){var r=axe._audit.data.checks[e];if(!r)throw new Error("Cannot get message for unknown check: ".concat(e,"."));if(r.messages[t])return b1(r.messages[t],n);throw new Error('Check "'.concat(e,'"" does not have a "').concat(t,'" message.'))},y1=function(e,t,n){var t=((n.rules&&n.rules[t]||{}).checks||{})[e.id],r=(n.checks||{})[e.id],a=e.enabled,e=e.options;return r&&(r.hasOwnProperty("enabled")&&(a=r.enabled),r.hasOwnProperty("options"))&&(e=r.options),t&&(t.hasOwnProperty("enabled")&&(a=t.enabled),t.hasOwnProperty("options"))&&(e=t.options),{enabled:a,options:e,absolutePaths:n.absolutePaths}};function w1(){var e,t,n,r,a=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,o=1<arguments.length&&void 0!==arguments[1]?arguments[1]:window;return a&&"object"===te(a)?a:"object"!==te(o)?{}:{testEngine:{name:"axe-core",version:axe.version},testRunner:{name:axe._audit.brand},testEnvironment:(a=o).navigator&&"object"===te(a.navigator)?(e=a.navigator,t=a.innerHeight,n=a.innerWidth,a=function(e){e=e.screen;return e.orientation||e.msOrientation||e.mozOrientation}(a)||{},r=a.angle,a=a.type,{userAgent:e.userAgent,windowWidth:n,windowHeight:t,orientationAngle:r,orientationType:a}):{},timestamp:(new Date).toISOString(),url:null==(e=o.location)?void 0:e.href}}function D1(e,t){var n=t.focusable,t=t.page;return{node:e,include:[],exclude:[],initiator:!1,focusable:n&&(!(n=(n=e).getAttribute("tabindex"))||(n=parseInt(n,10),isNaN(n))||0<=n),size:function(e){var t=parseInt(e.getAttribute("width"),10),n=parseInt(e.getAttribute("height"),10);(isNaN(t)||isNaN(n))&&(e=e.getBoundingClientRect(),t=isNaN(t)?e.width:t,n=isNaN(n)?e.height:n);return{width:t,height:n}}(e),page:t}}function x1(e){var t=0<arguments.length&&void 0!==e?e:[],n=[];k1(t)||(t=[t]);for(var r=0;r<t.length;r++){var a=function(e){if(e instanceof window.Node)return e;if("string"==typeof e)return[e];A1(e)?(function(e){T1(Array.isArray(e.fromFrames),"fromFrames property must be an array"),T1(e.fromFrames.every(function(e){return!N1(e,"fromFrames")}),"Invalid context; fromFrames selector must be appended, rather than nested"),T1(!N1(e,"fromShadowDom"),"fromFrames and fromShadowDom cannot be used on the same object")}(e),e=e.fromFrames):C1(e)&&(e=[e]);return function(e){if(Array.isArray(e)){var t,n=[],r=g(e);try{for(r.s();!(t=r.n()).done;){var a=t.value;if(C1(a)&&(!function(e){T1(Array.isArray(e.fromShadowDom),"fromShadowDom property must be an array"),T1(e.fromShadowDom.every(function(e){return!N1(e,"fromFrames")}),"shadow selector must be inside fromFrame instead"),T1(e.fromShadowDom.every(function(e){return!N1(e,"fromShadowDom")}),"fromShadowDom selector must be appended, rather than nested")}(a),a=a.fromShadowDom),"string"!=typeof a&&!function(e){return Array.isArray(e)&&e.every(function(e){return"string"==typeof e})}(a))return;n.push(a)}}catch(e){r.e(e)}finally{r.f()}return n}}(e)}(t[r]);a&&n.push(a)}return n}function E1(t){return["include","exclude"].some(function(e){return N1(t,e)&&F1(t[e])})}function F1(e){return"string"==typeof e||e instanceof window.Node||A1(e)||C1(e)||k1(e)}function A1(e){return N1(e,"fromFrames")}function C1(e){return N1(e,"fromShadowDom")}function k1(e){return e&&"object"===te(e)&&"number"==typeof e.length&&e instanceof window.Node==!1}function T1(e,t){d(e,"Invalid context; ".concat(t,"\nSee: https://github.com/dequelabs/axe-core/blob/master/doc/context.md"))}function N1(e,t){return!(!e||"object"!==te(e))&&Object.prototype.hasOwnProperty.call(e,t)}function R1(e,t){for(var n=[],r=0,a=e[t].length;r<a;r++){var o=e[t][r];o instanceof window.Node?o.documentElement instanceof window.Node?n.push(e.flatTree[0]):n.push(D(o)):o&&o.length&&(1<o.length?function(n,r,a){n.frames=n.frames||[],Ad(a.shift()).forEach(function(t){var e=n.frames.find(function(e){return e.node===t});e||(e=D1(t,n),n.frames.push(e)),e[r].push(a)})}(e,t,o):(o=Ad(o[0]),n.push.apply(n,y(o.map(function(e){return D(e)})))))}return n.filter(function(e){return e})}function _1(e,t){var n=this,r=(e=vr(e),this.frames=[],this.page="boolean"==typeof(null==(r=e)?void 0:r.page)?e.page:void 0,this.initiator="boolean"!=typeof(null==(r=e)?void 0:r.initiator)||e.initiator,this.focusable="boolean"!=typeof(null==(r=e)?void 0:r.focusable)||e.focusable,this.size="object"===te(null==(r=e)?void 0:r.size)?e.size:{},e=function(e){if(E1(e)){var t=" must be used inside include or exclude. It should not be on the same object.";T1(!N1(e,"fromFrames"),"fromFrames"+t),T1(!N1(e,"fromShadowDom"),"fromShadowDom"+t)}else{if(!F1(e))return{include:[document],exclude:[]};e={include:e,exclude:[]}}return 0===(t=x1(e.include)).length&&t.push(document),e=x1(e.exclude),{include:t,exclude:e}}(e),this.flatTree=null!=t?t:u1(function(e){for(var t=e.include,e=e.exclude,n=Array.from(t).concat(Array.from(e)),r=0;r<n.length;r++){var a=n[r];if(a instanceof window.Element)return a.ownerDocument.documentElement;if(a instanceof window.Document)return a.documentElement}return document.documentElement}(e)),this.exclude=e.exclude,this.include=e.include,this.include=R1(this,"include"),this.exclude=R1(this,"exclude"),xd("frame, iframe",this).forEach(function(e){var t;$1(e,n)&&(t=n,k(e=e.actualNode))&&!ga(t.frames,"node",e)&&t.frames.push(D1(e,t))}),void 0===this.page&&(this.page=function(e){e=e.include;return 1===e.length&&e[0].actualNode===document.documentElement}(this),this.frames.forEach(function(e){e.page=n.page})),this);if(0===r.include.length&&0===r.frames.length)throw r=ca.isInFrame()?"frame":"page",new Error("No elements found for include in "+r+" Context");Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(G1)}function O1(e){return!1===(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).iframes?[]:new _1(e).frames.map(function(e){var t=e.node,e=b(e,G);return e.initiator=!1,{frameSelector:pr(t),frameContext:e}})}var S1=function(t){var e=axe._audit.rules.find(function(e){return e.id===t});if(e)return e;throw new Error("Cannot find rule by id: ".concat(t))};function M1(e){var t,n,r=1<arguments.length&&void 0!==arguments[1]?arguments[1]:0,a=e.scrollWidth>e.clientWidth+r,r=e.scrollHeight>e.clientHeight+r;if(a||r)return t=P1(n=window.getComputedStyle(e),"overflow-x"),n=P1(n,"overflow-y"),a&&t||r&&n?{elm:e,top:e.scrollTop,left:e.scrollLeft}:void 0}function P1(e,t){e=e.getPropertyValue(t);return["scroll","auto"].includes(e)}var I1=function(){var e=0<arguments.length&&void 0!==arguments[0]?arguments[0]:window,t=e.document.documentElement;return[void 0!==e.pageXOffset?{elm:e,top:e.pageYOffset,left:e.pageXOffset}:{elm:t,top:t.scrollTop,left:t.scrollLeft}].concat(function r(e){return Array.from(e.children||e.childNodes||[]).reduce(function(e,t){var n=M1(t);return n&&e.push(n),e.concat(r(t))},[])}(document.body))};function B1(){return vr(E)}var j1,L1=function(l){if(l)return function(e){var t=e.data,n=e.isCrossOrigin,n=void 0!==n&&n,r=e.shadowId,a=e.root,o=e.priority,e=e.isLink,e=void 0!==e&&e,i=l.createElement("style");return e?(e=l.createTextNode('@import "'.concat(t.href,'"')),i.appendChild(e)):i.appendChild(l.createTextNode(t)),l.head.appendChild(i),{sheet:i.sheet,isCrossOrigin:n,shadowId:r,root:a,priority:o}};throw new Error("axe.utils.getStyleSheetFactory should be invoked with an argument")},q1=function(e){var t;return j1&&j1.parentNode?(void 0===j1.styleSheet?j1.appendChild(document.createTextNode(e)):j1.styleSheet.cssText+=e,j1):e?(t=document.head||document.getElementsByTagName("head")[0],(j1=document.createElement("style")).type="text/css",void 0===j1.styleSheet?j1.appendChild(document.createTextNode(e)):j1.styleSheet.cssText=e,t.appendChild(j1),j1):void 0},z1=function e(t,n){var r,a=D(t);return 9!==t.nodeType&&(11===t.nodeType&&(t=t.host),a&&null!==a._isHidden?a._isHidden:!(r=window.getComputedStyle(t,null))||!t.parentNode||"none"===r.getPropertyValue("display")||!n&&"hidden"===r.getPropertyValue("visibility")||"true"===t.getAttribute("aria-hidden")||(n=e(t.assignedSlot||t.parentNode,!0),a&&(a._isHidden=n),n))},V1=function(e){var t=null!=(t=null==(t=e.props)?void 0:t.nodeName)?t:e.nodeName.toLowerCase();return"http://www.w3.org/2000/svg"!==e.namespaceURI&&!!E.htmlElms[t]};function $1(t,e){var n=e.include,n=void 0===n?[]:n,e=e.exclude,e=void 0===e?[]:e,n=n.filter(function(e){return wa(e,t)});return 0!==n.length&&(0===(e=e.filter(function(e){return wa(e,t)})).length||(n=H1(n),wa(H1(e),n)))}function H1(e){var t,n,r=g(e);try{for(r.s();!(n=r.n()).done;){var a=n.value;t&&wa(a,t)||(t=a)}}catch(e){r.e(e)}finally{r.f()}return t}var U1=function(e,r){return e.length===r.length&&e.every(function(e,t){var n=r[t];return Array.isArray(e)?e.length===n.length&&e.every(function(e,t){return n[t]===e}):e===n})},G1=function(e,t){return(e=e.actualNode||e)===(t=t.actualNode||t)?0:4&e.compareDocumentPosition(t)?-1:1};function l(e){return e instanceof p?{vNode:e,domNode:e.actualNode}:{vNode:D(e),domNode:e}}var W1,Y1,K1=function(e,r,a,o){var t,n=4<arguments.length&&void 0!==arguments[4]&&arguments[4],i=Array.from(e.cssRules);return i?(t=i.filter(function(e){return 3===e.type})).length?(t=t.filter(function(e){return e.href}).map(function(e){return e.href}).filter(function(e){return!o.includes(e)}).map(function(e,t){var t=[].concat(y(a),[t]),n=/^https?:\/\/|^\/\//i.test(e);return Z1(e,r,t,o,n)}),(i=i.filter(function(e){return 3!==e.type})).length&&t.push(Promise.resolve(r.convertDataToStylesheet({data:i.map(function(e){return e.cssText}).join(),isCrossOrigin:n,priority:a,root:r.rootNode,shadowId:r.shadowId}))),Promise.all(t)):Promise.resolve({isCrossOrigin:n,priority:a,root:r.rootNode,shadowId:r.shadowId,sheet:e}):Promise.resolve()},X1=function(e,t,n,r){var a=4<arguments.length&&void 0!==arguments[4]&&arguments[4];return function(e){try{return!e.cssRules&&e.href?!1:!0}catch(e){return!1}}(e)?K1(e,t,n,r,a):Z1(e.href,t,n,r,!0)},Z1=function(e,t,n,r,a){return r.push(e),new Promise(function(t,n){var r=new window.XMLHttpRequest;r.open("GET",e),r.timeout=f.preload.timeout,r.addEventListener("error",n),r.addEventListener("timeout",n),r.addEventListener("loadend",function(e){if(e.loaded&&r.responseText)return t(r.responseText);n(r.responseText)}),r.send()}).then(function(e){e=t.convertDataToStylesheet({data:e,isCrossOrigin:a,priority:n,root:t.rootNode,shadowId:t.shadowId});return X1(e.sheet,t,n,r,e.isCrossOrigin)})};function J1(){if(window.performance&&window.performance)return window.performance.now()}W1=null,Y1=J1();var Q1,ed,M={start:function(){this.mark("mark_axe_start")},end:function(){this.mark("mark_axe_end"),this.measure("axe","mark_axe_start","mark_axe_end"),this.logMeasures("axe")},auditStart:function(){this.mark("mark_audit_start")},auditEnd:function(){this.mark("mark_audit_end"),this.measure("audit_start_to_end","mark_audit_start","mark_audit_end"),this.logMeasures()},mark:function(e){window.performance&&void 0!==window.performance.mark&&window.performance.mark(e)},measure:function(e,t,n){window.performance&&void 0!==window.performance.measure&&window.performance.measure(e,t,n)},logMeasures:function(e){function t(e){Cn("Measure "+e.name+" took "+e.duration+"ms")}if(window.performance&&void 0!==window.performance.getEntriesByType)for(var n=window.performance.getEntriesByName("mark_axe_start")[0],r=window.performance.getEntriesByType("measure").filter(function(e){return e.startTime>=n.startTime}),a=0;a<r.length;++a){var o=r[a];if(o.name===e)return void t(o);t(o)}},timeElapsed:function(){return J1()-Y1},reset:function(){W1=W1||J1(),Y1=J1()}};function td(){var e,l,s,u;return document.elementsFromPoint||document.msElementsFromPoint||((e=document.createElement("x")).style.cssText="pointer-events:auto",e="auto"===e.style.pointerEvents,l=e?"pointer-events":"visibility",s=e?"none":"hidden",(u=document.createElement("style")).innerHTML=e?"* { pointer-events: all }":"* { visibility: visible }",function(e,t){var n,r,a,o=[],i=[];for(document.head.appendChild(u);(n=document.elementFromPoint(e,t))&&-1===o.indexOf(n);)o.push(n),i.push({value:n.style.getPropertyValue(l),priority:n.style.getPropertyPriority(l)}),n.style.setProperty(l,s,"important");for(o.indexOf(document.documentElement)<o.length-1&&(o.splice(o.indexOf(document.documentElement),1),o.push(document.documentElement)),r=i.length;a=i[--r];)o[r].style.setProperty(l,a.value||"",a.priority);return document.head.removeChild(u),o})}function nd(e){return"function"==typeof e||"[object Function]"===Q1.call(e)}function rd(e){return e=function(e){e=Number(e);return isNaN(e)?0:0!==e&&isFinite(e)?(0<e?1:-1)*Math.floor(Math.abs(e)):e}(e),Math.min(Math.max(e,0),ed)}"function"!=typeof Object.assign&&(Object.assign=function(e){if(null==e)throw new TypeError("Cannot convert undefined or null to object");for(var t=Object(e),n=1;n<arguments.length;n++){var r=arguments[n];if(null!=r)for(var a in r)r.hasOwnProperty(a)&&(t[a]=r[a])}return t}),Array.prototype.find||Object.defineProperty(Array.prototype,"find",{value:function(e){if(null===this)throw new TypeError("Array.prototype.find called on null or undefined");if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var t,n=Object(this),r=n.length>>>0,a=arguments[1],o=0;o<r;o++)if(t=n[o],e.call(a,t,o,n))return t}}),Array.prototype.findIndex||Object.defineProperty(Array.prototype,"findIndex",{value:function(e,t){if(null===this)throw new TypeError("Array.prototype.find called on null or undefined");if("function"!=typeof e)throw new TypeError("predicate must be a function");for(var n,r=Object(this),a=r.length>>>0,o=0;o<a;o++)if(n=r[o],e.call(t,n,o,r))return o;return-1}}),"function"==typeof window.addEventListener&&(document.elementsFromPoint=td()),Array.prototype.includes||Object.defineProperty(Array.prototype,"includes",{value:function(e){var t=Object(this),n=parseInt(t.length,10)||0;if(0!==n){var r,a,o=parseInt(arguments[1],10)||0;for(0<=o?r=o:(r=n+o)<0&&(r=0);r<n;){if(e===(a=t[r])||e!=e&&a!=a)return!0;r++}}return!1}}),Array.prototype.some||Object.defineProperty(Array.prototype,"some",{value:function(e){if(null==this)throw new TypeError("Array.prototype.some called on null or undefined");if("function"!=typeof e)throw new TypeError;for(var t=Object(this),n=t.length>>>0,r=2<=arguments.length?arguments[1]:void 0,a=0;a<n;a++)if(a in t&&e.call(r,t[a],a,t))return!0;return!1}}),Array.from||Object.defineProperty(Array,"from",{value:(Q1=Object.prototype.toString,ed=Math.pow(2,53)-1,function(e){var t=Object(e);if(null==e)throw new TypeError("Array.from requires an array-like object - not null or undefined");var n,r=1<arguments.length?arguments[1]:void 0;if(void 0!==r){if(!nd(r))throw new TypeError("Array.from: when provided, the second argument must be a function");2<arguments.length&&(n=arguments[2])}for(var a,o=rd(t.length),i=nd(this)?Object(new this(o)):new Array(o),l=0;l<o;)a=t[l],i[l]=r?void 0===n?r(a,l):r.call(n,a,l):a,l+=1;return i.length=o,i})}),String.prototype.includes||(String.prototype.includes=function(e,t){return!((t="number"!=typeof t?0:t)+e.length>this.length)&&-1!==this.indexOf(e,t)}),Array.prototype.flat||Object.defineProperty(Array.prototype,"flat",{configurable:!0,value:function n(){var r=isNaN(arguments[0])?1:Number(arguments[0]);return r?Array.prototype.reduce.call(this,function(e,t){return Array.isArray(t)?e.push.apply(e,n.call(t,r-1)):e.push(t),e},[]):Array.prototype.slice.call(this)},writable:!0}),!window.Node||"isConnected"in window.Node.prototype||Object.defineProperty(window.Node.prototype,"isConnected",{get:function(){return!(this.ownerDocument&&this.ownerDocument.compareDocumentPosition(this)&this.DOCUMENT_POSITION_DISCONNECTED)}});var ad=function(e,t){return e.concat(t).filter(function(e,t,n){return n.indexOf(e)===t})};function od(e,t,n,r,a){a=a||{};return a.vNodes=e,a.vNodesIndex=0,a.anyLevel=t,a.thisLevel=n,a.parentShadowId=r,a}var id=[],ld=function(e,t,n){e=Array.isArray(e)?e:[e];t=Ar(t);if(r=n1(e,t,n))return r;for(var r=e,e=t,a=n,o=[],i=od(Array.isArray(r)?r:[r],e,null,r[0].shadowId,id.pop()),l=[];i.vNodesIndex<i.vNodes.length;){for(var s,u=i.vNodes[i.vNodesIndex++],c=null,d=null,p=((null==(s=i.anyLevel)?void 0:s.length)||0)+((null==(s=i.thisLevel)?void 0:s.length)||0),f=!1,m=0;m<p;m++){var h=m<((null==(h=i.anyLevel)?void 0:h.length)||0)?i.anyLevel[m]:i.thisLevel[m-((null==(h=i.anyLevel)?void 0:h.length)||0)];if((!h[0].id||u.shadowId===i.parentShadowId)&&Cr(u,h[0]))if(1===h.length)f||a&&!a(u)||(l.push(u),f=!0);else{var g=h.slice(1);if(!1===[" ",">"].includes(g[0].combinator))throw new Error("axe.utils.querySelectorAll does not support the combinator: "+h[1].combinator);(">"===g[0].combinator?c=c||[]:d=d||[]).push(g)}h[0].id&&u.shadowId!==i.parentShadowId||null==(g=i.anyLevel)||!g.includes(h)||(d=d||[]).push(h)}for(u.children&&u.children.length&&(o.push(i),i=od(u.children,d,c,u.shadowId,id.pop()));i.vNodesIndex===i.vNodes.length&&o.length;)id.push(i),i=o.pop()}return l},sd=function(e){var t,n,l,s,e=void 0===(e=e.treeRoot)?axe._tree[0]:e;return t=[],e=ld(e=e,"*",function(e){return!t.includes(e.shadowId)&&(t.push(e.shadowId),!0)}).map(function(e){return{shadowId:e.shadowId,rootNode:Ca(e.actualNode)}}),(e=ad(e,[])).length?(n=document.implementation.createHTMLDocument("Dynamic document for loading cssom"),n=L1(n),l=n,s=[],e.forEach(function(e,t){var n=e.rootNode,e=e.shadowId,r=function(e,t,n){t=11===e.nodeType&&t?function(r,a){return Array.from(r.children).filter(ud).reduce(function(e,t){var n=t.nodeName.toUpperCase(),t="STYLE"===n?t.textContent:t,t=a({data:t,isLink:"LINK"===n,root:r});return e.push(t.sheet),e},[])}(e,n):function(e){return Array.from(e.styleSheets).filter(function(e){return!!e.media&&cd(e.media.mediaText)})}(e);return function(e){var t=[];return e.filter(function(e){if(e.href){if(t.includes(e.href))return!1;t.push(e.href)}return!0})}(t)}(n,e,l);if(!r)return Promise.all(s);var a=t+1,o={rootNode:n,shadowId:e,convertDataToStylesheet:l,rootIndex:a},i=[],t=Promise.all(r.map(function(e,t){return X1(e,o,[a,t],i)}));s.push(t)}),Promise.all(s).then(function n(e){return e.reduce(function(e,t){return Array.isArray(t)?e.concat(n(t)):e.concat(t)},[])})):Promise.resolve()};function ud(e){var t=e.nodeName.toUpperCase(),n=e.getAttribute("href"),r=e.getAttribute("rel"),n="LINK"===t&&n&&r&&e.rel.toUpperCase().includes("STYLESHEET");return"STYLE"===t||n&&cd(e.media)}function cd(e){return!e||!e.toUpperCase().includes("PRINT")}var dd=function(e){return e=void 0===(e=e.treeRoot)?axe._tree[0]:e,e=ld(e,"video, audio",function(e){e=e.actualNode;return 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 n,e=e.actualNode;return n=e,new Promise(function(t){0<n.readyState&&t(n),n.addEventListener("loadedmetadata",function e(){n.removeEventListener("loadedmetadata",e),t(n)})})}))};function pd(e){return!e||void 0===e.preload||null===e.preload||("boolean"==typeof e.preload?e.preload:(e=e.preload,"object"===te(e)&&Array.isArray(e.assets)))}function fd(e){var t=f.preload,n=t.assets,t=t.timeout,t={assets:n,timeout:t};if(e.preload&&"boolean"!=typeof e.preload){if(!e.preload.assets.every(function(e){return n.includes(e.toLowerCase())}))throw new Error("Requested assets, not supported. Supported assets are: ".concat(n.join(", "),"."));t.assets=ad(e.preload.assets.map(function(e){return e.toLowerCase()}),[]),e.preload.timeout&&"number"==typeof e.preload.timeout&&!isNaN(e.preload.timeout)&&(t.timeout=e.preload.timeout)}return t}var md=function(o){var i={cssom:sd,media:dd};return pd(o)?new Promise(function(t,n){var e=fd(o),r=e.assets,e=e.timeout,a=setTimeout(function(){return n(new Error("Preload assets timed out."))},e);Promise.all(r.map(function(r){return i[r](o).then(function(e){return t={},e=e,(n=Fe(n=r))in t?Object.defineProperty(t,n,{value:e,enumerable:!0,configurable:!0,writable:!0}):t[n]=e,t;var t,n})})).then(function(e){e=e.reduce(function(e,t){return h({},e,t)},{});clearTimeout(a),t(e)}).catch(function(e){clearTimeout(a),n(e)})}):Promise.resolve()};function hd(r,a,o){return function(e){var t=r[e.id]||{},n=t.messages||{},t=Object.assign({},t);delete t.messages,o.reviewOnFail||void 0!==e.result?t.message=e.result===a?n.pass:n.fail:("object"!==te(n.incomplete)||Array.isArray(e.data)||(t.message=function(t,n){function r(e){return e.incomplete&&e.incomplete.default?e.incomplete.default:p1()}if(!t||!t.missingData)return t&&t.messageKey?n.incomplete[t.messageKey]:r(n);try{var e=n.incomplete[t.missingData[0].reason];if(e)return e;throw new Error}catch(e){return"string"==typeof t.missingData?n.incomplete[t.missingData]:r(n)}}(e.data,n)),t.message||(t.message=n.incomplete)),"function"!=typeof t.message&&(t.message=b1(t.message,e.data)),xa(e,t)}}var gd=function(e){var t=axe._audit.data.checks||{},n=axe._audit.data.rules||{},r=ga(axe._audit.rules,"id",e.id)||{},a=(e.tags=vr(r.tags||[]),hd(t,!0,r)),o=hd(t,!1,r);e.nodes.forEach(function(e){e.any.forEach(a),e.all.forEach(a),e.none.forEach(o)}),xa(e,vr(n[e.id]||{}))},bd=function(e,t){return ld(e,t)};function vd(t,e){var n,r=axe._audit&&axe._audit.tagExclude?axe._audit.tagExclude:[],a=e.hasOwnProperty("include")||e.hasOwnProperty("exclude")?(n=e.include||[],n=Array.isArray(n)?n:[n],a=e.exclude||[],(a=Array.isArray(a)?a:[a]).concat(r.filter(function(e){return-1===n.indexOf(e)}))):(n=Array.isArray(e)?e:[e],r.filter(function(e){return-1===n.indexOf(e)}));return!!(n.some(function(e){return-1!==t.tags.indexOf(e)})||0===n.length&&!1!==t.enabled)&&a.every(function(e){return-1===t.tags.indexOf(e)})}var yd=function(e,t,n){var r=n.runOnly||{},n=(n.rules||{})[e.id];return!(e.pageLevel&&!t.page)&&("rule"===r.type?-1!==r.values.indexOf(e.id):n&&"boolean"==typeof n.enabled?n.enabled:"tag"===r.type&&r.values?vd(e,r.values):vd(e,[]))};function wd(e,t){var n,r,a;return t?(a=e.cloneNode(!1),n=Yn(a),a=1===a.nodeType?(r=a.outerHTML,w.get(r,function(){return Dd(a,n,e,t)})):Dd(a,n,e,t),Array.from(e.childNodes).forEach(function(e){a.appendChild(wd(e,t))}),a):e}function Dd(a,e,o,i){return e&&(a=document.createElement(a.nodeName),Array.from(e).forEach(function(e){var t,n,r;t=o,n=e.name,void 0!==(r=i)[n]&&(!0===r[n]||Kn(t,r[n]))||a.setAttribute(e.name,e.value)})),a}function xd(e,t){var n=[];if(axe._selectCache)for(var r=0,a=axe._selectCache.length;r<a;r++){var o=axe._selectCache[r];if(o.selector===e)return o.result}for(var i,l=t.include.reduce(function(e,t){return e.length&&wa(e[e.length-1],t)||e.push(t),e},[]),s=(i=t).exclude&&0!==i.exclude.length?function(e){return $1(e,i)}:null,u=0;u<l.length;u++)var c=l[u],n=function(e,t){if(0===e.length)return t;{var n;e.length<t.length&&(n=e,e=t,t=n)}for(var r=0,a=t.length;r<a;r++)e.includes(t[r])||e.push(t[r]);return e}(n,ld(c,e,s));return axe._selectCache&&axe._selectCache.push({selector:e,result:n}),n}var Ed=function(e){e.forEach(function(e){var t=e.elm,n=e.top,e=e.left;if(t===window)return t.scroll(e,n);t.scrollTop=n,t.scrollLeft=e})};function Fd(e){return function e(t,n){var r=t.shift();n=r?n.querySelector(r):null;if(0===t.length)return n;if(null==n||!n.shadowRoot)return null;return e(t,n.shadowRoot)}(Array.isArray(e)?y(e):[e],document)}function Ad(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:document,n=Array.isArray(e)?y(e):[e];return 0===e.length?[]:function e(t,n){var t=re(t),r=t[0],a=t.slice(1);t=n.querySelectorAll(r);if(0===a.length)return Array.from(t);var o=[];var i,l=g(t);try{for(l.s();!(i=l.n()).done;){var s=i.value;null!=s&&s.shadowRoot&&o.push.apply(o,y(e(a,s.shadowRoot)))}}catch(e){l.e(e)}finally{l.f()}return o}(n,t)}var Cd=function(){return["hidden","text","search","tel","url","email","password","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]},kd=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],,[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,,1,,1,1,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,,,1,,1,,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,,,1,1,,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],,[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,,,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],,[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,,,,,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,,,1,,,,,1],[,,1,,,,,,,1,,,1,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],,[,1,,,,,,,,1,1,1,1,1,,1,1,,,,1,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,,1,,1,1,1,,,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,,,1],[,1,,,,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,,,,,1,,,,,1,,,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,1,1,,1,1,,1,1,1,,,1,1],[1,1,,,,,,,1,,,,,1,1,,,,,,,,,,,1],,[,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,,1,,,,,1,,,1,,,,1,,1],[,1,,,,,,,,,1]]];function Td(e){e=Array.isArray(e)?e:kd;var r=[];return e.forEach(function(e,t){var n=String.fromCharCode(t+96).replace("`","");Array.isArray(e)?r=r.concat(Td(e).map(function(e){return n+e})):r.push(n)}),r}var Nd,Rd=function(e){for(var t=kd;e.length<3;)e+="`";for(var n=0;n<=e.length-1;n++)if(!(t=t[e.charCodeAt(n)-96]))return!1;return!0},gu=(oe(_d,p),Nd=le(_d),Ee(_d,[{key:"props",get:function(){return this._props}},{key:"attr",value:function(e){return null!=(e=this._attrs[e])?e:null}},{key:"hasAttr",value:function(e){return void 0!==this._attrs[e]}},{key:"attrNames",get:function(){return Object.keys(this._attrs)}}]),_d);function _d(e){var t,r,a;return De(this,_d),(t=Nd.call(this))._props=function(e){var t=null!=(t=e.nodeName)?t:Md[e.nodeType],n=null!=(n=null!=(n=e.nodeType)?n:Sd[e.nodeName])?n:1,r=(d("number"==typeof n,"nodeType has to be a number, got '".concat(n,"'")),d("string"==typeof t,"nodeName has to be a string, got '".concat(t,"'")),t=t.toLowerCase(),null);"input"===t&&(r=(e.type||e.attributes&&e.attributes.type||"").toLowerCase(),Cd().includes(r)||(r="text"));e=h({},e,{nodeType:n,nodeName:t});r&&(e.type=r);return delete e.attributes,Object.freeze(e)}(e),t._attrs=(e=(e=e).attributes,r=void 0===e?{}:e,a={htmlFor:"for",className:"class"},Object.keys(r).reduce(function(e,t){var n=r[t];return d("object"!==te(n)||null===n,"expects attributes not to be an object, '".concat(t,"' was")),void 0!==n&&(e[a[t]||t]=null!==n?String(n):null),e},{})),t}var Od,Sd={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},Md={},Pd=(Object.keys(Sd).forEach(function(e){Md[Sd[e]]=e}),gu),Id=function(t,n){if(t=t||function(){},n=n||axe.log,!axe._audit)throw new Error("No audit configured");var r=axe.utils.queue(),a=[],e=(Object.keys(axe.plugins).forEach(function(e){r.defer(function(t){function n(e){a.push(e),t()}try{axe.plugins[e].cleanup(t,n)}catch(e){n(e)}})}),axe.utils.getFlattenedTree(document.body));axe.utils.querySelectorAll(e,"iframe, frame").forEach(function(n){r.defer(function(e,t){return axe.utils.sendCommandToFrame(n.actualNode,{command:"cleanup-plugin"},e,t)})}),r.then(function(e){0===a.length?t(e):n(a)}).catch(n)},Bd={};function jd(e){return Bd.hasOwnProperty(e)}function Ld(e){return"string"==typeof e&&Bd[e]?Bd[e]:"function"==typeof e?e:Od}function qd(e){var t=axe._audit;if(!t)throw new Error("No audit configured");if(e.axeVersion||e.ver){var n=e.axeVersion||e.ver;if(!/^\d+\.\d+\.\d+(-canary)?/.test(n))throw new Error("Invalid configured version ".concat(n));var r=v(n.split("-"),2),a=r[0],r=r[1],a=v(a.split(".").map(Number),3),o=a[0],i=a[1],a=a[2],l=v(axe.version.split("-"),2),s=l[0],l=l[1],s=v(s.split(".").map(Number),3),u=s[0],c=s[1],s=s[2];if(o!==u||c<i||c===i&&s<a||o===u&&i===c&&a===s&&r&&r!==l)throw new Error("Configured version ".concat(n," is not compatible with current axe version ").concat(axe.version))}if(e.reporter&&("function"==typeof e.reporter||jd(e.reporter))&&(t.reporter=e.reporter),e.checks){if(!Array.isArray(e.checks))throw new TypeError("Checks property must be an array");e.checks.forEach(function(e){if(!e.id)throw new TypeError("Configured check ".concat(JSON.stringify(e)," is invalid. Checks must be an object with at least an id property"));t.addCheck(e)})}var d,p=[];if(e.rules){if(!Array.isArray(e.rules))throw new TypeError("Rules property must be an array");e.rules.forEach(function(e){if(!e.id)throw new TypeError("Configured rule ".concat(JSON.stringify(e)," is invalid. Rules must be an object with at least an id property"));p.push(e.id),t.addRule(e)})}if(e.disableOtherRules&&t.rules.forEach(function(e){!1===p.includes(e.id)&&(e.enabled=!1)}),void 0!==e.branding?t.setBranding(e.branding):t._constructHelpUrls(),e.tagExclude&&(t.tagExclude=e.tagExclude),e.locale&&t.applyLocale(e.locale),e.standards&&(d=e.standards,Object.keys(ei).forEach(function(e){d[e]&&(ei[e]=Da(ei[e],d[e]))})),e.noHtml&&(t.noHtml=!0),e.allowedOrigins){if(!Array.isArray(e.allowedOrigins))throw new TypeError("Allowed origins property must be an array");if(e.allowedOrigins.includes("*"))throw new Error('"*" is not allowed. Use "'.concat(f.allOrigins,'" instead'));t.setAllowedOrigins(e.allowedOrigins)}}function zd(e){var t=(e=e||[]).length?axe._audit.rules.filter(function(t){return!!e.filter(function(e){return-1!==t.tags.indexOf(e)}).length}):axe._audit.rules,n=axe._audit.data.rules||{};return t.map(function(e){var t=n[e.id]||{};return{ruleId:e.id,description:t.description,help:t.help,helpUrl:t.helpUrl,tags:e.tags,actIds:e.actIds}})}var Vd={},$d=(ke(Vd,{allowedAttr:function(){return $d},arialabelText:function(){return Ko},arialabelledbyText:function(){return Yo},getAccessibleRefs:function(){return Ud},getElementUnallowedRoles:function(){return Kd},getExplicitRole:function(){return c},getImplicitRole:function(){return Ni},getOwnedVirtual:function(){return Ii},getRole:function(){return C},getRoleType:function(){return ql},getRolesByType:function(){return Zd},getRolesWithNameFromContents:function(){return tp},implicitNodes:function(){return rp},implicitRole:function(){return Ni},isAccessibleRef:function(){return ap},isAriaRoleAllowedOnElement:function(){return Gd},isComboboxPopup:function(){return op},isUnsupportedRole:function(){return ti},isValidRole:function(){return ni},label:function(){return lp},labelVirtual:function(){return yl},lookupTable:function(){return np},namedFromContents:function(){return Pi},requiredAttr:function(){return sp},requiredContext:function(){return up},requiredOwned:function(){return cp},validateAttr:function(){return pp},validateAttrValue:function(){return dp}}),function(e){var e=E.ariaRoles[e],t=y(ai());return e&&(e.allowedAttrs&&t.push.apply(t,y(e.allowedAttrs)),e.requiredAttrs)&&t.push.apply(t,y(e.requiredAttrs)),t}),Hd=/^idrefs?$/,Ud=function(e){e=e.actualNode||e;var t=(t=x(e)).documentElement||t,n=w.get("idRefsByRoot",function(){return new WeakMap}),r=n.get(t);return r||(n.set(t,r={}),function e(t,n,r){if(t.hasAttribute){var a;"LABEL"===t.nodeName.toUpperCase()&&t.hasAttribute("for")&&(n[a=t.getAttribute("for")]=n[a]||[],n[a].push(t));for(var o=0;o<r.length;++o){var i=r[o];if(i=F(t.getAttribute(i)||""))for(var l=S(i),s=0;s<l.length;++s)n[l[s]]=n[l[s]]||[],n[l[s]].push(t)}}for(var u=0;u<t.childNodes.length;u++)1===t.childNodes[u].nodeType&&e(t.childNodes[u],n,r)}(t,r,Object.keys(E.ariaAttrs).filter(function(e){e=E.ariaAttrs[e].type;return Hd.test(e)}))),r[e.id]||[]},Gd=function(e,t){var e=e instanceof p?e:D(e),n=Ni(e),e=Ti(e);return Array.isArray(e.allowedRoles)?e.allowedRoles.includes(t):t!==n&&!!e.allowedRoles},Wd=["doc-backlink","doc-biblioentry","doc-biblioref","doc-cover","doc-endnote","doc-glossref","doc-noteref"],Yd={header:"banner",footer:"contentinfo"},Kd=function(e){var r,t,n,a=!(1<arguments.length&&void 0!==arguments[1])||arguments[1],o=l(e).vNode;return V1(o)?(n=o.props.nodeName,r=Ni(o)||Yd[n],n=[],((t=o)?(t.hasAttr("role")&&(t=S(t.attr("role").toLowerCase()),n=n.concat(t)),n.filter(function(e){return ni(e)})):n).filter(function(e){var t=o,n=r;return!(a&&e===n||(!Wd.includes(e)||ql(e)===n)&&Gd(t,e))})):[]},Xd=function(t){return Object.keys(E.ariaRoles).filter(function(e){return E.ariaRoles[e].type===t})},Zd=function(e){return Xd(e)},Jd=function(){return w.get("ariaRolesNameFromContent",function(){return Object.keys(E.ariaRoles).filter(function(e){return E.ariaRoles[e].nameFromContent})})};function Qd(e){return null===e}function ep(e){return null!==e}var tp=function(){return Jd()},np=((Us={attributes:{"aria-activedescendant":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-atomic":{type:"boolean",values:["true","false"],unsupported:!1},"aria-autocomplete":{type:"nmtoken",values:["inline","list","both","none"],unsupported:!1},"aria-busy":{type:"boolean",values:["true","false"],unsupported:!1},"aria-checked":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-colcount":{type:"int",unsupported:!1},"aria-colindex":{type:"int",unsupported:!1},"aria-colspan":{type:"int",unsupported:!1},"aria-controls":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-current":{type:"nmtoken",allowEmpty:!0,values:["page","step","location","date","time","true","false"],unsupported:!1},"aria-describedby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-describedat":{unsupported:!0,unstandardized:!0},"aria-details":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-disabled":{type:"boolean",values:["true","false"],unsupported:!1},"aria-dropeffect":{type:"nmtokens",values:["copy","move","reference","execute","popup","none"],unsupported:!1},"aria-errormessage":{type:"idref",allowEmpty:!0,unsupported:!1},"aria-expanded":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-flowto":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-grabbed":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-haspopup":{type:"nmtoken",allowEmpty:!0,values:["true","false","menu","listbox","tree","grid","dialog"],unsupported:!1},"aria-hidden":{type:"boolean",values:["true","false"],unsupported:!1},"aria-invalid":{type:"nmtoken",allowEmpty:!0,values:["true","false","spelling","grammar"],unsupported:!1},"aria-keyshortcuts":{type:"string",allowEmpty:!0,unsupported:!1},"aria-label":{type:"string",allowEmpty:!0,unsupported:!1},"aria-labelledby":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-level":{type:"int",unsupported:!1},"aria-live":{type:"nmtoken",values:["off","polite","assertive"],unsupported:!1},"aria-modal":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiline":{type:"boolean",values:["true","false"],unsupported:!1},"aria-multiselectable":{type:"boolean",values:["true","false"],unsupported:!1},"aria-orientation":{type:"nmtoken",values:["horizontal","vertical"],unsupported:!1},"aria-owns":{type:"idrefs",allowEmpty:!0,unsupported:!1},"aria-placeholder":{type:"string",allowEmpty:!0,unsupported:!1},"aria-posinset":{type:"int",unsupported:!1},"aria-pressed":{type:"nmtoken",values:["true","false","mixed","undefined"],unsupported:!1},"aria-readonly":{type:"boolean",values:["true","false"],unsupported:!1},"aria-relevant":{type:"nmtokens",values:["additions","removals","text","all"],unsupported:!1},"aria-required":{type:"boolean",values:["true","false"],unsupported:!1},"aria-roledescription":{type:"string",allowEmpty:!0,unsupported:!1},"aria-rowcount":{type:"int",unsupported:!1},"aria-rowindex":{type:"int",unsupported:!1},"aria-rowspan":{type:"int",unsupported:!1},"aria-selected":{type:"nmtoken",values:["true","false","undefined"],unsupported:!1},"aria-setsize":{type:"int",unsupported:!1},"aria-sort":{type:"nmtoken",values:["ascending","descending","other","none"],unsupported:!1},"aria-valuemax":{type:"decimal",unsupported:!1},"aria-valuemin":{type:"decimal",unsupported:!1},"aria-valuenow":{type:"decimal",unsupported:!1},"aria-valuetext":{type:"string",unsupported:!1}},globalAttributes:["aria-atomic","aria-busy","aria-controls","aria-current","aria-describedby","aria-details","aria-disabled","aria-dropeffect","aria-flowto","aria-grabbed","aria-haspopup","aria-hidden","aria-invalid","aria-keyshortcuts","aria-label","aria-labelledby","aria-live","aria-owns","aria-relevant","aria-roledescription"]}).role={alert:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},alertdialog:{type:"widget",attributes:{allowed:["aria-expanded","aria-modal","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["dialog","section"]},application:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage","aria-activedescendant"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["article","audio","embed","iframe","object","section","svg","video"]},article:{type:"structure",attributes:{allowed:["aria-expanded","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["article"],unsupported:!1},banner:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["header"],unsupported:!1,allowedElements:["section"]},button:{type:"widget",attributes:{allowed:["aria-expanded","aria-pressed","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["button",'input[type="button"]','input[type="image"]','input[type="reset"]','input[type="submit"]',"summary"],unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:ep}}]},cell:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-rowindex","aria-rowspan","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["td","th"],unsupported:!1},checkbox:{type:"widget",attributes:{allowed:["aria-checked","aria-required","aria-readonly","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:['input[type="checkbox"]'],unsupported:!1,allowedElements:["button"]},columnheader:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-required","aria-readonly","aria-selected","aria-sort","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["th"],unsupported:!1},combobox:{type:"composite",attributes:{allowed:["aria-autocomplete","aria-required","aria-activedescendant","aria-orientation","aria-errormessage"],required:["aria-expanded"]},owned:{all:["listbox","tree","grid","dialog","textbox"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:"input",properties:{type:["text","search","tel","url","email"]}}]},command:{nameFrom:["author"],type:"abstract",unsupported:!1},complementary:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["aside"],unsupported:!1,allowedElements:["section"]},composite:{nameFrom:["author"],type:"abstract",unsupported:!1},contentinfo:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["footer"],unsupported:!1,allowedElements:["section"]},definition:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["dd","dfn"],unsupported:!1},dialog:{type:"widget",attributes:{allowed:["aria-expanded","aria-modal","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["dialog"],unsupported:!1,allowedElements:["section"]},directory:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:["ol","ul"]},document:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["body"],unsupported:!1,allowedElements:["article","embed","iframe","object","section","svg"]},"doc-abstract":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-acknowledgments":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-afterword":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-appendix":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-backlink":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:ep}}]},"doc-biblioentry":{type:"listitem",attributes:{allowed:["aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author"],context:["doc-bibliography"],unsupported:!1,allowedElements:["li"]},"doc-bibliography":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["doc-biblioentry"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-biblioref":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:ep}}]},"doc-chapter":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-colophon":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-conclusion":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-cover":{type:"img",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1},"doc-credit":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-credits":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-dedication":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-endnote":{type:"listitem",attributes:{allowed:["aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,namefrom:["author"],context:["doc-endnotes"],unsupported:!1,allowedElements:["li"]},"doc-endnotes":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["doc-endnote"]},namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-epigraph":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1},"doc-epilogue":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-errata":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-example":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","section"]},"doc-footnote":{type:"section",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","footer","header"]},"doc-foreword":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-glossary":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:["term","definition"],namefrom:["author"],context:null,unsupported:!1,allowedElements:["dl"]},"doc-glossref":{type:"link",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:ep}}]},"doc-index":{type:"navigation",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},"doc-introduction":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-noteref":{type:"link",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author","contents"],context:null,unsupported:!1,allowedElements:[{nodeName:"a",attributes:{href:ep}}]},"doc-notice":{type:"note",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-pagebreak":{type:"separator",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["hr"]},"doc-pagelist":{type:"navigation",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},"doc-part":{type:"landmark",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-preface":{type:"landmark",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-prologue":{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-pullquote":{type:"none",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside","section"]},"doc-qna":{type:"section",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},"doc-subtitle":{type:"sectionhead",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["h1","h2","h3","h4","h5","h6"]}},"doc-tip":{type:"note",attributes:{allowed:["aria-expanded"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["aside"]},"doc-toc":{type:"navigation",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,namefrom:["author"],context:null,unsupported:!1,allowedElements:["nav","section"]},feed:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{one:["article"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["article","aside","section"]},figure:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["figure"],unsupported:!1},form:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["form"],unsupported:!1},grid:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-colcount","aria-level","aria-multiselectable","aria-readonly","aria-rowcount","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author"],context:null,implicit:["table"],unsupported:!1},gridcell:{type:"widget",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-selected","aria-readonly","aria-required","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["td","th"],unsupported:!1},group:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["details","optgroup"],unsupported:!1,allowedElements:["dl","figcaption","fieldset","figure","footer","header","ol","ul"]},heading:{type:"structure",attributes:{required:["aria-level"],allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["h1","h2","h3","h4","h5","h6"],unsupported:!1},img:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["img"],unsupported:!1,allowedElements:["embed","iframe","object","svg"]},input:{nameFrom:["author"],type:"abstract",unsupported:!1},landmark:{nameFrom:["author"],type:"abstract",unsupported:!1},link:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["a[href]","area[href]"],unsupported:!1,allowedElements:["button",{nodeName:"input",properties:{type:["image","button"]}}]},list:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:{all:["listitem"]},nameFrom:["author"],context:null,implicit:["ol","ul","dl"],unsupported:!1},listbox:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-multiselectable","aria-readonly","aria-required","aria-expanded","aria-orientation","aria-errormessage"]},owned:{all:["option"]},nameFrom:["author"],context:null,implicit:["select"],unsupported:!1,allowedElements:["ol","ul"]},listitem:{type:"structure",attributes:{allowed:["aria-level","aria-posinset","aria-setsize","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["list"],implicit:["li","dt"],unsupported:!1},log:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},main:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["main"],unsupported:!1,allowedElements:["article","section"]},marquee:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},math:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["math"],unsupported:!1},menu:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:{one:["menuitem","menuitemradio","menuitemcheckbox"]},nameFrom:["author"],context:null,implicit:['menu[type="context"]'],unsupported:!1,allowedElements:["ol","ul"]},menubar:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:{one:["menuitem","menuitemradio","menuitemcheckbox"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},menuitem:{type:"widget",attributes:{allowed:["aria-posinset","aria-setsize","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="command"]'],unsupported:!1,allowedElements:["button","li",{nodeName:"iput",properties:{type:["image","button"]}},{nodeName:"a",attributes:{href:ep}}]},menuitemcheckbox:{type:"widget",attributes:{allowed:["aria-checked","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="checkbox"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["checkbox","image","button"]}},{nodeName:"a",attributes:{href:ep}}]},menuitemradio:{type:"widget",attributes:{allowed:["aria-checked","aria-selected","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["menu","menubar"],implicit:['menuitem[type="radio"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["image","button","radio"]}},{nodeName:"a",attributes:{href:ep}}]},navigation:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["nav"],unsupported:!1,allowedElements:["section"]},none:{type:"structure",attributes:null,owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:["article","aside","dl","embed","figcaption","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","iframe","li","ol","section","ul"]},{nodeName:"img",attributes:{alt:ep}}]},note:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["aside"]},option:{type:"widget",attributes:{allowed:["aria-selected","aria-posinset","aria-setsize","aria-checked","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["listbox"],implicit:["option"],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["checkbox","button"]}},{nodeName:"a",attributes:{href:ep}}]},presentation:{type:"structure",attributes:null,owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:[{nodeName:["article","aside","dl","embed","figcaption","fieldset","figure","footer","form","h1","h2","h3","h4","h5","h6","header","hr","iframe","li","ol","section","ul"]},{nodeName:"img",attributes:{alt:ep}}]},progressbar:{type:"widget",attributes:{allowed:["aria-valuetext","aria-valuenow","aria-valuemax","aria-valuemin","aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["progress"],unsupported:!1},radio:{type:"widget",attributes:{allowed:["aria-selected","aria-posinset","aria-setsize","aria-required","aria-errormessage","aria-checked"]},owned:null,nameFrom:["author","contents"],context:null,implicit:['input[type="radio"]'],unsupported:!1,allowedElements:[{nodeName:["button","li"]},{nodeName:"input",properties:{type:["image","button"]}}]},radiogroup:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-required","aria-expanded","aria-readonly","aria-errormessage","aria-orientation"]},owned:{all:["radio"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["ol","ul","fieldset"]}},range:{nameFrom:["author"],type:"abstract",unsupported:!1},region:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["section[aria-label]","section[aria-labelledby]","section[title]"],unsupported:!1,allowedElements:{nodeName:["article","aside"]}},roletype:{type:"abstract",unsupported:!1},row:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-colindex","aria-expanded","aria-level","aria-selected","aria-rowindex","aria-errormessage"]},owned:{one:["cell","columnheader","rowheader","gridcell"]},nameFrom:["author","contents"],context:["rowgroup","grid","treegrid","table"],implicit:["tr"],unsupported:!1},rowgroup:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-errormessage"]},owned:{all:["row"]},nameFrom:["author","contents"],context:["grid","table","treegrid"],implicit:["tbody","thead","tfoot"],unsupported:!1},rowheader:{type:"structure",attributes:{allowed:["aria-colindex","aria-colspan","aria-expanded","aria-rowindex","aria-rowspan","aria-required","aria-readonly","aria-selected","aria-sort","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["row"],implicit:["th"],unsupported:!1},scrollbar:{type:"widget",attributes:{required:["aria-controls","aria-valuenow"],allowed:["aria-valuetext","aria-orientation","aria-errormessage","aria-valuemax","aria-valuemin"]},owned:null,nameFrom:["author"],context:null,unsupported:!1},search:{type:"landmark",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:{nodeName:["aside","form","section"]}},searchbox:{type:"widget",attributes:{allowed:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-readonly","aria-required","aria-placeholder","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="search"]'],unsupported:!1,allowedElements:{nodeName:"input",properties:{type:"text"}}},section:{nameFrom:["author","contents"],type:"abstract",unsupported:!1},sectionhead:{nameFrom:["author","contents"],type:"abstract",unsupported:!1},select:{nameFrom:["author"],type:"abstract",unsupported:!1},separator:{type:"structure",attributes:{allowed:["aria-expanded","aria-orientation","aria-valuenow","aria-valuemax","aria-valuemin","aria-valuetext","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["hr"],unsupported:!1,allowedElements:["li"]},slider:{type:"widget",attributes:{allowed:["aria-valuetext","aria-orientation","aria-readonly","aria-errormessage","aria-valuemax","aria-valuemin"],required:["aria-valuenow"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="range"]'],unsupported:!1},spinbutton:{type:"widget",attributes:{allowed:["aria-valuetext","aria-required","aria-readonly","aria-errormessage","aria-valuemax","aria-valuemin"],required:["aria-valuenow"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="number"]'],unsupported:!1,allowedElements:{nodeName:"input",properties:{type:["text","tel"]}}},status:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:["output"],unsupported:!1,allowedElements:["section"]},structure:{type:"abstract",unsupported:!1},switch:{type:"widget",attributes:{allowed:["aria-errormessage"],required:["aria-checked"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1,allowedElements:["button",{nodeName:"input",properties:{type:["checkbox","image","button"]}},{nodeName:"a",attributes:{href:ep}}]},tab:{type:"widget",attributes:{allowed:["aria-selected","aria-expanded","aria-setsize","aria-posinset","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["tablist"],unsupported:!1,allowedElements:[{nodeName:["button","h1","h2","h3","h4","h5","h6","li"]},{nodeName:"input",properties:{type:"button"}},{nodeName:"a",attributes:{href:ep}}]},table:{type:"structure",attributes:{allowed:["aria-colcount","aria-rowcount","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author","contents"],context:null,implicit:["table"],unsupported:!1},tablist:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-level","aria-multiselectable","aria-orientation","aria-errormessage"]},owned:{all:["tab"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},tabpanel:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1,allowedElements:["section"]},term:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,implicit:["dt"],unsupported:!1},textbox:{type:"widget",attributes:{allowed:["aria-activedescendant","aria-autocomplete","aria-multiline","aria-readonly","aria-required","aria-placeholder","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['input[type="text"]','input[type="email"]','input[type="password"]','input[type="tel"]','input[type="url"]',"input:not([type])","textarea"],unsupported:!1},timer:{type:"widget",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,unsupported:!1},toolbar:{type:"structure",attributes:{allowed:["aria-activedescendant","aria-expanded","aria-orientation","aria-errormessage"]},owned:null,nameFrom:["author"],context:null,implicit:['menu[type="toolbar"]'],unsupported:!1,allowedElements:["ol","ul"]},tooltip:{type:"structure",attributes:{allowed:["aria-expanded","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:null,unsupported:!1},tree:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-multiselectable","aria-required","aria-expanded","aria-orientation","aria-errormessage"]},owned:{all:["treeitem"]},nameFrom:["author"],context:null,unsupported:!1,allowedElements:["ol","ul"]},treegrid:{type:"composite",attributes:{allowed:["aria-activedescendant","aria-colcount","aria-expanded","aria-level","aria-multiselectable","aria-readonly","aria-required","aria-rowcount","aria-orientation","aria-errormessage"]},owned:{one:["rowgroup","row"]},nameFrom:["author"],context:null,unsupported:!1},treeitem:{type:"widget",attributes:{allowed:["aria-checked","aria-selected","aria-expanded","aria-level","aria-posinset","aria-setsize","aria-errormessage"]},owned:null,nameFrom:["author","contents"],context:["group","tree"],unsupported:!1,allowedElements:["li",{nodeName:"a",attributes:{href:ep}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},Us.implicitHtmlRole=fi,Us.elementsAllowedNoRole=[{nodeName:["base","body","caption","col","colgroup","datalist","dd","details","dt","head","html","keygen","label","legend","main","map","math","meta","meter","noscript","optgroup","param","picture","progress","script","source","style","template","textarea","title","track"]},{nodeName:"area",attributes:{href:ep}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:ep}},{nodeName:"menu",attributes:{type:"context"}},{nodeName:"menuitem",attributes:{type:["command","checkbox","radio"]}},{nodeName:"select",condition:function(e){return e instanceof axe.AbstractVirtualNode||(e=axe.utils.getNodeFromTree(e)),1<Number(e.attr("size"))},properties:{multiple:!0}},{nodeName:["clippath","cursor","defs","desc","feblend","fecolormatrix","fecomponenttransfer","fecomposite","feconvolvematrix","fediffuselighting","fedisplacementmap","fedistantlight","fedropshadow","feflood","fefunca","fefuncb","fefuncg","fefuncr","fegaussianblur","feimage","femerge","femergenode","femorphology","feoffset","fepointlight","fespecularlighting","fespotlight","fetile","feturbulence","filter","hatch","hatchpath","lineargradient","marker","mask","meshgradient","meshpatch","meshrow","metadata","mpath","pattern","radialgradient","solidcolor","stop","switch","view"]}],Us.elementsAllowedAnyRole=[{nodeName:"a",attributes:{href:Qd}},{nodeName:"img",attributes:{alt:Qd}},{nodeName:["abbr","address","canvas","div","p","pre","blockquote","ins","del","output","span","table","tbody","thead","tfoot","td","em","strong","small","s","cite","q","dfn","abbr","time","code","var","samp","kbd","sub","sup","i","b","u","mark","ruby","rt","rp","bdi","bdo","br","wbr","th","tr"]}],Us.evaluateRoleForElement={A:function(e){var t=e.node,e=e.out;return"http://www.w3.org/2000/svg"===t.namespaceURI||!t.href.length||e},AREA:function(e){return!e.node.href},BUTTON:function(e){var t=e.node,n=e.role,e=e.out;return"menu"===t.getAttribute("type")?"menuitem"===n:e},IMG:function(e){var t=e.node,n=e.role,r=e.out;switch(t.alt){case null:return r;case"":return"presentation"===n||"none"===n;default:return"presentation"!==n&&"none"!==n}},INPUT:function(e){var t=e.node,n=e.role,r=e.out;switch(t.type){case"button":case"image":return r;case"checkbox":return"button"===n&&t.hasAttribute("aria-pressed")?!0:r;case"radio":return"menuitemradio"===n;case"text":return"combobox"===n||"searchbox"===n||"spinbutton"===n;case"tel":return"combobox"===n||"spinbutton"===n;case"url":case"search":case"email":return"combobox"===n;default:return!1}},LI:function(e){var t=e.node,e=e.out;return!axe.utils.matchesSelector(t,"ol li, ul li")||e},MENU:function(e){return"context"!==e.node.getAttribute("type")},OPTION:function(e){e=e.node;return!axe.utils.matchesSelector(e,"select > option, datalist > option, optgroup > option")},SELECT:function(e){var t=e.node,e=e.role;return!t.multiple&&t.size<=1&&"menu"===e},SVG:function(e){var t=e.node,e=e.out;return!(!t.parentNode||"http://www.w3.org/2000/svg"!==t.parentNode.namespaceURI)||e}},Us.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"]},Us),rp=function(e){var t=null,e=np.role[e];return t=e&&e.implicit?vr(e.implicit):t},ap=function(e){return!!Ud(e).length};function op(e){var t=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).popupRoles,n=C(e);if(!(t=null!=t?t:Xo["aria-haspopup"].values).includes(n))return!1;t=function(e){for(;e=e.parent;)if(null!==C(e,{noPresentational:!0}))return e;return null}(e);if(ip(t))return!0;n=e.props.id;if(!n)return!1;if(e.actualNode)return t=Ca(e.actualNode).querySelectorAll('[aria-owns~="'.concat(n,'"][role~="combobox"]:not(select),\n [aria-controls~="').concat(n,'"][role~="combobox"]:not(select)')),Array.from(t).some(ip);throw new Error("Unable to determine combobox popup without an actualNode")}var ip=function(e){return e&&"combobox"===C(e)},lp=function(e){return e=D(e),yl(e)},sp=function(e){return(e=E.ariaRoles[e])&&Array.isArray(e.requiredAttrs)?y(e.requiredAttrs):[]},up=function(e){return(e=E.ariaRoles[e])&&Array.isArray(e.requiredContext)?y(e.requiredContext):null},cp=function(e){return(e=E.ariaRoles[e])&&Array.isArray(e.requiredOwned)?y(e.requiredOwned):null},dp=function(e,t){var n,r=(e=e instanceof p?e:D(e)).attr(t),a=E.ariaAttrs[t];if(!a)return!0;if(a.allowEmpty&&(!r||""===r.trim()))return!0;switch(a.type){case"boolean":return["true","false"].includes(r.toLowerCase());case"nmtoken":return"string"==typeof r&&a.values.includes(r.toLowerCase());case"nmtokens":return(n=S(r)).reduce(function(e,t){return e&&a.values.includes(t)},0!==n.length);case"idref":try{var o=x(e.actualNode);return!(!r||!o.getElementById(r))}catch(e){throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return Go(e,t).some(function(e){return!!e});case"string":return""!==r.trim();case"decimal":return!(!(n=r.match(/^[-+]?([0-9]*)\.?([0-9]*)$/))||!n[1]&&!n[2]);case"int":o=void 0!==a.minValue?a.minValue:-1/0;return/^[-+]?[0-9]+$/.test(r)&&parseInt(r)>=o}},pp=function(e){return!!E.ariaAttrs[e]};function fp(e,t,n){return 0<(n=S(n.attr("role")).filter(function(e){return"abstract"===ql(e)})).length&&(this.data(n),!0)}function mp(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=2<arguments.length?arguments[2]:void 0,r=void 0===(r=t.allowImplicit)||r,t=void 0===(t=t.ignoredTags)?[]:t,a=n.props.nodeName;return!!t.map(function(e){return e.toLowerCase()}).includes(a)||!(t=Kd(n,r)).length||(this.data(t),!k(n)&&void 0)}function hp(e,t,n){var r=n.props,a=r.nodeName,r=r.type,o=function(e){if(!e)return"";if(e=e.toLowerCase(),["mixed","true"].includes(e))return e;return"false"}(n.attr("aria-checked"));return"input"!==a||"checkbox"!==r||!o||o===(a=function(e){if(e.props.indeterminate)return"mixed";return e.props.checked?"true":"false"}(n))||(this.data({messageKey:"checkbox",checkState:a}),!1)}function gp(e){var t,n,r=(1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}).invalidTableRowAttrs,a=2<arguments.length?arguments[2]:void 0,r=null!=(t=null==r||null==(t=r.filter)?void 0:t.call(r,function(e){return a.hasAttr(e)}))?t:[];return 0===r.length||!(t=(t=function(e){if(e.parent)return Tr(e,'table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]')}(a))&&C(t))||"treegrid"===t||(n="row".concat(1<r.length?"Plural":"Singular"),this.data({messageKey:n,invalidAttrs:r,ownerRole:t}),!1)}var bp={row:gp,checkbox:hp};function vp(e,t,n){t=Array.isArray(t)?t:[];var r=n.attr("aria-errormessage"),a=n.hasAttr("aria-errormessage"),o=n.attr("aria-invalid");return!n.hasAttr("aria-invalid")||"false"===o||-1!==t.indexOf(r)||!a||(this.data(S(r)),function(t){if(""===t.trim())return E.ariaAttrs["aria-errormessage"].allowEmpty;var e;try{e=t&&Go(n,"aria-errormessage")[0]}catch(e){return void this.data({messageKey:"idrefs",values:S(t)})}return e?k(e)?"alert"===e.getAttribute("role")||"assertive"===e.getAttribute("aria-live")||"polite"===e.getAttribute("aria-live")||-1<S(n.attr("aria-describedby")).indexOf(t):(this.data({messageKey:"hidden",values:S(t)}),!1):void 0}.call(this,r))}function yp(e,t,n){return"true"!==n.attr("aria-hidden")}function wp(e,t,n){if(n=n.attr("aria-level"),!(6<(n=parseInt(n,10))))return!0}var Dp={};function xp(e){return 3===e.props.nodeType?0<e.props.nodeValue.trim().length:_l(e,!1,!0)}function Ep(e,t,n,r){var a=c(e);if(!(n=n||up(a)))return null;for(var o=n.includes("group"),i=r?e:e.parent;i;){var l=C(i,{noPresentational:!0});if(l){if("group"!==l||!o)return n.includes(l)?null:n;t.includes(a)&&n.push(a),n=n.filter(function(e){return"group"!==e})}i=i.parent}return n}function Fp(e,t,n){var r=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],a=Ep(n,r);if(!a)return!0;var o=function(e){for(var t,n=[];e;)e.getAttribute("id")&&(t=m(e.getAttribute("id")),t=x(e).querySelector("[aria-owns~=".concat(t,"]")))&&n.push(t),e=e.parentElement;return n.length?n:null}(e);if(o)for(var i=0,l=o.length;i<l;i++)if(!(a=Ep(D(o[i]),r,a,!0)))return!0;return this.data(a),!1}function Ap(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=C(2<arguments.length?arguments[2]:void 0);return!!(t.supportedRoles||[]).includes(n)||!(!n||"presentation"===n||"none"===n)&&void 0}function Cp(n,e,t){return!!(t=t.attrNames.filter(function(e){var t=E.ariaAttrs[e];return!!pp(e)&&(e=t.unsupported,"object"!==te(e)?!!e:!ki(n,e.exceptions))})).length&&(this.data(t),!0)}function kp(e,t,n){t=Array.isArray(t.value)?t.value:[];var r=[],a=/^aria-/;return n.attrNames.forEach(function(e){-1===t.indexOf(e)&&a.test(e)&&!pp(e)&&r.push(e)}),!r.length||(this.data(r),!1)}function Tp(e,t,n){var r=S(n.attr("role"));return!(r.length<=1)&&(r=r,!(!Ni(n)&&2===r.length&&r.includes("none")&&r.includes("presentation"))||void 0)}function Np(e,t,n){var r=ai().filter(function(e){return n.hasAttr(e)});return this.data(r),0<r.length}function Rp(e){return null!==(e=e.getAttribute("role"))&&("widget"===(e=ql(e))||"composite"===e)}function _p(e,t,n){return!!(n=S(n.attr("role"))).every(function(e){return!ni(e,{allowAbstract:!0})})&&(this.data(n),!0)}function Op(e,t,n){return A(n)}function Sp(e,t,n){var r,a,o=C(n,{noImplicit:!0});this.data(o);try{r=F(Li(n)).toLowerCase(),a=F(ml(n)).toLowerCase()}catch(e){return}return!(!a&&!r||(a||!r)&&a.includes(r))&&void 0}function Mp(e,t,n){var n=C(n,{dpub:!0,fallback:!0}),r=ti(n);return r&&this.data(n),r}ke(Dp,{getAriaRolesByType:function(){return Xd},getAriaRolesSupportingNameFromContent:function(){return Jd},getElementSpec:function(){return Ti},getElementsByContentType:function(){return ri},getGlobalAriaAttrs:function(){return ai},implicitHtmlRoles:function(){return fi}});var Pp={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},Ip={application:!0,article:!0,banner:!1,complementary:!0,contentinfo:!0,form:!0,main:!0,navigation:!0,region:!0,search:!1};function Bp(e,t){return t=t,(n=c(n=e))&&(Ip[n]||t.roles.includes(n))||(t=(t=e).nodeName.toUpperCase(),Pp[t])||!1;var n}var jp={},Lp=(ke(jp,{Color:function(){return O},centerPointOfRect:function(){return Lp},elementHasImage:function(){return Yl},elementIsDistinct:function(){return zp},filteredRectStack:function(){return $p},flattenColors:function(){return Gp},flattenShadowColors:function(){return Wp},getBackgroundColor:function(){return tf},getBackgroundStack:function(){return Yp},getContrast:function(){return af},getForegroundColor:function(){return of},getOwnBackgroundColor:function(){return Pc},getRectStack:function(){return Vp},getStackingContext:function(){return Xp},getTextShadowColors:function(){return Kp},hasValidContrastRatio:function(){return lf},incompleteData:function(){return T},stackingContextToColor:function(){return Zp}}),function(e){if(!(e.left>window.innerWidth||e.top>window.innerHeight))return{x:Math.min(Math.ceil(e.left+e.width/2),window.innerWidth-1),y:Math.min(Math.ceil(e.top+e.height/2),window.innerHeight-1)}});function qp(e){return e.getPropertyValue("font-family").split(/[,;]/g).map(function(e){return e.trim().toLowerCase()})}var zp=function(e,t){var n,r=window.getComputedStyle(e);return"none"!==r.getPropertyValue("background-image")||!!["border-bottom","border-top","outline"].reduce(function(e,t){var n=new O;return n.parseString(r.getPropertyValue(t+"-color")),e||"none"!==r.getPropertyValue(t+"-style")&&0<parseFloat(r.getPropertyValue(t+"-width"))&&0!==n.alpha},!1)||(n=window.getComputedStyle(t),qp(r)[0]!==qp(n)[0])||(e=["text-decoration-line","text-decoration-style","font-weight","font-style","font-size"].reduce(function(e,t){return e||r.getPropertyValue(t)!==n.getPropertyValue(t)},!1),(t=r.getPropertyValue("text-decoration")).split(" ").length<3?e||t!==n.getPropertyValue("text-decoration"):e)},Vp=function(e){var t=$o(e);return!(e=Cl(e))||e.length<=1?[t]:e.some(function(e){return void 0===e})?null:(e.splice(0,0,t),e)},$p=function(a){var o,i,l=Vp(a);return l&&1===l.length?l[0]:l&&1<l.length?(o=l.shift(),l.forEach(function(e,t){var n,r;0!==t&&(n=l[t-1],r=l[t],i=n.every(function(e,t){return e===r[t]})||o.includes(a))}),i?l[0]:(T.set("bgColor","elmPartiallyObscuring"),null)):(T.set("bgColor","outsideViewport"),null)},Hp={normal:function(e,t){return t},multiply:function(e,t){return t*e},screen:function(e,t){return e+t-e*t},overlay:function(e,t){return this["hard-light"](t,e)},darken:function(e,t){return Math.min(e,t)},lighten:function(e,t){return Math.max(e,t)},"color-dodge":function(e,t){return 0===e?0:1===t?1:Math.min(1,e/(1-t))},"color-burn":function(e,t){return 1===e?1:0===t?0:1-Math.min(1,(1-e)/t)},"hard-light":function(e,t){return t<=.5?this.multiply(e,2*t):this.screen(e,2*t-1)},"soft-light":function(e,t){return t<=.5?e-(1-2*t)*e*(1-e):e+(2*t-1)*((e<=.25?((16*e-12)*e+4)*e:Math.sqrt(e))-e)},difference:function(e,t){return Math.abs(e-t)},exclusion:function(e,t){return e+t-2*e*t}};function Up(e,t,n,r,a){return t*(1-r)*e+t*r*Hp[a](n/255,e/255)*255+(1-t)*r*n}var Gp=function(e,t){var n,r,a=2<arguments.length&&void 0!==arguments[2]?arguments[2]:"normal",o=Up(e.red,e.alpha,t.red,t.alpha,a),i=Up(e.green,e.alpha,t.green,t.alpha,a),a=Up(e.blue,e.alpha,t.blue,t.alpha,a),l=(n=e.alpha+t.alpha*(1-e.alpha),l=0,r=1,Math.min(Math.max(l,n),r));return 0===l?new O(o,i,a,l):(n=Math.round(o/l),r=Math.round(i/l),o=Math.round(a/l),new O(n,r,o,l))};function Wp(e,t){var n=e.alpha,r=(1-n)*t.red+n*e.red,a=(1-n)*t.green+n*e.green,n=(1-n)*t.blue+n*e.blue,t=e.alpha+t.alpha*(1-e.alpha);return new O(r,a,n,t)}function Yp(t){for(var e=Cl(t).map(function(e){return e=function(e){var t=e.indexOf(document.body),n=Pc(window.getComputedStyle(document.documentElement));1<t&&0===n.alpha&&!Yl(document.documentElement)&&(1<t&&(e.splice(t,1),e.push(document.body)),0<(n=e.indexOf(document.documentElement)))&&(e.splice(n,1),e.push(document.documentElement));return e}(e=$c(e,t))}),n=0;n<e.length;n++){var r=e[n];if(r[0]!==t)return T.set("bgColor","bgOverlap"),null;if(0!==n&&!function(e,t){if(e!==t){if(null===e||null===t)return;if(e.length!==t.length)return;for(var n=0;n<e.length;++n)if(e[n]!==t[n])return}return 1}(r,e[0]))return T.set("bgColor","elmPartiallyObscuring"),null}return e[0]||null}var Kp=function(e){var t,a,o,n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},i=n.minRatio,l=n.maxRatio,s=window.getComputedStyle(e);return"none"===(n=s.getPropertyValue("text-shadow"))?[]:(t=s.getPropertyValue("font-size"),a=parseInt(t),d(!1===isNaN(a),"Unable to determine font-size value ".concat(t)),o=[],function(e){var t={pixels:[]},n=e.trim(),r=[t];if(!n)return[];for(;n;){var a=n.match(/^rgba?\([0-9,.\s]+\)/i)||n.match(/^[a-z]+/i)||n.match(/^#[0-9a-f]+/i),o=n.match(/^([0-9.-]+)px/i)||n.match(/^(0)/);if(a)d(!t.colorStr,"Multiple colors identified in text-shadow: ".concat(e)),n=n.replace(a[0],"").trim(),t.colorStr=a[0];else if(o){d(t.pixels.length<3,"Too many pixel units in text-shadow: ".concat(e)),n=n.replace(o[0],"").trim();a=parseFloat(("."===o[1][0]?"0":"")+o[1]);t.pixels.push(a)}else{if(","!==n[0])throw new Error("Unable to process text-shadows: ".concat(e));d(2<=t.pixels.length,"Missing pixel value in text-shadow: ".concat(e)),r.push(t={pixels:[]}),n=n.substr(1).trim()}}return r}(n).forEach(function(e){var t=e.colorStr,e=e.pixels,t=t||s.getPropertyValue("color"),e=v(e,3),n=e[0],r=e[1],e=e[2],e=void 0===e?0:e;(!i||a*i<=e)&&(!l||e<a*l)&&(t=function(e){var t=e.colorStr,n=e.offsetX,r=e.offsetY,a=e.blurRadius,e=e.fontSize;if(a<n||a<r)return new O(0,0,0,0);n=new O;return n.parseString(t),n.alpha*=function(e,t){if(0===e)return 1;return.185/(e/t+.4)}(a,e),n}({colorStr:t,offsetY:n,offsetX:r,blurRadius:e,fontSize:a}),o.push(t))}),o)};function Xp(e,t){var n,a,o,r=D(e);return r._stackingContext||(a=[],o=new Map,(t=null!=(n=t)?n:Yp(e)).forEach(function(e){var e=D(e),t=(t=e,(n=new O).parseString(t.getComputedStylePropertyValue("background-color")),n),r=e._stackingOrder.filter(function(e){return!!e.vNode}),n=(r.forEach(function(e,t){var e=e.vNode,n=null==(n=r[t-1])?void 0:n.vNode,n=ef(o,e,n);0!==t||o.get(e)||a.unshift(n),o.set(e,n)}),null==(n=r[r.length-1])?void 0:n.vNode),e=ef(o,e,n);r.length||a.unshift(e),e.bgColor=t}),r._stackingContext=a)}function Zp(e){var t;return null!=(t=e.descendants)&&t.length?(t=e.descendants.reduce(Jp,Qp()),(t=Gp(t,e.bgColor,e.descendants[0].blendMode)).alpha*=e.opacity):(t=e.bgColor).alpha*=e.opacity,{color:t,blendMode:e.blendMode}}function Jp(e,t){var e=e instanceof O?e:Zp(e).color,n=Zp(t).color;return Gp(n,e,t.blendMode)}function Qp(e,t){return{vNode:e,ancestor:t,opacity:parseFloat(null!=(t=null==e?void 0:e.getComputedStylePropertyValue("opacity"))?t:1),bgColor:new O(0,0,0,0),blendMode:(null==e?void 0:e.getComputedStylePropertyValue("mix-blend-mode"))||void 0,descendants:[]}}function ef(e,t,n){var r=e.get(n),e=null!=(e=e.get(t))?e:Qp(t,r);return r&&n!==t&&!r.descendants.includes(e)&&r.descendants.unshift(e),e}function tf(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:[],n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:.1,r=D(e),a=r._cache.getBackgroundColor;return a?(t.push.apply(t,y(a.bgElms)),T.set("bgColor",a.incompleteData),a.bgColor):(a=function(e,t,n){var r=Yp(e);if(!r)return null;var a=Al(e),n=Kp(e,{minRatio:n});n.length&&(n=[{color:n.reduce(Wp)}]);for(var o=0;o<r.length;o++){var i=r[o],l=window.getComputedStyle(i);if(Yl(i,l))return t.push(i),null;var s=Pc(l);if(0!==s.alpha){if("inline"!==l.getPropertyValue("display")&&!nf(i,a))return t.push(i),T.set("bgColor","elmPartiallyObscured"),null;if(t.push(i),1===s.alpha)break}}var u=Xp(e,r),u=(n=u.map(Zp).concat(n),function(e,t){var n=[];{var r,a,o,i;t||(t=document.documentElement,i=document.body,t=window.getComputedStyle(t),r=window.getComputedStyle(i),a=Pc(t),o=Pc(r),i=0!==o.alpha&&nf(i,e.getBoundingClientRect()),(0!==o.alpha&&0===a.alpha||i&&1!==o.alpha)&&n.unshift({color:o,blendMode:rf(r.getPropertyValue("mix-blend-mode"))}),0===a.alpha)||i&&1===o.alpha||n.unshift({color:a,blendMode:rf(t.getPropertyValue("mix-blend-mode"))})}return n}(e,r.includes(document.body)));if(n.unshift.apply(n,y(u)),0===n.length)return new O(255,255,255,1);e=n.reduce(function(e,t){return Gp(t.color,e.color instanceof O?e.color:e,t.blendMode)});return Gp(e.color instanceof O?e.color:e,new O(255,255,255,1))}(e,t,n),r._cache.getBackgroundColor={bgColor:a,bgElms:t,incompleteData:T.get("bgColor")},a)}function nf(e,t){t=Array.isArray(t)?t:[t];var n=e.getBoundingClientRect(),r=n.right,a=n.bottom,o=window.getComputedStyle(e).getPropertyValue("overflow");return(["scroll","auto"].includes(o)||e instanceof window.HTMLHtmlElement)&&(r=n.left+e.scrollWidth,a=n.top+e.scrollHeight),t.every(function(e){return e.top>=n.top&&e.bottom<=a&&e.left>=n.left&&e.right<=r})}function rf(e){return e||void 0}var af=function(e,t){return t&&e?(t.alpha<1&&(t=Gp(t,e)),e=e.getRelativeLuminance(),t=t.getRelativeLuminance(),(Math.max(t,e)+.05)/(Math.min(t,e)+.05)):null};function of(e,t,n){for(var a=3<arguments.length&&void 0!==arguments[3]?arguments[3]:{},o=window.getComputedStyle(e),r=[],i=0,l=[function(){var e,t,n=o,r=void 0===(r=(r=a).textStrokeEmMin)?0:r;return 0===(t=parseFloat(n.getPropertyValue("-webkit-text-stroke-width")))||(e=n.getPropertyValue("font-size"),t/=parseFloat(e),isNaN(t))||t<r?null:(e=n.getPropertyValue("-webkit-text-stroke-color"),(new O).parseString(e))},function(){return e=o,(new O).parseString(e.getPropertyValue("-webkit-text-fill-color")||e.getPropertyValue("color"));var e},function(){return Kp(e,{minRatio:0})}];i<l.length;i++){var s=(0,l[i])();if(s&&(r=r.concat(s),1===s.alpha))break}var u,c,d=r.reduce(function(e,t){return Gp(e,t)});return null===(n=null==n?tf(e,[]):n)?(u=T.get("bgColor"),T.set("fgColor",u),null):(c=function e(t,n){var r,a=g(t);try{for(a.s();!(r=a.n()).done;){var o,i=r.value;if((null==(o=i.vNode)?void 0:o.actualNode)===n)return i;var l=e(i.descendants,n);if(l)return l}}catch(e){a.e(e)}finally{a.f()}}(u=Xp(e),e),Gp(function(e,t,n){for(;t;){var r;1===t.opacity&&t.ancestor?t=t.ancestor:(e.alpha*=t.opacity,r=(null==(r=t.ancestor)?void 0:r.descendants)||n,r=(r=1!==t.opacity?r.slice(0,r.indexOf(t)):r).map(Zp),t=(r.length&&(r=r.reduce(function(e,t){return Gp(t.color,e.color instanceof O?e.color:e)},{color:new O(0,0,0,0),blendMode:"normal"}),e=Gp(e,r)),t.ancestor))}return e}(d,c,u),new O(255,255,255,1)))}var lf=function(e,t,n,r){return e=af(e,t),{isValid:(t=r&&Math.ceil(72*n)/96<14||!r&&Math.ceil(72*n)/96<18?4.5:3)<e,contrastRatio:e,expectedContrastRatio:t}},sf=_a(function(e,t){function n(e,t){return r.getPropertyValue(e)===t}var r=window.getComputedStyle(e,t);return n("content","none")||n("display","none")||n("visibility","hidden")||!1===n("position","absolute")||0===Pc(r).alpha&&n("background-image","none")?0:(e=uf(r.getPropertyValue("width")),t=uf(r.getPropertyValue("height")),"px"!==e.unit||"px"!==t.unit?0===e.value||0===t.value?0:1/0:e.value*t.value)});function uf(e){var e=v(e.match(/^([0-9.]+)([a-z]+)$/i)||[],3),t=e[1],e=e[2],e=void 0===e?"":e;return{value:parseFloat(void 0===t?"":t),unit:e.toLowerCase()}}function cf(e,t){e=e.getRelativeLuminance(),t=t.getRelativeLuminance();return(Math.max(e,t)+.05)/(Math.min(e,t)+.05)}var df=["block","list-item","table","flex","grid","inline-block"];function pf(e){e=window.getComputedStyle(e).getPropertyValue("display");return-1!==df.indexOf(e)||"table-"===e.substr(0,6)}function ff(e,t){var n=t.requiredContrastRatio,t=t.allowSameColor;if(pf(e))return!1;for(var r=u(e);r&&1===r.nodeType&&!pf(r);)r=u(r);if(r){this.relatedNodes([r]);var a=of(e),o=of(r),e=tf(e),i=tf(r),l=a&&o?cf(a,o):void 0;if((l=l&&Math.floor(100*l)/100)&&n<=l)return!0;var s=e&&i?cf(e,i):void 0;if((s=s&&Math.floor(100*s)/100)&&n<=s)return!0;if(s){if(l)return!(!t||1!==l||1!==s)||(1===l&&1<s?this.data({messageKey:"bgContrast",contrastRatio:s,requiredContrastRatio:n,nodeBackgroundColor:e?e.toHexString():void 0,parentBackgroundColor:i?i.toHexString():void 0}):this.data({messageKey:"fgContrast",contrastRatio:l,requiredContrastRatio:n,nodeColor:a?a.toHexString():void 0,parentColor:o?o.toHexString():void 0}),!1)}else s=null!=(t=T.get("bgColor"))?t:"bgContrast",this.data({messageKey:s}),T.clear()}}var mf=["block","list-item","table","flex","grid","inline-block"];function hf(e){e=window.getComputedStyle(e).getPropertyValue("display");return-1!==mf.indexOf(e)||"table-"===e.substr(0,6)}function gf(e,t,n){var r,a,o;return"input"!==n.props.nodeName||(a={bday:["text","search","date"],email:["text","search","email"],username:["text","search","email"],"street-address":["text"],tel:["text","search","tel"],"tel-country-code":["text","search","tel"],"tel-national":["text","search","tel"],"tel-area-code":["text","search","tel"],"tel-local":["text","search","tel"],"tel-local-prefix":["text","search","tel"],"tel-local-suffix":["text","search","tel"],"tel-extension":["text","search","tel"],"cc-number":r=["text","search","number","tel"],"cc-exp":["text","search","month","tel"],"cc-exp-month":r,"cc-exp-year":r,"cc-csc":r,"transaction-amount":r,"bday-day":r,"bday-month":r,"bday-year":r,"new-password":["text","search","password"],"current-password":["text","search","password"],url:o=["text","search","url"],photo:o,impp:o},"object"===te(t)&&Object.keys(t).forEach(function(e){a[e]||(a[e]=[]),a[e]=a[e].concat(t[e])}),o=(r=n.attr("autocomplete").split(/\s+/g).map(function(e){return e.toLowerCase()}))[r.length-1],!!bl.stateTerms.includes(o))||(r=a[o],o=n.hasAttr("type")?F(n.attr("type")).toLowerCase():"text",o=Cd().includes(o)?o:"text",void 0===r?"text"===o:r.includes(o))}function bf(e,t,n){return n=n.attr("autocomplete")||"",vl(n,t)}function vf(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=2<arguments.length?arguments[2]:void 0;if(t.attribute&&"string"==typeof t.attribute)return n.hasAttr(t.attribute)?(n=n.attr(t.attribute),!!F(n)||(this.data({messageKey:"emptyAttr"}),!1)):(this.data({messageKey:"noAttr"}),!1);throw new TypeError("attr-non-space-content requires options.attribute to be a string")}function yf(e){return e.some(function(e){return!0===e.result})&&e.forEach(function(e){e.result=!0}),e}function wf(e,t,n){if(t&&t.selector&&"string"==typeof t.selector)return!(!t.passForModal||!Hl())||(n=ld(n,t.selector,k),this.relatedNodes(n.map(function(e){return e.actualNode})),0<n.length);throw new TypeError("has-descendant requires options.selector to be a string")}function Df(e,t,n){return ki(n,t.matcher)}function xf(e){return e.filter(function(e){return"ignored"!==e.data})}function Ef(e,t,n){if(!t||!t.selector||"string"!=typeof t.selector)throw new TypeError("page-no-duplicate requires options.selector to be a string");var r="page-no-duplicate;"+t.selector;if(!w.get(r))return w.set(r,!0),r=ld(axe._tree[0],t.selector,k),"string"==typeof t.nativeScopeFilter&&(r=r.filter(function(e){return e.actualNode.hasAttribute("role")||!Ta(e,t.nativeScopeFilter)})),this.relatedNodes(r.filter(function(e){return e!==n}).map(function(e){return e.actualNode})),r.length<=1;this.data("ignored")}function Ff(e){var n={};return e.filter(function(e){if(e.data){var t=e.data.toUpperCase();if(!n[t])return(n[t]=e).relatedNodes=[],!0;n[t].relatedNodes.push(e.relatedNodes[0])}return!1}).map(function(e){return e.result=!!e.relatedNodes.length,e})}function Af(e,t,n){return Ka(n)||(this.data(n.attr("accesskey")),this.relatedNodes([e])),!0}function Cf(e,t,n){var r=n.tabbableElements;return!!r&&0<r.filter(function(e){return e!==n}).length}function kf(e,t,n){var r=["button","fieldset","input","select","textarea"];return!((n=n.tabbableElements)&&n.length&&(n=n.filter(function(e){return r.includes(e.props.nodeName)}),this.relatedNodes(n.map(function(e){return e.actualNode})),0!==n.length)&&!Hl())||!!n.every(function(e){var t=e.getComputedStylePropertyValue("pointer-events"),n=parseInt(e.getComputedStylePropertyValue("width")),r=parseInt(e.getComputedStylePropertyValue("height"));return e.actualNode.onfocus||(0===n||0===r)&&"none"===t})&&void 0}function Tf(e,t,n){return!(!n.hasAttr("contenteditable")||!function e(t){t=t.attr("contenteditable");if("true"===t||""===t)return!0;if("false"===t)return!1;t=Tr(n.parent,"[contenteditable]");if(!t)return!1;return e(t)}(n))||Ll(n)}function Nf(e,t,n){return!(n=n.tabbableElements.map(function(e){return e.actualNode}))||!n.length||!Hl()||void this.relatedNodes(n)}function Rf(e,t,n){var r=n.attr("tabindex");if(!(A(n)&&-1<r))return!1;try{return!ml(n)}catch(e){}}function _f(e,t,n){var r=["button","fieldset","input","select","textarea"];return!((n=n.tabbableElements)&&n.length&&(n=n.filter(function(e){return!r.includes(e.props.nodeName)}),this.relatedNodes(n.map(function(e){return e.actualNode})),0!==n.length)&&!Hl())||!!n.every(function(e){var t=e.getComputedStylePropertyValue("pointer-events"),n=parseInt(e.getComputedStylePropertyValue("width")),r=parseInt(e.getComputedStylePropertyValue("height"));return e.actualNode.onfocus||(0===n||0===r)&&"none"===t})&&void 0}function Of(e){var t=Xd("landmark"),n=u(e),r=C(e);for(this.data({role:r});n;){var a=n.getAttribute("role");if((a=a||"FORM"===n.nodeName.toUpperCase()?a:Ni(n))&&t.includes(a)&&("main"!==a||"complementary"!==r))return!1;n=u(n)}return!0}function Sf(e){e=parseInt(e.attr("tabindex"),10);return!isNaN(e)&&e<0}function Mf(e,t,n){return n=parseInt(n.attr("tabindex"),10),!!isNaN(n)||n<=0}function Pf(e,t,n){return"string"==typeof(n=n.attr("alt"))&&/^\s+$/.test(n)}function If(e,t,n){return!["none","presentation"].includes(C(n))&&!!(t=Tr(n,t.parentSelector))&&""!==(t=Wi(t,!0).toLowerCase())&&t===ml(n).toLowerCase()}function Bf(e,t,n){var r=this;if(!n.attr("id"))return!1;if(n.actualNode){var a=x(n.actualNode),o=m(n.attr("id")),a=Array.from(a.querySelectorAll('label[for="'.concat(o,'"]')));if(this.relatedNodes(a),!a.length)return!1;try{return a.some(function(e){return!ro(e)||(e=F(Wo(e,{inControlContext:!0,startNode:n})),r.data({explicitLabel:e}),!!e)})}catch(e){}}}function jf(e,t,n){var n=Dl(n),r=e.getAttribute("title");return!!n&&(r||(r="",e.getAttribute("aria-describedby")&&(r=Go(e,"aria-describedby").map(function(e){return e?Wo(e):""}).join(""))),F(r)===F(n))}function Lf(e,t,n){if(n.hasAttr("id")){if(!n.actualNode)return;var r,a=x(e),e=m(e.getAttribute("id")),a=a.querySelector('label[for="'.concat(e,'"]'));if(a&&!k(a)){try{r=ml(n).trim()}catch(e){return}return""===r}}return!1}function qf(e,t,n){try{var r,a=Tr(n,"label");return a?(r=F(ml(a,{inControlContext:!0,startNode:n})),a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:r}),!!r):!1}catch(e){}}function zf(e,t){t=Vf(t),e=Vf(e);return!(!t||!e)&&t.includes(e)}function Vf(e){e=hl(e,{emoji:!0,nonBmp:!0,punctuations:!0});return F(e)}function $f(e,t,n){var r=null==t?void 0:t.pixelThreshold,a=null!=(a=null==t?void 0:t.occurrenceThreshold)?a:null==t?void 0:t.occuranceThreshold,t=Wo(e).toLowerCase();if(!(gl(t)<1))return!(e=F(ji(n,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:r,occurrenceThreshold:a})).toLowerCase())||(gl(e)<1?!!zf(e,t)||void 0:zf(e,t))}function Hf(e){var t=m(e.getAttribute("id")),n=e.parentNode,r=(r=x(e)).documentElement||r,a=Array.from(r.querySelectorAll('label[for="'.concat(t,'"]')));for(a.length&&(a=a.filter(function(e){return!Ka(e)}));n;)"LABEL"===n.nodeName.toUpperCase()&&-1===a.indexOf(n)&&a.push(n),n=n.parentNode;return this.relatedNodes(a),1<a.length&&(1<(r=a.filter(k)).length||!Go(e,"aria-labelledby").includes(r[0]))&&void 0}function Uf(e,t,n){var r=Dl(n),a=Mi(n),n=n.attr("aria-describedby");return!(r||!a&&!n)}function Gf(e){var n=[];return e.filter(function(t){var e=n.find(function(e){return t.data.role===e.data.role&&t.data.accessibleText===e.data.accessibleText});return e?(e.result=!1,e.relatedNodes.push(t.relatedNodes[0]),!1):(n.push(t),t.relatedNodes=[],!0)})}function Wf(e,t,n){var r=C(e),n=(n=ml(n))?n.toLowerCase():null;return this.data({role:r,accessibleText:n}),this.relatedNodes([e]),!0}function Yf(e){return""!==(e||"").trim()}function Kf(e,t,n){var r=void 0!==document&&Xn(document);return t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&Yf(n.attr("xml:lang"))&&!Yf(n.attr("lang"))&&!r?(this.data({messageKey:"noXHTML"}),!1):!!t.attributes.some(function(e){return Yf(n.attr(e))})||(this.data({messageKey:"noLang"}),!1)}function Xf(e,a,o){var i=[];return a.attributes.forEach(function(e){var t,n,r=o.attr(e);"string"==typeof r&&(t=c1(r),n=a.value?!a.value.map(c1).includes(t):!Rd(t),""!==t&&n||""!==r&&!F(r))&&i.push(e+'="'+o.attr(e)+'"')}),!!i.length&&!("html"!==o.props.nodeName&&!Sl(o)||(this.data(i),0))}function Zf(e,t,n){return c1(n.attr("lang"))===c1(n.attr("xml:lang"))}function Jf(e){var t=(e=u(e)).nodeName.toUpperCase(),n=c(e);return"DIV"===t&&["presentation","none",null].includes(n)&&(t=(e=u(e)).nodeName.toUpperCase(),n=c(e)),"DL"===t&&!(n&&!["presentation","none","list"].includes(n))}function Qf(e,t){var n=1<arguments.length&&void 0!==t&&t;return e.map(function(e){return{vChild:e,nested:n}})}function em(e,t,n){var a=["definition","term","list"];return(n=n.children.reduce(function(e,t){var n=t.actualNode;return"DIV"===n.nodeName.toUpperCase()&&null===C(n)?e.concat(t.children):e.concat(t)},[]).reduce(function(e,t){var n,t=t.actualNode,r=t.nodeName.toUpperCase();return 1===t.nodeType&&k(t)?(n=c(t),("DT"!==r&&"DD"!==r||n)&&!a.includes(n)&&e.badNodes.push(t)):3===t.nodeType&&""!==t.nodeValue.trim()&&(e.hasNonEmptyTextNode=!0),e},{badNodes:[],hasNonEmptyTextNode:!1})).badNodes.length&&this.relatedNodes(n.badNodes),!!n.badNodes.length||n.hasNonEmptyTextNode}function tm(e,t,n){var a=!1,o=!1,i=!0,l=[],s=[],u=[];if(n.children.forEach(function(e){var t,n,r=e.actualNode;3===r.nodeType&&""!==r.nodeValue.trim()?a=!0:1===r.nodeType&&k(r)&&(i=!1,t="LI"===r.nodeName.toUpperCase(),n="listitem"===(e=C(e)),t||n||l.push(r),t&&!n&&(s.push(r),u.includes(e)||u.push(e)),n)&&(o=!0)}),a||l.length)this.relatedNodes(l);else{if(i||o)return!1;this.relatedNodes(s),this.data({messageKey:"roleNotValid",roles:u.join(", ")})}return!0}function nm(e,t,n){var r=n.children;if(!r||!r.length)return!1;for(var a,o=!1,i=!1,l=0;l<r.length;l++){if((o="DT"===(a=r[l].props.nodeName.toUpperCase())?!0:o)&&"DD"===a)return!1;"DD"===a&&(i=!0)}return o||i}function rm(e,t,n){return!bd(n,"track").some(function(e){return"captions"===(e.attr("kind")||"").toLowerCase()})&&void 0}function am(e){var n={};return e.filter(function(e){var t;return"html"!==e.node.ancestry[e.node.ancestry.length-1]?(t=e.node.ancestry.flat(1/0).join(" > "),n[t]=e,!0):(t=e.node.ancestry.slice(0,e.node.ancestry.length-1).flat(1/0).join(" > "),n[t]&&(n[t].result=!0),!1)})}function om(e,t){return!t.isViolation&&void 0}function im(e,t){var n,r;if(e.duration)return t=void 0===(t=t.allowedDuration)?3:t,((n=e).currentSrc?(r=function(e){e=e.match(/#t=(.*)/);if(e)return v(e,2)[1].split(",").map(function(e){if(/:/.test(e)){for(var t=e.split(":"),n=0,r=1;0<t.length;)n+=r*parseInt(t.pop(),10),r*=60;return parseFloat(n)}return parseFloat(e)})}(n.currentSrc))?1!==r.length?Math.abs(r[1]-r[0]):Math.abs(n.duration-r[0]):Math.abs(n.duration-(n.currentTime||0)):0)<=t&&!e.hasAttribute("loop")||!!e.hasAttribute("controls");console.warn("axe.utils.preloadMedia did not load metadata")}function lm(e,t,n,r){var r=void 0===(r=(r||{}).cssom)?void 0:r,a=void 0===(t=(t||{}).degreeThreshold)?0:t;if(r&&r.length){function o(){var e=c[u],e=s[e],n=e.root,e=e.rules.filter(d);if(!e.length)return"continue";e.forEach(function(e){e=e.cssRules;Array.from(e).forEach(function(e){var t=function(e){var t=e.selectorText,e=e.style;if(!t||e.length<=0)return!1;t=e.transform||e.webkitTransform||e.msTransform||!1;if(!t&&!e.rotate)return!1;t=function(e){var t;return e&&(e=e.match(/(rotate|rotateZ|rotate3d|matrix|matrix3d)\(([^)]+)\)(?!.*(rotate|rotateZ|rotate3d|matrix|matrix3d))/))?(e=v(e,3),t=e[1],e=e[2],p(t,e)):0}(t),e=p("rotate",e.rotate),t+=e;if(!t)return!1;if(t=Math.abs(t),Math.abs(t-180)%180<=a)return!1;return Math.abs(t-90)%90<=a}(e);t&&"HTML"!==e.selectorText.toUpperCase()&&(e=Array.from(n.querySelectorAll(e.selectorText))||[],l=l.concat(e)),i=i||t})})}for(var i=!1,l=[],s=r.reduce(function(e,t){var n=t.sheet,r=t.root,t=t.shadowId,t=t||"topDocument";return e[t]||(e[t]={root:r,rules:[]}),n&&n.cssRules&&(r=Array.from(n.cssRules),e[t].rules=e[t].rules.concat(r)),e},{}),u=0,c=Object.keys(s);u<c.length;u++)o();return i?(l.length&&this.relatedNodes(l),!1):!0}function d(e){var t=e.type,e=e.cssText;return 4===t&&(/orientation:\s*landscape/i.test(e)||/orientation:\s*portrait/i.test(e))}function p(e,t){switch(e){case"rotate":case"rotateZ":return f(t);case"rotate3d":var n=v(t.split(",").map(function(e){return e.trim()}),4),r=n[2],n=n[3];return 0===parseInt(r)?void 0:f(n);case"matrix":case"matrix3d":var a,o,r=t;return(r=r.split(",")).length<=6?(o=v(r,2),a=o[0],o=o[1],m(Math.atan2(parseFloat(o),parseFloat(a)))):(o=parseFloat(r[8]),a=Math.asin(o),o=Math.cos(a),m(Math.acos(parseFloat(r[0])/o)));default:return 0}}function f(e){var t=v(e.match(/(deg|grad|rad|turn)/)||[],1)[0];if(!t)return 0;var n=parseFloat(e.replace(t,""));switch(t){case"rad":return m(n);case"grad":var r=n;return(r%=400)<0&&(r+=400),Math.round(r/400*360);case"turn":return Math.round(360/(1/n));default:return parseInt(n)}}function m(e){return Math.round(e*(180/Math.PI))}}function sm(e,t,n){var r,a=void 0===(a=(t=t||{}).scaleMinimum)?2:a,t=void 0!==(t=t.lowerBound)&&t;return!((n=n.attr("content")||"")&&(n=n.split(/[;,]/).reduce(function(e,t){var n,t=t.trim();return t&&(n=(t=v(t.split("="),2))[0],t=t[1],n)&&t&&(n=n.toLowerCase().trim(),t=t.toLowerCase().trim(),"maximum-scale"===n&&"yes"===t&&(t=1),"maximum-scale"===n&&parseFloat(t)<0||(e[n]=t)),e},{}),!(t&&n["maximum-scale"]&&parseFloat(n["maximum-scale"])<t))&&(t||"no"!==n["user-scalable"]?(r=parseFloat(n["user-scalable"]),!t&&n["user-scalable"]&&(r||0===r)&&-1<r&&r<1?(this.data("user-scalable"),1):n["maximum-scale"]&&parseFloat(n["maximum-scale"])<a&&(this.data("maximum-scale"),1)):(this.data("user-scalable=no"),1)))}var um=.05;function cm(e,t){e=e.boundingClientRect,t=t.boundingClientRect;return e.top>=t.top&&e.left>=t.left&&e.bottom<=t.bottom&&e.right<=t.right}function dm(e){return{width:Math.round(10*e.width)/10,height:Math.round(10*e.height)/10}}function pm(e,t){return e.actualNode.contains(t.actualNode)&&!Ll(t)}function fm(e,t){var n=t.width,t=t.height;return e<=n+um&&e<=t+um}function mm(e){return e.map(function(e){return e.actualNode})}function hm(e,t){var n=null==(n=t.data)?void 0:n.headingOrder,r=bm(t.node.ancestry,1);return n&&(t=n.map(function(e){var t=r;return t=r.concat(e.ancestry),h({},e,{ancestry:t})}),-1===(n=function(e,t){for(;t.length;){var n=gm(e,t);if(-1!==n)return n;t=bm(t,1)}return-1}(e,r))?e.push.apply(e,y(t)):e.splice.apply(e,[n,0].concat(y(t)))),e}function gm(e,t){return e.findIndex(function(e){return U1(e.ancestry,t)})}function bm(e,t){return e.slice(0,e.length-t)}function vm(){var e,t=w.get("headingOrder");return t||(t=(e=ld(axe._tree[0],"h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",k)).map(function(e){return{ancestry:[pr(e.actualNode)],level:(t=(t=C(e=e))&&t.includes("heading"),n=e.attr("aria-level"),r=parseInt(n,10),e=v(e.props.nodeName.match(/h(\d)/)||[],2)[1],t?e&&!n?parseInt(e,10):isNaN(r)||r<1?e?parseInt(e,10):2:r||-1:-1)};var t,n,r}),this.data({headingOrder:t}),w.set("headingOrder",e)),!0}function ym(e){if(e.length<2)return e;function t(n){var e=i[n],t=e.data,r=t.name,a=t.urlProps;if(s[r])return"continue";var o=(t=i.filter(function(e,t){return e.data.name===r&&t!==n})).every(function(e){return function n(r,a){var e,t;return!(!r||!a)&&(e=Object.getOwnPropertyNames(r),t=Object.getOwnPropertyNames(a),e.length===t.length)&&e.every(function(e){var t=r[e],e=a[e];return te(t)===te(e)&&("object"===te(t)||"object"===te(e)?n(t,e):t===e)})}(e.data.urlProps,a)});t.length&&!o&&(e.result=void 0),e.relatedNodes=[],(o=e.relatedNodes).push.apply(o,y(t.map(function(e){return e.relatedNodes[0]}))),s[r]=t,l.push(e)}for(var i=e.filter(function(e){return void 0!==e.result}),l=[],s={},n=0;n<i.length;n++)t(n);return l}ke(Ws={},{aria:function(){return Vd},color:function(){return jp},dom:function(){return Aa},forms:function(){return wm},matches:function(){return ki},math:function(){return Po},standards:function(){return Dp},table:function(){return Em},text:function(){return Uo},utils:function(){return Nn}});var wm={},Dm=(ke(wm,{isAriaCombobox:function(){return Qi},isAriaListbox:function(){return Ji},isAriaRange:function(){return tl},isAriaTextbox:function(){return Zi},isDisabled:function(){return xm},isNativeSelect:function(){return Xi},isNativeTextbox:function(){return Ki}}),["fieldset","button","select","input","textarea"]),xm=function e(t){var n,r,a=t._isDisabled;return"boolean"!=typeof a&&(n=t.props.nodeName,r=t.attr("aria-disabled"),a=!(!Dm.includes(n)||!t.hasAttr("disabled"))||(r?"true"===r.toLowerCase():!!t.parent&&e(t.parent)),t._isDisabled=a),a},Em={},Fm=(ke(Em,{getAllCells:function(){return Fm},getCellPosition:function(){return ii},getHeaders:function(){return Cm},getScope:function(){return li},isColumnHeader:function(){return si},isDataCell:function(){return km},isDataTable:function(){return Tm},isHeader:function(){return Nm},isRowHeader:function(){return ui},toArray:function(){return oi},toGrid:function(){return oi},traverse:function(){return Rm}}),function(e){for(var t,n,r=[],a=0,o=e.rows.length;a<o;a++)for(t=0,n=e.rows[a].cells.length;t<n;t++)r.push(e.rows[a].cells[t]);return r});function Am(e,t,n){for(var r,a="row"===e?"_rowHeaders":"_colHeaders",o="row"===e?ui:si,i=n[t.y][t.x],l=i.colSpan-1,s=i.getAttribute("rowspan"),s=0===parseInt(s)||0===i.rowspan?n.length:i.rowSpan,i=t.y+(s-1),u=t.x+l,c="row"===e?t.y:0,d="row"===e?0:t.x,p=[],f=i;c<=f&&!r;f--)for(var m=u;d<=m;m--){var h=n[f]?n[f][m]:void 0;if(h){var g=axe.utils.getNodeFromTree(h);if(g[a]){r=g[a];break}p.push(h)}}return r=(r||[]).concat(p.filter(o)),p.forEach(function(e){axe.utils.getNodeFromTree(e)[a]=r}),r}var Cm=function(e,t){if(e.getAttribute("headers")){var n=Go(e,"headers");if(n.filter(function(e){return e}).length)return n}return t=t||oi(Na(e,"table")),n=ii(e,t),e=Am("row",n,t),n=Am("col",n,t),[].concat(e,n).reverse()},km=function(e){var t;return!(!e.children.length&&!e.textContent.trim())&&(t=e.getAttribute("role"),ni(t)?["cell","gridcell"].includes(t):"TD"===e.nodeName.toUpperCase())},Tm=function(e){var t=(e.getAttribute("role")||"").toLowerCase();if(("presentation"===t||"none"===t)&&!A(e))return!1;if("true"===e.getAttribute("contenteditable")||Na(e,'[contenteditable="true"]'))return!0;if("grid"===t||"treegrid"===t||"table"===t)return!0;if("landmark"===ql(t))return!0;if("0"===e.getAttribute("datatable"))return!1;if(e.getAttribute("summary"))return!0;if(e.tHead||e.tFoot||e.caption)return!0;for(var n=0,r=e.children.length;n<r;n++)if("COLGROUP"===e.children[n].nodeName.toUpperCase())return!0;for(var a,o,i,l=0,s=e.rows.length,u=!1,c=0;c<s;c++)for(var d,p=0,f=(d=e.rows[c]).cells.length;p<f;p++){if("TH"===(a=d.cells[p]).nodeName.toUpperCase())return!0;if(u||a.offsetWidth===a.clientWidth&&a.offsetHeight===a.clientHeight||(u=!0),a.getAttribute("scope")||a.getAttribute("headers")||a.getAttribute("abbr"))return!0;if(["columnheader","rowheader"].includes((a.getAttribute("role")||"").toLowerCase()))return!0;if(1===a.children.length&&"ABBR"===a.children[0].nodeName.toUpperCase())return!0;l++}if(e.getElementsByTagName("table").length)return!1;if(s<2)return!1;if(1===(t=e.rows[Math.ceil(s/2)]).cells.length&&1===t.cells[0].colSpan)return!1;if(5<=t.cells.length)return!0;if(u)return!0;for(c=0;c<s;c++){if(d=e.rows[c],o&&o!==window.getComputedStyle(d).getPropertyValue("background-color"))return!0;if(o=window.getComputedStyle(d).getPropertyValue("background-color"),i&&i!==window.getComputedStyle(d).getPropertyValue("background-image"))return!0;i=window.getComputedStyle(d).getPropertyValue("background-image")}return 20<=s||!(Qa(e).width>.95*eo(window).width||l<10||e.querySelector("object, embed, iframe, applet"))},Nm=function(e){return!(!si(e)&&!ui(e))||!!e.getAttribute("id")&&(e=m(e.getAttribute("id")),!!document.querySelector('[headers~="'.concat(e,'"]')))},Rm=function(e,t,n,r){if(Array.isArray(t)&&(r=n,n=t,t={x:0,y:0}),"string"==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,n,r,a){var o,i=r[n.y]?r[n.y][n.x]:void 0;return i?"function"==typeof a&&!0===(o=a(i,n,r))?[i]:((o=e(t,{x:n.x+t.x,y:n.y+t.y},r,a)).unshift(i),o):[]}(e,{x:t.x+e.x,y:t.y+e.y},n,r)};function _m(e,t,n){var n=Uo.accessibleTextVirtual(n);if(n=Uo.sanitize(Uo.removeUnicode(n,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase())return n={name:n,urlProps:Aa.urlPropsFromAttribute(e,"href")},this.data(n),this.relatedNodes([e]),!0}function Om(e,t,n){return bd(n,"a[href]").some(function(e){return/^#[^/!]/.test(e.attr("href"))})}var Sm=/[;,\s]/,Mm=/^[0-9.]+$/;function Pm(e){e=window.getComputedStyle(function(e){for(var t=e,n=e.textContent.trim(),r=n;r===n&&void 0!==t;){var a=-1;if(0===(e=t).children.length)return e;for(;a++,""===(r=e.children[a].textContent.trim())&&a+1<e.children.length;);t=e.children[a]}return e}(e));return{fontWeight:function(e){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 Im(n,r,e){return e.reduce(function(e,t){return e||(!t.size||n.fontSize/t.size>r.fontSize)&&(!t.weight||n.fontWeight-t.weight>r.fontWeight)&&(!t.italic||n.isItalic&&!r.isItalic)},!1)}function Bm(e,t,n){var r=(i=Array.from(e.parentNode.children)).indexOf(e),a=(t=t||{}).margins||[],o=i.slice(r+1).find(function(e){return"P"===e.nodeName.toUpperCase()}),i=i.slice(0,r).reverse().find(function(e){return"P"===e.nodeName.toUpperCase()}),r=Pm(e),l=o?Pm(o):null,i=i?Pm(i):null,s=t.passLength,t=t.failLength,e=e.textContent.trim().length;return(o=null==o?void 0:o.textContent.trim().length)*s<e||!l||!Im(r,l,a)||!!((s=Ta(n,"blockquote"))&&"BLOCKQUOTE"===s.nodeName.toUpperCase()||i&&!Im(r,i,a)||o*t<e)&&void 0}function jm(e){var o=e.filter(function(e){return e.data.isIframe});return e.forEach(function(e){if(!e.result&&1!==e.node.ancestry.length){var t,n=e.node.ancestry.slice(0,-1),r=g(o);try{for(r.s();!(t=r.n()).done;){var a=t.value;if(U1(n,a.node.ancestry)){e.result=a.result;break}}}catch(e){r.e(e)}finally{r.f()}}}),o.forEach(function(e){e.result||(e.result=!0)}),e}var Lm=Xd("landmark"),qm=["alert","log","status"];function zm(e,t){var n=e.actualNode,r=C(e),n=(n.getAttribute("aria-live")||"").toLowerCase().trim();return!!(["assertive","polite"].includes(n)||qm.includes(r)||Lm.includes(r)||t.regionMatcher&&ki(e,t.regionMatcher))}function Vm(e){return!!(e=Oo(e,"href"))&&(k(e)||void 0)}function $m(e){var t={};return e.forEach(function(e){t[e.data]=void 0!==t[e.data]?++t[e.data]:0}),e.forEach(function(e){e.result=!!t[e.data]}),e}function Hm(e,t,n){return n=F(n.attr("title")).toLowerCase(),this.data(n),!0}function Um(e){var t=[];return e.filter(function(e){return-1===t.indexOf(e.data)&&(t.push(e.data),!0)})}function Gm(t){var e,n=t.getAttribute("id").trim();return!n||(e=x(t),(e=Array.from(e.querySelectorAll('[id="'.concat(m(n),'"]'))).filter(function(e){return e!==t})).length&&this.relatedNodes(e),this.data(n),0===e.length)}function Wm(e,t,n){return!!F(Ko(n))}function Ym(e,t,n){try{return!!F(Yo(n))}catch(e){}}function Km(t,e){return!(0<(e=e.cssProperties.filter(function(e){if("important"===t.style.getPropertyPriority(e))return e})).length&&(this.data(e),1))}function Xm(){var e=document.title;return!!F(e)}function Zm(){}function Jm(e,t,n){var r=n.props.nodeName;return!!["img","input","area"].includes(r)&&n.hasAttr("alt")}function Qm(e,t,n){var r=n.props.nodeName,a=(n.attr("type")||"").toLowerCase();return(n=n.attr("value"))&&this.data({messageKey:"has-label"}),!("input"!==r||!["submit","reset"].includes(a))&&null===n}function eh(e,t,n){if(n.children){n=n.children.find(function(e){return"title"===e.props.nodeName});if(!n)return this.data({messageKey:"noTitle"}),!1;try{if(""===ji(n,{includeHidden:!0}).trim())return this.data({messageKey:"emptyTitle"}),!1}catch(e){return}return!0}}function th(e){var t=oi(e),r=t[0];return t.length<=1||r.length<=1||e.rows.length<=1||r.reduce(function(e,t,n){return e||t!==r[n+1]&&void 0!==r[n+1]},!1)}function nh(e){return!jl(document)||"TH"===e.nodeName.toUpperCase()}function rh(e,t,n){var r;if(void 0!==n.children)return r=n.attr("summary"),!(!(n=!!(n=n.children.find(ah))&&F(ji(n)))||!r)&&F(r).toLowerCase()===F(n).toLowerCase()}function ah(e){return"caption"===e.props.nodeName}function oh(e,t){return e=e.getAttribute("scope").toLowerCase(),-1!==t.values.indexOf(e)}function ih(e){var t=[],n=Fm(e),r=oi(e);return n.forEach(function(e){Ol(e)&&km(e)&&!lp(e)&&!Cm(e,r).some(function(e){return null!==e&&!!Ol(e)})&&t.push(e)}),!t.length||(this.relatedNodes(t),!1)}function lh(e){for(var t=[],r=[],a=[],n=0;n<e.rows.length;n++)for(var o=e.rows[n],i=0;i<o.cells.length;i++)t.push(o.cells[i]);var l=t.reduce(function(e,t){return t.getAttribute("id")&&e.push(t.getAttribute("id")),e},[]);return t.forEach(function(e){var t,n=!1;if(e.hasAttribute("headers")&&k(e))return(t=e.getAttribute("headers").trim())?void(0!==(t=S(t)).length&&(e.getAttribute("id")&&(n=-1!==t.indexOf(e.getAttribute("id").trim())),t=t.some(function(e){return!l.includes(e)}),n||t)&&a.push(e)):r.push(e)}),0<a.length?(this.relatedNodes(a),!1):!r.length||void this.relatedNodes(r)}function sh(e){var t=Fm(e),r=this,a=[],t=(t.forEach(function(e){var t=e.getAttribute("headers"),t=(t&&(a=a.concat(t.split(/\s+/))),e.getAttribute("aria-labelledby"));t&&(a=a.concat(t.split(/\s+/)))}),t.filter(function(e){return""!==F(e.textContent)&&("TH"===e.nodeName.toUpperCase()||-1!==["rowheader","columnheader"].indexOf(e.getAttribute("role")))})),o=oi(e),i=!0;return t.forEach(function(t){var e,n;t.getAttribute("id")&&a.includes(t.getAttribute("id"))||(e=ii(t,o),n=!1,(n=!(n=si(t)?Rm("down",e,o).find(function(e){return!si(e)&&Cm(e,o).includes(t)}):n)&&ui(t)?Rm("right",e,o).find(function(e){return!ui(e)&&Cm(e,o).includes(t)}):n)||r.relatedNodes(t),i=i&&n)}),!!i||void 0}function uh(e,t,n){if(!["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"].includes(e.nodeName.toUpperCase())&&_l(n)){n=window.getComputedStyle(e);if("none"===n.getPropertyValue("display"))return;if("hidden"===n.getPropertyValue("visibility")){n=u(e),e=n&&window.getComputedStyle(n);if(!e||"hidden"!==e.getPropertyValue("visibility"))return}}return!0}function ch(e,t){var n=/^aria-/,r=t.attrNames;if(r.length)for(var a=0,o=r.length;a<o;a++)if(n.test(r[a]))return!0;return!1}function dh(e,t){return null!==c(t,{dpub:!0,fallback:!0})}function ph(e,t){var n=/^aria-/;return t.attrNames.some(function(e){return n.test(e)})}function fh(e){return function e(t){return!t||"true"!==t.getAttribute("aria-hidden")&&e(u(t))}(u(e))}function mh(e,t){return t=c(t,{dpub:!0}),!!cp(t)}function hh(e,t){return t=c(t),!!up(t)}function gh(e,t){if(!(n=t.attr("autocomplete"))||""===F(n))return!1;if(n=t.props.nodeName,!1===["textarea","input","select"].includes(n))return!1;if("input"===n&&["submit","reset","button","hidden"].includes(t.props.type))return!1;if(n=t.attr("aria-disabled")||"false",t.hasAttr("disabled")||"true"===n.toLowerCase())return!1;var n=t.attr("role"),r=t.attr("tabindex");if("-1"===r&&n){n=E.ariaRoles[n];if(void 0===n||"widget"!==n.type)return!1}return!("-1"===r&&t.actualNode&&!ro(t)&&!k(t))}Xu=ro;var bh=function(e,t,n){return n.initiator};function vh(e,t,n){return!bh(e,t,n)||!!e.querySelector("a[href]")}function yh(e,t){var n=(r=t.props).nodeName,r=r.type;if("option"!==n&&("select"!==n||e.options.length))if(!("input"===n&&["hidden","range","color","checkbox","radio","image"].includes(r)||xm(t)||Fo(t))){if(["input","select","textarea"].includes(n)){r=window.getComputedStyle(e),r=parseInt(r.getPropertyValue("text-indent"),10);if(r){var a={top:(a=e.getBoundingClientRect()).top,bottom:a.bottom,left:a.left+r,right:a.right+r};if(!Xc(a,e))return!1}return!0}r=Ta(t,"label");if("label"===n||r){a=r||e,n=r?D(r):t;if(a.htmlFor){r=x(a).getElementById(a.htmlFor),a=r&&D(r);if(a&&xm(a))return!1}r=bd(n,'input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea')[0];if(r&&xm(r))return!1}for(var o,i=[],l=t;l;)l.props.id&&(o=Ud(l).filter(function(e){return S(e.getAttribute("aria-labelledby")||"").includes(l.props.id)}).map(function(e){return D(e)}),i.push.apply(i,y(o))),l=l.parent;if(!(0<i.length&&i.every(xm))&&""!==(n=Wi(a=t,!1,!0))&&""!==hl(n,wh)&&a.children.some(function(e){return"#text"===e.props.nodeName&&!dl(e)})){for(var s=document.createRange(),u=t.children,c=0;c<u.length;c++){var d=u[c];3===d.actualNode.nodeType&&""!==F(d.actualNode.nodeValue)&&s.selectNodeContents(d.actualNode)}for(var p=s.getClientRects(),f=0;f<p.length;f++)if(Xc(p[f],e))return!0}}return!1}var wh={emoji:!0,nonBmp:!1,punctuations:!0};function Dh(e){return!!Tm(e)&&3<=(e=oi(e)).length&&3<=e[0].length&&3<=e[1].length&&3<=e[2].length}function xh(e){return Tm(e)}function Eh(e){var t=e.getAttribute("id").trim(),t='*[id="'.concat(m(t),'"]'),t=Array.from(x(e).querySelectorAll(t));return!ap(e)&&t.some(A)}function Fh(e){return ap(e)}function Ah(e){var t=e.getAttribute("id").trim(),t='*[id="'.concat(m(t),'"]'),t=Array.from(x(e).querySelectorAll(t));return!ap(e)&&t.every(function(e){return!A(e)})}function Ch(e,t,n){var r;return!n.initiator&&!n.focusable&&1<(null==(r=n.size)?void 0:r.width)*(null==(r=n.size)?void 0:r.height)}function kh(e){return e=e.getAttribute("title"),!!F(e)}function Th(e,t){return null!==Ni(t,{chromium:!0})}var Nh=function(e,t){try{return"svg"===t.props.nodeName?!0:!!Tr(t,"svg")}catch(e){return!1}};function Rh(e,t){return!Nh(e,t)}function _h(e,t){return!(!ml(t)||(t=C(e))&&"link"!==t)}function Oh(e){return Ml(e)}function Sh(e,t){var n=C(e);return!!(n&&Xd("widget").includes(n)&&Jd().includes(n)&&(F(Ko(t))||F(Yo(e)))&&F(Wi(t)))}function Mh(e,t){return"input"!==t.props.nodeName||!1===t.hasAttr("type")||(t=t.attr("type").toLowerCase(),!1===["hidden","image","button","submit","reset"].includes(t))}function Ph(e,t){return e.hasAttribute("role")||!Ta(t,"article, aside, main, nav, section")}function Ih(e,t){var n,r,a,o=["article","aside","main","nav","section"].join(",");return n=(t=t).actualNode,r=Xd("landmark"),!!(a=C(n))&&("HEADER"===(n=n.nodeName.toUpperCase())||"FOOTER"===n?!Tr(t,o):"SECTION"===n||"FORM"===n?!!ml(t):0<=r.indexOf(a)||"region"===a)&&k(e)}function Bh(e){return!Tm(e)&&!A(e)}function jh(e){var t=F(e.innerText),n=e.getAttribute("role");return!(n&&"link"!==n||!t||!ro(e))&&$l(e)}function Lh(e,t){return!!(t=C(t))&&!!E.ariaRoles[t].childrenPresentational}function qh(e){return!!e.currentSrc&&!e.hasAttribute("paused")&&!e.hasAttribute("muted")}function zh(e,t){return!!t.hasAttr("role")&&!!t.attr("role").trim()}var Vh=function(e,t){var n=c(t);return!(n&&!["none","presentation"].includes(n)&&!(Zo[n]||{}).accessibleNameRequired&&!A(t))};function $h(e,t){var n=Ti(t).namingMethods;return!(n&&0!==n.length||"combobox"===c(t)&&bd(t,'input:not([type="hidden"])').length||op(t,{popupRoles:["listbox"]}))}function Hh(e,t){return t=parseInt(t.attr("tabindex"),10),isNaN(t)||0<=t}function Uh(e,t){return!t.attr("role")}function Gh(e,t){return"html"!==t.props.nodeName}function Wh(e){var t=Array.from(e.parentNode.childNodes),n=e.textContent.trim();return!(0===n.length||2<=(n.match(/[.!?:;](?![.!?:;])/g)||[]).length)&&0!==t.slice(t.indexOf(e)+1).filter(function(e){return"P"===e.nodeName.toUpperCase()&&""!==e.textContent.trim()}).length}function Yh(e,t){return null!==Ni(t,{chromiumRoles:!0})}function Kh(e){return Bc(e)&&to(e)}var Xh=[function(e,t){return Zh(t)},function(e,t){return"area"!==t.props.nodeName},function(e,t){return!Nh(e,t)},function(e,t){return A(t)},function(e,t){return Ll(t)||!Jh(t)},function(e){return!$l(e,{noLengthCompare:!0})}];function Zh(e){return"widget"===ql(e)}var Jh=_a(function e(t){return!(null==t||!t.parent)&&(!(!Zh(t.parent)||!Ll(t.parent))||e(t.parent))}),Qh={"abstractrole-evaluate":fp,"accesskeys-after":Ff,"accesskeys-evaluate":Af,"alt-space-value-evaluate":Pf,"aria-allowed-attr-evaluate":function(e,t,n){var r,a=[],o=C(n),i=$d(o),l=(Array.isArray(t[o])&&(i=ad(t[o].concat(i))),g(n.attrNames));try{for(l.s();!(r=l.n()).done;){var s=r.value;pp(s)&&!i.includes(s)&&a.push(s)}}catch(e){l.e(e)}finally{l.f()}return!a.length||(this.data(a.map(function(e){return e+'="'+n.attr(e)+'"'})),!(o||V1(n)||A(n))&&void 0)},"aria-allowed-attr-matches":ch,"aria-allowed-role-evaluate":mp,"aria-allowed-role-matches":dh,"aria-busy-evaluate":function(e,t,n){return"true"===n.attr("aria-busy")},"aria-conditional-attr-evaluate":function(e,t,n){var r=C(n);return!bp[r]||bp[r].call(this,e,t,n)},"aria-conditional-checkbox-attr-evaluate":hp,"aria-conditional-row-attr-evaluate":gp,"aria-errormessage-evaluate":vp,"aria-has-attr-matches":ph,"aria-hidden-body-evaluate":yp,"aria-hidden-focus-matches":fh,"aria-label-evaluate":Wm,"aria-labelledby-evaluate":Ym,"aria-level-evaluate":wp,"aria-prohibited-attr-evaluate":function(e){var t,n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},r=2<arguments.length?arguments[2]:void 0,n=(null==n?void 0:n.elementsAllowedAriaLabel)||[],a=r.props.nodeName,o=C(r,{chromium:!0});return 0!==(n=function(e,t,n){var r=E.ariaRoles[e];if(r)return r.prohibitedAttrs||[];return e||n.includes(t)?[]:["aria-label","aria-labelledby"]}(o,a,n).filter(function(e){return!!r.attrNames.includes(e)&&""!==F(r.attr(e))})).length&&(t=r.hasAttr("role")?"hasRole":"noRole",t+=1<n.length?"Plural":"Singular",this.data({role:o,nodeName:a,messageKey:t,prohibited:n}),o=ji(r,{subtreeDescendant:!0}),""===F(o)||void 0)},"aria-required-attr-evaluate":function(e){var n,t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},r=2<arguments.length?arguments[2]:void 0,a=c(r),o=r.attrNames,i=sp(a);return Array.isArray(t[a])&&(i=ad(t[a],i)),!(a&&o.length&&i.length&&(t=r,"separator"!==a||A(t))&&(o=r,"combobox"!==a||"false"!==o.attr("aria-expanded"))&&(n=Ti(r),(t=i.filter(function(e){return!(r.attr(e)||(e=e,void 0!==(null==(t=(t=n).implicitAttrs)?void 0:t[e])));var t})).length&&(this.data(t),1)))},"aria-required-children-evaluate":function(e,t,n){var r,a,t=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],o=c(n,{dpub:!0}),i=cp(o);return null===i||(r=(n=function(e,o){function t(e){if(1!==(e=l[e]).props.nodeType)return"continue";var t,n=C(e,{noPresentational:!0}),r=(t=e,ai().find(function(e){return t.hasAttr(e)})),a=!!r||A(e);!n&&!a||["group","rowgroup"].includes(n)&&o.some(function(e){return e===n})?l.push.apply(l,y(e.children)):(n||a)&&i.push({role:n,attr:r||"tabindex",ownedElement:e})}for(var i=[],l=Ii(e).filter(function(e){return 1!==e.props.nodeType||k(e)}),n=0;n<l.length;n++)t(n);return{ownedRoles:i,ownedElements:l}}(n,i)).ownedRoles,n=n.ownedElements,(a=r.filter(function(e){e=e.role;return!i.includes(e)})).length?(this.relatedNodes(a.map(function(e){return e.ownedElement})),this.data({messageKey:"unallowed",values:a.map(function(e){var t=e.ownedElement,e=e.attr,n=t.props,r=n.nodeName;return 3===n.nodeType?"#text":(n=c(t,{dpub:!0}))?"[role=".concat(n,"]"):e?r+"[".concat(e,"]"):r}).filter(function(e,t,n){return n.indexOf(e)===t}).join(", ")}),!1):!(a=function(n,r){for(var e=0;e<r.length;e++){var t=function(e){var t=r[e].role;if(n.includes(t))return n=n.filter(function(e){return e!==t}),{v:null}}(e);if("object"===te(t))return t.v}if(n.length)return n;return null}(i,r))||(this.data(a),!(!t.includes(o)||n.some(xp))&&void 0))},"aria-required-children-matches":mh,"aria-required-parent-evaluate":Fp,"aria-required-parent-matches":hh,"aria-roledescription-evaluate":Ap,"aria-unsupported-attr-evaluate":Cp,"aria-valid-attr-evaluate":kp,"aria-valid-attr-value-evaluate":function(e,r,a){r=Array.isArray(r.value)?r.value:[];var o="",i="",l=[],s=/^aria-/,u=["aria-errormessage"],c={"aria-controls":function(){return"false"!==a.attr("aria-expanded")&&"false"!==a.attr("aria-selected")},"aria-current":function(e){e||(o='aria-current="'.concat(a.attr("aria-current"),'"'),i="ariaCurrent")},"aria-owns":function(){return"false"!==a.attr("aria-expanded")},"aria-describedby":function(e){e||(o='aria-describedby="'.concat(a.attr("aria-describedby"),'"'),i=axe._tree&&axe._tree[0]._hasShadowRoot?"noIdShadow":"noId")},"aria-labelledby":function(e){e||(o='aria-labelledby="'.concat(a.attr("aria-labelledby"),'"'),i=axe._tree&&axe._tree[0]._hasShadowRoot?"noIdShadow":"noId")}};return a.attrNames.forEach(function(t){if(!u.includes(t)&&!r.includes(t)&&s.test(t)){var e,n=a.attr(t);try{e=dp(a,t)}catch(e){return o="".concat(t,'="').concat(n,'"'),void(i="idrefs")}c[t]&&!c[t](e)||e||(""===n&&(e=t,"string"!==(null==(e=E.ariaAttrs[t])?void 0:e.type))?(o=t,i="empty"):l.push("".concat(t,'="').concat(n,'"')))}}),l.length?(this.data(l),!1):!o||void this.data({messageKey:i,needsReview:o})},"attr-non-space-content-evaluate":vf,"autocomplete-appropriate-evaluate":gf,"autocomplete-matches":gh,"autocomplete-valid-evaluate":bf,"avoid-inline-spacing-evaluate":Km,"bypass-matches":vh,"caption-evaluate":rm,"caption-faked-evaluate":th,"color-contrast-evaluate":function(e,t,n){var r=t.ignoreUnicode,a=t.ignoreLength,o=t.ignorePseudo,i=t.boldValue,l=t.boldTextPt,s=t.largeTextPt,u=t.contrastRatio,c=t.shadowOutlineEmMax,d=t.pseudoSizeThreshold;if(!ro(e))return this.data({messageKey:"hidden"}),!0;var p=Wi(n,!1,!0);if(r&&(v=cl(r=p,b={nonBmp:!0}),r=""===F(hl(r,b)),v)&&r)this.data({messageKey:"nonBmp"});else{var f,m,h,g,b=window.getComputedStyle(e),v=parseFloat(b.getPropertyValue("font-size")),r=b.getPropertyValue("font-weight"),i=parseFloat(r)>=i||"bold"===r,r=Math.ceil(72*v)/96,l=i&&r<l||!i&&r<s?u.normal:u.large,r=l.expected,s=l.minThreshold,u=l.maxThreshold,l=function(e,t){var n=t.pseudoSizeThreshold,n=void 0===n?.25:n,t=t.ignorePseudo,t=void 0!==t&&t;if(!t){var t=e.boundingClientRect,r=t.width*t.height*n;do{var a=sf(e.actualNode,":before"),o=sf(e.actualNode,":after");if(r<a+o)return e}while(e=e.parent)}}(n,{ignorePseudo:o,pseudoSizeThreshold:d});if(!l)return d=of(e,!(n=[]),o=tf(e,n,c),t),m=f=t=null,0===(e=Kp(e,{minRatio:.001,maxRatio:c})).length?t=af(o,d):d&&o&&(m=[].concat(y(e),[o]).reduce(Wp),c=af(o,d),e=af(o,m),h=af(m,d),(t=Math.max(c,e,h))!==c)&&(f=h<e?"shadowOnBgColor":"fgOnShadowColor"),c=r<t,"number"==typeof s&&("number"!=typeof t||t<s)||"number"==typeof u&&("number"!=typeof t||u<t)?(this.data({contrastRatio:t}),!0):(h=Math.floor(100*t)/100,null===o?g=T.get("bgColor"):c||(g=f),e=1===p.length,(s=1==h)?g=T.set("bgColor","equalRatio"):c||!e||a||(g="shortTextContent"),this.data({fgColor:d?d.toHexString():void 0,bgColor:o?o.toHexString():void 0,contrastRatio:h,fontSize:"".concat((72*v/96).toFixed(1),"pt (").concat(v,"px)"),fontWeight:i?"bold":"normal",messageKey:g,expectedContrastRatio:r+":1",shadowColor:m?m.toHexString():void 0}),null===d||null===o||s||e&&!a&&!c?(g=null,T.clear(),void this.relatedNodes(n)):(c||this.relatedNodes(n),c));this.data({fontSize:"".concat((72*v/96).toFixed(1),"pt (").concat(v,"px)"),fontWeight:i?"bold":"normal",messageKey:"pseudoContent",expectedContrastRatio:r+":1"}),this.relatedNodes(l.actualNode)}},"color-contrast-matches":yh,"css-orientation-lock-evaluate":lm,"data-table-large-matches":Dh,"data-table-matches":xh,"deprecatedrole-evaluate":function(e,t,n){var n=C(n,{dpub:!0,fallback:!0}),r=E.ariaRoles[n];return!(null==r||!r.deprecated||(this.data(n),0))},"dlitem-evaluate":Jf,"doc-has-title-evaluate":Xm,"duplicate-id-active-matches":Eh,"duplicate-id-after":Um,"duplicate-id-aria-matches":Fh,"duplicate-id-evaluate":Gm,"duplicate-id-misc-matches":Ah,"duplicate-img-label-evaluate":If,"exists-evaluate":Zm,"explicit-evaluate":Bf,"fallbackrole-evaluate":Tp,"focusable-content-evaluate":Cf,"focusable-disabled-evaluate":kf,"focusable-element-evaluate":Tf,"focusable-modal-open-evaluate":Nf,"focusable-no-name-evaluate":Rf,"focusable-not-tabbable-evaluate":_f,"frame-focusable-content-evaluate":function(e,t,n){if(n.children)try{return!n.children.some(function t(e){if(Ll(e))return!0;if(!e.children){if(1===e.props.nodeType)throw new Error("Cannot determine children");return!1}return e.children.some(function(e){return t(e)})})}catch(e){}},"frame-focusable-content-matches":Ch,"frame-tested-after":am,"frame-tested-evaluate":om,"frame-title-has-text-matches":kh,"has-alt-evaluate":Jm,"has-descendant-after":yf,"has-descendant-evaluate":wf,"has-global-aria-attribute-evaluate":Np,"has-implicit-chromium-role-matches":Th,"has-lang-evaluate":Kf,"has-text-content-evaluate":function(e,t,n){try{return""!==F(ji(n))}catch(e){}},"has-widget-role-evaluate":Rp,"heading-matches":function(e,t){return"heading"===C(t)},"heading-order-after":function(e){(t=y(t=e)).sort(function(e,t){e=e.node,t=t.node;return e.ancestry.length-t.ancestry.length});var t,n=t.reduce(hm,[]).filter(function(e){return-1!==e.level});return e.forEach(function(e){e.result=function(e,t){var e=gm(t,e.node.ancestry),n=null!=(n=null==(n=t[e])?void 0:n.level)?n:-1,t=null!=(t=null==(t=t[e-1])?void 0:t.level)?t:-1;if(0===e)return!0;if(-1!==n)return n-t<=1}(e,n)}),e},"heading-order-evaluate":vm,"help-same-as-label-evaluate":jf,"hidden-content-evaluate":uh,"hidden-explicit-label-evaluate":Lf,"html-namespace-matches":Rh,"html5-scope-evaluate":nh,"identical-links-same-purpose-after":ym,"identical-links-same-purpose-evaluate":_m,"identical-links-same-purpose-matches":_h,"implicit-evaluate":qf,"inline-style-property-evaluate":function(e,t){var n=t.cssProperty,r=t.absoluteValues,a=t.minValue,o=t.maxValue,i=void 0===(i=t.normalValue)?0:i,l=t.noImportant,t=t.multiLineOnly;return!!(!l&&"important"!==e.style.getPropertyPriority(n)||t&&!Ul(e))||(l={},"number"==typeof a&&(l.minValue=a),"number"==typeof o&&(l.maxValue=o),t=e.style.getPropertyValue(n),["inherit","unset","revert","revert-layer"].includes(t)?(this.data(h({value:t},l)),!0):(t=function(e,t){var n=t.cssProperty,r=t.absoluteValues,t=t.normalValue,e=window.getComputedStyle(e),n=e.getPropertyValue(n);if("normal"===n)return t;t=parseFloat(n);if(r)return t;r=parseFloat(e.getPropertyValue("font-size")),e=Math.round(t/r*100)/100;if(isNaN(e))return n;return e}(e,{absoluteValues:r,cssProperty:n,normalValue:i}),this.data(h({value:t},l)),"number"==typeof t?("number"!=typeof a||a<=t)&&("number"!=typeof o||t<=o):void 0))},"inserted-into-focus-order-matches":Oh,"internal-link-present-evaluate":Om,"invalid-children-evaluate":function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n=2<arguments.length?arguments[2]:void 0,r=[],a=[];if(n.children){for(var o=Qf(n.children);o.length;){var i=o.shift(),l=i.vChild,i=i.nested;if(t.divGroups&&!i&&"div"===(s=l).props.nodeName&&null===c(s)){if(!l.children)return;var s=Qf(l.children,!0);o.push.apply(o,y(s))}else{s=function(e,t,n){var r=n.validRoles,r=void 0===r?[]:r,n=n.validNodeNames,n=void 0===n?[]:n,a=e.props,o=a.nodeName,i=a.nodeType,a=a.nodeValue,t=t?"div > ":"";if(3===i&&""!==a.trim())return t+"#text";if(1!==i||!k(e))return!1;a=c(e);return a?!r.includes(a)&&t+"[role=".concat(a,"]"):!n.includes(o)&&t+o}(l,i,t);s&&(a.includes(s)||a.push(s),1===(null==l||null==(i=l.actualNode)?void 0:i.nodeType))&&r.push(l.actualNode)}}return 0===a.length?!1:(this.data({values:a.join(", ")}),this.relatedNodes(r),!0)}},"invalidrole-evaluate":_p,"is-element-focusable-evaluate":Op,"is-initiator-matches":bh,"is-on-screen-evaluate":Xu,"is-visible-matches":ro,"is-visible-on-screen-matches":function(e,t){return ro(t)},"label-content-name-mismatch-evaluate":$f,"label-content-name-mismatch-matches":Sh,"label-matches":Mh,"landmark-has-body-context-matches":Ph,"landmark-is-top-level-evaluate":Of,"landmark-is-unique-after":Gf,"landmark-is-unique-evaluate":Wf,"landmark-unique-matches":Ih,"layout-table-matches":Bh,"link-in-text-block-evaluate":ff,"link-in-text-block-matches":jh,"link-in-text-block-style-evaluate":function(e){if(hf(e))return!1;for(var t=u(e);t&&1===t.nodeType&&!hf(t);)t=u(t);return t?(this.relatedNodes([t]),!!zp(e,t)||!!function(e){for(var t=0,n=["before","after"];t<n.length;t++){var r=n[t];if("none"!==window.getComputedStyle(e,":".concat(r)).getPropertyValue("content"))return 1}return}(e)&&void this.data({messageKey:"pseudoContent"})):void 0},"listitem-evaluate":function(e,t,n){var r;if(n=n.parent)return r=n.props.nodeName,n=c(n),!!["presentation","none","list"].includes(n)||(n&&ni(n)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(r))},"matches-definition-evaluate":Df,"meta-refresh-evaluate":function(e,t,n){var r=(a=t||{}).minDelay,a=a.maxDelay;return!(n=v((n.attr("content")||"").trim().split(Sm),1)[0]).match(Mm)||(n=parseFloat(n),this.data({redirectDelay:n}),"number"==typeof r&&n<=t.minDelay)||"number"==typeof a&&n>t.maxDelay},"meta-viewport-scale-evaluate":sm,"multiple-label-evaluate":Hf,"nested-interactive-matches":Lh,"no-autoplay-audio-evaluate":im,"no-autoplay-audio-matches":qh,"no-empty-role-matches":zh,"no-explicit-name-required-matches":Vh,"no-focusable-content-evaluate":function(e,t,n){if(n.children)try{var r,a=function t(e){if(!e.children){if(1===e.props.nodeType)throw new Error("Cannot determine children");return[]}var n=[];e.children.forEach(function(e){"widget"===ql(e)&&A(e)?n.push(e):n.push.apply(n,y(t(e)))});return n}(n);return a.length?(0<(r=a.filter(Sf)).length?(this.data({messageKey:"notHidden"}),this.relatedNodes(r)):this.relatedNodes(a),!1):!0}catch(e){}},"no-implicit-explicit-label-evaluate":Sp,"no-naming-method-matches":$h,"no-negative-tabindex-matches":Hh,"no-role-matches":Uh,"non-empty-if-present-evaluate":Qm,"not-html-matches":Gh,"object-is-loaded-matches":function(t,n){return[Vh,function(e){var t;return null==e||null==(t=e.ownerDocument)||!t.createRange||((t=e.ownerDocument.createRange()).setStart(e,0),t.setEnd(e,e.childNodes.length),0===t.getClientRects().length)}].every(function(e){return e(t,n)})},"only-dlitems-evaluate":em,"only-listitems-evaluate":tm,"p-as-heading-evaluate":Bm,"p-as-heading-matches":Wh,"page-no-duplicate-after":xf,"page-no-duplicate-evaluate":Ef,"presentation-role-conflict-matches":Yh,"presentational-role-evaluate":function(e,t,n){var r=c(n);if(["presentation","none"].includes(r)&&["iframe","frame"].includes(n.props.nodeName)&&n.hasAttr("title"))this.data({messageKey:"iframe",nodeName:n.props.nodeName});else{var a,o=C(n);if(["presentation","none"].includes(o))return this.data({role:o}),!0;["presentation","none"].includes(r)&&(r=ai().some(function(e){return n.hasAttr(e)}),a=A(n),this.data({messageKey:r&&!a?"globalAria":!r&&a?"focusable":"both",role:o}))}return!1},"region-after":jm,"region-evaluate":function(e,t,n){return this.data({isIframe:["iframe","frame"].includes(n.props.nodeName)}),!w.get("regionlessNodes",function(){return function t(e,n){var r=e.actualNode;{if("button"===C(e)||zm(e,n)||["iframe","frame"].includes(e.props.nodeName)||Bc(e.actualNode)&&Oo(e.actualNode,"href")||!k(r)){for(var a=e;a;)a._hasRegionDescendant=!0,a=a.parent;return["iframe","frame"].includes(e.props.nodeName)?[e]:[]}return r!==document.body&&Ol(r,!0)?[e]:e.children.filter(function(e){e=e.actualNode;return 1===e.nodeType}).map(function(e){return t(e,n)}).reduce(function(e,t){return e.concat(t)},[])}}(axe._tree[0],t).map(function(e){for(;e.parent&&!e.parent._hasRegionDescendant&&e.parent.actualNode!==document.body;)e=e.parent;return e}).filter(function(e,t,n){return n.indexOf(e)===t})}).includes(n)},"same-caption-summary-evaluate":rh,"scope-value-evaluate":oh,"scrollable-region-focusable-matches":function(e,t){return void 0!==M1(e,13)&&!1===op(t)&&bd(t,"*").some(function(e){return _l(e,!0,!0)})},"skip-link-evaluate":Vm,"skip-link-matches":Kh,"structured-dlitems-evaluate":nm,"svg-namespace-matches":Nh,"svg-non-empty-title-evaluate":eh,"tabindex-evaluate":Mf,"table-or-grid-role-matches":function(e,t){return t=C(t),["treegrid","grid","table"].includes(t)},"target-offset-evaluate":function(e,t,n){var r,a,o=(null==t?void 0:t.minOffset)||24,i=[],l=o,s=g(wo(n,o));try{for(s.s();!(r=s.n()).done;){var u,c=r.value;"widget"===ql(c)&&A(c)&&(a=Io(n,c),o<=.05+(u=Math.round(10*a)/10)||(l=Math.min(l,u),i.push(c)))}}catch(e){s.e(e)}finally{s.f()}return 0===i.length?(this.data({closestOffset:l,minOffset:o}),!0):(this.relatedNodes(i.map(function(e){return e.actualNode})),i.some(Ll)?(this.data({closestOffset:l,minOffset:o}),!Ll(n)&&void 0):void this.data({messageKey:"nonTabbableNeighbor",closestOffset:l,minOffset:o}))},"target-size-evaluate":function(e,t,n){var r,a,t=(null==t?void 0:t.minSize)||24,o=n.boundingClientRect,i=fm.bind(null,t),l=wo(n),s=(r=n,l.filter(function(e){return!cm(e,r)&&pm(r,e)})),u=(l=function(e,t){var n,r=[],a=[],o=g(t);try{for(o.s();!(n=o.n()).done;){var i=n.value;!pm(e,i)&&jo(e,i)&&"none"!==i.getComputedStylePropertyValue("pointer-events")&&(cm(e,i)?r:a).push(i)}}catch(e){o.e(e)}finally{o.f()}return{fullyObscuringElms:r,partialObscuringElms:a}}(n,l)).fullyObscuringElms,l=l.partialObscuringElms;return u.length&&!s.length?(this.relatedNodes(mm(u)),this.data({messageKey:"obscured"}),!0):(a=!Ll(n)&&void 0,i(o)||s.length?(l=function(e,t){e=e.boundingClientRect;if(0===t.length)return null;t=t.map(function(e){return e.boundingClientRect});return function(e,r){return e.reduce(function(e,t){var n=fm(r,e);return n!==fm(r,t)?n?e:t:(n=e.width*e.height,t.width*t.height<n?e:t)})}(Lo(e,t))}(n,n=l.filter(function(e){return"widget"===ql(e)&&A(e)})),!s.length||!u.length&&i(l||o)?0===n.length||i(l)?(this.data(h({minSize:t},dm(l||o))),this.relatedNodes(mm(n)),!0):(u=n.every(Ll),i="partiallyObscured".concat(u?"":"NonTabbable"),this.data(h({messageKey:i,minSize:t},dm(l))),this.relatedNodes(mm(n)),u?a:void 0):(this.data({minSize:t,messageKey:"contentOverflow"}),void this.relatedNodes(mm(s)))):(this.data(h({minSize:t},dm(o))),a))},"td-has-header-evaluate":ih,"td-headers-attr-evaluate":lh,"th-has-data-cells-evaluate":sh,"title-only-evaluate":Uf,"unique-frame-title-after":$m,"unique-frame-title-evaluate":Hm,"unsupportedrole-evaluate":Mp,"valid-lang-evaluate":Xf,"valid-scrollable-semantics-evaluate":Bp,"widget-not-inline-matches":function(t,n){return Xh.every(function(e){return e(t,n)})},"window-is-top-matches":function(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top},"xml-lang-mismatch-evaluate":Zf,"xml-lang-mismatch-matches":function(e){var t=c1(e.getAttribute("lang")),e=c1(e.getAttribute("xml:lang"));return Rd(t)&&Rd(e)}},eg=function(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null};function tg(e){if("string"!=typeof e)return e;if(Qh[e])return Qh[e];if(/^\s*function[\s\w]*\(/.test(e))return new Function("return "+e+";")();throw new ReferenceError("Function ID does not exist in the metadata-function-map: ".concat(e))}function ng(e){var t=0<arguments.length&&void 0!==e?e:{};return t=!Array.isArray(t)&&"object"===te(t)?t:{value:t}}function rg(e){e&&(this.id=e.id,this.configure(e))}rg.prototype.enabled=!0,rg.prototype.run=function(t,e,n,r,a){var o=((e=e||{}).hasOwnProperty("enabled")?e:this).enabled,i=this.getOptions(e.options);if(o){var l,o=new eg(this),e=br(o,e,r,a);try{l=this.evaluate.call(e,t.actualNode,i,t,n)}catch(e){return t&&t.actualNode&&(e.errorNode=new gr(t).toJSON()),void a(e)}e.isAsync||(o.result=l,r(o))}else r(null)},rg.prototype.runSync=function(t,e,n){var r=(e=e||{}).enabled;if(!(void 0===r?this.enabled:r))return null;var a,r=this.getOptions(e.options),o=new eg(this),e=br(o,e);e.async=function(){throw new Error("Cannot run async check while in a synchronous run")};try{a=this.evaluate.call(e,t.actualNode,r,t,n)}catch(e){throw t&&t.actualNode&&(e.errorNode=new gr(t).toJSON()),e}return o.result=a,o},rg.prototype.configure=function(t){var n=this;t.evaluate&&!Qh[t.evaluate]||(this._internalCheck=!0),t.hasOwnProperty("enabled")&&(this.enabled=t.enabled),t.hasOwnProperty("options")&&(this._internalCheck?this.options=ng(t.options):this.options=t.options),["evaluate","after"].filter(function(e){return t.hasOwnProperty(e)}).forEach(function(e){return n[e]=tg(t[e])})},rg.prototype.getOptions=function(e){return this._internalCheck?Da(this.options,ng(e||{})):e||this.options};var ag=rg,og=function(e){this.id=e.id,this.result=f.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]};function ig(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(d(f.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact),this.excludeHidden="boolean"!=typeof e.excludeHidden||e.excludeHidden,this.enabled="boolean"!=typeof e.enabled||e.enabled,this.pageLevel="boolean"==typeof e.pageLevel&&e.pageLevel,this.reviewOnFail="boolean"==typeof e.reviewOnFail&&e.reviewOnFail,this.any=e.any||[],this.all=e.all||[],this.none=e.none||[],this.tags=e.tags||[],this.preload=!!e.preload,this.actIds=e.actIds,e.matches&&(this.matches=tg(e.matches))}function lg(e){var n,r;if(e.length)return n=!1,r={},e.forEach(function(e){var t=e.results.filter(function(e){return e});(r[e.type]=t).length&&(n=!0)}),n?r:null}ig.prototype.matches=function(){return!0},ig.prototype.gather=function(e){var t=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},n="mark_gather_start_"+this.id,r="mark_gather_end_"+this.id,a="mark_isVisibleToScreenReaders_start_"+this.id,o="mark_isVisibleToScreenReaders_end_"+this.id,i=(t.performanceTimer&&M.mark(n),xd(this.selector,e));return this.excludeHidden&&(t.performanceTimer&&M.mark(a),i=i.filter(k),t.performanceTimer)&&(M.mark(o),M.measure("rule_"+this.id+"#gather_axe.utils.isVisibleToScreenReaders",a,o)),t.performanceTimer&&(M.mark(r),M.measure("rule_"+this.id+"#gather",n,r)),i},ig.prototype.runChecks=function(t,a,o,i,n,e){var l=this,s=Mr();this[t].forEach(function(e){var n=l._audit.checks[e.id||e],r=y1(n,l.id,o);s.defer(function(e,t){n.run(a,r,i,e,t)})}),s.then(function(e){e=e.filter(function(e){return e}),n({type:t,results:e})}).catch(e)},ig.prototype.runChecksSync=function(e,n,r,a){var o=this,i=[];return this[e].forEach(function(e){var e=o._audit.checks[e.id||e],t=y1(e,o.id,r);i.push(e.runSync(n,t,a))}),{type:e,results:i=i.filter(function(e){return e})}},ig.prototype.run=function(a){var e,o=this,i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},t=2<arguments.length?arguments[2]:void 0,n=3<arguments.length?arguments[3]:void 0,l=(i.performanceTimer&&this._trackPerformance(),Mr()),s=new og(this);try{e=this.gatherAndMatchNodes(a,i)}catch(e){return void n(new P({cause:e,ruleId:this.id}))}i.performanceTimer&&this._logGatherPerformance(e),e.forEach(function(r){l.defer(function(n,t){var e=Mr();["any","all","none"].forEach(function(n){e.defer(function(e,t){o.runChecks(n,r,i,a,e,t)})}),e.then(function(e){var t=lg(e);t&&(t.node=new gr(r,i),s.nodes.push(t),o.reviewOnFail)&&(["any","all"].forEach(function(e){t[e].forEach(function(e){!1===e.result&&(e.result=void 0)})}),t.none.forEach(function(e){!0===e.result&&(e.result=void 0)})),n()}).catch(function(e){return t(e)})})}),l.defer(function(e){return setTimeout(e,0)}),i.performanceTimer&&this._logRulePerformance(),l.then(function(){return t(s)}).catch(function(e){return n(e)})},ig.prototype.runSync=function(a){var e,o=this,i=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{},l=(i.performanceTimer&&this._trackPerformance(),new og(this));try{e=this.gatherAndMatchNodes(a,i)}catch(e){throw new P({cause:e,ruleId:this.id})}return i.performanceTimer&&this._logGatherPerformance(e),e.forEach(function(t){var n=[],r=(["any","all","none"].forEach(function(e){n.push(o.runChecksSync(e,t,i,a))}),lg(n));r&&(r.node=t.actualNode?new gr(t,i):null,l.nodes.push(r),o.reviewOnFail)&&(["any","all"].forEach(function(e){r[e].forEach(function(e){!1===e.result&&(e.result=void 0)})}),r.none.forEach(function(e){!0===e.result&&(e.result=void 0)}))}),i.performanceTimer&&this._logRulePerformance(),l},ig.prototype._trackPerformance=function(){this._markStart="mark_rule_start_"+this.id,this._markEnd="mark_rule_end_"+this.id,this._markChecksStart="mark_runchecks_start_"+this.id,this._markChecksEnd="mark_runchecks_end_"+this.id},ig.prototype._logGatherPerformance=function(e){Cn("gather (",e.length,"):",M.timeElapsed()+"ms"),M.mark(this._markChecksStart)},ig.prototype._logRulePerformance=function(){M.mark(this._markChecksEnd),M.mark(this._markEnd),M.measure("runchecks_"+this.id,this._markChecksStart,this._markChecksEnd),M.measure("rule_"+this.id,this._markStart,this._markEnd)},ig.prototype.gatherAndMatchNodes=function(t,e){var n=this,r="mark_matches_start_"+this.id,a="mark_matches_end_"+this.id,o=this.gather(t,e);return e.performanceTimer&&M.mark(r),o=o.filter(function(e){return n.matches(e.actualNode,e,t)}),e.performanceTimer&&(M.mark(a),M.measure("rule_"+this.id+"#matches",r,a)),o},ig.prototype.after=function(i,l){var t,e,n,s=this,r=ha(t=this).map(function(e){e=t._audit.checks[e.id||e];return e&&"function"==typeof e.after?e:null}).filter(Boolean),u=this.id;return r.forEach(function(e){t=i.nodes,n=e.id,r=[],t.forEach(function(t){ha(t).forEach(function(e){e.id===n&&(e.node=t.node,r.push(e))})});var n,r,t=r,a=y1(e,u,l),o=e.after(t,a);s.reviewOnFail&&o.forEach(function(e){var t=(s.any.includes(e.id)||s.all.includes(e.id))&&!1===e.result,n=s.none.includes(e.id)&&!0===e.result;(t||n)&&(e.result=void 0)}),t.forEach(function(e){delete e.node,-1===o.indexOf(e)&&(e.filtered=!0)})}),i.nodes=(e=["any","all","none"],n=(r=i).nodes.filter(function(t){var n=0;return e.forEach(function(e){t[e]=t[e].filter(function(e){return!0!==e.filtered}),n+=t[e].length}),0<n}),n=r.pageLevel&&n.length?[n.reduce(function(t,n){if(t)return e.forEach(function(e){t[e].push.apply(t[e],n[e])}),t})]:n),i},ig.prototype.configure=function(e){e.hasOwnProperty("selector")&&(this.selector=e.selector),e.hasOwnProperty("excludeHidden")&&(this.excludeHidden="boolean"!=typeof e.excludeHidden||e.excludeHidden),e.hasOwnProperty("enabled")&&(this.enabled="boolean"!=typeof e.enabled||e.enabled),e.hasOwnProperty("pageLevel")&&(this.pageLevel="boolean"==typeof e.pageLevel&&e.pageLevel),e.hasOwnProperty("reviewOnFail")&&(this.reviewOnFail="boolean"==typeof e.reviewOnFail&&e.reviewOnFail),e.hasOwnProperty("any")&&(this.any=e.any),e.hasOwnProperty("all")&&(this.all=e.all),e.hasOwnProperty("none")&&(this.none=e.none),e.hasOwnProperty("tags")&&(this.tags=e.tags),e.hasOwnProperty("actIds")&&(this.actIds=e.actIds),e.hasOwnProperty("matches")&&(this.matches=tg(e.matches)),e.impact&&(d(f.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact)};var sg=ig,ug=Ne(Dn()),cg=/\{\{.+?\}\}/g;function dg(){return window.origin&&"null"!==window.origin?window.origin:window.location&&window.location.origin&&"null"!==window.location.origin?window.location.origin:void 0}function pg(e,t,n){for(var r=0,a=e.length;r<a;r++)t[n](e[r])}function fg(e){De(this,fg),this.lang="en",this.defaultConfig=e,this.standards=E,this._init(),this._defaultLocale=null}function mg(r,e,a){return a.performanceTimer&&M.mark("mark_rule_start_"+r.id),function(t,n){r.run(e,a,function(e){t(e)},function(e){a.debug?n(e):(e=Object.assign(new og(r),{result:f.CANTTELL,description:"An error occured while running this rule",message:e.message,stack:e.stack,error:e,errorNode:e.errorNode}),t(e))})}}function hg(e,t,n){var r=e.brand,a=e.application,e=e.lang;return f.helpUrlBase+r+"/"+(n||axe.version.substring(0,axe.version.lastIndexOf(".")))+"/"+t+"?application="+encodeURIComponent(a)+(e&&"en"!==e?"&lang="+encodeURIComponent(e):"")}Ee(fg,[{key:"_setDefaultLocale",value:function(){if(!this._defaultLocale){for(var e={checks:{},rules:{},failureSummaries:{},incompleteFallbackMessage:"",lang:this.lang},t=Object.keys(this.data.checks),n=0;n<t.length;n++){var r=t[n],a=this.data.checks[r].messages,o=a.pass,i=a.fail,a=a.incomplete;e.checks[r]={pass:o,fail:i,incomplete:a}}for(var l=Object.keys(this.data.rules),s=0;s<l.length;s++){var u=l[s],c=this.data.rules[u],d=c.description,c=c.help;e.rules[u]={description:d,help:c}}for(var p=Object.keys(this.data.failureSummaries),f=0;f<p.length;f++){var m=p[f],h=this.data.failureSummaries[m].failureMessage;e.failureSummaries[m]={failureMessage:h}}e.incompleteFallbackMessage=this.data.incompleteFallbackMessage,this._defaultLocale=e}}},{key:"_resetLocale",value:function(){var e=this._defaultLocale;e&&this.applyLocale(e)}},{key:"_applyCheckLocale",value:function(e){for(var t,n,r,a=Object.keys(e),o=0;o<a.length;o++){var i=a[o];if(!this.data.checks[i])throw new Error('Locale provided for unknown check: "'.concat(i,'"'));this.data.checks[i]=(t=this.data.checks[i],i=e[i],r=n=void 0,n=i.pass,r=i.fail,"string"==typeof n&&cg.test(n)&&(n=ug.default.compile(n)),"string"==typeof r&&cg.test(r)&&(r=ug.default.compile(r)),h({},t,{messages:{pass:n||t.messages.pass,fail:r||t.messages.fail,incomplete:"object"===te(t.messages.incomplete)?h({},t.messages.incomplete,i.incomplete):i.incomplete}}))}}},{key:"_applyRuleLocale",value:function(e){for(var t,n,r=Object.keys(e),a=0;a<r.length;a++){var o=r[a];if(!this.data.rules[o])throw new Error('Locale provided for unknown rule: "'.concat(o,'"'));this.data.rules[o]=(t=this.data.rules[o],o=e[o],n=void 0,n=o.help,o=o.description,"string"==typeof n&&cg.test(n)&&(n=ug.default.compile(n)),"string"==typeof o&&cg.test(o)&&(o=ug.default.compile(o)),h({},t,{help:n||t.help,description:o||t.description}))}}},{key:"_applyFailureSummaries",value:function(e){for(var t=Object.keys(e),n=0;n<t.length;n++){var r=t[n];if(!this.data.failureSummaries[r])throw new Error('Locale provided for unknown failureMessage: "'.concat(r,'"'));this.data.failureSummaries[r]=function(e,t){t=t.failureMessage;return h({},e,{failureMessage:(t="string"==typeof t&&cg.test(t)?ug.default.compile(t):t)||e.failureMessage})}(this.data.failureSummaries[r],e[r])}}},{key:"applyLocale",value:function(e){var t,n;this._setDefaultLocale(),e.checks&&this._applyCheckLocale(e.checks),e.rules&&this._applyRuleLocale(e.rules),e.failureSummaries&&this._applyFailureSummaries(e.failureSummaries,"failureSummaries"),e.incompleteFallbackMessage&&(this.data.incompleteFallbackMessage=(t=this.data.incompleteFallbackMessage,(n="string"==typeof(n=e.incompleteFallbackMessage)&&cg.test(n)?ug.default.compile(n):n)||t)),e.lang&&(this.lang=e.lang)}},{key:"setAllowedOrigins",value:function(e){var t,n=dg(),r=(this.allowedOrigins=[],g(e));try{for(r.s();!(t=r.n()).done;){var a=t.value;if(a===f.allOrigins)return void(this.allowedOrigins=["*"]);a!==f.sameOrigin?this.allowedOrigins.push(a):n&&this.allowedOrigins.push(n)}}catch(e){r.e(e)}finally{r.f()}}},{key:"_init",value:function(){(t=this.defaultConfig)?(e=vr(t)).commons=t.commons:e={},e.reporter=e.reporter||null,e.noHtml=e.noHtml||!1,e.allowedOrigins||(t=dg(),e.allowedOrigins=t?[t]:[]),e.rules=e.rules||[],e.checks=e.checks||[],e.data=h({checks:{},rules:{}},e.data);var e,t=e;this.lang=t.lang||"en",this.reporter=t.reporter,this.commands={},this.rules=[],this.checks={},this.brand="axe",this.application="axeAPI",this.tagExclude=["experimental"],this.noHtml=t.noHtml,this.allowedOrigins=t.allowedOrigins,pg(t.rules,this,"addRule"),pg(t.checks,this,"addCheck"),this.data={},this.data.checks=t.data&&t.data.checks||{},this.data.rules=t.data&&t.data.rules||{},this.data.failureSummaries=t.data&&t.data.failureSummaries||{},this.data.incompleteFallbackMessage=t.data&&t.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.metadata);var t=this.getRule(e.id);t?t.configure(e):this.rules.push(new sg(e,this))}},{key:"addCheck",value:function(e){var t=e.metadata;"object"===te(t)&&(this.data.checks[e.id]=t,"object"===te(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 ag(e)}},{key:"run",value:function(a,o,i,l){this.normalizeOptions(o),axe._selectCache=[];e=this.rules,n=a,r=o;var n,r,e=e.reduce(function(e,t){return yd(t,n,r)&&(t.preload?e.later:e.now).push(t),e},{now:[],later:[]}),t=e.now,s=e.later,u=Mr(),e=(t.forEach(function(e){u.defer(mg(e,a,o))}),Mr()),t=(s.length&&e.defer(function(t){md(o).then(function(e){return t(e)}).catch(function(e){console.warn("Couldn't load preload assets: ",e),t(void 0)})}),Mr());t.defer(u),t.defer(e),t.then(function(e){var t,n=e.pop(),r=(n&&n.length&&(n=n[0])&&(a=h({},a,n)),e[0]);s.length?(t=Mr(),s.forEach(function(e){e=mg(e,a,o);t.defer(e)}),t.then(function(e){axe._selectCache=void 0,i(r.concat(e).filter(function(e){return!!e}))}).catch(l)):(axe._selectCache=void 0,i(r.filter(function(e){return!!e})))}).catch(l)}},{key:"after",value:function(e,n){var r=this.rules;return e.map(function(e){var t=ga(r,"id",e.id);if(t)return t.after(e,n);throw new Error("Result for unknown rule. You may be running mismatch axe-core versions")})}},{key:"getRule",value:function(t){return this.rules.find(function(e){return e.id===t})}},{key:"normalizeOptions",value:function(e){var t=[],n=[];if(this.rules.forEach(function(e){n.push(e.id),e.tags.forEach(function(e){t.includes(e)||t.push(e)})}),["object","string"].includes(te(e.runOnly))){if("string"==typeof e.runOnly&&(e.runOnly=[e.runOnly]),Array.isArray(e.runOnly)){var r=e.runOnly.find(function(e){return t.includes(e)}),a=e.runOnly.find(function(e){return n.includes(e)});if(r&&a)throw new Error("runOnly cannot be both rules and tags");e.runOnly=a?{type:"rule",values:e.runOnly}:{type:"tag",values:e.runOnly}}r=e.runOnly;if(r.value&&!r.values&&(r.values=r.value,delete r.value),!Array.isArray(r.values)||0===r.values.length)throw new Error("runOnly.values must be a non-empty array");if(["rule","rules"].includes(r.type))r.type="rule",r.values.forEach(function(e){if(!n.includes(e))throw new Error("unknown rule `"+e+"` in options.runOnly")});else{if(!["tag","tags",void 0].includes(r.type))throw new Error("Unknown runOnly type '".concat(r.type,"'"));r.type="tag";a=r.values.filter(function(e){return!t.includes(e)&&!/wcag2[1-3]a{1,3}/.test(e)});0!==a.length&&axe.log("Could not find tags `"+a.join("`, `")+"`")}}return"object"===te(e.rules)&&Object.keys(e.rules).forEach(function(e){if(!n.includes(e))throw new Error("unknown rule `"+e+"` in options.rules")}),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 n=this,r=0<arguments.length&&void 0!==arguments[0]?arguments[0]:null,a=(axe.version.match(/^[1-9][0-9]*\.[0-9]+/)||["x.y"])[0];this.rules.forEach(function(e){n.data.rules[e.id]||(n.data.rules[e.id]={});var t=n.data.rules[e.id];("string"!=typeof t.helpUrl||r&&t.helpUrl===hg(r,e.id,a))&&(t.helpUrl=hg(n,e.id,a))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}]);var gg=fg;function bg(){w.get("globalDocumentSet")&&(w.set("globalDocumentSet",!1),document=null),w.get("globalWindowSet")&&(w.set("globalWindowSet",!1),window=null)}var vg=function(){bg(),axe._memoizedFns.forEach(function(e){return e.clear()}),w.clear(),axe._tree=void 0,axe._selectorData=void 0,axe._selectCache=void 0},yg=function(n,r,a,o){try{n=new _1(n),axe._tree=n.flatTree,axe._selectorData=ir(n.flatTree)}catch(e){return vg(),o(e)}var e=Mr(),i=axe._audit;r.performanceTimer&&M.auditStart(),n.frames.length&&!1!==r.iframes&&e.defer(function(e,t){ya(n,r,"rules",null,e,t)}),e.defer(function(e,t){i.run(n,r,e,t)}),e.then(function(e){try{r.performanceTimer&&M.auditEnd();var t=va(e.map(function(e){return{results:e}}));n.initiator&&((t=i.after(t,r)).forEach(gd),t=t.map(Bn));try{a(t,vg)}catch(e){vg(),Cn(e)}}catch(e){vg(),o(e)}}).catch(function(e){vg(),o(e)})};function wg(e,t,n){function r(e){e instanceof Error==!1&&(e=new Error(e)),n(e)}var a=n,o=e&&e.context||{},i=(o.hasOwnProperty("include")&&!o.include.length&&(o.include=[document]),e&&e.options||{});switch(e.command){case"rules":return yg(o,i,function(e,t){a(e),t()},r);case"cleanup-plugin":return Id(a,r);default:if(axe._audit&&axe._audit.commands&&axe._audit.commands[e.command])return axe._audit.commands[e.command](e,n)}}function Dg(e){axe._audit=new gg(e)}function xg(e){this._run=e.run,this._collect=e.collect,this._registry={},e.commands.forEach(function(e){axe._audit.registerCommand(e)})}function Eg(e){axe.plugins[e.id]=new xg(e)}function Fg(){var e=axe._audit;if(!e)throw new Error("No audit configured");e.resetRulesAndChecks(),Object.keys(ei).forEach(function(e){ei[e]=Qo[e]})}function Ag(e){var t,e=v(e,3),n=e[0],r=e[1],e=e[2],a=new TypeError("axe.run arguments are invalid");if(!E1(t=n)&&!F1(t)){if(void 0!==e)throw a;e=r,r=n,n=document}if("object"!==te(r)){if(void 0!==e)throw a;e=r,r={}}if("function"!=typeof e&&void 0!==e)throw a;return(r=vr(r)).reporter=null!=(t=null!=(t=r.reporter)?t:null==(a=axe._audit)?void 0:a.reporter)?t:"v1",{context:n,options:r,callback:e}}window.top!==window&&(ca.subscribe("axe.start",wg),ca.subscribe("axe.ping",function(e,t,n){n({axe:!0})})),xg.prototype.run=function(){return this._run.apply(this,arguments)},xg.prototype.collect=function(){return this._collect.apply(this,arguments)},xg.prototype.cleanup=function(e){var n=axe.utils.queue(),r=this;Object.keys(this._registry).forEach(function(t){n.defer(function(e){r._registry[t].cleanup(e)})}),n.then(e)},xg.prototype.add=function(e){this._registry[e.id]=e};var Cg=function(){};function kg(e){var t=e.node,n=b(e,Y);n.node=t.toJSON();for(var r=0,a=["any","all","none"];r<a.length;r++){var o=a[r];n[o]=n[o].map(function(e){var t=e.relatedNodes;return h({},b(e,K),{relatedNodes:t.map(function(e){return e.toJSON()})})})}return n}function Tg(e){if(axe._tree)throw new Error("Axe is already setup. Call `axe.teardown()` before calling `axe.setup` again.");return axe._tree=u1(e),axe._selectorData=ir(axe._tree),axe._tree[0]}function Ng(e,t,n){console.warn('"na" reporter will be deprecated in axe v4.0. Use the "v2" reporter instead.'),"function"==typeof t&&(n=t,t={});var r=t.environmentData,a=b(a=t,X);n(h({},w1(r),{toolOptions:a},m1(e,t)))}function Rg(e,t,n){"function"==typeof t&&(n=t,t={});var r=t.environmentData,a=b(a=t,Z);t.resultTypes=["violations"],e=m1(e,t).violations,n(h({},w1(r),{toolOptions:a,violations:e}))}function _g(e,t,n){"function"==typeof t&&(n=t,t={});var r=t.environmentData,t=b(t,Q);Mg(e,t,function(e){var t=w1(r);n({raw:e,env:t})})}function Og(e,t,n){function r(e){e.nodes.forEach(function(e){e.failureSummary=d1(e)})}"function"==typeof t&&(n=t,t={});var a=t.environmentData,o=b(o=t,ee);(e=m1(e,t)).incomplete.forEach(r),e.violations.forEach(r),n(h({},w1(a),{toolOptions:o},e))}function Sg(e,t,n){"function"==typeof t&&(n=t,t={});var r=t.environmentData,a=b(a=t,ne),e=m1(e,t);n(h({},w1(r),{toolOptions:a},e))}var Mg=function(e,t,n){if("function"==typeof t&&(n=t,t={}),!e||!Array.isArray(e))return n(e);n(e.map(function(e){for(var t=h({},e),n=0,r=["passes","violations","incomplete","inapplicable"];n<r.length;n++){var a=r[n];t[a]&&Array.isArray(t[a])&&(t[a]=t[a].map(function(e){var t,n=e.node,e=b(e,J);return h({node:n="function"==typeof(null==(t=n)?void 0:t.toJSON)?n.toJSON():n},e)}))}return t}))},Ju={base:{Audit:gg,CheckResult:eg,Check:ag,Context:_1,RuleResult:og,Rule:sg,metadataFunctionMap:Qh},public:{reporters:Bd},helpers:{failureSummary:d1,incompleteFallbackMessage:p1,processAggregate:m1},utils:{setDefaultFrameMessenger:sa,cacheNodeSelectors:i1,getNodesMatchingExpression:n1,convertSelector:Ar},commons:{dom:{nativelyHidden:Ba,displayHidden:ja,visibilityHidden:La,contentVisibiltyHidden:qa,ariaHidden:za,opacityHidden:Va,scrollHidden:$a,overflowHidden:Ha,clipHidden:Ua,areaHidden:Ga,detailsHidden:Wa}}};axe._thisWillBeDeletedDoNotUse=Ju,axe.constants=f,axe.log=Cn,axe.AbstractVirtualNode=p,axe.SerialVirtualNode=Pd,axe.VirtualNode=e1,axe._cache=w,axe.imports=r,axe.cleanup=Id,axe.configure=qd,axe.frameMessenger=function(e){ca.updateMessenger(e)},axe.getRules=zd,axe._load=Dg,axe.plugins={},axe.registerPlugin=Eg,axe.hasReporter=jd,axe.getReporter=Ld,axe.addReporter=function(e,t,n){Bd[e]=t,n&&(Od=t)},axe.reset=Fg,axe._runRules=yg,axe.runVirtualRule=function(e,t){var n=2<arguments.length&&void 0!==arguments[2]?arguments[2]:{},r=(n.reporter=n.reporter||axe._audit.reporter||"v1",axe._selectorData={},t instanceof p||(t=new Pd(t)),S1(e));if(r)return r=(r=Object.create(r,{excludeHidden:{value:!1}})).runSync({initiator:!0,include:[t],exclude:[],frames:[],page:!1,focusable:!0,size:{},flatTree:[]},n),gd(r),Bn(r),(r=qn([r])).violations.forEach(function(e){return e.nodes.forEach(function(e){e.failureSummary=d1(e)})}),h({},w1(),r,{toolOptions:n});throw new Error("unknown rule `"+e+"`")},axe.run=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=t[0],a=window&&"Node"in window&&"NodeList"in window,o=!!document;if(!a||!o){if(!r||!r.ownerDocument)throw new Error('Required "window" or "document" globals not defined and cannot be deduced from the context. Either set the globals before running or pass in a valid Element.');o||(w.set("globalDocumentSet",!0),document=r.ownerDocument),a||(w.set("globalWindowSet",!0),window=document.defaultView)}var r=(o=Ag(t)).context,i=o.options,l=void 0===(a=o.callback)?Cg:a,a=(o=function(e){var t,n,r;"function"==typeof Promise&&e===Cg?t=new Promise(function(e,t){n=t,r=e}):r=n=Cg;return{thenable:t,reject:n,resolve:r}}(l)).thenable,s=o.resolve,u=o.reject;try{d(axe._audit,"No audit configured"),d(!axe._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 o=e,c=l;if(bg(),"function"!=typeof c||c===Cg)throw o;return void c(o.message)}return axe._running=!0,i.performanceTimer&&axe.utils.performanceTimer.start(),axe._runRules(r,i,function(e,t){i.performanceTimer&&axe.utils.performanceTimer.end();try{var n=e,r=i,a=function(e){axe._running=!1,t();try{l(null,e)}catch(e){axe.log(e)}s(e)};void 0!==(n=Ld(r.reporter)(n,r,a))&&a(n)}catch(e){axe._running=!1,t(),l(e),u(e)}},function(e){i.performanceTimer&&axe.utils.performanceTimer.end(),axe._running=!1,bg(),l(e),u(e)}),a},axe.setup=Tg,axe.teardown=vg,axe.runPartial=function(){for(var e=arguments.length,t=new Array(e),n=0;n<e;n++)t[n]=arguments[n];var r=(a=Ag(t)).options,a=a.context,o=(d(axe._audit,"Axe is not configured. Audit is missing."),d(!axe._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run."),new _1(a,axe._tree));return axe._tree=o.flatTree,axe._selectorData=ir(o.flatTree),axe._running=!0,new Promise(function(e,t){axe._audit.run(o,r,e,t)}).then(function(e){e=e.map(function(e){var t=e.nodes,e=b(e,W);return h({nodes:t.map(kg)},e)});var t,n=o.frames.map(function(e){e=e.node;return new gr(e,r).toJSON()});return o.initiator&&(t=w1()),axe._running=!1,vg(),{results:e,frames:n,environmentData:t}}).catch(function(e){return axe._running=!1,vg(),Promise.reject(e)})},axe.finishRun=function(e){var t,n=vr(n=1<arguments.length&&void 0!==arguments[1]?arguments[1]:{}),r=(e.find(function(e){return e.environmentData})||{}).environmentData;axe._audit.normalizeOptions(n),n.reporter=null!=(d=null!=(d=n.reporter)?d:null==(d=axe._audit)?void 0:d.reporter)?d:"v1";var a=[],o=g(d=e);try{for(o.s();!(t=o.n()).done;){var i,l=t.value,s=a.shift();l&&(l.frameSpec=null!=s?s:null,i=function(e){var t=e.frames,n=e.frameSpec;return n?t.map(function(e){return gr.mergeSpecs(e,n)}):t}(l),a.unshift.apply(a,y(i)))}}catch(e){o.e(e)}finally{o.f()}var u,c,d=va(e);return(d=axe._audit.after(d,n)).forEach(gd),d=d.map(Bn),u=d,c=h({environmentData:r},n),new Promise(function(e){Ld(c.reporter)(u,c,e)})},axe.commons=Ws,axe.utils=Nn,axe.addReporter("na",Ng),axe.addReporter("no-passes",Rg),axe.addReporter("rawEnv",_g),axe.addReporter("raw",Mg),axe.addReporter("v1",Og),axe.addReporter("v2",Sg,!0),axe._load({lang:"en",data:{rules:{accesskeys:{description:"Ensures every accesskey attribute value is unique",help:"accesskey attribute value should be unique"},"area-alt":{description:"Ensures <area> elements of image maps have alternate text",help:"Active <area> elements must have alternate text"},"aria-allowed-attr":{description:"Ensures ARIA attributes are allowed for an element's role",help:"Elements must only use allowed ARIA attributes"},"aria-allowed-role":{description:"Ensures role attribute has an appropriate value for the element",help:"ARIA role should be appropriate for the element"},"aria-command-name":{description:"Ensures every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-dialog-name":{description:"Ensures 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:"Ensures 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:"Ensures 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:"Ensures every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensures every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensures every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-required-attr":{description:"Ensures elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-children":{description:"Ensures elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensures 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:"Ensures all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensures "role=text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensures every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{description:"Ensures every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensures every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensures all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensures attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensures <audio> elements have captions",help:"<audio> elements must have a captions track"},"autocomplete-valid":{description:"Ensure the autocomplete attribute is correct and suitable for the form field",help:"autocomplete attribute must be used correctly"},"avoid-inline-spacing":{description:"Ensure that text spacing set through style attributes can be adjusted with custom stylesheets",help:"Inline text spacing must be adjustable with custom stylesheets"},blink:{description:"Ensures <blink> elements are not used",help:"<blink> elements are deprecated and must not be used"},"button-name":{description:"Ensures buttons have discernible text",help:"Buttons must have discernible text"},bypass:{description:"Ensures each page has at least one mechanism for a user to bypass navigation and jump straight to the content",help:"Page must have means to bypass repeated blocks"},"color-contrast-enhanced":{description:"Ensures the contrast between foreground and background colors meets WCAG 2 AAA enhanced contrast ratio thresholds",help:"Elements must meet enhanced color contrast ratio thresholds"},"color-contrast":{description:"Ensures the contrast between foreground and background colors meets WCAG 2 AA minimum contrast ratio thresholds",help:"Elements must meet minimum color contrast ratio thresholds"},"css-orientation-lock":{description:"Ensures content is not locked to any specific display orientation, and the content is operable in all display orientations",help:"CSS Media queries must not lock display orientation"},"definition-list":{description:"Ensures <dl> elements are structured correctly",help:"<dl> elements must only directly contain properly-ordered <dt> and <dd> groups, <script>, <template> or <div> elements"},dlitem:{description:"Ensures <dt> and <dd> elements are contained by a <dl>",help:"<dt> and <dd> elements must be contained by a <dl>"},"document-title":{description:"Ensures each HTML document contains a non-empty <title> element",help:"Documents must have <title> element to aid in navigation"},"duplicate-id-active":{description:"Ensures every id attribute value of active elements is unique",help:"IDs of active elements must be unique"},"duplicate-id-aria":{description:"Ensures every id attribute value used in ARIA and in labels is unique",help:"IDs used in ARIA and labels must be unique"},"duplicate-id":{description:"Ensures every id attribute value is unique",help:"id attribute value must be unique"},"empty-heading":{description:"Ensures headings have discernible text",help:"Headings should not be empty"},"empty-table-header":{description:"Ensures table headers have discernible text",help:"Table header text should not be empty"},"focus-order-semantics":{description:"Ensures elements in the focus order have a role appropriate for interactive content",help:"Elements in the focus order should have an appropriate role"},"form-field-multiple-labels":{description:"Ensures form field does not have multiple label elements",help:"Form field must not have multiple label elements"},"frame-focusable-content":{description:"Ensures <frame> and <iframe> elements with focusable content do not have tabindex=-1",help:"Frames with focusable content must not have tabindex=-1"},"frame-tested":{description:"Ensures <iframe> and <frame> elements contain the axe-core script",help:"Frames should be tested with axe-core"},"frame-title-unique":{description:"Ensures <iframe> and <frame> elements contain a unique title attribute",help:"Frames must have a unique title attribute"},"frame-title":{description:"Ensures <iframe> and <frame> elements have an accessible name",help:"Frames must have an accessible name"},"heading-order":{description:"Ensures the order of headings is semantically correct",help:"Heading levels should only increase by one"},"hidden-content":{description:"Informs users about hidden content.",help:"Hidden content on the page should be analyzed"},"html-has-lang":{description:"Ensures every HTML document has a lang attribute",help:"<html> element must have a lang attribute"},"html-lang-valid":{description:"Ensures the lang attribute of the <html> element has a valid value",help:"<html> element must have a valid value for the lang attribute"},"html-xml-lang-mismatch":{description:"Ensure that HTML elements with both valid lang and xml:lang attributes agree on the base language of the page",help:"HTML elements with lang and xml:lang must have the same base language"},"identical-links-same-purpose":{description:"Ensure that links with the same accessible name serve a similar purpose",help:"Links with the same name must have a similar purpose"},"image-alt":{description:"Ensures <img> elements have alternate text or a role of none or presentation",help:"Images must have alternate text"},"image-redundant-alt":{description:"Ensure image alternative is not repeated as text",help:"Alternative text of images should not be repeated as text"},"input-button-name":{description:"Ensures input buttons have discernible text",help:"Input buttons must have discernible text"},"input-image-alt":{description:'Ensures <input type="image"> elements have alternate text',help:"Image buttons must have alternate text"},"label-content-name-mismatch":{description:"Ensures that elements labelled through their content must have their visible text as part of their accessible name",help:"Elements must have their visible text as part of their accessible name"},"label-title-only":{description:"Ensures that every form element has a visible label and is not solely labeled using hidden labels, or the title or aria-describedby attributes",help:"Form elements should have a visible label"},label:{description:"Ensures every form element has a label",help:"Form elements must have labels"},"landmark-banner-is-top-level":{description:"Ensures the banner landmark is at top level",help:"Banner landmark should not be contained in another landmark"},"landmark-complementary-is-top-level":{description:"Ensures the complementary landmark or aside is at top level",help:"Aside should not be contained in another landmark"},"landmark-contentinfo-is-top-level":{description:"Ensures the contentinfo landmark is at top level",help:"Contentinfo landmark should not be contained in another landmark"},"landmark-main-is-top-level":{description:"Ensures the main landmark is at top level",help:"Main landmark should not be contained in another landmark"},"landmark-no-duplicate-banner":{description:"Ensures the document has at most one banner landmark",help:"Document should not have more than one banner landmark"},"landmark-no-duplicate-contentinfo":{description:"Ensures the document has at most one contentinfo landmark",help:"Document should not have more than one contentinfo landmark"},"landmark-no-duplicate-main":{description:"Ensures the document has at most one main landmark",help:"Document should not have more than one main landmark"},"landmark-one-main":{description:"Ensures the document has a main landmark",help:"Document should have one main landmark"},"landmark-unique":{help:"Ensures landmarks are unique",description:"Landmarks should have a unique role or role/label/title (i.e. accessible name) combination"},"link-in-text-block":{description:"Ensure links are distinguished from surrounding text in a way that does not rely on color",help:"Links must be distinguishable without relying on color"},"link-name":{description:"Ensures links have discernible text",help:"Links must have discernible text"},list:{description:"Ensures that lists are structured correctly",help:"<ul> and <ol> must only directly contain <li>, <script> or <template> elements"},listitem:{description:"Ensures <li> elements are used semantically",help:"<li> elements must be contained in a <ul> or <ol>"},marquee:{description:"Ensures <marquee> elements are not used",help:"<marquee> elements are deprecated and must not be used"},"meta-refresh-no-exceptions":{description:'Ensures <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh must not be used"},"meta-refresh":{description:'Ensures <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh under 20 hours must not be used"},"meta-viewport-large":{description:'Ensures <meta name="viewport"> can scale a significant amount',help:"Users should be able to zoom and scale the text up to 500%"},"meta-viewport":{description:'Ensures <meta name="viewport"> does not disable text scaling and zooming',help:"Zooming and scaling must not be disabled"},"nested-interactive":{description:"Ensures interactive controls are not nested as they are not always announced by screen readers or can cause focus problems for assistive technologies",help:"Interactive controls must not be nested"},"no-autoplay-audio":{description:"Ensures <video> or <audio> elements do not autoplay audio for more than 3 seconds without a control mechanism to stop or mute the audio",help:"<video> or <audio> elements must not play automatically"},"object-alt":{description:"Ensures <object> elements have alternate text",help:"<object> elements must have alternate text"},"p-as-heading":{description:"Ensure bold, italic text and font-size is not used to style <p> elements as a heading",help:"Styled <p> elements must not be used as headings"},"page-has-heading-one":{description:"Ensure that the page, or at least one of its frames contains a level-one heading",help:"Page should contain a level-one heading"},"presentation-role-conflict":{description:"Elements marked as presentational should not have global ARIA or tabindex to ensure all screen readers ignore them",help:"Ensure elements marked as presentational are consistently ignored"},region:{description:"Ensures all page content is contained by landmarks",help:"All page content should be contained by landmarks"},"role-img-alt":{description:"Ensures [role='img'] elements have alternate text",help:"[role='img'] elements must have an alternative text"},"scope-attr-valid":{description:"Ensures the scope attribute is used correctly on tables",help:"scope attribute should be used correctly"},"scrollable-region-focusable":{description:"Ensure elements that have scrollable content are accessible by keyboard",help:"Scrollable region must have keyboard access"},"select-name":{description:"Ensures select element has an accessible name",help:"Select element must have an accessible name"},"server-side-image-map":{description:"Ensures that server-side image maps are not used",help:"Server-side image maps must not be used"},"skip-link":{description:"Ensure all skip links have a focusable target",help:"The skip-link target should exist and be focusable"},"svg-img-alt":{description:"Ensures <svg> elements with an img, graphics-document or graphics-symbol role have an accessible text",help:"<svg> elements with an img role must have an alternative text"},tabindex:{description:"Ensures tabindex attribute values are not greater than 0",help:"Elements should not have tabindex greater than zero"},"table-duplicate-name":{description:"Ensure the <caption> element does not contain the same text as the summary attribute",help:"tables should not have the same summary and caption"},"table-fake-caption":{description:"Ensure that tables with a caption use the <caption> element.",help:"Data or header cells must not be used to give caption to a data table."},"target-size":{description:"Ensure touch target have sufficient size and space",help:"All touch targets must be 24px large, or leave sufficient space"},"td-has-header":{description:"Ensure that each non-empty data cell in a <table> larger than 3 by 3 has one or more table headers",help:"Non-empty <td> elements in larger <table> must have an associated table header"},"td-headers-attr":{description:"Ensure that each cell in a table that uses the headers attribute refers only to other cells in that table",help:"Table cells that use the headers attribute must only refer to cells in the same table"},"th-has-data-cells":{description:"Ensure that <th> elements and elements with role=columnheader/rowheader have data cells they describe",help:"Table headers in a data table must refer to data cells"},"valid-lang":{description:"Ensures lang attributes have valid values",help:"lang attribute must have a valid value"},"video-caption":{description:"Ensures <video> elements have captions",help:"<video> elements must have captions"}},checks:{abstractrole:{impact:"serious",messages:{pass:"Abstract roles are not used",fail:{singular:"Abstract role cannot be directly used: ${data.values}",plural:"Abstract roles cannot be directly used: ${data.values}"}}},"aria-allowed-attr":{impact:"critical",messages:{pass:"ARIA attributes are used correctly for the defined role",fail:{singular:"ARIA attribute is not allowed: ${data.values}",plural:"ARIA attributes are not allowed: ${data.values}"},incomplete:"Check that there is no problem if the ARIA attribute is ignored on this element: ${data.values}"}},"aria-allowed-role":{impact:"minor",messages:{pass:"ARIA role is allowed for given element",fail:{singular:"ARIA role ${data.values} is not allowed for given element",plural:"ARIA roles ${data.values} are not allowed for given element"},incomplete:{singular:"ARIA role ${data.values} must be removed when the element is made visible, as it is not allowed for the element",plural:"ARIA roles ${data.values} must be removed when the element is made visible, as they are not allowed for the element"}}},"aria-busy":{impact:"serious",messages:{pass:"Element has an aria-busy attribute",fail:'Element uses aria-busy="true" while showing a loader'}},"aria-conditional-attr":{impact:"serious",messages:{pass:"ARIA attribute is allowed",fail:{checkbox:'Remove aria-checked, or set it to "${data.checkState}" to match the real checkbox state',rowSingular:"This attribute is supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}",rowPlural:"These attributes are supported with treegrid rows, but not ${data.ownerRole}: ${data.invalidAttrs}"}}},"aria-errormessage":{impact:"critical",messages:{pass:"aria-errormessage exists and references elements visible to screen readers that use a supported aria-errormessage technique",fail:{singular:"aria-errormessage value `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",plural:"aria-errormessage values `${data.values}` must use a technique to announce the message (e.g., aria-live, aria-describedby, role=alert, etc.)",hidden:"aria-errormessage value `${data.values}` cannot reference a hidden element"},incomplete:{singular:"ensure aria-errormessage value `${data.values}` references an existing element",plural:"ensure aria-errormessage values `${data.values}` reference existing elements",idrefs:"unable to determine if aria-errormessage element exists on the page: ${data.values}"}}},"aria-hidden-body":{impact:"critical",messages:{pass:"No aria-hidden attribute is present on document body",fail:"aria-hidden=true should not be present on the document body"}},"aria-level":{impact:"serious",messages:{pass:"aria-level values are valid",incomplete:"aria-level values greater than 6 are not supported in all screenreader and browser combinations"}},"aria-prohibited-attr":{impact:"serious",messages:{pass:"ARIA attribute is allowed",fail:{hasRolePlural:'${data.prohibited} attributes cannot be used with role "${data.role}".',hasRoleSingular:'${data.prohibited} attribute cannot be used with role "${data.role}".',noRolePlural:"${data.prohibited} attributes cannot be used on a ${data.nodeName} with no valid role attribute.",noRoleSingular:"${data.prohibited} attribute cannot be used on a ${data.nodeName} with no valid role attribute."},incomplete:{hasRoleSingular:'${data.prohibited} attribute is not well supported with role "${data.role}".',hasRolePlural:'${data.prohibited} attributes are not well supported with role "${data.role}".',noRoleSingular:"${data.prohibited} attribute is not well supported on a ${data.nodeName} with no valid role attribute.",noRolePlural:"${data.prohibited} attributes are not well supported on a ${data.nodeName} with no valid role attribute."}}},"aria-required-attr":{impact:"critical",messages:{pass:"All required ARIA attributes are present",fail:{singular:"Required ARIA attribute not present: ${data.values}",plural:"Required ARIA attributes not present: ${data.values}"}}},"aria-required-children":{impact:"critical",messages:{pass:"Required ARIA children are present",fail:{singular:"Required ARIA child role not present: ${data.values}",plural:"Required ARIA children role not present: ${data.values}",unallowed:"Element has children which are not allowed: ${data.values}"},incomplete:{singular:"Expecting ARIA child role to be added: ${data.values}",plural:"Expecting ARIA children role to be added: ${data.values}"}}},"aria-required-parent":{impact:"critical",messages:{pass:"Required ARIA parent role present",fail:{singular:"Required ARIA parent role not present: ${data.values}",plural:"Required ARIA parents role not present: ${data.values}"}}},"aria-roledescription":{impact:"serious",messages:{pass:"aria-roledescription used on a supported semantic role",incomplete:"Check that the aria-roledescription is announced by supported screen readers",fail:"Give the element a role that supports aria-roledescription"}},"aria-unsupported-attr":{impact:"critical",messages:{pass:"ARIA attribute is supported",fail:"ARIA attribute is not widely supported in screen readers and assistive technologies: ${data.values}"}},"aria-valid-attr-value":{impact:"critical",messages:{pass:"ARIA attribute values are valid",fail:{singular:"Invalid ARIA attribute value: ${data.values}",plural:"Invalid ARIA attribute values: ${data.values}"},incomplete:{noId:"ARIA attribute element ID does not exist on the page: ${data.needsReview}",noIdShadow:"ARIA attribute element ID does not exist on the page or is a descendant of a different shadow DOM tree: ${data.needsReview}",ariaCurrent:'ARIA attribute value is invalid and will be treated as "aria-current=true": ${data.needsReview}',idrefs:"Unable to determine if ARIA attribute element ID exists on the page: ${data.needsReview}",empty:"ARIA attribute value is ignored while empty: ${data.needsReview}"}}},"aria-valid-attr":{impact:"critical",messages:{pass:"ARIA attribute name is valid",fail:{singular:"Invalid ARIA attribute name: ${data.values}",plural:"Invalid ARIA attribute names: ${data.values}"}}},deprecatedrole:{impact:"minor",messages:{pass:"ARIA role is not deprecated",fail:"The role used is deprecated: ${data}"}},fallbackrole:{impact:"serious",messages:{pass:"Only one role value used",fail:"Use only one role value, since fallback roles are not supported in older browsers",incomplete:"Use only role 'presentation' or 'none' since they are synonymous."}},"has-global-aria-attribute":{impact:"minor",messages:{pass:{singular:"Element has global ARIA attribute: ${data.values}",plural:"Element has global ARIA attributes: ${data.values}"},fail:"Element does not have global ARIA attribute"}},"has-widget-role":{impact:"minor",messages:{pass:"Element has a widget role.",fail:"Element does not have a widget role."}},invalidrole:{impact:"critical",messages:{pass:"ARIA role is valid",fail:{singular:"Role must be one of the valid ARIA roles: ${data.values}",plural:"Roles must be one of the valid ARIA roles: ${data.values}"}}},"is-element-focusable":{impact:"minor",messages:{pass:"Element is focusable.",fail:"Element is not focusable."}},"no-implicit-explicit-label":{impact:"moderate",messages:{pass:"There is no mismatch between a <label> and accessible name",incomplete:"Check that the <label> does not need be part of the ARIA ${data} field's name"}},unsupportedrole:{impact:"critical",messages:{pass:"ARIA role is supported",fail:"The role used is not widely supported in screen readers and assistive technologies: ${data}"}},"valid-scrollable-semantics":{impact:"minor",messages:{pass:"Element has valid semantics for an element in the focus order.",fail:"Element has invalid semantics for an element in the focus order."}},"color-contrast-enhanced":{impact:"serious",messages:{pass:"Element has sufficient color contrast of ${data.contrastRatio}",fail:{default:"Element has insufficient color contrast of ${data.contrastRatio} (foreground color: ${data.fgColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",fgOnShadowColor:"Element has insufficient color contrast of ${data.contrastRatio} between the foreground and shadow color (foreground color: ${data.fgColor}, text-shadow color: ${data.shadowColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",shadowOnBgColor:"Element has insufficient color contrast of ${data.contrastRatio} between the shadow color and background color (text-shadow color: ${data.shadowColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}"},incomplete:{default:"Unable to determine contrast ratio",bgImage:"Element's background color could not be determined due to a background image",bgGradient:"Element's background color could not be determined due to a background gradient",imgNode:"Element's background color could not be determined because element contains an image node",bgOverlap:"Element's background color could not be determined because it is overlapped by another element",fgAlpha:"Element's foreground color could not be determined because of alpha transparency",elmPartiallyObscured:"Element's background color could not be determined because it's partially obscured by another element",elmPartiallyObscuring:"Element's background color could not be determined because it partially overlaps other elements",outsideViewport:"Element's background color could not be determined because it's outside the viewport",equalRatio:"Element has a 1:1 contrast ratio with the background",shortTextContent:"Element content is too short to determine if it is actual text content",nonBmp:"Element content contains only non-text characters",pseudoContent:"Element's background color could not be determined due to a pseudo element"}}},"color-contrast":{impact:"serious",messages:{pass:{default:"Element has sufficient color contrast of ${data.contrastRatio}",hidden:"Element is hidden"},fail:{default:"Element has insufficient color contrast of ${data.contrastRatio} (foreground color: ${data.fgColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",fgOnShadowColor:"Element has insufficient color contrast of ${data.contrastRatio} between the foreground and shadow color (foreground color: ${data.fgColor}, text-shadow color: ${data.shadowColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}",shadowOnBgColor:"Element has insufficient color contrast of ${data.contrastRatio} between the shadow color and background color (text-shadow color: ${data.shadowColor}, background color: ${data.bgColor}, font size: ${data.fontSize}, font weight: ${data.fontWeight}). Expected contrast ratio of ${data.expectedContrastRatio}"},incomplete:{default:"Unable to determine contrast ratio",bgImage:"Element's background color could not be determined due to a background image",bgGradient:"Element's background color could not be determined due to a background gradient",imgNode:"Element's background color could not be determined because element contains an image node",bgOverlap:"Element's background color could not be determined because it is overlapped by another element",fgAlpha:"Element's foreground color could not be determined because of alpha transparency",elmPartiallyObscured:"Element's background color could not be determined because it's partially obscured by another element",elmPartiallyObscuring:"Element's background color could not be determined because it partially overlaps other elements",outsideViewport:"Element's background color could not be determined because it's outside the viewport",equalRatio:"Element has a 1:1 contrast ratio with the background",shortTextContent:"Element content is too short to determine if it is actual text content",nonBmp:"Element content contains only non-text characters",pseudoContent:"Element's background color could not be determined due to a pseudo element"}}},"link-in-text-block-style":{impact:"serious",messages:{pass:"Links can be distinguished from surrounding text by visual styling",incomplete:{default:"Check if the link needs styling to distinguish it from nearby text",pseudoContent:"Check if the link's pseudo style is sufficient to distinguish it from the surrounding text"},fail:"The link has no styling (such as underline) to distinguish it from the surrounding text"}},"link-in-text-block":{impact:"serious",messages:{pass:"Links can be distinguished from surrounding text in some way other than by color",fail:{fgContrast:"The link has insufficient color contrast of ${data.contrastRatio}:1 with the surrounding text. (Minimum contrast is ${data.requiredContrastRatio}:1, link text: ${data.nodeColor}, surrounding text: ${data.parentColor})",bgContrast:"The link background has insufficient color contrast of ${data.contrastRatio} (Minimum contrast is ${data.requiredContrastRatio}:1, link background color: ${data.nodeBackgroundColor}, surrounding background color: ${data.parentBackgroundColor})"},incomplete:{default:"Element's foreground contrast ratio could not be determined",bgContrast:"Element's background contrast ratio could not be determined",bgImage:"Element's contrast ratio could not be determined due to a background image",bgGradient:"Element's contrast ratio could not be determined due to a background gradient",imgNode:"Element's contrast ratio could not be determined because element contains an image node",bgOverlap:"Element's contrast ratio could not be determined because of element overlap"}}},"autocomplete-appropriate":{impact:"serious",messages:{pass:"the autocomplete value is on an appropriate element",fail:"the autocomplete value is inappropriate for this type of input"}},"autocomplete-valid":{impact:"serious",messages:{pass:"the autocomplete attribute is correctly formatted",fail:"the autocomplete attribute is incorrectly formatted"}},accesskeys:{impact:"serious",messages:{pass:"Accesskey attribute value is unique",fail:"Document has multiple elements with the same accesskey"}},"focusable-content":{impact:"serious",messages:{pass:"Element contains focusable elements",fail:"Element should have focusable content"}},"focusable-disabled":{impact:"serious",messages:{pass:"No focusable elements contained within element",incomplete:"Check if the focusable elements immediately move the focus indicator",fail:"Focusable content should be disabled or be removed from the DOM"}},"focusable-element":{impact:"serious",messages:{pass:"Element is focusable",fail:"Element should be focusable"}},"focusable-modal-open":{impact:"serious",messages:{pass:"No focusable elements while a modal is open",incomplete:"Check that focusable elements are not tabbable in the current state"}},"focusable-no-name":{impact:"serious",messages:{pass:"Element is not in tab order or has accessible text",fail:"Element is in tab order and does not have accessible text",incomplete:"Unable to determine if element has an accessible name"}},"focusable-not-tabbable":{impact:"serious",messages:{pass:"No focusable elements contained within element",incomplete:"Check if the focusable elements immediately move the focus indicator",fail:"Focusable content should have tabindex='-1' or be removed from the DOM"}},"frame-focusable-content":{impact:"serious",messages:{pass:"Element does not have focusable descendants",fail:"Element has focusable descendants",incomplete:"Could not determine if element has descendants"}},"landmark-is-top-level":{impact:"moderate",messages:{pass:"The ${data.role} landmark is at the top level.",fail:"The ${data.role} landmark is contained in another landmark."}},"no-focusable-content":{impact:"serious",messages:{pass:"Element does not have focusable descendants",fail:{default:"Element has focusable descendants",notHidden:"Using a negative tabindex on an element inside an interactive control does not prevent assistive technologies from focusing the element (even with 'aria-hidden=true')"},incomplete:"Could not determine if element has descendants"}},"page-has-heading-one":{impact:"moderate",messages:{pass:"Page has at least one level-one heading",fail:"Page must have a level-one heading"}},"page-has-main":{impact:"moderate",messages:{pass:"Document has at least one main landmark",fail:"Document does not have a main landmark"}},"page-no-duplicate-banner":{impact:"moderate",messages:{pass:"Document does not have more than one banner landmark",fail:"Document has more than one banner landmark"}},"page-no-duplicate-contentinfo":{impact:"moderate",messages:{pass:"Document does not have more than one contentinfo landmark",fail:"Document has more than one contentinfo landmark"}},"page-no-duplicate-main":{impact:"moderate",messages:{pass:"Document does not have more than one main landmark",fail:"Document has more than one main landmark"}},tabindex:{impact:"serious",messages:{pass:"Element does not have a tabindex greater than 0",fail:"Element has a tabindex greater than 0"}},"alt-space-value":{impact:"critical",messages:{pass:"Element has a valid alt attribute value",fail:"Element has an alt attribute containing only a space character, which is not ignored by all screen readers"}},"duplicate-img-label":{impact:"minor",messages:{pass:"Element does not duplicate existing text in <img> alt text",fail:"Element contains <img> element with alt text that duplicates existing text"}},"explicit-label":{impact:"critical",messages:{pass:"Form element has an explicit <label>",fail:"Form element does not have an explicit <label>",incomplete:"Unable to determine if form element has an explicit <label>"}},"help-same-as-label":{impact:"minor",messages:{pass:"Help text (title or aria-describedby) does not duplicate label text",fail:"Help text (title or aria-describedby) text is the same as the label text"}},"hidden-explicit-label":{impact:"critical",messages:{pass:"Form element has a visible explicit <label>",fail:"Form element has explicit <label> that is hidden",incomplete:"Unable to determine if form element has explicit <label> that is hidden"}},"implicit-label":{impact:"critical",messages:{pass:"Form element has an implicit (wrapped) <label>",fail:"Form element does not have an implicit (wrapped) <label>",incomplete:"Unable to determine if form element has an implicit (wrapped} <label>"}},"label-content-name-mismatch":{impact:"serious",messages:{pass:"Element contains visible text as part of it's accessible name",fail:"Text inside the element is not included in the accessible name"}},"multiple-label":{impact:"moderate",messages:{pass:"Form field does not have multiple label elements",incomplete:"Multiple label elements is not widely supported in assistive technologies. Ensure the first label contains all necessary information."}},"title-only":{impact:"serious",messages:{pass:"Form element does not solely use title attribute for its label",fail:"Only title used to generate label for form element"}},"landmark-is-unique":{impact:"moderate",messages:{pass:"Landmarks must have a unique role or role/label/title (i.e. accessible name) combination",fail:"The landmark must have a unique aria-label, aria-labelledby, or title to make landmarks distinguishable"}},"has-lang":{impact:"serious",messages:{pass:"The <html> element has a lang attribute",fail:{noXHTML:"The xml:lang attribute is not valid on HTML pages, use the lang attribute.",noLang:"The <html> element does not have a lang attribute"}}},"valid-lang":{impact:"serious",messages:{pass:"Value of lang attribute is included in the list of valid languages",fail:"Value of lang attribute not included in the list of valid languages"}},"xml-lang-mismatch":{impact:"moderate",messages:{pass:"Lang and xml:lang attributes have the same base language",fail:"Lang and xml:lang attributes do not have the same base language"}},dlitem:{impact:"serious",messages:{pass:"Description list item has a <dl> parent element",fail:"Description list item does not have a <dl> parent element"}},listitem:{impact:"serious",messages:{pass:'List item has a <ul>, <ol> or role="list" parent element',fail:{default:"List item does not have a <ul>, <ol> parent element",roleNotValid:'List item does not have a <ul>, <ol> parent element without a role, or a role="list"'}}},"only-dlitems":{impact:"serious",messages:{pass:"dl element only has direct children that are allowed inside; <dt>, <dd>, or <div> elements",fail:"dl element has direct children that are not allowed: ${data.values}"}},"only-listitems":{impact:"serious",messages:{pass:"List element only has direct children that are allowed inside <li> elements",fail:"List element has direct children that are not allowed: ${data.values}"}},"structured-dlitems":{impact:"serious",messages:{pass:"When not empty, element has both <dt> and <dd> elements",fail:"When not empty, element does not have at least one <dt> element followed by at least one <dd> element"}},caption:{impact:"critical",messages:{pass:"The multimedia element has a captions track",incomplete:"Check that captions is available for the element"}},"frame-tested":{impact:"critical",messages:{pass:"The iframe was tested with axe-core",fail:"The iframe could not be tested with axe-core",incomplete:"The iframe still has to be tested with axe-core"}},"no-autoplay-audio":{impact:"moderate",messages:{pass:"<video> or <audio> does not output audio for more than allowed duration or has controls mechanism",fail:"<video> or <audio> outputs audio for more than allowed duration and does not have a controls mechanism",incomplete:"Check that the <video> or <audio> does not output audio for more than allowed duration or provides a controls mechanism"}},"css-orientation-lock":{impact:"serious",messages:{pass:"Display is operable, and orientation lock does not exist",fail:"CSS Orientation lock is applied, and makes display inoperable",incomplete:"CSS Orientation lock cannot be determined"}},"meta-viewport-large":{impact:"minor",messages:{pass:"<meta> tag does not prevent significant zooming on mobile devices",fail:"<meta> tag limits zooming on mobile devices"}},"meta-viewport":{impact:"critical",messages:{pass:"<meta> tag does not disable zooming on mobile devices",fail:"${data} on <meta> tag disables zooming on mobile devices"}},"target-offset":{impact:"serious",messages:{pass:"Target has sufficient offset from its closest neighbor (${data.closestOffset}px should be at least ${data.minOffset}px)",fail:"Target has insufficient offset from its closest neighbor (${data.closestOffset}px should be at least ${data.minOffset}px)",incomplete:{default:"Element with negative tabindex has insufficient offset from its closest neighbor (${data.closestOffset}px should be at least ${data.minOffset}px). Is this a target?",nonTabbableNeighbor:"Target has insufficient offset from a neighbor with negative tabindex (${data.closestOffset}px should be at least ${data.minOffset}px). Is the neighbor a target?"}}},"target-size":{impact:"serious",messages:{pass:{default:"Control has sufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)",obscured:"Control is ignored because it is fully obscured and thus not clickable"},fail:{default:"Target has insufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)",partiallyObscured:"Target has insufficient size because it is partially obscured (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px)"},incomplete:{default:"Element with negative tabindex has insufficient size (${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is this a target?",contentOverflow:"Element size could not be accurately determined due to overflow content",partiallyObscured:"Element with negative tabindex has insufficient size because it is partially obscured (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is this a target?",partiallyObscuredNonTabbable:"Target has insufficient size because it is partially obscured by a neighbor with negative tabindex (smallest space is ${data.width}px by ${data.height}px, should be at least ${data.minSize}px by ${data.minSize}px). Is the neighbor a target?"}}},"header-present":{impact:"serious",messages:{pass:"Page has a heading",fail:"Page does not have a heading"}},"heading-order":{impact:"moderate",messages:{pass:"Heading order valid",fail:"Heading order invalid",incomplete:"Unable to determine previous heading"}},"identical-links-same-purpose":{impact:"minor",messages:{pass:"There are no other links with the same name, that go to a different URL",incomplete:"Check that links have the same purpose, or are intentionally ambiguous."}},"internal-link-present":{impact:"serious",messages:{pass:"Valid skip link found",fail:"No valid skip link found"}},landmark:{impact:"serious",messages:{pass:"Page has a landmark region",fail:"Page does not have a landmark region"}},"meta-refresh-no-exceptions":{impact:"minor",messages:{pass:"<meta> tag does not immediately refresh the page",fail:"<meta> tag forces timed refresh of page"}},"meta-refresh":{impact:"critical",messages:{pass:"<meta> tag does not immediately refresh the page",fail:"<meta> tag forces timed refresh of page (less than 20 hours)"}},"p-as-heading":{impact:"serious",messages:{pass:"<p> elements are not styled as headings",fail:"Heading elements should be used instead of styled <p> elements",incomplete:"Unable to determine if <p> elements are styled as headings"}},region:{impact:"moderate",messages:{pass:"All page content is contained by landmarks",fail:"Some page content is not contained by landmarks"}},"skip-link":{impact:"moderate",messages:{pass:"Skip link target exists",incomplete:"Skip link target should become visible on activation",fail:"No skip link target"}},"unique-frame-title":{impact:"serious",messages:{pass:"Element's title attribute is unique",fail:"Element's title attribute is not unique"}},"duplicate-id-active":{impact:"serious",messages:{pass:"Document has no active elements that share the same id attribute",fail:"Document has active elements with the same id attribute: ${data}"}},"duplicate-id-aria":{impact:"critical",messages:{pass:"Document has no elements referenced with ARIA or labels that share the same id attribute",fail:"Document has multiple elements referenced with ARIA with the same id attribute: ${data}"}},"duplicate-id":{impact:"minor",messages:{pass:"Document has no static elements that share the same id attribute",fail:"Document has multiple static elements with the same id attribute: ${data}"}},"aria-label":{impact:"serious",messages:{pass:"aria-label attribute exists and is not empty",fail:"aria-label attribute does not exist or is empty"}},"aria-labelledby":{impact:"serious",messages:{pass:"aria-labelledby attribute exists and references elements that are visible to screen readers",fail:"aria-labelledby attribute does not exist, references elements that do not exist or references elements that are empty",incomplete:"ensure aria-labelledby references an existing element"}},"avoid-inline-spacing":{impact:"serious",messages:{pass:"No inline styles with '!important' that affect text spacing has been specified",fail:{singular:"Remove '!important' from inline style ${data.values}, as overriding this is not supported by most browsers",plural:"Remove '!important' from inline styles ${data.values}, as overriding this is not supported by most browsers"}}},"button-has-visible-text":{impact:"critical",messages:{pass:"Element has inner text that is visible to screen readers",fail:"Element does not have inner text that is visible to screen readers",incomplete:"Unable to determine if element has children"}},"doc-has-title":{impact:"serious",messages:{pass:"Document has a non-empty <title> element",fail:"Document does not have a non-empty <title> element"}},exists:{impact:"minor",messages:{pass:"Element does not exist",incomplete:"Element exists"}},"has-alt":{impact:"critical",messages:{pass:"Element has an alt attribute",fail:"Element does not have an alt attribute"}},"has-visible-text":{impact:"minor",messages:{pass:"Element has text that is visible to screen readers",fail:"Element does not have text that is visible to screen readers",incomplete:"Unable to determine if element has children"}},"important-letter-spacing":{impact:"serious",messages:{pass:"Letter-spacing in the style attribute is not set to !important, or meets the minimum",fail:"letter-spacing in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"important-line-height":{impact:"serious",messages:{pass:"line-height in the style attribute is not set to !important, or meets the minimum",fail:"line-height in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"important-word-spacing":{impact:"serious",messages:{pass:"word-spacing in the style attribute is not set to !important, or meets the minimum",fail:"word-spacing in the style attribute must not use !important, or be at ${data.minValue}em (current ${data.value}em)"}},"is-on-screen":{impact:"serious",messages:{pass:"Element is not visible",fail:"Element is visible"}},"non-empty-alt":{impact:"critical",messages:{pass:"Element has a non-empty alt attribute",fail:{noAttr:"Element has no alt attribute",emptyAttr:"Element has an empty alt attribute"}}},"non-empty-if-present":{impact:"critical",messages:{pass:{default:"Element does not have a value attribute","has-label":"Element has a non-empty value attribute"},fail:"Element has a value attribute and the value attribute is empty"}},"non-empty-placeholder":{impact:"serious",messages:{pass:"Element has a placeholder attribute",fail:{noAttr:"Element has no placeholder attribute",emptyAttr:"Element has an empty placeholder attribute"}}},"non-empty-title":{impact:"serious",messages:{pass:"Element has a title attribute",fail:{noAttr:"Element has no title attribute",emptyAttr:"Element has an empty title attribute"}}},"non-empty-value":{impact:"critical",messages:{pass:"Element has a non-empty value attribute",fail:{noAttr:"Element has no value attribute",emptyAttr:"Element has an empty value attribute"}}},"presentational-role":{impact:"minor",messages:{pass:'Element\'s default semantics were overriden with role="${data.role}"',fail:{default:'Element\'s default semantics were not overridden with role="none" or role="presentation"',globalAria:"Element's role is not presentational because it has a global ARIA attribute",focusable:"Element's role is not presentational because it is focusable",both:"Element's role is not presentational because it has a global ARIA attribute and is focusable",iframe:'Using the "title" attribute on an ${data.nodeName} element with a presentational role behaves inconsistently between screen readers'}}},"role-none":{impact:"minor",messages:{pass:'Element\'s default semantics were overriden with role="none"',fail:'Element\'s default semantics were not overridden with role="none"'}},"role-presentation":{impact:"minor",messages:{pass:'Element\'s default semantics were overriden with role="presentation"',fail:'Element\'s default semantics were not overridden with role="presentation"'}},"svg-non-empty-title":{impact:"serious",messages:{pass:"Element has a child that is a title",fail:{noTitle:"Element has no child that is a title",emptyTitle:"Element child title is empty"},incomplete:"Unable to determine element has a child that is a title"}},"caption-faked":{impact:"serious",messages:{pass:"The first row of a table is not used as a caption",fail:"The first child of the table should be a caption instead of a table cell"}},"html5-scope":{impact:"moderate",messages:{pass:"Scope attribute is only used on table header elements (<th>)",fail:"In HTML 5, scope attributes may only be used on table header elements (<th>)"}},"same-caption-summary":{impact:"minor",messages:{pass:"Content of summary attribute and <caption> are not duplicated",fail:"Content of summary attribute and <caption> element are identical",incomplete:"Unable to determine if <table> element has a caption"}},"scope-value":{impact:"critical",messages:{pass:"Scope attribute is used correctly",fail:"The value of the scope attribute may only be 'row' or 'col'"}},"td-has-header":{impact:"critical",messages:{pass:"All non-empty data cells have table headers",fail:"Some non-empty data cells do not have table headers"}},"td-headers-attr":{impact:"serious",messages:{pass:"The headers attribute is exclusively used to refer to other cells in the table",incomplete:"The headers attribute is empty",fail:"The headers attribute is not exclusively used to refer to other cells in the table"}},"th-has-data-cells":{impact:"serious",messages:{pass:"All table header cells refer to data cells",fail:"Not all table header cells refer to data cells",incomplete:"Table data cells are missing or empty"}},"hidden-content":{impact:"minor",messages:{pass:"All content on the page has been analyzed.",fail:"There were problems analyzing the content on this page.",incomplete:"There is hidden content on the page that was not analyzed. You will need to trigger the display of this content in order to analyze it."}}},failureSummaries:{any:{failureMessage:function(e){var t="Fix any of the following:",n=e;if(n)for(var r=-1,a=n.length-1;r<a;)t+="\n "+n[r+=1].split("\n").join("\n ");return t}},none:{failureMessage:function(e){var t="Fix all of the following:",n=e;if(n)for(var r=-1,a=n.length-1;r<a;)t+="\n "+n[r+=1].split("\n").join("\n ");return t}}},incompleteFallbackMessage:"axe couldn't tell the reason. Time to break out the element inspector!"},rules:[{id:"accesskeys",selector:"[accesskey]",excludeHidden:!1,tags:["cat.keyboard","best-practice"],all:[],any:[],none:["accesskeys"]},{id:"area-alt",selector:"map area[href]",excludeHidden:!1,tags:["cat.text-alternatives","wcag2a","wcag244","wcag412","section508","section508.22.a","ACT","TTv5","TT6.a"],actIds:["c487ae"],all:[],any:[{options:{attribute:"alt"},id:"non-empty-alt"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-allowed-attr",matches:"aria-allowed-attr-matches",tags:["cat.aria","wcag2a","wcag412"],actIds:["5c01ea"],all:[{options:{validTreeRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]},id:"aria-allowed-attr"},{options:{invalidTableRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]},id:"aria-conditional-attr"}],any:[],none:["aria-unsupported-attr",{options:{elementsAllowedAriaLabel:["applet","input"]},id:"aria-prohibited-attr"}]},{id:"aria-allowed-role",excludeHidden:!1,selector:"[role]",matches:"aria-allowed-role-matches",tags:["cat.aria","best-practice"],all:[],any:[{options:{allowImplicit:!0,ignoredTags:[]},id:"aria-allowed-role"}],none:[]},{id:"aria-command-name",selector:'[role="link"], [role="button"], [role="menuitem"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","ACT","TTv5","TT6.a"],actIds:["97a4e1"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-dialog-name",selector:'[role="dialog"], [role="alertdialog"]',matches:"no-naming-method-matches",tags:["cat.aria","best-practice"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-hidden-body",selector:"body",excludeHidden:!1,matches:"is-initiator-matches",tags:["cat.aria","wcag2a","wcag412"],all:[],any:["aria-hidden-body"],none:[]},{id:"aria-hidden-focus",selector:'[aria-hidden="true"]',matches:"aria-hidden-focus-matches",excludeHidden:!1,tags:["cat.name-role-value","wcag2a","wcag412","TTv5","TT6.a"],actIds:["6cfa84"],all:["focusable-modal-open","focusable-disabled","focusable-not-tabbable"],any:[],none:[]},{id:"aria-input-field-name",selector:'[role="combobox"], [role="listbox"], [role="searchbox"], [role="slider"], [role="spinbutton"], [role="textbox"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","ACT","TTv5","TT5.c"],actIds:["e086e5"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["no-implicit-explicit-label"]},{id:"aria-meter-name",selector:'[role="meter"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag111"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-progressbar-name",selector:'[role="progressbar"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag111"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-required-attr",selector:"[role]",tags:["cat.aria","wcag2a","wcag412"],actIds:["4e8ab6"],all:[],any:["aria-required-attr"],none:[]},{id:"aria-required-children",selector:"[role]",matches:"aria-required-children-matches",tags:["cat.aria","wcag2a","wcag131"],actIds:["bc4a75","ff89c9"],all:[],any:[{options:{reviewEmpty:["doc-bibliography","doc-endnotes","grid","list","listbox","menu","menubar","table","tablist","tree","treegrid","rowgroup"]},id:"aria-required-children"},"aria-busy"],none:[]},{id:"aria-required-parent",selector:"[role]",matches:"aria-required-parent-matches",tags:["cat.aria","wcag2a","wcag131"],actIds:["ff89c9"],all:[],any:[{options:{ownGroupRoles:["listitem","treeitem"]},id:"aria-required-parent"}],none:[]},{id:"aria-roledescription",selector:"[aria-roledescription]",tags:["cat.aria","wcag2a","wcag412","deprecated"],enabled:!1,all:[],any:[{options:{supportedRoles:["button","img","checkbox","radio","combobox","menuitemcheckbox","menuitemradio"]},id:"aria-roledescription"}],none:[]},{id:"aria-roles",selector:"[role]",matches:"no-empty-role-matches",tags:["cat.aria","wcag2a","wcag412"],actIds:["674b10"],all:[],any:[],none:["invalidrole","abstractrole","unsupportedrole","deprecatedrole"]},{id:"aria-text",selector:"[role=text]",tags:["cat.aria","best-practice"],all:[],any:["no-focusable-content"],none:[]},{id:"aria-toggle-field-name",selector:'[role="checkbox"], [role="menuitemcheckbox"], [role="menuitemradio"], [role="radio"], [role="switch"], [role="option"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412","ACT","TTv5","TT5.c"],actIds:["e086e5"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["no-implicit-explicit-label"]},{id:"aria-tooltip-name",selector:'[role="tooltip"]',matches:"no-naming-method-matches",tags:["cat.aria","wcag2a","wcag412"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-treeitem-name",selector:'[role="treeitem"]',matches:"no-naming-method-matches",tags:["cat.aria","best-practice"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"aria-valid-attr-value",matches:"aria-has-attr-matches",tags:["cat.aria","wcag2a","wcag412"],actIds:["6a7281"],all:[{options:[],id:"aria-valid-attr-value"},"aria-errormessage","aria-level"],any:[],none:[]},{id:"aria-valid-attr",matches:"aria-has-attr-matches",tags:["cat.aria","wcag2a","wcag412"],actIds:["5f99a7"],all:[],any:[{options:[],id:"aria-valid-attr"}],none:[]},{id:"audio-caption",selector:"audio",enabled:!1,excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag121","section508","section508.22.a","deprecated"],actIds:["2eb176","afb423"],all:[],any:[],none:["caption"]},{id:"autocomplete-valid",matches:"autocomplete-matches",tags:["cat.forms","wcag21aa","wcag135","ACT"],actIds:["73f2c2"],all:[{options:{stateTerms:["none","false","true","disabled","enabled","undefined","null"]},id:"autocomplete-valid"}],any:[],none:[]},{id:"avoid-inline-spacing",selector:"[style]",matches:"is-visible-on-screen-matches",tags:["cat.structure","wcag21aa","wcag1412","ACT"],actIds:["24afc2","9e45ec","78fd32"],all:[{options:{cssProperty:"letter-spacing",minValue:.12},id:"important-letter-spacing"},{options:{cssProperty:"word-spacing",minValue:.16},id:"important-word-spacing"},{options:{multiLineOnly:!0,cssProperty:"line-height",minValue:1.5,normalValue:1},id:"important-line-height"}],any:[],none:[]},{id:"blink",selector:"blink",excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag222","section508","section508.22.j","TTv5","TT2.b"],all:[],any:[],none:["is-on-screen"]},{id:"button-name",selector:"button",matches:"no-explicit-name-required-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","ACT","TTv5","TT6.a"],actIds:["97a4e1","m6b1q3"],all:[],any:["button-has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:[]},{id:"bypass",selector:"html",pageLevel:!0,matches:"bypass-matches",reviewOnFail:!0,tags:["cat.keyboard","wcag2a","wcag241","section508","section508.22.o","TTv5","TT9.a"],actIds:["cf77f2","047fe0","b40fd1","3e12e1","ye5d6e"],all:[],any:["internal-link-present",{options:{selector:":is(h1, h2, h3, h4, h5, h6):not([role]), [role=heading]"},id:"header-present"},{options:{selector:"main, [role=main]"},id:"landmark"}],none:[]},{id:"color-contrast-enhanced",matches:"color-contrast-matches",excludeHidden:!1,enabled:!1,tags:["cat.color","wcag2aaa","wcag146","ACT"],actIds:["09o5cg"],all:[],any:[{options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:7,minThreshold:4.5},large:{expected:4.5,minThreshold:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.1,textStrokeEmMin:.03},id:"color-contrast-enhanced"}],none:[]},{id:"color-contrast",matches:"color-contrast-matches",excludeHidden:!1,tags:["cat.color","wcag2aa","wcag143","ACT","TTv5","TT13.c"],actIds:["afw4f7","09o5cg"],all:[],any:[{options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:4.5},large:{expected:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.2,textStrokeEmMin:.03},id:"color-contrast"}],none:[]},{id:"css-orientation-lock",selector:"html",tags:["cat.structure","wcag134","wcag21aa","experimental"],actIds:["b33eff"],all:[{options:{degreeThreshold:2},id:"css-orientation-lock"}],any:[],none:[],preload:!0},{id:"definition-list",selector:"dl",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131"],all:[],any:[],none:["structured-dlitems",{options:{validRoles:["definition","term","listitem"],validNodeNames:["dt","dd"],divGroups:!0},id:"only-dlitems"}]},{id:"dlitem",selector:"dd, dt",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131"],all:[],any:["dlitem"],none:[]},{id:"document-title",selector:"html",matches:"is-initiator-matches",tags:["cat.text-alternatives","wcag2a","wcag242","ACT","TTv5","TT12.a"],actIds:["2779a5"],all:[],any:["doc-has-title"],none:[]},{id:"duplicate-id-active",selector:"[id]",matches:"duplicate-id-active-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag411"],actIds:["3ea0c8"],all:[],any:["duplicate-id-active"],none:[]},{id:"duplicate-id-aria",selector:"[id]",matches:"duplicate-id-aria-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag411"],actIds:["3ea0c8"],all:[],any:["duplicate-id-aria"],none:[]},{id:"duplicate-id",selector:"[id]",matches:"duplicate-id-misc-matches",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag411"],actIds:["3ea0c8"],all:[],any:["duplicate-id"],none:[]},{id:"empty-heading",selector:'h1, h2, h3, h4, h5, h6, [role="heading"]',matches:"heading-matches",tags:["cat.name-role-value","best-practice"],actIds:["ffd0e9"],impact:"minor",all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"empty-table-header",selector:'th:not([role]), [role="rowheader"], [role="columnheader"]',tags:["cat.name-role-value","best-practice"],all:[],any:["has-visible-text"],none:[]},{id:"focus-order-semantics",selector:"div, h1, h2, h3, h4, h5, h6, [role=heading], p, span",matches:"inserted-into-focus-order-matches",tags:["cat.keyboard","best-practice","experimental"],all:[],any:[{options:[],id:"has-widget-role"},{options:{roles:["tooltip"]},id:"valid-scrollable-semantics"}],none:[]},{id:"form-field-multiple-labels",selector:"input, select, textarea",matches:"label-matches",tags:["cat.forms","wcag2a","wcag332","TTv5","TT5.c"],all:[],any:[],none:["multiple-label"]},{id:"frame-focusable-content",selector:"html",matches:"frame-focusable-content-matches",tags:["cat.keyboard","wcag2a","wcag211","TTv5","TT4.a"],actIds:["akn7bn"],all:[],any:["frame-focusable-content"],none:[]},{id:"frame-tested",selector:"html, frame, iframe",tags:["cat.structure","review-item","best-practice"],all:[{options:{isViolation:!1},id:"frame-tested"}],any:[],none:[]},{id:"frame-title-unique",selector:"frame[title], iframe[title]",matches:"frame-title-has-text-matches",tags:["cat.text-alternatives","wcag412","wcag2a","TTv5","TT12.d"],actIds:["4b1c6c"],all:[],any:[],none:["unique-frame-title"],reviewOnFail:!0},{id:"frame-title",selector:"frame, iframe",matches:"no-negative-tabindex-matches",tags:["cat.text-alternatives","wcag2a","wcag412","section508","section508.22.i","TTv5","TT12.d"],actIds:["cae760"],all:[],any:[{options:{attribute:"title"},id:"non-empty-title"},"aria-label","aria-labelledby","presentational-role"],none:[]},{id:"heading-order",selector:"h1, h2, h3, h4, h5, h6, [role=heading]",matches:"heading-matches",tags:["cat.semantics","best-practice"],all:[],any:["heading-order"],none:[]},{id:"hidden-content",selector:"*",excludeHidden:!1,tags:["cat.structure","experimental","review-item","best-practice"],all:[],any:["hidden-content"],none:[]},{id:"html-has-lang",selector:"html",matches:"is-initiator-matches",tags:["cat.language","wcag2a","wcag311","ACT","TTv5","TT11.a"],actIds:["b5c3f8"],all:[],any:[{options:{attributes:["lang","xml:lang"]},id:"has-lang"}],none:[]},{id:"html-lang-valid",selector:'html[lang]:not([lang=""]), html[xml\\:lang]:not([xml\\:lang=""])',tags:["cat.language","wcag2a","wcag311","ACT","TTv5","TT11.a"],actIds:["bf051a"],all:[],any:[],none:[{options:{attributes:["lang","xml:lang"]},id:"valid-lang"}]},{id:"html-xml-lang-mismatch",selector:"html[lang][xml\\:lang]",matches:"xml-lang-mismatch-matches",tags:["cat.language","wcag2a","wcag311","ACT"],actIds:["5b7ae0"],all:["xml-lang-mismatch"],any:[],none:[]},{id:"identical-links-same-purpose",selector:'a[href], area[href], [role="link"]',excludeHidden:!1,enabled:!1,matches:"identical-links-same-purpose-matches",tags:["cat.semantics","wcag2aaa","wcag249"],actIds:["b20e66"],all:["identical-links-same-purpose"],any:[],none:[]},{id:"image-alt",selector:"img",matches:"no-explicit-name-required-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","ACT","TTv5","TT7.a","TT7.b"],actIds:["23a2a8"],all:[],any:["has-alt","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:["alt-space-value"]},{id:"image-redundant-alt",selector:"img",tags:["cat.text-alternatives","best-practice"],all:[],any:[],none:[{options:{parentSelector:"button, [role=button], a[href], p, li, td, th"},id:"duplicate-img-label"}]},{id:"input-button-name",selector:'input[type="button"], input[type="submit"], input[type="reset"]',matches:"no-explicit-name-required-matches",tags:["cat.name-role-value","wcag2a","wcag412","section508","section508.22.a","ACT","TTv5","TT5.c"],actIds:["97a4e1"],all:[],any:["non-empty-if-present",{options:{attribute:"value"},id:"non-empty-value"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:[]},{id:"input-image-alt",selector:'input[type="image"]',matches:"no-explicit-name-required-matches",tags:["cat.text-alternatives","wcag2a","wcag111","wcag412","section508","section508.22.a","ACT","TTv5","TT7.a"],actIds:["59796f"],all:[],any:[{options:{attribute:"alt"},id:"non-empty-alt"},"aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"label-content-name-mismatch",matches:"label-content-name-mismatch-matches",tags:["cat.semantics","wcag21a","wcag253","experimental"],actIds:["2ee8b8"],all:[],any:[{options:{pixelThreshold:.1,occurrenceThreshold:3},id:"label-content-name-mismatch"}],none:[]},{id:"label-title-only",selector:"input, select, textarea",matches:"label-matches",tags:["cat.forms","best-practice"],all:[],any:[],none:["title-only"]},{id:"label",selector:"input, textarea",matches:"label-matches",tags:["cat.forms","wcag2a","wcag412","section508","section508.22.n","ACT","TTv5","TT5.c"],actIds:["e086e5"],all:[],any:["implicit-label","explicit-label","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},{options:{attribute:"placeholder"},id:"non-empty-placeholder"},"presentational-role"],none:["help-same-as-label","hidden-explicit-label"]},{id:"landmark-banner-is-top-level",selector:"header:not([role]), [role=banner]",matches:"landmark-has-body-context-matches",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-complementary-is-top-level",selector:"aside:not([role]), [role=complementary]",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-contentinfo-is-top-level",selector:"footer:not([role]), [role=contentinfo]",matches:"landmark-has-body-context-matches",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-main-is-top-level",selector:"main:not([role]), [role=main]",tags:["cat.semantics","best-practice"],all:[],any:["landmark-is-top-level"],none:[]},{id:"landmark-no-duplicate-banner",selector:"header:not([role]), [role=banner]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"header:not([role]), [role=banner]",nativeScopeFilter:"article, aside, main, nav, section"},id:"page-no-duplicate-banner"}],none:[]},{id:"landmark-no-duplicate-contentinfo",selector:"footer:not([role]), [role=contentinfo]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"footer:not([role]), [role=contentinfo]",nativeScopeFilter:"article, aside, main, nav, section"},id:"page-no-duplicate-contentinfo"}],none:[]},{id:"landmark-no-duplicate-main",selector:"main:not([role]), [role=main]",tags:["cat.semantics","best-practice"],all:[],any:[{options:{selector:"main:not([role]), [role='main']"},id:"page-no-duplicate-main"}],none:[]},{id:"landmark-one-main",selector:"html",tags:["cat.semantics","best-practice"],all:[{options:{selector:"main:not([role]), [role='main']",passForModal:!0},id:"page-has-main"}],any:[],none:[]},{id:"landmark-unique",selector:"[role=banner], [role=complementary], [role=contentinfo], [role=main], [role=navigation], [role=region], [role=search], [role=form], form, footer, header, aside, main, nav, section",tags:["cat.semantics","best-practice"],matches:"landmark-unique-matches",all:[],any:["landmark-is-unique"],none:[]},{id:"link-in-text-block",selector:"a[href], [role=link]",matches:"link-in-text-block-matches",excludeHidden:!1,tags:["cat.color","wcag2a","wcag141","TTv5","TT13.a"],all:[],any:[{options:{requiredContrastRatio:3,allowSameColor:!0},id:"link-in-text-block"},"link-in-text-block-style"],none:[]},{id:"link-name",selector:"a[href]",tags:["cat.name-role-value","wcag2a","wcag412","wcag244","section508","section508.22.a","ACT","TTv5","TT6.a"],actIds:["c487ae"],all:[],any:["has-visible-text","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:["focusable-no-name"]},{id:"list",selector:"ul, ol",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131"],all:[],any:[],none:[{options:{validRoles:["listitem"],validNodeNames:["li"]},id:"only-listitems"}]},{id:"listitem",selector:"li",matches:"no-role-matches",tags:["cat.structure","wcag2a","wcag131"],all:[],any:["listitem"],none:[]},{id:"marquee",selector:"marquee",excludeHidden:!1,tags:["cat.parsing","wcag2a","wcag222","TTv5","TT2.b"],all:[],any:[],none:["is-on-screen"]},{id:"meta-refresh-no-exceptions",selector:'meta[http-equiv="refresh"][content]',excludeHidden:!1,enabled:!1,tags:["cat.time-and-media","wcag2aaa","wcag224","wcag325"],actIds:["bisz58"],all:[],any:[{options:{minDelay:72e3,maxDelay:!1},id:"meta-refresh-no-exceptions"}],none:[]},{id:"meta-refresh",selector:'meta[http-equiv="refresh"][content]',excludeHidden:!1,tags:["cat.time-and-media","wcag2a","wcag221","TTv5","TT8.a"],actIds:["bc659a","bisz58"],all:[],any:[{options:{minDelay:0,maxDelay:72e3},id:"meta-refresh"}],none:[]},{id:"meta-viewport-large",selector:'meta[name="viewport"]',matches:"is-initiator-matches",excludeHidden:!1,tags:["cat.sensory-and-visual-cues","best-practice"],all:[],any:[{options:{scaleMinimum:5,lowerBound:2},id:"meta-viewport-large"}],none:[]},{id:"meta-viewport",selector:'meta[name="viewport"]',matches:"is-initiator-matches",excludeHidden:!1,tags:["cat.sensory-and-visual-cues","wcag2aa","wcag144","ACT"],actIds:["b4f0c3"],all:[],any:[{options:{scaleMinimum:2},id:"meta-viewport"}],none:[]},{id:"nested-interactive",matches:"nested-interactive-matches",tags:["cat.keyboard","wcag2a","wcag412","TTv5","TT6.a"],actIds:["307n5z"],all:[],any:["no-focusable-content"],none:[]},{id:"no-autoplay-audio",excludeHidden:!1,selector:"audio[autoplay], video[autoplay]",matches:"no-autoplay-audio-matches",reviewOnFail:!0,tags:["cat.time-and-media","wcag2a","wcag142","ACT","TTv5","TT2.a"],actIds:["80f0bf"],preload:!0,all:[{options:{allowedDuration:3},id:"no-autoplay-audio"}],any:[],none:[]},{id:"object-alt",selector:"object[data]",matches:"object-is-loaded-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a"],actIds:["8fc3b6"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:[]},{id:"p-as-heading",selector:"p",matches:"p-as-heading-matches",tags:["cat.semantics","wcag2a","wcag131","experimental"],all:[{options:{margins:[{weight:150,italic:!0},{weight:150,size:1.15},{italic:!0,size:1.15},{size:1.4}],passLength:1,failLength:.5},id:"p-as-heading"}],any:[],none:[]},{id:"page-has-heading-one",selector:"html",tags:["cat.semantics","best-practice"],all:[{options:{selector:"h1:not([role], [aria-level]), :is(h1, h2, h3, h4, h5, h6):not([role])[aria-level=1], [role=heading][aria-level=1]",passForModal:!0},id:"page-has-heading-one"}],any:[],none:[]},{id:"presentation-role-conflict",selector:'img[alt=\'\'], [role="none"], [role="presentation"]',matches:"has-implicit-chromium-role-matches",tags:["cat.aria","best-practice","ACT"],actIds:["46ca7f"],all:[],any:[],none:["is-element-focusable","has-global-aria-attribute"]},{id:"region",selector:"body *",tags:["cat.keyboard","best-practice"],all:[],any:[{options:{regionMatcher:"dialog, [role=dialog], [role=alertdialog], svg"},id:"region"}],none:[]},{id:"role-img-alt",selector:"[role='img']:not(img, area, input, object)",matches:"html-namespace-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","ACT","TTv5","TT7.a"],actIds:["23a2a8"],all:[],any:["aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"scope-attr-valid",selector:"td[scope], th[scope]",tags:["cat.tables","best-practice"],all:["html5-scope",{options:{values:["row","col","rowgroup","colgroup"]},id:"scope-value"}],any:[],none:[]},{id:"scrollable-region-focusable",selector:"*:not(select,textarea)",matches:"scrollable-region-focusable-matches",tags:["cat.keyboard","wcag2a","wcag211","TTv5","TT4.a"],actIds:["0ssw9k"],all:[],any:["focusable-content","focusable-element"],none:[]},{id:"select-name",selector:"select",tags:["cat.forms","wcag2a","wcag412","section508","section508.22.n","ACT","TTv5","TT5.c"],actIds:["e086e5"],all:[],any:["implicit-label","explicit-label","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"},"presentational-role"],none:["help-same-as-label","hidden-explicit-label"]},{id:"server-side-image-map",selector:"img[ismap]",tags:["cat.text-alternatives","wcag2a","wcag211","section508","section508.22.f","TTv5","TT4.a"],all:[],any:[],none:["exists"]},{id:"skip-link",selector:'a[href^="#"], a[href^="/#"]',matches:"skip-link-matches",tags:["cat.keyboard","best-practice"],all:[],any:["skip-link"],none:[]},{id:"svg-img-alt",selector:'[role="img"], [role="graphics-symbol"], svg[role="graphics-document"]',matches:"svg-namespace-matches",tags:["cat.text-alternatives","wcag2a","wcag111","section508","section508.22.a","ACT","TTv5","TT7.a"],actIds:["7d6734"],all:[],any:["svg-non-empty-title","aria-label","aria-labelledby",{options:{attribute:"title"},id:"non-empty-title"}],none:[]},{id:"tabindex",selector:"[tabindex]",tags:["cat.keyboard","best-practice"],all:[],any:["tabindex"],none:[]},{id:"table-duplicate-name",selector:"table",tags:["cat.tables","best-practice"],all:[],any:[],none:["same-caption-summary"]},{id:"table-fake-caption",selector:"table",matches:"data-table-matches",tags:["cat.tables","experimental","wcag2a","wcag131","section508","section508.22.g"],all:["caption-faked"],any:[],none:[]},{id:"target-size",selector:"*",enabled:!1,matches:"widget-not-inline-matches",tags:["wcag22aa","wcag258","cat.sensory-and-visual-cues"],all:[],any:[{options:{minSize:24},id:"target-size"},{options:{minOffset:24},id:"target-offset"}],none:[]},{id:"td-has-header",selector:"table",matches:"data-table-large-matches",tags:["cat.tables","experimental","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b"],all:["td-has-header"],any:[],none:[]},{id:"td-headers-attr",selector:"table",matches:"table-or-grid-role-matches",tags:["cat.tables","wcag2a","wcag131","section508","section508.22.g","TTv5","TT14.b"],actIds:["a25f45"],all:["td-headers-attr"],any:[],none:[]},{id:"th-has-data-cells",selector:"table",matches:"data-table-matches",tags:["cat.tables","wcag2a","wcag131","section508","section508.22.g","TTv5","14.b"],actIds:["d0f69e"],all:["th-has-data-cells"],any:[],none:[]},{id:"valid-lang",selector:"[lang]:not(html), [xml\\:lang]:not(html)",tags:["cat.language","wcag2aa","wcag312","ACT","TTv5","TT11.b"],actIds:["de46e4"],all:[],any:[],none:[{options:{attributes:["lang","xml:lang"]},id:"valid-lang"}]},{id:"video-caption",selector:"video",tags:["cat.text-alternatives","wcag2a","wcag122","section508","section508.22.a","TTv5","TT17.a"],actIds:["eac66b"],all:[],any:[],none:["caption"]}],checks:[{id:"abstractrole",evaluate:"abstractrole-evaluate"},{id:"aria-allowed-attr",evaluate:"aria-allowed-attr-evaluate",options:{validTreeRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]}},{id:"aria-allowed-role",evaluate:"aria-allowed-role-evaluate",options:{allowImplicit:!0,ignoredTags:[]}},{id:"aria-busy",evaluate:"aria-busy-evaluate"},{id:"aria-conditional-attr",evaluate:"aria-conditional-attr-evaluate",options:{invalidTableRowAttrs:["aria-posinset","aria-setsize","aria-expanded","aria-level"]}},{id:"aria-errormessage",evaluate:"aria-errormessage-evaluate"},{id:"aria-hidden-body",evaluate:"aria-hidden-body-evaluate"},{id:"aria-level",evaluate:"aria-level-evaluate"},{id:"aria-prohibited-attr",evaluate:"aria-prohibited-attr-evaluate",options:{elementsAllowedAriaLabel:["applet","input"]}},{id:"aria-required-attr",evaluate:"aria-required-attr-evaluate"},{id:"aria-required-children",evaluate:"aria-required-children-evaluate",options:{reviewEmpty:["doc-bibliography","doc-endnotes","grid","list","listbox","menu","menubar","table","tablist","tree","treegrid","rowgroup"]}},{id:"aria-required-parent",evaluate:"aria-required-parent-evaluate",options:{ownGroupRoles:["listitem","treeitem"]}},{id:"aria-roledescription",evaluate:"aria-roledescription-evaluate",options:{supportedRoles:["button","img","checkbox","radio","combobox","menuitemcheckbox","menuitemradio"]}},{id:"aria-unsupported-attr",evaluate:"aria-unsupported-attr-evaluate"},{id:"aria-valid-attr-value",evaluate:"aria-valid-attr-value-evaluate",options:[]},{id:"aria-valid-attr",evaluate:"aria-valid-attr-evaluate",options:[]},{id:"deprecatedrole",evaluate:"deprecatedrole-evaluate"},{id:"fallbackrole",evaluate:"fallbackrole-evaluate"},{id:"has-global-aria-attribute",evaluate:"has-global-aria-attribute-evaluate"},{id:"has-widget-role",evaluate:"has-widget-role-evaluate",options:[]},{id:"invalidrole",evaluate:"invalidrole-evaluate"},{id:"is-element-focusable",evaluate:"is-element-focusable-evaluate"},{id:"no-implicit-explicit-label",evaluate:"no-implicit-explicit-label-evaluate"},{id:"unsupportedrole",evaluate:"unsupportedrole-evaluate"},{id:"valid-scrollable-semantics",evaluate:"valid-scrollable-semantics-evaluate",options:{roles:["tooltip"]}},{id:"color-contrast-enhanced",evaluate:"color-contrast-evaluate",options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:7,minThreshold:4.5},large:{expected:4.5,minThreshold:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.1,textStrokeEmMin:.03}},{id:"color-contrast",evaluate:"color-contrast-evaluate",options:{ignoreUnicode:!0,ignoreLength:!1,ignorePseudo:!1,boldValue:700,boldTextPt:14,largeTextPt:18,contrastRatio:{normal:{expected:4.5},large:{expected:3}},pseudoSizeThreshold:.25,shadowOutlineEmMax:.2,textStrokeEmMin:.03}},{id:"link-in-text-block-style",evaluate:"link-in-text-block-style-evaluate"},{id:"link-in-text-block",evaluate:"link-in-text-block-evaluate",options:{requiredContrastRatio:3,allowSameColor:!0}},{id:"autocomplete-appropriate",evaluate:"autocomplete-appropriate-evaluate",deprecated:!0},{id:"autocomplete-valid",evaluate:"autocomplete-valid-evaluate",options:{stateTerms:["none","false","true","disabled","enabled","undefined","null"]}},{id:"accesskeys",evaluate:"accesskeys-evaluate",after:"accesskeys-after"},{id:"focusable-content",evaluate:"focusable-content-evaluate"},{id:"focusable-disabled",evaluate:"focusable-disabled-evaluate"},{id:"focusable-element",evaluate:"focusable-element-evaluate"},{id:"focusable-modal-open",evaluate:"focusable-modal-open-evaluate"},{id:"focusable-no-name",evaluate:"focusable-no-name-evaluate"},{id:"focusable-not-tabbable",evaluate:"focusable-not-tabbable-evaluate"},{id:"frame-focusable-content",evaluate:"frame-focusable-content-evaluate"},{id:"landmark-is-top-level",evaluate:"landmark-is-top-level-evaluate"},{id:"no-focusable-content",evaluate:"no-focusable-content-evaluate"},{id:"page-has-heading-one",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:"h1:not([role], [aria-level]), :is(h1, h2, h3, h4, h5, h6):not([role])[aria-level=1], [role=heading][aria-level=1]",passForModal:!0}},{id:"page-has-main",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:"main:not([role]), [role='main']",passForModal:!0}},{id:"page-no-duplicate-banner",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"header:not([role]), [role=banner]",nativeScopeFilter:"article, aside, main, nav, section"}},{id:"page-no-duplicate-contentinfo",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"footer:not([role]), [role=contentinfo]",nativeScopeFilter:"article, aside, main, nav, section"}},{id:"page-no-duplicate-main",evaluate:"page-no-duplicate-evaluate",after:"page-no-duplicate-after",options:{selector:"main:not([role]), [role='main']"}},{id:"tabindex",evaluate:"tabindex-evaluate"},{id:"alt-space-value",evaluate:"alt-space-value-evaluate"},{id:"duplicate-img-label",evaluate:"duplicate-img-label-evaluate",options:{parentSelector:"button, [role=button], a[href], p, li, td, th"}},{id:"explicit-label",evaluate:"explicit-evaluate"},{id:"help-same-as-label",evaluate:"help-same-as-label-evaluate",enabled:!1},{id:"hidden-explicit-label",evaluate:"hidden-explicit-label-evaluate"},{id:"implicit-label",evaluate:"implicit-evaluate"},{id:"label-content-name-mismatch",evaluate:"label-content-name-mismatch-evaluate",options:{pixelThreshold:.1,occurrenceThreshold:3}},{id:"multiple-label",evaluate:"multiple-label-evaluate"},{id:"title-only",evaluate:"title-only-evaluate"},{id:"landmark-is-unique",evaluate:"landmark-is-unique-evaluate",after:"landmark-is-unique-after"},{id:"has-lang",evaluate:"has-lang-evaluate",options:{attributes:["lang","xml:lang"]}},{id:"valid-lang",evaluate:"valid-lang-evaluate",options:{attributes:["lang","xml:lang"]}},{id:"xml-lang-mismatch",evaluate:"xml-lang-mismatch-evaluate"},{id:"dlitem",evaluate:"dlitem-evaluate"},{id:"listitem",evaluate:"listitem-evaluate"},{id:"only-dlitems",evaluate:"invalid-children-evaluate",options:{validRoles:["definition","term","listitem"],validNodeNames:["dt","dd"],divGroups:!0}},{id:"only-listitems",evaluate:"invalid-children-evaluate",options:{validRoles:["listitem"],validNodeNames:["li"]}},{id:"structured-dlitems",evaluate:"structured-dlitems-evaluate"},{id:"caption",evaluate:"caption-evaluate"},{id:"frame-tested",evaluate:"frame-tested-evaluate",after:"frame-tested-after",options:{isViolation:!1}},{id:"no-autoplay-audio",evaluate:"no-autoplay-audio-evaluate",options:{allowedDuration:3}},{id:"css-orientation-lock",evaluate:"css-orientation-lock-evaluate",options:{degreeThreshold:2}},{id:"meta-viewport-large",evaluate:"meta-viewport-scale-evaluate",options:{scaleMinimum:5,lowerBound:2}},{id:"meta-viewport",evaluate:"meta-viewport-scale-evaluate",options:{scaleMinimum:2}},{id:"target-offset",evaluate:"target-offset-evaluate",options:{minOffset:24}},{id:"target-size",evaluate:"target-size-evaluate",options:{minSize:24}},{id:"header-present",evaluate:"has-descendant-evaluate",after:"has-descendant-after",options:{selector:":is(h1, h2, h3, h4, h5, h6):not([role]), [role=heading]"}},{id:"heading-order",evaluate:"heading-order-evaluate",after:"heading-order-after"},{id:"identical-links-same-purpose",evaluate:"identical-links-same-purpose-evaluate",after:"identical-links-same-purpose-after"},{id:"internal-link-present",evaluate:"internal-link-present-evaluate"},{id:"landmark",evaluate:"has-descendant-evaluate",options:{selector:"main, [role=main]"}},{id:"meta-refresh-no-exceptions",evaluate:"meta-refresh-evaluate",options:{minDelay:72e3,maxDelay:!1}},{id:"meta-refresh",evaluate:"meta-refresh-evaluate",options:{minDelay:0,maxDelay:72e3}},{id:"p-as-heading",evaluate:"p-as-heading-evaluate",options:{margins:[{weight:150,italic:!0},{weight:150,size:1.15},{italic:!0,size:1.15},{size:1.4}],passLength:1,failLength:.5}},{id:"region",evaluate:"region-evaluate",after:"region-after",options:{regionMatcher:"dialog, [role=dialog], [role=alertdialog], svg"}},{id:"skip-link",evaluate:"skip-link-evaluate"},{id:"unique-frame-title",evaluate:"unique-frame-title-evaluate",after:"unique-frame-title-after"},{id:"duplicate-id-active",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"duplicate-id-aria",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"duplicate-id",evaluate:"duplicate-id-evaluate",after:"duplicate-id-after"},{id:"aria-label",evaluate:"aria-label-evaluate"},{id:"aria-labelledby",evaluate:"aria-labelledby-evaluate"},{id:"avoid-inline-spacing",evaluate:"avoid-inline-spacing-evaluate",options:{cssProperties:["line-height","letter-spacing","word-spacing"]}},{id:"button-has-visible-text",evaluate:"has-text-content-evaluate"},{id:"doc-has-title",evaluate:"doc-has-title-evaluate"},{id:"exists",evaluate:"exists-evaluate"},{id:"has-alt",evaluate:"has-alt-evaluate"},{id:"has-visible-text",evaluate:"has-text-content-evaluate"},{id:"important-letter-spacing",evaluate:"inline-style-property-evaluate",options:{cssProperty:"letter-spacing",minValue:.12}},{id:"important-line-height",evaluate:"inline-style-property-evaluate",options:{multiLineOnly:!0,cssProperty:"line-height",minValue:1.5,normalValue:1}},{id:"important-word-spacing",evaluate:"inline-style-property-evaluate",options:{cssProperty:"word-spacing",minValue:.16}},{id:"is-on-screen",evaluate:"is-on-screen-evaluate"},{id:"non-empty-alt",evaluate:"attr-non-space-content-evaluate",options:{attribute:"alt"}},{id:"non-empty-if-present",evaluate:"non-empty-if-present-evaluate"},{id:"non-empty-placeholder",evaluate:"attr-non-space-content-evaluate",options:{attribute:"placeholder"}},{id:"non-empty-title",evaluate:"attr-non-space-content-evaluate",options:{attribute:"title"}},{id:"non-empty-value",evaluate:"attr-non-space-content-evaluate",options:{attribute:"value"}},{id:"presentational-role",evaluate:"presentational-role-evaluate"},{id:"role-none",evaluate:"matches-definition-evaluate",deprecated:!0,options:{matcher:{attributes:{role:"none"}}}},{id:"role-presentation",evaluate:"matches-definition-evaluate",deprecated:!0,options:{matcher:{attributes:{role:"presentation"}}}},{id:"svg-non-empty-title",evaluate:"svg-non-empty-title-evaluate"},{id:"caption-faked",evaluate:"caption-faked-evaluate"},{id:"html5-scope",evaluate:"html5-scope-evaluate"},{id:"same-caption-summary",evaluate:"same-caption-summary-evaluate"},{id:"scope-value",evaluate:"scope-value-evaluate",options:{values:["row","col","rowgroup","colgroup"]}},{id:"td-has-header",evaluate:"td-has-header-evaluate"},{id:"td-headers-attr",evaluate:"td-headers-attr-evaluate"},{id:"th-has-data-cells",evaluate:"th-has-data-cells-evaluate"},{id:"hidden-content",evaluate:"hidden-content-evaluate"}]})}("object"==typeof window?window:this);
|