@ncino/web-components 9.0.0-preview.9 → 9.0.1-preview.1

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.
Files changed (65) hide show
  1. package/dist/components/accordion/gator/base/accordion.gator.js +1 -1
  2. package/dist/components/accordion/gator/group/accordion-group.gator.js +1 -1
  3. package/dist/components/alert/gator/base/alert.gator.js +1 -1
  4. package/dist/components/banner/gator/banner.gator.js +1 -1
  5. package/dist/components/boolean/boolean.gator.js +6 -3
  6. package/dist/components/button/gator/button.gator.js +3 -3
  7. package/dist/components/button-card/gator/button-card.gator.js +18 -17
  8. package/dist/components/display-card/gator/display-card.gator.js +1 -1
  9. package/dist/components/fab/gator/fab.gator.js +1 -1
  10. package/dist/components/headline-card/gator/headline-card.gator.js +1 -1
  11. package/dist/components/icon/gator/icon.gator.js +1 -1
  12. package/dist/components/icon/gator/index.js +1 -1
  13. package/dist/components/icon/gator/templates/index.js +1 -1
  14. package/dist/components/icon/gator/templates/plugs-connected.js +14 -0
  15. package/dist/components/icon/gator/templates/plugs.js +14 -0
  16. package/dist/components/icon-button/gator/icon-button.gator.js +1 -1
  17. package/dist/components/illustration/gator/illustration.gator.js +1 -1
  18. package/dist/components/illustration/gator/index.js +1 -1
  19. package/dist/components/illustration/gator/templates/condo.js +42 -0
  20. package/dist/components/illustration/gator/templates/family-home.js +38 -0
  21. package/dist/components/illustration/gator/templates/index.js +1 -1
  22. package/dist/components/illustration/gator/templates/town-home.js +54 -0
  23. package/dist/components/image-card/gator/image-card.gator.js +1 -1
  24. package/dist/components/input/base/input-base.gator.js +1 -1
  25. package/dist/components/input/gator/dropdown/input-dropdown.gator.js +9 -9
  26. package/dist/components/input/gator/help-text/help-text.gator.js +1 -1
  27. package/dist/components/input/gator/input-file/file-uploaded-preview/file-upload-preview.gator.js +1 -1
  28. package/dist/components/input/gator/input-file/input-file.gator.js +1 -1
  29. package/dist/components/input/gator/input-textarea/input-textarea.gator.js +1 -1
  30. package/dist/components/input/gator/input-time/input-time.gator.js +1 -1
  31. package/dist/components/list/gator/list-item/list-item.gator.js +1 -1
  32. package/dist/components/modal/gator/modal.gator.js +0 -1
  33. package/dist/components/progress-stepper/stepper-item/stepper-item.gator.js +1 -1
  34. package/dist/components/selection-box/selection-box.gator.js +1 -1
  35. package/dist/components/table/gator/table-pagination/table-pagination.gator.js +1 -1
  36. package/dist/components/toast/gator/toast-constants.js +1 -0
  37. package/dist/components/toast-container/gator/toast-container.gator.js +8 -4
  38. package/dist/components/toaster/gator/toaster.gator.js +14 -5
  39. package/dist/node_modules/.pnpm/axe-core@4.11.0/node_modules/axe-core/axe.js +1 -1
  40. package/dist/node_modules/.pnpm/libphonenumber-js@1.12.31/node_modules/libphonenumber-js/es6/isPossible.js +1 -1
  41. package/dist/node_modules/.pnpm/storybook@10.1.4_@testing-library_dom@10.4.1_prettier@3.7.4_react-dom@19.2.0_react@19.2.0__react@19.2.0/node_modules/storybook/dist/test/index.js +3 -3
  42. package/dist/packages/web-components/src/components/card/gator/base/card.gator.scss.js +1 -1
  43. package/dist/packages/web-components/src/components/card/gator/footer/card-footer.gator.scss.js +1 -1
  44. package/dist/packages/web-components/src/components/input/gator/dropdown/input-dropdown.gator.scss.js +1 -1
  45. package/dist/packages/web-components/src/components/modal/gator/modal.gator.scss.js +1 -1
  46. package/dist/packages/web-components/src/components/text-detail/gator/text-detail.gator.scss.js +1 -1
  47. package/dist/packages/web-components/src/components/toast-container/gator/toast-container.gator.scss.js +1 -1
  48. package/dist/packages/web-components/src/components/toaster/gator/toaster.gator.scss.js +1 -1
  49. package/dist/types/components/button-card/gator/button-card.gator.d.ts +4 -0
  50. package/dist/types/components/icon/gator/templates/index.d.ts +2 -0
  51. package/dist/types/components/icon/gator/templates/plugs-connected.d.ts +1 -0
  52. package/dist/types/components/icon/gator/templates/plugs.d.ts +1 -0
  53. package/dist/types/components/illustration/gator/templates/condo.d.ts +1 -0
  54. package/dist/types/components/illustration/gator/templates/family-home.d.ts +1 -0
  55. package/dist/types/components/illustration/gator/templates/index.d.ts +6 -3
  56. package/dist/types/components/illustration/gator/templates/town-home.d.ts +1 -0
  57. package/dist/types/components/toast/gator/toast-constants.d.ts +8 -0
  58. package/dist/types/components/toaster/gator/toaster.gator.d.ts +12 -4
  59. package/dist/utils/vitest-a11y-utils.js +1 -1
  60. package/package.json +6 -6
  61. package/web-types.json +2 -9
  62. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_de8744cadc3bcf01c58195dfa0e650cb}/node_modules/vitest/browser/context.js +0 -0
  63. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_de8744cadc3bcf01c58195dfa0e650cb}/node_modules/vitest/dist/chunks/_commonjsHelpers.D26ty3Ew.js +0 -0
  64. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_de8744cadc3bcf01c58195dfa0e650cb}/node_modules/vitest/dist/chunks/utils.DvEY5TfP.js +0 -0
  65. /package/dist/node_modules/.pnpm/{vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_0c91d94893276de308eb5b07cced5df8 → vitest@4.0.15_@types_node@24.10.1_@vitest_browser-playwright@4.0.15_@vitest_ui@4.0.15_j_de8744cadc3bcf01c58195dfa0e650cb}/node_modules/vitest/dist/chunks/vi.2VT5v0um.js +0 -0
@@ -11,7 +11,7 @@ Consider to rely on 'then' or 'done' mode instead.`);T&&(delete c[p],d[p]=C,l.em
11
11
 
12
12
  `)}var _u=QD;function xu(){var e=x._audit.data.incompleteFallbackMessage;return typeof e=="function"&&(e=e()),typeof e!="string"?"":e}var k1=se.resultGroups;function Na(e,t){var r=x.utils.aggregateResult(e);return k1.forEach(function(a){t.resultTypes&&!t.resultTypes.includes(a)&&(r[a]||[]).forEach(function(n){Array.isArray(n.nodes)&&n.nodes.length>0&&(n.nodes=[n.nodes[0]])}),r[a]=(r[a]||[]).map(function(n){return n=Object.assign({},n),Array.isArray(n.nodes)&&n.nodes.length>0&&(n.nodes=n.nodes.map(function(i){if(M(i.node)==="object"){var o=S1(i.node,t);Object.assign(i,o)}return delete i.result,delete i.node,ew(i,t),i})),k1.forEach(function(i){return delete n[i]}),delete n.pageLevel,delete n.result,n})}),r}function ew(e,t){["any","all","none"].forEach(function(r){Array.isArray(e[r])&&e[r].filter(function(a){return Array.isArray(a.relatedNodes)}).forEach(function(a){a.relatedNodes=a.relatedNodes.map(function(n){return S1(n,t)})})})}function S1(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{},t=arguments.length>1?arguments[1]:void 0;e=yt.dqElmToSpec(e,t);var r={};if(x._audit.noHtml)r.html=null;else{var a;r.html=(a=e.source)!==null&&a!==void 0?a:"Undefined"}if(t.elementRef&&!e.fromFrame){var n;r.element=(n=e.element)!==null&&n!==void 0?n:null}if(t.selectors!==!1||e.fromFrame){var i;r.target=(i=e.selector)!==null&&i!==void 0?i:[":root"]}if(t.ancestry){var o;r.ancestry=(o=e.ancestry)!==null&&o!==void 0?o:[":root"]}if(t.xpath){var u;r.xpath=(u=e.xpath)!==null&&u!==void 0?u:["/"]}return r}var tw=/\$\{\s?data\s?\}/g;function ni(e,t){if(typeof t=="string")return e.replace(tw,t);for(var r in t)if(t.hasOwnProperty(r)){var a=new RegExp("\\${\\s?data\\."+r+"\\s?}","g"),n=typeof t[r]>"u"?"":String(t[r]);e=e.replace(a,n)}return e}function O1(e,t){if(e){if(Array.isArray(t)){if(t.values=t.join(", "),typeof e.singular=="string"&&typeof e.plural=="string"){var r=t.length===1?e.singular:e.plural;return ni(r,t)}return ni(e,t)}if(typeof e=="string")return ni(e,t);if(typeof t=="string"){var a=e[t];return ni(a,t)}var n=e.default||xu();return t&&t.messageKey&&e[t.messageKey]&&(n=e[t.messageKey]),O1(n,t)}}var Eu=O1;function rw(e,t,r){var a=x._audit.data.checks[e];if(!a)throw new Error("Cannot get message for unknown check: ".concat(e,"."));if(!a.messages[t])throw new Error('Check "'.concat(e,'"" does not have a "').concat(t,'" message.'));return Eu(a.messages[t],r)}var aw=rw;function nw(e,t,r){var a=((r.rules&&r.rules[t]||{}).checks||{})[e.id],n=(r.checks||{})[e.id],i=e.enabled,o=e.options;return n&&(n.hasOwnProperty("enabled")&&(i=n.enabled),n.hasOwnProperty("options")&&(o=n.options)),a&&(a.hasOwnProperty("enabled")&&(i=a.enabled),a.hasOwnProperty("options")&&(o=a.options)),{enabled:i,options:o,absolutePaths:r.absolutePaths}}var ii=nw;function lr(){var e,t=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:E;return t&&M(t)==="object"?t:M(r)!=="object"?{}:{testEngine:{name:"axe-core",version:x.version},testRunner:{name:x._audit.brand},testEnvironment:iw(r),timestamp:new Date().toISOString(),url:(e=r.location)===null||e===void 0?void 0:e.href}}function iw(e){if(!e.navigator||M(e.navigator)!=="object")return{};var t=e.navigator,r=e.innerHeight,a=e.innerWidth,n=ow(e)||{},i=n.angle,o=n.type;return{userAgent:t.userAgent,windowWidth:a,windowHeight:r,orientationAngle:i,orientationType:o}}function ow(e){var t=e.screen;return t.orientation||t.msOrientation||t.mozOrientation}function M1(e,t){var r=t.focusable,a=t.page;return{node:e,include:[],exclude:[],initiator:!1,focusable:r&&uw(e),size:sw(e),page:a}}function uw(e){var t=Lt(e.getAttribute("tabindex"));return t===null||t>=0}function sw(e){var t=parseInt(e.getAttribute("width"),10),r=parseInt(e.getAttribute("height"),10);if(isNaN(t)||isNaN(r)){var a=e.getBoundingClientRect();t=isNaN(t)?a.width:t,r=isNaN(r)?a.height:r}return{width:t,height:r}}function lw(e){if(Fu(e)){var t=" must be used inside include or exclude. It should not be on the same object.";cr(!Bt(e,"fromFrames"),"fromFrames"+t),cr(!Bt(e,"fromShadowDom"),"fromShadowDom"+t)}else if(ui(e))e={include:e,exclude:[]};else return{include:[N],exclude:[]};var r=I1(e.include);r.length===0&&r.push(N);var a=I1(e.exclude);return{include:r,exclude:a}}function I1(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:[],t=[];Au(e)||(e=[e]);for(var r=0;r<e.length;r++){var a=cw(e[r]);a&&t.push(a)}return t}function cw(e){return e instanceof E.Node?e:typeof e=="string"?[e]:(Cu(e)?(fw(e),e=e.fromFrames):si(e)&&(e=[e]),dw(e))}function dw(e){if(Array.isArray(e)){var t=[],r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;if(si(n)&&(pw(n),n=n.fromShadowDom),typeof n!="string"&&!mw(n))return;t.push(n)}}catch(i){r.e(i)}finally{r.f()}return t}}function fw(e){cr(Array.isArray(e.fromFrames),"fromFrames property must be an array"),cr(e.fromFrames.every(function(t){return!Bt(t,"fromFrames")}),"Invalid context; fromFrames selector must be appended, rather than nested"),cr(!Bt(e,"fromShadowDom"),"fromFrames and fromShadowDom cannot be used on the same object")}function pw(e){cr(Array.isArray(e.fromShadowDom),"fromShadowDom property must be an array"),cr(e.fromShadowDom.every(function(t){return!Bt(t,"fromFrames")}),"shadow selector must be inside fromFrame instead"),cr(e.fromShadowDom.every(function(t){return!Bt(t,"fromShadowDom")}),"fromShadowDom selector must be appended, rather than nested")}function mw(e){return Array.isArray(e)&&e.every(function(t){return typeof t=="string"})}function cr(e,t){he(e,"Invalid context; ".concat(t,`
13
13
  See: https://github.com/dequelabs/axe-core/blob/master/doc/context.md`))}function P1(e,t){for(var r=[],a=0,n=e[t].length;a<n;a++){var i=e[t][a];if(i instanceof E.Node)i.documentElement instanceof E.Node?r.push(e.flatTree[0]):r.push(ce(i));else if(i&&i.length)if(i.length>1)hw(e,t,i);else{var o=Pu(i[0]);r.push.apply(r,re(o.map(function(u){return ce(u)})))}}return r.filter(function(u){return u})}function hw(e,t,r){e.frames=e.frames||[];var a=r.shift(),n=Pu(a);n.forEach(function(i){var o=e.frames.find(function(u){return u.node===i});o||(o=M1(i,e),e.frames.push(o)),o[t].push(r)})}function oi(e,t){var r,a,n,i,o=this;e=Wt(e),this.frames=[],this.page=typeof((r=e)===null||r===void 0?void 0:r.page)=="boolean"?e.page:void 0,this.initiator=typeof((a=e)===null||a===void 0?void 0:a.initiator)=="boolean"?e.initiator:!0,this.focusable=typeof((n=e)===null||n===void 0?void 0:n.focusable)=="boolean"?e.focusable:!0,this.size=M((i=e)===null||i===void 0?void 0:i.size)==="object"?e.size:{},e=lw(e),this.flatTree=t??Du(yw(e)),this.exclude=e.exclude,this.include=e.include,this.include=P1(this,"include"),this.exclude=P1(this,"exclude"),Iu("frame, iframe",this).forEach(function(u){Tu(u,o)&&vw(o,u.actualNode)}),typeof this.page>"u"&&(this.page=gw(this),this.frames.forEach(function(u){u.page=o.page})),bw(this),Array.isArray(this.include)||(this.include=Array.from(this.include)),this.include.sort(Su)}function vw(e,t){!Te(t)||Pa(e.frames,"node",t)||e.frames.push(M1(t,e))}function gw(e){var t=e.include;return t.length===1&&t[0].actualNode===N.documentElement}function bw(e){if(e.include.length===0&&e.frames.length===0){var t=kt.isInFrame()?"frame":"page";throw new Error("No elements found for include in "+t+" Context")}}function yw(e){for(var t=e.include,r=e.exclude,a=Array.from(t).concat(Array.from(r)),n=0;n<a.length;n++){var i=a[n];if(i instanceof E.Element)return i.ownerDocument.documentElement;if(i instanceof E.Document)return i.documentElement}return N.documentElement}function Dw(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};if(t.iframes===!1)return[];var r=new oi(e),a=r.frames;return a.map(function(n){var i=n.node,o=qe(n,Wp);o.initiator=!1;var u=Rn(i);return{frameSelector:u,frameContext:o}})}function N1(e){var t=x._audit.rules.find(function(r){var a=r.id;return a===e});if(!t)throw new Error("Cannot find rule by id: ".concat(e));return t}function ww(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0,r=e.scrollWidth>e.clientWidth+t,a=e.scrollHeight>e.clientHeight+t;if(r||a){var n=E.getComputedStyle(e),i=B1(n,"overflow-x"),o=B1(n,"overflow-y");if(r&&i||a&&o)return{elm:e,top:e.scrollTop,left:e.scrollLeft}}}function B1(e,t){var r=e.getPropertyValue(t);return["scroll","auto"].includes(r)}var Kt=Re(ww);function L1(e){return Array.from(e.children||e.childNodes||[]).reduce(function(t,r){var a=Kt(r);return a&&t.push(a),t.concat(L1(r))},[])}function _w(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:E,t=e.document.documentElement,r=[e.pageXOffset!==void 0?{elm:e,top:e.pageYOffset,left:e.pageXOffset}:{elm:t,top:t.scrollTop,left:t.scrollLeft}];return r.concat(L1(N.body))}var xw=_w;function Ew(){return Wt(ve)}function Aw(e){if(!e)throw new Error("axe.utils.getStyleSheetFactory should be invoked with an argument");return function(t){var r=t.data,a=t.isCrossOrigin,n=a===void 0?!1:a,i=t.shadowId,o=t.root,u=t.priority,s=t.isLink,l=s===void 0?!1:s,c=e.createElement("style");if(l){var d=e.createTextNode('@import "'.concat(r.href,'"'));c.appendChild(d)}else c.appendChild(e.createTextNode(r));return e.head.appendChild(c),{sheet:c.sheet,isCrossOrigin:n,shadowId:i,root:o,priority:u}}}var q1=Aw,ct;function Fw(e){if(ct&&ct.parentNode)return ct.styleSheet===void 0?ct.appendChild(N.createTextNode(e)):ct.styleSheet.cssText+=e,ct;if(e){var t=N.head||N.getElementsByTagName("head")[0];return ct=N.createElement("style"),ct.type="text/css",ct.styleSheet===void 0?ct.appendChild(N.createTextNode(e)):ct.styleSheet.cssText=e,t.appendChild(ct),ct}}var Cw=Fw;function Au(e){return!!e&&M(e)==="object"&&typeof e.length=="number"&&!(e instanceof E.Node)}function Bt(e,t){return!e||M(e)!=="object"?!1:Object.prototype.hasOwnProperty.call(e,t)}function j1(e){return Fu(e)||ui(e)}function Fu(e){return["include","exclude"].some(function(t){return Bt(e,t)&&ui(e[t])})}function ui(e){return typeof e=="string"||e instanceof E.Node||Cu(e)||si(e)||Au(e)}function Cu(e){return Bt(e,"fromFrames")}function si(e){return Bt(e,"fromShadowDom")}function $1(e,t){var r=ce(e);if(e.nodeType===9)return!1;if(e.nodeType===11&&(e=e.host),r&&r._isHidden!==null)return r._isHidden;var a=E.getComputedStyle(e,null);if(!a||!e.parentNode||a.getPropertyValue("display")==="none"||!t&&a.getPropertyValue("visibility")==="hidden"||e.getAttribute("aria-hidden")==="true")return!0;var n=e.assignedSlot?e.assignedSlot:e.parentNode,i=$1(n,!0);return r&&(r._isHidden=i),i}var Rw=$1;function Tw(e){var t,r,a=(t=(r=e.props)===null||r===void 0?void 0:r.nodeName)!==null&&t!==void 0?t:e.nodeName.toLowerCase();return e.namespaceURI==="http://www.w3.org/2000/svg"?!1:!!ve.htmlElms[a]}var Ru=Tw;function Tu(e,t){var r=t.include,a=r===void 0?[]:r,n=t.exclude,i=n===void 0?[]:n,o=a.filter(function(c){return Yt(c,e)});if(o.length===0)return!1;var u=i.filter(function(c){return Yt(c,e)});if(u.length===0)return!0;var s=z1(o),l=z1(u);return Yt(l,s)}function z1(e){var t,r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value;(!t||!Yt(n,t))&&(t=n)}}catch(i){r.e(i)}finally{r.f()}return t}function ku(e,t){return e.length!==t.length?!1:e.every(function(r,a){var n=t[a];return Array.isArray(r)?r.length!==n.length?!1:r.every(function(i,o){return n[o]===i}):r===n})}function kw(e,t){return e=e.actualNode||e,t=t.actualNode||t,e===t?0:e.compareDocumentPosition(t)&4?-1:1}var Su=kw;function ye(e){return e instanceof He?{vNode:e,domNode:e.actualNode}:{vNode:ce(e),domNode:e}}function Sw(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=Array.from(e.cssRules);if(!i)return Promise.resolve();var o=i.filter(function(c){return c.type===3});if(!o.length)return Promise.resolve({isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId,sheet:e});var u=o.filter(function(c){return c.href}).map(function(c){return c.href}).filter(function(c){return!a.includes(c)}),s=u.map(function(c,d){var f=[].concat(re(r),[d]),p=/^https?:\/\/|^\/\//i.test(c);return Mu(c,t,f,a,p)}),l=i.filter(function(c){return c.type!==3});return l.length&&s.push(Promise.resolve(t.convertDataToStylesheet({data:l.map(function(c){return c.cssText}).join(),isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId}))),Promise.all(s)}var V1=Sw;function Ow(e,t,r,a){var n=arguments.length>4&&arguments[4]!==void 0?arguments[4]:!1,i=Mw(e);return i?V1(e,t,r,a,n):Mu(e.href,t,r,a,!0)}function Mw(e){try{var t=e.cssRules;return!(!t&&e.href)}catch{return!1}}var Ou=Ow;function Iw(e,t,r,a,n){return a.push(e),new Promise(function(i,o){var u=new E.XMLHttpRequest;u.open("GET",e),u.timeout=se.preload.timeout,u.addEventListener("error",o),u.addEventListener("timeout",o),u.addEventListener("loadend",function(s){if(s.loaded&&u.responseText)return i(u.responseText);o(u.responseText)}),u.send()}).then(function(i){var o=t.convertDataToStylesheet({data:i,isCrossOrigin:n,priority:r,root:t.rootNode,shadowId:t.shadowId});return Ou(o.sheet,t,r,a,o.isCrossOrigin)})}var Mu=Iw;function Pw(e){if(typeof e!="string")return null;var t=e.trim().match(/^([-+]?\d+)/);return t?Number(t[1]):null}var Lt=Pw,Nw=(function(){function e(){if(E.performance&&E.performance)return E.performance.now()}var t=e(),r=!1;return{start:function(){this.reset(),r=!0,this.mark("mark_axe_start")},end:function(){this.mark("mark_axe_end"),this.measure("axe","mark_axe_start","mark_axe_end",!0),this.logMeasures("axe"),this.clearMark("mark_axe_start","mark_axe_end"),r=!1},auditStart:function(){r||this.reset(),this.mark("mark_audit_start")},auditEnd:function(){this.mark("mark_audit_end"),this.measure("audit_start_to_end","mark_audit_start","mark_audit_end",!0),this.logMeasures(),this.clearMark("mark_audit_start","mark_audit_end")},mark:function(n){var i;(i=E.performance)!==null&&i!==void 0&&i.mark&&E.performance.mark(n)},measure:function(n,i,o){var u,s=arguments.length>3&&arguments[3]!==void 0?arguments[3]:!1;if((u=E.performance)!==null&&u!==void 0&&u.measure){try{E.performance.measure(n,i,o)}catch(l){this._log(l)}s||this.clearMark(i,o)}},logMeasures:function(n){var i=this,o,u,s=function(h){return Array.isArray(h)?h[h.length-1]:h},l=function(h){i._log("Measure "+h.name+" took "+h.duration+"ms")};if(!(!((o=E.performance)!==null&&o!==void 0&&o.getEntriesByType)||!((u=E.performance)!==null&&u!==void 0&&u.getEntriesByName))){var c=s(E.performance.getEntriesByName("mark_axe_start"))||s(E.performance.getEntriesByName("mark_audit_start"));if(!c){this._log("Axe must be started before using performanceTimer");return}for(var d=E.performance.getEntriesByType("measure").filter(function(m){return m.startTime>=c.startTime}),f=0;f<d.length;++f){var p=d[f];if(p.name===n){l(p);return}else n||l(p)}}},timeElapsed:function(){var n=e();return n-t},clearMark:function(){var n;if((n=E.performance)!==null&&n!==void 0&&n.clearMarks){for(var i=arguments.length,o=new Array(i),u=0;u<i;u++)o[u]=arguments[u];for(var s=0,l=o;s<l.length;s++){var c=l[s];E.performance.clearMarks(c)}}},reset:function(){t=e()},_log:function(n){gr(n)}}})(),ge=Nw;function H1(){if(N.elementsFromPoint)return N.elementsFromPoint;if(N.msElementsFromPoint)return N.msElementsFromPoint;var e=(function(){var n=N.createElement("x");return n.style.cssText="pointer-events:auto",n.style.pointerEvents==="auto"})(),t=e?"pointer-events":"visibility",r=e?"none":"hidden",a=N.createElement("style");return a.innerHTML=e?"* { pointer-events: all }":"* { visibility: visible }",function(n,i){var o,u,s,l=[],c=[];for(N.head.appendChild(a);(o=N.elementFromPoint(n,i))&&l.indexOf(o)===-1;)l.push(o),c.push({value:o.style.getPropertyValue(t),priority:o.style.getPropertyPriority(t)}),o.style.setProperty(t,r,"important");for(l.indexOf(N.documentElement)<l.length-1&&(l.splice(l.indexOf(N.documentElement),1),l.push(N.documentElement)),u=c.length;s=c[--u];)l[u].style.setProperty(t,s.value?s.value:"",s.priority);return N.head.removeChild(a),l}}typeof E.addEventListener=="function"&&(N.elementsFromPoint=H1());function Bw(e,t){return e.concat(t).filter(function(r,a,n){return n.indexOf(r)===a})}var Ba=Bw;function G1(e,t,r,a,n){var i=n||{};return i.vNodes=e,i.vNodesIndex=0,i.anyLevel=t,i.thisLevel=r,i.parentShadowId=a,i}function Lw(e,t,r){for(var a=ue.get("qsa.recycledLocalVariables",function(){return[]}),n=[],i=Array.isArray(e)?e:[e],o=G1(i,t,null,e[0].shadowId,a.pop()),u=[];o.vNodesIndex<o.vNodes.length;){for(var s,l,c=o.vNodes[o.vNodesIndex++],d=null,f=null,p=(((s=o.anyLevel)===null||s===void 0?void 0:s.length)||0)+(((l=o.thisLevel)===null||l===void 0?void 0:l.length)||0),m=!1,h=0;h<p;h++){var v,g,b,w=h<(((v=o.anyLevel)===null||v===void 0?void 0:v.length)||0)?o.anyLevel[h]:o.thisLevel[h-(((g=o.anyLevel)===null||g===void 0?void 0:g.length)||0)];if((!w[0].id||c.shadowId===o.parentShadowId)&&jr(c,w[0]))if(w.length===1)!m&&(!r||r(c))&&(u.push(c),m=!0);else{var D=w.slice(1);if([" ",">"].includes(D[0].combinator)===!1)throw new Error("axe.utils.querySelectorAll does not support the combinator: "+w[1].combinator);D[0].combinator===">"?(d=d||[]).push(D):(f=f||[]).push(D)}(!w[0].id||c.shadowId===o.parentShadowId)&&(b=o.anyLevel)!==null&&b!==void 0&&b.includes(w)&&(f=f||[]).push(w)}for(c.children&&c.children.length&&(n.push(o),o=G1(c.children,f,d,c.shadowId,a.pop()));o.vNodesIndex===o.vNodes.length&&n.length;)a.push(o),o=n.pop()}return u}function qw(e,t,r){e=Array.isArray(e)?e:[e];var a=Yn(t),n=F1(e,a,r);return n||Lw(e,a,r)}var qt=qw;function jw(e){var t=e.treeRoot,r=t===void 0?x._tree[0]:t,a=$w(r);if(!a.length)return Promise.resolve();var n=N.implementation.createHTMLDocument("Dynamic document for loading cssom"),i=q1(n);return zw(a,i).then(function(o){return W1(o)})}var U1=jw;function $w(e){var t=[],r=qt(e,"*",function(a){return t.includes(a.shadowId)?!1:(t.push(a.shadowId),!0)}).map(function(a){return{shadowId:a.shadowId,rootNode:ga(a.actualNode)}});return Ba(r,[])}function zw(e,t){var r=[];return e.forEach(function(a,n){var i=a.rootNode,o=a.shadowId,u=Vw(i,o,t);if(!u)return Promise.all(r);var s=n+1,l={rootNode:i,shadowId:o,convertDataToStylesheet:t,rootIndex:s},c=[],d=Promise.all(u.map(function(f,p){var m=[s,p];return Ou(f,l,m,c)}));r.push(d)}),Promise.all(r)}function W1(e){return e.reduce(function(t,r){return Array.isArray(r)?t.concat(W1(r)):t.concat(r)},[])}function Vw(e,t,r){var a;return e.nodeType===11&&t?a=Hw(e,r):a=Gw(e),Ww(a)}function Hw(e,t){return Array.from(e.children).filter(Uw).reduce(function(r,a){var n=a.nodeName.toUpperCase(),i=n==="STYLE"?a.textContent:a,o=n==="LINK",u=t({data:i,isLink:o,root:e});return u.sheet&&r.push(u.sheet),r},[])}function Gw(e){return Array.from(e.styleSheets).filter(function(t){return t.media?Y1(t.media.mediaText):!1})}function Uw(e){var t=e.nodeName.toUpperCase(),r=e.getAttribute("href"),a=e.getAttribute("rel"),n=t==="LINK"&&r&&a&&e.rel.toUpperCase().includes("STYLESHEET"),i=t==="STYLE";return i||n&&Y1(e.media)}function Y1(e){return e?!e.toUpperCase().includes("PRINT"):!0}function Ww(e){var t=[];return e.filter(function(r){return r.href?t.includes(r.href)?!1:(t.push(r.href),!0):!0})}function Yw(e){var t=e.treeRoot,r=t===void 0?x._tree[0]:t,a=qt(r,"video[autoplay], audio[autoplay]",function(n){var i=n.actualNode;if(i.preload==="none"&&i.readyState===0&&i.networkState!==i.NETWORK_LOADING||i.hasAttribute("paused")||i.hasAttribute("muted"))return!1;if(i.hasAttribute("src"))return!!i.getAttribute("src");var o=Array.from(i.getElementsByTagName("source")).filter(function(u){return!!u.getAttribute("src")});return!(o.length<=0)});return Promise.all(a.map(function(n){var i=n.actualNode;return Kw(i)}))}var K1=Yw;function Kw(e){return new Promise(function(t){e.readyState>0&&t(e);function r(){e.removeEventListener("loadedmetadata",r),t(e)}e.addEventListener("loadedmetadata",r)})}function X1(e){var t={cssom:U1,media:K1};return Z1(e)?new Promise(function(r,a){var n=J1(e),i=n.assets,o=n.timeout,u=setTimeout(function(){return a(new Error("Preload assets timed out."))},o);Promise.all(i.map(function(s){return t[s](e).then(function(l){return Xr({},s,l)})})).then(function(s){var l=s.reduce(function(c,d){return de({},c,d)},{});clearTimeout(u),r(l)}).catch(function(s){clearTimeout(u),a(s)})}):Promise.resolve()}function Xw(e){return M(e)==="object"&&Array.isArray(e.assets)}function Z1(e){return!e||e.preload===void 0||e.preload===null?!0:typeof e.preload=="boolean"?e.preload:Xw(e.preload)}function J1(e){var t=se.preload,r=t.assets,a=t.timeout,n={assets:r,timeout:a};if(!e.preload||typeof e.preload=="boolean")return n;var i=e.preload.assets.every(function(o){return r.includes(o.toLowerCase())});if(!i)throw new Error("Requested assets, not supported. Supported assets are: ".concat(r.join(", "),"."));return n.assets=Ba(e.preload.assets.map(function(o){return o.toLowerCase()}),[]),e.preload.timeout&&typeof e.preload.timeout=="number"&&!isNaN(e.preload.timeout)&&(n.timeout=e.preload.timeout),n}function li(e){var t=x._audit.data.checks||{},r=x._audit.data.rules||{},a=Pa(x._audit.rules,"id",e.id)||{};e.tags=Wt(a.tags||[]);var n=Q1(t,!0,a),i=Q1(t,!1,a);e.nodes.forEach(function(o){o.any.forEach(n),o.all.forEach(n),o.none.forEach(i)}),gu(e,Wt(r[e.id]||{}))}function Zw(e,t){function r(n){return n.incomplete&&n.incomplete.default?n.incomplete.default:xu()}if(e&&e.missingData)try{var a=t.incomplete[e.missingData[0].reason];if(!a)throw new Error;return a}catch{return typeof e.missingData=="string"?t.incomplete[e.missingData]:r(t)}else return e&&e.messageKey?t.incomplete[e.messageKey]:r(t)}function Q1(e,t,r){return function(a){var n=e[a.id]||{},i=n.messages||{},o=Object.assign({},n);delete o.messages,!r.reviewOnFail&&a.result===void 0?(M(i.incomplete)==="object"&&!Array.isArray(a.data)&&(o.message=Zw(a.data,i)),o.message||(o.message=i.incomplete)):o.message=a.result===t?i.pass:i.fail,typeof o.message!="function"&&(o.message=Eu(o.message,a.data)),gu(a,o)}}function Jw(e,t){return qt(e,t)}var dt=Jw;function ef(e,t){var r,a,n=x._audit&&x._audit.tagExclude?x._audit.tagExclude:[];t.hasOwnProperty("include")||t.hasOwnProperty("exclude")?(r=t.include||[],r=Array.isArray(r)?r:[r],a=t.exclude||[],a=Array.isArray(a)?a:[a],a=a.concat(n.filter(function(o){return r.indexOf(o)===-1}))):(r=Array.isArray(t)?t:[t],a=n.filter(function(o){return r.indexOf(o)===-1}));var i=r.some(function(o){return e.tags.indexOf(o)!==-1});return i||r.length===0&&e.enabled!==!1?a.every(function(o){return e.tags.indexOf(o)===-1}):!1}function Qw(e,t,r){var a=r.runOnly||{},n=(r.rules||{})[e.id];return e.pageLevel&&!t.page?!1:a.type==="rule"?a.values.indexOf(e.id)!==-1:n&&typeof n.enabled=="boolean"?n.enabled:a.type==="tag"&&a.values?ef(e,a.values):ef(e,[])}var tf=Qw;function rf(e,t){if(!t)return e;var r=e.cloneNode(!1),a=ua(r);if(r.nodeType===1){var n=r.outerHTML;r=ue.get(n,function(){return af(r,a,e,t)})}else r=af(r,a,e,t);return Array.from(e.childNodes).forEach(function(i){r.appendChild(rf(i,t))}),r}function af(e,t,r,a){return t&&(e=N.createElement(e.nodeName),Array.from(t).forEach(function(n){e_(r,n.name,a)||e.setAttribute(n.name,n.value)})),e}function e_(e,t,r){return typeof r[t]>"u"?!1:r[t]===!0?!0:Sr(e,r[t])}function Iu(e,t){var r=[],a;if(x._selectCache)for(var n=0,i=x._selectCache.length;n<i;n++){var o=x._selectCache[n];if(o.selector===e)return o.result}for(var u=t_(t.include),s=r_(t),l=0;l<u.length;l++){a=u[l];var c=qt(a,e,s);r=a_(r,c)}return x._selectCache&&x._selectCache.push({selector:e,result:r}),r}function t_(e){return e.reduce(function(t,r){return(!t.length||!Yt(t[t.length-1],r))&&t.push(r),t},[])}function r_(e){return!e.exclude||e.exclude.length===0?null:function(t){return Tu(t,e)}}function a_(e,t){if(e.length===0)return t;if(e.length<t.length){var r=e;e=t,t=r}for(var a=0,n=t.length;a<n;a++)e.includes(t[a])||e.push(t[a]);return e}function ci(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:0;if(M(e)!=="object"||e===null)return{message:String(e)};var r={},a=xe(se.serializableErrorProps),n;try{for(a.s();!(n=a.n()).done;){var i=n.value;["string","number","boolean"].includes(M(e[i]))&&(r[i]=e[i])}}catch(o){a.e(o)}finally{a.f()}return e.cause&&(r.cause=t<10?ci(e.cause,t+1):"..."),r}var n_=(function(e){function t(r){var a,n,i=r.error,o=r.ruleId,u=r.method,s=r.errorNode;return wt(this,t),n=Ga(this,t),n.name=(a=i.name)!==null&&a!==void 0?a:"RuleError",n.message=i.message,n.stack=i.stack,i.cause&&(n.cause=ci(i.cause)),o&&(n.ruleId=o,n.message+=" Skipping ".concat(n.ruleId," rule.")),u&&(n.method=u),s&&(n.errorNode=s),n}return Ua(t,e),_t(t)})(Ci(Error)),di=n_;function i_(e,t,r){if(e===E)return e.scroll(r,t);e.scrollTop=t,e.scrollLeft=r}function o_(e){e.forEach(function(t){var r=t.elm,a=t.top,n=t.left;return i_(r,a,n)})}var u_=o_;function s_(e){var t=Array.isArray(e)?re(e):[e];return nf(t,N)}function nf(e,t){var r=e.shift(),a=r?t.querySelector(r):null;return e.length===0?a:a!=null&&a.shadowRoot?nf(e,a.shadowRoot):null}function Pu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:N,r=Array.isArray(e)?re(e):[e];return e.length===0?[]:of(r,t)}function of(e,t){var r=Qp(e),a=r[0],n=r.slice(1),i=t.querySelectorAll(a);if(n.length===0)return Array.from(i);var o=[],u=xe(i),s;try{for(u.s();!(s=u.n()).done;){var l=s.value;l!=null&&l.shadowRoot&&o.push.apply(o,re(of(n,l.shadowRoot)))}}catch(c){u.e(c)}finally{u.f()}return o}function l_(){return["hidden","text","search","tel","url","email","password","date","month","week","time","datetime-local","number","range","color","checkbox","radio","file","submit","image","reset","button"]}var fi=l_,uf=[,[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,,,,,1,1,1,1,,,1,1,1,,1,,1,,1,1],[1,1,1,,1,1,,1,1,1,,1,,,1,1,1,,,1,1,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,,,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1],[,1,,,,,,1,,1,,,,,1,,1,,,,1,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,,,1,,,,,1,1,1,,1,,1,,1,,,,,,1],[1,,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,,1,,1,,,,,1,,1,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,,1,1,1,,1,,1,1,1,,,1,1,1,1,1,1,1,1],[,,1,,,1,,1,,,,1,1,1,,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1,1,1,1,1,,,1,1,1],[1,1,1,1,1,,,1,,,1,,,1,1,1,,,,,1,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1],[,1,,1,1,1,,1,1,,1,,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,,,1,1,1,,,1,1,,,,,,1,1],[1,1,1,,,,,1,,,,1,1,,1,,,,,,1,,,,,1],[,1,,,1,,,1,,,,,,1],[,1,,1,,,,1,,,,1],[1,,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,,1,,,1,1,1,1],[,1,1,1,1,1,,,1,,,1,,1,1,,1,,1,,,,,1,,1],[,1,,,,1,,,1,1,,1,,1,1,1,1,,1,1,,,1,,,1],[,1,1,,,,,,1,,,,1,1,1,1,,1,1,1,1,1,1,,1,1,1],[,1,,1,1,1,,,1,1,1,1,1,1,,1,,,,,1,1,,1,,1],[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,1,1],[,1,1,1,,,,1,1,1,,1,1,,,1,1,,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,,1,,,,,1,1,1,,,1,,1,,,1,1],[,,,,1,,,,,,,,,,,,,,,,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,,1,1,1,,1,1,,,,1,1,1,1,1,,,1,1,1,,,,,1],[1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,1,,,,,,,1],[,1,1,,1,1,,1,,,,,,,,,,,,,1],,[1,1,1,,,,,,,,,,,,,1],[,,,,,,,,1,,,1,,,1,1,,,,,1]],[,[1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,,1,1,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,,1],[,,,1,,,,,,,,,,,,,,,1],[,1,,,1,1,,1,,1,1,,,,1,1,,,1,1,,,,1],[1,,,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,,,,1],,[,1,1,1,1,1,,1,1,1,,1,1,,1,1,,,1,1,1,1,,1,1,,1],[,1,,,1,,,1,,1,,,1,1,1,1,,,1,1,,1,1,1,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,,,1,1,1,1,1,1,1,,,1,,,1,,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,,,,1],[,,,,,,,1,,,,1,,1,1],[,1,1,1,1,1,1,1,,,,1,1,1,1,1,,,1,1,,1,1,1,1,1],[,1,,,1,1,,1,,1,1,1,,,1,1,,,1,,1,1,1,1,,1],[,1,1,1,,1,1,,1,1,,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1],[,,,,,,,,,,,,,,,,1],,[,1,1,1,1,1,,1,1,1,,,1,,1,1,,1,1,1,1,1,,1,,1],[,,1,,,1,,,1,1,,,1,,1,1,,1],[,1,1,,1,,,,1,1,,1,,1,1,1,1,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1],[,1,,,,,,,,,,1,1,,,,,,1,1,,1,,1,,1,1],,[,1,1,,1,,,1,,1,,,,1,1,1,,,,,,1,,,,1],[1,1,,,1,1,,1,,,,,1,,1]],[,[,1],[,,,1,,,,1,,,,1,,,,1,,,1,,,1],[,,,,,,,,,,,,,,,,,,1,1,,,,,,1],,[1,,,,,1],[,1,,,,1,,,,1],[,1,,,,,,,,,,,1,,,1,,,,,,,,,1,1],[,,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,1,,1],[,1],[,1,,1,,1,,1,,1,,1,1,1,,1,1,,1,,,,,,,1],[1,,,,,1,,,1,1,,1,,1,,1,1,,,,,1,,,1],[,1,1,,,1,,1,,1,,1,,1,1,1,1,,,1,,1,,1,1,1],[1,1,1,1,1,,1,,1,,,,1,1,1,1,,1,1,,,1,1,1,1],[1,,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],,[,1,,,,,,1,1,1,,1,,,,1,,,1,1,1,,,1],[1,,,,,1,,1,1,1,,1,1,1,1,1,,1,,1,,1,,,1,1],[1,,1,1,,,,,1,,,,,,1,1,,,1,1,1,1,,,1,,1],[1,,,,,,,,,,,,,,,,,1],[,,,,,1,,,1,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,,,1],[,1,,,,1]],[,[1,1,1,,1,,1,1,1,1,1,1,1,1,1,,1,,1,,1,1,,,1,1,1],[,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],,[,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1],,[1,1,,,,1,1,,,,,,1,,,,1,,1,,1,1,,1],[1],[,,,,,,,,,,,1,,,,,,,,,,,1],[,1,,,,,,,1,1,,,1,,1,,,,1,,,,,,,1],[,,,,,,,,,,,,,,,,1,,,,,1],[,,1,,,,,1,,1],[1,,,,1,,,,,1,,,,1,1,,,,1,1,,,,,1],[,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[1,,,1,1,,,,,,,1,,1,,1,1,1,1,1,1],[,,,,,1,,,,,,,1,,,,,,,1],,[,,1,1,1,1,1,,1,1,1,,,1,1,,,1,1,,1,1,1,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,,,,1],,[1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[,,,1,1,1,1,,,,,,1,,1,,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,,1],[,1,1,1,1,,1,1,1,1,1,1,1,1,,,,1,,1,,,1,1,1,1,1],[,,,,,,,,,,,1,,,,,,,,,1,,,,1],[,1,1,,1,1,,1,,,,1,1,,1,1,,,1,,1,1,,1],[,1,,1,,1,,,1,,,1,1,,1,1,,,1,1,1],[,1,1,1,1,1,,1,1,,,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,,,,,,,,,1,,1,,1,1,,,,1,,,1],[,1,,,1,1,,,,,,,,,1,1,1,,,,,1],[1,,,1,1,,,,1,1,1,1,1,,,1,,,1,,,1,,1,,1],[,1,1,,1,1,,1,1,,,,1,1,1,,,1,1,,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,,,,1,,,,,,,,,1],[,1,,,,,,,,1,,,,,1,,,,1,,,1],[,1,1,1,1,,,1,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1],[,,,,,1,,1,,,,,1,1,1,1,1,,,1,,,,1],[,1,,,,,,,,1,,,,,,,,,,,,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,1,,,,1,,1,1,1,1,1,,1,1,,,,,,1],[,1,1,1,1,1,1,1,,1,1,,,1,1,,,,1,,1,1,,1,1],[,,,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,1,1,,1,,,1,1,1,1,,,1,,,,,,,1],[,1,,,,,,,,1,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1],[,1,1,,,,,,,,,,,,1,1,,,,,,1],[,1,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,,,,,1],[1,1,,,1,,,1,1,1,,,,1],,[,,,,,,,,,,,,,1,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,1,,,,,,,1],[1,1,1,,1,,1,1,1,1,1,1,1,1,,1,,,1,,1,,,1,1],[,,,,,,,,,1],[,1,,,,1,,,,,,1,,,1,,,,,1],[,1,1,,1,1,,,,,,,,,,,,,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,1,1,1,,,,1,1,,,,1,,1],[1,1,1,1,1,1,,,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,,1,1],[,,,,,,,,,,,,,,,1,,,,1],,[1,1,,1,,1,,,,,,1,,1,,1,1,,1,,1,1,,1,1,,1],[,,1,,,,,,1,,,,1,,1,,,,,1],[1,,,,,,,,,1,,,,,,1,,,,1,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,,1,,,,,,1,,,1,,,,,,,,1],[,1,,1,,,,,,,,,,,,1],,[1,1,,,,,,,,,,,,,,,,,,,,,,1,1],[1]],[,[1,,,,,,,,,1,,,,,1,,1,,1],[,1,1,,1,1,,1,1,1,,,1,1,1,,,,1,,,1,,,,1],[,1,,,,,,,1,,,,1,,,,,,1],[1,1,1,1,1,1,,,,1,,,,,,,,,1,1,1,1],[1],[,1,1,,,1,1,,,,,1,,1,,,,,,,,1,,,,1],[1,,1,,,1,,1,,,,,1,1,1,1,,,,1,,,,1],[,,1,,,,,,,1,,,,,,,1,,,,,,,1],[1,,,,,,,,,,,,,,1,,,,1],[,,,1,,1,,,,,1,,,,1,1,,,,1],[1,,,,,1,,,,1,,1,1,,,1,1,,1,1,1,,1,1,1,,1],[,1,1,,,,,1,,1,,1,1,1,,1,1,,,1,,1,1,1],[,1,,,,1,,,,1,,,1,,1,1,,,1,1,,,,,,1],[1,,1,1,,1,,1,1,,1,,1,1,1,1,1,,,1,1,,,,,,1],[1,,,,,,,,,,,,,,,,,,1,,,1,,1],[,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,,1,,1],[,1,,,,1,,,1,1,,1,,,1,1,,,1,,,1,,,1,1],[1,1,,1,1,1,,1,1,1,,1,,1,1,1,,,1,,1,1],[1,,1,1,1,1,,,,1,,1,1,1,,1,,,1,1,1,,1,1,1,1,1],[1,,,,,,,,,,,,,1],[,,1,,,,,,,,,,,,,,,,,,,,1],[1,,,,,,,,,,,1,,1,,1,,,,1],[,,,1,,,,,,,,,1],[,1,,,,,,,,,,,,,,1,,,,,,,,,1],[,,,,,,,,1,1,,,,,,,,,1,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,,,1,1,1],[,,,,,1,,,,1,1,1,,,1,1,,,1,,1,1,,1],[,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,1,,,,,,,,,,,,,1],[,,1,,,1,,1,1,1,,1,1,,1,,,,1,,1,1],,[,,1,,,1,,,,,,1,,,,1],[,,,,,,,,,1,,,,,,,,,,1],[1,1,1,1,1,1,,1,1,1,,,1,1,,1,,1,,,1,1,1,,,1],[,,,,,1,,,,,,,,,,,,,1],[,1,,,,,,,,,,,,1,,1,1,,1,,,1],[,,,,,1,,,,,,,,,,,,,,1],[,1,1,1,1,,,,,1,,,1,,1,,,,1,1,,,,1,1],[,1,,,1,,,1,,1,1,,1,,,,,,,1],[,,1,,1,,,1,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,,,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,,,,,,,,,,1,,1,1],[,,,,,,,,,,,,1],,[,1,1,1,1,,,,1,1,,1,1,1,1,1,1,,1,1,1,1,,1,,1],[1,,,,1,,,,,,,,,,1],[1,,,,,,,,,1],,[,1,,,,1,,,,,,,,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,,,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,,1,1,1,1],[1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,,1,,,,1,1,,,1,1,,1],[,1,1,,1,,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,1],[1,1,1,,,,,1,1,1,,1,1,1,1,,,1,1,,1,1,,,,,1],[,1,,,,,,,1,1,,,1,1,1,,1,,,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,,,1,,,,1,,,1,,,,1,,,,,,,1,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1],[1,1,1,,1,,,1,1,1,1,,1,1,1,1,,,,1,,1,,1,,,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,,1,1,,,,,,,,,1],,[,1,,1,,1,,1,,1,,1,1,1,1,1,,,1,,1,,1,,,,1],[,1,,,1,1,,1,1,1,,,1,1,1,1,1,,1,1,1,,1,,,1],[1,,,1,,,,1,1,1,,,,,1,1,,,,1,,1],[1,1,,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,,1,,1,,,,,,,,1,,1],[,1,,,,1,,1,1,,,,1,1,,1,,,,1,1,1,,1],,[,1,,,,,,1,,,,,,,1],[,,,,,,,,1,,,,1,,1,,,,,,,,,,,,1]],[,[,1,1,,1,1,1,1,,1,1,1,,1,1,,1,1,,1,1,1,1,1,1,,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,,,1,,,,,,,,1,,,,,,1,,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,1,1,1,,1,1,1,1,,,1,1,1,1,,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,,1,,1,,1,,1,1,1,1,1,1,1,,1,1,,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1],[,1,1,,,,,1,1,1,,,1,,1,1,,,,1,,1,,,1,1],[,,,,,,,1,,,,1,1,1,1,1,,1,,,,,,,,1],[1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,,1,,1,1,,,1,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,1,1,,1,,1,1,1,,1,,1,1,,1,1,,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,,,,,,1,,,,,1,,1],[,1,1,1,,1,,1,,1,,,,1,,1,,,1,,,,,,1,1],[,1,,,1,1,,1,,1,,1,1,1,1,1,,1,1,,,1,,,1],[1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,,,1,,1,,1,,,,,,1,,1,,,,1,1]],[,[,1,,1,,,,,,,,,,,,,,,1,,,,1],[,,,,,,,,,1,,1,1,1,,1,,,1,,1,1],[1,1,,,,,,,1,,,,,,,1,,,,,,1],[,1,,,,,,,,,,1,,,,,,,,,1,1],,[,,,,,,,,,,,,,,,1,,,,1,,1],[,,1,1,,1,,1,,,,,,,,1,,,,,,1],[,,,,,,,,,,,,,,,,,,,,1,1],[,1,,,,,,,,,,,,,1],[1,,1,1,,,,1,,,,,,,,,1,,,1,,,1,1],[,1,1,,1,1,,1,1,1,1,1,1,1,1,1,,,1,1,,1,1,,1],[,1,,,1,1,,,,,,1,,1,,1,,,1,,1,1],[1,1,1,1,,1,,1,,1,,1,1,,1,1,1,1,1,,1,1,1,1,1],[,1,1,,,1,,1,,1,1,1,,,1,1,1,,1,1,1,1,,1,1],[,,,,1,,,1,,,,,,,1,,,,1,1],[,1,,,,,,,,,,1,,1,,1,,,,,1,,,,,1],,[1,1,,1,,1,,1,1,,,,,,1,1,,,1,1,1,1,1,1,1,1,1],[1,1,,1,,,,,,1,,,,,,1,1,,,,1,1,,,1],[,1,1,,1,1,,,,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,,,1,,,,1,,,,1,1],[,,,,1],[,,,,,,,,,1,,,1],,[,,1,,1,,,,,,,,,1,,,,,,,,,,,,1],[,,,,,,,,,,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,1,1,1,1,,,1,1,1,1,1,,1,1,1,1,1,,,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,,,,,1],[,1,,1,,,,,,1,,,,,1,1,,,,,1,1],[,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,,1,,,1,,1,1,1],[,1,,,,1,,,,,,,1],[,1,,,1,,,1,,1,,1,1,,1,,,,,1,,1,,,,1,1],[,1,,,1,,,1,1,1,,1,1,1,1,1,,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1],[,,,,,,,,,,,,,,,,,,,,1],[,1,1,1,,,,1,1,,,,,,1,1,1,,1,1,1,1],[1,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1],[,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,1,1,1,1,1,1,1,,1,,1,1,1,1,1,,1,1,,1,1,1,1,1],[,1,,,,1,,,,1,,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,1,,,,,,,,1,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1],[1,1,,1,1,1,,1,1,1,,,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,,,,,,,1,1,,,,,1,1,1,1,1,,1,1,1,1,,1],[,1,1,1,1,1,1,1,,1,1,1,,1,,1,1,1,1,,1,1,,1,1,1,1],,[,1,1,,,,,1,,1,,,,1,1,1,,,1,,,,,1],[,,,,,,,,,,,,,1],[,,,,,1,,,,,,,,1,1,,,,,1,,1,,,1,1],[,,,,,,,,,,,,,,1]],[,[,1],,,,,,,,,,,,,,,,,,,,[1,1,1,1,1,,1,1,1,1,,1,1,1,1,,1,1,1,1,,,1,1,1,1,1],[,1,,1,,1,,,1,1,1,,1,1,1,1,1,,,1,,,,1,,1,1],[,1,,1,,1,,,1,,,,,1,,,,,,1,1],[,1,,1,,,,,1,,,,1,,1,1,1,1,1,1,1,1,,1],[,1,,,,,,,,,,,,,,,1]],[,[,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,,,,,,,,,1,1,,,,1],[,,,,,,1],[,,1],[,1,1,,,1,,1,,1,1,,1,1,1,,,,1,1,1,,,,,1],,[,1,,,,1,,,,,,1,,,1,,,,1,1,,1],[,,,,,,,1,,,,,,,,,1],[,1,,,,1,1,,,,,,1,1,1,,,,1,,1,1],[,,,,,,,1,,1,,,,,,,,,,1],[,1,1,,,,,,1,1,,,,1,,,,,,,1,,,1],,[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,,1,,,1,,,,,1,,1,,1,,1,,,,,1],[1,1,1,1,1,1,1,1,,,,,1,1,,1,1,,1,,,1,,1],[,,,,,,,,,,,,,,1,,,,,,1],,[,,,,,,,,,1,,,,,,1,,,,,1],[,,1,,,,,,,1,,,1,1],[,,,1,,,,,1,,,,,1,,,,,,1,,,,1],[1,,1,1,,1,1,1,1,1,,1,,,,1,1,1,,,1,1,,,,1,1],,[1,1,,,,,,,,,,1,,1,,1,,,1],[,,,,1,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,1,,,,,1,,1],[,,,,,,,,1]],[,[1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,,1,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,,1,,,1,,,,,,,,1,,,,,,1,,,,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,1,,,,1,1,1,1,1,1,,1,1,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,,1,1,1,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1],[1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,,1,1,1,1,,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,,,,,,,1,,1,1,,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1],[1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,,1,,1,,1,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1],[1,1,1,1,,1,,,,,,1,,1,,,,,1,1,,,,,1],[1,,1,1,,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,1,1,,1,,1,,,,1,1,1,1,1,,,1,1,,1,,1],[,1,1,1,1,,,,,1,,1,1,1,1,1,,,1,1,,,,1,1,1],[,1,1,1,1,1,,1,,,,,1,,1,,1,,,1,,,1,1,,1]],[,[1,1,1,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1,,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,,,,,1,,,,,1,1,,,1,,1],[1,1,1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,,1,1,1,1,,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1],[1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,,,,1,,1,1,,1,1,1,1,1,,,1,,1,,1],[1,1,1,,1,1,1,1,,,,1,1,1,1,,1,1,1,1,1,1,1,1,1,,1],[1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,,1,1,1,1,1,1,1,1,1,,1,1,,1,1,1,1,1,,1,1,1,1,1,1],[,1,,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1],[,,1,,,,,,,,,,1,1,1,1,1,1,1,,1,1,,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,1,1,1,1,1,1,1],[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,1,1,1,1,1],[,1,,,1,1,,,,,,1,1,1,1,1,,,,1,1,1,,1,1,1],[1,1,1,1,1,1,1,1,1,,,,1,1,1,1,1,1,1,,1,1,,1,1,1],[,1,1,1,,1,,1,1,1,1,,,1,1,1,,1,1,1,1,1,,,1,1],[1,1,,,,1,,,1,1,1,,1,,1,,1,,1,1,1,1,1,,1,,1],[,1,,,,,,,1,,1,,1,1,1,1,,,,,,,,,1]],[,[,,,,,,,,,,,,,1,1,,,,1],[,1,,,,,,,,1,,,1,,,,,,1,,,1,,,,1],,[,1,,,,1,,1,,1,1,,1,1,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1],[,,,,,,,,,1],[1,1,1,,,1,,,,,,,,,1,1,,,,,,,,,,1],[,1,,,,,,,,,,,,,1],[,,,,,,,,,,,,,,,,,,,1,,,1],[,,,,,,,,,1],[1,1,,,,,,1,1,1,,1,1,,,,1,1,,1,,1,1,1,,1],[,1,1,1,,1,1,,,1,,1,1,1,1,,,,,,,1,,1],[,1,1,1,1,,,1,,1,,,,1,1,1,1,,1,1,,1],[,1,,,1,1,,1,,,,1,,1,1,,1,,1,,,1,,,1,,1],[,,,,,,,,,,,1],[,,,,,,,,,1,,,,,,,,,,,,,1],,[1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,,1,1,1,1,1,1,1],[,1,,,,,,,1,1,,1,,,,,1,,,1,,1],[,1,,,,1,,,1,,,,,,,,1,,1,,,1],[,,,,,,,,,,,,,1,1,,,,1,,,1],[,,,,,1,,,1,,,,1],[,1],,[,1],[1,,,,,,,,,,,,,,1,,,,,1]],[,[,1,,,,1,1,1,1,1,1,,1,1,1,1,1,,1,1,,1,1,,,1],[,,1,,,,,,,,,1],,,[1,,,1,1,,,,,,,,1,1,,1,1,,1],,[,,,,,,,,,,,,,,,,,,1,,1],,[1,,,1,1,,1,1,,,,,1,,1,,,,,1,1,,1],,[,1,,,,,,,,1,1,1,1,1,,1,1,,,,1,1],[,,,,,,,,,,,,,,,,1,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,,,1,1,1,1,,1,1,1,1,1,1],[,,,,,,,,,,,1,,1,,,1],[1,,,,,,,,,,,,,,,,,,1,,1],,,[,1,,,,,,,,,,,,,,1,,,,1,1],[,,,,,,,,,1,,,1,,,,,,,,,,1],[,,,,,,,,,,,,,,,1],[,,,,,,,,,,,,,1,1,,,,,,1],,[,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,,1,1,,1,1,1,1,1,1,,,1,1,1,1,1,,1,1],[,1,,,,,,,,1],[,,,,1,,,1,,,1,1,,,,,,,,,,1,,,,1],[,1,,1,1,,,1,1,1,,,,1,1,1,1,,1,1,1,1,,1],[,,,,,,,1],[,1,1,,,,,1,,1,,,,,,1,,,,,,1,,1,,1],[,1,,,,,,1,,,,1,,,,,,,,,,1],[,,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1,1,1,1,,1],[,1,,,,,,,,1],[,1,1,,1,,,,,,,,1,,,,,,1,,,1,,1,,1],[,1,,1,,1,,1,1,1,,1,1,1,,1,,,1,1,,1,1,1,1,1],[,1,1,1,1,1,,,1,1,,,,1,1,1,,,,1,1,,,1,1],[,,1,1,1,1,,1,,1,,1,,1,1,1,1,,,,,1,,1,,1],[1,1,1,1,1,1,1,1,,1,,1,,1,1,1,,,1,1,,,,1,,1],[,,,1],,[,1,1,,1,,,1,1,1,,1,1,1,1,1,1,,1,1,,1,1,1,1,1,1],[,1,,,,,,1,,1,,1,,,,,,,1,1,,1,1],[,,,,,,1,,1,1,,1,,1,,,,,,,,,,1],[,1,1,,1,,,,1,,,,1,1,1,,,,1,,1,1,1,,1,1],,[,1,1,,,,,,,,,,,,,1,,,1,,,,,1],[,1,,,,,,,,,,,,,,,,,,,,,,1],[,1,1,,,,,,,1,,,,1,,,,,1,,,,,,,1]],[,[,1,1,1,1,1,,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1],[,1,1,1,1,1,,1,,1,1,,,1,1,1,1,,1,,,,,1,1,1],[,,1,1,,1,,1,1,,,,1,1,1,1,,,1,,1,1,1,1,,1],[,1,,1,,,,,,,,1,,1,,1,,,,,,,,,,1],[,,1,,1,,,1,,,,,1,1,,,1,,1,1,1,1],[,1],[,1,1,,1,,1,1,,1,,,1,1,1,,,,1,,,1,,1],[1,1,,1,1,1,,,,,,,,,,,,,1,,1,1,1],[,1,1,,,,,,,1,,,1,,1,,1,,1,1,,,1,,,1],[,,1,,,,,,,,,,,,,,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,1,1,1,,1,,1,,,,,1,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,,,1,1,1,,1,,1,1,1,,,1,1,1,1,,,,1,1],[,,,1,1,,,1,,1,,1,,1,1,1,1,,1,,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,1,,1,1,,1,,1,,,,1,1,,,1,1,,1,1,,1],[,1,1,1,1,1,,,1,1,1,,1,1,1,1,1,1,1,1,,1,1,,,1],[,1,1,1,1,1,,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1,,1,1],[,1,1,,1,,,1,,,1,,1,1,1,1,1,,1,,1,1],[,,,,,1,,,,1,,,,,1,1,,,,1],[,1,,1,1,1,,1,,,1,1,1,,,1,,,1,,1,,,1],[,,1,,,,,,,,,1,,1,,,,,1,,1],[,1,1,,,,,,,,1,1,1,,,,,,,,1,,,,,1],[,,,,,,,,1,,,,,1,,,1]],[,[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,1,,1,1,,,1,1,1,1,1,1,1,1,,,,,,,,,1,1],[,,,,,,,,1,,,,1,,1,,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,1,,1,,1,,,,1,1,,1,,1,,,,1,1,1,1,1,,,1],,[,1,,,,,,,,1,,,1,1,,,1,,1,1,,1,,1],[,1,,,1,,,,,,,,1,,,,,,,1],[1,1,,,,,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,,1,1,1],,[,1,,,,,,1,,1,,1,1,1,1,1,,,1,,1,1,,,,1],[,1,1,,,1,,1,,1,,,1,1,1,1,,,1,,,1,,,,1],[,1,1,1,1,1,,1,1,1,,1,1,1,1,1,1,1,1,1,1,,,,1,,1],[,1,,,1,1,,1,1,,,1,1,,1,1,,1,,1,,1],[1,,1,,,,,1,,1,,1,1,1,1,,,,,1,1,,,,1,1],[,1,1,,,,,1,1,,,1,,1,1,1,1,,,,,,,,,,1],,[,1,1,,,1,,,,1,,1,1,1,1,1,,,,1,,,,1,,1],[,,,1,1,,,1,,,,,1,,1,1,1,,1,1,,,,,,1],[,1,,,,,,,,,,,1,,,,1,,,,,,,1,,1],[,1,1,1,1,1,1,1,,1,1,1,1,1,1,,1,1,1,,1,1,,1,1,1,1],[,1,,,,,,,,,,,,,,,,,,,1],[,1,,,,,,1,,,,,1,,1,,,1,1,,1,1,,1],[,1,,,,,,1,,,,,1,1,,,,,,,,1,,,,1],[,,,,,,,,,,,,,,,,,,1,,,1,,,,,1],[,,,,,,,1,,,,1]],[,[1,1,1,1,1,1,1,1,1,1,1,1,1,1,,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,1,,1,,,,,,,1,,,,,,,,1,,,1],[,1,,,,,,,1],[,,,,,,,,,,1],[,1,,,,,,1,1,,,,,,1],,[,1,1,,,,,,1,,,,,1,1,,,,1],[1,,1,,1,,,,,1,,,,,1,,,,,,,,,1,1],[,1,1,,,,,,,,,1,1,1,1,,,,1,,,,,1,,,1],,[,1,1,,1,,,1,1,,,1,,,1,1,1,,1,,1,1,1,,,,1],[,,,,,1,,,,,1,,,1,1,,,1,,1,,,,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,1,,,1,1,,1,,,,1,,,,,,,,1],[,,,1,,,,,1,,,,,1,,1,,1,1,1],[,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1,1],[,,,,,1],[,1,,,,,,1,,,,,,,1,1,1,,,1],[,1,,,,,,,,,,1,1,1,,,,,1,,,1],[,,,,,1,,1,,,,,1,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 c_(e){for(var t=uf;e.length<3;)e+="`";for(var r=0;r<=e.length-1;r++){var a=e.charCodeAt(r)-96;if(t=t[a],!t)return!1}return!0}function sf(e){e=Array.isArray(e)?e:uf;var t=[];return e.forEach(function(r,a){var n=String.fromCharCode(a+96).replace("`","");Array.isArray(r)?t=t.concat(sf(r).map(function(i){return n+i})):t.push(n)}),t}var pi=c_,d_=(function(e){function t(r){var a;return wt(this,t),a=Ga(this,t),a._props=p_(r),a._attrs=m_(r),a}return Ua(t,e),_t(t,[{key:"props",get:function(){return this._props}},{key:"attr",value:function(a){var n;return(n=this._attrs[a])!==null&&n!==void 0?n:null}},{key:"hasAttr",value:function(a){return this._attrs[a]!==void 0}},{key:"attrNames",get:function(){return Object.keys(this._attrs)}}])})(He),Nu={"#cdata-section":2,"#text":3,"#comment":8,"#document":9,"#document-fragment":11},lf={},f_=Object.keys(Nu);f_.forEach(function(e){lf[Nu[e]]=e});function p_(e){var t,r,a,n=(t=e.nodeName)!==null&&t!==void 0?t:lf[e.nodeType],i=(r=(a=e.nodeType)!==null&&a!==void 0?a:Nu[e.nodeName])!==null&&r!==void 0?r:1;he(typeof i=="number","nodeType has to be a number, got '".concat(i,"'")),he(typeof n=="string","nodeName has to be a string, got '".concat(n,"'")),n=n.toLowerCase();var o=null;n==="input"&&(o=(e.type||e.attributes&&e.attributes.type||"").toLowerCase(),fi().includes(o)||(o="text"));var u=de({},e,{nodeType:i,nodeName:n});return o&&(u.type=o),delete u.attributes,Object.freeze(u)}function m_(e){var t=e.attributes,r=t===void 0?{}:t,a={htmlFor:"for",className:"class"};return Object.keys(r).reduce(function(n,i){var o=r[i];if(he(M(o)!=="object"||o===null,"expects attributes not to be an object, '".concat(i,"' was")),o!==void 0){var u=a[i]||i;n[u]=o!==null?String(o):null}return n},{})}var cf=d_;function h_(e,t){if(e=e||function(){},t=t||x.log,!x._audit)throw new Error("No audit configured");var r=x.utils.queue(),a=[];Object.keys(x.plugins).forEach(function(i){r.defer(function(o){var u=function(l){a.push(l),o()};try{x.plugins[i].cleanup(o,u)}catch(s){u(s)}})});var n=x.utils.getFlattenedTree(N.body);x.utils.querySelectorAll(n,"iframe, frame").forEach(function(i){r.defer(function(o,u){return x.utils.sendCommandToFrame(i.actualNode,{command:"cleanup-plugin"},o,u)})}),r.then(function(i){a.length===0?e(i):t(a)}).catch(t)}var df=h_,La={},ff;function pf(e){return La.hasOwnProperty(e)}function Bu(e){return typeof e=="string"&&La[e]?La[e]:typeof e=="function"?e:ff}function v_(e,t,r){La[e]=t,r&&(ff=t)}function g_(e){var t=x._audit;if(!t)throw new Error("No audit configured");if(e.axeVersion||e.ver){var r=e.axeVersion||e.ver;if(!/^\d+\.\d+\.\d+(-canary)?/.test(r))throw new Error("Invalid configured version ".concat(r));var a=r.split("-"),n=H(a,2),i=n[0],o=n[1],u=i.split(".").map(Number),s=H(u,3),l=s[0],c=s[1],d=s[2],f=x.version.split("-"),p=H(f,2),m=p[0],h=p[1],v=m.split(".").map(Number),g=H(v,3),b=g[0],w=g[1],D=g[2];if(l!==b||w<c||w===c&&D<d||l===b&&c===w&&d===D&&o&&o!==h)throw new Error("Configured version ".concat(r," is not compatible with current axe version ").concat(x.version))}if(e.reporter&&(typeof e.reporter=="function"||pf(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(C){if(!C.id)throw new TypeError("Configured check ".concat(JSON.stringify(C)," is invalid. Checks must be an object with at least an id property"));t.addCheck(C)})}var _=[];if(e.rules){if(!Array.isArray(e.rules))throw new TypeError("Rules property must be an array");e.rules.forEach(function(C){if(!C.id)throw new TypeError("Configured rule ".concat(JSON.stringify(C)," is invalid. Rules must be an object with at least an id property"));_.push(C.id),t.addRule(C)})}if(e.disableOtherRules&&t.rules.forEach(function(C){_.includes(C.id)===!1&&(C.enabled=!1)}),typeof e.branding<"u"?t.setBranding(e.branding):t._constructHelpUrls(),e.tagExclude&&(t.tagExclude=e.tagExclude),e.locale&&t.applyLocale(e.locale),e.standards&&Xy(e.standards),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(se.allOrigins,'" instead'));t.setAllowedOrigins(e.allowedOrigins)}}var b_=g_;function y_(e){kt.updateMessenger(e)}function D_(e){e=e||[];var t=e.length?x._audit.rules.filter(function(a){return!!e.filter(function(n){return a.tags.indexOf(n)!==-1}).length}):x._audit.rules,r=x._audit.data.rules||{};return t.map(function(a){var n=r[a.id]||{};return{ruleId:a.id,description:n.description,help:n.help,helpUrl:n.helpUrl,tags:a.tags,actIds:a.actIds}})}var w_=D_;function __(e,t,r){var a=["SCRIPT","HEAD","TITLE","NOSCRIPT","STYLE","TEMPLATE"];if(!a.includes(e.nodeName.toUpperCase())&&Ra(r)){var n=E.getComputedStyle(e);if(n.getPropertyValue("display")==="none")return;if(n.getPropertyValue("visibility")==="hidden"){var i=Ge(e),o=i&&E.getComputedStyle(i);if(!o||o.getPropertyValue("visibility")!=="hidden")return}}return!0}var x_=__,mf={};xt(mf,{getAllCells:function(){return Lu},getCellPosition:function(){return qn},getHeaders:function(){return mi},getScope:function(){return No},isColumnHeader:function(){return Br},isDataCell:function(){return vf},isDataTable:function(){return hi},isHeader:function(){return T_},isRowHeader:function(){return Lr},toArray:function(){return Ut},toGrid:function(){return Ut},traverse:function(){return qu}});function E_(e){var t,r,a,n,i=[];for(t=0,a=e.rows.length;t<a;t++)for(r=0,n=e.rows[t].cells.length;r<n;r++)i.push(e.rows[t].cells[r]);return i}var Lu=E_;function hf(e,t,r){for(var a=e==="row"?"_rowHeaders":"_colHeaders",n=e==="row"?Lr:Br,i=r[t.y][t.x],o=i.colSpan-1,u=i.getAttribute("rowspan"),s=parseInt(u)===0||i.rowspan===0?r.length:i.rowSpan,l=s-1,c=t.y+l,d=t.x+o,f=e==="row"?t.y:0,p=e==="row"?0:t.x,m,h=[],v=c;v>=f&&!m;v--)for(var g=d;g>=p;g--){var b=r[v]?r[v][g]:void 0;if(b){var w=x.utils.getNodeFromTree(b);if(w[a]){m=w[a];break}h.push(b)}}return m=(m||[]).concat(h.filter(n)),h.forEach(function(D){var _=x.utils.getNodeFromTree(D);_[a]=m}),m}function A_(e,t){if(e.getAttribute("headers")){var r=Mt(e,"headers");if(r.filter(function(o){return o}).length)return r}t||(t=Ut(Pr(e,"table")));var a=qn(e,t),n=hf("row",a,t),i=hf("col",a,t);return[].concat(n,i).reverse()}var mi=A_;function F_(e){if(!e.children.length&&!e.textContent.trim())return!1;var t=pe(e);return t?["cell","gridcell"].includes(t):e.nodeName.toUpperCase()==="TD"}var vf=F_;function C_(e){var t=pe(e);if((t==="presentation"||t==="none")&&!Be(e))return!1;if(e.getAttribute("contenteditable")==="true"||Pr(e,'[contenteditable="true"]')||t==="grid"||t==="treegrid"||t==="table"||Tt(t)==="landmark")return!0;if(e.getAttribute("datatable")==="0")return!1;if(e.getAttribute("summary")||e.tHead||e.tFoot||e.caption)return!0;for(var r=0,a=e.children.length;r<a;r++)if(e.children[r].nodeName.toUpperCase()==="COLGROUP")return!0;for(var n=0,i=e.rows.length,o,u,s=!1,l=0;l<i;l++){o=e.rows[l];for(var c=0,d=o.cells.length;c<d;c++){if(u=o.cells[c],u.nodeName.toUpperCase()==="TH"||(!s&&(u.offsetWidth!==u.clientWidth||u.offsetHeight!==u.clientHeight)&&(s=!0),u.getAttribute("scope")||u.getAttribute("headers")||u.getAttribute("abbr"))||["columnheader","rowheader"].includes(pe(u))||u.children.length===1&&u.children[0].nodeName.toUpperCase()==="ABBR")return!0;n++}}if(e.getElementsByTagName("table").length||i<2)return!1;var f=e.rows[Math.ceil(i/2)];if(f.cells.length===1&&f.cells[0].colSpan===1)return!1;if(f.cells.length>=5||s)return!0;for(var p,m,h=0;h<i;h++){if(o=e.rows[h],p&&p!==E.getComputedStyle(o).getPropertyValue("background-color")||(p=E.getComputedStyle(o).getPropertyValue("background-color"),m&&m!==E.getComputedStyle(o).getPropertyValue("background-image")))return!0;m=E.getComputedStyle(o).getPropertyValue("background-image")}return i>=20?!0:!(wo(e).width>Tn(E).width*.95||n<10||e.querySelector("object, embed, iframe, applet"))}var hi=C_;function R_(e){if(Br(e)||Lr(e))return!0;if(e.getAttribute("id")){var t=Oe(e.getAttribute("id"));return!!N.querySelector('[headers~="'.concat(t,'"]'))}return!1}var T_=R_;function gf(e,t,r,a){var n,i=r[t.y]?r[t.y][t.x]:void 0;return i?typeof a=="function"&&(n=a(i,t,r),n===!0)?[i]:(n=gf(e,{x:t.x+e.x,y:t.y+e.y},r,a),n.unshift(i),n):[]}function k_(e,t,r,a){if(Array.isArray(t)&&(a=r,r=t,t={x:0,y:0}),typeof e=="string")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};break}return gf(e,{x:t.x+e.x,y:t.y+e.y},r,a)}var qu=k_,bf={};xt(bf,{allowedAttr:function(){return yf},arialabelText:function(){return xa},arialabelledbyText:function(){return _a},getAccessibleRefs:function(){return ju},getElementUnallowedRoles:function(){return _f},getExplicitRole:function(){return pe},getImplicitRole:function(){return It},getOwnedVirtual:function(){return Fa},getRole:function(){return le},getRoleType:function(){return Tt},getRolesByType:function(){return z_},getRolesWithNameFromContents:function(){return G_},implicitNodes:function(){return W_},implicitRole:function(){return It},isAccessibleRef:function(){return vi},isAriaRoleAllowedOnElement:function(){return wf},isComboboxPopup:function(){return zu},isUnsupportedRole:function(){return Io},isValidRole:function(){return Ea},label:function(){return Ff},labelVirtual:function(){return zn},lookupTable:function(){return Ef},namedFromContents:function(){return wd},requiredAttr:function(){return Cf},requiredContext:function(){return Vu},requiredOwned:function(){return Hu},validateAttr:function(){return gi},validateAttrValue:function(){return Rf}});function S_(e){var t=ve.ariaRoles[e],r=re(yr());return t&&(t.allowedAttrs&&r.push.apply(r,re(t.allowedAttrs)),t.requiredAttrs&&r.push.apply(r,re(t.requiredAttrs))),r}var yf=S_,O_=/^idrefs?$/;function Df(e,t,r){if(e.hasAttribute){if(e.nodeName.toUpperCase()==="LABEL"&&e.hasAttribute("for")){var a=e.getAttribute("for");t.has(a)?t.get(a).push(e):t.set(a,[e])}for(var n=0;n<r.length;++n){var i=r[n],o=ae(e.getAttribute(i)||"");if(o){var u=xe(Ze(o)),s;try{for(u.s();!(s=u.n()).done;){var l=s.value;t.has(l)?t.get(l).push(e):t.set(l,[e])}}catch(d){u.e(d)}finally{u.f()}}}}for(var c=0;c<e.childNodes.length;c++)e.childNodes[c].nodeType===1&&Df(e.childNodes[c],t,r)}function M_(e){var t;e=e.actualNode||e;var r=Xe(e);r=r.documentElement||r;var a=ue.get("idRefsByRoot",function(){return new Map}),n=a.get(r);if(!n){n=new Map,a.set(r,n);var i=Object.keys(ve.ariaAttrs).filter(function(o){var u=ve.ariaAttrs[o].type;return O_.test(u)});Df(r,n,i)}return(t=n.get(e.id))!==null&&t!==void 0?t:[]}var ju=M_;function I_(e,t){var r=e instanceof He?e:ce(e),a=It(r),n=wr(r);return Array.isArray(n.allowedRoles)?n.allowedRoles.includes(t):t===a?!1:!!n.allowedRoles}var wf=I_,P_=["doc-backlink","doc-biblioentry","doc-biblioref","doc-cover","doc-endnote","doc-glossref","doc-noteref"],N_={header:"banner",footer:"contentinfo"};function B_(e){var t=[];if(!e)return t;if(e.hasAttr("role")){var r=Ze(e.attr("role").toLowerCase());t=t.concat(r)}return t.filter(function(a){return Ea(a)})}function L_(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!0,r=ye(e),a=r.vNode;if(!Ru(a))return[];var n=a.props.nodeName,i=It(a)||N_[n],o=B_(a);return o.filter(function(u){return!q_(u,a,t,i)})}function q_(e,t,r,a){return r&&e===a?!0:P_.includes(e)&&Tt(e)!==a?!1:wf(t,e)}var _f=L_;function j_(e){return Object.keys(ve.ariaRoles).filter(function(t){return ve.ariaRoles[t].type===e})}var Hr=j_;function $_(e){return Hr(e)}var z_=$_;function V_(){return ue.get("ariaRolesNameFromContent",function(){return Object.keys(ve.ariaRoles).filter(function(e){return ve.ariaRoles[e].nameFromContent})})}var $u=V_;function H_(){return $u()}var G_=H_,xf=function(t){return t===null},Je=function(t){return t!==null},Xt={};Xt.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}},Xt.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"],Xt.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:Je}}]},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:Je}}]},"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:Je}}]},"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:Je}}]},"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:Je}}]},"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:Je}}]},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:Je}}]},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:Je}}]},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:Je}}]},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:Je}}]},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:Je}}]},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:Je}}]},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:Je}}]},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:Je}}]},widget:{type:"abstract",unsupported:!1},window:{nameFrom:["author"],type:"abstract",unsupported:!1}},Xt.implicitHtmlRole=Lo,Xt.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:Je}},{nodeName:"input",properties:{type:["color","data","datatime","file","hidden","month","number","password","range","reset","submit","time","week"]}},{nodeName:"link",attributes:{href:Je}},{nodeName:"menu",attributes:{type:"context"}},{nodeName:"menuitem",attributes:{type:["command","checkbox","radio"]}},{nodeName:"select",condition:function(t){return t instanceof x.AbstractVirtualNode||(t=x.utils.getNodeFromTree(t)),Number(t.attr("size"))>1},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"]}],Xt.elementsAllowedAnyRole=[{nodeName:"a",attributes:{href:xf}},{nodeName:"img",attributes:{alt:xf}},{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"]}],Xt.evaluateRoleForElement={A:function(t){var r=t.node,a=t.out;return r.namespaceURI==="http://www.w3.org/2000/svg"?!0:r.href.length?a:!0},AREA:function(t){var r=t.node;return!r.href},BUTTON:function(t){var r=t.node,a=t.role,n=t.out;return r.getAttribute("type")==="menu"?a==="menuitem":n},IMG:function(t){var r=t.node,a=t.role,n=t.out;switch(r.alt){case null:return n;case"":return a==="presentation"||a==="none";default:return a!=="presentation"&&a!=="none"}},INPUT:function(t){var r=t.node,a=t.role,n=t.out;switch(r.type){case"button":case"image":return n;case"checkbox":return a==="button"&&r.hasAttribute("aria-pressed")?!0:n;case"radio":return a==="menuitemradio";case"text":return a==="combobox"||a==="searchbox"||a==="spinbutton";case"tel":return a==="combobox"||a==="spinbutton";case"url":case"search":case"email":return a==="combobox";default:return!1}},LI:function(t){var r=t.node,a=t.out,n=x.utils.matchesSelector(r,"ol li, ul li");return n?a:!0},MENU:function(t){var r=t.node;return r.getAttribute("type")!=="context"},OPTION:function(t){var r=t.node,a=x.utils.matchesSelector(r,"select > option, datalist > option, optgroup > option");return!a},SELECT:function(t){var r=t.node,a=t.role;return!r.multiple&&r.size<=1&&a==="menu"},SVG:function(t){var r=t.node,a=t.out;return r.parentNode&&r.parentNode.namespaceURI==="http://www.w3.org/2000/svg"?!0:a}},Xt.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"]};var Ef=Xt;function U_(e){var t=null,r=Ef.role[e];return r&&r.implicit&&(t=Wt(r.implicit)),t}var W_=U_;function Y_(e){return!!ju(e).length}var vi=Y_;function zu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.popupRoles,a=le(e);if(r??(r=rd["aria-haspopup"].values),!r.includes(a))return!1;var n=K_(e);if(Af(n))return!0;var i=e.props.id;if(!i)return!1;if(!e.actualNode)throw new Error("Unable to determine combobox popup without an actualNode");var o=ga(e.actualNode),u=o.querySelectorAll('[aria-owns~="'.concat(i,`"][role~="combobox"]:not(select),
14
- [aria-controls~="`).concat(i,'"][role~="combobox"]:not(select)'));return Array.from(u).some(Af)}var Af=function(t){return t&&le(t)==="combobox"};function K_(e){for(;e=e.parent;)if(le(e,{noPresentational:!0})!==null)return e;return null}function X_(e){return e=ce(e),zn(e)}var Ff=X_;function Z_(e){var t=ve.ariaRoles[e];return!t||!Array.isArray(t.requiredAttrs)?[]:re(t.requiredAttrs)}var Cf=Z_;function J_(e){var t=ve.ariaRoles[e];return!t||!Array.isArray(t.requiredContext)?null:re(t.requiredContext)}var Vu=J_;function Q_(e){var t=ve.ariaRoles[e];return!t||!Array.isArray(t.requiredOwned)?null:re(t.requiredOwned)}var Hu=Q_;function ex(e,t){e=e instanceof He?e:ce(e);var r,a,n=e.attr(t),i=ve.ariaAttrs[t];if(!i||i.allowEmpty&&(!n||n.trim()===""))return!0;switch(i.type){case"boolean":return["true","false"].includes(n.toLowerCase());case"nmtoken":return typeof n=="string"&&i.values.includes(n.toLowerCase());case"nmtokens":return a=Ze(n),a.reduce(function(s,l){return s&&i.values.includes(l)},a.length!==0);case"idref":try{var o=Xe(e.actualNode);return!!(n&&o.getElementById(n))}catch{throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return Mt(e,t).some(function(s){return!!s});case"string":return n.trim()!=="";case"decimal":return r=n.match(/^[-+]?([0-9]*)\.?([0-9]*)$/),!!(r&&(r[1]||r[2]));case"int":var u=typeof i.minValue<"u"?i.minValue:-1/0;return/^[-+]?[0-9]+$/.test(n)&&parseInt(n)>=u}}var Rf=ex;function tx(e){var t=ve.ariaAttrs[e];return!!t}var gi=tx;function rx(e){var t=Lu(e),r=this,a=[];t.forEach(function(u){var s=u.getAttribute("headers");s&&(a=a.concat(s.split(/\s+/)));var l=u.getAttribute("aria-labelledby");l&&(a=a.concat(l.split(/\s+/)))});var n=t.filter(function(u){return ae(u.textContent)===""?!1:u.nodeName.toUpperCase()==="TH"||["rowheader","columnheader"].indexOf(pe(u))!==-1}),i=Ut(e),o=!0;return n.forEach(function(u){if(!(u.getAttribute("id")&&a.includes(u.getAttribute("id")))){var s=qn(u,i),l=!1;Br(u)&&(l=qu("down",s,i).find(function(c){return!Br(c)&&mi(c,i).includes(u)})),!l&&Lr(u)&&(l=qu("right",s,i).find(function(c){return!Lr(c)&&mi(c,i).includes(u)})),l||r.relatedNodes(u),o=o&&l}}),o?!0:void 0}var ax=rx,qa=["cell-header-not-in-table","cell-header-not-th","header-refs-self","empty-hdrs"],Tf=qa[0],kf=qa[1],Sf=qa[2],Gu=qa[3];function nx(e){for(var t=[],r={},a=0;a<e.rows.length;a++)for(var n=e.rows[a],i=0;i<n.cells.length;i++){var o=n.cells[i];t.push(o);var u=o.getAttribute("id");u&&(r[u]=le(o))}var s=Xr(Xr(Xr(Xr({},Sf,new Set),Tf,new Set),kf,new Set),Gu,new Set);t.forEach(function(f){if(!(!f.hasAttribute("headers")||!Te(f))){var p=f.getAttribute("headers").trim();if(!p){s[Gu].add(f);return}var m=f.getAttribute("id"),h=Ze(p);h.forEach(function(v){m&&v===m?s[Sf].add(f):r[v]?["columnheader","rowheader"].includes(r[v])||s[kf].add(f):s[Tf].add(f)})}});var l=xe(qa),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;if(s[d].size>0)return this.relatedNodes(re(s[d])),d===Gu?void 0:(this.data({messageKey:d}),!1)}}catch(f){l.e(f)}finally{l.f()}return!0}function ix(e){var t=[],r=Lu(e),a=Ut(e);return r.forEach(function(n){if(Hn(n)&&vf(n)&&!Ff(n)){var i=mi(n,a).some(function(o){return o!==null&&!!Hn(o)});i||t.push(n)}}),t.length?(this.relatedNodes(t),!1):!0}var ox=ix;function ux(e,t){var r=e.getAttribute("scope").toLowerCase();return t.values.indexOf(r)!==-1}var sx=ux,lx=cx;function cx(e,t,r){if(r.children!==void 0){var a=r.attr("summary"),n=r.children.find(dx),i=n?ae(ur(n)):!1;return!i||!a?!1:ae(a).toLowerCase()===ae(i).toLowerCase()}}function dx(e){return e.props.nodeName==="caption"}function fx(e){return Wd(N)?e.nodeName.toUpperCase()==="TH":!0}var px=fx;function mx(e){var t=Ut(e),r=t[0];return t.length<=1||r.length<=1||e.rows.length<=1?!0:r.reduce(function(a,n,i){return a||n!==r[i+1]&&r[i+1]!==void 0},!1)}var hx=mx;function vx(e,t,r){if(r.children){var a=r.children.find(function(i){var o=i.props;return o.nodeName==="title"});if(!a)return this.data({messageKey:"noTitle"}),!1;try{var n=ur(a,{includeHidden:!0}).trim();if(n==="")return this.data({messageKey:"emptyTitle"}),!1}catch{return}return!0}}var gx=vx,Of={};xt(Of,{getAriaRolesByType:function(){return Hr},getAriaRolesSupportingNameFromContent:function(){return $u},getElementSpec:function(){return wr},getElementsByContentType:function(){return Po},getGlobalAriaAttrs:function(){return yr},implicitHtmlRoles:function(){return Lo}});function bx(e,t,r){var a=pe(r);if(["presentation","none"].includes(a)&&["iframe","frame"].includes(r.props.nodeName)&&r.hasAttr("title"))return this.data({messageKey:"iframe",nodeName:r.props.nodeName}),!1;var n=le(r);if(["presentation","none"].includes(n))return this.data({role:n}),!0;if(!["presentation","none"].includes(a))return!1;var i=yr().some(function(s){return r.hasAttr(s)}),o=Be(r),u;return i&&!o?u="globalAria":!i&&o?u="focusable":u="both",this.data({messageKey:u,role:n}),!1}function yx(e,t,r){var a=r.props.nodeName,n=(r.attr("type")||"").toLowerCase(),i=r.attr("value");return i&&this.data({messageKey:"has-label"}),a==="input"&&["submit","reset"].includes(n)?i===null:!1}var Dx=yx;function wx(e){return ut(e)}var _x=wx;function xx(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.minValue,i=t.maxValue,o=t.normalValue,u=o===void 0?0:o,s=t.noImportant,l=t.multiLineOnly;if(!s&&e.style.getPropertyPriority(r)!=="important"||l&&!Xd(e))return!0;var c={};typeof n=="number"&&(c.minValue=n),typeof i=="number"&&(c.maxValue=i);var d=e.style.getPropertyValue(r);if(["inherit","unset","revert","revert-layer"].includes(d))return this.data(de({value:d},c)),!0;var f=Ex(e,{absoluteValues:a,cssProperty:r,normalValue:u});if(this.data(de({value:f},c)),typeof f=="number")return(typeof n!="number"||f>=n)&&(typeof i!="number"||f<=i)}function Ex(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.normalValue,i=E.getComputedStyle(e),o=i.getPropertyValue(r);if(o==="normal")return n;var u=parseFloat(o);if(a)return u;var s=parseFloat(i.getPropertyValue("font-size")),l=Math.round(u/s*100)/100;return isNaN(l)?o:l}function Ax(e,t,r){var a=r.props.nodeName;return["img","input","area"].includes(a)?r.hasAttr("alt"):!1}var Fx=Ax;function Cx(){}var Rx=Cx;function Tx(){var e=N.title;return!!ae(e)}var kx=Tx;function Sx(e,t){var r=t.cssProperties.filter(function(a){if(e.style.getPropertyPriority(a)==="important")return a});return r.length>0?(this.data(r),!1):!0}var Ox=Sx;function Mx(e,t,r){try{return!!ae(_a(r))}catch{return}}var Ix=Mx;function Px(e,t,r){return!!ae(xa(r))}var Nx=Px;function Bx(e){var t=e.getAttribute("id").trim();if(!t)return!0;var r=Xe(e),a=Array.from(r.querySelectorAll('[id="'.concat(Oe(t),'"]'))).filter(function(n){return n!==e});return a.length&&this.relatedNodes(a),this.data(t),a.length===0}var Lx=Bx;function qx(e){var t=[];return e.filter(function(r){return t.indexOf(r.data)===-1?(t.push(r.data),!0):!1})}var jx=qx;function $x(e,t,r){var a=ae(r.attr("title")).toLowerCase();return this.data(a),!0}var zx=$x;function Vx(e){var t={};return e.forEach(function(r){t[r.data]=t[r.data]!==void 0?++t[r.data]:0}),e.forEach(function(r){r.result=!!t[r.data]}),e}var Hx=Vx;function Gx(e){var t=ko(e,"href");return t?Te(t)||void 0:!1}var Ux=Gx,Wx=["alert","log","status"];function Yx(e,t,r){this.data({isIframe:["iframe","frame"].includes(r.props.nodeName)});var a=ue.get("regionlessNodes",function(){return Kx(t)});return!a.includes(r)}function Kx(e){var t=Mf(x._tree[0],e).map(function(r){for(;r.parent&&!r.parent._hasRegionDescendant&&r.parent.actualNode!==N.body;)r=r.parent;return r}).filter(function(r,a,n){return n.indexOf(r)===a});return t}function Mf(e,t){var r=e.actualNode;if(le(e)==="button"||Zx(e,t)||["iframe","frame"].includes(e.props.nodeName)||eu(e.actualNode)&&ko(e.actualNode,"href")||!Te(r)){for(var a=e;a;)a._hasRegionDescendant=!0,a=a.parent;return["iframe","frame"].includes(e.props.nodeName)?[e]:[]}else return r!==N.body&&Hn(r,!0)&&!Xx(e)?[e]:e.children.filter(function(n){var i=n.actualNode;return i.nodeType===1}).map(function(n){return Mf(n,t)}).reduce(function(n,i){return n.concat(i)},[])}function Xx(e){return["none","presentation"].includes(le(e))&&!Xo(e)}function Zx(e,t){var r=e.actualNode,a=le(e),n=(r.getAttribute("aria-live")||"").toLowerCase().trim(),i=Hr("landmark");return!!(["assertive","polite"].includes(n)||Wx.includes(a)||i.includes(a)||t.regionMatcher&&Aa(e,t.regionMatcher))}function Jx(e){var t=e.filter(function(r){return r.data.isIframe});return e.forEach(function(r){if(!(r.result||r.node.ancestry.length===1)){var a=r.node.ancestry.slice(0,-1),n=xe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(ku(a,o.node.ancestry)){r.result=o.result;break}}}catch(u){n.e(u)}finally{n.f()}}}),t.forEach(function(r){r.result||(r.result=!0)}),e}var Qx=Jx;function eE(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}function tE(e){for(var t=e,r=e.textContent.trim(),a=r;a===r&&t!==void 0;){var n=-1;if(e=t,e.children.length===0)return e;do n++,a=e.children[n].textContent.trim();while(a===""&&n+1<e.children.length);t=e.children[n]}return e}function Uu(e){var t=E.getComputedStyle(tE(e));return{fontWeight:eE(t.getPropertyValue("font-weight")),fontSize:parseInt(t.getPropertyValue("font-size")),isItalic:t.getPropertyValue("font-style")==="italic"}}function If(e,t,r){return r.reduce(function(a,n){return a||(!n.size||e.fontSize/n.size>t.fontSize)&&(!n.weight||e.fontWeight-n.weight>t.fontWeight)&&(!n.italic||e.isItalic&&!t.isItalic)},!1)}function rE(e,t,r){var a=Array.from(e.parentNode.children),n=a.indexOf(e);t=t||{};var i=t.margins||[],o=a.slice(n+1).find(function(v){return v.nodeName.toUpperCase()==="P"}),u=a.slice(0,n).reverse().find(function(v){return v.nodeName.toUpperCase()==="P"}),s=Uu(e),l=o?Uu(o):null,c=u?Uu(u):null,d=t.passLength,f=t.failLength,p=e.textContent.trim().length,m=o?.textContent.trim().length;if(p>m*d||!l||!If(s,l,i))return!0;var h=Ir(r,"blockquote");if(!(h&&h.nodeName.toUpperCase()==="BLOCKQUOTE")&&!(c&&!If(s,c,i))&&!(p>m*f))return!1}var aE=rE,nE=/[;,\s]/,iE=/^[0-9.]+$/;function oE(e,t,r){var a=t||{},n=a.minDelay,i=a.maxDelay,o=(r.attr("content")||"").trim(),u=o.split(nE),s=H(u,1),l=s[0];if(!l.match(iE))return!0;var c=parseFloat(l);return this.data({redirectDelay:c}),typeof n=="number"&&c<=t.minDelay||typeof i=="number"&&c>t.maxDelay}function uE(e,t,r){var a=dt(r,"a[href]");return a.some(function(n){return/^#[^/!]/.test(n.attr("href"))})}var sE=uE,Pf={};xt(Pf,{aria:function(){return bf},color:function(){return Nf},dom:function(){return bo},forms:function(){return Yf},matches:function(){return Aa},math:function(){return Nc},standards:function(){return Of},table:function(){return mf},text:function(){return wa},utils:function(){return Hi}});var Nf={};xt(Nf,{Color:function(){return ke},centerPointOfRect:function(){return cE},elementHasImage:function(){return Gn},elementIsDistinct:function(){return Lf},filteredRectStack:function(){return mE},flattenColors:function(){return jt},flattenShadowColors:function(){return Yu},getBackgroundColor:function(){return $a},getBackgroundStack:function(){return Ku},getContrast:function(){return Gr},getForegroundColor:function(){return Di},getOwnBackgroundColor:function(){return xr},getRectStack:function(){return qf},getStackingContext:function(){return Zu},getStrokeColorsFromShadows:function(){return Xu},getTextShadowColors:function(){return yi},hasValidContrastRatio:function(){return NE},incompleteData:function(){return We},parseTextShadows:function(){return zf},stackingContextToColor:function(){return ja}});function lE(e){if(!(e.left>E.innerWidth)&&!(e.top>E.innerHeight)){var t=Math.min(Math.ceil(e.left+e.width/2),E.innerWidth-1),r=Math.min(Math.ceil(e.top+e.height/2),E.innerHeight-1);return{x:t,y:r}}}var cE=lE;function Bf(e){return e.getPropertyValue("font-family").split(/[,;]/g).map(function(t){return t.trim().toLowerCase()})}function dE(e,t){var r=E.getComputedStyle(e);if(r.getPropertyValue("background-image")!=="none")return!0;var a=["border-bottom","border-top","outline"].reduce(function(u,s){var l=new ke;return l.parseString(r.getPropertyValue(s+"-color")),u||r.getPropertyValue(s+"-style")!=="none"&&parseFloat(r.getPropertyValue(s+"-width"))>0&&l.alpha!==0},!1);if(a)return!0;var n=E.getComputedStyle(t);if(Bf(r)[0]!==Bf(n)[0])return!0;var i=["text-decoration-line","text-decoration-style","font-weight","font-style","font-size"].reduce(function(u,s){return u||r.getPropertyValue(s)!==n.getPropertyValue(s)},!1),o=r.getPropertyValue("text-decoration");return o.split(" ").length<3&&(i=i||o!==n.getPropertyValue("text-decoration")),i}var Lf=dE;function fE(e){var t=Qc(e),r=Yo(e);return!r||r.length<=1?[t]:r.some(function(a){return a===void 0})?null:(r.splice(0,0,t),r)}var qf=fE;function pE(e){var t=qf(e);if(t&&t.length===1)return t[0];if(t&&t.length>1){var r=t.shift(),a;return t.forEach(function(n,i){if(i!==0){var o=t[i-1],u=t[i];a=o.every(function(s,l){return s===u[l]})||r.includes(e)}}),a?t[0]:(We.set("bgColor","elmPartiallyObscuring"),null)}return We.set("bgColor","outsideViewport"),null}var mE=pE,hE=["hue","saturation","color","luminosity"],jf={normal:function(t,r){return r},multiply:function(t,r){return r*t},screen:function(t,r){return t+r-t*r},overlay:function(t,r){return this["hard-light"](r,t)},darken:function(t,r){return Math.min(t,r)},lighten:function(t,r){return Math.max(t,r)},"color-dodge":function(t,r){return t===0?0:r===1?1:Math.min(1,t/(1-r))},"color-burn":function(t,r){return t===1?1:r===0?0:1-Math.min(1,(1-t)/r)},"hard-light":function(t,r){return r<=.5?this.multiply(t,2*r):this.screen(t,2*r-1)},"soft-light":function(t,r){if(r<=.5)return t-(1-2*r)*t*(1-t);var a=t<=.25?((16*t-12)*t+4)*t:Math.sqrt(t);return t+(2*r-1)*(a-t)},difference:function(t,r){return Math.abs(t-r)},exclusion:function(t,r){return t+r-2*t*r},hue:function(t,r){return r.setSaturation(t.getSaturation()).setLuminosity(t.getLuminosity())},saturation:function(t,r){return t.setSaturation(r.getSaturation()).setLuminosity(t.getLuminosity())},color:function(t,r){return r.setLuminosity(t.getLuminosity())},luminosity:function(t,r){return t.setLuminosity(r.getLuminosity())}};function jt(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"normal",a=gE(t,e,r),n=Wu(e.red,e.alpha,t.red,t.alpha,a.r*255),i=Wu(e.green,e.alpha,t.green,t.alpha,a.g*255),o=Wu(e.blue,e.alpha,t.blue,t.alpha,a.b*255),u=vE(e.alpha+t.alpha*(1-e.alpha),0,1);if(u===0)return new ke(n,i,o,u);var s=Math.round(n/u),l=Math.round(i/u),c=Math.round(o/u);return new ke(s,l,c,u)}function Wu(e,t,r,a,n){return t*(1-a)*e+t*a*n+(1-t)*a*r}function vE(e,t,r){return Math.min(Math.max(t,e),r)}function gE(e,t,r){if(hE.includes(r))return jf[r](e,t);var a=new ke;return["r","g","b"].forEach(function(n){a[n]=jf[r](e[n],t[n])}),a}function Yu(e,t){var r=e.alpha,a=(1-r)*t.red+r*e.red,n=(1-r)*t.green+r*e.green,i=(1-r)*t.blue+r*e.blue,o=e.alpha+t.alpha*(1-e.alpha);return new ke(a,n,i,o)}function Ku(e){for(var t=Yo(e).map(function(n){return n=Zd(n,e),n=bE(n),n}),r=0;r<t.length;r++){var a=t[r];if(a[0]!==e)return We.set("bgColor","bgOverlap"),null;if(r!==0&&!yE(a,t[0]))return We.set("bgColor","elmPartiallyObscuring"),null}return t[0]||null}function bE(e){var t=e.indexOf(N.body),r=e,a=xr(E.getComputedStyle(N.documentElement));if(t>1&&a.alpha===0&&!Gn(N.documentElement)){t>1&&(r.splice(t,1),r.push(N.body));var n=r.indexOf(N.documentElement);n>0&&(r.splice(n,1),r.push(N.documentElement))}return r}function yE(e,t){if(e===t)return!0;if(e===null||t===null||e.length!==t.length)return!1;for(var r=0;r<e.length;++r)if(e[r]!==t[r])return!1;return!0}var DE=.54,bi=.5,wE=1.5,$f=["top","right","bottom","left"];function Xu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ignoreEdgeCount,a=r===void 0?!1:r,n=_E(e),i=Object.entries(n).map(function(o){var u=H(o,2),s=u[0],l=u[1],c=$f.filter(function(d){return l[d].length!==0}).length;return{colorStr:s,sides:l,edgeCount:c}});return!a&&i.some(function(o){var u=o.edgeCount;return u>1&&u<4})?null:i.map(xE).filter(function(o){return o!==null})}function _E(e){var t={},r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value,o=i.colorStr,u=i.pixels;(n=t[o])!==null&&n!==void 0||(t[o]={top:[],right:[],bottom:[],left:[]});var s=t[o],l=H(u,2),c=l[0],d=l[1];c>bi?s.right.push(c):-c>bi&&s.left.push(-c),d>bi?s.bottom.push(d):-d>bi&&s.top.push(-d)}}catch(f){r.e(f)}finally{r.f()}return t}function xE(e){var t=e.colorStr,r=e.sides,a=e.edgeCount;if(a!==4)return null;var n=new ke;n.parseString(t);var i=0,o=!0;return $f.forEach(function(u){i+=r[u].length/4,o&&(o=r[u].every(function(s){return s>wE}))}),o||(n.alpha=1-Math.pow(DE,i)),n}function zf(e){var t={pixels:[]},r=e.trim(),a=[t];if(!r)return[];for(;r;){var n=r.match(/^[a-z]+(\([^)]+\))?/i)||r.match(/^#[0-9a-f]+/i),i=r.match(/^([0-9.-]+)px/i)||r.match(/^(0)/);if(n)he(!t.colorStr,"Multiple colors identified in text-shadow: ".concat(e)),r=r.replace(n[0],"").trim(),t.colorStr=n[0];else if(i){he(t.pixels.length<3,"Too many pixel units in text-shadow: ".concat(e)),r=r.replace(i[0],"").trim();var o=parseFloat((i[1][0]==="."?"0":"")+i[1]);t.pixels.push(o)}else if(r[0]===",")he(t.pixels.length>=2,"Missing pixel value in text-shadow: ".concat(e)),t={pixels:[]},a.push(t),r=r.substr(1).trim();else throw new Error("Unable to process text-shadows: ".concat(r))}return a.forEach(function(u){var s=u.pixels;s.length===2&&s.push(0)}),a}function yi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.minRatio,a=t.maxRatio,n=t.ignoreEdgeCount,i=[],o=E.getComputedStyle(e),u=o.getPropertyValue("text-shadow");if(u==="none")return i;var s=o.getPropertyValue("font-size"),l=parseInt(s);he(isNaN(l)===!1,"Unable to determine font-size value ".concat(s));var c=[],d=zf(u),f=xe(d),p;try{for(f.s();!(p=f.n()).done;){var m=p.value,h=m.colorStr||o.getPropertyValue("color"),v=H(m.pixels,3),g=v[0],b=v[1],w=v[2],D=w===void 0?0:w;if(!(a&&D>=l*a)){if(r&&D<l*r){c.push({colorStr:h,pixels:m.pixels});continue}if(c.length>0){var _=Xu(c,{ignoreEdgeCount:n});if(_===null)return null;i.push.apply(i,re(_)),c.splice(0,c.length)}var C=EE({colorStr:h,offsetX:g,offsetY:b,blurRadius:D,fontSize:l});i.push(C)}}}catch(O){f.e(O)}finally{f.f()}if(c.length>0){var T=Xu(c,{ignoreEdgeCount:n});if(T===null)return null;i.push.apply(i,re(T))}return i}function EE(e){var t=e.colorStr,r=e.offsetX,a=e.offsetY,n=e.blurRadius,i=e.fontSize;if(r>n||a>n)return new ke(0,0,0,0);var o=new ke;return o.parseString(t),o.alpha*=AE(n,i),o}function AE(e,t){if(e===0)return 1;var r=e/t;return .185/(r+.4)}function Zu(e,t){var r=ce(e);if(r._stackingContext)return r._stackingContext;var a=[],n=new Map;return t=t??Ku(e),t.forEach(function(i){var o,u=ce(i),s=RE(u),l=u._stackingOrder.filter(function(f){var p=f.vNode;return!!p});l.forEach(function(f,p){var m,h=f.vNode,v=(m=l[p-1])===null||m===void 0?void 0:m.vNode,g=Hf(n,h,v);p===0&&!n.get(h)&&a.unshift(g),n.set(h,g)});var c=(o=l[l.length-1])===null||o===void 0?void 0:o.vNode,d=Hf(n,u,c);l.length||a.unshift(d),d.bgColor=s}),r._stackingContext=a,a}function ja(e){var t;if(!((t=e.descendants)!==null&&t!==void 0&&t.length)){var r=e.bgColor;return r.alpha*=e.opacity,{color:r,blendMode:e.blendMode}}var a=e.descendants.reduce(FE,Vf()),n=jt(a,e.bgColor,e.descendants[0].blendMode);return n.alpha*=e.opacity,{color:n,blendMode:e.blendMode}}function FE(e,t){var r;e instanceof ke?r=e:r=ja(e).color;var a=ja(t).color;return jt(a,r,t.blendMode)}function Vf(e,t){var r;return{vNode:e,ancestor:t,opacity:parseFloat((r=e?.getComputedStylePropertyValue("opacity"))!==null&&r!==void 0?r:1),bgColor:new ke(0,0,0,0),blendMode:CE(e?.getComputedStylePropertyValue("mix-blend-mode")),descendants:[]}}function CE(e){return e||void 0}function Hf(e,t,r){var a,n=e.get(r),i=(a=e.get(t))!==null&&a!==void 0?a:Vf(t,n);return n&&r!==t&&!n.descendants.includes(i)&&n.descendants.unshift(i),i}function RE(e){var t=new ke;return t.parseString(e.getComputedStylePropertyValue("background-color")),t}function $a(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.1,a=ce(e),n=a._cache.getBackgroundColor;if(n)return t.push.apply(t,re(n.bgElms)),We.set("bgColor",n.incompleteData),n.bgColor;var i=TE(e,t,r);return a._cache.getBackgroundColor={bgColor:i,bgElms:t,incompleteData:We.get("bgColor")},i}function TE(e,t,r){var a,n,i=Ku(e);if(!i)return null;var o=Wo(e),u=(a=yi(e,{minRatio:r,ignoreEdgeCount:!0}))!==null&&a!==void 0?a:[];u.length&&(u=[{color:u.reduce(Yu)}]);for(var s=0;s<i.length;s++){var l=i[s],c=E.getComputedStyle(l);if(Gn(l,c))return t.push(l),null;var d=xr(c);if(d.alpha!==0){if(c.getPropertyValue("display")!=="inline"&&!Gf(l,o))return t.push(l),We.set("bgColor","elmPartiallyObscured"),null;if(t.push(l),d.alpha===1)break}}var f=Zu(e,i);u=f.map(ja).concat(u);var p=kE(e,i.includes(N.body));if((n=u).unshift.apply(n,re(p)),u.length===0)return new ke(255,255,255,1);var m=u.reduce(function(h,v){return jt(v.color,h.color instanceof ke?h.color:h,v.blendMode)});return jt(m.color instanceof ke?m.color:m,new ke(255,255,255,1))}function Gf(e,t){t=Array.isArray(t)?t:[t];var r=e.getBoundingClientRect(),a=r.right,n=r.bottom,i=E.getComputedStyle(e),o=i.getPropertyValue("overflow");return(["scroll","auto"].includes(o)||e instanceof E.HTMLHtmlElement)&&(a=r.left+e.scrollWidth,n=r.top+e.scrollHeight),t.every(function(u){return u.top>=r.top&&u.bottom<=n&&u.left>=r.left&&u.right<=a})}function Uf(e){return e||void 0}function kE(e,t){var r=[];if(!t){var a=N.documentElement,n=N.body,i=E.getComputedStyle(a),o=E.getComputedStyle(n),u=xr(i),s=xr(o),l=s.alpha!==0&&Gf(n,e.getBoundingClientRect());(s.alpha!==0&&u.alpha===0||l&&s.alpha!==1)&&r.unshift({color:s,blendMode:Uf(o.getPropertyValue("mix-blend-mode"))}),u.alpha!==0&&(!l||l&&s.alpha!==1)&&r.unshift({color:u,blendMode:Uf(i.getPropertyValue("mix-blend-mode"))})}return r}function SE(e,t){if(!t||!e)return null;t.alpha<1&&(t=jt(t,e));var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(a,r)+.05)/(Math.min(a,r)+.05)}var Gr=SE;function Di(e,t,r){for(var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=E.getComputedStyle(e),i=[function(){return ME(n,a)},function(){return OE(n)},function(){return yi(e,{minRatio:0})}],o=[],u=0,s=i;u<s.length;u++){var l=s[u],c=l();if(c&&(o=o.concat(c),c.alpha===1))break}var d=o.reduce(function(h,v){return jt(h,v)});if(r??(r=$a(e,[])),r===null){var f=We.get("bgColor");return We.set("fgColor",f),null}var p=Zu(e),m=Wf(p,e);return jt(IE(d,m,p),new ke(255,255,255,1))}function OE(e){return new ke().parseString(e.getPropertyValue("-webkit-text-fill-color")||e.getPropertyValue("color"))}function ME(e,t){var r=t.textStrokeEmMin,a=r===void 0?0:r,n=parseFloat(e.getPropertyValue("-webkit-text-stroke-width"));if(n===0)return null;var i=e.getPropertyValue("font-size"),o=n/parseFloat(i);if(isNaN(o)||o<a)return null;var u=e.getPropertyValue("-webkit-text-stroke-color");return new ke().parseString(u)}function IE(e,t,r){for(;t;){var a;if(t.opacity===1&&t.ancestor){t=t.ancestor;continue}e.alpha*=t.opacity;var n=((a=t.ancestor)===null||a===void 0?void 0:a.descendants)||r;t.opacity!==1&&(n=n.slice(0,n.indexOf(t)));var i=n.map(ja);if(!i.length){t=t.ancestor;continue}var o=i.reduce(function(u,s){return jt(s.color,u.color instanceof ke?u.color:u)},{color:new ke(0,0,0,0),blendMode:"normal"});e=jt(e,o),t=t.ancestor}return e}function Wf(e,t){var r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value;if(((n=i.vNode)===null||n===void 0?void 0:n.actualNode)===t)return i;var o=Wf(i.descendants,t);if(o)return o}}catch(u){r.e(u)}finally{r.f()}}function PE(e,t,r,a){var n=Gr(e,t),i=a&&Math.ceil(r*72)/96<14||!a&&Math.ceil(r*72)/96<18,o=i?4.5:3;return{isValid:n>o,contrastRatio:n,expectedContrastRatio:o}}var NE=PE,Yf={};xt(Yf,{isAriaCombobox:function(){return Rd},isAriaListbox:function(){return Cd},isAriaRange:function(){return Td},isAriaTextbox:function(){return Fd},isDisabled:function(){return za},isNativeSelect:function(){return Ad},isNativeTextbox:function(){return Ed}});var BE=["fieldset","button","select","input","textarea"];function Kf(e){var t=e._isDisabled;if(typeof t=="boolean")return t;var r=e.props.nodeName,a=e.attr("aria-disabled");return BE.includes(r)&&e.hasAttr("disabled")?t=!0:a?t=a.toLowerCase()==="true":e.parent?t=Kf(e.parent):t=!1,e._isDisabled=t,t}var za=Kf;function LE(e,t,r){var a=wa.accessibleTextVirtual(r),n=wa.sanitize(wa.removeUnicode(a,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(n){var i={name:n,urlProps:bo.urlPropsFromAttribute(e,"href")};return this.data(i),this.relatedNodes([e]),!0}}var qE=LE;function Xf(e,t){if(!e||!t)return!1;var r=Object.getOwnPropertyNames(e),a=Object.getOwnPropertyNames(t);if(r.length!==a.length)return!1;var n=r.every(function(i){var o=e[i],u=t[i];return M(o)!==M(u)?!1:M(o)==="object"||M(u)==="object"?Xf(o,u):o===u});return n}function jE(e){if(e.length<2)return e;for(var t=e.filter(function(o){var u=o.result;return u!==void 0}),r=[],a={},n=function(u){var s,l=t[u],c=l.data,d=c.name,f=c.urlProps;if(a[d])return 1;var p=t.filter(function(h,v){var g=h.data;return g.name===d&&v!==u}),m=p.every(function(h){var v=h.data;return Xf(v.urlProps,f)});p.length&&!m&&(l.result=void 0),l.relatedNodes=[],(s=l.relatedNodes).push.apply(s,re(p.map(function(h){return h.relatedNodes[0]}))),a[d]=p,r.push(l)},i=0;i<t.length;i++)n(i);return r}var $E=jE;function zE(e){var t=le(e),r=t&&t.includes("heading"),a=e.attr("aria-level"),n=parseInt(a,10),i=e.props.nodeName.match(/h(\d)/)||[],o=H(i,2),u=o[1];return r?u&&!a?parseInt(u,10):isNaN(n)||n<1?u?parseInt(u,10):2:n||-1:-1}function VE(){var e=ue.get("headingOrder");if(e)return!0;var t="h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",r=qt(x._tree[0],t,Te);return e=r.map(function(a){return{ancestry:[Rn(a.actualNode)],level:zE(a)}}),this.data({headingOrder:e}),ue.set("headingOrder",r),!0}var HE=VE;function GE(e){var t=WE(e);return e.forEach(function(r){r.result=UE(r,t)}),e}function UE(e,t){var r,a,n,i,o=Zf(t,e.node.ancestry),u=(r=(a=t[o])===null||a===void 0?void 0:a.level)!==null&&r!==void 0?r:-1,s=(n=(i=t[o-1])===null||i===void 0?void 0:i.level)!==null&&n!==void 0?n:-1;if(o===0)return!0;if(u!==-1)return u-s<=1}function WE(e){e=re(e),e.sort(function(r,a){var n=r.node,i=a.node;return n.ancestry.length-i.ancestry.length});var t=e.reduce(YE,[]);return t.filter(function(r){var a=r.level;return a!==-1})}function YE(e,t){var r,a=(r=t.data)===null||r===void 0?void 0:r.headingOrder,n=Jf(t.node.ancestry,1);if(!a)return e;var i=a.map(function(u){return XE(u,n)}),o=KE(e,n);return o===-1?e.push.apply(e,re(i)):e.splice.apply(e,[o,0].concat(re(i))),e}function KE(e,t){for(;t.length;){var r=Zf(e,t);if(r!==-1)return r;t=Jf(t,1)}return-1}function Zf(e,t){return e.findIndex(function(r){return ku(r.ancestry,t)})}function XE(e,t){var r=t.concat(e.ancestry);return de({},e,{ancestry:r})}function Jf(e,t){return e.slice(0,e.length-t)}function ZE(e,t,r){var a=t?.minSize||24,n=r.boundingClientRect;if(Gt(a*10,n))return this.data({messageKey:"large",minSize:a}),!0;var i=Gt.bind(null,a),o=Nn(r),u=JE(r,o),s=QE(r,o),l=s.fullyObscuringElms,c=s.partialObscuringElms;if(u.length&&(l.length||!i(n))){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Va(u));return}if(l.length)return this.relatedNodes(Va(l)),this.data({messageKey:"obscured"}),!0;var d=gt(r)?!1:void 0;if(!i(n))return this.data(de({minSize:a},wi(n))),d;var f=r5(c);if(!f.length)return this.data(de({minSize:a},wi(n))),!0;var p=e5(r,f);if(!p){this.data({minSize:a,messageKey:"tooManyRects"});return}if(!i(p)){if(u.length){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Va(u));return}var m=f.every(gt),h="partiallyObscured".concat(m?"":"NonTabbable");return this.data(de({messageKey:h,minSize:a},wi(p))),this.relatedNodes(Va(f)),m?d:void 0}return this.data(de({minSize:a},wi(p||n))),this.relatedNodes(Va(f)),!0}function JE(e,t){return t.filter(function(r){return!Qf(r,e)&&ep(e,r)})}function QE(e,t){var r=[],a=[],n=xe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;!ep(e,o)&&xo(e,o)&&a5(o)!=="none"&&(Qf(e,o)?r.push(o):a.push(o))}}catch(u){n.e(u)}finally{n.f()}return{fullyObscuringElms:r,partialObscuringElms:a}}function e5(e,t){var r=e.boundingClientRect,a=t.map(function(i){var o=i.boundingClientRect;return o}),n;try{n=Eo(r,a)}catch{return null}return t5(n)}function t5(e,t){return e.reduce(function(r,a){var n=Gt(t,r),i=Gt(t,a);if(n!==i)return n?r:a;var o=r.width*r.height,u=a.width*a.height;return o>u?r:a})}function r5(e){return e.filter(function(t){return Tt(t)==="widget"&&Be(t)})}function Qf(e,t){var r=e.boundingClientRect,a=t.boundingClientRect;return r.top>=a.top&&r.left>=a.left&&r.bottom<=a.bottom&&r.right<=a.right}function a5(e){return e.getComputedStylePropertyValue("pointer-events")}function wi(e){return{width:Math.round(e.width*10)/10,height:Math.round(e.height*10)/10}}function ep(e,t){return Yt(e,t)&&!gt(t)}function Va(e){return e.map(function(t){var r=t.actualNode;return r})}var n5=.05;function i5(e,t,r){var a=t?.minOffset||24;if(Gt(a*10,r.boundingClientRect))return this.data({messageKey:"large",minOffset:a}),!0;var n=[],i=a,o=xe(Nn(r,a)),u;try{for(o.s();!(u=o.n()).done;){var s=u.value;if(!(Tt(s)!=="widget"||!Be(s))){var l=null;try{l=Lc(r,s,a/2)}catch(c){if(c.message.startsWith("splitRects")){this.data({messageKey:"tooManyRects",closestOffset:0,minOffset:a});return}throw c}l!==null&&(l=o5(l)*2,!(l+n5>=a)&&(i=Math.min(i,l),n.push(s)))}}}catch(c){o.e(c)}finally{o.f()}if(n.length===0)return this.data({closestOffset:i,minOffset:a}),!0;if(this.relatedNodes(n.map(function(c){var d=c.actualNode;return d})),!n.some(gt)){this.data({messageKey:"nonTabbableNeighbor",closestOffset:i,minOffset:a});return}return this.data({closestOffset:i,minOffset:a}),gt(r)?!1:void 0}function o5(e){return Math.round(e*10)/10}function u5(e,t,r){var a=t||{},n=a.scaleMinimum,i=n===void 0?2:n,o=a.lowerBound,u=o===void 0?!1:o,s=r.attr("content")||"";if(!s)return!0;var l=s.split(/[;,]/).reduce(function(d,f){var p=f.trim();if(!p)return d;var m=p.split("="),h=H(m,2),v=h[0],g=h[1];if(!v||!g)return d;var b=v.toLowerCase().trim(),w=g.toLowerCase().trim();return b==="maximum-scale"&&w==="yes"&&(w=1),b==="maximum-scale"&&parseFloat(w)<0||(d[b]=w),d},{});if(u&&l["maximum-scale"]&&parseFloat(l["maximum-scale"])<u)return!0;if(!u&&l["user-scalable"]==="no")return this.data("user-scalable=no"),!1;var c=parseFloat(l["user-scalable"]);return!u&&l["user-scalable"]&&(c||c===0)&&c>-1&&c<1?(this.data("user-scalable"),!1):l["maximum-scale"]&&parseFloat(l["maximum-scale"])<i?(this.data("maximum-scale"),!1):!0}var s5=u5;function l5(e,t,r,a){var n=a||{},i=n.cssom,o=i===void 0?void 0:i,u=t||{},s=u.degreeThreshold,l=s===void 0?0:s;if(!o||!o.length)return;for(var c=!1,d=[],f=v(o),p=function(){var I=h[m],z=f[I],V=z.root,Q=z.rules,ie=Q.filter(g);if(!ie.length)return 1;ie.forEach(function(K){var te=K.cssRules;Array.from(te).forEach(function(q){var J=b(q);if(J&&q.selectorText.toUpperCase()!=="HTML"){var A=Array.from(V.querySelectorAll(q.selectorText))||[];d=d.concat(A)}c=c||J})})},m=0,h=Object.keys(f);m<h.length;m++)p();if(!c)return!0;return d.length&&this.relatedNodes(d),!1;function v(S){return S.reduce(function(I,z){var V=z.sheet,Q=z.root,ie=z.shadowId,K=ie||"topDocument";if(I[K]||(I[K]={root:Q,rules:[]}),!V||!V.cssRules)return I;var te=Array.from(V.cssRules);return I[K].rules=I[K].rules.concat(te),I},{})}function g(S){var I=S.type,z=S.cssText;return I!==4?!1:/orientation:\s*landscape/i.test(z)||/orientation:\s*portrait/i.test(z)}function b(S){var I=S.selectorText,z=S.style;if(!I||z.length<=0)return!1;var V=z.transform||z.webkitTransform||z.msTransform||!1;if(!V&&!z.rotate)return!1;var Q=w(V),ie=D("rotate",z.rotate),K=Q+ie;return!K||(K=Math.abs(K),Math.abs(K-180)%180<=l)?!1:Math.abs(K-90)%90<=l}function w(S){if(!S)return 0;var I=S.match(/(rotate|rotateZ|rotate3d|matrix|matrix3d)\(([^)]+)\)(?!.*(rotate|rotateZ|rotate3d|matrix|matrix3d))/);if(!I)return 0;var z=H(I,3),V=z[1],Q=z[2];return D(V,Q)}function D(S,I){switch(S){case"rotate":case"rotateZ":return _(I);case"rotate3d":var z=I.split(",").map(function(K){return K.trim()}),V=H(z,4),Q=V[2],ie=V[3];return parseInt(Q)===0?void 0:_(ie);case"matrix":case"matrix3d":return C(I);default:return 0}}function _(S){var I=S.match(/(deg|grad|rad|turn)/)||[],z=H(I,1),V=z[0];if(!V)return 0;var Q=parseFloat(S.replace(V,""));switch(V){case"rad":return T(Q);case"grad":return O(Q);case"turn":return $(Q);case"deg":default:return parseInt(Q)}}function C(S){var I=S.split(",");if(I.length<=6){var z=H(I,2),V=z[0],Q=z[1],ie=Math.atan2(parseFloat(Q),parseFloat(V));return T(ie)}var K=parseFloat(I[8]),te=Math.asin(K),q=Math.cos(te),J=Math.acos(parseFloat(I[0])/q);return T(J)}function T(S){return Math.round(S*(180/Math.PI))}function O(S){return S=S%400,S<0&&(S+=400),Math.round(S/400*360)}function $(S){return Math.round(360/(1/S))}}var c5=l5;function d5(e,t){var r=e.hasAttribute("controls");if(e.hasAttribute("loop"))return r;if(!e.duration){console.warn("axe.utils.preloadMedia did not load metadata");return}var a=t.allowedDuration,n=a===void 0?3:a,i=o(e);if(i<=n)return!0;if(!r)return!1;return!0;function o(l){if(!l.currentSrc)return 0;var c=u(l.currentSrc);return c?c.length===1?Math.abs(l.duration-c[0]):Math.abs(c[1]-c[0]):Math.abs(l.duration-(l.currentTime||0))}function u(l){var c=l.match(/#t=(.*)/);if(c){var d=H(c,2),f=d[1],p=f.split(",");return p.map(function(m){return/:/.test(m)?s(m):parseFloat(m)})}}function s(l){for(var c=l.split(":"),d=0,f=1;c.length>0;)d+=f*parseInt(c.pop(),10),f*=60;return parseFloat(d)}}var f5=d5;function p5(e,t){return t.isViolation?!1:void 0}var m5=p5,tp=" > ";function h5(e){var t={};return e.filter(function(r){var a=r.node.ancestry[r.node.ancestry.length-1]!=="html";if(a){var n=r.node.ancestry.flat(1/0).join(tp);return t[n]=r,!0}var i=r.node.ancestry.slice(0,r.node.ancestry.length-1).flat(1/0).join(tp);return t[i]&&(t[i].result=!0),!1})}var v5=h5;function g5(e,t,r){var a=dt(r,"track"),n=a.some(function(i){return(i.attr("kind")||"").toLowerCase()==="captions"});return n?!1:void 0}var b5=g5;function y5(e,t,r){var a=r.children;if(!a||!a.length)return!1;for(var n=!1,i=!1,o,u=0;u<a.length;u++){if(o=a[u].props.nodeName.toUpperCase(),o==="DT"&&(n=!0),n&&o==="DD")return!1;o==="DD"&&(i=!0)}return n||i}var D5=y5;function w5(e,t,r){var a=!1,n=!1,i=!0,o=[],u=[],s=[];return r.children.forEach(function(l){var c=l.actualNode;if(c.nodeType===3&&c.nodeValue.trim()!==""){a=!0;return}if(!(c.nodeType!==1||!Te(c))){i=!1;var d=c.nodeName.toUpperCase()==="LI",f=le(l),p=f==="listitem";!d&&!p&&o.push(c),d&&!p&&(u.push(c),s.includes(f)||s.push(f)),p&&(n=!0)}}),a||o.length?(this.relatedNodes(o),!0):i||n?!1:(this.relatedNodes(u),this.data({messageKey:"roleNotValid",roles:s.join(", ")}),!0)}var _5=w5;function x5(e,t,r){var a=["definition","term","list"],n={badNodes:[],hasNonEmptyTextNode:!1},i=r.children.reduce(function(u,s){var l=s.actualNode;return l.nodeName.toUpperCase()==="DIV"&&le(l)===null?u.concat(s.children):u.concat(s)},[]),o=i.reduce(function(u,s){var l=s.actualNode,c=l.nodeName.toUpperCase();if(l.nodeType===1&&Te(l)){var d=pe(l);(c!=="DT"&&c!=="DD"||d)&&(a.includes(d)||u.badNodes.push(l))}else l.nodeType===3&&l.nodeValue.trim()!==""&&(u.hasNonEmptyTextNode=!0);return u},n);return o.badNodes.length&&this.relatedNodes(o.badNodes),!!o.badNodes.length||o.hasNonEmptyTextNode}function E5(e,t,r){var a=r.parent;if(a){var n=a.props.nodeName,i=pe(a);return["presentation","none","list"].includes(i)?!0:i&&Ea(i)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(n)}}function A5(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=[],n=[];if(r.children){for(var i=rp(r.children);i.length;){var o,u=i.shift(),s=u.vChild,l=u.nested;if(t.divGroups&&!l&&C5(s)){if(!s.children)return;var c=rp(s.children,!0);i.push.apply(i,re(c));continue}var d=F5(s,l,t);d&&(n.includes(d)||n.push(d),(s==null||(o=s.actualNode)===null||o===void 0?void 0:o.nodeType)===1&&a.push(s.actualNode))}return n.length===0?!1:(this.data({values:n.join(", ")}),this.relatedNodes(a),!0)}}function F5(e,t,r){var a=r.validRoles,n=a===void 0?[]:a,i=r.validNodeNames,o=i===void 0?[]:i,u=e.props,s=u.nodeName,l=u.nodeType,c=u.nodeValue,d=t?"div > ":"";if(l===3&&c.trim()!=="")return d+"#text";if(l!==1||!Te(e))return!1;var f=pe(e);return f?n.includes(f)?!1:d+"[role=".concat(f,"]"):o.includes(s)?!1:d+s}function C5(e){return e.props.nodeName==="div"&&pe(e)===null}function rp(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return e.map(function(r){return{vChild:r,nested:t}})}function R5(e){var t=Ge(e),r=t.nodeName.toUpperCase(),a=pe(t);return r==="DIV"&&["presentation","none",null].includes(a)&&(t=Ge(t),r=t.nodeName.toUpperCase(),a=pe(t)),r!=="DL"?!1:!!(!a||["presentation","none","list"].includes(a))}var T5=R5;function k5(e,t,r){var a=Cr(r.attr("lang")),n=Cr(r.attr("xml:lang"));return a===n}var S5=k5;function O5(e,t,r){var a=[];return t.attributes.forEach(function(n){var i=r.attr(n);if(typeof i=="string"){var o=Cr(i),u=t.value?!t.value.map(Cr).includes(o):!pi(o);(o!==""&&u||i!==""&&!ae(i))&&a.push(n+'="'+r.attr(n)+'"')}}),!a.length||r.props.nodeName!=="html"&&!Zo(r)?!1:(this.data(a),!0)}var M5=O5;function Ju(e){return(e||"").trim()!==""}function I5(e,t,r){var a=typeof N<"u"?Fn(N):!1;if(t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&Ju(r.attr("xml:lang"))&&!Ju(r.attr("lang"))&&!a)return this.data({messageKey:"noXHTML"}),!1;var n=t.attributes.some(function(i){return Ju(r.attr(i))});return n?!0:(this.data({messageKey:"noLang"}),!1)}var P5=I5;function N5(e,t,r){var a=le(e),n=Ue(r);return n=n?n.toLowerCase():null,this.data({role:a,accessibleText:n}),this.relatedNodes([e]),!0}var B5=N5;function L5(e){var t=[];return e.filter(function(r){var a=function(o){return r.data.role===o.data.role&&r.data.accessibleText===o.data.accessibleText},n=t.find(a);return n?(n.result=!1,n.relatedNodes.push(r.relatedNodes[0]),!1):(t.push(r),r.relatedNodes=[],!0)})}var q5=L5;function j5(e,t,r){var a=Vn(r),n=jn(r),i=r.attr("aria-describedby");return!a&&!!(n||i)}var $5=j5;function z5(e){var t=Oe(e.getAttribute("id")),r=e.parentNode,a=Xe(e);a=a.documentElement||a;var n=Array.from(a.querySelectorAll('label[for="'.concat(t,'"]')));for(n.length&&(n=n.filter(function(u){return!or(u)}));r;)r.nodeName.toUpperCase()==="LABEL"&&n.indexOf(r)===-1&&n.push(r),r=r.parentNode;if(this.relatedNodes(n),n.length>1){var i=n.filter(function(u){return Te(u)});if(i.length>1)return;var o=Mt(e,"aria-labelledby");return o.includes(i[0])?!1:void 0}return!1}var V5=z5;function H5(e,t){var r=ap(t),a=ap(e);return!r||!a?!1:r.includes(a)}function ap(e){var t=Ca(e,{emoji:!0,nonBmp:!0,punctuations:!0});return ae(t)}function G5(e,t,r){var a,n=t?.pixelThreshold,i=(a=t?.occurrenceThreshold)!==null&&a!==void 0?a:t?.occuranceThreshold,o=br(e).toLowerCase(),u=ae(ur(r,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:n,occurrenceThreshold:i})).toLowerCase();if(!u)return!0;if(!(Uo(o)<1||Uo(u)<1))return H5(u,o)}var U5=G5;function W5(e,t,r){try{var a=lt(r,"label");if(a){var n=ae(Ue(a,{inControlContext:!0,startNode:r}));return a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:n}),!!n}return!1}catch{return}}var Y5=W5;function K5(e,t,r){if(r.hasAttr("id")){if(!r.actualNode)return;var a=Xe(e),n=Oe(e.getAttribute("id")),i=a.querySelector('label[for="'.concat(n,'"]'));if(i&&!Te(i)){var o;try{o=Ue(r).trim()}catch{return}var u=o==="";return u}}return!1}var X5=K5;function Z5(e,t,r){var a=Vn(r),n=e.getAttribute("title");if(!a)return!1;if(!n&&(n="",e.getAttribute("aria-describedby"))){var i=Mt(e,"aria-describedby");n=i.map(function(o){return o?br(o):""}).join("")}return ae(n)===ae(a)}var J5=Z5;function Q5(e,t,r){var a=this;if(!r.attr("id"))return!1;if(r.actualNode){var n=Xe(r.actualNode),i=Oe(r.attr("id")),o=Array.from(n.querySelectorAll('label[for="'.concat(i,'"]')));if(this.relatedNodes(o),!o.length)return!1;try{return o.some(function(u){if(ut(u)){var s=ae(br(u,{inControlContext:!0,startNode:r}));return a.data({explicitLabel:s}),!!s}else return!0})}catch{return}}}var eA=Q5;function tA(e,t,r){if(["none","presentation"].includes(le(r)))return!1;var a=lt(r,t.parentSelector);if(!a)return!1;var n=Pt(a,!0).toLowerCase();return n===""?!1:n===Ue(r).toLowerCase()}var rA=tA;function aA(e,t,r){var a=r.attr("alt"),n=/^\s+$/;return typeof a=="string"&&n.test(a)}var nA=aA;function iA(e,t,r){var a=Lt(r.attr("tabindex"));return a===null||a<=0}var oA=iA;function uA(e,t,r){if(r.children)try{var a=np(r);if(!a.length)return!0;var n=a.filter(sA);return n.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(n)):this.relatedNodes(a),!1}catch{return}}function np(e){if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return[]}var t=[];return e.children.forEach(function(r){Tt(r)==="widget"&&Be(r)?t.push(r):t.push.apply(t,re(np(r)))}),t}function sA(e){var t=Lt(e.attr("tabindex"));return t!==null&&t<0}function lA(e){var t=Hr("landmark"),r=Ge(e),a=le(e);for(this.data({role:a});r;){var n=pe(r);if(!n&&r.nodeName.toUpperCase()!=="FORM"&&(n=It(r)),n&&t.includes(n)&&!(n==="main"&&a==="complementary"))return!1;r=Ge(r)}return!0}var cA=lA;function dA(e,t,r){if(r.children)try{return!r.children.some(function(a){return ip(a)})}catch{return}}function ip(e){if(gt(e))return!0;if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return!1}return e.children.some(function(t){return ip(t)})}function fA(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return!a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||Ta()?!0:i.every(function(o){var u=o.getComputedStylePropertyValue("pointer-events"),s=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(s===0||l===0)&&u==="none"})?void 0:!1}var pA=fA;function mA(e,t,r){if(!gt(r))return!1;try{return!Ue(r)}catch{return}}var hA=mA;function vA(e,t,r){var a=r.tabbableElements.map(function(n){var i=n.actualNode;return i});if(!a||!a.length)return!0;if(Ta()){this.relatedNodes(a);return}return!0}var gA=vA;function bA(e,t,r){if(r.hasAttr("contenteditable")&&a(r))return!0;return gt(r);function a(n){var i=n.attr("contenteditable");if(i==="true"||i==="")return!0;if(i==="false")return!1;var o=lt(r.parent,"[contenteditable]");return o?a(o):!1}}var yA=bA;function DA(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||Ta()?!0:i.every(function(o){var u=o.getComputedStylePropertyValue("pointer-events"),s=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(s===0||l===0)&&u==="none"})?void 0:!1}var wA=DA;function _A(e,t,r){var a=r.tabbableElements;if(!a)return!1;var n=a.filter(function(i){return i!==r});return n.length>0}var xA=_A;function EA(e,t,r){return or(r)||(this.data(r.attr("accesskey")),this.relatedNodes([e])),!0}var AA=EA;function FA(e){var t={};return e.filter(function(r){if(!r.data)return!1;var a=r.data.toUpperCase();return t[a]?(t[a].relatedNodes.push(r.relatedNodes[0]),!1):(t[a]=r,r.relatedNodes=[],!0)}).map(function(r){return r.result=!!r.relatedNodes.length,r})}var CA=FA;function RA(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("page-no-duplicate requires options.selector to be a string");var a="page-no-duplicate;"+t.selector;if(ue.get(a)){this.data("ignored");return}ue.set(a,!0);var n=qt(x._tree[0],t.selector,function(i){return Te(i)});return typeof t.nativeScopeFilter=="string"&&(n=n.filter(function(i){return i.actualNode.hasAttribute("role")||!Ir(i,t.nativeScopeFilter)})),typeof t.role=="string"&&(n=n.filter(function(i){return le(i)===t.role})),this.relatedNodes(n.filter(function(i){return i!==r}).map(function(i){return i.actualNode})),n.length<=1}var TA=RA;function kA(e){return e.filter(function(t){return t.data!=="ignored"})}var SA=kA;function OA(e,t,r){return Aa(r,t.matcher)}var MA=OA;function IA(e,t,r){try{return ae(ur(r))!==""}catch{return}}function PA(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("has-descendant requires options.selector to be a string");if(t.passForModal&&Ta())return!0;var a=qt(r,t.selector,function(n){return Te(n)});return this.relatedNodes(a.map(function(n){return n.actualNode})),a.length>0}var NA=PA;function BA(e){var t=e.some(function(r){return r.result===!0});return t&&e.forEach(function(r){r.result=!0}),e}var LA=BA;function qA(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;if(!t.attribute||typeof t.attribute!="string")throw new TypeError("attr-non-space-content requires options.attribute to be a string");if(!r.hasAttr(t.attribute))return this.data({messageKey:"noAttr"}),!1;var a=r.attr(t.attribute),n=!ae(a);return n?(this.data({messageKey:"emptyAttr"}),!1):!0}var jA=qA;function $A(e,t,r){var a=r.attr("autocomplete")||"";return qd(a,t)}var zA=$A;function VA(e,t,r){if(r.props.nodeName!=="input")return!0;var a=["text","search","number","tel"],n=["text","search","url"],i={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":a,"cc-exp":["text","search","month","tel"],"cc-exp-month":a,"cc-exp-year":a,"cc-csc":a,"transaction-amount":a,"bday-day":a,"bday-month":a,"bday-year":a,"new-password":["text","search","password"],"current-password":["text","search","password"],url:n,photo:n,impp:n};M(t)==="object"&&Object.keys(t).forEach(function(d){i[d]||(i[d]=[]),i[d]=i[d].concat(t[d])});var o=r.attr("autocomplete"),u=o.split(/\s+/g).map(function(d){return d.toLowerCase()}),s=u[u.length-1];if(_r.stateTerms.includes(s))return!0;var l=i[s],c=r.hasAttr("type")?ae(r.attr("type")).toLowerCase():"text";return c=fi().includes(c)?c:"text",typeof l>"u"?c==="text":l.includes(c)}var HA=VA,GA=["block","list-item","table","flex","grid","inline-block"];function UA(e){if(op(e))return!1;for(var t=Ge(e);t&&t.nodeType===1&&!op(t);)t=Ge(t);if(t){if(this.relatedNodes([t]),Lf(e,t))return!0;if(WA(e)){this.data({messageKey:"pseudoContent"});return}return!1}}function op(e){var t=E.getComputedStyle(e).getPropertyValue("display");return GA.indexOf(t)!==-1||t.substr(0,6)==="table-"}function WA(e){for(var t=0,r=["before","after"];t<r.length;t++){var a=r[t],n=E.getComputedStyle(e,":".concat(a)),i=n.getPropertyValue("content");if(i!=="none")return!0}return!1}function up(e,t){var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}var YA=["block","list-item","table","flex","grid","inline-block"];function sp(e){var t=E.getComputedStyle(e).getPropertyValue("display");return YA.indexOf(t)!==-1||t.substr(0,6)==="table-"}function KA(e,t){var r=t.requiredContrastRatio,a=t.allowSameColor;if(sp(e))return!1;for(var n=Ge(e);n&&n.nodeType===1&&!sp(n);)n=Ge(n);if(n){this.relatedNodes([n]);var i=Di(e),o=Di(n),u=$a(e),s=$a(n),l=i&&o?up(i,o):void 0;if(l&&(l=Math.floor(l*100)/100),l&&l>=r)return!0;var c=u&&s?up(u,s):void 0;if(c&&(c=Math.floor(c*100)/100),c&&c>=r)return!0;if(!c){var d,f=(d=We.get("bgColor"))!==null&&d!==void 0?d:"bgContrast";this.data({messageKey:f}),We.clear();return}if(l)return a&&l===1&&c===1?!0:l===1&&c>1?(this.data({messageKey:"bgContrast",contrastRatio:c,requiredContrastRatio:r,nodeBackgroundColor:u?u.toHexString():void 0,parentBackgroundColor:s?s.toHexString():void 0}),!1):(this.data({messageKey:"fgContrast",contrastRatio:l,requiredContrastRatio:r,nodeColor:i?i.toHexString():void 0,parentColor:o?o.toHexString():void 0}),!1)}}var XA=KA;function ZA(e,t,r){var a=t.ignoreUnicode,n=t.ignoreLength,i=t.ignorePseudo,o=t.boldValue,u=t.boldTextPt,s=t.largeTextPt,l=t.contrastRatio,c=t.shadowOutlineEmMax,d=t.pseudoSizeThreshold;if(!ut(e))return this.data({messageKey:"hidden"}),!0;var f=Pt(r,!1,!0);if(a&&QA(f)){this.data({messageKey:"nonBmp"});return}var p=E.getComputedStyle(e),m=parseFloat(p.getPropertyValue("font-size")),h=p.getPropertyValue("font-weight"),v=parseFloat(h)>=o||h==="bold",g=Math.ceil(m*72)/96,b=v&&g<u||!v&&g<s,w=b?l.normal:l.large,D=w.expected,_=w.minThreshold,C=w.maxThreshold,T=JA(r,{ignorePseudo:i,pseudoSizeThreshold:d});if(T){this.data({fontSize:"".concat((m*72/96).toFixed(1),"pt (").concat(m,"px)"),fontWeight:v?"bold":"normal",messageKey:"pseudoContent",expectedContrastRatio:D+":1"}),this.relatedNodes(T.actualNode);return}var O=yi(e,{minRatio:.001,maxRatio:c});if(O===null){this.data({messageKey:"complexTextShadows"});return}var $=[],S=$a(e,$,c),I=Di(e,!1,S,t),z=null,V=null,Q=null;if(O.length===0)z=Gr(S,I);else if(I&&S){Q=[].concat(re(O),[S]).reduce(Yu);var ie=Gr(S,I),K=Gr(S,Q),te=Gr(Q,I);z=Math.max(ie,K,te),z!==ie&&(V=K>te?"shadowOnBgColor":"fgOnShadowColor")}var q=z>D;if(typeof _=="number"&&(typeof z!="number"||z<_)||typeof C=="number"&&(typeof z!="number"||z>C))return this.data({contrastRatio:z}),!0;var J=Math.floor(z*100)/100,A;S===null?A=We.get("bgColor"):q||(A=V);var U=J===1,B=f.length===1;if(U?A=We.set("bgColor","equalRatio"):!q&&B&&!n&&(A="shortTextContent"),this.data({fgColor:I?I.toHexString():void 0,bgColor:S?S.toHexString():void 0,contrastRatio:J,fontSize:"".concat((m*72/96).toFixed(1),"pt (").concat(m,"px)"),fontWeight:v?"bold":"normal",messageKey:A,expectedContrastRatio:D+":1",shadowColor:Q?Q.toHexString():void 0}),I===null||S===null||U||B&&!n&&!q){A=null,We.clear(),this.relatedNodes($);return}return q||this.relatedNodes($),q}function JA(e,t){var r=t.pseudoSizeThreshold,a=r===void 0?.25:r,n=t.ignorePseudo,i=n===void 0?!1:n;if(!i){var o=e.boundingClientRect,u=o.width*o.height*a;do{var s=lp(e.actualNode,":before"),l=lp(e.actualNode,":after");if(s+l>u)return e}while(e=e.parent)}}var lp=Re(function(t,r){var a=E.getComputedStyle(t,r),n=function(s,l){return a.getPropertyValue(s)===l};if(n("content","none")||n("display","none")||n("visibility","hidden")||n("position","absolute")===!1||xr(a).alpha===0&&n("background-image","none"))return 0;var i=cp(a.getPropertyValue("width")),o=cp(a.getPropertyValue("height"));return i.unit!=="px"||o.unit!=="px"?i.value===0||o.value===0?0:1/0:i.value*o.value});function QA(e){var t={nonBmp:!0},r=Ho(e,t),a=ae(Ca(e,t))==="";return r&&a}function cp(e){var t=/^([0-9.]+)([a-z]+)$/i,r=e.match(t)||[],a=H(r,3),n=a[1],i=n===void 0?"":n,o=a[2],u=o===void 0?"":o;return{value:parseFloat(i),unit:u.toLowerCase()}}var eF={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},tF={alert:!0,alertdialog:!0,application:!0,article:!0,banner:!1,complementary:!0,contentinfo:!0,dialog:!0,form:!0,log:!0,main:!0,navigation:!0,region:!0,search:!1,status:!0,tabpanel:!0};function rF(e){var t=e.nodeName.toUpperCase();return eF[t]||!1}function aF(e,t){var r=pe(e);return r&&(tF[r]||t.roles.includes(r))||!1}function nF(e,t){return aF(e,t)||rF(e)}var iF=nF;function oF(e,t,r){var a=le(r,{dpub:!0,fallback:!0}),n=Io(a);return n&&this.data(a),n}var uF=oF;function sF(e,t,r){var a=le(r,{noImplicit:!0});this.data(a);var n,i;try{n=ae(zo(r)).toLowerCase(),i=ae(Ue(r)).toLowerCase()}catch{return}if(!i&&!n)return!1;if(!(!i&&n)&&i.includes(n))return!1}var lF=sF;function cF(e,t,r){return Be(r)}var dF=cF;function fF(e,t,r){var a=Ze(r.attr("role")),n=a.every(function(i){return!Ea(i.toLowerCase(),{allowAbstract:!0})});return n?(this.data(a),!0):!1}var pF=fF;function mF(e,t,r){var a=pe(r);if(a===null)return!1;var n=Tt(a);return n==="widget"||n==="composite"}var hF=mF;function vF(e,t,r){var a=yr().filter(function(n){return r.hasAttr(n)});return this.data(a),a.length>0}var gF=vF;function bF(e,t){var r=It(e);return!r&&t.length===2&&t.includes("none")&&t.includes("presentation")}function yF(e,t,r){var a=Ze(r.attr("role"));return a.length<=1?!1:bF(r,a)?void 0:!0}var DF=yF;function wF(e,t,r){var a=le(r,{dpub:!0,fallback:!0}),n=ve.ariaRoles[a];return n!=null&&n.deprecated?(this.data(a),!0):!1}function _F(e,t,r){var a,n=(a=r.attr("aria-brailleroledescription"))!==null&&a!==void 0?a:"";if(ae(n)==="")return!0;var i=r.attr("aria-roledescription");return typeof i!="string"?(this.data({messageKey:"noRoleDescription"}),!1):ae(i)===""?(this.data({messageKey:"emptyRoleDescription"}),!1):!0}function xF(e,t,r){var a,n=(a=r.attr("aria-braillelabel"))!==null&&a!==void 0?a:"";if(!n.trim())return!0;try{return ae(Ue(r))!==""}catch{return}}function EF(e,t,r){t=Array.isArray(t.value)?t.value:[];var a="",n="",i=[],o=/^aria-/,u=["aria-errormessage"],s={"aria-controls":function(){var c=["false",null].includes(r.attr("aria-haspopup"))===!1;return c&&(a='aria-controls="'.concat(r.attr("aria-controls"),'"'),n="controlsWithinPopup"),r.attr("aria-expanded")!=="false"&&r.attr("aria-selected")!=="false"&&c===!1},"aria-current":function(c){c||(a='aria-current="'.concat(r.attr("aria-current"),'"'),n="ariaCurrent")},"aria-owns":function(){return r.attr("aria-expanded")!=="false"},"aria-describedby":function(c){c||(a='aria-describedby="'.concat(r.attr("aria-describedby"),'"'),n=x._tree&&x._tree[0]._hasShadowRoot?"noIdShadow":"noId")},"aria-labelledby":function(c){c||(a='aria-labelledby="'.concat(r.attr("aria-labelledby"),'"'),n=x._tree&&x._tree[0]._hasShadowRoot?"noIdShadow":"noId")}};if(r.attrNames.forEach(function(l){if(!(u.includes(l)||t.includes(l)||!o.test(l))){var c,d=r.attr(l);try{c=Rf(r,l)}catch{a="".concat(l,'="').concat(d,'"'),n="idrefs";return}(!s[l]||s[l](c))&&!c&&(d===""&&!AF(l)?(a=l,n="empty"):i.push("".concat(l,'="').concat(d,'"')))}}),i.length)return this.data(i),!1;if(a){this.data({messageKey:n,needsReview:a});return}return!0}function AF(e){var t;return((t=ve.ariaAttrs[e])===null||t===void 0?void 0:t.type)==="string"}function FF(e,t,r){t=Array.isArray(t.value)?t.value:[];var a=[],n=/^aria-/;return r.attrNames.forEach(function(i){t.indexOf(i)===-1&&n.test(i)&&!gi(i)&&a.push(i)}),a.length?(this.data(a),!1):!0}var CF=FF;function RF(e,t,r){var a=r.attrNames.filter(function(n){var i=ve.ariaAttrs[n];if(!gi(n))return!1;var o=i.unsupported;return M(o)!=="object"?!!o:!Aa(e,o.exceptions)});return a.length?(this.data(a),!0):!1}var TF=RF;function kF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=le(r),n=t.supportedRoles||[];if(n.includes(a))return!0;if(!(a&&a!=="presentation"&&a!=="none"))return!1}var SF=kF;function dp(e,t,r,a){var n=pe(e);if(r||(r=Vu(n)),!r)return null;for(var i=r.includes("group"),o=a?e:e.parent;o;){var u=le(o,{noPresentational:!0});if(!u)o=o.parent;else if(u==="group"&&i)t.includes(n)&&r.push(n),r=r.filter(function(s){return s!=="group"}),o=o.parent;else return r.includes(u)?null:r}return r}function OF(e){for(var t=[],r=null;e;){if(e.getAttribute("id")){var a=Oe(e.getAttribute("id")),n=Xe(e);r=n.querySelector("[aria-owns~=".concat(a,"]")),r&&t.push(r)}e=e.parentElement}return t.length?t:null}function MF(e,t,r){var a=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],n=dp(r,a);if(!n)return!0;var i=OF(e);if(i){for(var o=0,u=i.length;o<u;o++)if(n=dp(ce(i[o]),a,n,!0),!n)return!0}return this.data(n),!1}var IF=MF;function PF(e,t,r){var a=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],n=pe(r,{dpub:!0}),i=Hu(n);if(i===null)return!0;var o=NF(r,i),u=o.filter(function(s){var l=s.role,c=s.vNode;return c.props.nodeType===1&&!i.includes(l)});if(u.length)return this.relatedNodes(u.map(function(s){var l=s.vNode;return l})),this.data({messageKey:"unallowed",values:u.map(function(s){var l=s.vNode,c=s.attr;return qF(l,c)}).filter(function(s,l,c){return c.indexOf(s)===l}).join(", ")}),!1;if(BF(i,o))return!0;if(r.attr("aria-busy")==="true")return this.data({messageKey:"aria-busy"}),!0;if(this.data(i),!(a.includes(n)&&!o.some(jF)))return!1}function NF(e,t){for(var r,a=[],n=Fa(e),i=function(){if(r.props.nodeType===3&&a.push({vNode:r,role:null}),r.props.nodeType!==1||!Te(r))return 1;var u=le(r,{noPresentational:!0}),s=LF(r),l=!!s||Be(r);if(!u&&!l||["group","rowgroup"].includes(u)&&t.some(function(d){return d===u}))n.push.apply(n,re(r.children));else if(u||l){var c=s||"tabindex";a.push({role:u,attr:c,vNode:r})}};r=n.shift();)i();return a}function BF(e,t){return t.some(function(r){var a=r.role;return a&&e.includes(a)})}function LF(e){return yr().find(function(t){return e.hasAttr(t)})}function qF(e,t){var r=e.props,a=r.nodeName,n=r.nodeType;if(n===3)return"#text";var i=pe(e,{dpub:!0});return i?"[role=".concat(i,"]"):t?a+"[".concat(t,"]"):a}function jF(e){var t=e.vNode;return t.props.nodeType===3?t.props.nodeValue.trim().length>0:Ra(t,!1,!0)}function $F(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,n=pe(a),i=a.attrNames,o=Cf(n);if(Array.isArray(r[n])&&(o=Ba(r[n],o)),!n||!i.length||!o.length||zF(a,n)||HF(a,n)||n==="slider"&&(t=a.attr("aria-valuetext"))!==null&&t!==void 0&&t.trim())return!0;var u=wr(a),s=o.filter(function(l){return!a.attr(l)&&!VF(u,l)});return s.length?(this.data(s),!1):!0}function zF(e,t){return t==="separator"&&!Be(e)}function VF(e,t){var r;return((r=e.implicitAttrs)===null||r===void 0?void 0:r[t])!==void 0}function HF(e,t){return t==="combobox"&&e.attr("aria-expanded")==="false"}function GF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=t?.elementsAllowedAriaLabel||[],n=r.props.nodeName,i=le(r,{chromium:!0,fallback:!0}),o=UF(r,i,n,a),u=o.filter(function(c){return r.attrNames.includes(c)?ae(r.attr(c))!=="":!1});if(u.length===0)return!1;var s=i!==null?"hasRole":"noRole";s+=u.length>1?"Plural":"Singular",this.data({role:i,nodeName:n,messageKey:s,prohibited:u});var l=ur(r,{subtreeDescendant:!0});if(ae(l)==="")return!0}function UF(e,t,r,a){var n=ve.ariaRoles[t];return n?n.prohibitedAttrs||[]:t||a.includes(r)||fp(e)==="widget"?[]:["aria-label","aria-labelledby"]}var fp=Re(function(t){if(t){var r=le(t,{noPresentational:!0,chromium:!0});return r?Tt(r):fp(t.parent)}});function WF(e,t,r){var a=r.attr("aria-level"),n=parseInt(a,10);if(!(n>6))return!0}var YF=WF;function KF(e,t,r){return r.attr("aria-hidden")!=="true"}var XF=KF;function ZF(e,t,r){t=Array.isArray(t)?t:[];var a=r.attr("aria-errormessage"),n=r.hasAttr("aria-errormessage"),i=r.attr("aria-invalid"),o=r.hasAttr("aria-invalid");if(!o||i==="false")return!0;function u(s){if(s.trim()==="")return ve.ariaAttrs["aria-errormessage"].allowEmpty;var l;try{l=s&&Mt(r,"aria-errormessage")[0]}catch{this.data({messageKey:"idrefs",values:Ze(s)});return}if(l)return Te(l)?pe(l)==="alert"||l.getAttribute("aria-live")==="assertive"||l.getAttribute("aria-live")==="polite"||Ze(r.attr("aria-describedby")).indexOf(s)>-1:(this.data({messageKey:"hidden",values:Ze(s)}),!1)}return t.indexOf(a)===-1&&n?(this.data(Ze(a)),u.call(this,a)):!0}function pp(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.invalidTableRowAttrs,i=arguments.length>2?arguments[2]:void 0,o=(t=n==null||(r=n.filter)===null||r===void 0?void 0:r.call(n,function(c){return i.hasAttr(c)}))!==null&&t!==void 0?t:[];if(o.length===0)return!0;var u=JF(i),s=u&&le(u);if(!s||s==="treegrid")return!0;var l="row".concat(o.length>1?"Plural":"Singular");return this.data({messageKey:l,invalidAttrs:o,ownerRole:s}),!1}function JF(e){if(e.parent){var t='table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]';return lt(e,t)}}function mp(e,t,r){var a=r.props,n=a.nodeName,i=a.type,o=eC(r.attr("aria-checked"));if(n!=="input"||i!=="checkbox"||!o)return!0;var u=QF(r);return o===u?!0:(this.data({messageKey:"checkbox",checkState:u}),!1)}function QF(e){return e.props.indeterminate?"mixed":e.props.checked?"true":"false"}function eC(e){return e?(e=e.toLowerCase(),["mixed","true"].includes(e)?e:"false"):""}var hp={row:pp,checkbox:mp};function tC(e,t,r){var a=le(r);return hp[a]?hp[a].call(this,e,t,r):!0}function rC(e,t,r){return r.attr("aria-busy")==="true"}function aC(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=t.allowImplicit,n=a===void 0?!0:a,i=t.ignoredTags,o=i===void 0?[]:i,u=r.props.nodeName;if(o.map(function(l){return l.toLowerCase()}).includes(u))return!0;var s=_f(r,n);return s.length?(this.data(s),Te(r)?!1:void 0):!0}var nC=aC;function iC(e,t,r){var a=[],n=le(r),i=yf(n);Array.isArray(t[n])&&(i=Ba(t[n].concat(i)));var o=xe(r.attrNames),u;try{for(o.s();!(u=o.n()).done;){var s=u.value;gi(s)&&!i.includes(s)&&!oC(s,r.attr(s),r)&&a.push(s)}}catch(l){o.e(l)}finally{o.f()}if(!a.length)return!0;if(this.data(a.map(function(l){return l+'="'+r.attr(l)+'"'})),!(!n&&!Ru(r)&&!Be(r)))return!1}function oC(e,t,r){return!!(e==="aria-required"&&t==="false"||e==="aria-multiline"&&t==="false"&&r.hasAttr("contenteditable"))}function uC(e,t,r){var a=Ze(r.attr("role")).filter(function(n){return Tt(n)==="abstract"});return a.length>0?(this.data(a),!0):!1}var sC=uC;function lC(e){var t=Cr(e.getAttribute("lang")),r=Cr(e.getAttribute("xml:lang"));return pi(t)&&pi(r)}var cC=lC;function dC(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top}var fC=dC;function pC(e,t){try{var r=t.props.nodeName;return r==="svg"?!0:!!lt(t,"svg")}catch{return!1}}var Qu=pC;function mC(e,t){return hC.every(function(r){return r(e,t)})}var hC=[function(e,t){return vp(t)},function(e,t){return vC(t)},function(e,t){return!Qu(e,t)},function(e,t){return Be(t)},function(e,t){return gt(t)||!gC(t)},function(e){return!Jo(e,{noLengthCompare:!0})}];function vp(e){return Tt(e)==="widget"}function vC(e){return e.props.nodeName!=="area"}var gC=Re(function e(t){return t!=null&&t.parent?vp(t.parent)&&gt(t.parent)?!0:e(t.parent):!1});function bC(e,t){var r=le(t);return["treegrid","grid","table"].includes(r)}function yC(e,t){var r=t.parent;if(r.props.nodeName!=="details"||DC(t))return!1;var a=r.children.find(function(n){return n.props.nodeName==="summary"});return a===t}function DC(e){var t,r=(t=e.actualNode)===null||t===void 0?void 0:t.parentElement;return r&&r!==e.parent.actualNode}function wC(e){return eu(e)&&kn(e)}var _C=wC;function xC(e,t){return Kt(e,13)!==void 0&&zu(t)===!1&&EC(t)}function EC(e){return dt(e,"*").some(function(t){return Ra(t,!0,!0)})}function AC(e,t){return It(t,{chromiumRoles:!0})!==null}var FC=AC;function CC(e){var t=Array.from(e.parentNode.childNodes),r=e.textContent.trim(),a=/[.!?:;](?![.!?:;])/g;if(r.length===0||(r.match(a)||[]).length>=2)return!1;var n=t.slice(t.indexOf(e)+1).filter(function(i){return i.nodeName.toUpperCase()==="P"&&i.textContent.trim()!==""});return n.length!==0}var RC=CC;function TC(e,t){var r=pe(t);if(!r||["none","presentation"].includes(r))return!0;var a=ad[r]||{},n=a.accessibleNameRequired;return!!(n||Be(t))}var gp=TC,kC=function(t,r){return[gp,SC].every(function(a){return a(t,r)})};function SC(e){var t;if(!(e!=null&&(t=e.ownerDocument)!==null&&t!==void 0&&t.createRange))return!0;var r=e.ownerDocument.createRange();return r.setStart(e,0),r.setEnd(e,e.childNodes.length),r.getClientRects().length===0}function OC(e,t){return t.props.nodeName!=="html"}var MC=OC;function IC(e,t){return!t.attr("role")}var PC=IC;function NC(e,t){var r=Lt(t.attr("tabindex"));return r===null||r>=0}var BC=NC;function LC(e,t){var r=wr(t),a=r.namingMethods;return!(a&&a.length!==0||pe(t)==="combobox"&&dt(t,'input:not([type="hidden"])').length||zu(t,{popupRoles:["listbox"]}))}var qC=LC;function jC(e,t){return!(!t.hasAttr("role")||!t.attr("role").trim())}var $C=jC;function zC(e){return!(!e.currentSrc||e.hasAttribute("paused")||e.hasAttribute("muted"))}var VC=zC;function HC(e,t){var r=le(t);return r?!!ve.ariaRoles[r].childrenPresentational:!1}var GC=HC;function UC(e){var t=ae(e.innerText),r=pe(e);return r&&r!=="link"||!t||!ut(e)?!1:Jo(e)}var WC=UC;function YC(e){return!hi(e)&&!Be(e)}var KC=YC;function XC(e,t){return ZC(t)&&Te(t)}function ZC(e){var t=Hr("landmark"),r=le(e);if(!r)return!1;var a=e.props.nodeName;if(a==="section"||a==="form"){var n=Ue(e);return!!n}return t.indexOf(r)>=0||r==="region"}function JC(e,t){var r="article, aside, main, nav, section";return e.hasAttribute("role")||!Ir(t,r)}var QC=JC;function e3(e,t){if(t.props.nodeName!=="input"||t.hasAttr("type")===!1)return!0;var r=t.attr("type").toLowerCase();return["hidden","image","button","submit","reset"].includes(r)===!1}var t3=e3;function r3(e,t){var r=le(e);if(!r)return!1;var a=Hr("widget"),n=a.includes(r);if(!n)return!1;var i=$u();return!(!i.includes(r)||!ae(xa(t))&&!ae(_a(e))||!ae(Pt(t)))}var a3=r3;function n3(e,t){return ut(t)}function i3(e){return ut(e)}function o3(e,t,r){return r.initiator}var bp=o3;function u3(e){return Hd(e)}var s3=u3;function l3(e,t){var r=!!Ue(t);if(!r)return!1;var a=le(e);return!(a&&a!=="link")}var c3=l3;function d3(e,t){return!Qu(e,t)}var f3=d3;function p3(e,t){return le(t)==="heading"}function m3(e,t){return It(t,{chromium:!0})!==null}var h3=m3;function v3(e){var t=e.getAttribute("title");return!!ae(t)}var g3=v3;function b3(e,t,r){var a,n;return!r.initiator&&!r.focusable&&((a=r.size)===null||a===void 0?void 0:a.width)*((n=r.size)===null||n===void 0?void 0:n.height)>1}var y3=b3;function D3(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Oe(t),'"]'),a=Array.from(Xe(e).querySelectorAll(r));return!vi(e)&&a.every(function(n){return!Be(n)})}var w3=D3;function _3(e){return vi(e)}var x3=_3;function E3(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Oe(t),'"]'),a=Array.from(Xe(e).querySelectorAll(r));return!vi(e)&&a.some(Be)}var A3=E3;function F3(e){return hi(e)}var C3=F3;function R3(e){if(hi(e)){var t=Ut(e);return t.length>=3&&t[0].length>=3&&t[1].length>=3&&t[2].length>=3}return!1}var T3=R3;function k3(e,t){var r=t.props,a=r.nodeName,n=r.type;if(a==="option"||a==="select"&&!e.options.length)return!1;var i=["hidden","range","color","checkbox","radio","image"];if(a==="input"&&i.includes(n)||za(t)||Bn(t))return!1;var o=["input","select","textarea"];if(o.includes(a)){var u=E.getComputedStyle(e),s=parseInt(u.getPropertyValue("text-indent"),10);if(s){var l=e.getBoundingClientRect();if(l={top:l.top,bottom:l.bottom,left:l.left+s,right:l.right+s},!tu(l,e))return!1}return!0}var c=Ir(t,"label");if(a==="label"||c){var d=c||e,f=c?ce(c):t;if(d.htmlFor){var p=Xe(d),m=p.getElementById(d.htmlFor),h=m&&ce(m);if(h&&za(h))return!1}var v='input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea',g=dt(f,v)[0];if(g&&za(g))return!1}for(var b=[],w=t;w;){if(w.props.id){var D=ju(w).filter(function(I){return Ze(I.getAttribute("aria-labelledby")||"").includes(w.props.id)}).map(function(I){return ce(I)});b.push.apply(b,re(D))}w=w.parent}if(b.length>0&&b.every(za)||!M3(t)||!parseFloat(t.getComputedStylePropertyValue("font-size")))return!1;for(var _=N.createRange(),C=t.children,T=0;T<C.length;T++){var O=C[T];O.actualNode.nodeType===3&&ae(O.actualNode.nodeValue)!==""&&_.selectNodeContents(O.actualNode)}var $=Array.from(_.getClientRects()),S=ba(t);return $.some(function(I){var z=tu(I,e);if(!S.length)return z;var V=S.some(function(Q){return yo(I,Q.boundingClientRect)});return z&&V})}var S3=k3,O3={emoji:!0,nonBmp:!1,punctuations:!0};function M3(e){var t=Pt(e,!1,!0);return t===""||Ca(t,O3)===""?!1:e.children.some(function(r){return r.props.nodeName==="#text"&&!Go(r)})}function I3(e,t,r){return bp(e,t,r)?!!e.querySelector("a[href]"):!0}var P3=I3;function N3(e,t){var r=t.attr("autocomplete");if(!r||ae(r)==="")return!1;var a=t.props.nodeName;if(["textarea","input","select"].includes(a)===!1)return!1;var n=t.attr("aria-readonly")||"false";if(t.hasAttr("readonly")||n.toLowerCase()==="true")return!1;var i=["submit","reset","button","hidden"];if(a==="input"&&i.includes(t.props.type))return!1;var o=t.attr("aria-disabled")||"false";if(t.hasAttr("disabled")||o.toLowerCase()==="true")return!1;var u=pe(t),s=Lt(t.attr("tabindex"));if(s<0&&t.hasAttr("role")){var l=ve.ariaRoles[u];if(l===void 0||l.type!=="widget")return!1}return!(s<0&&t.actualNode&&!ut(t)&&!Te(t))}var B3=N3;function L3(e,t){var r=pe(t);return!!Vu(r)}var q3=L3;function j3(e,t){var r=pe(t,{dpub:!0});return!!Hu(r)}var $3=j3;function yp(e){return e?e.getAttribute("aria-hidden")==="true"?!1:yp(Ge(e)):!0}function z3(e){return yp(Ge(e))}var V3=z3;function H3(e,t){var r=/^aria-/;return t.attrNames.some(function(a){return r.test(a)})}var G3=H3;function U3(e,t){return pe(t,{dpub:!0,fallback:!0})!==null}var W3=U3;function Y3(e,t){var r=/^aria-/,a=t.attrNames;if(a.length){for(var n=0,i=a.length;n<i;n++)if(r.test(a[n]))return!0}return!1}var K3=Y3,X3={"abstractrole-evaluate":sC,"accesskeys-after":CA,"accesskeys-evaluate":AA,"alt-space-value-evaluate":nA,"aria-allowed-attr-evaluate":iC,"aria-allowed-attr-matches":K3,"aria-allowed-role-evaluate":nC,"aria-allowed-role-matches":W3,"aria-busy-evaluate":rC,"aria-conditional-attr-evaluate":tC,"aria-conditional-checkbox-attr-evaluate":mp,"aria-conditional-row-attr-evaluate":pp,"aria-errormessage-evaluate":ZF,"aria-has-attr-matches":G3,"aria-hidden-body-evaluate":XF,"aria-hidden-focus-matches":V3,"aria-label-evaluate":Nx,"aria-labelledby-evaluate":Ix,"aria-level-evaluate":YF,"aria-prohibited-attr-evaluate":GF,"aria-required-attr-evaluate":$F,"aria-required-children-evaluate":PF,"aria-required-children-matches":$3,"aria-required-parent-evaluate":IF,"aria-required-parent-matches":q3,"aria-roledescription-evaluate":SF,"aria-unsupported-attr-evaluate":TF,"aria-valid-attr-evaluate":CF,"aria-valid-attr-value-evaluate":EF,"attr-non-space-content-evaluate":jA,"autocomplete-appropriate-evaluate":HA,"autocomplete-matches":B3,"autocomplete-valid-evaluate":zA,"avoid-inline-spacing-evaluate":Ox,"braille-label-equivalent-evaluate":xF,"braille-roledescription-equivalent-evaluate":_F,"bypass-matches":P3,"caption-evaluate":b5,"caption-faked-evaluate":hx,"color-contrast-evaluate":ZA,"color-contrast-matches":S3,"css-orientation-lock-evaluate":c5,"data-table-large-matches":T3,"data-table-matches":C3,"deprecatedrole-evaluate":wF,"dlitem-evaluate":T5,"doc-has-title-evaluate":kx,"duplicate-id-active-matches":A3,"duplicate-id-after":jx,"duplicate-id-aria-matches":x3,"duplicate-id-evaluate":Lx,"duplicate-id-misc-matches":w3,"duplicate-img-label-evaluate":rA,"exists-evaluate":Rx,"explicit-evaluate":eA,"fallbackrole-evaluate":DF,"focusable-content-evaluate":xA,"focusable-disabled-evaluate":wA,"focusable-element-evaluate":yA,"focusable-modal-open-evaluate":gA,"focusable-no-name-evaluate":hA,"focusable-not-tabbable-evaluate":pA,"frame-focusable-content-evaluate":dA,"frame-focusable-content-matches":y3,"frame-tested-after":v5,"frame-tested-evaluate":m5,"frame-title-has-text-matches":g3,"has-alt-evaluate":Fx,"has-descendant-after":LA,"has-descendant-evaluate":NA,"has-global-aria-attribute-evaluate":gF,"has-implicit-chromium-role-matches":h3,"has-lang-evaluate":P5,"has-text-content-evaluate":IA,"has-widget-role-evaluate":hF,"heading-matches":p3,"heading-order-after":GE,"heading-order-evaluate":HE,"help-same-as-label-evaluate":J5,"hidden-content-evaluate":x_,"hidden-explicit-label-evaluate":X5,"html-namespace-matches":f3,"html5-scope-evaluate":px,"identical-links-same-purpose-after":$E,"identical-links-same-purpose-evaluate":qE,"identical-links-same-purpose-matches":c3,"implicit-evaluate":Y5,"inline-style-property-evaluate":xx,"inserted-into-focus-order-matches":s3,"internal-link-present-evaluate":sE,"invalid-children-evaluate":A5,"invalidrole-evaluate":pF,"is-element-focusable-evaluate":dF,"is-initiator-matches":bp,"is-on-screen-evaluate":_x,"is-visible-matches":i3,"is-visible-on-screen-matches":n3,"label-content-name-mismatch-evaluate":U5,"label-content-name-mismatch-matches":a3,"label-matches":t3,"landmark-has-body-context-matches":QC,"landmark-is-top-level-evaluate":cA,"landmark-is-unique-after":q5,"landmark-is-unique-evaluate":B5,"landmark-unique-matches":XC,"layout-table-matches":KC,"link-in-text-block-evaluate":XA,"link-in-text-block-matches":WC,"link-in-text-block-style-evaluate":UA,"listitem-evaluate":E5,"matches-definition-evaluate":MA,"meta-refresh-evaluate":oE,"meta-viewport-scale-evaluate":s5,"multiple-label-evaluate":V5,"nested-interactive-matches":GC,"no-autoplay-audio-evaluate":f5,"no-autoplay-audio-matches":VC,"no-empty-role-matches":$C,"no-explicit-name-required-matches":gp,"no-focusable-content-evaluate":uA,"no-implicit-explicit-label-evaluate":lF,"no-naming-method-matches":qC,"no-negative-tabindex-matches":BC,"no-role-matches":PC,"non-empty-if-present-evaluate":Dx,"not-html-matches":MC,"object-is-loaded-matches":kC,"only-dlitems-evaluate":x5,"only-listitems-evaluate":_5,"p-as-heading-evaluate":aE,"p-as-heading-matches":RC,"page-no-duplicate-after":SA,"page-no-duplicate-evaluate":TA,"presentation-role-conflict-matches":FC,"presentational-role-evaluate":bx,"region-after":Qx,"region-evaluate":Yx,"same-caption-summary-evaluate":lx,"scope-value-evaluate":sx,"scrollable-region-focusable-matches":xC,"skip-link-evaluate":Ux,"skip-link-matches":_C,"structured-dlitems-evaluate":D5,"summary-interactive-matches":yC,"svg-namespace-matches":Qu,"svg-non-empty-title-evaluate":gx,"tabindex-evaluate":oA,"table-or-grid-role-matches":bC,"target-offset-evaluate":i5,"target-size-evaluate":ZE,"td-has-header-evaluate":ox,"td-headers-attr-evaluate":nx,"th-has-data-cells-evaluate":ax,"title-only-evaluate":$5,"unique-frame-title-after":Hx,"unique-frame-title-evaluate":zx,"unsupportedrole-evaluate":uF,"valid-lang-evaluate":M5,"valid-scrollable-semantics-evaluate":iF,"widget-not-inline-matches":mC,"window-is-top-matches":fC,"xml-lang-mismatch-evaluate":S5,"xml-lang-mismatch-matches":cC},_i=X3;function Z3(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null}var es=Z3;function ts(e){if(typeof e=="string"){if(_i[e])return _i[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))}return e}function Dp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return(Array.isArray(e)||M(e)!=="object")&&(e={value:e}),e}function Ur(e){e&&(this.id=e.id,this.configure(e))}Ur.prototype.enabled=!0,Ur.prototype.run=function(t,r,a,n,i){r=r||{};var o=r.hasOwnProperty("enabled")?r.enabled:this.enabled,u=this.getOptions(r.options);if(o){var s=new es(this),l=ru(s,r,n,i),c;try{c=this.evaluate.call(l,t.actualNode,u,t,a)}catch(d){t&&t.actualNode&&(d.errorNode=yt.toSpec(t)),i(d);return}l.isAsync||(s.result=c,n(s))}else n(null)},Ur.prototype.runSync=function(t,r,a){r=r||{};var n=r,i=n.enabled,o=i===void 0?this.enabled:i;if(!o)return null;var u=this.getOptions(r.options),s=new es(this),l=ru(s);l.async=function(){throw new Error("Cannot run async check while in a synchronous run")};var c;try{c=this.evaluate.call(l,t.actualNode,u,t,a)}catch(d){throw t&&t.actualNode&&(d.errorNode=yt.toSpec(t)),d}return s.result=c,s},Ur.prototype.configure=function(t){var r=this;(!t.evaluate||_i[t.evaluate])&&(this._internalCheck=!0),t.hasOwnProperty("enabled")&&(this.enabled=t.enabled),t.hasOwnProperty("options")&&(this._internalCheck?this.options=Dp(t.options):this.options=t.options),["evaluate","after"].filter(function(a){return t.hasOwnProperty(a)}).forEach(function(a){return r[a]=ts(t[a])})},Ur.prototype.getOptions=function(t){return this._internalCheck?vu(this.options,Dp(t||{})):t||this.options};var wp=Ur;function J3(e){this.id=e.id,this.result=se.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]}var xi=J3;function it(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(he(se.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact),this.excludeHidden=typeof e.excludeHidden=="boolean"?e.excludeHidden:!0,this.enabled=typeof e.enabled=="boolean"?e.enabled:!0,this.pageLevel=typeof e.pageLevel=="boolean"?e.pageLevel:!1,this.reviewOnFail=typeof e.reviewOnFail=="boolean"?e.reviewOnFail:!1,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=ts(e.matches))}it.prototype.matches=function(){return!0},it.prototype.gather=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a="mark_gather_start_"+this.id,n="mark_gather_end_"+this.id,i="mark_isVisibleToScreenReaders_start_"+this.id,o="mark_isVisibleToScreenReaders_end_"+this.id;r.performanceTimer&&ge.mark(a);var u=Iu(this.selector,t);return this.excludeHidden&&(r.performanceTimer&&ge.mark(i),u=u.filter(function(s){return Te(s)}),r.performanceTimer&&(ge.mark(o),ge.measure("rule_"+this.id+"#gather_axe.utils.isVisibleToScreenReaders",i,o))),r.performanceTimer&&(ge.mark(n),ge.measure("rule_"+this.id+"#gather",a,n)),u},it.prototype.runChecks=function(t,r,a,n,i,o){var u=this,s=Nt();this[t].forEach(function(l){var c=u._audit.checks[l.id||l],d=ii(c,u.id,a);s.defer(function(f,p){c.run(r,d,n,f,function(m){p(new di({ruleId:u.id,method:"".concat(c.id,"#evaluate"),errorNode:new bt(r),error:m}))})})}),s.then(function(l){l=l.filter(function(c){return c}),i({type:t,results:l})}).catch(o)},it.prototype.runChecksSync=function(t,r,a,n){var i=this,o=[];return this[t].forEach(function(u){var s=i._audit.checks[u.id||u],l=ii(s,i.id,a);o.push(s.runSync(r,l,n))}),o=o.filter(function(u){return u}),{type:t,results:o}},it.prototype.run=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;a.performanceTimer&&this._trackPerformance();var o=Nt(),u=new xi(this),s;try{s=this.gatherAndMatchNodes(t,a)}catch(l){i(l);return}a.performanceTimer&&this._logGatherPerformance(s),s.forEach(function(l){o.defer(function(c,d){var f=Nt();["any","all","none"].forEach(function(p){f.defer(function(m,h){r.runChecks(p,l,a,t,m,h)})}),f.then(function(p){var m=_p(p);m&&(m.node=new bt(l),u.nodes.push(m),r.reviewOnFail&&(["any","all"].forEach(function(h){m[h].forEach(function(v){v.result===!1&&(v.result=void 0)})}),m.none.forEach(function(h){h.result===!0&&(h.result=void 0)}))),c()}).catch(function(p){return d(p)})})}),o.then(function(){a.performanceTimer&&r._logRulePerformance(),setTimeout(function(){n(u)},0)}).catch(function(l){a.performanceTimer&&r._logRulePerformance(),i(l)})},it.prototype.runSync=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};a.performanceTimer&&this._trackPerformance();var n=new xi(this),i=this.gatherAndMatchNodes(t,a);return a.performanceTimer&&this._logGatherPerformance(i),i.forEach(function(o){var u=[];["any","all","none"].forEach(function(l){u.push(r.runChecksSync(l,o,a,t))});var s=_p(u);s&&(s.node=o.actualNode?new bt(o):null,n.nodes.push(s),r.reviewOnFail&&(["any","all"].forEach(function(l){s[l].forEach(function(c){c.result===!1&&(c.result=void 0)})}),s.none.forEach(function(l){l.result===!0&&(l.result=void 0)})))}),a.performanceTimer&&this._logRulePerformance(),n},it.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},it.prototype._logGatherPerformance=function(t){gr("gather for ".concat(this.id," (").concat(t.length," nodes): ").concat(ge.timeElapsed(),"ms")),ge.mark(this._markChecksStart)},it.prototype._logRulePerformance=function(){ge.mark(this._markChecksEnd),ge.mark(this._markEnd),ge.measure("runchecks_"+this.id,this._markChecksStart,this._markChecksEnd),ge.measure("rule_"+this.id,this._markStart,this._markEnd)};function _p(e){if(e.length){var t=!1,r={};return e.forEach(function(a){var n=a.results.filter(function(i){return i});r[a.type]=n,n.length&&(t=!0)}),t?r:null}}it.prototype.gatherAndMatchNodes=function(t,r){var a=this,n="mark_matches_start_"+this.id,i="mark_matches_end_"+this.id,o=this.gather(t,r);return r.performanceTimer&&ge.mark(n),o=o.filter(function(u){try{return a.matches(u.actualNode,u,t)}catch(s){throw new di({ruleId:a.id,method:"#matches",errorNode:new bt(u),error:s})}}),r.performanceTimer&&(ge.mark(i),ge.measure("rule_"+this.id+"#matches",n,i)),o};function Q3(e){return Qn(e).map(function(t){var r=e._audit.checks[t.id||t];return r&&typeof r.after=="function"?r:null}).filter(Boolean)}function eR(e,t){var r=[];return e.forEach(function(a){var n=Qn(a);n.forEach(function(i){i.id===t&&(i.node=a.node,r.push(i))})}),r}function tR(e){return e.filter(function(t){return t.filtered!==!0})}function rR(e){var t=["any","all","none"],r=e.nodes.filter(function(a){var n=0;return t.forEach(function(i){a[i]=tR(a[i]),n+=a[i].length}),n>0});return e.pageLevel&&r.length&&(r=[r.reduce(function(a,n){if(a)return t.forEach(function(i){a[i].push.apply(a[i],n[i])}),a})]),r}it.prototype.after=function(t,r){var a=this,n=Q3(this);return n.forEach(function(i){var o=eR(t.nodes,i.id),u=ii(i,a.id,r),s;try{s=i.after(o,u.options)}catch(c){var l;throw new di({ruleId:a.id,method:"".concat(i.id,"#after"),errorNode:(l=t.nodes)===null||l===void 0||(l=l[0])===null||l===void 0?void 0:l.node,error:c})}a.reviewOnFail&&s.forEach(function(c){var d=(a.any.includes(c.id)||a.all.includes(c.id))&&c.result===!1,f=a.none.includes(c.id)&&c.result===!0;(d||f)&&(c.result=void 0)}),o.forEach(function(c){delete c.node,s.indexOf(c)===-1&&(c.filtered=!0)})}),t.nodes=rR(t),t},it.prototype.configure=function(t){t.hasOwnProperty("selector")&&(this.selector=t.selector),t.hasOwnProperty("excludeHidden")&&(this.excludeHidden=typeof t.excludeHidden=="boolean"?t.excludeHidden:!0),t.hasOwnProperty("enabled")&&(this.enabled=typeof t.enabled=="boolean"?t.enabled:!0),t.hasOwnProperty("pageLevel")&&(this.pageLevel=typeof t.pageLevel=="boolean"?t.pageLevel:!1),t.hasOwnProperty("reviewOnFail")&&(this.reviewOnFail=typeof t.reviewOnFail=="boolean"?t.reviewOnFail:!1),t.hasOwnProperty("any")&&(this.any=t.any),t.hasOwnProperty("all")&&(this.all=t.all),t.hasOwnProperty("none")&&(this.none=t.none),t.hasOwnProperty("tags")&&(this.tags=t.tags),t.hasOwnProperty("actIds")&&(this.actIds=t.actIds),t.hasOwnProperty("matches")&&(this.matches=ts(t.matches)),t.impact&&(he(se.impact.includes(t.impact),"Impact ".concat(t.impact," is not a valid impact")),this.impact=t.impact)};var Wr=/\{\{.+?\}\}/g,aR=(function(){function e(t){wt(this,e),this.lang="en",this.defaultConfig=t,this.standards=ve,this._init(),this._defaultLocale=null}return _t(e,[{key:"_setDefaultLocale",value:function(){if(!this._defaultLocale){for(var r={checks:{},rules:{},failureSummaries:{},incompleteFallbackMessage:"",lang:this.lang},a=Object.keys(this.data.checks),n=0;n<a.length;n++){var i=a[n],o=this.data.checks[i],u=o.messages,s=u.pass,l=u.fail,c=u.incomplete;r.checks[i]={pass:s,fail:l,incomplete:c}}for(var d=Object.keys(this.data.rules),f=0;f<d.length;f++){var p=d[f],m=this.data.rules[p],h=m.description,v=m.help;r.rules[p]={description:h,help:v}}for(var g=Object.keys(this.data.failureSummaries),b=0;b<g.length;b++){var w=g[b],D=this.data.failureSummaries[w],_=D.failureMessage;r.failureSummaries[w]={failureMessage:_}}r.incompleteFallbackMessage=this.data.incompleteFallbackMessage,this._defaultLocale=r}}},{key:"_resetLocale",value:function(){var r=this._defaultLocale;r&&this.applyLocale(r)}},{key:"_applyCheckLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.checks[i])throw new Error('Locale provided for unknown check: "'.concat(i,'"'));this.data.checks[i]=iR(this.data.checks[i],r[i])}}},{key:"_applyRuleLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.rules[i])throw new Error('Locale provided for unknown rule: "'.concat(i,'"'));this.data.rules[i]=oR(this.data.rules[i],r[i])}}},{key:"_applyFailureSummaries",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.failureSummaries[i])throw new Error('Locale provided for unknown failureMessage: "'.concat(i,'"'));this.data.failureSummaries[i]=uR(this.data.failureSummaries[i],r[i])}}},{key:"applyLocale",value:function(r){this._setDefaultLocale(),r.checks&&this._applyCheckLocale(r.checks),r.rules&&this._applyRuleLocale(r.rules),r.failureSummaries&&this._applyFailureSummaries(r.failureSummaries,"failureSummaries"),r.incompleteFallbackMessage&&(this.data.incompleteFallbackMessage=sR(this.data.incompleteFallbackMessage,r.incompleteFallbackMessage)),r.lang&&(this.lang=r.lang)}},{key:"setAllowedOrigins",value:function(r){var a=Ep();this.allowedOrigins=[];var n=xe(r),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(o===se.allOrigins){this.allowedOrigins=["*"];return}else o!==se.sameOrigin?this.allowedOrigins.push(o):a&&this.allowedOrigins.push(a)}}catch(u){n.e(u)}finally{n.f()}}},{key:"_init",value:function(){var r=nR(this.defaultConfig);this.lang=r.lang||"en",this.reporter=r.reporter,this.commands={},this.rules=[],this.checks={},this.brand="axe",this.application="axeAPI",this.tagExclude=["experimental","deprecated"],this.noHtml=r.noHtml,this.allowedOrigins=r.allowedOrigins,Ap(r.rules,this,"addRule"),Ap(r.checks,this,"addCheck"),this.data={},this.data.checks=r.data&&r.data.checks||{},this.data.rules=r.data&&r.data.rules||{},this.data.failureSummaries=r.data&&r.data.failureSummaries||{},this.data.incompleteFallbackMessage=r.data&&r.data.incompleteFallbackMessage||"",this._constructHelpUrls()}},{key:"registerCommand",value:function(r){this.commands[r.id]=r.callback}},{key:"addRule",value:function(r){r.metadata&&(this.data.rules[r.id]=r.metadata);var a=this.getRule(r.id);a?a.configure(r):this.rules.push(new it(r,this))}},{key:"addCheck",value:function(r){var a=r.metadata;M(a)==="object"&&(this.data.checks[r.id]=a,M(a.messages)==="object"&&Object.keys(a.messages).filter(function(n){return a.messages.hasOwnProperty(n)&&typeof a.messages[n]=="string"}).forEach(function(n){a.messages[n].indexOf("function")===0&&(a.messages[n]=new Function("return "+a.messages[n]+";")())})),this.checks[r.id]?this.checks[r.id].configure(r):this.checks[r.id]=new wp(r)}},{key:"run",value:function(r,a,n,i){this.normalizeOptions(a),bt.setRunOptions(a),x._selectCache=[];var o=lR(this.rules,r,a),u=o.now,s=o.later,l=Nt();u.forEach(function(f){l.defer(Fp(f,r,a))});var c=Nt();s.length&&c.defer(function(f){X1(a).then(function(p){return f(p)}).catch(function(p){console.warn("Couldn't load preload assets: ",p),f(void 0)})});var d=Nt();d.defer(l),d.defer(c),d.then(function(f){var p=f.pop();if(p&&p.length){var m=p[0];m&&(r=de({},r,m))}var h=f[0];if(!s.length){x._selectCache=void 0,n(h.filter(function(g){return!!g}));return}var v=Nt();s.forEach(function(g){var b=Fp(g,r,a);v.defer(b)}),v.then(function(g){x._selectCache=void 0,n(h.concat(g).filter(function(b){return!!b}))}).catch(i)}).catch(i)}},{key:"after",value:function(r,a){var n=this.rules;return r.map(function(i){if(i.error)return i;var o=Pa(n,"id",i.id);if(!o)throw new Error("Result for unknown rule. You may be running mismatch axe-core versions");try{return o.after(i,a)}catch(u){if(a.debug)throw u;return Cp(o,u)}})}},{key:"getRule",value:function(r){return this.rules.find(function(a){return a.id===r})}},{key:"normalizeOptions",value:function(r){var a=this,n=[],i=[];if(a.rules.forEach(function(c){i.push(c.id),c.tags.forEach(function(d){n.includes(d)||n.push(d)})}),["object","string"].includes(M(r.runOnly))){if(typeof r.runOnly=="string"&&(r.runOnly=[r.runOnly]),Array.isArray(r.runOnly)){var o=r.runOnly.find(function(c){return n.includes(c)}),u=r.runOnly.find(function(c){return i.includes(c)});if(o&&u)throw new Error("runOnly cannot be both rules and tags");u?r.runOnly={type:"rule",values:r.runOnly}:r.runOnly={type:"tag",values:r.runOnly}}var s=r.runOnly;if(s.value&&!s.values&&(s.values=s.value,delete s.value),!Array.isArray(s.values)||s.values.length===0)throw new Error("runOnly.values must be a non-empty array");if(["rule","rules"].includes(s.type))s.type="rule",s.values.forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.runOnly")});else if(["tag","tags",void 0].includes(s.type)){s.type="tag";var l=s.values.filter(function(c){return!n.includes(c)&&!/wcag2[1-3]a{1,3}/.test(c)});l.length!==0&&x.log("Could not find tags `"+l.join("`, `")+"`")}else throw new Error("Unknown runOnly type '".concat(s.type,"'"))}return M(r.rules)==="object"&&Object.keys(r.rules).forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.rules")}),r}},{key:"setBranding",value:function(r){var a={brand:this.brand,application:this.application};typeof r=="string"&&(this.application=r),r&&r.hasOwnProperty("brand")&&r.brand&&typeof r.brand=="string"&&(this.brand=r.brand),r&&r.hasOwnProperty("application")&&r.application&&typeof r.application=="string"&&(this.application=r.application),this._constructHelpUrls(a)}},{key:"_constructHelpUrls",value:function(){var r=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,n=(x.version.match(/^[1-9][0-9]*\.[0-9]+/)||["x.y"])[0];this.rules.forEach(function(i){r.data.rules[i.id]||(r.data.rules[i.id]={});var o=r.data.rules[i.id];(typeof o.helpUrl!="string"||a&&o.helpUrl===Rp(a,i.id,n))&&(o.helpUrl=Rp(r,i.id,n))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}])})(),xp=aR;function Ep(){if(E.origin&&E.origin!=="null")return E.origin;if(E.location&&E.location.origin&&E.location.origin!=="null")return E.location.origin}function nR(e){var t;if(e?(t=Wt(e),t.commons=e.commons):t={},t.reporter=t.reporter||null,t.noHtml=t.noHtml||!1,!t.allowedOrigins){var r=Ep();t.allowedOrigins=r?[r]:[]}return t.rules=t.rules||[],t.checks=t.checks||[],t.data=de({checks:{},rules:{}},t.data),t}function Ap(e,t,r){var a,n;for(a=0,n=e.length;a<n;a++)t[r](e[a])}var iR=function(t,r){var a=r.pass,n=r.fail;return typeof a=="string"&&Wr.test(a)&&(a=er.default.compile(a)),typeof n=="string"&&Wr.test(n)&&(n=er.default.compile(n)),de({},t,{messages:{pass:a||t.messages.pass,fail:n||t.messages.fail,incomplete:M(t.messages.incomplete)==="object"?de({},t.messages.incomplete,r.incomplete):r.incomplete}})},oR=function(t,r){var a=r.help,n=r.description;return typeof a=="string"&&Wr.test(a)&&(a=er.default.compile(a)),typeof n=="string"&&Wr.test(n)&&(n=er.default.compile(n)),de({},t,{help:a||t.help,description:n||t.description})},uR=function(t,r){var a=r.failureMessage;return typeof a=="string"&&Wr.test(a)&&(a=er.default.compile(a)),de({},t,{failureMessage:a||t.failureMessage})},sR=function(t,r){return typeof r=="string"&&Wr.test(r)&&(r=er.default.compile(r)),r||t};function lR(e,t,r){var a={now:[],later:[]},n=e.reduce(function(i,o){return tf(o,t,r)?o.preload?(i.later.push(o),i):(i.now.push(o),i):i},a);return n}function Fp(e,t,r){return r.performanceTimer&&ge.mark("mark_rule_start_"+e.id),function(a,n){e.run(t,r,function(i){return a(i)},function(i){r.debug?n(i):a(Cp(e,i))})}}function Cp(e,t){var r=t.errorNode,a=ci(t),n=[{id:"error-occurred",result:void 0,data:a,relatedNodes:[]}],i=r||new bt(N.documentElement);return Object.assign(new xi(e),{error:a,result:se.CANTTELL,nodes:[{any:[],all:[],none:n,node:i}]})}function Rp(e,t,r){var a=e.brand,n=e.application,i=e.lang;return se.helpUrlBase+a+"/"+(r||x.version.substring(0,x.version.lastIndexOf(".")))+"/"+t+"?application="+encodeURIComponent(n)+(i&&i!=="en"?"&lang="+encodeURIComponent(i):"")}function Tp(e){var t=E&&"Node"in E&&"NodeList"in E,r=!!N;if(!(t&&r)){if(!e||!e.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.');r||(ue.set("globalDocumentSet",!0),N=e.ownerDocument),t||(ue.set("globalWindowSet",!0),E=N.defaultView)}}function cR(){ue.get("globalDocumentSet")&&(ue.set("globalDocumentSet",!1),N=null),ue.get("globalWindowSet")&&(ue.set("globalWindowSet",!1),E=null)}function dR(){cR(),x._memoizedFns.forEach(function(e){return e.clear()}),ue.clear(),x._tree=void 0,x._selectorData=void 0,x._selectCache=void 0}var dr=dR;function kp(e,t,r,a){try{e=new oi(e),x._tree=e.flatTree,x._selectorData=Cn(e.flatTree)}catch(o){return dr(),a(o)}var n=Nt(),i=x._audit;t.performanceTimer&&ge.auditStart(),e.frames.length&&t.iframes!==!1&&n.defer(function(o,u){E1(e,t,"rules",null,o,u)}),n.defer(function(o,u){i.run(e,t,o,u)}),n.then(function(o){try{t.performanceTimer&&ge.auditEnd();var u=ei(o.map(function(s){return{results:s}}));e.initiator&&(t.performanceTimer&&ge.mark("auditAfterStart"),u=i.after(u,t),t.performanceTimer&&(ge.mark("auditAfterEnd"),ge.measure("audit.after","auditAfterStart","auditAfterEnd"),ge.logMeasures("audit.after")),u.forEach(li),u=u.map(na));try{r(u,dr)}catch(s){dr(),gr(s)}}catch(s){dr(),a(s)}}).catch(function(o){dr(),a(o)})}function fR(e){x._audit=new xp(e)}function pR(e,t,r){var a=r,n=function(s){s instanceof Error||(s=new Error(s)),r(s)},i=e&&e.context||{};i.hasOwnProperty("include")&&!i.include.length&&(i.include=[N]);var o=e&&e.options||{};switch(e.command){case"rules":return kp(i,o,function(u,s){u=yt.mapRawResults(u),a(u),s()},n);case"cleanup-plugin":return df(a,n);default:if(x._audit&&x._audit.commands&&x._audit.commands[e.command])return x._audit.commands[e.command](e,r)}}E.top!==E&&(kt.subscribe("axe.start",pR),kt.subscribe("axe.ping",function(e,t,r){r({axe:!0})}));function Ha(e){this._run=e.run,this._collect=e.collect,this._registry={},e.commands.forEach(function(t){x._audit.registerCommand(t)})}Ha.prototype.run=function(){return this._run.apply(this,arguments)},Ha.prototype.collect=function(){return this._collect.apply(this,arguments)},Ha.prototype.cleanup=function(t){var r=x.utils.queue(),a=this;Object.keys(this._registry).forEach(function(n){r.defer(function(i){a._registry[n].cleanup(i)})}),r.then(t)},Ha.prototype.add=function(t){this._registry[t.id]=t};function mR(e){x.plugins[e.id]=new Ha(e)}var hR=mR;function vR(){var e=x._audit;if(!e)throw new Error("No audit configured");e.resetRulesAndChecks(),Zy()}var gR=vR;function bR(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};r.reporter=r.reporter||x._audit.reporter||"v1",x._selectorData={},t instanceof He||(t=new cf(t));var a=N1(e);if(!a)throw new Error("unknown rule `"+e+"`");a=Object.create(a,{excludeHidden:{value:!1}});var n={initiator:!0,include:[t],exclude:[],frames:[],page:!1,focusable:!0,size:{},flatTree:[]},i=a.runSync(n,r);li(i),na(i);var o=Qs([i]);return o.violations.forEach(function(u){return u.nodes.forEach(function(s){s.failureSummary=_u(s)})}),de({},lr(),o,{toolOptions:r})}function Sp(e){var t,r,a,n=H(e,3),i=n[0],o=n[1],u=n[2],s=new TypeError("axe.run arguments are invalid");if(!j1(i)){if(u!==void 0)throw s;u=o,o=i,i=N}if(M(o)!=="object"){if(u!==void 0)throw s;u=o,o={}}if(typeof u!="function"&&u!==void 0)throw s;return o=Wt(o),o.reporter=(t=(r=o.reporter)!==null&&r!==void 0?r:(a=x._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",{context:i,options:o,callback:u}}var rs=function(){};function yR(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];Tp(t[0]);var a=Sp(t),n=a.context,i=a.options,o=a.callback,u=o===void 0?rs:o,s=DR(u),l=s.thenable,c=s.resolve,d=s.reject;try{he(x._audit,"No audit configured"),he(!x._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.")}catch(m){return _R(m,u)}x._running=!0,i.performanceTimer&&ge.start();function f(m,h){var v=function(w){i.performanceTimer&&(ge.mark("reporterEnd"),ge.measure("reporter","reporterStart","reporterEnd"),ge.logMeasures("reporter"),ge.end()),x._running=!1,h();try{c(w)}catch(D){x.log(D)}},g=function(w){x._running=!1,h();try{d(w)}catch(D){x.log(D)}};try{i.performanceTimer&&ge.mark("reporterStart"),wR(m,i,v,g)}catch(b){g(b)}}function p(m){i.performanceTimer&&ge.end(),x._running=!1,u(m),d(m)}return x._runRules(n,i,f,p),l}function DR(e){var t,r,a;return typeof Promise=="function"&&e===rs?t=new Promise(function(n,i){r=i,a=n}):(a=function(i){return e(null,i)},r=function(i){return e(i)}),{thenable:t,reject:r,resolve:a}}function wR(e,t,r,a){var n=Bu(t.reporter),i=n(e,t,r,a);i!==void 0&&r(i)}function _R(e,t){if(typeof t=="function"&&t!==rs){t(e.message);return}throw e}function xR(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var a=Sp(t),n=a.options,i=a.context;he(x._audit,"Axe is not configured. Audit is missing."),he(!x._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.");var o=new oi(i,x._tree);return x._tree=o.flatTree,x._selectorData=Cn(o.flatTree),x._running=!0,n.elementRef=!1,new Promise(function(u,s){x._audit.run(o,n,u,s)}).then(function(u){u=yt.mapRawResults(u);var s=o.frames.map(function(c){var d=c.node;return yt.toSpec(d)}),l;return o.initiator&&(l=lr()),x._running=!1,dr(),{results:u,frames:s,environmentData:l}}).catch(function(u){return x._running=!1,dr(),Promise.reject(u)})}function ER(e){var t,r,a,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};n=Wt(n);var i=e.find(function(s){return s.environmentData})||{},o=i.environmentData;x._audit.normalizeOptions(n),n.reporter=(t=(r=n.reporter)!==null&&r!==void 0?r:(a=x._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",AR(e);var u=ei(e);return u=x._audit.after(u,n),u.forEach(li),u=u.map(na),CR(u,de({environmentData:o},n))}function AR(e){var t=[],r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value,i=t.shift();if(n){n.frameSpec=i??null;var o=FR(n);t.unshift.apply(t,re(o))}}}catch(u){r.e(u)}finally{r.f()}}function FR(e){var t=e.frames,r=e.frameSpec;return r?t.map(function(a){return yt.mergeSpecs(a,r)}):t}function CR(e,t){return new Promise(function(r,a){var n=Bu(t.reporter);n(e,t,r,a)})}function RR(e){if(x._tree)throw new Error("Axe is already setup. Call `axe.teardown()` before calling `axe.setup` again.");return e&&M(e.documentElement)==="object"&&M(e.defaultView)==="object"&&(e=e.documentElement),Tp(e),x._tree=Du(e),x._selectorData=Cn(x._tree),x._tree[0]}var TR=RR,kR=function(t,r,a){console.warn('"na" reporter will be deprecated in axe v4.0. Use the "v2" reporter instead.'),typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Yp);a(de({},lr(i),{toolOptions:o},Na(t,r)))},SR=kR,OR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Kp);r.resultTypes=["violations"];var u=Na(t,r),s=u.violations;a(de({},lr(i),{toolOptions:o,violations:s}))},MR=OR,IR=function(t,r,a){if(typeof r=="function"&&(a=r,r={}),!t||!Array.isArray(t))return a(t);var n=t.map(function(i){for(var o=de({},i),u=["passes","violations","incomplete","inapplicable"],s=0,l=u;s<l.length;s++){var c=l[s];o[c]=yt.mapRawNodeResults(o[c])}return o});a(n)},Op=IR,PR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Xp);Op(t,o,function(u){var s=lr(i);a({raw:u,env:s})})},NR=PR,BR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Zp),u=Na(t,r),s=function(c){c.nodes.forEach(function(d){d.failureSummary=_u(d)})};u.incomplete.forEach(s),u.violations.forEach(s),a(de({},lr(i),{toolOptions:o},u))},LR=BR,qR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Jp),u=Na(t,r);a(de({},lr(i),{toolOptions:o},u))},jR=qR,$R={base:{Audit:xp,CheckResult:es,Check:wp,Context:oi,RuleResult:xi,Rule:it,metadataFunctionMap:_i},public:{reporters:La},helpers:{failureSummary:_u,incompleteFallbackMessage:xu,processAggregate:Na},utils:{setDefaultFrameMessenger:b1,cacheNodeSelectors:R1,getNodesMatchingExpression:F1,convertSelector:Yn},commons:{dom:{nativelyHidden:_c,displayHidden:xc,visibilityHidden:Ec,contentVisibiltyHidden:Ac,ariaHidden:Fc,opacityHidden:Cc,scrollHidden:Rc,overflowHidden:Tc,clipHidden:kc,areaHidden:Do,detailsHidden:Sc}}},zR=$R;x._thisWillBeDeletedDoNotUse=zR,x.constants=se,x.log=gr,x.AbstractVirtualNode=He,x.SerialVirtualNode=cf,x.VirtualNode=Wn,x._cache=ue,x.imports=al,x.cleanup=df,x.configure=b_,x.frameMessenger=y_,x.getRules=w_,x._load=fR,x.plugins={},x.registerPlugin=hR,x.hasReporter=pf,x.getReporter=Bu,x.addReporter=v_,x.reset=gR,x._runRules=kp,x.runVirtualRule=bR,x.run=yR,x.setup=TR,x.teardown=dr,x.runPartial=xR,x.finishRun=ER,x.commons=Pf,x.utils=Hi,x.addReporter("na",SR),x.addReporter("no-passes",MR),x.addReporter("rawEnv",NR),x.addReporter("raw",Op),x.addReporter("v1",LR),x.addReporter("v2",jR,!0)})(),x._load({lang:"en",data:{rules:{accesskeys:{description:"Ensure every accesskey attribute value is unique",help:"accesskey attribute value should be unique"},"area-alt":{description:"Ensure <area> elements of image maps have alternative text",help:"Active <area> elements must have alternative text"},"aria-allowed-attr":{description:"Ensure an element's role supports its ARIA attributes",help:"Elements must only use supported ARIA attributes"},"aria-allowed-role":{description:"Ensure role attribute has an appropriate value for the element",help:"ARIA role should be appropriate for the element"},"aria-braille-equivalent":{description:"Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",help:"aria-braille attributes must have a non-braille equivalent"},"aria-command-name":{description:"Ensure every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-conditional-attr":{description:"Ensure ARIA attributes are used as described in the specification of the element's role",help:"ARIA attributes must be used as specified for the element's role"},"aria-deprecated-role":{description:"Ensure elements do not use deprecated roles",help:"Deprecated ARIA roles must not be used"},"aria-dialog-name":{description:"Ensure every ARIA dialog and alertdialog node has an accessible name",help:"ARIA dialog and alertdialog nodes should have an accessible name"},"aria-hidden-body":{description:'Ensure aria-hidden="true" is not present on the document body.',help:'aria-hidden="true" must not be present on the document body'},"aria-hidden-focus":{description:"Ensure aria-hidden elements are not focusable nor contain focusable elements",help:"ARIA hidden element must not be focusable or contain focusable elements"},"aria-input-field-name":{description:"Ensure every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensure every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensure every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-prohibited-attr":{description:"Ensure ARIA attributes are not prohibited for an element's role",help:"Elements must only use permitted ARIA attributes"},"aria-required-attr":{description:"Ensure elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-children":{description:"Ensure elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensure elements with an ARIA role that require parent roles are contained by them",help:"Certain ARIA roles must be contained by particular parents"},"aria-roledescription":{description:"Ensure aria-roledescription is only used on elements with an implicit or explicit role",help:"aria-roledescription must be on elements with a semantic role"},"aria-roles":{description:"Ensure all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensure role="text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensure every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{description:"Ensure every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensure every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensure all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensure attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensure <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:"Ensure <blink> elements are not used",help:"<blink> elements are deprecated and must not be used"},"button-name":{description:"Ensure buttons have discernible text",help:"Buttons must have discernible text"},bypass:{description:"Ensure 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:"Ensure 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:"Ensure 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:"Ensure 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:"Ensure <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:"Ensure <dt> and <dd> elements are contained by a <dl>",help:"<dt> and <dd> elements must be contained by a <dl>"},"document-title":{description:"Ensure each HTML document contains a non-empty <title> element",help:"Documents must have <title> element to aid in navigation"},"duplicate-id-active":{description:"Ensure every id attribute value of active elements is unique",help:"IDs of active elements must be unique"},"duplicate-id-aria":{description:"Ensure 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:"Ensure every id attribute value is unique",help:"id attribute value must be unique"},"empty-heading":{description:"Ensure headings have discernible text",help:"Headings should not be empty"},"empty-table-header":{description:"Ensure table headers have discernible text",help:"Table header text should not be empty"},"focus-order-semantics":{description:"Ensure 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:"Ensure form field does not have multiple label elements",help:"Form field must not have multiple label elements"},"frame-focusable-content":{description:"Ensure <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:"Ensure <iframe> and <frame> elements contain the axe-core script",help:"Frames should be tested with axe-core"},"frame-title-unique":{description:"Ensure <iframe> and <frame> elements contain a unique title attribute",help:"Frames must have a unique title attribute"},"frame-title":{description:"Ensure <iframe> and <frame> elements have an accessible name",help:"Frames must have an accessible name"},"heading-order":{description:"Ensure the order of headings is semantically correct",help:"Heading levels should only increase by one"},"hidden-content":{description:"Inform users about hidden content.",help:"Hidden content on the page should be analyzed"},"html-has-lang":{description:"Ensure every HTML document has a lang attribute",help:"<html> element must have a lang attribute"},"html-lang-valid":{description:"Ensure 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:"Ensure <img> elements have alternative text or a role of none or presentation",help:"Images must have alternative 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:"Ensure input buttons have discernible text",help:"Input buttons must have discernible text"},"input-image-alt":{description:'Ensure <input type="image"> elements have alternative text',help:"Image buttons must have alternative text"},"label-content-name-mismatch":{description:"Ensure 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:"Ensure 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:"Ensure every form element has a label",help:"Form elements must have labels"},"landmark-banner-is-top-level":{description:"Ensure the banner landmark is at top level",help:"Banner landmark should not be contained in another landmark"},"landmark-complementary-is-top-level":{description:"Ensure the complementary landmark or aside is at top level",help:"Aside should not be contained in another landmark"},"landmark-contentinfo-is-top-level":{description:"Ensure the contentinfo landmark is at top level",help:"Contentinfo landmark should not be contained in another landmark"},"landmark-main-is-top-level":{description:"Ensure the main landmark is at top level",help:"Main landmark should not be contained in another landmark"},"landmark-no-duplicate-banner":{description:"Ensure the document has at most one banner landmark",help:"Document should not have more than one banner landmark"},"landmark-no-duplicate-contentinfo":{description:"Ensure the document has at most one contentinfo landmark",help:"Document should not have more than one contentinfo landmark"},"landmark-no-duplicate-main":{description:"Ensure the document has at most one main landmark",help:"Document should not have more than one main landmark"},"landmark-one-main":{description:"Ensure the document has a main landmark",help:"Document should have one main landmark"},"landmark-unique":{description:"Ensure landmarks are unique",help:"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:"Ensure links have discernible text",help:"Links must have discernible text"},list:{description:"Ensure that lists are structured correctly",help:"<ul> and <ol> must only directly contain <li>, <script> or <template> elements"},listitem:{description:"Ensure <li> elements are used semantically",help:"<li> elements must be contained in a <ul> or <ol>"},marquee:{description:"Ensure <marquee> elements are not used",help:"<marquee> elements are deprecated and must not be used"},"meta-refresh-no-exceptions":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh must not be used"},"meta-refresh":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh under 20 hours must not be used"},"meta-viewport-large":{description:'Ensure <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:'Ensure <meta name="viewport"> does not disable text scaling and zooming',help:"Zooming and scaling must not be disabled"},"nested-interactive":{description:"Ensure 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:"Ensure <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:"Ensure <object> elements have alternative text",help:"<object> elements must have alternative 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:"Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",help:"Elements marked as presentational should be consistently ignored"},region:{description:"Ensure all page content is contained by landmarks",help:"All page content should be contained by landmarks"},"role-img-alt":{description:'Ensure [role="img"] elements have alternative text',help:'[role="img"] elements must have alternative text'},"scope-attr-valid":{description:"Ensure 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:"Ensure select element has an accessible name",help:"Select element must have an accessible name"},"server-side-image-map":{description:"Ensure 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"},"summary-name":{description:"Ensure summary elements have discernible text",help:"Summary elements must have discernible text"},"svg-img-alt":{description:"Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text",help:"<svg> elements with an img role must have alternative text"},tabindex:{description:"Ensure 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 targets 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 <th> elements in that table",help:"Table cell headers attributes must refer to other <th> elements 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:"Ensure lang attributes have valid values",help:"lang attribute must have a valid value"},"video-caption":{description:"Ensure <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:{default:"Required ARIA children are present","aria-busy":"Element has an aria-busy attribute, so it is allowed to omit required children"},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}",controlsWithinPopup:"Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: ${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}"}}},"braille-label-equivalent":{impact:"serious",messages:{pass:"aria-braillelabel is used on an element with accessible text",fail:"aria-braillelabel is used on an element with no accessible text",incomplete:"Unable to compute accessible text"}},"braille-roledescription-equivalent":{impact:"serious",messages:{pass:"aria-brailleroledescription is used on an element with aria-roledescription",fail:{noRoleDescription:"aria-brailleroledescription is used on an element with no aria-roledescription",emptyRoleDescription:"aria-brailleroledescription is used on an element with an empty aria-roledescription"}}},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:"serious",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",complexTextShadows:"Element's contrast could not be determined because it uses complex text shadows",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",incomplete:"the autocomplete attribute has a non-standard value. Check whether any standard value could be used instead."}},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:"Element has an explicit <label>",fail:"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:"Element has an implicit (wrapped) <label>",fail:"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 parent element has a role that is not 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 are 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:{default:"Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px which is at least ${data.minOffset}px.",large:"Target far exceeds the minimum size of ${data.minOffset}px."},fail:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px.",incomplete:{default:"Element with negative tabindex has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is this a target?",nonTabbableNeighbor:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is the neighbor a target?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"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",large:"Target far exceeds the minimum size of ${data.minSize}px."},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?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"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"}},"error-occurred":{messages:{pass:"",incomplete:"Axe encountered an error; test the page for this type of problem manually"}},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 overridden 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 overridden 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 overridden 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 header cells in the table",incomplete:"The headers attribute is empty",fail:{"cell-header-not-in-table":"The headers attribute is not exclusively used to refer to other header cells in the table","cell-header-not-th":"The headers attribute must refer to header cells, not data cells","header-refs-self":"The element with headers attribute refers to itself"}}},"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(k){var L="Fix any of the following:",G=k;if(G)for(var _e,Pe=-1,Ke=G.length-1;Pe<Ke;)_e=G[Pe+=1],L+=`
14
+ [aria-controls~="`).concat(i,'"][role~="combobox"]:not(select)'));return Array.from(u).some(Af)}var Af=function(t){return t&&le(t)==="combobox"};function K_(e){for(;e=e.parent;)if(le(e,{noPresentational:!0})!==null)return e;return null}function X_(e){return e=ce(e),zn(e)}var Ff=X_;function Z_(e){var t=ve.ariaRoles[e];return!t||!Array.isArray(t.requiredAttrs)?[]:re(t.requiredAttrs)}var Cf=Z_;function J_(e){var t=ve.ariaRoles[e];return!t||!Array.isArray(t.requiredContext)?null:re(t.requiredContext)}var Vu=J_;function Q_(e){var t=ve.ariaRoles[e];return!t||!Array.isArray(t.requiredOwned)?null:re(t.requiredOwned)}var Hu=Q_;function ex(e,t){e=e instanceof He?e:ce(e);var r,a,n=e.attr(t),i=ve.ariaAttrs[t];if(!i||i.allowEmpty&&(!n||n.trim()===""))return!0;switch(i.type){case"boolean":return["true","false"].includes(n.toLowerCase());case"nmtoken":return typeof n=="string"&&i.values.includes(n.toLowerCase());case"nmtokens":return a=Ze(n),a.reduce(function(s,l){return s&&i.values.includes(l)},a.length!==0);case"idref":try{var o=Xe(e.actualNode);return!!(n&&o.getElementById(n))}catch{throw new TypeError("Cannot resolve id references for partial DOM")}case"idrefs":return Mt(e,t).some(function(s){return!!s});case"string":return n.trim()!=="";case"decimal":return r=n.match(/^[-+]?([0-9]*)\.?([0-9]*)$/),!!(r&&(r[1]||r[2]));case"int":var u=typeof i.minValue<"u"?i.minValue:-1/0;return/^[-+]?[0-9]+$/.test(n)&&parseInt(n)>=u}}var Rf=ex;function tx(e){var t=ve.ariaAttrs[e];return!!t}var gi=tx;function rx(e){var t=Lu(e),r=this,a=[];t.forEach(function(u){var s=u.getAttribute("headers");s&&(a=a.concat(s.split(/\s+/)));var l=u.getAttribute("aria-labelledby");l&&(a=a.concat(l.split(/\s+/)))});var n=t.filter(function(u){return ae(u.textContent)===""?!1:u.nodeName.toUpperCase()==="TH"||["rowheader","columnheader"].indexOf(pe(u))!==-1}),i=Ut(e),o=!0;return n.forEach(function(u){if(!(u.getAttribute("id")&&a.includes(u.getAttribute("id")))){var s=qn(u,i),l=!1;Br(u)&&(l=qu("down",s,i).find(function(c){return!Br(c)&&mi(c,i).includes(u)})),!l&&Lr(u)&&(l=qu("right",s,i).find(function(c){return!Lr(c)&&mi(c,i).includes(u)})),l||r.relatedNodes(u),o=o&&l}}),o?!0:void 0}var ax=rx,qa=["cell-header-not-in-table","cell-header-not-th","header-refs-self","empty-hdrs"],Tf=qa[0],kf=qa[1],Sf=qa[2],Gu=qa[3];function nx(e){for(var t=[],r={},a=0;a<e.rows.length;a++)for(var n=e.rows[a],i=0;i<n.cells.length;i++){var o=n.cells[i];t.push(o);var u=o.getAttribute("id");u&&(r[u]=le(o))}var s=Xr(Xr(Xr(Xr({},Sf,new Set),Tf,new Set),kf,new Set),Gu,new Set);t.forEach(function(f){if(!(!f.hasAttribute("headers")||!Te(f))){var p=f.getAttribute("headers").trim();if(!p){s[Gu].add(f);return}var m=f.getAttribute("id"),h=Ze(p);h.forEach(function(v){m&&v===m?s[Sf].add(f):r[v]?["columnheader","rowheader"].includes(r[v])||s[kf].add(f):s[Tf].add(f)})}});var l=xe(qa),c;try{for(l.s();!(c=l.n()).done;){var d=c.value;if(s[d].size>0)return this.relatedNodes(re(s[d])),d===Gu?void 0:(this.data({messageKey:d}),!1)}}catch(f){l.e(f)}finally{l.f()}return!0}function ix(e){var t=[],r=Lu(e),a=Ut(e);return r.forEach(function(n){if(Hn(n)&&vf(n)&&!Ff(n)){var i=mi(n,a).some(function(o){return o!==null&&!!Hn(o)});i||t.push(n)}}),t.length?(this.relatedNodes(t),!1):!0}var ox=ix;function ux(e,t){var r=e.getAttribute("scope").toLowerCase();return t.values.indexOf(r)!==-1}var sx=ux,lx=cx;function cx(e,t,r){if(r.children!==void 0){var a=r.attr("summary"),n=r.children.find(dx),i=n?ae(ur(n)):!1;return!i||!a?!1:ae(a).toLowerCase()===ae(i).toLowerCase()}}function dx(e){return e.props.nodeName==="caption"}function fx(e){return Wd(N)?e.nodeName.toUpperCase()==="TH":!0}var px=fx;function mx(e){var t=Ut(e),r=t[0];return t.length<=1||r.length<=1||e.rows.length<=1?!0:r.reduce(function(a,n,i){return a||n!==r[i+1]&&r[i+1]!==void 0},!1)}var hx=mx;function vx(e,t,r){if(r.children){var a=r.children.find(function(i){var o=i.props;return o.nodeName==="title"});if(!a)return this.data({messageKey:"noTitle"}),!1;try{var n=ur(a,{includeHidden:!0}).trim();if(n==="")return this.data({messageKey:"emptyTitle"}),!1}catch{return}return!0}}var gx=vx,Of={};xt(Of,{getAriaRolesByType:function(){return Hr},getAriaRolesSupportingNameFromContent:function(){return $u},getElementSpec:function(){return wr},getElementsByContentType:function(){return Po},getGlobalAriaAttrs:function(){return yr},implicitHtmlRoles:function(){return Lo}});function bx(e,t,r){var a=pe(r);if(["presentation","none"].includes(a)&&["iframe","frame"].includes(r.props.nodeName)&&r.hasAttr("title"))return this.data({messageKey:"iframe",nodeName:r.props.nodeName}),!1;var n=le(r);if(["presentation","none"].includes(n))return this.data({role:n}),!0;if(!["presentation","none"].includes(a))return!1;var i=yr().some(function(s){return r.hasAttr(s)}),o=Be(r),u;return i&&!o?u="globalAria":!i&&o?u="focusable":u="both",this.data({messageKey:u,role:n}),!1}function yx(e,t,r){var a=r.props.nodeName,n=(r.attr("type")||"").toLowerCase(),i=r.attr("value");return i&&this.data({messageKey:"has-label"}),a==="input"&&["submit","reset"].includes(n)?i===null:!1}var Dx=yx;function wx(e){return ut(e)}var _x=wx;function xx(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.minValue,i=t.maxValue,o=t.normalValue,u=o===void 0?0:o,s=t.noImportant,l=t.multiLineOnly;if(!s&&e.style.getPropertyPriority(r)!=="important"||l&&!Xd(e))return!0;var c={};typeof n=="number"&&(c.minValue=n),typeof i=="number"&&(c.maxValue=i);var d=e.style.getPropertyValue(r);if(["inherit","unset","revert","revert-layer"].includes(d))return this.data(de({value:d},c)),!0;var f=Ex(e,{absoluteValues:a,cssProperty:r,normalValue:u});if(this.data(de({value:f},c)),typeof f=="number")return(typeof n!="number"||f>=n)&&(typeof i!="number"||f<=i)}function Ex(e,t){var r=t.cssProperty,a=t.absoluteValues,n=t.normalValue,i=E.getComputedStyle(e),o=i.getPropertyValue(r);if(o==="normal")return n;var u=parseFloat(o);if(a)return u;var s=parseFloat(i.getPropertyValue("font-size")),l=Math.round(u/s*100)/100;return isNaN(l)?o:l}function Ax(e,t,r){var a=r.props.nodeName;return["img","input","area"].includes(a)?r.hasAttr("alt"):!1}var Fx=Ax;function Cx(){}var Rx=Cx;function Tx(){var e=N.title;return!!ae(e)}var kx=Tx;function Sx(e,t){var r=t.cssProperties.filter(function(a){if(e.style.getPropertyPriority(a)==="important")return a});return r.length>0?(this.data(r),!1):!0}var Ox=Sx;function Mx(e,t,r){try{return!!ae(_a(r))}catch{return}}var Ix=Mx;function Px(e,t,r){return!!ae(xa(r))}var Nx=Px;function Bx(e){var t=e.getAttribute("id").trim();if(!t)return!0;var r=Xe(e),a=Array.from(r.querySelectorAll('[id="'.concat(Oe(t),'"]'))).filter(function(n){return n!==e});return a.length&&this.relatedNodes(a),this.data(t),a.length===0}var Lx=Bx;function qx(e){var t=[];return e.filter(function(r){return t.indexOf(r.data)===-1?(t.push(r.data),!0):!1})}var jx=qx;function $x(e,t,r){var a=ae(r.attr("title")).toLowerCase();return this.data(a),!0}var zx=$x;function Vx(e){var t={};return e.forEach(function(r){t[r.data]=t[r.data]!==void 0?++t[r.data]:0}),e.forEach(function(r){r.result=!!t[r.data]}),e}var Hx=Vx;function Gx(e){var t=ko(e,"href");return t?Te(t)||void 0:!1}var Ux=Gx,Wx=["alert","log","status"];function Yx(e,t,r){this.data({isIframe:["iframe","frame"].includes(r.props.nodeName)});var a=ue.get("regionlessNodes",function(){return Kx(t)});return!a.includes(r)}function Kx(e){var t=Mf(x._tree[0],e).map(function(r){for(;r.parent&&!r.parent._hasRegionDescendant&&r.parent.actualNode!==N.body;)r=r.parent;return r}).filter(function(r,a,n){return n.indexOf(r)===a});return t}function Mf(e,t){var r=e.actualNode;if(le(e)==="button"||Zx(e,t)||["iframe","frame"].includes(e.props.nodeName)||eu(e.actualNode)&&ko(e.actualNode,"href")||!Te(r)){for(var a=e;a;)a._hasRegionDescendant=!0,a=a.parent;return["iframe","frame"].includes(e.props.nodeName)?[e]:[]}else return r!==N.body&&Hn(r,!0)&&!Xx(e)?[e]:e.children.filter(function(n){var i=n.actualNode;return i.nodeType===1}).map(function(n){return Mf(n,t)}).reduce(function(n,i){return n.concat(i)},[])}function Xx(e){return["none","presentation"].includes(le(e))&&!Xo(e)}function Zx(e,t){var r=e.actualNode,a=le(e),n=(r.getAttribute("aria-live")||"").toLowerCase().trim(),i=Hr("landmark");return!!(["assertive","polite"].includes(n)||Wx.includes(a)||i.includes(a)||t.regionMatcher&&Aa(e,t.regionMatcher))}function Jx(e){var t=e.filter(function(r){return r.data.isIframe});return e.forEach(function(r){if(!(r.result||r.node.ancestry.length===1)){var a=r.node.ancestry.slice(0,-1),n=xe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(ku(a,o.node.ancestry)){r.result=o.result;break}}}catch(u){n.e(u)}finally{n.f()}}}),t.forEach(function(r){r.result||(r.result=!0)}),e}var Qx=Jx;function eE(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}function tE(e){for(var t=e,r=e.textContent.trim(),a=r;a===r&&t!==void 0;){var n=-1;if(e=t,e.children.length===0)return e;do n++,a=e.children[n].textContent.trim();while(a===""&&n+1<e.children.length);t=e.children[n]}return e}function Uu(e){var t=E.getComputedStyle(tE(e));return{fontWeight:eE(t.getPropertyValue("font-weight")),fontSize:parseInt(t.getPropertyValue("font-size")),isItalic:t.getPropertyValue("font-style")==="italic"}}function If(e,t,r){return r.reduce(function(a,n){return a||(!n.size||e.fontSize/n.size>t.fontSize)&&(!n.weight||e.fontWeight-n.weight>t.fontWeight)&&(!n.italic||e.isItalic&&!t.isItalic)},!1)}function rE(e,t,r){var a=Array.from(e.parentNode.children),n=a.indexOf(e);t=t||{};var i=t.margins||[],o=a.slice(n+1).find(function(v){return v.nodeName.toUpperCase()==="P"}),u=a.slice(0,n).reverse().find(function(v){return v.nodeName.toUpperCase()==="P"}),s=Uu(e),l=o?Uu(o):null,c=u?Uu(u):null,d=t.passLength,f=t.failLength,p=e.textContent.trim().length,m=o?.textContent.trim().length;if(p>m*d||!l||!If(s,l,i))return!0;var h=Ir(r,"blockquote");if(!(h&&h.nodeName.toUpperCase()==="BLOCKQUOTE")&&!(c&&!If(s,c,i))&&!(p>m*f))return!1}var aE=rE,nE=/[;,\s]/,iE=/^[0-9.]+$/;function oE(e,t,r){var a=t||{},n=a.minDelay,i=a.maxDelay,o=(r.attr("content")||"").trim(),u=o.split(nE),s=H(u,1),l=s[0];if(!l.match(iE))return!0;var c=parseFloat(l);return this.data({redirectDelay:c}),typeof n=="number"&&c<=t.minDelay||typeof i=="number"&&c>t.maxDelay}function uE(e,t,r){var a=dt(r,"a[href]");return a.some(function(n){return/^#[^/!]/.test(n.attr("href"))})}var sE=uE,Pf={};xt(Pf,{aria:function(){return bf},color:function(){return Nf},dom:function(){return bo},forms:function(){return Yf},matches:function(){return Aa},math:function(){return Nc},standards:function(){return Of},table:function(){return mf},text:function(){return wa},utils:function(){return Hi}});var Nf={};xt(Nf,{Color:function(){return ke},centerPointOfRect:function(){return cE},elementHasImage:function(){return Gn},elementIsDistinct:function(){return Lf},filteredRectStack:function(){return mE},flattenColors:function(){return jt},flattenShadowColors:function(){return Yu},getBackgroundColor:function(){return $a},getBackgroundStack:function(){return Ku},getContrast:function(){return Gr},getForegroundColor:function(){return Di},getOwnBackgroundColor:function(){return xr},getRectStack:function(){return qf},getStackingContext:function(){return Zu},getStrokeColorsFromShadows:function(){return Xu},getTextShadowColors:function(){return yi},hasValidContrastRatio:function(){return NE},incompleteData:function(){return We},parseTextShadows:function(){return zf},stackingContextToColor:function(){return ja}});function lE(e){if(!(e.left>E.innerWidth)&&!(e.top>E.innerHeight)){var t=Math.min(Math.ceil(e.left+e.width/2),E.innerWidth-1),r=Math.min(Math.ceil(e.top+e.height/2),E.innerHeight-1);return{x:t,y:r}}}var cE=lE;function Bf(e){return e.getPropertyValue("font-family").split(/[,;]/g).map(function(t){return t.trim().toLowerCase()})}function dE(e,t){var r=E.getComputedStyle(e);if(r.getPropertyValue("background-image")!=="none")return!0;var a=["border-bottom","border-top","outline"].reduce(function(u,s){var l=new ke;return l.parseString(r.getPropertyValue(s+"-color")),u||r.getPropertyValue(s+"-style")!=="none"&&parseFloat(r.getPropertyValue(s+"-width"))>0&&l.alpha!==0},!1);if(a)return!0;var n=E.getComputedStyle(t);if(Bf(r)[0]!==Bf(n)[0])return!0;var i=["text-decoration-line","text-decoration-style","font-weight","font-style","font-size"].reduce(function(u,s){return u||r.getPropertyValue(s)!==n.getPropertyValue(s)},!1),o=r.getPropertyValue("text-decoration");return o.split(" ").length<3&&(i=i||o!==n.getPropertyValue("text-decoration")),i}var Lf=dE;function fE(e){var t=Qc(e),r=Yo(e);return!r||r.length<=1?[t]:r.some(function(a){return a===void 0})?null:(r.splice(0,0,t),r)}var qf=fE;function pE(e){var t=qf(e);if(t&&t.length===1)return t[0];if(t&&t.length>1){var r=t.shift(),a;return t.forEach(function(n,i){if(i!==0){var o=t[i-1],u=t[i];a=o.every(function(s,l){return s===u[l]})||r.includes(e)}}),a?t[0]:(We.set("bgColor","elmPartiallyObscuring"),null)}return We.set("bgColor","outsideViewport"),null}var mE=pE,hE=["hue","saturation","color","luminosity"],jf={normal:function(t,r){return r},multiply:function(t,r){return r*t},screen:function(t,r){return t+r-t*r},overlay:function(t,r){return this["hard-light"](r,t)},darken:function(t,r){return Math.min(t,r)},lighten:function(t,r){return Math.max(t,r)},"color-dodge":function(t,r){return t===0?0:r===1?1:Math.min(1,t/(1-r))},"color-burn":function(t,r){return t===1?1:r===0?0:1-Math.min(1,(1-t)/r)},"hard-light":function(t,r){return r<=.5?this.multiply(t,2*r):this.screen(t,2*r-1)},"soft-light":function(t,r){if(r<=.5)return t-(1-2*r)*t*(1-t);var a=t<=.25?((16*t-12)*t+4)*t:Math.sqrt(t);return t+(2*r-1)*(a-t)},difference:function(t,r){return Math.abs(t-r)},exclusion:function(t,r){return t+r-2*t*r},hue:function(t,r){return r.setSaturation(t.getSaturation()).setLuminosity(t.getLuminosity())},saturation:function(t,r){return t.setSaturation(r.getSaturation()).setLuminosity(t.getLuminosity())},color:function(t,r){return r.setLuminosity(t.getLuminosity())},luminosity:function(t,r){return t.setLuminosity(r.getLuminosity())}};function jt(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:"normal",a=gE(t,e,r),n=Wu(e.red,e.alpha,t.red,t.alpha,a.r*255),i=Wu(e.green,e.alpha,t.green,t.alpha,a.g*255),o=Wu(e.blue,e.alpha,t.blue,t.alpha,a.b*255),u=vE(e.alpha+t.alpha*(1-e.alpha),0,1);if(u===0)return new ke(n,i,o,u);var s=Math.round(n/u),l=Math.round(i/u),c=Math.round(o/u);return new ke(s,l,c,u)}function Wu(e,t,r,a,n){return t*(1-a)*e+t*a*n+(1-t)*a*r}function vE(e,t,r){return Math.min(Math.max(t,e),r)}function gE(e,t,r){if(hE.includes(r))return jf[r](e,t);var a=new ke;return["r","g","b"].forEach(function(n){a[n]=jf[r](e[n],t[n])}),a}function Yu(e,t){var r=e.alpha,a=(1-r)*t.red+r*e.red,n=(1-r)*t.green+r*e.green,i=(1-r)*t.blue+r*e.blue,o=e.alpha+t.alpha*(1-e.alpha);return new ke(a,n,i,o)}function Ku(e){for(var t=Yo(e).map(function(n){return n=Zd(n,e),n=bE(n),n}),r=0;r<t.length;r++){var a=t[r];if(a[0]!==e)return We.set("bgColor","bgOverlap"),null;if(r!==0&&!yE(a,t[0]))return We.set("bgColor","elmPartiallyObscuring"),null}return t[0]||null}function bE(e){var t=e.indexOf(N.body),r=e,a=xr(E.getComputedStyle(N.documentElement));if(t>1&&a.alpha===0&&!Gn(N.documentElement)){t>1&&(r.splice(t,1),r.push(N.body));var n=r.indexOf(N.documentElement);n>0&&(r.splice(n,1),r.push(N.documentElement))}return r}function yE(e,t){if(e===t)return!0;if(e===null||t===null||e.length!==t.length)return!1;for(var r=0;r<e.length;++r)if(e[r]!==t[r])return!1;return!0}var DE=.54,bi=.5,wE=1.5,$f=["top","right","bottom","left"];function Xu(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.ignoreEdgeCount,a=r===void 0?!1:r,n=_E(e),i=Object.entries(n).map(function(o){var u=H(o,2),s=u[0],l=u[1],c=$f.filter(function(d){return l[d].length!==0}).length;return{colorStr:s,sides:l,edgeCount:c}});return!a&&i.some(function(o){var u=o.edgeCount;return u>1&&u<4})?null:i.map(xE).filter(function(o){return o!==null})}function _E(e){var t={},r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value,o=i.colorStr,u=i.pixels;(n=t[o])!==null&&n!==void 0||(t[o]={top:[],right:[],bottom:[],left:[]});var s=t[o],l=H(u,2),c=l[0],d=l[1];c>bi?s.right.push(c):-c>bi&&s.left.push(-c),d>bi?s.bottom.push(d):-d>bi&&s.top.push(-d)}}catch(f){r.e(f)}finally{r.f()}return t}function xE(e){var t=e.colorStr,r=e.sides,a=e.edgeCount;if(a!==4)return null;var n=new ke;n.parseString(t);var i=0,o=!0;return $f.forEach(function(u){i+=r[u].length/4,o&&(o=r[u].every(function(s){return s>wE}))}),o||(n.alpha=1-Math.pow(DE,i)),n}function zf(e){var t={pixels:[]},r=e.trim(),a=[t];if(!r)return[];for(;r;){var n=r.match(/^[a-z]+(\([^)]+\))?/i)||r.match(/^#[0-9a-f]+/i),i=r.match(/^([0-9.-]+)px/i)||r.match(/^(0)/);if(n)he(!t.colorStr,"Multiple colors identified in text-shadow: ".concat(e)),r=r.replace(n[0],"").trim(),t.colorStr=n[0];else if(i){he(t.pixels.length<3,"Too many pixel units in text-shadow: ".concat(e)),r=r.replace(i[0],"").trim();var o=parseFloat((i[1][0]==="."?"0":"")+i[1]);t.pixels.push(o)}else if(r[0]===",")he(t.pixels.length>=2,"Missing pixel value in text-shadow: ".concat(e)),t={pixels:[]},a.push(t),r=r.substr(1).trim();else throw new Error("Unable to process text-shadows: ".concat(r))}return a.forEach(function(u){var s=u.pixels;s.length===2&&s.push(0)}),a}function yi(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=t.minRatio,a=t.maxRatio,n=t.ignoreEdgeCount,i=[],o=E.getComputedStyle(e),u=o.getPropertyValue("text-shadow");if(u==="none")return i;var s=o.getPropertyValue("font-size"),l=parseInt(s);he(isNaN(l)===!1,"Unable to determine font-size value ".concat(s));var c=[],d=zf(u),f=xe(d),p;try{for(f.s();!(p=f.n()).done;){var m=p.value,h=m.colorStr||o.getPropertyValue("color"),v=H(m.pixels,3),g=v[0],b=v[1],w=v[2],D=w===void 0?0:w;if(!(a&&D>=l*a)){if(r&&D<l*r){c.push({colorStr:h,pixels:m.pixels});continue}if(c.length>0){var _=Xu(c,{ignoreEdgeCount:n});if(_===null)return null;i.push.apply(i,re(_)),c.splice(0,c.length)}var C=EE({colorStr:h,offsetX:g,offsetY:b,blurRadius:D,fontSize:l});i.push(C)}}}catch(O){f.e(O)}finally{f.f()}if(c.length>0){var T=Xu(c,{ignoreEdgeCount:n});if(T===null)return null;i.push.apply(i,re(T))}return i}function EE(e){var t=e.colorStr,r=e.offsetX,a=e.offsetY,n=e.blurRadius,i=e.fontSize;if(r>n||a>n)return new ke(0,0,0,0);var o=new ke;return o.parseString(t),o.alpha*=AE(n,i),o}function AE(e,t){if(e===0)return 1;var r=e/t;return .185/(r+.4)}function Zu(e,t){var r=ce(e);if(r._stackingContext)return r._stackingContext;var a=[],n=new Map;return t=t??Ku(e),t.forEach(function(i){var o,u=ce(i),s=RE(u),l=u._stackingOrder.filter(function(f){var p=f.vNode;return!!p});l.forEach(function(f,p){var m,h=f.vNode,v=(m=l[p-1])===null||m===void 0?void 0:m.vNode,g=Hf(n,h,v);p===0&&!n.get(h)&&a.unshift(g),n.set(h,g)});var c=(o=l[l.length-1])===null||o===void 0?void 0:o.vNode,d=Hf(n,u,c);l.length||a.unshift(d),d.bgColor=s}),r._stackingContext=a,a}function ja(e){var t;if(!((t=e.descendants)!==null&&t!==void 0&&t.length)){var r=e.bgColor;return r.alpha*=e.opacity,{color:r,blendMode:e.blendMode}}var a=e.descendants.reduce(FE,Vf()),n=jt(a,e.bgColor,e.descendants[0].blendMode);return n.alpha*=e.opacity,{color:n,blendMode:e.blendMode}}function FE(e,t){var r;e instanceof ke?r=e:r=ja(e).color;var a=ja(t).color;return jt(a,r,t.blendMode)}function Vf(e,t){var r;return{vNode:e,ancestor:t,opacity:parseFloat((r=e?.getComputedStylePropertyValue("opacity"))!==null&&r!==void 0?r:1),bgColor:new ke(0,0,0,0),blendMode:CE(e?.getComputedStylePropertyValue("mix-blend-mode")),descendants:[]}}function CE(e){return e||void 0}function Hf(e,t,r){var a,n=e.get(r),i=(a=e.get(t))!==null&&a!==void 0?a:Vf(t,n);return n&&r!==t&&!n.descendants.includes(i)&&n.descendants.unshift(i),i}function RE(e){var t=new ke;return t.parseString(e.getComputedStylePropertyValue("background-color")),t}function $a(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:[],r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:.1,a=ce(e),n=a._cache.getBackgroundColor;if(n)return t.push.apply(t,re(n.bgElms)),We.set("bgColor",n.incompleteData),n.bgColor;var i=TE(e,t,r);return a._cache.getBackgroundColor={bgColor:i,bgElms:t,incompleteData:We.get("bgColor")},i}function TE(e,t,r){var a,n,i=Ku(e);if(!i)return null;var o=Wo(e),u=(a=yi(e,{minRatio:r,ignoreEdgeCount:!0}))!==null&&a!==void 0?a:[];u.length&&(u=[{color:u.reduce(Yu)}]);for(var s=0;s<i.length;s++){var l=i[s],c=E.getComputedStyle(l);if(Gn(l,c))return t.push(l),null;var d=xr(c);if(d.alpha!==0){if(c.getPropertyValue("display")!=="inline"&&!Gf(l,o))return t.push(l),We.set("bgColor","elmPartiallyObscured"),null;if(t.push(l),d.alpha===1)break}}var f=Zu(e,i);u=f.map(ja).concat(u);var p=kE(e,i.includes(N.body));if((n=u).unshift.apply(n,re(p)),u.length===0)return new ke(255,255,255,1);var m=u.reduce(function(h,v){return jt(v.color,h.color instanceof ke?h.color:h,v.blendMode)});return jt(m.color instanceof ke?m.color:m,new ke(255,255,255,1))}function Gf(e,t){t=Array.isArray(t)?t:[t];var r=e.getBoundingClientRect(),a=r.right,n=r.bottom,i=E.getComputedStyle(e),o=i.getPropertyValue("overflow");return(["scroll","auto"].includes(o)||e instanceof E.HTMLHtmlElement)&&(a=r.left+e.scrollWidth,n=r.top+e.scrollHeight),t.every(function(u){return u.top>=r.top&&u.bottom<=n&&u.left>=r.left&&u.right<=a})}function Uf(e){return e||void 0}function kE(e,t){var r=[];if(!t){var a=N.documentElement,n=N.body,i=E.getComputedStyle(a),o=E.getComputedStyle(n),u=xr(i),s=xr(o),l=s.alpha!==0&&Gf(n,e.getBoundingClientRect());(s.alpha!==0&&u.alpha===0||l&&s.alpha!==1)&&r.unshift({color:s,blendMode:Uf(o.getPropertyValue("mix-blend-mode"))}),u.alpha!==0&&(!l||l&&s.alpha!==1)&&r.unshift({color:u,blendMode:Uf(i.getPropertyValue("mix-blend-mode"))})}return r}function SE(e,t){if(!t||!e)return null;t.alpha<1&&(t=jt(t,e));var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(a,r)+.05)/(Math.min(a,r)+.05)}var Gr=SE;function Di(e,t,r){for(var a=arguments.length>3&&arguments[3]!==void 0?arguments[3]:{},n=E.getComputedStyle(e),i=[function(){return ME(n,a)},function(){return OE(n)},function(){return yi(e,{minRatio:0})}],o=[],u=0,s=i;u<s.length;u++){var l=s[u],c=l();if(c&&(o=o.concat(c),c.alpha===1))break}var d=o.reduce(function(h,v){return jt(h,v)});if(r??(r=$a(e,[])),r===null){var f=We.get("bgColor");return We.set("fgColor",f),null}var p=Zu(e),m=Wf(p,e);return jt(IE(d,m,p),new ke(255,255,255,1))}function OE(e){return new ke().parseString(e.getPropertyValue("-webkit-text-fill-color")||e.getPropertyValue("color"))}function ME(e,t){var r=t.textStrokeEmMin,a=r===void 0?0:r,n=parseFloat(e.getPropertyValue("-webkit-text-stroke-width"));if(n===0)return null;var i=e.getPropertyValue("font-size"),o=n/parseFloat(i);if(isNaN(o)||o<a)return null;var u=e.getPropertyValue("-webkit-text-stroke-color");return new ke().parseString(u)}function IE(e,t,r){for(;t;){var a;if(t.opacity===1&&t.ancestor){t=t.ancestor;continue}e.alpha*=t.opacity;var n=((a=t.ancestor)===null||a===void 0?void 0:a.descendants)||r;t.opacity!==1&&(n=n.slice(0,n.indexOf(t)));var i=n.map(ja);if(!i.length){t=t.ancestor;continue}var o=i.reduce(function(u,s){return jt(s.color,u.color instanceof ke?u.color:u)},{color:new ke(0,0,0,0),blendMode:"normal"});e=jt(e,o),t=t.ancestor}return e}function Wf(e,t){var r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n,i=a.value;if(((n=i.vNode)===null||n===void 0?void 0:n.actualNode)===t)return i;var o=Wf(i.descendants,t);if(o)return o}}catch(u){r.e(u)}finally{r.f()}}function PE(e,t,r,a){var n=Gr(e,t),i=a&&Math.ceil(r*72)/96<14||!a&&Math.ceil(r*72)/96<18,o=i?4.5:3;return{isValid:n>o,contrastRatio:n,expectedContrastRatio:o}}var NE=PE,Yf={};xt(Yf,{isAriaCombobox:function(){return Rd},isAriaListbox:function(){return Cd},isAriaRange:function(){return Td},isAriaTextbox:function(){return Fd},isDisabled:function(){return za},isNativeSelect:function(){return Ad},isNativeTextbox:function(){return Ed}});var BE=["fieldset","button","select","input","textarea"];function Kf(e){var t=e._isDisabled;if(typeof t=="boolean")return t;var r=e.props.nodeName,a=e.attr("aria-disabled");return BE.includes(r)&&e.hasAttr("disabled")?t=!0:a?t=a.toLowerCase()==="true":e.parent?t=Kf(e.parent):t=!1,e._isDisabled=t,t}var za=Kf;function LE(e,t,r){var a=wa.accessibleTextVirtual(r),n=wa.sanitize(wa.removeUnicode(a,{emoji:!0,nonBmp:!0,punctuations:!0})).toLowerCase();if(n){var i={name:n,urlProps:bo.urlPropsFromAttribute(e,"href")};return this.data(i),this.relatedNodes([e]),!0}}var qE=LE;function Xf(e,t){if(!e||!t)return!1;var r=Object.getOwnPropertyNames(e),a=Object.getOwnPropertyNames(t);if(r.length!==a.length)return!1;var n=r.every(function(i){var o=e[i],u=t[i];return M(o)!==M(u)?!1:M(o)==="object"||M(u)==="object"?Xf(o,u):o===u});return n}function jE(e){if(e.length<2)return e;for(var t=e.filter(function(o){var u=o.result;return u!==void 0}),r=[],a={},n=function(u){var s,l=t[u],c=l.data,d=c.name,f=c.urlProps;if(a[d])return 1;var p=t.filter(function(h,v){var g=h.data;return g.name===d&&v!==u}),m=p.every(function(h){var v=h.data;return Xf(v.urlProps,f)});p.length&&!m&&(l.result=void 0),l.relatedNodes=[],(s=l.relatedNodes).push.apply(s,re(p.map(function(h){return h.relatedNodes[0]}))),a[d]=p,r.push(l)},i=0;i<t.length;i++)n(i);return r}var $E=jE;function zE(e){var t=le(e),r=t&&t.includes("heading"),a=e.attr("aria-level"),n=parseInt(a,10),i=e.props.nodeName.match(/h(\d)/)||[],o=H(i,2),u=o[1];return r?u&&!a?parseInt(u,10):isNaN(n)||n<1?u?parseInt(u,10):2:n||-1:-1}function VE(){var e=ue.get("headingOrder");if(e)return!0;var t="h1, h2, h3, h4, h5, h6, [role=heading], iframe, frame",r=qt(x._tree[0],t,Te);return e=r.map(function(a){return{ancestry:[Rn(a.actualNode)],level:zE(a)}}),this.data({headingOrder:e}),ue.set("headingOrder",r),!0}var HE=VE;function GE(e){var t=WE(e);return e.forEach(function(r){r.result=UE(r,t)}),e}function UE(e,t){var r,a,n,i,o=Zf(t,e.node.ancestry),u=(r=(a=t[o])===null||a===void 0?void 0:a.level)!==null&&r!==void 0?r:-1,s=(n=(i=t[o-1])===null||i===void 0?void 0:i.level)!==null&&n!==void 0?n:-1;if(o===0)return!0;if(u!==-1)return u-s<=1}function WE(e){e=re(e),e.sort(function(r,a){var n=r.node,i=a.node;return n.ancestry.length-i.ancestry.length});var t=e.reduce(YE,[]);return t.filter(function(r){var a=r.level;return a!==-1})}function YE(e,t){var r,a=(r=t.data)===null||r===void 0?void 0:r.headingOrder,n=Jf(t.node.ancestry,1);if(!a)return e;var i=a.map(function(u){return XE(u,n)}),o=KE(e,n);return o===-1?e.push.apply(e,re(i)):e.splice.apply(e,[o,0].concat(re(i))),e}function KE(e,t){for(;t.length;){var r=Zf(e,t);if(r!==-1)return r;t=Jf(t,1)}return-1}function Zf(e,t){return e.findIndex(function(r){return ku(r.ancestry,t)})}function XE(e,t){var r=t.concat(e.ancestry);return de({},e,{ancestry:r})}function Jf(e,t){return e.slice(0,e.length-t)}function ZE(e,t,r){var a=t?.minSize||24,n=r.boundingClientRect;if(Gt(a*10,n))return this.data({messageKey:"large",minSize:a}),!0;var i=Gt.bind(null,a),o=Nn(r),u=JE(r,o),s=QE(r,o),l=s.fullyObscuringElms,c=s.partialObscuringElms;if(u.length&&(l.length||!i(n))){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Va(u));return}if(l.length)return this.relatedNodes(Va(l)),this.data({messageKey:"obscured"}),!0;var d=gt(r)?!1:void 0;if(!i(n))return this.data(de({minSize:a},wi(n))),d;var f=r5(c);if(!f.length)return this.data(de({minSize:a},wi(n))),!0;var p=e5(r,f);if(!p){this.data({minSize:a,messageKey:"tooManyRects"});return}if(!i(p)){if(u.length){this.data({minSize:a,messageKey:"contentOverflow"}),this.relatedNodes(Va(u));return}var m=f.every(gt),h="partiallyObscured".concat(m?"":"NonTabbable");return this.data(de({messageKey:h,minSize:a},wi(p))),this.relatedNodes(Va(f)),m?d:void 0}return this.data(de({minSize:a},wi(p||n))),this.relatedNodes(Va(f)),!0}function JE(e,t){return t.filter(function(r){return!Qf(r,e)&&ep(e,r)})}function QE(e,t){var r=[],a=[],n=xe(t),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;!ep(e,o)&&xo(e,o)&&a5(o)!=="none"&&(Qf(e,o)?r.push(o):a.push(o))}}catch(u){n.e(u)}finally{n.f()}return{fullyObscuringElms:r,partialObscuringElms:a}}function e5(e,t){var r=e.boundingClientRect,a=t.map(function(i){var o=i.boundingClientRect;return o}),n;try{n=Eo(r,a)}catch{return null}return t5(n)}function t5(e,t){return e.reduce(function(r,a){var n=Gt(t,r),i=Gt(t,a);if(n!==i)return n?r:a;var o=r.width*r.height,u=a.width*a.height;return o>u?r:a})}function r5(e){return e.filter(function(t){return Tt(t)==="widget"&&Be(t)})}function Qf(e,t){var r=e.boundingClientRect,a=t.boundingClientRect;return r.top>=a.top&&r.left>=a.left&&r.bottom<=a.bottom&&r.right<=a.right}function a5(e){return e.getComputedStylePropertyValue("pointer-events")}function wi(e){return{width:Math.round(e.width*10)/10,height:Math.round(e.height*10)/10}}function ep(e,t){return Yt(e,t)&&!gt(t)}function Va(e){return e.map(function(t){var r=t.actualNode;return r})}var n5=.05;function i5(e,t,r){var a=t?.minOffset||24;if(Gt(a*10,r.boundingClientRect))return this.data({messageKey:"large",minOffset:a}),!0;var n=[],i=a,o=xe(Nn(r,a)),u;try{for(o.s();!(u=o.n()).done;){var s=u.value;if(!(Tt(s)!=="widget"||!Be(s))){var l=null;try{l=Lc(r,s,a/2)}catch(c){if(c.message.startsWith("splitRects")){this.data({messageKey:"tooManyRects",closestOffset:0,minOffset:a});return}throw c}l!==null&&(l=o5(l)*2,!(l+n5>=a)&&(i=Math.min(i,l),n.push(s)))}}}catch(c){o.e(c)}finally{o.f()}if(n.length===0)return this.data({closestOffset:i,minOffset:a}),!0;if(this.relatedNodes(n.map(function(c){var d=c.actualNode;return d})),!n.some(gt)){this.data({messageKey:"nonTabbableNeighbor",closestOffset:i,minOffset:a});return}return this.data({closestOffset:i,minOffset:a}),gt(r)?!1:void 0}function o5(e){return Math.round(e*10)/10}function u5(e,t,r){var a=t||{},n=a.scaleMinimum,i=n===void 0?2:n,o=a.lowerBound,u=o===void 0?!1:o,s=r.attr("content")||"";if(!s)return!0;var l=s.split(/[;,]/).reduce(function(d,f){var p=f.trim();if(!p)return d;var m=p.split("="),h=H(m,2),v=h[0],g=h[1];if(!v||!g)return d;var b=v.toLowerCase().trim(),w=g.toLowerCase().trim();return b==="maximum-scale"&&w==="yes"&&(w=1),b==="maximum-scale"&&parseFloat(w)<0||(d[b]=w),d},{});if(u&&l["maximum-scale"]&&parseFloat(l["maximum-scale"])<u)return!0;if(!u&&l["user-scalable"]==="no")return this.data("user-scalable=no"),!1;var c=parseFloat(l["user-scalable"]);return!u&&l["user-scalable"]&&(c||c===0)&&c>-1&&c<1?(this.data("user-scalable"),!1):l["maximum-scale"]&&parseFloat(l["maximum-scale"])<i?(this.data("maximum-scale"),!1):!0}var s5=u5;function l5(e,t,r,a){var n=a||{},i=n.cssom,o=i===void 0?void 0:i,u=t||{},s=u.degreeThreshold,l=s===void 0?0:s;if(!o||!o.length)return;for(var c=!1,d=[],f=v(o),p=function(){var I=h[m],z=f[I],V=z.root,Q=z.rules,ie=Q.filter(g);if(!ie.length)return 1;ie.forEach(function(K){var te=K.cssRules;Array.from(te).forEach(function(q){var J=b(q);if(J&&q.selectorText.toUpperCase()!=="HTML"){var A=Array.from(V.querySelectorAll(q.selectorText))||[];d=d.concat(A)}c=c||J})})},m=0,h=Object.keys(f);m<h.length;m++)p();if(!c)return!0;return d.length&&this.relatedNodes(d),!1;function v(S){return S.reduce(function(I,z){var V=z.sheet,Q=z.root,ie=z.shadowId,K=ie||"topDocument";if(I[K]||(I[K]={root:Q,rules:[]}),!V||!V.cssRules)return I;var te=Array.from(V.cssRules);return I[K].rules=I[K].rules.concat(te),I},{})}function g(S){var I=S.type,z=S.cssText;return I!==4?!1:/orientation:\s*landscape/i.test(z)||/orientation:\s*portrait/i.test(z)}function b(S){var I=S.selectorText,z=S.style;if(!I||z.length<=0)return!1;var V=z.transform||z.webkitTransform||z.msTransform||!1;if(!V&&!z.rotate)return!1;var Q=w(V),ie=D("rotate",z.rotate),K=Q+ie;return!K||(K=Math.abs(K),Math.abs(K-180)%180<=l)?!1:Math.abs(K-90)%90<=l}function w(S){if(!S)return 0;var I=S.match(/(rotate|rotateZ|rotate3d|matrix|matrix3d)\(([^)]+)\)(?!.*(rotate|rotateZ|rotate3d|matrix|matrix3d))/);if(!I)return 0;var z=H(I,3),V=z[1],Q=z[2];return D(V,Q)}function D(S,I){switch(S){case"rotate":case"rotateZ":return _(I);case"rotate3d":var z=I.split(",").map(function(K){return K.trim()}),V=H(z,4),Q=V[2],ie=V[3];return parseInt(Q)===0?void 0:_(ie);case"matrix":case"matrix3d":return C(I);default:return 0}}function _(S){var I=S.match(/(deg|grad|rad|turn)/)||[],z=H(I,1),V=z[0];if(!V)return 0;var Q=parseFloat(S.replace(V,""));switch(V){case"rad":return T(Q);case"grad":return O(Q);case"turn":return $(Q);default:return parseInt(Q)}}function C(S){var I=S.split(",");if(I.length<=6){var z=H(I,2),V=z[0],Q=z[1],ie=Math.atan2(parseFloat(Q),parseFloat(V));return T(ie)}var K=parseFloat(I[8]),te=Math.asin(K),q=Math.cos(te),J=Math.acos(parseFloat(I[0])/q);return T(J)}function T(S){return Math.round(S*(180/Math.PI))}function O(S){return S=S%400,S<0&&(S+=400),Math.round(S/400*360)}function $(S){return Math.round(360/(1/S))}}var c5=l5;function d5(e,t){var r=e.hasAttribute("controls");if(e.hasAttribute("loop"))return r;if(!e.duration){console.warn("axe.utils.preloadMedia did not load metadata");return}var a=t.allowedDuration,n=a===void 0?3:a,i=o(e);if(i<=n)return!0;if(!r)return!1;return!0;function o(l){if(!l.currentSrc)return 0;var c=u(l.currentSrc);return c?c.length===1?Math.abs(l.duration-c[0]):Math.abs(c[1]-c[0]):Math.abs(l.duration-(l.currentTime||0))}function u(l){var c=l.match(/#t=(.*)/);if(c){var d=H(c,2),f=d[1],p=f.split(",");return p.map(function(m){return/:/.test(m)?s(m):parseFloat(m)})}}function s(l){for(var c=l.split(":"),d=0,f=1;c.length>0;)d+=f*parseInt(c.pop(),10),f*=60;return parseFloat(d)}}var f5=d5;function p5(e,t){return t.isViolation?!1:void 0}var m5=p5,tp=" > ";function h5(e){var t={};return e.filter(function(r){var a=r.node.ancestry[r.node.ancestry.length-1]!=="html";if(a){var n=r.node.ancestry.flat(1/0).join(tp);return t[n]=r,!0}var i=r.node.ancestry.slice(0,r.node.ancestry.length-1).flat(1/0).join(tp);return t[i]&&(t[i].result=!0),!1})}var v5=h5;function g5(e,t,r){var a=dt(r,"track"),n=a.some(function(i){return(i.attr("kind")||"").toLowerCase()==="captions"});return n?!1:void 0}var b5=g5;function y5(e,t,r){var a=r.children;if(!a||!a.length)return!1;for(var n=!1,i=!1,o,u=0;u<a.length;u++){if(o=a[u].props.nodeName.toUpperCase(),o==="DT"&&(n=!0),n&&o==="DD")return!1;o==="DD"&&(i=!0)}return n||i}var D5=y5;function w5(e,t,r){var a=!1,n=!1,i=!0,o=[],u=[],s=[];return r.children.forEach(function(l){var c=l.actualNode;if(c.nodeType===3&&c.nodeValue.trim()!==""){a=!0;return}if(!(c.nodeType!==1||!Te(c))){i=!1;var d=c.nodeName.toUpperCase()==="LI",f=le(l),p=f==="listitem";!d&&!p&&o.push(c),d&&!p&&(u.push(c),s.includes(f)||s.push(f)),p&&(n=!0)}}),a||o.length?(this.relatedNodes(o),!0):i||n?!1:(this.relatedNodes(u),this.data({messageKey:"roleNotValid",roles:s.join(", ")}),!0)}var _5=w5;function x5(e,t,r){var a=["definition","term","list"],n={badNodes:[],hasNonEmptyTextNode:!1},i=r.children.reduce(function(u,s){var l=s.actualNode;return l.nodeName.toUpperCase()==="DIV"&&le(l)===null?u.concat(s.children):u.concat(s)},[]),o=i.reduce(function(u,s){var l=s.actualNode,c=l.nodeName.toUpperCase();if(l.nodeType===1&&Te(l)){var d=pe(l);(c!=="DT"&&c!=="DD"||d)&&(a.includes(d)||u.badNodes.push(l))}else l.nodeType===3&&l.nodeValue.trim()!==""&&(u.hasNonEmptyTextNode=!0);return u},n);return o.badNodes.length&&this.relatedNodes(o.badNodes),!!o.badNodes.length||o.hasNonEmptyTextNode}function E5(e,t,r){var a=r.parent;if(a){var n=a.props.nodeName,i=pe(a);return["presentation","none","list"].includes(i)?!0:i&&Ea(i)?(this.data({messageKey:"roleNotValid"}),!1):["ul","ol","menu"].includes(n)}}function A5(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=[],n=[];if(r.children){for(var i=rp(r.children);i.length;){var o,u=i.shift(),s=u.vChild,l=u.nested;if(t.divGroups&&!l&&C5(s)){if(!s.children)return;var c=rp(s.children,!0);i.push.apply(i,re(c));continue}var d=F5(s,l,t);d&&(n.includes(d)||n.push(d),(s==null||(o=s.actualNode)===null||o===void 0?void 0:o.nodeType)===1&&a.push(s.actualNode))}return n.length===0?!1:(this.data({values:n.join(", ")}),this.relatedNodes(a),!0)}}function F5(e,t,r){var a=r.validRoles,n=a===void 0?[]:a,i=r.validNodeNames,o=i===void 0?[]:i,u=e.props,s=u.nodeName,l=u.nodeType,c=u.nodeValue,d=t?"div > ":"";if(l===3&&c.trim()!=="")return d+"#text";if(l!==1||!Te(e))return!1;var f=pe(e);return f?n.includes(f)?!1:d+"[role=".concat(f,"]"):o.includes(s)?!1:d+s}function C5(e){return e.props.nodeName==="div"&&pe(e)===null}function rp(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:!1;return e.map(function(r){return{vChild:r,nested:t}})}function R5(e){var t=Ge(e),r=t.nodeName.toUpperCase(),a=pe(t);return r==="DIV"&&["presentation","none",null].includes(a)&&(t=Ge(t),r=t.nodeName.toUpperCase(),a=pe(t)),r!=="DL"?!1:!!(!a||["presentation","none","list"].includes(a))}var T5=R5;function k5(e,t,r){var a=Cr(r.attr("lang")),n=Cr(r.attr("xml:lang"));return a===n}var S5=k5;function O5(e,t,r){var a=[];return t.attributes.forEach(function(n){var i=r.attr(n);if(typeof i=="string"){var o=Cr(i),u=t.value?!t.value.map(Cr).includes(o):!pi(o);(o!==""&&u||i!==""&&!ae(i))&&a.push(n+'="'+r.attr(n)+'"')}}),!a.length||r.props.nodeName!=="html"&&!Zo(r)?!1:(this.data(a),!0)}var M5=O5;function Ju(e){return(e||"").trim()!==""}function I5(e,t,r){var a=typeof N<"u"?Fn(N):!1;if(t.attributes.includes("xml:lang")&&t.attributes.includes("lang")&&Ju(r.attr("xml:lang"))&&!Ju(r.attr("lang"))&&!a)return this.data({messageKey:"noXHTML"}),!1;var n=t.attributes.some(function(i){return Ju(r.attr(i))});return n?!0:(this.data({messageKey:"noLang"}),!1)}var P5=I5;function N5(e,t,r){var a=le(e),n=Ue(r);return n=n?n.toLowerCase():null,this.data({role:a,accessibleText:n}),this.relatedNodes([e]),!0}var B5=N5;function L5(e){var t=[];return e.filter(function(r){var a=function(o){return r.data.role===o.data.role&&r.data.accessibleText===o.data.accessibleText},n=t.find(a);return n?(n.result=!1,n.relatedNodes.push(r.relatedNodes[0]),!1):(t.push(r),r.relatedNodes=[],!0)})}var q5=L5;function j5(e,t,r){var a=Vn(r),n=jn(r),i=r.attr("aria-describedby");return!a&&!!(n||i)}var $5=j5;function z5(e){var t=Oe(e.getAttribute("id")),r=e.parentNode,a=Xe(e);a=a.documentElement||a;var n=Array.from(a.querySelectorAll('label[for="'.concat(t,'"]')));for(n.length&&(n=n.filter(function(u){return!or(u)}));r;)r.nodeName.toUpperCase()==="LABEL"&&n.indexOf(r)===-1&&n.push(r),r=r.parentNode;if(this.relatedNodes(n),n.length>1){var i=n.filter(function(u){return Te(u)});if(i.length>1)return;var o=Mt(e,"aria-labelledby");return o.includes(i[0])?!1:void 0}return!1}var V5=z5;function H5(e,t){var r=ap(t),a=ap(e);return!r||!a?!1:r.includes(a)}function ap(e){var t=Ca(e,{emoji:!0,nonBmp:!0,punctuations:!0});return ae(t)}function G5(e,t,r){var a,n=t?.pixelThreshold,i=(a=t?.occurrenceThreshold)!==null&&a!==void 0?a:t?.occuranceThreshold,o=br(e).toLowerCase(),u=ae(ur(r,{subtreeDescendant:!0,ignoreIconLigature:!0,pixelThreshold:n,occurrenceThreshold:i})).toLowerCase();if(!u)return!0;if(!(Uo(o)<1||Uo(u)<1))return H5(u,o)}var U5=G5;function W5(e,t,r){try{var a=lt(r,"label");if(a){var n=ae(Ue(a,{inControlContext:!0,startNode:r}));return a.actualNode&&this.relatedNodes([a.actualNode]),this.data({implicitLabel:n}),!!n}return!1}catch{return}}var Y5=W5;function K5(e,t,r){if(r.hasAttr("id")){if(!r.actualNode)return;var a=Xe(e),n=Oe(e.getAttribute("id")),i=a.querySelector('label[for="'.concat(n,'"]'));if(i&&!Te(i)){var o;try{o=Ue(r).trim()}catch{return}var u=o==="";return u}}return!1}var X5=K5;function Z5(e,t,r){var a=Vn(r),n=e.getAttribute("title");if(!a)return!1;if(!n&&(n="",e.getAttribute("aria-describedby"))){var i=Mt(e,"aria-describedby");n=i.map(function(o){return o?br(o):""}).join("")}return ae(n)===ae(a)}var J5=Z5;function Q5(e,t,r){var a=this;if(!r.attr("id"))return!1;if(r.actualNode){var n=Xe(r.actualNode),i=Oe(r.attr("id")),o=Array.from(n.querySelectorAll('label[for="'.concat(i,'"]')));if(this.relatedNodes(o),!o.length)return!1;try{return o.some(function(u){if(ut(u)){var s=ae(br(u,{inControlContext:!0,startNode:r}));return a.data({explicitLabel:s}),!!s}else return!0})}catch{return}}}var eA=Q5;function tA(e,t,r){if(["none","presentation"].includes(le(r)))return!1;var a=lt(r,t.parentSelector);if(!a)return!1;var n=Pt(a,!0).toLowerCase();return n===""?!1:n===Ue(r).toLowerCase()}var rA=tA;function aA(e,t,r){var a=r.attr("alt"),n=/^\s+$/;return typeof a=="string"&&n.test(a)}var nA=aA;function iA(e,t,r){var a=Lt(r.attr("tabindex"));return a===null||a<=0}var oA=iA;function uA(e,t,r){if(r.children)try{var a=np(r);if(!a.length)return!0;var n=a.filter(sA);return n.length>0?(this.data({messageKey:"notHidden"}),this.relatedNodes(n)):this.relatedNodes(a),!1}catch{return}}function np(e){if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return[]}var t=[];return e.children.forEach(function(r){Tt(r)==="widget"&&Be(r)?t.push(r):t.push.apply(t,re(np(r)))}),t}function sA(e){var t=Lt(e.attr("tabindex"));return t!==null&&t<0}function lA(e){var t=Hr("landmark"),r=Ge(e),a=le(e);for(this.data({role:a});r;){var n=pe(r);if(!n&&r.nodeName.toUpperCase()!=="FORM"&&(n=It(r)),n&&t.includes(n)&&!(n==="main"&&a==="complementary"))return!1;r=Ge(r)}return!0}var cA=lA;function dA(e,t,r){if(r.children)try{return!r.children.some(function(a){return ip(a)})}catch{return}}function ip(e){if(gt(e))return!0;if(!e.children){if(e.props.nodeType===1)throw new Error("Cannot determine children");return!1}return e.children.some(function(t){return ip(t)})}function fA(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return!a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||Ta()?!0:i.every(function(o){var u=o.getComputedStylePropertyValue("pointer-events"),s=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(s===0||l===0)&&u==="none"})?void 0:!1}var pA=fA;function mA(e,t,r){if(!gt(r))return!1;try{return!Ue(r)}catch{return}}var hA=mA;function vA(e,t,r){var a=r.tabbableElements.map(function(n){var i=n.actualNode;return i});if(!a||!a.length)return!0;if(Ta()){this.relatedNodes(a);return}return!0}var gA=vA;function bA(e,t,r){if(r.hasAttr("contenteditable")&&a(r))return!0;return gt(r);function a(n){var i=n.attr("contenteditable");if(i==="true"||i==="")return!0;if(i==="false")return!1;var o=lt(r.parent,"[contenteditable]");return o?a(o):!1}}var yA=bA;function DA(e,t,r){var a=["button","fieldset","input","select","textarea"],n=r.tabbableElements;if(!n||!n.length)return!0;var i=n.filter(function(o){return a.includes(o.props.nodeName)});return this.relatedNodes(i.map(function(o){return o.actualNode})),i.length===0||Ta()?!0:i.every(function(o){var u=o.getComputedStylePropertyValue("pointer-events"),s=parseInt(o.getComputedStylePropertyValue("width")),l=parseInt(o.getComputedStylePropertyValue("height"));return o.actualNode.onfocus||(s===0||l===0)&&u==="none"})?void 0:!1}var wA=DA;function _A(e,t,r){var a=r.tabbableElements;if(!a)return!1;var n=a.filter(function(i){return i!==r});return n.length>0}var xA=_A;function EA(e,t,r){return or(r)||(this.data(r.attr("accesskey")),this.relatedNodes([e])),!0}var AA=EA;function FA(e){var t={};return e.filter(function(r){if(!r.data)return!1;var a=r.data.toUpperCase();return t[a]?(t[a].relatedNodes.push(r.relatedNodes[0]),!1):(t[a]=r,r.relatedNodes=[],!0)}).map(function(r){return r.result=!!r.relatedNodes.length,r})}var CA=FA;function RA(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("page-no-duplicate requires options.selector to be a string");var a="page-no-duplicate;"+t.selector;if(ue.get(a)){this.data("ignored");return}ue.set(a,!0);var n=qt(x._tree[0],t.selector,function(i){return Te(i)});return typeof t.nativeScopeFilter=="string"&&(n=n.filter(function(i){return i.actualNode.hasAttribute("role")||!Ir(i,t.nativeScopeFilter)})),typeof t.role=="string"&&(n=n.filter(function(i){return le(i)===t.role})),this.relatedNodes(n.filter(function(i){return i!==r}).map(function(i){return i.actualNode})),n.length<=1}var TA=RA;function kA(e){return e.filter(function(t){return t.data!=="ignored"})}var SA=kA;function OA(e,t,r){return Aa(r,t.matcher)}var MA=OA;function IA(e,t,r){try{return ae(ur(r))!==""}catch{return}}function PA(e,t,r){if(!t||!t.selector||typeof t.selector!="string")throw new TypeError("has-descendant requires options.selector to be a string");if(t.passForModal&&Ta())return!0;var a=qt(r,t.selector,function(n){return Te(n)});return this.relatedNodes(a.map(function(n){return n.actualNode})),a.length>0}var NA=PA;function BA(e){var t=e.some(function(r){return r.result===!0});return t&&e.forEach(function(r){r.result=!0}),e}var LA=BA;function qA(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0;if(!t.attribute||typeof t.attribute!="string")throw new TypeError("attr-non-space-content requires options.attribute to be a string");if(!r.hasAttr(t.attribute))return this.data({messageKey:"noAttr"}),!1;var a=r.attr(t.attribute),n=!ae(a);return n?(this.data({messageKey:"emptyAttr"}),!1):!0}var jA=qA;function $A(e,t,r){var a=r.attr("autocomplete")||"";return qd(a,t)}var zA=$A;function VA(e,t,r){if(r.props.nodeName!=="input")return!0;var a=["text","search","number","tel"],n=["text","search","url"],i={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":a,"cc-exp":["text","search","month","tel"],"cc-exp-month":a,"cc-exp-year":a,"cc-csc":a,"transaction-amount":a,"bday-day":a,"bday-month":a,"bday-year":a,"new-password":["text","search","password"],"current-password":["text","search","password"],url:n,photo:n,impp:n};M(t)==="object"&&Object.keys(t).forEach(function(d){i[d]||(i[d]=[]),i[d]=i[d].concat(t[d])});var o=r.attr("autocomplete"),u=o.split(/\s+/g).map(function(d){return d.toLowerCase()}),s=u[u.length-1];if(_r.stateTerms.includes(s))return!0;var l=i[s],c=r.hasAttr("type")?ae(r.attr("type")).toLowerCase():"text";return c=fi().includes(c)?c:"text",typeof l>"u"?c==="text":l.includes(c)}var HA=VA,GA=["block","list-item","table","flex","grid","inline-block"];function UA(e){if(op(e))return!1;for(var t=Ge(e);t&&t.nodeType===1&&!op(t);)t=Ge(t);if(t){if(this.relatedNodes([t]),Lf(e,t))return!0;if(WA(e)){this.data({messageKey:"pseudoContent"});return}return!1}}function op(e){var t=E.getComputedStyle(e).getPropertyValue("display");return GA.indexOf(t)!==-1||t.substr(0,6)==="table-"}function WA(e){for(var t=0,r=["before","after"];t<r.length;t++){var a=r[t],n=E.getComputedStyle(e,":".concat(a)),i=n.getPropertyValue("content");if(i!=="none")return!0}return!1}function up(e,t){var r=e.getRelativeLuminance(),a=t.getRelativeLuminance();return(Math.max(r,a)+.05)/(Math.min(r,a)+.05)}var YA=["block","list-item","table","flex","grid","inline-block"];function sp(e){var t=E.getComputedStyle(e).getPropertyValue("display");return YA.indexOf(t)!==-1||t.substr(0,6)==="table-"}function KA(e,t){var r=t.requiredContrastRatio,a=t.allowSameColor;if(sp(e))return!1;for(var n=Ge(e);n&&n.nodeType===1&&!sp(n);)n=Ge(n);if(n){this.relatedNodes([n]);var i=Di(e),o=Di(n),u=$a(e),s=$a(n),l=i&&o?up(i,o):void 0;if(l&&(l=Math.floor(l*100)/100),l&&l>=r)return!0;var c=u&&s?up(u,s):void 0;if(c&&(c=Math.floor(c*100)/100),c&&c>=r)return!0;if(!c){var d,f=(d=We.get("bgColor"))!==null&&d!==void 0?d:"bgContrast";this.data({messageKey:f}),We.clear();return}if(l)return a&&l===1&&c===1?!0:l===1&&c>1?(this.data({messageKey:"bgContrast",contrastRatio:c,requiredContrastRatio:r,nodeBackgroundColor:u?u.toHexString():void 0,parentBackgroundColor:s?s.toHexString():void 0}),!1):(this.data({messageKey:"fgContrast",contrastRatio:l,requiredContrastRatio:r,nodeColor:i?i.toHexString():void 0,parentColor:o?o.toHexString():void 0}),!1)}}var XA=KA;function ZA(e,t,r){var a=t.ignoreUnicode,n=t.ignoreLength,i=t.ignorePseudo,o=t.boldValue,u=t.boldTextPt,s=t.largeTextPt,l=t.contrastRatio,c=t.shadowOutlineEmMax,d=t.pseudoSizeThreshold;if(!ut(e))return this.data({messageKey:"hidden"}),!0;var f=Pt(r,!1,!0);if(a&&QA(f)){this.data({messageKey:"nonBmp"});return}var p=E.getComputedStyle(e),m=parseFloat(p.getPropertyValue("font-size")),h=p.getPropertyValue("font-weight"),v=parseFloat(h)>=o||h==="bold",g=Math.ceil(m*72)/96,b=v&&g<u||!v&&g<s,w=b?l.normal:l.large,D=w.expected,_=w.minThreshold,C=w.maxThreshold,T=JA(r,{ignorePseudo:i,pseudoSizeThreshold:d});if(T){this.data({fontSize:"".concat((m*72/96).toFixed(1),"pt (").concat(m,"px)"),fontWeight:v?"bold":"normal",messageKey:"pseudoContent",expectedContrastRatio:D+":1"}),this.relatedNodes(T.actualNode);return}var O=yi(e,{minRatio:.001,maxRatio:c});if(O===null){this.data({messageKey:"complexTextShadows"});return}var $=[],S=$a(e,$,c),I=Di(e,!1,S,t),z=null,V=null,Q=null;if(O.length===0)z=Gr(S,I);else if(I&&S){Q=[].concat(re(O),[S]).reduce(Yu);var ie=Gr(S,I),K=Gr(S,Q),te=Gr(Q,I);z=Math.max(ie,K,te),z!==ie&&(V=K>te?"shadowOnBgColor":"fgOnShadowColor")}var q=z>D;if(typeof _=="number"&&(typeof z!="number"||z<_)||typeof C=="number"&&(typeof z!="number"||z>C))return this.data({contrastRatio:z}),!0;var J=Math.floor(z*100)/100,A;S===null?A=We.get("bgColor"):q||(A=V);var U=J===1,B=f.length===1;if(U?A=We.set("bgColor","equalRatio"):!q&&B&&!n&&(A="shortTextContent"),this.data({fgColor:I?I.toHexString():void 0,bgColor:S?S.toHexString():void 0,contrastRatio:J,fontSize:"".concat((m*72/96).toFixed(1),"pt (").concat(m,"px)"),fontWeight:v?"bold":"normal",messageKey:A,expectedContrastRatio:D+":1",shadowColor:Q?Q.toHexString():void 0}),I===null||S===null||U||B&&!n&&!q){A=null,We.clear(),this.relatedNodes($);return}return q||this.relatedNodes($),q}function JA(e,t){var r=t.pseudoSizeThreshold,a=r===void 0?.25:r,n=t.ignorePseudo,i=n===void 0?!1:n;if(!i){var o=e.boundingClientRect,u=o.width*o.height*a;do{var s=lp(e.actualNode,":before"),l=lp(e.actualNode,":after");if(s+l>u)return e}while(e=e.parent)}}var lp=Re(function(t,r){var a=E.getComputedStyle(t,r),n=function(s,l){return a.getPropertyValue(s)===l};if(n("content","none")||n("display","none")||n("visibility","hidden")||n("position","absolute")===!1||xr(a).alpha===0&&n("background-image","none"))return 0;var i=cp(a.getPropertyValue("width")),o=cp(a.getPropertyValue("height"));return i.unit!=="px"||o.unit!=="px"?i.value===0||o.value===0?0:1/0:i.value*o.value});function QA(e){var t={nonBmp:!0},r=Ho(e,t),a=ae(Ca(e,t))==="";return r&&a}function cp(e){var t=/^([0-9.]+)([a-z]+)$/i,r=e.match(t)||[],a=H(r,3),n=a[1],i=n===void 0?"":n,o=a[2],u=o===void 0?"":o;return{value:parseFloat(i),unit:u.toLowerCase()}}var eF={ARTICLE:!0,ASIDE:!0,NAV:!0,SECTION:!0},tF={alert:!0,alertdialog:!0,application:!0,article:!0,banner:!1,complementary:!0,contentinfo:!0,dialog:!0,form:!0,log:!0,main:!0,navigation:!0,region:!0,search:!1,status:!0,tabpanel:!0};function rF(e){var t=e.nodeName.toUpperCase();return eF[t]||!1}function aF(e,t){var r=pe(e);return r&&(tF[r]||t.roles.includes(r))||!1}function nF(e,t){return aF(e,t)||rF(e)}var iF=nF;function oF(e,t,r){var a=le(r,{dpub:!0,fallback:!0}),n=Io(a);return n&&this.data(a),n}var uF=oF;function sF(e,t,r){var a=le(r,{noImplicit:!0});this.data(a);var n,i;try{n=ae(zo(r)).toLowerCase(),i=ae(Ue(r)).toLowerCase()}catch{return}if(!i&&!n)return!1;if(!(!i&&n)&&i.includes(n))return!1}var lF=sF;function cF(e,t,r){return Be(r)}var dF=cF;function fF(e,t,r){var a=Ze(r.attr("role")),n=a.every(function(i){return!Ea(i.toLowerCase(),{allowAbstract:!0})});return n?(this.data(a),!0):!1}var pF=fF;function mF(e,t,r){var a=pe(r);if(a===null)return!1;var n=Tt(a);return n==="widget"||n==="composite"}var hF=mF;function vF(e,t,r){var a=yr().filter(function(n){return r.hasAttr(n)});return this.data(a),a.length>0}var gF=vF;function bF(e,t){var r=It(e);return!r&&t.length===2&&t.includes("none")&&t.includes("presentation")}function yF(e,t,r){var a=Ze(r.attr("role"));return a.length<=1?!1:bF(r,a)?void 0:!0}var DF=yF;function wF(e,t,r){var a=le(r,{dpub:!0,fallback:!0}),n=ve.ariaRoles[a];return n!=null&&n.deprecated?(this.data(a),!0):!1}function _F(e,t,r){var a,n=(a=r.attr("aria-brailleroledescription"))!==null&&a!==void 0?a:"";if(ae(n)==="")return!0;var i=r.attr("aria-roledescription");return typeof i!="string"?(this.data({messageKey:"noRoleDescription"}),!1):ae(i)===""?(this.data({messageKey:"emptyRoleDescription"}),!1):!0}function xF(e,t,r){var a,n=(a=r.attr("aria-braillelabel"))!==null&&a!==void 0?a:"";if(!n.trim())return!0;try{return ae(Ue(r))!==""}catch{return}}function EF(e,t,r){t=Array.isArray(t.value)?t.value:[];var a="",n="",i=[],o=/^aria-/,u=["aria-errormessage"],s={"aria-controls":function(){var c=["false",null].includes(r.attr("aria-haspopup"))===!1;return c&&(a='aria-controls="'.concat(r.attr("aria-controls"),'"'),n="controlsWithinPopup"),r.attr("aria-expanded")!=="false"&&r.attr("aria-selected")!=="false"&&c===!1},"aria-current":function(c){c||(a='aria-current="'.concat(r.attr("aria-current"),'"'),n="ariaCurrent")},"aria-owns":function(){return r.attr("aria-expanded")!=="false"},"aria-describedby":function(c){c||(a='aria-describedby="'.concat(r.attr("aria-describedby"),'"'),n=x._tree&&x._tree[0]._hasShadowRoot?"noIdShadow":"noId")},"aria-labelledby":function(c){c||(a='aria-labelledby="'.concat(r.attr("aria-labelledby"),'"'),n=x._tree&&x._tree[0]._hasShadowRoot?"noIdShadow":"noId")}};if(r.attrNames.forEach(function(l){if(!(u.includes(l)||t.includes(l)||!o.test(l))){var c,d=r.attr(l);try{c=Rf(r,l)}catch{a="".concat(l,'="').concat(d,'"'),n="idrefs";return}(!s[l]||s[l](c))&&!c&&(d===""&&!AF(l)?(a=l,n="empty"):i.push("".concat(l,'="').concat(d,'"')))}}),i.length)return this.data(i),!1;if(a){this.data({messageKey:n,needsReview:a});return}return!0}function AF(e){var t;return((t=ve.ariaAttrs[e])===null||t===void 0?void 0:t.type)==="string"}function FF(e,t,r){t=Array.isArray(t.value)?t.value:[];var a=[],n=/^aria-/;return r.attrNames.forEach(function(i){t.indexOf(i)===-1&&n.test(i)&&!gi(i)&&a.push(i)}),a.length?(this.data(a),!1):!0}var CF=FF;function RF(e,t,r){var a=r.attrNames.filter(function(n){var i=ve.ariaAttrs[n];if(!gi(n))return!1;var o=i.unsupported;return M(o)!=="object"?!!o:!Aa(e,o.exceptions)});return a.length?(this.data(a),!0):!1}var TF=RF;function kF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=le(r),n=t.supportedRoles||[];if(n.includes(a))return!0;if(!(a&&a!=="presentation"&&a!=="none"))return!1}var SF=kF;function dp(e,t,r,a){var n=pe(e);if(r||(r=Vu(n)),!r)return null;for(var i=r.includes("group"),o=a?e:e.parent;o;){var u=le(o,{noPresentational:!0});if(!u)o=o.parent;else if(u==="group"&&i)t.includes(n)&&r.push(n),r=r.filter(function(s){return s!=="group"}),o=o.parent;else return r.includes(u)?null:r}return r}function OF(e){for(var t=[],r=null;e;){if(e.getAttribute("id")){var a=Oe(e.getAttribute("id")),n=Xe(e);r=n.querySelector("[aria-owns~=".concat(a,"]")),r&&t.push(r)}e=e.parentElement}return t.length?t:null}function MF(e,t,r){var a=t&&Array.isArray(t.ownGroupRoles)?t.ownGroupRoles:[],n=dp(r,a);if(!n)return!0;var i=OF(e);if(i){for(var o=0,u=i.length;o<u;o++)if(n=dp(ce(i[o]),a,n,!0),!n)return!0}return this.data(n),!1}var IF=MF;function PF(e,t,r){var a=t&&Array.isArray(t.reviewEmpty)?t.reviewEmpty:[],n=pe(r,{dpub:!0}),i=Hu(n);if(i===null)return!0;var o=NF(r,i),u=o.filter(function(s){var l=s.role,c=s.vNode;return c.props.nodeType===1&&!i.includes(l)});if(u.length)return this.relatedNodes(u.map(function(s){var l=s.vNode;return l})),this.data({messageKey:"unallowed",values:u.map(function(s){var l=s.vNode,c=s.attr;return qF(l,c)}).filter(function(s,l,c){return c.indexOf(s)===l}).join(", ")}),!1;if(BF(i,o))return!0;if(r.attr("aria-busy")==="true")return this.data({messageKey:"aria-busy"}),!0;if(this.data(i),!(a.includes(n)&&!o.some(jF)))return!1}function NF(e,t){for(var r,a=[],n=Fa(e),i=function(){if(r.props.nodeType===3&&a.push({vNode:r,role:null}),r.props.nodeType!==1||!Te(r))return 1;var u=le(r,{noPresentational:!0}),s=LF(r),l=!!s||Be(r);if(!u&&!l||["group","rowgroup"].includes(u)&&t.some(function(d){return d===u}))n.push.apply(n,re(r.children));else if(u||l){var c=s||"tabindex";a.push({role:u,attr:c,vNode:r})}};r=n.shift();)i();return a}function BF(e,t){return t.some(function(r){var a=r.role;return a&&e.includes(a)})}function LF(e){return yr().find(function(t){return e.hasAttr(t)})}function qF(e,t){var r=e.props,a=r.nodeName,n=r.nodeType;if(n===3)return"#text";var i=pe(e,{dpub:!0});return i?"[role=".concat(i,"]"):t?a+"[".concat(t,"]"):a}function jF(e){var t=e.vNode;return t.props.nodeType===3?t.props.nodeValue.trim().length>0:Ra(t,!1,!0)}function $F(e){var t,r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a=arguments.length>2?arguments[2]:void 0,n=pe(a),i=a.attrNames,o=Cf(n);if(Array.isArray(r[n])&&(o=Ba(r[n],o)),!n||!i.length||!o.length||zF(a,n)||HF(a,n)||n==="slider"&&(t=a.attr("aria-valuetext"))!==null&&t!==void 0&&t.trim())return!0;var u=wr(a),s=o.filter(function(l){return!a.attr(l)&&!VF(u,l)});return s.length?(this.data(s),!1):!0}function zF(e,t){return t==="separator"&&!Be(e)}function VF(e,t){var r;return((r=e.implicitAttrs)===null||r===void 0?void 0:r[t])!==void 0}function HF(e,t){return t==="combobox"&&e.attr("aria-expanded")==="false"}function GF(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=t?.elementsAllowedAriaLabel||[],n=r.props.nodeName,i=le(r,{chromium:!0,fallback:!0}),o=UF(r,i,n,a),u=o.filter(function(c){return r.attrNames.includes(c)?ae(r.attr(c))!=="":!1});if(u.length===0)return!1;var s=i!==null?"hasRole":"noRole";s+=u.length>1?"Plural":"Singular",this.data({role:i,nodeName:n,messageKey:s,prohibited:u});var l=ur(r,{subtreeDescendant:!0});if(ae(l)==="")return!0}function UF(e,t,r,a){var n=ve.ariaRoles[t];return n?n.prohibitedAttrs||[]:t||a.includes(r)||fp(e)==="widget"?[]:["aria-label","aria-labelledby"]}var fp=Re(function(t){if(t){var r=le(t,{noPresentational:!0,chromium:!0});return r?Tt(r):fp(t.parent)}});function WF(e,t,r){var a=r.attr("aria-level"),n=parseInt(a,10);if(!(n>6))return!0}var YF=WF;function KF(e,t,r){return r.attr("aria-hidden")!=="true"}var XF=KF;function ZF(e,t,r){t=Array.isArray(t)?t:[];var a=r.attr("aria-errormessage"),n=r.hasAttr("aria-errormessage"),i=r.attr("aria-invalid"),o=r.hasAttr("aria-invalid");if(!o||i==="false")return!0;function u(s){if(s.trim()==="")return ve.ariaAttrs["aria-errormessage"].allowEmpty;var l;try{l=s&&Mt(r,"aria-errormessage")[0]}catch{this.data({messageKey:"idrefs",values:Ze(s)});return}if(l)return Te(l)?pe(l)==="alert"||l.getAttribute("aria-live")==="assertive"||l.getAttribute("aria-live")==="polite"||Ze(r.attr("aria-describedby")).indexOf(s)>-1:(this.data({messageKey:"hidden",values:Ze(s)}),!1)}return t.indexOf(a)===-1&&n?(this.data(Ze(a)),u.call(this,a)):!0}function pp(e){var t,r,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=a.invalidTableRowAttrs,i=arguments.length>2?arguments[2]:void 0,o=(t=n==null||(r=n.filter)===null||r===void 0?void 0:r.call(n,function(c){return i.hasAttr(c)}))!==null&&t!==void 0?t:[];if(o.length===0)return!0;var u=JF(i),s=u&&le(u);if(!s||s==="treegrid")return!0;var l="row".concat(o.length>1?"Plural":"Singular");return this.data({messageKey:l,invalidAttrs:o,ownerRole:s}),!1}function JF(e){if(e.parent){var t='table:not([role]), [role~="treegrid"], [role~="table"], [role~="grid"]';return lt(e,t)}}function mp(e,t,r){var a=r.props,n=a.nodeName,i=a.type,o=eC(r.attr("aria-checked"));if(n!=="input"||i!=="checkbox"||!o)return!0;var u=QF(r);return o===u?!0:(this.data({messageKey:"checkbox",checkState:u}),!1)}function QF(e){return e.props.indeterminate?"mixed":e.props.checked?"true":"false"}function eC(e){return e?(e=e.toLowerCase(),["mixed","true"].includes(e)?e:"false"):""}var hp={row:pp,checkbox:mp};function tC(e,t,r){var a=le(r);return hp[a]?hp[a].call(this,e,t,r):!0}function rC(e,t,r){return r.attr("aria-busy")==="true"}function aC(e){var t=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},r=arguments.length>2?arguments[2]:void 0,a=t.allowImplicit,n=a===void 0?!0:a,i=t.ignoredTags,o=i===void 0?[]:i,u=r.props.nodeName;if(o.map(function(l){return l.toLowerCase()}).includes(u))return!0;var s=_f(r,n);return s.length?(this.data(s),Te(r)?!1:void 0):!0}var nC=aC;function iC(e,t,r){var a=[],n=le(r),i=yf(n);Array.isArray(t[n])&&(i=Ba(t[n].concat(i)));var o=xe(r.attrNames),u;try{for(o.s();!(u=o.n()).done;){var s=u.value;gi(s)&&!i.includes(s)&&!oC(s,r.attr(s),r)&&a.push(s)}}catch(l){o.e(l)}finally{o.f()}if(!a.length)return!0;if(this.data(a.map(function(l){return l+'="'+r.attr(l)+'"'})),!(!n&&!Ru(r)&&!Be(r)))return!1}function oC(e,t,r){return!!(e==="aria-required"&&t==="false"||e==="aria-multiline"&&t==="false"&&r.hasAttr("contenteditable"))}function uC(e,t,r){var a=Ze(r.attr("role")).filter(function(n){return Tt(n)==="abstract"});return a.length>0?(this.data(a),!0):!1}var sC=uC;function lC(e){var t=Cr(e.getAttribute("lang")),r=Cr(e.getAttribute("xml:lang"));return pi(t)&&pi(r)}var cC=lC;function dC(e){return e.ownerDocument.defaultView.self===e.ownerDocument.defaultView.top}var fC=dC;function pC(e,t){try{var r=t.props.nodeName;return r==="svg"?!0:!!lt(t,"svg")}catch{return!1}}var Qu=pC;function mC(e,t){return hC.every(function(r){return r(e,t)})}var hC=[function(e,t){return vp(t)},function(e,t){return vC(t)},function(e,t){return!Qu(e,t)},function(e,t){return Be(t)},function(e,t){return gt(t)||!gC(t)},function(e){return!Jo(e,{noLengthCompare:!0})}];function vp(e){return Tt(e)==="widget"}function vC(e){return e.props.nodeName!=="area"}var gC=Re(function e(t){return t!=null&&t.parent?vp(t.parent)&&gt(t.parent)?!0:e(t.parent):!1});function bC(e,t){var r=le(t);return["treegrid","grid","table"].includes(r)}function yC(e,t){var r=t.parent;if(r.props.nodeName!=="details"||DC(t))return!1;var a=r.children.find(function(n){return n.props.nodeName==="summary"});return a===t}function DC(e){var t,r=(t=e.actualNode)===null||t===void 0?void 0:t.parentElement;return r&&r!==e.parent.actualNode}function wC(e){return eu(e)&&kn(e)}var _C=wC;function xC(e,t){return Kt(e,13)!==void 0&&zu(t)===!1&&EC(t)}function EC(e){return dt(e,"*").some(function(t){return Ra(t,!0,!0)})}function AC(e,t){return It(t,{chromiumRoles:!0})!==null}var FC=AC;function CC(e){var t=Array.from(e.parentNode.childNodes),r=e.textContent.trim(),a=/[.!?:;](?![.!?:;])/g;if(r.length===0||(r.match(a)||[]).length>=2)return!1;var n=t.slice(t.indexOf(e)+1).filter(function(i){return i.nodeName.toUpperCase()==="P"&&i.textContent.trim()!==""});return n.length!==0}var RC=CC;function TC(e,t){var r=pe(t);if(!r||["none","presentation"].includes(r))return!0;var a=ad[r]||{},n=a.accessibleNameRequired;return!!(n||Be(t))}var gp=TC,kC=function(t,r){return[gp,SC].every(function(a){return a(t,r)})};function SC(e){var t;if(!(e!=null&&(t=e.ownerDocument)!==null&&t!==void 0&&t.createRange))return!0;var r=e.ownerDocument.createRange();return r.setStart(e,0),r.setEnd(e,e.childNodes.length),r.getClientRects().length===0}function OC(e,t){return t.props.nodeName!=="html"}var MC=OC;function IC(e,t){return!t.attr("role")}var PC=IC;function NC(e,t){var r=Lt(t.attr("tabindex"));return r===null||r>=0}var BC=NC;function LC(e,t){var r=wr(t),a=r.namingMethods;return!(a&&a.length!==0||pe(t)==="combobox"&&dt(t,'input:not([type="hidden"])').length||zu(t,{popupRoles:["listbox"]}))}var qC=LC;function jC(e,t){return!(!t.hasAttr("role")||!t.attr("role").trim())}var $C=jC;function zC(e){return!(!e.currentSrc||e.hasAttribute("paused")||e.hasAttribute("muted"))}var VC=zC;function HC(e,t){var r=le(t);return r?!!ve.ariaRoles[r].childrenPresentational:!1}var GC=HC;function UC(e){var t=ae(e.innerText),r=pe(e);return r&&r!=="link"||!t||!ut(e)?!1:Jo(e)}var WC=UC;function YC(e){return!hi(e)&&!Be(e)}var KC=YC;function XC(e,t){return ZC(t)&&Te(t)}function ZC(e){var t=Hr("landmark"),r=le(e);if(!r)return!1;var a=e.props.nodeName;if(a==="section"||a==="form"){var n=Ue(e);return!!n}return t.indexOf(r)>=0||r==="region"}function JC(e,t){var r="article, aside, main, nav, section";return e.hasAttribute("role")||!Ir(t,r)}var QC=JC;function e3(e,t){if(t.props.nodeName!=="input"||t.hasAttr("type")===!1)return!0;var r=t.attr("type").toLowerCase();return["hidden","image","button","submit","reset"].includes(r)===!1}var t3=e3;function r3(e,t){var r=le(e);if(!r)return!1;var a=Hr("widget"),n=a.includes(r);if(!n)return!1;var i=$u();return!(!i.includes(r)||!ae(xa(t))&&!ae(_a(e))||!ae(Pt(t)))}var a3=r3;function n3(e,t){return ut(t)}function i3(e){return ut(e)}function o3(e,t,r){return r.initiator}var bp=o3;function u3(e){return Hd(e)}var s3=u3;function l3(e,t){var r=!!Ue(t);if(!r)return!1;var a=le(e);return!(a&&a!=="link")}var c3=l3;function d3(e,t){return!Qu(e,t)}var f3=d3;function p3(e,t){return le(t)==="heading"}function m3(e,t){return It(t,{chromium:!0})!==null}var h3=m3;function v3(e){var t=e.getAttribute("title");return!!ae(t)}var g3=v3;function b3(e,t,r){var a,n;return!r.initiator&&!r.focusable&&((a=r.size)===null||a===void 0?void 0:a.width)*((n=r.size)===null||n===void 0?void 0:n.height)>1}var y3=b3;function D3(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Oe(t),'"]'),a=Array.from(Xe(e).querySelectorAll(r));return!vi(e)&&a.every(function(n){return!Be(n)})}var w3=D3;function _3(e){return vi(e)}var x3=_3;function E3(e){var t=e.getAttribute("id").trim(),r='*[id="'.concat(Oe(t),'"]'),a=Array.from(Xe(e).querySelectorAll(r));return!vi(e)&&a.some(Be)}var A3=E3;function F3(e){return hi(e)}var C3=F3;function R3(e){if(hi(e)){var t=Ut(e);return t.length>=3&&t[0].length>=3&&t[1].length>=3&&t[2].length>=3}return!1}var T3=R3;function k3(e,t){var r=t.props,a=r.nodeName,n=r.type;if(a==="option"||a==="select"&&!e.options.length)return!1;var i=["hidden","range","color","checkbox","radio","image"];if(a==="input"&&i.includes(n)||za(t)||Bn(t))return!1;var o=["input","select","textarea"];if(o.includes(a)){var u=E.getComputedStyle(e),s=parseInt(u.getPropertyValue("text-indent"),10);if(s){var l=e.getBoundingClientRect();if(l={top:l.top,bottom:l.bottom,left:l.left+s,right:l.right+s},!tu(l,e))return!1}return!0}var c=Ir(t,"label");if(a==="label"||c){var d=c||e,f=c?ce(c):t;if(d.htmlFor){var p=Xe(d),m=p.getElementById(d.htmlFor),h=m&&ce(m);if(h&&za(h))return!1}var v='input:not([type="hidden"],[type="image"],[type="button"],[type="submit"],[type="reset"]), select, textarea',g=dt(f,v)[0];if(g&&za(g))return!1}for(var b=[],w=t;w;){if(w.props.id){var D=ju(w).filter(function(I){return Ze(I.getAttribute("aria-labelledby")||"").includes(w.props.id)}).map(function(I){return ce(I)});b.push.apply(b,re(D))}w=w.parent}if(b.length>0&&b.every(za)||!M3(t)||!parseFloat(t.getComputedStylePropertyValue("font-size")))return!1;for(var _=N.createRange(),C=t.children,T=0;T<C.length;T++){var O=C[T];O.actualNode.nodeType===3&&ae(O.actualNode.nodeValue)!==""&&_.selectNodeContents(O.actualNode)}var $=Array.from(_.getClientRects()),S=ba(t);return $.some(function(I){var z=tu(I,e);if(!S.length)return z;var V=S.some(function(Q){return yo(I,Q.boundingClientRect)});return z&&V})}var S3=k3,O3={emoji:!0,nonBmp:!1,punctuations:!0};function M3(e){var t=Pt(e,!1,!0);return t===""||Ca(t,O3)===""?!1:e.children.some(function(r){return r.props.nodeName==="#text"&&!Go(r)})}function I3(e,t,r){return bp(e,t,r)?!!e.querySelector("a[href]"):!0}var P3=I3;function N3(e,t){var r=t.attr("autocomplete");if(!r||ae(r)==="")return!1;var a=t.props.nodeName;if(["textarea","input","select"].includes(a)===!1)return!1;var n=t.attr("aria-readonly")||"false";if(t.hasAttr("readonly")||n.toLowerCase()==="true")return!1;var i=["submit","reset","button","hidden"];if(a==="input"&&i.includes(t.props.type))return!1;var o=t.attr("aria-disabled")||"false";if(t.hasAttr("disabled")||o.toLowerCase()==="true")return!1;var u=pe(t),s=Lt(t.attr("tabindex"));if(s<0&&t.hasAttr("role")){var l=ve.ariaRoles[u];if(l===void 0||l.type!=="widget")return!1}return!(s<0&&t.actualNode&&!ut(t)&&!Te(t))}var B3=N3;function L3(e,t){var r=pe(t);return!!Vu(r)}var q3=L3;function j3(e,t){var r=pe(t,{dpub:!0});return!!Hu(r)}var $3=j3;function yp(e){return e?e.getAttribute("aria-hidden")==="true"?!1:yp(Ge(e)):!0}function z3(e){return yp(Ge(e))}var V3=z3;function H3(e,t){var r=/^aria-/;return t.attrNames.some(function(a){return r.test(a)})}var G3=H3;function U3(e,t){return pe(t,{dpub:!0,fallback:!0})!==null}var W3=U3;function Y3(e,t){var r=/^aria-/,a=t.attrNames;if(a.length){for(var n=0,i=a.length;n<i;n++)if(r.test(a[n]))return!0}return!1}var K3=Y3,X3={"abstractrole-evaluate":sC,"accesskeys-after":CA,"accesskeys-evaluate":AA,"alt-space-value-evaluate":nA,"aria-allowed-attr-evaluate":iC,"aria-allowed-attr-matches":K3,"aria-allowed-role-evaluate":nC,"aria-allowed-role-matches":W3,"aria-busy-evaluate":rC,"aria-conditional-attr-evaluate":tC,"aria-conditional-checkbox-attr-evaluate":mp,"aria-conditional-row-attr-evaluate":pp,"aria-errormessage-evaluate":ZF,"aria-has-attr-matches":G3,"aria-hidden-body-evaluate":XF,"aria-hidden-focus-matches":V3,"aria-label-evaluate":Nx,"aria-labelledby-evaluate":Ix,"aria-level-evaluate":YF,"aria-prohibited-attr-evaluate":GF,"aria-required-attr-evaluate":$F,"aria-required-children-evaluate":PF,"aria-required-children-matches":$3,"aria-required-parent-evaluate":IF,"aria-required-parent-matches":q3,"aria-roledescription-evaluate":SF,"aria-unsupported-attr-evaluate":TF,"aria-valid-attr-evaluate":CF,"aria-valid-attr-value-evaluate":EF,"attr-non-space-content-evaluate":jA,"autocomplete-appropriate-evaluate":HA,"autocomplete-matches":B3,"autocomplete-valid-evaluate":zA,"avoid-inline-spacing-evaluate":Ox,"braille-label-equivalent-evaluate":xF,"braille-roledescription-equivalent-evaluate":_F,"bypass-matches":P3,"caption-evaluate":b5,"caption-faked-evaluate":hx,"color-contrast-evaluate":ZA,"color-contrast-matches":S3,"css-orientation-lock-evaluate":c5,"data-table-large-matches":T3,"data-table-matches":C3,"deprecatedrole-evaluate":wF,"dlitem-evaluate":T5,"doc-has-title-evaluate":kx,"duplicate-id-active-matches":A3,"duplicate-id-after":jx,"duplicate-id-aria-matches":x3,"duplicate-id-evaluate":Lx,"duplicate-id-misc-matches":w3,"duplicate-img-label-evaluate":rA,"exists-evaluate":Rx,"explicit-evaluate":eA,"fallbackrole-evaluate":DF,"focusable-content-evaluate":xA,"focusable-disabled-evaluate":wA,"focusable-element-evaluate":yA,"focusable-modal-open-evaluate":gA,"focusable-no-name-evaluate":hA,"focusable-not-tabbable-evaluate":pA,"frame-focusable-content-evaluate":dA,"frame-focusable-content-matches":y3,"frame-tested-after":v5,"frame-tested-evaluate":m5,"frame-title-has-text-matches":g3,"has-alt-evaluate":Fx,"has-descendant-after":LA,"has-descendant-evaluate":NA,"has-global-aria-attribute-evaluate":gF,"has-implicit-chromium-role-matches":h3,"has-lang-evaluate":P5,"has-text-content-evaluate":IA,"has-widget-role-evaluate":hF,"heading-matches":p3,"heading-order-after":GE,"heading-order-evaluate":HE,"help-same-as-label-evaluate":J5,"hidden-content-evaluate":x_,"hidden-explicit-label-evaluate":X5,"html-namespace-matches":f3,"html5-scope-evaluate":px,"identical-links-same-purpose-after":$E,"identical-links-same-purpose-evaluate":qE,"identical-links-same-purpose-matches":c3,"implicit-evaluate":Y5,"inline-style-property-evaluate":xx,"inserted-into-focus-order-matches":s3,"internal-link-present-evaluate":sE,"invalid-children-evaluate":A5,"invalidrole-evaluate":pF,"is-element-focusable-evaluate":dF,"is-initiator-matches":bp,"is-on-screen-evaluate":_x,"is-visible-matches":i3,"is-visible-on-screen-matches":n3,"label-content-name-mismatch-evaluate":U5,"label-content-name-mismatch-matches":a3,"label-matches":t3,"landmark-has-body-context-matches":QC,"landmark-is-top-level-evaluate":cA,"landmark-is-unique-after":q5,"landmark-is-unique-evaluate":B5,"landmark-unique-matches":XC,"layout-table-matches":KC,"link-in-text-block-evaluate":XA,"link-in-text-block-matches":WC,"link-in-text-block-style-evaluate":UA,"listitem-evaluate":E5,"matches-definition-evaluate":MA,"meta-refresh-evaluate":oE,"meta-viewport-scale-evaluate":s5,"multiple-label-evaluate":V5,"nested-interactive-matches":GC,"no-autoplay-audio-evaluate":f5,"no-autoplay-audio-matches":VC,"no-empty-role-matches":$C,"no-explicit-name-required-matches":gp,"no-focusable-content-evaluate":uA,"no-implicit-explicit-label-evaluate":lF,"no-naming-method-matches":qC,"no-negative-tabindex-matches":BC,"no-role-matches":PC,"non-empty-if-present-evaluate":Dx,"not-html-matches":MC,"object-is-loaded-matches":kC,"only-dlitems-evaluate":x5,"only-listitems-evaluate":_5,"p-as-heading-evaluate":aE,"p-as-heading-matches":RC,"page-no-duplicate-after":SA,"page-no-duplicate-evaluate":TA,"presentation-role-conflict-matches":FC,"presentational-role-evaluate":bx,"region-after":Qx,"region-evaluate":Yx,"same-caption-summary-evaluate":lx,"scope-value-evaluate":sx,"scrollable-region-focusable-matches":xC,"skip-link-evaluate":Ux,"skip-link-matches":_C,"structured-dlitems-evaluate":D5,"summary-interactive-matches":yC,"svg-namespace-matches":Qu,"svg-non-empty-title-evaluate":gx,"tabindex-evaluate":oA,"table-or-grid-role-matches":bC,"target-offset-evaluate":i5,"target-size-evaluate":ZE,"td-has-header-evaluate":ox,"td-headers-attr-evaluate":nx,"th-has-data-cells-evaluate":ax,"title-only-evaluate":$5,"unique-frame-title-after":Hx,"unique-frame-title-evaluate":zx,"unsupportedrole-evaluate":uF,"valid-lang-evaluate":M5,"valid-scrollable-semantics-evaluate":iF,"widget-not-inline-matches":mC,"window-is-top-matches":fC,"xml-lang-mismatch-evaluate":S5,"xml-lang-mismatch-matches":cC},_i=X3;function Z3(e){this.id=e.id,this.data=null,this.relatedNodes=[],this.result=null}var es=Z3;function ts(e){if(typeof e=="string"){if(_i[e])return _i[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))}return e}function Dp(){var e=arguments.length>0&&arguments[0]!==void 0?arguments[0]:{};return(Array.isArray(e)||M(e)!=="object")&&(e={value:e}),e}function Ur(e){e&&(this.id=e.id,this.configure(e))}Ur.prototype.enabled=!0,Ur.prototype.run=function(t,r,a,n,i){r=r||{};var o=r.hasOwnProperty("enabled")?r.enabled:this.enabled,u=this.getOptions(r.options);if(o){var s=new es(this),l=ru(s,r,n,i),c;try{c=this.evaluate.call(l,t.actualNode,u,t,a)}catch(d){t&&t.actualNode&&(d.errorNode=yt.toSpec(t)),i(d);return}l.isAsync||(s.result=c,n(s))}else n(null)},Ur.prototype.runSync=function(t,r,a){r=r||{};var n=r,i=n.enabled,o=i===void 0?this.enabled:i;if(!o)return null;var u=this.getOptions(r.options),s=new es(this),l=ru(s);l.async=function(){throw new Error("Cannot run async check while in a synchronous run")};var c;try{c=this.evaluate.call(l,t.actualNode,u,t,a)}catch(d){throw t&&t.actualNode&&(d.errorNode=yt.toSpec(t)),d}return s.result=c,s},Ur.prototype.configure=function(t){var r=this;(!t.evaluate||_i[t.evaluate])&&(this._internalCheck=!0),t.hasOwnProperty("enabled")&&(this.enabled=t.enabled),t.hasOwnProperty("options")&&(this._internalCheck?this.options=Dp(t.options):this.options=t.options),["evaluate","after"].filter(function(a){return t.hasOwnProperty(a)}).forEach(function(a){return r[a]=ts(t[a])})},Ur.prototype.getOptions=function(t){return this._internalCheck?vu(this.options,Dp(t||{})):t||this.options};var wp=Ur;function J3(e){this.id=e.id,this.result=se.NA,this.pageLevel=e.pageLevel,this.impact=null,this.nodes=[]}var xi=J3;function it(e,t){this._audit=t,this.id=e.id,this.selector=e.selector||"*",e.impact&&(he(se.impact.includes(e.impact),"Impact ".concat(e.impact," is not a valid impact")),this.impact=e.impact),this.excludeHidden=typeof e.excludeHidden=="boolean"?e.excludeHidden:!0,this.enabled=typeof e.enabled=="boolean"?e.enabled:!0,this.pageLevel=typeof e.pageLevel=="boolean"?e.pageLevel:!1,this.reviewOnFail=typeof e.reviewOnFail=="boolean"?e.reviewOnFail:!1,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=ts(e.matches))}it.prototype.matches=function(){return!0},it.prototype.gather=function(t){var r=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},a="mark_gather_start_"+this.id,n="mark_gather_end_"+this.id,i="mark_isVisibleToScreenReaders_start_"+this.id,o="mark_isVisibleToScreenReaders_end_"+this.id;r.performanceTimer&&ge.mark(a);var u=Iu(this.selector,t);return this.excludeHidden&&(r.performanceTimer&&ge.mark(i),u=u.filter(function(s){return Te(s)}),r.performanceTimer&&(ge.mark(o),ge.measure("rule_"+this.id+"#gather_axe.utils.isVisibleToScreenReaders",i,o))),r.performanceTimer&&(ge.mark(n),ge.measure("rule_"+this.id+"#gather",a,n)),u},it.prototype.runChecks=function(t,r,a,n,i,o){var u=this,s=Nt();this[t].forEach(function(l){var c=u._audit.checks[l.id||l],d=ii(c,u.id,a);s.defer(function(f,p){c.run(r,d,n,f,function(m){p(new di({ruleId:u.id,method:"".concat(c.id,"#evaluate"),errorNode:new bt(r),error:m}))})})}),s.then(function(l){l=l.filter(function(c){return c}),i({type:t,results:l})}).catch(o)},it.prototype.runChecksSync=function(t,r,a,n){var i=this,o=[];return this[t].forEach(function(u){var s=i._audit.checks[u.id||u],l=ii(s,i.id,a);o.push(s.runSync(r,l,n))}),o=o.filter(function(u){return u}),{type:t,results:o}},it.prototype.run=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{},n=arguments.length>2?arguments[2]:void 0,i=arguments.length>3?arguments[3]:void 0;a.performanceTimer&&this._trackPerformance();var o=Nt(),u=new xi(this),s;try{s=this.gatherAndMatchNodes(t,a)}catch(l){i(l);return}a.performanceTimer&&this._logGatherPerformance(s),s.forEach(function(l){o.defer(function(c,d){var f=Nt();["any","all","none"].forEach(function(p){f.defer(function(m,h){r.runChecks(p,l,a,t,m,h)})}),f.then(function(p){var m=_p(p);m&&(m.node=new bt(l),u.nodes.push(m),r.reviewOnFail&&(["any","all"].forEach(function(h){m[h].forEach(function(v){v.result===!1&&(v.result=void 0)})}),m.none.forEach(function(h){h.result===!0&&(h.result=void 0)}))),c()}).catch(function(p){return d(p)})})}),o.then(function(){a.performanceTimer&&r._logRulePerformance(),setTimeout(function(){n(u)},0)}).catch(function(l){a.performanceTimer&&r._logRulePerformance(),i(l)})},it.prototype.runSync=function(t){var r=this,a=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};a.performanceTimer&&this._trackPerformance();var n=new xi(this),i=this.gatherAndMatchNodes(t,a);return a.performanceTimer&&this._logGatherPerformance(i),i.forEach(function(o){var u=[];["any","all","none"].forEach(function(l){u.push(r.runChecksSync(l,o,a,t))});var s=_p(u);s&&(s.node=o.actualNode?new bt(o):null,n.nodes.push(s),r.reviewOnFail&&(["any","all"].forEach(function(l){s[l].forEach(function(c){c.result===!1&&(c.result=void 0)})}),s.none.forEach(function(l){l.result===!0&&(l.result=void 0)})))}),a.performanceTimer&&this._logRulePerformance(),n},it.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},it.prototype._logGatherPerformance=function(t){gr("gather for ".concat(this.id," (").concat(t.length," nodes): ").concat(ge.timeElapsed(),"ms")),ge.mark(this._markChecksStart)},it.prototype._logRulePerformance=function(){ge.mark(this._markChecksEnd),ge.mark(this._markEnd),ge.measure("runchecks_"+this.id,this._markChecksStart,this._markChecksEnd),ge.measure("rule_"+this.id,this._markStart,this._markEnd)};function _p(e){if(e.length){var t=!1,r={};return e.forEach(function(a){var n=a.results.filter(function(i){return i});r[a.type]=n,n.length&&(t=!0)}),t?r:null}}it.prototype.gatherAndMatchNodes=function(t,r){var a=this,n="mark_matches_start_"+this.id,i="mark_matches_end_"+this.id,o=this.gather(t,r);return r.performanceTimer&&ge.mark(n),o=o.filter(function(u){try{return a.matches(u.actualNode,u,t)}catch(s){throw new di({ruleId:a.id,method:"#matches",errorNode:new bt(u),error:s})}}),r.performanceTimer&&(ge.mark(i),ge.measure("rule_"+this.id+"#matches",n,i)),o};function Q3(e){return Qn(e).map(function(t){var r=e._audit.checks[t.id||t];return r&&typeof r.after=="function"?r:null}).filter(Boolean)}function eR(e,t){var r=[];return e.forEach(function(a){var n=Qn(a);n.forEach(function(i){i.id===t&&(i.node=a.node,r.push(i))})}),r}function tR(e){return e.filter(function(t){return t.filtered!==!0})}function rR(e){var t=["any","all","none"],r=e.nodes.filter(function(a){var n=0;return t.forEach(function(i){a[i]=tR(a[i]),n+=a[i].length}),n>0});return e.pageLevel&&r.length&&(r=[r.reduce(function(a,n){if(a)return t.forEach(function(i){a[i].push.apply(a[i],n[i])}),a})]),r}it.prototype.after=function(t,r){var a=this,n=Q3(this);return n.forEach(function(i){var o=eR(t.nodes,i.id),u=ii(i,a.id,r),s;try{s=i.after(o,u.options)}catch(c){var l;throw new di({ruleId:a.id,method:"".concat(i.id,"#after"),errorNode:(l=t.nodes)===null||l===void 0||(l=l[0])===null||l===void 0?void 0:l.node,error:c})}a.reviewOnFail&&s.forEach(function(c){var d=(a.any.includes(c.id)||a.all.includes(c.id))&&c.result===!1,f=a.none.includes(c.id)&&c.result===!0;(d||f)&&(c.result=void 0)}),o.forEach(function(c){delete c.node,s.indexOf(c)===-1&&(c.filtered=!0)})}),t.nodes=rR(t),t},it.prototype.configure=function(t){t.hasOwnProperty("selector")&&(this.selector=t.selector),t.hasOwnProperty("excludeHidden")&&(this.excludeHidden=typeof t.excludeHidden=="boolean"?t.excludeHidden:!0),t.hasOwnProperty("enabled")&&(this.enabled=typeof t.enabled=="boolean"?t.enabled:!0),t.hasOwnProperty("pageLevel")&&(this.pageLevel=typeof t.pageLevel=="boolean"?t.pageLevel:!1),t.hasOwnProperty("reviewOnFail")&&(this.reviewOnFail=typeof t.reviewOnFail=="boolean"?t.reviewOnFail:!1),t.hasOwnProperty("any")&&(this.any=t.any),t.hasOwnProperty("all")&&(this.all=t.all),t.hasOwnProperty("none")&&(this.none=t.none),t.hasOwnProperty("tags")&&(this.tags=t.tags),t.hasOwnProperty("actIds")&&(this.actIds=t.actIds),t.hasOwnProperty("matches")&&(this.matches=ts(t.matches)),t.impact&&(he(se.impact.includes(t.impact),"Impact ".concat(t.impact," is not a valid impact")),this.impact=t.impact)};var Wr=/\{\{.+?\}\}/g,aR=(function(){function e(t){wt(this,e),this.lang="en",this.defaultConfig=t,this.standards=ve,this._init(),this._defaultLocale=null}return _t(e,[{key:"_setDefaultLocale",value:function(){if(!this._defaultLocale){for(var r={checks:{},rules:{},failureSummaries:{},incompleteFallbackMessage:"",lang:this.lang},a=Object.keys(this.data.checks),n=0;n<a.length;n++){var i=a[n],o=this.data.checks[i],u=o.messages,s=u.pass,l=u.fail,c=u.incomplete;r.checks[i]={pass:s,fail:l,incomplete:c}}for(var d=Object.keys(this.data.rules),f=0;f<d.length;f++){var p=d[f],m=this.data.rules[p],h=m.description,v=m.help;r.rules[p]={description:h,help:v}}for(var g=Object.keys(this.data.failureSummaries),b=0;b<g.length;b++){var w=g[b],D=this.data.failureSummaries[w],_=D.failureMessage;r.failureSummaries[w]={failureMessage:_}}r.incompleteFallbackMessage=this.data.incompleteFallbackMessage,this._defaultLocale=r}}},{key:"_resetLocale",value:function(){var r=this._defaultLocale;r&&this.applyLocale(r)}},{key:"_applyCheckLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.checks[i])throw new Error('Locale provided for unknown check: "'.concat(i,'"'));this.data.checks[i]=iR(this.data.checks[i],r[i])}}},{key:"_applyRuleLocale",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.rules[i])throw new Error('Locale provided for unknown rule: "'.concat(i,'"'));this.data.rules[i]=oR(this.data.rules[i],r[i])}}},{key:"_applyFailureSummaries",value:function(r){for(var a=Object.keys(r),n=0;n<a.length;n++){var i=a[n];if(!this.data.failureSummaries[i])throw new Error('Locale provided for unknown failureMessage: "'.concat(i,'"'));this.data.failureSummaries[i]=uR(this.data.failureSummaries[i],r[i])}}},{key:"applyLocale",value:function(r){this._setDefaultLocale(),r.checks&&this._applyCheckLocale(r.checks),r.rules&&this._applyRuleLocale(r.rules),r.failureSummaries&&this._applyFailureSummaries(r.failureSummaries,"failureSummaries"),r.incompleteFallbackMessage&&(this.data.incompleteFallbackMessage=sR(this.data.incompleteFallbackMessage,r.incompleteFallbackMessage)),r.lang&&(this.lang=r.lang)}},{key:"setAllowedOrigins",value:function(r){var a=Ep();this.allowedOrigins=[];var n=xe(r),i;try{for(n.s();!(i=n.n()).done;){var o=i.value;if(o===se.allOrigins){this.allowedOrigins=["*"];return}else o!==se.sameOrigin?this.allowedOrigins.push(o):a&&this.allowedOrigins.push(a)}}catch(u){n.e(u)}finally{n.f()}}},{key:"_init",value:function(){var r=nR(this.defaultConfig);this.lang=r.lang||"en",this.reporter=r.reporter,this.commands={},this.rules=[],this.checks={},this.brand="axe",this.application="axeAPI",this.tagExclude=["experimental","deprecated"],this.noHtml=r.noHtml,this.allowedOrigins=r.allowedOrigins,Ap(r.rules,this,"addRule"),Ap(r.checks,this,"addCheck"),this.data={},this.data.checks=r.data&&r.data.checks||{},this.data.rules=r.data&&r.data.rules||{},this.data.failureSummaries=r.data&&r.data.failureSummaries||{},this.data.incompleteFallbackMessage=r.data&&r.data.incompleteFallbackMessage||"",this._constructHelpUrls()}},{key:"registerCommand",value:function(r){this.commands[r.id]=r.callback}},{key:"addRule",value:function(r){r.metadata&&(this.data.rules[r.id]=r.metadata);var a=this.getRule(r.id);a?a.configure(r):this.rules.push(new it(r,this))}},{key:"addCheck",value:function(r){var a=r.metadata;M(a)==="object"&&(this.data.checks[r.id]=a,M(a.messages)==="object"&&Object.keys(a.messages).filter(function(n){return a.messages.hasOwnProperty(n)&&typeof a.messages[n]=="string"}).forEach(function(n){a.messages[n].indexOf("function")===0&&(a.messages[n]=new Function("return "+a.messages[n]+";")())})),this.checks[r.id]?this.checks[r.id].configure(r):this.checks[r.id]=new wp(r)}},{key:"run",value:function(r,a,n,i){this.normalizeOptions(a),bt.setRunOptions(a),x._selectCache=[];var o=lR(this.rules,r,a),u=o.now,s=o.later,l=Nt();u.forEach(function(f){l.defer(Fp(f,r,a))});var c=Nt();s.length&&c.defer(function(f){X1(a).then(function(p){return f(p)}).catch(function(p){console.warn("Couldn't load preload assets: ",p),f(void 0)})});var d=Nt();d.defer(l),d.defer(c),d.then(function(f){var p=f.pop();if(p&&p.length){var m=p[0];m&&(r=de({},r,m))}var h=f[0];if(!s.length){x._selectCache=void 0,n(h.filter(function(g){return!!g}));return}var v=Nt();s.forEach(function(g){var b=Fp(g,r,a);v.defer(b)}),v.then(function(g){x._selectCache=void 0,n(h.concat(g).filter(function(b){return!!b}))}).catch(i)}).catch(i)}},{key:"after",value:function(r,a){var n=this.rules;return r.map(function(i){if(i.error)return i;var o=Pa(n,"id",i.id);if(!o)throw new Error("Result for unknown rule. You may be running mismatch axe-core versions");try{return o.after(i,a)}catch(u){if(a.debug)throw u;return Cp(o,u)}})}},{key:"getRule",value:function(r){return this.rules.find(function(a){return a.id===r})}},{key:"normalizeOptions",value:function(r){var a=this,n=[],i=[];if(a.rules.forEach(function(c){i.push(c.id),c.tags.forEach(function(d){n.includes(d)||n.push(d)})}),["object","string"].includes(M(r.runOnly))){if(typeof r.runOnly=="string"&&(r.runOnly=[r.runOnly]),Array.isArray(r.runOnly)){var o=r.runOnly.find(function(c){return n.includes(c)}),u=r.runOnly.find(function(c){return i.includes(c)});if(o&&u)throw new Error("runOnly cannot be both rules and tags");u?r.runOnly={type:"rule",values:r.runOnly}:r.runOnly={type:"tag",values:r.runOnly}}var s=r.runOnly;if(s.value&&!s.values&&(s.values=s.value,delete s.value),!Array.isArray(s.values)||s.values.length===0)throw new Error("runOnly.values must be a non-empty array");if(["rule","rules"].includes(s.type))s.type="rule",s.values.forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.runOnly")});else if(["tag","tags",void 0].includes(s.type)){s.type="tag";var l=s.values.filter(function(c){return!n.includes(c)&&!/wcag2[1-3]a{1,3}/.test(c)});l.length!==0&&x.log("Could not find tags `"+l.join("`, `")+"`")}else throw new Error("Unknown runOnly type '".concat(s.type,"'"))}return M(r.rules)==="object"&&Object.keys(r.rules).forEach(function(c){if(!i.includes(c))throw new Error("unknown rule `"+c+"` in options.rules")}),r}},{key:"setBranding",value:function(r){var a={brand:this.brand,application:this.application};typeof r=="string"&&(this.application=r),r&&r.hasOwnProperty("brand")&&r.brand&&typeof r.brand=="string"&&(this.brand=r.brand),r&&r.hasOwnProperty("application")&&r.application&&typeof r.application=="string"&&(this.application=r.application),this._constructHelpUrls(a)}},{key:"_constructHelpUrls",value:function(){var r=this,a=arguments.length>0&&arguments[0]!==void 0?arguments[0]:null,n=(x.version.match(/^[1-9][0-9]*\.[0-9]+/)||["x.y"])[0];this.rules.forEach(function(i){r.data.rules[i.id]||(r.data.rules[i.id]={});var o=r.data.rules[i.id];(typeof o.helpUrl!="string"||a&&o.helpUrl===Rp(a,i.id,n))&&(o.helpUrl=Rp(r,i.id,n))})}},{key:"resetRulesAndChecks",value:function(){this._init(),this._resetLocale()}}])})(),xp=aR;function Ep(){if(E.origin&&E.origin!=="null")return E.origin;if(E.location&&E.location.origin&&E.location.origin!=="null")return E.location.origin}function nR(e){var t;if(e?(t=Wt(e),t.commons=e.commons):t={},t.reporter=t.reporter||null,t.noHtml=t.noHtml||!1,!t.allowedOrigins){var r=Ep();t.allowedOrigins=r?[r]:[]}return t.rules=t.rules||[],t.checks=t.checks||[],t.data=de({checks:{},rules:{}},t.data),t}function Ap(e,t,r){var a,n;for(a=0,n=e.length;a<n;a++)t[r](e[a])}var iR=function(t,r){var a=r.pass,n=r.fail;return typeof a=="string"&&Wr.test(a)&&(a=er.default.compile(a)),typeof n=="string"&&Wr.test(n)&&(n=er.default.compile(n)),de({},t,{messages:{pass:a||t.messages.pass,fail:n||t.messages.fail,incomplete:M(t.messages.incomplete)==="object"?de({},t.messages.incomplete,r.incomplete):r.incomplete}})},oR=function(t,r){var a=r.help,n=r.description;return typeof a=="string"&&Wr.test(a)&&(a=er.default.compile(a)),typeof n=="string"&&Wr.test(n)&&(n=er.default.compile(n)),de({},t,{help:a||t.help,description:n||t.description})},uR=function(t,r){var a=r.failureMessage;return typeof a=="string"&&Wr.test(a)&&(a=er.default.compile(a)),de({},t,{failureMessage:a||t.failureMessage})},sR=function(t,r){return typeof r=="string"&&Wr.test(r)&&(r=er.default.compile(r)),r||t};function lR(e,t,r){var a={now:[],later:[]},n=e.reduce(function(i,o){return tf(o,t,r)?o.preload?(i.later.push(o),i):(i.now.push(o),i):i},a);return n}function Fp(e,t,r){return r.performanceTimer&&ge.mark("mark_rule_start_"+e.id),function(a,n){e.run(t,r,function(i){return a(i)},function(i){r.debug?n(i):a(Cp(e,i))})}}function Cp(e,t){var r=t.errorNode,a=ci(t),n=[{id:"error-occurred",result:void 0,data:a,relatedNodes:[]}],i=r||new bt(N.documentElement);return Object.assign(new xi(e),{error:a,result:se.CANTTELL,nodes:[{any:[],all:[],none:n,node:i}]})}function Rp(e,t,r){var a=e.brand,n=e.application,i=e.lang;return se.helpUrlBase+a+"/"+(r||x.version.substring(0,x.version.lastIndexOf(".")))+"/"+t+"?application="+encodeURIComponent(n)+(i&&i!=="en"?"&lang="+encodeURIComponent(i):"")}function Tp(e){var t=E&&"Node"in E&&"NodeList"in E,r=!!N;if(!(t&&r)){if(!e||!e.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.');r||(ue.set("globalDocumentSet",!0),N=e.ownerDocument),t||(ue.set("globalWindowSet",!0),E=N.defaultView)}}function cR(){ue.get("globalDocumentSet")&&(ue.set("globalDocumentSet",!1),N=null),ue.get("globalWindowSet")&&(ue.set("globalWindowSet",!1),E=null)}function dR(){cR(),x._memoizedFns.forEach(function(e){return e.clear()}),ue.clear(),x._tree=void 0,x._selectorData=void 0,x._selectCache=void 0}var dr=dR;function kp(e,t,r,a){try{e=new oi(e),x._tree=e.flatTree,x._selectorData=Cn(e.flatTree)}catch(o){return dr(),a(o)}var n=Nt(),i=x._audit;t.performanceTimer&&ge.auditStart(),e.frames.length&&t.iframes!==!1&&n.defer(function(o,u){E1(e,t,"rules",null,o,u)}),n.defer(function(o,u){i.run(e,t,o,u)}),n.then(function(o){try{t.performanceTimer&&ge.auditEnd();var u=ei(o.map(function(s){return{results:s}}));e.initiator&&(t.performanceTimer&&ge.mark("auditAfterStart"),u=i.after(u,t),t.performanceTimer&&(ge.mark("auditAfterEnd"),ge.measure("audit.after","auditAfterStart","auditAfterEnd"),ge.logMeasures("audit.after")),u.forEach(li),u=u.map(na));try{r(u,dr)}catch(s){dr(),gr(s)}}catch(s){dr(),a(s)}}).catch(function(o){dr(),a(o)})}function fR(e){x._audit=new xp(e)}function pR(e,t,r){var a=r,n=function(s){s instanceof Error||(s=new Error(s)),r(s)},i=e&&e.context||{};i.hasOwnProperty("include")&&!i.include.length&&(i.include=[N]);var o=e&&e.options||{};switch(e.command){case"rules":return kp(i,o,function(u,s){u=yt.mapRawResults(u),a(u),s()},n);case"cleanup-plugin":return df(a,n);default:if(x._audit&&x._audit.commands&&x._audit.commands[e.command])return x._audit.commands[e.command](e,r)}}E.top!==E&&(kt.subscribe("axe.start",pR),kt.subscribe("axe.ping",function(e,t,r){r({axe:!0})}));function Ha(e){this._run=e.run,this._collect=e.collect,this._registry={},e.commands.forEach(function(t){x._audit.registerCommand(t)})}Ha.prototype.run=function(){return this._run.apply(this,arguments)},Ha.prototype.collect=function(){return this._collect.apply(this,arguments)},Ha.prototype.cleanup=function(t){var r=x.utils.queue(),a=this;Object.keys(this._registry).forEach(function(n){r.defer(function(i){a._registry[n].cleanup(i)})}),r.then(t)},Ha.prototype.add=function(t){this._registry[t.id]=t};function mR(e){x.plugins[e.id]=new Ha(e)}var hR=mR;function vR(){var e=x._audit;if(!e)throw new Error("No audit configured");e.resetRulesAndChecks(),Zy()}var gR=vR;function bR(e,t){var r=arguments.length>2&&arguments[2]!==void 0?arguments[2]:{};r.reporter=r.reporter||x._audit.reporter||"v1",x._selectorData={},t instanceof He||(t=new cf(t));var a=N1(e);if(!a)throw new Error("unknown rule `"+e+"`");a=Object.create(a,{excludeHidden:{value:!1}});var n={initiator:!0,include:[t],exclude:[],frames:[],page:!1,focusable:!0,size:{},flatTree:[]},i=a.runSync(n,r);li(i),na(i);var o=Qs([i]);return o.violations.forEach(function(u){return u.nodes.forEach(function(s){s.failureSummary=_u(s)})}),de({},lr(),o,{toolOptions:r})}function Sp(e){var t,r,a,n=H(e,3),i=n[0],o=n[1],u=n[2],s=new TypeError("axe.run arguments are invalid");if(!j1(i)){if(u!==void 0)throw s;u=o,o=i,i=N}if(M(o)!=="object"){if(u!==void 0)throw s;u=o,o={}}if(typeof u!="function"&&u!==void 0)throw s;return o=Wt(o),o.reporter=(t=(r=o.reporter)!==null&&r!==void 0?r:(a=x._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",{context:i,options:o,callback:u}}var rs=function(){};function yR(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];Tp(t[0]);var a=Sp(t),n=a.context,i=a.options,o=a.callback,u=o===void 0?rs:o,s=DR(u),l=s.thenable,c=s.resolve,d=s.reject;try{he(x._audit,"No audit configured"),he(!x._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.")}catch(m){return _R(m,u)}x._running=!0,i.performanceTimer&&ge.start();function f(m,h){var v=function(w){i.performanceTimer&&(ge.mark("reporterEnd"),ge.measure("reporter","reporterStart","reporterEnd"),ge.logMeasures("reporter"),ge.end()),x._running=!1,h();try{c(w)}catch(D){x.log(D)}},g=function(w){x._running=!1,h();try{d(w)}catch(D){x.log(D)}};try{i.performanceTimer&&ge.mark("reporterStart"),wR(m,i,v,g)}catch(b){g(b)}}function p(m){i.performanceTimer&&ge.end(),x._running=!1,u(m),d(m)}return x._runRules(n,i,f,p),l}function DR(e){var t,r,a;return typeof Promise=="function"&&e===rs?t=new Promise(function(n,i){r=i,a=n}):(a=function(i){return e(null,i)},r=function(i){return e(i)}),{thenable:t,reject:r,resolve:a}}function wR(e,t,r,a){var n=Bu(t.reporter),i=n(e,t,r,a);i!==void 0&&r(i)}function _R(e,t){if(typeof t=="function"&&t!==rs){t(e.message);return}throw e}function xR(){for(var e=arguments.length,t=new Array(e),r=0;r<e;r++)t[r]=arguments[r];var a=Sp(t),n=a.options,i=a.context;he(x._audit,"Axe is not configured. Audit is missing."),he(!x._running,"Axe is already running. Use `await axe.run()` to wait for the previous run to finish before starting a new run.");var o=new oi(i,x._tree);return x._tree=o.flatTree,x._selectorData=Cn(o.flatTree),x._running=!0,n.elementRef=!1,new Promise(function(u,s){x._audit.run(o,n,u,s)}).then(function(u){u=yt.mapRawResults(u);var s=o.frames.map(function(c){var d=c.node;return yt.toSpec(d)}),l;return o.initiator&&(l=lr()),x._running=!1,dr(),{results:u,frames:s,environmentData:l}}).catch(function(u){return x._running=!1,dr(),Promise.reject(u)})}function ER(e){var t,r,a,n=arguments.length>1&&arguments[1]!==void 0?arguments[1]:{};n=Wt(n);var i=e.find(function(s){return s.environmentData})||{},o=i.environmentData;x._audit.normalizeOptions(n),n.reporter=(t=(r=n.reporter)!==null&&r!==void 0?r:(a=x._audit)===null||a===void 0?void 0:a.reporter)!==null&&t!==void 0?t:"v1",AR(e);var u=ei(e);return u=x._audit.after(u,n),u.forEach(li),u=u.map(na),CR(u,de({environmentData:o},n))}function AR(e){var t=[],r=xe(e),a;try{for(r.s();!(a=r.n()).done;){var n=a.value,i=t.shift();if(n){n.frameSpec=i??null;var o=FR(n);t.unshift.apply(t,re(o))}}}catch(u){r.e(u)}finally{r.f()}}function FR(e){var t=e.frames,r=e.frameSpec;return r?t.map(function(a){return yt.mergeSpecs(a,r)}):t}function CR(e,t){return new Promise(function(r,a){var n=Bu(t.reporter);n(e,t,r,a)})}function RR(e){if(x._tree)throw new Error("Axe is already setup. Call `axe.teardown()` before calling `axe.setup` again.");return e&&M(e.documentElement)==="object"&&M(e.defaultView)==="object"&&(e=e.documentElement),Tp(e),x._tree=Du(e),x._selectorData=Cn(x._tree),x._tree[0]}var TR=RR,kR=function(t,r,a){console.warn('"na" reporter will be deprecated in axe v4.0. Use the "v2" reporter instead.'),typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Yp);a(de({},lr(i),{toolOptions:o},Na(t,r)))},SR=kR,OR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Kp);r.resultTypes=["violations"];var u=Na(t,r),s=u.violations;a(de({},lr(i),{toolOptions:o,violations:s}))},MR=OR,IR=function(t,r,a){if(typeof r=="function"&&(a=r,r={}),!t||!Array.isArray(t))return a(t);var n=t.map(function(i){for(var o=de({},i),u=["passes","violations","incomplete","inapplicable"],s=0,l=u;s<l.length;s++){var c=l[s];o[c]=yt.mapRawNodeResults(o[c])}return o});a(n)},Op=IR,PR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Xp);Op(t,o,function(u){var s=lr(i);a({raw:u,env:s})})},NR=PR,BR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Zp),u=Na(t,r),s=function(c){c.nodes.forEach(function(d){d.failureSummary=_u(d)})};u.incomplete.forEach(s),u.violations.forEach(s),a(de({},lr(i),{toolOptions:o},u))},LR=BR,qR=function(t,r,a){typeof r=="function"&&(a=r,r={});var n=r,i=n.environmentData,o=qe(n,Jp),u=Na(t,r);a(de({},lr(i),{toolOptions:o},u))},jR=qR,$R={base:{Audit:xp,CheckResult:es,Check:wp,Context:oi,RuleResult:xi,Rule:it,metadataFunctionMap:_i},public:{reporters:La},helpers:{failureSummary:_u,incompleteFallbackMessage:xu,processAggregate:Na},utils:{setDefaultFrameMessenger:b1,cacheNodeSelectors:R1,getNodesMatchingExpression:F1,convertSelector:Yn},commons:{dom:{nativelyHidden:_c,displayHidden:xc,visibilityHidden:Ec,contentVisibiltyHidden:Ac,ariaHidden:Fc,opacityHidden:Cc,scrollHidden:Rc,overflowHidden:Tc,clipHidden:kc,areaHidden:Do,detailsHidden:Sc}}},zR=$R;x._thisWillBeDeletedDoNotUse=zR,x.constants=se,x.log=gr,x.AbstractVirtualNode=He,x.SerialVirtualNode=cf,x.VirtualNode=Wn,x._cache=ue,x.imports=al,x.cleanup=df,x.configure=b_,x.frameMessenger=y_,x.getRules=w_,x._load=fR,x.plugins={},x.registerPlugin=hR,x.hasReporter=pf,x.getReporter=Bu,x.addReporter=v_,x.reset=gR,x._runRules=kp,x.runVirtualRule=bR,x.run=yR,x.setup=TR,x.teardown=dr,x.runPartial=xR,x.finishRun=ER,x.commons=Pf,x.utils=Hi,x.addReporter("na",SR),x.addReporter("no-passes",MR),x.addReporter("rawEnv",NR),x.addReporter("raw",Op),x.addReporter("v1",LR),x.addReporter("v2",jR,!0)})(),x._load({lang:"en",data:{rules:{accesskeys:{description:"Ensure every accesskey attribute value is unique",help:"accesskey attribute value should be unique"},"area-alt":{description:"Ensure <area> elements of image maps have alternative text",help:"Active <area> elements must have alternative text"},"aria-allowed-attr":{description:"Ensure an element's role supports its ARIA attributes",help:"Elements must only use supported ARIA attributes"},"aria-allowed-role":{description:"Ensure role attribute has an appropriate value for the element",help:"ARIA role should be appropriate for the element"},"aria-braille-equivalent":{description:"Ensure aria-braillelabel and aria-brailleroledescription have a non-braille equivalent",help:"aria-braille attributes must have a non-braille equivalent"},"aria-command-name":{description:"Ensure every ARIA button, link and menuitem has an accessible name",help:"ARIA commands must have an accessible name"},"aria-conditional-attr":{description:"Ensure ARIA attributes are used as described in the specification of the element's role",help:"ARIA attributes must be used as specified for the element's role"},"aria-deprecated-role":{description:"Ensure elements do not use deprecated roles",help:"Deprecated ARIA roles must not be used"},"aria-dialog-name":{description:"Ensure every ARIA dialog and alertdialog node has an accessible name",help:"ARIA dialog and alertdialog nodes should have an accessible name"},"aria-hidden-body":{description:'Ensure aria-hidden="true" is not present on the document body.',help:'aria-hidden="true" must not be present on the document body'},"aria-hidden-focus":{description:"Ensure aria-hidden elements are not focusable nor contain focusable elements",help:"ARIA hidden element must not be focusable or contain focusable elements"},"aria-input-field-name":{description:"Ensure every ARIA input field has an accessible name",help:"ARIA input fields must have an accessible name"},"aria-meter-name":{description:"Ensure every ARIA meter node has an accessible name",help:"ARIA meter nodes must have an accessible name"},"aria-progressbar-name":{description:"Ensure every ARIA progressbar node has an accessible name",help:"ARIA progressbar nodes must have an accessible name"},"aria-prohibited-attr":{description:"Ensure ARIA attributes are not prohibited for an element's role",help:"Elements must only use permitted ARIA attributes"},"aria-required-attr":{description:"Ensure elements with ARIA roles have all required ARIA attributes",help:"Required ARIA attributes must be provided"},"aria-required-children":{description:"Ensure elements with an ARIA role that require child roles contain them",help:"Certain ARIA roles must contain particular children"},"aria-required-parent":{description:"Ensure elements with an ARIA role that require parent roles are contained by them",help:"Certain ARIA roles must be contained by particular parents"},"aria-roledescription":{description:"Ensure aria-roledescription is only used on elements with an implicit or explicit role",help:"aria-roledescription must be on elements with a semantic role"},"aria-roles":{description:"Ensure all elements with a role attribute use a valid value",help:"ARIA roles used must conform to valid values"},"aria-text":{description:'Ensure role="text" is used on elements with no focusable descendants',help:'"role=text" should have no focusable descendants'},"aria-toggle-field-name":{description:"Ensure every ARIA toggle field has an accessible name",help:"ARIA toggle fields must have an accessible name"},"aria-tooltip-name":{description:"Ensure every ARIA tooltip node has an accessible name",help:"ARIA tooltip nodes must have an accessible name"},"aria-treeitem-name":{description:"Ensure every ARIA treeitem node has an accessible name",help:"ARIA treeitem nodes should have an accessible name"},"aria-valid-attr-value":{description:"Ensure all ARIA attributes have valid values",help:"ARIA attributes must conform to valid values"},"aria-valid-attr":{description:"Ensure attributes that begin with aria- are valid ARIA attributes",help:"ARIA attributes must conform to valid names"},"audio-caption":{description:"Ensure <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:"Ensure <blink> elements are not used",help:"<blink> elements are deprecated and must not be used"},"button-name":{description:"Ensure buttons have discernible text",help:"Buttons must have discernible text"},bypass:{description:"Ensure 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:"Ensure 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:"Ensure 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:"Ensure 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:"Ensure <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:"Ensure <dt> and <dd> elements are contained by a <dl>",help:"<dt> and <dd> elements must be contained by a <dl>"},"document-title":{description:"Ensure each HTML document contains a non-empty <title> element",help:"Documents must have <title> element to aid in navigation"},"duplicate-id-active":{description:"Ensure every id attribute value of active elements is unique",help:"IDs of active elements must be unique"},"duplicate-id-aria":{description:"Ensure 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:"Ensure every id attribute value is unique",help:"id attribute value must be unique"},"empty-heading":{description:"Ensure headings have discernible text",help:"Headings should not be empty"},"empty-table-header":{description:"Ensure table headers have discernible text",help:"Table header text should not be empty"},"focus-order-semantics":{description:"Ensure 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:"Ensure form field does not have multiple label elements",help:"Form field must not have multiple label elements"},"frame-focusable-content":{description:"Ensure <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:"Ensure <iframe> and <frame> elements contain the axe-core script",help:"Frames should be tested with axe-core"},"frame-title-unique":{description:"Ensure <iframe> and <frame> elements contain a unique title attribute",help:"Frames must have a unique title attribute"},"frame-title":{description:"Ensure <iframe> and <frame> elements have an accessible name",help:"Frames must have an accessible name"},"heading-order":{description:"Ensure the order of headings is semantically correct",help:"Heading levels should only increase by one"},"hidden-content":{description:"Inform users about hidden content.",help:"Hidden content on the page should be analyzed"},"html-has-lang":{description:"Ensure every HTML document has a lang attribute",help:"<html> element must have a lang attribute"},"html-lang-valid":{description:"Ensure 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:"Ensure <img> elements have alternative text or a role of none or presentation",help:"Images must have alternative 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:"Ensure input buttons have discernible text",help:"Input buttons must have discernible text"},"input-image-alt":{description:'Ensure <input type="image"> elements have alternative text',help:"Image buttons must have alternative text"},"label-content-name-mismatch":{description:"Ensure 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:"Ensure 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:"Ensure every form element has a label",help:"Form elements must have labels"},"landmark-banner-is-top-level":{description:"Ensure the banner landmark is at top level",help:"Banner landmark should not be contained in another landmark"},"landmark-complementary-is-top-level":{description:"Ensure the complementary landmark or aside is at top level",help:"Aside should not be contained in another landmark"},"landmark-contentinfo-is-top-level":{description:"Ensure the contentinfo landmark is at top level",help:"Contentinfo landmark should not be contained in another landmark"},"landmark-main-is-top-level":{description:"Ensure the main landmark is at top level",help:"Main landmark should not be contained in another landmark"},"landmark-no-duplicate-banner":{description:"Ensure the document has at most one banner landmark",help:"Document should not have more than one banner landmark"},"landmark-no-duplicate-contentinfo":{description:"Ensure the document has at most one contentinfo landmark",help:"Document should not have more than one contentinfo landmark"},"landmark-no-duplicate-main":{description:"Ensure the document has at most one main landmark",help:"Document should not have more than one main landmark"},"landmark-one-main":{description:"Ensure the document has a main landmark",help:"Document should have one main landmark"},"landmark-unique":{description:"Ensure landmarks are unique",help:"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:"Ensure links have discernible text",help:"Links must have discernible text"},list:{description:"Ensure that lists are structured correctly",help:"<ul> and <ol> must only directly contain <li>, <script> or <template> elements"},listitem:{description:"Ensure <li> elements are used semantically",help:"<li> elements must be contained in a <ul> or <ol>"},marquee:{description:"Ensure <marquee> elements are not used",help:"<marquee> elements are deprecated and must not be used"},"meta-refresh-no-exceptions":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh must not be used"},"meta-refresh":{description:'Ensure <meta http-equiv="refresh"> is not used for delayed refresh',help:"Delayed refresh under 20 hours must not be used"},"meta-viewport-large":{description:'Ensure <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:'Ensure <meta name="viewport"> does not disable text scaling and zooming',help:"Zooming and scaling must not be disabled"},"nested-interactive":{description:"Ensure 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:"Ensure <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:"Ensure <object> elements have alternative text",help:"<object> elements must have alternative 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:"Ensure elements marked as presentational do not have global ARIA or tabindex so that all screen readers ignore them",help:"Elements marked as presentational should be consistently ignored"},region:{description:"Ensure all page content is contained by landmarks",help:"All page content should be contained by landmarks"},"role-img-alt":{description:'Ensure [role="img"] elements have alternative text',help:'[role="img"] elements must have alternative text'},"scope-attr-valid":{description:"Ensure 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:"Ensure select element has an accessible name",help:"Select element must have an accessible name"},"server-side-image-map":{description:"Ensure 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"},"summary-name":{description:"Ensure summary elements have discernible text",help:"Summary elements must have discernible text"},"svg-img-alt":{description:"Ensure <svg> elements with an img, graphics-document or graphics-symbol role have accessible text",help:"<svg> elements with an img role must have alternative text"},tabindex:{description:"Ensure 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 targets 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 <th> elements in that table",help:"Table cell headers attributes must refer to other <th> elements 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:"Ensure lang attributes have valid values",help:"lang attribute must have a valid value"},"video-caption":{description:"Ensure <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:{default:"Required ARIA children are present","aria-busy":"Element has an aria-busy attribute, so it is allowed to omit required children"},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}",controlsWithinPopup:"Unable to determine if aria-controls referenced ID exists on the page while using aria-haspopup: ${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}"}}},"braille-label-equivalent":{impact:"serious",messages:{pass:"aria-braillelabel is used on an element with accessible text",fail:"aria-braillelabel is used on an element with no accessible text",incomplete:"Unable to compute accessible text"}},"braille-roledescription-equivalent":{impact:"serious",messages:{pass:"aria-brailleroledescription is used on an element with aria-roledescription",fail:{noRoleDescription:"aria-brailleroledescription is used on an element with no aria-roledescription",emptyRoleDescription:"aria-brailleroledescription is used on an element with an empty aria-roledescription"}}},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:"serious",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",complexTextShadows:"Element's contrast could not be determined because it uses complex text shadows",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",incomplete:"the autocomplete attribute has a non-standard value. Check whether any standard value could be used instead."}},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:"Element has an explicit <label>",fail:"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:"Element has an implicit (wrapped) <label>",fail:"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 parent element has a role that is not 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 are 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:{default:"Target has sufficient space from its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px which is at least ${data.minOffset}px.",large:"Target far exceeds the minimum size of ${data.minOffset}px."},fail:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px.",incomplete:{default:"Element with negative tabindex has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is this a target?",nonTabbableNeighbor:"Target has insufficient space to its closest neighbors. Safe clickable space has a diameter of ${data.closestOffset}px instead of at least ${data.minOffset}px. Is the neighbor a target?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"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",large:"Target far exceeds the minimum size of ${data.minSize}px."},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?",tooManyRects:"Could not get the target size because there are too many overlapping elements"}}},"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"}},"error-occurred":{messages:{pass:"",incomplete:"Axe encountered an error; test the page for this type of problem manually"}},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 overridden 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 overridden 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 overridden 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 header cells in the table",incomplete:"The headers attribute is empty",fail:{"cell-header-not-in-table":"The headers attribute is not exclusively used to refer to other header cells in the table","cell-header-not-th":"The headers attribute must refer to header cells, not data cells","header-refs-self":"The element with headers attribute refers to itself"}}},"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(k){var L="Fix any of the following:",G=k;if(G)for(var _e,Pe=-1,Ke=G.length-1;Pe<Ke;)_e=G[Pe+=1],L+=`
15
15
  `+_e.split(`
16
16
  `).join(`
17
17
  `);return L}},none:{failureMessage:function(k){var L="Fix all of the following:",G=k;if(G)for(var _e,Pe=-1,Ke=G.length-1;Pe<Ke;)_e=G[Pe+=1],L+=`